@charset "UTF-8";
/* CSS Document */

/*-----------------------------
reset & common
------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  font-size: 14px;
  box-sizing: border-box;
  min-width: 1110px;
}
body img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
body ul li {
  list-style: none;
}
/*-- PC版表示  --*/
.pc {
  display: block;
}
.sp {
  display: none;
}

.header {
  border-bottom: 1px solid #333;
  padding: 20px 0;
}

.header img {
  vertical-align: bottom;
}

#wrapper {
  font-family: 'Noto Sans Japanese', 'Open Sans', 'Hiragino Sans',
    'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #333;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  line-height: 1.5;
}
#container a {
  display: block;
}
#wrapper a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.inner {
  max-width: 980px;
  margin: 0 auto;
}
.comming-soon {
  position: relative;
}
.comming-soon::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(29, 29, 29, 0.6);
  width: 860px;
  height: 100%;
  border-radius: 65px;
}

.comming-soon::before {
  content: 'coming soon';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 38px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/*-----------------------------
    lineUp
------------------------------*/
#content .cont {
  width: 980px;
  margin: 0 auto;
}
#content .cont a {
  display: block;
  width: 860px;
  margin: 45px auto 0;
}

#content .lineup {
  margin-bottom: 140px;
}
#content h2 {
  margin: 60px 0 60px 0;
}

#content .car__btn {
  width: 1109px;
  margin: 80px auto 0;
  display: flex;
}

#content .car__btn li {
  position: relative;
  cursor: pointer;
}

#content .car__btn li + li {
  margin-left: 22px;
}

#content .car__btn li::after {
  content: url(../images/triangle.png);
  position: absolute;
  right: 0;
  left: 0;
  width: 40px;
  bottom: -40px;
  margin: 0 auto;
  animation: flow 0.5s infinite alternate;
  z-index: 100;
}

#content .car__btn li.is-on::after {
  opacity: 0;
}

#content .car__btn li img {
  width: 100%;
  height: auto;
}

@keyframes flow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(8px);
  }
}

#content .lineup .caution {
  width: 850px;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #c9c9c9;
  margin: 70px auto;
}

#content .smart_plan {
  background: url(../images/bk_sumart_plan.png) no-repeat top center;
  height: 1695px;
  margin-top: 150px;
}

#content .smart_plan h3 {
  padding: 100px 0 40px;
}

#content .contact {
  background: url(../images/bk_contact.png) no-repeat top center;
  height: 811px;
}
#content .contact h4 {
  padding-top: 45px;
  margin-bottom: 30px;
}
#content .contact .contact_inner {
  width: 920px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 0;
}
#content .contact .contact_inner p {
  margin-bottom: 40px;
}
#content .contact .contact_inner a {
  display: block;
  width: 860px;
  margin: 40px auto;
}

.lineup_item {
  display: none;
}

.lineup_item .arrow {
  margin-bottom: 20px;
  text-align: center;
}

.lineup_item .wrap {
  border: 4px solid #023692;
  padding-bottom: 70px;
  background: #f5fcff;
}

.mt20 {
  margin-top: 20px;
}

.lineup_item .point {
  margin-top: 40px;
}

.lineup_item .point + .point {
  margin-top: 60px;
}
.lineup_item .wrap .pointLast {
  margin-top: 44px;
}

.lineup_button {
  text-align: center;
}

.lineup_button-detail {
  text-align: center;
  margin-top: 70px;
}

.lineup_notes {
  border: 1px solid #c9c9c9;
  padding: 1em;
  padding-left: 1.5em;
  margin: 20px 28px 30px;
  background: #fff;
}

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

.lineup_notes li::before {
  content: '●';
  display: inline-block;
  margin-right: 0.5em;
  text-indent: 0;
}

.lineup_button-other {
  margin-top: 40px;
  text-align: center;
}

/*-----------------------------
    storeList
------------------------------*/

/*-----------------------------
        footer
------------------------------*/
#pagetop {
  position: absolute;
  bottom: 145px;
  right: 310px;
}
#pagetop a {
  width: 59px;
  display: block;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
#pagetop .fa-chevron-up:before {
  content: '\f077';
}
div#proContents a:visited {
  color: #fff;
}
div#proContents a:link {
  color: #fff;
}
/* 固定ボタン */
.fixed-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 116px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.fixed-btn .inner {
  width: 870px;
  margin: 0 auto;
  font-size: 0;
}
.fixed-btn .inner a {
  display: inline-block;
}
.fixed-btn a {
  display: block;
}
.fixed-btn a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

/*-----------------------------
        TB 対応
------------------------------*/
@media screen and (max-width: 959px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .storeList ul li:first-child .store_inWrap .stImg {
    width: 49%;
  }
  .storeList ul li:first-child .store_inWrap .inBox_inner li {
    width: 100%;
  }
  .storeList ul li .store_inWrap .inBox li img {
    width: 5%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*-----------------------------
        SP 対応
------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    max-width: 94%;
    margin: 0 auto;
  }
  #content section {
    margin-bottom: 7%;
  }
  header h1 {
  }

  .lineUp h2 {
    padding: 3% 0;
    margin-bottom: 3%;
  }
  .lineUp h2 img {
    width: 40%;
    margin: 0 auto;
  }

  .lineUp .subTtl {
    font-size: 18px;
    border-bottom-width: 8px;
    padding: 4% 0;
  }
  .lineUp article {
    padding: 6% 3%;
  }
  .lineUp .inner {
    margin-bottom: 10%;
  }
  .lineUp h3 {
    width: 60%;
    margin-bottom: 5%;
  }
  .lineUp h3.mb0 {
    margin-bottom: 0;
  }
  .lineUp .copy {
    font-size: 20px;
    margin-bottom: 5%;
    margin-top: 5%;
  }
  .lineUp .pht {
    margin-bottom: 5%;
  }
  .lineUp .btn {
    max-width: 94%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .lineUp .movie iframe {
    display: block;
    width: 100%;
    height: 200px;
  }
  .storeList {
    margin-bottom: 10% !important;
  }
  .storeList h3 {
    width: 45%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .storeList .stImg {
    margin-bottom: 2%;
  }
  .storeList ul li {
    width: 47%;
    margin-bottom: 7%;
    display: flex;
    flex-direction: column;
  }
  .storeList ul li:last-child {
    /*margin-bottom:0;*/
  }
  .storeList ul li:first-child .store_inWrap .stImg {
    width: 46%;
  }
  .storeList ul li:first-child .store_inWrap .inBox_inner li {
    width: 100%;
  }
  .storeList p.name {
    font-size: 14px;
  }
  .storeList p {
    font-size: 12px;
    margin: 0;
    line-height: 1.8;
  }
  .storeList p img {
    padding-right: 4%;
    width: 9%;
  }
  .storeList ul li .store_inWrap .inBox li img {
    width: 10%;
  }
  .storeList .btn {
    margin-top: auto;
  }
  .storeList .btn a {
    padding: 5% 0;
    font-size: 14px;
  }
  .storeList ul li:first-child .btn a {
    padding: 3% 0;
  }
  .storeList p.rnCopy {
    padding: 7%;
    margin: 2% 0 5%;
  }
  #pagetop {
    right: 10px;
    bottom: 95px;
  }
  #pagetop img {
    width: 80%;
  }
  .fixed-btn {
    height: 80px;
  }
}
.occ-footer-wrapper {
  margin-bottom: 110px;
}
@media screen and (min-width: 1520px) {
  .fixed-btn {
    max-width: 980px;
    margin: 0 auto;
    margin-left: 410px;
  }
}
