@charset "UTF-8";
/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px){
/*=========================
▼▼共通▼▼
===========================*/
#perfecteyes_contents {
	width: 100%;
	height: 100%;
	background-image:url("../images/perfect/perfect_bg.jpg");
	background-repeat: repeat;
}
#perfecteyes_contents #about_conts .area_1 .box:nth-of-type(2n) .img.leftimg {
	left: -60px;
}
	.blue {
		color: #68b1f5;
	}
	.pink {
		color: #ff5d98;
	}
	.red {
		color: #fe0000;
	}
	.mb40 {
		margin-bottom: 40px;
	}
	.shorei_img img {
		margin-bottom: 50px;
	}
	#perfecteyes_contents #pick_conts {
		width: 100%;
		height: 646px;
		background: #fff url(../images/perfect/perfect_recommend.jpg);
		background-size: 1400px;
		background-position: 50%;
		float: none;
		background-repeat: no-repeat;
	}
	.shorei_img {
		width: 920px;
    	margin: auto;
	}
	.shorei_lisk {
		width: 920px;
    	margin: 0 auto 60px;
		padding: 30px;
		background: #fff;
		border: 3px solid #fff8b3;
		border-radius: 15px;
		font-size: 12px;
		line-height: 1.2;
		color: #666;
	}

.case_keika{
	width:920px;
	background:#fff;
	border: 4px solid #ff5d98;
	margin:0 auto 40px;
	padding:40px;
	border-radius:10px
	}

	.case_keika .ttl{
	text-align:center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1em;
	color: #ff5d98;
	}
	.case_keika .ttl span{
		display:block;
		font-size:70%;
	}

	.case_keika_inner{
		display:flex;
		flex-flow:wrap;
		gap:20px;
		
	}
	.case_keika_inner .img{
		width:calc((100% - 20px) / 2);
	}
	
	.perfect_link {
		width: 600px;
		padding: 20px;
		text-align: center;
		display: block;
		margin: auto;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		border: none;
		outline: none;
		background: #e43c83;
		letter-spacing: 2px;
		cursor: pointer;
		border-radius: 50px;
	}
	.perfect_link:hover {
		color: #fff;
		opacity: 0.8;
	}
	.perfect_link i {
		position: relative;
		left: 60px;
	}
	.merit_title {
		width: 960px;
    	margin: 60px auto;
	}
	.merit_img {
		margin: 80px auto 40px;
		width: 960px;
	}
	#perfecteyes_contents section.type {
		margin-bottom: 300px;
	}
	.type p {
		margin-bottom: 60px;
	}
	.w700 {
		width: 700px;
		margin: 80px auto;
	}
	#perfecteyes_contents #about_conts .area_1 .box.mb250:nth-of-type(2n){
		margin-bottom: 400px;
	}
	.pink_bg {
		background: #ff5d98;
	}
	#perfecteyes_contents #price_conts {
		background: #fff;
		padding: 80px 0;
		margin-bottom: 0;
	}
	#perfecteyes_contents #faq {
		background: #fff;
		padding: 80px 0;
		margin-bottom: 0;
	}
	#perfecteyes_contents #price_conts .title_box h2 {
		background: none;
		color: #000;
	}
	#perfecteyes_contents #faq .title_box h2 {
		background: none;
		color: #000;
	}
	.feature p {
		width: 960px;
		margin: auto;
	}
	.line_link a {
		width: 33%;
		margin-right: 4%;
		padding: 10px;
		text-align: center;
		color: #fff;
		border-radius: 10px;
		font-size: 22px;
		font-weight: bold;
		flex-basis: auto;
	}
	.line_link a.yoko {
		background: #40B1BF;
	}
	.line_link a.ginza {
		background: #BF9330;
	}
	.line_link a.shinjuku {
		background: #333;
		margin-right: 0;
	}
	
#perfecteyes_contents section {
    width: 100%;
	float: left;
	clear: both;
    margin-bottom: 80px;
}
#perfecteyes_contents .lato_font {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#perfecteyes_contents .pc_none {
    display: none;
}
#perfecteyes_contents .auto {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#perfecteyes_contents img {
	display: block;
}
#perfecteyes_contents .orange {
	color: #ff5f00;
}	
#perfecteyes_contents .red {
	color: #ff0000;
}	
#perfecteyes_contents .bold {
	font-weight: bold;
	color: #de7fa2;
}
#perfecteyes_contents #title_conts {
	width: 100%;
	height: 630px;
	background-image:url("../images/perfect/perfect_main_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin-bottom: 40px;
}
#perfecteyes_contents #title_conts h1 {
    position: absolute;
    width: 670px;
    left: -50px;
    top: 100px;
}
#perfecteyes_contents .price_box {
	width: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 6px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}
#perfecteyes_contents #title_conts .price_box {
	padding-bottom: 18px;
}
#perfecteyes_contents .price_box h4 {
	font-size: 23px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;

}
#perfecteyes_contents .price_box h4 .small {
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}
#perfecteyes_contents .price_box .terms {
	display: inline-block;
	width: 182px;
	border-radius: 16px;
	background-color: #e43c83;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	padding: 2px 0 1px;
}
#perfecteyes_contents .price_box .price_wrap .range {
	display: inline-block;
	font-size: 21px;
	line-height: 1.3;
	font-weight: bold;
}
#perfecteyes_contents .price_box .price_wrap .price {
	display: inline-block;
	font-size: 49px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
	position: relative;
}
#perfecteyes_contents #title_conts .price_box .price_wrap .price {
	line-height: 1;
}
#perfecteyes_contents .price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 29px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}
#perfecteyes_contents .price_box .price_wrap .price .tax {
	position: absolute;
	font-size: 11px;
	top: 12px;
	right: 3px;
}
#perfecteyes_contents #title_conts .price_box .price_wrap .price .tax {
	top: 6px;
}
#perfecteyes_contents .link_btn_area {
    width: 800px;
	clear: both;
	margin: 0 auto 190px;
}
#perfecteyes_contents .link_btn_area .contact_btn {
    width: 100%;
	display: inline-block;
    vertical-align: top;
	text-align: center;
}
#perfecteyes_contents .link_btn_area .contact_btn a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 21px 0 18px;
    border: 2px solid #e43c83;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #e43c83;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
    font-weight: bold;
    transition-duration: .6s;
}
#perfecteyes_contents .link_btn_area .contact_btn a:hover {
    background-color: #fff;
    color: #e43c83;
}
#perfecteyes_contents .link_btn_area .contact_btn .eng {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
    transition-duration: .6s;
}
#perfecteyes_contents .link_btn_area .contact_btn a:hover .eng {
    color: #e43c83;
}
#perfecteyes_contents .title_box {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;

}
#perfecteyes_contents .shorei .title_box {
    margin-bottom: 50px;
}

#perfecteyes_contents .shorei .title_box::after {
	display: none;
}
#perfecteyes_contents .title_box h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
    margin-bottom: 14px;
	width: 500px;
}
#perfecteyes_contents .title_box h2.pink_bg {
	background: #ff5d98;
}
#perfecteyes_contents .title_box .jp_title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .2em;
	margin-bottom: 20px;
}
	.price_wrap_mb {
		margin-bottom: 30px;
	}
#perfecteyes_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;
}
#perfecteyes_contents .isPlay {
  animation-name: play;
  animation-duration: 0.55s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
  animation-timing-function: ease;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
#perfecteyes_contents .isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.55s;
  animation-delay: 0.55s;
  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%);
  }
}
	
.hutaeMenu {
	width: 1100px;
	margin: 20px auto 100px;
	display: table;
	border-left: 1px solid #ccc;
}
.hutaeMenu a {
	padding: 0 5px;
	border-right: 1px solid #ccc;
	width: 17%;
	line-height: 1.5;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
	
	
.perfect_title_mt {
	margin-top: 80px;	
}
	.table_perfect {
		width: 960px;
		margin: auto;
	}
	.table_perfect .table_top {
		background: #edddb8;
		padding: 15px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		border-radius: 15px;
		margin: 40px 0 5px;
	}
	.table_perfect dl {
		width: 100%;
		display: flex;
		align-items: center;
		
	}
	.table_perfect dl dt {
		width: 200px;
        margin-right: 5px;
        margin-bottom: 5px;
        background: #edddb8;
        text-align: center;
        padding: 20px;
        border-radius: 15px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
		font-weight: bold;
		font-size: 16px;
	}
	.table_perfect dl dd {
		width: 755px;
		background: #fff;
		text-align: center;
		padding: 20px;
		border-radius: 15px;
		height: 150px;
		display: flex;
        align-items: center;
        justify-content: flex-start;
		margin-bottom: 5px;
		font-size: 15px;
        text-align: left;
        line-height: 1.4;
	}
	
	
/*=========================
▲▲共通▲▲
===========================*/
#perfecteyes_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;
}
#perfecteyes_contents #back-top {
	display: none;
	bottom: 70px;
	right: 40px;
	clear: both;
	float: left;
	position: fixed;
	width: 62px;
	z-index: 99;
}
#perfecteyes_contents header {
    width: 100%;
    height: auto;
	float: left;
	clear: both;
    padding: 12px 0 8px;
	margin: 0;
    position: fixed;
    top: 0;
    left: 0;
}
#perfecteyes_contents header .main_logo {
    width: 222px;
	float: left;
    margin-top: 16px;
}
#perfecteyes_contents header .right_wrap {
    width: 524px;
	float: right;
	text-align: right;
}
#perfecteyes_contents header .right_wrap .tel_box {
    width: 287px;
	text-align: left;
	display: inline-block;
}
#perfecteyes_contents header .right_wrap .tel_box .box {
    margin-bottom: 8px;
}
#perfecteyes_contents header .right_wrap .tel_box .box:nth-of-type(2) {
    margin-bottom: 0;
}
#perfecteyes_contents header .right_wrap .tel_box .box dt {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 3px;
    margin-right: 6px;
}
#perfecteyes_contents header .right_wrap .tel_box .box dd {
    display: inline-block;
    width: 220px;
    vertical-align: top;
}
#perfecteyes_contents header .right_wrap .tel_box .tel_number {
    font-size: 22px;
	font-weight: bold;
	line-height: 1.1;
	font-style: italic;
	padding-left: 28px;
	background-image: url("../images/chanel/icon_tel_g.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
}
#perfecteyes_contents header .right_wrap .tel_box .box:nth-of-type(2) .tel_number {
	background-image: url("../images/chanel/icon_tel_y.jpg");
}
#perfecteyes_contents header .right_wrap .tel_box .closed {
    font-size: 11px;
	line-height: 1.2;
	padding-left: 28px;
}
#perfecteyes_contents header .right_wrap .contact_btn {
    width: 228px;
	display: inline-block;
    vertical-align: top;
	text-align: center;
    padding-top: 11px;
}
#perfecteyes_contents header .right_wrap .contact_btn a {
    width: 100%;
	display: block;
	text-align: center;
    border-radius: 5px;
    padding: 8px 0 5px;
    border: 2px solid #e43c83;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e43c83;
	color: #fff;
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
    transition-duration: .6s;
}
#perfecteyes_contents header .right_wrap .contact_btn a:hover {
	background-color: #fff;
	color: #e43c83;
}
#perfecteyes_contents header .right_wrap .contact_btn .eng {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
    transition-duration: .6s;
}
#perfecteyes_contents header .right_wrap .contact_btn a:hover .eng {
	color: #e43c83;
}

#perfecteyes_contents #about_conts {
	position: relative;
}
#perfecteyes_contents #about_conts .area_1 {
	width: 100%;
	float: left;
	clear: both;
}
#perfecteyes_contents #about_conts .area_1 .box {
	width: 100%;
	float: left;
	clear: both;
    margin-bottom: 114px;
	position: relative;
}
#perfecteyes_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 0;
}
#perfecteyes_contents #about_conts .area_1 .box .text_box {
	width: 650px;
	float: left;
    padding-top: 57px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    z-index: 9;
}
#perfecteyes_contents #ingredient_conts #about_conts .area_1 .box .text_box {
    padding-top: 120px;
}
#perfecteyes_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box {
	float: right;
    padding-top: 87px;
    padding-left: 110px;
}
#perfecteyes_contents h4 {
	font-size: 26px;
	line-height: 56px;
	font-weight: bold;
	margin-bottom: 28px;
    letter-spacing: .2em;
}
#perfecteyes_contents #about_conts .area_1 .box .text_box .text {
	width: 420px;
}
#perfecteyes_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box .text {
	width: 480px;
}
#perfecteyes_contents #about_conts .area_1 .box .img {
	width: 643px;
	position: absolute;
	top: 150px;
	right: 28px;
    overflow: hidden;
}
#perfecteyes_contents #ingredient_conts #about_conts .area_1 .box .img {
	top: 50px;
}
#perfecteyes_contents #about_conts.type .area_1 .box .img {
	top: 30px;
}
#perfecteyes_contents #about_conts .area_1 .box:nth-of-type(2n) .img {
	right: auto;
	left: 0;
}
#perfecteyes_contents #about_conts .area_2 {
	width: 1100px;
	float: left;
	clear: both;
	position: relative;
}
#perfecteyes_contents #about_conts .area_2 .img {
	width: 340px;
	float: left;
	margin-top: 60px;
	margin-right: 500px;
	margin-bottom: 256px;
    overflow: hidden;
}
#perfecteyes_contents #about_conts .area_2 .img2 {
	width: 660px;
    margin-top: -420px;
    float: right;
    overflow: hidden;
}
#perfecteyes_contents #about_conts .area_2 .img3 {
	width: 371px;
    float: left;
    margin-left: 100px;
    overflow: hidden;
    margin-top: -60px;
}
#perfecteyes_contents #about_conts .area_2 p {
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 27px 0;
	font-size: 23px;
	line-height: 47px;
	position: absolute;
}
#perfecteyes_contents #about_conts .area_2 p.small {
	width: 210px;
	height: 210px;
	padding: 0 25px 0;
}
#perfecteyes_contents #about_conts .area_2 p .inner {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}
#perfecteyes_contents #about_conts .area_2 p .inner:before {
	position: absolute;
	content: "";
	background-image: url("../images/kogao-b/check.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 40px;
    height: 30px;
    left: -50px;
    top: 7px;
}
#perfecteyes_contents #about_conts .area_2 p.b_text1 {
	top: 80px;
	left: 410px;
}
#perfecteyes_contents #about_conts .area_2 p.b_text2 {
	top: 70px;
	right: 189px;
}
#perfecteyes_contents #about_conts .area_2 p.b_text3 {
	top: 280px;
	right: 369px;
}
#perfecteyes_contents #about_conts .area_2 p.b_text4 {
	top: 385px;
	left: 40px;
}
#perfecteyes_contents #about_conts .area_2 p.b_text5 {
	bottom: 55px;
    left: 550px;
}
#perfecteyes_contents #about_conts .area_2 p.b_text6 {
	bottom: 64px;
	right: 156px;
}
#perfecteyes_contents .shoulder_merit {
	text-align: center;
}
#perfecteyes_contents .shoulder_merit h3{
	font-size: 18px;
}
#perfecteyes_contents .merit_list {
	border: 1px solid #ccc;
	padding: 40px 50px;
	margin: 60px 0;
}
#perfecteyes_contents .merit_list ul {
	display: flex;
}
#perfecteyes_contents .merit_list li {
	width: 30%;
	margin-right: 5%;
}
#perfecteyes_contents .merit_list li p {
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	padding: 15px 0;
}
#perfecteyes_contents .merit_list .merit_text {
	text-align: center;
	font-size: 25px;
	padding-top: 20px;
}
#perfecteyes_contents .merit_list li:last-child {
	margin-right: 0;
}
#perfecteyes_contents #merit_conts .detail_text {
	font-size: 26px;
	line-height: 55px;
	font-weight: bold;
	text-align: center;
    margin-bottom: 44px;
}
#perfecteyes_contents #merit_conts .detail_text .small {
	font-size: 16px;
	font-weight: bold;
}
#perfecteyes_contents #merit_conts .detail_text .blue {
	color: #30b3bd;
	font-weight: bold;
}
#perfecteyes_contents #merit_conts .detail_text .pink {
	color: #ff8fb4;
	font-weight: bold;
}
#perfecteyes_contents #merit_conts .info_graph {
	margin-bottom: 62px;
}
#perfecteyes_contents #merit_conts .bg_text {
	width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 41px 72px 33px;
	background-color: #f8f8f8;
}
#perfecteyes_contents #merit_conts .bg_text dt {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
#perfecteyes_contents #merit_conts .bg_text dd {
	font-size: 17px;
	line-height: 35px;
}
	
#perfecteyes_contents #ingredient_conts #about_conts .area_1 .box:nth-child(odd) .text_box {
	float: right;
} 
#perfecteyes_contents #ingredient_conts #about_conts .area_1 .box:nth-child(odd) .img {
	left: 0;
	right: auto;
}
#perfecteyes_contents #ingredient_conts #about_conts .area_1 .box:nth-child(even) .text_box {
	float: left;
} 
#perfecteyes_contents #ingredient_conts #about_conts .area_1 .box:nth-child(even) .img {
	right: 0;
	left: auto;
}
#perfecteyes_contents #ingredient_conts #about_conts .area_1 .box:last-child {
	margin-top: 0;
}
#perfecteyes_contents #flow_conts .auto {
	width: 1160px;
}
	
#perfecteyes_contents #flow_conts .title_box {
	margin-bottom: 245px;
}
#perfecteyes_contents #flow_conts .flow_list li {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 107px;
}
#perfecteyes_contents #flow_conts .flow_list li:last-of-type {
	margin-bottom: 0;
}
#perfecteyes_contents #flow_conts .flow_list li .text_box {
	width: 557px;
	min-height: 363px;
	float: left;
	position: relative;
	z-index: 9;
}
#perfecteyes_contents #flow_conts .flow_list li:nth-of-type(2n) .text_box {
	float: right;
}
#perfecteyes_contents #flow_conts .flow_list li .text_box .number {
	font-size: 90px;
	line-height: 1.2;
	margin-bottom: 20px;
}
#perfecteyes_contents #flow_conts .flow_list li .text_box h4 {
	font-size: 31px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
#perfecteyes_contents #flow_conts .flow_list li .text_box .gray_text {
	font-size: 100px;
    line-height: 1;
	color: #f6f6f6;
	position: absolute;
    bottom: -42px;
    left: 0;
	z-index: -1;
	letter-spacing: .1em;
}
#perfecteyes_contents #flow_conts .flow_list li:nth-of-type(2n) .text_box .gray_text {
    left: auto;
	right: 0;
	text-align: right;
}
#perfecteyes_contents #flow_conts .flow_list li .img {
	width: 557px;
	float: right;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
#perfecteyes_contents #flow_conts .flow_list li:nth-of-type(2n) .img {
	float: left;
}
#perfecteyes_contents #price_conts .top_box {
	width: 100%;
    height: 466px;
	margin-bottom: 60px;
	position: relative;
}
#perfecteyes_contents #price_conts .top_box .img {
	width: 714px;
	position: absolute;
	left: 0;
	top: 0;
    overflow: hidden;
}
#perfecteyes_contents #price_conts .top_box .text {
    padding-top: 115px;
	padding-left: 664px;
	font-size: 26px;
	line-height: 56px;
	font-weight: bold;
	position: relative;
	z-index: 9;
    letter-spacing: .15em;
}
#perfecteyes_contents #price_conts .top_box .text .small {
	font-size: 16px;
	line-height: 56px;
	font-weight: bold;
}
#perfecteyes_contents #price_conts .price_wrapper {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 33px;
}
#perfecteyes_contents #price_conts .price_wrapper .price_box {
	width: 100%;
	float: left;
    margin-bottom: 35px;
}
#perfecteyes_contents #price_conts .price_wrapper .price_box:nth-of-type(2n) {
	float: right;
}
#perfecteyes_contents #price_conts .price_box:nth-of-type(4) {
	padding: 24px 10px 22px;
}
#perfecteyes_contents #price_conts .price_box h4 {
	font-size: 25px;
}
#perfecteyes_contents #price_conts .price_box h4 span {
	display: block;
	font-size: 16px;
}
#perfecteyes_contents #price_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#perfecteyes_contents #price_conts .price_box h4 .small {
	font-size: 22px;
}
#perfecteyes_contents #price_conts .price_box .terms {
	width: 223px;
	font-size: 21px;
}
#perfecteyes_contents #price_conts .price_box .price_wrap .price {
	font-size: 46px;
}

#perfecteyes_contents #price_conts .price_box .price_wrap .price .small {
	font-size: 26px;
	margin: 0 5px;
}

#perfecteyes_contents #price_conts .price_box .price_wrap .price .tax {
	font-size: 11px;
    font-weight: bold;
	top: 7px;
}
#perfecteyes_contents .faqArea {
	border-top: 2px solid #40b1bf;
}
#perfecteyes_contents .faqArea dl {
	border-bottom: 2px solid #40b1bf;
	padding: 10px 0;
}
#perfecteyes_contents .faqArea dl dt {
	padding: 10px 10px 10px 70px;
	position: relative;
}
#perfecteyes_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: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
}
#perfecteyes_contents .faqArea dl dd {
	padding: 10px 10px 10px 70px;
	background: #f3f3f3;
	position: relative;
	display: none;
}
#perfecteyes_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: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
}
#perfecteyes_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: 60px 50px 82px;
}
#perfecteyes_contents #price_conts .detail_box table {
	width: 100%;
}
#perfecteyes_contents #price_conts .detail_box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
#perfecteyes_contents #price_conts .detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
#perfecteyes_contents #price_conts .detail_box table th {
	width: 35%;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding: 15px 23px 12px 35px;
}
#perfecteyes_contents #price_conts .detail_box table td {
	font-size: 16px;
	line-height: 27px;
	padding: 15px 23px 12px 0;
}
#perfecteyes_contents #option_conts {
	margin-bottom: 39px;
}
#perfecteyes_contents #option_conts .title_box {
	margin-bottom: 200px;
}
#perfecteyes_contents #option_conts .top_text {
	font-size: 26px;
	line-height: 56px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 34px;
}
#perfecteyes_contents #option_conts .top_text .small {
	font-size: 16px;
}
#perfecteyes_contents #option_conts .top_text .small2 {
	font-size: 14px;
}
#perfecteyes_contents #option_conts .price_wrapper {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 100px;
    text-align: center;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
#perfecteyes_contents #option_conts .price_wrapper .price_box {
	width: 475px;
	float: left;
    margin-bottom: 35px;
}
#perfecteyes_contents #option_conts .price_wrapper .price_box:nth-of-type(2n) {
	float: right;
}
#perfecteyes_contents #option_conts .price_box:nth-of-type(3), #perfecteyes_contents #option_conts .price_box:nth-of-type(4) {
	padding: 34px 10px 22px;
}
#perfecteyes_contents #option_conts .price_box h4 {
	font-size: 28px;
}
#perfecteyes_contents #option_conts .price_box .text {
	height: 70px;
}
#perfecteyes_contents #option_conts .price_box:nth-of-type(3) h4, #perfecteyes_contents #option_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#perfecteyes_contents #option_conts .price_box h4 .small {
	font-size: 22px;
}
#perfecteyes_contents #option_conts .price_box .terms {
	width: 223px;
	font-size: 21px;
}
#perfecteyes_contents #option_conts .price_box .price_wrap .price {
	font-size: 60px;
}
#perfecteyes_contents #option_conts .price_box .price_wrap .price .small {
	font-size: 36px;
}
#perfecteyes_contents #option_conts .price_box .price_wrap .price .tax {
	font-size: 13px;
    font-weight: bold;
	top: 16px;
}
#perfecteyes_contents #doctor_conts {
	margin-bottom: 23px;
}
#perfecteyes_contents #doctor_conts .box {
	width: 100%;
	float: left;
	clear: both;
    margin-bottom: 51px;
}
#perfecteyes_contents #doctor_conts .box .name_box {
	width: 100%;
	float: left;
	clear: both;
	background-color: #f2f2f2;
	margin-bottom: 38px;
}
#perfecteyes_contents #doctor_conts .box .name_box .name {
	width: 580px;
	float: left;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 190px;
    padding-top: 106px;
}
#perfecteyes_contents #doctor_conts .box .name_box .eng {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	color: #afafaf;
}
#perfecteyes_contents #doctor_conts .box .name_box dt {
	font-size: 17px;
	font-weight: bold;
	margin-right: 20px;
	display: inline-block;
	vertical-align: bottom;
}
#perfecteyes_contents #doctor_conts .box .dr_img {
	width: 290px;
	float: right;
	margin-right: 200px;
}
#perfecteyes_contents #doctor_conts .box .name_box dd {
	font-size: 35px;
	line-height: 1.3;
	font-weight: bold;
	margin-right: 20px;
	display: inline-block;
}
#perfecteyes_contents #doctor_conts .box .history_box {
	width: 100%;
	float: left;
	clear: both;
}
#perfecteyes_contents #doctor_conts .box .history_box dl {
	width: 600px;
	float: left;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
#perfecteyes_contents #doctor_conts .box .history_box dl:first-of-type {
	width: 600px;
	float: left;
	padding-left: 100px;
}
#perfecteyes_contents #doctor_conts .box .history_box dt {
	width: 90px;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3;
	display: table-cell;
	vertical-align: top;
}
#perfecteyes_contents #doctor_conts .box .history_box dl:nth-of-type(2) dt {
	width: 133px;
}
#perfecteyes_contents #doctor_conts .box .history_box dl:nth-of-type(2) dt .small {
	font-size: 18px;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: middle;
}
#perfecteyes_contents #doctor_conts .box .history_box dd {
	border-left: 1px solid #e9e9e9;
	display: table-cell;
	vertical-align: top;
	font-size: 17px;
	line-height: 1.4;
	padding-left: 35px;
	padding-right: 20px;
}
#perfecteyes_contents #doctor_conts .box .history_box dd th {
	width: 80px;
}
#perfecteyes_contents #doctor_conts .box .history_box dd td, #perfecteyes_contents #doctor_conts .box .history_box dd li {
	padding-bottom: 11px;
}
#perfecteyes_contents #clinic_conts {
    width: 100%;
	min-width: 1000px;
	margin: 0 auto 34px;
    overflow: hidden;
}
#perfecteyes_contents #clinic_conts .pc_top {
    width: 100%;
    clear: both;
	height: 342px;
}
#perfecteyes_contents #clinic_conts .pc_top .slide_in_image {
    width: 100%;
	background-image: url("../images/chanel/img_14.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#perfecteyes_contents #clinic_conts .cl_2 .slide_in_image {
	background-image: url("../images/chanel/img_15.jpg");
}
#perfecteyes_contents #clinic_conts .auto {
    width: 1000px;
    clear: both;
}
#perfecteyes_contents #clinic_conts .box {
    width: 100%;
	float: left;
	clear: both;
	position: relative;
    padding-top: 44px;
    margin-bottom: 135px;
}
#perfecteyes_contents #clinic_conts .box .bg_text {
	font-size: 140px;
	line-height: 0.7;
	color: #fbfbfb;
	position: absolute;
	left: -50px;
	top: 0;
}
#perfecteyes_contents #clinic_conts .box .text_box {
    width: 500px;
	float: left;
	padding-top: 10px;
    position: relative;
}
#perfecteyes_contents #clinic_conts .box .text_box h5 {
    font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 12px;
}
#perfecteyes_contents #clinic_conts .box .text_box dl {
    width: 100%;
	display: table;
	font-size: 16px;
	line-height: 33px;
}
#perfecteyes_contents #clinic_conts .box .text_box dl dt {
    width: 84px;
	display: table-cell;
}
#perfecteyes_contents #clinic_conts .box .text_box dl dd {
	display: table-cell;
}
#perfecteyes_contents #clinic_conts .box .text_box p.tel-link {
    font-size: 28px;
    margin-top: 8px;
	padding-left: 37px;
	background-image: url("../images/chanel/icon_tel_g.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 29px;
    font-style: italic;
}
#perfecteyes_contents #clinic_conts .box_2 .text_box p.tel-link {
	background-image: url("../images/chanel/icon_tel_y.jpg");
}
#perfecteyes_contents #clinic_conts .box .text_box p.tel-link a {
    font-size: 28px;
	color: #b5833a;
    text-decoration: none;
    font-style: italic;
}
#perfecteyes_contents #clinic_conts .box .gmap {
    width: 462px;
	height: 256px;
	float: right;
	position: relative;
}
#perfecteyes_contents #clinic_conts .box .gmap iframe {
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#perfecteyes_contents #reserved_conts {
	margin-bottom: 0;
}
#perfecteyes_contents #reserved_conts .title_box {
    margin-bottom: 225px;
}
#perfecteyes_contents #reserved_conts .form_box {
	width: 100%;
	background-color: #ffebde;
}
#perfecteyes_contents #reserved_conts .form_box .auto {
	width: 830px;
	padding: 36px 0 70px;
}
#perfecteyes_contents #reserved_conts .form_box dl {
	margin-bottom: 28px;
}
#perfecteyes_contents #reserved_conts .form_box .dl_clinic label {
	margin-right: 16px;
}
#perfecteyes_contents #reserved_conts .form_box .dl_clinic input {
	margin-right: 6px;
}
#perfecteyes_contents #reserved_conts .error,#perfecteyes_contents #reserved_conts .error_place {
	color: #fc1d2a;
    font-weight: bold;
}
#perfecteyes_contents #reserved_conts .form_box dl dt {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
    margin-bottom: 8px;
}
#perfecteyes_contents #reserved_conts .form_box dl dt .small {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	display: inline-block;
	margin-left: 10px;
}
#perfecteyes_contents #reserved_conts .form_box dl dt .small {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	display: inline-block;
	margin-left: 10px;
}
#perfecteyes_contents #reserved_conts .form_box dl dt .red {
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
	display: inline-block;
	padding: 2px 5px 1px;
	background-color: #f28d6e;
	margin-left: 8px;
}
.years,
.months,
.days,
.times {
    width: 120px;
    margin-right: 6px;
    display: inline-block;
    position: relative;
}
.dates {
    display: inline-block;
    position: relative;
}
.months,
.days,
.times {
    margin-left: 4px;
}
.years:before, .months:before, .days:before, .times:before, .dates:before  {
    z-index: 1;
    position: absolute;
    right: 13px;
    top: 18px;;
    content: "";
    color: #7F878C;
    pointer-events: none;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1.9px solid #333;
    border-right: 1.9px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
form dd select {
    height: 49px;
    width: 100%;
	font-size: 18px;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    padding-left: 14px;
}
form dd select.dates {
    width: 230px;
    margin-right: 5px;
}
form dd select.wpcf7-select {
    width: 120px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
form dd .years select {
    margin: 0 0px 0 0;
}
form dd .wpcf7-text {
    height: 48px;
    width: 100%;
    padding: 0 0 0 10px;
    border-radius: 3px;
    border: none;
	font-size: 18px;
}
form dd textarea {
    width: 100%;
    padding: 10px 0 10px 10px;
	font-size: 18px;
	border: none;
}
::placeholder {
	color: #ccc;
}
form p.tel_error, form p.email_error, form p.name_error {
    display: none;
    margin: 2px 0 0;
    color: #FF282B;
}
form p .wpcf7-submit {
    width: 360px;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #f994c0;
    color: #f994c0;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    display: block;
}
.wpcf7-not-valid-tip {
    color: #FF282B;
}
.wpcf7-validation-errors {
    text-align: center;
    border: 2px solid #FF282B;
    padding: 10px 0;
    color: #FF282B;
    font-weight: bold;
}
.wpcf7-response-output {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    background: #fff;
	margin: 20px 0;
}
.screen-reader-response, .wpcf7-display-none {
    display: none;
}
form dd .radio-bui, form dd .menu {
    width: 100%;
    display: block;
}
span.wpcf7-list-item {
	display: block;
	margin: 0;
}
#perfecteyes_contents #reserved_conts .form_box button {
	width: 364px;
	display: block;
	margin: 0 auto;
    padding: 0;
    border: none;
}
form .wpcf7-submit {
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #f28d6e;
    color: #f28d6e;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    display: block;
    transition-duration: .6s;
}
form .wpcf7-submit:hover {
    background: #f28d6e;
    color: #fff;
}
form p .wpcf7-submit {
    
    width: 360px;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #f994c0;
    color: #f994c0;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    display: block;
}
#perfecteyes_contents #thanks_conts {
	width: 100%;
    clear: both;
    padding: 120px 0 100px;
	text-align: center;
}
#perfecteyes_contents #thanks_conts h2 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 12px;
	font-weight: bold;
}
#perfecteyes_contents #thanks_conts p {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 12px;
}
#perfecteyes_contents footer {
	width: 100%;
    clear: both;
    padding: 30px 0 18px;
	text-align: center;
	font-size: 13px;
    font-weight: bold;
    letter-spacing: .2em;
}
#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%;
}
.typeFaceline {
	display: table;
	clear: both;
	margin: 40px auto;
}
.typeFaceline .typeUl {
	display: flex;
}
.typeFaceline .typeUl li {
	width: 25%;
	position: relative;
}
.typeFaceline .typeUl li .typeLink {
	position: absolute;
	bottom: 5%;
	left: 15%;
	text-decoration: underline;
}
.typeFaceline .typeUl li .typeLink.link2 {
	bottom: 11%;
	left: 15%;
	color: #df5f16;
	text-decoration: none;
}
.typeFaceline .typeUl li .typeLink.link3 {
	bottom: 11%;
	left: 15%;
}
.typeFaceline .typeUl li .typeLink.link4 {
	bottom: 8%;
	left: 15%;
}
.typeFaceline .typeUl li .typeLink a {
	display: block;
	
}
.taxplus {
	font-size: 20px;
}
	.p10 {
		padding: 0 10px;
	}
	.is-video {
		width: 920px;
		margin: -35px auto 35px;
	}
	.perfect_smo {
		width: 1000px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin-bottom: 150px;
	}
	.perfect_smo:after {
		content: '';
		position: absolute;
		background-image: url(../images/perfect/perfecteyes_voice.png);
		background-repeat: no-repeat;
		width: 390px;
		height: 300px;
		right: 0;
		top: -110px;
		background-size: 100%;
	}
	.perfect_smo li {
		width: 46%;
		margin-right: 8%;
		margin-bottom: 40px;
		position: relative;
	}
	.perfect_smo li:nth-of-type(2n) {
		margin-right: 0;
		top: 150px;
	}
.news .news_ttl{
	/* position:absolute; */
	z-index: 10;
	font-size: 23px;
	/* left: 23%; */
	/* top: -15px; */
	width: 40%;
	line-height: 1.4;
	color: #fff;
	padding: 90px 0 0;
	display: inline-block;
	/* font-weight: bold; */
}
.news .news_text{
	width: 60%;
	/* color: #fff; */
	background: #fff;
	padding: 40px 20px;
	font-size: 20px;
	line-height: 2;
}
.news .bold{
	/* color:#e08b9c; */
}
.news .news_ttl span{
  /* background: linear-gradient(90deg, #9baaf8, #e3a1de 30%, #FFCC70); */
  /* background: -webkit-linear-gradient(0deg, #9baaf8, #e3a1de 30%, #FFCC70); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  z-index:11;
  /* font-weight: bold; */
  font-size: 34px;
  margin-bottom: 0.5em;
  display: inline-block;
  font-weight: normal;
}
	
 .conts_inner {
  width: 100%;
  /* height: 220px; */
  margin: 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
  padding:10px;
  display:flex;
  align-items: stretch;
}
 .conts_inner .box {
	 background: linear-gradient(90deg, #9baaf8, #e3a1de 30%, #FFCC70);
	 display:flex;
	 padding: 50px 50px;
	 align-items: center;
	 justify-content: space-between;
	}

.img_renewal{
	position:absolute;
	top: 40px;
	left: 20px;
	transform: rotateZ(353deg);
	z-index: 20;
	width: 450px;
}
	
.box__line {
  position: absolute;
}

.box__line:nth-child(1),
.box__line:nth-child(3) {
  width: 100%;
  height: 2px;
}

.box__line:nth-child(2),
.box__line:nth-child(4) {
  width: 2px;
  height: 100%;
}

.box__line:nth-child(1) {
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent,rgb(235 151 151 / 50%));
  animation: animate1 2s linear infinite;
}



.box__line:nth-child(2) {
  top: 0;
  right: 0;
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
  background: linear-gradient(to bottom, transparent,rgb(235 151 151 / 50%));
}


.box__line:nth-child(3) {
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, transparent,rgb(235 151 151 / 50%));
  animation: animate3 2s linear infinite;
}


.box__line:nth-child(4) {
  top: 0;
  left: 0;
  background: linear-gradient(to top, transparent, rgb(235 151 151 / 50%));
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}


@keyframes animate1 {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes animate2 {

  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }

}

@keyframes animate3 {


  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }

}

@keyframes animate4 {


  0% {
    transform: translateY(100%);
  }


  100% {
    transform: translateY(-100%);
  }

}
	

}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:760px){
/*=========================
▼▼共通▼▼
===========================*/
#perfecteyes_contents .lato_font {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#perfecteyes_contents .sp_none{
    display: none;
}
#perfecteyes_contents .auto {
	width: 100%;
	margin: 0 auto;
}
#perfecteyes_contents img {
	width: 100%;
	height: auto;
	display: block;
}
#perfecteyes_contents section {
	width: 100%;
	margin-bottom: 60px;
	display: table;
}
#perfecteyes_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);
}
#perfecteyes_contents #title_conts .price_box {
	padding-bottom: 18px;
}
#perfecteyes_contents .price_box h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: center;
}
#perfecteyes_contents .price_box h4 .small {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}
#perfecteyes_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;
}
#perfecteyes_contents #title_conts .price_box .terms {
	margin-bottom: 8px;
}
#perfecteyes_contents .price_box .price_wrap .range {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
#perfecteyes_contents .price_box .price_wrap .price {
	display: inline-block;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
	position: relative;
}
#perfecteyes_contents #title_conts .price_box .price_wrap .price {
	line-height: 1;
}
#perfecteyes_contents .price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}
#perfecteyes_contents .price_box .price_wrap .price .tax {
	position: absolute;
	font-size: 10px;
	top: 8px;
	right: -10px;
}
#perfecteyes_contents .title_box {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
    margin-bottom: 0;
}

#perfecteyes_contents .title_box h2 {
	font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1;
    margin-bottom: 14px;
    color: #fff;
    padding: 2vw 10vw;
    border-radius: 40px;
}
#perfecteyes_contents .title_box .jp_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
	margin-bottom: 2vw;
}
.price_wrap_mb {
	margin-bottom: 2vw;
}
#perfecteyes_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;
}
#perfecteyes_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の疑似要素にマスクとマスクを外すアニメーションを設定 */
#perfecteyes_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%);
  }
}
/*=========================
▲▲共通▲▲
===========================*/
#perfecteyes_contents {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	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;
    background-image: url(../images/perfect/perfect_bg.jpg);
    background-repeat: repeat;
}
#perfecteyes_contents #back-top {
    display: none;
	position: fixed;
	bottom: 86px;
	right: 3%;
	width: 48px;
	z-index: 99;
	clear: both;
	float: left;
}
#perfecteyes_contents header {
    width: 100%;
    height: auto;
	float: left;
	clear: both;
    padding: 20px 0 12px;
	margin: 0;
    position: relative;
}
#perfecteyes_contents header .main_logo {
    width: 150px;
	float: left;
    padding-top: 8px;
}
#perfecteyes_contents header .right_wrap {
    width: 120px;
	float: right;
	text-align: right;
}
#perfecteyes_contents header .right_wrap .tel_box {
    width: 92px;
	text-align: left;
	display: inline-block;
    font-size: 0;
}
#perfecteyes_contents header .right_wrap .tel_box .box {
    width: 38px;
	text-align: left;
	display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 19px;
}
#perfecteyes_contents header .right_wrap .tel_box .box img {
    width: 28px;
    margin: 0 auto;
}
#perfecteyes_contents header .right_wrap .tel_box .box:last-of-type {
    margin-right: 0;
}
#perfecteyes_contents header .right_wrap .tel_box .box dt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#sp_contact_btn {
    width: 100%;
	text-align: center;
    border-radius: 5px;
    padding: 12px 5% 10px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	position: fixed;
    top: auto;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
#sp_contact_btn a {
    width: 100%;
	display: block;
	text-align: center;
    border-radius: 5px;
    padding: 8px 0 6px;
	background-color: #e43c83;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}
#sp_contact_btn .eng {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
#perfecteyes_contents #title_conts {
	width: 100%;
	clear: both;
	position: relative;
	margin-bottom: 0;
}
#perfecteyes_contents #title_conts .text_box {
	padding-left: 40%;
    padding-top: 40px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
	z-index: 9;
}
#perfecteyes_contents #title_conts .title_jp {
	font-size: 3vw;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: .7em;
	margin-bottom: 11px;
    text-align: center;
}
#perfecteyes_contents #title_conts h1 {
	font-size: 8vw;
	line-height: 1.1;
	font-weight: bold;
    text-align: left;margin-bottom: 10px;
}
#perfecteyes_contents #title_conts h1 .small {
	font-size: 3vw;
    display: block;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: .4em;
    margin-top: 8px;padding-left: 5px;
}
#perfecteyes_contents #title_conts .title_line {
	font-size: 4vw;
    font-weight: bold;
    text-align: right;
	position: relative;
    margin-bottom: 10px;display: none;
}
#perfecteyes_contents #title_conts .title_line::after {
	content: "";
	display: block;
	width: 29vw;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: 16px;
	left: 0;
}
#perfecteyes_contents #title_conts .sub_title {
	font-size: 2.9vw;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    margin-bottom: 34px;
}
#perfecteyes_contents #title_conts .sub_title .small {
	font-size: 1.8vw;
    letter-spacing: .3em;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 4px;
}
#perfecteyes_contents #title_conts #slider_bg {
	width: 45vw;
	height: calc(100% - 135px);
	position: absolute;
	top: 0;
	left: 0;
    overflow: hidden;
}
#perfecteyes_contents #title_conts #slider {
	width: auto;
	height: 100%;
    display: block;
}
#perfecteyes_contents #title_conts #slider .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#perfecteyes_contents #title_conts #slider .slide_01 {
    background-image:url("../images/chanel/main_slide_01.jpg");
}
#perfecteyes_contents #title_conts #slider .slide_02 {
    background-image:url("../images/chanel/main_slide_02.jpg");
    background-position: right 20% center;
}
#perfecteyes_contents #title_conts #slider .slide_03 {
    background-image:url("../images/chanel/main_slide_03.jpg");
    background-position: right 20% center;
}
#perfecteyes_contents #title_conts .price_box {
	width: 100%;
	position: relative;
	z-index: 9;
}
#perfecteyes_contents #about_conts {
	position: relative;
    float: left;
    clear: both;
}
#perfecteyes_contents #about_conts .area_1 {
	width: 90%;
	margin: auto;
    margin-bottom: 40px;
}
#perfecteyes_contents #about_conts.merit .area_1 {
	width: 100%;
}
#perfecteyes_contents #ingredient_conts #about_conts .area_1 {
	width: 100%;
	margin: auto;
    margin-bottom: 40px;
}
#perfecteyes_contents #about_conts .area_1 .box {
	width: 100%;
    margin-bottom: 8vw;
	position: relative;
}
#perfecteyes_contents #about_conts.merit .area_1 .box {
    width: 92%;
    margin: auto;
}
#perfecteyes_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 8vw;
}
#perfecteyes_contents #about_conts .area_1 .box .text_box {
	width: 100%;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    z-index: 9;
	margin: 2vw 0 0;
}
#perfecteyes_contents #about_conts .area_1 .box .text_box h4 {
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 12px;
    letter-spacing: .1em;
	text-align: left;
}
#perfecteyes_contents #about_conts .area_1 .box .text_box .text {
	width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
#perfecteyes_contents #about_conts .area_1 .box .img {
	width: 100%;
    overflow: hidden;
	margin-bottom: 6vw;
}
#perfecteyes_contents #about_conts .area_2 {
	width: 100%;
	position: relative;
}
#perfecteyes_contents #about_conts .area_2 .column {
	width: 100%;
	float: left;
    clear: both;
    margin-bottom: 30px;
    position: relative;
}
#perfecteyes_contents #about_conts .area_2 .column:nth-of-type(2) {
    margin-bottom: 90px;
}
#perfecteyes_contents #about_conts .area_2 .column:last-of-type {
    margin-bottom: 0;
}
#perfecteyes_contents #about_conts .area_2 .img {
	width: 50%;
    float: left;
    overflow: hidden;
}
#perfecteyes_contents #about_conts .area_2 .img2 {
	width: 60%;
    float: right;
    overflow: hidden;
}
#perfecteyes_contents #about_conts .area_2 .img3 {
	width: 65%;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
#perfecteyes_contents #about_conts .area_2 p {
    display: table;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0;
	font-size: 13px;
	line-height: 1.8;
    position: absolute;
}
#perfecteyes_contents #about_conts .area_2 p.small {
	width: 100px;
	height: 100px;
	padding: 0 10px 0;
}
#perfecteyes_contents #about_conts .area_2 p .inner:before {
	position: absolute;
	content: "";
	background-image: url("../images/kogao-b/check.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 17px;
    height: 17px;
    left: 0;
    top: 3px;
}
#perfecteyes_contents #about_conts .area_2 p.b_text1 {
	top: 3vw;
    right: 7vw;
}
#perfecteyes_contents #about_conts .area_2 p.b_text2 {
	bottom: -125px;
    left: calc(50% - 70px);
}
#perfecteyes_contents #about_conts .area_2 p.b_text3 {
	top: -125px;
    right: 15%;
}
#perfecteyes_contents #about_conts .area_2 p.b_text4 {
	left: 0;
    top: 6vw;
}
#perfecteyes_contents #about_conts .area_2 p.b_text5 {
	top: -65px;
    left: 15%;
}
#perfecteyes_contents #about_conts .area_2 p.b_text6 {
	top: -125px;
    right: calc(50% - 50px);
}
#perfecteyes_contents #about_conts .area_2 p .inner {
    display: block;
    vertical-align: middle;
    font-weight: bold;
	padding: 0 0 7px 28px;
	position: relative;
}
#perfecteyes_contents #ingredient_conts {
    clear: both;
	width: 100%;
    margin: auto;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper {
	width: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #cccccc;
	padding: 40px 5% 68px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}
#perfecteyes_contents #ingredient_conts .bg_wrapper h3 {
	font-size: 18px;
    line-height: 1.3;
	font-weight: bold;
	margin-bottom: 24px;
	text-align: center;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box {
	width: 100%;
	font-size: 0;
	line-height: 0;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dl {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	background-color: #dbc040;
	border-radius: 25px;
	padding: 7px 0 5px;
	text-align: center;
	margin-bottom: 9px;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(2) dt {
	background-color: #7bc0c5;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(3) dt {
	background-color: #ea7798;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) dt {
	background-color: #72a4d8;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(5) dt {
	background-color: #db9b40;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(6) dt {
	background-color: #a78fca;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dd li {
	font-size: 14px;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
    margin-bottom: 7px;
    vertical-align: top;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dl:first-of-type li {
	width: 50%;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dl:first-of-type li:nth-of-type(2n) {
	width: 50%;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) li {
	width: 50%;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .contents_box dl:nth-of-type(4) li:nth-of-type(2n) {
	width: 50%;
}
#perfecteyes_contents #ingredient_conts .bg_wrapper .bg_text {
	width: 100%;
	margin: 0 auto;
	background-color: #f8f8f8;
	font-size: 15px;
	line-height: 1.8;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 22px 5% 20px;
}
#perfecteyes_contents #ingredient_conts .shoulder_merit {
	text-align: center;
}
#perfecteyes_contents #ingredient_conts .merit_list li {
	margin-bottom: 5vw;
}
#perfecteyes_contents #ingredient_conts .merit_list li p {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 2vw;
}
#perfecteyes_contents #merit_conts {
	
}
#perfecteyes_contents #merit_conts .detail_text {
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
    margin-bottom: 48px;
}
#perfecteyes_contents #merit_conts .detail_text .small {
	font-size: 15px;
	font-weight: bold;
}
#perfecteyes_contents #merit_conts .detail_text .blue {
	color: #30b3bd;
	font-weight: bold;
}
#perfecteyes_contents #merit_conts .detail_text .pink {
	color: #ff8fb4;
	font-weight: bold;
}
#perfecteyes_contents #merit_conts .info_graph {
	margin-bottom: 48px;
}
#perfecteyes_contents #merit_conts .bg_text {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 5% 20px;
	background-color: #f8f8f8;
}
#perfecteyes_contents #merit_conts .bg_text dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
#perfecteyes_contents #merit_conts .bg_text dd {
	font-size: 15px;
	line-height: 1.8;
}
#perfecteyes_contents #flow_conts {
	width: 90%;
    margin: 0 auto 10vw;
	clear: both;
}
#perfecteyes_contents #flow_conts .title_box {
	
}
#perfecteyes_contents #flow_conts .flow_list li {
	width: 100%;
	margin-bottom: 50px;
}
#perfecteyes_contents #flow_conts .flow_list li:last-of-type {
	margin-bottom: 0;
}
#perfecteyes_contents #flow_conts .flow_list li .text_box {
	width: 100%;
	position: relative;
	z-index: 9;
}
#perfecteyes_contents #flow_conts .flow_list li .text_box .number {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 12px;
}
#perfecteyes_contents #flow_conts .flow_list li .text_box h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
#perfecteyes_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;
}
#perfecteyes_contents #flow_conts .flow_list li .img {
	width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
}
#perfecteyes_contents #price_conts {
	
}
#perfecteyes_contents #price_conts .top_box {
	width: 100%;
	margin-bottom: 60px;
}
#perfecteyes_contents #price_conts .top_box .img {
	width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
#perfecteyes_contents #price_conts .top_box .text {
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
    letter-spacing: .15em;
    text-align: center;
}
#perfecteyes_contents #price_conts .top_box .text .small {
	font-size: 14px;
	font-weight: bold;
}
#perfecteyes_contents #price_conts .price_wrapper {
	width: 92%;
    margin: auto;
    text-align: center;
    margin-bottom: 33px;
}
#perfecteyes_contents #price_conts .price_wrapper .price_box {
	width: 100%;
    margin-bottom: 20px;
}
#perfecteyes_contents #price_conts .price_box:nth-of-type(3) h4, #perfecteyes_contents #price_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}

#perfecteyes_contents #price_conts .price_box .price_wrap .price .tax {
	top: 13px;
}
#perfecteyes_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;
}
#perfecteyes_contents #price_conts .detail_box h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	text-align: center;
}
#perfecteyes_contents #price_conts .detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
#perfecteyes_contents #price_conts .detail_box table th {
	width: 30%;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	padding: 12px 5% 10px 5%;
}
#perfecteyes_contents #price_conts .detail_box table td {
	font-size: 14px;
	line-height: 1.6;
	padding: 12px 5% 10px 0;
}
#perfecteyes_contents #option_conts {
	
}
#perfecteyes_contents #option_conts .top_text {
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	font-weight: bold;
	margin-bottom: 34px;
}
#perfecteyes_contents #option_conts .top_text .small {
	font-size: 15px;
    display: inline-block;
    line-height: 1.5;
}
#perfecteyes_contents #option_conts .top_text .small2 {
	font-size: 12px;
}
#perfecteyes_contents #option_conts .price_wrapper {
	width: 100%;
    text-align: center;
}
#perfecteyes_contents #option_conts .price_wrapper .price_box {
	padding: 34px 10px 22px;
    margin-bottom: 20px;
}
#perfecteyes_contents #option_conts .price_box:nth-of-type(3) h4, #perfecteyes_contents #option_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#perfecteyes_contents #option_conts .price_box .terms {
	width: 223px;
	font-size: 21px;
}
#perfecteyes_contents #option_conts .price_box .price_wrap .price .tax {
	top: 12px;
}
#perfecteyes_contents #doctor_conts {
	margin-bottom: 0;
}
#perfecteyes_contents #doctor_conts .box {
	width: 100%;
	margin-bottom: 51px;
}
#perfecteyes_contents #doctor_conts .box .name_box {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #f2f2f2;
	margin-bottom: 68px;
	position: relative;
}
#perfecteyes_contents #doctor_conts .box .name_box .name {
	width: 90%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 5% 18px;
	margin-bottom: 20px;
	position: absolute;
	bottom: -61px;
	left: 5%;
	box-shadow: 0px 1px 4px 4px rgba(0,0,0,0.04);
	text-align: center;
}
#perfecteyes_contents #doctor_conts .box .name_box .eng {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color: #afafaf;
}
#perfecteyes_contents #doctor_conts .box .name_box dt {
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	display: inline-block;
	vertical-align: bottom;
}
#perfecteyes_contents #doctor_conts .box .dr_img {
	width: 200px;
    margin: 0 auto;
}
#perfecteyes_contents #doctor_conts .box .name_box dd {
	font-size: 23px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}
#perfecteyes_contents #doctor_conts .box .history_box {
	width: 90%;
    margin: 0 auto;
}
#perfecteyes_contents #doctor_conts .box .history_box dl {
	width: 100%;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 20px;
}
#perfecteyes_contents #doctor_conts .box .history_box dt {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
    margin-bottom: 8px;
}
#perfecteyes_contents #doctor_conts .box .history_box dl dt .small {
	font-size: 14px;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: middle;
}
#perfecteyes_contents #doctor_conts .box .history_box dd {
	width: 100%;
    padding-top: 12px;
    border-top: 1px solid #e9e9e9;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.3;
}
#perfecteyes_contents #doctor_conts .box .history_box dd th {
	width: 70px;
}
#perfecteyes_contents #doctor_conts .box .history_box dd td, #perfecteyes_contents #doctor_conts .box .history_box dd li {
	padding-bottom: 11px;
}
#perfecteyes_contents #clinic_conts {
    width: 100%;
	padding-top: 74px;
    overflow: hidden;
}
#perfecteyes_contents #clinic_conts .title_box {
    margin-bottom: 90px;
}
#perfecteyes_contents #clinic_conts .pc_top {
    width: 100%;
	height: 200px;
    overflow: hidden;
}
#perfecteyes_contents #clinic_conts .pc_top .slide_in_image {
    width: 100%;
	background-image: url("../images/chanel/img_14.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    overflow: hidden;
}
#perfecteyes_contents #clinic_conts .cl_2 .slide_in_image {
	background-image: url("../images/chanel/img_15.jpg");
}
#perfecteyes_contents #clinic_conts .box {
    width: 100%;
	position: relative;
    padding-top: 40px;
    margin-bottom: 85px;
}
#perfecteyes_contents #clinic_conts .box .bg_text {
	font-size: 80px;
	line-height: 0.7;
	color: #fbfbfb;
	position: absolute;
	left: -5%;
	top: 0;
}
#perfecteyes_contents #clinic_conts .box .text_box {
    margin-bottom: 24px;
    position: relative;
}
#perfecteyes_contents #clinic_conts .box .text_box h5 {
    font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 12px;
}
#perfecteyes_contents #clinic_conts .box .text_box dl {
    width: 100%;
	display: table;
	font-size: 14px;
	line-height: 1.9;
}
#perfecteyes_contents #clinic_conts .box .text_box dl dt {
    width: 84px;
	display: table-cell;
}
#perfecteyes_contents #clinic_conts .box .text_box dl dd {
	display: table-cell;
}
#perfecteyes_contents #clinic_conts .box .text_box p.tel-link {
    font-size: 28px;
    margin-top: 4px;
	padding-left: 32px;
	background-image: url("../images/chanel/icon_tel_g.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
    font-style: italic;
}
#perfecteyes_contents #clinic_conts .box_2 .text_box p.tel-link {
	background-image: url("../images/chanel/icon_tel_y.jpg");
}
#perfecteyes_contents #clinic_conts .box .text_box p.tel-link a {
    font-style: italic;
    color: #000;
}
#perfecteyes_contents #clinic_conts .box .gmap {
    width: 100%;
	height: 240px;
	position: relative;
}
#perfecteyes_contents #clinic_conts .box .gmap iframe {
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#perfecteyes_contents #reserved_conts {
	margin-bottom: 0;
}
#perfecteyes_contents #reserved_conts .form_box {
	width: 100%;
	background-color: #ffebde;
}
#perfecteyes_contents #reserved_conts .form_box .auto {
	padding: 36px 0 70px;
}
#perfecteyes_contents #reserved_conts .form_box dl {
	margin-bottom: 28px;
}
#perfecteyes_contents #reserved_conts .form_box dl dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
    margin-bottom: 8px;
}
#perfecteyes_contents #reserved_conts .form_box dl dt .small {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	display: block;
    margin-top: 4px;
}
#perfecteyes_contents #reserved_conts .form_box dl dt .red {
	font-size: 11px;
	line-height: 1.4;
	color: #fff;
	display: inline-block;
	padding: 2px 5px 2px;
	background-color: #f28d6e;
	margin-left: 8px;
}
#perfecteyes_contents #reserved_conts .form_box button {
	width: 250px;
	display: block;
	margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
}
form .wpcf7-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	display: block;
    font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #f28d6e;
	padding: 12px 0 10px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #f28d6e;
    margin: 0;
}

.contactForm {
	background: #fff6f7;
	padding: 60px 0;
	display: inline-block;
	width: 100%;
}
.contactForm h2 {
	font-size: 32px;
	margin: 0 0 40px;
	text-align: center;
	font-weight: bold;
}
.contactForm form {
	width: 800px;
	margin: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

form dl {
    font-weight: bold;
    margin-bottom: 27px;
    clear: both;
    display: inline-block;
    width: 100%;
}
form dt {
    font-size: 18px;
    margin-bottom: 3px;
	font-weight: bold;
}
form dd {
	font-weight: bold;
}
form .dl_clinic dd label {
	margin-right: 20px;
}
form dd .place {
	margin-right: 6px;
}
form dd .wpcf7-list-item input {
    display: none;
	font-size: 18px;
}
form dd .wpcf7-list-item-label {
    background: #fff;
    color: #ccc;
    padding: 5px;
    width: 28%;
    text-align: center;
    margin-right: 10px;
    display: block;
    float: left;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}
form dt span.req {
    font-size: 12px;
    color: #fff;
    background: #f994c0;
    padding: 5px;
    margin: 0 5px 0;
    position: relative;
    top: -2px;
}
form dd input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #f994c0;
    color: #fff;
}
form dt .att {
    font-size: 12px;
    margin-left: 10px;
}
.years,
.months,
.days,
.times {
    width: 120px;
    margin-right: 6px;
    display: inline-block;
    position: relative;
}
.months,
.days,
.times {
    margin-left: 4px;
}
.years:before, .months:before, .days:before, .times:before  {
    z-index: 1;
    position: absolute;
    right: 13px;
    top: 18px;;
    content: "";
    color: #7F878C;
    pointer-events: none;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1.9px solid #333;
    border-right: 1.9px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
form dd select {
    height: 49px;
    width: 100%;
	font-size: 18px;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    padding-left: 14px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
form dd .years select {
    margin: 0 0px 0 0;
}
form dd .wpcf7-text {
    height: 48px;
    width: 100%;
    padding: 0 0 0 10px;
    border-radius: 3px;
    border: none;
	font-size: 18px;
}
form dd textarea {
    width: 100%;
    padding: 10px 0 10px 10px;
	font-size: 18px;
}
::placeholder {
	color: #ccc;
}
form p.tel_error, form p.email_error, form p.name_error {
    display: none;
    margin: 2px 0 0;
    color: #FF282B;
}
.wpcf7-not-valid-tip {
    color: #FF282B;
}
.wpcf7-validation-errors {
    text-align: center;
    border: 2px solid #FF282B;
    padding: 10px 0;
    color: #FF282B;
    font-weight: bold;
}
.wpcf7-response-output {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    background: #fff;
	margin: 20px 0;
}
.screen-reader-response, .wpcf7-display-none {
    display: none;
}
form dd .radio-bui, form dd .menu {
    width: 100%;
    display: block;
}
span.wpcf7-list-item {
	display: block;
	margin: 0;
}
.yokohamaAthread form {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.yokohamaAthread form dd .wpcf7-list-item-label {
	margin-bottom: 10px;
}
.date-text {
    font-size: 15px;
    font-weight: bold;
}
.thanks {
    text-align: center;
    padding: 190px 0 260px;
    background-color: #fff6f7;
}
.thanks dt {
    font-size: 22px;
    margin-bottom: 16px;
}
.thanks dd {
    line-height: 28px;
    font-size: 15px;
}
	.perfect_title_mt {
		margin-top: 40px;	
	}
	.table_perfect {
		width: 100%;
		margin: auto;
	}
	#merit_conts .area_1 .table_perfect .table_top {
		background: #edddb8;
		padding: 2vw 0;
		text-align: center;
		font-size: 3.4vw;
		font-weight: bold;
		border-radius: 15px;
		margin: 40px auto 5px;
        width: 94%;
	}
	.table_perfect dl {
		width: 94%;
		display: flex;
		align-items: center;
		margin: auto;
		
	}
	.table_perfect dl dt {
		width: 30%;
        margin-right: 5px;
        margin-bottom: 5px;
        background: #edddb8;
        text-align: center;
        padding: 2vw 0;
        border-radius: 15px;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 3.4vw;
	}
	.table_perfect dl dd {
		width: 68%;
		background: #fff;
		padding: 2vw;
		border-radius: 15px;
		height: 180px;
		display: flex;
        align-items: center;
        justify-content: flex-start;
		margin-bottom: 5px;
		font-size: 3.2vw;
        text-align: left;
        line-height: 1.4;
	}
	
	
	
@media screen and (max-width: 760px) {
.sp_none {
	display: none;
}
	.picolp {
		overflow: hidden;
	}
	.mainImgTop {
	    height: 107vw;
	}
	.mainImgTopInner {
		width: 100%;
		margin: auto;
		padding: 0;
	}
	.mainImgTopLeft {
		float: none;
		width: 100%;
		margin-left: 0;
		position: absolute;
		z-index: 2;
	}
	.textObi {
		font-size: 2.8vw;
		/* position: absolute; */
		width: 96%;
		padding: 2%;
	}
	.h1text {
		width: 58vw;
    	margin: 10px 20px;
	}
	.fives {
		width: 58vw;
    	margin: 10px 20px;
	}
	.mainImgTopRight {
		float: none;
		width: 0;
		position: absolute;
		right: 184px;
		top: 100px;
	}
	.woman {
		width: 44vw;
		position: absolute;
		top: 7vw;
		left: 0;
	}
	.topPrice {
		background: url(../images/contents/picolp/pink_bg2.jpg);
		width: 100%;
		background-size: 100px;
	}
	.topPriceInner {
		width: 80vw;
		text-align: center;
		position: relative;
		top: -34vw;
		margin: auto;
	}
	.topPriceInner img.plus {
		width: 30px;
		margin: 10px 0;
	}
	.topPriceText {
    	font-size: 16px;
	}
	.topPriceInner img.under {
		width: 100px;
		margin: 10px 0 20px;
	}
	.topPriceText span {
		font-size: 20px;
		color: #c74965;
		font-weight: bold;
	}
	.reserveBtn {
    	width: 100%;
	}
	.midContentsImg img {
    	width: 90%;
	}
	.midContentsBlock {
		width: 80%;
		position: relative;
		z-index: 2;
		background: #fff;
		box-shadow: 1px 1px 1px 1px #ccc;
		top: -30px;
		margin: 0 auto;
		padding: 20px 5%;
		display: table;
	}
	.perfect_link {
		width: 90%;
		padding: 2vw 0;
		text-align: center;
		display: block;
		margin: auto;
		color: #fff;
		font-size: 4vw;
		font-weight: bold;
		border: none;
		outline: none;
		background: #e43c83;
		letter-spacing: 2px;
		cursor: pointer;
		border-radius: 50px;
	}
	.perfect_link:hover {
		color: #fff;
		opacity: 0.8;
	}
	.perfect_link i {
		position: relative;
		left: 6vw;
	}
	.midContentsBlock h2 {
		font-size: 24px;
		margin-bottom: 20px;
		letter-spacing: 0.2em;
		padding: 0;
		line-height: 1.3;
		padding-left: 13px;
		border-left: 7px solid #333;
	}
	.midContentsBlockLeft img {
		width: 25%;
		float: left;
		margin-right: 1%;
	}
	.midContentsBlockLeft {
		width: 100%;
		float: none;
		display: inline-block;
	}
	.midContentsBlockLeft ul {
		padding: 0 0;
		float: right;
		width: 72%;
	}
	.midContentsBlockLeft li {
		font-size: 12px;
		margin-bottom: 5px;
		letter-spacing: 0.16em;
	}
	.midContentsBlockRight {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.midContentsBlock table th {
		background: #e7e7e7;
		font-size: 12px;
		text-align: center;
		width: 27%;
		padding: 10px 0;
	}
	.midContentsBlock table td {
		padding-left: 10px;
		font-size: 12px;
	}
	.midContentsBlock p {
		font-size: 12px;
	}
	.lineContact {
		width: 70%;
		float: none;
		margin: 15px auto 0;
	}
	.lineTel {
		width: 70%;
		float: none;
		margin: auto;
	}
	.blueLinesInner {
    	width: 100%;
		padding: 20px 0;
	}
	.comparison h2 {
		font-size: 20px;
		margin: 20px 0;
	}
	.comparisonImg {
		width: 96%;
		margin: 0 auto 20px;
	}
	.comparisonImg2 {
		width: 96%;
		margin: 0 auto 20px;
	}
	.pricebox h2 {
    	font-size: 20px;
		margin: 20px 0;
	}
	.pricebox {
		width: 96%;
	}
	.pricebox h3 {
		font-size: 18px;
	}
	.pricebox h3 {
    	font-size: 16px;
	}
	.pricebox dl dt {
    	font-size: 13px;
	}
	.pricebox dl dd {
    	font-size: 20px;
	}
	.pricebox dl dd span {
		font-size: 18px;
	}
	.doctor_info {
	background: #f9f9f9;
	padding: 60px 0;
	width: 100%;
	margin: 40px 0 0;
	text-align: center;
	}
	.doctor_info img {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	}
	.yokohamaGallary {
		padding: 0;
		margin: 20px 0 0;
	}
	.yokohamaGallary h2 {
   		font-size: 20px;
		margin: 20px 0;
	}
	.yokohamaRight {
		float: none;
		width: 90%;
		margin-top: 0;
	}
	.yokohamaImg {
		width: 90%;
		margin: auto;
	}
	.yokohamaGallary h3 {
		font-size: 22px;
		font-weight: bold;
		margin: 20px 0 10px;
	}
	.yokohamaGallary h4 {
    	font-size: 12px;
	}
	.yokohamaGallary p {
    	font-size: 12px;
	}
	.yokohamaGallary .yokohamaImg img {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.contactForm {
		padding: 20px 2%;
    	width: 96%;
	}
	.contactForm h2 {
   		font-size: 20px;
		margin: 20px 0;
	}
	.contactForm form {
		width: 100%;
	}
	form dd select {
		height: 48px;
		width: 20%;
		margin: 0;
		font-size: 16px;
	}
	form dd .years select {
		margin: 0 2px 0 0;
	}
	form dt .att {
		display: block;
		letter-spacing: 0.05em;
		margin-left: 0;
	}
	form dd .wpcf7-list-item-label {
		font-size: 14px;
	}
	form dt {
    	font-size: 16px;
	}
	form dd .wpcf7-text {
		height: 40px;
		width: 100%;
		padding: 0 0 0 5px;
		border-radius: 3px;
		border: none;
		font-size: 16px;
        box-sizing: border-box;
	}
	form dd textarea {
		width: 97%;
		padding: 5px 0 5px 5px;
		font-size: 16px;
	}
.years,
.months,
.days,
.times {
    width: 60px;
    margin-right: 3px;
    display: inline-block;
    position: relative;
}
.dates {
    display: inline-block;
    position: relative;
}
.months,
.days {
    width: 40px;
}
.months,
.days,
.times {
    margin-left: 0px;
}
.years:before,
.months:before,
.days:before,
.times:before,
.dates:before {
    z-index: 1;
    position: absolute;
    right: 8px;
    top: 13.5px;;
    content: "";
    color: #7F878C;
    pointer-events: none;
    display: block;
    width: 3px;
    height: 3px;
    border-top: 1.6px solid #333;
    border-right: 1.6px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.date-text {
    font-size: 14px;
    font-weight: bold;
}
form dd select {
    height: 34px;
    width: 100%;
	font-size: 14px;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    padding-left: 6px;
}
form dd select.dates {
    width: 150px;
}
form .dl_day select.wpcf7-select {
    width: 70px;
}
form dd .wpcf7-list-item-label {
    width: 48%;
    padding: 9px 5px 7px 5px;
    font-size: 13px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 2%;
    letter-spacing: 0;
}
#perfecteyes_contents #reserved_conts .error,#perfecteyes_contents #reserved_conts .error_place {
	color: #fc1d2a;
}

#perfecteyes_contents #thanks_conts {
	width: 100%;
    clear: both;
    padding: 120px 3% 100px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#perfecteyes_contents #thanks_conts h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
#perfecteyes_contents #thanks_conts p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 12px;
}
#perfecteyes_contents footer {
	width: 100%;
    clear: both;
    padding: 20px 0 16px;
	text-align: center;
	font-size: 10px;
    font-weight: bold;
    letter-spacing: .2em;
    margin-bottom: 68px;
    color: #000;
}
#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: 2.5
}
.hutaeMenu a:nth-child(3) {
	line-height: 1.2;
}
.hutaeMenu a:nth-child(even) {
	border-left: none;
}
.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%;
}
.orange {
	color: #ff5f00;
}
#perfecteyes_contents .faqArea {
	border-top: 2px solid #40b1bf;
}
#perfecteyes_contents .faqArea dl {
	border-bottom: 2px solid #40b1bf;
	padding: 10px 0;
}
#perfecteyes_contents .faqArea dl dt {
	padding: 10px 10px 10px 14vw;
	position: relative;
}
#perfecteyes_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;
}
#perfecteyes_contents .faqArea dl dd {
	padding: 10px 10px 10px 14vw;
	background: #f3f3f3;
	position: relative;
	display: none;
}
#perfecteyes_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%;
}
#perfecteyes_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;
}
.typeFaceline .typeUl {
    display: block;
	margin: 0 auto 15vw;
}
.typeFaceline .typeUl li {
    width: 100%;
    position: relative;
}
.typeFaceline .typeUl li .typeLink {
    position: absolute;
    bottom: 13%;
    left: 43%;
    text-decoration: underline;
	font-size: 4.5vw;
    font-weight: bold;
}
.typeFaceline .typeUl li .typeLink.link2 {
	color: #df5f16;
	bottom: 26%;
}
.typeFaceline .typeUl li .typeLink.link3 {
	bottom: 26%;
}
.typeFaceline .typeUl li .typeLink.link4 {
	bottom: 20%;
}
.typeFaceline .typeUl li .typeLink a {
    display: block;
}
.spText {
	width: 90%;
	margin: -9vw auto 6vw;
}
.aboutLink {
	display: block;
	color: #fff;
	background: #000;
	padding: 3vw;
	position: relative;
}
.aboutLink:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 30px;
	height: 30px;
	background-size: 100%;
}
	.blue {
		color: #68b1f5;
	}
	.pink {
		color: #ff5d98;
	}
	.red {
		color: #fe0000;
	}
	.mb40 {
		margin-bottom: 40px;
	}
	.shorei_img img {
		margin-bottom: 4vw;
	}
	#perfecteyes_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;
	}
	.shorei_img {
	    width: 92%;
    	margin: auto;
	}

.case_keika{
	width:92%;
	background:#fff;
	border: 4px solid #ff5d98;
	margin:0 auto 40px;
	padding:10px;
	border-radius:10px
	}

	.case_keika .ttl{
	text-align:center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1em;
	color: #ff5d98;
	}
	.case_keika .ttl span{
		display:block;
		font-size:70%;
	}

	.case_keika_inner{
		display:flex;
		flex-flow:wrap;
		gap:10px;
		
	}
	.case_keika_inner .img{
		width:calc((100% - 10px) / 2);
	}

	
	.merit_title {
		width: 100%;
    	margin: 6vw auto;
	}
	.merit_img {
		margin: 8vw auto 4vw;
		width: 92%;
	}
	#perfecteyes_contents section.type {
		margin-bottom: 0;
	}
	.type p {
		margin-bottom: 60px;
	}
	.w700 {
		width: 92%;
    	margin: 6vw auto;
	}
	#perfecteyes_contents #about_conts .area_1 .box.mb250:nth-of-type(2n){
		margin-bottom: 0;
	}
	#perfecteyes_contents .title_box h2.pink_bg {
		background: #ff5d98;
	}
	#perfecteyes_contents #about_conts.merit {
		margin-bottom: 0;
	}
	#perfecteyes_contents #ingredient_conts.feature .area_1 {
		width: 100%;
	}
	#perfecteyes_contents #price_conts {
		background: #fff;
		padding: 4vw 0;
		margin: 4vw 0 0;
	}
	#perfecteyes_contents #faq {
		background: #fff;
		padding: 6vw 0;
		margin-bottom: 0;
	}
	#perfecteyes_contents #price_conts .title_box h2 {
		background: none;
		color: #000;
		font-size: 6vw;
	}
	#perfecteyes_contents #faq .title_box h2 {
		background: none;
		color: #000;
	}
	.feature p {
		width: 92%;
		margin: auto;
	}
	.price_box h4 span {
		display: block;
		font-size: 3vw;
	}

	.line_link a {
		width: 33%;
		margin-right: 4%;
		padding: 10px;
		text-align: center;
		color: #fff;
		border-radius: 10px;
		font-size: 4vw;
		font-weight: bold;
	}
	.line_link a.yoko {
		background: #40B1BF;
	}
	.line_link a.ginza {
		background: #BF9330;
	}
	.line_link a.shinjuku {
		background: #333;
		margin-right: 0;
	}
	.taxplus {
		font-size: 4vw;
	}
	#perfecteyes_contents .price_box .price_wrap .price .small.monitor_price {
		display: block;
	}
	.p10 {
		padding: 0;
	}
	.is-video {
		width: 100%;
		margin: -3VW auto 3VW;
	}
	.perfect_smo {
		width: 100%;
		margin: auto;
		display: table;
		flex-wrap: wrap;
		position: relative;
		margin-bottom: 15vw;
		    padding-top: 30vw;
	}
	.perfect_smo:after {
		content: '';
		position: absolute;
		background-image: url(../images/perfect/perfecteyes_voice.png);
		background-repeat: no-repeat;
		width: 50vw;
		height: 35vw;
		right: 0;
		top: -2vw;
		background-size: 100%;
	}
	.perfect_smo li {
		width: 70%;
		margin-right: 0;
		margin-bottom: 4vw;
		position: relative;
	}
	.perfect_smo li:nth-of-type(2n) {
		margin-right: 0;
		top: 0;
		left: 30%;
	}
	.shorei_lisk {
		width: 90%;
		margin: 0 auto 4vw;
	}
	.news .news_ttl{
	/* position:absolute; */
	z-index: 10;
	font-size: 16px;
	/* left: 23%; */
	/* top: -15px; */
	/* width: 40%; */
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0.8em;
	color: #fff;
	font-weight: bold;
}
.news .news_text{
	width: 100%;
	background: #fff;
	padding: 20px 10px;
	line-height: 2;
}
.news .bold{
	color:#e08b9c;
	font-weight:bold;
}
.news .news_ttl span{
  /* background: linear-gradient(90deg, #9baaf8, #e3a1de 30%, #FFCC70); */
  /* background: -webkit-linear-gradient(0deg, #9baaf8, #e3a1de 30%, #FFCC70); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  z-index:11;
  /* font-weight: bold; */
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: .5em;
}
		
 .conts_inner {
  width: 90%;
  /* height: 220px; */
  margin: 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
  padding:10px;
  display:flex;
  align-items: stretch;
}
 .conts_inner .box {
	 background: linear-gradient(90deg, #9baaf8, #e3a1de 30%, #FFCC70);
	 display:flex;
	 padding: 20px 20px;
	 align-items: center;
	 justify-content: space-between;
	 flex-direction: column;
	}

.box__line {
  position: absolute;
}

.box__line:nth-child(1),
.box__line:nth-child(3) {
  width: 100%;
  height: 2px;
}

.box__line:nth-child(2),
.box__line:nth-child(4) {
  width: 2px;
  height: 100%;
}

.box__line:nth-child(1) {
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent,rgb(235 151 151 / 50%));
  animation: animate1 2s linear infinite;
}



.box__line:nth-child(2) {
  top: 0;
  right: 0;
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
  background: linear-gradient(to bottom, transparent,rgb(235 151 151 / 50%));
}


.box__line:nth-child(3) {
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, transparent,rgb(235 151 151 / 50%));
  animation: animate3 2s linear infinite;
}


.box__line:nth-child(4) {
  top: 0;
  left: 0;
  background: linear-gradient(to top, transparent, rgb(235 151 151 / 50%));
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}


@keyframes animate1 {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes animate2 {

  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }

}

@keyframes animate3 {


  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }

}

@keyframes animate4 {


  0% {
    transform: translateY(100%);
  }


  100% {
    transform: translateY(-100%);
  }

}
}