body {
 margin: 0;
}


.container {
 max-width:1160px;
 width:100%;
 padding:0 40px;
 margin:0 auto;
}

/*
特集全体
-----------------------------------*/

/* 全体の背景色、背景画像を指定 */
.area { background:transparent; }



/*
特集ヘッダー：通常
-----------------------------------*/

  /* SP用バナーを非表示 */
.img-sp { display: none; }
.img-pc{display:block;
width:100%;}


/* 
 ナビゲーション
-----------------------------------*/
.btn-wrap{
	background:#cac494;	
	padding:10px 0;
}

.btn-wrap ul{
	display:flex;
	justify-content:center;
}

.btn-wrap ul li {
	padding:5px 50px;
}

.btn-wrap ul li a{	
	font-size:2.0rem;
	font-weight:500;
	text-decoration:none;
	color:#FFF;
}

.btn-wrap li:first-child{
	border-right:3px solid #FFF;
}


/*
見出し
-----------------------------------*/

h4.heading01 {
    text-align:center;
	background: transparent;
    color: #333;
    margin-top:60px;
    padding-top:30px;
	padding-bottom:10px;
    font-size:2.6rem;
}


h4.heading01 .anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
    color: #eee;
    text-decoration: none;
}


h4.heading02{ margin:60px 0 30px 0;	}
h4.heading02 a{
    text-align:center;
	background: transparent;
    color: #FFF;
	border: 2px solid #FFF;
    padding:10px 20px;
	font-size:2.0rem;
}

h4.heading02 a:hover{
	background: #FFF;
    color: #990033;
	border: 2px solid #990033;
}

.heading02 .fa-external-link-alt{ margin-left:8px;}

.align_center{
	text-align: center;
    font-size:1.3rem;
	margin-bottom:30px;
}


/*
ボックス内テキスト設定
-----------------------------------*/

.title { 
    color: #333!important;
    margin:10px 0 5px 0;	
 }

.col1 .title{border-top:solid 3px #333;}
.col3 .title{border-top:solid 3px #FFF;}

.col1 .title a{color:#333 !important;}
.col1 .title a:hover {border-bottom:1px solid #333;}

.col3 .title a{color:#FFF !important;}
.col3 .title a:hover {border-bottom:1px solid #FFF;}

.col1 .floor {
    font-size: 1.5rem;
    font-weight: 500 !important;
	color:#FFF;
    background:#333;
	margin-right:8px;
	padding:2px 5px;
}

.col3 .floor {
    font-size: 1.5rem;
    font-weight: 500 !important;
	color:#990033;
    background:#FFF;
	margin-right:8px;
	padding:2px 5px;
}

.col1 .spec {
    font-weight:500;
    margin-top:50px;
}

.col3 .spec {
    font-weight:500;
    margin-top:20px;
}

.col1 .fa-external-link-alt{ 
	color:#333;
    margin-left:8px;
}

.col3 .fa-external-link-alt{ 
	color:#FFF;
    margin-left:8px;
}



/*
背景
-----------------------------------*/

/* 背景色、背景画像を指定できます */
.box_wide {
    background: transparent;
    padding-bottom:30px;
	padding-top:20px;
	margin-bottom:0;
}

.box_wide p{
	line-height:1.5 !important;}

.box_wide#fashion{ background: #FFF; }

.box_wide#gift .heading01{color:#FFF!important;}

.box_wide#gift{ 
	background-color: #990033;
	background-image: url("../image/bg_star.png"),url("../image/bg.png");
	background-repeat:repeat-x,repeat;
    background-size: 300px,100px;
    text-align: center; }

.box_wide#gift p{color:#FFF;}


/*SP用メニューを非表示*/

.br-sp { display: none; }


/*
フレックスボックスの設定
-----------------------------------*/

.itembox {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: center;
	padding:0 30px;
}


.itembox.fashion .item:nth-child(even){
	flex-direction:row-reverse;
}

.item {
    text-align: left;
    background: transparent;
    margin:10px;
}

.col1{
    display:flex;
    width:100%;
	felx-grow:1;
	margin:30px 0 50px 0;
}

.col3{
    width:25%;
    flex-grow:1;
	margin-bottom:30px;
}

.imgbox {
	width:100%;
    margin: 10px
}

.col1 .imgbox{
	border:1px solid #333;
	box-shadow:30px 30px #cac494;}

.col3 .imgbox{margin:0}

.txtbox p{font-size:1.3rem;}

.col1 .txtbox{
	padding:40px 20px 20px 50px;
    width:50%;
}

.col3 .txtbox{padding:10px;}



/*
画像の動き設定
-----------------------------------*/
.col1 .imgbox {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 350px;	/*画像の幅*/
}

.col3 .imgbox {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;	/*画像の幅*/
}

.imgbox img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgbox img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}





