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

html {
	font-size: 62.5%;
}

body {
	color: #333;
}

img{
	width: 100%;
}



.u-show_sp {
	display: none;
}

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

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

.media_1023 {
	display: none;
}




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

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

.l-ovenwear_au-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 0 80px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-ovenwear_au-nav li {
	width: calc(100% / 2);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


.l-ovenwear_au-nav li a {
	color: rgba(255, 255, 255, .9);
	background: #333f4f;	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%;
}


.l-ovenwear_au-nav li a:link,
.l-ovenwear_au-nav li a:visited {
	color: #fff;
}

.l-ovenwear_au-nav li a:link:hover,
.l-ovenwear_au-nav li a:visited:hover {
	color: #fff;
}

.l-ovenwear_au-nav li a:hover {
	opacity: 0.7;
}

.l-ovenwear_au-nav 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: rgba(255, 255, 255, 1);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media (max-width: 1023px) {
	
	.l-ovenwear_au-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
		margin: 30px 0;
	}

	.l-ovenwear_au-nav li {
		width: calc(100% / 2);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #AA9977;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.l-ovenwear_au-nav li:not(:nth-child(even)) {
		border-right: 1px solid #fff;
	}


	.l-ovenwear_au-nav li a {
		padding: 25px 0;
		display: block;
		font-size: 16px;
	}

	.l-ovenwear_au-nav li a::after {
		bottom: 15px;
		width: 7px;
		height: 7px;
		top: inherit;
		left: 0;
		right: 0;
		margin: auto;
	}

}

@media (max-width: 767px) {
	.section_block&gt;ul&gt;li:nth-child(3)&gt;a {
		padding: 11px 0 22px;
	}

	.section_block&gt;ul&gt;li:nth-child(4)&gt;a {
		padding: 11px 0 22px;
	}

	.l-ovenwear_au-nav {
		font-size: 11px;
	}

	.l-ovenwear_au-nav li a {
		font-size: 11px;
	}

}
  
  .linkarea_title {
	text-align: left;
  }
  
  
  /*.l-colom_sectiontext {
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	display: inline-block;
	padding-top: 10px;
  }*/
  
  .line_vertical {
	  width: 1px;
	  height: 330px;
	  background-color: #ccc;
	  margin-top: -30px;
  }
  
  
  .inner_flex {
	display: flex;
	max-width: 800px;
	margin: 60px auto 0px;
	align-items: center;
  }
  
  .vertical_flex {
	  display: flex;
	  align-items: center;
	  /*padding-right: 20px;*/
  }

  .vertical_flex_l {
	display: flex;
	align-items: center;
	/*padding-left: 20px;*/
	order: 1;
}
  
  .inner_txt {
	padding: 0px 110px 0px 0px;
  }

  .inner_txt_r {
	padding: 0px 0px 0px 110px;
	order: 2;
  }

  @media (max-width: 1023px) {

	.inner_flex {  
	max-width: 600px;
	}

	.inner_txt {
		padding: 0px 70px 0px 0px;
	}

	.inner_txt_r {
		padding: 0px 0px 0px 70px;
	}

	.h3_txt {
		/*padding-left: 15px;
		padding-right: 15px;*/
		letter-spacing: 10px;
	}

	.line_vertical {
		height: 275px;
		margin-top: -10px;
	}

}

@media (max-width: 767px) {

	.inner_txt {
		/*padding: 0px 10px 0px 0px;*/
		padding: 0px 20px;

	}

	.inner_txt_r {
		/*padding: 0px 0px 0px 10px;*/
		padding: 0px 20px;	}

	.h3_txt {
		padding-left: 15px;
		padding-right: 15px;
		letter-spacing: 10px;
	}

.vertical_flex {
padding-right: 0px;
}

.vertical_flex_l {
padding-left: 0px;
}

.line_vertical {
    height: 260px;
    margin-top: -30px;
}

.inner_flex {  
	max-width: 100%;
	margin: 40px auto 20px;
	}
	
}
/*-------------------------------------
flex_linktxt
------------------------------------- */

.flex_linktxt {
	display: flex;
	justify-content: space-between;
	margin: -20px 0 30px;
}

.linktxt {
	width:49%;
	font-size: 14px;
}
.linktxt a {
	color: #cc8855 !important;
}

.linktxt a:hover {
	opacity: 0.5;
}

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


.l-content {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
}

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


.section_block {
	max-width: 1000px;
	margin: 0 auto 80px auto;
}

.section_title {
	display: block;
	text-align: center;
}

.section_subtitle {
	display: block;
	text-align: center;
	margin: 30px auto;
}


.l-contents-text {
    line-height: 2;
	margin: 35px 0;
	font-size: 16px;
}

.item_line  {
    margin: 30px 0 40px;
}


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

	
}


/*------------------------
link_box
------------------------ */

.l-section-item__link-center {
	width: 500px;
	margin: 30px auto 80px;
}

.l-section-item__link-center a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #333;
	background-color: #333 !important;
	color: #fff !important;
}

.l-section-item__link-center a {
	width: 100%;
}


.l-section-item__link-center a:link,
.l-section-item__link-center a:visited {
	color: #333;
}

.l-section-item__link-center a:hover,
.l-section-item__link-center a:active {
	background-color: #fff !important;
	/*	border-color: #fff !important;*/
	color: #333 !important;
	border: 1px solid #333;
}


.itempick_link-center a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #333;
	background-color: #333 !important;
	color: #fff !important;
}

.itempick_link-center a {
	width: 100%;
}


.itempick_link-center a:link,
.itempick_link-center a:visited {
	color: #333;
}

.itempick_link-center a:hover,
.itempick_link-center a:active {
	background-color: #fff !important;
	color: #333 !important;
	border: 1px solid #333;
}

.l-section-item__link-center2 {
	width: 500px;
	margin: 60px auto;
}

.l-section-item__link-center2 a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
    border: 1px solid #333;
    background-color: #fff !important;
    color: #333 !important;
}

.l-section-item__link-center2 a {
	width: 100%;
}


.l-section-item__link-center2 a:link,
.l-section-item__link-center2 a:visited {
	color: #333;
}

.l-section-item__link-center2 a:hover,
.l-section-item__link-center2 a:active {
	background-color: #333 !important;
	/*	border-color: #fff !important;*/
	color: #fff !important;
	border: 1px solid #fff;
}

#body &gt; div.g-wrapper &gt; div.l-content &gt; div.section_block &gt; div.section_block &gt; div.section_title &gt; h2 {
	margin: 80px 0 30px;
}

hr{ 
	display: block;
    position: relative;
    top: -5%;
    height: 105% !important;
    border: 1px solid #ccc !important;
    margin: 0px 10px !important;
    padding: 0 !important;}


@media (max-width: 767px) {
	.l-section-item__link-center {
		width: 100%;
		margin: 30px auto 40px;
	}


	.l-section-item__link-center a {
		font-size: 14px;
	}



	.l-section-item__link-center2 {
		width: 100%;
		margin-top: 30px;
	}
	
	hr{ 
		margin: 0px 5px !important;
    }

}





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

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

.section_box {
	margin: 0 auto;
	text-align: center;
	margin: 35px 0 50px;
}

.section_txt {
	font-size:16px;
	line-height: 2;
	text-align: left;
	display: inline-block;
	margin: 30px 0 50px;
}

#body &gt; div.g-wrapper &gt; div.l-content &gt; div.section_block &gt; p:nth-child(6)
{
	margin: 30px 0;
}

.item_box {
    display: flex;
    margin-bottom: 60px;
	text-align: center;
	flex-wrap: wrap;
}

.item_img {
    width: 300px;
    margin: 0px auto 30px;
}

.item_txt {
	font-size: 14px;
	padding: 20px 0;
}

.itempick_tumb_invert {
    order: 2;
    width: 40%;
}

.itempick_invert {
    order: 1;
    width: 58%;
    padding: 0 20px 0 0px;
}

.itempick_tumb {
    order: 1;
    width: 40%;
}

.itempick {
    order: 2;
    width: 58%;
    padding: 0 0px 0 40px;
}
.itempick_title {
    text-align: left;
}

.itempick_h3_txt {
    font-size: 22px;
    text-align: left;
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 2;
}

.itempick_link-center {
    width: 100%;
    margin: 40px auto 0;
}

.itempick_sectiontext {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	display: inline-block;
	padding: 10px 0 30px;
}


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

#body &gt; div.g-wrapper &gt; div.l-content &gt; div.section_title &gt; h2{
	margin: 0px auto 10px;
}

.h2-shoulder {
    font-size: 1.8rem;
}

.h3_txt {
	font-size: 24px;
	/*text-align: left;*/
	font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 1.4;
	padding: 0 10px;
	margin-bottom: 20px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 12px;
}




.flexbox {
    display: flex;
    justify-content: center;
    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;
}


.l-colom_container {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.container_img {
	display: block;
	width: 30%;
}

.container_item {
	display: block;
	margin-left: 20px;
}

.l-colom_text {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	display: inline-block;
}

.l-colom_sectiontext {
	font-size: 16px;
	line-height: 2;
	text-align: left;
	display: inline-block;
	padding-top: 10px;
}

.icon_txt {
	position:relative;
	line-height:2em;
	padding-left:1.2em;
}
.icon_txt:before {
    position: absolute;
    left: 0;
	top:9px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/shopping/user_data/packages/default/img/special/ovenwear_au/img/check_icon.png) no-repeat;
    background-size: contain;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.flexbox_item {
	display: flex;
	justify-content: space-between;
}

.item_2column {
	width:49%;
}

.stature {
	font-size: 14px;
	text-align: left;
	margin-top: 8px;
}



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

/* 1023 */

@media (max-width: 1023px) {


	.itempick_title {
		text-align: left;
	}

	.itempick_link-center {
		margin: 0px auto 0;
	}

	.itempick {
		order: 2;
		width: 58%;
		padding-left: 10px;
	}

	.itempick_h3_txt {
		font-size: 18px;
	}

	.item_img {
		width: 220px;
		margin: 0px auto 30px;
	}


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

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

	.media_1023 {
		display: block;
	}
	
	.l-colom_container {
		margin-bottom: 10px;
	}

	.l-colom_sectiontext {
		font-size: 14px;
	}

	.container_img {
		width: 30%;
	}

	.h3_txt {
		font-size: 20px;
	}

	.section_txt {
	    margin: 30px 0;
	}

	.l-contents-text {
		font-size: 14px;
	}

}

/* 1023 */




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


	.item_img {
		width: 150px;
		margin: 0px auto;
	}
	
	.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: 20px 0;
	}


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


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

	.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 {
		margin: 20px 0 30px;
		text-align: center;
	}

	.container_img {
		display: block;
		width: 40%;
	}

	.container_item {
		display: block;
		margin-bottom: 20px;
	}

	.l-colom_sectiontext {
		font-size: 14px;
	}

	.l-colom_text {
		font-size: 12px;
	}

	.h2_txt {
		font-size: 22px;
		margin:20px 0;
	}

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

	.h3_txt {
		font-size:18px;
		margin-bottom: 10px;
		padding:0px;
	}

	.l-colom_sectiontext {
		display: block; 
	}

	.itempick_h3_txt {
		text-align: left;
		font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
		line-height: 2;
	}

	.itempick_tumb_invert ,
	.itempick_invert {
		width: 100%;
		padding: 0px;
	}

	.itempick_title {
		padding: 0px;
		margin: 20px auto;
	}


	.itempick_tumb ,
	.itempick {
		width: 100%;
		padding: 0px;
	}

	.itempick_sectiontext {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
		display: inline-block;
		padding: 10px 0 0px;
	}

	.itempick_link-center {
		width: 100%;
		margin-top: 30px;
	}


	.itempick_link-center a {
		font-size: 14px;
	}


	.icon_txt {
		font-size: 14px;
	}

.icon_txt:before {
    top: 8px;
}

.stature {
    font-size: 12px;
    text-align: left;
    margin-top: 8px;
}

.flex_linktxt {
    margin: -12px 0 30px;
}

.linktxt {
    width: 46%;
    font-size: 10px;
}


	/* @media */
}
</pre></body></html>