/* CSS Document */



/* =========================================================
     common
========================================================= */
/* 下層MV
--------------------------------------------------------- */
#under_mv_box {
    background: #ffb400 url(../img/common/bg_pattern_media.png) center center;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
#under_mv_box .text_box {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#under_mv_box .text_box p.ttl {
    line-height: 1.3;
    font-weight: 600;
    font-family: 'M PLUS 1', sans-serif;
    font-size: 46px;
    letter-spacing: 0.02em;
}
/* =========================================================
     1000px
========================================================= */
@media screen and (max-width:1000px){
    #under_mv_box {
            background-size: 40%;
    }
}
/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){
}

/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
}





/* =========================================================
     category
========================================================= */
/* MV
--------------------------------------------------------- */


/* =========================================================
     1000px
========================================================= */
@media screen and (max-width:1000px){
}
/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){
}

/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
}




/* =========================================================
     ITEMS
========================================================= */
/* ITEMS
--------------------------------------------------------- */
body#item .item_aria_box {
	display: flex;
	justify-content: space-between;
}

body#item .item_aria_box > div {
	width: 50%;
	box-sizing: border-box;
}

/* img
--------------------------------------------------------- */

body#item .item_aria_box > div.item_img_box {
	padding: 0 50px 0 20px;	
}
body#item .item_aria_box > div.item_img_box .item_main_img {
	margin-bottom: 30px;	
}
body#item .item_aria_box ul.item_sub_img {
	display: flex;
	justify-content: center;
}
body#item .item_aria_box ul.item_sub_img li {
	width: 80px;
	border: 1px solid #d9d9d9;
	margin: 0 5px 10px;
	box-sizing: border-box;
}
body#item .item_aria_box ul.item_sub_img li a {
	display: block;
	position: relative;
	padding: 5px;
}
body#item .item_aria_box ul.item_sub_img li a::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	transition: 0.4s;
}
body#item .item_aria_box ul.item_sub_img li a:hover {
	
}
body#item .item_aria_box ul.item_sub_img li a:hover::before {
	opacity: 0.2;
}



/* text
--------------------------------------------------------- */
body#item .item_aria_box h2.item_ttl {
	font-size: 26px;
	line-height: 1.4;
	font-weight: normal;
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #111;
	text-align: left;
	letter-spacing: 0.12em;
}

body#item .item_aria_box .item_price {
	margin-bottom: 30px;
}
body#item .item_aria_box .price_text {
	font-size: 24px;
}
body#item .item_aria_box .price_text span.price_text_small {
	font-size: 16px;
	margin-left: 0.45em;
}
body#item .item_aria_box .price_asterisk {
	font-size: 10px;
	color: #999;
	letter-spacing: normal;
}
body#item .item_aria_box .item_description {
	margin-bottom: 30px;
}
body#item .item_aria_box .item_description p:not(:last-of-type) {
	margin-bottom: 0.45em;
}

body#item .item_aria_box .item_materials_table {
	font-size: 14px;
	overflow: hidden;
    border-collapse: collapse;
}
body#item .item_aria_box .item_materials_table th ,
body#item .item_aria_box .item_materials_table td {
	font-weight: normal;
	text-align: left;
    padding: 4px 0;
    vertical-align: text-top;
    line-height: 1.3;
}

body#item .item_aria_box .item_materials_table thead th {
    padding-bottom: 10px;
}
body#item .item_aria_box .item_materials_table tbody th {
	width: 7em;
}
body#item .item_aria_box .item_materials_table tbody td {
    text-align: center;
}
body#item .item_aria_box .item_materials_table tbody td.colon {
	width: 3em;
}
body#item .item_aria_box .item_materials_table tbody td:not(.colon) {
	width: calc(100% - 9em); 
}
body#item .item_aria_box .item_materials_table tbody td:not(.colon) {
	width: calc(100% - 9em); 
}
body#item .item_aria_box .item_materials_table tbody td .gray {
    color: #aaa;
}

body#item .item_aria_box .item_materials_table tbody tr.colon_none td {
	display: none;
}
body#item .item_aria_box .item_sale_day {
    padding: 0.5em 1em;
    color: #ff0000;
    border: 1px solid #ff0000;
    display: inline-block;
    margin-bottom: 1em;
}
body#item .item_aria_box ul.asterisk{
}
body#item .item_aria_box ul.asterisk li {
    line-height: 1.3;
    margin-bottom: 0.45em;
    font-size: 85%;
    color: #999;
}




body#item .item_aria_box a.on-line_shop_button {
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffb400;
    color: #fff;
    border-radius: 5px;
    transition: 0.2s;
}
body#item .item_aria_box a.on-line_shop_button:hover {
    background: #000;
}

body#item .item_aria_box .movie_iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body#item .item_aria_box .movie_iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




/* item list
--------------------------------------------------------- */
body#item #items_aria {
	background: #eaeaea;
}
body#item #items_aria #items_box02 h2 {
	font-weight: normal;
}
/* item list
--------------------------------------------------------- */
body#item .item_aria_box .button.button_shopList {
	max-width: 300px;
	line-height: 70px;
    margin-right: 0;
}
/* shop_list
--------------------------------------------------------- */


/* =========================================================
     1000px
========================================================= */
@media screen and (max-width:1000px){

	body#item .item_aria_box  div.item_img_box {
		width: 45%;
		
	}
	body#item .item_aria_box  div.item_text_box {
		width: 55%;
		
	}
	/* img
	--------------------------------------------------------- */

	body#item .item_aria_box > div.item_img_box {
		padding: 20px 20px 0 0;	
	}
	body#item .item_aria_box ul.item_sub_img {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}



	/* text
	--------------------------------------------------------- */
	body#item .item_aria_box h2.item_ttl {
		font-size: 22px;
		line-height: 1.4;
		font-weight: normal;
		padding: 15px 0;
		letter-spacing: 0.06em;
	}

	body#item .item_aria_box .item_price {
		margin-bottom: 30px;
	}
	body#item .item_aria_box .price_text {
		font-size: 22px;
	}
	body#item .item_aria_box .price_text span.price_text_small {
		font-size: 14px;
	}
	body#item .item_aria_box .item_description {
		margin-bottom: 30px;
	}
	body#item .item_aria_box .item_materials_table {
		font-size: 12px;
		overflow: hidden;
	}
	/* item list
	--------------------------------------------------------- */
	body#item .item_aria_box .button.button_shopList {
		line-height: 60px;
		width: 250px;
	}

}

/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){
	body#item .item_aria_box {
		display: block;
	}
	

	body#item .item_aria_box  div.item_img_box,
	body#item .item_aria_box  div.item_text_box {
		width: 100%;
	}
	body#item .item_aria_box div.item_img_box {
		text-align: center;
		margin-bottom: 20px;
		border-bottom: 1px solid #111;
		padding-bottom: 15px;
	}
	body#item .item_aria_box ul.item_sub_img {
		margin-top: 20px;
	}
	body#item .item_aria_box .item_main_img {
		max-width: 300px;
		margin: 0 auto;
	}
	body#item .item_aria_box ul.item_sub_img li {
		width: 50px;
		border: 1px solid #d9d9d9;
		margin: 0 5px 10px;
		box-sizing: border-box;
	}
	body#item .item_aria_box ul.item_sub_img li a {
		padding: 3px;
	}
	body#item .item_aria_box h2.item_ttl {
		font-size: 18px;
	}
	body#item .item_aria_box .price_text {
		font-size: 18px;
	}
	body#item .item_aria_box .item_price {
		margin-bottom: 15px;
	}
	body#item .item_aria_box .item_description {
		margin-bottom: 15px;
	}
	/* item list
	--------------------------------------------------------- */
	body#item .item_aria_box .button.button_shopList {
		line-height: 50px;
		width: 250px;
		margin-right: auto;
	}
}

/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
	/* item list
	--------------------------------------------------------- */
	body#item .item_aria_box .button.button_shopList {
		width: auto;
		max-width: none;
	}
}



















