@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..500&display=swap');


@media screen and (max-width: 767px) {
	.pc_only{display: none;}
	.radius-left{
		border-radius: 50px 0 0 0;
	}
	.radius-right{
		border-radius: 0 50px 0 0;
	}

	#Main {
		padding-bottom: 0;
	}

	.mv{
		background: url(/special/polaris_boden/img/mv_sp.png) center top no-repeat;
		background-size: 100% auto;
		padding-top: 127%;
		height: 0;
		overflow: hidden;
    }

	.text_brown {
		color: #b07d62;
	}

	section {
		font-family: 'Noto Sans Jp', sans-serif;
	}

	section .sec_inner {
		padding: 0 20px;
	}

	section .sec_title {
		font-size: 226.801452%;
		font-weight: 300;
		line-height: 0.7;
		text-align: center;
	}

	section .sec_title small {
		font-size: 42.8571429%;
		font-weight: 300;
	}

	section .sec_copy {
		font-size: 162.001037%;
		line-height: 1.3;
	}

	section .sec_copy small {
		font-size: 48%;
	}

	section:not(.shoplist) .md_txtM {
		font-size: 71.28%;
	}

	section .flex_box {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 25px;
	}

	section .flex_box > .flex_box_item {
/*		width: 100%;*/
	}

	section .flex_box.pc_flexible > .flex_box_image_item {
		width: max-content;
		margin: 0 auto;
	}

	section .gray_btn {
		color: #ffffff;
		background-color: #3f3a39;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
		min-width: inherit;
		max-width: 198px;
		height: 38px;
		padding: 0 10px;
		border-radius: 20px;
		margin-left: auto;
		margin-right: auto;
		font-size: 77.7604977%;
		font-weight: 400;
	}

	section .gray_btn::before {
		background: url(/special/polaris_boden/img/icon_arrow.svg) no-repeat center center;
		background-size: 100% auto;
		content: "";
		position: relative;
		width: 6px;
		height: 10px;
	}

	#overview p {
		font-size: 77.7604977%;
	}

	#overview .flex_box {
		gap: 5px;
	}

	#overview .flex_box .flex_box_image_item {
		width: 65%;
		max-width: 400px;
	}

	#fatures {
		background: url(/special/polaris_boden/img/bg_fatures_sp.png) no-repeat center center;
		background-size: 100% auto;
		height: calc(1000 / 750 * 100vw);
		display: flex;
		justify-content: stretch;
		align-items: center;
	}

	#fatures > .sec_inner {
		width: 100%;
	}

	#fatures .fatures_item {
		background-color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 20px;
		padding: 24px 10px;
	}

	#fatures .fatures_item p {
		font-size: 77.7604977%;
	}

	.product_image {
		text-align: center;
	}

	.product_name {
		color: #b07d62;
		font-size: 100%;
		text-align: center;
	}

	.product_text {
		font-size: 77.7604977%;
	}

	.shoplist {
		font-size: 100%!important;
	}

	.shoplist .ly_colTable.st_lyColTblCol3.ly_secL {
		font-size: 100%!important;
	}

	.shoplist .md_btn06 {
		color: #808080;
		border-color: #000000;
	}

	#polaris {
		background-color: #ebdfd8;
		padding: 55px 0 58px;
	}

	#polaris .logo_image {
		width: 236px;
		margin: 0 auto;
	}

	footer {
		background-color: #3f3a39;
		padding: 10px 24px;
	}

	footer > #copyright {
		color: #ffffff;
		font-size: 83.333333%;
		font-weight: 200;
		text-align: center;
		letter-spacing: 0.1em;
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.sp_only{display: none;}
	.color-box{
		padding-top: 66px;
	}

	.box-item {
        max-width: 1600px
    }

	main * {
		box-sizing: border-box;
	}

	#Main {
		padding-bottom: 0;
	}

	.mv {
		background: url(/special/polaris_boden/img/mv_pc.png) center top no-repeat;
		height: 0;
		padding-top: 650px;
		overflow: hidden;
		margin-bottom: 46px;
    }

	.text_brown {
		color: #b07d62;
	}

	section {
		font-family: 'Noto Sans Jp', sans-serif;
	}

	section .sec_inner {
		width: 100%;
		max-width: 1380px;
		padding: 0 50px;
		margin: 0 auto;
	}

	section .sec_title {
		font-size: 336.962157%;
		font-weight: 300;
		line-height: 0.8;
		text-align: center;
	}

	section .sec_title small {
		font-size: 46.1538462%;
		font-weight: 300;
	}

	section .sec_copy {
		font-size: 207.36%;
		line-height: 1.3;
	}

	section .sec_copy small {
		font-size: 56.25%;
	}

	section .flex_box {
		display: flex;
	}

	section .flex_box.pc_flexible {
		gap: 5.85%;
	}

	section .flex_box.pc_flexible > .flex_box_image_item {
		width: max-content;
		flex: 0 0 auto;
	}

	section .flex_box.pc_2col {
		gap: 100px 7.8%;
		flex-wrap: wrap;
	}

	section .flex_box.pc_2col > .flex_box_item {
		width: calc(100% / 2 - 7.8% / 2);
	}

	section .flex_box.pc_3col {
		gap: 20px;
		flex-wrap: wrap;
	}

	section .flex_box.pc_3col > .flex_box_item {
		width: calc(100% / 3 - 20px * 2 / 3);
	}

	section .gray_btn {
		color: #ffffff;
		background-color: #3f3a39;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		min-width: inherit;
		max-width: 436px;
		height: 77px;
		padding: 0 10px;
		border-radius: 40px;
		margin-left: auto;
		margin-right: auto;
		font-size: 155.520995%;
		font-weight: 400;
	}

	section .gray_btn:hover {
		opacity: 0.8;
	}

	section .gray_btn::before {
		background: url(/special/polaris_boden/img/icon_arrow.svg) no-repeat center center;
		background-size: 100% auto;
		content: "";
		position: relative;
		width: 12px;
		height: 21px;
	}

	#overview p {
		font-size: 116.640747%;
	}

	#overview .sec_inner {
		max-width: 1160px;
	}

	#overview .flex_box {
		align-items: center;
	}

	#overview .flex_box .flex_box_image_item {
		max-width: 320px;
	}

	#fatures {
		background: url(/special/polaris_boden/img/bg_fatures_pc.png) no-repeat center center;
		height: 737px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#fatures .fatures_item {
		background-color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 40px;
		padding: 15px 10px;
		min-height: 336px;
	}

	#fatures .fatures_item p {
		font-size: 155.520995%;
	}

	.product_image {
		text-align: center;
		aspect-ratio: 590 / 190;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.product_name {
		color: #b07d62;
		font-size: 155.520995%;
		text-align: center;
	}

	.product_text {
		font-size: 116.640747%;
	}

	.shoplist {
		font-size: 100%!important;
	}

	.shoplist .ly_colTable.st_lyColTblCol3.ly_secL {
		font-size: 100%!important;
	}

	.shoplist .md_btn06 {
		color: #808080;
		border-color: #000000;
	}

	#polaris {
		background-color: #ebdfd8;
		padding: 110px 0 115px;
	}

	#polaris .logo_image {
		width: max-content;
		margin: 0 auto;
	}

	footer {
		background-color: #3f3a39;
		padding: 18px 24px;
	}

	footer > #copyright {
		color: #ffffff;
		font-size: 100%;
		font-weight: 200;
		text-align: center;
		letter-spacing: 0.1em;
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.mv {
		background: url(/special/polaris_boden/img/mv_pc.png) center top no-repeat;
		background-size: auto 100%;
		height: 0;
		padding-top: calc(650 / 1280 * 100vw);
		overflow: hidden;
    }
}
