@charset "UTF-8";
/*js-fix-headerCSS
------------------------------------------------*/
.js-fixHeader {
  position: relative;
}

.js-fixHeader-box {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  min-width: 960px;
}

.js-fixHeader-box.active {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.fixHeader-inner {
  max-width: 1230px;
  min-width: 960px;
  margin: 0 auto 10px;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  min-height: 90px;
}

.select4ktv_ttl {
  padding: 15px 0 0;
}

.select4ktv_ttl01 {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}

.select4ktv_ttl01 strong {
  color: #c30d23;
}

.select4ktv_ttl02 {
  color: #9a58bc;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .22em;
}

.select4ktv_ttl03 {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  background-color: #b5b5b5;
  padding: 0 0 4px 6px;
}

/*navBtnCSS
------------------------------------------------*/
.navBtnMask {
  position: absolute;
  right: 15px;
  bottom: 0;
  background-color: #fff;
}

.topBtn {
  width: 90px;
  margin-left: 10px;
  float: left;
}

.topBtn a {
  border: 2px solid #9a58bc;
  border-radius: 4px;
  color: #9a58bc;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  height: 50px;
  padding: 9px 0 0 0;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}

.topBtn a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navBtn {
  border: 2px solid #9a58bc;
  color: #9a58bc;
  border-radius: 4px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  width: 250px;
  height: 50px;
  padding: 9px 0 0 28px;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 10px;
  float: left;
  position: relative;
}

.js-nav-box:after {
  content: "";
  width: 256px;
  height: 20px;
  background: url(../img/detail/navi/navi_btn_bg.gif) right top no-repeat;
  position: absolute;
  left: -5px;
  bottom: -16px;
  opacity: 0;
  transform: translateY(-10px);
  transform-origin: center top;
  transition: transform .3s ease,opacity .3s ease;
}

.js-nav-box.active:after {
  opacity: 1;
  transform: translateY(0px);
}

.js-nav-btn {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 26px;
}

.js-nav-btn span {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-color: #9a58bc;
  margin: auto;
  transform-origin: center;
  transition: all .3s ease;
}

.js-nav-btn span:nth-of-type(1) {
  top: 0;
}

.js-nav-btn span:nth-of-type(2) {
  top: 10px;
}

.js-nav-btn span:nth-of-type(3) {
  bottom: 0;
}

.js-nav-btn.active span:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
}

.js-nav-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.js-nav-btn.active span:nth-of-type(3) {
  bottom: 10px;
  transform: rotate(45deg);
}

.js-nav-area {
  clear: both;
}

.js-nav-list {
  display: none;
}

/*スライドダウンナビ パターン01
------------------------------------------------*/
.nav-list-box {
  width: 100%;
  min-width: 960px;
  padding: 14px 15px;
  box-sizing: border-box;
  border-top: 2px solid #9a58bc;
  border-bottom: 2px solid #9a58bc;
}

.nav-list-table {
  width: 100%;
}

.nav-list-table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.nav-list-table th,
.nav-list-table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .5%;
  box-sizing: border-box;
}

.nav-list-table thead th {
  text-align: center;
}

.nav-list-table th:first-child {
  width: 10%;
}

.nav-list-table thead th:nth-of-type(n+2),
.nav-list-table thead td {
  vertical-align: middle;
  width: 18%;
}

.nav-list-table td a {
  display: table;
  width: 100%;
  color: inherit;
}

.nav-list-img {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
}

.nav-list-txt {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 2%;
}

/*スライドダウンナビ パターン02
------------------------------------------------*/
.nav-list-block {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 930px;
  box-sizing: border-box;
  margin: 0 auto;
}

.nav-list-btn {
  width: 17%;
}

.nav-list-btn li {
  display: block;
  width: 100%;
  background-color: #fff;
  padding:4px 5px;
  border: 4px solid #000;
  margin-bottom: 5px;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 15px 0 0 0 #fff;
	line-height:1.3;
}

.nav-list-btn li:last-of-type {
  margin-bottom: 0;
}

.nav-list-btn li.nav-list-btn-type01 {
  color: #3297e1;
  border-color: #3297e1;
}

.nav-list-btn li.nav-list-btn-type02 {
  color: #566475;
  border-color: #566475;
}

.nav-list-btn li.nav-list-btn-type03 {
  color: #e67f00;
  border-color: #e67f00;
}

.nav-list-btn li.nav-list-btn-type04 {
  color: #54be77;
  border-color: #54be77;
}

.nav-list-btn li.nav-list-btn-type05 {
  color: #e74e33;
  border-color: #e74e33;
}

.nav-list-btn li.nav-list-btn-type06 {
  color: #9a58bc;
  border-color: #9a58bc;
	font-size:30px;
	font-size:3rem;
	padding-top:10px;
	min-height:68px;
}

.nav-list-btn li.nav-list-btn-type01:hover,
.nav-list-btn li.nav-list-btn-type01.active {
  color: #fff;
  background-color: #3297e1;
  box-shadow: 15px 0 0 0 #3297e1;
}

.nav-list-btn li.nav-list-btn-type02:hover,
.nav-list-btn li.nav-list-btn-type02.active {
  color: #fff;
  background-color: #566475;
  box-shadow: 15px 0 0 0 #566475;
}

.nav-list-btn li.nav-list-btn-type03:hover,
.nav-list-btn li.nav-list-btn-type03.active {
  color: #fff;
  background-color: #e67f00;
  box-shadow: 15px 0 0 0 #e67f00;
}

.nav-list-btn li.nav-list-btn-type04:hover,
.nav-list-btn li.nav-list-btn-type04.active {
  color: #fff;
  background-color: #54be77;
  box-shadow: 15px 0 0 0 #54be77;
}

.nav-list-btn li.nav-list-btn-type05:hover,
.nav-list-btn li.nav-list-btn-type05.active {
  color: #fff;
  background-color: #e74e33;
  box-shadow: 15px 0 0 0 #e74e33;
}

.nav-list-btn li.nav-list-btn-type06:hover,
.nav-list-btn li.nav-list-btn-type06.active {
  color: #fff;
  background-color: #9a58bc;
  box-shadow: 15px 0 0 0 #9a58bc;
}

.nav-list-area > li {
  box-sizing: border-box;
  width: auto;
  position: absolute;
  left: 18%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow: hidden;
  z-index: 0;
  transform-origin: left center;
  opacity: 0;
  transition: transform .3s ease,opacity .3s ease;
}

.nav-list-area > li.active {
  z-index: 10;
  opacity: 1;
}

.nav-list-area .nav-list-area-type01 {
  background-color: #3297e1;
}

.nav-list-area .nav-list-area-type02 {
  background-color: #566475;
}

.nav-list-area .nav-list-area-type03 {
  background-color: #e67f00;
}

.nav-list-area .nav-list-area-type04 {
  background-color: #54be77;
}

.nav-list-area .nav-list-area-type05 {
  background-color: #e74e33;
}

.nav-list-area .nav-list-area-type06 {
  background-color: #ffffff;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup01 {
	background-color: #f26ca6;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup02 {
	background-color: #fbd601;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup03 {
	background-color: #66c4ec;
}

.nav-list-class {
  width: 100%;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.nav-list-class > li {
  float: left;
  width: 20%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 20%;
  flex: 1 1 20%;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 310px;
}

.nav-list-class > li:not(:target) {
  min-height: 370px\9;
}

.nav-list-class > li:last-of-type {
  border-right: 0 solid rgba(255, 255, 255, 0.5);
}

.nav-list-class-a01 a {
  background: url(../img/detail/navi/navi_aq.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-a02 a {
  background: url(../img/detail/navi/navi_ar.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-a03 a {
  background: url(../img/detail/navi/navi_as.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-a04 a {
  background: url(../img/detail/navi/navi_av.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-a05 a {
  background: url(../img/detail/navi/navi_ad.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-b01 a {
  background: url(../img/detail/navi/navi_bq.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-b02 a {
  background: url(../img/detail/navi/navi_br.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-b03 a {
  background: url(../img/detail/navi/navi_bs.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-b04 a {
  background: url(../img/detail/navi/navi_bv.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-b05 a {
  background: url(../img/detail/navi/navi_bd.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-c01 a {
  background: url(../img/detail/navi/navi_cq.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-c02 a {
  background: url(../img/detail/navi/navi_cr.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-c03 a {
  background: url(../img/detail/navi/navi_cs.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-c04 a {
  background: url(../img/detail/navi/navi_cv.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-c05 a {
  background: url(../img/detail/navi/navi_cd.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-d01 a {
  background: url(../img/detail/navi/navi_dq.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-d02 a {
  background: url(../img/detail/navi/navi_dr.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-d03 a {
  background: url(../img/detail/navi/navi_ds.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-d04 a {
  background: url(../img/detail/navi/navi_dv.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-d05 a {
  background: url(../img/detail/navi/navi_dd.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-e01 a {
  background: url(../img/detail/navi/navi_eq.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-e02 a {
  background: url(../img/detail/navi/navi_er.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-e03 a {
  background: url(../img/detail/navi/navi_es.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-e04 a {
  background: url(../img/detail/navi/navi_ev.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-e05 a {
  background: url(../img/detail/navi/navi_ed.png) center bottom no-repeat, url(../img/detail/navi/bg.png) center bottom no-repeat content-box content-box;
}

.nav-list-class-pickup01 a {
  background:url(../img/detail/navi/navi_pickup01.png) center bottom no-repeat;
}

.nav-list-class-pickup02 a {
  background:url(../img/detail/navi/navi_pickup02.png) center bottom no-repeat;
}

.nav-list-class-pickup03 a {
  background:url(../img/detail/navi/navi_pickup03.png) center bottom no-repeat;
}

.nav-list-class > li a {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  background-size: contain,cover;
  padding: 15px 15px 0;
	position:relative;
}

.nav-list-class.nav-list-class2 > li a {
  background-size: contain;
}

.nav-list-class > li.nolink a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-list-class > li.nolink a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-list-class > li a:not([href]) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-list-class > li a span {
  display: block;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
}

.nav-list-area-type01 li a span {
  color: #3297e1;
}

.nav-list-area-type02 li a span {
  color: #566475;
}

.nav-list-area-type03 li a span {
  color: #e67f00;
}

.nav-list-area-type04 li a span {
  color: #54be77;
}

.nav-list-area-type05 li a span {
  color: #e74e33;
}

.nav-list-area-type06 li a span {
	position:absolute;
	top:12px;
	left:12px;
	right:12px;
	background-color:#fff;
	width:auto;
	border:4px solid;
	padding:10px 5px;
	
}
.nav-list-area-type06 li a span:before{
	content:"";
	border:1px solid transparent;
	border-width:25px 23px;
	width:0;
	height:0;
	position:absolute;
	left:-4px;
	bottom:-50px;
}
.nav-list-area-type06 li a span:after{
	content:"";
	border:1px solid transparent;
	border-width:21px 19px;
	width:0;
	height:0;
	position:absolute;
	left:0;
	bottom:-40px;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup01 a span {
	color: #f26ca6;
	border-color: #f26ca6;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup01 a span:before{
	border-top-color:#f26ca6;
	border-left-color:#f26ca6;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup01 a span:after{
	border-top-color:#fff;
	border-left-color:#fff;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup02 a span {
	color: #eeca00;
	border-color: #fbd601;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup02 a span:before{
	border-top-color:#fbd601;
	border-left-color:#fbd601;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup02 a span:after{
	border-top-color:#fff;
	border-left-color:#fff;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup03 a span {
	color: #66c4ec;
	border-color: #66c4ec;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup03 a span:before{
	border-top-color:#66c4ec;
	border-left-color:#66c4ec;
}
.nav-list-area .nav-list-area-type06 .nav-list-class-pickup03 a span:after{
	border-top-color:#fff;
	border-left-color:#fff;
}

/*共通項目
------------------------------------------------*/
.select4ktv {
  padding: 125px 0 30px;
  position: relative;
}

.select4ktv_v2 *,
.theme_ttl,
.theme_btm_point_hdr,
.theme_btm_point_icon,
.theme_btm_point_catch,
.theme_btm_point_ttl,
.theme_btm_point_txt,
.theme_btm_point_small,
.theme_plus_regza_catch,
.theme_plus_regza_ttl,
.theme_plus_regza_ttlsub,
.theme_plus_regza_txt,
.theme_plus_regza_mark,
.theme_plus_regza_list li,
.select4ktv_v2Box_room_copy,
.select4ktv_otherNavi *,
.select4ktv_otherTheme * {
  transition: font-size .3s ease,width .3s ease,height .3s ease;
}

.select4ktv_v2Box,
.select4ktv_v2Box * {
  transition: width 0s ease,height 0s ease;
}

.spbr {
  display: none;
}

.iconBlank > img {
  vertical-align: middle;
  padding-right: 4px;
}

/*-- パンくず --*/
/*
#crumb {
  max-width: 1230px;
  min-width: 960px;
  box-sizing: border-box;
  margin: 10px auto 0;
}

#crumb .crumb_txt {
  margin: 0 12px;
  width: auto;
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 240px);
}

.select4ktv_v2 #crumb .crumb_txt {
  text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}

#tvbd_link {
  float: right;
  height: 29px;
  margin-right: 12px;
  text-indent: -9999px;
  width: 190px;
}

#tvbd_link .tv {
  background: url(../../../Templates/images/btn_regza.gif) no-repeat scroll left top;
  float: left;
  height: 29px;
  width: 93px;
}

#tvbd_link .bd {
  background: url(../../../Templates/images/btn_regza_bd_off.gif) no-repeat scroll left top;
  float: right;
  height: 29px;
  width: 93px;
}

#tvbd_link .bd a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
}
*/
a {
  color: #0066ff;
}

.g-footer a {
  color: inherit;
}

#container {
  margin-top: 0;
}
#content {
    margin: 0;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    overflow: visible;
}


/*index.html
------------------------------------------------*/
.select4ktv_v2 {
  min-width: 960px;
  overflow: hidden;
  animation: opacityIn 1s ease both 0s;
  background: url(../img/top/residence_bg.gif) center top repeat;
}

.select4ktv_v2_inr {
  max-width: 1230px;
  min-width: 960px;
  padding: 25px 15px 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.select4ktv_v2_ttl {
  margin: 0 0 70px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.select4ktv_v2_bdr {
  border: 2px solid #9a58bc;
  border-radius: 100px;
  background-color: #fff;
  line-height: 1.1;
  padding: 15px 0;
  margin: 0 auto;
  width: 600px;
  width: 60rem;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.select4ktv_v2_ttl01 {
  color: #000;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: -0.05em;
}

.select4ktv_v2_ttl01 strong {
  color: #c30d23;
  font-size: inherit;
}

.select4ktv_v2_ttl02 {
  color: #9a58bc;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.05em;
}

.select4ktv_v2_bdr02 {
  border: 2px solid #9a58bc;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  margin-top: 10px;
  position: relative;
}

.select4ktv_v2_bdr02:before {
  content: "";
  width: 395px;
  width: 39.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
  border: 2px solid #9a58bc;
  border-top: 0;
  border-bottom: 0;
  height: 20px;
  z-index: 1;
  background-color: #fff;
}

.select4ktv_v2_bdr02:after {
  content: "";
  width: 395px;
  width: 39.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
  height: 20px;
  z-index: 100;
  background-color: #fff;
}

.select4ktv_v2_ttl03 {
  font-size: 24px;
  font-size: 2.4rem;
  border-radius: 0 0 20px 20px;
  width: 80%;
  margin: -20px auto 0;
  padding-bottom: 12px;
  position: relative;
  z-index: 1000;
}

.select4ktv_v2_ttl03 mark {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  background-color: transparent;
}

.select4ktv_v2Navi {
  text-align: center;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-bottom: 10px;
}

.select4ktv_v2Navi li {
  float: left;
  width: 16%;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 16%;
  flex: 1 1 16%;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #fff;
  background-clip: content-box;
}

.select4ktv_v2Navi li a {
  display: block;
  width: 100%;
  border: 4px solid #000;
  padding: 3px 0 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #fff;
  box-sizing: border-box;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_typeAll a {
  color: #9a58bc;
  border-color: #9a58bc;
}

.select4ktv_v2Navi li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.select4ktv_v2Navi li.select4ktv_v2Navi_typeAll a:hover,
.select4ktv_v2Navi li.select4ktv_v2Navi_typeAll.active a {
  color: #fff;
  background-color: #9a58bc;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_type01 a {
  color: #3297e1;
  border-color: #3297e1;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_type01 a:hover,
.select4ktv_v2Navi li.select4ktv_v2Navi_type01.active a {
  color: #fff;
  background-color: #3297e1;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_type02 a {
  color: #2c537a;
  border-color: #566475;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_type02 a:hover,
.select4ktv_v2Navi li.select4ktv_v2Navi_type02.active a {
  color: #fff;
  background-color: #566475;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_type03 a {
  color: #e67f00;
  border-color: #e67f00;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_type03 a:hover,
.select4ktv_v2Navi li.select4ktv_v2Navi_type03.active a {
  color: #fff;
  background-color: #e67f00;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_type04 a {
  color: #54be77;
  border-color: #54be77;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_type04 a:hover,
.select4ktv_v2Navi li.select4ktv_v2Navi_type04.active a {
  color: #fff;
  background-color: #54be77;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_type05 a {
  color: #e74e33;
  border-color: #e74e33;
}

.select4ktv_v2Navi li.select4ktv_v2Navi_type05 a:hover,
.select4ktv_v2Navi li.select4ktv_v2Navi_type05.active a {
  color: #fff;
  background-color: #e74e33;
}

.select4ktv_v2Box_area {
  transition: all 0s ease;
  overflow: visible !important;
}

html:not([class="no-js"]) .select4ktv_v2Box_area {
  opacity: 0;
}

.select4ktv_v2Box {
  margin: 0 -10px;
  width: 100%;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}

.select4ktv_v2Box li {
  float: left;
  width: 25%;
  padding: 0 10px 40px;
  box-sizing: border-box;
}

.select4ktv_v2Box li:nth-of-type(4n+1) {
  clear: left;
}

.select4ktv_v2Box li a {
  display: block;
  position: relative;
  border: 1px solid #b5b5b5;
  width: 100%;
  transform: scale(1);
  transform-origin: center;
  transition: all .1s ease;
  outline: 0 solid #000;
  box-sizing: border-box;
}

.select4ktv_v2Box li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1.013);
  z-index: 10;
  outline: 4px solid #000;
}

.select4ktv_v2Box .select4ktv_v2Box_room_img {
  background-color: #fff;
  overflow: hidden;
}

.select4ktv_v2Box li a .select4ktv_v2Box_room_txt {
  opacity: 0;
  position: absolute;
  left: 92px;
  top: -42px;
  z-index: 10;
  color: #fff;
  height: 80px;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: -1px;
  font-weight: 900;
  display: table;
  transform: scale(0.5);
  transform-origin: left bottom;
  transition: opacity .2s ease,transform .2s ease;
}

.select4ktv_v2Box li a .select4ktv_v2Box_room_txt:after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -15px;
  border-style: solid;
  border-width: 8px;
  border-color: transparent;
  border-top-color: rgba(154, 88, 188, 0.9);
  border-left-color: rgba(154, 88, 188, 0.9);
  visibility: visible;
}

.select4ktv_v2Box li:nth-of-type(4n) a .select4ktv_v2Box_room_txt {
  left: auto;
  right: 92px;
  transform-origin: right bottom;
}

.select4ktv_v2Box li:nth-of-type(4n) a .select4ktv_v2Box_room_txt:after {
  left: auto;
  right: 40px;
  border-color: transparent;
  border-top-color: rgba(154, 88, 188, 0.9);
  border-right-color: rgba(154, 88, 188, 0.9);
}

.select4ktv_v2Box li a:hover .select4ktv_v2Box_room_txt {
  opacity: 1;
  transform: scale(1);
}

.select4ktv_v2Box_room_icon {
  display: none;
}

.select4ktv_v2Box .select4ktv_v2Box_room_copy {
  padding-left: 8px;
  display: table-cell;
  vertical-align: middle;
  font-size: 19px;
  font-size: 1.9rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
}

.select4ktv_v2Box li a .select4ktv_v2Box_room_arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background: url(../img/top/arrow_purple.png) left top no-repeat;
  opacity: 0;
  transition: opacity .4s ease;
}

.select4ktv_v2Box li a:hover .select4ktv_v2Box_room_arrow {
  opacity: 1;
}

.select4ktv_v2Box[class*="type0"] {
  margin: 0 -15px;
  width: 100%;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.select4ktv_v2Box[class*="type0"] .type_all {
  display: none;
}

.select4ktv_v2Box.typeAll .type_theme {
  display: none;
}

.select4ktv_v2Box[class*="type0"] li:nth-of-type(n) {
  width: 33%;
  width: -webkit-calc(99.99% / 3);
  width: calc(99.99% / 3);
  padding: 0 15px 40px;
  clear: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.select4ktv_v2Box[class*="type0"] li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.select4ktv_v2Box[class*="type0"] li a .select4ktv_v2Box_room_txt:after {
  display: none;
}

.select4ktv_v2Box[class*="type0"] .select4ktv_v2Box_room_copy {
  padding-right: 30px;
}

.select4ktv_v2Box[class*="type0"] li a .select4ktv_v2Box_room_img {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.select4ktv_v2Box[class*="type0"] li a .select4ktv_v2Box_room_txt {
  padding: 0;
  position: static;
  opacity: 1;
  transform: scale(1);
  width: 100%;
  transition: opacity 0s ease,transform 0s ease;
  height: auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.select4ktv_v2Box[class*="type0"] li a .select4ktv_v2Box_room_icon {
  display: block;
  width: 100%;
  clear: both;
  padding: 2px 10px 4px;
  box-sizing: border-box;
  background-color: #9a58bc;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.select4ktv_v2Box[class*="type0"] li a .select4ktv_v2Box_room_copy {
  background: url(../img/top/arrow.png) right 10px center no-repeat;
  display: block;
  padding: 10px 40px 10px 10px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  box-sizing: border-box;
  widht: 100%;
  white-space: normal;
}

.select4ktv_v2Box[class*="type0"] li a .select4ktv_v2Box_room_arrow {
  display: none;
}

.select4ktv_v2Box li.js-theme_sort_type01 a {
  border-color: #3498db;
  outline: 0 solid #3498db;
}

.select4ktv_v2Box li.js-theme_sort_type01 a:hover {
  outline: 4px solid #3498db;
}

.select4ktv_v2Box li.js-theme_sort_type01 a .select4ktv_v2Box_room_txt {
  background-color: rgba(52, 152, 219, 0.9);
}

.select4ktv_v2Box li.js-theme_sort_type01 a .select4ktv_v2Box_room_txt:after {
  border-top-color: rgba(52, 152, 219, 0.9);
  border-left-color: rgba(52, 152, 219, 0.9);
}

.select4ktv_v2Box li:nth-of-type(4n).js-theme_sort_type01 a .select4ktv_v2Box_room_txt:after {
  border-color: transparent;
  border-top-color: rgba(52, 152, 219, 0.9);
  border-right-color: rgba(52, 152, 219, 0.9);
}

.select4ktv_v2Box li.js-theme_sort_type01 a .select4ktv_v2Box_room_copy {
  text-shadow: 1px 1px 1px rgba(1, 32, 53, 0.75);
}

.select4ktv_v2Box li.js-theme_sort_type01 a .select4ktv_v2Box_room_arrow {
  background-image: url(../img/top/arrow_blue.png);
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type01 a {
  background-color: rgba(52, 152, 219, 0.8);
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type01 a .select4ktv_v2Box_room_txt {
  background-color: transparent;
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type01 a .select4ktv_v2Box_room_icon {
  background-color: #3498db;
}

.select4ktv_v2Box li.js-theme_sort_type02 a {
  border-color: #566475;
  outline: 0 solid #566475;
}

.select4ktv_v2Box li.js-theme_sort_type02 a:hover {
  outline: 4px solid #566475;
}

.select4ktv_v2Box li.js-theme_sort_type02 a .select4ktv_v2Box_room_txt {
  background-color: rgba(86, 100, 117, 0.9);
}

.select4ktv_v2Box li.js-theme_sort_type02 a .select4ktv_v2Box_room_txt:after {
  border-top-color: rgba(86, 100, 117, 0.9);
  border-left-color: rgba(86, 100, 117, 0.9);
}

.select4ktv_v2Box li:nth-of-type(4n).js-theme_sort_type02 a .select4ktv_v2Box_room_txt:after {
  border-color: transparent;
  border-top-color: rgba(86, 100, 117, 0.9);
  border-right-color: rgba(86, 100, 117, 0.9);
}

.select4ktv_v2Box li.js-theme_sort_type02 a .select4ktv_v2Box_room_copy {
  text-shadow: 1px 1px 1px rgba(1, 32, 53, 0.75);
}

.select4ktv_v2Box li.js-theme_sort_type02 a .select4ktv_v2Box_room_arrow {
  background-image: url(../img/top/arrow_dblue.png);
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type02 a {
  background-color: rgba(86, 100, 117, 0.8);
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type02 a .select4ktv_v2Box_room_txt {
  background-color: transparent;
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type02 a .select4ktv_v2Box_room_icon {
  background-color: #566475;
}

.select4ktv_v2Box li.js-theme_sort_type03 a {
  border-color: #e67f00;
  outline: 0 solid #e67f00;
}

.select4ktv_v2Box li.js-theme_sort_type03 a:hover {
  outline: 4px solid #e67f00;
}

.select4ktv_v2Box li.js-theme_sort_type03 a .select4ktv_v2Box_room_txt {
  background-color: rgba(230, 127, 0, 0.9);
}

.select4ktv_v2Box li.js-theme_sort_type03 a .select4ktv_v2Box_room_txt:after {
  border-top-color: rgba(230, 127, 0, 0.9);
  border-left-color: rgba(230, 127, 0, 0.9);
}

.select4ktv_v2Box li:nth-of-type(4n).js-theme_sort_type03 a .select4ktv_v2Box_room_txt:after {
  border-color: transparent;
  border-top-color: rgba(230, 127, 0, 0.9);
  border-right-color: rgba(230, 127, 0, 0.9);
}

.select4ktv_v2Box li.js-theme_sort_type03 a .select4ktv_v2Box_room_copy {
  text-shadow: 1px 1px 1px rgba(46, 26, 1, 0.75);
}

.select4ktv_v2Box li.js-theme_sort_type03 a .select4ktv_v2Box_room_arrow {
  background-image: url(../img/top/arrow_orange.png);
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type03 a {
  background-color: rgba(230, 127, 0, 0.8);
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type03 a .select4ktv_v2Box_room_txt {
  background-color: transparent;
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type03 a .select4ktv_v2Box_room_icon {
  background-color: #e67f00;
}

.select4ktv_v2Box li.js-theme_sort_type04 a {
  border-color: #54be77;
  outline: 0 solid #54be77;
}

.select4ktv_v2Box li.js-theme_sort_type04 a:hover {
  outline: 4px solid #54be77;
}

.select4ktv_v2Box li.js-theme_sort_type04 a .select4ktv_v2Box_room_txt {
  background-color: rgba(84, 190, 119, 0.9);
}

.select4ktv_v2Box li.js-theme_sort_type04 a .select4ktv_v2Box_room_txt:after {
  border-top-color: rgba(84, 190, 119, 0.9);
  border-left-color: rgba(84, 190, 119, 0.9);
}

.select4ktv_v2Box li:nth-of-type(4n).js-theme_sort_type04 a .select4ktv_v2Box_room_txt:after {
  border-color: transparent;
  border-top-color: rgba(84, 190, 119, 0.9);
  border-right-color: rgba(84, 190, 119, 0.9);
}

.select4ktv_v2Box li.js-theme_sort_type04 a .select4ktv_v2Box_room_copy {
  text-shadow: 1px 1px 1px rgba(0, 42, 14, 0.75);
}

.select4ktv_v2Box li.js-theme_sort_type04 a .select4ktv_v2Box_room_arrow {
  background-image: url(../img/top/arrow_green.png);
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type04 a {
  background-color: rgba(84, 190, 119, 0.8);
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type04 a .select4ktv_v2Box_room_txt {
  background-color: transparent;
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type04 a .select4ktv_v2Box_room_icon {
  background-color: #54be77;
}

.select4ktv_v2Box li.js-theme_sort_type05 a {
  border-color: #e74e33;
  outline: 0 solid #e74e33;
}

.select4ktv_v2Box li.js-theme_sort_type05 a:hover {
  outline: 4px solid #e74e33;
}

.select4ktv_v2Box li.js-theme_sort_type05 a .select4ktv_v2Box_room_txt {
  background-color: rgba(231, 78, 51, 0.9);
}

.select4ktv_v2Box li.js-theme_sort_type05 a .select4ktv_v2Box_room_txt:after {
  border-top-color: rgba(231, 78, 51, 0.9);
  border-left-color: rgba(231, 78, 51, 0.9);
}

.select4ktv_v2Box li:nth-of-type(4n).js-theme_sort_type05 a .select4ktv_v2Box_room_txt:after {
  border-color: transparent;
  border-top-color: rgba(231, 78, 51, 0.9);
  border-right-color: rgba(231, 78, 51, 0.9);
}

.select4ktv_v2Box li.js-theme_sort_type05 a .select4ktv_v2Box_room_copy {
  text-shadow: 1px 1px 1px rgba(42, 6, 0, 0.75);
}

.select4ktv_v2Box li.js-theme_sort_type05 a .select4ktv_v2Box_room_arrow {
  background-image: url(../img/top/arrow_rorange.png);
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type05 a {
  background-color: rgba(231, 78, 51, 0.8);
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type05 a .select4ktv_v2Box_room_txt {
  background-color: transparent;
}

.select4ktv_v2Box[class*="type0"] li.js-theme_sort_type05 a .select4ktv_v2Box_room_icon {
  background-color: #e74e33;
}

.select4ktv_v2Box.typeAll li a {
  outline: 0 solid #000;
}

.select4ktv_v2Box.typeAll li a:hover {
  outline: 0 solid #000;
}

.select4ktv_v2Box.typeAll li.js-theme_sort_type01 a .select4ktv_v2Box_room_img {
  outline: 0 solid #3498db;
  transition: all .1s ease;
}

.select4ktv_v2Box.typeAll li.js-theme_sort_type01 a:hover .select4ktv_v2Box_room_img {
  outline: 4px solid #3498db;
}

.select4ktv_v2Box.typeAll li.js-theme_sort_type02 a .select4ktv_v2Box_room_img {
  outline: 0 solid #566475;
  transition: all .1s ease;
}

.select4ktv_v2Box.typeAll li.js-theme_sort_type02 a:hover .select4ktv_v2Box_room_img {
  outline: 4px solid #566475;
}

.select4ktv_v2Box.typeAll li.js-theme_sort_type03 a .select4ktv_v2Box_room_img {
  outline: 0 solid #e67f00;
  transition: all .1s ease;
}

.select4ktv_v2Box.typeAll li.js-theme_sort_type03 a:hover .select4ktv_v2Box_room_img {
  outline: 4px solid #e67f00;
}

.select4ktv_v2Box.typeAll li.js-theme_sort_type04 a .select4ktv_v2Box_room_img {
  outline: 0 solid #54be77;
  transition: all .1s ease;
}

.select4ktv_v2Box.typeAll li.js-theme_sort_type04 a:hover .select4ktv_v2Box_room_img {
  outline: 4px solid #54be77;
}

.select4ktv_v2Box.typeAll li.js-theme_sort_type05 a .select4ktv_v2Box_room_img {
  outline: 0 solid #e74e33;
  transition: all .1s ease;
}

.select4ktv_v2Box.typeAll li.js-theme_sort_type05 a:hover .select4ktv_v2Box_room_img {
  outline: 4px solid #e74e33;
}

.select4ktv_entranceImg {
  min-width: 960px;
  text-align: center;
  background: url(../img/top/entrance_bg.jpg) center top repeat-x;
}

.select4ktv_clear_icon {
  position: absolute;
  top: 0;
  left: 2%;
  right: 76%;
  margin: 0 auto;
  z-index: 999;
  border: 4px solid #9a58bc;
  border-radius: 100px;
  width: 140px;
  width: 13.5rem;
  height: 140px;
  height: 13.5rem;
  box-sizing: border-box;
  padding-top: 20px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.1;
  background-color: #fff;
  color: #9a58bc;
  transform-origin: center;
  transform: rotate(-30deg);
  transition: all .3s ease;
  font-weight: bold;
}

.select4ktv_clear_icon span {
  font-size: 35px;
  font-size: 3.5rem;
}

.select4ktv_clear {
  clear: both;
  position: relative;
  padding: 40px 15px 25px;
  max-width: 1230px;
  min-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

.select4ktv_clear_txt {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

/*detail.html
------------------------------------------------*/
.theme_box {
  max-width: 1230px;
  min-width: 960px;
  padding: 25px 15px 0;
  margin: 0 auto 60px;
  position: relative;
  box-sizing: border-box;
  animation: opacityIn 1s ease both 0s;
}

.theme_top {
  position: relative;
  width: 100%;
  border: 2px solid #9a58bc;
  box-sizing: border-box;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.theme_top .theme_ttl img {
  width: 100%;
  height: auto;
}

.theme_ttl {
  position: absolute;
  right: 50px;
  top: 50px;
  color: #9a58bc;
  border: 4px solid #9a58bc;
  background-color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 10px 30px 20px;
  width: 520px;
  box-sizing: border-box;
}

.theme_ttl:before {
  content: "";
  position: absolute;
  left: -52px;
  bottom: -4px;
  border-style: solid;
  border-width: 45px 50px;
  border-color: transparent;
  border-bottom-color: #9a58bc;
}

.theme_ttl:after {
  content: "";
  position: absolute;
  left: -42px;
  bottom: 0;
  border-style: solid;
  border-width: 45px 50px;
  border-color: transparent;
  border-bottom-color: #fff;
}

.theme_btm {
  position: relative;
  width: 100%;
  padding: 10px;
  border: 2px solid #9a58bc;
  border-top: 0;
  box-sizing: border-box;
  border-radius: 0 0 12px 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #707070;
}

.theme_btm_point_hdr {
  padding: 30px 2% 30px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #9a58bc;
  line-height: 1.3;
}

.theme_btm_point_hdr2 {
  white-space: nowrap;
  font-size: 36px;
  font-size: 3.6rem;
}

.theme_btm_point {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 70px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.theme_btm_point li {
  width: 33%;
  width: -webkit-calc(99.99% / 3);
  width: calc(99.99% / 3);
  float: left;
  box-sizing: border-box;
  padding: 0 2%;
  border-right: 1px solid #9a58bc;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
}

.theme_btm_point li:last-of-type {
  border-right: 0 solid #9a58bc;
}

.theme_btm_point_catch {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #b5b5b5;
  padding-left: 40px;
  background: url(../img/detail/icon_check.png) left center no-repeat;
  min-height: 35px;
  line-height: 4.5rem;
}

.theme_btm_point_catch_num {
  font-size: 45px;
  font-size: 4.5rem;
  padding-left: 4px;
}

.theme_btm_point_ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  padding-top: 4px;
  line-height: 1.2;
  color: #333;
}

.theme_btm_point_ttl sup {
  font-size: 16px;
  font-size: 1.6rem;
}

.theme_btm_point_txt {
  padding-top: 10px;
  line-height: 1.6;
}

.theme_btm_point_small {
  padding-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
.theme_btm_point_indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.theme_btm_point_icon {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  background-color: #9a58bc;
  padding: 8px 4px 8px 12px;
  position: absolute;
  top: -32px;
  left: 3%;
}

.theme_btm_point_icon:after {
  content: "";
  border: 20px solid transparent;
  border-left-color: #9a58bc;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  z-index: -1;
}

.theme_plus_regza {
  width: 100%;
  box-sizing: border-box;
  padding: 64px 30px 50px;
  background-color: #f2f2f2;
  border-radius: 0 0 8px 8px;
  position: relative;
}

.theme_plus_icon {
  width: 61px;
  width: 6.1rem;
  height: 61px;
  height: 6.1rem;
  background: #fff;
  border: 7px solid #fff;
  box-shadow: inset 0 0 0 5px #9a58bc;
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  top: -3rem;
  margin: auto;
}

.theme_plus_icon span {
  width: 35px;
  width: 3.5rem;
  height: 5px;
  height: .5rem;
  background: #9a58bc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.theme_plus_icon span:first-child {
  transform: rotate(90deg);
  transform-origin: center;
}

.theme_plus_regza:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1em;
  width: 1em;
  height: 2em;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}

.theme_plus_regza_catch {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  background-color: #54be77;
  padding: 5px;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}

.theme_plus_regza_catch:after {
  content: "";
  border: 20px solid transparent;
  border-left-width: 12px;
  border-right-width: 12px;
  border-top-color: #54be77;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  z-index: -1;
}

.theme_plus_regza_block {
  width: 100%;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.theme_plus_regza_block > li {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 0 2.6% 0 1%;
  border-right: 1px solid #fff;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 49%;
  flex: 1 1 49%;
}

.theme_plus_regza_block > li:nth-of-type(n).theme_plus_regza_block_ltl {
  width: 50%;
  -webkit-flex: 1 1 25%;
  flex: 1 1 25%;
  padding: 0;
  background-color: #fff;
}

.theme_plus_regza_block > li:nth-of-type(2n) {
  padding: 0 2.6% 0;
}

.theme_plus_regza_block > li:nth-of-type(3n),
.theme_plus_regza_block > li:last-of-type {
  padding: 0 1% 0 2.6%;
  border-right: 0 solid #fff;
}

.theme_plus_regza_block > li:only-of-type {
  width: 100%;
  -webkit-flex: 1 1 90%;
  flex: 1 1 90%;
  padding: 0;
  border-right: 0 solid #fff;
}

.theme_plus_regza_block > li > :last-child {
  margin-bottom: 0;
}

.theme_plus_regza_ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  margin-bottom: 10px;
}

.theme_plus_regza_ttl_three {
  font-size: 28px;
  font-size: 2.8rem;
}

.theme_plus_regza_ttl sup {
  font-size: 17px;
  font-size: 1.7rem;
}

.theme_plus_regza_ttlsub {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  margin-bottom: 20px;
}

.theme_plus_regza_txt {
  line-height: 1.6;
  margin-bottom: 18px;
}

.theme_plus_regza_txtlink {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #000;
  margin-top: 4px;
  text-indent: -0.5em;
}

.theme_plus_regza_txtlink:nth-of-type(n+2) {
  margin-top: 10px;
  clear: both;
}

.theme_plus_regza_txtlink:last-of-type {
  margin-bottom: 18px;
  clear: both;
}

.theme_plus_regza_txtlink a {
  color: #0066ff;
}

.theme_plus_regza_txt sup {
  font-size: 10px;
  font-size: 1rem;
}

.theme_plus_regza_mark {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #1297a1;
  text-align: left;
}

.theme_plus_regza_small {
  margin-bottom: 18px;
  color: #898989;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

.theme_plus_regza_small_ds {
  margin: 4px auto 0;
  max-width: 460px;
}

.theme_plus_regza_small + .theme_plus_regza_small {
  margin-top: -18px;
}

.theme_plus_regza_icon {
  margin-bottom: 18px;
}

.theme_plus_regza_icon img {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

.theme_plus_regza_icon img:last-of-type {
  padding-right: 0;
}

.theme_plus_regza_img {
  margin-bottom: 18px;
}

.theme_plus_regza_imgMgT {
  margin-top: 40px;
}

.theme_plus_regza_imgList {
  clear: both;
  margin-bottom: 18px;
}

.theme_plus_regza_imgList li {
  float: left;
  width: 50%;
  padding: 5px 3% 0 2%;
  box-sizing: border-box;
}

.theme_plus_regza_imgList li:nth-of-type(2n) {
  padding: 5px 2% 0 3%;
  border-left: 1px solid #fff;
}

.theme_plus_regza_imgList li:last-of-type {
  padding-right: 2%;
}

.theme_plus_regza_imgList02 {
  clear: both;
  margin-bottom: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #707070;
  font-weight: 900;
}

.theme_plus_regza_imgList02 li {
  float: left;
  width: 50%;
  padding: 0 3% 0 2%;
  box-sizing: border-box;
}

.theme_plus_regza_imgList02 li:nth-of-type(2n) {
  padding: 0 2% 0 3%;
}
.theme_plus_regza_imgList02 li:nth-of-type(3n) {
	margin-top:5%;
}

.theme_plus_regza_imgList02 li p {
  padding-top: 10px;
}

.theme_plus_regza_imgList02_center {
  text-align: center;
  padding-top: 10px;
}

.theme_plus_regza_imgArrow {
  clear: both;
  margin-bottom: 18px;
}

.theme_plus_regza_imgArrow li {
  float: left;
  width: 50%;
  padding: 0 35px 0 5%;
  box-sizing: border-box;
  color: #535353;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.theme_plus_regza_imgArrow li:last-of-type {
  padding: 0 5% 0 35px;
  position: relative;
}

.theme_plus_regza_imgArrow li:last-of-type:before {
  content: "";
  border: 40px solid transparent;
  border-top-width: 23px;
  border-bottom-width: 23px;
  border-left-color: #1297a1;
  height: 0;
  width: 0;
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: 0;
  margin: auto;
}

.theme_plus_regza_imgArrow li.theme_plus_regza_icon {
  width: 100%;
  margin-bottom: 8px;
  padding: 0 5%;
}

.theme_plus_regza_imgArrow li p {
  padding-top: 2px;
}

.theme_plus_regza_btn {
  margin-bottom: 18px;
}

.theme_plus_regza_btn a {
  display: inline-block;
  background-color: #118135;
  color: #fff;
  padding: 10px 14px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

.theme_plus_regza_controller {
  margin-bottom: 18px;
}

.theme_plus_regza_controller_img {
  float: left;
  width: 25%;
  position: relative;
}

.theme_plus_regza_controller_img .controllerImg {
  display: block;
  width: 14%;
  height: auto;
  margin: 0 auto;
  padding: 25px 10px 0 0;
}

.theme_plus_regza_controller_img .controllerThumb {
  display: block;
  height: auto;
  max-width: 97px;
  position: absolute;
  right: 20%;
  top: 12%;
  width: 50%;
}

.theme_plus_regza_list {
  float: left;
  width: 75%;
}

.theme_plus_regza_list li {
  float: left;
  width: 30%;
  box-sizing: border-box;
  padding: 0 20px 20px 0;
  color: #1297a1;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.theme_plus_regza_list li p {
  padding-bottom: 4px;
}

.theme_plus_regza_list li img {
  width: 100%;
  height: auto;
}

.theme_plus_regza_controller_img_half {
  width: 40%;
}

.theme_plus_regza_controller_img_half .controllerImg {
  width: 24%;
  padding: 0 25% 0 0;
}

.theme_plus_regza_controller_img_half .controllerThumb {
  width: 50%;
  max-width: 97px;
  right: 20%;
  top: 2%;
}

.theme_plus_regza_list_half {
  width: 60%;
}

.theme_plus_regza_list_half li {
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 10px 0;
}

.theme_plus_regza_list_half li p {
  padding-left: 10px;
  float: right;
  width: 65%;
  box-sizing: border-box;
}

.theme_plus_regza_list_half li div {
  float: left;
  width: 35%;
  box-sizing: border-box;
}

.theme_plus_regza_vod {
  background-color: #fff;
  padding: 22px 0 8px;
  margin-bottom: 18px;
}

.theme_plus_regza_vod li {
  float: left;
  padding: 0 12px 15px;
  width: 33%;
  width: -webkit-calc(99.99% / 3);
  width: calc(99.99% / 3);
  box-sizing: border-box;
  text-align: center;
}

.theme_plus_regza_vod li.two {
  float: left;
  padding: 0 12px 15px;
  width: 50%;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  box-sizing: border-box;
  text-align: center;
}

/*.theme_plus_regza_vod li:last-of-type {
  float: none;
  clear: both;
  padding: 0 0 15px;
  width: 41%;
  max-width: 182px;
  margin: 0 auto;
}*/

.theme_plus_regza_center {
  text-align: center;
}

.theme_plus_regza_separate {
  margin-bottom: 18px;
}

.theme_plus_regza_separate li {
  margin-bottom: 20px;
  clear: both;
}

.theme_plus_regza_separate li:last-of-type {
  margin-bottom: 0;
}

.theme_plus_regza_separate_txt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #535353;
  float: left;
  width: 37%;
}

.theme_plus_regza_separate_ttl {
  font-size: 15px;
  font-size: 1.5rem;
  color: #1297a1;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
}

.theme_plus_regza_separate_img {
  float: right;
  padding-left: 15px;
  box-sizing: border-box;
  width: 63%;
}

.theme_plus_regza_column2 dd {
  float: left;
  box-sizing: border-box;
}

.theme_plus_regza_column2 dd:nth-child(even) {
  width: 66.66666%;
  padding-right: 180px;
}

.theme_plus_regza_column2 dd:nth-child(odd) {
  width: 33.33333%;
}

.theme_box_note {
  clear: both;
  max-width: 1230px;
  min-width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 15px 0;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  color: #707070;
}

.theme_box .theme_box_note {
  padding: 30px 0 0;
}

.theme_plus_regza_block .theme_box_note {
  max-width: none;
  min-width: 0;
}

.theme_plus_regza_block .theme_box_note ul {
  padding-bottom: 0;
}

.theme_plus_regza_flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.theme_plus_regza_flex_child {
  margin: 0 0 0 10px;
}

.theme_plus_regza_small a[target="_blank"] {
  background: url(../img/detail/icon_blank.png) right 2px center no-repeat;
  padding-right: 16px;
}

.theme_box_note ul,
.theme_box_note dl,
.theme_box_note p {
  padding-bottom: 20px;
}

.theme_box_note ul ul {
  padding-bottom: 0;
}

.theme_box_note ul + .theme_box_note_indent,
.theme_box_note dl + .theme_box_note_indent,
.theme_box_note p + .theme_box_note_indent {
  padding-top: 15px;
}

.theme_box_note li,
.theme_box_note p,
.theme_box_note dt,
.theme_box_note dd {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.theme_box_note dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-indent: -0.5em;
  padding-left: 0;
  line-height: 2;
}

.theme_box_note a {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  color: #009cff;
}

.theme_box_note a:hover {
  text-decoration: underline;
}

.theme_box_note a[target="_blank"] {
  background: url(../img/detail/icon_blank.png) right 2px center no-repeat;
  padding-right: 16px;
}

.theme_box_note_indent {
  text-indent: -0.5em;
  padding-left: 0.5em;
  font-size: 11px;
  font-size: 1.1rem;
}

.theme_box_note .noindent {
  padding-left: 0;
  text-indent: 0;
}

.theme_caution {
  border: 1px solid #ccc;
  display: table;
  width: 100%;
  height: 85px;
  box-sizing: border-box;
  margin-bottom: 30px;
  clear: both;
}

.theme_caution_icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3%;
  width: 12%;
}

.theme_caution_txt {
  display: table-cell;
  vertical-align: middle;
  color: #707070;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
  padding-right: 3%;
  padding-bottom: 0 !important;
}

/*-- type別カラーバリエーション --*/
/*気軽に一人暮らしカラー*/
.theme_box_type01 .theme_top,
.theme_box_type01 .theme_btm,
.theme_box_type01 .theme_ttl,
.theme_box_type01 .theme_btm_point li {
  border-color: #3297e1;
}

.theme_box_type01 .theme_btm_point_icon:after {
  border-left-color: #3297e1;
}

.theme_box_type01 .theme_ttl:before {
  border-bottom-color: #3297e1;
}

.theme_box_type01 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #3297e1;
}

.theme_box_type01 .theme_btm_point_icon,
.theme_box_type01 .theme_plus_icon span {
  background: #3297e1;
}

.theme_box_type01 .theme_btm_point_hdr,
.theme_box_type01 .theme_ttl {
  color: #3297e1;
}

/*こだわり派カラー*/
.theme_box_type02 .theme_top,
.theme_box_type02 .theme_btm,
.theme_box_type02 .theme_ttl,
.theme_box_type02 .theme_btm_point li {
  border-color: #566475;
}

.theme_box_type02 .theme_btm_point_icon:after {
  border-left-color: #566475;
}

.theme_box_type02 .theme_ttl:before {
  border-bottom-color: #566475;
}

.theme_box_type02 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #566475;
}

.theme_box_type02 .theme_btm_point_icon,
.theme_box_type02 .theme_plus_icon span {
  background: #566475;
}

.theme_box_type02 .theme_btm_point_hdr,
.theme_box_type02 .theme_ttl {
  color: #566475;
}

/*お子様と一緒カラー*/
.theme_box_type03 .theme_top,
.theme_box_type03 .theme_btm,
.theme_box_type03 .theme_ttl,
.theme_box_type03 .theme_btm_point li {
  border-color: #e67f00;
}

.theme_box_type03 .theme_btm_point_icon:after {
  border-left-color: #e67f00;
}

.theme_box_type03 .theme_ttl:before {
  border-bottom-color: #e67f00;
}

.theme_box_type03 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #e67f00;
}

.theme_box_type03 .theme_btm_point_icon,
.theme_box_type03 .theme_plus_icon span {
  background: #e67f00;
}

.theme_box_type03 .theme_btm_point_hdr,
.theme_box_type03 .theme_ttl {
  color: #e67f00;
}

/*家族それぞれカラー*/
.theme_box_type04 .theme_top,
.theme_box_type04 .theme_btm,
.theme_box_type04 .theme_ttl,
.theme_box_type04 .theme_btm_point li {
  border-color: #54be77;
}

.theme_box_type04 .theme_btm_point_icon:after {
  border-left-color: #54be77;
}

.theme_box_type04 .theme_ttl:before {
  border-bottom-color: #54be77;
}

.theme_box_type04 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #54be77;
}

.theme_box_type04 .theme_btm_point_icon,
.theme_box_type04 .theme_plus_icon span {
  background: #54be77;
}

.theme_box_type04 .theme_btm_point_hdr,
.theme_box_type04 .theme_ttl {
  color: #54be77;
}

/*手軽に楽しむカラー*/
.theme_box_type05 .theme_top,
.theme_box_type05 .theme_btm,
.theme_box_type05 .theme_ttl,
.theme_box_type05 .theme_btm_point li {
  border-color: #e74e33;
}

.theme_box_type05 .theme_btm_point_icon:after {
  border-left-color: #e74e33;
}

.theme_box_type05 .theme_ttl:before {
  border-bottom-color: #e74e33;
}

.theme_box_type05 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #e74e33;
}

.theme_box_type05 .theme_btm_point_icon,
.theme_box_type05 .theme_plus_icon span {
  background: #e74e33;
}

.theme_box_type05 .theme_btm_point_hdr,
.theme_box_type05 .theme_ttl {
  color: #e74e33;
}


/*pickup*/
.theme_box_type06 .theme_ttl,
.theme_box_type07 .theme_ttl,
.theme_box_type08 .theme_ttl{
	border:2px solid #717171;
	color:#717171;
	font-weight:300;
	line-height:1.4;
}
.theme_box_type06 .theme_ttl:before,
.theme_box_type07 .theme_ttl:before,
.theme_box_type08 .theme_ttl:before {
  left: -46px;
  bottom: 60px;
  border-width: 23px 23px;
  border-color:#717171 #717171 transparent transparent;
}

.theme_box_type06 .theme_ttl:after,
.theme_box_type07 .theme_ttl:after,
.theme_box_type08 .theme_ttl:after {
  left: -41px;
  bottom: 58px;
  border-width: 23px 23px;
  border-color:#fff #fff transparent transparent;
}

.theme_box_type06 .theme_plus_regza,
.theme_box_type07 .theme_plus_regza,
.theme_box_type08 .theme_plus_regza{
	padding-top:30px;
}

/*pickup01 カラー*/
.theme_box_type06 .theme_top,
.theme_box_type06 .theme_btm,
.theme_box_type06 .theme_btm_point li {
  border-color: #f26ca6;
}

.theme_box_type06 .theme_btm_point_icon:after {
  border-left-color: #f26ca6;
}

.theme_box_type06 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #f26ca6;
}

.theme_box_type06 .theme_btm_point_icon,
.theme_box_type06 .theme_plus_icon span {
  background: #f26ca6;
}

.theme_box_type06 .theme_btm_point_hdr {
  color: #f26ca6;
}
/*pickup02 カラー*/
.theme_box_type07 .theme_top,
.theme_box_type07 .theme_btm,
.theme_box_type07 .theme_btm_point li {
  border-color: #eeca00;
}

.theme_box_type07 .theme_btm_point_icon:after {
  border-left-color: #eeca00;
}

.theme_box_type07 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #eeca00;
}

.theme_box_type07 .theme_btm_point_icon,
.theme_box_type07 .theme_plus_icon span {
  background: #eeca00;
}

.theme_box_type07 .theme_btm_point_hdr {
  color: #eeca00;
}
/*pickup03 カラー*/
.theme_box_type08 .theme_top,
.theme_box_type08 .theme_btm,
.theme_box_type08 .theme_btm_point li {
  border-color: #66c4ec;
}

.theme_box_type08 .theme_btm_point_icon:after {
  border-left-color: #66c4ec;
}

.theme_box_type08 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #66c4ec;
}

.theme_box_type08 .theme_btm_point_icon,
.theme_box_type08 .theme_plus_icon span {
  background: #66c4ec;
}

.theme_box_type08 .theme_btm_point_hdr {
  color: #66c4ec;
}

/*おすすめ商品部分
------------------------------------------------*/
.item_series {
  clear: both;
  max-width: 1230px;
  min-width: 960px;
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 0 15px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.item_series_ttl {
  width: 60px;
  max-width: 60px;
  box-sizing: border-box;
  padding: 55px 20px 0;
  background-color: #b5b5b5;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 10px 0 0 10px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 60px;
  flex: 0 0 60px;
  float: left;
}

.item_series_box {
  max-width: 1140px;
  width: auto;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 900px;
  flex: 1 1 900px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.item_series_box > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

.item_series_detail {
  float: left;
  width: 33%;
  width: -webkit-calc(99.99% / 3);
  width: calc(99.99% / 3);
  border-right: 1px solid #b5b5b5;
  box-sizing: border-box;
  padding: 16px 0 0 1.8%;
}

.item_series_detail:nth-child(n + 4) {
	margin-top:50px;
}

.item_series_detail_l {
  float: left;
  padding-right: 3%;
  width: 40%;
  box-sizing: border-box;
}

.item_series_detail_var {
  clear: both;
  width: auto;
  padding: 20px 0 0 0;
  text-align: center;
  justify-content: center;
}

.item_series_detail_var li {
  display: inline-block;
  padding: 0 0 0 4px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  vertical-align: top;
}

.item_series_detail_var li:first-of-type {
  padding: 0;
}

.item_series_detail_var li:after {
  content: "/";
  padding-left: 4px;
}

.item_series_detail_var li:last-of-type:after {
  content: "";
  padding-left: 0;
}

.item_series_detail_r {
  float: left;
  width: 60%;
}

.item_series_detail_txt {
  line-height: 1;
}

.item_series_detail_name {
  display: block;
  font-size: 50px;
  font-size: 5rem;
  color: #707070;
}

.item_series_detail_name.tv4k {
  color: #ba8a17;
}

.item_series_detail_series {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
}

.item_series_detail_icon {
  padding-top: 12px;
}

.item_series_detail_icon li {
  display: inline-block;
  padding-right: 6px;
  vertical-align: top;
  width: 29%;
  box-sizing: border-box;
}
.item_series_detail_icon li:nth-child(n + 4) {
	padding-top:6px;
}

.item_series_detail_icon li.ast {
  position: relative;
  padding-right: 5px;
  margin-bottom: -2rem;
}

.item_series_detail_icon li.iconW {
  width: 30%;
}

.item_series_detail_icon li.ast:before {
  content: "*";
  position: absolute;
  right: 0;
  top: -5px;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
}

.item_series_detail_icon li.ast .small {
  display: block;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  color: #898989;
  white-space: nowrap;
}

.item_series_detail_btn {
  clear: both;
  padding-top: 20px;
}

.item_series_detail_btn a {
  display: block;
  width: 70%;
  max-width: 200px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 8px 30px 12px 10px;
  background: #54be77 url(../img/detail/arrow.png) right 10px center no-repeat;
  background-size: 20px;
}

.item_series_detail_small {
  color: #898989;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 10px 20px 0 0;
}

/*他のテーマを見る
------------------------------------------------*/
.select4ktv_otherNavi {
  clear: both;
  max-width: 1230px;
  min-width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.select4ktv_otherNavi_list {
  border-left: 2px solid #9a58bc;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.select4ktv_otherNavi_list li {
  float: left;
  border: 2px solid #9a58bc;
  border-left: 0 solid #9a58bc;
  background-color: #fff;
  box-sizing: border-box;
  width: 25%;
  max-width: 25%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 20%;
  flex: 1 0 20%;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.select4ktv_otherNavi_list li a {
  position: relative;
  background-color: #ae79c9;
  display: block;
  color: #fff;
  width: 100%;
  transition: opacity .5s ease,font-size 0.3s ease 0s, width 0.3s ease 0s, height 0.3s ease 0s;
}

.otherNavi_list_txt {
  border-top: 2px solid #9a58bc;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  padding: 2% 40px 34px 4%;
  background: url(../img/detail/arrow.png) right 5px top 20px no-repeat;
  background-size: 30px;
}

.otherNavi_list_small {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: #9a58bc;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 5px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.select4ktv_otherTheme {
  display: none;
}

/*-- type別カラーバリエーション --*/
/*気軽に一人暮らしカラー*/
.select4ktv_otherNavi_type01 .select4ktv_otherNavi_list li a {
  background: #5dade2;
}

.select4ktv_otherNavi_type01 .select4ktv_otherNavi_list,
.select4ktv_otherNavi_type01 .select4ktv_otherNavi_list li,
.select4ktv_otherNavi_type01 .otherNavi_list_txt {
  border-color: #3297e1;
}

.select4ktv_otherNavi_type01 .otherNavi_list_small {
  background: #3297e1;
}

.select4ktv_otherNavi_type01 .otherNavi_list_txt {
  text-shadow: 1px 1px 1px rgba(1, 32, 53, 0.75);
}

/*こだわり派カラー*/
.select4ktv_otherNavi_type02 .select4ktv_otherNavi_list li a {
  background: #788391;
}

.select4ktv_otherNavi_type02 .select4ktv_otherNavi_list,
.select4ktv_otherNavi_type02 .select4ktv_otherNavi_list li,
.select4ktv_otherNavi_type02 .otherNavi_list_txt {
  border-color: #566475;
}

.select4ktv_otherNavi_type02 .otherNavi_list_small {
  background: #566475;
}

.select4ktv_otherNavi_type02 .otherNavi_list_txt {
  text-shadow: 1px 1px 1px rgba(1, 32, 53, 0.75);
}

/*お子様と一緒カラー*/
.select4ktv_otherNavi_type03 .select4ktv_otherNavi_list li a {
  background: #eb9933;
}

.select4ktv_otherNavi_type03 .select4ktv_otherNavi_list,
.select4ktv_otherNavi_type03 .select4ktv_otherNavi_list li,
.select4ktv_otherNavi_type03 .otherNavi_list_txt {
  border-color: #e67f00;
}

.select4ktv_otherNavi_type03 .otherNavi_list_small {
  background: #e67f00;
}

.select4ktv_otherNavi_type03 .otherNavi_list_txt {
  text-shadow: 1px 1px 1px rgba(46, 26, 1, 0.75);
}

/*家族それぞれカラー*/
.select4ktv_otherNavi_type04 .select4ktv_otherNavi_list li a {
  background: #76cb92;
}

.select4ktv_otherNavi_type04 .select4ktv_otherNavi_list,
.select4ktv_otherNavi_type04 .select4ktv_otherNavi_list li,
.select4ktv_otherNavi_type04 .otherNavi_list_txt {
  border-color: #54be77;
}

.select4ktv_otherNavi_type04 .otherNavi_list_small {
  background: #54be77;
}

.select4ktv_otherNavi_type04 .otherNavi_list_txt {
  text-shadow: 1px 1px 1px rgba(0, 42, 14, 0.75);
}

/*手軽に楽しむカラー*/
.select4ktv_otherNavi_type05 .select4ktv_otherNavi_list li a {
  background: #ec715c;
}

.select4ktv_otherNavi_type05 .select4ktv_otherNavi_list,
.select4ktv_otherNavi_type05 .select4ktv_otherNavi_list li,
.select4ktv_otherNavi_type05 .otherNavi_list_txt {
  border-color: #e74e33;
}

.select4ktv_otherNavi_type05 .otherNavi_list_small {
  background: #e74e33;
}

.select4ktv_otherNavi_type05 .otherNavi_list_txt {
  text-shadow: 1px 1px 1px rgba(42, 6, 0, 0.75);
}

/*pickupカラー*/
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list{
	border-width:0;
}
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type06,
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type07,
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type08{
	border-width:1px;
}

.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type06 .otherNavi_list_txt,
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type07 .otherNavi_list_txt,
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type08 .otherNavi_list_txt {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

/*pickup01*/
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type06 a {
  background: #f782b5;
}
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type06,
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type06 .otherNavi_list_txt {
  border-color: #f26ca6;
}

.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type06 .otherNavi_list_small {
  background: #f26ca6;
}
/*pickup02*/
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type07 a {
  background: #f1d84b;
}
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type07,
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type07 .otherNavi_list_txt {
  border-color: #eeca00;
}

.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type07 .otherNavi_list_small {
  background: #eeca00;
}
/*pickup03*/
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type08 a {
  background: #8aceeb;
}
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type08,
.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type08 .otherNavi_list_txt {
  border-color: #66c4ec;
}

.select4ktv_otherNavi_list_pickup .select4ktv_otherNavi_list .select4ktv_otherNavi_type08 .otherNavi_list_small {
  background: #66c4ec;
}


/*-- pickup add 161108 --*/
.select4ktv_pickup{
	border:2px solid #9a58bc;
	border-radius:10px;
	background-color:#fff;
	padding:43px 10px 20px;
	position:relative;
	margin-bottom:60px;
}
.select4ktv_pickup_ttl{
	position:absolute;
	top:-22px;
	left:0;
	right:0;
	width:560px;
	margin:auto;
	background-color:#9a58bc;
	border-radius:20px;
	font-size:28px;
	font-size:2.8rem;
	color:#fff;
	text-align:center;
	font-weight:900;
	line-height:1;
	padding:5px 5px 8px;
}
.select4ktv_pickup_ttl:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-27px;
	width:0;
	height:0;
	margin:auto;
	border-width:14px 9px;
	border-style:solid;
	border-color:#9a58bc transparent transparent;
}
.select4ktv_pickup_list li{
	width:33.33%;
	float:left;
	padding:0 10px;
	box-sizing:border-box;
}

.select4ktv_pickup_list li a{
	display:block;
	position:relative;
	padding-top:110px;
}
.select4ktv_pickup_list li a:hover{
	opacity:1;
}
.select4ktv_pickup_list li a .select4ktv_pickup_txt{
	background-color:#000;
	position:absolute;
	left:0;
	top:0;
	right:0;
	color:#fff;
	font-size:23px;
	font-size:2.3rem;
	font-weight:bold;
	padding:15px 10px;
}
.select4ktv_pickup_list li a .select4ktv_pickup_txt:before{
	content:"";
	position:absolute;
	right:90px;
	bottom:-24px;
	width:0;
	height:0;
	margin:auto;
	border-width:12px 10px;
	border-style:solid;
	border-color:#fff transparent transparent #fff;
}
.select4ktv_pickup_list li a .select4ktv_pickup_txt:after{
	content:"";
	position:absolute;
	right:90px;
	bottom:-20px;
	width:0;
	height:0;
	margin:auto;
	border-width:11px 9px;
	border-style:solid;
	border-color:#000 transparent transparent #000;
  visibility: visible;
}


.select4ktv_pickup_list li a .select4ktv_pickup_img{
	position:relative;
}
.select4ktv_pickup_list li a .select4ktv_pickup_img:after{
	content:"";
	border:2px solid #000;
	transition:border-width .1s ease;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	box-sizing:border-box;
}
.select4ktv_pickup_list li a:hover .select4ktv_pickup_img:after{
	border-width:6px;	
}

.select4ktv_pickup_list li a .select4ktv_pickup_arrow{
	position:absolute;
	right:10px;
	bottom:10px;
	width:34px;
	height:34px;
	background:url(../img/top/arrow_aqua.png) left top no-repeat;
	display:block;
	opacity:0;
	transition:opacity .4s ease;
}
.select4ktv_pickup_list li a:hover .select4ktv_pickup_arrow{
	opacity:1;
}
/*-- pickup color variation --*/
/*-- pickup01 --*/
.select4ktv_pickup_list .pickup-skin01 a .select4ktv_pickup_txt{
	background-color:#f26ca6;
}
.select4ktv_pickup_list .pickup-skin01 a .select4ktv_pickup_txt:after{
	border-color:#f26ca6 transparent transparent #f26ca6;
}
.select4ktv_pickup_list .pickup-skin01 a .select4ktv_pickup_img:after{
	border-color:#f26ca6;
}
.select4ktv_pickup_list .pickup-skin01 a .select4ktv_pickup_arrow{
	background-image:url(../img/top/arrow_pink.png);
}
/*-- pickup02 --*/
.select4ktv_pickup_list .pickup-skin02 a .select4ktv_pickup_txt{
	background-color:#fbd500;
}
.select4ktv_pickup_list .pickup-skin02 a .select4ktv_pickup_txt:after{
	border-color:#fbd500 transparent transparent #fbd500;
}
.select4ktv_pickup_list .pickup-skin02 a .select4ktv_pickup_img:after{
	border-color:#fbd500;
}
.select4ktv_pickup_list .pickup-skin02 a .select4ktv_pickup_arrow{
	background-image:url(../img/top/arrow_yellow.png);
}
/*-- pickup03 --*/
.select4ktv_pickup_list .pickup-skin03 a .select4ktv_pickup_txt{
	background-color:#66c4ec;
}
.select4ktv_pickup_list .pickup-skin03 a .select4ktv_pickup_txt:after{
	border-color:#66c4ec transparent transparent #66c4ec;
}
.select4ktv_pickup_list .pickup-skin03 a .select4ktv_pickup_img:after{
	border-color:#66c4ec;
}
.select4ktv_pickup_list .pickup-skin03 a .select4ktv_pickup_arrow{
	background-image:url(../img/top/arrow_aqua.png);
}




/*keyframes*/
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scaleHover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scaleOut {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.2);
  }
}

@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacityOut2 {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bgColor {
  0% {
    background-color: #eee;
  }
  100% {
    background-color: #ccc;
  }
}

@keyframes themePlus {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-50px);
  }
}

@keyframes themePlusAc {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes themeMinus {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(50px);
  }
}

@keyframes themeMinusAc {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}

/*********************************
	TABLET用CSS
*********************************/
@media screen and (min-width: 641px) and (max-width: 1200px) {
  /*index.html
------------------------------------------------*/
  .select4ktv_v2Navi li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .select4ktv_clear_icon {
    width: 120px;
    height: 120px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .select4ktv_clear_icon span {
    font-size: 30px;
    font-size: 3rem;
  }
  .select4ktv_clear_txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .select4ktv_v2Box .select4ktv_v2Box_room_copy {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /*スライドダウンナビ パターン02
------------------------------------------------*/
  .nav-list-btn li {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 0;
  }
  .nav-list-class > li a span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /*detail.html
------------------------------------------------*/
  .theme_ttl {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    width: 450px;
  }
  .theme_btm {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .theme_btm_point_hdr {
    font-size: 30px;
    font-size: 3rem;
  }
  .theme_btm_point_hdr2 {
	white-space: normal;
  }
  .theme_btm_point_catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .theme_btm_point_catch_num {
    font-size: 40px;
    font-size: 4rem;
  }
  .theme_btm_point_ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .theme_btm_point_ttl sup {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .theme_btm_point_icon {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .theme_plus_regza_catch {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .theme_plus_regza_ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .theme_plus_regza_list li {
    width: 33%;
  }
  .theme_plus_regza_list_half li {
    width: 100%;
  }
  .theme_plus_regza_controller_img .controllerThumb {
    right: 12%;
  }
  .theme_plus_regza_controller_img_half .controllerThumb {
    right: 18%;
  }
  /*おすすめ商品部分
------------------------------------------------*/
  .item_series_detail_var li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .item_series_detail_name {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .item_series_detail_series {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .item_series_detail_btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /*他のテーマを見る
------------------------------------------------*/
  .otherNavi_list_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
	


/*-- pickup add 161108 --*/

.select4ktv_pickup_list li a{
	padding-top:90px;
}
.select4ktv_pickup_list li a .select4ktv_pickup_txt{
	font-size:17px;
	font-size:1.7rem;
}
}

/*********************************
	SP用CSS
*********************************/
@media screen and (max-width: 640px) {
  /*js-fix-headerCSS
------------------------------------------------*/
  .js-fixHeader {
    padding-top: 0 !important;
  }
  .js-fixHeader-box {
    position: static;
    min-width: 0;
  }
  .js-fixHeader-box.active {
    position: static;
  }
  .fixHeader-inner {
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 3%;
  }
  .select4ktv_ttl {
    padding: 10px 0 0;
    text-align: center;
  }
  .select4ktv_ttl01 {
    font-size: 7.6vw;
  }
  .select4ktv_ttl02 {
    font-size: 6.8vw;
    padding-bottom: 8px;
  }
  .select4ktv_ttl03 {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 0 2px;
    margin: 0 -3%;
  }
  /*navBtnCSS
------------------------------------------------*/
  .navBtnMask {
    display: none;
  }
  .js-nav-list {
    display: none !important;
  }
  /*共通項目
------------------------------------------------*/
  .select4ktv {
    padding: 84px 0 16px;
  }
  .select4ktv_v2 *,
  .theme_ttl,
  .theme_btm_point_hdr,
  .theme_btm_point_icon,
  .theme_btm_point_catch,
  .theme_btm_point_ttl,
  .theme_btm_point_txt,
  .theme_btm_point_small,
  .theme_plus_regza_catch,
  .theme_plus_regza_ttl,
  .theme_plus_regza_ttlsub,
  .theme_plus_regza_txt,
  .theme_plus_regza_mark,
  .theme_plus_regza_list li,
  .select4ktv_v2Box_room_copy,
  .select4ktv_otherNavi *,
  .select4ktv_otherTheme * {
    transition: font-size 0s ease,width 0s ease,height 0s ease;
  }
  .spbr {
    display: block;
  }
  /*-- パンくず --*/
/*
  #crumb {
    max-width: 100%;
    min-width: 0;
  }
  #crumb .crumb_txt {
    margin: 0 15px;
    width: auto;
  }
  #crumb .crumb_txt p {
    padding: 2px 0 0 0;
  }
  #tvbd_link {
    display: none;
  }
*/
  /*index.html
------------------------------------------------*/
  .select4ktv_v2 {
    min-width: 0;
    background-size: 10px;
  }
  .select4ktv_v2_inr {
    max-width: 100%;
    min-width: 0;
    padding: 80px 15px 0;
    margin: 0;
  }
  .select4ktv_v2_ttl {
    margin: 0 0 30px;
  }
  .select4ktv_v2_bdr {
    border: 1px solid #9a58bc;
    padding: 10px 0 20px;
    width: 100%;
  }
  .select4ktv_v2_ttl01 {
    font-size: 7.4vw;
  }
  .select4ktv_v2_ttl02 {
    font-size: 6vw;
  }
  .select4ktv_v2_bdr02 {
    border: 1px solid #9a58bc;
    border-radius: 4px 4px 0 0;
    margin-top: 5px;
  }
  .select4ktv_v2_bdr02:before {
    width: 70%;
    top: -10px;
    border: 1px solid #9a58bc;
    border-top: 0;
    border-bottom: 0;
    height: 10px;
  }
  .select4ktv_v2_bdr02:after {
    width: 70%;
    top: -10px;
    height: 10px;
  }
  .select4ktv_v2_ttl03 {
    font-size: 3vw;
    width: 100%;
    margin: -20px auto 0;
    padding-bottom: 12px;
  }
  .select4ktv_v2_ttl03 mark {
    font-size: 4.6vw;
  }
  .select4ktv_v2Navi {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 0;
  }
  .select4ktv_v2Navi li {
    float: left;
    width: 33%;
    width: -webkit-calc(99.99% / 3);
    width: calc(99.99% / 3);
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
    padding: 0 5px 10px;
  }
  .select4ktv_v2Navi li a {
    border-width: 2px;
    padding: 2px 0 3px;
    font-size: 10px;
    font-size: 1rem;
  }
  .select4ktv_v2Box[class] {
    margin: 0 -5px 40px;
    width: 100%;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .select4ktv_v2Box[class] .type_all {
    display: none;
  }
  .select4ktv_v2Box[class] .type_theme {
    display: block;
  }
  .select4ktv_v2Box[class] li:nth-of-type(n) {
    width: 50%;
    padding: 0 5px 20px;
    clear: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .select4ktv_v2Box[class] li a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .select4ktv_v2Box[class] li a:hover {
    transform: scale(1);
    box-shadow: 0 0 0 0 #000;
  }
  .select4ktv_v2Box[class] li:nth-of-type(4n+1) {
    clear: none;
  }
  .select4ktv_v2Box[class] li:nth-of-type(2n+1) {
    clear: left;
  }
  .select4ktv_v2Box[class] li a .select4ktv_v2Box_room_img {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .select4ktv_v2Box li a:hover .select4ktv_v2Box_room_img {
    outline: 0 solid #000 !important;
  }
  .select4ktv_v2Box[class] li a .select4ktv_v2Box_room_txt {
    position: static;
    opacity: 1;
    transform: scale(1);
    padding: 0;
    height: auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .select4ktv_v2Box[class] li a .select4ktv_v2Box_room_txt:after {
    display: none;
  }
  .select4ktv_v2Box[class] li a .select4ktv_v2Box_room_icon {
    font-size: 10px;
    font-size: 1rem;
  }
  .select4ktv_v2Box[class] li a .select4ktv_v2Box_room_copy {
    background: url(../img/top/arrow.png) right 5px top 6px no-repeat;
    background-size: 15px;
    padding: 4px 20px 6px 5px;
    font-size: 10px;
    font-size: 2vw;
    display: block;
    white-space: normal;
  }
  .select4ktv_v2Box[class] li a .select4ktv_v2Box_room_arrow {
    display: none;
  }
  .select4ktv_entranceImg {
    min-width: 0;
    background: none;
  }
  .select4ktv_clear_icon {
    position: absolute;
    top: -60px;
    left: 0;
    right: auto;
    margin: 0;
    border: 2px solid #9a58bc;
    width: 70px;
    width: 7rem;
    height: 70px;
    height: 7rem;
    padding-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .select4ktv_clear_icon span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .select4ktv_clear {
    padding: 20px 15px;
    max-width: 100%;
    min-width: 0;
  }
  .select4ktv_clear_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .select4ktv_v2Box li.js-theme_sort_type01 a {
    outline: 0 solid #3498db;
  }
  .select4ktv_v2Box li.js-theme_sort_type01 a:hover {
    outline: 4px solid #3498db;
  }
  .select4ktv_v2Box li.js-theme_sort_type02 a {
    outline: 0 solid #566475;
  }
  .select4ktv_v2Box li.js-theme_sort_type02 a:hover {
    outline: 4px solid #566475;
  }
  .select4ktv_v2Box li.js-theme_sort_type03 a {
    outline: 0 solid #e67f00;
  }
  .select4ktv_v2Box li.js-theme_sort_type03 a:hover {
    outline: 4px solid #e67f00;
  }
  .select4ktv_v2Box li.js-theme_sort_type04 a {
    outline: 0 solid #54be77;
  }
  .select4ktv_v2Box li.js-theme_sort_type04 a:hover {
    outline: 4px solid #54be77;
  }
  .select4ktv_v2Box li.js-theme_sort_type05 a {
    outline: 0 solid #e74e33;
  }
  .select4ktv_v2Box li.js-theme_sort_type05 a:hover {
    outline: 4px solid #e74e33;
  }
  /*detail.html
------------------------------------------------*/
  .theme_box {
    max-width: none;
    min-width: 0;
    padding: 0;
    margin: 45px 0 20px;
  }
  .theme_top {
    border: 0 solid #9a58bc;
    border-radius: 0;
    overflow: visible;
  }
  .theme_ttl {
    right: 15px;
    left: 15px;
    top: -28px;
    border: 2px solid #9a58bc;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 5px 15px 10px;
    width: auto;
  }
  .theme_ttl:before {
    left: -2px;
    bottom: -27px;
    border-width: 25px 18px;
    border-color: transparent;
    border-left-color: #9a58bc;
  }
  .theme_ttl:after {
    left: 0;
    bottom: -21px;
    border-width: 25px 18px;
    border-color: transparent;
    border-left-color: #fff;
  }
  .theme_btm {
    padding: 25px 3% 10px;
    border: 0 solid #9a58bc;
    border-radius: 0;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .theme_btm_point {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    float: none;
  }
  .theme_btm_point_hdr {
    padding: 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .theme_btm_point_hdr2 {
	white-space: normal;
  }
  .theme_btm_point li {
    width: 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    border-right: 0px;
    border-bottom: 1px solid #9a58bc;
  }
  .theme_btm_point li:last-of-type {
    border-bottom: 0;
  }
  .theme_btm_point > li {
    padding: 10px 0 15px;
  }
  .theme_btm_point_catch {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 24px;
    background-size: 18px;
    min-height: 18px;
    background-position: left bottom 4px;
    line-height: 1.2;
  }
  .theme_btm_point_catch_num {
    font-size: 32px;
    font-size: 3.2rem;
    padding-left: 2px;
    vertical-align: baseline;
  }
  .theme_btm_point_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 5px;
  }
  .theme_btm_point_ttl sup {
    font-size: 10px;
    font-size: 1rem;
  }
  .theme_btm_point_txt {
    padding-top: 5px;
    line-height: 1.6;
  }
  .theme_btm_point_small {
    padding-top: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
  .theme_btm_point_icon {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 4px 2px 4px 6px;
    position: absolute;
    top: -14px;
    left: 15px;
  }
  .theme_btm_point_icon:after {
    border: 10px solid transparent;
    border-left-color: #9a58bc;
    bottom: -10px;
  }
  .theme_plus_regza {
    width: 100%;
    float: none;
    padding: 15px 20px 22px;
    border-radius: 4px;
  }
  .theme_plus_regza img {
    zoom: 0.5;
  }
  .theme_plus_icon {
    width: 35px;
    width: 3.5rem;
    height: 35px;
    height: 3.5rem;
    box-shadow: inset 0 0 0 3px #9a58bc;
    border: 4px solid #fff;
    top: -20px;
    top: -2rem;
  }
  .theme_plus_icon span {
    width: 17px;
    width: 1.7rem;
    height: 3px;
    height: 0.3rem;
  }
  .theme_plus_regza_block > li {
    width: 100%;
    padding: 15px 0 25px;
    -webkit-flex: 1 1 100%;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    flex: 1 1 100%;
  }
  .theme_plus_regza_block > li:nth-of-type(n).theme_plus_regza_block_ltl {
    width: 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .theme_plus_regza_block > li:last-of-type {
    padding: 15px 0 0;
    border-bottom: 0;
  }
  .theme_plus_regza_catch {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 3px;
    margin-top: 19px;
    margin-bottom: 5px;
  }
  .theme_plus_regza_catch:after {
    border: 15px solid transparent;
    border-top-color: #54be77;
    border-left-width: 10px;
    border-right-width: 10px;
    bottom: -30px;
  }
  .theme_plus_regza_block {
    display: block;
  }
  .theme_plus_regza_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .theme_plus_regza_ttl sup {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .theme_plus_regza_ttlsub {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .theme_plus_regza_txt {
    margin-bottom: 12px;
  }
  .theme_plus_regza_txtlink {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 5px;
  }
  .theme_plus_regza_txtlink:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .theme_plus_regza_txtlink:last-of-type {
    margin-bottom: 12px;
  }
  .theme_plus_regza_imgArrow {
    margin-bottom: 12px;
  }
  .theme_plus_regza_imgArrow li {
    float: none;
    width: 100%;
    padding: 0 1% 34px;
    font-size: 10px;
    font-size: 1rem;
  }
  .theme_plus_regza_imgArrow li:last-of-type {
    padding: 0 1% 0 0;
  }
  .theme_plus_regza_imgArrow li:last-of-type:before {
    border: 20px solid transparent;
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-color: #1297a1;
    left: 0;
    right: 0;
    top: -27px;
    bottom: auto;
  }
  .theme_plus_regza_imgArrow li img {
    width: 100%;
    height: auto;
  }
  .theme_plus_regza_imgArrow li.theme_plus_regza_icon {
    width: 100%;
    margin-bottom: 4px;
    padding: 0 1%;
  }
  .theme_plus_regza_imgArrow li.theme_plus_regza_icon img {
    width: auto;
    height: auto;
  }
  .theme_plus_regza_imgArrow li p {
    padding-top: 1px;
  }
  .theme_plus_regza_btn a {
    display: block;
    width: 100%;
    margin-top: 12px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    box-sizing: border-box;
  }
  .theme_plus_regza_controller {
    margin-bottom: 12px;
  }
  .theme_plus_regza_controller_img {
    width: 50%;
  }
  .theme_plus_regza_controller_img .controllerImg {
    width: 100%;
    margin: 0;
    padding: 8px 0 0;
  }
  .theme_plus_regza_controller_img .controllerImg img {
    width: 55%;
    height: auto;
  }
  .theme_plus_regza_controller_img .controllerThumb {
    width: 75%;
    max-width: none;
    height: auto;
    right: 7%;
    top: 7%;
  }
  .theme_plus_regza_list {
    float: left;
    width: 100%;
  }
  .theme_plus_regza_list li {
    float: left;
    width: 50%;
    padding: 0 10px 15px 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .theme_plus_regza_list li:nth-of-type(2n) {
    padding: 0 0 15px 10px;
  }
  .theme_plus_regza_list li p {
    padding: 0 0 2px;
    float: none;
    width: auto;
  }
  .theme_plus_regza_list li div {
    float: none;
    width: auto;
  }
  .theme_plus_regza_list_half {
    width: 50%;
  }
  .theme_plus_regza_list_half li:nth-of-type(n) {
    float: none;
    width: 100%;
    padding: 0 0 15px;
  }
  .theme_plus_regza_mark {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .theme_plus_regza_small {
    margin-bottom: 12px;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
  }
  .theme_plus_regza_small + .theme_plus_regza_small {
    margin-top: -12px;
  }
  .theme_plus_regza_icon {
    margin-bottom: 10px;
  }
  .theme_plus_regza_icon img {
    padding-right: 10px;
  }
  .theme_plus_regza_icon img:last-of-type {
    padding-right: 0;
  }
  .theme_plus_regza_img {
    margin-bottom: 12px;
  }
  .theme_plus_regza_imgMgT {
    margin-top: 0;
  }
  .theme_plus_regza_imgList {
    clear: both;
    margin-bottom: 12px;
  }
  .theme_plus_regza_imgList li {
    float: none;
    width: 100%;
    padding: 0 0 12px;
  }
  .theme_plus_regza_imgList li:nth-of-type(2n) {
    padding: 12px 0;
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .theme_plus_regza_imgList li:last-of-type {
    padding: 12px 0 0;
  }
  .theme_plus_regza_imgList02 {
    margin-bottom: 12px;
    font-size: 10px;
    font-size: 1rem;
  }
  .theme_plus_regza_imgList02 li:nth-of-type(n) {
    float: left;
    width: 50%;
    padding: 5px 5px 0 0;
  }
  .theme_plus_regza_imgList02 li:nth-of-type(2n) {
    padding: 5px 0 0 5px;
  }
  .theme_plus_regza_imgList02 li img {
    width: 100%;
    height: auto;
  }
  .theme_plus_regza_imgList02 li p {
    padding-top: 5px;
  }
  .theme_plus_regza_imgList02_center {
    padding-top: 0;
  }
  .theme_plus_regza_imgList02_center li img {
    width: 80%;
  }
  .theme_plus_regza_vod {
    padding: 10px 0 4px;
    margin-bottom: 10px;
    box-shadow: 0 -1px 1px #f2f2f2;
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
  }
  .theme_plus_regza_vod li {
    padding: 0 6px 8px;
  }
  .theme_plus_regza_vod li:nth-of-type(3n+1) {
    clear: left;
  }
  .theme_plus_regza_vod li:last-of-type {
    padding: 0 0 8px;
    max-width: 182px;
  }
  .theme_plus_regza_center {
    text-align: center;
  }
  .theme_plus_regza_separate {
    margin-bottom: 12px;
  }
  .theme_plus_regza_separate li {
    margin-bottom: 20px;
  }
  .theme_plus_regza_separate li:last-of-type {
    margin-bottom: 0;
  }
  .theme_plus_regza_separate_txt {
    font-size: 10px;
    font-size: 1.0rem;
    float: none;
    width: 100%;
    padding-bottom: 5px;
  }
  .theme_plus_regza_separate_ttl {
    font-size: 11px;
    font-size: 1.1rem;
    padding-bottom: 4px;
  }
  .theme_plus_regza_separate_img {
    float: none;
    padding-left: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .theme_plus_regza_separate_img img {
    width: 100%;
  }
  .theme_plus_regza_column2 dd {
    float: none;
    box-sizing: border-box;
  }
  .theme_plus_regza_column2 dd:nth-child(even) {
    width: auto;
    padding-right: 0;
  }
  .theme_plus_regza_column2 dd:nth-child(odd) {
    width: auto;
    text-align: center;
  }
  .theme_plus_regza_flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .theme_plus_regza_flex_child {
    margin: 0 0 0 4px;
  }
  .theme_box_note {
    clear: both;
    max-width: 100%;
    min-width: 0;
    padding: 0 3% 22px;
    font-weight: 900;
    font-size: 10px;
    font-size: 1rem;
    color: #898989;
  }
  .theme_box .theme_box_note {
    padding: 15px 3% 0;
  }
  .theme_box_note ul,
  .theme_box_note dl,
  .theme_box_note p {
    padding-bottom: 10px;
  }
  .theme_box_note ul + .theme_box_note_indent,
  .theme_box_note dl + .theme_box_note_indent,
  .theme_box_note p + .theme_box_note_indent {
    padding-top: 12px;
  }
  .theme_caution {
    height: 45px;
    margin: 17px 0;
    width: auto;
    padding: 10px 0;
  }
  .theme_caution_icon {
    padding: 0 3%;
    width: 18%;
  }
  .theme_caution_txt {
    font-size: 10px;
    font-size: 1rem;
  }
  /*-- type別カラーバリエーション --*/
  /*気軽に一人暮らしカラー*/
  .theme_box_type01 .theme_top,
  .theme_box_type01 .theme_btm,
  .theme_box_type01 .theme_ttl,
  .theme_box_type01 .theme_btm_point li {
    border-color: #3297e1;
  }
  .theme_box_type01 .theme_btm_point_icon:after {
    border-left-color: #3297e1;
  }
  .theme_box_type01 .theme_ttl:before {
    border-bottom-color: transparent;
    border-left-color: #3297e1;
  }
  .theme_box_type01 .theme_plus_icon {
    box-shadow: inset 0 0 0 3px #3297e1;
  }
  .theme_box_type01 .theme_btm_point_icon,
  .theme_box_type01 .theme_plus_icon span {
    background: #3297e1;
  }
  .theme_box_type01 .theme_btm_point_hdr,
  .theme_box_type01 .theme_ttl {
    color: #3297e1;
  }
  /*こだわり派カラー*/
  .theme_box_type02 .theme_top,
  .theme_box_type02 .theme_btm,
  .theme_box_type02 .theme_ttl,
  .theme_box_type02 .theme_btm_point li {
    border-color: #566475;
  }
  .theme_box_type02 .theme_btm_point_icon:after {
    border-left-color: #566475;
  }
  .theme_box_type02 .theme_ttl:before {
    border-bottom-color: transparent;
    border-left-color: #566475;
  }
  .theme_box_type02 .theme_plus_icon {
    box-shadow: inset 0 0 0 3px #566475;
  }
  .theme_box_type02 .theme_btm_point_icon,
  .theme_box_type02 .theme_plus_icon span {
    background: #566475;
  }
  .theme_box_type02 .theme_btm_point_hdr,
  .theme_box_type02 .theme_ttl {
    color: #566475;
  }
  /*お子様と一緒カラー*/
  .theme_box_type03 .theme_top,
  .theme_box_type03 .theme_btm,
  .theme_box_type03 .theme_ttl,
  .theme_box_type03 .theme_btm_point li {
    border-color: #e67f00;
  }
  .theme_box_type03 .theme_btm_point_icon:after {
    border-left-color: #e67f00;
  }
  .theme_box_type03 .theme_ttl:before {
    border-bottom-color: transparent;
    border-left-color: #e67f00;
  }
  .theme_box_type03 .theme_plus_icon {
    box-shadow: inset 0 0 0 3px #e67f00;
  }
  .theme_box_type03 .theme_btm_point_icon,
  .theme_box_type03 .theme_plus_icon span {
    background: #e67f00;
  }
  .theme_box_type03 .theme_btm_point_hdr,
  .theme_box_type03 .theme_ttl {
    color: #e67f00;
  }
  /*家族それぞれカラー*/
  .theme_box_type04 .theme_top,
  .theme_box_type04 .theme_btm,
  .theme_box_type04 .theme_ttl,
  .theme_box_type04 .theme_btm_point li {
    border-color: #54be77;
  }
  .theme_box_type04 .theme_btm_point_icon:after {
    border-left-color: #54be77;
  }
  .theme_box_type04 .theme_ttl:before {
    border-bottom-color: transparent;
    border-left-color: #54be77;
  }
  .theme_box_type04 .theme_plus_icon {
    box-shadow: inset 0 0 0 3px #54be77;
  }
  .theme_box_type04 .theme_btm_point_icon,
  .theme_box_type04 .theme_plus_icon span {
    background: #54be77;
  }
  .theme_box_type04 .theme_btm_point_hdr,
  .theme_box_type04 .theme_ttl {
    color: #54be77;
  }
  /*手軽に楽しむカラー*/
  .theme_box_type05 .theme_top,
  .theme_box_type05 .theme_btm,
  .theme_box_type05 .theme_ttl,
  .theme_box_type05 .theme_btm_point li {
    border-color: #e74e33;
  }
  .theme_box_type05 .theme_btm_point_icon:after {
    border-left-color: #e74e33;
  }
  .theme_box_type05 .theme_ttl:before {
    border-bottom-color: transparent;
    border-left-color: #e74e33;
  }
  .theme_box_type05 .theme_plus_icon {
    box-shadow: inset 0 0 0 3px #e74e33;
  }
  .theme_box_type05 .theme_btm_point_icon,
  .theme_box_type05 .theme_plus_icon span {
    background: #e74e33;
  }
  .theme_box_type05 .theme_btm_point_hdr,
  .theme_box_type05 .theme_ttl {
    color: #e74e33;
  }
	
/*pickup*/
.theme_box_type06 .theme_ttl,
.theme_box_type07 .theme_ttl,
.theme_box_type08 .theme_ttl{
	border-width:1px;
}
.theme_box_type06 .theme_ttl:before,
.theme_box_type07 .theme_ttl:before,
.theme_box_type08 .theme_ttl:before {
  left:auto;
	right: 41px;
  bottom: -22px;
  border-width: 11px 9px;
  border-color:#717171 transparent transparent #717171;
}

.theme_box_type06 .theme_ttl:after,
.theme_box_type07 .theme_ttl:after,
.theme_box_type08 .theme_ttl:after {
  left:auto;
	right: 40px;
  bottom: -20px;
  border-width: 11px 9px;
  border-color:#fff transparent transparent #fff;
}

.theme_box_type06 .theme_plus_regza,
.theme_box_type07 .theme_plus_regza,
.theme_box_type08 .theme_plus_regza{
	padding-top:10px;
	margin-top:15px;
}

/*pickup01 カラー*/
.theme_box_type06 .theme_top,
.theme_box_type06 .theme_btm,
.theme_box_type06 .theme_btm_point li {
  border-color: #f26ca6;
}

.theme_box_type06 .theme_btm_point_icon:after {
  border-left-color: #f26ca6;
}

.theme_box_type06 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #f26ca6;
}

.theme_box_type06 .theme_btm_point_icon,
.theme_box_type06 .theme_plus_icon span {
  background: #f26ca6;
}

.theme_box_type06 .theme_btm_point_hdr {
  color: #f26ca6;
}
/*pickup02 カラー*/
.theme_box_type07 .theme_top,
.theme_box_type07 .theme_btm,
.theme_box_type07 .theme_btm_point li {
  border-color: #eeca00;
}

.theme_box_type07 .theme_btm_point_icon:after {
  border-left-color: #eeca00;
}

.theme_box_type07 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #eeca00;
}

.theme_box_type07 .theme_btm_point_icon,
.theme_box_type07 .theme_plus_icon span {
  background: #eeca00;
}

.theme_box_type07 .theme_btm_point_hdr {
  color: #eeca00;
}
/*pickup03 カラー*/
.theme_box_type08 .theme_top,
.theme_box_type08 .theme_btm,
.theme_box_type08 .theme_btm_point li {
  border-color: #66c4ec;
}

.theme_box_type08 .theme_btm_point_icon:after {
  border-left-color: #66c4ec;
}

.theme_box_type08 .theme_plus_icon {
  box-shadow: inset 0 0 0 5px #66c4ec;
}

.theme_box_type08 .theme_btm_point_icon,
.theme_box_type08 .theme_plus_icon span {
  background: #66c4ec;
}

.theme_box_type08 .theme_btm_point_hdr {
  color: #66c4ec;
}
	
  /*おすすめ商品部分
------------------------------------------------*/
  .item_series {
    max-width: 100%;
    min-width: 0;
    margin: 0 0 18px;
    padding: 0 3%;
    display: block;
  }
  .item_series_ttl {
    width: 100%;
    max-width: none;
    text-align: center;
    padding: 6px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    border-radius: 5px 5px 0 0;
    float: none;
  }
  .item_series_box {
    max-width: 100%;
    min-width: 0;
  }
  .item_series_detail {
    float: none;
    width: 100%;
    border-right: 0 solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding: 17px 0 20px 0;
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
	.item_series_detail:nth-child(n + 4) {
		margin-top:0;
	}
  .item_series_detail:last-of-type {
    border-bottom: 0;
  }
  .item_series_detail_l {
    float: left;
    padding-right: 2%;
    width: 82px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 82px;
    flex: 0 1 82px;
  }
  .item_series_detail_img {
    max-width: 75px;
    height: auto;
  }
  .item_series_detail_var {
    width: auto;
    max-width: 75px;
    padding: 4px 0 0;
    line-height: .7;
  }
  .item_series_detail_var li:nth-of-type(n) {
    padding: 0 0 0 2px;
    font-size: 8px;
    font-size: .8rem;
  }
  .item_series_detail_var li:first-of-type {
    padding: 0;
  }
  .item_series_detail_var li:after {
    padding-left: 2px;
  }
  .item_series_detail_var li:last-of-type:after {
    padding-left: 0;
  }
  .item_series_detail_r {
    float: left;
    padding-right: 2%;
    width: 110px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 110px;
    flex: 1 1 110px;
  }
  .item_series_detail_txt {
    line-height: 1;
  }
  .item_series_detail_name {
    display: inline-block;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .item_series_detail_series {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: bottom;
    padding-left: 2px;
  }
  .item_series_detail_icon {
    padding-top: 5px;
  }
  .item_series_detail_icon li {
    padding-right: 2px;
    width: 27px;
    transform-origin: left top;
  }
	.item_series_detail_icon li:nth-child(n + 4) {
		padding-top:0;
	}
	
  .item_series_detail_icon li.ast:before {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .item_series_detail_icon li.ast .small {
    font-size: 10px;
    font-size: 1rem;
    white-space: nowrap;
    transform: scale(0.8);
    transform-origin: left top;
  }
  .item_series_detail_icon li.iconW {
    width: 30px;
  }
  .item_series_detail_btn {
    clear: none;
    float: right;
    width: 100px;
    padding-top: 0;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100px;
    flex: 0 1 100px;
    -webkit-align-self: center;
    align-self: center;
  }
  .item_series_detail_btn a {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 9px;
    font-size: .9rem;
    padding: 4px 15px 6px 5px;
    background: #54be77 url(../img/detail/arrow.png) right 5px center no-repeat;
    background-size: 10px;
  }
  .item_series_detail_small {
    font-size: 10px;
    font-size: 1rem;
    padding: 5px 0 0;
    width: 100%;
    flex: 0 0 100%;
  }
  /*他のテーマを見る
------------------------------------------------*/
  .select4ktv_otherNavi {
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 3% 10px;
  }
  .select4ktv_otherNavi_list {
    border-top: 1px solid #9a58bc;
    border-left: 1px solid #9a58bc;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .select4ktv_otherNavi_list li {
    float: left;
    border: 1px solid #9a58bc;
    border-left: 0 solid #9a58bc;
    border-top: 0 solid #9a58bc;
    width: 50%;
    max-width: 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .select4ktv_otherNavi_list li:nth-of-type(2n+1) {
    clear: left;
  }
  .otherNavi_list_txt {
    font-size: 10px;
    font-size: 1rem;
    padding: 2% 30px 20px 4%;
    background: url(../img/detail/arrow.png) right 5px top 10px no-repeat;
    background-size: 15px;
  }
  .otherNavi_list_small {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #3498db;
    font-size: 10px;
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 4px;
  }
  .select4ktv_otherTheme {
    width: 100%;
    padding-bottom: 10px;
    display: block;
  }
  .select4ktv_otherTheme_list {
    clear: both;
  }
  .select4ktv_otherTheme_list dt a {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #9a58bc;
    padding: 8px 0 10px;
    border-bottom: 1px solid #fff;
  }
  .select4ktv_otherTheme_list dd a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    color: #FFF;
    background: url(../img/detail/arrow.png) right 15px center no-repeat;
    background-size: 15px;
    padding: 15px;
    border-bottom: 1px solid #fff;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type01 a {
    background-color: #3498db;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type02 a {
    background-color: #576374;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type03 a {
    background-color: #e47f10;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type04 a {
    background-color: #56bd77;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type05 a {
    background-color: #e54e34;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type06 a {
    background-color: #f26ca6;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type07 a {
    background-color: #fbd500;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type08 a {
    background-color: #66c4ec;
  }
  .select4ktv_otherTheme_list dd a:not([href]) {
    opacity: 1;
  }
  .select4ktv_otherTheme_list dd.active a {
    background: #fff;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type01.active a {
    color: #3498db;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type02.active a {
    color: #576374;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type03.active a {
    color: #e47f10;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type04.active a {
    color: #56bd77;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type05.active a {
    color: #e54e34;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type06.active a {
    color: #f26ca6;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type07.active a {
    color: #fbd500;
  }
  .select4ktv_otherTheme_list .otherTheme_list_txt_type08.active a {
    color: #66c4ec;
  }
  .select4ktv_otherTheme_list .active a {
    border-bottom: 1px solid #ccc;
  }
  /*-- type別カラーバリエーション --*/
  /*気軽に一人暮らしカラー*/
  .select4ktv_otherNavi_type01 .select4ktv_otherNavi_list li a {
    background: #5dade2;
  }
  .select4ktv_otherNavi_type01 .select4ktv_otherNavi_list,
  .select4ktv_otherNavi_type01 .select4ktv_otherNavi_list li,
  .select4ktv_otherNavi_type01 .otherNavi_list_txt {
    border-color: #3297e1;
  }
  .select4ktv_otherNavi_type01 .otherNavi_list_small {
    background: #3297e1;
  }
  /*こだわり派カラー*/
  .select4ktv_otherNavi_type02 .select4ktv_otherNavi_list li a {
    background: #788391;
  }
  .select4ktv_otherNavi_type02 .select4ktv_otherNavi_list,
  .select4ktv_otherNavi_type02 .select4ktv_otherNavi_list li,
  .select4ktv_otherNavi_type02 .otherNavi_list_txt {
    border-color: #566475;
  }
  .select4ktv_otherNavi_type02 .otherNavi_list_small {
    background: #566475;
  }
  /*お子様と一緒カラー*/
  .select4ktv_otherNavi_type03 .select4ktv_otherNavi_list li a {
    background: #eb9933;
  }
  .select4ktv_otherNavi_type03 .select4ktv_otherNavi_list,
  .select4ktv_otherNavi_type03 .select4ktv_otherNavi_list li,
  .select4ktv_otherNavi_type03 .otherNavi_list_txt {
    border-color: #e67f00;
  }
  .select4ktv_otherNavi_type03 .otherNavi_list_small {
    background: #e67f00;
  }
  /*家族それぞれカラー*/
  .select4ktv_otherNavi_type04 .select4ktv_otherNavi_list li a {
    background: #76cb92;
  }
  .select4ktv_otherNavi_type04 .select4ktv_otherNavi_list,
  .select4ktv_otherNavi_type04 .select4ktv_otherNavi_list li,
  .select4ktv_otherNavi_type04 .otherNavi_list_txt {
    border-color: #54be77;
  }
  .select4ktv_otherNavi_type04 .otherNavi_list_small {
    background: #54be77;
  }
  /*手軽に楽しむカラー*/
  .select4ktv_otherNavi_type05 .select4ktv_otherNavi_list li a {
    background: #ec715c;
  }
  .select4ktv_otherNavi_type05 .select4ktv_otherNavi_list,
  .select4ktv_otherNavi_type05 .select4ktv_otherNavi_list li,
  .select4ktv_otherNavi_type05 .otherNavi_list_txt {
    border-color: #e74e33;
  }
  .select4ktv_otherNavi_type05 .otherNavi_list_small {
    background: #e74e33;
  }
	
	
	

/*-- pickup add 161108 --*/
.select4ktv_pickup{
	border-width:1px;
	border-radius:5px;
	padding:19px 10px 0;
	margin-bottom:25px;
}
.select4ktv_pickup_ttl{
	top:-12px;
	width:80%;
	font-size:14px;
	font-size:1.4rem;
	padding:3px 3px 4px;
}
.select4ktv_pickup_ttl:after{
	bottom:-13px;
	border-width:7px 4px;
}
.select4ktv_pickup_list li{
	width:100%;
	float:none;
	padding:0 0 10px;
}
.select4ktv_pickup_list li a{
	display:block;
	position:relative;
	padding-top:0;
}
.select4ktv_pickup_list li a .select4ktv_pickup_txt{
	font-size:10px;
	font-size:1rem;
	padding:3px 30px 5px 10px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.75);
	position:relative;
	min-height:30px;
}
.select4ktv_pickup_list li a .select4ktv_pickup_txt:before{
	display:none;
}
.select4ktv_pickup_list li a .select4ktv_pickup_txt:after{
	right:10px;
	bottom:0;
	top:0;
	width:15px;
	height:15px;
	background:url(../img/top/arrow.png) left top no-repeat;
	background-size:15px 15px;
	border:none;
	
}


.select4ktv_pickup_list li a .select4ktv_pickup_img{
	position:relative;
	overflow:hidden;
}
.select4ktv_pickup_list li a .select4ktv_pickup_img img{
	margin: 0;
	width:100%;
}
.select4ktv_pickup_list li a .select4ktv_pickup_img:after{
	border:1px solid #000;
}
.select4ktv_pickup_list li a:hover .select4ktv_pickup_img:after{
	border-width:3px;
}

.select4ktv_pickup_list li a .select4ktv_pickup_arrow{
	display:none;
}
	
}

/*-- nojs --*/
noscript.select4ktv_v2_nojs {
  font-weight: normal;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding: 0 5px 10px;
}

.no-js .alt-sign {
  padding-left: 20px;
}

.no-js .caution {
  position: relative;
  padding-left: 60px;
}

.no-js .icon-caution {
  background: url(../../../_shared/img/caution.png) no-repeat scroll 0 0;
  bottom: 0;
  display: block;
  height: 35px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 42px;
}

/*-- 印刷用 --*/
@media print {
  .js-fixHeader {
    padding-top: 0 !important;
  }
  .js-fixHeader-box.active {
    position: static;
  }
  #panel_wrap {
    position: static;
  }
}

/* ---------------------------------------------
AdWordsのリマーケティングタグによる崩れ防止
--------------------------------------------- */

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }
