@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");

:root {
	--common-trans: 0.6s cubic-bezier(0.25, 0.1, 0.37, 1.11);
	--common-opacity: 0.6;
}

[data-page-marker~="intro-sw-walk"] .rich-text {
    font-size: 1.6rem;
}

/*==== ペンギンmv ====*/
[data-page-marker~="intro-sw-walk"] #wrapper-3 {
    padding-top: 60px;
}

[data-page-marker~="intro-sw-walk"] #page-intro {
	display: flex;
	height: 300px;
	flex-flow: column nowrap;
	justify-content: center;
	background: #eef3df;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

[data-page-marker~="intro-sw-walk"][data-page-intro~="no-title"] #page-intro {
	display: block;
	height: auto;
	background: none;
}
@media screen and (max-width: 767px) {
	[data-page-marker~="intro-sw-walk"][data-page-intro~="no-title"]  #page-intro {
		margin: 0;
		padding: 0;
	}
}

[data-page-marker~="intro-sw-walk"][data-page-intro~="no-title"]  #page-intro .h1 ~ *:not(.mgnlEditor) {
	display: none;
}

[data-page-marker~="intro-sw-walk"] #page-intro > .h1 {
	padding: 0;
	border: none;
	font-size: min(9.5vw, 48px);
	width: 60%;
	text-align: center;
}

[data-page-marker~="intro-sw-walk"] #page-intro .text-meta {
	display: none;
}

[data-page-marker~="intro-sw-walk"] #page-intro .abstractImage {
	display: block;
	width: 60%;
	padding: 0 30px;
	text-align: center;
}

[data-page-marker~="intro-sw-walk"] #page-intro .abstractImage p {
    display: block;
	margin-top: 20px;
	font-weight: bold;
}

[data-page-marker~="intro-sw-walk"] #page-intro .abstractImage img {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	height: 260px;
	object-fit: contain;
}
@media screen and (max-width: 767px) {
	[data-page-marker~="intro-sw-walk"] #wrapper-3 {
		padding-top: 0;
	}
	[data-page-marker~="intro-sw-walk"] #page-intro {
		height: auto;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	[data-page-marker~="intro-sw-walk"][data-current-level="2"] #page-intro {
		padding-top: calc(160px + 40px);
	}
	#promos2 {
		display: block;
	}
	[data-page-marker~="intro-sw-walk"] #page-intro > h1,
	[data-page-marker~="intro-sw-walk"] #page-intro .abstractImage {
		width: 100%;
	}
	[data-page-marker~="intro-sw-walk"] #page-intro .abstractImage img {
		inset: 20px 0 0;
		transform: translate(0);
		width: 80%;
		height: 160px;
	}
	[data-page-marker~="intro-sw-walk"] #page-intro .abstractImage p {
		margin-top: 10px;
	}
}


/*==== ペンギンbox ====*/
.lx_ex_text_box01 .text-section {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	background: #eef3df;
	border-radius: 30px;
}
body.in-editor .lx_ex_text_box01 .text-section {
	flex-flow: row wrap;
}

.lx_ex_text_box01 .text-section img:not(.large) {
	float: none;
	margin-top: 16px;
}
.lx_ex_text_box01 .text-section img.pos-2 {
	order: 2;
}

.lx_ex_text_box01 .text-section .rich-text {
	padding: 0 40px;
}
@media screen and (max-width: 767px) {
}

/*==== 吹き出しbox ====*/
.lx_ex_col1_talk01 ,
.lx_ex_col2_talk01 ,
.lx_ex_col3_talk01 ,
.lx_ex_col4_talk01 ,
.lx_ex_col5_talk01 ,
.lx_ex_col1_talk02 ,
.lx_ex_col2_talk02 ,
.lx_ex_col3_talk02 ,
.lx_ex_col4_talk02 ,
.lx_ex_col5_talk02 ,
.lx_ex_col1_talk03 ,
.lx_ex_col2_talk03 ,
.lx_ex_col3_talk03 ,
.lx_ex_col4_talk03 ,
.lx_ex_col5_talk03 ,
.lx_ex_col1_talk04 ,
.lx_ex_col2_talk04 ,
.lx_ex_col3_talk04 ,
.lx_ex_col4_talk04 ,
.lx_ex_col5_talk04 {
    align-items: flex-start;
}

.lx_ex_col1_talk01 > .column1 .text-section,
.lx_ex_col2_talk01 > .column2 .text-section,
.lx_ex_col3_talk01 > .column3 .text-section,
.lx_ex_col4_talk01 > .column4 .text-section,
.lx_ex_col5_talk01 > .column5 .text-section,
.lx_ex_col1_talk02 > .column1 .text-section,
.lx_ex_col2_talk02 > .column2 .text-section,
.lx_ex_col3_talk02 > .column3 .text-section,
.lx_ex_col4_talk02 > .column4 .text-section,
.lx_ex_col5_talk02 > .column5 .text-section,
.lx_ex_col1_talk03 > .column1 .text-section,
.lx_ex_col2_talk03 > .column2 .text-section,
.lx_ex_col3_talk03 > .column3 .text-section,
.lx_ex_col4_talk03 > .column4 .text-section,
.lx_ex_col5_talk03 > .column5 .text-section,
.lx_ex_col1_talk04 > .column1 .text-section,
.lx_ex_col2_talk04 > .column2 .text-section,
.lx_ex_col3_talk04 > .column3 .text-section,
.lx_ex_col4_talk04 > .column4 .text-section,
.lx_ex_col5_talk04 > .column5 .text-section {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
}

.lx_ex_col1_talk01 > .column1 ,
.lx_ex_col2_talk01 > .column2 ,
.lx_ex_col3_talk01 > .column3 ,
.lx_ex_col4_talk01 > .column4 ,
.lx_ex_col5_talk01 > .column5 ,
.lx_ex_col1_talk02 > .column1 ,
.lx_ex_col2_talk02 > .column2 ,
.lx_ex_col3_talk02 > .column3 ,
.lx_ex_col4_talk02 > .column4 ,
.lx_ex_col5_talk02 > .column5 ,
.lx_ex_col1_talk03 > .column1 ,
.lx_ex_col2_talk03 > .column2 ,
.lx_ex_col3_talk03 > .column3 ,
.lx_ex_col4_talk03 > .column4 ,
.lx_ex_col5_talk03 > .column5 ,
.lx_ex_col1_talk04 > .column1 ,
.lx_ex_col2_talk04 > .column2 ,
.lx_ex_col3_talk04 > .column3 ,
.lx_ex_col4_talk04 > .column4 ,
.lx_ex_col5_talk04 > .column5 {
	position: relative;
	margin-top: 30px;
	padding: 1px 20px 20px;
	background: #FEEFB1;
	border-radius: 7px;
}

.lx_ex_col1_talk01 > .column1::before ,
.lx_ex_col2_talk01 > .column2::before ,
.lx_ex_col3_talk01 > .column3::before ,
.lx_ex_col4_talk01 > .column4::before ,
.lx_ex_col5_talk01 > .column5::before ,
.lx_ex_col1_talk02 > .column1::before ,
.lx_ex_col2_talk02 > .column2::before ,
.lx_ex_col3_talk02 > .column3::before ,
.lx_ex_col4_talk02 > .column4::before ,
.lx_ex_col5_talk02 > .column5::before ,
.lx_ex_col1_talk03 > .column1::before ,
.lx_ex_col2_talk03 > .column2::before ,
.lx_ex_col3_talk03 > .column3::before ,
.lx_ex_col4_talk03 > .column4::before ,
.lx_ex_col5_talk03 > .column5::before ,
.lx_ex_col1_talk04 > .column1::before ,
.lx_ex_col2_talk04 > .column2::before ,
.lx_ex_col3_talk04 > .column3::before ,
.lx_ex_col4_talk04 > .column4::before ,
.lx_ex_col5_talk04 > .column5::before {
	content: "";
	position: absolute;
	top: 15px;
	right: 100%;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 30px solid currentColor;
	color: #FEEFB1;
}

.lx_mcol_rtl.lx_ex_col1_talk01 > .column1::before ,
.lx_mcol_rtl.lx_ex_col2_talk01 > .column2::before ,
.lx_mcol_rtl.lx_ex_col3_talk01 > .column3::before ,
.lx_mcol_rtl.lx_ex_col4_talk01 > .column4::before ,
.lx_mcol_rtl.lx_ex_col5_talk01 > .column5::before ,
.lx_mcol_rtl.lx_ex_col1_talk02 > .column1::before ,
.lx_mcol_rtl.lx_ex_col2_talk02 > .column2::before ,
.lx_mcol_rtl.lx_ex_col3_talk02 > .column3::before ,
.lx_mcol_rtl.lx_ex_col4_talk02 > .column4::before ,
.lx_mcol_rtl.lx_ex_col5_talk02 > .column5::before ,
.lx_mcol_rtl.lx_ex_col1_talk03 > .column1::before ,
.lx_mcol_rtl.lx_ex_col2_talk03 > .column2::before ,
.lx_mcol_rtl.lx_ex_col3_talk03 > .column3::before ,
.lx_mcol_rtl.lx_ex_col4_talk03 > .column4::before ,
.lx_mcol_rtl.lx_ex_col5_talk03 > .column5::before ,
.lx_mcol_rtl.lx_ex_col1_talk04 > .column1::before ,
.lx_mcol_rtl.lx_ex_col2_talk04 > .column2::before ,
.lx_mcol_rtl.lx_ex_col3_talk04 > .column3::before ,
.lx_mcol_rtl.lx_ex_col4_talk04 > .column4::before ,
.lx_mcol_rtl.lx_ex_col5_talk04 > .column5::before {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 30px solid currentColor;
}

@media screen and (max-width: 767px) {
	.lx_ex_col1_talk01 > .column1 ,
	.lx_ex_col2_talk01 > .column2 ,
	.lx_ex_col3_talk01 > .column3 ,
	.lx_ex_col4_talk01 > .column4 ,
	.lx_ex_col5_talk01 > .column5 ,
	.lx_ex_col1_talk02 > .column1 ,
	.lx_ex_col2_talk02 > .column2 ,
	.lx_ex_col3_talk02 > .column3 ,
	.lx_ex_col4_talk02 > .column4 ,
	.lx_ex_col5_talk02 > .column5 ,
	.lx_ex_col1_talk03 > .column1 ,
	.lx_ex_col2_talk03 > .column2 ,
	.lx_ex_col3_talk03 > .column3 ,
	.lx_ex_col4_talk03 > .column4 ,
	.lx_ex_col5_talk03 > .column5 ,
	.lx_ex_col1_talk04 > .column1 ,
	.lx_ex_col2_talk04 > .column2 ,
	.lx_ex_col3_talk04 > .column3 ,
	.lx_ex_col4_talk04 > .column4 ,
	.lx_ex_col5_talk04 > .column5 {
		padding: 1px 15px 15px;
	}

	.lx_ex_col1_talk01 > .column1 > .text-section ,
	.lx_ex_col2_talk01 > .column2 > .text-section ,
	.lx_ex_col3_talk01 > .column3 > .text-section ,
	.lx_ex_col4_talk01 > .column4 > .text-section ,
	.lx_ex_col5_talk01 > .column5 > .text-section ,
	.lx_ex_col1_talk02 > .column1 > .text-section ,
	.lx_ex_col2_talk02 > .column2 > .text-section ,
	.lx_ex_col3_talk02 > .column3 > .text-section ,
	.lx_ex_col4_talk02 > .column4 > .text-section ,
	.lx_ex_col5_talk02 > .column5 > .text-section ,
	.lx_ex_col1_talk03 > .column1 > .text-section ,
	.lx_ex_col2_talk03 > .column2 > .text-section ,
	.lx_ex_col3_talk03 > .column3 > .text-section ,
	.lx_ex_col4_talk03 > .column4 > .text-section ,
	.lx_ex_col5_talk03 > .column5 > .text-section ,
	.lx_ex_col1_talk04 > .column1 > .text-section ,
	.lx_ex_col2_talk04 > .column2 > .text-section ,
	.lx_ex_col3_talk04 > .column3 > .text-section ,
	.lx_ex_col4_talk04 > .column4 > .text-section ,
	.lx_ex_col5_talk04 > .column5 > .text-section {
		margin-top: 15px;
	}

	.lx_ex_col1_talk01 > .column1::before ,
	.lx_ex_col2_talk01 > .column2::before ,
	.lx_ex_col3_talk01 > .column3::before ,
	.lx_ex_col4_talk01 > .column4::before ,
	.lx_ex_col5_talk01 > .column5::before ,
	.lx_ex_col1_talk02 > .column1::before ,
	.lx_ex_col2_talk02 > .column2::before ,
	.lx_ex_col3_talk02 > .column3::before ,
	.lx_ex_col4_talk02 > .column4::before ,
	.lx_ex_col5_talk02 > .column5::before ,
	.lx_ex_col1_talk03 > .column1::before ,
	.lx_ex_col2_talk03 > .column2::before ,
	.lx_ex_col3_talk03 > .column3::before ,
	.lx_ex_col4_talk03 > .column4::before ,
	.lx_ex_col5_talk03 > .column5::before ,
	.lx_ex_col1_talk04 > .column1::before ,
	.lx_ex_col2_talk04 > .column2::before ,
	.lx_ex_col3_talk04 > .column3::before ,
	.lx_ex_col4_talk04 > .column4::before ,
	.lx_ex_col5_talk04 > .column5::before {
		top: 10px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 10px solid currentColor;
	}

	.lx_mcol_rtl.lx_ex_col1_talk01 > .column1::before ,
	.lx_mcol_rtl.lx_ex_col2_talk01 > .column2::before ,
	.lx_mcol_rtl.lx_ex_col3_talk01 > .column3::before ,
	.lx_mcol_rtl.lx_ex_col4_talk01 > .column4::before ,
	.lx_mcol_rtl.lx_ex_col5_talk01 > .column5::before ,
	.lx_mcol_rtl.lx_ex_col1_talk02 > .column1::before ,
	.lx_mcol_rtl.lx_ex_col2_talk02 > .column2::before ,
	.lx_mcol_rtl.lx_ex_col3_talk02 > .column3::before ,
	.lx_mcol_rtl.lx_ex_col4_talk02 > .column4::before ,
	.lx_mcol_rtl.lx_ex_col5_talk02 > .column5::before ,
	.lx_mcol_rtl.lx_ex_col1_talk03 > .column1::before ,
	.lx_mcol_rtl.lx_ex_col2_talk03 > .column2::before ,
	.lx_mcol_rtl.lx_ex_col3_talk03 > .column3::before ,
	.lx_mcol_rtl.lx_ex_col4_talk03 > .column4::before ,
	.lx_mcol_rtl.lx_ex_col5_talk03 > .column5::before ,
	.lx_mcol_rtl.lx_ex_col1_talk04 > .column1::before ,
	.lx_mcol_rtl.lx_ex_col2_talk04 > .column2::before ,
	.lx_mcol_rtl.lx_ex_col3_talk04 > .column3::before ,
	.lx_mcol_rtl.lx_ex_col4_talk04 > .column4::before ,
	.lx_mcol_rtl.lx_ex_col5_talk04 > .column5::before {
		border-left: 10px solid currentColor;
	}
}

.lx_ex_col1_talk02 > .column1 ,
.lx_ex_col2_talk02 > .column2 ,
.lx_ex_col3_talk02 > .column3 ,
.lx_ex_col4_talk02 > .column4 ,
.lx_ex_col5_talk02 > .column5 {
	background: #FEAD46;
}

.lx_ex_col1_talk02 > .column1::before ,
.lx_ex_col2_talk02 > .column2::before ,
.lx_ex_col3_talk02 > .column3::before ,
.lx_ex_col4_talk02 > .column4::before ,
.lx_ex_col5_talk02 > .column5::before {
	color: #FEAD46;
}

.lx_ex_col1_talk03 > .column1 ,
.lx_ex_col2_talk03 > .column2 ,
.lx_ex_col3_talk03 > .column3 ,
.lx_ex_col4_talk03 > .column4 ,
.lx_ex_col5_talk03 > .column5 {
	background: rgb(156,216,22, 0.4);
}

.lx_ex_col1_talk03 > .column1::before ,
.lx_ex_col2_talk03 > .column2::before ,
.lx_ex_col3_talk03 > .column3::before ,
.lx_ex_col4_talk03 > .column4::before ,
.lx_ex_col5_talk03 > .column5::before {
	color: rgb(156,216,22, 0.4);
}

.lx_ex_col1_talk04 > .column1 ,
.lx_ex_col2_talk04 > .column2 ,
.lx_ex_col3_talk04 > .column3 ,
.lx_ex_col4_talk04 > .column4 ,
.lx_ex_col5_talk04 > .column5 {
	background: rgb(255,132,149, 0.4);
}

.lx_ex_col1_talk04 > .column1::before ,
.lx_ex_col2_talk04 > .column2::before ,
.lx_ex_col3_talk04 > .column3::before ,
.lx_ex_col4_talk04 > .column4::before ,
.lx_ex_col5_talk04 > .column5::before {
	color: rgb(255,132,149, 0.4);
}


@media screen and (max-width: 767px) {
	.lx_talk_col_sp {
		--width-content-margin: 15px;
	}
	.lx_talk_col_sp > .column1 {
		width: calc(25% * var(--width-content-base) - 2 * var(--width-content-margin));
		max-width: calc(0.25 var(--width-content-area) - 2 * var(--width-content-margin));
	}
	.lx_talk_col_sp > .column2 {
		width: calc(75% * var(--width-content-base) - 2 * var(--width-content-margin));
		max-width: calc(0.75 * var(--width-content-area) - 2 * var(--width-content-margin));
	}

	.lx_talk_col_sp.lx_mcol_rtl {
		flex-direction: row-reverse;
	}
}

body:not(.in-editor).multi3Overview .lx_talk_recommend {
	display: none;
}

.lx_talk_recommend .basic-list2.thumnail .tabItems > li.act {
	display: none;
}


/*==== フローティングバナー ====*/
body:not(.in-editor) .lx_howto_floatBnr > .column {
	position: fixed;
	bottom: 80px;
}
.lx_howto_floatBnr .column > .panel.no-img .note_tx {
	display: none;
}
body:not(.in-editor) .lx_howto_floatBnr .column > .panel.no-img {
	display: block;
	z-index: 10;
	position: relative;
    margin: auto -85px auto auto;
    max-width: 200px;

	opacity: 0;
	transform: translateX(50px);
	transition: var(--common-trans);
}
body:not(.in-editor) .lx_howto_floatBnr .column > .panel.no-img.is-visible {
	opacity: 1;
	transform: translate(0);
}

.lx_howto_floatBnr .column > .panel.no-img a {
    display: block;
    padding: 0;
	background: #fff;
	border-radius: 5px;
}

.lx_howto_floatBnr .column > .panel.no-img a .text {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 15px 15px 10px;
	white-space: nowrap;
	font-size: 18px;
	background-color: transparent;
	color: #001027;
	border-radius: 5px;
	overflow: hidden;
	z-index: 10;
}
.lx_howto_floatBnr .column > .panel.no-img a .text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: #8FC31F;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.5s ease;
	z-index: -1;
}
.lx_howto_floatBnr .column > .panel.no-img a:hover .text {
	color: #fff;
}
.lx_howto_floatBnr .column > .panel.no-img a:hover .text::before {
	transform: translate(-50%, -50%) scale(1);
	background: #8FC31F;
}
.lx_howto_floatBnr .column > .panel.no-img a::after {
	display: none;
}
.lx_howto_floatBnr .column > .panel.no-img a span.caption {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
}
.lx_howto_floatBnr .column > .panel.no-img a span.caption::before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    background: url("../../resources/sw_img_support/howto/char_face_w.png") no-repeat center / contain;
    left: -100%;
    opacity: 0.1;
}
.lx_howto_floatBnr .column > .panel.no-img a span.caption::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    background: url("../../resources/sw_img_support/howto/char_face_s.png") no-repeat center / contain;
    right: -100%;
    opacity: 0.1;
}
.lx_howto_floatBnr .column > .panel.no-img a .icon_rear {
    font-weight: 400;
    display: inline-block;
    font-size: 11px;
    background-color: #ff3333;
    color: #fff;
    padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
	.lx_howto_floatBnr .column > .panel.no-img {
		display: none;
	}
}


/*== 架空のサイトのLP demo ====*/
[data-page-marker~="lx_howto_fictitious"] #promos3 .lx_talk_recommend,
[data-page-marker~="lx_howto_fictitious"] #promos3 .promos > .teaser.style1,
[data-page-marker~="lx_howto_fictitious"] .ax_other,
[data-page-marker~="lx_howto_fictitious"] #site-info .fx_frame3 {
	display: none!important;
}