@charset "UTF-8";


main {
    padding-top: 14px;
    background: #fff;
    color: #000;
}

main p {
    margin: 0;
}

.cat_attention {
    padding-bottom: 70px;
}

/* -----------------------------------------------
category_title
----------------------------------------------- */
.category_title .text_wrap h2 {
    font-weight: bold;
    line-height: 1.47;
}

.category_title .text_wrap h2 span {
    display: block;
    color: #009CD0;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.category_title .text_wrap strong {
    font-weight: bold;
    display: block;
}

.category_title .text_wrap p {
    font-weight: 500;
}

.category_title .links a {
    border-radius: 8px;
    position: relative;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.category_title .links a::after {
    content: '';
    display: inline-block;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 7.5%;
}

.category_title .links a span {
    font-weight: bold;
}

.category_title .links a:first-child {
    background-color: #009CD0;
}

.category_title .links a:nth-child(2) {
    background-color: #fff;
    border: 1px solid #009CD0;
    /* display: none; */
}

.category_title .links a:first-child::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.category_title .links a:nth-child(2)::after {
    border-top: 2px solid #009CD0;
    border-right: 2px solid #009CD0;
}

.category_title .links a:first-child span {
    color: #fff;
}

.category_title .links a:nth-child(2) span {
    color: #000000;
}

@media screen and (max-width: 767px) {
    .category_title {
        margin-top: 11px;
    }

    .category_title .text_wrap {
        margin-top: 10px;
    }

    .category_title .text_wrap h2 {
        font-size: 3.4rem;
    }

    .category_title .text_wrap h2 span {
        margin-top: 7px;
        font-size: 1.6rem;
    }

    .category_title .text_wrap p {
        font-size: 1.4rem;
        line-height: 1.85;
        margin-top: 19px;
    }

    .category_title .text_wrap strong {
        font-size: 2.2rem;
        line-height: 1.72;
        margin-top: 40px;
    }

    .category_title .links {
        margin-top: 35px;
    }

    .category_title .links a {
        width: 100%;
        height: 50px;
    }

    .category_title .links a:first-child {
        margin-bottom: 10px;
    }

    .category_title .links a::after {
        width: 8px;
        height: 8px;
    }

    .category_title .links a span {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .category_title {
        position: relative;
        width: 100%;
        height: 643px;
        margin-top: 10px;
    }

    .category_title .img {
        position: absolute;
        top: 0;
        right: 0;
        width: 60.93%;
        height: 100%;
        overflow: hidden;
    }
    
    .category_title img {
        height: 100%;
        border-radius: 8px 0 0 8px;
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        max-width: none;
    }
    
    .category_title .inner_wrap {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    /* デザイン通りの場合 */
    /* .category_title .text_wrap {
        position: relative;
        width: 100%;
        height: 100%;
        padding-top: 96px;
    }

    .category_title .text_wrap p {
        position: absolute;
        bottom: -1px;
        padding: 30px 68px 30px 0;
        background: #FFFFFF;
        border-radius: 0 8px 0 0;
    } */

    /* テキストをひとまとめにする場合 */
    .category_title .inner_wrap {
        height: auto;
    }

    .category_title .text_wrap {
        display: inline-block;
        padding: 30px 50px 30px 0;
        background: rgba(255,255,255,.9);
        border-radius: 0 8px 8px 0;
        width: 568px;
    }

    .category_title .text_wrap h2 {
        font-size: 48px;
    }

    .category_title .text_wrap h2 span {
        margin-top: 9px;
        font-size: 20px;
    }

    .category_title .text_wrap p {
        font-size: 16px;
        line-height: 2;
        margin-top: 15px;
    }

    .category_title .text_wrap strong {
        font-size: 26px;
        line-height: 1.69;
        margin-top: 40px;
    }

    .category_title .links {
        margin-top: 28px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .category_title .links a {
        width: 250px;
        height: 60px;
    }

    .category_title .links a:first-child {
        margin-right: 20px;
    }

    .category_title .links a::after {
        width: 8px;
        height: 8px;
    }

    .category_title .links a span {
        font-size: 16px;
    }
}

/* -----------------------------------------------
reform_point_wrap
----------------------------------------------- */
.reform_point_wrap {
    background-color: #E8F6FB;
}

.reform_point_wrap .point_item .heading {
    background-color: #fff;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.reform_point_wrap .point_item .heading span {
    background-color: #E8F6FB;
    color: #009CD0;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.reform_point_wrap .point_item .heading strong {
    font-weight: bold;
    flex: 1;
}

.reform_point_wrap .point_item .text {
    background-color: #fff;
}

.reform_point_wrap .point_item .text p {
    font-weight: 500;
}

.reform_point_wrap p.att {
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .reform_point_wrap {
        margin-top: 50px;
        padding-bottom: 30px;
    }

    .reform_point_wrap .head_wrap {
        width: 102%;
        padding-top: 71px;
    }

    .reform_point_wrap .point_item .heading {
        grid-area: heading;
        padding: 20px 5.79% 20px;
        border-radius: 8px 8px 0 0;
    }

    .reform_point_wrap .point_item .heading span {
        width: 56px;
        height: 56px;
        line-height: 56px;
        font-size: 34px;
        margin-right: 14px;
    }

    .reform_point_wrap .point_item .heading strong {
        font-size: 2rem;
        line-height: 1.4;
    }
    
    .reform_point_wrap .point_item .img img {
        height: auto;
        width: 100%;
    }

    .reform_point_wrap .point_item .text {
        padding: 20px 5.79% 30px;
        border-radius: 0 0 8px 8px;
    }

    .reform_point_wrap .point_item .text p {
        font-size: 1.4rem;
        line-height: 1.85;
    }

    .reform_point_wrap p.att {
        margin-top: 60px;
        font-size: 1.4rem;
        line-height: 1.85;
    }

    .reform_point_wrap .slick-track {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .reform_point_wrap .slick-slide {
        height: auto !important;
        background-color: #fff;
        border-radius: 8px;
    }

    .reform_point_wrap .slick-prev {
        width: 50px;
        height: 50px;
        z-index: 1;
        left: -15px;
    }
    
    .reform_point_wrap .slick-next {
        width: 50px;
        height: 50px;
        z-index: 1;
        right: -15px;
    }

    .reform_point_wrap .slick-prev:before {
        background-image: url(../img/top/mv_arrow_prev.svg);
    }
    
    .reform_point_wrap .slick-next:before {
        background-image: url(../img/top/mv_arrow_next.svg);
    }
    
    .reform_point_wrap .slick-prev:before,
    .reform_point_wrap .slick-next:before {
        content: '';
        display: inline-block;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 50px;
    }

    .reform_point_wrap .slick-dots {
        bottom: -32px;
    }
    
    .reform_point_wrap .slick-dots li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    
    .reform_point_wrap .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    
    .reform_point_wrap .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
    
    .reform_point_wrap .slick-dots button::before {
        opacity: 1;
        content: '';
        background: #E5E5E5;
        border-radius: 50%;
    }
    
    .reform_point_wrap .slick-dots .slick-active button::before {
        background: #009CD0;
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .reform_point_wrap {
        margin-top: 60px;
        padding-bottom: 60px;
    }

    .reform_point_wrap .head_wrap {
        padding-top: 85px;
    }

    .reform_point_wrap .head_wrap h2 {
        margin-bottom: 40px;
    }

    .reform_point_wrap .point_item {
        display: grid; 
        grid-auto-flow: column dense; 
        grid-template-columns: 54.68% 45.3%; 
        grid-template-rows: auto 1fr; 
        gap: 0px 0px; 
        grid-template-areas: 
            "heading img"
            "text img"; 
    }

    .reform_point_wrap .point_item:not(:first-child) {
        margin-top: 40px;
    }

    .reform_point_wrap .point_item .heading {
        grid-area: heading;
        padding: 40px 7.14% 28px;
        border-radius: 8px 0 0 0;
    }

    .reform_point_wrap .point_item .heading span {
        width: 54px;
        height: 54px;
        line-height: 53px;
        font-size: 30px;
        margin-right: 16px;
    }

    .reform_point_wrap .point_item .heading strong {
        font-size: 24px;
        line-height: 1.5;
    }

    .reform_point_wrap .point_item .img {
        grid-area: img;
    }
    
    .reform_point_wrap .point_item .img img {
        border-radius: 0 8px 8px 0;
        height: 100%;
        width: auto;
        object-fit: cover;
        object-position: left top;
    }

    .reform_point_wrap .point_item .text {
        grid-area: text;
        padding: 0 7.14% 47px;
        border-radius: 0 0 0 8px;
    }

    .reform_point_wrap .point_item .text p {
        font-size: 16px;
        line-height: 2;
    }

    .reform_point_wrap p.att {
        margin-top: 50px;
        font-size: 16px;
        line-height: 1.62;
    }
}

/* -----------------------------------------------
plan_wrap
----------------------------------------------- */
.plan_content strong {
    display: block;
    text-align: center;
    font-weight: bold;
}

.plan_content strong span {
    color: #009CD0;
}

.plan_content p {
    font-weight: 500;
}

.plan_content p.att a {
    color: #009CD0;
    text-decoration: underline;
}

.plan_list_wrap > strong {
    display: block;
    text-align: center;
    font-weight: bold;
}

.plan_item {
    border-radius: 8px;
    border: 1px solid #E5E5E5;
}

.plan_item a {
    display: block;
}

.plan_item a .plan_name {
    border-radius: 8px 8px 0 0;
    padding: 10px 0;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.plan_item a .plan_name.bg_yellow {
    background-color: #C28701;
}

.plan_item a .plan_name.bg_red {
    background-color: #BC2E25;
}

.plan_item a .plan_name.bg_blue {
    background-color: #001F6B;
}

.plan_item a .plan_name.bg_green {
    background-color: #006861;
}

.plan_item .plan_name:has(> :nth-child(2)) p {
    padding: 0.5em 0.5em;
}

.plan_item .plan_name:has(> :nth-child(3)) p {
    padding: 0.5em 1em;
}

.plan_item .plan_name p + p {
    border-left: 1px dashed rgba(255,255,255,.5);
}

.plan_item .plan_name p {
    display: block;
    color: #fff;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
}

.plan_item .text {
    position: relative;
}

.plan_item .text::after {
    content: '';
    display: inline-block;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    position: absolute;
    left: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.plan_item dl {
    margin: 0;
}

.plan_item dl dt {
    font-weight: 500;
    text-align: center;
}

.plan_item dl dd {
    font-weight: 900;
    color: #B31B20;
    margin-left: 0;
    line-height: 1;
    text-align: center;
}

.plan_item dl dd span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.plan_item .breakdown {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.plan_item .breakdown span:not(.plus_mark) {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 0.5em;
    border: 1px solid #000;
}

.plan_item .breakdown span.plus_mark {
    display: inline-block;
    margin: 0 6px;
    font-size: 16px;
}

.plan_heading {
    text-align: center;
}


@media screen and (max-width: 767px) {
    .plan_wrap .head_wrap {
        padding-top: 88px;
    }

    .plan_content {
        margin-top: 80px;
    }
    .plan_wrap .head_wrap + .plan_content {
        margin-top: 0;
    }

    .plan_content strong {
        font-size: 2.2rem;
        line-height: 1.72;
    }

    .plan_content strong span {
        font-size: 2.8rem;
    }

    .plan_content p {
        font-size: 1.4rem;
        margin-top: 12px;
        text-align: left;
    }

    .plan_content .img {
        margin-top: 30px;
    }

    .plan_content p.att {
        text-align: left;
        margin-top: 10px;
        letter-spacing: -0.01em;
    }
    .plan_content p.att + p.att {
        margin-top: 4px;
    }

    .plan_list_wrap {
        margin-top: 50px;
    }

    .plan_list_wrap > strong {
        font-size: 20px;
    }

    .plan_list {
        margin-top: 13px;
    }

    .plan_item {
        width: 100%;
    }

    .plan_item:not(:first-child) {
        margin-top: 20px;
    }

    .plan_item .plan_name {
        min-height: 70px;
    }

    .plan_item .plan_name:has(> :nth-child(1)) p {
        font-size: 2rem;
    }

    .plan_item .plan_name:has(> :nth-child(2)) p {
        font-size: 1.8rem;
    }

    .plan_item .plan_name:has(> :nth-child(3)) p {
        font-size: 1.4rem;
    }

    .plan_item .text {
        /* height: 74px; */
        padding: 15px 10px 56px;
    }

    .plan_item .text::after {
        bottom: 18px;
        width: 8px;
        height: 8px;
    }

    .plan_item dl dt {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .plan_item dl dd {
        font-size: 4.6rem;
        margin-top: 12px;
    }

    .plan_item .breakdown {
        margin-top: 18px;
    }

    .plan_heading {
        font-size: 28px;
        font-weight: bold;
    }

    strong + .plan_heading {
        margin-top: 16px;
    }

    .plan_list + .plan_heading {
        margin-top: 60px;
    }
}

@media screen and (min-width: 768px) {
    .plan_wrap .head_wrap {
        padding-top: 142px;
    }

    .plan_wrap .head_wrap h2 {
        margin-bottom: 37px;
    }

    .plan_content {
        margin-top: 120px;
    }
    .plan_wrap .head_wrap + .plan_content {
        margin-top: 0;
    }

    .plan_content strong {
        font-size: 30px;
    }

    .plan_content strong span {
        font-size: 38px;
    }

    .plan_content p {
        font-size: 16px;
        text-align: center;
    }

    .plan_content .img {
        margin-top: 36px;
    }

    .plan_content p.att {
        text-align: right;
        margin-top: 20px;
    }
    .plan_content p.att + p.att {
        margin-top: 4px;
    }

    .plan_list_wrap {
        margin-top: 41px;
    }

    .plan_list_wrap > strong {
        font-size: 30px;
    }

    .plan_list {
        margin-top: 25px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .plan_list_2col {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .plan_item {
        width: 32.03%;
        margin-right: 1.95%;
    }

    .plan_item:nth-child(3n) {
        margin-right: 0;
    }

    .plan_list_2col .plan_item {
        width: 48.12%;
        margin-right: 3.75%;
    }

    .plan_list_2col .plan_item:nth-child(3n) {
        margin-right: 3.75%;
    }

    .plan_list_2col .plan_item:nth-child(2n) {
        margin-right: 0;
    }

    .plan_list_2col .plan_item:nth-child(n + 3) {
        margin-top: 48px;
    }

    .plan_item .plan_name {
        min-height: 90px;
    }

    .plan_item .plan_name:has(> :nth-child(1)) p {
        font-size: min(1.61vw, 22px);
    }

    .plan_item .plan_name:has(> :nth-child(2)) p {
        font-size: min(1.61vw, 22px);
    }

    .plan_item .plan_name:has(> :nth-child(3)) p {
        font-size: min(1.17vw, 16px);
    }

    .plan_item .text {
        /* height: 233px; */
        padding: 20px 10px 56px;
    }

    .plan_item .text::after {
        bottom: 20px;
        width: 8px;
        height: 8px;
    }

    .plan_item dl dt {
        font-size: 16px;
        line-height: 1.5;
    }

    .plan_item dl dd {
        font-size: 3.66vw;
        margin-top: 12px;
    }

    .plan_item .breakdown {
        margin-top: 20px;
    }

    .plan_heading {
        font-size: 38px;
        font-weight: bold;
    }

    strong + .plan_heading {
        margin-top: 29px;
    }

    .plan_list + .plan_heading {
        margin-top: 80px;
    }
}

@media screen and (min-width: 1366px) {
    .plan_item .text dd {
        font-size: 50px;
    }
}

/* -----------------------------------------------
contact_fx_wrap
----------------------------------------------- */
.contact_fx_wrap {
    background-color: #E8F6FB;
}

.reform_point_wrap + .contact_fx_wrap {
    margin-top: 0;
}

.campaign + .contact_fx_wrap,
.conditions + .contact_fx_wrap {
    margin-top: 0;
}

.contact_fx_inner {
    background-color: #fff;
    border-radius: 8px;
}

.contact_fx_wrap strong {
    display: block;
    text-align: center;
    font-weight: bold;
}

.contact_fx_wrap .contact_fx a {
    background-color: #009CD0;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact_fx_wrap .contact_fx span {
    font-weight: bold;
    color: #fff;
}

.fs-body-category-window .contact_fx_wrap .contact_fx a:nth-child(2),
.fs-body-category-floor .contact_fx_wrap .contact_fx a:nth-child(2),
.fs-body-category-wall .contact_fx_wrap .contact_fx a:nth-child(2),
.fs-body-category-storage .contact_fx_wrap .contact_fx a:nth-child(2),
.fs-body-category-door .contact_fx_wrap .contact_fx a:nth-child(2),
.fs-body-category-roof .contact_fx_wrap .contact_fx a:nth-child(2),
.fs-body-category-exterior .contact_fx_wrap .contact_fx a:nth-child(2),
.fs-body-category-full_renovation .contact_fx_wrap .contact_fx a:nth-child(2) {
    display: none;
}

@media screen and (max-width: 767px) {
    .contact_fx_wrap {
        margin-top: 60px;
        padding: 40px 0;
    }

    .contact_fx_inner {
        padding: 35px 5.79% 30px;
    }

    .contact_fx_wrap strong {
        font-size: 24px;
        line-height: 1.5;
    }

    .contact_fx_wrap .contact_fx {
        margin-top: 28px;
    }

    .contact_fx_wrap .contact_fx a {
        width: 100%;
        height: 60px;
        border-radius: 6px;
        position: relative;
    }

    .contact_fx_wrap .contact_fx a:nth-child(2) {
        margin-top: 10px;
    }

    .contact_fx_wrap .contact_fx span::after {
        content: '';
        display: inline-block;
        background-image: url(../img/common/icon_arrow_white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 15px;
        top: 50%;
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .contact_fx_wrap .contact_fx span {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .contact_fx_wrap {
        margin-top: 200px;
        padding: 60px 0;
    }

    .contact_fx_inner {
        padding: 56px 10px 60px;
    }

    .contact_fx_wrap strong {
        font-size: 34px;
    }

    .contact_fx_wrap .contact_fx {
        margin-top: 24px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact_fx_wrap .contact_fx a {
        width: 36.5%;
        height: 106px;
        border-radius: 8px;
    }

    .contact_fx_wrap .contact_fx a:nth-child(2) {
        margin-left: 3.17%;
    }

    .contact_fx_wrap .contact_fx span {
        font-size: 28px;
        padding-left: 28px;
        position: relative;
    }

    .contact_fx_wrap .contact_fx span::after {
        content: '';
        display: inline-block;
        background-image: url(../img/common/icon_arrow_white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 50%;
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}


/* -----------------------------------------------
relation_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
    .relation_wrap .head_wrap {
        padding-top: 88px;
    }
}

@media screen and (min-width: 768px) {
    .relation_wrap .head_wrap {
        padding-top: 161px;
    }

    .relation_wrap .head_wrap h2 {
        margin-bottom: 44px;
    }

    .relation_wrap.cat_section .cat_column a span.arrow {
        padding-left: 26px;
    }

    .relation_wrap.cat_section .cat_column a span.arrow:after {
        width: 18px;
        height: 18px;
    }
}

/* -----------------------------------------------
contact_wrap
----------------------------------------------- */
.contact_wrap .con_item:first-child {
    display: none;
}

.contact_wrap .link {
    display: none;
}

@media screen and (max-width: 767px) {
    .contact_wrap {
        margin-top: 18px;
    }
}

@media screen and (min-width: 768px) {
    .contact_wrap {
        margin-top: 126px;
    }

    .contact_wrap .con_item:nth-child(2) {
        width: 85.9%;
        margin: 0 auto;
        height: 203px;
    }
    
    .contact_wrap .con_item:nth-child(2) dl {
        text-align: center;
    }
    
    .contact_wrap .con_item:nth-child(2) dd {
        display: inline-block;
        /* width: 43%; */
        text-align: left;
        width: 378px;
    }
    
    .contact_wrap .con_item:nth-child(2) dd:first-of-type {
        /* width: 47%;
        margin-right: 3.2%; */
        text-align: right;
        width: 428px;
        margin-right: 30px;
    }
    
    .contact_wrap .con_item:nth-child(2) dd .tel {
        display: inline-block;
        position: relative;
        padding-left: 70px;
    }
    
    /* .contact_wrap .con_item:nth-child(2) dd .tel::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 33px;
        background-image: url(../img/common/icon_dial_white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    } */
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .contact_wrap .con_item:nth-child(2) dd {
        text-align: center;
        display: block;
        width: 100%;
    }
    
    .contact_wrap .con_item:nth-child(2) dd:first-of-type {
        text-align: center;
        margin-right: 0;
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 1366px) {
    .contact_wrap {
        padding-bottom: 273px;
    }

    .contact_wrap .con_fx {
        bottom: 14%;
    }
}

/* -----------------------------------------------
任意商品パーツを使用した商品の見出し
----------------------------------------------- */
.series_con_wrap .head_wrap>*:not(p) {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .series_con_wrap .head_wrap {
        padding-top: 16px;
    }

    .series_con_wrap:first-child {
        margin-top: 60px;
    }

    .series_con_wrap:not(:first-child) {
        margin-top: 60px;
    }
}

@media screen and (min-width: 768px) {
    .series_con_wrap:first-child {
        margin-top: 90px;
    }

    .series_con_wrap:not(:first-child) {
        margin-top: 150px;
    }

    .series_con_wrap .head_wrap {
        padding-top: 20px;
    }
}

/* -----------------------------------------------
任意商品パーツを使用しない場合の商品一覧
----------------------------------------------- */
.product_list_wrap .fs-c-productList__list {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product_list_wrap .fs-c-productListItem__image a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 83.4%;
}

.product_list_wrap .fs-c-productListItem__image__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    -ms-transform: translate(-50%, -50%);
}

.product_list_wrap .fs-c-productListItem__viewMoreImageButton {
    display: none;
}

.product_list_wrap .fs-c-productMarks .fs-c-productMark__mark {
    margin-top: 5px;
}

.product_list_wrap .fs-c-productName__name {
    line-height: 1.6;
}

.product_list_wrap .fs-c-productName__name span {
    display: block;
    line-height: 1.8;
}


.fs-c-productList__list .fs-c-productPrice__main__label {
    display: none;
}
.fs-c-productList__list .fs-c-price {
    display: inline-block;
}
.fs-c-productList__list .fs-c-productPrice__addon__label:before {
    content: "(";
}
.fs-c-productList__list .fs-c-productPrice__addon__label:after {
    content: ")";
}

.fs-c-productList__list .fs-c-productPrice {
    margin-top: 0.5em;
}

.fs-c-productList__list .fs-c-productListItem__prices {
    display: inline-block;
}

.fs-c-productList__list .fs-c-productListItem__control {
    display: inline-block;
}

.fs-c-productList__list .fs-c-buttonContainer a {
    pointer-events: none;
    font-size: 0;
}
.fs-c-productList__list .fs-c-productPrice {
    color: #B31B20;
}
.fs-c-productList__list .option_price .fs-c-buttonContainer a:before {
    content: "〜";
    padding-left: .3em;
    line-height: 0.7;
    color: #B31B20;
}

.fs-c-productList__list .fs-c-button--addToCart--list {
    display: none;
}


@media screen and (max-width: 767px) {
    .product_list_wrap {
        padding-top: 120px;
    }

    .product_list_wrap {
        padding-top: 30px;
    }

    .product_list_wrap .fs-c-productList__list__item {
      width: 48.37%;
      margin-right: 3.26%;
      margin-bottom: 7.7%;
    }
    .product_list_wrap .fs-c-productList__list__item:nth-child(even) {
      margin-right: 0;
    }
    .product_list_wrap .fs-c-productListItem__productName {
      margin-top: 8px;
    }
    .product_list_wrap .fs-c-productMarks {
      margin-top: 2px;
    }

    .product_list_wrap .fs-c-productMarks .fs-c-productMark__mark {
        margin-top: 3px;
        margin-right: 3px;
        height: 20px;
        line-height: 20px;
        padding: 0 1em;
    }

    .product_list_wrap .fs-c-productMark__label {
        font-size: 10px;
    }
  
    .product_list_wrap .fs-c-productName__name {
      font-size: 16px;
    }

    .product_list_wrap .fs-c-productName__name span {
        font-size: 14px;
    }

    .fs-c-productList__list .fs-c-productPrice * {
        line-height: 1em;
        font-size: 16px;
    }

    .fs-c-productList__list .fs-c-buttonContainer a:before {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .product_list_wrap {
        padding-top: 200px;
    }
    
    .product_list_wrap .fs-c-productList__list__item {
        width: 23.2%;
        margin-right: 2.4%;
        margin-bottom: 36px;
    }

    .product_list_wrap .fs-c-productList__list__item:nth-child(4n) {
        margin-right: 0;
    }

    .product_list_wrap .fs-c-productMarks {
        margin-top: 10px;
    }

    .product_list_wrap .fs-c-productMarks .fs-c-productMark__mark {
        margin-top: 5px;
        margin-right: 5px;
        height: 24px;
        line-height: 24px;
        padding: 0 1em;
    }

    .product_list_wrap .fs-c-productMark__label {
        font-size: 12px;
    }

    .product_list_wrap .fs-c-productListItem__productName {
        margin-top: 20px;
    }

    .product_list_wrap .fs-c-productName__name {
        font-size: 18px;
    }

    .product_list_wrap .fs-c-productName__name span {
        font-size: 16px;
    }

    .fs-c-productList__list .fs-c-productPrice * {
        line-height: 1em;
        font-size: 18px;
    }

    .fs-c-productList__list .fs-c-buttonContainer a:before {
        font-size: 18px;
    }
}

/* ページャー  */
.fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 14px;
}

.fs-c-productList__controller > *, .fs-c-coordinationList__controller > *, .fs-c-staffList__controller > * {
    margin: 8px 0;
}

.fs-c-listControl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-grow: 2;
    padding: 0;
}

.fs-c-listControl > * + * {
    margin-top: 8px;
}

@media screen and (min-width: 600px) {
    .fs-c-listControl {
        flex-direction: row;
        align-items: center;
    }
    .fs-c-listControl > * + * {
        margin-top: 0;
        margin-left: 8px;
    }
}

/* -----------------------------------------------
campaign
----------------------------------------------- */
section.campaign {
    background-color: #FFFAC7;
    margin-top: 50px;
}

.campaign_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* .campaign_banner {
    margin-bottom: 30px;
} */

.campaign_banner img {
    width: 100%;
}

/* キャンペーン適用条件 */
.conditions {
    background: #FFFAC7;
    margin-top: 50px;
  }
  .conditions .conditions_text {
    background: #fff;
    overflow-y: scroll;
    position: relative;
  }
  .conditions_text ul {
    width: 100%;
  }
  /* .conditions_text ul li:before {
    color: #1899CC;
    content: "●";
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  } */
  .conditions_text {
    box-sizing: border-box;
  }
  /* .conditions_text li {
    padding-left: 1em;
    text-indent: -1em;
  } */
  
  .conditions_text strong {
    display: block;
  }
  
  @media screen and (max-width: 767px) {
    
      .conditions {
        padding-bottom: 30px;
      }
      .conditions_text {
        padding: 22px 20px;
        max-height: 120px;
      }
      /* .conditions_text ul li,
      .conditions_text strong {
        font-size: 1.4rem;
        line-height: 1.68;
        margin-bottom: 1.4em;
      } */
      .conditions_text ul li {
          font-size: 1.4rem;
          line-height: 1.8;
          margin-bottom: 1.4em;
      }
      .conditions_text strong {
          font-size: 1.4rem;
          line-height: 1.8;
      }
    
  }
    
  @media screen and (min-width: 768px) {
      
      .conditions {
        padding-bottom: 80px;
      }
      .conditions_text {
        padding: 37px 60px;
        max-height: 230px;
      }
      /* .conditions_text ul li,
      .conditions_text strong {
        font-size: 14px;
        line-height: 1.48;
        margin-bottom: 1.4em;
      } */
      .conditions_text ul li {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.4em;
      }
      .conditions_text strong {
        font-size: 14px;
        line-height: 1.8;
      }
    
  }

/* キャンペーン */
.conditions + .reform_point_wrap {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
	.campaign_product_wrap .series_con_wrap {
		margin-top: 50px;
	}
}
@media screen and (min-width: 768px) {
	.campaign_product_wrap .series_con_wrap {
		margin-top: 100px;
	}
}
