/*!
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)*/
 a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  body {
    line-height: 1;
  }
  
  ol, ul {
    list-style: none;
  }
  
  blockquote, q {
    quotes: none;
  }
  
  blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
  }
  
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  
  *, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    height: 100%;
    font-size: 62.5%;
  }
  
  body, html {
    width: 100%;
  }
  
  body {
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, Avenir, Open Sans, Helvetica Neue, Helvetica, Arial, Verdana, Roboto, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  }
  
  main {
    display: block;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
  }
  
  a, button, input, textarea {
    outline: none;
  }
  
  a {
    text-decoration: none;
  }
  
  button {
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  small {
    font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
  }
  
  .is-hide, .is-pc {
    display: none!important
  }
  
  .slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list, .slick-slider {
    position: relative;
    display: block;
  }
  
  .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .slick-track:after, .slick-track:before {
    display: table;
    content: "";
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  
  [dir=rtl] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  
  #page-header {
    min-width: 1000px;
    background: #000;
    z-index: 90;
  }
  
  @media screen and (max-width:768px) {
    #page-header {
      min-width: 0;
    }
  }
  
  html.is_appwebview #page-header {
    display: none;
  }
  
  #page-header .hdInr {
    width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  @media screen and (max-width:768px) {
    #page-header .hdInr {
      width: auto;
      height: 58px;
    }
  }
  
  #page-header .hdLogo img {
    width: 124px;
    height: auto;
  }
  
  @media screen and (max-width:768px) {
    #page-header .hdLogo img {
      width: 131px;
      height: auto;
    }
  }
  
  .footer {
    background-color: #464748;
    padding: 50px 40px;
    position: relative;
  }
  
  @media screen and (max-width:768px) {
    .footer {
      padding: 3em 2em 8em 2em;
    }
  }
  
  .footer-inner {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  
  @media screen and (max-width:768px) {
    .footer-inner {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  
  .footer-menu {
    padding-left: 30px;
    border-left: 1px solid #d9dcdd;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  @media screen and (max-width:768px) {
    .footer-menu {
      padding-left: 10px;
    }
  }
  
  .footer-menu-item {
    margin-bottom: 12px;
  }
  
  .footer-menu-item:last-child {
    margin-bottom: 0;
  }
  
  .footer-menu-link {
    color: #d9dcdd;
    font-size: 2.2rem;
    font-weight: 200;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width:768px) {
    .footer-menu-link {
      font-size: 1.1rem;
    }
  }
  
  .footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 3em;
  }
  
  @media screen and (max-width:768px) {
    .footer-block {
      display: block;
      border-left: 1px solid #d9dcdd;
    }
  }
  
  .footer-links {
    padding-left: 30px;
    border-left: 1px solid #d9dcdd;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  @media screen and (max-width:768px) {
    .footer-links {
      padding-left: 10px;
      border-left: none;
      margin-bottom: 12px;
    }
    .footer-links:last-child {
      margin-bottom: 0;
    }
  }
  
  .footer-links-item {
    margin-bottom: 20px;
  }
  
  @media screen and (max-width:768px) {
    .footer-links-item {
      margin-bottom: 12px;
    }
  }
  
  .footer-links-item:last-child {
    margin-bottom: 0
  }
  
  .footer-links-link {
    color: #d9dcdd;
    font-size: 1.8rem;
  }
  
  @media screen and (max-width:768px) {
    .footer-links-link {
      font-size: 1rem;
    }
  }
  
  .noscript {
    position: fixed;
    top: 80px;
    z-index: 10;
    width: 100%;
  }
  
  .noscript__wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 840px;
    padding: 10px;
    line-height: 1.8;
    font-size: 1.4rem;
    background-color: #d93025;
    color: #fff;
  }
  
  html.is-intro, html.is-intro body {
    overflow: hidden;
    height: 100vh;
  }
  
  .main {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    padding-top: 0;
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
  }
  
  .is-intro .main {
    padding-top: 100vh;
  }
  
  .is-anchor .main {
    -webkit-transition: none;
    transition: none;
  }
  
  .contents {
    background-color: #fff;
    position: relative;
    letter-spacing: .1em;
  }
  
  .c-section-head {
    margin-bottom: 20px;
  }
  
  .c-section-title {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 4rem;
    border-left: 9px solid #000;
    padding: 0 0 0 15px;
    margin-right: 8%;
    opacity: 0;
    letter-spacing: .1em;
  }
  
  .c-section-title.is-2lines {
    opacity: 1;
    font-size: 3.3rem;
  }
  
  .c-section-title.is-2lines span {
    opacity: 0;
  }
  
  .c-section-title.is-2lines span.is-show, .c-section-title.is-show {
    opacity: 1;
  }
  
  .c-section-lead {
    -webkit-transform: translateY(0)!important;
    transform: translateY(0)!important;
    position: relative;
  }
  
  .c-section-text {
    font-size: 1.7rem;
    margin: 20px 25px 0;
    line-height: 1.4;
  }
  
  .c-section-lead-text {
    display: block;
    overflow: hidden;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0s .65s;
    transition: all 0s .65s;
  }
  
  .parallax .c-section-lead-text {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  
  .c-section-lead-text-inner {
    font-size: 1.9rem;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: all 0s .65s;
    transition: all 0s .65s;
    display: block;
    letter-spacing: .2em;
  }
  
  .parallax .c-section-lead-text-inner {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  
  .c-section-text-inner {
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: all 0s .65s;
    transition: all 0s .65s;
    display: block;
    text-align: justify;
  }
  
  .parallax .c-section-text-inner {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  
  .c-section-lead-bar {
    position: absolute;
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
  }
  
  .parallax .c-section-lead-bar {
    -webkit-animation: bar-anime .7s ease-in-out .3s 1;
    animation: bar-anime .7s ease-in-out .3s 1;
  }
  
  @-webkit-keyframes bar-anime {
    0% {
      width: 0;
    }
    50% {
      width: 100%;
    }
    to {
      width: 0;
    }
  }
  
  @keyframes bar-anime {
    0% {
      width: 0;
    }
    50% {
      width: 100%;
    }
    to {
      width: 0;
    }
  }
  
  .kv {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  .kv, .kv-inner {
    height: 100vh;
    width: 100%;
  }
  
  .kv-inner {
    position: relative;
    text-align: center;
  }
  
  .kv-uc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 100%;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 0 auto;
  }
  
  .is-show .kv-uc {
    opacity: 1;
  }
  
  .kv-uc-grade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 100%;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
    margin: 0 auto;
  }
  
  .is-show .kv-uc-grade {
    opacity: 1;
  }
  
  .kv-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    margin: 0 auto;
  }
  
  .is-show .kv-title {
    opacity: 1;
  }
  
  .is-fixed .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  
  .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px;
  }
  
  .menu-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5px;
  }
  
  .menu-logo-img {
    width: 240px;
    height: auto;
  }
  
  .menu-contents {
    display: none;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  .menu-contents-btn {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
  }
  
  .menu-contents-btn-line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background-color: #5f6264;
    position: absolute;
    left: 0
  }
  
  .menu-contents-btn-line:first-child {
    top: 0;
  }
  
  .menu-contents-btn-line:nth-child(2) {
    top: 6px;
  }
  
  .menu-contents-btn-line:nth-child(3) {
    bottom: 6px;
  }
  
  .menu-contents-btn-line:nth-child(4) {
    bottom: 0;
  }
  
  .menu-contents-list {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px 40px 0;
  }
  
  .menu-contents-item {
    margin-bottom: 30px;
    -webkit-transition: .4s .1s;
    transition: .4s .1s;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  
  .is-open .menu-contents-item {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  
  .menu-contents-link {
    font-family: Oswald, sans-serif;
    font-weight: 300;
    color: #5f6264;
    font-size: 2rem;
    letter-spacing: .1em;
    color: #fff;
  }
  
  .menu-contents-img {
    height: 15px;
    width: auto;
  }
  
  .menu-application {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .menu-application-btn {
    font-size: 1.28rem;
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 3px 10px;
  }
  
  .menu-close {
    width: 35px;
    height: 35px;
    margin: 10px 10px 0 auto;
    position: relative;
  }
  
  .menu-close-line {
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .4s .3s;
    transition: .4s .3s;
  }
  
  .menu-close-line:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .menu-close-line:nth-child(2) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .is-open .menu-close-line {
    width: 30px;
  }
  
  .limited-title {
    display: inline-block;
    background-color: #464748;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 20px;
    letter-spacing: .15em;
  }
  
  .limited-content {
    background-color: #464748;
    padding-top: 2em;
    margin-top: -5px;
  }
  
  .limited-inner {
    max-width: 950px;
    padding-top: 2vh;
    padding-bottom: 6vh;
  }
  
  .limited-main {
    display: block;
    margin-bottom: 80px;
  }
  
  .limited-main-block {
    border: 5px solid #d1d1d1;
    -webkit-box-shadow: 6px 8px 15px rgba(0, 0, 0, .8);
    box-shadow: 6px 8px 15px rgba(0, 0, 0, .8);
    max-width: 420px;
    margin: 1em auto 4em auto;
  }
  
  .limited-main-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .limited-main-title {
    color: #fff;
    font-size: 3.8rem;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 15px;
    letter-spacing: .1em;
    text-align: center;
  }
  
  .limited-main-title-img {
    width: 100%;
    height: auto;
    max-width: 130px;
  }
  
  .limited-main-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.35492%;
    flex: 0 0 56.35492%;
    width: 60%;
    height: auto;
  }
  
  .limited-main-content {
    padding: 20px;
  }
  
  .limited-main-lead {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  
  .limited-main-lead-img {
    height: 19px;
    width: auto;
  }
  
  .limited-main-text {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  
  .limited-main-text:last-child {
    margin-bottom: 0;
  }
  
  .limited-main-catch {
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 20px 0px;
  }
  
  .limited-main-catch-sub {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
  
  .limited-partners {
    padding: 0 1rem;
  }
  
  .limited-partners-head {
    margin-bottom: 25px;
  }
  
  .limited-partners-title {
    font-size: 1.8rem;
    color: #c7c8c8;
    margin-bottom: 10px;
  }
  
  .limited-partners-title .sml {
    font-size: 1.4rem;
  }
  
  .limited-partners-lead {
    font-size: 1.2rem;
    color: #c7c8c8;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  
  .limited-partners-list, .limited-partners-scroll {
    max-height: 390px;
    position: relative;
  }
  
  .limited-partners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
  }
  
  .limited-partners-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
  }
  
  .limited-partners-item:nth-child(3n) {
    margin-right: 0;
  }
  
  .limited-partners-img {
    width: 100%;
    height: auto;
  }
  
  .limited-partners-type {
    text-align: center;
    margin-top: 5px;
    font-size: 1rem;
    color: #fff;
    letter-spacing: .05em;
    line-height: 1.2;
  }
  
  .limited-partners-detail {
    width: 240px;
    padding: 5px;
    -webkit-box-shadow: 6px 8px 15px rgba(0, 0, 0, .6);
    box-shadow: 6px 8px 15px rgba(0, 0, 0, .6);
    background-color: #fff;
    z-index: 1;
    display: none;
  }
  
  .limited-partners-detail-inner {
    border: 1px solid #7d7e7f;
    padding: 5px;
    position: relative;
  }
  
  .limited-partners-detail-close {
    background: url(/uc/platinum/images/close.svg) no-repeat 0;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
  }
  
  .limited-partners-logo {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .limited-partners-logo-img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto
  }
  
  .limited-partners-name {
    background-color: #626363;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 1rem;
  }
  
  .limited-partners-feature {
    padding: 5px;
  }
  
  .limited-partners-feature-item {
    font-size: 1.3rem;
    font-weight: 500;
    color: #58595a;
    margin-bottom: 5px;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
  }
  
  .limited-partners-feature-item:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #58595a;
    position: absolute;
    left: 0;
    top: 3px;
  }
  
  .limited-partners-feature-item.is-nosquare {
    text-indent: -15px;
    padding-left: 15px;
  }
  
  .limited-partners-feature-item.is-nosquare:before {
    content: none;
  }
  
  .limited-partners-feature-item-sub {
    font-size: 1.2rem;
    color: #58595a;
    padding-left: 16px;
    margin-bottom: 5px;
    line-height: 1.3;
    position: relative;
  }
  
  .limited-partners-feature-item-sub:before {
    content: "・";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    top: 0;
  }
  
  .limited-partners-scroll-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(70, 71, 72, .7);
    width: 100%;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .limited-partners-scroll-arrow {
    display: block;
    width: 18px;
    height: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -4px;
    margin: 0 auto;
  }
  
  .limited-partners-help {
    color: #c7c8c8;
    font-size: 1.3rem;
    line-height: 1.4;
    border: 1px solid #c7c8c8;
    padding: 15px;
    text-align: center;
    margin: 30px 0 20px;
  }
  
  .limited-partners-note {
    color: #c7c8c8;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  
  .limited-modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 11;
  }
  
  .is-accordion {
    overflow: hidden;
    line-height: 0;
    max-height: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }
  
  .is-open+.is-accordion {
    line-height: normal;
    max-height: 3000px;
  }
  
  .is-mb-none {
    margin-bottom: 0;
  }
  
  .parallax_before {
    -webkit-transition: all .6s cubic-bezier(.25, .46, .45, .94);
    transition: all .6s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  
  .parallax_before.parallax {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  
  .delay-1 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }
  
  .delay-2 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  
  .delay-3 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  
  .delay-4 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
  
  .delay-5 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  
  .delay-6 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }
  
  .delay-7 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
  }
  
  .delay-8 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }
  
  .delay-9 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
  }
  
  .delay-10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }

/* ------------------------------------------------------------------------------------------↓2021/11/9 追記 */

/* ------------------------------------------------------------------------------------------2022.03 追記    */

/* ------------------------------------------------------------------------------------------20220530  */

.burger-btn{
  display: block;
  height:45px;
  width: 45px;
  position:fixed;
  z-index:10;
  border: none;   
  right:0;
  top:5px;
	transition: all 0.4s;
}

.burger-btn.close .bar{
    background-color: #000;
}

.bar{
    background-color: #fff;
    height: 2px;
    width:45%;
    position: absolute;
	transition: all 0.4s;
}

.bar_top{
    display: block;
    left: 25%;
    bottom: 75%;
}

.bar_mid{
    display: block;
    left: 25%;
    bottom: 63%;
}

.bar_bottom{
    display: block;
    left: 25%;
    bottom: 50%;
}

.burger-btn.close .bar_top{
    transform:translate(0%,12px) 
        rotate(45deg);
    transition: transform 0.3s;
}

.burger-btn.close .bar_mid{
    opacity: 0;
    transition:opacity 0.3s;
}

.burger-btn.close .bar_bottom{
    transform:translate(0%,0px) 
        rotate(-45deg);
    transition: transform 0.3s;
}

.burger-btn p{
    font-size: 0.8rem;
    color: #fff;
    font-family: Noto sans jp,sans-serif;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,0%);
}

.burger-btn.close p{
    display: none;
}

.burger-btn .bar_bottom::after {
    content: 'MENU';
    display: block;
    position: absolute;
    z-index: 20;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 500;
    left: -5px;
    bottom: -20px;
    letter-spacing: 0.1em;
}

.burger-btn.close .bar_bottom::after{
	content: 'CLOSE';
	display: block;
	position: absolute;
	z-index:20;
	color:#000;
	font-size: 1.0rem;
	font-weight: bold;
	left:-20px;
	bottom:-23px;
	transform: rotate(45deg);
}

.burger-btn:hover{
    cursor: pointer;
    opacity: 0.8;
}

.nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity .5s;
    z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}

.fixed-nav{
    background-color:rgba(72,72,72,0.4);
    height: 100%;
    width:100%;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}

.list-wrapper{
    padding-top:8vh;
    width:80%;
    max-width:300px;
    background-color: rgba(238,238,238,0.95);
	height:100vh;
	position: relative;
	top:0;
	right: -45%;
	transition:all 0.6s;
}

.list-wrapper.panelactive{
	right: 0;
}

.nav-list{
    display: inline-block;
    text-align: left;
    padding-left:2.5rem;
    margin-left: 3rem;
    border-left: 1px solid #000;
}

.nav-item{
    margin-bottom: 4em;
}

.nav-item:last-child{
    margin-bottom: 0;
}

.nav-item a{
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
}

.nav-wrapper.fade{
    opacity: 1;
    visibility: visible;
}

a{
	text-decoration: none;
	transition: .5s all;
	color: #000;
}

a:hover{
	opacity: 0.7;
}

body{
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #000;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
    border: 0;
    outline:0;
	line-height: 1.8;
    background:transparent;
    background-size: cover;
    font-size: 100%;
}

p,h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	margin-bottom: 0;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

li{
    list-style: none;
}

img{
    vertical-align: top;
}

h2{
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    -moz-text-shadow: 3px 4px 16px rgba(3, 0, 3, 0.85);
    -webkit-text-shadow: 3px 4px 16px rgba(3, 0, 3, 0.85);
    -ms-text-shadow: 3px 4px 16px rgba(3, 0, 3, 0.85);
    text-shadow: 3px 4px 16px rgba(3, 0, 3, 0.85);
    border-bottom:3px solid;
    border-image: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0)) 1;
    padding-bottom: 0.7rem;
}

#bf2 h2{
	color: #000;
    -moz-text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
    -webkit-text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
    -ms-text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
    text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
    border-image: linear-gradient(to right,rgba(57,55,47,1),rgba(57,55,47,0)) 1;
}

.section-title{
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2.2em;
    font-family: 'Noto Serif JP', serif;
    line-height: 1em;
    color: #4d401c;
    -moz-text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
    -webkit-text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
    -ms-text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
    text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
    position: relative;
}

.section-title::after{
    position: absolute;
    content: "";
    display: inline-block;
    width:70px;
    height: 2px;
    background-color: #c2af6f;
    bottom:-23px;
    left:40%;
}

#detail h3::after{
    height: 2px;
}

h3 span{
    font-size: 1.5rem;
    font-weight: 300;
}

#bf1 h3,
.shareholder h3,
#campaign h3{
	color: #fff;
    -moz-text-shadow: 3px 4px 16px rgba(3, 0, 3, 0.85);
    -webkit-text-shadow: 3px 4px 16px rgba(3, 0, 3, 0.85);
    -ms-text-shadow: 3px 4px 16px rgba(3, 0, 3, 0.85);
    text-shadow: 3px 4px 16px rgba(3, 0, 3, 0.85);
}

#bf3 h3{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.2em;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
}
#bf3 h3 sup{
  font-size: 85%;
}
#bf1 h4{
    text-align: center;
}

.shareholder h4{
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.shareholder h4::after{
    content: "";
    flex-grow: 1;
    background-color: #fff;
    height: 1px;
    margin-left: 2rem;
}

p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    letter-spacing: 0.06em;
}

h4{
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2em;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
}

.pc-br{
    display: none;
}

.application{
    text-align: center;
    margin-top: 30px;
}

.application p{
    font-size: min(1.8rem,4vw);
    font-weight: 500;
    padding-bottom: 0.4em;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.07em;
    color: #fff;
}

.application a{
    padding: 1rem 0;
    width: 95%;
    max-width:360px;
    background:  linear-gradient(to right, #f1f1f1, #c1c1c1);
    color: #000;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-radius: 69px;
    font-family: 'Noto Serif JP', serif;
    position: relative;
}

.application a::after{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 12px;
    border-color: transparent transparent transparent #000;
    content: "";
    top: 42%;
    right: 3%;
}

/* お申し込みボタン追記 20250509 */
.application--black .back a::after{
  border-color: transparent transparent transparent #fff;
}
.application--black .back a{
  background: linear-gradient(to right, #000, #000);
  color: #fff;
  font-weight: 400;
}
.application--black p {
  color: #000;
}

#page-link{
    background-color: #fff;
}

#page-link ul{
    display: flex;
    max-width: 960px;
    width:90%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

#page-link ul li{
    width:50%;
    border-bottom: 1px solid lightgray;
}

#page-link ul li a{
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    padding:0.8rem 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}


/*   特典1   */
#bf1{
    padding-top: 4em;
    background-image: url(../images/bf1-back.webp);
    background-size: cover;
}

#bf2{
    padding-top: 4em;
    background-image: url(../images/bf2-back.webp);
    background-size: cover;
    background-position: top;
}

#bf3{
    padding-top: 4em;
	padding-bottom: 4em;
    background-image: url(../images/bf3-back.webp);
    background-size: cover;
}

.subsection{
    padding-top:4em;
}

.main-topic{
    margin-bottom: 5em;   
}

.container{
    max-width: 960px;
    width:90%;
    margin: 0 auto;
}

.sub-title span {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: normal;
}

.sub-title__left{
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
	color: #fff;
}

.sub-title__left--caption{
  margin-top: 20px;
}

.sub-title__left--caption li{
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  padding-left: 1em;
  text-indent: -1em;
}

.pointshop{
  width: 100%;
  padding: 2.2em 0;
}
.title{
    margin-bottom: 3em;
}

.title p{
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #fff;
    text-shadow: 3px 4px 6px rgb(140 140 140 / 63%);
    position: relative;
}

.title p::after{
    position: absolute;
    font-size: 3.8rem;
    bottom:-50%;
}

#bf1 .title p::after{
    content: "01";
    color: #ffe670;
}

#bf2 .title p::after{
    content: "02";
    color: #94822c;
}


#bf3 .title p::after{
    content: "03";
    color: #ffe670;
}

#bf2 .title p{
	color: #000;
}

.text{
    margin-bottom: 2em;
}

#bf2 .title p{
	color: #000;
}

.title .text p{
    font-size: 2.2rem;
    line-height: 1.7em;
    padding-top:1.3em;
}

/*230526改修により削除------------------------

#bf1 .point-image{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 3em;
	flex-wrap: wrap;
	flex-direction: column;
    position: relative;
    width: 100%;
}

#bf1 .point-image .point1{
	width:90%;
    height: auto;
	max-width: 442px;
    padding-bottom: 0.5rem;
}

#bf1 .point-image .point2{
	width:90%;
    height: auto;
	max-width: 440px;
    padding-top: 0.5rem;
}

#bf1 .point-image .plus{
	width:5vw;
    max-width:240px;
} 
---------------------------------------------*/

#bf1 .p-year-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 60px;
  row-gap: 25px;
}

#bf1 .p-year h3{
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  line-height: 1em;
  padding-bottom: 10px;
}

#bf1 .p-year .caption{
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
}

#bf1 .p-year .fromto{
	width:10px;
	height:40px;
/*  transform: rotate(90deg);*/
}
.ex-img .ex-ttl{
  width: 100%;
  height: 65px;
  margin: 0 auto;
  padding: 16px 40px;
  display: inline-block;
  background: linear-gradient(90deg, #A06600 0%, #F2C225 100%);
  background: -webkit-linear-gradient(0deg, #A06600 0%, #F2C225 100%);
}
.ex-img .ex-ttl h4{  color:#fff;
  font-size: 2.5rem;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.1rem;
  font-family: 'Noto Serif JP', serif;
}
.ex-img .ex-rate-box{
  width: 100%;
  height: 135px;
  margin: 0 auto;
  background: #fff;
}
.ex-rate{
  width: 300px;
  margin: 0 auto;
}
.ex-img .ex-rate .ex-rate-wrap{
  display: flex;
  align-items: flex-end;
  text-align: center;
  gap:12px;
}
.ex-img .ex-rate .ex-rate-txt{ 
  color:#000;
  font-size: 3rem;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 0.3em;
  letter-spacing: 0.1rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 32px;
}
.ex-img .ex-rate .txtGd{
  display: inline-block;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #a06600 0%, #f2c225 33%, #f2c225 62%, #f2c225 83%, #a06600 100%);
  background: -webkit-linear-gradient(0deg, #a06600 0%, #f2c225 33%, #f2c225 62%, #f2c225 83%, #a06600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Noto Serif JP', serif;
}

.ex-img .ex-rate .ex-caption{
  font-size: small;
  font-family: 'Noto Serif JP', serif;
  color:#6E6E6E;
}


#bf1 .p-bonus img{
  width: 100%;
}

#bf1 .p-bonus .p-bonus-box{
  padding: 30px 15px;
  border: solid 2px #fff;
}

#bf1 .p-bonus .p-bonus-box .number{
  background-color: #fff;
  font-size: 2rem;
  padding: 2px 15px;
  width: 40px;
  font-weight: 400;
}

#bf1 .p-bonus .p-bonus-box h4{
  color: #fff;
  font-size: 2rem;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 1.2em;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
}

/* ------------------------------------------------------------------------------------------2024.08 追記    */
.point-re-sp{
  margin-bottom: 30px;
}

.p-shop-p{
  margin-bottom: 30px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 1.2em;
  text-align: center;
  font-weight: 500;
}

.p-shop-box{
  overflow: hidden;
  width: 100%;
  padding: 20px 0 0;
  background-color: #fff;
}

.p-shop-h {
  display: block; 
  width: 90% !important;
  margin: 0 auto 30px;
}

.p-shop-ex{
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 1.2em;
  text-align: center;
  font-weight: 500;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}

.p-logo-box{
  margin-bottom: 40px;
}
.p-logo-upper{
  display: flex;
  height: 80px;
  width: max-content;
}
.p-logo-animation{
  display: flex;
  animation: infinity-scroll-left 17s infinite linear both;
}
.p-logo-animation img{
  height: 100%;
  width: auto !important;
  aspect-ratio: 1 / 1;
}

/* ------------------------------------------------------------------------------------------ 追記ここまで    */

#bf1 .p-bonus .p-bonus-box .bonus-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 30px;
}

#bf1 .p-bonus .p-bonus-box .bonus-box-item{
  padding-bottom: 60px;
}

#bf1 .p-bonus .p-bonus-box .bonus-box-item:nth-child(3){
  padding-bottom: 0;
}

#bf1 .p-bonus .modal-open{
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  padding-top: 5px;
  cursor: pointer;
}

/* ----------------------------------------
モーダル
------------------------------------------ */


.modal-container .modal-content h4{
	font-size: clamp(18px, 2.34vw,24px);
	border-bottom: 2px solid #b7b7b7;
	padding-bottom: 10px;
}

th{
	padding-top: 30px;
	padding-bottom: 10px;
  font-weight: 600;
}

/* td{
  width: 80%;
} */

tr {
  display: flex;
  flex-direction: column;
}

li.indent{
	padding-left: 1em;
	text-indent: -1em;
}

li .border{
  border-bottom: 1px dotted #000;
}

li .small{
	font-size: 14px;
}

ul .bold{
  font-weight: 600;
}

.schedule{
  width: 100%;
  text-align: center;
}

.schedule tbody{
  border: solid 1px #000;
}

.schedule th{
  background-color: #e9e9e9;
  padding: 5px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 1.4;
}

.schedule tr{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}





/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,80%);
	padding: 80px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
	z-index: 999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	/* max-width: 500px; */
	width: 97%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -10px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 40px 15px;
  font-size: 15px;
}
.modal-content img{
  max-width: 100%;
}

#bf1 .modal-content h4{
  color: #000;
  text-shadow: none;
  text-align: left;
}

.modal-container .caption{
  font-size: 12px;
  padding-top: 5px;
}




button{
    width:100%;
    padding: 1em 0;
    border: none;
    background: linear-gradient(#e8e7df ,#efefef);
}

button p{
    color:#000;
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 0.5em;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
}

button a{
    padding: 1.1rem 0;
    width: 280px;
    background: rgb(119,107,36);
    background: linear-gradient(90deg, #610e1a 0%, #ae384b 100%);
    color: #fff;
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 600;
    border-radius: 69px;
    font-family: 'Noto Serif JP', serif;
    position: relative;
}

button a::after{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 17px;
    border-color: transparent transparent transparent #fff;
    content: "";
    top: 42%;
    right: 3%;
}

.sub-topic{
    padding-top: 5em;
    padding-bottom: 4em;
}

.sub-topic-bg{
  background-color: #f8faf9;
}

.sub-title{
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.7em;
    color: #fff;
    text-align: center;
}

#bf1 .item-wrapper{
    display: flex;
    justify-content: space-around;
    margin-top: 2em;
	flex-direction: column;
	align-items: center;
}

#bf1 .item{
    max-width: 500px;
    width:95%;
    margin:1em 0;
    background-color: #fff;
    padding: 2em;
    -moz-box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.83);
    -webkit-box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.83);
    -ms-box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.83);
    box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.83);
}

#bf1 .item img{
    width:80%;
    height: auto;
	max-width:220px;
    display: block;
    margin: 0 auto;
    padding-top: 1em;
}

#bf1 .item p{
    padding:1rem 0;
    font-size: 1.5rem;
    line-height: 1.4;
}

.link-text{
    text-align: center;
    font-size: 1.3rem;
    color: #94822c;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    position: relative;
    letter-spacing: 0.08em;
}

.link-text::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #969240;
    border-right: 2px solid #969240;
    transform: rotate(45deg);
    top: 30%;
    right: 28%;
}


/*  ---------------------------------------------------------------------特典2（230412追記） */

.title-text{
    font-size:1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.wide-item-wrapper{
    display: none;
}

.wide-item-wrapper-sp{
	  margin: 0 auto;
    padding-bottom: 3.2em;
    /* display: block; */
}

.wide-item{
    margin: 2em auto;
    padding: 2.5em;
	background-color: #fff;
	position: relative;
    max-width:480px;
     box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
}

.wide-item .title{
    width:60%;
    height: 10vh;
    padding-bottom: 3em;
    display: flex;
    align-items: center;
    margin: 0;
}

.wide-item .title::after{
    position: absolute;
    content: "";
    display: inline-block;
    width:100%;
    height: 3px;
    background-color: #d6d6da;
    top:13vh;
    right: 0;
}

.wide-item .textarea{
	width:100%;
}

.wide-item .cut-image{
    width: 40%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 100%);
    background-color: #c8b56a;
    position: absolute;
    height: 13vh;
    top: 0;
    right: 0;
}

.gourmet-title{
    position: relative;
}

.coupon::before{
    content: "※金額は一例です。";
    color:#fff;
    font-size: 100%;
    position: absolute;
    bottom:-4%;
    right:1%;
}

.coupon::after{
	content: "";
	background-image: url(../images/coupon_sp.webp);
	width:100%;
	height: 100%;
	background-size: 75%;
	background-position: right;
	transform: translate(-7%,-12%) rotate(13deg);
	display: inline-block;
	background-repeat: no-repeat;
}

.hotel::after{
	content: "";
	background-image: url(../images/gourmet02_sp.webp);
	width:100%;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 225%;
	background-position: center;
}

.luxury::after{
	content: "";
	background-image: url(../images/gourmet01.webp);
	width:100%;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 125%;
	background-position: -2% 32%;
}

.wide-item .textarea p{
	padding-top:1.5rem;
	line-height: 1.7em;
  font-size: 1.5rem;
}

.wide-item span{
  color:#aba052;
  font-weight: 400;
}

.small-item-wrapper{
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 3.2em;
}

.small-item {
    padding: 1.5em;
	margin: 1em 0em;
    width: 100%;
	background-color: #fff;
    max-width: 480px;
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
}

.small-item .title{
	display: flex;
	justify-content: center;
	margin-bottom: 0.8em;
	padding-bottom: 1.1em;
	align-items: center;
	border-bottom: 3px solid lightgray;
    height: auto;
    width: 100%;
}

.small-item p{
	letter-spacing: -0.02em;
    font-size: 1.5rem;
    padding:0.5rem 0.8rem;
}

.small-item span{
    color:#aba052;
    font-weight: 400;
}

.small-item .icon{
	padding-right: 2em;
}

.small-item dl dt {
	text-align: center;
	font-size: 1.5em;
	margin: 1em 0 0.5em;
}
.small-item dl dt span {
	display: inline-block;
	min-width: 6em;
	cursor: pointer;
	border: 1px solid #aba052;
	padding: 2px 15px;
}
.small-item dl dt span:after {
	content: "+";
}
.small-item dl dt.open span:after {
	content: "－";
}
.small-item dl dd {
	display: none;	
}

.middle-item-wrapper{
	display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom: 3.2em;
}

.middle-item {
    padding: 1.5em;
	margin: 1em 0;
	background-color: #fff;
    max-width:480px;
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
}

.middle-item .title{
	display: flex;
    height: auto;
	justify-content: center;
	margin-bottom: 0.8em !important;
	padding-bottom: 1.4em;
	align-items: center;
	border-bottom: 3px solid lightgray;
}

.middle-item p{
	letter-spacing: -0.02em;
    font-size: 1.5rem;
    padding:0.5rem 0.8rem;
}

.middle-item span{
    color:#aba052;
    font-weight: 400;
}

.middle-item .icon{
	padding-right: 2rem;
}

.middle-item .fp-img{
	width: 80px;
}

.box{
	padding:2em;
	background-color: #fff;
	display: flex;
	position: relative;
    flex-wrap: wrap-reverse;
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
}

.box .textarea{
	width:100%;
    margin-top: 22vh;
}

.box .textarea p{
	line-height: 1.6em;
	padding-bottom: 0.65em;
    font-size:1.5rem;
}

.box .cut-image{
    width: 100%;
    background-color: red;
    position: absolute;
    height: 22vh;
    top: 0;
    right: 0;
}

.box .cut-image::after{
	content: "";
	background-image: url(../images/concierge.webp);
	width:100%;
	height: 100%;
	background-size: 100%;
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
}

.concierge-banner{
	width:100%;
    height: auto;
	margin: 1em auto;
    max-width:400px;
    display: block;
}

/* コピーボタン */
.copy_btn {
    max-width: 360px;
    width: 100%;
    padding: 0.5em 0;
    font-size: 1.2rem;
    background: #aaa270;
    border-radius: 3px;
    transition: .4s;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: block;
}
 
.copy_btn.click {
    background-color:#cbc496;
}

.copy_btn:hover {
	cursor: pointer;
}

.box_area {
	background-color: #aaa270;
	padding: 0.6em 0;
	text-align: center;
	max-width:360px;
	width:100%;
    margin: 0 auto;
}

.id-text {
	font-size: 1.2rem !important;
	font-weight: 500;
	color: #fff;
	padding:0 !important;
}

.copyValue {
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	transition-duration: 0.2s;
}
.copyValue:hover {
	color:rgba(255,255,255,0.6);
	cursor: pointer;
}
.copied:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 14px 6px;
	border-color: transparent transparent #333 transparent;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	margin-right: 7px;
	animation: animation-copied 1s 2s 1 forwards;
	z-index: +1;
}
.copied:after {
	content: 'Copied!';
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	font-size: .8rem;
	padding: 10px;
	animation: animation-copied 1s 2s 1 forwards;
	z-index: +1;
	margin-top: 10px;
}
@keyframes animation-copied {
  to { opacity: 0; }
}

#bf2 .item-wrapper{
	display: flex;
	margin: 0 auto;
	justify-content: space-around;
	align-items: flex-start;
    flex-wrap: wrap;    
}

#bf2 .item{
	width:100%;
	display: flex;
	justify-content: flex-end;
	background-color: #fff;
	padding:2em 1.5em;
	margin: 1.0em 0;
	position: relative;
    max-width:500px;
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.17);
}

#bf2 .item .textarea{
	width:62%;
}

#bf2 .item .textarea p{
	font-size: 1.5rem;
	line-height: 1.6em;
}

#bf2 .item .cut-image{
    width: 35%;
    clip-path: polygon(0% 0%, 100% 0%, 68% 100%, 0% 100%);
    background:linear-gradient(45deg, #83a4d4 ,#b6fbff);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

#bf2 .item .transens::after{
	content: "";
	background-image: url(../images/transense.webp);
	width:100%;
	height: 100%;
	background-size: cover;
	display: inline-block;
	background-repeat: no-repeat;
}

#bf2 .item .portal::after{
    content: "";
    background-image: url(../images/uc-portal.webp);
    width: 110px;
    height: 100%;
    background-size: contain;
    background-position: bottom;
    display: inline-block;
    background-repeat: no-repeat;
    transform: translate(7%, 6%);
}



.pc-only{
  display: none;
}

#bf2 .service-title {
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 1.4em;
  font-family: 'Noto Serif JP', serif;
  line-height: 1em;
  color: #4d401c;
  /* -moz-text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
  -webkit-text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
  -ms-text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63);
  text-shadow: 3px 4px 6px rgba(140, 140, 140, 0.63); */
  padding-left: 13%;
  padding-bottom: 7px;
  border-bottom: 2px solid #b9ae65;
  font-size: 18px;
}

/*アイコンの＋と×*/
#bf2 .service-title::before,
#bf2 .service-title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
  
}
#bf2 .service-title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
#bf2 .service-title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
#bf2 .service-title.close::before{
transform: rotate(45deg);
}

#bf2 .service-title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
#bf2 .service-box {
  display: none;/*はじめは非表示*/
  padding-top:15px;
}


/* --------------------------------------------------------------------------------------優待特典  */
.shareholder{
    background: linear-gradient(60deg, #1b1b2d 0%, #1b1b2d 50%, #2a2a38 50%, #2a2a38 100%);
    padding:5em 0;
}

.shareholder li{
    text-align: left;
}

.random-image {
    height: 15.2em;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    max-width:420px;
    padding-top:2em;
}

.random-ul{
    justify-content: space-around;
    display: flex;
    padding: 0;
    height: 15em;
    overflow: hidden;
}

.random-ul li{
    flex:0 0 30%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 6em;
}

/*アコーディオン全体*/
#bf2 .accordion-area{
    list-style: none;
    width: 100%;
    margin:2em auto 0;
    background-color: unset;
    max-width:420px;
}

/*アコーディオンで現れるエリア*/
#bf2 .accordion-inner{
    display: none;/*はじめは非表示*/
    margin:3em 0;
    padding: 4%;
    background-color: rgba(0,0,0,0.3);
    width:100%;
}

.scroll-area{
	height: 710px;
	overflow-y: scroll;
    padding:2%;
}

.more{
    display: block;
    width:120px;
    text-align: center;
    background-color:#fff;
    margin: 0 auto;
}

.more p{
    display: inline-block;
    width:120px;
    padding:0.1rem;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    background:linear-gradient(#dedede,#fff);
}

.more p:hover{
    opacity:0.6;
    cursor: pointer;
}

.limited-sec{
    margin: 0em 0 6em;
}

.limited-sec ul{
    padding-right: 0;
    max-height: none;
}

.topic-name{
    margin-bottom: 2em;
    text-align: left;
}


/*    特典3  */
#bf3 .item-wrapper{
	width:100%;
}

#bf3 .item{
	padding:2em 1.5em;
	margin: 1em 0 2em;
	background-color: #fff;
	border-left: 6px solid #a7a285;
    -moz-box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.83);
    -webkit-box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.83);
    -ms-box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.83);
    box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.83);
}

#bf3 h5{
	width:100%;
    font-size: 1.7rem;
}

#bf3 .item p{
  	width:100%;
    font-size: 1.5rem;
    margin-top: 1.2em;
    line-height: 1.5;
}

#bf3 .item span{
    color: #aba052;
    font-weight:400; 
}

#bf3 h3 span{
    padding-right:0.8rem;
    color: #b9ae65;
    font-size: 2.5rem;
    font-weight: 500;
    display: inline-block;
    transform: translate(0%,12%);
}


/*  基本情報  */
#detail{
	padding: 4em 0;
	background:linear-gradient(#fff,#b9b9b9);
}

#detail .section-ex{
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: -0.03em;
    line-height: 1.6em;
    color: #000;
}

.table{
    max-width: 600px;
    width:100%;
    margin: 0 auto;
    -moz-box-shadow: 10px 6px 17px -8px rgba(102, 101, 102, 0.41);
    -webkit-box-shadow: 10px 6px 17px -8px rgba(102, 101, 102, 0.41);
    -ms-box-shadow: 10px 6px 17px -8px rgba(102, 101, 102, 0.41);
    box-shadow: 10px 6px 17px -8px rgba(102, 101, 102, 0.41);
}

.table .heading{
	width:100%;
	background-color: #40404e;
	color: #fff;
	text-align: center;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
}

.table .content{
	background-color: #fff;
	padding:1.2em;
	padding-left:4%;
	width:100%;
}

.table p{
	font-size:  1.4rem;
}

.table span{
	font-size: 2.0rem;
}

.table img{
    height:2.7vh;
}
.table img.table__logo__visa{
    margin: 20px 0;
    height:3.5vh;
}

.innerWrapper{
  display: flex;
  justify-content: start;
  gap: 28px;
  align-items: center;
  padding: 16px 0;
  flex-wrap: wrap;
}

.innerWrapper_box img{
  height: 40px; 
}


/* キャンペーン */
#campaign,
#campaign-mid{
	padding: 4em 0 0em;
    background-image: url(../images/campaign-back.webp);
    background-size: cover;
}
#campaign .container {
	margin-bottom: 8em;
}
#campaign .campaign_bnr{
    margin-bottom: 2em;
    margin: auto;
    display: grid;
    gap: 24px;
    background: none;
}

#campaign .campaign_bnr.end {
	position: relative;
}
#campaign .campaign_bnr.end a:after {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 1.5em;
	content: "本キャンペーンの申込期間は終了しました";
}

#campaign .campaign_bnr.end .click-banner:after {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 1.5em;
	content: "本キャンペーンの申込期間は終了しました";
}

#campaign button{
    margin-top: 3em;
}

/* お申し込みFlow */
.p-flow {
  padding: 6em 0 2em;
  background: linear-gradient(#fff, #b9b9b9);
}
#campaign .p-flow .container {
  margin-bottom: 4em;
}
#campaign .p-flow .title {
  margin-bottom: 0;
}
#campaign .p-flow .p-flow__title {
  font-size: 2.2rem;
  color: #4d401c;
}
.p-flow .section-ex{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 2em;
}


/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
	background-color: #fff;
}

.sp-banner{
    display: block;
}

.pc-banner{
    display: none;
}

/*アコーディオンタイトル*/
.click-banner {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
    width:100%;
}

.click-banner:hover{
	opacity: 0.7;
	cursor: pointer;
	transition: all 0.3s;
}

.banner-img{
    margin: 1em 0;   
}

.banner-img img{
    width:100%;
}

.click-banner img{
    width: 100%;
    height: auto;
}

/*アコーディオンで現れるエリア*/
.accordion-inner {
    display: none;/*はじめは非表示*/
    width:95%;
    margin: 0 auto;
    padding-bottom: 2em;
}

.lp-link{
    width:100%;
	background-color: rgba(255,255,255,0.95);
}

.lp-link a:hover{
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.3s;
}

.lp-link img{
    width:100%;
    height: auto;
}

.sp-link{
    display: block;
    max-width:600px;
    width: 100%;
}

.sp-link img{
    width:100%;
}

.pc-link{
    display: none;
}

.click p{
    text-align: center;
    width:100%;
    background: linear-gradient(#dedede,#fff);
    font-size: 1.2rem;
    line-height: 1.6em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    position: relative;
}

/* ヘッダー */
header{
    position: fixed;
    z-index: 10;
    width:100%;
}


/* フッター  */
footer{
	background-color: #dddde2;
	padding:7% 0 3%;
    position: relative;
}

footer .uclogo{
	width:80%;
	max-width:320px;
}

footer .uclogo img{
	width:100%;
    height: auto;
}

.call-number{
	width: 100%;
    margin-top: 3em;
}

.call-number p{
	font-weight: lighter;
	font-size: 1.4rem;
	font-family: 'Noto Serif JP', serif;
}

.desk {
    transform: translate(0%, 30%);
}

.call-number span{
	font-size: 1.2rem;
	font-weight: lighter;
	font-family: 'Noto Serif JP', serif;
}

.call-number .tel{
	font-size: 2.8rem;
	font-weight: 600;
    font-family: 'Noto Serif JP', serif;
}

.footer-list{
	margin-top: 4em;
	margin-bottom: 2em;
}

.footer-list ul{
	padding: 0;
	max-width:960px;
	margin: 0 auto;
}

.footer-list ul li{
	padding:5% 0;
	border-bottom: 1px solid #fff;
}

.footer-list ul li:first-child{
	border-top: 1px solid #fff;
}

.footer-list ul li a{
	font-size: 1.3rem;
	font-weight: lighter;
	padding:0 0.3rem;
	font-family: 'Noto Serif JP', serif;
}

.copyright{
	text-align: center;
	font-size: 1rem;
	font-weight: lighter;
}

.ex-link{
    position: relative;
    font-size: 13px;
}

.ex-link::after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(135deg);
    right: -20%;
    top: 34%;
    position: absolute;
}


/*  owners  */
.menu-pc{
    display: none;
}

.menu-sp{
    display: block;
    max-width: 180px;
    width:40vw;
    
}

.owners-button{
    position: fixed;
    right: 45px;
    background:linear-gradient(to right,#5c6878,#a1aebe);
    text-align: center;
    padding: 0 15px 0 10px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.3s;
}

.owners-btn{
    color: #fff;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
    letter-spacing: 0.03em;
}

.owners-btn::after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    right: -12px;
    transform: translate(0, -50%);
    letter-spacing: 0.02em;
}

.owners-button:hover{
    opacity: 0.6;
    transition: all 0.3s;
}

/* A */
.fv-movie--A {
  position: relative;
  padding-bottom: 40px;
  background-color: #1f1f1f;
}
.fv-movie--A > img{
  margin: 0 auto;
  width: 100%;
  height: auto;
}
/* B */
.fv-movie--B {
  position: relative;
  padding-bottom: 40px;
  background-image: url(../images/fv_b_sp_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fv-movie--B > img{
  margin: 0 auto;
  width: 100%;
  height: auto;
}
/* C */
.fv-movie--C {
  position: relative;
  padding-bottom: 35px;
  background-image: url(../images/fv_c_sp_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fv-movie--C > picture {
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.fv-movie--C > picture > img{
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.fv__flex{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background: #000;
}

.fv-img__box--sp{
  width: 100%;
}

.fv-text{
    width:90%;
    margin:0vh auto 0;
    margin-bottom: 45px;
}

h1{
    font-size: min(2.4rem ,6.4vw);
    color: #fff;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.0em;
}

h1 span{
    font-size: min(5rem,10.8vw);
    letter-spacing: 0.1em;
}

h1 img{
    width:80%;
    max-width:280px;
    margin-top: 6px;
}

.menu-inner.change-color{
    background-color: rgba(0,0,0,0.8);
    transition: 0.3s;
}
/*
-----------------------------------------------------------------------
hero Area（New FV Area）
-----------------------------------------------------------------------
*/
.p-hero {
  position: relative;
  padding-bottom: 35px;
  background-image: url(../images/main_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-heroMain {
  display: block;
  margin: 0 auto;
  padding: 90px 10px 0;

}
.p-heroCopy {
  padding: 0 20px;
}
.p-heroCopy img{
  max-width: 480px;
    width: 90%;
    height: auto;
}
.p-heroCopy--kakaku {
  display: none;
}
/* パラメータ 000507 の時は価格com用コピー表示 */
.main.is-kakaku .p-heroCopy {
  display: none;
}
/* 通常コピー不可視 */
.main.is-kakaku .p-heroCopy--kakaku {
  display: block;
}
.kakakuCopy__label {
  display: flex;
  justify-content: center;
  grid-column: 1;
  align-items: center;
  margin: 0 20px;
  padding: 0 0.5em;
  background-color: #7994b4;
  color: #fff;
  font-size: clamp(17px, 2vw, 23px);
  text-align: center;
  letter-spacing: 0.05em;
}
.kakakuCopy__sub {
  padding: 8px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.kakakuCopy__main {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(36px, 8vw, 68px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-heroCard {
  padding: 30px 20px 0;
  text-align: center;
}
.p-heroCard picture img {
  max-width: 450px;
  width: 100%;
  height: auto;
}
.p-heroInfo {
  margin-top: -60px;
}
.p-heroInfo__main {
  display: flex;
  gap: 5px;
  margin: 0;
}
.p-heroInfo__main >li {
  box-sizing: border-box;
  padding: 8px 5px;
  width: calc( ( 100% - 5px ) / 2 );
  background-color: #464c53;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  /*font-size: 20px;*/
  font-size: clamp(15px, 1.8vw, 20px);
  text-align: center;
  line-height: 1.2;
  letter-spacing: .05em;
}
.p-heroInfo__main >li span {
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: .075em;
}
.p-heroInfo__main >li .__text--l {
  font-size: clamp(20px, 2.4vw, 32px);
}
.p-heroInfo__sub {
  padding-top: 10px;
}
.p-heroInfo__sub >li {
  position: relative;
  display: inline-block;
  margin: 0 0.5em 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: .075em;
  list-style: circle;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-offset: 5px;
}
.p-heroInfo__sub >li:nth-child(1) {
  margin-bottom: 10px;
}
.p-heroInfo__sub >li span {
  font-size: 32px;
  font-size: clamp(24px, 3.2vw, 32px);
  letter-spacing: normal;
  font-weight: 400;
}
/* 旧FV */
.p-hero--old {
  display: none;
}

/*   共通優待  */
.common-limited{
    margin-top: 70px;
}

.limited-banner{
    max-width:780px;
    width:100%;
    margin: 0 auto;
}

.limited-banner img{
    width:100%;
}

.common-limited .more{
    margin-top: 25px;
    position: relative;
}

.common-limited .more::after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 8px;
    border-color: transparent transparent transparent #000;
    top: 50%;
    right:3px;
    transform: translate(0, -50%);
}

.sp-img{
    display: block;
}

.pc-img{
    display: none;
}

*{
    box-sizing: border-box;
}


.h1_ntt_biz_2024_11{
	margin-top:3rem !important;
	font-size:2.2rem !important;
	line-height:1.4 !important;
}
.h1_ntt_biz_2024_11 span,
.h1_ntt_biz_2024_11 div span{
	font-size:2.4rem !important;
}
.h1_ntt_biz_2024_11 span span.small_txt{
	font-size:1.6rem !important;
}

/* 250325追記 */
.ex-img-wrap{
  position: relative;
  width: 100%;
}
.ex-modal-open{
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Noto Serif JP', serif;
}
/* .modal-ex{
  overflow: scroll;
  position: relative;
}
.modal-ex-more-wrap{
  position: relative;
  width: 600px;
}
.modal-ex-more{
  position: absolute;
  bottom: 52px;
  right: 54px;
}
.modal-ex-more a{
  display: block;
  width: 65px;
  height: 15px;
} */

.modal-ex-more-wrap{
  position: relative;
}
.modal-ex-more{
  position: absolute;
  bottom: 13%;
  right: 9%;
}
.modal-ex-more a{
  display: block;
  width: 8.5svw;
  height: 1.5svh;
}


.pointpu-wrap{
  background: #fff;
  overflow: hidden;
}
.pointup-modal-open{
  margin: 0 15px 15px 0;
  color: #000!important;
}
.pointup-logo-list{
  display: flex;
  margin: 15px 15px 0;
  width: max-content;
}
.pointup-logo-animation{
  display: flex;
  gap: 15px;
  animation: infinity-scroll-left 15s infinite linear both;
}
.pointup-logo img{
  height: 100px;
  width: auto !important;
  aspect-ratio: 1 / 1;
}
.pointup-note{
  font-size: 12px;
  color: #6e6e6e;
  margin: 15px 15px 0;
}
.modal-bg-navy{
  background: #181828;
  color: #fff;
}
#bf1 .modal-bg-navy h4, .modal-bg-navy a{
  color: #fff;
}
.modal-pointup-img{
  margin-top: 15px;
  text-align: center;
}
.modal-pointup-img img{
  max-width: 100%;
}
.modal-pointup-text p{
  margin-top: 1em;
  font-size: 13px;
  font-family: 'Noto Serif JP', serif;
}
.modal-pointup-linklist{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.modal-pointup-linklist a{
  display: inline-block;
  margin: 0 2em 0 1em;
  font-family: 'Noto Serif JP', serif;
}
.modal-pointup-linklist a:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin-right: 0.3em;
}
table.benefit{
  display: table;
  border: #6e6e6e 1px solid;
  border-collapse: collapse;
  margin-bottom: 1em;
}
table.benefit tr{
  display: table-row;
}
table.benefit th{
  background: #dde6ff;
}
table.benefit th, table.benefit td{
  width: auto;
  padding: 2px 5px 0;
  border: #6e6e6e 1px solid;
  border-collapse: collapse;
}
table.benefit th:nth-of-type(1){
  width: 40%;
}
table.benefit th:nth-of-type(2){
  width: 60%;
}
table.benefit sup{
  font-size: 90%;
  vertical-align: super;
}
.annual-img-wrap{
  position: relative;
}
.annual-modal-open{
  position: absolute;
  bottom: 5px;
  right: 15px;
  cursor: pointer;
  color: #333!important;
}
#bf3 .item .item-link{
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}
#bf3 .note-list{
  margin-top: 30px;
  color: #fff;
}
.card-hikaku-image img{
  max-width: 100%;
}
.modal-content.modal-bg-navy{
  background: #181828;
  color: #fff;
}
/* カード比較 table */
/* カード比較 table */
.card-hikaku-table{
  overflow-x: scroll;
  height: 650px;
  scrollbar-color: #40404e #b9b9b9;
}
@media screen and (min-width: 1100px) {
  .card-hikaku-table{
    overflow-x: auto ;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
   /*Google Chrome、Safariへの対応*/
   .card-hikaku-table::-webkit-scrollbar{
    display: none;
  }
}
#cardHikaku{
	padding: 6em 0;
	background:linear-gradient(#fff,#b9b9b9);
}
#cardHikaku .section-ex{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #000;
}
.card-table{
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
}
.card-table tr{
  display: table-row;
}
.card-table th, .card-table td{
  display: table-cell;
  padding: 5px;
  border-top: #6e6e6e 1px solid;
  width: auto;
  line-height: 1.2;
}
.card-table .w16{
  width: 16%;
}
.card-table .w21{
  width: 21%;
}
.card-table .no-border{
  border: none;
}
.card-table thead th{
  font-size: 17px;
}
.card-table .bg-thPt{
  background: rgb(187,177,106);
  background: linear-gradient(135deg, rgba(187,177,106,1) 75%, rgba(240,240,228,1) 100%);
  color: #fff;
}
.card-table .bg-thGd{
  background: rgb(255,208,60);
  background: linear-gradient(135deg, rgba(255,208,60,1) 75%, rgba(248,246,213,1) 100%);
  color: #fff;
}
.card-table .bg-thNm{
  background: rgb(179,179,179);
  background: linear-gradient(135deg, rgba(179,179,179,1) 75%, rgba(255,255,255,1) 100%);
  color: #fff;
}
.th-title{
  font-size: 21px;
}
.th-sub{
  display: flex;
  justify-content: center;
  font-size: 12px;
  width: max-content;
  margin: 0 auto;
}
.th-sub p{
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 3px 5px 4px;
  font-weight: bold;
}
.th-sub span{
  background: #3d3d4d;
  line-height: 1;
  padding: 3px 5px 4px;
  font-family: 'Noto Sans JP', sans-serif;
}
.th-sub .st-high{
  color: #ff8a8e;
}
.th-sub .st-mid{
  color: #f4f405;
}
.card-table tbody th{
  background: #40404e;
  color: #fff;
}
.card-table .bg-wt{
  background: #fff;
}
.card-table .bg-yl{
  background: #fffdca;
}
.card-table .bd-red{
  border: #f2521b 4px solid;
}
.card-table .bd-top{
  border-top: #6e6e6e 1px solid;
}
.card-table .bd-bottom{
  border-bottom: #6e6e6e 1px solid;
}
.card-table .bd-no-bottom{
  border-bottom: none;
}
.card-table .bd-no-top{
  border-top: none;
}
.card-table img{
  width: 100%;
}
.listPt2-inner .card-table,.listGd-inner .card-table,.listNm-inner .card-table{
 border:#6e6e6e 1px solid;
}
.card-table-wrap-head,.card-table-wrap-body{
  width: 960px;
}
.card-table-headBox{
  width: 100%;
  height: 140px;
  display: flex;
  align-items:flex-end;
  font-family: 'Noto Serif JP', serif;
}
.headOpenarea,.headPt,.headGd,.headNm{
  box-sizing:border-box;
}
.card-table-headBox .bg-thPt{
  background: rgb(187,177,106);
  background: linear-gradient(135deg, rgba(187,177,106,1) 60%, rgba(240,240,228,1) 100%);
  color: #fff;
}
.card-table-headBox .bg-thGd{
  background: rgb(255,208,60);
  background: linear-gradient(135deg, rgba(255,208,60,1) 50%, rgba(248,246,213,1) 100%);
  color: #fff;
}
.card-table-headBox .bg-thNm{
  background: rgb(179,179,179);
  background: linear-gradient(135deg, rgba(179,179,179,1) 60%, rgba(255,255,255,1) 100%);
  color: #fff;
}
.card-table-bodyBox{
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  background: #40404e;
  background: linear-gradient(to bottom, #40404e 0px,#40404e 37px,#6e6e6e 37px,#6e6e6e 38px,#40404e 38px,#40404e 74px,#6e6e6e 74px,#6e6e6e 75px,#40404e 75px,#40404e 121px,#6e6e6e 121px,#6e6e6e 122px,#40404e 122px,#40404e 150px,#6e6e6e 150px,#6e6e6e 151px,#40404e 151px,#40404e 197px,#6e6e6e 197px,#6e6e6e 198px,#40404e 198px,#40404e 442px,#6e6e6e 442px,#6e6e6e 443px,#40404e 443px,#40404e 475px);
  gap: 1%;
  height: 475px;
}
.listItem,.listPt,.listPt2,.listGd,.listNm{
  box-sizing:border-box;
}
.listItem-inner{
  background-color: #40404e;
  color:#fff;
}
.listItem{
  padding-left: 5px;
}
.listPt{
  background: #fffdca;
  margin:-70px 0 -3px;
}
.listPt2,.listGd,.listNm{
  margin:-33px 0 -3px;
}
.card-table .ta-logo{
  padding: 12px 8px 30px;
}
.card-table .ta-01{
  height: 37px;
}
.card-table .ta-02{
  height: 37px;
}
.card-table .ta-03{
  height: 47px;
}
.card-table .ta-04{
  height: 29px;
}
.card-table .ta-05{
  height: 47px;
}
.card-table .ta-06{
  height: 245px;
}
.card-table .ta-07{
  height: 38px;
}
.tableSize .wOp{
  width: 19%;
}
.tableSize .wPt{
  width: 40.5%;
}
.tableSize .wGd{
  width: 20%;
}
.tableSize .wNm{
  width: 20.5%;
}
.tableSize .h100{
  height: 100%;
}
.tableSize .h85{
  height: 85%;
}
.tableSize .h70{
  height: 70%;
}
.small_txt{
  font-size: 0.rem;
}
.col2{
 display: flex;
}


.col2-left{ width: 3.0em; }
.fs-LL{ font-size: 140%; }
.fs-ss{ font-size: 75%; }
.ff-go{ font-family: 'Noto Sans JP', sans-serif; }
.f-bold{ font-weight: bold; }
.f-red{ color: #f2521b; }
.ta-center{ text-align: center; }
.va-top{ vertical-align: top; }

/* 250407追記 */
#bf1 .campaign_bnr_2504 {
	max-width: 100%;
  background: #000;
  padding: 0 0 40px;
}
#bf1 .campaign_bnr_2504 .img {
	/* max-width: 90%; */
	margin: 0 auto;
  background: none;
}
#bf1 .campaign_bnr .img .end {
	position: relative;
  width: 90%;
  margin: 0 auto;
}
#bf1 .campaign_bnr .img .end::after {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 13px;
	content: "本キャンペーンの申込期間は終了しました";
}
#kakku_com_2024_06 .end .img{
	position: relative;
}
#kakku_com_2024_06 .end .img:after {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 13px;
	content: "本キャンペーンの申込期間は終了しました";
}

/* yamade 追記 */
.pt-topFamily {
}
.pt-topFamily .section-title {
  line-height: 1.4;
}

#bf2 .pt-topFamily .item-wrapper {
  align-items: initial;
}
.pt-topFamilyItem {
  display: block !important;
  padding: 20px!important;
}
.pt-topFamilyItem .image-container {
  padding-bottom: 25px;
  text-align: center;
}
.pt-topFamilyItem .image-container img {
  width: 80%;
  height: auto;
}
.pt-topFamilyItemCont {
}
.pt-topFamilyItemCont h4 {
  margin-bottom: .5em;
  font-size: 2.2rem;
  line-height: 1.6;
}
.pt-topFamilyItemCont__text {
  font-size: 1.4rem;
  line-height: 1.6;
}
.pt-topFamilyItemCont__text--lead {
  color: #aba052;
  font-weight: bold;
}
ol.__family__block {
  padding-left: 1.2em;
  list-style-position: inside;
  margin: 20px 0 0;
}
ol.__family__block li {
  position: relative;
  list-style: decimal;
}

/*
-----------------------------------------------------------------------
基本情報追記
-----------------------------------------------------------------------
*/
.p-cardInfo {
  display: block;
}
.p-cardInfo picture {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}
.p-cardInfo picture img {
  width: 100%;
  height: auto;
}
.p-cardInfo__text {
  padding-top: 20px;
  width: 100%;
  line-height: 2;
  text-align: left !important;
}
