@charset "utf-8";
/* CSS Document */

body, p, address, ul, ol, li, dl, dt, dd, table, th, td, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 180%;
	list-style-type: none;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333; 
}
body {
	background: url(../img/bg.png);
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

@media screen and (max-width: 768px) {
body, p, address, ul, ol, li, dl, dt, dd, table, th, td, form {
	font-size: 4vw;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;　
}
}


/*clearfix**************************/
.clearfix:after {  
    visibility: hidden;
    display: block;　
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}
/*clearfix End************************/



 /*  リンク  */
a:link    { color: #e44f7b; text-decoration: underline; }
a:visited { color: #e44f7b; text-decoration: underline; }
a:hover   { color: #999; text-decoration: none; }
a:active  { color: #ccc; text-decoration: underline; }
 
 
/*  共通  */
.contents {
	max-width: 1000px;
	margin: 0 auto;
}
.first {
	padding: 7% 0 0;
}
.first h2 {
	margin-bottom: 4%;
}
.main {
	padding: 10% 0 0;
}
.main h2 {
	margin-bottom: 4%;
}
.pink {
	color: #ff6161;
}
.shadow {
	background: #fff;
	box-shadow:0px 30px 30px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 30px 30px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 30px 30px 1px rgba(0,0,0,0.2);
	margin-top: 4%;
}
.marker {
	background: linear-gradient(transparent 50%, #fff799 50%);
}
.pc {
	display: block;
}
.sp {
	display: none;
}

@media screen and (max-width: 768px) {
/*  共通  */
.contents {
	width: 94%;
	margin: 0 auto;
}
.first {
	padding: 10% 0 0;
}
.main {
	padding: 25% 0 0;
}
.main h2 {
	margin-bottom: 7%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.contents {
	width: 96%;
	margin: 0 auto;
}
}


/* FV */
header {
	width: 100%;
	background: url(../img/fv_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	padding: 0;
	position: relative;
}
header:before {
	content:"";
	display: block;
	padding-top: 50%;
}
header h1 {
	position: absolute;
	bottom: 0;
	left: 10%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
header {
	width: 100%;
	background: none;
	position: static;
}
header:before {
	content:"";
	display: block;
	padding-top: 0;
}
header h1 {
	position: static;
}
}



/* オファー */
.offer {
	background: #3db5f1;
	width: 100%;
	padding: 2% 0;
}
.offer h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
}
.offer p.img {
	float: left;
	width: 25%;
	margin-top: 4%;
}
.offer .info {
	float: right;
	width: 75%;
	margin-top: 4%;
	background: url(../img/offer_bg.png) no-repeat right 1em;
	background-size: 17% auto;
	-moz-background-size: 17% auto;
}
.offer .info p.black {
	margin: 3% 0;
	font-size: 90%;
}
.offer .btn {
	background: url(../img/offer_pointer.png) no-repeat 97% center, url(../img/offer_arrow.png) no-repeat 3% center, #6bba00;
	line-height: 280%;
	font-size: 170%;
	text-align: center;
	margin-top: 4%;
	font-weight: 700;
}
.offer .btn a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
}
.offer .btn a:hover {
	background: #087800;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.offer .info p.black {
	font-size: 80%;
}
}
@media screen and (max-width: 768px) {
.offer {
	padding: 5% 0 8%;
}
.offer h2 {
	font-size: 80%;
	line-height: 150%;
	padding-bottom: 5%;
}
.offer p.img {
	width: 40%;
	margin-top: 7%;
}
.offer .info {
	width: 60%;
	margin-top: 7%;
	background: url(../img/offer_bg.png) no-repeat right 1em;
	background-size: 40% auto;
	-moz-background-size: 40% auto;
}
.offer p.black {
	margin: 0;
	font-size: 85%;
}
.offer .btn {
	background: url(../img/offer_pointer.png) no-repeat 97% center, url(../img/offer_arrow.png) no-repeat 3% center, #6bba00;
	background-size: 8% auto, 3% auto;
	-moz-background-size: 8% auto, 3% auto;
	line-height: 250%;
	font-size: 150%;
}
.offer .btn a {
    transition: none;
}
}



/* 歯が白い */
.tooth {
	background: url(../img/01_tooth.png) no-repeat right top;
}
p.text {
	margin: 5% 0;
	text-align: center;
}
.shadow p.title {
	background: #3db5f1;
	color: #fff;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
	line-height: 300%;
}
.tooth p.title {
	background: url(../img/01_bgl.png) no-repeat 5% center, url(../img/01_bgr.png) no-repeat 95% center, #3db5f1;
}
.whitebox {
	background: #fff;
	padding: 5%;
}
.tooth .whitebox p {
	text-align: center;
}
.tooth .whitebox p.bold {
	font-weight: 700;
	font-size: 120%;
}
.tooth .whitebox p.font_s {
	font-size: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.tooth {
	background: url(../img/01_tooth.png) no-repeat right top;
	background-size: 40% auto;
	-moz-background-size: 40% auto;
}
.tooth h2 {
	padding-top: 5%
}
p.text {
	margin: 10% 0;
	text-align: left;
}
.tooth p.title {
	background: #3db5f1;
	font-size: 100%;
}
.tooth .whitebox p.bold {
	font-size: 100%;
}
}


/* シュミレーション */
#viewer {
    margin: 3% auto;
    width: 60%;
    text-align: left;
}
#viewer div {
    width: 100%;
    height: 21em;
    overflow: hidden;
    position: relative;
}
#viewer div img {
    top: 0;
    left: 0;
    position: absolute;
	width: 100%;
}
#viewer ul {
    width: 100%;
}
#viewer ul li {
    width: 20%;
    float: left;
    display: inline;
	text-align: center;
}
#viewer .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
/* =======================================
    ClearFixElements
======================================= */
#viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#viewer ul {
    display: inline-block;
    overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
#viewer {
    margin: 3% auto;
    width: 80%;
    text-align: left;
}
#viewer div {
    height: 25em;
}
}
@media screen and (max-width: 768px) {
#viewer {
    margin: 3% auto;
    width: 100%;
    text-align: left;
}
#viewer div {
    width: 100%;
    height: 14em;
}
#viewer ul li img {
    width: 90%;
}
}



/* 100％イメージダウン */
.imagedown p.title {
	background: url(../img/02_tooth_pc.png) no-repeat 25% center, #3db5f1;
}
.imagedown .whitebox p.bold {
	font-weight: 700;
	font-size: 120%;
	text-align: center;
}
.imagedown .whitebox p.font_s {
	font-size: 80%;
	text-align: right;
	margin-top: 3%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.imagedown p.title {
	background: url(../img/02_tooth_pc.png) no-repeat 15% center, #3db5f1;
	background-size: 5% auto;
	-moz-background-size: 5% auto;
	font-size: 100%;
}
.imagedown .whitebox p.bold {
	font-size: 100%;
}
.imagedown .whitebox p.font_s {
	font-size: 80%;
	text-align: left;
	margin-top: 10%;
}
}


/* 3歳老けさせます */
.woman {
	float: left;
	width: 48%;
}
.man {
	float: right;
	width: 48%;
}
.old p.title {
	line-height: 200%;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 150%;
}
.woman p.title {
	background: url(../img/03_iconw.png) no-repeat 40% center, #00c8d4;
}
.man p.title {
	background: url(../img/03_iconm.png) no-repeat 40% center, #00c8d4;
}
.old .box {
	background: #fff;
	padding: 5%;
	border-left: 10px #eee solid;
	border-right: 10px #eee solid;
	border-bottom: 10px #eee solid;
}
.old .box .white {
	float: left;
	width: 49%;
}
.old .box .yellow {
	float: right;
	width: 49%;
}
.old .box p {
	text-align: center;
}
.old .box p:nth-of-type(2) {
	margin-top: 10%;
}
.imagedown .whitebox p.photo {
	float: left;
	width: 50%;
}
.imagedown .whitebox p.txt {
	float: right;
	width: 50%;
	margin-top: 3%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.woman, .man {
	float: none;
	width: 100%;
}
.man {
	margin-top: 10%;
}
.woman p.title {
	background: url(../img/03_iconw.png) no-repeat 40% center, #00c8d4;
	background-size: 4% auto;
	-moz-background-size: 4% auto;
}
.man p.title {
	background: url(../img/03_iconm.png) no-repeat 40% center, #00c8d4;
	background-size: 4% auto;
	-moz-background-size: 4% auto;
}
.old .box {
	border-left: 5px #eee solid;
	border-right: 5px #eee solid;
	border-bottom: 5px #eee solid;
}
.old .box .white {
	float: left;
	width: 48%;
}
.old .box .yellow {
	float: right;
	width: 48%;
}
.old .box p:nth-of-type(2) {
	margin-top: 10%;
	font-size: 85%;
}
.imagedown .whitebox p.photo {
	float: none;
	width: 100%;
}
.imagedown .whitebox p.txt {
	float: none;
	width: 100%;
	margin-top: 3%;
}
}



/* 白い歯を手に入れるために */
.care, .change {
	position: relative;
}
.care p.txt {
	width: 44%;
	margin-top: 5%;
}
.care p.img {
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
	text-align: right;
}
.change {
	margin: 7% 0;
}
.change p.title {
	position: absolute;
	right: 0;
	top: 2em;
}
.change p.txt {
	float: right;
	width: 43%;
	margin-top: 15%
}
.change p.img {
	float: left;
	width: 55%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.care, .change {
	position: static;
}
.care p.txt {
	width: 100%;
	margin-top: 5%;
}
.care p.img {
	position: static;
	width: 100%;
	margin-top: 5%;
}
.change {
	margin: 10% 0;
}
.change p.title {
	position: static;
}
.change p.txt {
	float: none;
	width: 100%;
	margin-top: 5%
}
.change p.img {
	float: none;
	width: 100%;
	margin-top: 5%
}
}


/* 3つの特長 */
.point .shadow {
	position: relative;
}
.point .shadow:nth-of-type(2),
.point .shadow:nth-of-type(3) {
	margin-top: 7%;
}
.point .shadow p.medal {
	position: absolute;
	top: -1em;
	left: 2em;
}
.point .whitebox p.photo {
	float: right;
	width: 50%;
	text-align: right;
}
.point .whitebox p.font_s {
	font-size: 80%;
	margin-top: 3%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.point h2 {
	padding-top: 5%
}
.point .shadow:nth-of-type(2),
.point .shadow:nth-of-type(3) {
	margin-top: 10%;
}
.point p.title {
	font-size: 100%;
}
.point p.line2 {
	line-height: 130%;
	padding: 3%;
}
.point .shadow p.medal {
	position: absolute;
	top: -0.7em;
	left: 1em;
	width: 20%;
}
.point .whitebox p.photo {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 3%;
}
.point p.indent {
	text-indent: 2em;
}
}



/* 5つの高濃度有効成分 */
.component .contents {
	position: relative;
}
.component .left {
	float: left;
	width: 39%;
}
.component .left + p{
	float: left;
	width: 22%;
}
.component .right {
	float: right;
	width: 39%;
}
.component .seibun p.obi {
	background: #3db5f1;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 140%;
	line-height: 230%;
	position: relative;
}
.component .seibun p.obi:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(61, 181, 241, 0);
	border-top-color: #3db5f1;
	border-width: 10px;
	margin-left: -10px;
}
.component .seibun .box {
	background: url(../img/06_bg.png) no-repeat right top, #fff;
	border-left: 10px solid #eee;
	border-right: 10px solid #eee;
	border-bottom: 10px solid #eee;
	padding: 5%;
}
.component .last {
	width: 80%;
	margin: 0 auto;
}
.component .last .box {
	padding: 3%;
}
.component .seibun .box table {
	margin: 3% 0;
}
.component .seibun .box table.no3 {
	margin: 0 auto 2%;
	width: 50%;
}
.component .seibun .box table td {
	color: #00c8d4;
	font-weight: 700;
	font-size: 120%;
	padding-left: 5%;
	width: 80%;
}
.component .seibun .box hr {
	height: 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #000;
	margin: 10% 0;
}
.component p.arrow1 {
	position: absolute;
	top: 44em;
	left: 15%;
}
.component p.arrow2 {
	position: absolute;
	top: 44em;
	left: 75%;
}
.indication {
	background: url(../img/06_img_pc.png) no-repeat right top;
	margin-top: 8%;
}
.indication p:nth-of-type(2) {
	margin-top: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.component .seibun p.obi {
	font-size: 120%;
}
.component .seibun .box table th {
	width: 15%;
}
.component .seibun .box table td {
	font-size: 100%;
	padding-left: 5%;
	width: 80%;
}
.component p.arrow1,
.component p.arrow2 {
	width: 12%;
}
.component p.arrow1 {
	position: absolute;
	top: 48%;
	left: 15%;
}
.component p.arrow2 {
	position: absolute;
	top: 48%;
	left: 75%;
}
.indication {
	background: url(../img/06_img_pc.png) no-repeat right 80%;
	background-size: 40% auto;
	-moz-background-size: 40% auto;
	margin-top: 8%;
}
.indication p:nth-of-type(2) {
	width: 70%;
}
}
@media screen and (max-width: 768px) {
.component {
	background: url(../img/06_main_sp.png) no-repeat right 16em, url(../img/06_img2_sp.png) no-repeat -1em 56em;
	background-size: 30% auto, 60% auto;
	-moz-background-size: 30% auto, 60% auto;
}
.component .contents {
	position: static;
}
.component .left {
	float: none;
	width: 67%;
}
.component .left + p{
	display: none;
}
.component .right {
	float: right;
	width: 70%;
	margin-top: 3%;
}
.component .seibun p.obi {
	font-size: 120%;
	line-height: 200%;
	position: relative;
}
.component .seibun .box {
	background: none;
	border: none;
	padding: 5% 0;
}
.component .last {
	width: 100%;
	margin: 5% auto;
}
.component .last .box {
	padding: 5% 0 0 0;
}
.component .seibun .box table {
	margin: 0;
}
.component .seibun .box table.no3 {
	margin: 0 auto 2%;
	width: 65%;
}
.component .seibun .box table th {
	width: 15%;
}
.component .seibun .box table td {
	font-size: 100%;
	padding-left: 5%;
	width: 80%;
}
.component .seibun .box hr {
	height: 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #000;
	margin: 5% 0;
}
.component p.arrow1 {
	display: none;
}
.component p.arrow2 {
	display: none;
}
.indication {
	background: url(../img/06_img_pc.png) no-repeat right top;
	margin-top: 8%;
}
.indication p:nth-of-type(2) {
	margin-top: 5%;
}
.indication {
	background: url(../img/06_img_sp.png) no-repeat center bottom;
	background-size: 95% auto;
	-moz-background-size: 95% auto;
	margin-top: 10%;
}
.indication p:nth-of-type(2) {
	padding-bottom: 50%;
}
}


/* 喜びの声 */
.voice .shadow {
	padding: 3%;
}
.voice .shadow > p:nth-of-type(1) {
	float: left;
	width: 20%;
}
.voice .shadow .sentence {
	float: right;
	width: 80%;
	background: url(../img/07_bg.png) no-repeat right top;
}
.voice .shadow .sentence > p:nth-of-type(1) {
	font-size: 120%;
	font-weight: 700;
	color: #ff6161;
}
.voice .shadow .sentence hr {
	height: 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #000;
	margin: 3% 0;
}
.voice .shadow .sentence + hr {
	display: none;
}
.voice .shadow:nth-of-type(2),
.voice .shadow:nth-of-type(3) {
	margin-top: 6%;
}
.voice p.font_s {
	text-align: right;
	font-size: 80%;
	margin-top: 5%;
}
.voice p.word {
	float: right;
	width: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.voice .shadow > p:nth-of-type(1) {
	width: 20%;
	margin-right: 3%
}
.voice .shadow .sentence {
	width: 77%;
}
.voice p.word {
	width: 77%;
}
}
@media screen and (max-width: 768px) {
.voice h2 {
	padding-top: 5%
}
.voice .shadow {
	padding: 5%;
}
.voice .shadow > p:nth-of-type(1) {
	float: left;
	width: 20%;
	margin-right: 5%;
}
.voice .shadow .sentence {
	width: 75%;
	background: url(../img/07_bg.png) no-repeat right bottom;
}
.voice .shadow .sentence > p:nth-of-type(1) {
	line-height: 140%;
}
.voice .shadow .sentence hr {
	display: none;
}
.voice .shadow .sentence + hr {
	display: block;
	clear: both;
	height: 0;
	border: 0;
	border-bottom: 1px dotted #000;
	margin: 5% 0;
	padding-top: 5%;
}
.voice p.word {
	float: none;
	width: 100%;
}
.voice .shadow:nth-of-type(2),
.voice .shadow:nth-of-type(3) {
	margin-top: 10%;
}
.voice p.font_s {
	margin-top: 10%;
}
}



/* 自信に満ちた白い歯へ */
.confidence {
	background: url(../img/08_model_pc.png) no-repeat right bottom;
}
.confidence p.txt {
	width: 50%;
	padding: 5% 0 8%;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
.confidence {
	background: url(../img/08_model_pc.png) no-repeat 120% bottom;
	background-size: 65% auto;
	-moz-background-size: 65% auto;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.confidence {
	background: url(../img/08_model_pc.png) no-repeat 150% bottom;
	background-size: 75% auto;
	-moz-background-size: 75% auto;
}
.confidence h2 + p {
	width: 60%;
}
}
@media screen and (max-width: 768px) {
.confidence {
	background: url(../img/08_model_sp.png) no-repeat center 35%;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
}
.confidence h2 + p {
	padding-top: 80%;
}
.confidence p.txt {
	width: 100%;
	padding: 5% 0 10%;
}
}


/* フッター */
p.totop {
	text-align: right;
	margin: 5% 0;
}
p.totop a:hover {
	opacity: 0.8;
}
footer {
	padding: 2% 0;
	border-top: 1px solid #000;
}
footer p {
	color: #000;
	font-size: 80%;
	text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
p.totop {
	margin: 5% 0 5% 85%;
	width: 15%;
}
footer {
	padding: 5% 0;
}
}

