@charset "utf-8";

/* --------------------------------------------------------------------------------
	performance
-------------------------------------------------------------------------------- */
#main{
}

#performance{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#performance h2{
	border-bottom: none;
	
	text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(255, 255, 255);
    margin: 0px 0px 45px;
    border-radius: 5px;
    padding: 7px 0px;
	font-size: 33px;
    background: rgb(116, 85, 54);
}
#performance .txt-heading{
	text-align:center;
	margin:0 0 25px;
}


/********** バナー **********/
#performance .bnrs ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:990px;
	margin:0 auto 80px;
}
#performance .bnrs ul li{
	width:466px;

	display:flex;
	border:2px solid #c5a437;
	margin:0 0 20px;
	padding:3px 5px;
}
#performance .bnrs ul li .txt-box{
	font-weight:bold;
	color:#c5a437;
	line-height:1;
	padding:20px 10px 10px 10px;
	 width: 290px;
}
#performance .bnrs ul li .txt1{
	font-size:40px;
	margin:0 0 8px;
}
#performance .bnrs ul li .txt2{
	font-size:90px;
    text-align: right;
	
}
#performance .bnrs ul li .txt2 .mark1{
	font-size:40px;
}

/********** 7つの魅力 **********/
#performance .miryoku{
	padding: 0 0 93px;
}
#performance .miryoku .txt-catch{
	text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px;
	color:#745536;
	font-weight:bold;
	margin:0 0 5px;
}
#performance .miryoku h2{
	margin: 0 0 35px;
    background: none;
}
#performance .miryoku h3{
	margin: 0 0 20px;
}
#performance .miryoku h3 .heading-mark{
	display: block;
	text-align: center;
	margin:0 0 5px;
}
#performance .miryoku h3 .heading-label{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #745536;
}
#performance .miryoku h3 .heading-label .mark1{
	color:#aa0000;
}
#performance .miryoku h3 .heading-label .mark2{
	font-size:16px;
}
#performance .miryoku .miryoku-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	width: 1288px;
	margin: 0 auto;
}
#performance .miryoku .miryoku-wrapper section{
	width: 280px;
	margin: 0 56px 35px 0;
}
#performance .miryoku .miryoku-wrapper section:nth-of-type(5){
	width:300px;
	margin: 0 46px 35px 0;
}
#performance .miryoku .miryoku-wrapper section:nth-of-type(4),
#performance .miryoku .miryoku-wrapper section:nth-of-type(7){
	margin: 0 0 35px;
}
#performance .miryoku .miryoku-box .img{
	padding: 0 0 18px;
}
#performance .miryoku .miryoku-box .txt{
	
}
#performance .miryoku .miryoku-box .txt p{
	line-height: 1.7;
}
#performance .miryoku .miryoku-box .txt p .mark1{
	font-weight: bold;
	color: #a00;
}

#performance .tokuten-box{
	padding: 0 0 25px;
	text-align: center;
}
#performance .tokuten-box{
}
#performance .tokuten-box .sarani .txt1{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:30px;
	margin:0 0 10px;
	color:#745536;
	font-weight:bold;
}
#performance .tokuten-box .sarani .img{
	margin:0 0 15px;
}
#performance .tokuten-box .tokuten{
	display: flex;
	flex-wrap: wrap;
	text-align:center;
	width:460px;
	margin:0 auto;
	background:#ebe1c1;
	font-weight:bold;
}

#performance .tokuten-box .tokuten .img{
	padding:12px 0 8px 27px;
}
#performance .tokuten-box .tokuten .txt2{
	font-size:20px;
	color:#333333;
	text-align:left;
	margin:0;
	padding:15px 0 15px 15px;
	
}
#performance .tokuten-box .tokuten .txt2 .mark1{
	font-size:24px;
	color:#745536;
}
	

/********** select1 **********/
#performance .performance-pc .select1{
	padding: 0 0 98px;
}
#performance .performance-pc .select1 h3{
	margin: 0 0 15px;
}
#performance .performance-pc.event-pc .select1 h3,
#performance .performance-pc.tensu-pc .select1 h3,
#performance .performance-pc.taisyou-pc .select1 h3{
	margin: 0;
	padding:10px 0 0;
}
#performance .performance-pc .select1 .s-title{
	margin: 0 0 5px;
	color:#745536;
	font-size:23px;
	font-weight:bold;
	background: url("../../images/contents/common/icon-tora1.png") no-repeat 0 50%;
}
#performance .performance-pc .select1 .s-title span{
	padding:10px 0 10px 60px;
	display:block;
}




/* open close ボタン */
#performance .performance-pc .select1 .btn-open-close{
	display: flex;
	/*justify-content: space-between;*/
	
	
	width: 100%;
	font-weight: bold;
	cursor: pointer;
}
#performance .performance-pc .select1 .btn-open-close .btn-open-close-box{
	width: 213px;
	padding: 6px 0;
	text-align: center;
	color: #fff;
}

#performance .performance-pc .select1 .btn-open-close .value-yen{
	font-size: 24px;
}
#performance .performance-pc .select1 .btn-open-close .mark-yen{
	font-size: 18px;
}

/********** タブ **********/
#performance .performance-pc .select1 .btn-open-close .btn-open-close-box{
	margin:0 2px 0 0;
}
#performance .performance-pc .select1 .btn-open-close .btn-open-close-box:last-child{
	margin:0;
}
#performance .performance-pc .select1 .btn-open-close .btn-open-close-box1{
	background: #7ebcd9;
	margin:0 2px 0 0;
}
#performance .performance-pc .select1 .btn-open-close .active.btn-open-close-box1{
	background: #7ebcd9 url("https://ktora.itembox.design/item/images/k-index/bg-yosan-blue.png") repeat 0 0;
	background-size: 5px auto;
}
#performance .performance-pc .select1 .btn-open-close .btn-open-close-box2{
	background: #e79bcb;
}
#performance .performance-pc .select1 .btn-open-close .active.btn-open-close-box2{
	background: #e79bcb url("https://ktora.itembox.design/item/images/k-index/bg-yosan-pink1.png") repeat 0 0;
	background-size: 5px auto;
}
#performance .performance-pc .select1 .btn-open-close .btn-open-close-box3{
	background: #7dcc75;
}
#performance .performance-pc .select1 .btn-open-close .active.btn-open-close-box3{
	background: #7dcc75 url("https://ktora.itembox.design/item/images/k-index/bg-yosan-green.png") repeat 0 0;
	background-size: 5px auto;
}
#performance .performance-pc .select1 .btn-open-close .btn-open-close-box4{
	background: #9e96cf;
}
#performance .performance-pc .select1 .btn-open-close .active.btn-open-close-box4{
	background: #9e96cf url("https://ktora.itembox.design/item/images/k-index/bg-yosan-purple.png") repeat 0 0;
	background-size: 5px auto;
}
#performance .performance-pc .select1 .btn-open-close .btn-open-close-box5{
	background: #d14c89;
}
#performance .performance-pc .select1 .btn-open-close .active.btn-open-close-box5{
	background: #d14c89 url("https://ktora.itembox.design/item/images/k-index/bg-yosan-pink2.png") repeat 0 0;
	background-size: 5px auto;
}
#performance .performance-pc .select1 .btn-open-close .btn-open-close-box6{
	background: #c1a073;
}
#performance .performance-pc .select1 .btn-open-close .active.btn-open-close-box6{
	background: #c1a073 url("https://ktora.itembox.design/item/images/k-index/bg-yosan-brown.png") repeat 0 0;
	background-size: 5px auto;
}

/* section */
#performance .performance-pc .select1 section{
}
#performance .performance-pc .select1 .select1-area{
	height: 0;
	overflow: hidden;
}
#performance .performance-pc .select1 .select1-area.active{
	height: auto;
	border: solid 10px #7ebcd9;
}

/* 各スタイル設定 */
#performance .performance-pc .select1 .active.select1-area.select1-1{
	border-color: #7ebcd9;
}
#performance .performance-pc .select1 .active.select1-area.select1-2{
	border-color: #e79bcb;
}
#performance .performance-pc .select1 .active.select1-area.select1-3{
	border-color: #7dcc75;
}
#performance .performance-pc .select1 .active.select1-area.select1-4{
	border-color: #9e96cf;
}
#performance .performance-pc .select1 .active.select1-area.select1-5{
	border-color: #d14c89;
}
#performance .performance-pc .select1 .active.select1-area.select1-6{
	border-color: #c1a073;
}

/* performance-box */
#performance .performance-pc .select1 .select1-area .select1-box{
	padding: 0 0 40px;
}


#performance .performance-pc h3{
	border-bottom: none;
	
	text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #745536;
    margin: 0px 0px 15px;
    border-radius: 5px;
    padding: 10px 0px;
	font-size: 33px;
}
#performance .performance-pc h3 span{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #c5a437;
}


/* 商品名 */
#performance .performance-pc .select1 h4{
	padding: 36px 0 59px;
}
#performance .performance-pc .select1 h4 .item-name{
	display: block;
	padding: 0 0 5px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
#performance .performance-pc .select1 .select1-1 h4 .item-name{
	color: #599ed9;
}
#performance .performance-pc .select1 .select1-2 h4 .item-name{
	color: #e79bcb;
}
#performance .performance-pc .select1 .select1-3 h4 .item-name{
	color: #7dcc75;
}
#performance .performance-pc .select1 .select1-4 h4 .item-name{
	color: #9e96cf;
}
#performance .performance-pc .select1 .select1-5 h4 .item-name{
	color: #d14c89;
}
#performance .performance-pc .select1 .select1-6 h4 .item-name{
	color: #c1a073;
}


/* 商品テキスト */
#performance .performance-pc .select1 .item-txt{
	display: block;
	padding: 0 0 0;
	text-align: center;
	letter-spacing: -0.1em;
}
#performance .performance-pc .select1 .select1-1 h4 .item-txt{
	color: #599ed9;
}
#performance .performance-pc .select1 .select1-2 h4 .item-txt{
	color: #e79bcb;
}
#performance .performance-pc .select1 .select1-3 h4 .item-txt{
	color: #7dcc75;
}
#performance .performance-pc .select1 .select1-4 h4 .item-txt{
	color: #9e96cf;
}
#performance .performance-pc .select1 .select1-5 h4 .item-txt{
	color: #d14c89;
}
#performance .performance-pc .select1 .select1-6 h4 .item-txt{
	color: #c1a073;
}

/* サムネイル */
#performance .performance-pc .select1 .thumb{
	display: block;
}
#performance .performance-pc .select1 .thumb img{
	display: block;
	margin: 0 auto 10px;
}

/* キャッチ */
#performance .performance-pc .select1 .item-catch{
	display: block;
	padding: 0;
	font-weight: bold;
}

/* ボタン */
#performance .performance-pc .select1 .item-btn a{
	display: table;
	width: 340px;
	margin: 0 auto;
	padding: 10px 50px 10px 32px;
	text-decoration: none;
	border-radius: 3px;
	border: solid 1px #c5a437;
	font-weight: bold;
	font-size: 18px;
	color: #c5a437;
	background: url("https://ktora.itembox.design/item/images/contents/common/icon-arr-right.png") no-repeat 93% 47.5%;
	background-size:12px;
}

/* 商品名称 */
#performance .performance-pc .select1 .item-catch{
	margin: 0 auto;
}

/* スライダー */
#performance .performance-pc .select1-slider{
	display: flex;
	justify-content: space-between;
	
	width: 1210px;
	margin: 0 auto 50px;
}
#performance .performance-pc .select1-slider > div{
	width: 210px;
	position:relative;
}
#performance .performance-pc .select1-slider > div:nth-child(1):before{
	content:"";
	background:url(https://ktora.itembox.design/item/images/contents/common/icon-rank1.png) no-repeat;
	position:absolute;
    top: -38px;
    width: 40px;
    height: 30px;
}
#performance .performance-pc .select1-slider > div:nth-child(2):before{
	content:"";
	background:url(https://ktora.itembox.design/item/images/contents/common/icon-rank2.png) no-repeat;
	position:absolute;
    top: -38px;
    width: 40px;
    height: 30px;
}
#performance .performance-pc .select1-slider > div:nth-child(3):before{
	content:"";
	background:url(https://ktora.itembox.design/item/images/contents/common/icon-rank3.png) no-repeat;
	position:absolute;
    top: -38px;
    width: 40px;
    height: 30px;
}
#performance .performance-pc .select1-slider > div:nth-child(4):before{
	content:"";
	background:url(https://ktora.itembox.design/item/images/contents/common/icon-rank4.png) no-repeat;
	position:absolute;
    top: -38px;
    width: 40px;
    height: 30px;
}
#performance .performance-pc .select1-slider > div:nth-child(5):before{
	content:"";
	background:url(https://ktora.itembox.design/item/images/contents/common/icon-rank5.png) no-repeat;
	position:absolute;
    top: -38px;
    width: 40px;
    height: 30px;
}

#performance .omakase-inner{
	padding:100px 0 0;
	
}
#performance .omakase-btn{
	position:relative;
}
#performance .omakase-btn:before{
	content:url(https://ktora.itembox.design/item/images/contents/common/icon-tora2.png) ;
	position:absolute;
	top: -61px;
    left: 47%;
}
#performance .omakase-btn a{
	display: table;
    width: 540px;
    margin: 0 auto 50px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px;
    border: solid 2px #c5a437;
    font-size: 18px;
    background: url(https://ktora.itembox.design/item/images/contents/common/icon-arr-right.png) no-repeat 96% 47.5%;
}
#performance .omakase-btn a span{
	color: #c5a437;
	 font-weight: bold;
	font-size: 24px;
}























