@charset "utf-8";
/* CSS Document */


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


/* #point_navi
----------------------------------------- */
#point_navi {
	width: 100%;
    position: relative;
}
#point_navi .inner {
    max-width: 120rem;
    padding-top: 15rem;
}

#point_navi .point_list {
    width: 100%;
    justify-content: center;
    gap: 4.5rem;
    margin-top: 7rem;
}
#point_navi .point_list > li {
    width: calc(260/1200*100%);
    padding: 2rem 0;
    min-height: 15.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}
#point_navi .point_list > li::before {
    content: "";
    display: block;
    width: 5.9rem;
    height: 5.9rem;
    background: url(../images/waku_lt2.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    transform: translate(0,0);
    transition: all .6s;
    z-index: 1;
}
#point_navi .point_list > li .number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    
    font-size: 1.8rem;
    line-height: calc(22/18);
    font-weight: 300;
}

#point_navi .point_list > li .txt {
    font-size: 1.9rem;
    line-height: calc(27/19);
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
}


@media only screen and (max-width: 768px) {
#point_navi {
}
#point_navi .inner {
    padding-top: 13rem;
}

#point_navi .point_list {
    margin-top: 5rem;
    gap: 2rem;
}
#point_navi .point_list > li {
    width: calc(160/335*100%);
    padding: 2rem 0;
    min-height: 9rem;
}
#point_navi .point_list > li::before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/waku_lt2.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -0.55rem;
	left: -0.55rem;
    transform: translate(0,0);
    transition: all .6s;
    z-index: 1;
}
#point_navi .point_list > li .number {
    font-size: 1.1rem;
}
#point_navi .point_list > li .txt {
    font-size: 1.3rem;
}
}




/* #point
----------------------------------------- */
#point {
	width: 100%;
    position: relative;
}
#point .inner {
    max-width: none;
    padding-top: 17rem;
    padding-bottom: 12rem;
}

#point .point_list {
    width: 100%;
}
#point .point_list > li {
    width: 100%;
}
#point .point_list > li:not(:last-child) {
    margin-bottom: 13rem;
}

#point .ttl_wrap {
    width: 100%;
    max-width: 85rem;
    margin: auto;
    margin-bottom: 6rem;
}
#point .ttl_wrap .ttl {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#point .ttl_wrap .ttl .number {
    font-size: 1.8rem;
    line-height: calc(22/18);
    font-weight: 300;
    width: 5.9rem;
    height: 5.9rem;
    background: url(../images/waku_lt2.svg) no-repeat center center;
    background-size: contain;
    margin-right: 4.0rem;
}
#point .ttl_wrap .ttl .txt {
    font-size: 2.8rem;
    /*line-height: calc(49/28);*/
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#point .ttl_wrap .lead {
    font-size: 1.8rem;
    line-height: calc(36/18);
    text-align: center;
    margin-top: 3rem;
}
#point .img_wrap {
    width: 100%;
    position: relative;
    z-index: -1;
}
#point .img_wrap .img {
    width: 50%;
}
#point .img_wrap .img.w100 {
    width: 100%;
}
#point .img_wrap .zeh {
    width: 14.286vw;
    position: absolute;
    top: 6rem;
    right: 4.286vw;
    transform: translate(0,0);
    z-index: 2;
}

#point .layout {
    width: 100%;
    max-width: 85rem;
    padding: 5rem;
    margin: auto;
    margin-top: -5rem;
    background-color: #f5f5f5;
    flex-wrap: nowrap;
}
#point .layout .txt_wrap {
}
#point .layout .txt_wrap.w100 {
    width: 100%;
}
#point .layout .txt_wrap .btn_wrap {
    width: 31.5rem;
    margin: auto;
    margin-top: 4rem;
}
#point .layout .txt_wrap .btn_wrap .btn {
    width: 100%;
    position: relative;
}
#point .layout .txt_wrap .btn_wrap .btn img {
    position: absolute;
    right: 0;
}

#point .layout .illust {
    width: 100%;
    min-width: 28rem;
    text-align: center;
    position: relative;
}

/*#point .point_list > li:first-child .layout .illust .img {
    width: calc(100% + 3rem);
    max-width: none;
}*/
#point .point_list > li:first-child .layout .illust .img {
    width: 100%;
}
#point .point_list > li:nth-child(2) .layout .illust .img {
    width: 25rem;
    margin: auto;
}

#point .btn_wrap.arrow {
    width: 31.5rem;
    margin: auto;
}
#point .btn_wrap.arrow .btn {
    width: 100%;
    position: relative;
}
#point .btn_wrap.arrow .btn img {
    position: absolute;
    right: 0;
}


#point .con {
    width: 100%;
    max-width: 110rem;
    margin: auto;
    margin-top: 5rem;
    display: flex;
    flex-flow: column;
    gap: 10rem 0;
}
#point .con .img_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}
#point .con .img_layout img {
    width: calc(540 / 1100 * 100%);
}
#point .con .img_layout img.w100 {
    width: 100%;
}
#point .con h3 {
    text-align: center;
    font-size: 2.3rem;
    line-height: calc(36/23);
    letter-spacing: 0.1em;
    font-weight: 500;
}
#point .con h4 {
    text-align: center;
    font-size: 1.8rem;
    line-height: calc(36/23);
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 5rem;
}
#point .con .txt {
    width: 100%;
    max-width: 93rem;
    margin: auto;
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: calc(26/14);
    letter-spacing: 0.07em;
    font-weight: 400;
}

#point .con .btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 7rem;
}

@media only screen and (max-width: 768px) {
#point .inner {
    width: 100%;
    padding-top: 12rem;
    padding-bottom: 6rem;
}

#point .point_list {
    width: 100%;
}
#point .point_list > li {
    width: 100%;
}
#point .point_list > li:not(:last-child) {
    margin-bottom: 10rem;
}

#point .ttl_wrap {
    margin-bottom: 2.5rem;
    text-align: center;
}
#point .ttl_wrap .ttl {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}
#point .ttl_wrap .ttl .number {
    font-size: 1.3rem;
    width: 3.5rem;
    height: 3.5rem;
    background: url(../images/waku_lt2.svg) no-repeat center center;
    background-size: contain;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-80%,-60%);
}
#point .ttl_wrap .ttl .txt {
    font-size: 1.9rem;
    line-height: calc(33/19);
    text-align: center;
}
#point .ttl_wrap .lead {
    font-size: 1.35rem;
    line-height: calc(24/13.5);
    margin-top: 2.5rem;
}
#point .img_wrap {
    width: 100%;
    position: relative;
    z-index: -1;
}
#point .img_wrap .img {
    width: 50%;
}
#point .img_wrap .img.w100 {
    width: 100%;
}
#point .img_wrap .zeh {
    width: 7.28rem;
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
}

#point .layout {
    width: 33.5rem;
    padding: 2rem;
    margin: auto;
    margin-top: -2.5rem;
    flex-wrap: wrap;
}
#point .layout .txt_wrap {
}

#point .layout .illust {
    width: 100%;
    min-width: inherit;
    text-align: center;
    margin-top: 2.5rem;
}
    
#point .layout .txt_wrap .btn_wrap {
    width: 28rem;
    margin: auto;
    margin-top: 2rem;
}
#point .layout .txt_wrap .btn_wrap .btn {
    height: 6rem;
}
#point .layout .txt_wrap .btn_wrap .btn.blk .txt {
    font-size: 1.6rem;
}
    
/*#point .point_list > li:first-child .layout .illust .img {
    width: 100%;
    max-width: none;
}*/
#point .point_list > li:first-child .layout .illust .img {
    width: 100%;
    max-width: none;
}
#point .point_list > li:nth-child(2) .layout .illust .img {
    width: 23.9rem;
    margin: auto;
}
    
#point .btn_wrap.arrow {
    width: 28rem;
    margin: auto;
    margin-top: 1rem;
}
#point .btn_wrap.arrow .btn {
    height: 6rem;
}
#point .btn_wrap.arrow .btn.blk .txt {
    font-size: 1.6rem;
}
    
    
#point .con {
    max-width: 33.5rem;
    margin-top: 3rem;
    gap: 5rem 0;
}
#point .con .img_layout {
    margin-top: 3rem;
    gap: 2rem 0;
}
#point .con .img_layout img {
    width: 100%;
}
#point .con h3 {
    text-align: center;
    font-size: 2.3rem;
    line-height: calc(36/23);
    letter-spacing: 0.1em;
    font-weight: 500;
}
#point .con h4 {
    font-size: 1.8rem;
    margin-top: 5rem;
}
#point .con .txt {
    font-size: 1.4rem;
    margin-top: 2rem;
}

#point .con .btn_wrap {
    margin-top: 4rem;
}
}



/* #model
----------------------------------------- */
#model {
	width: 100%;
    margin-top: 15rem;
    margin-bottom: 20rem;
}
#model::before {
    content: '';
    display: block;
    width: 94.643vw;
    height: 100%;
    background-color: #edf2f6;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
}

#model .inner {
    max-width: 110rem;
    padding-top: 10rem;
    padding-bottom: 13rem;
    position: relative;
}

#model h3.con_ttl {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4rem;
}

#model h4.con_ttl {
    font-size: 1.9rem;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
}

#model .img_list_wrap {
    width: 100%;
    margin-top: 7rem;
}
#model .img_wrap {
    width: 100%;
}
#model .img_wrap .img {
    width: calc(540/1100*100%);
}

#model .model_list_wrap {
    width: 100%;
    margin-top: 7rem;
    /*margin-bottom: -7rem;*/
}
#model .model_list {
    width: 100%;
}
#model .model_list > li {
    width: calc(345/1100*100%);
    min-height: 22rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    margin-bottom: 4rem;
}
#model .model_list > li::before {
    content: "";
    display: block;
    width: 5.9rem;
    height: 5.9rem;
    background: url(../images/waku_lt2_blu.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    transform: translate(0,0);
    transition: all .6s;
    z-index: 1;
}
#model .model_list > li:not(:last-child) {
}

#model .model_list .model {
    width: 100%;
    padding: 2rem 4rem;
}
#model .model_list .type {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}
#model .model_list .spec {
    margin-top: 3.5rem;
}
#model .model_list .spec .spec_table {
    width: 100%;
}
#model .model_list .spec .spec_table tr {
    border-bottom: 0.1rem solid #d3d2d0;
}
#model .model_list .spec .spec_table th,
#model .model_list .spec .spec_table td {
    font-size: 1.8rem;
    padding-top: 0.5rem;
    padding-bottom: 1.0rem;
}
#model .model_list .spec .spec_table th {
    padding-right: 2rem;
}
#model .model_list .spec .spec_table td {
    display: flex;
    justify-content: flex-end;
}

#model .customize {
    margin-top: 12rem;
}
#model .customize h3 {
    margin-bottom: 6rem;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#model .customize h3 span {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 500;
    padding: 0 3rem;
    padding-bottom: 0.5rem;
    background-color: #edf2f6;
}
#model .customize h3::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
#model .customize .customize_list {
    width: 100%;
    margin-bottom: -7rem;
}
#model .customize .customize_list > li {
    width: calc(350/1100*100%);
    margin-bottom: 7rem;
}
#model .customize .customize_list > li:not(:last-child) {
}
#model .customize .customize_list > li .img {
    margin-bottom: 1rem;
}
#model .customize .customize_list > li .txt {
}

#model .price_info {
}
#model .price_info h4 {
    text-decoration: underline;
}
#model .price_info .info_list {
    margin-top: 1rem;
    justify-content: flex-start;
}
#model .price_info .info_list > li {
    width: 33.33%;
}
#model .price_info .price_info_att {
    margin-top: 1.5rem;
}

@media only screen and (max-width: 768px) {
#model {
    margin-top: 6rem;
    margin-bottom: 5rem;
}
#model::before {
    content: '';
    display: block;
    width: 94.643vw;
    height: 100%;
    background-color: #edf2f6;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
}

#model .inner {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}
    
#model h3.con_ttl {
    font-size: 2.0rem;
    margin-bottom: 2rem;
}

#model h4.con_ttl {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

#model .img_list_wrap {
    margin-top: 3.5rem;
}
#model .img_wrap {
    justify-content: center;
}
#model .img_wrap .img {
    width: 29.5rem;
}
#model .img_wrap .img:last-child {
    margin-top: 1rem;
}

#model .model_list_wrap {
    width: 29.5rem;
    margin: auto;
    margin-top: 4rem;
    /*margin-bottom: -2rem;*/
}
#model .model_list {
}
#model .model_list > li {
    width: 100%;
    min-height: 12.5rem;
    margin-bottom: 2rem;
}
#model .model_list > li::before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/waku_lt2_blu.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -0.55rem;
    left: -0.55rem;
    transform: translate(0,0);
    transition: all .6s;
    z-index: 1;
}
#model .model_list > li:not(:last-child) {
}

#model .model_list .model {
    width: 100%;
    padding: 2rem 4rem;
}
#model .model_list .type {
    font-size: 1.65rem;
}
#model .model_list .spec {
    margin-top: 1.5rem;
}
#model .model_list .spec .spec_table {
}
#model .model_list .spec .spec_table th,
#model .model_list .spec .spec_table td {
    font-size: 1.35rem;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
}
#model .model_list .spec .spec_table th {
    padding-right: 2rem;
}
#model .model_list .spec .spec_table td {
    display: flex;
    justify-content: flex-end;
}

#model .customize {
    width: 28rem;
    margin: auto;
    margin-top: 6rem;
}
#model .customize h3 {
    margin-bottom: 2rem;
}
#model .customize h3 span {
    font-size: 1.7rem;
    padding: 0 1.5rem;
    padding-bottom: 0.5rem;
    background-color: #edf2f6;
}
#model .customize h3::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
#model .customize .customize_list {
    width: 100%;
    margin-bottom: -2.5rem;
}
#model .customize .customize_list > li {
    width: 100%;
    margin-bottom: 2.5rem;
}
#model .customize .customize_list > li:not(:last-child) {
}
#model .customize .customize_list > li .img {
    margin-bottom: 1rem;
}
#model .customize .customize_list > li .txt {
}
    
#model .price_info .info_list > li {
    width: 100%;
}
}


/* #experience
----------------------------------------- */
#experience {
	width: 100%;
    color: #FFFFFF;
}
#experience .inner {
    display: block;
    max-width: none;
    padding-top: 11rem;
    padding-bottom: 11rem;
    position: relative;
    background: url("../images/experience.jpg") no-repeat center center;
    background-size: cover;
    z-index: 1;
    color: #FFFFFF;
}
#experience .inner::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .6s;
}
#experience h2 {
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
}
#experience .txt {
    font-size: 1.8rem;
    margin-top: 4rem;
    text-align: center;
}

#experience .btn_wrap {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}
#experience .btn_wrap .btn {
    color: #FFFFFF;
}

#experience .inner:hover {
    opacity: 1;
}
#experience .inner:hover::before {
    background-color: rgba(0,0,0,0.30);
}
#experience .inner:hover .btn_wrap .btn.arrow {
    opacity: 1;
    color: #0d793b;
}
#experience .inner:hover .btn_wrap .btn.arrow .arrow #arrow_svg .cls-2 {fill:#0d793b;}

@media only screen and (max-width: 768px) {
#experience {
}
#experience .inner {
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 5rem;
}
#experience h2 {
    font-size: 2.3rem;
}
#experience .txt {
    font-size: 1.35rem;
    margin-top: 3rem;
}

#experience .btn_wrap {
    margin-top: 4rem;
}

}
