@charset "utf-8";

.color_k {
	background-color: #E7BC0B;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 3vw;
	padding-top: 0.5vw;
	padding-right: 2vw;
	padding-bottom: 1.4vw;
	padding-left: 2vw;
	font-size: 2vw;
	line-height: 120%;
}

.color_r {
	background-color: #99ABCA;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 3vw;
	padding-top: 0.5vw;
	padding-right: 2vw;
	padding-bottom: 1.4vw;
	padding-left: 2vw;
	font-size: 2vw;
	line-height: 120%;
}

.color_o {
	background-color: #F27184;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 3vw;
	padding-top: 0.5vw;
	padding-right: 2vw;
	padding-bottom: 1.4vw;
	padding-left: 2vw;
	font-size: 2vw;
	line-height: 120%;
}


.color_s {
	background-color: #FBA584;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 3vw;
	padding-top: 0.5vw;
	padding-right: 2vw;
	padding-bottom: 1.4vw;
	padding-left: 2vw;
	font-size: 2vw;
	line-height: 120%;
}

h2.Ttl_k {
	font-size: 2vw;
	line-height: 120%;
	color: #FFF;
	background-color: #E7BC0B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 0.7vw;
}

h2.Ttl_r {
	font-size: 2vw;
	line-height: 120%;
	color: #FFF;
	background-color: #99ABCA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 0.7vw;
}

h2.Ttl_o {
	font-size: 2vw;
	line-height: 120%;
	color: #FFF;
	background-color: #F27184;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 0.7vw;
}

h2.Ttl_s {
	font-size: 2vw;
	line-height: 120%;
	color: #FFF;
	background-color: #FBA584;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 0.7vw;
}

.TtlLarge {
	font-size: 128%;
	font-weight: bold;
}

/* タブ　コンテンツ */
.bl_tabContainer {
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	margin-bottom: 0.5vw;
}

/* 左　製品 */
.leftImg {
	width: 25%;
	background-color: #FFF;
	margin-right: 0%;
	margin-bottom: 1vw;
	padding: 1.3vw;
	border-radius: 8px 0 0 8px
}

.leftImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

/* 特長 */
.typeSpec {
	width: 37%;
	background-color: #FFF;
	padding-right: 3%;
	padding-left: 3%;
	margin-bottom: 1vw;
	margin-right: 3%;
	border-radius: 0 8px 8px 0;
	padding-top: 1vw;
}

.specTtl {
	font-size: 1.4vw;
	line-height: 130%;
	color: #C00;
	padding-bottom: 0.8em;
	font-weight: bold;
	padding-top: 0.7vw;
}

.specTxt {
	font-size: 1.1vw;
	line-height: 170%;
}

/* 右　サイズ　価格　ボタン */
.rightTypeTtl {
	font-size: 1.6vw;
	line-height: 120%;
	padding-bottom: 0.1em;
	font-weight: bold;
}

.priceLine {
	font-size: 1.7vw;
	color: #C00;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-weight: bold;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
}

.pricesmall {
	font-size: 80%;
	font-weight: normal;
	color: #333;
}

/* サイズチェック */
.sizeCheck {
	display: flex;
	margin-bottom: 1vw;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-right: 10%;
	padding-bottom: 0.6vw;
	padding-left: 10%;
}

.sizeCheck dl {
	width: 50%;
	font-size: 1.6vw;
	font-weight: bold;
}

ul.size label:hover {
	cursor: pointer;
}

.quantity {
	font-size: 1.4vw;
	line-height: 130%;
	margin-bottom: 0.8em;
}

.packing {
	font-size: 1vw;
	line-height: 120%;
	padding-top: 0.15em;
}

/* タブリスト */
.bl_tabList {
	display: flex;
	flex-wrap:wrap;
	align-content: flex-start;
	width: 35%;
}

.bl_tabList li.tabTtl,
.bl_tabListR li.tabTtl,
.bl_tabListO li.tabTtl,
.bl_tabListS li.tabTtl {
	font-size: 2vw;
	line-height: 120%;
	font-weight: 600;
	color: #FFF;
}

.bl_tabList li {
	width: 100%;
	font-size: 1.7vw;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 1vw;
}

.bl_tabList li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F7E1B9;
	transition: 0.3s;
	text-decoration: none;
	padding-top: 0.6vw;
	padding-right: 1vw;
	padding-bottom: 0.6vw;
	padding-left: 1vw;
	color: #CDA60A;
}

.bl_tabList li a.active {
	background-color: #fff;
	cursor: text;
	color: #CDA60A;
	font-weight: bold;
}

/* タブリスト-R */
.bl_tabListR {
	display: flex;
	flex-wrap:wrap;
	align-content: flex-start;
	width: 35%;
}
.bl_tabListR li {
	width: 100%;
	font-size: 1.7vw;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 1vw;
}

.bl_tabListR li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D1DAE7;
	transition: 0.3s;
	text-decoration: none;
	padding-top: 0.6vw;
	padding-right: 1vw;
	padding-bottom: 0.6vw;
	padding-left: 1vw;
	color: #768EB8;
}

.bl_tabListR li a.active {
	background-color: #fff;
	cursor: text;
	color: #768EB8;
	font-weight: bold;
}

/* タブリスト-O */
.bl_tabListO {
	display: flex;
	flex-wrap:wrap;
	align-content: flex-start;
	width: 35%;
	padding-bottom: 0.15vw;
}

.bl_tabListO li {
	width: 100%;
	font-size: 1.7vw;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 1vw;
}

.bl_tabListO li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FDCCD9;
	transition: 0.3s;
	text-decoration: none;
	padding-top: 0.6vw;
	padding-right: 1vw;
	padding-bottom: 0.6vw;
	padding-left: 1vw;
	color: #F36;
}

.bl_tabListO li a.active {
	background-color: #fff;
	cursor: text;
	color: #F36;
	font-weight: bold;
}

/* タブリスト-S */
.bl_tabListS {
	display: flex;
	flex-wrap:wrap;
	align-content: flex-start;
	width: 35%;
}
.bl_tabListS li {
	width: 100%;
	font-size: 1.7vw;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 1vw;
}

.bl_tabListS li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFD3B9;
	transition: 0.3s;
	text-decoration: none;
	padding-top: 0.6vw;
	padding-right: 1vw;
	padding-bottom: 0.6vw;
	padding-left: 1vw;
	color: #FA6730;
}

.bl_tabListS li a.active {
	background-color: #fff;
	cursor: text;
	color: #FA6730;
	font-weight: bold;
}

/* タブコンテンツ */
.bl_tabContent,
.bl_tabContentR,
.bl_tabContentO,
.bl_tabContentS {
  position: relative;
}

.bl_tabContent > div,
.bl_tabContentR > div,
.bl_tabContentO > div,
.bl_tabContentS > div {
  background-color: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  width: 56vw;/*100%*/
  top: 0;
  left: 0;
}
.bl_tabContent > div.active,
.bl_tabContentR > div.active,
.bl_tabContentO > div.active,
.bl_tabContentS > div.active {
	opacity: 1;
	visibility: visible;
	position: static;
	border-radius: 10px;
	width: 56vw;/*100%*/
}
.bl_tabContent > div > * + *,
.bl_tabContentR > div > * + *,
.bl_tabContentO > div > * + *,
.bl_tabContentS > div > * + * {
  margin-top: 0px;/*10*/
}

.hp_displaySP {
	display: none !important;
}

.bl_tabList li a:not(.active):hover,
.bl_tabListR li a:not(.active):hover,
.bl_tabListO li a:not(.active):hover,
.bl_tabListS li a:not(.active):hover {
    background-color: #fff;
}

/* アクティブ表示エリア */
.activeCont {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/*margin-right: auto;
	margin-left: auto;*/
}

.typeImg {
	width: 45%;
	margin-right: 5%;
}

.typeImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.rightSpec {
	width: 50%;
}

.daibikiNote {
	font-size:vw;
	padding-bottom: 3vw;
	width: 100%;
}


@media screen and (max-width: 768px){ /*768-992*/

.hp_displayPC {
    display: none !important;
}

.color_k {
	background-color: #E7BC0B;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 3vw;
	padding-top: 0.5vw;
	padding-right: 2vw;
	padding-bottom: 1.4vw;
	padding-left: 2vw;
	font-size: 2vw;
	line-height: 120%;
}

.color_r {
	background-color: #99ABCA;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 3vw;
	padding-top: 0.5vw;
	padding-right: 2vw;
	padding-bottom: 1.4vw;
	padding-left: 2vw;
	font-size: 2vw;
	line-height: 120%;
}

.color_o {
	background-color: #F27184;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 3vw;
	padding-top: 0.5vw;
	padding-right: 2vw;
	padding-bottom: 1.4vw;
	padding-left: 2vw;
	font-size: 2vw;
	line-height: 120%;
}


.color_s {
	background-color: #FBA584;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 3vw;
	padding-top: 0.5vw;
	padding-right: 2vw;
	padding-bottom: 1.4vw;
	padding-left: 2vw;
	font-size: 2vw;
	line-height: 120%;
}

h2.Ttl_k {
	font-size: 6vw;
	line-height: 120%;
	color: #FFF;
	background-color: #E7BC0B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 0.7vw;
}

h2.Ttl_r {
	font-size: 6vw;
	line-height: 120%;
	color: #FFF;
	background-color: #99ABCA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 0.7vw;
}

h2.Ttl_o {
	font-size: 6vw;
	line-height: 120%;
	color: #FFF;
	background-color: #F27184;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 0.7vw;
}

h2.Ttl_s {
	font-size: 6vw;
	line-height: 120%;
	color: #FFF;
	background-color: #FBA584;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 0.7vw;
}

.TtlLarge {
	font-size: 128%;
	font-weight: bold;
}

/* タブ　コンテンツ */
.bl_tabContainer {
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	margin-bottom: 0.5vw;
}

/* 左　製品 */
.leftImg {
	width: 47%;
	background-color: #FFF;
	margin-right: 0%;
	margin-bottom: 5vw;
	border-radius: 8px 0 0 8px;
	margin-left: 2.3vw;
	padding-top: 3vw;
	padding-right: 1vw;
	padding-bottom: 3vw;
}

.leftImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

/* 特長 */
.typeSpec {
	width: 47%;
	background-color: #FFF;
	padding-right: 3%;
	padding-left: 3%;
	margin-bottom: 5vw;
	margin-right: 3%;
	border-radius: 0 8px 8px 0;
	padding-top: 1vw;
}

.specTtl {
	font-size: 4vw;
	line-height: 130%;
	color: #C00;
	padding-bottom: 0.8em;
	font-weight: bold;
	padding-top: 3vw;
}

.specTxt {
	font-size: 3vw;
	line-height: 170%;
}

/* 右　サイズ　価格　ボタン */
.rightTypeTtl {
	font-size: 5vw;
	line-height: 120%;
	padding-bottom: 0.2em;
	font-weight: bold;
}

.priceLine {
	font-size: 5.5vw;
	color: #C00;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	padding-top: 0.5em;
}

.pricesmall {
	font-size: 80%;
	font-weight: normal;
	color: #333;
}

/* サイズチェック */
.sizeCheck {
	display: flex;
	margin-bottom: 1vw;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-right: 10%;
	padding-bottom: 0.6vw;
	padding-left: 10%;
}

.sizeCheck dl {
	width: 50%;
	font-size: 8vw;
	font-weight: bold;
}

ul.size label:hover {
	cursor: pointer;
}

.quantity {
	font-size: 4vw;
	line-height: 130%;
	margin-bottom: 0.8em;
}

.packing {
	font-size: 2.8vw;
	line-height: 120%;
	/*padding-bottom: 1.4em;*/
}

/* タブリスト */
.bl_tabList {
	display: flex;
	flex-wrap:wrap;
	align-content: flex-start;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3vw;
}

.bl_tabList li.tabTtl,
.bl_tabListR li.tabTtl,
.bl_tabListO li.tabTtl,
.bl_tabListS li.tabTtl {
	font-size: 5.4vw;
	line-height: 120%;
	font-weight: 600;
	color: #FFF;
}

.bl_tabList li {
	width: 100%;
	font-size: 5vw;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 3vw;
}

.bl_tabList li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F7E1B9;
	transition: 0.3s;
	text-decoration: none;
	padding-top: 4vw;
	padding-right: 1vw;
	padding-bottom: 4vw;
	padding-left: 1vw;
	color: #CDA60A;
}

.bl_tabList li a.active {
	background-color: #fff;
	cursor: text;
	color: #CDA60A;
	font-weight: bold;
}

/* タブリスト-R */
.bl_tabListR {
	display: flex;
	flex-wrap:wrap;
	align-content: flex-start;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3vw;
}
.bl_tabListR li {
	width: 100%;
	font-size: 5vw;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 3vw;
}

.bl_tabListR li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D1DAE7;
	transition: 0.3s;
	text-decoration: none;
	padding-top: 4vw;
	padding-right: 1vw;
	padding-bottom: 4vw;
	padding-left: 1vw;
	color: #768EB8;
}

.bl_tabListR li a.active {
	background-color: #fff;
	cursor: text;
	color: #768EB8;
	font-weight: bold;
}

/* タブリスト-O */
.bl_tabListO {
	display: flex;
	flex-wrap:wrap;
	align-content: flex-start;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3vw;
}

.bl_tabListO li {
	width: 100%;
	font-size: 5vw;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 3vw;
}

.bl_tabListO li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FDCCD9;
	transition: 0.3s;
	text-decoration: none;
	padding-top: 4vw;
	padding-right: 1vw;
	padding-bottom: 4vw;
	padding-left: 1vw;
	color: #F36;
}

.bl_tabListO li a.active {
	background-color: #fff;
	cursor: text;
	color: #F36;
	font-weight: bold;
}

/* タブリスト-S */
.bl_tabListS {
	display: flex;
	flex-wrap:wrap;
	align-content: flex-start;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3vw;
}
.bl_tabListS li {
	width: 100%;
	font-size: 5vw;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 3vw;
}

.bl_tabListS li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFD3B9;
	transition: 0.3s;
	text-decoration: none;
	padding-top: 4vw;
	padding-right: 1vw;
	padding-bottom: 4vw;
	padding-left: 1vw;
	color: #FA6730;
}

.bl_tabListS li a.active {
	background-color: #fff;
	cursor: text;
	color: #FA6730;
	font-weight: bold;
}

/* タブコンテンツ */
.bl_tabContent,
.bl_tabContentR,
.bl_tabContentO,
.bl_tabContentS {
  position: relative;
}

.bl_tabContent > div,
.bl_tabContentR > div,
.bl_tabContentO > div,
.bl_tabContentS > div {
  background-color: #fff;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  width: 94%;/*100%*/
  	margin-right: auto;
	margin-left: auto;
  top: 0;
  left: 0;
}
.bl_tabContent > div.active,
.bl_tabContentR > div.active,
.bl_tabContentO > div.active,
.bl_tabContentS > div.active {
	opacity: 1;
	visibility: visible;
	position: static;
	border-radius: 8px;
	width: 94%;/*56vw*/
	margin-right: auto;
	margin-left: auto;
}
.bl_tabContent > div > * + *,
.bl_tabContentR > div > * + *,
.bl_tabContentO > div > * + *,
.bl_tabContentS > div > * + * {
  margin-top: 0px;/*10*/
}

.hp_displaySP {
	display: none !important;
}

.bl_tabList li a:not(.active):hover,
.bl_tabListR li a:not(.active):hover,
.bl_tabListO li a:not(.active):hover,
.bl_tabListS li a:not(.active):hover {
    background-color: #fff;
}

/* アクティブ表示エリア */
.activeCont {
	display: flex;
	flex-wrap:wrap; 
	justify-content: center;
	align-items: center;
	width: 94%;/*56vw*/
	margin-right: auto;
	margin-left: auto;
}

.typeImg {
	width: 80%;/*45%*/
	margin-right: 0%;
	margin-bottom: 5vw;
}

.typeImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.rightSpec {
	width: 94%;
}

.daibikiNote {
	font-size:2.8vw;
	padding-bottom: 3vw;
	width: 100%;
}

/*
.women dt,
.men dt {
	padding-left: 6vw;
}
*/


}
