@charset "UTF-8";

html,body {
  font-size: 14px;
}
.campaign header{
	background:url(../images/campaign-pic-top.png) no-repeat bottom center;
}
.campaign header{
  /* display: flex; */
  padding-bottom: 40px;
}
.header-note {
  margin-top: 30px;
}
.campaign header p {
    margin: 15px 0 0 0;
    width: 589px;
    font-size: 12px;
    color: #221815;
}
.contents {
	background:url(../images/campaign-pic-bottom.png) no-repeat top center;	
	padding:40px 0 30px;
}

.contents > div > .aleft{
	width:260px;
	margin:0;
}
.contents > div > .aright{
	width:690px;
	margin:0 0 0 30px;
}
.campaign1{
  margin-top: -30px;
	padding:0 0 46px 0;
	/* background:url(../images/decoline-border.png) no-repeat bottom center; */
}
.campaign2{
	padding:44px 0;
	background:url(../images/decoline-border.png) no-repeat bottom center;
}
.campaign3{
	padding:44px 0 0;
}

/* h2*/
/* h2{
	background-position:left center;
	background-repeat:no-repeat;
	margin:0 0 26px;
	height:41px;
}
.campaign1 h2{
	background-image:url(../images/sectitle-campaign01.png);
}
.campaign2 h2{
	background-image:url(../images/sectitle-campaign02.png);
}
.campaign3 h2{
	background-image:url(../images/sectitle-campaign02.png);
} */
.title-sub {
  position: relative;
  bottom: 4px;
  margin-left: 10px;
  font-size: 16px;
}
.title-sub2 {
  font-size: 18px;
}
.title-sub3 {
  font-size: 14px;
}
h3{
	margin:0 0 20px;
	font-size:24px;
	font-weight:normal;
  line-height: 1.1;
}
h3 span{
	font-size:19.99px;
}
h4{
	margin:0 0 30px;
	font-size:12px;
	line-height:18px;
	color:#221815;
	font-weight:normal;
}
.contents .aright ul{
	margin:0 0 5px;
}
.contents .campaign2 .aright ul{
	margin:0 0 12px;
}
.contents .campaign3 .aright ul{
	margin:0 0 12px;
}
.contents .aright li{
	height:28px;
	line-height:28px;
	float:left;
}
.contents .aleft li{
	width:260px;
	height:260px;
	margin:0 0 5px;
}
.title{
	width:258px;
	background:#877d71;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
}

.price{
	font-family: Georgia;
}

.before.price{
	width:110px;
	margin:0 12px 0 0;
	text-decoration:line-through;
	text-align:right;
	font-size:22px;
	color:#221815;
}
.after.price{
	width:126px;
	text-align:right;
	font-size:26px;
	color:#ea618a;
	background:url(../images/arrow-next.png) no-repeat left center;
}
.off.price{
	width:180px;
	text-align: right;
	font-size:26px;
	color:#ea618a;
}
.note{
	clear:both;
	width:100%;
	font-size:12px;
	line-height:18px;
	height:18px;
}
.nailtip h2{
	height:26px;
	background-image:url(../images/sectitle-nailtip.png);
	margin:0 0 14px;
}
.handjel h2{
	height:20px;
	background-image:url(../images/sectitle-handjel.png);
	margin:0 0 28px;
}
.footjel h2{
	height:20px;
	background-image:url(../images/sectitle-footjel.png);
	margin:0 0 28px;
}


/* .info */
.info {
	text-align: left;
	font-size:13px;
	font-family: Georgia;
	margin:10px auto 0;
}
.nailtip ul{
	width:980px;
	margin:0 0 86px 0	
}
.handjel ul, .footjel ul{
	margin:0 0 82px 0	
}
.nailtip li{
	width:188px;
	height:162px;
	margin:0 10px 0 0;
	float:left;
}
.handjel li, .footjel li{
	width:188px;
	height:228px;
	margin:0 10px 0 0;
	float:left;	
}
.nailtip a,.handjel a,.footjel a{
	text-decoration: none;
	color:#221815;
}
li.rside{
	margin:0;
}

.flex {
  display: flex;
}
.flex-inner {
  width: calc(100% - 536px);
}
.flex-inner + .flex-inner {
  width: 536px;
}
.plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
.name {
  font-size: 20px;
  line-height: 1.7;
}
.plice {
  font-family: Georgia;
  text-align: right;
}
.label {
  margin-right: 4px;
  padding: 2px 4px;
  background: #bfae6b;
  color: #FFF;
  font-size: 14px;
  vertical-align: middle;
}
.plice + .label {
  margin-left: 20px;
}
.text-01 {
  margin: 16px 0 26px;
  line-height: 1.7;
}
.flow {
  padding: 36px 46px 44px;
  background-image:url(../images/bg_4.jpg);
  border-radius: 10px;
}
.title-01 {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.title-01::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: 10px;
  display: block;
  width: 109px;
  height: 10px;
  margin: auto;
  background:url(../images/deco-sec.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.flow-list {
  display: flex;
  margin-top: 20px;
  line-height: 1.7;
}
.flow-list > li {
  position: relative;
  width: calc((100% - 90px) / 4);
  padding-top: 56px;
}
.flow-list > li + li {
  margin-left: 30px;
}
.flow-list > li:nth-child(1)::before {
  content: '1';
  position: absolute;
  top: 0;
  left: 0; right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 36px;
  height: 36px;
  margin: auto;
  background-color: #4a3e31;
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  font-family: Georgia;
}
.flow-list > li:nth-child(2)::before {
  content: '2';
  position: absolute;
  top: 0;
  left: 0; right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 36px;
  height: 36px;
  margin: auto;
  background-color: #4a3e31;
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  font-family: Georgia;
}
.flow-list > li:nth-child(3)::before {
  content: '3';
  position: absolute;
  top: 0;
  left: 0; right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 36px;
  height: 36px;
  margin: auto;
  background-color: #4a3e31;
  border-radius: 50%;
  color: #FFF;
  font-size: 18px;
  font-family: Georgia;
}
.flow-list > li:nth-child(4)::before {
  content: '4';
  position: absolute;
  top: 0;
  left: 0; right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 36px;
  height: 36px;
  margin: auto;
  background-color: #4a3e31;
  border-radius: 50%;
  color: #FFF;
  font-size: 18px;
  font-family: Georgia;
}
.flow-list > li::after {
  content: '';
  position: absolute;
  top: 12px;
  right: -26px;
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
}
.flow-list > li:nth-child(4)::after {
  content: none;
}
.flow-list img {
  max-width: 100%;
}
.flow-list-text {
  margin-top: 4px;
}
.flow-list-img {
  position: relative;
}
.circle-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -16px;
  right: -20px;
  width: 95px;
  height: 95px;
  background: #f5c8d4;
  border-radius: 50%;
  color: #725f4b;
  text-align: center;
  line-height: 1.1;
}
.flow-inner + .flow-inner {
  margin-top: 36px;
}
.center {
  text-align: center;
  line-height: 1.7;
}
.release-list {
  width: 50%;
}
.release-list > li {
}
.release-list > li + li {
  margin-left: 16px;
}
.release-list img {
  max-width: 100%;
}
.release-list-text {
  position: relative;
  margin-top: 6px;
  text-align: center;
  font-size: 20px;
  font-family: Georgia;
}
.release-list > li:nth-child(1) .release-list-text::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  right: -15px;
  display: block;
  width: 20px;
  height: 14px;
  margin: auto;
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
}
.release-text {
  width: 50%;
  margin-top: 10px;
  padding-left: 20px;
  line-height: 1.7;
}
.mt10 {
  margin-top: 10px;
}
.border {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e4d7b2;
}
.flow + .border {
  margin-top: 50px;
}
.fs14 {
  font-size: 14px;
}
.img-01 {
  width: 124px;
  margin-left: 16px;
}
.img-01 img {
  max-width: 100%;
}
.list-w {
  width: calc(100% - 140px);
}
.plice-sub {
  font-size: 12px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS 明朝", "Yu Mincho", "游明朝", serif;
}
.w320 {
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mt34 {
  margin-top: 34px;
}
.right-slide {
  padding-left: 1em;
  text-align: right;
}
.left-slide {
  position: relative;
  left: -0.6em;
}