@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
L
UTILITY
*/
/*---------------------*/

/* ========== FONT ========== */



/* ========== COMMON ========== */

body{
	overflow-x: hidden;
}

/*可変幅表示にて使用*/
#page-body {
	overflow: hidden;
	width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
	#page-body {
		width: 100vw;
		margin: 0 -10px;
	}
}
@media (max-width: 767px) {
	#page-body {
		width: 100vw;
		margin: 0 -5px;
	}
}

/* ========== MAIN ========== */

#lp_main_wrap {
	width: 100%;
	margin: 0 auto;
	word-wrap: break-word;
	color: #000;
	font-family: "Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0em;
}
#lp_main_wrap * {
	box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a,
#lp_main_wrap a::before,
#lp_main_wrap a::after {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}
@media (max-width: 767px) {
    #lp_main_wrap {
        line-height: 32px;
    }
}


/* ========== HEADER ========== */

/* lp_mv */
#lp_main_wrap .lp_mv {
	width: 100%;
	margin: 0;
}

/* lp_mv */
#lp_main_wrap .lp_mv-pc img {
	width: 100%;
	max-width: 100%;
}
#lp_main_wrap .lp_mv-1440,
#lp_main_wrap .lp_mv-smp {
	display: none;
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_mv_1920 {
		display: none;
	}
	#lp_main_wrap .lp_mv-1440 {
		display: block;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-1440 {
		display: none;
	}
	#lp_main_wrap .lp_mv-smp {
		display: block;
	}
}



/* ========== ARTICLE ========== */

/* lp_main */
#lp_main_wrap .lp_main {
	width: 85%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_main {
		width: 100%;
}
}

/* ========== ELEMENT ========== */

/*slider*/
#lp_main_wrap .slider_item {
    width: 47.3%;
    position: relative;
}
#lp_main_wrap .slider_item .slick-dots {
    position: absolute;
    bottom: 2.5%;
    left: 40.5%;
}
#lp_main_wrap .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#lp_main_wrap .slick-dots li {
    margin: 0;
    width: 12px;
}
#lp_main_wrap .slick-dots li img {
    width: 100.02%;
    overflow: hidden;
}
#lp_main_wrap .slick-dots li button:before {
    opacity: 1;
    color: #BBBBBB;
}
#lp_main_wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
@media (max-width: 767px) {
	#lp_main_wrap .slider_item {
        width: 100%;
    }
    #lp_main_wrap .slick-dotted .slick-slider {
        margin-bottom: 40px;
    }
}

/* ========== LEAD ========== */

/* lp_lead */
#lp_main_wrap .lp_lead {
    margin: 80px auto 90px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
}
#lp_main_wrap .lp_lead h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    #lp_main_wrap .lp_lead {
        margin: 80px 8.5% ;
        text-align: left;
    }
}


/* ========== SEC ========== */
#lp_main_wrap .lp_sec_wrap {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto 100px;
}
#lp_main_wrap .lp_sec_wrap:nth-of-type(2),
#lp_main_wrap .lp_sec_wrap:nth-of-type(4) {
    margin-bottom: 120px;
}
#lp_main_wrap .lp_sec_wrap h3 {
    display: block;
    font-family: "Outfit","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif; ;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto 50px;
    color: #888888;
}
#lp_main_wrap .lp_sec_content_main {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
#lp_main_wrap .flex-right{
    flex-direction: row-reverse;
}
#lp_main_wrap .lp_sec_text {
    padding: 5% 7% 0;
}
#lp_main_wrap .lp_sec_text:nth-of-type(2) {
    padding: 5% 5% 0;
}
#lp_main_wrap .lp_sec_text .credit_name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
#lp_main_wrap .lp_sec_text .credit_name span {
    font-size: 20px;
    vertical-align: bottom;
}
#lp_main_wrap .lp_sec_text .credit_price {
    font-family: "Outfit","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif; ;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
#lp_main_wrap .lp_sec_text .credit_info span {
    color: #888888;
}
@media (max-width: 767px) {
    #lp_main_wrap .lp_sec_wrap {
    width: 100%;
    margin: 0 auto 80px;
    }
    #lp_main_wrap .lp_sec_wrap:nth-of-type(2),
    #lp_main_wrap .lp_sec_wrap:nth-of-type(4) {
    margin-bottom: 80px;
    }
    #lp_main_wrap .lp_sec_wrap h3 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    #lp_main_wrap .lp_sec_content_main {
        display: block;
        margin-bottom: 40px;
    }
    #lp_main_wrap .lp_sec_text {
        padding: 11% 7% 0;
    }
    #lp_main_wrap .lp_sec_text .credit_name {
        line-height: 1.3;
    }
    #lp_main_wrap .lp_sec_text .credit_price {
        margin-bottom: 20px;
    }
}


/*section btn*/
#lp_main_wrap .credit_btn {
    font-family: "Outfit","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif; ;
    width: 183px;
    display: block;
    position: relative;
    border: solid 1px #666666;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 10% 0 0;
    padding: 1.5% 4% 1.5% 2%;
}
#lp_main_wrap .credit_btn::after {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    border-top: solid 1.5px #666666;
    border-right: solid 1.5px #666666;
    transform: rotate(45deg);
}
#lp_main_wrap .credit_btn:hover {
	color:#fff;
	background-color: #666666;
}
#lp_main_wrap .credit_btn:hover::after {
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
}
#lp_main_wrap .lp_sec_content_lineup ul {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 0 auto;
}
#lp_main_wrap .lp_sec_content_lineup ul li {
    width: 22%;
}
#lp_main_wrap .lp_sec_content_lineup p {
    font-family: "Outfit","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif; ;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.125em;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 10px auto 0;
    color: #888888;
}
@media (max-width: 767px) {
    #lp_main_wrap .credit_btn {
        margin: 0 auto 0;
    }
    #lp_main_wrap .lp_sec_content_lineup ul{
        flex-wrap: wrap;
        justify-content: left;
        margin: 0 8% 4%;
    }
    #lp_main_wrap .lp_sec_content_lineup ul li {
        width: calc((100% - 5px) / 2);
        margin-bottom: 5%;
    }
    #lp_main_wrap .credit_btn::after {
        top: calc(50% - 3px);
    }

}


/*下部ボタン*/
#lp_main_wrap .lp_btn {
	width: 100%;
	margin: 0 auto 80px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_btn .lp_btn_inner {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
#lp_main_wrap .lp_btn a {
	display: block;
    position: relative;
	width: 100%;
	max-width: 600px;
	background: #666666;
	margin: 0 auto 20px;
	padding: 2% 1%;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
    line-height: 1;
	border: solid 1px #666666;
	letter-spacing: 0.1em;
}
#lp_main_wrap .lp_btn a:hover {
    background: #fff;
    color: #666666;
}
#lp_main_wrap .lp_btn a::after {
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: calc(50% - 6px);
    right: 19px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
}
#lp_main_wrap .lp_btn a:hover::after {
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn .lp_btn_inner {
		width: 85%;
	}
	#lp_main_wrap .lp_btn a {
        height: 60px;
		margin: 0 auto 20px;
		padding: 0;
		font-size: 15px;
        line-height: 60px;
		letter-spacing: 0.1em;
	}
    #lp_main_wrap .lp_btn a::after {
        width: 6px;
        height: 6px;
        top: calc(50% - 5px);
    }
}






/* ========== UTILITY ========== */
#lp_main_wrap .lp_viewsmp {
    display: none;
}
#lp_main_wrap .lp_viewpc {
    display: block;
}
@media (max-width: 767px) {
    #lp_main_wrap .lp_viewsmp {
        display: block;
    }
    #lp_main_wrap .lp_viewpc {
    display: none;
    }
}
