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


/* ---------------------------------------------------------
body
----------------------------------------------------------*/
.lp-content {
	height: 100%;
}

.lp-content {
  display: flex;
  flex-direction: column;
	font-family:  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',’游ゴシック体’, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}
.lp-content article {
	flex: 1 0 auto;
}

.lp-content img { vertical-align: top;}

.lp-content section h2,
.lp-content section h3,
.lp-content section h4,
.lp-content article p,
.lp-content section p,
.lp-content section dt,
.lp-content section dd {
	letter-spacing: 0.05em;
}

.lp-content a {	color: #fff; text-decoration: none;}

.lp-content .pc {
	display: none!important;
}
.lp-content h3,.lp-content h4,.lp-content h5,.lp-content p,.lp-content dt,.lp-content dd,.lp-content ul,.lp-content li,.lp-content div {
	max-height: 999999px;
}

.lp-content sup {
	font-size: 16px;
	vertical-align: super;
}
.lp-content .small {
	font-size: 18px;
}


/* ---------------------------------------------------------
.subttl-l1
----------------------------------------------------------*/
.lp-content .st-l1-sp {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	padding: 39px 0;
	box-sizing: border-box;
	text-align: center;
}
.lp-content .st-l1-sp:before {
	position: relative;
	top: -10px;
	display: block;
	margin: 0 auto;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
.lp-content header {
	position: fixed;
	width: 100%;
	height: 85px;
	background-color: #fff;
	z-index: 10;
}
.lp-content header .logo img,
.lp-content header .nav2 {
	display: none;
}
.lp-content header .logo a {
	display: block;
	position: absolute;
	top: 23px;
	left: 50%;
	width: 204px;
	height: 38px;
	background: url(../img/header/logo.svg) no-repeat;
	background-size: 204px 38px;
	margin-left: -102px;
}
.lp-content header .sp-nav {
	position: absolute;
	top: 85px;
	width: 100%;
	height: 100vh;
	background-color: #000;
	padding: 0 40px 100px;
	box-sizing: border-box;
	overflow-y: scroll;
	display: none;
	z-index: 10;
}
.lp-content header .sp-nav .first li a {
	position: relative;
	display: block;
	font-size: 24px;
	border-bottom: 2px dotted #969696;
	padding: 32px 0 27px;
}

.lp-content footer nav .ac > a.open:after {
	transform: rotate(-90deg);
}
.lp-content header .sp-nav .first li li a {
	font-weight: normal;
	padding-left: 115px;
}
.lp-content header .sp-nav .first li li a:after {
	display: none;
}
.lp-content header .sp-nav .first li li li a {
	padding-left: 183px;
}


.lp-content header .sp-nav .first li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 23px;
	background: url(../img/header/icon_arrow_white_sp.png) no-repeat;
	background-size: 15px 23px;
	margin-top: -11px;
}



.lp-content header .sp-nav .first .ac > a.open:after {
	transform: rotate(-90deg);
}
.lp-content header .sp-nav .first .ac > ul {
	display: none;
}

.lp-content header .head-nav {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding: 60px 0 50px;
}
.lp-content header .head-nav li a {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	width: 184px;
	height: 40px;
}
.lp-content header .head-nav li:first-child a {
	font-size: 17px;
	text-align: center;
	color: #fff;
	background-color: #e4009b;
}
.lp-content header .head-nav li:nth-child(2) a {
	background-color: #01b3e3;
}
.lp-content header .head-nav li:nth-child(3) a {
	background-color: #545454;
}
.lp-content header .head-nav:after {
	content: '';
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.lp-content header .link-store a {
	position: absolute;
	top: 28px;
	right: 20px;
	width: 82px;
	height: 30px;
	background: #00b3e3 url(../img/header/txt_store_sp.png) no-repeat center;
	background-size: 82px 30px;
}
.lp-content header .link-store a img {
	display: none;
}

.lp-content .menu-trigger,
.lp-content .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.lp-content .menu-trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	height: 85px;
}
.lp-content .menu-trigger span {
	position: absolute;
	left: 20px;
	width: 34px;
	height: 4px;
	background-color: #000;
}
.lp-content .menu-trigger span:nth-of-type(1) {	top: 35px;}
.lp-content .menu-trigger span:nth-of-type(2) {	top: 47px;}
.lp-content .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
.lp-content .menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

/* ---------------------------------------------------------
#recommend
----------------------------------------------------------*/
.lp-content #recommend h3 {
	position: relative;
	height: 80px;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	background-color: #222;
	border-top: 4px solid #fff;
	padding-top: 30px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.lp-content #recommend h3 img {
	width: 359px;
	height: auto;
}
.lp-content #recommend h3:after {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	left: 50%;
	width: 245px;
	height: 19px;
	background: url(../img/recommend/ttl_sp.png) no-repeat;
	margin-left: -122px;

	display: none;
}
.lp-content #recommend .wrapper {
	width: 560px;
	margin: 0 auto;
}
.lp-content #recommend .block a {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	border-bottom: 2px dotted #969696;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.lp-content #recommend .block:last-child a {
	border: none;
	padding-bottom: 0;
}
.lp-content #recommend .block .pic {
	position: relative;
	width: 270px;
	margin-right: 20px;
}
.lp-content #recommend .block .pic img {
	width: 100%;
	height: auto;
}
.lp-content #recommend .block .txt {
	width: 270px;
}
.lp-content #recommend .block .txt h4 {
	font-size: 22px;
	margin-bottom: 10px;
}
.lp-content #recommend .block .txt p {
	font-size: 20px;
	font-weight: 500;
	color: #ccc;
}


/* ---------------------------------------------------------
common
----------------------------------------------------------*/
.lp-content span.bold { font-weight: bold;}

.lp-content .bnr-centering-box {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin-top: 11vw;
}

.lp-content .bnr-centering-box > li {
  width: 50vw;
  height: 38vw;
  padding: 0;
}

.lp-content .bnr-centering-box > li > a {
  width: 100%;
  height: 100%;
  display: block;
}

.lp-content .bnr-centering-box > li:first-child {
  background: url(../../img/bnr_cp_messicampaign_sp.jpg) 0 0 /contain no-repeat;
}

.lp-content .bnr-centering-box > li:last-child {
  background: url(../../img/bnr_cp_messichallenge_sp.jpg) 0 0 /contain no-repeat;
}

.lp-content .bnr-centering-box > li:first-child:last-child {
  /*  width: 100%;*/
  /*  padding: 0;*/
}

.lp-content .bnr-centering-box > li img {
  display: none;
}

/* ---------------------------------------------------------
#pagetop
----------------------------------------------------------*/
.lp-content #pagetop {
	position: relative;
	width: 100%;
	height: 160px;
	background-color: #222;
	padding-top: 34px;
	box-sizing: border-box;
}
.lp-content #pagetop a {
	display: block;
	width: 109px;
	height: 82px;
	background: url(../img/footer/icon_pagetop_sp.png) no-repeat center;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.lp-content #pagetop a img {
	display: none;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
.lp-content footer nav {
	background-color: #fff;
}
.lp-content footer nav li a {
	position: relative;
	display: block;
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	border-bottom: 2px solid #ccc;
	padding: 29px 0 0 70px;
	box-sizing: border-box;
}

.lp-content footer nav li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 32px;
	left: 40px;
	width: 11px;
	height: 16px;
	background: url(../img/footer/icon_arrow_black_sp.png) no-repeat;
}
.lp-content footer nav li li a {
	font-weight: normal;
	padding-left: 115px;
}
.lp-content footer nav li li a:after {
	display: none;
}
.lp-content footer nav li li li a {
	padding-left: 183px;
}
.lp-content footer nav .ac > a.open:after {
	transform: rotate(-90deg);
}
.lp-content footer nav .ac > ul {
	display: none;
}
.lp-content footer .sns-wrap h3 {
    text-align: center;
    margin: 41px 0 0;
    height: 15px;
    background: url(../img/footer/txt_share_sp.png) no-repeat center top;
    margin-bottom: 20px;
}
.lp-content footer .sns {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  width: 333px;
  margin: 0 auto 40px;
}
.lp-content footer .sns h3 img {
	display: none;
}
.lp-content footer .sns div a {
	position: relative;
	display: block;
	width: 94px;
	height: 94px;
}
.lp-content footer .sns div a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 94px;
	height: 94px;
	border-radius: 47px;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.lp-content footer .relation {
  border-top: 2px dotted #969696;
  border-bottom: 2px dotted #969696;
  padding: 42px 0 5%;
  margin: 0 15px 0;
}

.lp-content footer .relation h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}

.lp-content footer .relation .wrapper {
  display: inline;
}

.lp-content footer .relation .box {
  width: 564px;
  min-height: 1px;
  margin: 0 auto;
}

.lp-content footer .relation .box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lp-content footer .relation .bn {
  float: left;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  width: 281px;
  height: 46px;
  margin-bottom: 34px;
}

.lp-content footer .relation-clinic .wrapper {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
  color: #666;
  font-size: 0;
}

.lp-content footer .relation-clinic .wrapper > a {
  font-size: 22px;
  width: 50%;
  padding: 0 0 1em 1em;
  box-sizing: border-box;
}
.lp-content footer .copyright {
	font-size: 15px;
	color: #ccc;
	text-align: center;
	padding: 45px 0;
}

/* ---------------------------------------------------------
clearfix
----------------------------------------------------------*/
.lp-content .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lp-content .clearfix { min-height: 1px; }
