@charset "utf-8";
/* CSS Document */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.col12, .container-field {
  width: 100%
}
/*アウター用CSS*/
.grid {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row
}
.col12, .col4, .col5, .col6, .col7, .col9 {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px;
}
.col9 {
  width: 75%;
}
.col7 {
  width: 58.333%;
}
.col6 {
  width: 50%;
}
.col5 {
  width: 41.667%;
}
.col4 {
  width: 33.333%;
}
/*汎用CSS=============================================*/
.no-gutter {
  padding: 0 !important
} /*パディング０用CSS*/
.img-responsive {
  width: 100%;
  height: auto
} /*画像をボックスに対して100%に設定するCSS*/
.pad_B5 {
  padding-bottom: 5px;
}
.pad_B15 {
  padding-bottom: 15px;
}
.pad_B25 {
  padding-bottom: 25px;
}
.pad_B35 {
  padding-bottom: 35px;
}
.pad_R5 {
  padding-right: 5px;
}
.pad_R15 {
  padding-right: 15px;
}
.pad_R25 {
  padding-right: 25px;
}
.pad_R35 {
  padding-right: 35px;
}
.pad30 {
  padding: 30px auto;
}
.mar_T5 {
  margin-top: 5px;
}
.mar_T15 {
  margin-top: 15px;
}
.mar_T25 {
  margin-top: 25px;
}
.mar_T35 {
  margin-top: 35px;
}
.mar_T50 {
  margin-top: 50px;
}
.mar_B5 {
  margin-bottom: 5px;
}
.mar_B15 {
  margin-bottom: 15px;
}
.mar_B25 {
  margin-bottom: 25px;
}
.mar_B35 {
  margin-bottom: 35px;
}
.mar_B40 {
  margin-bottom: 40px;
}
.mar_L5 {
  margin-left: 5px;
}
.mar_L15 {
  margin-left: 15px;
}
.mar_L25 {
  margin-left: 25px;
}
.mar_L35 {
  margin-left: 35px;
}
.mar_R5 {
  margin-right: 5px;
}
.mar_R15 {
  margin-right: 15px;
}
.mar_R25 {
  margin-right: 25px;
}
.mar_R35 {
  margin-right: 35px;
}
h1,h2,h3{
	margin: 0;
	padding: 0;
}
.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.alignT {
  vertical-align: top;
}
.alignB {
  vertical-align: bottom;
}
.alignC {
  text-align: center !important;
}
.alignR {
  text-align: right !important;
}
.alignL {
  text-align: left !important;
}
.fontsize15 {
  font-size: 15px !important;
}
.red {
  color: #d8205d;
  font-weight: bold;
}
.gold {
  color: #9a7636;
  font-weight: bold;
}
.ffM {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 1px;
}
.ffg {
  font-family: "Helvetica Neue", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
  font-weight: 400;
  letter-spacing: 0;
}
small {
  font-size: 50%;
}
.PC_brand_N0635 #brandWrap{
  width: 100%;
  max-width: 980px;
  min-width: 320px;
  margin: 0 auto;
}
.PC_brand_N0635 #brandWrap p {
  font-size: 18px;
  line-height: 1.7em;
	padding: 0;
	margin: 0;
  letter-spacing: 1px;	
}
.PC_brand_N0635 #brandWrap h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
}
.PC_brand_N0635 #brandWrap h3,
.PC_brand_N0635 #brandWrap h4
{
  font-weight: bold;
  letter-spacing: 2px;	
}
.PC_brand_N0635 #brandWrap h4{
	font-size: 18px;
	margin: 20px 0 10px;
}
.PC_brand_N0635 #brandWrap {
  text-align: center;
}
.PC_brand_N0635 #brandWrap ul{
	margin: 0;
	padding: 0;	
}
.PC_brand_N0635 #brandWrap ul li{
	list-style: none;
}

/*吹き出し風タイトル////*/
.PC_brand_N0635 #brandWrap .balloon {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 2px #525252;
  padding: 16px;
  text-align: center;
  margin: 50px 0;
}
.PC_brand_N0635 #brandWrap .balloon:before, .PC_brand_N0635 #brandWrap .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.PC_brand_N0635 #brandWrap .balloon:before {
  border: solid 12px transparent;
  border-top: solid 12px #525252;
}
.PC_brand_N0635 #brandWrap .balloon:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
/*///吹き出し風タイトル*/


.PC_brand_N0635 #brandWrap .title-line{
position: relative;
display: inline-block;
padding: 0 55px;
color: #000000;
margin-bottom: 20px;
}

.PC_brand_N0635 #brandWrap .title-line:before, .PC_brand_N0635 #brandWrap .title-line:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}
.PC_brand_N0635 #brandWrap .title-line:before {left:0;}
.PC_brand_N0635 #brandWrap .title-line:after {right: 0;}

/*カギカッコタイトル////*/
.PC_brand_N0635 #brandWrap .kagi {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
}
.PC_brand_N0635 #brandWrap .kagi:before, .PC_brand_N0635 #brandWrap .kagi:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.PC_brand_N0635 #brandWrap .kagi:before {
  border-left: solid 4px #ad0000;
  border-top: solid 4px #ad0000;
  top: 0;
  left: 0;
}
.PC_brand_N0635 #brandWrap .kagi:after {
  border-right: solid 4px #ad0000;
  border-bottom: solid 4px #ad0000;
  bottom: 0;
  right: 0;
}
/*////カギカッコタイトル*/

.PC_brand_N0635 #brandWrap .brand_list{
	background: url("/html/brand_detail/img/PC_brand_N0635_bg01.png") repeat-y;
	padding: 0 30px 30px;
}
.PC_brand_N0635 #brandWrap .brand_list h2{
	margin: 50px 0 20px;
}
.PC_brand_N0635 #brandWrap .brand_list .item_wrap{
	max-width: 800px;
	margin: 30px auto;
}

.PC_brand_N0635 #brandWrap .brand_list .imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 340px;	/*画像の幅*/
	height: 360px;	/*画像の高さ*/
}
.PC_brand_N0635 #brandWrap .brand_list .imgWrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	margin: 0 auto;
}
.PC_brand_N0635 #brandWrap .brand_list .imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.PC_brand_N0635 #brandWrap .brand_list .item_01{
	background-color: #946565;
	padding: 30px;
	color: #fff;
}
.PC_brand_N0635 #brandWrap .brand_list .item_02{
	background-color: #d8205d;
	padding: 30px;
	color: #fff;
}
.PC_brand_N0635 #brandWrap .brand_list .item_txt{
	margin: 20px 0;
}
.PC_brand_N0635 #brandWrap .brand_list .item_name{
	margin: 20px 0;
	font-size: 28px;
	line-height: 1.2;
}
.PC_brand_N0635 #brandWrap .brand_list .item_name span{
	font-size:20px;
}
.PC_brand_N0635 #brandWrap .brand_list .more{
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 16px;	
	 transition: .4s;
}
.PC_brand_N0635 #brandWrap .brand_list .item_01 .more:hover{	
	background-color: #fff;
	color: #946565;
}
.PC_brand_N0635 #brandWrap .brand_list .item_02 .more:hover{	
	background-color: #fff;
	color:#d8205d;
}

.PC_brand_N0635 #brandWrap #theone .sec01 {
  background-color:#FAF5F7;
  padding: 50px;
	margin: 50px 0 0;
}

.PC_brand_N0635 #brandWrap #theone .sec02{
  background: url("/html/brand_detail/img/PC_brand_N0635_bg02.jpg") no-repeat left bottom;
  padding: 50px 50px 0 0;
} 
.PC_brand_N0635 #brandWrap #theone .sec02 .col5{
	padding: 0;}
.PC_brand_N0635 #brandWrap #theone .sec02 p{
	font-size: 16px;
	margin-bottom: 25px;
}
.PC_brand_N0635 #brandWrap #theone .sec02 h2{
  font-size: 20px;
	line-height: 1.7;
	margin-bottom: 30px;
}
.PC_brand_N0635 #brandWrap #theone .sec02 h2 strong{
  color: #d8205d;
  font-size: 32px;	
}


.PC_brand_N0635 #brandWrap #theone .sec02 h4{
	color: #79724a;
	text-align: left;
}
.PC_brand_N0635 #brandWrap #theone .sec03{
	padding: 50px 0 0;
}
.PC_brand_N0635 #brandWrap #theone .sec04{
  padding: 50px 50px;
	margin: 50px 0 0;
  background: url("/html/brand_detail/img/PC_brand_N0635_08.png") no-repeat right center #F5F0F0;;
}
.PC_brand_N0635 #brandWrap #theone .sec04 h3 {
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
	letter-spacing: 1px;
}
.PC_brand_N0635 #brandWrap #theone .sec04 h3 strong{
  color: #d8205d;
  font-size: 22px;	
}
.PC_brand_N0635 #brandWrap #theone .sec04 h4{
	color: #79724a;
	text-align: left;
	font-size: 16px;
}
.PC_brand_N0635 #brandWrap #theone .sec04 p{
	font-size: 16px;
}
.PC_brand_N0635 #brandWrap #theone .sec04 .border{
	background-color: #fff;
	padding: 30px 20px;
	margin: 15px 10px;
	opacity: 0.8;
    border: 1px solid #ccc;
}
.PC_brand_N0635 #brandWrap #rose .sec01 {
  background-color:#FAF5F7;
  padding: 50px;
}
.PC_brand_N0635 #brandWrap #rose .sec01 .border {
  background-color: #ffffff;
  padding: 20px;
  border: double 4px #d8205d;
  margin: 10px;
}
.PC_brand_N0635 #brandWrap #rose .sec01 .border p {
  font-size: 15px;
  text-align: left;
}
.PC_brand_N0635 #brandWrap .cart {
  padding: 50px;
  border: 4px solid #efefef;
  margin-top: 50px;
}
.PC_brand_N0635 #brandWrap .cart h2 {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: left;
}
.PC_brand_N0635 #brandWrap .cart h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7em;
  margin: 20px 0 40px;
  text-align: left;
}
.PC_brand_N0635 #brandWrap .cart h3 strong {
  color: #d8205d;
  font-weight: bold;
  font-size: 30px;
}
.PC_brand_N0635 #brandWrap .cart .grid {
  position: relative;
}
.PC_brand_N0635 #brandWrap .cart .price_off {
    position: absolute;
    width: 110px;
    height: 110px;
    background-color: #d8205d;
    border-radius: 55px;
    right: -31px;
    top: 202px;
    display: table;
}
.PC_brand_N0635 #brandWrap .cart .price_off p {
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  padding-top: 7px;
}
.PC_brand_N0635 #brandWrap .cart .price_off strong {
  font-size: 38px;
}
.PC_brand_N0635 #brandWrap .cart .price_nomal {
  margin: 20px 0 40px;
  line-height: 1.2em;
}
.PC_brand_N0635 #brandWrap .cart .price_nomal span {
  border: 2px #000000 solid;
  padding: 5px 10px;
  font-size: 18px;
  vertical-align: top;
  font-weight: bold;
}
.PC_brand_N0635 #brandWrap .cart .price_nomal strong {
  font-size: 38px;
}
.PC_brand_N0635 #brandWrap .cart .price_sale {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2em;
  color: #d8205d;
  margin-top: 30px;
	text-align: left;
}
.PC_brand_N0635 #brandWrap .cart .price_sale span {
border: 2px
#d8205d solid;
padding: 20px 10px;
vertical-align: 15px;
font-size: 18px;
font-weight: bold;
}
.PC_brand_N0635 #brandWrap .cart .price_sale strong {
  font-size: 60px;
}
.PC_brand_N0635 #brandWrap .cart .cart_area {
  border-top: 1px dashed #666;
  margin-top: 40px;
  padding-top: 40px;
}
.PC_brand_N0635 #brandWrap .cart .cart_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 15px 30px;
  text-decoration: none;
  color: #ffffff;
  background: #d8205d;
  transition: .4s;
  border-radius: 5px;
  font-size: 24px;
}
.PC_brand_N0635 #brandWrap .cart .cart_btn:hover {
  background: #ECECEC;
  color: #d8205d;
}
.PC_brand_N0635 #brandWrap #rose .sec02 {
  padding: 50px 60px;
  margin-top: 50px;
  background-color: #FDEBEF;
}
.PC_brand_N0635 #brandWrap #rose .sec02 ul {
  margin: 40px 0 0;
}
.PC_brand_N0635 #brandWrap #rose .sec02 li {
  text-align: left;
}
.PC_brand_N0635 #brandWrap #rose .sec02 h3 {
  border-bottom: dotted 2px #000000;
  line-height: 60px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.PC_brand_N0635 #brandWrap #rose .sec02 p {
  font-size: 22px;
  padding-bottom: 30px;
  line-height: 2.0em;
}
.PC_brand_N0635 #brandWrap #rose .sec02 p span {
  border-bottom: solid 2px #d8205d;
  color: #d8205d;
  font-weight: bold;
}
.PC_brand_N0635 #brandWrap #rose .sec02 p strong {
  font-size: 38px;
}
.PC_brand_N0635 #brandWrap #rose .sec03 h2 {
  font-size: 24px;
}
.PC_brand_N0635 #brandWrap #rose .sec03 h2 strong {
  color: #d8205d;
  font-size: 32px;
}
.PC_brand_N0635 #brandWrap #rose .sec03 h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.PC_brand_N0635 #brandWrap #rose .sec03 {
  background: url("/html/brand_detail/img/PC_brand_0634_sec4_01.jpg") no-repeat left bottom;
  padding: 0 50px 50px;
}
.PC_brand_N0635 #brandWrap #rose .sec03 .border {
  padding: 20px;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  opacity: 0.8;
}
.PC_brand_N0635 #brandWrap #rose .sec03 .border h3 {
  font-size: 18px;
  font-weight: bold;
  color: #d8205d;
}
.PC_brand_N0635 #brandWrap #rose .sec03 .border h3 small {
  font-size: 80%;
  color: #000000;
  font-weight: normal;
}
.PC_brand_N0635 #brandWrap #rose .sec03 .border p {
  font-size: 16px;
  text-align: justify;
}
.PC_brand_N0635 #brandWrap #rose .sec04 {
  background: url("/html/brand_detail/img/PC_brand_0634_sec5.jpg") no-repeat left top;
  margin: 50px 0;
}
.PC_brand_N0635 #brandWrap #rose .sec04 p {
  padding: 580px 110px 100px;
  font-size: 24px;
  line-height: 1.8;
  text-align: left;
}
.PC_brand_N0635 #brandWrap .how {
  background-color: #efefef;
  padding: 50px 30px;
  margin-top: 50px;
}
.PC_brand_N0635 #brandWrap .how h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.PC_brand_N0635 #brandWrap .how h3 {
  font-size: 22px;
  font-weight: bold;
  color: #d8205d;
  text-align: left;
  margin-top: 20px;
}
.PC_brand_N0635 #brandWrap .how p {
  text-align: left;
}
