@-webkit-keyframes marqueeRL {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@-moz-keyframes marqueeRL {
  from {
    -moz-transform: translate(0);
         transform: translate(0);
  }
  to {
    -moz-transform: translate(-100%);
         transform: translate(-100%);
  }
}

@keyframes marqueeRL {
  from {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
       -moz-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@media screen and (min-width: 769px), print {
  .first_view {
    position: relative;
  }
  .first_view .mv figure img {
    width: 100%;
    height: auto;
  }
  .first_view .pos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .first_view .pos .intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .first_view .pos .intro p {
    font-size: 0;
    -webkit-transform: translateX(-19px);
       -moz-transform: translateX(-19px);
        -ms-transform: translateX(-19px);
            transform: translateX(-19px);
  }
  .first_view .pos .intro p img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    padding: 0 0 0 35px;
    background: #2e2d33;
  }
  .news .wrap {
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
  }
  .news .wrap ul {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .wrap ul li {
    display: inline-block;
    margin: 0;
    padding-left: 100%;
    -webkit-animation-name: marqueeRL;
       -moz-animation-name: marqueeRL;
            animation-name: marqueeRL;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 18s;
       -moz-animation-duration: 18s;
            animation-duration: 18s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .news .wrap ul li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    height: 100%;
    color: #fff;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
  .news .wrap ul li a time {
    display: inline-block;
    width: 93px;
  }
  .news .wrap ul li a span {
    display: inline-block;
  }
  .news > a {
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    overflow: hidden;
    background: #cf0036;
    position: relative;
  }
  .news > a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 16px;
    background: url("../images/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ttl_common h2 {
    font-size: 3.6rem;
    line-height: 1;
    color: #2e2d33;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    letter-spacing: 2.5px;
  }
  .ttl_common > p {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
  }
  .about {
    background: #e5e5e5;
    padding: 51px 0 0;
    position: relative;
    z-index: 6;
  }
  .about .main_about {
    padding: 75px 150px 69px;
  }
  .about .main_about .txt {
    margin-top: 55px;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .plan {
    position: relative;
    z-index: 5;
    background: #cf0036;
    padding: 103px 0 100px;
  }
  .plan .main_plan h2 {
    color: #fff;
  }
  .plan .main_plan > p {
    color: #fff;
  }
  .plan .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 64px;
  }
  .plan .wrap article {
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    padding: 38px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .plan .wrap article:not(:last-child) {
    margin-right: 40px;
  }
  .plan .wrap article:nth-of-type(1) > figure {
    margin-top: 27px;
  }
  .plan .wrap article:nth-of-type(1) > figure figcaption {
    margin-top: 27px;
  }
  .plan .wrap article:nth-of-type(2) > figure {
    margin-top: 31px;
  }
  .plan .wrap article:nth-of-type(2) > figure figcaption {
    margin-top: 42px;
  }
  .plan .wrap article:nth-of-type(3) > figure {
    margin-top: 39px;
  }
  .plan .wrap article:nth-of-type(3) > figure img {
    width: 181px;
    height: auto;
  }
  .plan .wrap article:nth-of-type(3) > figure figcaption {
    margin-top: 33px;
  }
  .plan .wrap article > p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
  }
  .plan .wrap article > h3 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 11px;
  }
  .plan .wrap article > figure {
    text-align: center;
    margin-top: 30px;
  }
  .plan .wrap article > figure img {
    width: 156px;
    height: auto;
  }
  .plan .wrap article > figure figcaption {
    margin-top: 29px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
  }
  .plan .btn {
    position: relative;
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 60px 0 0;
  }
  .plan .btn a {
    font-size: 1.4rem;
    line-height: 2.6rem;
    display: inline-block;
    position: relative;
    color: #fff;
  }
  .plan .btn a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
  }
  .plan .btn a span {
    display: inline-block;
    padding: 0 31px 1px 0;
    width: 100%;
    position: relative;
  }
  .plan .btn a span::before, .plan .btn a span::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
  }
  .plan .btn a span::before {
    bottom: 4px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
    right: 0;
  }
  .plan .btn a span::after {
    background: #fff;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform-origin: right;
       -moz-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    right: 1px;
  }
  .plan .btn a:hover span::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .option_guide {
    background: #e5e5e5;
    padding: 80px 0 88px;
  }
  .option_guide .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .option_guide .wrap article {
    width: 50%;
    -moz-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    overflow: hidden;
    padding: 54px 0 79px 55px;
  }
  .option_guide .wrap article.option {
    background: #fff;
  }
  .option_guide .wrap article.option::after {
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    background: url("../images/config.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -38px;
    bottom: -40px;
  }
  .option_guide .wrap article.guide {
    color: #fff;
    background: #cf0036;
    -webkit-transform: translateY(80px);
       -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
  }
  .option_guide .wrap article.guide::after {
    position: absolute;
    content: "";
    width: 411px;
    height: 316px;
    background: url("../images/truck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -30px;
    bottom: -12px;
  }
  .option_guide .wrap article.guide h2 {
    color: #fff;
  }
  .option_guide .wrap article.guide .btn a {
    color: #fff;
  }
  .option_guide .wrap article.guide .btn a::after {
    background: #fff;
  }
  .option_guide .wrap article.guide .btn a span::before, .option_guide .wrap article.guide .btn a span::after {
    background: #fff;
  }
  .option_guide .wrap article h2 {
    text-align: left;
    letter-spacing: 6px;
  }
  .option_guide .wrap article p {
    text-align: left;
  }
  .option_guide .wrap article .txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 35px;
  }
  .option_guide .wrap article .btn {
    position: relative;
    margin-top: 68px;
  }
  .option_guide .wrap article .btn a {
    font-size: 1.4rem;
    line-height: 2.6rem;
    display: inline-block;
    position: relative;
    color: #cf0036;
  }
  .option_guide .wrap article .btn a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #cf0036;
    left: 0;
    bottom: 0;
  }
  .option_guide .wrap article .btn a span {
    display: inline-block;
    padding: 0 31px 1px 0;
    width: 100%;
    position: relative;
  }
  .option_guide .wrap article .btn a span::before, .option_guide .wrap article .btn a span::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
  }
  .option_guide .wrap article .btn a span::before {
    bottom: 4px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #cf0036;
    right: 0;
  }
  .option_guide .wrap article .btn a span::after {
    background: #cf0036;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform-origin: right;
       -moz-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    right: 1px;
  }
  .option_guide .wrap article .btn a:hover span::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .option_guide .calendar {
    margin-top: 180px;
    padding: 50px 56px 55px 56px;
    background: #fff;
    -moz-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
  }
  .option_guide .calendar .main_calendar h2 {
    margin-bottom: 28px;
  }
  .option_guide .calendar .main_calendar h2::after {
    content: "";
    clear: both;
    display: table;
  }
  .option_guide .calendar .main_calendar h2 > span {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    color: #2e2d33;
    font-style: normal;
    letter-spacing: 5px;
  }
  .option_guide .calendar .main_calendar h2 > small {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 3.6rem;
    margin-left: 15px;
  }
  .option_guide .calendar .main_calendar h2 > em {
    float: right;
    font-style: normal;
    font-size: 0;
    line-height: 1;
    padding: 12px 0 0;
  }
  .option_guide .calendar .main_calendar h2 > em span {
    display: inline-block;
    padding: 0 0 0 28px;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
    position: relative;
  }
  .option_guide .calendar .main_calendar h2 > em span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .option_guide .calendar .main_calendar h2 > em span:nth-of-type(1) {
    margin-right: 30px;
  }
  .option_guide .calendar .main_calendar h2 > em span:nth-of-type(1)::before {
    background: #ff81a2;
  }
  .option_guide .calendar .main_calendar h2 > em span:nth-of-type(2)::before {
    background: #ffec17;
  }
  .option_guide .calendar .wrap_calendar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .option_guide .calendar .wrap_calendar .wrap_table {
    width: 290px;
  }
  .option_guide .calendar .wrap_calendar .wrap_table p {
    background: #2e2d33;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: bold;
    padding: 12px 0 11px;
    margin-bottom: 9px;
  }
  .option_guide .calendar .wrap_calendar .wrap_table p span {
    font-size: 2.4rem;
    line-height: 1px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table {
    width: 100%;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table thead tr th {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 0 19px;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table thead tr th:first-child {
    color: #cf0036;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table tbody tr td {
    padding: 2.5px 0;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    text-align: center;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table tbody tr td a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table tbody tr td a.deal {
    background: #ff81a2;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table tbody tr td a.best {
    background: #ffec17;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table tbody tr td:first-child {
    color: #cf0036;
  }
  .option_guide .link {
    padding: 60px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .option_guide .link a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    height: 56px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    line-height: 1;
    border: 2px solid #cf0036;
    color: #cf0036;
    background: #fff;
    font-weight: bold;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .option_guide .link a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
       -moz-transform: scale3d(0.7, 1, 1);
            transform: scale3d(0.7, 1, 1);
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s, -moz-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .option_guide .link a:hover {
    color: #fff;
    opacity: 1;
  }
  .option_guide .link a:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    background: #cf0036;
  }
  .option_guide .link a:not(:last-child) {
    margin-right: 32px;
  }
  .contact {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 88px 0 88px;
  }
  .contact::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/banner_contact.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 0;
    top: 0;
    z-index: -2;
  }
  .contact::after {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .contact .main_contact h2 {
    color: #fff;
    letter-spacing: 6px;
  }
  .contact .main_contact p {
    color: #fff;
  }
  .contact .main_contact p:nth-of-type(2) {
    margin-top: 64px;
  }
  .contact .main_contact .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .contact .main_contact .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 48px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    background: #cf0036;
  }
}

@media screen and (max-width: 768px) {
  .first_view {
    position: relative;
  }
  .first_view .mv figure img {
    width: 100%;
    height: auto;
  }
  .first_view .pos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .first_view .pos .intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .first_view .pos .intro p {
    font-size: 0;
  }
  .first_view .pos .intro p img {
    width: 51.5625vw;
    height: auto;
  }
  .news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 8.33333vw;
    padding: 0 0 0 3.90625vw;
    background: #2e2d33;
  }
  .news .wrap {
    width: -webkit-calc(100% - 8.33333vw);
    width: -moz-calc(100% - 8.33333vw);
    width: calc(100% - 8.33333vw);
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
  }
  .news .wrap ul {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .wrap ul li {
    display: inline-block;
    margin: 0;
    padding-left: 100%;
    -webkit-animation-name: marqueeRL;
       -moz-animation-name: marqueeRL;
            animation-name: marqueeRL;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 18s;
       -moz-animation-duration: 18s;
            animation-duration: 18s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .news .wrap ul li a {
    font-size: 2.8rem;
    line-height: 1;
    height: 100%;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap;
    display: block;
  }
  .news .wrap ul li a time {
    display: inline-block;
    width: 24.08854vw;
  }
  .news .wrap ul li a span {
    display: inline-block;
  }
  .news > a {
    display: block;
    width: 8.33333vw;
    height: 8.33333vw;
    text-indent: -9999px;
    overflow: hidden;
    background: #cf0036;
    position: relative;
  }
  .news > a::after {
    position: absolute;
    content: "";
    width: 3.125vw;
    height: 4.16667vw;
    background: url("../images/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ttl_common h2 {
    font-size: 5.2rem;
    line-height: 1;
    color: #2e2d33;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    letter-spacing: 2.5px;
  }
  .ttl_common > p {
    font-size: 2.6rem;
    line-height: 1;
    margin-top: 2.47396vw;
    text-align: center;
  }
  .about {
    background: #e5e5e5;
    padding: 0.78125vw 3.90625vw 0;
    position: relative;
    z-index: 6;
  }
  .about .main_about {
    padding: 7.29167vw 5.07812vw 7.55208vw;
  }
  .about .main_about .txt {
    margin-top: 7.42188vw;
    font-size: 3rem;
  }
  .plan {
    position: relative;
    z-index: 5;
    background: #cf0036;
    padding: 12.76042vw 0 14.58333vw;
  }
  .plan .main_plan h2 {
    color: #fff;
  }
  .plan .main_plan > p {
    color: #fff;
  }
  .plan .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8.33333vw;
  }
  .plan .wrap article {
    width: 58.59375vw;
    height: 58.59375vw;
    border: 0.26042vw solid #fff;
    padding: 6.11979vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .plan .wrap article:not(:first-child) {
    margin-top: 8.33333vw;
  }
  .plan .wrap article:nth-of-type(1) > figure img {
    width: 30.46875vw;
  }
  .plan .wrap article:nth-of-type(2) > figure img {
    width: 30.46875vw;
  }
  .plan .wrap article:nth-of-type(3) > figure img {
    width: 35.54688vw;
  }
  .plan .wrap article > p {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
  }
  .plan .wrap article > h3 {
    font-size: 4.8rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 3.38542vw;
  }
  .plan .wrap article > figure {
    text-align: center;
    margin-top: 6.25vw;
  }
  .plan .wrap article > figure figcaption {
    margin-top: 3.51562vw;
    font-size: 3rem;
    line-height: 5.85938vw;
    color: #fff;
  }
  .plan .btn {
    position: relative;
    margin-top: 5.46875vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan .btn a {
    font-size: 2.6rem;
    line-height: 1;
    display: inline-block;
    position: relative;
    color: #fff;
  }
  .plan .btn a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
  }
  .plan .btn a span {
    display: inline-block;
    padding: 0 9.63542vw 1.17188vw 0;
    width: 100%;
    position: relative;
  }
  .plan .btn a span::before {
    position: absolute;
    content: "";
    width: 1.30208vw;
    height: 1px;
    bottom: 0.52083vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
    right: 0;
  }
  .option_guide {
    background: #e5e5e5;
    padding: 8.33333vw 3.90625vw 11.45833vw;
  }
  .option_guide .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .option_guide .wrap article {
    width: 81.25vw;
    -moz-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    overflow: hidden;
    padding: 7.29167vw 5.85938vw 8.33333vw 6.51042vw;
  }
  .option_guide .wrap article.option {
    background: #fff;
  }
  .option_guide .wrap article.option::after {
    position: absolute;
    content: "";
    width: 52.08333vw;
    height: 52.08333vw;
    background: url("../images/config.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -4.94792vw;
    bottom: -5.20833vw;
  }
  .option_guide .wrap article.guide {
    color: #fff;
    background: #cf0036;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .option_guide .wrap article.guide::after {
    position: absolute;
    content: "";
    width: 53.51562vw;
    height: 41.14583vw;
    background: url("../images/truck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -3.90625vw;
    bottom: -1.5625vw;
  }
  .option_guide .wrap article.guide h2 {
    color: #fff;
  }
  .option_guide .wrap article.guide .btn a {
    color: #fff;
  }
  .option_guide .wrap article.guide .btn a::after {
    background: #fff;
  }
  .option_guide .wrap article.guide .btn a span::before {
    background: #fff;
  }
  .option_guide .wrap article h2 {
    text-align: left;
    letter-spacing: 6px;
  }
  .option_guide .wrap article p {
    text-align: left;
  }
  .option_guide .wrap article .txt {
    font-size: 3rem;
    line-height: 5.85938vw;
    margin-top: 5.46875vw;
  }
  .option_guide .wrap article .btn {
    position: relative;
    margin-top: 5.46875vw;
  }
  .option_guide .wrap article .btn a {
    font-size: 2.6rem;
    line-height: 1;
    display: inline-block;
    position: relative;
    color: #cf0036;
  }
  .option_guide .wrap article .btn a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #cf0036;
    left: 0;
    bottom: 0;
  }
  .option_guide .wrap article .btn a span {
    display: inline-block;
    padding: 0 9.63542vw 1.17188vw 0;
    width: 100%;
    position: relative;
  }
  .option_guide .wrap article .btn a span::before {
    position: absolute;
    content: "";
    width: 1.30208vw;
    height: 1px;
    bottom: 0.52083vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #cf0036;
    right: 0;
  }
  .option_guide .calendar {
    margin-top: 11.45833vw;
    padding: 7.55208vw 18.75vw 7.16146vw 16.92708vw;
    background: #fff;
    -moz-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
  }
  .option_guide .calendar .main_calendar h2 {
    margin-bottom: 8.33333vw;
    text-align: center;
  }
  .option_guide .calendar .main_calendar h2 > span {
    font-size: 5.2rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    color: #2e2d33;
    font-style: normal;
    letter-spacing: 5px;
    display: block;
  }
  .option_guide .calendar .main_calendar h2 > small {
    display: block;
    font-size: 2.6rem;
    line-height: 1;
    margin-top: 2.47396vw;
  }
  .option_guide .calendar .main_calendar h2 > em {
    display: block;
    font-style: normal;
    font-size: 0;
    line-height: 1;
    padding: 1.5625vw 0 0;
    margin-top: 1.30208vw;
  }
  .option_guide .calendar .main_calendar h2 > em span {
    display: inline-block;
    padding: 0 0 0 3.64583vw;
    font-size: 2.60417vw;
    line-height: 2rem;
    font-weight: bold;
    position: relative;
  }
  .option_guide .calendar .main_calendar h2 > em span::before {
    position: absolute;
    content: "";
    width: 2.60417vw;
    height: 2.60417vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .option_guide .calendar .main_calendar h2 > em span:nth-of-type(1) {
    margin-right: 3.90625vw;
  }
  .option_guide .calendar .main_calendar h2 > em span:nth-of-type(1)::before {
    background: #ff81a2;
  }
  .option_guide .calendar .main_calendar h2 > em span:nth-of-type(2)::before {
    background: #ffec17;
  }
  .option_guide .calendar .wrap_calendar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .option_guide .calendar .wrap_calendar .wrap_table {
    width: 100%;
  }
  .option_guide .calendar .wrap_calendar .wrap_table:not(:first-child) {
    margin-top: 7.29167vw;
  }
  .option_guide .calendar .wrap_calendar .wrap_table p {
    background: #2e2d33;
    text-align: center;
    font-size: 2.7rem;
    line-height: 5.07812vw;
    color: #fff;
    font-weight: bold;
    padding: 2.08333vw 0 2.08333vw;
    margin-bottom: 2.99479vw;
  }
  .option_guide .calendar .wrap_calendar .wrap_table p span {
    font-size: 3.6rem;
    line-height: 5.07812vw;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table {
    width: 100%;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table thead tr th {
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 0 4.42708vw;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table thead tr th:first-child {
    color: #cf0036;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table tbody tr td {
    padding: 0.52083vw 0;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    text-align: center;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table tbody tr td a {
    display: inline-block;
    width: 5.98958vw;
    height: 5.98958vw;
    font-size: 3rem;
    line-height: 5.98958vw;
    text-align: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table tbody tr td a.deal {
    background: #ff81a2;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table tbody tr td a.best {
    background: #ffec17;
  }
  .option_guide .calendar .wrap_calendar .wrap_table table tbody tr td:first-child {
    color: #cf0036;
  }
  .option_guide .link {
    padding: 8.85417vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .option_guide .link a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 11.45833vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3rem;
    line-height: 1;
    border: 0.26042vw solid #cf0036;
    color: #cf0036;
    background: #fff;
    font-weight: bold;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .option_guide .link a:not(:first-child) {
    margin-top: 5.20833vw;
  }
  .contact {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 7.55208vw 3.90625vw 8.33333vw;
  }
  .contact::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/banner_contact.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 0;
    top: 0;
    z-index: -2;
  }
  .contact::after {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .contact .main_contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .main_contact h2 {
    color: #fff;
    letter-spacing: 6px;
  }
  .contact .main_contact p {
    color: #fff;
  }
  .contact .main_contact p:nth-of-type(2) {
    font-size: 3rem;
    line-height: 5.85938vw;
    margin-top: 5.20833vw;
    text-align: center;
  }
  .contact .main_contact .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.29167vw;
  }
  .contact .main_contact .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 92.1875vw;
    height: 11.45833vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    background: #cf0036;
  }
}
