@charset "UTF-8";
/*変数設定用*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap");
section {
  line-height: 1.4;
}

section img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

section a {
  text-decoration: none !important;
}

section p:not(:last-child) {
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  /*
  @include pc() {
  overflow-x: hidden;
  height: 100%;
  }
  */
}

section {
  /*ゴシック*/
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.container {
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

.global_menu li {
  width: 18%;
  float: left;
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* ハンバーガーメニュー */
.drawer-hamburger {
  position: absolute;
  margin-top: 40px;
  margin-right: 5px;
  width: 2.4rem;
  z-index: 5;
}

.drawer-overlay {
  background-color: transparent;
}

.drawer--right .drawer-nav {
  right: -100%;
  width: 100%;
  background-color: #F2ECE4;
  background-size: cover;
  z-index: 4;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 10px;
  position: fixed;
  top: 0;
}

.ham-tit {
  background: #231815;
  height: 43px;
  /*
  @include sp() {
  height: 30px;
  }
  */
}
.ham-tit p {
  color: #fff;
  font-size: 1.3rem;
  padding: 14.5px 10px;
  font-family: 'Roboto', sans-serif;
  /*
  @include sp() {
  padding: 7.5px 10px;
  }
  */
}
@media screen and (max-width: 767px) {
  .ham-tit p {
    line-height: 1;
  }
}

.drawer-nav .mv-ttl {
  text-align: center;
  margin: 10px auto 5px;
}
.drawer-nav .mv-ttl img {
  width: 86px;
}

.drawer-menu {
  padding: 0 60px;
}
.drawer-menu li {
  margin: 0 0 10px;
}
.drawer-menu li:first-child {
  margin: 0 0 15px;
}
.drawer-menu a {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.drawer-menu .drawer-brand {
  font-size: 1.4rem;
  position: relative;
}
.drawer-menu .drawer-brand::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #000;
  top: 17px;
  left: -60px;
}
.drawer-menu .drawer-menu-item {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 10px;
}
.drawer-menu .drawer-menu-item::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #000;
  top: 17px;
  left: -10px;
}
.drawer-menu .drawer-menu-item::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 30px;
  width: 16px;
  height: 18px;
  background-image: url(../images/ham_arrow.png);
  background-size: contain;
  display: inline-block;
}
.drawer-menu .drawer-menu-item.line-none {
  margin-top: 20px;
}
.drawer-menu .drawer-menu-item.line-none::before {
  content: none;
}
.drawer-menu .drawer-menu-item.line-none::after {
  content: none;
}

.drawer-nav .drawer-outer {
  height: 100%;
  overflow: scroll;
  padding-bottom: 65px;
}
.drawer-nav .acc-btn-outer {
  width: 76.5%;
  margin: 25px auto 0;
}
.drawer-nav .acc-btn-outer .acc-btn {
  background: #F5DB45;
  box-shadow: 3px 3px 0px 0 black;
}
.drawer-nav .acc-btn-outer .accordion-title {
  position: relative;
  /*
  padding: 14px 18px 10px;
  */
  padding: 11px 18px 10px;
  display: block;
  font-weight: 900;
  color: #222;
  border: none;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.drawer-nav .acc-btn-outer .accordion-title em {
  display: inline-block;
  border-bottom: 5px solid #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0 20px 3px 6px;
  line-height: 1;
}
.drawer-nav .acc-btn-outer .accordion-title::after {
  display: block;
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 48px;
}
.drawer-nav .acc-btn-outer .accordion-title.open::after {
  top: 36%;
  transform: rotate(90deg);
}
.drawer-nav .acc-btn-outer .acc-list-outer {
  display: none;
  padding-bottom: 25px;
}
.drawer-nav .acc-btn-outer .mv-drop2 {
  border-left: 1px solid #222;
  text-align: left;
  margin: -10px 0 0 18px;
  padding: 15px 0 0;
}
.drawer-nav .acc-btn-outer .mv-drop2 a {
  font-size: 2.0rem;
  color: #222;
  font-weight: 900;
  font-family: "Roboto";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.drawer-nav .acc-btn-outer .mv-drop2 a span {
  display: block;
  width: calc( 100% - 20px );
}
.drawer-nav .acc-btn-outer .mv-drop2 a::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 2px;
  background: #000;
  margin: 0 6px 0 10px;
  vertical-align: middle;
}
.drawer-nav .acc-btn-outer .mv-drop2 li + li {
  margin-top: 12px;
}

.scroll {
  padding-top: 14px;
  text-align: center;
}
.scroll img {
  max-width: 44px;
}
@media screen and (max-width: 767px) {
  .scroll {
    display: none;
  }
}

.cycle-text {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cycle-text {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
.cycle-text.kids {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .cycle-text.kids {
    line-height: 1.6;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.header {
  background: #003e81;
  padding: 9.5px 20px;
  font-size: 1.3rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    z-index: 11;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .header {
    /*
    padding: 4.5px 10px;
    */
    padding: 11px 10px;
  }
}
.header .sns-btn {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header .sns-btn li {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header .sns-btn li {
    line-height: 1;
  }
}
.header .sns-btn li:first-of-type {
  margin: 2px 30px 0 0;
}
@media screen and (max-width: 767px) {
  .header .sns-btn li:first-of-type {
    margin-top: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .sns-btn li .fb_iframe_widget_fluid {
    height: 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .header .left-content img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header .left-content img {
    width: 80px;
  }
}

.customize {
  position: fixed;
  bottom: 0;
  width: 130px;
  z-index: 11;
}
.customize a {
  background: #F5DB45;
  display: block;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  padding: 12.5px 0;
  color: #000;
  text-align: center;
}
.customize a span {
  font-size: 2rem;
  position: relative;
  bottom: -2px;
}
.customize a:after {
  content: '';
  display: block;
  width: 114px;
  height: 5px;
  background: #000;
  margin: 0 auto;
}

.mv {
  display: flex;
}
@media screen and (max-width: 767px) {
  .mv {
    display: block;
  }
}
.mv .mv-menu {
  text-align: center;
  width: 130px;
  z-index: 10;
  background: rgba(248, 245, 241, 0.5);
  position: fixed !important;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv .mv-menu {
    display: none;
  }
}
.mv .mv-city {
  position: relative;
}
.mv .mv-city:before {
  content: '';
  display: block;
  position: absolute;
  width: 130px;
  background: rgba(248, 245, 241, 0.5);
  bottom: 0;
  left: 0;
  z-index: 1;
}
.mv .mv-kids {
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.mv .mv-kids:before {
  content: '';
  display: block;
  position: absolute;
  width: 130px;
  background: rgba(248, 245, 241, 0.5);
  bottom: 0;
  left: 0;
  z-index: 1;
}
.mv .mv-ttl {
  padding: 55px 0 95px;
  transition: all 0.6s;
  opacity: 1;
}
.mv .mv-ttl.on {
  opacity: 1;
}
.mv .mv-drop {
  font-weight: bold;
  margin-bottom: 20px;
  cursor: pointer;
}
.mv .accordion-container {
  padding-left: 13px;
}
.mv .accordion-container .link {
  position: relative;
  margin-right: 17px;
  font-size: 1.6rem;
  text-align: left;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  cursor: pointer;
  line-height: 1.3;
  color: #222;
}
.mv .accordion-container .link:after {
  border-left: solid 3px #222;
  border-top: solid 3px #222;
  content: "";
  display: block;
  width: 8.5px;
  height: 8.5px;
  position: absolute;
  right: -5px;
  top: 7px;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.mv .accordion-title {
  position: relative;
  margin-right: 17px;
  font-size: 1.6rem;
  text-align: left;
}
.mv .accordion-title:after {
  border-left: solid 3px #222;
  border-top: solid 3px #222;
  content: "";
  display: block;
  width: 8.5px;
  height: 8.5px;
  position: absolute;
  right: -5px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.mv .accordion-title.open:after {
  top: 25%;
  transform: rotate(225deg);
}
.mv .accordion-content {
  display: none;
}
.mv .mv-drop2 {
  margin-top: -10px;
  margin-bottom: 35px;
  margin-left: 27px;
  border-left: 1px solid #707070;
  width: 5em;
  text-align: left;
}
.mv .mv-drop2 > li a {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
  font-family: "Roboto";
}
.mv .mv-drop2 > li a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 2px;
  background: #000;
  margin: 0 6px 0 10px;
  vertical-align: middle;
}
.mv .mv-drop2 > li a:hover {
  opacity: 0.7;
}
.mv .mv-drop2 > li + li {
  margin-top: 3px;
}
.mv .mv-img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv .mv-img {
    width: 100%;
  }
}
.mv .mv-img.jr-logo {
  position: relative;
}
.mv .mv-img.jr-logo::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 27px;
  left: 188px;
  width: 178px;
  height: 302px;
  background-image: url(../images/jr/jr_mv_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .mv-img.jr-logo::before {
    width: 102px;
    height: 208px;
    top: 10px;
    left: 10px;
    background-image: url(../images/jr/jr_mv_logo_sp.png);
  }
}
.mv .mv-img .mv-link {
  position: absolute;
}
.mv .mv-img .mv-link img {
  /*
  width: 156px;
  */
  width: 10.8vw;
}
.mv .mv-img .mv-link.link01 {
  /*
  bottom: 95px;
  left: 180px;
  */
  top: 65%;
  left: 13%;
}
.mv .mv-img .mv-link.link02 {
  /*
  bottom: 10px;
  left: 315px;
  */
  top: 73%;
  left: 23%;
}
.mv .mv-img .bicycle {
  position: absolute;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  .mv .mv-img .bicycle {
    bottom: 90px;
  }
}
.mv .mv-img .bicycle.slider {
  width: 100%;
  margin: 0 auto;
}
.mv .mv-img .bicycle.slider .mv-img {
  max-width: 412px;
}
.mv .mv-img .bicycle.slider .mv-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv .mv-img .bicycle.slider .mv-img {
    max-width: 354px;
  }
}
.mv .mv-img .bicycle.slider .slick-slide {
  height: auto !important;
}
.mv .mv-img .mv-link-flex {
  display: flex;
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .mv .mv-img .mv-link-flex {
    display: none;
  }
}
.mv .mv-img .mv-link-flex a:first-of-type {
  position: relative;
}
.mv .mv-img .mv-link-flex a:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 40px;
  background: #000;
}
.mv .mv-img .customize-lg {
  position: absolute;
  bottom: -58px;
  left: 193px;
  z-index: 1;
}
.mv .mv-img .customize-lg.jr {
  bottom: -65px;
}
.mv .mv-img .customize-lg a {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #000;
  padding-top: 44px;
  text-align: center;
  width: 145px;
  height: 145px;
  background: #F5DB45;
  position: relative;
  line-height: 1.2;
}
.mv .mv-img .customize-lg a:before {
  position: absolute;
  content: '→';
  display: block;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.mv .mv-img .customize-lg a:after {
  content: '';
  display: block;
  width: 124px;
  height: 5px;
  background: #000;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv .mv-img .customize-lg {
    display: none;
  }
}
.mv .mv-img .mv-jr {
  display: flex;
  justify-content: space-between;
  margin-top: 160px;
  position: relative;
  padding: 0 10px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .mv .mv-img .mv-jr {
    padding-left: 140px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-img .mv-jr {
    display: none;
  }
}
.mv .mv-img .mv-jr::after {
  content: "";
  position: absolute;
  background: #e6eef0;
  width: 100%;
  height: 230px;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.mv .mv-img .mv-jr .pic {
  width: calc((100% / 3) - 10px);
  height: 100%;
  position: relative;
}
.mv .mv-img .mv-jr .pic::before {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: -1;
}
.mv .mv-img .mv-jr .pic .item img {
  width: 100%;
  object-fit: cover;
}
.mv .mv-img .mv-jr-sp {
  padding: 135px 10px 50px;
  position: relative;
}
.mv .mv-img .mv-jr-sp::after {
  content: "";
  position: absolute;
  background: #e6eef0;
  width: 100%;
  height: 210px;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.mv .mv-img .mv-jr-sp .kv-pics-sp {
  position: relative;
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}
.mv .mv-img .mv-jr-sp .kv-pics-sp::before {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: -1;
}
.mv .mv-img .mv-jr-sp .kv-pics-sp .item {
  width: 345px;
}
.mv .mv-img .mv-jr-sp .kv-pics-sp .item img {
  width: 100%;
  height: auto;
}
.mv .kids-top {
  position: relative;
  z-index: 3;
  height: 671px;
}
@media screen and (max-width: 767px) {
  .mv .kids-top {
    height: 519px;
  }
}
.mv .kids-top:after {
  position: absolute;
  content: '';
  display: block;
  background: #FCFAEF;
  width: 100%;
  height: 253px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv .kids-top:after {
    height: 196px;
    bottom: 0;
  }
}

.grid {
  background: url(../images/city_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .grid {
    background: url(../images/grid_sp.png);
    background-size: contain;
    background-repeat: repeat-y;
  }
}
.grid .scroll {
  margin-bottom: 73px;
}
.grid .sec-ttl {
  display: inline-block;
  font-size: 6.8rem;
  font-family: 'Roboto';
  margin-bottom: 16px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .grid .sec-ttl {
    font-size: 3.8rem;
  }
}
.grid .sec-ttl:before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 44px;
  border-top: 6px solid #000;
  border-left: 6px solid #000;
  border-bottom: 6px solid #000;
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .grid .sec-ttl:before {
    width: 10px;
    height: 24px;
  }
}
.grid .sec-ttl:after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 44px;
  border-top: 6px solid #000;
  border-right: 6px solid #000;
  border-bottom: 6px solid #000;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .grid .sec-ttl:after {
    width: 10px;
    height: 24px;
  }
}

.about {
  text-align: center;
  margin-bottom: 155px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 40px;
    margin-bottom: 50px;
  }
}
.about .about-text {
  font-size: 2rem;
  line-height: 1.7;
}
.about .about-text em {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .about .about-text em {
    font-size: 2.0rem;
  }
}
.about .about-text em::after {
  content: "";
  height: 15px;
  width: 100%;
  background: #FFEE27;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about .about-text {
    font-size: 1.6rem;
    text-align: left;
  }
}

.lineup {
  text-align: center;
}
.lineup .lineup-flex {
  margin-bottom: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lineup .lineup-flex {
    margin: -110px 0 115px -3.333%;
  }
}
@media screen and (max-width: 767px) {
  .lineup .lineup-flex {
    display: block;
  }
}
.lineup .lineup-item {
  width: 30%;
  margin: 125px 0 0 3.333%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lineup .lineup-item {
    max-width: 322px;
  }
}
@media screen and (max-width: 767px) {
  .lineup .lineup-item {
    width: 100%;
    margin: 0 auto 90px !important;
    padding: 0px 7.5px;
  }
}
@media screen and (max-width: 767px) {
  .lineup .lineup-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.lineup .lineup-name {
  font-size: 6rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin: -20px 0 2px 12px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lineup .lineup-name {
    /*
    font-size: 4.5rem;
    */
    margin: -25px 0 5px 12px;
  }
}
.lineup .lineup-text {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .lineup .lineup-text {
    margin-bottom: 10px;
  }
}
.lineup .price-area {
  flex-grow: 1;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .lineup .price-area {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .lineup .price-ara:last-of-type {
    height: 154px;
  }
}
.lineup .lineup-price {
  font-size: 1.6rem;
  margin-bottom: 25px;
}
.lineup .lineup-price .type {
  font-size: 1.4rem;
}
.lineup .lineup-price .tax {
  font-size: 1.5rem;
}
.lineup .lineup-price .tax-bold {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .lineup .lineup-price {
    line-height: 1.1;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .lineup .lineup-price + .lineup-price {
    margin-top: 20px;
  }
}
.lineup .price-mb {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lineup .price-mb {
    margin-top: 10px;
  }
}
.lineup .lineup-btn {
  width: 100%;
  margin: 0 auto;
}
.lineup .lineup-btn a {
  /*
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 5px solid $black;
  color: $black;
  span {
      padding-left: 5px;
      font-size: 1.6rem;
  }
  */
  position: relative;
  text-align: center;
  padding: 13px 0;
  display: block;
  max-width: 300px;
  font-weight: 900;
  color: #000;
  background: #F5DB45;
  box-shadow: 3px 3px 0px 0 black;
  font-size: 2.0rem;
  border: none;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lineup .lineup-btn a {
    max-width: 318px;
  }
}
.lineup .lineup-btn a em {
  display: inline-block;
  border-bottom: 5px solid #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  padding: 0 10px 3px;
  line-height: 1;
}
.lineup .lineup-btn a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  .lineup .lineup-btn a {
    font-size: 2.0rem;
  }
}
.lineup .lineup-btn + .lineup-btn {
  margin-top: 20px;
}
.lineup .lineup-btn.pr-btn a {
  background: #FECF44;
}

.custom {
  text-align: center;
  padding-bottom: 18px;
}
.custom .custom-ttl a {
  position: relative;
  text-align: center;
  padding: 15px 0;
  display: block;
  max-width: 600px;
  font-weight: 900;
  color: #000;
  background: #F5DB45;
  box-shadow: 3px 3px 0px 0 black;
  border: none;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.custom .custom-ttl a em {
  display: inline-block;
  border-bottom: 5px solid #000;
  font-family: 'Roboto', sans-serif;
  font-size: 2.0rem;
  font-weight: 900;
  padding: 0 10px 3px;
  line-height: 1;
}
.custom .custom-ttl a:after {
  display: block;
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-weight: 500;
}
.custom .custom-ttl + .caution {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .custom .custom-ttl + .caution {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .custom .fx-b-outer {
    max-width: 1117px;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1442px) {
  .custom .fx-b-outer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .custom .fx-b-outer .custom-ttl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -6.5%;
  }
}
.custom .fx-b-outer .custom-ttl a {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .custom .fx-b-outer .custom-ttl a {
    max-width: none;
    width: 43.5%;
    margin: 0 0 0 6.5%;
  }
}
.custom .fx-b-outer .custom-ttl a em i {
  line-height: 1;
  color: #fff;
  background-color: #222;
  display: inline-block;
  padding: 0 8px;
  margin-right: 8px;
  min-width: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .custom .fx-b-outer .custom-ttl a em i {
    min-width: 74px;
  }
}
.custom .fx-b-outer + .caution {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .custom .fx-b-outer + .caution {
    margin-top: 35px;
  }
}
.custom .custom-ttl-text {
  /*
  font-size: 18.2rem;
  */
  font-size: 9.0vw;
  font-size: clamp(7rem, 9vw, 18.2rem);
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  color: #E6E6E6;
  margin: 0px -133px 30px 0px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .custom .custom-ttl-text {
    font-size: 8.5rem;
    margin: -55px -15px 20px;
    text-align: left;
    line-height: 0.8;
    word-break: break-all;
    letter-spacing: -0.02em;
  }
}
.custom .custom-ttl-text span {
  display: block;
}
.custom .caution {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .custom .caution {
    margin: 0 0 25px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .custom .caution {
    text-align: left;
    font-size: 1.3rem;
  }
}

.footer {
  background: #003e81;
  padding: 27.5px 0;
  border-top: 1px solid #fff;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    z-index: 10;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 43px 0 27.5px;
  }
}
.footer .footer-bnr-outer {
  max-width: 697px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .footer .footer-bnr-outer {
    padding: 0 9.5px;
  }
}
.footer .footer-bnr {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin: 0 0 40px -4.3%;
}
@media screen and (max-width: 767px) {
  .footer .footer-bnr {
    display: block;
    margin-left: 0;
  }
}
.footer .footer-bnr li {
  margin: 0 0 0 4.3%;
  width: 45.7%;
}
@media screen and (max-width: 767px) {
  .footer .footer-bnr li {
    width: auto;
    margin-left: 0;
  }
}
.footer .footer-bnr li a {
  position: relative;
  text-align: center;
  padding: 16.5px 25px;
  display: block;
  font-weight: 900;
  color: #000;
  background: #fff;
  box-shadow: 3px 3px 0px 0 black;
  border: none;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.footer .footer-bnr li a span {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  padding: 0 10px 3px;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bnr li a span {
    font-size: 1.7rem;
  }
}
.footer .footer-bnr li a span.adj {
  position: relative;
  left: -10px;
}
.footer .footer-bnr li a::after {
  display: block;
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .footer .footer-bnr li + li {
    margin-top: 25px;
  }
}
.footer .footer-logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    margin-bottom: 10px;
  }
}
.footer .footer-logo a img {
  max-width: 120px;
}
.footer .copy small {
  font-size: 1rem;
}

.city {
  background: #F8F4EC;
  background-image: url(../images/city_bg.png);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
    /*
    @include pc() {

        &::before {
            content: "";
            position: absolute;
            background: #F2ECE4;
            width: 130px;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0.5;
        }
    
        &::after {
            content: "";
            position: absolute;
            background: $city;
            width: 130px;
            height: 100%;
            top: 0;
            left: 0;
        }
    }
    */
}
@media screen and (max-width: 767px) {
  .city {
    background-image: url(../images/grid_sp.png);
    background-size: contain;
    background-repeat: repeat-y;
  }
}
.city .scroll {
  margin-bottom: 75px;
}
.city .scroll.jr {
  padding-top: 130px;
}
.city .city-text {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 85px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .city .city-text {
    text-align: left;
    font-size: 1.6rem;
    padding-top: 15px;
  }
}

.cycle-city {
  /*
  padding-left: 73px;
  */
  max-width: 1117px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1442px) {
  .cycle-city {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cycle-city {
    padding-left: 0;
    margin: 0 auto;
    margin-top: 50px;
  }
}
.cycle-city .cycle-box {
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-box.jr-margin {
    margin-bottom: 110px;
  }
}
.cycle-city .cycle-box.kids {
  margin-bottom: 0;
}
.cycle-city .cycle-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cycle-city .cycle-flex:first-of-type {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-flex:first-of-type {
    margin-bottom: 100px;
  }
}
.cycle-city .cycle-flex.kids-flex {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-flex.kids-flex {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-flex.kids-flex:first-of-type {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-flex {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .cycle-city .cycle-flex:not(.cycle-reverse) .cycle-left {
    margin-right: 25px;
  }
}
.cycle-city .cycle-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .cycle-city .cycle-reverse .cycle-right {
    margin-right: 25px;
  }
}
.cycle-city .cycle-left {
  width: 762px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-left {
    width: 322px;
    margin: 0 auto;
  }
  .cycle-city .cycle-left img {
    margin: 0 auto;
  }
}
.cycle-city .cycle-left.jr img {
  max-width: 762px;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-left.jr img {
    max-width: 322px;
  }
}
.cycle-city .cycle-abso {
  position: absolute;
  top: 83px;
  left: 46px;
}
.cycle-city .cycle-right {
  width: 302px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-right {
    width: 100%;
  }
}
.cycle-city .cycle-name {
  font-size: 6rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-name {
    margin: 10px 0;
    font-size: 5rem;
  }
}
.cycle-city .cycle-type {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-type {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.cycle-city .cycle-type .cycle-type.sec {
  margin-top: 20px;
}
.cycle-city .cycle-price {
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-price {
    font-size: 1.8rem;
  }
}
.cycle-city .cycle-price .price {
  font-size: 3.1rem;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-price .price {
    font-size: 2.6rem;
  }
}
.cycle-city .cycle-price span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-price span {
    font-size: 1.5rem;
  }
}
.cycle-city .cycle-simulation {
        /*
        &.kids {
            a {
                @include sp() {
                    max-width: 335px;
                    height: 62px;
                }

            }
        }
        */
  margin: 0 0 28px 2px;
}
.cycle-city .cycle-simulation a {
  position: relative;
  text-align: center;
  padding: 18px 0;
  display: block;
  max-width: 300px;
  font-weight: 900;
  color: #000;
  background: #F5DB45;
  box-shadow: 3px 3px 0px 0 black;
  font-size: 2.0rem;
}
.cycle-city .cycle-simulation a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-simulation a {
    max-width: 318px;
    margin: 0 auto;
    height: 60px;
    font-size: 2.0rem;
  }
}
.cycle-city .cycle-simulation a.kounyu {
  background: #fff;
  box-shadow: none;
  border: 1px solid #333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-simulation a.kounyu {
    padding: 15px 0 17px;
  }
}
.cycle-city .cycle-size {
  font-size: 1.4rem;
  text-align: left;
}
.cycle-city .cycle-size dt {
  padding-bottom: 7.5px;
  margin-bottom: 9.5px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-size dt {
    padding-left: 1.5rem;
  }
}
.cycle-city .cycle-size dd {
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-size dd {
    font-size: 1.6rem;
    padding-left: 1.5rem;
    font-weight: 600;
  }
}

.cycle-customize {
  text-align: center;
  margin: 170px auto 65px;
}
@media screen and (max-width: 767px) {
  .cycle-customize {
    margin: 135px auto 65px;
  }
}
.cycle-customize.city-customize {
  /*
  margin-bottom: 165px;
  @include sp() {
  margin-bottom: 75px;
  }
  */
}
.cycle-customize h3 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cycle-customize h3 {
    margin-bottom: 10px;
  }
}
.cycle-customize h3 em {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 5.0rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cycle-customize h3 em {
    font-size: 3.5rem;
  }
}
.cycle-customize h3 em + span {
  margin-top: 7px;
}
.cycle-customize h3 span {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
}
.cycle-customize .customize-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 917px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cycle-customize .customize-flex {
    flex-wrap: wrap;
    margin: 0 auto -10px;
  }
}
@media screen and (max-width: 767px) {
  .cycle-customize .customize-flex .customize-wrap {
    width: calc(100% / 3);
    margin: 0 0 10px;
  }
}
.cycle-customize .customize-flex .customize-wrap p {
  margin-top: -15px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cycle-customize .customize-flex .customize-wrap p {
    margin: -10px auto -5px;
  }
}
.cycle-customize .customize-flex .customize-wrap .sp-wid {
  max-width: 145px;
}
@media screen and (max-width: 767px) {
  .cycle-customize .customize-flex .customize-wrap .sp-wid {
    max-width: 102px;
  }
}
.cycle-customize .customize-flex .customize-wrap img {
  max-width: 115px;
}
@media screen and (max-width: 767px) {
  .cycle-customize .customize-flex .customize-wrap img {
    max-width: 100px;
  }
}

.model-images {
  display: flex;
  align-items: flex-start;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .model-images {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .model-images {
    display: block;
  }
  .model-images img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .model-images .cycle-text {
    font-size: 1.4rem;
  }
}
.model-images .model-left {
  width: 51.6%;
}
@media screen and (max-width: 767px) {
  .model-images .model-left {
    width: 100%;
    /*
    margin-left: 3%;
    */
  }
}
.model-images .model01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .model-images .model01 {
    margin-bottom: 0;
    text-align: center;
  }
}
.model-images .model01 img {
  max-width: 670px;
}
@media screen and (min-width: 768px) {
  .model-images .model01 img {
    margin-left: -30px;
  }
}
.model-images .model01 .cycle-text {
  margin: -17px 0 16px 75px;
}
@media screen and (max-width: 767px) {
  .model-images .model01 .cycle-text {
    margin: -7px 0 0;
    text-align: left;
    display: inline-block;
  }
}
.model-images .model02 {
  position: relative;
  width: 48.4%;
  height: 871px;
}
@media screen and (max-width: 767px) {
  .model-images .model02 {
    width: 100%;
    /*
    height: 370px;
    */
    height: auto;
  }
}
.model-images .model02 img {
  max-width: 447px;
  margin-top: 20px;
  position: absolute;
  right: -23px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .model-images .model02 img {
    max-width: 100%;
    position: static;
  }
}
.model-images .model02 .model02-abso {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .model-images .model02 .model02-abso {
    bottom: 140px;
    left: 160px;
  }
}
@media screen and (max-width: 767px) {
  .model-images .model02 .model02-abso {
    position: static;
    margin-left: 75px;
    margin-top: -45px;
  }
}
.model-images .model03 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .model-images .model03 {
    left: 190px;
    top: -90px;
  }
}
.model-images .model03 .model03-abso {
  position: relative;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .model-images .model03 .model03-abso {
    position: static;
    margin-left: 75px;
    margin-top: -25px;
  }
}

.kids-bg {
  background-color: #FCFAEF;
}
.kids-bg:before {
  background: #fff;
  opacity: 1;
}
.kids-bg .scroll-asset {
  position: relative;
}
.kids-bg .city-text {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .kids-bg .city-text {
    margin-bottom: 85px;
  }
}
.kids-bg .cycle-kids-abso {
  position: absolute;
  bottom: 20px;
  left: 11%;
}
.kids-bg .cycle-kids-abso .deco {
  padding-left: 20px;
}
.kids-bg .cycle-customize {
  position: relative;
}

.kids-pink {
  background: #F9EFF0;
}
.kids-pink:before {
  background: #fff;
}
.kids-pink .kids2-asset {
  position: relative;
}
.kids-pink .kids2-asset:before {
  content: '';
  position: absolute;
  display: block;
  background: url(../images/kids/asset12.png) no-repeat center top/100%;
  width: 79px;
  height: 105.5px;
  top: 20px;
  left: 12%;
}
.kids-pink .kids-flex {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .kids-pink .kids-flex:first-of-type {
    margin-bottom: 0;
  }
}
.kids-pink .cycle-kids-abso {
  position: absolute;
  bottom: 20px;
  left: 11%;
}
.kids-pink .cycle-kids-abso .deco {
  padding-left: 20px;
}
.kids-pink .kids2-right {
  margin-bottom: 45px;
  position: relative;
}
.kids-pink .kids2-right:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/kids/asset13.png) no-repeat center top/100%;
  width: 257.5px;
  height: 93.5px;
  right: -35px;
  top: -50%;
}
.kids-pink .kids3-right {
  margin-bottom: 45px;
  position: relative;
}
.kids-pink .kids3-right:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/kids/asset14.png) no-repeat center top/100%;
  width: 208px;
  height: 145px;
  left: 0;
  top: -64%;
}
.kids-pink .cycle-customize {
  margin-bottom: 60px;
}
.kids-pink .kids-thumbs {
  padding-left: 130px;
  display: flex;
  margin-bottom: 100px;
}
.kids-pink .kids-thumbs .kids-thumb {
  width: calc(100% / 6);
}
.kids-pink .assets-btm {
  margin-bottom: 250px;
}
.kids-pink .kids-photos {
  padding: 0 0 170px 6.15%;
}
.kids-pink .kids-deco {
  position: relative;
}
.kids-pink .kids-photo-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.kids-pink .kids-photo-md {
  width: 537px;
}
.kids-pink .kids-photo-md:last-of-type {
  margin-top: 65px;
}
.kids-pink .kids-photo-img {
  position: relative;
  margin-bottom: 35px;
  background: rgba(255, 255, 255, 0.6);
}
.kids-pink .kids-photo-tag {
  position: absolute;
  padding: 8.5px 10px 8.5px 20px;
  width: 246px;
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  bottom: -25px;
  left: 0;
}
.kids-pink .kids-photo-tag.green {
  background: #86C87F;
}
.kids-pink .kids-photo-tag.blue {
  background: #6295F7;
}
.kids-pink .kids-photo-tag.purple {
  background: #9773D1;
}
.kids-pink .kids-photo-tag.turquoise {
  background: #2BABC4;
}
.kids-pink .kids-photo-tag.red {
  background: #EA7470;
}
.kids-pink .kids-photo-tag.yellow {
  background: #F5DB45;
}
.kids-pink .kids-photo-sm {
  width: 345px;
}
.kids-pink .kids-photo-sm:first-of-type, .kids-pink .kids-photo-sm:last-of-type {
  margin-top: 70px;
}

.kids-custom {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kids-custom {
    margin-top: 100px;
  }
}
.kids-custom:before {
  content: '';
  display: block;
  position: absolute;
  width: 130px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kids-custom:before {
    content: none;
  }
}

.jr-blue {
  background: #E1EAED;
  background-image: url(../images/city_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .jr-blue {
    background-image: url(../images/grid_sp.png);
    background-size: contain;
    background-repeat: repeat-y;
  }
}
.jr-blue.kids-color {
  background: initial;
}
@media screen and (min-width: 768px) {
  .jr-blue.kids-color {
    margin-bottom: 70px;
  }
}
.jr-blue:before {
  background: #fff;
  opacity: 1;
  display: none !important;
}
.jr-blue::after {
  display: none !important;
}
.jr-blue .jr2-asset {
  position: relative;
}
.jr-blue .jr2-asset:after {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/jr/asset01.png) no-repeat center top/100%;
  width: 186.5px;
  height: 139.5px;
  right: -15px;
  top: 20px;
}
.jr-blue .jr-flex {
  margin-bottom: 65px;
}
.jr-blue .jr2-asset02 {
  position: relative;
}
.jr-blue .jr2-asset02:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/jr/asset02.png) no-repeat center top/100%;
  width: 132px;
  height: 132px;
  top: -80px;
  left: -35px;
}
.jr-blue .jr2-asset03 {
  position: relative;
}
.jr-blue .jr2-asset03:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/jr/asset03.png) no-repeat center top/100%;
  width: 108px;
  height: 92px;
  top: -130px;
  right: -10px;
}
.jr-blue .jr2-asset04 {
  position: relative;
}
.jr-blue .jr2-asset04:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/jr/asset04.png) no-repeat center top/100%;
  width: 169px;
  height: 170.5px;
  top: -65px;
  right: 0;
}
.jr-blue .jr-photos {
  padding: 0 0 120px 6.15%;
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photos {
    padding: 0;
  }
}
.jr-blue .jr-photo-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-flex .cycle-text {
    margin-left: 20px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-flex .cycle-text .spnone {
    display: none;
  }
}
.jr-blue .jr-photo-left {
  width: 537px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-left {
    width: 100%;
  }
}
.jr-blue .jr2-asset05 {
  position: relative;
}
.jr-blue .jr2-asset05:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/jr/asset05.png) no-repeat center top/100%;
  width: 326.5px;
  height: 122px;
  top: -140px;
  right: 18%;
}
.jr-blue .jr-photo-img {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-img img {
    max-width: 313px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-img.kids img {
    width: 318px;
    height: 219px;
    margin: 0 auto 18px;
  }
}
.jr-blue .cycle-jr-abso {
  position: absolute;
  bottom: 20px;
  left: 11%;
}
.jr-blue .cycle-jr-abso .deco {
  padding-left: 20px;
}
.jr-blue .jr-photo-right {
  width: 535px;
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-right {
    width: 100%;
  }
}
.jr-blue .jr2-asset06 {
  position: relative;
}
.jr-blue .jr2-asset06:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/jr/asset06.png) no-repeat center top/100%;
  width: 165px;
  height: 265.5px;
  top: 8%;
  right: -5%;
}
.jr-blue .jr2-asset06:after {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/jr/asset07.png) no-repeat center top/100%;
  width: 249px;
  height: 175.5px;
  bottom: 35px;
  left: -21%;
}
.jr-blue .jr-photo-sm {
  max-width: 345px;
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-sm {
    max-width: 100%;
    margin-bottom: 100px;
  }
}
.jr-blue .jr-photo-sm:first-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-sm:first-of-type {
    margin-bottom: 25px;
  }
}
.jr-blue .jr-photo-sm:last-of-type {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-sm:last-of-type {
    margin: 0;
  }
}
.jr-blue .jr-photo-smimg img {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-smimg img {
    width: 313px;
    height: 216px;
    margin: 0 auto 18px;
  }
}
@media screen and (max-width: 767px) {
  .jr-blue .jr-photo-smimg.kids img {
    width: 318px;
    height: 219px;
    margin: 0 auto 18px;
  }
}

.jr-custom {
  position: relative;
}
@media screen and (max-width: 767px) {
  .jr-custom {
    padding-top: 130px;
  }
}
.jr-custom:before {
        /*
        content: '';
        display: block;
        position: absolute;
        width: 130px;
        height: 100%;
        background: $white;
        top: 0;
        left: 0;
        z-index: 1;

        @include sp() {
            content: none;
        }
        */
}

#wrapOuter {
  position: relative;
  background: url(../images/city_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #wrapOuter {
    /*
    padding-left: 73px;
    */
    padding-left: 130px;
  }
}
@media screen and (max-width: 767px) {
  #wrapOuter {
    background: url(../images/grid_sp.png);
    background-size: contain;
    background-repeat: repeat-y;
  }
}
#wrapOuter .grid,
#wrapOuter .city {
  background: none;
}

body#city #wrapOuter {
  background-color: #F8F4EC;
}
@media screen and (min-width: 768px) {
  body#city #wrapOuter::before {
    content: "";
    position: absolute;
    background: #F2ECE4;
    width: 130px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  body#city #wrapOuter::after {
    content: "";
    position: absolute;
    background: #F8F4EC;
    width: 130px;
    height: 100%;
    top: 0;
    left: 0;
  }
}

#wrapInner {
  max-width: 1190px;
  padding: 0 0 150px;
  margin: 0;
  color: #222;
}
@media screen and (max-width: 767px) {
  #wrapInner {
    padding: 0 0 65px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1245px) {
  #wrapInner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1442px) {
  #wrapInner {
    margin: 0 auto;
  }
}
#wrapInner .lead {
  text-align: center;
  margin: 0 auto 75px;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 767px) {
  #wrapInner .lead {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 16px;
  }
}
#wrapInner .lead em {
  font-size: inherit;
  font-weight: 700;
  display: block;
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  #wrapInner .lead em {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #wrapInner .lead em {
    font-size: 2.0rem;
    line-height: 1.6;
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 768px) {
  #wrapInner .scroll + .lead {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  #wrapInner .scroll + .lead {
    padding-top: 20px;
  }
}

.big_link {
  max-width: 700px;
  margin: 50px auto 140px;
}
.big_link a {
  position: relative;
  text-align: center;
  padding: 26px 0 24px;
  display: block;
  font-weight: 900;
  color: #222;
  background: #D1D1D1;
  box-shadow: 3px 3px 0px 0 #F5DB45;
  border: none;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .big_link a {
    margin: 0 -4px;
    width: auto;
  }
}
.big_link a span {
  font-size: 5.0rem;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 1;
  position: relative;
  left: 15px;
  padding-right: 65px;
}
@media screen and (max-width: 767px) {
  .big_link a span {
    left: 0px;
    font-size: 3.0rem;
    padding-right: 25px;
  }
}
.big_link a span::after {
  border-left: solid 6px #222222;
  border-top: solid 6px #222222;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0px;
  top: 15px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .big_link a span::after {
    border-left: solid 5px #222222;
    border-top: solid 5px #222222;
    width: 10px;
    height: 10px;
    top: 8px;
  }
}

i {
  font-style: normal;
}

.mv-img .top-lead {
  position: absolute;
  top: 4%;
  left: 11.5%;
  z-index: 1;
  width: 25.2%;
}
@media screen and (max-width: 767px) {
  .mv-img .top-lead {
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
}

.baa-box {
  max-width: 900px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .baa-box {
    padding: 0 11px;
  }
}
.baa-box .baa-box-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 50px;
  background: #FCFAEF;
  border-radius: 15px;
  box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .baa-box .baa-box-inner {
    padding: 29.5px 15px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .baa-box .baa-box-inner .img {
    /*
    width: 31.8%;
    */
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .baa-box .baa-box-inner .img {
    padding: 0 15.5px;
    /*
    margin: 0 0 25px;
    */
    width: 60%;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 768px) {
  .baa-box .baa-box-inner .text {
    /*
    width: 68.2%;
    */
    width: 78%;
    padding-left: 34px;
  }
}
.baa-box .baa-box-inner .text p {
  color: #222;
}
.baa-box .baa-box-inner .text .t01 {
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 1px solid #707070;
  padding: 0px 0 15px;
  margin: 0 0 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .baa-box .baa-box-inner .text .t01 {
    font-size: 2.4rem;
    text-align: center;
    padding: 0 0 12px;
    margin: 0 0 12px;
  }
}
.baa-box .baa-box-inner .text .t01 i {
  font-size: 2.2rem;
  font-weight: inherit;
}
.baa-box .baa-box-inner .text .t02 {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .baa-box .baa-box-inner .text .t02 {
    font-size: 1.6rem;
    padding: 0 5px;
    line-height: 1.8;
  }
}

.cycle-customize-parts {
  max-width: 1117px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1442px) {
  .cycle-customize-parts {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .cycle-customize-parts {
    padding: 0 25px;
  }
}
.cycle-customize-parts .customize-flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, 12.5%);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cycle-customize-parts .customize-flex {
    grid-gap: 3px 2%;
    grid-template-columns: repeat(3, 32%) !important;
  }
}
.cycle-customize-parts .customize-flex .customize-wrap {
            /*
            &:not(.none) {

                cursor: pointer;

                &:hover {

                    @include pc() {
                    opacity: 0.7;
                    }

                }

            }
            */
}
.cycle-customize-parts .customize-flex .customize-wrap img {
  max-width: 115px;
  display: block;
  margin: 0 auto;
}
.cycle-customize-parts .customize-flex .customize-wrap p {
  font-size: 1.4rem;
  text-align: center;
  color: #222;
  font-weight: 700;
  margin-top: -11%;
}
@media screen and (max-width: 767px) {
  .cycle-customize-parts .customize-flex .customize-wrap p {
    margin-left: -5px;
    margin-right: -5px;
  }
}

#parts-detail {
  max-width: 1117px;
  margin: 50px 0 115px auto;
}
@media screen and (min-width: 1442px) {
  #parts-detail {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #parts-detail {
    padding: 0 11px;
  }
}
#parts-detail #parts-detail-inner ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 33.333%);
  justify-content: center;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul {
    display: block;
  }
}
#parts-detail #parts-detail-inner ul li {
  text-align: center;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 35px 21px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul li {
    display: none;
  }
}
#parts-detail #parts-detail-inner ul li span {
  display: block;
  color: #222;
  /*
  font-weight: 500;
  */
}
#parts-detail #parts-detail-inner ul li span.float {
  position: absolute;
  top: 13px;
  left: 13px;
  line-height: 1;
  display: none;
}
#parts-detail #parts-detail-inner ul li span.float em {
  border-radius: 100px;
  line-height: 1;
  text-align: center;
  min-width: 70px;
  background: #000;
  padding: 3px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul li span.float em {
    min-width: 60px;
    padding: 2.5px 0;
  }
}
#parts-detail #parts-detail-inner ul li span.float em::after {
  content: "";
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #222;
  display: block;
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul li span.float em::after {
    font-size: 1.2rem;
  }
}
#parts-detail #parts-detail-inner ul li span.float em + em {
  margin-top: 5px;
}
#parts-detail #parts-detail-inner ul li span.float em.city {
  background: #F5A34D;
}
#parts-detail #parts-detail-inner ul li span.float em.city::after {
  content: "CITY (S)";
}
#parts-detail #parts-detail-inner ul li span.float em.mini {
  background: #8BB6CE;
}
#parts-detail #parts-detail-inner ul li span.float em.mini::after {
  content: "MINI";
}
#parts-detail #parts-detail-inner ul li span.float em.jr {
  background: #91D050;
}
#parts-detail #parts-detail-inner ul li span.float em.jr::after {
  content: "Jr.(S)";
}
#parts-detail #parts-detail-inner ul li span.float em.kids {
  background: #F4C200;
}
#parts-detail #parts-detail-inner ul li span.float em.kids::after {
  content: "KIDS";
}
#parts-detail #parts-detail-inner ul li span.img {
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul li span.img.spadj {
    margin: 0 0 -5px;
  }
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul li span.img.spadj02 {
    margin-top: 10px;
  }
}
#parts-detail #parts-detail-inner ul li span.t01 {
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul li span.t01 {
    font-size: 1.8rem;
  }
}
#parts-detail #parts-detail-inner ul li span.t02 {
  font-size: 1.8rem;
  line-height: 1.43;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul li span.t02 {
    font-size: 1.5rem;
    margin-top: 7px;
  }
}
#parts-detail #parts-detail-inner ul li span.t02 em {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul li span.t02 em {
    font-size: 2.0rem;
  }
}
#parts-detail #parts-detail-inner ul li span.t03 {
  text-align: left;
  font-size: 1.6rem;
  margin-top: 30px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #parts-detail #parts-detail-inner ul li span.t03 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul li span.t03 {
    margin-top: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  #parts-detail #parts-detail-inner ul li:first-child {
    display: block !important;
  }
}

#parts .scroll {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  #parts .scroll + .lead {
    padding-top: 30px;
  }
}
#parts .lead {
  margin-bottom: 40px;
}
#parts #wrapInner {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #parts #wrapInner {
    padding-bottom: 15px;
  }
}
#parts .cycle-customize-parts {
  padding: 0;
}
#parts .cycle-customize-parts .customize-flex {
  grid-template-columns: repeat(5, 12.5%);
}
@media screen and (min-width: 768px) {
  #parts .cycle-customize-parts .customize-flex {
    grid-gap: 20px 1.8%;
  }
}
#parts .cycle-customize-parts .customize-flex .customize-wrap:not(.none) {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #parts .cycle-customize-parts .customize-flex .customize-wrap:not(.none):hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  #parts #parts-detail #parts-detail-inner ul li {
    padding: 45px 21px 53px;
  }
}
@media screen and (max-width: 767px) {
  #parts #parts-detail #parts-detail-inner ul li {
    padding: 50px 21px 50px;
    display: block !important;
  }
}
#parts #parts-detail #parts-detail-inner ul li span.float {
  display: block;
}
@media screen and (max-width: 767px) {
  #parts #parts-detail #parts-detail-inner ul li span.t01 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #parts #parts-detail #parts-detail-inner ul li span.t02 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #parts #parts-detail #parts-detail-inner ul li span.t03 {
    line-height: 1.8;
  }
}
#parts #parts-detail .d-list-ac {
  display: none !important;
}

#mini .scroll {
  margin-bottom: 75px;
}
#mini #wrapOuter {
  background-color: #EDF2E4;
}
#mini #wrapInner {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #mini #wrapInner {
    padding-bottom: 50px;
  }
}

.cycle-customize + .cycle-customize-parts {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .cycle-customize + .cycle-customize-parts {
    margin-top: -40px;
  }
}

.img-box-outer {
  margin-bottom: 135px;
  max-width: 1117px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1442px) {
  .img-box-outer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer {
    margin-bottom: 115px;
  }
}
.img-box-outer .img-box ul {
  display: grid;
  grid-template-columns: repeat(2, 42.5%);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .img-box-outer .img-box ul {
    display: block;
  }
}
.img-box-outer .img-box ul li span {
  display: block;
}
@media screen and (max-width: 767px) {
  .img-box-outer .img-box ul li span.img {
    padding: 0 11.4%;
  }
}
.img-box-outer .img-box ul li span.text {
  font-size: 1.4rem;
  color: #222;
  line-height: 1.5;
  /*
  font-weight: 500;
  */
}
@media screen and (min-width: 768px) {
  .img-box-outer .img-box ul li span.text {
    margin: -13% 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer .img-box ul li span.text {
    margin: 3% 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .img-box-outer .img-box ul li span.text.mini_adj {
    margin: -55px 0 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer .img-box ul li span.text.mini_adj {
    margin: -9% 10px 0;
  }
}
.img-box-outer .img-box ul li:nth-child(even) {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .img-box-outer .img-box ul li:nth-child(even) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer .img-box ul li:nth-child(even) span.img {
    padding: 0 10.3%;
  }
}
@media screen and (min-width: 768px) {
  .img-box-outer .img-box ul li:nth-child(even) span.text {
    margin: -65px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer .img-box ul li:nth-child(even) span.text {
    margin: -9% 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .img-box-outer .img-box ul li:nth-child(even) span.text.mini_adj {
    margin: -55px 0 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer .img-box ul li:nth-child(even) span.text.mini_adj {
    margin: -9% 10px 0;
  }
}
.img-box-outer.pt02 {
  max-width: 946px;
  margin: 0 0 90px auto;
}
@media screen and (min-width: 768px) {
  .img-box-outer.pt02 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 {
    margin: -60px auto 50px;
  }
}
.img-box-outer.pt02 .img-box ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 .img-box ul {
    flex-direction: column-reverse;
  }
}
.img-box-outer.pt02 .img-box ul li span.text {
  margin: 3% 0 0 6%;
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 .img-box ul li span.text {
    margin: 3% 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 .img-box ul li span.img {
    padding: 0 2.7%;
  }
}
@media screen and (min-width: 768px) {
  .img-box-outer.pt02 .img-box ul li span.img.adj01 {
    margin: 0 -1.5px;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 .img-box ul li span.img.adj01 {
    padding: 0 3.3% !important;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 .img-box ul li span.img.spadj01 {
    padding: 0 6.85% !important;
  }
}
.img-box-outer.pt02 .img-box ul li span.sub-img {
  padding: 0 7.5px;
  margin: 0 0 74px;
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 .img-box ul li span.sub-img {
    padding: 0 53px;
    margin: 0 0 49px;
  }
}
@media screen and (min-width: 768px) {
  .img-box-outer.pt02 .img-box ul li:nth-child(odd) {
    width: 36.2%;
  }
}
@media screen and (min-width: 768px) {
  .img-box-outer.pt02 .img-box ul li:nth-child(even) {
    margin-top: 25px;
    width: 52.8%;
    padding-left: 25px;
  }
}
.img-box-outer.pt02 .img-box ul li:nth-child(even) span.text {
  margin: -9.5% 0 0 15%;
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 .img-box ul li:nth-child(even) span.text {
    margin: -9.5% 0 0 5px;
  }
}
.img-box-outer.pt02 .img-box ul li:nth-child(even) span.text.adj01 {
  margin: -1.5% 0 0 8%;
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 .img-box ul li:nth-child(even) span.text.adj01 {
    margin: -1.5% 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 .img-box ul li:nth-child(even) span.img {
    padding: 0 6.6% 0 10.6%;
  }
}
@media screen and (max-width: 767px) {
  .img-box-outer.pt02 .img-box ul li + li {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .custom-ttl {
    padding: 0 9.5px;
  }
}

.d-list-ac {
  position: relative;
  border: 1px solid #707070;
  max-width: 315px;
  margin: 50px auto 0;
  padding: 17px 15px;
  cursor: pointer;
}
.d-list-ac span {
  display: block;
  font-size: 1.7rem;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.d-list-ac::after {
  content: "";
  display: block;
  height: 1px;
  width: 33px;
  background: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}
.d-list-ac.none {
  display: none !important;
}

#kids #wrapOuter {
  background-color: #FCFAEF;
}

#jr #wrapOuter {
  background-color: #E2EAED;
}
@media screen and (max-width: 767px) {
  #jr .img-box-outer {
    padding-bottom: 70px;
  }
}

#top .mv .mv-img .customize-lg {
  display: block !important;
}
@media screen and (max-width: 767px) {
  #top .mv .mv-img .customize-lg {
    position: relative;
    bottom: auto;
    top: 0;
    left: 0;
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv .mv-img .customize-lg a {
    width: 100%;
    height: auto;
    padding: 5px 0 6px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv .mv-img .customize-lg a::before {
    top: 50%;
    right: 30px;
    bottom: auto;
    left: auto;
    transform: translateX(0) translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #top .mv .mv-img .customize-lg a::after {
    width: 138px;
  }
}

.l-link {
  text-decoration: none !important;
  color: #fff !important;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

div#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  overflow: hidden;
}

body > div#wrapper {
  height: auto;
}

.Header-site .cb-social li {
  margin-left: 10px;
}

.Header-site #twitter-widget-0 {
  height: 26px !important;
}

.Header-site .fb_iframe_widget {
  top: -0px;
}

#contents {
  border-top: none;
}

#pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 60px;
  bottom: 60px;
  cursor: pointer;
  z-index: 101;
}

#pagetop img {
  width: 100%;
  height: auto;
}

footer ul.cb-btns {
  width: 829px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 40px;
}

footer ul.cb-btns li.cb-btn {
  display: inline-block;
  width: 400px;
  background-color: #fff;
}

footer ul.cb-btns li.cb-btn:first-child {
  margin-right: 29px;
}

footer ul.cb-btns li.cb-btn a {
  padding: 0;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  background-image: url(../images/existing_img/arrow.png);
  background-position: right 15px center;
  background-size: 8px auto;
  background-repeat: no-repeat;
}

footer ul.cb-btns li.cb-btn a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

footer ul.cb-btns li.cb-btn a img {
  margin: 0 20px 6px 0;
  width: auto;
  height: 35px;
  display: inline-block;
}

footer ul.cb-btns li.cb-btn:nth-child(2) a img {
  width: auto;
  height: 35px;
}

footer ul.cb-btns li.cb-btn a span {
  width: auto;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #003e81;
  line-height: 50px;
  position: static;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  .Header-site .cb-social {
    margin-top: 4px;
  }

  .Header-site .cb-social li:first-child {
    margin-top: -2px;
    margin-right: 0;
  }

  .Header-site #twitter-widget-0 {
    height: 21px !important;
  }

  #navi-open {
    position: absolute;
    right: 0;
    top: 40px;
    height: 52px;
    width: 40px;
    background-color: #003e81;
    box-sizing: border-box;
    text-align: center;
    z-index: 99;
    display: block;
  }

  #navi-open:hover {
    cursor: pointer;
  }

  .menu-trigger,
  #nav-open .btn,
  #nav-open-sp .btn,
  #nav-close .btn,
  .menu-trigger span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    line-height: 1;
  }

  .menu-trigger {
    position: relative;
    width: 60%;
    height: 39px;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 4px;
  }

  .menu-trigger span {
    margin: 0 auto !important;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .menu-trigger span:nth-child(2) {
    margin: -5px auto 0 !important;
  }

  .menu-trigger span:last-child {
    margin: -9px auto 0 !important;
    margin-bottom: 0;
  }

  #header_nav {
    width: 100%;
    background-color: #003d80;
    font-size: 100%;
  }

  #header_nav .inner-link {
    display: none;
    position: absolute;
    z-index: 10;
    top: 42px;
    background: #003d80;
    width: 100%;
  }

  #header_nav li {
    border-bottom: 1px solid #fff;
    font-size: 140%;
  }

  #header_nav li a {
    color: #fff;
    padding: 4%;
    display: block;
    text-decoration: none;
    transition: 0.3s;
  }

  #header_nav li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #pagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
  }

  #pagetop img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 780px) {
  footer ul.cb-btns {
    width: auto;
    margin: 0 20px;
    font-size: 0;
    margin-bottom: 20px;
  }

  footer ul.cb-btns li.cb-btn {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  footer ul.cb-btns li.cb-btn:first-child {
    margin-right: 0;
  }

  footer ul.cb-btns li.cb-btn a {
    padding: 4vw 0;
    height: auto;
    text-align: left;
    display: block;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    background-image: url(../images/existing_img/arrow.png);
    background-position: right 5% center;
    background-size: 2.7vw auto;
    background-repeat: no-repeat;
  }

  footer ul.cb-btns li.cb-btn a img {
    margin: auto;
    width: 5vw;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.3%;
  }

  footer ul.cb-btns li.cb-btn:nth-child(2) a img {
    width: 10vw;
    height: auto;
    left: 5%;
  }

  footer ul.cb-btns li.cb-btn a span {
    margin: 0 0 0 25%;
    font-size: 4.5vw;
    color: #003e81;
    line-height: 100%;
    text-align: left;
    position: static;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/* other
---------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
@media screen and (max-width: 767px) {
  .Header-site {
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  #innovation > .mv {
    margin-top: 42px;
  }
}

.drawer-menu a {
  opacity: 1 !important;
  color: #222 !important;
  text-decoration: none !important;
}
.drawer-menu a:not(.drawer-brand) {
  opacity: 1 !important;
  color: #222 !important;
  text-decoration: none !important;
  line-height: 1.2;
}

.lineup-flex-outer {
  max-width: 1039px;
  margin: 0 auto;
}
.lineup-flex-outer.left .lineup-flex {
  justify-content: flex-start;
}

/*
.aft-disp,
#parts-detail #parts-detail-inner ul li span.float em.jr {

    display:none !important;

}
*/
/* 20240404 ADD */
.gentei-ttl-index {
  text-align: center;
  color: #ff0000;
  font-size: 1.8rem;
  padding: 5px 0 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .gentei-ttl-index {
    padding: 0px 0 10px;
    margin: -5px 0 0;
  }
}

.cycle-city .cycle-price.red {
  color: #ff0000;
}
.cycle-city .cycle-price.mm-adj {
  margin-top: -17px !important;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-price.mm-adj {
    margin-right: -20px;
  }
}

.lineup .gentei-ttl-index {
  padding: 0 0 5px 0;
  margin: -13px 12px 5px;
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .lineup .gentei-ttl-index {
    margin: 0px 12px 5px;
  }
}
.lineup .lineup-price.gentei {
  margin-top: -8px;
  margin-right: -20px;
  color: #ff0000;
}

/** 202410 ADD **/
.cycle-city .cycle-flex .cycle-left {
  background: rgba(255, 255, 255, 0.7);
  padding: 0 0px 40px 0px;
}
@media screen and (max-width: 767px) {
  .cycle-city .cycle-flex .cycle-left {
    padding-bottom: 60px;
  }
}

.cycle-slide-outer {
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cycle-slide-outer .c-item {
  position: relative;
}
.cycle-slide-outer .c-item.icon-new::after {
  content: "";
  display: block;
  position: absolute;
  top: 11%;
  left: 9%;
  width: 92px;
  height: 92px;
  background-image: url(./../images/icon_newcolor.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .cycle-slide-outer .c-item.icon-new::after {
    top: 10%;
    left: 7%;
    width: 50px;
    height: 50px;
  }
}
.cycle-slide-outer .slick-prev,
.cycle-slide-outer .slick-next {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: translate(0, -50%) !important;
}
@media screen and (max-width: 767px) {
  .cycle-slide-outer .slick-prev,
  .cycle-slide-outer .slick-next {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
.cycle-slide-outer .slick-prev::before,
.cycle-slide-outer .slick-next::before {
  width: auto;
  height: auto;
}
.cycle-slide-outer .slick-prev {
  border-right: 14px solid black;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .cycle-slide-outer .slick-prev {
    border-right-width: 10px;
    left: 7px;
  }
}
.cycle-slide-outer .slick-next {
  border-left: 14px solid black;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .cycle-slide-outer .slick-next {
    border-left-width: 10px;
    right: 7px;
  }
}
.cycle-slide-outer .slick-dots {
  text-align: center;
  bottom: 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cycle-slide-outer .slick-dots {
    bottom: -20px;
  }
}
.cycle-slide-outer .slick-dots li {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 10px;
  border-radius: 1000px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .cycle-slide-outer .slick-dots li {
    width: 18px;
    height: 18px;
  }
}
.cycle-slide-outer .slick-dots li .text {
  display: none;
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  width: 70px;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  .cycle-slide-outer .slick-dots li .text {
    font-size: 1.0rem;
    line-height: 1.2;
    top: 26px;
  }
}
.cycle-slide-outer .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.cycle-slide-outer .slick-dots li button::before {
  font-size: 0;
  color: inherit;
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}
.cycle-slide-outer .slick-dots li::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 1000px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #ccc;
}
.cycle-slide-outer .slick-dots li.slick-active .text {
  display: block;
}
.cycle-slide-outer .slick-dots li.slick-active::after {
  border-color: #000;
}
.cycle-slide-outer#cycle-slide-city {
  background-image: url(./../customize/img/city/base.png);
}
.cycle-slide-outer#cycle-slide-city .slick-dots li:nth-child(1) {
  background: #000000;
}
.cycle-slide-outer#cycle-slide-city .slick-dots li:nth-child(2) {
  background: #756b2e;
}
.cycle-slide-outer#cycle-slide-city .slick-dots li:nth-child(3) {
  background: #E0DCCB;
}
.cycle-slide-outer#cycle-slide-city .slick-dots li:nth-child(4) {
  background: #172a52;
}
.cycle-slide-outer#cycle-slide-city .slick-dots li:nth-child(5) {
  background: #DBB516;
}
.cycle-slide-outer#cycle-slide-city .slick-dots li:nth-child(6) {
  background: #c16d72;
}
.cycle-slide-outer#cycle-slide-citys {
  background-image: url(./../customize/img/citys/base.png);
}
.cycle-slide-outer#cycle-slide-citys .slick-dots li:nth-child(1) {
  background: #E0DCCB;
}
.cycle-slide-outer#cycle-slide-citys .slick-dots li:nth-child(2) {
  background: #808080;
}
.cycle-slide-outer#cycle-slide-citys .slick-dots li:nth-child(3) {
  background: #000000;
}
.cycle-slide-outer#cycle-slide-citys .slick-dots li:nth-child(4) {
  background: #756b2e;
}
.cycle-slide-outer#cycle-slide-mini {
  background-image: url(./../customize/img/mini/base.png);
}
.cycle-slide-outer#cycle-slide-mini .slick-dots li:nth-child(1) {
  background: #E0DCCB;
}
.cycle-slide-outer#cycle-slide-mini .slick-dots li:nth-child(2) {
  background: #172a52;
}
.cycle-slide-outer#cycle-slide-mini .slick-dots li:nth-child(3) {
  background: #756b2e;
}
.cycle-slide-outer#cycle-slide-mini .slick-dots li:nth-child(4) {
  background: #F58573;
}
.cycle-slide-outer#cycle-slide-mini .slick-dots li:nth-child(5) {
  background: #DBB516;
}
.cycle-slide-outer#cycle-slide-jr {
  background-image: url(./../customize/img/jr/base.png);
}
.cycle-slide-outer#cycle-slide-jr .slick-dots li:nth-child(1) {
  background: #E0DCCB;
}
.cycle-slide-outer#cycle-slide-jr .slick-dots li:nth-child(2) {
  background: #172a52;
}
.cycle-slide-outer#cycle-slide-jr .slick-dots li:nth-child(3) {
  background: #ebc6c3;
}
.cycle-slide-outer#cycle-slide-jr .slick-dots li:nth-child(4) {
  background: #808080;
}
.cycle-slide-outer#cycle-slide-jrs {
  background-image: url(./../customize/img/jrs/base.png);
}
.cycle-slide-outer#cycle-slide-jrs .slick-dots li:nth-child(1) {
  background: #808080;
}
.cycle-slide-outer#cycle-slide-jrs .slick-dots li:nth-child(2) {
  background: #172a52;
}
.cycle-slide-outer#cycle-slide-kids {
  margin-top: -50px;
  background-image: url(./../customize/img/kids/base.png);
}
@media screen and (max-width: 767px) {
  .cycle-slide-outer#cycle-slide-kids {
    margin-top: -25px;
  }
}
.cycle-slide-outer#cycle-slide-kids .slick-dots {
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .cycle-slide-outer#cycle-slide-kids .slick-dots {
    bottom: -40px;
  }
}
.cycle-slide-outer#cycle-slide-kids .slick-dots li:nth-child(1) {
  background: #E0DCCB;
}
.cycle-slide-outer#cycle-slide-kids .slick-dots li:nth-child(2) {
  background: #172a52;
}
.cycle-slide-outer#cycle-slide-kids .slick-dots li:nth-child(3) {
  background: #F85F26;
}
.cycle-slide-outer#cycle-slide-kids .slick-dots li:nth-child(4) {
  background: #CF0000;
}
.cycle-slide-outer#cycle-slide-kids .slick-dots li:nth-child(5) {
  background: #7BCDEE;
}

.cycle-flex.adj-slide .cycle-left {
  overflow: hidden;
  padding-bottom: 75px;
}

@media screen and (min-width: 768px) {
  #top .mv .mv-img .customize-lg.c02 {
    left: 350px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv .mv-img .customize-lg.c02 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #top .mv .mv-img .customize-lg.c03 {
    left: 507px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv .mv-img .customize-lg.c03 {
    margin-top: 10px;
  }
}

.bnr-pt01 {
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .bnr-pt01 {
    margin-bottom: 65px;
  }
}
.bnr-pt01 a,
.bnr-pt01 span {
  display: inline-block;
}

.about + .bnr-pt01 {
  margin-top: -115px;
}
@media screen and (max-width: 767px) {
  .about + .bnr-pt01 {
    margin-top: -20px;
  }
}

.cycle-city .cycle-size.color {
  margin-top: 20px;
}
.cycle-city .cycle-size.color dd span:not(:first-child)::before {
  content: "／";
}
.cycle-city .cycle-size.color dd span .li {
  display: none;
}

/** 202410 END **/

/*# sourceMappingURL=style.css.map */
