@charset "utf-8";

@import url(reset.css);
@import url(sanitize.css);
@import url(normalize.css);
@import url(colorbox.css);

.bm-m-header__logo-img {
    height: 44px !important;
}

@media screen and (min-width: 767px) {
  .bm-m-header__logo-img {
    height: 55px !important;
  }
}

.bm-m-footer__logo {
	height: 32px !important;
	width: 64px !important;
}

@media screen and (min-width: 767px) {
  .bm-m-footer__logo {
    height: 40px !important;
	width: 80px !important;
  }
}
@media (width < 768px) {
    .bm-m-header--mega-nav-is-is-open .bm-m-header__logo {
        /* visibility: hidden; */
        z-index: 9;
    }
}

.by_tool_belt_list li {
	display: inline-block;
}

.by_tool_belt_cta span {
	color: #8d8d8d;
	font-size: 14px;
}

.by_external_link_01::before {
	background: url(../img/external_link.svg);
	display: inline-block;
	content: "";
	background-size: cover;
	width: 1em;
	height: 1em;
	margin-right: .4em;
	position: relative;
	top: -.1em;
	vertical-align: middle;
}

#globalnavi .subMenu li .by_external_link_01::before {
	margin-left: -1.4em;
}

#dealerPage section .detailBox dd.note-txt {
	padding-left: 0.5em;
	margin-top: 10px;
	margin-left: 12px;
	text-indent: -12px;
}


#main section {
    position: relative;
    padding: 70px;
    margin: 0;
}
#main section > * {
    position: relative;
}
#main section .img {
    max-width: 90%;
    margin: 0 auto 50px;
}
#main section .img:after {
    content: "";
    display: block;
    width: 88px;
    height: 3px;
    margin: 90px auto 0;
    background: #335B4C;
}
#main section img {
    width: 100%;
}


@media screen and (min-width: 768px) {
    #main .sp {
        display: none;
    }    
}
@media screen and (max-width: 767px) {
    #main .pc {
        display: none;
    }    
}


#main .mv {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.mv_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mv_txt .mv_txt_inner {
    padding: 70px;
    color: #fff;
    z-index: 2;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, .6);
}
#modelsPage #main h1 {
    text-decoration: none;
    border: none;
    line-height: 1.6;
    padding: 0;
    margin: 10px auto;
    width: 100%;
}
.mv_txt h1 {
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 10px auto;
}
.mv_thumbnail img {
    width: 100%;
}
.mv_thumbnail .swiper {
    width: 100%;
}
#modelsPage section small {
    color: #335B4C;
}
#modelsPage section span {
    color: #335B4C;
    text-transform: uppercase;
}

#modelsPage section h2 {
    margin: 0 auto 25px;
    font-size: 25px;
    line-height: 2;
}
#modelsPage section h3 {
    margin: 0 auto 20px;
    font-size: 22px;
    line-height: 2;
}
#modelsPage section p {
    line-height: 2.2;
    font-size: 18px;
    margin-bottom: 60px;
}
#modelsPage section p a {
    text-decoration: underline;
}
#modelsPage section .btn a {
    display: inline-block;
    padding: 15px 50px;
    background-color: #335B4C;
    color: #fff;
    transition: all .3s ease;
}
#modelsPage section .btn a:hover {
    opacity: .6;
}


#main section.info {
    background-color: #EFF0F1;
    text-align: center;
}

#modelsPage #main section .form {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s ease, visibility .6s ease;
}
#modelsPage #main section .form.hide {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity .6s ease, visibility .6s ease, height 0s .6s linear;
}
#modelsPage #main section .form p {
    margin-bottom: 20px;
}
#modelsPage #main section .form .error_msg {
    display: none;
    margin: 0 auto 24px;
    font-size: 16px;
    text-align: center;
    color: #B50B17;
}
#modelsPage #main section .form input {
    display: block;
    width: 412px;
    max-width: 100%;
    margin: 0 auto 24px;
    padding: 15px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #D8D9DC;
    background-color: #fff;
}
#modelsPage #main section .form button {
    display: block;
    width: 412px;
    max-width: 100%;
    margin: 0 auto 24px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #335B4C;
}
#main .info #result .false:not(.show),
#main .info #result .true:not(.show) {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity .6s ease, visibility .6s ease;
}
#main .info #result .false.show,
#main .info #result .true.show {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s ease, visibility .6s ease;
}
#main .info #result .cross {
    position: relative;
    width: 92px;
    height: 92px;
    margin: 30px auto;
}
#main .info #result .cross:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    margin-top:-5px;
    background-color: #335B4C;
    transform: rotate(45deg);
}
#main .info #result .cross:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    margin-top:-5px;
    background-color: #335B4C;
    transform: rotate(-45deg);
}
#main .info #result .circle {
    width: 92px;
    height: 92px;
    border: 10px solid #335B4C;
    border-radius: 100%;
    margin: 30px auto;
}
#main .info #result .mini-cross {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
#main .info #result .mini-cross:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top:-1px;
    background-color: #040404;
    transform: rotate(45deg);
}
#main .info #result .mini-cross:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top:-1px;
    background-color: #335B4C;
    transform: rotate(-45deg);
}
#main .info #result .mini-circle {
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #335B4C;
    border-radius: 100%;
    margin: 0 10px 0 0;
}
#main .info #result .join {
    color: #000;
}
#main .info #result .emp_join,
#main .info #result .empplus_join {
    display: none;
    color: #000;
}
#main .info #result .emp_join.show,
#main .info #result .empplus_join.show {
    display: inline-block;
}
#main section.info p.note {
    text-align: left;
    max-width: 800px;
    margin: 40px auto ;
}
#main section.info p.note small {
    color: #000;
}
.result_list {
    display: flex;
    justify-content: center;
    width: 844px;
    max-width: 100%;
    margin: 0 auto 40px;
    flex-wrap: wrap;
}
.result_list .item {
    width: 50%;
    background-color: #fff;
    border: 1px solid #EFF0F1;
}
.result_list .item h4 {
    padding: 15px;
    font-size: 16px;
    background-color: #335B4C;
    color: #fff;
}
.result_list .item.next h4 {
    padding: 15px;
    font-size: 16px;
    background-color: #040404;
    color: #fff;
}
.result_list .item .row {
    display: flex;
    border-top: 1px solid #EFF0F1;
}
/*
.result_list .item.next .row {
    display: block;
}
*/
.result_list .item .col {
    padding: 20px 10px;
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
}
.result_list .item .col:first-child {
    width: 150px;
    padding: 20px 10px 20px 30px;
    font-size: 12px;
}
/*
.result_list .item.next .col {
    width: auto;
    padding: 20px 10px;
    font-size: 14px;
    text-align: center;
    justify-content: center;
}
    */
#main .info #result .back_btn p {
    display: inline-block;
    padding: 15px 50px;
    background-color: #335B4C;
    color: #fff;
    transition: all .3s ease;
    cursor: pointer;
}
#main .info #result .back_btn p:hover {
    opacity: .6;
}



@media screen and (max-width: 767px) {
    #modelsPage #main section .form {
        padding: 20px;
    }
    .result_list {
        display: block;
        padding: 20px;
    }
    .result_list .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .mv_thumbnail .swiper {
        width: 100%;
    }
    .mv_thumbnail .swiper-slide {
        width: 100%;
    }
    .mv_thumbnail .swiper-slide img {
        width: 100%;
    }
    .mv_txt .mv_txt_inner {
        padding: 70px 10px;
        width: 90%;
    }
    #modelsPage #main  h1 {
        font-size: 24px;
    }
    #main section {
        padding: 50px 0;
    }
    #main section.gift:before {
        margin-top: 55%;
    }
    #main section.experience .img {
        max-width: 100%;
    }
    #modelsPage section > h2,
    #modelsPage section > h3,
    #modelsPage section > p {
        padding: 0 15px;
        width: 100%;
    }
    #modelsPage section h2 {
        line-height: 1.8;
        font-size: 23px;
    }
    #modelsPage section h3 {
        font-size: 22px;
        line-height: 1.8;
    }
    #modelsPage section p {
        font-size: 14px;
    }
    #main section.info p.note { 
        text-align: center;
    }
}