/*!
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */


/*
-----------------------------------------------------------------------
Base CSS
-----------------------------------------------------------------------
*/

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%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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: 0;
  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;
}

h4{
  font-size: 2.0rem;
  font-weight: 600;
  text-align: left;
  padding-bottom: 0.7rem;
  line-height: 1.3em;
  font-family: 'Noto Serif JP', serif;
}

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-sp {
  display: none!important;
}

/*
-----------------------------------------------------------------------
Slick CSS
-----------------------------------------------------------------------
*/

.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;
  }
}

.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;
}

.c-section-head {
  max-width: 1090px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.c-section-head.is-platinum {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-section-head.is-platinum .c-section-lead {
  padding-right: 30px;
}

.c-section-title {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 6.5rem;
  opacity: 0;
  letter-spacing: .1em;
}

.c-section-title.is-2lines {
  opacity: 1;
}

.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 {
  position: relative;
  -webkit-transform: translateY(0)!important;
  transform: translateY(0)!important;
  padding-bottom: 5px;
}

.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: 3.2rem;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  -webkit-transition: all 0s .65s;
  transition: all 0s .65s;
  display: block;
  letter-spacing: .2em;
  line-height: 1.3;
}

.parallax .c-section-lead-text-inner {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.c-section-text-inner {
  font-size: 2.0rem;
  line-height: 1.t;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  -webkit-transition: all 0s .65s;
  transition: all 0s .65s;
  display: block;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.5;
}

.c-section-text-inner.is-justify {
  max-width: 800px;
  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;
}

.kv-uc {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.is-show .kv-uc {
  opacity: 1;
}

.kv-uc-grade {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-show .kv-uc-grade {
  opacity: 1;
}

.kv-title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-show .kv-title {
  opacity: 1;
}

.is-fixed .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.menu-inner {
  width: 100%;
  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 30px;
}

.menu-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-logo-img {
  width: 320px;
}

.menu-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.menu-contents-btn {
  display: none
}

.menu-contents-list {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 40px
}

.menu-contents-item:first-child .menu-contents-img {
  height: 19px
}

.menu-contents-link {
  font-family: Oswald, sans-serif;
  font-weight: 300;
  color: #5f6264;
  font-size: 2rem;
  letter-spacing: .1em
}

.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: 2.2rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 3px 10px;
  letter-spacing: .1em;
}

.limited-title {
  display: inline-block;
  background-color: #464748;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: .1em;
}

.limited-content {
  background-color: #464748;
  padding: 6em 0;
  margin-top: -5px;
}

.limited-inner {
  margin: 0 auto;
}

.limited-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin-bottom: 80px;
}

.limited-main-block {
  width:48%;
  max-width: 500px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  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);
}

.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: 4.8rem;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 25px;
  letter-spacing: .1em;
}

.limited-main-title-img {
  width: 100%;
  height: auto;
  max-width: 120px;
}

.limited-main-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56.35492%;
  flex: 0 0 56.35492%;
  width: 56.35492%;
  height: auto;
}

.limited-main-content {
  padding: 20px;
}

.limited-main-lead {
  color: #fff;
  font-size: 2.7rem;
  margin-bottom: 5px;
}

.limited-main-lead-img {
  height: 27px;
  width: auto;
}

.limited-main-text {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

.limited-main-text:last-child {
  margin-bottom: 0;
}

.limited-main-catch {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.4;
  margin: 30px 0;
  font-weight: 500;
}

.limited-main-catch-sub {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.6;
}

.limited-partners-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width:900px) {
  .limited-partners-head-item {
    margin-right: 30px;
  }
  .limited-partners-head-item:last-child {
    margin-right: 0;
  }
}

.limited-partners-title {
  font-size: 2.2rem;
  color: #c7c8c8;
  margin-bottom: 10px;
  font-weight: 500;
}

.limited-partners-title .sml {
  font-size: 1.55rem;
}

.limited-partners-lead {
  font-size: 1.6rem;
  color: #c7c8c8;
}

.limited-partners-scroll {
  max-width: 1100px;
  margin: 0 auto;
  max-height: 580px;
  overflow: auto;
  position: relative;
}

.limited-partners-scroll:after {
  content: "";
  display: block;
  height: 1px;
}

.limited-partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 20px;
}

.limited-partners-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17.17922%;
  flex: 0 0 17.17922%;
  width: 17.17922%;
  position: relative;
  margin-right: 3.52%;
  margin-bottom: 30px;
  cursor: pointer;
}

.limited-partners-item:nth-child(5n) {
  margin-right: 0;
}

.limited-partners-item:nth-child(5n) .limited-partners-detail {
  right: 50%;
  left: auto;
}

.limited-partners-item:nth-last-child(-n+5) .limited-partners-detail {
  top: auto;
  bottom: 0;
}

.limited-partners-img {
  width: 100%;
  height: auto;
}

.limited-partners-type {
  text-align: center;
  margin-top: 5px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: .05em;
}

.limited-partners-detail {
  width: 300px;
  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;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.limited-partners-detail-inner {
  border: 1.5px 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: 10px;
  right: 10px;
  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: 260px;
  max-height: 100px;
  width: auto;
  height: auto;
}

.limited-partners-name {
  background-color: #626363;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 2px 0;
  margin-bottom: 1rem;
}

.limited-partners-feature {
  padding: 5px;
}

.limited-partners-feature-item {
  font-size: 1.5rem;
  font-weight: 500;
  color: #58595a;
  margin-bottom: 5px;
  line-height: 1.5;
  position: relative;
  padding-left: 21px;
}

.limited-partners-feature-item:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #58595a;
  position: absolute;
  left: 0;
  top: 4px;
}

.limited-partners-feature-item.is-nosquare {
  text-indent: -20px;
  padding-left: 20px;
}

.limited-partners-feature-item.is-nosquare:before {
  content: none;
}

.limited-partners-feature-item-sub {
  font-size: 1.8rem;
  color: #58595a;
  padding-left: 21px;
  margin-bottom: 5px;
  line-height: 1.3;
  position: relative;
}

.limited-partners-feature-item-sub:before {
  content: "・";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 0;
}

.limited-partners-scroll-btm {
  position: fixed;
  top: 570px;
  left: 0;
  background-color: rgba(70, 71, 72, .7);
  width: 100%;
  height: 72px;
  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: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  top: -10px;
  margin: 0 auto;
}

.limited-partners-help {
  border: 1px solid #c7c8c8;
  padding: 15px;
  margin: 50px 0 30px;
}

.limited-partners-help, .limited-partners-note {
  color: #c7c8c8;
  font-size: 1.9rem;
  line-height: 1.4;
  text-align: center;
}

.limited-modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  -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;
}

.limited-modal-inner {
  max-width: 1090px;
  width: 100%;
  height: 100%;
  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;
}

.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;
  margin: 0 auto 0 auto;
}

.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 追記    */

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

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

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

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

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

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

.bar_bottom:after{
	content:'MENU';
	position: absolute;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
    bottom: 20%;
    left: 27%;
	z-index:15;
}

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

.burger-btn.close .bar_top{
    transform:translate(0%,15px) 
        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 .bar_bottom::after{
	content: 'MENU';
	display: block;
	position: absolute;
	z-index:20;
	color:#fff;
	font-size: 1.0rem;
	font-weight: 500;
	left:-1px;
	bottom:-25px;
    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:-26px;
	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:45%;
    max-width:370px;
    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:3rem;
    margin-left: 5rem;
    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.6rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}


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

/*  20220530  */


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;
}

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

a:hover{
	opacity: 0.7;
}

img{
    vertical-align:top;
}

.back:hover{
	background-color: #fff;
	display: inline-block;
	border-radius: 50px;
}

li{
    list-style: none;
}

h1{
    font-size: clamp(2rem,3.9vw,2.6rem);
    font-weight:500;
    letter-spacing: 0.09em;
    font-family: 'Noto Serif JP', serif;
	color: #fff;
    line-height: 2.2em;
}

h1 span{
    font-size: clamp(4rem,3.9vw,4.9rem);
    letter-spacing: 0.12em;
}

h2{
    font-size: 3.8rem;
    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: 3.0rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 2.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);
    position: relative;
}

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

/* #detail h3::after{
    background-color: #000;
    height: 1px;
} */

h3 span{
    font-size: 1.8rem;
    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);
}

/* #bf2 h3{
    margin-bottom: 2.4em;
} */


#bf3 h3{
    font-size: 2.0rem;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0.7rem; 
    line-height: 1.3em;
    font-family: 'Noto Serif JP', serif;
}
#bf3 h3 sup{
  font-size: 85%;
}

#bf1 h4{
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

#bf2 h4{
  font-family: 'Noto Serif JP', serif;
}

.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.08em;
    line-height: 1.5;
}

.sp-br{
    display: none;
}

/* お申し込みボタン */
.application{
    text-align: center;
    display: inline-block;
    margin-top: 60px;
}

.application p{
    font-size:1.5rem;
    font-weight: 400;
    padding-bottom: 0.5em;
    font-family: 'Noto Serif JP', serif;
	color: #fff;
}

.application .back a{
    width: 300px;
    height: 60px;
    background:  linear-gradient(to right, #F1F1F1, #C1C1C1);
    color: #000;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    border-radius: 69px;
    font-family: 'Noto Serif JP', serif;
    display: flex;
    justify-content:center;
    align-items: center;
    position: relative;
}

.application .back a::after{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 13px;
    border-color: transparent transparent transparent #000;
    content: "";
    top: 42%;
    right: 3%;
}
/* お申し込みボタン追記 20250508 */
.applicationWrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.applicationWrap .application{
  margin-top: 20px;
}
.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;
    margin-top: 0;
    padding: 1.2rem 0;
}

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

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

/*  -----------------------------------------------------------------------------  特典1   */
#bf1{
    padding-top: 6em;
    background: linear-gradient(120deg, #1b1b2d 0%, #1b1b2d 50%, #2a2a38 50%, #2a2a38 100%);
}

#bf2{
    padding-top: 6em;
    background: linear-gradient(60deg, #f8faf9 0%, #f8faf9 70%, #e9eae5 70%, #e9eae5 100%);
}

#bf3{
    padding-top: 6em;
  	padding-bottom: 6em;
    background: linear-gradient(120deg, #222239 0%, #222239 50%, #323241 50%, #323241 100%);
}

.subsection{
    padding-top:7em;
}

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

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

.title{
    margin-bottom: 4em;
}


#bf2 .title{
    margin-bottom: 3em;
}

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

#bf1 .title p,
#bf3 .title p{
    text-shadow: 3px 4px 16px rgb(3 0 3 / 85%);
}

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

#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;
}


#bf1 .title p span,
#bf3 .title p span{
    color: #ffe670;
}

#bf2 .title p span{
    color: #94822c;
}

.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;
    position: relative;
}

#bf1 .point-image .point1{
	width:50%;
    height: auto;
	max-width: 472px;
}

#bf1 .point-image .point2{
	width:43%;
    height: auto;
	max-width: 400px;
} 

-----------------------------------------------*/

/* 230526追記---------------------------------- */

#bf1 .p-year h3{
  color: #fff;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: 'Noto Serif JP', serif;
}

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

#bf1 .p-year .ex-img{
  width: 100%;
}
#bf1 .p-year .fromto{
	width:40px;
	height:10px;
}
#bf1 .p-year-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 0 80px;
}

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

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

#bf1 .p-bonus .p-bonus-box .number{
  background-color: #fff;
  font-size: 3rem;
  font-weight: 600;
  padding: 6px 20px;
  width: 60px;
  font-family: 'Noto Serif JP', serif;
}

#bf1 .p-bonus .p-bonus-box h4{
  color: #fff;
  font-size: 2.5rem;
  padding-bottom: 0;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  font-family: 'Noto Serif JP', serif;
}
.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;
}

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

.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: 30% !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: 95px;
  width: max-content;
}
.p-logo-animation{
  display: flex;
  animation: infinity-scroll-left 20s 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: 30px;
  padding-bottom: 30px;
}

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

#bf1 .p-bonus .modal-open{
  color: #fff;
  text-align: right;
  font-size: 16px;
  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;
  width: 20%;
  padding-right: 20px;
  font-weight: 600;
}

td{
  width: 80%;
}

tr {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

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: 65%;
  text-align: center;
}

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

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

.schedule tr{
  display: flex;
}





/*モーダル本体の指定 + モーダル外側の背景の指定*/
.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: 80%;
}
.modal-body img{
  max-width: 100%;
}
/*モーダルを閉じるボタンの指定*/
.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: 60px 45px;
  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;
}



#bf1 .point-image .plus{
	width:3%;
}

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

button:hover{
	cursor: default;
}

button p{
  color:#000;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 0.5em;
  font-family: 'Noto Serif JP', serif;
}

button a{
  padding: 0.8rem;
  width: 340px;
  height: 60px;
  background: rgb(119,107,36);
  background: linear-gradient(90deg, #610e1a 0%, #ae384b 100%);
  color: #fff;
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 69px;
  font-family: 'Noto Serif JP', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

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

.back{
  display: flex;
  justify-content: center;
}

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

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

.sub-title{
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
	color: #fff;
}
.sub-title span {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: normal;
}

.sub-title__left{
  font-size: 1.7rem;
  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: 15px;
  font-family: 'Noto Serif JP', serif;
  padding-left: 1em;
  text-indent: -1em;
}

.pointshop{
  width: 100%;
  padding: 3.2em 0;
}

.link-line{
  color: #fff;
  border-bottom: 1px solid #fff;
}

#bf1 .item-wrapper{
    display: flex;
    justify-content: space-around;
    margin-top: 4em;
}

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

#bf1 .item a:hover{
    opacity:0.6;
    cursor: pointer;
}


#bf1 .item img{
    height:13vh;
    max-height: 95px;
    width:auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 1em;
}

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

.link-text{
    text-align: center;
    font-size: 1.4rem;
    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: 10px;
    height: 10px;
    border-top: 2px solid #969240;
    border-right: 2px solid #969240;
    transform: rotate(45deg);
    top: 28%;
    right: 28%;
}


/* ------------------------------------------------------------------------------------------ 特典2 */

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

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

.wide-item-wrapper{
	margin: 0 auto;
}

.wide-item{
  margin: 4em 0;
  padding: 3.2em;
  background-color: #fff;
  position: relative;
  display: flex;
  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 .textarea{
	width:60%;
}

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

.coupon{
    position:relative;
}

.coupon::before {
    content: "※金額は一例です。";
    color: rgb(255, 255, 255);
    font-size: 110%;
    position: absolute;
    bottom: 0px;
    right: 1%;
}

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

.hotel::after{
	content: "";
	background-image: url(../images/gourmet02.webp);
	width:100%;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 108%;
	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: 108%;
	background-position: center;
}

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

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

.small-item-wrapper{
	display: flex;
  justify-content: left;
  align-items: stretch;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-top: 3.2em;
  gap: 3%;
}

.small-item {
    padding: 2em;
	  margin: 1em 0;
    width: 48%;
	  background-color: #fff;
    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: 1.2em !important;
    padding-bottom: 1em;
    align-items: center;
    height: 7em;
    border-bottom: 3px solid lightgray;
}

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

.plusex p{
    letter-spacing: -0.03em;
}

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

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

.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: space-around;
  align-items: stretch;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-top: 3.2em;
}

.middle-item {
  padding: 2em;
	margin: 1em 0.5em;
  width: 48%;
	background-color: #fff;
	/* height: 21.5em; */
  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;
	justify-content: center;
	margin-bottom: 1em !important;
	padding-bottom: 0.8em;
	align-items: center;
	height: 7em;
	border-bottom: 3px solid lightgray;
}

.middle-item p{
    font-size: 1.6rem;
    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;
}

.fp{
    width: 600px;
    height: auto;
}


.box{
	padding:3em 4em;;
	background-color: #fff;
	display: flex;
	position: relative;
  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);
  margin-top: 3.2em;
}

.box .textarea{
	width:60%;
	max-width: 525px;
}

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

.box .cut-image{
    width: 40%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: red;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

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

.concierge-banner{
	width:360px;
	margin-top: 1em;
    margin-bottom: 1em;
}

/* コピーボタン */
.copy_btn {
    width: 360px;
    padding: 0.6em 0;
    font-size: 1.4rem;
    background: #aaa270;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}
 
.copy_btn.click {
    background-color:#cbc496 ;
}

.copy_btn:hover {
	cursor: pointer;
}

.box_area:hover{
    opacity: 0.6;
    cursor: pointer;
}

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

.copyValue {
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	transition-duration: 0.2s;
    background-color: #aaa270;
	padding: 0.6em 0;
	text-align: center;
	width:360px;
    display: block;
}
.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:48%;
	display: flex;
	justify-content: flex-end;
	background-color: #fff;
	padding:2.5em 1em 2.5em 0em;
	margin: 1em 0.5em;
	position: relative;
    min-width: 450px;
    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:65%;
}

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

#bf2 .item .cut-image{
    width: 30%;
    clip-path: polygon(0% 0%, 100% 0%, 80% 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;
	background-position: 5% 0%;
	display: inline-block;
	background-repeat: no-repeat;
}

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

.sp-only{
  display: none;
}

/* --------------------------------------------------
サービス用アコーディオン
----------------------------------------------------- */

/*アコーディオン全体*/
#bf2 .s-accordion-area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin:0 auto;
}

/* #bf2 .s-accordion-area li{
  margin: 10px 0;
} */

/* #bf2 .accordion-area section {
border: 1px solid #ccc;
} */

/*アコーディオンタイトル*/
#bf2 .service-title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition: all .5s ease;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  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: 6%;
  padding-bottom: 10px;
  border-bottom: 2px solid #b9ae65;
  margin-top: 30px;
}

/*アイコンの＋と×*/
#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;/*はじめは非表示*/
  /* margin:0 3% 3% 3%; */
  /* padding: 1%; */
}


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

.shareholder li{
    text-align: left;
}

.random-image {
    height: 23em;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-top: 4em;
}

.random-ul{
    justify-content: space-around;
    display: flex;
    padding: 0;
}

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


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

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

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

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

.more p{
    display: inline-block;
    width:200px;
    padding:0.4rem;
    text-align: center;
    font-size: 1.5rem;
    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:last-child{
    margin-bottom: 0;
}


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

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


/*    特典3  */
#bf3 .item-wrapper{
	width:100%;
  margin-top: 6em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#bf3 .item{
  width: 48%;
	padding:3em 2.5em 4em;
	margin: 0 0 3em;
	background-color: #fff;
	border-left: 6px solid #a7a285;
    -moz-box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 19px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

#bf3 h5{
	display: flex;
  flex-wrap: wrap;
}

#bf3 .item p{
  font-size: 1.6rem;
}

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

#bf3 h3 span{
    padding-right:0.8rem;
    color: #b9aE65;
    font-size: 3.0rem;
    font-weight: 500;
}

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

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

.table{
	margin-top:5em;
    -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 .inner{
	display: flex;
	border-bottom: 2px solid #cecece;
}

.table .inner:last-child{
	border-bottom: none;
}

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

.table .content{
	background-color: rgba(255,255,255,1);
	padding:1em;
	padding-left:4%;
	width:80%;
}

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

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

.table img{
	transform: translate(0%,20%);
}

.innerWrapper{
  display: flex;
  flex-direction: row;
  justify-content: start;
  column-gap: 40px;
  align-items: center;
  margin: 8px 0;
}

.innerWrapper_box img{
  height: 40px;
  vertical-align: super;
}


/* キャンペーン */
#campaign,
#campaign-mid{
	padding:6em 0 8em;
	padding-bottom: 0;
	background: linear-gradient(60deg, #1b1b2d 0%, #1b1b2d 50%, #2a2a38 50%, #2a2a38 100%);
}

#campaign .container {
	margin-bottom: 8em;
}

#campaign .campaign_bnr {
	max-width: 960px;
	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: 2.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: 2.5em;
	content: "本キャンペーンの申込期間は終了しました";
}
/* 250407追記 */
#bf1 .campaign_bnr_2504 {
	max-width: 100%;
  padding: 0 0 40px;
}
#bf1 .campaign_bnr_2504 .img {
	max-width: 960px;
	margin: 0 auto;
  background: none;
}
#bf1 .campaign_bnr .end {
	position: relative;
  width: 960px;
  margin: 0 auto;
}
#bf1 .campaign_bnr .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: 2.5em;
	content: "本キャンペーンの申込期間は終了しました";
}

/*価格.com para=000507*/
#kakku_com_2024 .accordion-area {
  margin:0;
}
#kakku_com_2024 .scroll-area {
  height: auto;
  padding: 1%;
}
#kakku_com_2024 .scroll-area .limited-sec {
  margin: 0;
}
#kakku_com_2024 .more {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#kakku_com_2024 .accordion-inner h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top:1em;
}
#kakku_com_2024 .accordion-inner p {
  text-align: left;
  background: none;
  font-size: 1.3rem;
}
#kakku_com_2024 .accordion-inner p sup{
  font-size: 1.1rem;
}
#kakku_com_2024 .accordion-inner p span{
  font-size: 1.1rem;
}
#kakku_com_2024 .accordion-inner li{
  font-size: 1.3rem;
  text-indent:-1em;
  padding-left:1em;
}
#kakku_com_2024 .accordion-inner li .del{
  position: relative;
}
#kakku_com_2024 .accordion-inner li .del::before{
  content: "";
  position: absolute;
  border-top: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  width: 3.0em;
  top: 30%;
  left:-0.1em;
  height: 5px;
}

/*価格.com個別キャンペーン para=000529*/
#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: 2.5em;
	content: "本キャンペーンの申込期間は終了しました";
}
#kakku_com_2024_06 .accordion-area {
  margin:0;
}
#kakku_com_2024_06 .scroll-area {
  height: auto;
  padding: 1%;
}
#kakku_com_2024_06 .scroll-area .limited-sec {
  margin: 0;
}
#kakku_com_2024_06 .more {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#kakku_com_2024_06 .accordion-inner h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top:1em;
}
#kakku_com_2024_06 .accordion-inner p {
  text-align: left;
  background: none;
  font-size: 1.3rem;
}
#kakku_com_2024_06 .accordion-inner p sup{
  font-size: 1.1rem;
}
#kakku_com_2024_06 .accordion-inner p span{
  font-size: 1.1rem;
}

#kakku_com_2024_06 .accordion-inner li{
  font-size: 1.3rem;
  text-indent:-1em;
  padding-left:1em;
}
#kakku_com_2024_06 .accordion-inner li .del{
  position: relative;
}
#kakku_com_2024_06 .accordion-inner li .del::before{
  content: "";
  position: absolute;
  border-top: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  width: 3.0em;
  top: 30%;
  left:-0.1em;
  height: 5px;
}

/*ヨシダタロウ para=000508*/
#yoshidatarou .end .img{
	position: relative;
}
#yoshidatarou .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: 2.5em;
	content: "本キャンペーンの申込期間は終了しました";
}
#yoshidatarou .accordion-area {
  margin:0;
}
#yoshidatarou .scroll-area {
  height: auto;
  padding: 1%;
}
#yoshidatarou .scroll-area .limited-sec {
  margin: 0;
}
#yoshidatarou .more {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#yoshidatarou .accordion-inner h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top:1em;
}
#yoshidatarou .accordion-inner p {
  text-align: left;
  background: none;
  font-size: 1.3rem;
}
#yoshidatarou .accordion-inner p sup{
  font-size: 1.1rem;
}
#yoshidatarou .accordion-inner p span{
  font-size: 1.1rem;
}

#yoshidatarou .accordion-inner li{
  font-size: 1.3rem;
  text-indent:-1em;
  padding-left:1em;
}
#yoshidatarou .accordion-inner li .del{
  position: relative;
}
#yoshidatarou .accordion-inner li .del::before{
  content: "";
  position: absolute;
  border-top: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  width: 3.0em;
  top: 30%;
  left:-0.1em;
  height: 5px;
}

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

.sp-banner{
    display: none;
}

/* お申し込み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: 3rem;
  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;
}

/*アコーディオンタイトル*/
.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;   
}

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

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

.lp-link{
    margin-top: 2em;
    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%;
}

.sp-link{
    display: none;
}

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

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

/* フッター  */
footer{
	background-color: #dddde2;
	padding:4% 5% 2%;
    position: relative;
}

footer .contact{
	display:flex;
	justify-content: space-between;
}

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

footer .uclogo img{
	width:100%;
}

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

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

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

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

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

.footer-list ul{
	display: flex;
	justify-content: space-between;
	padding: 0;
	max-width:960px;
	width:90%;
	margin: 0 auto;
}

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

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

.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;
}

/* 0809 一休追加 */
.ikkyu{
    height: auto;
    width:600px;
}

.ikkyu p{
    letter-spacing: 0.02em;
}

.ikkyu .ikkyu-p{
    font-size: 1.5rem;
}

.ikkyu .ikkyu-mini{
    font-size: 1.3rem;
}

/* owners card遷移 */
.owners-button{
    position: fixed;
    right: 60px;
    background:linear-gradient(to right,#5c6878,#a1aebe);
    text-align: center;
    padding: 0 3rem;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.3s;
}

.owners-btn{
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3em;
    position: relative;
}

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

.menu-sp{
    display: none;
}
    
.owners-button:hover{
    opacity: 0.6;
    transition: all 0.3s;
}

/*
-----------------------------------------------------------------------
Main Visual
----------------------------------------------------------------------- */
/* A */
.fv-movie--A {
  position: relative;
  padding-bottom: 35px;
  background-color: #1f1f1f;
}
.fv-movie--A > picture {
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.fv-movie--A > picture > img{
  margin: 0 auto;
  width: 100%;
  height: auto;
}
/* B */
.fv-movie--B {
  position: relative;
  padding-bottom: 35px;
  background-image: url(../images/fv_b_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #000; */
}
.fv-movie--B > picture {
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.fv-movie--B > picture > img{
  margin: 0 auto;
  width: 100%;
  height: auto;
}
/* C */
.fv-movie--C {
  position: relative;
  padding-bottom: 35px;
  background-image: url(../images/fv_c_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: row;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding: 140px 0 80px;
  column-gap: 0%;
}

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

.fv-text{
  margin-left: 4%;
  width: 54%;
}

h1 img{
    width:100%;
    max-width:280px;
    margin-top: 12px;
}

.menu-inner.change-color{
    background-color: rgba(0,0,0,0.8);
    transition: 0.3s;
}

#point{
    position: absolute;
    top: 0;
}


/* 共通優待  */

.common-limited{
    margin-top: 90px;
}

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

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

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

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

.pc-img{
    display: block;
    width: 100%;
}

.sp-img{
    display: none;
}
/*
-----------------------------------------------------------------------
hero Area（New FV Area）
-----------------------------------------------------------------------
*/
.p-hero {
  /*display: none; 新FVエリアはデフォルトで非表示 */
  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: grid;
  grid-template-columns: 60% 38%;
  grid-auto-rows: auto;
  gap: 20px 2%;
  margin: 0 auto;
  padding: 130px 60px 0;
  max-width: 1280px;
}
@media screen and (max-width:1000px) {
  .p-heroMain {
    padding: 100px 40px 0;
  }
}
.p-heroCopy {
  padding-bottom: 30px;
}
.p-heroCopy--kakaku {
  display: none;;
}
/* パラメータ 000507 の時は価格com用コピー表示 */
.main.is-kakaku .p-heroCopy {
  display: none;
}
/* 通常コピー不可視 */
.main.is-kakaku .p-heroCopy--kakaku {
  display: grid;
  justify-content: start;
  align-items: center;
  gap: 10px;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  padding-bottom: 40px;
}
.kakakuCopy__label {
  display: flex;
  justify-content: center;
  grid-column: 1;
  align-items: center;
  padding: 0 0.5em;
  max-width: 240px;
  background-color: #7994b4;
  color: #fff;
  font-size: clamp(17px, 2vw, 23px);
  text-align: center;
  letter-spacing: 0.05em;
}
.kakakuCopy__sub {
  grid-column: 2;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.kakakuCopy__main {
  grid-column: 1 / -1;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(36px, 5.5vw, 68px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-heroCopy img{
    width: 70%;
    height: auto;
}
.p-heroCard {
  padding-top: 60px;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.p-heroCard picture img {
  width: 100%;
  height: auto;
}
.p-heroInfo {
}
.p-heroInfo__main {
  display: flex;
  gap: 10px;
  margin: 0;
  width: 90%;
}
.p-heroInfo__main >li {
  box-sizing: border-box;
  padding: 15px;
  width: calc( ( 100% - 10px ) / 2 );
  background-color: #464c53;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  /*font-size: 20px;*/
  font-size: clamp(14px, 1.8vw, 20px);
  text-align: center;
  line-height: 1;
  letter-spacing: .05em;
}
@media screen and (max-width:1000px) {
  .p-heroInfo__main >li {
    padding: 10px;
  }
}
.p-heroInfo__main >li span {
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: .075em;
}
.p-heroInfo__main >li .__text--l {
  font-size: clamp(16px, 2.4vw, 32px);
}

.p-heroInfo__sub {
  padding-top: 30px;
}
.p-heroInfo__sub >li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: .075em;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-offset: 10px;
}
.p-heroInfo__sub >li:nth-child(1) {
  margin-bottom: 15px;
}
.p-heroInfo__sub >li span {
  font-size: 32px;
  font-size: clamp(24px, 3.2vw, 32px);
  letter-spacing: normal;
  font-weight: 400;
}

/* パラメータ 000002 の時は新FV可視化 */
.main.is-000002 .p-hero {
  display: block;
}
/* 旧FV不可視 */
.main.is-000002 .p-hero--old {
  display: none;
}

/*
-----------------------------------------------------------------------
250325追記
-----------------------------------------------------------------------
*/
.ex-img-wrap{
  position: relative;
  width: 100%;
}
.ex-modal-open{
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Noto Serif JP', serif;
}
.modal-ex-more-wrap{
  position: relative;
}
.modal-ex-more{
  position: absolute;
  bottom: 14.2%;
  right: 9%;
}
.modal-ex-more a{
  display: block;
  width: 7.5dvw;
  height: 2.5dvh;
  cursor: pointer;
}
.pointpu-wrap{
  background: #fff;
  padding-bottom: 15px;
  overflow: hidden;
}
.pointup-modal-open{
  margin: 0 20px 0 0;
  color: #000!important;
}
.pointup-logo-list{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 20px auto;
}
.pointup-logo-animation{
  display: flex;
  gap: 20px;
  animation: infinity-scroll-left 15s infinite linear both;
}
.pointup-logo{
  width: 100px;
}
.pointup-note{
  font-size: 13px;
  color: #6e6e6e;
  margin: 20px 20px 0;
}
.modal-bg-navy{
  background: #181828;
  color: #fff;
}
#bf1 .modal-bg-navy h4, .modal-bg-navy a{
  color: #fff;
}
.modal-pointup-img{
  margin-top: 20px;
  text-align: center;
}
.modal-pointup-text p{
  margin-top: 1em;
  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 10px 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%;
}
.annual-img-wrap{
  position: relative;
}
.annual-modal-open{
  position: absolute;
  bottom: 5px;
  right: 15px;
  cursor: pointer;
  color: #333!important;
}
.modal-annual{
  text-align: center;
}
#bf3 .item .item-link{
  text-align: right;
  font-size: 14px;
  position: absolute;
  bottom: 7px;
  right: 20px;
}
#bf3 .note-list{
  color: #fff;
  font-size: 12px;
}

/*
-----------------------------------------------------------------------
カード比較 table
-----------------------------------------------------------------------
*/
.card-hikaku-table img{
  max-width: 100%;
}
.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;
}
.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.9rem;
}
.col2{
 display: flex;
}
.col2-left{ width: 3.5em; }
.fs-LL{ font-size: 140%; }
.fs-L{ font-size: 120%; }
.fs-ss{ font-size: 80%; }
.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; }

/*
-----------------------------------------------------------------------
2025/4/17 追記
-----------------------------------------------------------------------
*/
.pt-topFamily {
}
#bf2 .pt-topFamily .item-wrapper {
  align-items: initial;
}
.pt-topFamilyItem {
  padding: 40px 20px !important;
}
.pt-topFamilyItemCont {
  padding-left: 20px !important;
}
.pt-topFamilyItemCont h4 {
  margin-bottom: 1em;
}
.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;
}
ol.__family__block li {
  position: relative;
  list-style: decimal;
}
/*
-----------------------------------------------------------------------
基本情報追記
-----------------------------------------------------------------------
*/
.p-cardInfo {
  display: flex;
  gap: 40px;
}
.p-cardInfo picture {
  width: calc(36% - 20px);
}
.p-cardInfo picture img {
  width: 100%;
  height: auto;
}
.p-cardInfo__text {
  padding-top: 40px;
  width: calc(64% - 20px);
  text-align: left !important;
  line-height: 2;
}
@media screen and (max-width:1000px) {
  .p-cardInfo picture {
    width: calc(45% - 20px);
  }
  .p-cardInfo__text {
    padding-top:  20px;
    width: calc(55% - 20px);
  }
}

