@charset "utf-8";
.container {
    padding-top: 180px;
}
.text_ov {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text_ov2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* mv */
.mv {
    position: relative;
    text-align: center;
}

.mv .item {
    height: 400px;
    padding: 120px 0;
}

.primaryColor {
    color: var(--color-primary01);
}

.mv_sub_tit {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.mv_tit {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.mv_slide .swiper-pagination {
    bottom: 6%;
}

.mv_slide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #fff;
}

.mv_slide .swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
    border: 5px solid var(--color-primary01);
    background-color: transparent;
    position: relative;
}

/* .mv_slide .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    bottom: calc(100% + 5px);
    left: 100%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--color-primary01);
} */

.mv_arw {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.mv_arw.prev {
    left: calc((100% - 1400px) / 2);
}

.mv_arw.next {
    right: calc((100% - 1400px) / 2);
}

/* END mv */

/* con01 */
.con {
    position: relative;
    padding: 80px 0;
}

.dotAfter {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    line-height: 1;
}

.dotAfter::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 8px;
    height: 10px;
    background-image: url('/img/dot_water.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dotAfter.type02::after {
    width: 4px;
    height: 4px;
}

.com_con_tit_box {
    text-align: center;
    position: relative;
}

.com_con_tit {
    font-size: 50px;
    color: #222;
    font-weight: 700;
}
.com_con_tit.white {
    color: #fff;
}

.com_con_tit_box .com_con_alt {
    margin-top: 8px;
}

.com_con_alt {
    font-size: 24px;
    color: #777;
    font-weight: 400;
}
.com_con_alt.white {
    color: #fff;
}
.prod_alt_box_wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;

    border: 1px solid #E3E3E3;
    overflow: hidden;
}

.prod_alt_box_wrapper .img {
    width: 600px;
    /* aspect-ratio: 1/0.725; */
}
.prod_alt_box_wrapper .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prod_alt_box_wrapper .prod_alt_box_wrap {
    padding: 35px 60px;
    width: calc(100% - 600px);
}

.prod_alt_box_label01 {
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

.prod_alt_box_tit01 {
    font-size: 30px;
    color: #222;
    font-weight: 700;
}

.prod_alt_box_sub_tit01 {
    font-size: 18px;
    font-weight: 400;
    color: #222;
}

.prod_alt_box_alt01 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #777;
}

.prod_alt_box_alt .prod_alt_box_alt01 {
    margin: 10px 0 15px;
}


.prod_alt_box_alt .prod_alt_box_tit01 {
    margin: 4px 0 10px;
}

.prod_type_box span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    margin-top: 4px;
}

.prod_type_box span.pink {
    background-color: var(--color-primary01);
}

.prod_type_box span.orange {
    background-color: #EB8968;
}

.prod_type_box span.purple {
    background-color: #AE68EB;
}

.prod_type_box span.violet {
    background-color: #8468EB;
}

.prod_type_box span+span {
    margin-left: 5px;
}

.prod_alt_box_wrap .prod_alt_box_price_box {
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px solid #e3e3e3;
}

.prod_alt_box_price_box {
    display: flex;
    flex-wrap: wrap;
}

.prod_alt_box_price_box .prod_alt_box_price {
    width: 50%;
    padding: 5px 0;
}

.prod_alt_box_price {
    display: flex;
    flex-wrap: wrap;
}

.prod_alt_box_price .tit {
    min-width: 80px;
    width: 80px;
}

.prod_alt_box_price .alt {
    width: calc(100% - 80px);
}

.prod_sub_txt01 {
    font-size: 18px;
    color: #777;
    font-weight: 400;
    line-height: 1.55em;
}

.prod_sub_txt01.alt {
    font-weight: 400;
    color: #222;
}

.prod_sub_txt01.gray {
    color: #b9b9b9;
}

.prod_sub_txt01.price {
    font-weight: 700;
}

.prod_sub_txt01.price span,
.prod_sub_txt01.price del {
    margin-right: 5px;
}

.com_prod_box01 .item {
    border-radius: 6px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.com_prod_box01 .item.active {
    border-color: var(--color-primary01);
    border-width: 2px;
}
.com_prod_box01 .item.active::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    background: url('/img/more_icon01.png') no-repeat center / cover;
}
.com_prod_box01 .item .img {
    aspect-ratio: 1/0.73;
}
.com_prod_box01 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.com_prod_box01 .item .alt_box {
    padding: 20px;
}
.com_prod_tit01 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.com_prod_box01 .item .alt_box .prod_alt_box_alt01 {
    margin: 10px 0;
}
.com_prod_box01 .item .alt_box .prod_sub_txt01.price {
    margin-top: 5px;
} 
.com_prod_box01 .item .alt_box .prod_type_box {
    margin-top: 20px;
}
.com_prod_arw {
    position: absolute;
    top: 50%;    
    z-index: 11;
}
.com_prod_arw.prev {
    left: 0;
    transform: translate(-50%, -50%);
}
.com_prod_arw.next {
    right: 0;
    transform: translate(50%, -50%);
}
.best_slide_box {
    position: relative;
}
/* END con01 */

/* con02 */
.banner_slide_box {
    position: relative;
    /* cursor: pointer; */
}
.banner_slide .prod_type_box span {
    font-size: 20px;
    font-weight: 600;
}
.banner_slide .prod_type_box {
    margin-bottom: 20px;
}
.banner_slide .item .inner {
    padding: 0 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 300px;
}

.banner_link_txt {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-primary01);
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 40px;
}

.banner_link_txt img {
    display: none;
}

/* END con02 */

/* con04 */
.com_prod_box01.item04 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.com_prod_box01.item04 .item {
    width: calc(25% - 15px);
}
a.more_txt_btn01,
.more_txt_btn01 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.board_flex_box01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.board_flex_box01 > div {
    width: calc(50% - 10px);
}
.common_board_box {
    font-size: 18px;
    font-weight: 400;
    display: flex;    
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
    min-width: 70px;
    background-color: #fff;
}
.common_board_box .tit {
    color: #222;
    min-width: 0;
}
.common_board_box .tit .label {
    font-weight: 700;
    margin-right: 4px;
}
.common_board_box .date {
    color: #777;
    min-width: 100px;
    margin-left: auto;
}
.common_board_box + .common_board_box {
    margin-top: 10px;
}
/* END con04 */
@media all and (max-width:1500px) {
    .com_prod_arw.prev {
        left: 0;
        transform: translateY(-50%);
    }

    .com_prod_arw.next {
        right: 0;
        transform: translateY(-50%);
    }
}

@media all and (max-width:1400px) {
    .mv .item {
        height: 680px;
        padding: 80px 0;
    }
    .mv_arw.prev {
        left: 3.125%;
    }
    .mv_arw.next {
        right: 3.125%;
    }
    .prod_alt_box_wrapper .prod_alt_box_wrap {
        width: 100%;
    }
    .prod_alt_box_wrapper .img {
        max-width: 600px;
        width: 100%;
    }
}

@media all and (max-width:1024px) {	
    .container {
        padding-top: 60px;
    }
    .mv .item {
        height: 400px;
        padding: 60px 0;
    }
    .mv_sub_tit {
        font-size: 20px;
    }
    .mv_tit {
        font-size: 36px;
    }
    .com_con_tit {
        font-size: 36px;
    }
    .com_con_alt {
        font-size: 20px;
    }
    .prod_alt_box_label01,
    .prod_alt_box_alt01 {
        font-size: 14px;
    }
    .prod_alt_box_tit01 {
        font-size: 20px;
    }
    .prod_alt_box_sub_tit01 {
        font-size: 16px;
    }
    .prod_alt_box_wrapper .prod_alt_box_wrap {
        padding: 20px 30px;
    }
    .prod_sub_txt01 {
        font-size: 14px;
    }
    .com_prod_tit01 {
        font-size: 18px;
    }
    .banner_slide .item .inner{
        padding: 30px 0;
        height: unset;
    }
    .banner_slide .prod_type_box span {
        font-size: 16px;
    }
    .mv_tit {
        font-size: 26px;
    }
    .banner_link_txt {
        font-size: 20px;
    }
    .banner_link_txt img {
        height: 40px;
    }
    .mv_arw img {
        height: 40px;
    }
    a.more_txt_btn01, .more_txt_btn01 {
        font-size: 14px;
    }
    a.more_txt_btn01, .more_txt_btn01 img {
        height: 10px;
    }
    .common_board_box {
        font-size: 16px;
    }
    .board_flex_box01 > div {
        width: 100%;
    }
    .board_flex_box01 {
        gap: 40px;
    }
    .com_prod_box01.item04 .item {
        width: calc(50% - 10px);
    }
}

@media all and (max-width:700px) {	
    .mv .item {
        height: 300px;
    }
    .com_con_tit {
        font-size: 28px;
    }
    .com_con_alt {
        font-size: 14px;
    }
    .prod_alt_box_price_box .prod_alt_box_price {
        width: 100%;
    }
    .banner_slide .prod_type_box span {
        font-size: 14px;
    }
    .banner_link_txt {
        font-size: 16px;
    }
    .com_prod_box01.item04 .item {
        width: 100%;
    }
}