@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/qso8kbm.css");


#v_band {
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#v_band img {
	max-width: 100%;
}

#v_band .inner {
	width: 90%;
	margin: auto;
}

#v_band h3 {
	font-weight: normal;
	font-size: 45px;
}

#v_band h3 .span1 {
	font-family: "raleway", sans-serif;
    font-weight: 700;
    font-style: normal;
	color: #c98378;
	letter-spacing: 0.5em;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 1.5em;
}

#v_band h3 .span2 {
	font-size: 30px;
}

#v_band h4 {
	font-weight: normal;
}

#v_band .sp_ {
	display: none;
}



@media only screen and (max-width: 480px) {
	#v_band {
    font-size: 15px;
}
	#v_band h3 .span1 {
    font-size: 12px;
}
	#v_band h3 {
    font-size: 24px;
}
	#v_band h3 .span2 {
    font-size: 18px;
}
	
	#v_band .pc_ {
	display: none;
}
	
	#v_band .sp_ {
	display: block;
}

}


#v_band #intro,#v_band #user {
	padding: 3.0em 0;
}

#v_band #intro h3 {
	margin-bottom: 1.5em;
}

#v_band #intro .inner p {
	text-align: left;
	line-height: 1.8;
	margin: 1.5em auto;
}

#v_band #intro ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 95%;
	margin: auto;
}

#v_band #intro ul li {
	width: 30%;
	margin: auto 1%;
	background: #deaca4;
	color: #FFFFFF;
	/*min-height: 100px;*/
	position: relative;
	margin-bottom: 0.6em;
	padding: 2.5em 0;
}

#v_band #intro ul li p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 120%;
}

#v_band #intro ul li:before {
    content: "";
    display: inline-block;
    background: url(https://www.forcise.jp/img/item/taim/vband/check.png) no-repeat left;
    background-size: 100%;
    height: auto;
    max-width: 40px;
    width: 15%;
    aspect-ratio: 40 / 34;
    position: absolute;
    top: 0.3em;
    left: 0.3em;
}


@media only screen and (max-width: 480px) {
	#v_band #intro ul li p {
    font-size: 13px;
}
}



#v_band #result {
	background: #f8efea;
	padding: 3.0em 0 1.0em;
}

#v_band #result .box {
	position: relative;
}

#v_band #result .box .box_1 {
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 1.0em;
	text-align: left;
}

#v_band #result .box .box_1 li {
	background: #FFFFFF;
	padding: 0.5em 0 0.5em 10%;
	margin-bottom: 1.0em;	
}

#v_band #result .box .box_1 li p {
	font-size: 30px;
	line-height: 1.2;
}

#v_band #result .box .box_1 li span {
	color: #c98378;	
	font-family: "josefin-sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}

#v_band #result .box .box_1 li .span01 {	
	font-size: 70px;
	display: inline-block;
	margin-right: 0.1em;
}

#v_band #result .box .box_1 li .span02 {
	font-size: 50px;
}

#v_band #result .box .box_1 .kome {
	font-size: 16px;
	margin-left: 20%;
}

#v_band #result .inner {
	margin-top: 3.0em;
}

#v_band #result .inner .span01 {
	background: #FFFFFF;
	border: 1px solid #c98378;
	padding: 0.3em 5%;
	font-size: 30px;
	display: inline-block;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 3;
}

#v_band #result .inner .span01:after {
	content: '';
  position: absolute;
  bottom: -0.5em;
  left: 50%;
	transform: translateX(-50%);  
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #c98378; 
	z-index: 2;
}

#v_band #result .inner .box1 p {
	font-size: 45px;
}

#v_band #result .inner .box1 p .kome {
	font-size: 16px;
	vertical-align: text-top;
}

#v_band #result .inner .box1 img {
	margin: 1.2em auto 2.0em;
}

#v_band #result .box_2 {
	position: relative;
}

#v_band #result .box_2 ul {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 2.0em;
	text-align: left;
}

#v_band #result .box_2 ul li {
	background: #FFFFFF;
	padding: 0.5em 0 0.5em 10%;
	margin-bottom: 1.0em;
	font-size: 30px;
}

#v_band #result .box_2 ul li .kome {
	font-size: 16px;
	vertical-align: text-top;
}

#v_band #result .box_2 ul li .span02 {
	color: #c98378;
}

#v_band #result .box_3 {
	font-size: 45px;
	width: 90%;
	margin:1.5em auto auto;
}

#v_band #result .box_3 .span03 {
	font-size: 30px;
}

#v_band #result .box_3 .kome {
	text-align: left;
	font-size: 16px;
	display: inline-block;
	margin-top: 3.0em;
	width: 100%;
}



@media only screen and (max-width: 480px) {
	#v_band #result .box .box_1 li p {
    font-size: 14px;
}
	#v_band #result .box .box_1 li .span01 {
    font-size: 40px;
}
	#v_band #result .box .box_1 li .span02 {
    font-size: 30px;
}
	
	#v_band #result .box {
    margin-top: 4.0em;
}
	#v_band #result .box .box_1 .kome {
    font-size: 10px;
}
	#v_band #result .inner .box1 p {
    font-size: 22px;
}
	#v_band #result .inner .span01 {
    font-size: 18px;
}
	#v_band #result .inner .span01:after {
    bottom: -0.6em;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c98378;
}
	#v_band #result .inner .box1 p .kome {
    font-size: 10px;
}
	#v_band #result .box_2 ul li {
    font-size: 14px;
}
	#v_band #result .box_2 ul li .kome {
    font-size: 10px;
}
	#v_band #result .box_3 .span03 {
    font-size: 18px;
}
	#v_band #result .box_3 {
    font-size: 24px;
}
	#v_band #result .box_3 .kome {
    font-size: 10px;
}
}


#v_band #user ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.0em;
	justify-content: space-between;
}

#v_band #user ul li {
	width: 48%;
	position: relative;
	margin-bottom: 0.5em;
}

#v_band #user ul li p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	width: 100%;
	line-height: 1.2;
}

#v_band #user ul li p span {
	color: #c98378;
	font-family: "josefin-sans", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 40px;
}

#v_band #user ul li p .span1 {
	font-size: 90px;
}

#v_band #user ul li p .span2 {
	font-size: 50px;
}

#v_band #user .kome {
	text-align: left;
	font-size: 16px;
}

#v_band #user .inner {
	margin-top: -10.0em;
}


@media only screen and (max-width: 480px) {
	#v_band #user ul li p {
    font-size: 16px;
}
	#v_band #user ul li p .span1 {
    font-size: 50px;
}
	#v_band #user ul li p span {
    font-size: 22px;
}
	#v_band #user ul li p .span2 {
    font-size: 30px;
}
	#v_band #user .inner {
    margin-top: -7.0em;
}
	#v_band #user .kome {
    font-size: 10px;
}
}



#v_band #trouble {
	padding: 3.0em 0;
	background: url(https://www.forcise.jp/img/item/taim/vband/v_007.jpg)no-repeat;
	position: relative;
	background-size: cover;
}

#v_band #trouble h3 .span1 {
	color: #8e8c8c;
}

#v_band #trouble .box {
	width: 80%;
	margin: 2.0em auto auto;
	background: rgba(255,255,255,0.9);
	padding: 1.5em 0;
}

#v_band #trouble .box ul {
	display: inline-block;
}

#v_band #trouble .box li {
	text-align: left;
	line-height: 2.5;
	position: relative;
	padding-left: 2.0em;
}

#v_band #trouble .box li:before {
	content: "";
    display: inline-block;
    background: url(https://www.forcise.jp/img/item/taim/vband/check_2.png) no-repeat left;
    background-size: 100%;
    height: auto;
    width: 5%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
}

#v_band #trouble .dot {
	position: absolute;
	left: 50%;
	bottom: -1.0em;
	transform: translateX(-50%);
}


@media only screen and (max-width: 480px) {
	#v_band #trouble .box {
    width: 90%;
}
	#v_band #trouble .box li {
    font-size: 14px;
}
	
}


#v_band #genin {
	background: #f5f5f5;
	padding: 3.0em 0;
}

#v_band #genin h4 {
	font-weight: normal;
	font-size: 45px;
}

#v_band #genin img {
	margin: 1.5em auto;
	width: 100%;
}

#v_band #genin p {
	text-align: left;
	line-height: 1.8;
}


@media only screen and (max-width: 480px) {
	#v_band #genin h4 {
    font-size: 24px;
}
}



#v_band #dakara {
	padding: 3.0em 0;
	position: relative;
}

#v_band #dakara .dakara {
	background: #deaca4;
	color: #FFFFFF;
	font-size: 30px;
	display: inline-block;
	padding: 0.1em 1.5em;
	position: relative;
}

#v_band #dakara .dakara:after {
	content: '';
  position: absolute;
  bottom: -0.45em;
  left: 50%;
	transform: translateX(-50%);  
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #deaca4;
}

#v_band #dakara .dakara_ {
	position: absolute;
	left: 50%;
	top: -1.0em;
	transform: translateX(-50%);
}

#v_band #dakara img {
	margin: 1.5em auto;
	width: 100%;
}

#v_band #dakara h4 {
	font-size: 45px;
}

#v_band #dakara h4 span {
	font-size: 30px;
	display: inline-block;
	margin-bottom: 0.5em;
}

#v_band #dakara p {
	text-align: left;
	line-height: 1.8;
}

#v_band #dakara p .kome {
	font-size: 12px;
	vertical-align: text-top;
}



@media only screen and (max-width: 480px) {
	#v_band #dakara .dakara {
    font-size: 18px;
}
	#v_band #dakara h4 span {
    font-size: 16px;
}
	#v_band #dakara h4 {
    font-size: 24px;
}
	#v_band #dakara p .kome {
	font-size: 8px;
}
}


#v_band #main2 {
	position: relative;
}

#v_band #main2 h4 {
	font-size: 45px;
	position: absolute;
	left: 50%;
	top: 0.8em;
	transform: translateX(-50%);
	width: 100%;
}

#v_band #main2 h4 span {
	font-size: 30px;
}

#v_band .ttl .box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 1.0em;
}

#v_band .ttl .box .p_box {
	font-size: 30px;
	/*margin-bottom: -0.3em;*/
	margin-left: 0.5em;
}

#v_band .ttl p {
	font-size: 20px;
}

#v_band .ttl span {
	font-size: 16px;
	display: inline-block;
}

#v_band .ttl .span1 {
	background: #000000;
	color: #FFFFFF;
	padding: 0.2em 0.5em;
	margin-right: 0.8em;
}

#v_band .ttl .span2 {
	margin-left: 0.8em;
}

#v_band .ttl .kome {
	margin-top: 1.5em;
	font-size: 16px;
}

#v_band #main2 .ttl {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1.0em;
	width: 100%;
}


@media only screen and (max-width: 480px) {
	#v_band #main2 h4 span {
    font-size: 18px;
}
	#v_band #main2 h4 {
    font-size: 24px;
    top: 0.5em;
}
	#v_band .logo_box {
		width: 25%;
	}
	#v_band .ttl .box .p_box {
    font-size: 16px;
}
	#v_band .ttl span {
    font-size: 10px;
}
	#v_band #main2 .ttl .kome {
		margin: 1.0em auto auto;
    font-size: 8px;
		width: 90%;
}
	#v_band .ttl p {
    font-size: 14px;
}
}



#v_band #point {
	padding: 3.0em 0 1.5em;
	background-color: #deaca4;
	background-image: url(https://www.forcise.jp/img/item/taim/vband/bk.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
}

#v_band #point h3 {
	color: #FFFFFF;
	margin-bottom: 1.0em;
}

#v_band #point h3 .span1 {
	color: #FFFFFF;
}

#v_band #point h3 .span3 {
	font-family: "josefin-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 149px;
	line-height: 0.5;
}

#v_band #point h3 .span4 {
	font-size: 60px;
}

#v_band #point h3 .span5 {
	font-size: 85px;
}

#v_band #point h3 .span6 {
	letter-spacing: 0.1em;
}


#v_band #point .box {
	background: #FFFFFF;
	padding: 2.0em 0;
	margin-bottom: 1.5em;
}

#v_band #point .box h4 {
	font-size: 40px;
	margin-bottom: 1.0em;
}

#v_band #point .box h4 .span1 {
	font-family: "josefin-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	font-size: 20px;
	/*display: inline-block;*/
	margin-bottom: 1.5em;
	display: flex;
  align-items: center;
  justify-content: center;
}

#v_band #point .box h4 .span1::before,
#v_band #point .box h4 .span1::after {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  background: #deaca4;
}

#v_band #point .box h4 .span2 {
	background: #deaca4;
	padding: 0.2em 1.0em;
	display: inline-block;
}

#v_band #point .box p {
	text-align: left;
	margin-top: 1.0em;
}

#v_band #point .box .w100 {
	width: 100%;
}

#v_band #point .box ul {
	margin-top: 1.5em;
}

#v_band #point .box li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.8em;
}

#v_band #point .box li .box1 {
	width: 30%;
}

#v_band #point .box li dl {
	width: 65%;
	text-align: left;
}

#v_band #point .box li dt {
	color: #c98378;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0.5em;
}

#v_band #point .box li dt::before {
	content: '■';
	font-size: 24px;
	margin-right: 0.5em;
}

#v_band #point .box li dd {
	line-height: 1.8;
}

#v_band #point .box .kome {
	font-size: 16px;
}



@media only screen and (max-width: 480px) {
	#v_band #point h3 .span3 {
    font-size: 90px;
}
	#v_band #point h3 .span5 {
    font-size: 55px;
}
	#v_band #point h3 .span4 {
    font-size: 40px;
}
	#v_band #point .box h4 .span1 {
    font-size: 12px;
}
	#v_band #point .box h4 {
    font-size: 20px;
}
	#v_band #point .box li dt {
    font-size: 14px;
}
	#v_band #point .box li dt::before {
    font-size: 12px;
}
	#v_band #point .box li dd {
    font-size: 14px;
}
	#v_band #point .box .kome {
    font-size: 10px;
}
	
}



#v_band #howto {
	padding: 3.0em 0;
}

#v_band #howto ul {
	margin: 3.0em auto 1.5em;
}

#v_band #howto li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5em;
}

#v_band #howto li .box {
	width: 30%;
}

#v_band #howto li p {
	width: 65%;
	text-align: left;
}

#v_band #howto li p span {
	display: inline-block;
	background: #deaca4;
	color: #FFFFFF;
	padding: 0.2em 1.0em;
	font-size: 20px;
	margin-bottom: 0.5em;
}

#v_band #howto .box1 {
	padding: 2.0em 5%;
	text-align: left;
	font-size: 16px;
	background: #f6f6f6;
}



@media only screen and (max-width: 480px) {
	#v_band #howto li p span {
    font-size: 12px;
	}
	#v_band #howto .box1 {
    font-size: 12px;
}
}


#v_band #last {
	position: relative;
}

#v_band #last .box1 {
	position: absolute;
	left: 5%;
	top: 2.5em;
	text-align: left;
}

#v_band #last .box1 dt {
	font-size: 30px;
	margin-bottom: 0.8em;
}

#v_band #last .box1 dt span {
	font-size: 45px;
	color: #c98378;
}

#v_band #last .box1 dd {
	line-height: 2.0;
	text-shadow: 2px 2px 10px #fff ,
    -2px 2px 10px #fff ,
    2px -2px 10px #fff ,
    -2px -2px 10px #fff;
}

#v_band #last .box2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1.5em;
}

#v_band #last .box2 .box2_1 {
	width: 35%;
}

#v_band #last .box2 .ttl {
	width: 60%;
	text-align: left;
	margin-bottom: 0.8em;
}

#v_band #last .box2 .ttl .box {
    justify-content: flex-start;
}



@media only screen and (max-width: 480px) {
	#v_band #last .box1 dt {
    font-size: 16px;
}
	#v_band #last .box1 dt span {
    font-size: 24px;
}
	#v_band #last .box1 dd {
    line-height: 1.8;
    font-size: 14px;
}
	#v_band #last .box1 {
    top: 1.5em;
}
    #v_band #last .logo_box {
        width: 35%;
    }
	#v_band #last .box2 .box2_1 {
    width: 33%;
}
	#v_band #last .box2 .ttl {
    width: 65%;
}
}


#v_band #spec {
	padding: 3.0em 0;
}

#v_band #spec dl {	
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 20px;
}

#v_band #spec dt {
	text-align: right;
	width: 20%;
	padding-right: 3%;	
	/*line-height: 2.0;*/
	box-sizing: border-box;
	padding-top: 0.5em;
}

#v_band #spec dd {
	text-align: left;
	width: 80%;
	padding: 0.5em 0 0.5em 3%;
	box-sizing: border-box;
	border-left: 1px solid;
}

#v_band #spec img {
	margin: 1.5em auto;
}


@media only screen and (max-width: 480px) {
	#v_band #spec dl {
    font-size: 14px;
}
}
