@charset "UTF-8";
/*----------------------------------
overwrite:20210311@cooboo
----------------------------------*/

/*----------------------------------
Pages：ページ固有
----------------------------------*/

.cl {
    display: inline-block;
    min-height: 1%;
    display: block;
    *zoom: 1;
}

.cl:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

* html .cl {
    height: 1%;
}

body {
    padding-top: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
  .header-nav li:last-child a{
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    width: 130px;
  }
}

/*----------------------------------
page Style MV
----------------------------------*/
.mv_lp_img {
    background: url(../img/bg_mv@2x.jpg) no-repeat top center / 100% auto #C7000B;
    /*padding-top: 45%;*/
    width: 100%;
    height: auto;
    /*height: 0;*/
    position: relative;
    display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .mv_lp_img {
      margin: 0;
      background: url(../img/bg_mv_sp@2x.jpg) no-repeat top center / 100% auto #C7000B;
      height: auto;
      padding-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .mv_lp_img {
      margin: 0;
      background: url(../img/bg_mv_sp@2x.jpg) no-repeat top center / 100% auto #C7000B;
      padding-top: 0;
      height: auto;
    }
}

.mv_lp_img figure{
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  margin: 25px auto 0 auto;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .mv_lp_img figure{
        position: inherit;
      margin-bottom: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .mv_lp_img figure{
        position: inherit;
      margin-bottom: 30px;
    }
}




.mv {
    margin-top: 111px;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .mv {
        margin-top: 55px;
    }

}

@media only screen and (max-width: 768px) {
    .mv {
        margin-top: 55px;
    }
}
.bg_blue {
    background-color: #8fd3f5;
}
.bg_red {
    background-color: #C7000B;
}

/*----------------------------------
page Style Section
----------------------------------*/

section {
    width: 100%;
    text-align: center;
}

.wrap {
    max-width: 100%;
    margin: 0;
    padding: 40px 0;
}

.wrap:first-child {
    padding: 80px 0 40px;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .wrap,
    .wrap:first-child,
    .wrap:last-child {
        padding: 25px 10px;
    }
}

@media only screen and (max-width: 768px) {
    .wrap,
    .wrap:first-child,
    .wrap:last-child {
        padding: 25px 10px;
    }
}

.wrap_inr {
    width: 1120px;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    padding: 60px;
    position: relative;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .wrap_inr {
        width: 100%;
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .wrap_inr {
        width: 100%;
        padding: 30px 20px;
    }
}

.cam {
    /*background: url(../img/oubo_bg.png) no-repeat center top;*/
    background-color:#C7000B;
    background-size: cover;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .cam {
        background-size: contain;
        background-repeat: repeat;
    }
}

@media only screen and (max-width: 768px) {
    .cam {
        background-size: contain;
        background-repeat: repeat;
    }
}

/*product list*/
.pdlist{
    margin: 0 auto;
    padding: 0;
}
.under-link a,
.under-link>span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #0066cc;
    text-decoration: none;
}

.under-link a:before,
.under-link>span:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.under-link a:hover,
.under-link>span:hover {
    text-decoration: underline;
}

.under-link.under-link-white a,
.under-link.under-link-white>span {
    color: #fff;
}

.under-link.under-link-white a:before,
.under-link.under-link-white>span:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.under-link.under-link-orange a,
.under-link.under-link-orange>span {
    color: #ff661a;
}

.under-link.under-link-orange a:before,
.under-link.under-link-orange>span:before {
    border-top: 2px solid #ff661a;
    border-right: 2px solid #ff661a;
}

.pdlist .under-link{
    margin: 80px auto 70px auto;
    display: block;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
  .pdlist .under-link{
    margin: 40px auto 35px auto;
    display: block;
  }  
}

@media only screen and (max-width: 768px) {
  .pdlist .under-link{
    margin: 40px auto 35px auto;
    display: block;
  }  
}

/*Title*/

.lp_title_main {
    color: #D7000F;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 60px;
}

.lp_title_main small {
    font-size: 3rem;
}
.lp_title_main span{
  display: block;
}

.lp_title_main-txt{
    margin: 0 auto 30px auto;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    color: #D7000F;
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .lp_title_main {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .lp_title_main small {
        font-size: 1.8rem;
    }
    .lp_title_main-txt{
        font-size: 1.8rem;
    }

}

@media only screen and (max-width: 768px) {
    .lp_title_main {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .lp_title_main small {
        font-size: 1.8rem;
    }
    .lp_title_main-txt{
        font-size: 1.8rem;
    }
}

.lp_title_sub {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 60px;
    line-height: 1.2;
}


@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .lp_title_sub {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {

    .lp_title_sub {
        font-size: 2rem;
        margin-bottom: 30px;
    }

}

.lp_lead {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 100px;
}

.lp_lead span {
    color: #D7000F;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .lp_lead {
        font-size: 2.0rem;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .lp_lead {
        font-size: 2.0rem;
        text-align: center;
    }
}

.lp_termtitle {
    background: url(../img/ttl_bg@2x.png) no-repeat center top / 322px auto;
    text-align: center;
    color: #E60012;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.5;
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .lp_termtitle {
        font-size: 2.4rem;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    .lp_termtitle {
        font-size: 2.4rem;
        margin: 20px 0;
    }
}

/*Btn*/
.btn {
    width: 630px;
    height: 80px;
    box-shadow: 0 2px 0 #670008;
    border-radius: 40px;
    background-color: #e60012;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 15px;
    position: relative;
    margin: 0 auto 100px;
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .btn {
        font-size: 1.6rem;
        width: 100%;
        height: 45px;
        padding-top: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .btn {
        font-size: 1.6rem;
        width: 100%;
        height: 45px;
        padding-top: 8px;
    }
}

.btn:after {
    content: url(../img/icon_ar_right.png);
    position: absolute;
    top: 15px;
    right: 25px;
    width: 18px;
    height: 16px;
    border-top: none;
    border-right: none;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .btn:after {
        top: 9px;
        right: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .btn:after {
        top: 9px;
        right: 16px;
    }
}

.btn a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.btn:hover {
    opacity: 0.8;
}

.btn.last {
    box-shadow: 0 2px 0 #a7a6a6;
    background-color: #a7a6a6;
}

.btn.last:hover {
    opacity: 1;
}

.menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
}

.menu_list li {
    margin-right: 10px;
}
/* @media only screen and (max-width: 768px) {
    .menu_list li {
        margin-bottom: 10px;
    }
} */

.menu_list li a {
    display: inline-block;
    width: 270px;
    border: #D80c18 2px solid;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #D80C18;
    background-color: #fff;
    font-size: 2rem;
    transition: .1s;
}

.menu_list li a.red {
    border: #D80c18 2px solid;
    color: #D80C18;
    margin-right: 0;
}

.menu_list li a:hover {
    position: relative;
    display: inline-block;
    color: #fff;
    border-color: #fff;
    background-color: #D80c18;
}

.menu_list li a:hover:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}

.menu_list li a.red:hover {
    background-color: #D80c18;
}

.menu_list li a.red:hover:before {
    border-top: 15px solid #D80c18;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
  .menu_list{
    margin: 16px 10px 10px 20px;
  }
  .menu_list li {
    width: calc( 50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .menu_list li a{
    width: 100%;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .menu_list{
    margin: 40px auto 40px auto;
   }
  .menu_list li {
    width: calc( 100%);
    margin-right: auto;
    margin-bottom: 10px;
  }
  .menu_list li a{
    width: 270px;
    margin-right: auto;
  }
}


/*List*/

.list_apply {
    text-align: left;
}

.list_apply dt {
    font-weight: bold;
    padding: 5px 0;
}

.list_apply dd {
    padding: 7px 0 15px;
    margin-bottom: 30px;
}

.list_apply dd:last-child {
    margin-bottom: 0;
}

a.privacy_link {
    text-decoration: underline;
}

a:hover.privacy_link {
    opacity: .8;
}

.list-flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.list-flex li{
    max-width: 300px;
    margin: 0 15px 0 15px;
    padding: 0;
}


/*Block*/
.simple-block {
    margin-bottom: 0 !important;
    display: flex;
}

.simple-block-img {
    margin-right: 30px !important;
}

.simple-block-img img {
    width: 600px !important;
}

.simple-block-text {
    width: 330px !important;
    text-align: left;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .simple-block {
        flex-direction: column;
    }

    .simple-block-img img {
        width: 100% !important;
    }
    .simple-block-text {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .simple-block {
        flex-direction: column;
    }

    .simple-block-img img {
        width: 100% !important;
    }
    .simple-block-text {
        width: 100% !important;
    }
}
/* Link */
.link-text {
    text-align: right !important;
    margin-top: 60px !important;
}

.link-text a {
    text-decoration: underline !important;
    font-size: 2.4rem !important;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .link-text {
        margin-top: 30px !important;
    }
    .link-text a {
        font-size: 1.8rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .link-text {
        margin-top: 30px !important;
    }
    .link-text a {
        font-size: 1.8rem !important;
    }
}

/*----------------------------------
GP Banner Style
----------------------------------*/

/* Bnr
-----------------------------------------*/
.Bnr {
    position: relative;
    margin: 0 auto;
    width: 300px;
    display: none;
}

.Bnr .Bnr__img {
    position: fixed;
    bottom: 15%;
    right: 20px;
    z-index: 1000;
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .Bnr .Bnr__img {
        bottom: 15px;
        right: 20px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .Bnr .Bnr__img {
        bottom: 15px;
        right: 20px;
        margin-left: 15px;
    }
}

.Bnr .Bnr__img p {
    margin-bottom: 0;
}

.Bnr .Bnr__img a {
    display: block;
}

.Bnr .Bnr__img a:hover img {
    opacity: 1;
}

.Bnr .Bnr__img p.close {
    position: absolute;
    right: -20px;
    top: 20px;
}

.Bnr .Bnr__img p.close a {
    display: block;
    width: 44px;
    height: 42px;
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .Bnr .Bnr__img p.close {
        right: -25px;
        top: -18px;
    }

    .Bnr .Bnr__img p.close a {
        max-width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .Bnr .Bnr__img p.close {
        right: -25px;
        top: -18px;
    }

    .Bnr .Bnr__img p.close a {
        max-width: 80%;
    }
}

/*--help--*/

.txt_s {
    font-size: 1.4rem;
}

.txt_normal {
    font-size: 1.6rem;
    line-height: 1.8;
}


.txt_big {
    font-size: 2.4rem;
}

.txt_big02 {
    font-size: 3.8rem;
}

.txt_red {
    color: #e60012;
}

.mt30 {
    margin-top: 30px;
}

.txt_nobreak {
    word-break: keep-all;
}

.mt100 {
    margin-top: -100px;
}

.mb-60 {
    margin-bottom: 60px;
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
    .mt100 {
        margin-top: 0;
    }

    .sp_mt0 {
        margin-top: 0;
    }

    .mb-60 {
        margin-bottom: 20px;
    }

    .txt_normal {
        font-size: 1.4rem;
    }

    .txt_big {
        font-size: 1.8rem;
    }

    .txt_big02 {
        font-size: 2.8rem;
    }

    .txt_nobreak {
        word-break: normal;
    }
}

@media only screen and (max-width: 768px) {
    .mt100 {
        margin-top: 0;
    }

    .sp_mt0 {
        margin-top: 0;
    }

    .mb-60 {
        margin-bottom: 20px;
    }

    .txt_normal {
        font-size: 1.4rem;
    }

    .txt_big {
        font-size: 1.8rem;
    }

    .txt_big02 {
        font-size: 2.8rem;
    }

    .txt_nobreak {
        word-break: normal;
    }
}