<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

a{color:unset;}

a:hover{
	opacity: 0.7;
}

body{
	margin:0 auto !important;
}

rt{
	font-size: 12px;
}

.no-links {
    pointer-events: none;
    cursor: default;
}

.u-show_sp {
	display: none;
}

.u-hide-media {
	display: block;
}

.show-pc {
    display: inline-block;
}

.u-show-media {
	display: none;
}

.media_1023 {
	display: none;
}

.featurePage.wfix1{
	width: 100vw;
}

.max900 {
	max-width: 750px;
	margin: 0 auto;
}

.mb30{
	margin-bottom:30px;
}

.featureSp{
	display: none;
}

.font_calibri_title{
	display: inline-block;
    width: fit-content;
    vertical-align: inherit;
}

.font_calibri_txt{
	display: inline-block;
    max-width: 180px;
    width: fit-content;
    vertical-align: inherit;
}

.font_calibri_txt2{
	display: inline-block;
    max-width: 110px;
    width: fit-content;
    vertical-align: inherit;
}


@media (max-width: 1023px){
	.contents_wrapper{
	width:94%;
	margin:0 auto;
	}
}

@media (max-width: 767px){
	.mb30{
		margin-bottom:20px;
	}

	rt{
		font-size: 10px;
	}

	.featureSp {
        display: block;
    }

	.font_calibri_title{
		max-width: 230px;
	}

	.font_calibri_txt{
		max-width: 160px;
	}

	.font_calibri_txt2{
		max-width: 95px;
	}
}


/*-------------------------------------
ここまでbase
------------------------------------- */


/*-------------------------------------
nav
------------------------------------- */

.l-section-nav_1col ,.l-section-nav_3col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	font-size: 18px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-section-nav_1col li {
	width: 100%;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.l-section-nav_1col li:first-child{
	border-left: 1px solid #ffffff;
}

.l-section-nav_3col li {
	width: calc(100% / 3);
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.l-section-nav_3col li:first-child{
	border-left: 1px solid #ffffff;
}

.l-section-nav_1col li a ,.l-section-nav_3col li a{
	color: #323333;
	background: #e9e4dc;
	position: relative;
	display: block !important;
	text-align: center;
	padding: 21.5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 1.6;
	height: 100%;
	/* font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}


.l-section-nav_1col li a:link,
.l-section-nav_1col li a:visited {
	color: #323333;
}

.l-section-nav_1col li a:link:hover,
.l-section-nav_1col li a:visited:hover,
.l-section-nav_3col li a:link:hover,
.l-section-nav_3col li a:visited:hover  {
	color: #323333;
}

.l-section-nav_1col li a:hover , .l-section-nav_3col li a:hover{
	opacity: 0.7;
}

.l-section-nav_1col li a::after ,.l-section-nav_3col li a::after  {
	position: absolute;
	display: block;
	content: '';
	top: -2px;
	bottom: 0;
	margin: auto;
	right: 8%;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #323333;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.l-section-nav_1col li a span,.l-section-nav_3col li a span{
	font-size: 16px;
}

@media (max-width: 1023px) {
	
	.l-section-nav_1col,.l-section-nav_3col {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
		margin: 0 0;
	}

	.l-section-nav_1col li{
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
	}

	.l-section-nav_1col li:nth-child(2) a{
		padding: 30px 0;
	}

	.l-section-nav_3col li{
		width: calc(100% / 3);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #ffffff;
	}

	.l-section-nav_1col li a,.l-section-nav_3col li a {
		padding: 25px 0;
		display: block;
	}

	.l-section-nav_1col li a::after ,.l-section-nav_3col li a::after{
		bottom: 15px;
		width: 7px;
		height: 7px;
		top: inherit;
		left: 0;
		right: 0;
		margin: auto;
	}

	.l-section-nav_1col li a span,.l-section-nav_3col li a span{
		font-size: 12px;
	}

}

@media (max-width: 769px) {

	.l-section-nav_1col,.l-section-nav_3col {
		font-size: 12px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

}



/*-------------------------------------
l-content
------------------------------------- */

.section_title {
	display: block;
	text-align: center;
	margin: 80px auto 60px;
}

/*------------------------
fadein
------------------------ */


  /*アニメーション要素のスタイル*/
  .animation{
	opacity : 0;
	visibility: hidden;
	transition: 2.5s;
	transform: translateY(30px);
  }
  /*アニメーション要素までスクロールした時のスタイル*/
  .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }

  .fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 2s;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fade-in-bottom {
	opacity: 0;
	animation-name: fadein-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
 }

 @keyframes fadein-bottom {
	0% {
	   opacity: 0;
	   transform: translateY(20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
 }

/*------------------------
section
------------------------ */

.text_right {
    display: block;
    float: right;
	margin-right: 80px;
}


.bg_gray {
    background: #f3f3f3;
    padding: 10px 0px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}


.main-mv {
	margin-bottom: 40px;
}


.section_txt {
	font-size:16px;
	line-height: 2;
	text-align: left;
	margin: 60px 0;
}



.h2_txt {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    font-size: 32px !important;
    text-align: center;
    margin: 40px auto 30px;
    font-weight: normal;
}

/*.h2_txt span{
    display: block;
    font-size: 26px;
	margin: 0 0 10px;
}*/

.h2_bg{
	background-color: #e9e4dc;
	padding: 7px 0;
	margin: 0 calc(50% - 50vw) !important;
}

.title_bg{
	background: #c6b7a2;
    padding: 10px 0;
}

.icon_title{
	display: flex;
    align-items: center;
    justify-content: center;
}

.octagon {
    background: #c6b7a2;
    width: 25px;
    display: inline-block;
    height: 25px;
    margin-right: 10px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.h4_txt {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    font-size: 30px;
    text-align: center;
    margin: 50px auto -30px;
    font-weight: normal;
}


.h2-shoulder {
    font-size: 26px !important;
}

.h3_txt {
    font-size: 26px;
    text-align: center;
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    line-height: 1.6;
    margin:30px auto;
}

.h3_txt_left{
	text-align: left !important;
    margin-bottom: 0px !important;
    font-size: 36px !important;
}

.arrow_box{
	margin: -40px auto 30px;
    display: inline-flex;
    width: 48%;
	text-align: center;

}

.arrow{
	max-width: 85px;
    margin: 0 auto;
    display: block;
}

.text_link{
	color: #a97;
    text-decoration: 1px underline;
    margin: 20px auto 0;
	text-align: center;
}

.text_link a{
	transition: all 0.35s;
}

.text_link a:hover{
	opacity: 0.7;
}



.feature_linkBtn.gry{
	background: #888;
    color: #fff;
    padding: 10px 0;
    max-width: 350px;
}

.feature_linkBtn.gry a{
	transition: all 0.35s;
}

.feature_linkBtn.gry a:hover{
	opacity: 0.7;
}

.flexbox {
    display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    align-items: center;
}


.l-colom_tumb {
	order: 1;
	width: 48%;
}

.linkarea {
	order: 2;
	width: 52%;
	padding: 0px 0 0 20px;
}


.l-colom_tumb_invert {
	order: 2;
	width: 52%;
}

.linkarea_invert {
	order: 1;
	width: 52%;
	padding: 0 20px 0 0px;
}

.linkarea_title {
	text-align: center;
}






/*-------------------------------------
media
------------------------------------- */

/* 1023 */

@media (max-width: 1023px) {

	.linkarea_invert {
		padding: 0 9px 0 0px;
	}

	.h2-shoulder {
		font-size: 16px;
	}

	.h2_txt {
		font-size: 18px;
	}
	/*.h2_txt span{
		font-size: 14px;
	}*/

	.pagetop {
		bottom: 2%;
		right: 3%;
	}

	.pagetop a {
		width: 35px;
		height: 35px;
	}

	.pagetop a::after {
		bottom: 10px;
		width: 10px;
		height: 10px;
	}

	.linkarea_title {
		padding: 0px 0 20px;
	}

	.linkarea {
		order: 2;
		width: 50%;
		padding: 0px 0 0 20px;
	}

	.media_1023 {
		display: block;
	}

	.h3_txt {
		font-size: 19px;
		line-height: 1.4;
	}

	.section_txt {
	    margin: 40px 0;
	}


}

/* 1023 */




/* @media */
@media (max-width: 767px) {

	.section_title {
		display: block;
		text-align: center;
		margin: 60px auto 20px;
	}

	.linkarea_title .h3_txt{
		margin-bottom:10px;
	}

	.arrow_box {
		margin: -20px auto 20px;
		display: inline-flex;
		width: 100%;
	}

	.heading_txt {
		padding: 30px 0 0px;
	}

	.heading_txt:before {
		position: absolute;
		bottom: -6px;
		left: calc(50% - 40px);
		width: 76px;
		height: 3px;
		content: '';
		border-radius: 3px;
		background: #a0868b;
	}
	
	.media_1023 {
		display: none;
	}

	.u-hide-media {
		display: none;
	}

	.u-show-media {
		display: inline-block;
	}

	.u-show_sp {
		display: block;
	}

	.section_txt {
		font-size: 14px;
		line-height: 2;
		margin: 40px 0;
	}


	.main-mv {
		margin-bottom: 30px;
	}


	.flexbox {
		display: block;
		margin-bottom: 40px;
	}

	.l-colom_tumb , .l-colom_tumb_invert {
    	width: 100%;
    	display: block;
    	padding: 0%;
    	margin: 0 auto;
    	line-height: 0;
	}

	.linkarea , .linkarea_invert {
		order: 2;
		width: 100%;
		padding: 0px;
	}


	.linkarea_title {
		padding: 20px 0 0;
		text-align: left;
		font-size: 14px;
	}


	.h2_txt {
		font-size: 19px !important;
	}

	.h2_txt span{
		font-size: 16px;
	}

	.sp_sub {
		font-size: 19px;
		margin: 30px 0 -30px;
	}

	.h4_txt {
		font-size: 19px;
		margin: 30px 0 -10px;
	}
	.h2-shoulder {
		font-size: 16px !important;
	}

	.h3_txt {
		font-size: 18px !important;
		margin:0 auto;
		line-height: 1.6;
		letter-spacing: -0.2px;
	}

	.h3_txt_left{
		text-align: left;
		margin-bottom: 0px;
		font-size: 30px !important;
		line-height: 1;
	}

	.wide_width {
		margin: 0 calc(50% - 50vw) 30px;
		width: 100vw;
	}

	.show-pc {
		display: none;
	}

	.text_right {
		display: block;
		float: right;
		margin-right: 50px;
	}

	/* @media */
}


span.underline{
	background-repeat: repeat-x;
	background-size: 1.6em 0.6em, 1.6em 0.2em, 4.1em 0.3em, 3.2em 0.3em;
    background-position: right bottom;

    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(246,89,115,0)), color-stop(0.1, rgba(246,89,115,0.02)), color-stop(0.5, rgba(184, 199, 229,1)), color-stop(0.98, rgba(246,89,115,0)), to(rgba(246,89,115,0)) );
    background-image:
            -webkit-radial-gradient(center center,0.2em 0.1em,rgba(184, 199, 229, 1) 0,rgba(246,89,115,0) 0.1em,rgba(246,89,115,0) 0.2em),
            -webkit-radial-gradient(center center,0.4em 0.1em,rgba(184, 199, 229, 1) 0,rgba(246,89,115,0) 0.3em,rgba(246,89,115,0) 0.4em),
            -webkit-radial-gradient(center center,0.7em 0.1em,rgba(184, 199, 229, 1) 0,rgba(246,89,115,0) 0.6em,rgba(246,89,115,0) 0.7em),
            -webkit-radial-gradient(center center,7.1em 0.1em,rgba(184, 199, 229, 1) 0,rgba(246,89,115,0) 7em,rgba(246,89,115,0) 7.1em);
	background-image: 
	radial-gradient(2.4em 0.3em at center center, rgba(184, 199, 229, 1), rgba(246, 89, 115, 0)), 
	radial-gradient(1.4em 0.1em at center center, rgba(184, 199, 229, 1), rgba(246, 89, 115, 0)), 
	radial-gradient(1.7em 0.4em at center center, rgba(184, 199, 229, 1), rgba(246, 89, 115, 0)), 
	radial-gradient(12.1em 0.1em at center center, rgba(184, 199, 229, 1), rgba(246, 89, 115, 0));
}

.good_txt{
    display: block;
    font-size: 18px;
    margin: 0 0 20px;
}

.good_txt span{
    text-underline-offset: 3px;
    text-decoration-line: underline;
    text-decoration-thickness: 6px;
    text-decoration-color: #e8e082;
}

.center_txt{
	text-align: center;
}

a.link{
	border-bottom: solid 1px #333;
    display: inline;
    transition: all 0.35s;
	color: #333 !important;
}


.h2_blue{
	background-color: #e0eaf6;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2c4d75;
	padding: 7px 0;
	margin: 0 calc(50% - 50vw) !important;
}

.h2_blue:before{
  content: "";
  flex-grow: 1;
  max-width:320px;
  height: 1px; /* 線の太さ */
  background: #2c4d75; /* 線の色 */
  margin:0 1em 0 0.85em; /* 文字と線の余白 */
}
.h2_blue:after {
	content: "";
	flex-grow: 1;
	max-width:320px;
	height: 1px; /* 線の太さ */
	background: #2c4d75; /* 線の色 */
	margin:0 0.85em 0 1em; /* 文字と線の余白 */
}

.point_box{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	margin: 50px 0 20px;
}

.point_title{
	width: 25%;
    font-size: 22px;
    padding: 0 1.5em;
    position: relative;
}

.point_title img{
	position: absolute;
    top: -45%;
    right: 25%;
    width: 30%;
}

.point_text{
    width: 70%;
	padding: 0 0 0 1em;
}

.series_box{
	margin: 60px 0 60px;
}

/* 1023 */

@media (max-width: 1023px) {

	.point_box{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		margin: 50px 0 20px;
	}
	
	.point_title{
		width: 30%;
		font-size: 22px;
		padding: 0 2em;
		position: relative;
	}
	
	.point_title img{
		position: absolute;
		top: -35%;
		right: 15%;
		width: 30%;
	}
	
	.point_text{
		width: 60%;
		padding: 0 0 0 1em;
	}

	.series_box{
		margin: 60px 0 60px;
	}
}




/* @media */
@media (max-width: 767px) {


	.good_txt{
		display: block;
		font-size: 16px;
		margin: 0 0 20px;
	}


.point_box{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	margin: 50px 0 20px;
}

.point_title{
	width: 30%;
    font-size: 18px;
    padding: 0 0.5em;
    position: relative;
}

.point_title img{
	position: absolute;
    top: -60%;
    right: 13%;
    width:45%;
}

.point_text{
    width: 100%;
	padding: 0;
	font-size: 14px;
}

.series_box{
	margin: 40px 0 40px;
}
}


/* @media */
@media (max-width: 400px) {
	.point_title img{
		position: absolute;
		top: -50%;
		right: 5%;
		width: 60%;
	}
}




/*add*/

/* anker */
.col_wrapper{
    display: flex;
    margin: 60px auto 60px;
    gap: 30px;
}

.col_wrapper2{
    display: flex;
    margin: 60px auto 60px;
    gap: 30px;
	flex-direction: row-reverse;
}

.col_img2cell{
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;*/
    width: 50%;
}

.col_img_single{
    width: 50%;
    padding: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col_img_single a{
    /* color:#aa9977; */
	text-decoration: underline;
}


.col_txt_area{
    width: 50%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px auto;
    font-size:16px;
    transition: all 0.35s;
}

.col_txt_area a{
    color:#aa9977;
}

.col_txt_area a:hover{
    opacity: 0.7;
}

.col_wrapper3{
	background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
    border: 1px dotted #323333;
}


/* item */
.item_wrapper{
	margin: 0 0 120px;
}

.section_lead{
	text-align: center;
}

.items_3colbox {
    margin: 60px auto 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

.items_2colbox a,
.items_3colbox a {
    transition: all 0.35s;
}

.items_2colbox a:hover,
.items_3colbox a:hover {
    opacity: 0.7;
}

.items_3colbox .product_link{
    margin: 20px 0 0;
	text-decoration: underline;
}
.items_3colbox .attention{
	font-size: 14px;
	color:#ee2200;
}

.feature_linkBtn.gray a{
	display: block;
    padding: 18px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    border: 1px solid #d4d4d4;
    background-color: #d4d4d4 !important;
    color: #323333 !important;
}

@media (max-width: 767px){

	/* anker */
	.col_wrapper,.col_wrapper2 {
		margin: 40px auto 20px;
		gap: 20px;
		flex-direction: column;
	}

	.col_img2cell {
		width: 100%;
	}

	.col_img_single {
		width: 100%;
		margin: 0 auto;
		order: 1;
		font-size: 14px;
		padding: 0;
		gap: 20px;
	}

	.col_txt_area {
		width: 100%;
		padding-left: 0px;
		margin: 20px auto 0;
		font-size: 14px;
		order: 2;
	}

	.coming_soon{
		max-width: 80px !important;
	top: -25px;
	right: -15px;
	}

	.col2_fleximg_bg{
		top: 0;
		width: 90%;
		padding: 5% 20px;
		font-size: 16px;
		background-image: url(/Contents/default/img/special/mix_and_match_style/img/frame_img1_sp.png);
	}

	.col_wrapper3{
		background-color: #f0f0f0;
		padding: 10px;
		text-align: center;
		border: 1px dotted #323333;
		font-size: 14px;
		letter-spacing: -1px;
	}
	

	/* item */
	.item_wrapper{
		margin: 0 0 80px;
	}

	.section_lead{
		text-align: center;
		font-size: 14px;
	}

	.items_3colbox {
		margin: 20px auto 40px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		font-size: 14px;
		text-align: center;
	}

	.items_3colbox .product_link{
		margin: 10px 0 0;
	}

	.items_3colbox .attention{
		font-size: 12px;
		color:#ee2200;
	}


}</pre></body></html>