/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  scroll-behavior: smooth;
  font-size: 62.5%; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, button, textarea, select {
  -webkit-appearance: none;
  appearance: none;
  border: none; }

/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
.lp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
  .lp-mv {
    background-size: 100% 99.2vw !important; }
    .lp-mv .breadcrumbs {
      margin-bottom: 40px;
      padding: 0 20px; }
      .lp-mv .breadcrumbs-list {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; }
        .lp-mv .breadcrumbs-list li {
          white-space: nowrap;
          color: #fff;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1; }
          .lp-mv .breadcrumbs-list li a {
            white-space: nowrap;
            color: #fff;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1; }
        .lp-mv .breadcrumbs-list li + li {
          position: relative;
          margin-left: 10px;
          padding-left: 10px; }
          .lp-mv .breadcrumbs-list li + li::before {
            display: block;
            position: absolute;
            top: 50%;
            left: -10px;
            width: 7px;
            height: 7px;
            margin-top: -4px;
            border-top: solid 1px #fff;
            border-right: solid 1px #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: ""; }
  .lp-logo img {
    width: 75px;
    height: auto;
    vertical-align: bottom; }
  .lp-header-in {
    padding: 0 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px; }
  .lp-anchor {
    display: none; }
  .lp-menu {
    margin-left: auto; }
    .lp-menu a {
      display: block;
      width: 20px;
      height: 20px;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .lp-menu a span {
        display: block;
        height: 2px;
        width: 100%;
        background: #fff;
        position: absolute; }
        .lp-menu a span:nth-of-type(1) {
          top: 0; }
        .lp-menu a span:nth-of-type(3) {
          bottom: 0; }
  .lp-subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-align: center; }
  .lp-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #fff; }
  .lp-slidr {
    padding: 0 20px 40px;
    margin-bottom: 10px; }
    .lp-slidr-item a {
      display: block; }
      .lp-slidr-item a img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
    .lp-slidr .swiper-pagination {
      margin-top: 10px;
      text-align: center;
      position: static; }
      .lp-slidr .swiper-pagination span {
        width: 8px;
        height: 8px;
        border-radius: 4px; }
        .lp-slidr .swiper-pagination span.swiper-pagination-bullet {
          background: #fff; }
        .lp-slidr .swiper-pagination span.swiper-pagination-bullet-active {
          background: #ec2230; }
      .lp-slidr .swiper-pagination span + span {
        margin-left: 5px; }
  .lp-search {
    background: #fff; }
    .lp-search-head {
      display: none; }
    .lp-search-tab {
      display: table;
      width: 100%; }
      .lp-search-tab li {
        display: table-cell;
        width: 50%; }
        .lp-search-tab li a {
          height: 36px;
          color: #fff;
          background: #ec2230;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1;
          font-weight: bold;
          text-decoration: none;
          display: flex;
          display: -webkit-flex;
          justify-content: center;
          align-items: center; }
          .lp-search-tab li a.is-current {
            color: #ec2230;
            background: #fff; }
    .lp-search-box {
      padding: 36px 20px; }
  .lp-section {
    padding: 36px 0;
    border-top: 1px solid #f5f5f5; }
    .lp-section.is-pink {
      background: rgba(236, 34, 48, 0.05);
      padding: 20px 0; }
      .lp-section.is-pink .lp-section-inner {
        padding-right: 0; }
    .lp-section.is-gray {
      background: #f5f5f5;
      padding: 30px 0; }
    .lp-section.is-gray + .is-gray {
      margin-top: 0;
      border-top: 1px solid #c9c9c9; }
    .lp-section-inner {
      max-width: 1200px;
      padding: 0 20px; }
    .lp-section-head {
      margin-bottom: 24px; }
    .lp-section-subtitle {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      margin-bottom: 12px;
      font-weight: bold;
      color: #ec2230; }
    .lp-section-title {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.3;
      margin-bottom: 12px;
      font-weight: bold; }
      .lp-section-title.is-center {
        text-align: center; }
    .lp-section .swiper-container {
      width: calc( 100% + 20px ); }
    .lp-section .swiper-container .swiper-pagination {
      position: static;
      margin-top: 40px;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .lp-section .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #c9c9c9; }
        .lp-section .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #ec2230; }
      .lp-section .swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 5px; }
    .lp-section .swiper-button-prev, .lp-section .swiper-button-next {
      display: none; }
  .lp-section + .lp-section {
    /*
    	  padding-top: 36px;
    	  margin-top: 36px;
    */ }
  .lp-pack-select {
    width: 47.4666666667vw;
    border: 1px solid #F03C3C;
    border-radius: 3px;
    height: 36px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative; }
    .lp-pack-select:after {
      display: block;
      position: absolute;
      right: 0;
      width: 35px;
      height: 35px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #F03C3C;
      background-image: url(../../images/svg/ico_arrow_down.svg);
      background-position: center center;
      content: ""; }
    .lp-pack-select select {
      width: 110%;
      height: 36px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1;
      -webkit-appearance: none;
      appearance: none;
      background: none;
      outline: none; }
  .lp-card-head {
    margin-bottom: 12px;
    position: relative; }
    .lp-card-head img {
      width: 100%;
      height: 45.3333333333vw;
      object-fit: cover;
      vertical-align: bottom; }
  .lp-card-goad {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 20px;
    padding: 6px;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    background: #ec2230; }
    .lp-card-goad img {
      width: 12px;
      height: auto;
      vertical-align: bottom;
      margin-right: 5px; }
  .lp-card-body {
    padding: 0 12px; }
  .lp-card-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 12px; }
  .lp-card-row {
    margin-bottom: 16px; }
    .lp-card-row span {
      display: block;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      color: #ec2230;
      font-weight: bold;
      position: relative;
      cursor: pointer;
      padding: 10px 0; }
      .lp-card-row span:before {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: 4px;
        height: 4px;
        margin-top: -4px;
        border-top: solid 2px #ec2230;
        border-right: solid 2px #ec2230;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        content: ""; }
  .lp-card-excerpt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    position: relative; }
    .lp-card-excerpt::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      transition: 1s;
      background: linear-gradient(to bottom, transparent 0%, #ffffff 100%); }
    .lp-card-excerpt.is-show {
      margin-bottom: 24px;
      overflow: visible;
      display: block;
      -webkit-box-orient: block-axis;
      -webkit-line-clamp: none; }
      .lp-card-excerpt.is-show:after {
        display: none !important; }
  .lp-card-opt {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: bold; }
  .lp-card-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ec2230;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1; }
  .lp-card-footer {
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ededed;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start; }
    .lp-card-footer a {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      background: #ec2230;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      font-weight: bold;
      padding: 15px 0;
      border-radius: 6px;
      position: relative; }
      .lp-card-footer a:after {
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 7px;
        height: 7px;
        margin-top: -4px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ""; }
      .lp-card-footer a.lp-button-1 {
        width: 100%; }
      .lp-card-footer a.lp-button-2 {
        width: 48.5%; }
      .lp-card-footer a.lp-button-3 {
        width: 32%; }
  .lp-ranking.is-hidden {
    display: none; }
  .lp-ranking-tab {
    margin-bottom: 24px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .lp-ranking-tab li {
      width: 48.5%; }
      .lp-ranking-tab li a {
        display: block;
        text-align: center;
        padding: 12px 0;
        border: 1px solid #c9c9c9;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1;
        font-weight: bold;
        text-decoration: none;
        color: #444444;
        border-radius: 6px; }
        .lp-ranking-tab li a.is-current {
          background: #ec2230;
          color: #fff;
          border: 1px solid #ec2230; }
      .lp-ranking-tab li:nth-child(even) {
        margin-left: auto; }
  .lp-ranking-img {
    position: relative;
    margin-bottom: 12px; }
    .lp-ranking-img img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    .lp-ranking-img > div {
      position: absolute;
      width: 36px;
      height: 36px;
      left: 10px;
      top: 7px; }
      .lp-ranking-img > div img {
        width: 36px;
        height: 36px;
        vertical-align: bottom; }
  .lp-ranking-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 12px; }
  .lp-ranking + .lp-ranking {
    margin-top: 24px; }
  .lp-buttons {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .lp-buttons li {
      margin-right: 6px; }
      .lp-buttons li a {
        display: block;
        white-space: nowrap;
        padding: 12px;
        background: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        border-radius: 3px;
        color: #444;
        text-decoration: none; }
  .lp-banners {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .lp-banners li {
      width: 48.5%;
      margin-bottom: 12px; }
      .lp-banners li a {
        display: block;
        background: #000; }
        .lp-banners li a > div {
          position: relative; }
          .lp-banners li a > div p {
            position: absolute;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.6666666667;
            font-weight: bold;
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            color: #fff;
            text-decoration: none;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
            z-index: 100; }
          .lp-banners li a > div img {
            width: 100%;
            opacity: .55;
            height: 20vw;
            object-fit: cover;
            vertical-align: bottom; }
      .lp-banners li:nth-child(even) {
        margin-left: auto; }
  .lp-setcontent-img {
    margin-bottom: 24px; }
    .lp-setcontent-img img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .lp-setcontent-cnt p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143; }
  .lp-setcontent-ttle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 18px;
    font-weight: bold; }
  .lp-setcontent + .lp-setcontent {
    margin-top: 30px; }
  .lp-faq-question {
    margin-bottom: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: bold;
    position: relative;
    padding-left: 45px; }
    .lp-faq-question:before {
      position: absolute;
      left: 0;
      top: 0;
      background: #ec2230;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif;
      content: "Q"; }
  .lp-faq-answer {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    position: relative;
    padding-left: 45px; }
    .lp-faq-answer:before {
      position: absolute;
      left: 0;
      top: 0;
      background: #2249ec;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif;
      content: "A"; }
  .lp-faq + .lp-faq {
    margin-top: 40px; }
  .lp-useful-head {
    background: #fff;
    padding: 15px 60px 15px 15px;
    margin-bottom: 12px;
    border-radius: 6px;
    position: relative; }
    .lp-useful-head::after {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 15px;
      width: 20px;
      height: 20px;
      background: url(../../images/svg/lp_minus.svg) no-repeat 0 0;
      background-size: 20px 20px;
      content: ""; }
    .lp-useful-head.is-current::after {
      background: url(../../images/svg/lp_plus.svg) no-repeat 0 0;
      background-size: 20px 20px;
      content: ""; }
  .lp-useful-title {
    border-left: 10px solid #ec2230;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: bold;
    padding-left: 10px; }
  .lp-useful-body {
    padding: 0 10px;
    display: none;
    margin-bottom: 40px; }
    .lp-useful-body p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7142857143; }
  .lp-footer {
    background: #c9232e;
    padding: 55px 0 60px; }
    .lp-footer-in {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box; }
    .lp-footer-row {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      flex-direction: column;
      width: 100%; }
    .lp-footer-row + .lp-footer-row {
      margin-top: 35px; }
    .lp-footer-label {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1;
      color: #fff;
      margin-bottom: 15px; }
    .lp-footer-menu {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .lp-footer-menu li {
        margin: 0 20px 20px 0; }
        .lp-footer-menu li a {
          color: #fff;
          text-decoration: none;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1; }
  .lp-more {
    text-align: center; }
    .lp-more a {
      display: inline-block;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1;
      font-weight: bold;
      color: #333;
      font-weight: bold;
      position: relative;
      text-decoration: none;
      padding-bottom: 10px;
      margin-top: 30px; }
      .lp-more a:before {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #ec2230;
        content: ""; }
      .lp-more a::after {
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -3.5px;
        width: 7px;
        height: 7px;
        border-top: solid 2px #ec2230;
        border-right: solid 2px #ec2230;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        content: ""; }
  .lp-basics {
    width: calc( 100% + 20px); }
    .lp-basics-container {
      overflow: auto;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      -webkit-overflow-scrolling: touch; }
    .lp-basics-item {
      min-width: 53.8666666667vw;
      margin-right: 12px; }
      .lp-basics-item a {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px 15px;
        background: #133686;
        border-radius: 6px;
        text-decoration: none; }
    .lp-basics-head {
      display: inline-block;
      padding-bottom: 10px;
      color: #fff;
      border-bottom: 1px solid #fff;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.6666666667;
      text-align: center;
      white-space: nowrap; }
    .lp-basics-body {
      white-space: nowrap;
      display: block;
      padding-top: 10px;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
  .lp-ban {
    border-top: 1px solid #f5f5f5;
    background: #fff;
    padding: 25px 20px 25px;
    background: #f2f2f2; }
    .lp-ban.is-pc {
      display: none; }
  @media (min-width: 1024px) {
    .lp-mv {
      padding: 40px 20px 48px;
      background-size: cover !important; }
      .lp-mv .breadcrumbs {
        max-width: 1200px;
        margin: 0 auto 40px;
        padding: 0; }
        .lp-mv .breadcrumbs-list {
          overflow-x: visible; }
          .lp-mv .breadcrumbs-list li {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1; }
            .lp-mv .breadcrumbs-list li a {
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1; }
      .lp-mv-flex {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start; }
    .lp-header-in {
      padding: 0;
      margin-bottom: 40px; }
    .lp-anchor {
      margin-left: auto;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center; }
      .lp-anchor li a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1; }
      .lp-anchor li + li {
        margin-left: 24px; }
    .lp-menu {
      margin-left: 60px; }
    .lp-subtitle {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1;
      text-align: left;
      max-width: 1200px;
      margin: 0 auto 20px; }
    .lp-title {
      font-size: 60px;
      font-size: 6rem;
      line-height: 1.2;
      font-weight: bold;
      text-align: left;
      max-width: 1200px;
      margin: 0 auto 48px; }
    .lp-slidr {
      margin-left: auto;
      order: 2;
      width: 48.5%; }
    .lp-search {
      width: 48.5%;
      border-radius: 12px; }
      .lp-search-head {
        display: block;
        border-radius: 12px 12px 0 0;
        background: #f5f5f5;
        padding: 25px 10px;
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1; }
      .lp-search-tab {
        display: table;
        width: 100%; }
        .lp-search-tab li {
          display: table-cell;
          width: 50%; }
          .lp-search-tab li a {
            height: 40px;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1; }
      .lp-search-box {
        padding: 20px 20px; }
    .lp-section {
      padding: 70px 0; }
      .lp-section.is-pink {
        border-top: 1px solid #c9c9c9;
        padding: 70px 0; }
        .lp-section.is-pink .lp-section-inner {
          padding-right: 0; }
      .lp-section.is-gray {
        background: #f5f5f5;
        padding: 70px 0; }
      .lp-section.is-gray + .lp-section.is-gray {
        border: none; }
      .lp-section-inner {
        margin: 0 auto; }
      .lp-section-head {
        margin-bottom: 48px;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center; }
        .lp-section-head.is-block {
          display: block; }
      .lp-section-body {
        position: relative; }
      .lp-section-subtitle {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1; }
      .lp-section-title {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1;
        margin-bottom: 0; }
      .lp-section .swiper-container {
        width: 100%; }
        .lp-section .swiper-container .swiper-pagination {
          position: static;
          margin-top: 40px;
          display: flex;
          display: -webkit-flex;
          justify-content: flex-start;
          align-items: flex-start; }
          .lp-section .swiper-container .swiper-pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #c9c9c9; }
            .lp-section .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              background: #ec2230; }
          .lp-section .swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
            margin-left: 5px; }
      .lp-section .swiper-button-prev, .lp-section .swiper-button-next {
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        top: 50%;
        margin-top: -30px;
        background: url(../../images/svg/ico_arrow_red.svg) no-repeat 0 0;
        background-size: 60px 60px; }
        .lp-section .swiper-button-prev.swiper-button-disabled, .lp-section .swiper-button-next.swiper-button-disabled {
          display: none; }
      .lp-section .swiper-button-prev {
        transform: rotate(180deg);
        left: -100px; }
      .lp-section .swiper-button-next {
        right: -100px; }
    .lp-section + .lp-section {
      border-top: 1px solid #c9c9c9;
      margin-top: 0; }
    .lp-pack-select {
      width: 210px;
      border-radius: 6px;
      height: 50px;
      overflow: hidden;
      margin-left: auto; }
      .lp-pack-select:after {
        width: 50px;
        height: 50px; }
      .lp-pack-select select {
        height: 50px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1; }
    .lp-card-head img {
      width: 100%;
      height: auto;
      max-height: 200px; }
    .lp-card-goad {
      top: 10px;
      right: 20px;
      padding: 6px;
      border-radius: 6px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1; }
      .lp-card-goad img {
        width: 14px; }
    .lp-card-title {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4; }
    .lp-card-excerpt {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.8571428571;
      -webkit-line-clamp: 2; }
    .lp-card-opt {
      text-align: right;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1; }
    .lp-card-price {
      text-align: right;
      color: #ec2230;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1; }
    .lp-card-footer {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      align-items: flex-start; }
      .lp-card-footer a {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1;
        font-weight: normal;
        position: relative;
        border: 1px solid #fff;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .lp-card-footer a:after {
          display: block;
          position: absolute;
          top: 50%;
          left: 10px;
          width: 7px;
          height: 7px;
          margin-top: -4px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: ""; }
        .lp-card-footer a:hover {
          background: #fff;
          color: #ec2230;
          border: 1px solid #ec2230; }
          .lp-card-footer a:hover:after {
            border-top: solid 2px #ec2230;
            border-right: solid 2px #ec2230; }
    .lp-ranking {
      width: 48.5%; }
      .lp-ranking.is-hidden {
        display: block; }
      .lp-ranking.is-full {
        width: 100%;
        flex-basis: 100%; }
      .lp-ranking-tab {
        margin-bottom: 40px;
        justify-content: flex-start; }
        .lp-ranking-tab li {
          width: auto; }
          .lp-ranking-tab li a {
            display: block;
            text-align: center;
            padding: 12px 24px;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1;
            border-radius: 6px;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear; }
            .lp-ranking-tab li a:hover {
              background: #ec2230;
              color: #fff;
              border: 1px solid #ec2230; }
            .lp-ranking-tab li a.is-current {
              background: #ec2230;
              color: #fff;
              border: 1px solid #ec2230; }
          .lp-ranking-tab li:nth-child(even) {
            margin-left: 14px; }
        .lp-ranking-tab li + li {
          margin-left: 14px; }
      .lp-ranking-container {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; }
      .lp-ranking-flex {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .lp-ranking-flex .lp-ranking-img {
          width: 48.5%; }
        .lp-ranking-flex .lp-ranking-content {
          margin-left: auto;
          width: 48.5%; }
        .lp-ranking-flex .lp-card-excerpt {
          -webkit-line-clamp: 3; }
        .lp-ranking-flex .lp-card-price {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1; }
      .lp-ranking-img {
        position: relative;
        margin-bottom: 20px; }
        .lp-ranking-img > div {
          position: absolute;
          width: 60px;
          height: 60px;
          left: 10px;
          top: -20px; }
          .lp-ranking-img > div img {
            width: 60px;
            height: 60px; }
      .lp-ranking-title {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.4166666667;
        margin-bottom: 21px; }
        .lp-ranking-title.is-top {
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 1.3571428571;
          margin-bottom: 30px; }
      .lp-ranking .lp-ranking-info .lp-card-opt,
      .lp-ranking .lp-ranking-info .lp-card-price {
        text-align: left; }
      .lp-ranking .lp-ranking-info .lp-card-price {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1; }
    .lp-ranking + .lp-ranking {
      margin-top: 48px; }
    .lp-buttons {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      -webkit-overflow-scrolling: none;
      position: relative;
      margin: 0 -10px; }
      .lp-buttons li {
        margin: 0 10px 20px;
        margin-right: 6px; }
        .lp-buttons li a {
          display: block;
          white-space: normal;
          padding: 12px 24px;
          background: #fff;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1;
          font-weight: bold;
          border-radius: 6px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .lp-buttons li a:hover {
            background: #ec2230;
            color: #fff; }
    .lp-banners li {
      max-width: 290px;
      margin-bottom: 11px;
      margin-right: 11px; }
      .lp-banners li:nth-child(4n) {
        margin-right: 0; }
      .lp-banners li a {
        -webkit-transition: all 15s linear;
        -moz-transition: all 15s linear;
        -webkit-transition: all 15s linear;
        -o-transition: all 15s linear;
        -ms-transition: all 15s linear;
        transition: all 15s linear; }
        .lp-banners li a > div {
          overflow: hidden; }
          .lp-banners li a > div p {
            position: absolute;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.3333333333;
            padding: 0 20px;
            display: inline-block;
            -webkit-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            -webkit-transition: all 0.15s linear;
            -o-transition: all 0.15s linear;
            -ms-transition: all 0.15s linear;
            transition: all 0.15s linear; }
          .lp-banners li a > div img {
            height: 130px;
            -webkit-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            -webkit-transition: all 0.15s linear;
            -o-transition: all 0.15s linear;
            -ms-transition: all 0.15s linear;
            transition: all 0.15s linear; }
        .lp-banners li a:hover img {
          transform: scale(1.5, 1.5);
          opacity: .4; }
      .lp-banners li:nth-child(even) {
        margin-left: 0; }
    .lp-setcontent {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      align-items: center; }
      .lp-setcontent:nth-child(even) .lp-setcontent-img {
        order: 2; }
      .lp-setcontent:nth-child(even) .lp-setcontent-cnt {
        order: 1; }
      .lp-setcontent-img {
        width: 48.5%;
        margin-bottom: 0; }
        .lp-setcontent-img img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
      .lp-setcontent-cnt {
        width: 48.5%; }
        .lp-setcontent-cnt p {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5; }
      .lp-setcontent-ttle {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1;
        margin-bottom: 31px;
        font-weight: bold; }
    .lp-setcontent + .lp-setcontent {
      margin-top: 64px; }
    .lp-faq-question {
      margin-bottom: 34px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1;
      padding-left: 45px; }
      .lp-faq-question:before {
        top: 50%;
        transform: translateY(-50%); }
    .lp-faq-answer {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5555555556; }
    .lp-faq + .lp-faq {
      margin-top: 64px; }
    .lp-useful-head {
      padding: 28px 20px;
      cursor: pointer; }
      .lp-useful-head::after {
        margin-top: -18px;
        right: 20px;
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
        content: ""; }
      .lp-useful-head.is-current::after {
        background-size: 36px 36px;
        content: ""; }
    .lp-useful-title {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1; }
    .lp-useful-body {
      padding: 0 24px;
      display: none;
      margin-bottom: 60px; }
      .lp-useful-body p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625; }
    .lp-footer {
      padding: 70px 0; }
      .lp-footer-in {
        padding: 0; }
      .lp-footer-row {
        flex-direction: row; }
      .lp-footer-row + .lp-footer-row {
        margin-top: 60px; }
      .lp-footer-label {
        width: 180px;
        margin-bottom: 0;
        margin-right: 45px; }
      .lp-footer-menu {
        width: calc( 100% - 225px );
        margin-left: auto; }
        .lp-footer-menu li {
          margin-bottom: 30px; }
          .lp-footer-menu li a {
            position: relative; }
            .lp-footer-menu li a:after {
              -webkit-transition: all 0.15s linear;
              -moz-transition: all 0.15s linear;
              -webkit-transition: all 0.15s linear;
              -o-transition: all 0.15s linear;
              -ms-transition: all 0.15s linear;
              transition: all 0.15s linear;
              display: block;
              width: 0%;
              height: 1px;
              position: absolute;
              background: transparent;
              left: 50%;
              transform: translateX(-50%);
              bottom: -5px;
              content: ""; }
            .lp-footer-menu li a:hover:after {
              width: 100%;
              background: #fff; }
    .lp-more {
      display: none; }
    .lp-basics {
      width: 100%; }
      .lp-basics-container {
        overflow: visible;
        -webkit-overflow-scrolling: none;
        flex-wrap: wrap;
        justify-content: center; }
      .lp-basics-item {
        margin-right: 30px;
        margin-bottom: 30px;
        min-width: auto;
        width: 380px; }
        .lp-basics-item:nth-child(3n) {
          margin-right: 0; }
        .lp-basics-item a {
          -webkit-transition: all 0.15s linear;
          -moz-transition: all 0.15s linear;
          -webkit-transition: all 0.15s linear;
          -o-transition: all 0.15s linear;
          -ms-transition: all 0.15s linear;
          transition: all 0.15s linear; }
          .lp-basics-item a:hover {
            opacity: .75; }
      .lp-basics-head {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1; }
      .lp-basics-body {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1; }
    .lp-ban {
      border: none; }
      .lp-ban a {
        display: block;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        transition: all 0.15s linear; }
        .lp-ban a:hover {
          opacity: .75; }
        .lp-ban a img {
          vertical-align: bottom; }
      .lp-ban.is-sp {
        display: none; }
      .lp-ban.is-pc {
        display: block;
        padding: 0;
        margin-top: 24px; } }

.fw-mv-search .fw-search-top__header {
  display: none; }
.fw-mv-search .fw-search-top__item-label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 18px;
  border-left: 6px solid #ec2230;
  padding-left: 18px; }
.fw-mv-search .fw-departure-ttl {
  margin-bottom: 12px; }
.fw-mv-search .fw-search-top__item--night-day, .fw-mv-search .fw-search-top__item--people, .fw-mv-search .fw-search-top__item--map {
  margin-top: 12px; }
.fw-mv-search .fw-text-set--grid-2 {
  width: 100%; }
.fw-mv-search .fw-search-top__item--arr, .fw-mv-search .fw-search-top__item--train {
  margin-top: 12px; }
.fw-mv-search .fw-change-route {
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start; }
  .fw-mv-search .fw-change-route .fw-change-route-departure, .fw-mv-search .fw-change-route .fw-change-route-arrival {
    width: 48.5%; }
  .fw-mv-search .fw-change-route .fw-change-route-ttl {
    color: #ec2230;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 12px; }
  .fw-mv-search .fw-change-route .fw-change-route-arrival {
    margin-left: auto; }
.fw-mv-search .fw-btn-search-01--hotel, .fw-mv-search .fw-btn-search-01 {
  background: #ec2230;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  height: 45px; }
  .fw-mv-search .fw-btn-search-01--hotel span:befor, .fw-mv-search .fw-btn-search-01 span:befor {
    display: none; }
.fw-mv-search .fw-search-top__sub-item + .fw-search-top__sub-item {
  margin-top: 12px; }
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .fw-mv-search {
    max-width: 100%;
    width: 100% !important;
    margin: 0 auto; }
    .fw-mv-search .fw-search-top__item--date, .fw-mv-search .fw-search-top__item--guest-room, .fw-mv-search .fw-search-top__item--departure, .fw-mv-search .fw-search-top__item--night-day, .fw-mv-search .fw-search-top__item--arr, .fw-mv-search .fw-search-top__item--train, .fw-mv-search .fw-search-top__item--people, .fw-mv-search .fw-search-top__item--map {
      display: block; }
    .fw-mv-search .fw-search-top__item-label {
      padding-top: 0; }
    .fw-mv-search .fw-search-top__sub-item + .fw-search-top__sub-item {
      margin-top: 0;
      margin-left: 12px; } }
@media screen and (min-width: 1024px) {
  .fw-mv-search {
    width: 100% !important; }
    .fw-mv-search .fw-search-top__item--date, .fw-mv-search .fw-search-top__item--guest-room, .fw-mv-search .fw-search-top__item--arr, .fw-mv-search .fw-search-top__item--train, .fw-mv-search .fw-search-top__item--departure, .fw-mv-search .fw-search-top__item--date, .fw-mv-search .fw-search-top__item--night-day, .fw-mv-search .fw-search-top__item--people, .fw-mv-search .fw-search-top__item--map {
      align-items: center; }
    .fw-mv-search .fw-search-top__item-label {
      padding-top: 0;
      width: 35%;
      flex-basis: auto;
      margin-bottom: 0;
      padding-left: 7px; }
    .fw-mv-search .fw-search-top__item-data {
      flex-basis: auto;
      flex-grow: inherit;
      width: 65%;
      margin-left: auto; } }

@media screen and (min-width: 1024px) {
  .fw-top .fw-search-top--train .fw-radio__label {
    font-size: 12px !important; }

  .fw-train-list-time-select-hour .fw-select select {
    padding: 5px 25px 5px 10px !important;
    font-size: 14px !important; }

  .fw-train-list-time-select-minute .fw-select select {
    padding: 5px 25px 5px 10px !important;
    font-size: 14px !important; }

  .fw-top .fw-radio--normal .fw-radio__label {
    padding-left: 18.5px !important; }

  .fw-top .fw-search-top--tour .fw-search-top__sub-label {
    width: 20%; }

  .fw-top .fw-search-top--tour .fw-search-top__sub-item {
    width: 100%; } }
.navigation {
  position: fixed;
  width: 368px;
  right: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 10000;
  transform: translateX(100%);
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear; }

.navigation.is-slided {
  transform: translateX(0%); }

.navigation-close {
  width: 100%;
  cursor: pointer;
  text-align: right;
  margin-bottom: 16px; }

.navigation-close svg {
  width: 28px;
  height: 28px; }

.navigation-container {
  padding: 50px 60px;
  height: 100%;
  overflow: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }

.navigation-list {
  list-style-type: none; }

.navigation-list + .navigation-list {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #f5f5f5; }

.navigation-list li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 500;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (min-width: 1024px) {
  .navigation-list li a:hover {
    color: #f03c3c; } }
.navigation-list li + li {
  margin-top: 20px; }

@media (max-width: 1024px) {
  .navigation {
    width: 80%; }

  .navigation-container {
    -webkit-overflow-scrolling: touch;
    padding: 32px 36px; }

  .navigation-list {
    order: 1; }

  .navigation-list li a {
    display: block;
    font-size: 14px;
    line-height: 20px; }

  .navigation-close {
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 89px; } }
