@charset 'utf-8';
.lp_content {
    border-bottom: 1px solid #d2d2d0;
}

.wrap_border {
    border-bottom: 1px solid #d2d2d0;
}

.wrap_border:last-child {
    border-bottom: none;
}

.wrap_border:first-child,
.wrap:first-child {
    padding-top: 0;
}

.wrap_border > div:last-child,
.wrap > div:last-child {
    margin-bottom: 0;
}

.text_center .fs-pt-column__item {
    text-align: center!important;
}

@media screen and (max-width: 750px) {
    .wrap_border > div,
    .wrap > div {
        margin-bottom: 30px;
    }

    .wrap_border {
        padding: 35px 0;
    }

    .wrap {
        padding: 35px 0;
    }

}

@media screen and (min-width: 751px) {
    .wrap_border > div,
    .wrap > div {
        margin-bottom: 60px;
    }

    .wrap_border {
        padding: 100px 0;
    }

    .wrap {
        padding: 100px 0;
    }
}

/* 画像100%表示 */
.img_01 {
    width: 100%;
}

.img_01 img {
    width: 100%;
}

/* 見出しA */


@media screen and (max-width: 750px) {
    .heading_a {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 751px) {
    .heading_a {
        width: 47%;
        margin-right: auto;
        margin-left: auto;
    }
}

/* 見出しB */
.heading_b {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px!important;
}

@media screen and (max-width: 750px) {
    .heading_b {
        width: 50%;
    }
}

@media screen and (min-width: 751px) {
    .heading_b {
        width: 22.7%;
    }
}

/* 見出しC */
.heading_c {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 750px) {
    .heading_c {
        width: 50%;
        margin-bottom: 5px!important;
    }
}

@media screen and (min-width: 751px) {
    .heading_c {
        width: 32.3%;
        margin-bottom: 45px!important;
    }
}


/* 見出し＋テキスト */
.heading_text {
    text-align: center;
}

.heading_text .fs-pt-column__item {
    text-align: left;
    display: inline-block;
}

.heading_text .fs-pt-column__heading {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}



@media screen and (max-width: 750px) {
    .heading_text .fs-pt-column__heading {
        font-size: 1.9rem;
        line-height: 1.4;
        letter-spacing: 0.01em;
        font-weight: normal;
    }

    .heading_text .fs-pt-column__description {
        margin-top: 32px;
        font-size: 1.45rem;
        line-height: 1.6;
        letter-spacing: 0.04em;
    }
}

@media screen and (min-width: 751px) {
    .heading_text .fs-pt-column__heading {
        font-size: 25px;
        line-height: 1.4;
        letter-spacing: 0.05em;
    }

    .heading_text .fs-pt-column__description {
        margin-top: 20px;
        font-size: 14px;
        line-height: 2.3;
        letter-spacing: 0.05em;
    }
}

/* ３カラム */
.column_3 {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.column_3 .fs-pt-column__item {
    width: 31.1%;
    max-width: 274px;
}

.column_3 img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .column_3_with_description {
        display: block;
    }

    .column_3_with_description .fs-pt-column__item {
        width: 100%;
        max-width: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .column_3_with_description .fs-pt-column__item:last-child {
        margin-bottom: 0;
    }

    .column_3_with_description .fs-pt-column__image {
        width: 33.8%;
    }

    .column_3_with_description .fs-pt-column__description {
        margin-top: 0;
        font-size: 1.15rem;
        line-height: 2;
        text-align: left;
        letter-spacing: 0.05em;
        width: 62.8%;
    }
}

@media screen and (min-width: 751px) {
    .column_3 .fs-pt-column__description {
        margin-top: 25px;
        font-size: 13px;
        line-height: 1.8;
        text-align: center;
        letter-spacing: 0.05em;
    }
}

/* 画像大（左）＋画像小（右） */
.img_02 {
    position: relative;
}

.img_02 img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .img_02 .fs-pt-column__item:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .img_02 .fs-pt-column__item:nth-child(2) {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .img_02 .fs-pt-column__item:first-child {
        width: 69.5%;
    }

    .img_02 .fs-pt-column__item:nth-child(2) {
        width: 48.2%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translatey(47%);
        -webkit-transform: translatey(47%);
        -ms-transform: translatey(47%);
    }

    .img_02_wrap {
        padding-bottom: 25%;
    }
}

/* 画像小（左）＋画像大（右） */
.img_03 {
    position: relative;
}

.img_03 img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .img_03 .fs-pt-column__item:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .img_03 .fs-pt-column__item:nth-child(2) {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .img_03 .fs-pt-column__item:first-child {
        width: 69.5%;
        margin-left: auto;
    }

    .img_03 .fs-pt-column__item:nth-child(2) {
        width: 48.2%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translatey(47%);
        -webkit-transform: translatey(47%);
        -ms-transform: translatey(47%);
    }

    .img_03_wrap {
        padding-bottom: 25%;
    }
}












/* .img_03_wrap {
    padding-bottom: 24%;
}

.img_03 {
    position: relative;
}

.img_03 .fs-pt-column__item:first-child {
    width: 69.5%;
    margin-left: auto;
}

.img_03 .fs-pt-column__item:nth-child(2) {
    width: 48.2%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(47%);
    -webkit-transform: translatey(47%);
    -ms-transform: translatey(47%);
}

.img_03 img {
    width: 100%;
} */

@media screen and (max-width: 750px) {

}

@media screen and (min-width: 751px) {
    
}

/* 画像（左）＋テキスト（右） */

.img_with_text_01 .fs-pt-column__image img { 
    width: 100%;
}

.img_with_text_01 .fs-pt-column__heading .small_text {
    line-height: 1.6;
    letter-spacing: 0.02em;
    display: block;
    font-family: century-gothic, sans-serif;
}

.img_with_text_01 .fs-pt-column__heading .heading {
    display: block;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .img_with_text_01 .fs-pt-column__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .img_with_text_01 .fs-pt-column__image { 
        /* order: 3; */
        width: 100%;
    }

    .img_with_text_01 .fs-pt-column__heading {
        margin-top: 35px;
    }

    .img_with_text_01 .fs-pt-column__heading .small_text {
        font-size: 1.4rem;
        font-weight: normal;
    }

    .img_with_text_01 .fs-pt-column__heading .heading {
        font-size: 1.9rem;
        margin-top: 30px;
    }

    .img_with_text_01 .fs-pt-column__description {
        margin-top: 25px;
        font-size: 1.45rem;
        line-height: 1.6;
        letter-spacing: 0.04em;
    }
}

@media screen and (min-width: 751px) {
    .img_with_text_01 .fs-pt-column__item {
        display: grid;
        grid-template-columns: 43.1% 1fr;
        grid-template-rows: auto 1fr;
        gap: 0px 0px;
        grid-template-areas:
            "fs-pt-column__image fs-pt-column__heading"
            "fs-pt-column__image fs-pt-column__description";
    }

    .img_with_text_01 .fs-pt-column__image { 
        grid-area: fs-pt-column__image;
    }

    .img_with_text_01 .fs-pt-column__heading {
        padding: 0 7.4% 0 14.2%;
        grid-area: fs-pt-column__heading;
    }

    .img_with_text_01 .fs-pt-column__description {
        margin-top: 40px;
        font-size: 14px;
        line-height: 2.1;
        letter-spacing: 0.05em;
        padding: 0 7.4% 0 14.2%;
        grid-area: fs-pt-column__description; 
    }

    .img_with_text_01 .fs-pt-column__heading .small_text {
        font-size: 18px;
        font-weight: bold;
    }

    .img_with_text_01 .fs-pt-column__heading .heading {
        font-size: 24px;
        margin-top: 40px;
    }
}

/* テキスト（左）＋画像（右） */
.img_with_text_02 .fs-pt-column__image img { 
    width: 100%;
}

.img_with_text_02 .fs-pt-column__heading .small_text {
    line-height: 1.6;
    letter-spacing: 0.02em;
    display: block;
    font-family: century-gothic, sans-serif;
}

.img_with_text_02 .fs-pt-column__heading .heading {
    display: block;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .img_with_text_02 .fs-pt-column__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .img_with_text_02 .fs-pt-column__image { 
        /* order: 3; */
        width: 100%;
    }

    .img_with_text_02 .fs-pt-column__heading {
        margin-top: 35px;
    }

    .img_with_text_02 .fs-pt-column__heading .small_text {
        font-size: 1.4rem;
        font-weight: normal;
    }

    .img_with_text_02 .fs-pt-column__heading .heading {
        font-size: 1.9rem;
        margin-top: 30px;
    }

    .img_with_text_02 .fs-pt-column__description {
        margin-top: 25px;
        font-size: 1.45rem;
        line-height: 1.6;
        letter-spacing: 0.04em;
    }
}

@media screen and (min-width: 751px) {
    .img_with_text_02 .fs-pt-column__item {
        display: grid;
        grid-template-columns: 1fr 43.1%;
        grid-template-rows: auto 1fr;
        gap: 0px 0px;
        grid-template-areas:
            "fs-pt-column__image fs-pt-column__heading"
            "fs-pt-column__image fs-pt-column__description";
    }

    .img_with_text_02 .fs-pt-column__image { 
        grid-area: fs-pt-column__image;
        grid-column-start: 2;
    }

    .img_with_text_02 .fs-pt-column__heading {
        padding: 0 7.4% 0 14.2%;
        grid-area: fs-pt-column__heading;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .img_with_text_02 .fs-pt-column__description {
        margin-top: 40px;
        font-size: 14px;
        line-height: 2.1;
        letter-spacing: 0.05em;
        padding: 0 7.4% 0 14.2%;
        grid-area: fs-pt-column__description;
        grid-area: fs-pt-column__description;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .img_with_text_02 .fs-pt-column__heading .small_text {
        font-size: 18px;
        font-weight: bold;
    }

    .img_with_text_02 .fs-pt-column__heading .heading {
        font-size: 24px;
        margin-top: 40px;
    }
}

/* 画像（上）＋テキスト（下） */
.img_with_text_03 .fs-pt-column__image {
    width: 100%;
    display: block;
}

.img_with_text_03 .fs-pt-column__image img {
    width: 100%;
}

.img_with_text_03 .fs-pt-column__description {
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

/* ボタン */
.lp_content .button {
    text-align: center;
}

.lp_content .button a {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #d2d2d0;
    height: 38px;
    text-align: center;
    padding: 0 1.5em;
    min-width: 204px;
}

.lp_content .button .fs-pt-column__description {
    line-height: 38px;
    font-size: 15px;
    letter-spacing: 0.1em;
}


/* 画像（左）＋テキスト（右）見出しに画像付き */  
.img_with_text_04 .fs-pt-column__item:first-child {
    grid-area: fs-pt-column__item;
}

.img_with_text_04 .fs-pt-column__item:first-child .fs-pt-column__image img {
    width: 100%;
}
  
.img_with_text_04 .fs-pt-column__item:nth-child(2) {
    grid-area: fs-pt-column__item_02;
    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;
}


.img_with_text_04 .fs-pt-column__item:nth-child(2) .fs-pt-column__image {
    display: inline-block;
    margin-right: 2.9%;
}

.img_with_text_04 .fs-pt-column__item:nth-child(2) .fs-pt-column__image img {
    width: 100%;
}

.img_with_text_04 .fs-pt-column__item:nth-child(2) .fs-pt-column__heading {
    line-height: 1.4;
    letter-spacing: 0.5em;
}
  
.img_with_text_04 .fs-pt-column__item:nth-child(3) {
    grid-area: fs-pt-column__item_03;
}

.img_with_text_04 .fs-pt-column__item:nth-child(3) .fs-pt-column__heading {
    font-size: 24px;
    line-height: 1.2;
    display: block;
}

.img_with_text_04 .fs-pt-column__item:nth-child(3) .fs-pt-column__description {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
    .img_with_text_04 {
        display: block;
    }

    .img_with_text_04 .fs-pt-column__item:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .img_with_text_04 .fs-pt-column__item:nth-child(2) .fs-pt-column__image {
        width: 12.2%;
    }

    .img_with_text_04 .fs-pt-column__item:nth-child(2) .fs-pt-column__heading {
        font-size: 12px;
    }

    .img_with_text_04 .fs-pt-column__item:nth-child(3) .fs-pt-column__heading {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 751px) {
    .img_with_text_04 {
        display: grid;
        grid-template-columns: 43.1% 1fr;
        grid-template-rows: auto 1fr;
        gap: 10px 11.4%;
        grid-template-areas:
            "fs-pt-column__item fs-pt-column__item_02"
            "fs-pt-column__item fs-pt-column__item_03";
    }

    .img_with_text_04 .fs-pt-column__item:nth-child(2) .fs-pt-column__image {
        width: 10.2%;
    }

    .img_with_text_04 .fs-pt-column__item:nth-child(2) .fs-pt-column__heading {
        font-size: 10px;
    }

    .img_with_text_04 .fs-pt-column__item:nth-child(2) {
        margin-bottom: 40px;
    }

    .img_with_text_04 .fs-pt-column__item:nth-child(3) .fs-pt-column__heading {
        margin-bottom: 40px;
    }
}
  

/* テキスト（左）＋画像（右）見出しに画像付き */
.img_with_text_05 .fs-pt-column__item:first-child {
    grid-area: fs-pt-column__item;
    grid-column-start: 2;
}

.img_with_text_05 .fs-pt-column__item:first-child .fs-pt-column__image img {
    width: 100%;
}
  
.img_with_text_05 .fs-pt-column__item:nth-child(2) {
    grid-area: fs-pt-column__item_02;
    grid-column-start: 1;
    grid-column-end: 2;
    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;
}


.img_with_text_05 .fs-pt-column__item:nth-child(2) .fs-pt-column__image {
    display: inline-block;
    margin-right: 2.9%;
}

.img_with_text_05 .fs-pt-column__item:nth-child(2) .fs-pt-column__image img {
    width: 100%;
}

.img_with_text_05 .fs-pt-column__item:nth-child(2) .fs-pt-column__heading {
    line-height: 1.4;
    letter-spacing: 0.5em;
}
  
.img_with_text_05 .fs-pt-column__item:nth-child(3) {
    grid-area: fs-pt-column__item_03;
    grid-column-start: 1;
    grid-column-end: 2;
}

.img_with_text_05 .fs-pt-column__item:nth-child(3) .fs-pt-column__heading {
    font-size: 24px;
    line-height: 1.2;
    display: block;
}

.img_with_text_05 .fs-pt-column__item:nth-child(3) .fs-pt-column__description {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
    .img_with_text_05 {
        display: block;
    }

    .img_with_text_05 .fs-pt-column__item:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .img_with_text_05 .fs-pt-column__item:nth-child(2) .fs-pt-column__image {
        width: 12.2%;
    }

    .img_with_text_05 .fs-pt-column__item:nth-child(2) .fs-pt-column__heading {
        font-size: 12px;
    }

    .img_with_text_05 .fs-pt-column__item:nth-child(3) .fs-pt-column__heading {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 751px) {
    .img_with_text_05 {
        display: grid;
        grid-template-columns: 43.1% 1fr;
        grid-template-rows: auto 1fr;
        gap: 10px 11.4%;
        grid-template-areas:
            "fs-pt-column__item fs-pt-column__item_02"
            "fs-pt-column__item fs-pt-column__item_03";
    }

    .img_with_text_05 .fs-pt-column__item:nth-child(2) .fs-pt-column__image {
        width: 10.2%;
    }

    .img_with_text_05 .fs-pt-column__item:nth-child(2) .fs-pt-column__heading {
        font-size: 10px;
    }

    .img_with_text_05 .fs-pt-column__item:nth-child(2) {
        margin-bottom: 40px;
    }

    .img_with_text_05 .fs-pt-column__item:nth-child(3) .fs-pt-column__heading {
        margin-bottom: 40px;
    }
}

/* テキスト赤＋ボタン */
.text_red_with_button {
    text-align: center;
}

.text_red_with_button .fs-pt-column__item:first-child .fs-pt-column__heading {
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: bold;
    display: block;
    color: #c30d23;
}

.text_red_with_button .fs-pt-column__item:nth-child(2) {
    height: 38px;
    border: 1px solid #d3d2d0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 1.5em;
    min-width: 204px;
}

.text_red_with_button .fs-pt-column__item:nth-child(2) .fs-pt-column__description {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 38px;
}

@media screen and (max-width: 750px) {
    .text_red_with_button .fs-pt-column__item:first-child .fs-pt-column__heading {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 751px) {
    .text_red_with_button .fs-pt-column__item:first-child .fs-pt-column__heading {
        font-size: 21px;
        margin-bottom: 70px;
    }
}



/* 特集B 商品一覧 */
.ichiran_wrap {
    padding-top: 80px;
}

.ichiran_wrap .cat_name {
    font-size: 28px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {

}

@media screen and (min-width: 751px) {
    
}