@charset "utf-8";


/*-------------------------------------------- */
/* font
---------------------------------------------- */

@font-face {
	font-family: 'HiraginoMincho-W5';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(/files/user/lp/20250801/font/HiraginoMincho-W5.woff2) format('woff2'),
		url(/files/user/lp/20250801/font/HiraginoMincho-W5.woff) format('woff'),
		url(/files/user/lp/20250801/font/HiraginoMincho-W5.otf) format('opentype');
}


/*-------------------------------------------- */
/* common
---------------------------------------------- */

.lpBox {
    position: relative;
}

@media screen and (max-width: 768px) {
    body,
    body#lp,
    #lp .l_main_contents {
        padding-top: 0 !important;
        width: 100% !important;
    }

    .lpBox {
        width: 100% !important;
        padding-bottom: 90px;
    }
}
@media screen and (min-width: 769px) {
    .lpBox {
        padding-bottom: 174px;
    }
}
body,
body#lp,
#lp .l_main_contents {
    padding-top: 0 !important;
}
.lpBox a,
.lpBox a.img_btn img {
    transition: opacity 0.2s !important;
    text-decoration: none !important;
}

body.media_tab .is_tab_hide {
    display: none !important;
}


/*-------------------------------------------- */
/* #mv
---------------------------------------------- */

#mv,
.mv_wrap,
.mvSlide,
.mvSlide_box {
    position: relative;
    display: block;
    width: 100%;
}
.mvSlide_box img {
    display: block;
    width: 100%;
}
.mv_cover {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translate(0,0,10px);
    pointer-events: none;
}
.mv_cover::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    bottom: -190px;
}
.mv_cover img {
    display: block;
    width: 100%;
    height: auto;
}
.mv_title {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    transform: translate(0,0,11px);
    pointer-events: none;
    text-indent: -9999px;
    background: url(/files/user/lp/20250801/images/mv_title_white_sp.png) no-repeat 0 0;
    background-size: 100% auto;
}
.mv_title.is_black {
    background: url(/files/user/lp/20250801/images/mv_title_black_sp.png) no-repeat 0 0;
    background-size: 100% auto;
}
@media screen and (min-width: 769px) {
    .mv_title {
        /* display: block; */
        width: 1140px;
        height: 120px;
        /* position: absolute; */
        top: auto;
        bottom: 16px;
        bottom: -1%;
        left: 50%;
        margin-left: -570px;
        /* z-index: 11;
        transform: translate(0,0,11px);
        pointer-events: none;
        text-indent: -9999px; */
        background: url(/files/user/lp/20250801/images/mv_title_white_pc.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    .mv_title.is_black {
        background: url(/files/user/lp/20250801/images/mv_title_black_pc.png) no-repeat 0 0;
        background-size: 100% auto;
    }
}
.mv_txt {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px 30px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 38.5px;
    text-align: center;
    color: #2e323c;
    position: relative;
    z-index: 13;
    transform: translate(0,0,13px);
    margin-top: 4.4%;
}
.mv_txt span {
    position: relative;
    display: inline-block;
}
.mv_txt span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d4d4d4;
    position: absolute;
    bottom: 7px;
}
/* @media screen and (max-width: 768px) {
    .mv_txt .mv_txt_group,
    .mv_txt .mv_txt_group_sp {
        position: relative;
        display: inline-block;
    }
    .mv_txt .mv_txt_group::before,
    .mv_txt .mv_txt_group_sp::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #B7B7B7;
        position: absolute;
        opacity: 0.6;
        bottom: 7px;
    }
} */
/* @media screen and (min-width: 769px) {
    .mv_txt .mv_txt_group,
    .mv_txt .mv_txt_group_pc {
        position: relative;
        display: inline-block;
    }
    .mv_txt .mv_txt_group::before,
    .mv_txt .mv_txt_group_pc::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #B7B7B7;
        position: absolute;
        opacity: 0.6;
        bottom: 11px;
    }
    .mv_txt {
        max-width: 1140px;
        font-size: 16px;
        line-height: 60px;
        margin-top: 2%;
    }
} */
@media screen and (min-width: 769px) {
    .mv_txt span::before {
        bottom: 11px;
    }
    .mv_txt {
        max-width: 1140px;
        font-size: 16px;
        line-height: 60px;
        margin-top: 2%;
    }
}


/*-------------------------------------------- */
/* #space
---------------------------------------------- */

#space {
    position: relative;
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 26px auto 0;
    padding: 0 4px;
}
@media screen and (min-width: 769px) {
    #space {
        width: 100%;
        min-width: 1400px;
        max-width: 1600px;
        margin: 110px auto 0;
    }
}

/* space_titleBox
---------------------------------------------- */

.space_titleBox {
    position: relative;
    display: block;
    width: 100%;
    max-width: 375px;
    padding: 0 6px;
}
.space_title {
    display: block;
    width: 100%;
    font-family: 'HiraginoMincho-W5';
	font-style: normal;
	font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    text-align: left;
    color: #45415e;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 8px;
}
.space_txt {
    display: block;
    width: 100%;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    color: #2e323c;
    margin-top: 8px;
}
@media screen and (min-width: 769px) {
    .space_titleBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 460px;
        max-width: 460px;
        height: 371px;
        padding: 0 0;
        position: absolute;
        top: 0;
        left: calc(100% - 1400px);
    }
    .space_title {
        font-size: 34px;
        line-height: 54px;
        padding-bottom: 24px;
    }
    .space_txt {
        font-size: 16px;
        line-height: 36px;
        margin-top: 29px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1410px) {
    .space_titleBox {
        left: 8px;
    }
}

/* spaceBlock
---------------------------------------------- */

.spaceBlock {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 16px auto 0;
}
.spaceBlock + .spaceBlock {
    margin-top: 4px;
}
.spaceBlock_l {
    display: block;
    width: 100%;
    margin-top: 4px;
}
.spaceBlock_r {
    display: block;
    width: 100%;
}
@media screen and (min-width: 769px) {
    .spaceBlock {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 100%;
        min-width: 1400px;
        max-width: 1600px;
        margin: 0 auto;
    }
    .spaceBlock + .spaceBlock {
        margin-top: 8px;
    }
    .spaceBlock_l {
        display: flex;
        justify-content: flex-end;
        width: calc(100% - 800px);
        margin-top: 0;
    }
    .spaceBlock_r {
        display: block;
        width: 800px;
    }
}

/* .spaceBlock_titleBox */

.spaceBlock_titleBox {
    position: relative;
    display: block;
    width: 250px;
    height: 88px;
    padding: 16px 21px;
    border-radius: 0px 0px 10px 0px;
    background: #2e323c;
}
.spaceBlock_title {
    display: block;
    width: 100%;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #fff;
}
.spaceBlock_title span {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #fff;
    margin-top: 1px;
}
@media screen and (min-width: 769px) {
    .spaceBlock_titleBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 600px;
        height: 234px;
        padding: 20px 34px;
        border-radius: 20px 0px 0px 20px;
        position: absolute;
        top: 379px;
    }
    .spaceBlock_title {
        font-size: 30px;
        line-height: 50px;
    }
    .spaceBlock_title span {
        font-size: 22px;
        line-height: 36px;
        margin-top: -5px;
    }
}

/* .space_linkBtn */

.space_linkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 18px;
}
.space_linkBtn span {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding-left: 4px;
    padding-right: 13px;
}
.space_linkBtn span::after {
    content: "";
    display: block;
    width: 8px;
    height: 12px;    background: url(/files/user/img/common/icn_ar01_01_white.svg) 0 0 no-repeat;
    background-size: 8px 12px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
@media screen and (min-width: 769px) {
    .space_linkBtn {
        width: 141px;
        height: 41px;
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 28px;
        transition: opacity 0.2s;
    }
    .space_linkBtn span {
        font-size: 18px;
        line-height: 24px;
        padding-left: 4px;
        padding-right: 13px;
        padding-bottom: 2px;
    }
    .space_linkBtn span::after {
        content: "";
        display: block;
        width: 8px;
        height: 12px;    background: url(/files/user/img/common/icn_ar01_01_white.svg) 0 0 no-repeat;
        background-size: 8px 12px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 0;
    }
}
@media (hover: hover) {
    .space_linkBtn:hover {
        opacity: 0.5;
    }
}

/* .spaceList */

.spaceList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: relative;
}
.spaceList_img {
    display: block;
    width: 181.5px;
    height: 172px;
    overflow: hidden;
}
.spaceList_img img {
    display: block;
    width: 100%;
}
.spaceList_img01_01 {
    border-radius: 10px 0px 0 0px;
}
.spaceList_img01_02 {
    margin-left: 4px;
}
.spaceList_img01_03 {
    border-radius: 0px 0px 10px 0px;
    width: 100%;
    margin-top: 4px;
}
.spaceList_img02_01 {
    border-radius: 10px 0px 0 0px;
    height: 348px;
    margin-right: 4px;
}
.spaceList_img02_02 {
}
.spaceList_img02_03 {
    border-radius: 0px 0px 10px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.spaceList_img03_01 {
    border-radius: 10px 0px 0 0px;
}
.spaceList_img03_02 {
    border-radius: 0px 0px 10px 0px;
    height: 348px;
    margin-left: 4px;
}
.spaceList_img03_03 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.spaceList_img04_01 {
    border-radius: 10px 0px 0 0px;
    width: 100%;
    margin-bottom: 4px;
}
.spaceList_img04_02 {
}
.spaceList_img04_03 {
    border-radius: 0px 0px 10px 0px;
    margin-left: 4px;
}
@media screen and (min-width: 769px) {
    .spaceList {
        display: flex;
        flex-wrap: wrap;
        width: 800px;
        height: 100%;
        position: relative;
        padding-left: 8px;
    }
    .spaceList_img {
        display: block;
        width: 392px;
        height: 371px;
        overflow: hidden;
    }
    .spaceList_img01_01 {
        border-radius: 20px 0px 0 0px;
    }
    .spaceList_img01_02 {
        margin-left: 8px;
    }
    .spaceList_img01_03 {
        border-radius: 0px 0px 20px 0px;
        width: 100%;
        margin-top: 8px;
    }
    .spaceList_img02_01 {
        border-radius: 20px 0px 0 0px;
        height: 750px;
        margin-right: 8px;
    }
    .spaceList_img02_02 {
        position: absolute;
        top: 0;
        right: 0;
    }
    .spaceList_img02_03 {
        border-radius: 0px 0px 20px 0px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .spaceList_img03_01 {
        border-radius: 20px 0px 0 0px;
    }
    .spaceList_img03_02 {
        border-radius: 0px 0px 20px 0px;
        height: 750px;
        margin-left: 8px;
    }
    .spaceList_img03_03 {
        position: absolute;
        bottom: 0;
        left: 8px;
    }
    .spaceList_img04_01 {
        border-radius: 20px 0px 0 0px;
        width: 100%;
        margin-bottom: 8px;
    }
    .spaceList_img04_02 {
    }
    .spaceList_img04_03 {
        border-radius: 0px 0px 20px 0px;
        margin-left: 8px;
    }
}


/*-------------------------------------------- */
/* #case
---------------------------------------------- */

#case {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px auto 0;
    background-color: #E9E6E1;
}
.case_bg {
    display: block;
    width: 100%;
    height: 78px;
    position: absolute;
    bottom: -10px;
    z-index: 0;
    background-color: #fff;
    /* background-color: red; */
}
@media screen and (min-width: 769px) {
    #case {
        max-width: 100%;
        width: 100%;
        margin: 58px auto 0;
    }
    .case_bg {
        height: 66px;
    }
}

/* caseBox
---------------------------------------------- */

.caseBox {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 32px 26px 0;
    z-index: 2;
}
.caseBox_l {
    display: block;
    width: 100%;
    margin-top: 21px;
}
.caseBox_r {
    display: block;
    width: 100%;
}
@media screen and (min-width: 769px) {
    .caseBox {
        flex-direction: row;
        justify-content: space-between;
        width: 1200px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 109px 0 0;
    }
    .caseBox_l {
        width: 775px;
        margin-top: 0;
    }
    .caseBox_r {
        width: 366px;
    }
    body.media_tab .caseBox {
        padding: 109px 0 109px !important;
    }
    body.media_tab .case_bg {
        display: none !important;
    }
}

/* case_titleBox
---------------------------------------------- */

.case_titleBox {
    position: relative;
    display: block;
    width: 100%;
}
.case_label {
    display: inline-block;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    color: #C9C2B6;
    background-color: #fff;
    padding: 0px 5px;
}
.case_title {
    display: block;
    width: 100%;
    font-family: 'HiraginoMincho-W5';
	font-style: normal;
	font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    text-align: left;
    color: #45415e;
    border-bottom: 1px solid #B7B7B7;
    margin-top: 8px;
    padding-bottom: 11px;
}
.case_txt {
    display: block;
    width: 100%;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    color: #2e323c;
    margin-top: 12px;
}
@media screen and (min-width: 769px) {
    .case_label {
        font-size: 26px;
        line-height: 34px;
        padding: 0px 8px;
    }
    .case_title {
        font-size: 34px;
        line-height: 54px;
        padding-bottom: 30px;
        margin-top: 29px;
    }
    .case_txt {
        font-size: 16px;
        line-height: 36px;
        margin-top: 35px;
    }
}

/* .lp_linkBtn */

.lp_linkBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 259px;
    height: 41px;
    border: 1px solid #2E323C;
    border-radius: 100px;
    margin: 22px auto 0;
    text-decoration: none;
}
.lp_linkBtn span {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #45415E;
    padding-bottom: 1px;
}
.lp_linkBtn::after {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    background: url(/files/user/img/common/icn_ar01_01_black.svg) 0 0 no-repeat;
    background-size: 8px 12px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 16px;
}
@media screen and (min-width: 769px) {
    .lp_linkBtn {
        width: 317px;
        height: 60px;
        margin: 39px auto 0;
    }
    .lp_linkBtn span {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 1px;
    }
    .lp_linkBtn::after {
        content: "";
        display: block;
        width: 8px;
        height: 12px;
        background: url(/files/user/img/common/icn_ar01_01_black.svg) 0 0 no-repeat;
        background-size: 8px 12px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 32px;
    }
    .lp_linkBtn_showroom {
        margin: 29px 0 0;
    }
}
@media (hover: hover) {
    .lp_linkBtn:hover {
        opacity: 0.5;
    }
}

/* caseList
---------------------------------------------- */

.caseList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
}
.caseList_img {
    display: block;
    width: 154px;
    height: 116px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
}
.caseList_img img {
    display: block;
    width: 100%;
}
.caseList_img:nth-child(1),
.caseList_img:nth-child(2) {
    margin-top: 0 !important;
}
@media screen and (min-width: 769px) {
    .caseList_img {
        width: 370px;
        height: 278px;
        border-radius: 20px;
        margin-top: 35px;
    }
}


/*-------------------------------------------- */
/* #showroom
---------------------------------------------- */

#showroom {
    position: relative;
    display: block;
    width: 100%;
    margin: 67px auto 0;
}
.showroomMV {
    display: block;
    width: 100%;
}
.showroomMV img,
.linkList02_img img {
    display: block;
    width: 100%;
}
@media screen and (min-width: 769px) {
    #showroom {
        width: 100%;
        margin: 230px auto 0;
    }
}

/* showroomBox
---------------------------------------------- */

.showroomBox {
    display: block;
    width: 100%;
    max-width: 355px;
    margin: -44px auto 0;
    z-index: 2;
}
@media screen and (min-width: 769px) {
    .showroomBox {
        display: block;
        width: 1200px;
        max-width: 1200px;
        margin: -59px auto 0;
    }
}

/* showroom_titleBox
---------------------------------------------- */

.showroom_titleBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 27px 15px 0;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}
.showroom_label {
    display: inline-block;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    color: #fff;
    background-color: #C9C2B6;
    padding: 0px 5px;
}
.showroom_title {
    display: block;
    width: 100%;
    font-family: 'HiraginoMincho-W5';
	font-style: normal;
	font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    text-align: left;
    color: #45415e;
    border-bottom: 1px solid #B7B7B7;
    margin-top: 8px;
    padding-bottom: 10px;
}
.showroom_txt {
    display: block;
    width: 100%;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    color: #2e323c;
    margin-top: 12px;
}
@media screen and (min-width: 769px) {
    .showroom_titleBox {
        position: relative;
        display: block;
        width: 100%;
        padding: 31px 70px 0;
        background-color: #fff;
        border-radius: 20px 20px 0 0;
    }
    .showroom_label {
        font-size: 26px;
        line-height: 34px;
        padding: 0px 8px;
    }
    .showroom_title {
        width: 800px;
        font-size: 34px;
        line-height: 54px;
        padding-bottom: 30px;
        margin-top: 29px;
    }
    .showroom_txt {
        font-size: 16px;
        line-height: 36px;
        margin-top: 35px;
    }
}


/*-------------------------------------------- */
/* .linkList02
---------------------------------------------- */

.linkList02 {
	display: block;
	width: 355px;
	margin-top: 30px;
}
.linkList02_box {
	display: block;
	width: 355px;
	background-color: #E9E6E1;
	border: 2px solid #E9E6E1;
}
@media screen and (max-width: 768px) {

	.linkList02_box + .linkList02_box {
		margin-top: 10px;
	}
}
.linkList02_btn {
	display: block;
	text-decoration: none;
}
.linkList02_img {
	display: block;
	width: 100%;
}
.linkList02_info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	padding: 10px 20px 10px 20px;
}
.linkList02_info::before {
	content: "";
	display: block;
	width: 16px;
	height: 20px;
	background: url(/files/user/img/common/icn_ar01_01_black.svg) 0 0 no-repeat;
	background-size: 12px 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
}
.linkList02_tit {
	display: block;
    font-family: "Noto Sans JP";
    font-weight: 400;
	font-size: 16px;
	line-height: 1.45;
	color: #2E323C;
}

@media print, screen and (min-width: 769px) {

	.linkList02 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 50px;
	}
	.linkList02_box {
		/* position: relative; */
		/* display: flex;
		flex-wrap: nowrap; */
		width: calc((100% - 22px)/2);
		border: 4px solid #E9E6E1;
		/* background-color: #E9E6E1; */
		margin-top: 25px;
	}
	.linkList02_box:nth-child(1),
	.linkList02_box:nth-child(2) {
		margin-top: 0;
	}
	.linkList02_box:nth-child(even) {
		margin-left: 22px;
	}
	.linkList02_btn::before {
		/* content: "";
		display: block; */
		width: 20px;
		height: 16px;
		/* background: url(/files/user/img/common/icn_ar01_01_black.svg) 0 0 no-repeat; */
		background-size: 10px 16px;
		/* position: absolute;
		top: 50%; */
		margin-top: -8px;
		/* right: 0; */
	}
	.linkList02_info {
		justify-content: flex-start;
		height: 80px;
		padding: 14px 30px 14px 158px;
	}
	.linkList02_tit {
		font-size: 20px;
	}
}


/*-------------------------------------------- */
/* .linkList01
---------------------------------------------- */

.linkList01 {
	display: block;
	width: 355px;
	margin: 0 auto;
}
* + .linkList01 {
	margin-top: 60px;
}
.linkList02 + .linkList01 {
	margin-top: 10px;
}
.headline03_l + .linkList01 {
	margin-top: 20px;
}
.l_bottom_contents .linkList01 {
	margin-top: 80px;
}
/* #product .l_bottom_contents .linkList01,
#product_list .l_bottom_contents .linkList01,
#product_detail .l_bottom_contents .linkList01 {
	margin-top: 80px;
} */
.linkList01_box {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	border: 2px solid #E9E6E1;
	background-color: #E9E6E1;
	text-decoration: none;
}
@media screen and (max-width: 768px) {

	.linkList01_box + .linkList01_box {
		margin-top: 10px;
	}
}
.linkList01_btn::before {
	content: "";
	display: block;
	width: 16px;
	height: 20px;
	background: url(/files/user/img/common/icn_ar01_01_black.svg) 0 0 no-repeat;
	background-size: 12px 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
}
.linkList01_img {
	/* display: flex;
	align-items: center;
	justify-content: center; */
	display: flex;
	width: 96px;
	background-color: #fff;
	overflow: hidden;
}
.linkList01_img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.linkList01_info {
	display: flex;
	align-items: center;
	width: calc(100% - 100px);
	padding: 10px 20px 10px 12px;
}
.linkList01_tit {
	display: block;
    font-family: "Noto Sans JP";
	font-size: 16px;
	line-height: 1.45;
	color: #2E323C;
}
.linkList01_txt {
	display: block;
    font-family: "Noto Sans JP";
	font-size: 12px;
	line-height: 1.45;
	color: #2E323C;
	margin-top: 4px;
}

/* PC：.linkList01
********************************************** */

@media print, screen and (min-width: 769px) {

	.linkList01 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	* + .linkList01 {
		margin-top: 100px;
	}
	.linkList02 + .linkList01 {
		margin-top: 25px;
	}
	.headline03_l + .linkList01 {
		margin-top: 60px;
	}
	.l_bottom_contents .linkList01 {
		margin-top: 140px;
	}
	.eventBox + .linkList01 {
		margin-top: 120px;
	}
	.linkList01_box {
		/* position: relative; */
		/* display: flex;
		flex-wrap: nowrap; */
		width: calc((100% - 22px)/2);
		border: 4px solid #E9E6E1;
		/* background-color: #E9E6E1; */
		margin-top: 25px;
	}
	.linkList01_box:nth-child(1),
	.linkList01_box:nth-child(2) {
		margin-top: 0;
	}
	.linkList01_box:nth-child(even) {
		margin-left: 22px;
	}
	.linkList01_btn::before {
		/* content: "";
		display: block; */
		width: 20px;
		height: 16px;
		/* background: url(/files/user/img/common/icn_ar01_01_black.svg) 0 0 no-repeat; */
		background-size: 10px 16px;
		/* position: absolute;
		top: 50%; */
		margin-top: -8px;
		/* right: 0; */
	}
	.linkList01_img {
		/* display: flex;
		align-items: center;
		justify-content: center; */
		/* display: flex; */
		width: 132px;
	}
	.linkList01_info {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		width: calc(100% - 140px);
		padding: 14px 30px 14px 24px;
	}
	.linkList01_tit {
		/* display: block; */
		font-size: 20px;
		line-height: 1.45;
		/* color: #2E323C; */
	}
	.linkList01_txt {
		/* display: block; */
		font-size: 20px;
		line-height: 1.45;
		/* color: #2E323C; */
		margin-top: 8px;
	}
	.linkList01 + .headline03_l {
		margin-top: 160px;
	}
}


/*-------------------------------------------- */
/* #share
---------------------------------------------- */

#share {
    position: relative;
    display: block;
    width: 355px;
    margin: 54px auto 0;
    border-top: 2px solid #46415f;
    border-bottom: 2px solid #46415f;
}
#share::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border-bottom: 1px solid #46415f;
    position: absolute;
    top: 0;
    left: 0;
}
#share::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border-top: 1px solid #46415f;
    position: absolute;
    bottom: 0;
    left: 0;
}
.share_wrap {
    display: block;
    width: 100%;
    padding: 32px 0;
}
.share_title {
    display: block;
    width: 100%;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 30px;
    line-height: 18px;
    text-align: center;
    color: #2e323c;
}
.share_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 302px;
    margin: 30px auto 0;
}
.shareBox_list_btn {
    display: block;
    width: 53px;
    text-decoration: none;
}
.shareBox_list_btn img {
    display: block;
    width: 100%;
}
.shareBox_list_txt {
    display: block;
    width: 100%;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #2e323c;
    margin-top: 9px;
}
@media screen and (min-width: 769px) {
    
    #share {
        position: relative;
        display: block;
        width: 355px;
        margin: 86px auto 0;
        border-top: 3px solid #46415f;
        width: 1200px;
        border-bottom: 3px solid #46415f;
    }
    #share::before {
        content: "";
        display: block;
        width: 100%;
        height: 7px;
        border-bottom: 1px solid #46415f;
        position: absolute;
        top: 0;
        left: 0;
    }
    #share::after {
        content: "";
        display: block;
        width: 100%;
        height: 7px;
        border-top: 1px solid #46415f;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .share_wrap {
        display: block;
        width: 100%;
        padding: 49px 0;
    }
    .share_title {
        display: block;
        width: 100%;
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 36px;
        line-height: 36px;
        text-align: center;
        color: #2e323c;
    }
    .share_list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 364px;
        margin: 40px auto 0;
    }
    .shareBox_list_btn {
        display: block;
        width: 64px;
        height: 93px;
        text-decoration: none;
    }
    .shareBox_list_btn img {
        display: block;
        width: 100%;
        height: auto;
    }
    .shareBox_list_txt {
        display: block;
        width: 100%;
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        color: #2e323c;
        white-space: nowrap;
        margin-top: 5px;
    }
}


/*-------------------------------------------- */
/* #insta
---------------------------------------------- */

#insta {
    position: relative;
    display: block;
    width: 355px;
    margin: 66px auto 0;
    background-color: #45415E;
}
.insta_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding: 12px 17px 14px;
}
.insta_img {
    display: block;
    width: 120px;
    height: 160px;
    position: absolute;
    top: -21px;
    left: 0;
    z-index: 8;
}
.insta_img img {
    display: block;
    width: 100%;
}
.insta_title {
	font-family: 'HiraginoMincho-W5';
	font-style: normal;
	font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    text-align: right;
    color: #fff;
    border-bottom: 1px solid #B7B7B7;
    width: 280px;
    padding-bottom: 5px;
    transition: opacity 0.2s;
}
.insta_txt {
    position: relative;
    display: block;
    width: 280px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #fff;
    padding-right: 32px;
    margin-top: 9px;
    transition: opacity 0.2s;
}
.insta_txt::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/files/user/lp/20250801/images/icn_insta.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
}
@media screen and (min-width: 769px) {
    #insta {
        position: relative;
        display: block;
        width: 1200px;
        margin: 128px auto 0;
        background-color: #45415E;
    }
    .insta_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 766px;
        padding: 18px 0 33px;
        margin: 0 auto;
    }
    .insta_img {
        display: block;
        width: 240px;
        height: 320px;
        position: absolute;
        top: -74px;
        left: -72px;
        z-index: 8;
    }
    .insta_img img {
        display: block;
        width: 100%;
    }
    .insta_title {
        font-family: 'HiraginoMincho-W5';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 50px;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid #B7B7B7;
        width: 577px;
        padding-bottom: 5px;
        padding-left: 186px;
    }
    .insta_txt {
        position: relative;
        display: inline-block;
        width: auto;
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        color: #fff;
        padding-right: 44px;
        margin-top: 11px;
        padding-left: 186px;
    }
    .insta_txt span {
        display: inline-block;
    }
    .insta_txt::before {
        content: "";
        display: block;
        width: 28px;
        height: 28px;
        background: url(/files/user/lp/20250801/images/icn_insta.svg) 0 0 no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        right: 0;
    }

}

/* .insta_linkBtn */

.insta_linkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    margin-top: 12px;
    transition: opacity 0.2s;
}
.insta_linkBtn span {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding-left: 4px;
    padding-right: 13px;
}
.insta_linkBtn span::after {
    content: "";
    display: block;
    width: 8px;
    height: 12px;    background: url(/files/user/img/common/icn_ar01_01_white.svg) 0 0 no-repeat;
    background-size: 8px 12px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
@media screen and (min-width: 769px) {
    .insta_linkBtn {
        width: 189px;
        height: 41px;
        position: absolute;
        top: 53px;
        right: 0;
        margin-top: auto;
    }
    .insta_linkBtn span {
        font-size: 18px;
        line-height: 24px;
        padding-left: 4px;
        padding-right: 13px;
        padding-bottom: 2px;
    }
    .insta_linkBtn span::after {
        content: "";
        display: block;
        width: 8px;
        height: 12px;    background: url(/files/user/img/common/icn_ar01_01_white.svg) 0 0 no-repeat;
        background-size: 8px 12px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: -2px;
    }
}
@media (hover: hover) {
    .insta.custom_btn:hover .insta_title,
    .insta.custom_btn:hover .insta_txt,
    .insta.custom_btn:hover .insta_linkBtn {
        opacity: 0.5;
    }
}


/*-------------------------------------------- */
/* #catalog_banner
---------------------------------------------- */

.catalogBanner {
    display: block;
    width: 371px;
    height: 52px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -185.5px;
    z-index: 9;
}
.btn_catalog {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 52px;
    border-radius: 10px 10px 0px 0px;
    background: #45415e;
    border: 2px solid #fff;
    border-bottom: none;
    text-align: center;
}
.btn_catalog span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    padding-right: 18px;
    transition: opacity 0.2s;
}
.btn_catalog span small {
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    letter-spacing: 0;
    padding-top: 3px;
    padding-right: 7px;
}
.btn_catalog span::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(/files/user/lp/20250801/images/icn_ar01_white.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
}
@media screen and (min-width: 769px) {
    .catalogBanner {
        display: block;
        width: 353px;
        height: 86px;
        position: fixed;
        bottom: 0;
        left: auto;
        margin-left: auto;
        right: 110px;
        z-index: 9;
    }
    .btn_catalog {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: 86px;
        border-radius: 20px 20px 0px 0px;
        background: #45415e;
        border: 4px solid #fff;
        border-bottom: none;
        text-align: center;
    }
    .btn_catalog span {
        position: relative;
        display: inline-block;
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 4px;
        text-align: left;
        color: #fff;
        padding-top: 3px;
        padding-right: 0;
        padding-left: 7px;
    }
    .btn_catalog span small {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: 0;
        padding-top: 7px;
        padding-right: 0;
    }
    .btn_catalog span::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url(/files/user/lp/20250801/images/icn_ar01_white.svg) 0 0 no-repeat;
        background-size: contain;
        position: absolute;
        top: 43px;
        margin-top: auto;
        right: 5px;
    }
}
@media (hover: hover) {
    .btn_catalog:hover span {
        opacity: 0.5;
    }
}


/*-------------------------------------------- */
/* .btn_catalog
---------------------------------------------- */

.catalogBanner .btn_catalog {
	display: none;
    /* width: 371px;
    height: 38px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -185.5px;
    z-index: 100; */
}
.catalogBanner .btn_catalog.is_show {
	display: flex;
}

/* .catalogBanner */

.catalogBanner {
	/* position: fixed;
	right: 0;
	bottom: 30px;
	height: 60px;
	overflow: hidden; */
    /* width: 371px;
    height: 38px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -185.5px;
    z-index: 100; */
	transition : opacity 0.2s;
	opacity: 0;
}

.catalogBanner.show {
	opacity: 1;
}
.catalogBanner.hide {
	opacity: 0;
}
.catalogBanner.static {
	position: absolute;
}
.catalogBanner.static:not(#catalog_banner) {
}

/* PC：.btn_pagetop
********************************************** */

/* @media print, screen and (min-width: 769px) {
	.l_footer .btn_pagetop {
		display: none;
		width: 80px;
		height: 80px;
		text-indent: -9999px;
	}
	.l_footer .btn_pagetop.is_show {
		display: block;
	}
	.l_footer .btn_pagetop {
		background: url(/files/user/img/common/btn_pagetop.svg) center center no-repeat;
		background-size: 62px 62px;
	} */
	
	/* .pagetop */
	
	/* .pagetop {
		position: fixed;
		height: 80px;
		right: 10px;
		bottom: 10px;
		overflow: hidden;
		transition : opacity 0.2s;
		z-index: 10;
		opacity: 0;
	}
	
	.pagetop.show {
		opacity: 1;
	}
	.pagetop.hide {
		opacity: 0;
	}
	.pagetop.static {
		position: absolute;
		top: 320px;
		top: auto;
		bottom: 60px;
		right: 10px;
	}
	.pagetop.static:not(#pagetop) {
		top: 300px;
		top: auto;
		bottom: 60px;
	}
	.media_tab .pagetop.static {
		bottom: 170px;
	}
	.media_tab .pagetop.static:not(#pagetop) {
		bottom: 170px;
	}
} */


/*-------------------------------------------- */
/* .btn_pagetop
---------------------------------------------- */

.l_footer .btn_pagetop {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
}
.l_footer .btn_pagetop.is_show {
	display: block;
}
.l_footer .btn_pagetop {
	background: url(/files/user/img/common/btn_pagetop.svg) center center no-repeat;
	background-size: 31px 31px;
}

/* .pagetop */

.pagetop {
	position: fixed;
	right: 0;
	bottom: 46px;
	height: 60px;
	overflow: hidden;
	transition : opacity 0.2s;
	z-index: 10;
	opacity: 0;
}

.pagetop.show {
	opacity: 1;
}
.pagetop.hide {
	opacity: 0;
}
.pagetop.static {
	position: absolute;
	top: auto;
	bottom: 56px;
	right: 0;
}
.pagetop.static:not(#pagetop) {
	top: auto;
	bottom: 56px;
}

/* PC：.btn_pagetop
********************************************** */

@media print, screen and (min-width: 769px) {
	.l_footer .btn_pagetop {
		display: none;
		width: 80px;
		height: 80px;
		text-indent: -9999px;
	}
	.l_footer .btn_pagetop.is_show {
		display: block;
	}
	.l_footer .btn_pagetop {
		background: url(/files/user/img/common/btn_pagetop.svg) center center no-repeat;
		background-size: 62px 62px;
	}
	
	/* .pagetop */
	
	.pagetop {
		position: fixed;
		height: 80px;
		right: 10px;
		bottom: 10px;
		overflow: hidden;
		transition : opacity 0.2s;
		z-index: 10;
		opacity: 0;
	}
	
	.pagetop.show {
		opacity: 1;
	}
	.pagetop.hide {
		opacity: 0;
	}
	.pagetop.static {
		position: absolute;
		top: 320px;
		top: auto;
		bottom: 60px;
		right: 10px;
	}
	.pagetop.static:not(#pagetop) {
		top: 300px;
		top: auto;
		bottom: 60px;
	}
	.media_tab .pagetop.static {
		bottom: 170px;
	}
	.media_tab .pagetop.static:not(#pagetop) {
		bottom: 170px;
	}
}