@charset "UTF-8";
/*===============================================
● 画面の横幅が761px以上
===============================================*/

@font-face {
  font-family: 'TsukushiAMaruGothic';
  src: url('../font/TsukushiAMaruGothic.ttc') format('truetype');
}

@font-face {
  font-family: 'DIN Alternate Bold';
  src: url('../font/DIN Alternate Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'A-OTF-SuzumushiStd-Medium';
  src: url('../font/A-OTF-SuzumushiStd-Medium.otf') format('opentype');
}

.pink_bg {
	width: 100%;
	background: url(../images/dolly/pink_bg.jpg);
	background-position: 50%;
	background-repeat: repeat;
	display: table;
}
.blue_bg {
	width: 100%;
	background: #dceff1;
}

@media screen and (min-width: 761px){
/*=========================
▼▼共通▼▼
===========================*/
#dollyeyes_contents {
	width: 100%;
	height: 100%;
	background-image:url("../images/dolly/dolly_main_bg.jpg");
	background-repeat: repeat;
}
.blue {
	color: #68b1f5;
}
.pink {
	color: #ff5d98;
}
.red {
	color: #fe0000;
}
.mb40 {
	margin-bottom: 40px;
}
#dollyeyes_contents .auto {
	width: 1200px;
	margin: auto;
	position: relative;
}


#dollyeyes_contents .orange {
	color: #ff5f00;
}	
#dollyeyes_contents .red {
	color: #ff0000;
	font-weight: bold;
}	
#dollyeyes_contents .bold {
	font-weight: bold;
}
#dollyeyes_contents #title_conts {
	width: 100%;
	height: 661px;
	background-image:url("../images/dolly/dolly_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 30px;
}
#dollyeyes_contents #title_conts h1 {
    position: absolute;
    width: 1100px;
    left: -50px;
    top: 30px;
}
.hutaeMenu {
    width: 1200px;
    margin: 50px auto 100px;
    display: table;
    border-left: 1px solid #ccc;
}	
.hutaeMenu a {
    padding: 0 5px;
    border-right: 1px solid #ccc;
    width: 14%;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}
	#dollyeyes_contents h2.h2_img {
		width: 1050px;
		margin-left: 240px;
		margin-bottom: 70px;
	}
	#dollyeyes_contents .dolly_img {
		width: 1300px;
		margin-left: -70px;
		margin-bottom: 70px;
	}
	#dollyeyes_contents .dolly_under_img {
		width: 1000px;
		margin: 70px auto;
	}
	.dolly_what .dolly_what_bg {
		width: 1450px;
    	height: 1120px;
		background-image:url("../images/dolly/dolly_what_bg_pc.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.dolly_what .dolly_what_box {
		position: relative;
		top: 440px;
   		left: 240px;
	}
	.dolly_what .dolly_what_box .what_text {
		background:rgba(50,107,119,0.7);
		font-size: 52px;
		padding: 20px 0 20px 30px;
		color: #fff;
		line-height: 1.3;
		font-family: 'TsukushiAMaruGothic';
	}
	.dolly_what .dolly_what_box p {
		width: 450px;
		margin-top: 30px;
	}
	.dolly_what .what_img  {
		width: 900px;
		margin: 40px auto;
		position: relative;
		top: 430px;
		left: -80px;
	}
	.dolly_what .what_p {
		width: 950px;
		margin: auto;
		position: relative;
		top: 400px;
	}
	.dolly_case {
		padding: 200px 0 50px;
    	margin: auto;
	}
	.dolly_case .dolly_case_title {
		width: 600px;
		text-align: center;
		margin: 0 auto 40px;
		display: block;
	}
	.case_box {
		margin: 30px auto 10px;
	}
	.case_box_ul {
		display: table;
		width: 1200px;
		margin: 20px auto 0;
	}
	.case_box_ul.ul2 li {
		float: right;
		margin-right: 0;
	}
	.case_box_ul li {
		width: 49%;
		margin-right: 2%;
		float: left;
	}
	.case_box_ul li:last-child {
		margin-right: 0;
	}
	.case_box_ul.ul2 li:last-child {
		margin-right: 2%;
	}
	.case_box_ul li .video_box {
		width: 100%;
		margin-bottom: 12px;
		position: relative;
		overflow: hidden;
	}
	.case_box_ul li .case_images {
		width: 100%;
		height: 282px;
		margin-bottom: 22px;
		position: relative;
		overflow: hidden;
	}
	.case_box_ul li .video_box:nth-child(2n) {
		margin-bottom: 0;
	}
	.case_box_ul li .case_images:nth-child(2n) {
		margin-bottom: 0;
	}
	.case_box_ul li video {
		width: 100%;
	}
	.case_box_ul li p.case_text_top {
		z-index: 2;
		background: #000;
		padding: 10px 30px;
		font-size: 28px;
		text-align: center;
		position: absolute;
    	top: 0;
		color: #fff;
		font-family: 'A-OTF-SuzumushiStd-Medium';
		width: 130px;
	}
	.case_box_ul li p.case_text_top.after_color {
		background: #da7998;
	}

	.video_txt {
		text-align: center;
		margin: auto;
	}
	.case_kazari {
		width: 200px;
		margin: auto;
	}
	.fight_girl {
		width: 100%;
    	height: 800px;
		background-image:url("../images/dolly/dolly_bg_02.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		margin: 0 auto;
	}
	.fight_girl_box {
		position: absolute;
		left: 620px;
		top: 80px;
		border: 3px solid #000;
		padding: 10px;
		width: 480px;
		height: 480px;
	}
	.fight_girl_box_inner {
		background:rgba(255,255,255,0.8);
		padding: 40px;
		width: 450px;
		height: 450px;
		font-weight: bold;
	}
	.fight_girl_box_inner p {
		margin: 50px 0 60px;
		font-family: 'TsukushiAMaruGothic';
		letter-spacing: 0.1em;
	}
	.type {
		margin: 150px auto 0;
	}
	.type .type_box {
		padding: 0 0 100px;
	}
	.type .type_box_h2 {
		height: 160px;
		text-align: center;
		position: relative;
		top: -60px;
		display: block;
	}
	.type .type_box_h2 img {
		height: 100%;
	}
	.type .type_img {
		height: 300px;
		text-align: center;
		margin: 0 0 40px;
	}
	.type .type_img img {
		height: 100%;
	}
	.type_case {
		margin: 0 0 150px;
	}
	.type_case:last-child {
		margin: 0;
	}
	.type_case .type_case_h3 {
		text-align: center;
		position: relative;
		top: -50px;
	}
	.type_case .type_case_h3 img {
		height: 120px;
	}
	.type_case_list {
		width: 1000px;
		margin: auto;
		display: table;
	}
	.type_case_list li {
		float: left;
		width: 44%;
		margin-right: 12%;
		margin-bottom: 5%;
		text-align: center;
	}
	.type_case_list li:nth-of-type(2n) {
		margin-right: 0;
	}
.risk_text{
  width: 1000px;
  margin: 0 auto 40px;
  font-size: 80%;
  line-height: 1.5;
}
	
	.your_case .your_case_h3 {
		text-align: center;
		padding: 40px 0;
	}
	.your_case .your_case_h3 img {
		height: 80px;
	}
	.your_case_bg {
		width: 100%;
    	height: 650px;
		position: relative;
		margin: 0 auto;
	}
	.your_case_bg.your1 {
		background-image:url("../images/dolly/dolly_w_case1_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}
	.your_case_bg.your2 {
		background-image:url("../images/dolly/dolly_w_case2_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}
	.your_case_bg.your3 {
		background-image:url("../images/dolly/dolly_w_case3_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}
	.your_case_bg .your_case_img {
		position: relative;
		height: 400px;
		left: 150px;
		top: 30px;
	}
	.your_case_bg .your_case_img img {
		height: 100%;
		max-width: none;
	}
	.your_case_bg .your_case_img.your2_img {
		left: 630px;
		height: 380px;
	}
	.your_case_bg p {
		background:rgba(255,255,255,0.8);
		width: 1000px;
		margin: 50px auto 0;
		text-align: center;
		padding: 30px 0;
	}
	.point .point_h3 {
		text-align: center;
		padding: 60px 0;
	}
	.point .point_h3 img {
		height: 80px;
	}
	.point_box {
		width: 1000px;
		margin: auto;
	}
	.point_box p {
		margin-bottom: 50px;
		font-weight: bold;
	}
	#price_conts {
		padding: 70px 0;
	}
	.title_box {
		text-align: center;
		position: relative;
		height: 300px;
	}
	.lato_font {
		font-size: 50px;
		letter-spacing: 0.1em;
		font-family: 'DIN Alternate Bold';
	}
	.jp_title {
		font-size: 18px;
		letter-spacing: 0.2em;
	}
	.title_box::after {
		content: "";
		display: block;
		width: 1px;
		height: 132px;
		background-color: #000;
		position: absolute;
		top: 110px;
		left: 50%;
	}
	.price_wrapper {
		width: 900px;
		margin: auto;
		text-align: center;
		border: 1px solid #ccc;
		padding: 40px 0;
	}
	.price_wrapper h4 {
		font-size: 36px;
		font-weight: bold;
	}
	.price_wrapper h4 span {
		font-size: 16px;
	}
	.price {
		font-size: 60px;
		color: #ee3c93;
		font-weight: bold;
		margin-top: 20px;
		position: relative;
	}
	.price .small {
		font-size: 30px;
		margin-right: 5px;
		position: relative;
		top: -3px;
	}
	.price .tax {
		font-size: 13px;
		position: relative;
		top: -33px;
		left: -38px;
	}
	#price_conts .detail_box {
		width: 900px;
   		margin: 70px auto;
		clear: both;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fff;
		box-shadow: 0px 1px 4px 3px rgba(0,0,0,0.06);
		border-radius: 6px;
		padding: 60px 50px 82px;
	}
	#price_conts .detail_box h4 {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 30px;
		text-align: center;
	}
	#price_conts .detail_box table {
		width: 100%;
	}
	#price_conts .detail_box table th {
		width: 35%;
		font-size: 16px;
		line-height: 25px;
		font-weight: bold;
		padding: 15px 23px 12px 35px;
	}
	#price_conts .detail_box table td {
		font-size: 16px;
		line-height: 27px;
		padding: 15px 23px 12px 0;
	}
	#price_conts .detail_box table tr:nth-of-type(2n) {
		background-color: #f8f8f8;
	}
	.faqArea {
		border-top: 2px solid #40b1bf;
		margin-bottom: 100px;
	}
	.faqArea dl {
		border-bottom: 2px solid #40b1bf;
		padding: 10px 0;
	}
	.faqArea dl dt {
		padding: 10px 10px 10px 70px;
		position: relative;
	}
	.faqArea dl dt:before {
		position: absolute;
		content: "";
		background-image: url(../images/kogao-b/q.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 100%;
		width: 40px;
		height: 40px;
		left: 10px;
		top: 7px;
	}
	.faqArea dl dd {
		padding: 10px 10px 10px 70px;
		background: #f3f3f3;
		position: relative;
		display: none;
	}
	.faqArea dl dd:before {
		position: absolute;
		content: "";
		background-image: url(../images/kogao-b/a.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 100%;
		width: 40px;
		height: 40px;
		left: 10px;
		top: 7px;
	}
	#dollyeyes_contents #price_conts .price_box .price_wrap .price .taxplus {
		position: relative;
		top: auto;
		left: 5px;
		font-size: 28px;
	}

/*=========================
▲▲共通▲▲
===========================*/
#dollyeyes_contents {
	width: 100%;
	clear: both;
	float: left;
	background-size: 100%;
	font-size: 17px;
	line-height: 35px;
	color: #000000;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	min-width: 1200px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}
#dollyeyes_contents #back-top {
	display: none;
	bottom: 70px;
	right: 40px;
	clear: both;
	float: left;
	position: fixed;
	width: 62px;
	z-index: 99;
}

#pick_conts {
	background: #ecebcf;
	padding: 80px 40px;
}
.pick {
    
}
.pick ul {
    display: table;
    width: 100%;
    margin-top: 30px;
}
.pick ul li {
    width: 32%;
    height: 70px;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px 15px 55px;
    position: relative;
    float: left;
    font-weight: bold;
}	
.pick ul li:nth-child(3n) {
    margin-right: 0;
}	
.pick ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}	
.pick ul li:nth-child(3) {
    line-height: 1.1;
}
.pick ul li:nth-child(4) {
    line-height: 1.1;
}	
.pick ul li:nth-child(6) {
    line-height: 1.1;
}
.center {
	text-align: center;
}
.aboutLink {
	display: inline-block;
	padding: 10px 40px;
	text-align: center;
	color: #fff;
	background: #000;
	position: relative;
	margin-top: 15px;
}
.aboutLink:hover {
	display: block;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	background: #000;
	width: 70%;
	opacity: 0.8;
}
.aboutLink:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	right: 3px;
	top: 50%;
	margin-top: -16px;
	width: 30px;
	height: 30px;
	background-size: 100%;
}
.shorei_link {
		width: 600px;
		margin: 70px auto 40px;
		display: block;
		text-align: center;
		padding: 20px 0;
		background: #333;
		color: #fff;
		position: relative;
		bottom: 100px;
		font-size: 20px;
	}
	.shorei_link:hover {
		color: #fff;
		background: #83c2ca;
	}	


}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:760px){
/*=========================
▼▼共通▼▼
===========================*/
	
#dollyeyes_contents .auto {
	width: 94%;
    margin: auto;
    position: relative;
    padding: 0 3%;
}
	
	
#dollyeyes_contents .lato_font {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#dollyeyes_contents .sp_none{
    display: none;
}
#dollyeyes_contents #title_conts .auto {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#dollyeyes_contents img {
	width: 100%;
	height: auto;
	display: block;
}
#dollyeyes_contents section {
	width: 100%;
	margin-bottom: 60px;
	display: table;
}
#dollyeyes_contents section#about_conts {
	margin-bottom: 0;
}
#dollyeyes_contents .price_box {
	width: 100%;
	text-align: center;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 20px 12px;
	border-radius: 6px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}
#dollyeyes_contents #title_conts .price_box {
	padding-bottom: 18px;
}
#dollyeyes_contents .price_box h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: center;
}
#dollyeyes_contents .price_box h4 .small {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}
#dollyeyes_contents .price_box .terms {
	display: inline-block;
	width: 140px;
	border-radius: 16px;
	background-color: #e43c83;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding: 2px 0 1px;
}
#dollyeyes_contents #title_conts .price_box .terms {
	margin-bottom: 8px;
}
#dollyeyes_contents .price_box .price_wrap .range {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
#dollyeyes_contents .price_box .price_wrap .price {
	display: inline-block;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
	position: relative;
	left: 4vw;
}
#dollyeyes_contents #title_conts .price_box .price_wrap .price {
	line-height: 1;
}
#dollyeyes_contents .price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}
#dollyeyes_contents .price_box .price_wrap .price .tax {
	position: absolute;
	font-size: 10px;
	top: 8px;
	right: -10px;
}
#dollyeyes_contents .title_box {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
    margin-bottom: 0;
}
#dollyeyes_contents .title_box::after {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color: #000;
	position: absolute;
	bottom: -60px;
	left: 50%;
}
#dollyeyes_contents .title_box h2 {
	font-size: 6vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1;
    padding: 2vw 3vw;
    border-radius: 40px;
}
#dollyeyes_contents .title_box .jp_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
}
#dollyeyes_contents .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#dollyeyes_contents .isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
#dollyeyes_contents .isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, #f3f6f7, #edf4f7);
}
/*//「slide_in_image」をスライドインする*/
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

/*//マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
/*=========================
▲▲共通▲▲
===========================*/
#dollyeyes_contents {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	-webkit-text-size-adjust: 100%;
	font-size: 3.4vw;
	line-height: 1.7;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: left;
    -webkit-font-smoothing: antialiased;
	overflow: hidden;
}
#dollyeyes_contents #back-top {
    display: none;
	position: fixed;
	bottom: 86px;
	right: 3%;
	width: 48px;
	z-index: 99;
	clear: both;
	float: left;
}

#dollyeyes_contents #title_conts {
	width: 100%;
	clear: both;
	position: relative;
	margin-bottom: 2vw;
}

#dollyeyes_contents #flow_conts {
	width: 90%;
    margin: 0 auto 10vw;
	clear: both;
}
#dollyeyes_contents #flow_conts .title_box {
	
}
#dollyeyes_contents #flow_conts .flow_list li {
	width: 100%;
	margin-bottom: 50px;
}
#dollyeyes_contents #flow_conts .flow_list li:last-of-type {
	margin-bottom: 0;
}
#dollyeyes_contents #flow_conts .flow_list li .text_box {
	width: 100%;
	position: relative;
	z-index: 9;
}
#dollyeyes_contents #flow_conts .flow_list li .text_box .number {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 12px;
}
#dollyeyes_contents #flow_conts .flow_list li .text_box h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
#dollyeyes_contents #flow_conts .flow_list li .text_box .gray_text {
	font-size: 40px;
    line-height: 1;
	color: #f6f6f6;
	position: absolute;
    top: 0;
    right: 0;
	z-index: -1;
    text-align: right;
	letter-spacing: .1em;
}
#dollyeyes_contents #flow_conts .flow_list li .img {
	width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
}
#dollyeyes_contents #price_conts {
	
}
#dollyeyes_contents #price_conts .top_box {
	width: 100%;
	margin-bottom: 60px;
}
#dollyeyes_contents #price_conts .top_box .img {
	width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
#dollyeyes_contents #price_conts .top_box .text {
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
    letter-spacing: .15em;
    text-align: center;
}
#dollyeyes_contents #price_conts .top_box .text .small {
	font-size: 14px;
	font-weight: bold;
}
#dollyeyes_contents #price_conts .price_wrapper {
	width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 33px;
}
#dollyeyes_contents #price_conts .price_wrapper .price_box {
	width: 100%;
    margin-bottom: 20px;
}
#dollyeyes_contents #price_conts .price_box:nth-of-type(3) h4, #dollyeyes_contents #price_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#dollyeyes_contents #price_conts .price_box:nth-of-type(3) .price_wrap .price, #dollyeyes_contents #price_conts .price_box:nth-of-type(4) .price_wrap .price {
	color: #30b3bd;
}
#dollyeyes_contents #price_conts .price_box:nth-of-type(3) .price_wrap .price .small, #dollyeyes_contents #price_conts .price_box:nth-of-type(4) .price_wrap .price .small {
	color: #30b3bd;
}
#dollyeyes_contents #price_conts .price_box .price_wrap .price .tax {
	top: -20px;
    position: relative;
    left: -25px;
}
#dollyeyes_contents #price_conts .detail_box {
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
	border-radius: 6px;
	padding: 30px 5% 32px;
}
#dollyeyes_contents #price_conts .detail_box h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	text-align: center;
}
#dollyeyes_contents #price_conts .detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
#dollyeyes_contents #price_conts .detail_box table th {
	width: 30%;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	padding: 12px 5% 10px 5%;
}
#dollyeyes_contents #price_conts .detail_box table td {
	font-size: 14px;
	line-height: 1.6;
	padding: 12px 5% 10px 0;
}
#dollyeyes_contents #option_conts {
	
}
#dollyeyes_contents #option_conts .top_text {
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	font-weight: bold;
	margin-bottom: 34px;
}
#dollyeyes_contents #option_conts .top_text .small {
	font-size: 15px;
    display: inline-block;
    line-height: 1.5;
}
#dollyeyes_contents #option_conts .top_text .small2 {
	font-size: 12px;
}
#dollyeyes_contents #option_conts .price_wrapper {
	width: 100%;
    text-align: center;
}
#dollyeyes_contents #option_conts .price_wrapper .price_box {
	padding: 34px 10px 22px;
    margin-bottom: 20px;
}
#dollyeyes_contents #option_conts .price_box:nth-of-type(3) h4, #dollyeyes_contents #option_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#dollyeyes_contents #option_conts .price_box .terms {
	width: 223px;
	font-size: 21px;
}
#dollyeyes_contents #option_conts .price_box .price_wrap .price .tax {
	top: 12px;
}

.sp_none {
	display: none;
}
	
#dollyeyes_contents h2.h2_img {
		width: 100%;
		margin-left: 0;
		margin-bottom: 7vw;
	}
	#dollyeyes_contents .dolly_img {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}
	#dollyeyes_contents .dolly_under_img {
		width: 100%;
		margin: 7vw auto;
	}
	.dolly_what .dolly_what_bg {
		width: 100%;
		height: 250vw;
		background-image: url(../images/dolly/dolly_what_bg_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top;
		position: relative;
		margin: 0 auto;
	}
	.dolly_what .dolly_what_box {
		position: relative;
		top: 0;
		left: 0;
		width: 90%;
		margin: auto;
		padding-top: 70vw;
	}
	.dolly_what .dolly_what_box .what_text {
		background: rgba(50,107,119,0.7);
		font-size: 8vw;
		padding: 2vw 0vw 2vw 2vw;
		color: #fff;
		line-height: 1.3;
		font-family: 'TsukushiAMaruGothic';
		width: 100%;
	}
	.dolly_what .dolly_what_box p {
		width: 100%;
		margin-top: 3vw;
	}
	.dolly_what .what_img  {
		width: 90%;
		margin: 4vw auto;
		position: relative;
		left: 0;
	}
	.dolly_what .what_p {
		width: 90%;
		margin: auto;
		position: relative;
		font-size: 3.4vw;
	}
	.dolly_case {
		padding: 20vw 0 5vw;
    	margin: auto;
	}
	.dolly_case .dolly_case_title {
		width: 80%;
		text-align: center;
		margin: 0 auto 4vw;
		display: block;
	}
	.case_box {
		margin: 3vw auto 1vw;
	}
	.case_box_ul {
		display: table;
		width: 90%;
		margin: 2vw auto 0;
	}
	.case_box_ul li {
		width: 100%;
		margin-bottom: 4%;
	}
	.case_box_ul li .video_box {
		width: 100%;
		margin-bottom: 2vw;
		position: relative;
		overflow: hidden;
	}
	.case_box_ul li .case_images {
		width: 100%;
		height: auto;
		margin-bottom: 4vw;
		position: relative;
		overflow: hidden;
	}
	.case_box_ul li .video_box:nth-child(2n) {
		margin-bottom: 0;
	}
	.case_box_ul li .case_images:nth-child(2n) {
		margin-bottom: 0;
	}
	.case_box_ul li video {
		width: 100%;
	}
	.case_box_ul li p.case_text_top {
		z-index: 2;
		background: #000;
		padding: 0vw 3vw;
		font-size: 5vw;
		text-align: center;
		position: absolute;
		top: 0;
		color: #fff;
		font-family: 'A-OTF-SuzumushiStd-Medium';
		width: 18vw;
	}
	.case_box_ul li p.case_text_top.after_color {
		background: #da7998;
	}

	.video_txt {
		text-align: center;
		margin: auto;
	}
	.case_kazari {
		width: 50%;
   		margin: 6vw auto;
	}
	#dollyeyes_contents .dolly_what {
		margin: 0;
	}
	#dollyeyes_contents .fight_girl {
		width: 100%;
    	height: 100vw;
		background-image:url("../images/dolly/dolly_bg_02.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		margin: 0 auto 110vw;
	}
	#dollyeyes_contents .fight_girl .auto {
		width: 100%;
	}
	.fight_girl_box {
		position: absolute;
		left: 0;
		top: 100vw;
		border: 3px solid #000;
		padding: 0;
		width: 95.7%;
		height: 90vw;
		background: #fff;
		margin: 2%;
	}
	.fight_girl_box_inner {
		background: rgba(255,255,255,0.8);
		padding: 3vw;
		width: 100%;
		height: 100%;
		font-weight: bold;
	}
	.fight_girl_box_inner p {
		margin: 4vw 4vw 7vw 7vw;
		font-family: 'TsukushiAMaruGothic';
		letter-spacing: 0.05em;
		font-size: 4vw;
		font-weight: bold;
		line-height: 2;
	}
	#dollyeyes_contents .type {
		margin: 8vw auto 0;
	}
	#dollyeyes_contents .your_case {
		margin-bottom: 0;
	}
	.type .type_box {
		padding: 0 0 12vw;
	}
	.type .type_box_h2 {
		height: 20vw;
		text-align: center;
		position: relative;
		top: -8vw;
		display: block;
		width: 100%;
	}
	.type .type_box_h2 {
		height: 20vw;
		text-align: center;
		position: relative;
		top: -8vw;
		display: block;
		width: 100%;
	}
	.type .type_box_h2.type2 {
		height: 17vw;
		top: -5vw;
	}
	#dollyeyes_contents .type .type_box_h2 img {
		height: 100%;
		width: auto;
		margin: auto;
	}
	.type .type_img {
		height: 54vw;
		text-align: center;
		margin: 0 0 8vw;
	}
	.type .type_img img {
		height: 100%;
	}
	.type_case {
		margin: 0 0 15vw;
	}
	.type_case:last-child {
		margin: 0;
	}
	.type_case .type_case_h3 {
		text-align: center;
		position: relative;
		top: -5vw;
	}
	.type_case .type_case_h3 img {
		height: 120px;
	}
	.type_case_list {
		width: 100%;
		margin: auto;
		display: table;
	}
	.type_case_list li {
		width: 100%;
		margin-bottom: 6vw;
		text-align: center;
	}
.risk_text {
    margin: 0 auto 40px;
    font-size: 80%;
    line-height: 1.5;
}	
	.your_case .your_case_h3 {
		text-align: center;
		padding: 40px 0;
		width: 70%;
		margin: auto;
	}
	.your_case .your_case_h3 img {
		height: 80px;
	}
	.your_case_bg {
		width: 100%;
    	height: 100vw;
		position: relative;
		margin: 0 auto;
		margin-bottom: 33vw;
	}
	#dollyeyes_contents .your_case .auto {
		padding: 0;
		width: 100%;
	}
	.your_case_bg.your1 {
		background-image:url("../images/dolly/dolly_w_case1_bg_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}
	.your_case_bg.your2 {
		background-image:url("../images/dolly/dolly_w_case2_bg_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		margin-bottom: 28vw;
	}
	.your_case_bg.your3 {
		background-image:url("../images/dolly/dolly_w_case3_bg_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		margin-bottom: 28vw;
	}
	.your_case_bg .your_case_img {
		position: relative;
		height: 90vw;
		left: 0;
    	top: 35vw;
	}
	#dollyeyes_contents .your_case_bg .your_case_img img {
		width: auto;
    	height: 62vw;
		max-width: none;
	}
	#dollyeyes_contents .your_case_bg .your_case_img.your2_img {
		left: 37vw;
		top: 1vw;
		height: 90vw;
	}
	.your_case_bg p {
		background: #eef0f0;
		width: 100%;
		margin: 10vw auto 0;
		text-align: center;
		padding: 3vw 5vw;
		text-align: left;
	}
	.point .auto {
		width: 100%;
		padding: 0;
	}
	.point .point_h3 {
		text-align: center;
		padding: 8vw 0;
    	width: 60%;
    	margin: auto;
	}
	.point .point_h3 img {
		height: 80px;
	}
	.point_box {
		width: 100%;
		margin: auto;
	}
	.point_box p {
		margin: 4vw auto;
		width: 90%;
	}
	#price_conts {
		padding: 0;
	}
	.title_box {
		text-align: center;
		position: relative;
		height: 50vw;
	}
	.lato_font {
		font-size: 50px;
		letter-spacing: 0.1em;
		font-family: 'DIN Alternate Bold';
	}
	.jp_title {
		font-size: 18px;
		letter-spacing: 0.2em;
	}
	.title_box::after {
		content: "";
		display: block;
		width: 1px;
		height: 132px;
		background-color: #000;
		position: absolute;
		top: 110px;
		left: 50%;
	}
	.price_wrapper h4 {
		font-size: 36px;
		font-weight: bold;
	}
	.price_wrapper h4 span {
		font-size: 16px;
	}
	.price {
		font-size: 60px;
		color: #ee3c93;
		font-weight: bold;
		margin-top: 20px;
		position: relative;
	}
	#dollyeyes_contents .price_box .price_wrap .price .small.p_mo {
		display: block;
	}
	.price .small {
		font-size: 30px;
		margin-right: 5px;
		position: relative;
		top: -3px;
	}
	.price .tax {
		font-size: 13px;
		position: relative;
		top: -33px;
		left: -38px;
	}
	#price_conts .detail_box {
		width: 900px;
   		margin: 70px auto;
		clear: both;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fff;
		box-shadow: 0px 1px 4px 3px rgba(0,0,0,0.06);
		border-radius: 6px;
		padding: 60px 50px 82px;
	}
	#price_conts .detail_box h4 {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 30px;
		text-align: center;
	}
	#price_conts .detail_box table {
		width: 100%;
	}
	#price_conts .detail_box table th {
		width: 35%;
		font-size: 16px;
		line-height: 25px;
		font-weight: bold;
		padding: 15px 23px 12px 35px;
	}
	#price_conts .detail_box table td {
		font-size: 16px;
		line-height: 27px;
		padding: 15px 23px 12px 0;
	}
	#price_conts .detail_box table tr:nth-of-type(2n) {
		background-color: #f8f8f8;
	}
	.faqArea {
		border-top: 2px solid #40b1bf;
		margin-bottom: 100px;
	}
	.faqArea dl {
		border-bottom: 2px solid #40b1bf;
		padding: 10px 0;
	}
	.faqArea dl dt {
		padding: 10px 10px 10px 70px;
		position: relative;
	}
	.faqArea dl dt:before {
		position: absolute;
		content: "";
		background-image: url(../images/kogao-b/q.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 100%;
		width: 40px;
		height: 40px;
		left: 10px;
		top: 7px;
	}
	.faqArea dl dd {
		padding: 10px 10px 10px 70px;
		background: #f3f3f3;
		position: relative;
		display: none;
	}
	.faqArea dl dd:before {
		position: absolute;
		content: "";
		background-image: url(../images/kogao-b/a.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 100%;
		width: 40px;
		height: 40px;
		left: 10px;
		top: 7px;
	}
	
#bikora_contents .hutaeMenu {
    width: 100%;
    margin: 0;
    display: inline-block;
}
.hutaeMenu {
	margin-bottom: 10vw;
	display: table;
	margin-top: -2.2vw;
}
.hutaeMenu a {
    text-align: left;
    height: 15vw;
    padding: 3%;
    float: left;
    width: 50%;
    border: 1px solid #50b1bf;
    position: relative;
    margin-top: -1px;
	background: #fff;
	line-height: 1.5;
	display:flex;
	align-items:center
}

.hutaeMenu a:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/under_arrow.png);
	background-repeat: no-repeat;
	right: 3vw;
	top: 50%;
	margin-top: -1vw;
	width: 3vw;
	height: 3vw;
	background-size: 100%;
}
.hutaeMenu a:nth-child(even) {
    border-left: none;
}
.orange {
	color: #ff5f00;
}
#dollyeyes_contents .faqArea {
	border-top: 2px solid #40b1bf;
}
#dollyeyes_contents .faqArea dl {
	border-bottom: 2px solid #40b1bf;
	padding: 10px 0;
}
#dollyeyes_contents .faqArea dl dt {
	padding: 10px 10px 10px 14vw;
	position: relative;
}
#dollyeyes_contents .faqArea dl dt:before {
	position: absolute;
	content: "";
	background-image: url("../images/kogao-b/q.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
}
#dollyeyes_contents .faqArea dl dd {
	padding: 10px 10px 10px 14vw;
	background: #f3f3f3;
	position: relative;
	display: none;
}
#dollyeyes_contents .faqArea dl dd:before {
	position: absolute;
	content: "";
	background-image: url("../images/kogao-b/a.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
}
#pick_conts {
	clear: both;
	padding: 10vw 0;
	background: #ecebcf;
}
.pick {
    padding: 5%;
}
.pick ul {
    display: table;
    width: 100%;
    margin-top: 3vw;
}
.pick ul li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 3% 3% 3% 16%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3.6vw;
}
.pick ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}
#dollyeyes_contents h4 {
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
	margin-bottom: 5vw;
}
.area_1 p {
	margin-bottom: 5vw;
}
#merit_conts .area_1 p {
	width: 92%;
	margin: 6vw auto;
}

	.blue {
		color: #68b1f5;
	}
	.pink {
		color: #ff5d98;
	}
	.red {
		color: #fe0000;
	}
	.mb40 {
		margin-bottom: 40px;
	}

	#dollyeyes_contents #pick_conts {
		width: 100%;
		height: 139vw;
		background: #fff url(../images/perfect/perfect_recommend_sp.jpg);
		background-size: 100%;
		background-position: 50%;
		float: none;
		background-repeat: no-repeat;
		margin: 18vw 0;
	}
	#dollyeyes_contents #price_conts .price_box .price_wrap .price .taxplus {
		font-size: 20px;
		display: block;
	}
.shorei_link {
	width: 90%;
    margin: 0 auto 4vw;
    display: block;
    text-align: center;
    padding: 3vw 0;
    background: #333;
    color: #fff;
    position: relative;
    bottom: 7vw;
    font-size: 3.6vw;
	}
	.shorei_link:hover {
		color: #fff;
		background: #83c2ca;
	}
	
}