/*-------------

resource/css/sp/reset.css?191227
resource/css/sp/parts.css?191227
resource/css/sp/module.css?191227
resource/css/sp/migrate-plugin.css?191227
resource/css/sp/migrate-layout.css?191227
resource/css/sp/migrate-page.css?191227
resource/css/sp/layout.css?191227
resource/css/sp/layout.css
top.css
*-------------/

/**************
reset.css
**************/
@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**************
resource/css/sp/parts.css?191227
**************/
/* ---------------------------
	GINZA CALLA PARTS LIST
	@ Utilities
  @ Block
  @ Icon
  @ Heading
  @ Typography
  @ Button
  @ Button Tel
  @ Button Stripe
  @ Baloon
  @ Form
--------------------------- */



/* ---------------------------
  @ Utilities
--------------------------- */

/*	Container
-----------------------------*/
.container {
  width: 100%;
  padding-left: 4.6875%;
  padding-right: 4.6875%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container-narrow {
  width: 100%;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*	Clearfix
-----------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/*	Transition
-----------------------------*/
.trans {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0); /* for Safari */
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.trans:hover {
  opacity: 0.6;
}



/* ---------------------------
	@ Block
--------------------------- */

/*	Block White
-----------------------------*/
.block-white {
  padding: 15px 0;
	background-color: #fff;
	border-top: #F7E3E4 3px solid;
	border-bottom: #F7E3E4 3px solid;
}
.block-white > .text {
  margin-bottom: 12px;
  padding: 0 4.6875%;
}

.block-white > .text-center {
  margin-bottom: 12px;
  padding: 0 4.6875%;
  text-align:center;
}

/* With Margin */
.block-white.with-space {
  margin: 30px 0;
}
.block-white.with-lower-space {
  padding-bottom: 30px;
}
.block-white.with-lower-no {
  padding-bottom: 0;
}
.text-top-desc{
  padding: 0 4.6875%;
  text-align:justify;
  font-size:12px;
}


/*	Block Bordered
-----------------------------*/
.block-bordered {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px dashed #d01027;
}

.block-bordered-narrow {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px dashed #d01027;
}


/*	Block Promotion
-----------------------------*/
.block-promotions {
  margin: 30px 0;
  padding: 0;
}


/*	Block Image
-----------------------------*/
.block-space {
  margin-bottom: 10px;
}


/*	Block Button
-----------------------------*/
.block-btn {
  margin: 30px 0 33px;
}

/* Last of .block-white */
.block-btn-lower {
  margin: 30px 0 15px;
}

/* Block Button Counsel */
.block-btn-counsel {
  margin: 30px 0 40px;
}

/* Block Button Stripe */
.block-btn-stripe {
  margin: 20px 0 30px;
}

/* Block Button Stripe Smaller */
.block-btn-stripe-small {
  margin: 20px 0;
}

/* Block Button Stripe Lower */
.block-btn-stripe-lower {
  margin: 20px 0 5px;
}

/* Block Button Stripe Margin */
[class^="block-btn-stripe"] a {
  margin-top: 10px;
}
[class^="block-btn-stripe"] a:first-child {
  margin-top: 0;
}





/* ---------------------------
  @ Icon
--------------------------- */
[class*="icon-"]:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  vertical-align: top;
}
/* top-page-icon */
.icon-calla{
    text-align: center;
    color: #d01027;
    font-weight: bold;
    font-size: 1.2em;
}
.icon-calla:before {
  margin-top: -5px;
  width: 40px;
  height: 33px;
  background-image: url('../../img/common/sp/icon-calla.png');
}
/* */
.icon-web:before {
  width: 26.5px;
  height: 21.5px;
  background-image: url('../../img/common/sp/icon-pc.png');
}
.icon-search:before {
  width: 24.5px;
  height: 24.5px;
  background-image: url('../../img/common/sp/icon-search.png');
}
.icon-menu:before {
  width: 27px;
  height: 21px;
  background-image: url('../../img/common/sp/icon-menu.png');
}
.icon-column:before {
  margin: -1px 5px 0 0;
  width: 35.5px;
  height: 23.5px;
  background-image: url('../../img/common/sp/icon-column.png');
}
.icon-info:before {
  margin: 1px 5px 0 0;
  width: 21px;
  height: 21px;
  background-image: url('../../img/common/sp/icon-info.png');
}
/* icon-voice */
.icon-voice:before {
	background-image: url('../../img/common/sp/icon-voice.png');
	width: 30px;
	height: 24.5px;
	margin: -1px 5px 0 0;
	vertical-align: middle;
}

.icon-voice__absolute:before {
  background-image: url('../../img/common/sp/icon-voice.png');
  width: 30px;
  height: 24.5px;
  position: absolute;
  left: -36px;
  top: 7px;
}

.icon-voice__absolute--parts:before {
  background-image: url('../../img/common/sp/icon-voice.png');
  width: 30px;
  height: 24.5px;
  position: absolute;
  left: -62px;
  top: 7px;
}
/* icon-beginner */
.icon-beginner:before {
	background-image: url('../../img/common/sp/icon-beginner.png');
	width: 17.5px;
	height: 26.5px;
	margin: -1px 10px 0 0;
}
/* icon-ninki-course */
.icon-ninki-course:before {
	background-image: url('../../img/common/sp/icon-ninki-course.png');
	width: 25px;
	height: 24px;
	margin: -1px 10px 0 0;
}
/* icon-plan */
.icon-plan:before {
	background-image: url('../../img/common/sp/icon-plan.png');
	width: 25px;
	height: 24px;
	margin: -1px 10px 0 0;
}
.icon-plan-white:before {
	background-image: url('../../img/common/sp/icon-plan-white.png');
	width: 25px;
	height: 24px;
	margin: 1px 10px 0 0;
}
.icon-datsumou-white:before {
  background-image: url("../../img/common/sp/icon-datsumou-white.png");
  width: 23px;
  height: 28px;
  margin: -3px 10px 0 0;
}
.icon-datsumou-white2:before {
 background-image: url("../../img/common/sp/icon-datsumou-white2.png");
 width: 25px;
 height: 30px;
 margin: -3px 8px 0 0;
}
.icon-datsumou-white-thick:before {
  background-image: url("../../img/common/sp/icon-datsumou-white2.png");
  width: 25px;
  height: 30px;
  margin: 0px -5px 0 -20px;
  vertical-align: middle;
}
.icon-exclamation:before {
  background-image: url("../../img/common/sp/icon-exclamation.png");
  width: 25px;
  height: 25px;
  margin: -1px 8px 0 0;
}
.icon-member:before {
  background-image: url("../../img/common/sp/icon-member.png");
  width: 23px;
  height: 23px;
}
.icon-rank:before {
  background-image: url("../../img/common/sp/icon-ranking-white.png");
  width: 18px;
  height: 33px;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.icon-rank-red:before {
  background-image: url("../../img/common/sp/icon-ranking-red.png");
  width: 24.5px;
  height: 45px;
  margin-right: 7px;
  position: relative;
  top: -5px;
}
.icon-yen:before {
  background-image: url("../../img/common/sp/icon-yen.png");
  width: 23.5px;
  height: 23.5px;
  margin-right: 2px;
}
.icon-dinner:before {
  background-image: url("../../img/common/sp/icon-dinner.png");
  width: 12.5px;
  height: 22.5px;
  margin-right: 7px;
}

.icon-dinner__absolute:before {
  background-image: url("../../img/common/sp/icon-dinner.png");
  width: 12.5px;
  height: 22.5px;
  position: absolute;
  top: 14px;
  left: 22px;
}

.icon-dinner-white:before {
  background-image: url("../../img/common/sp/icon-dinner-white.png");
  width: 16px;
  height: 28.5px;
  margin-right: 9px;
  margin-top: -3px;
}

.icon-dinner-white__absolute:before {
  background-image: url("../../img/common/sp/icon-dinner-white.png");
  width: 16px;
  height: 28.5px;
  position: absolute;
  top: 9px;
  left: -32px;
}

.icon-talk-white:before {
  background-image: url("../../img/common/sp/icon-talk-white.png");
  width: 26.5px;
  height: 23px;
  margin-right: 9px;
  margin-top: 0px;
}

.icon-talk-white__absolute:before {
  background-image: url("../../img/common/sp/icon-talk-white.png");
  width: 26.5px;
  height: 23px;
  position: absolute;
  top: 9px;
  left: -32px;

}

.icon-baloon:before {
  background-image: url("../../img/common/sp/icon-baloon.png");
  width: 21.5px;
  height: 18.5px;
  margin-right: 7px;
  margin-top: 2px;
}

.icon-baloon__absolute:before {
  background-image: url("../../img/common/sp/icon-baloon.png");
  width: 21.5px;
  height: 18.5px;
  position: absolute;
  top: 14px;
  left: 48px;
}

.icon-flag:before {
  background-image: url("../../img/common/sp/icon-flag.png");
  width: 17.5px;
  height: 23px;
  margin-right: 6px;
}

.icon-flag__absolute:before {
  background-image: url("../../img/common/sp/icon-flag.png");
  width: 17.5px;
  height: 23px;
  position: absolute;
  top: 14px;
  left: 48px;
}

.icon-flag-white:before {
  background-image: url("../../img/common/sp/icon-flag-white.png");
  width: 17.5px;
  height: 26px;
  margin-right: 6px;
}

.icon-flag-white__absolute:before {
  background-image: url("../../img/common/sp/icon-flag-white.png");
  width: 17.5px;
  height: 26px;
  position: absolute;
  top: 7px;
  left: -21px;
}

.icon-note:before {
  background-image: url("../../img/common/sp/icon-note.png");
  width: 21px;
  height: 19.5px;
  margin-right: 5px;
}
.icon-city:before {
  background-image: url("../../img/common/sp/icon-city.png");
  width: 19.5px;
  height: 23px;
  margin-right: 7px;
  margin-top: -2px;
}
.icon-book:before {
  background-image: url("../../img/common/sp/icon-book.png");
  width: 25.5px;
  height: 17px;
  margin-right: 4px;
  margin-top: 1px;
}
.icon-book-white:before {
  background-image: url("../../img/common/sp/icon-book-white.png");
  width: 25.5px;
  height: 17px;
  margin-right: 4px;
  margin-top: 3px;
}

.icon-book-white__absolute:before {
  background-image: url("../../img/common/sp/icon-book-white.png");
  width: 25.5px;
  height: 17px;
  position: absolute;
  top: 14px;
  left: -33px;
}

.icon-book-red:before {
  background-image: url("../../img/common/sp/icon-book-red.png");
  width: 28px;
  height: 18.5px;
  margin-right: 4px;
  margin-top: -1px;
}

.icon-book-red__absolute:before {
  background-image: url("../../img/common/sp/icon-book-red.png");
  width: 28px;
  height: 18.5px;
  position: absolute;
  top: 18px;
  left: 38px;
}

.icon-building-white:before {
  background-image: url("../../img/common/sp/icon-building-white.png");
  width: 24px;
  height: 26px;
  margin-right: 4px;
  margin-top: -3px;
}
.icon-building-white__absolute:before {
  background-image: url("../../img/common/sp/icon-building-white.png");
  width: 24px;
  height: 26px;
  position: absolute;
  top: 8px;
  left: -26px;
}

.icon-location:before {
  background-image: url("../../img/common/sp/icon-location.png");
  width: 21px;
  height: 22.5px;
  margin-right: 2px;
  margin-top: -2px;
}

.icon-location__absolute:before {
  background-image: url("../../img/common/sp/icon-location.png");
  width: 21px;
  height: 22.5px;
  position: absolute;
  top: 3px;
  left: 21px;
}
/* icon-about */
.icon-about:before {
	background-image: url("../../img/common/sp/icon-about-white.png");
	width: 20px;
	height: 28px;
	margin: -1px 5px 0 0;
}

.icon-heart:before {
	background-image: url("../../img/common/sp/icon-heart.png");
	width: 23px;
	height: 20px;
	margin: 2px 5px 0 0;
}

.icon-heart-large:before {
	background-image: url("../../img/common/sp/icon-heart.png");
	width: 23px;
	height: 20px;
	margin: 12px 5px 0 0;
}
.icon-double-dia-white:before {
  background-image: url("../../img/common/sp/icon-double-dia-white.png");
  width: 22px;
  height: 25px;
  margin-right: 8px;
}

.icon-research:before {
	background-image: url("../../img/common/sp/icon-research.png");
	width: 16px;
	height: 30px;
	margin: -3px 5px 0 0;
}

.icon-jishin:before {
	background-image: url("../../img/common/sp/icon-jishin.png");
	width: 30px;
	height: 45px;
	margin: 0;
}

.icon-jishin__absolute:before {
  background-image: url("../../img/common/sp/icon-jishin.png");
  width: 30px;
  height: 45px;
  position: absolute;
  left: -32px;
  top: -2px;
}

.icon-anshin:before {
	background-image: url("../../img/common/sp/icon-anshin-white.png");
	width: 31px;
	height: 31px;
	margin: -4px 0 0 0;
}

.icon-crown:before {
	background-image: url("../../img/common/sp/icon-crown-white.png");
	width: 33px;
	height: 33px;
	margin: -4px 7px 0 0;
}

 .icon-diamond-red:before {
	background-image: url("../../img/common/sp/icon-diamond-red.png");
	width: 10px;
	height: 13px;
	padding-left: 10px;
}
 .icon-diamond-red:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  vertical-align: top;
	background-image: url("../../img/common/sp/icon-diamond-red.png");
	width: 10px;
	height: 13px;
	padding-right: 10px;
}

.icon-search-white:before {
  margin: -3px 5px 0 0;
  width: 28px;
  height: 28px;
  background-image: url('../../img/common/sp/icon-search-white.png');
}

.icon-qa:before {
    margin: -3px 10px 0 0;
    width: 26px;
    height: 26px;
    background-image: url('../../img/common/sp/icon-qa.png');
}

.icon-selfcheck-white:before {
  background-image: url("../../img/common/sp/icon-selfcheck-white.png");
  width: 29.5px;
  height: 29px;
  margin: -5px 10px 0 0;
}

/* ---------------------------
	@ 20160916追加分icon
--------------------------- */
.icon-about-white:before {
  width: 20px;
  height: 28px;
  margin: -1px 5px 0 0;
  background-image: url('../../img/common/sp/icon-about-white.png');
}

.icon-anshin-white:before {
  width: 22px;
  height: 22px;
  margin: 2px 5px 0 0;
  background-image: url('../../img/common/sp/icon-heart-white.png');
}
.icon-rank-white:before {
  width: 21px;
  height: 39px;
  margin-right: 8px;
  margin-top: -3px;
  background-image: url('../../img/common/sp/icon-rank-white.png');
}
.icon-crown-white:before {
  margin: -7px 15px 0 0;
  width: 35px;
  height: 42px;
  background-image: url('../../img/common/sp/icon-crown-white.png');
}
.icon-jishin-white:before {
  margin: -7px 15px 0 0;
  width: 21px;
  height: 30px;
  background-image: url('../../img/common/sp/icon-jishin.png');
}
.icon-datsumou-white:before {
  margin: 1px 10px 0 0;
  width: 23px;
  height: 37px;
  background-image: url('../../img/common/sp/icon-datsumou-white.png');
}
.icon-plan-white:before {
  margin-top: -7px;
  margin-right:5px;
  width: 33px;
  height: 41px;
  background-image: url('../../img/common/sp/icon-plan-white.png');
}
.icon-double-dia-white:before {
  margin: -5px 3px 0 0;
  width: 26px;
  height: 30px;
  background-image: url('../../img/common/sp/icon-double-dia-white.png');
}
.icon-search-white:before {
  margin: -3px 5px 0 0;
  width: 28px;
  height: 28px;
  background-image: url('../../img/common/sp/icon-search-white.png');
}
.icon-selfcheck-white:before {
  margin: -5px 5px 0 0;
  width: 33px;
  height: 37px;
  background-image: url('../../img/common/sp/icon-selfcheck-white.png');
}
.icon-column:before {
  margin-top: -5px;
  width: 47px;
  height: 33px;
  background-image: url('../../img/common/sp/icon-column.png');
}
.icon-reservation-white:before {
  margin-top: -5px;
  width: 47px;
  height: 33px;
  background-image: url('../../img/common/sp/icon-calender-white.png');
}
.icon-present:before {
  margin-top: -5px;
  width: 47px;
  height: 33px;
  background-image: url('../../img/common/sp/icon-present.png');
}
.icon-present-white:before {
  margin-top: -5px;
  width: 47px;
  height: 33px;
  background-image: url('../../img/common/sp/icon-present-white.png');
}

/* ---------------------------
	@ Heading
--------------------------- */
.title-red {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.25;
  font-size: 20px;
  color: #d01027;
}
.title-red-narrow {
  margin-bottom: 4px;
  text-align: center;
  line-height: 1.25;
  font-size: 20px;
  color: #d01027;
}
.title-red-small {
  margin-bottom: 4px;
  text-align: center;
  line-height: 1.25;
  font-size: 14px;
  color: #d01027;
}
.title-bordered-red {
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d01027;
  text-align: center;
  line-height: 1.25;
  font-size: 20px;
  color: #d01027;
}

/*	Title Rank
-----------------------------*/
.title-rank {
  position: relative;
}
.title-rank:before {
  vertical-align: text-top;
  top: -1px;
}
.title-rank span {
  display: inline-block;
  vertical-align: middle;
}
.title-rank small {
  display: block;
  font-size: 14px;
  display: block;
}
.title-rank small:before,
.title-rank small:after {
  content: "";
  display: inline-block;
  width: 8.5px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-bottom: -5px
}
.title-rank small:before {
  background-image: url('../../img/common/sp/icon-ask-left.png');
  margin-right: 5px;
}
.title-rank small:after {
  background-image: url('../../img/common/sp/icon-ask-right.png');
  margin-left: 5px;
}
.page-head-thick.title-rank:before {
  top: -9px;
}


/*	Title Background Stripe
-----------------------------*/
.title-bg-stripe {
  margin-bottom: 15px;
  padding: 3px 0;
  background: url("../../img/common/sp/bg-stripe-title.png");
  background-size: 3px auto;
  background-color: #FBE8E8;
  text-align: center;
  font-size: 13px;
  color: #d01027;
}
.title-bg-stripe:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url("../../img/common/sp/icon-double-dia.png") no-repeat top center;
  background-size: contain;
  vertical-align: sub;
}


/*   Title-shape
 * ------------------------- */
.title-shape-right {
 	width: 30%;
	display: inline;
	font-size: 14px;
 	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	-o-box-sizing: border-box;
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
 	padding: 2px 10px;
 	margin-left: 3px;
 	background: #f78888;
 	color: #fff;
 	position: relative;
 	text-align: center;
}
.title-shape-right:before{
 	content: "";
 	display: block;
 	position: absolute;
 	top: 0;
 	right: -22px;
 	width: 0;
 	height: 0;
 	border-top: solid 20px transparent;
 	border-right: solid 12px transparent;
 	border-bottom: solid 20px transparent;
 	border-left: solid 10px #f78888;
 	z-index: 10;
}


/* ---------------------------
  @ Typography
--------------------------- */

/*	Marker
-----------------------------*/
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.40, #fff268), color-stop(0.40, #fff));
  background: -webkit-linear-gradient(top, #fff 30%, #fff268 30%);
  background: linear-gradient(to bottom, #fff 30%, #fff268 30%);
  padding-bottom: .1em;
}
.marker-centered {
  background: #fff268;
}


/* ---------------------------
  @ Button
--------------------------- */

/*	Button Base
-----------------------------*/
.btn {
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  width: 65.625%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d01027;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 14px;
  color: #d01027;
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 14.5px;
  background: url('../../img/common/sp/arrow-red.png') no-repeat top right;
  background-size: contain;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
}


/*	Background Filled Red
-----------------------------*/
.btn.btn-filled {
  width: 100%;
  padding: 14px 0 15px;
  background: #dc3a4d;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.btn.btn-filled:after {
  display: none;
}


/*	Background Filled Pink
-----------------------------*/
.btn.btn-pink {
  background: #ff8888;
  font-weight: normal;
}
.btn.btn-thin {
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: -0.05em;
}


/*	Background Filled Light Pink
-----------------------------*/
.btn.btn-lightpink {
  border-color: #e06473;
  background: #fbe8e8;
  color: #eb7a88;
}
.btn:after {
  width: 8px;
  height: 8px;
  background: url('../../img/common/sp/arrow-pink.png') no-repeat top right;
  background-size: contain;
  margin-top: -4px;
}


/* ---------------------------
  @ Button Tel
--------------------------- */
.btn-tel {
  display: block;
  margin: 4.6875% auto;
  width: 84.375%;
}
.btn-tel img {
  width: 100%;
}


/* ---------------------------
  @ Button Stripe
--------------------------- */

/*	Button Stripe Base
-----------------------------*/
.btn-stripe,.btn-stripe-left{
  display: block;
  margin: 0 auto;
  padding: 13px 25px;
  width: 65.625%;
  background: url('../../img/common/sp/bg-pinkstripe.png');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.btn-stripe span {
  color: #d01027;
}
.btn-stripe:after {
  content: "";
  display: block;
  width: 15.5px;
  height: 14.5px;
  background: url('../../img/common/sp/arrow-white.png') no-repeat top right;
  background-size: contain;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -7px;
}
.btn-stripe-left:after {
  content: "";
  display: block;
  width: 15.5px;
  height: 14.5px;
  background: url('../../img/common/sp/arrow-left-white.png') no-repeat top right;
  background-size: contain;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -7px;
}
.btn-stripe-paging{
  width: 100px;
  display: inline-block;
}
.btn-stripe-cicle-pink{
  margin: 0 auto 15px;
  padding: 5px 30px;
  width: 86.5%;
  background: url('../../img/common/sp/bg-pinkstripe.png');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.btn-stripe-cicle-orange{
  margin: 0 auto 15px;
  padding: 5px 30px;
  width: 86.5%;
  background: url('../../img/common/sp/bg-orangestripe.png');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
/*  Pagination style
-----------------------------*/
.btn-stripe-paging.btn-stripe{
  text-indent: -10px;
}
.btn-stripe-paging.btn-stripe-left{
  text-indent: 10px;
}
.pagination-box{
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dashed #d01027;
}
.pagination{
  margin: 20px 3%;
  text-align: center;
}
.pagination-box-count{
  color: #999999;
  font-size: 15px;
  margin: 0 10%;
  display: inline-block;
}
.btn-disabled{
  opacity: 0.3;
}
.pagination .btn-stripe-paging{
  width: 96px;
}

/*	With Shadow
-----------------------------*/
.btn-stripe.btn-shadow {
  margin-bottom: 2px;
  -webkit-box-shadow: 0 2px 0 #563606;
  -moz-box-shadow: 0 2px 0 #563606;
  box-shadow: 0 2px 0 #563606;
}
.btn-stripe.btn-shadow:active {
  top: 2px;
  -webkit-box-shadow: 0 0 0 #563606;
  -moz-box-shadow: 0 0 0 #563606;
  box-shadow: 0 0 0 #563606;
}


/*	Large Size
-----------------------------*/
.btn-stripe.btn-large {
  padding: 10px 0;
  letter-spacing: -1px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
}
.btn-stripe.btn-large:after {
  width: 15.5px;
  height: 14.5px;
  background: url('../../img/common/sp/arrow-white.png') no-repeat top right;
  background-size: contain;
}


/*	Wide Size
-----------------------------*/
.btn-wide {
	margin: 10px auto 15px;
}
.btn-wide a {
	font-size: 12px;
}
.btn-wide .btn-stripe {
	padding: 10px;
}
.btn-wide .btn-stripe:after {
	width: 8px;
	height: 9px;
	margin-top: -4px
}

/*	Background Orange
-----------------------------*/
.btn-stripe.btn-counsel {
  width: 84.375%;
  background: url('../../img/common/sp/bg-orangestripe.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*	Background Green
-----------------------------*/
.btn-stripe.btn-counsel-green {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.1em;
  width: 90.625%;
  background: url('../../img/common/sp/bg-stripe-green.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-stripe.btn-counsel-green:after {
  width: 14.5px;
  height: 19px;
  background: url('../../img/common/sp/arrow-white-large.png') no-repeat top right;
  background-size: contain;
  margin-top: -9.5px;
}
.btn-stripe.btn-counsel-green.btn-shadow {
  margin-bottom: 2px;
  -webkit-box-shadow: 0 2px 0 #345400;
  -moz-box-shadow: 0 2px 0 #345400;
  box-shadow: 0 2px 0 #345400;
}


/* Friends Button
-----------------------------*/
.btn-stripe.btn-friends {
  font-size: 17px;
  padding: 13px 0 11px;
  width: 84.375%;
  background: url('../../img/common/sp/bg-stripe-green.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-stripe.btn-friends.btn-shadow {
  margin-bottom: 2px;
  -webkit-box-shadow: 0 2px 0 #348300;
  -moz-box-shadow: 0 2px 0 #348300;
  box-shadow: 0 2px 0 #348300;
}
.btn-stripe.btn-friends span {
	color: #fff;
	font-size: 20px;
}

/*	With Down Bullet
-----------------------------*/
.btn-stripe.btn-down-bullet:after {
  width: 11px;
  height: 7px;
  background: url('../../img/common/sp/arrow-down-bullet.png') no-repeat top right;
  background-size: contain;
  right: 8px;
  margin-top: -3.5px;
}


/*	Thick Button
-----------------------------*/
.btn-stripe.btn-thick {
	font-size: 16px;
    padding: 13.3px 0;
}


/*	Narrow Padding
-----------------------------*/
.btn-stripe.btn-space {
  letter-spacing: -0.1em;
  padding: 13px 30px 13px 20px;
}


/*	Wide
-----------------------------*/
.btn-stripe.btn-wide {
  width: 72.4137931%;
}
.btn-stripe.btn-wide2 {
  width: 85%;
}

/*	Icon Plus
-----------------------------*/
.btn-stripe.btn-icon-plus:after {
  width: 12.5px;
  height: 13.5px;
  background: url('../../img/common/sp/icon-plus.png');
  background-size: contain;
  margin-top: -7px;
}


/*	Light Pink Stripe
-----------------------------*/
.btn-stripe.btn-lightpink {
  width: 100%;
  padding: 11px 30px;
  background: url('../../img/common/sp/bg-lightpink.png');
  background-size: 3px;
  border: 1px solid #d01027;
  font-weight: normal;
  color: #333;
}
.btn-stripe.btn-lightpink:after {
  width: 8.5px;
  height: 14px;
  background: url("../../img/common/sp/arrow-red-single.png") no-repeat top center;
  background-size: contain;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
.btn-stripe.btn-lightpink span {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}


/* ---------------------------
	@ Baloon
--------------------------- */
.baloon {
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d01027;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 14px;
  color: #d01027;
  position: relative;
}
.baloon:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/voice/index/icon-triangle.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}



/* ---------------------------
	@ Form
--------------------------- */
.select {
  margin: 18px 0;
  width: 100%;
  position: relative;
}
.select select {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: 40px !important;
  border: 0;
  outline: none;
}
.select .select-view {
  display: block !important;
  padding-right: 50px;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../../img/common/sp/icon-pulldown.png") no-repeat right center;
  background-size: 40px auto;
  border: 1px solid #d01027;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.select .select-viewInner {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
}

/* ---------------------------
  @ neighborfood
--------------------------- */
.mod-neighborfood {
  margin-bottom: 20px;
  padding: 17px 4.6875% 20px;
  background: #fff;
}

.mod-neighborfood h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #d01027;
  line-height: 1.2;
  text-align: center;
  font-size: 20px;
  color: #d01027;
}

.mod-neighborfood p {
  margin-top: 13px;
  text-align: center;
}


/* ---------------------------
  @ Slider
--------------------------- */

/* Pager
-----------------------------*/
.bx-pager {
  text-align: center;
  padding-top: 7px;
  line-height: 1;
}
.bx-pager-item {
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
}
.bx-pager-link {
  display: block;
  padding-top: 14px;
  width: 14px;
  height: 0;
  overflow: hidden;
  background: #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-pager-link.active {
  background: #d01027;
}




/* 171102追加
-----------------------------*/

.icon-voice-bihada-zyunnbi {
  margin-bottom: 12px;
  padding-bottom: 4px;
  text-align: center;
  line-height: 1.25;
  font-size: 20px;
  color: #d01027;
}


/**************
resource/css/sp/module.css?191227
**************/
/* ---------------------------
  GINZA CALLA MODULE LIST
  @ モジュール「メインナビゲーション」
  @ バナー「予約の取りやすさ第1位を獲得」
  @ モジュール「最新コラム」「お知らせ」
  @ モジュール「お近くの店舗を探す」
  @ モジュール「お客様の声」
  @ モジュール「サロンからのメッセージ」
  @ モジュール「はじめての方にオトク」
  @ モジュール「プラン・料金」
  @ ブロック「矢印付きリスト」
  @ ブロック「お客様の声リスト」
  @ ブロック「タブ」
  @ ブロック「タブ・部位」
  @ ブロック「ラベルリスト」
	@ ブロック「人物画像」
  @ ブロック「広告ギャラリー」
--------------------------- */


/* ---------------------------
  @ モジュール「メインナビゲーション」
--------------------------- */
.main-nav {
  margin: 15px 0;
}
.main-nav ul {
  text-align: center;
  letter-spacing: -0.3em;
}
.main-nav li {
  display: inline-block;
  margin: 3.125% 1.5625% 0;
  width: 28.125%;
  vertical-align: top;
  letter-spacing: normal;
}
.main-nav li:nth-child(1),
.main-nav li:nth-child(2),
.main-nav li:nth-child(3) {
  margin-top: 0;
}
.main-nav li a {
  display: block;
  padding: 7.5% 0 2.5%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: url('../img/common/bg-redstripe.png');
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
.main-nav li img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
	pointer-events: none;
}
.main-nav p {
  margin-top: 2.5%;
  display: table;
  width: 100%;
  height: 2.4em;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}
.main-nav p span {
  display: table-cell;
  vertical-align: middle;
}



/* ---------------------------
	@ バナー「予約の取りやすさ第1位を獲得」
--------------------------- */
.mod-rank {
  margin: 30px auto;
  width: 90.625%;
}
.no1img {
  width: 100%;
  margin:1% 0;
}
.mod-rank .kadomaru {
  padding:4% 3% 2%;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px #fdd2d2 solid;
}
.mod-rank .kadomaru hr {
  height: 1px;
  border: none;
  border-top: 1px #fdd2d2 solid;
}
.mod-rank .kadomaru .clearfix {
  zoom: 1;
}
.mod-rank .kadomaru .clearfix:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom:1%;
}
.mod-rank .kadomaru .inner {
  width:49.5%;
  float:left;
  text-align:center;
  font-size:85%;
  font-weight:bold;
  color:#d71f21;
  background-color:#fce8e9;
  padding:2px 0;
  maegin-right:1%;
}
.mod-rank .kadomaru .right {
  float:right;
  width:49.5%;
  text-align:center;
  font-size:85%;
  font-weight:bold;
  color:#d71f21;
  background-color:#fce8e9;
  padding:2px 0;
}
.p-main {
  color:#333333;
  text-align:center;
  font-size:85%;
  font-weight:bold;
  margin-bottom:1%;
}
.p-sub {
  color:#333333;
  text-align:center;
  font-size:70%;
}
.kadomaru > .flex{
  display:flex;
  align-items: center;
  justify-content: center;
}
.kadomaru > .no1-div{
  font-size: 5vw;
  margin:0 auto;
  color: #333333;
}
.kadomaru > .no1-div > .p1{
  width: 65%;
  font-weight: bold;
  font-size: 7vw;
  text-align:center;
  line-height: 1.7em;
}
.no1-div > .p1 > .span1{
  background: #d01027;
  color:#fff;
  padding: 2% 11%;
  font-weight: normal;
}
.no1-div > .p1 > .span2{
  color: #d01027;
  font-size:10vw;
}
.p-no1-img{
  width: 34%;
}
.wide-inner{
  margin:0 auto 1%;
  float: none;
  width:100%;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
  color: #d71f21;
  background-color: #fce8e9;
  padding: 2px 0;
}
/* ---------------------------
  @ モジュール「最新コラム」「お知らせ」
--------------------------- */

/*	Layout
-----------------------------*/
.mod-list {
  margin: 30px 0;
  overflow: hidden;
}
.mod-list-body {
  padding: 20px 4.6875%;
  background: #fff;
  border-top: 3px solid #F7E3E4;
  border-bottom: 3px solid #F7E3E4;
}
.mod-list-body h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #d01027;
  line-height: 1.2;
  text-align: center;
  font-size: 20px;
  color: #d01027;
}


/*	Table
-----------------------------*/
.mod-list-body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.mod-list-body tr {
  border-top: 1px dotted #d01027;
}
.mod-list-body tr:first-child {
  border: 0;
}


/*	Table Head
-----------------------------*/
.mod-list-body th {
  padding: 10px 0;
  width: 60px;
  line-height: 1.2;
  border-right: 1px solid transparent;
}
.mod-list-body th > span {
  display: table;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.mod-list-body th > span > span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
}
.mod-list-news th > span {
  background: #bea899;
  color: #fff;
}
.mod-list-body .column-box01 th span{
  background: url('../img/index/sp_top_column_img_01.png') no-repeat;
  background-size: 60px 38px;
}
.mod-list-body .column-box02 th span{
  background: url('../img/index/sp_top_column_img_02.png') no-repeat;
  background-size: 60px 38px;
}
.mod-list-body .column-box03 th span{
  background: url('../img/index/sp_top_column_img_03.png') no-repeat;
  background-size: 60px 38px;
}
.mod-list-body .column-box04 th span{
  background: url('../img/index/sp_top_column_img_04.png') no-repeat;
  background-size: 60px 38px;
}
.mod-list-body .column-box05 th span{
  background: url('../img/index/sp_top_column_img_05.png') no-repeat;
  background-size: 60px 38px;
}

/*	Table Cell
-----------------------------*/
.mod-list-body td {
  padding: 10px 0 10px 12px;
}
.mod-list-body a,
.mod-list-date,
.mod-list-text {
  display: inline-block;
  color: #333333;
}
.mod-list-body a.btn-stripe {
  display: block;
  color: #fff;
}
.mod-list-body a:hover {
  text-decoration: underline;
}
.mod-list-body a:visited {
  text-decoration: none;
}




/* ---------------------------
  @ モジュール「お近くの店舗を探す」
--------------------------- */
.mod-search {
  margin: 32px 0 0;
  padding: 17px 0 40px;
  background: #fff;
  border-top: 3px solid #F7E3E4;
}
.mod-search h2 {
  margin-bottom: 17px;
  line-height: 1.2;
  text-align: center;
  font-size: 20px;
  color: #d01027;
}
.mod-search h2:before {
  margin-right: 5px;
}
.mod-search ul {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: -0.4em;
}
.mod-search li {
  display: inline-block;
  margin: 0 5px 10px;
  width: 90px;
  letter-spacing: normal;
}




/* ---------------------------
  @ モジュール「お客様の声」
--------------------------- */
.mod-voice {
	margin: 30px 0;
}
.mod-voice .btn-stripe {
	margin-top: 12px;
}
.mod-voice-body {
  margin-bottom: 20px;
  padding: 17px 4.6875% 20px;
  background: #fff;
  border-top: 3px solid #F7E3E4;
  border-bottom: 3px solid #F7E3E4;
}
.mod-voice-body h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #d01027;
  line-height: 1.2;
  text-align: center;
  font-size: 20px;
  color: #d01027;
}
.mod-voice dl {
	background: #fbe8e8;
	padding: 20px 3.44827% 18px 100px;
	margin-top: 13px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius 5px;
	-moz-border-radius 5px;
}
.mod-voice dt {
	color: #d01027;
	font-size: 16px;
	margin-bottom: 5px;
}
.mod-voice .image {
	width: 79px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -39.5px;
}




/* ---------------------------
  @ モジュール「サロンからのメッセージ」
--------------------------- */
.mod-message p {
	padding: 20px 6.03448% 18px;
	margin-top: 13px;
	background: #fbe8e8;
	border-radius: 5px;
	-webkit-border-radius 5px;
	-moz-border-radius 5px;
}
.mod-message-body {
  margin-bottom: 20px;
  padding: 17px 4.6875% 20px;
  background: #fff;
  border-top: 3px solid #F7E3E4;
  border-bottom: 3px solid #F7E3E4;
}
.mod-message-body h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #d01027;
  line-height: 1.2;
  text-align: center;
  font-size: 20px;
  color: #d01027;
}



/* ---------------------------
  @ モジュール「はじめての方にオトク」
--------------------------- */
.mod-beginner {
	padding: 0 4.6875%;
	margin: 25px 0;
}
.mod-beginner h2 {
	padding-bottom: 5px;
	border-bottom: #d01027 1px solid;
	line-height: 1.2;
	text-align: center;
	font-size: 20px;
	color: #d01027;
	margin-bottom: 13px;
}
.mod-beginner ul {
	overflow: hidden;
}
.mod-beginner li {
	width: 49%;
	float: left;
	margin-top: 10px;
	margin-left: 2%;
}
.mod-beginner a {
	display: block;
	position: relative;
}
.mod-beginner li img {
	width: 100%;
	height: auto;
}
.mod-beginner li:first-child ,
.mod-beginner li:nth-child(2) {
	margin-top: 0;
}
.mod-beginner li:nth-child(2n+1) {
	margin-left: 0;
}
.mod-beginner a:after {
	content: "";
	display: block;
	width: 10.5px;
	height: 14.5px;
	background: url('../img/common/arrow-red-m.png') no-repeat;
	background-position: right center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 1.5%;
	margin-top: -7px;
}



/* ---------------------------
  @ モジュール「プラン・料金」
--------------------------- */
.mod-plan {
	padding: 0 4.6875%;
	margin: 25px 0 30px;
}
.mod-plan h2 {
	padding-bottom: 5px;
	border-bottom: #d01027 1px solid;
	line-height: 1.2;
	text-align: center;
	font-size: 20px;
	color: #d01027;
	margin-bottom: 13px;
}
/* mod-plan-body */
.mod-plan-body {
	margin-bottom: 30px;
	margin-right: -1%;
	margin-left: -1%;
	overflow: hidden;
}
/* wide */
.mod-price-block.wide {
	margin: 0 1%;
	width: 98%;
}
.mod-price-block.wide em {
	width: 100%;
	position: relative;
}
.mod-price-block.wide em span:before ,
.mod-price-block.wide em span:after {
	content: "";
	display: inline-block;
	background: url('../img/common/icon-diamond.png') no-repeat;
	background-size: contain;
	background-position: left center;
	width: 8.5px;
	height: 11px;
}
.mod-price-block.wide em span:before {
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -5px;
}
.mod-price-block.wide em span:after {
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -5px;
}
.mod-price-block.wide div {
	padding: 10px 5% 8px 3.44875%;
}
.mod-price-recommend > div:after ,
.mod-price-popular > div:after {
	content: "";
	display: block;
	width: 10.5px;
	height: 14.5px;
	background: url('../../img/common/sp/arrow-red-m.png') no-repeat;
	background-position: right center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 1.5%;
	margin-top: -7px;
}
.mod-price-block.wide h3 {
	font-size: 24px;
}
/* wide-inner */
.mod-price-block.wide .wide-inner {
	width: 100%;
	padding: 0;
	display: table;
	box-sizing: border-box;
}
/* wide-icon */
.mod-price-block.wide .wide-icon ,
.mod-price-block.wide .wide-title {
	vertical-align: middle;
	padding: 0;
	display: table-cell;
}
.mod-price-block.wide .wide-icon {
	width: 100px;
}
.mod-price-block.wide .wide-title {
	padding-left: 3%;
}
/* mod-price-block */
.mod-price-block {
	width: 48%;
	margin: 9px 1% 0;
	float: left;
	display: block;
}
.mod-price-block div {
	background: #faf6ec;
	padding: 8px 7.14285% 6px;
	border-radius: 5px;
	-webkit-border-radius 5px;
	-moz-border-radius 5px;
	position: relative;
}
.mod-price-block em {
	display: block;
	padding: 2px 0 1px;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
}
.mod-price-block h3 {
	margin: 7px 0;
	line-height: 1;
	padding-bottom: 1px;
	border-bottom: #d01027 1px solid;
	letter-spacing: -1px;
	font-size: 17px;
	color: #d01027;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mod-price-block li {
  letter-spacing: -0.04em;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
/* mod-price-recommend */
.mod-price-recommend em {
	width: 75px;
	background: #d01027;
	border: #d01027 1px solid;
	color: #fff;
}
/* .mod-price-popular */
.mod-price-popular em {
	width: 75px;
	background: #fff;
	border: #d01027 1px solid;
	color: #d01027;
}










/* ---------------------------
  @ ブロック「矢印付きリスト」
--------------------------- */
.block-arrow-list {
  margin-top: -2px; /* Hide Dotted Border */
}
.block-arrow-list-title {
  padding: 10px 0 12px;
  border-top: 1px solid #d01027;
  background: url("../img/salon/common/bg-rounded-stripe.png") repeat-x top center;
  background-size: 28px 44px;
  line-height: 1.25;
  text-align: center;
  font-size: 18px;
}
.block-arrow-list li,
.block-arrow-list dd,
.block-arrow-list section {
border-bottom: 1px dashed #FB717B;
}
.block-arrow-list dt,
.block-arrow-list-pref {
margin: 10px 1.40625% 0;
border: 1px solid #d01027;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #fcefef;
line-height: 25px;
text-align: center;
color: #d01027;
}
.block-arrow-list a {
  display: block;
  padding: 18px 4.6875%;
  line-height: 1.2;
  color: #d01027;
  position: relative;
}
.block-arrow-list a:after {
  content: "";
  display: inline-block;
  padding-left: 7px;
  width: 10.5px;
  height: 14.5px;
  background: url('../img/common/arrow-red-m.png') no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  right: 4.375%;
  top: 50%;
  margin-top: -7px;
}
.block-arrow-list a span {
  margin-right: 3em;
}


/*	Arrow List Border Capped
-----------------------------*/
.block-arrow-list.line-cap {
  border-top: 1px dashed #FB717B;
}


/*	Arrow List Border Top
-----------------------------*/
.block-arrow-list.line-top {
	margin-top: 30px;
}
.block-arrow-list.line-top li,
.block-arrow-list.line-top dd {
  border: 0;
  border-top: 1px dashed #FB717B;
}


/*	Arrow List Narrow
-----------------------------*/
.block-arrow-list.list-narrow a {
  padding: 12px 4.6875%;
}


/*	With Arrow Down
-----------------------------*/
.block-arrow-list-title.with-arrow-down {
  position: relative;
}
.block-arrow-list-title.with-arrow-down:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #d01027 transparent transparent transparent;
  position: absolute;
  right: 4.6875%;
  top: 50%;
  margin-top: -6px;
}
.block-arrow-list-title.with-arrow-down.on:after {
  border-width: 0 6px 11px 6px;
  border-color: transparent transparent #d01027 transparent;
}


/*	For Accordion
-----------------------------*/
.block-arrow-list.accordion {
  margin: 0;
  background: url("../img/salon/common/bg-rounded-stripe.png") repeat-x top center;
  background-size: 28px 44px;
}
.block-arrow-list.accordion:last-child {
  border-bottom: 1px solid #D01027;
}
.block-arrow-list.accordion .block-arrow-list-title {
  padding: 10px 0 9px;
  background: none;
  font-weight: bold;
  font-size: 16px;
}
.block-arrow-list.accordion .block-arrow-list-title.on {

}
.block-arrow-list.accordion dt {
  font-weight: bold;
  font-size: 15px;
}
.block-arrow-list.accordion dl:last-child dd:last-child {
  border: 0;
}




/* ---------------------------
  @ ブロック「お客様の声リスト」
--------------------------- */
.block-voice-list dl {
  margin-bottom: 10px;
  padding: 8px 10px 10px;
  background: #fbe8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.block-voice-list dt {
  margin-bottom: 12px;
  font-size: 16px;
  color: #d01027;
}
.block-voice-list dt img {
  margin: 0 5px 0 10px;
  width: 45px;
  height: auto;
  vertical-align: middle;
}
.block-voice-list dd {
  padding: 12px 10px;
  background: #fff;
  line-height: 1.4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.block-voice-list dd {
  padding: 12px 10px;
  background: #fff;
  line-height: 1.4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.block-voice-list dd:before {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  background: url("../img/salon/common/arrow-voice.png") no-repeat bottom center;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: 50px;
}




/* ---------------------------
  @ ブロック「タブ」
--------------------------- */
.block-tab-nav {
  margin: 25px 0 18px;
  border-bottom: 2px solid #da4044;
}
.block-tab-nav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.block-tab-nav li {
  display: table-cell;
  width: 25%;
  vertical-align: bottom;
}
.block-tab-nav a {
  display: block;
  margin-left: -1px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  background-color: #f9f9f9;
  border-radius: 5px 5px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #c9c9c9;
  border-bottom: 0;
  line-height: 39px;
  letter-spacing: -0.05em;
  font-size: 20px;
  color: #666;
}
.block-tab-nav a.on {
  background: #f96b6e;
  border-color: #f96b6e;
  border-left-color: #c9c9c9;
  color: #fff;
}



/* ---------------------------
  @ ブロック「タブ・部位」
--------------------------- */
/*	Layout
-----------------------------*/
.block-voice.region {
  padding-left: 4.6875%;
  padding-right: 4.6875%;
}
.block-voice.region > div {
  overflow: hidden;
}


/*	Navigation
-----------------------------*/
.block-tab-region {
  margin: 10px 0;
  width: 100%;
  height: 47px;
  overflow: hidden;
  border-bottom: 4px solid #ce162e;
  margin-bottom: 8px;
  position: relative;
}
.block-tab-region li {
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 10;
}
.block-tab-region .left-tab {
  padding-right: 22px;
  left: 0;
}
.block-tab-region .right-tab {
  padding-left: 22px;
  right: 0;
}
.block-tab-region .left-tab a {
  padding-left: 20px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.block-tab-region .right-tab a {
  padding-right: 20px;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.block-tab-region li.on {
  z-index: 20;
}
.block-tab-region li a {
  display: block;
  line-height: 47px;
  background-color: #f9f9f9;
  border-color: #cecece;
  border-width: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  font-size: 20px;
  color: #666;
  position: relative;
}
.block-tab-region li a:before {
  content: "";
  display: block;
  width: 30px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 30px 47px;
  background-position: top center;
  position: absolute;
  top: -1px;
}
.block-tab-region li.on a {
  background-color: #F96B6E;
  border-color: #F96B6E;
  color: #fff;
}

/* Change Backgrounds */
.block-tab-region .left-tab a:before { background-image: url('../img/voice/index/bg-taboff-left.png'); right: -30px; }
.block-tab-region .right-tab a:before { background-image: url('../img/voice/index/bg-taboff-right.png'); left: -30px; }
.block-tab-region .left-tab.on a:before { background-image: url('../img/voice/index/bg-tabon-left.png'); }
.block-tab-region .right-tab.on a:before { background-image: url('../img/voice/index/bg-tabon-right.png'); }


/*	Button Stripe
-----------------------------*/
.block-region .btn-stripe {
  padding: 0;
  margin-bottom: 7px;
  width: 100%;
  height: 37px;
  font-size: 10px;
}
.block-region .btn-stripe:after {
  display: none;
}
.block-region .btn-stripe a {
  display: block;
  height: 100%;
}
.block-region .btn-stripe a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 103%;
  width: 0;
}
.block-region .btn-stripe span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

/*	Contents
-----------------------------*/
.block-region {
  margin-bottom: 15px;
}
.block-region-body {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.block-region-btns {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  min-width: 60px;
  float: left;
}
.region-right{
  float: right;
}
.block-region-image {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8%;
  width: 60%;
  text-align: center;
}
.block-region-image img {
	width: 120px;
}

#front .block-plan-body{
  width: 290px;
  height: 440px;
  background: url('../img/common/img-front.png') no-repeat;
  margin: 0 auto;
  background-size: 290px 427px;
}
#back .block-plan-body{
  width: 290px;
  height: 440px;
  background: url('../img/common/img-back.png') no-repeat;
  margin: 0 auto;
  background-size: 290px 427px;
}

/* ---------------------------
  タブ切替
--------------------------- */

.block-region.camVer #front .block-plan-body,
.block-region.camVer #back .block-plan-body{
  width: 100%;
  height: auto;
  background-image:none;
}



/*	Block Course Head33
-----------------------------*/
.block-course-head33 {
  background: #fbe8e8;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.block-course-head33 h3 {
  line-height: 30px;
  letter-spacing: -0.05em;
  text-align: center;
  font-size: 22px;
  color: #d01027;
  margin-bottom:10px;
  position: relative;
}

.block-course-head33 h3:after{
  display: none;
}

.block-course-head33 h3 a {
  display: block;
  color: #d01027;
}
.block-course-head33 ul {
  width: 78px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 7px;
}
.block-course-head33 li {
  margin-right: 8px;
  width: 31px;
  float: left;
}

.block-course-head33 .tokuCampTtl,
.block-choice-head .tokuCampTtl{
  font-size:15px;
  text-align: center;
  color:#d01026;
  border-top: #F96B6E dashed 3px;
  border-bottom: #F96B6E dashed 3px;
  padding: 3px 10px 2px;
  line-height: inherit;
  margin: 4px 23px 15px;
}

.font14cmb4{
  text-align:center;
  margin-bottom:15px;
  font-size:14px;
}

.chusyaku80{
  font-size:12px;
  letter-spacing:0.2px;
  text-align:center;
  margin-top:20px;
}

.chusyaku80-2{
  font-size:12px;
  letter-spacing:0.2px;
  text-align:center;
  margin-top:5px;
}
.chusyaku80-3{
  font-size:12px;
  letter-spacing:0.2px;
  text-align:center;
  margin-top:30px;
}

.block-region.camVer ul.block-tab-region li.on a{
  font-size: 16px;
}

.block-region.camVer ul.block-tab-region li a{
  font-size: 16px;
}

.block-region.camVer ul.block-tab-region li span.label{
  display: inline;
  color: #fff;
  font-size: 14px;
  padding: 3px;
  vertical-align: middle;;
  margin: 0 3px 3px 0;
}
  .block-region.camVer ul.block-tab-region li span.label.new{
    background-color: #ffae21;
  }

  .block-region.camVer ul.block-tab-region li p.specam{
    display:inline-block;
    line-height:1.2;
    font-size:15px;
    font-weight:bold;
    margin-top:6px;
  }

.block-region.camVer .block-choice dd{
  font-size: 20px;
}


/* 　全身脱毛_190326
--------------------------- */
.block-choice {

}

.block-choice .img-main {
  margin-top:15px;
}

.block-choice .sub-ttl-txt {
  font-size:15px;
  color:#d01027;
  text-align:center;
  margin:20px 0 8px;
}

.block-choice .white-mado {
  margin-bottom:8px;
  background-color:#fff;
  padding:2%;
}
.block-choice .white-mado-last {
  background-color:#fff;
  padding:2%;
}
.block-choice .white-mado .white-box-l,
.block-choice .white-mado-last .white-box-l {
  width: 40%;
  margin:auto;
  box-sizing:border-box;
}
.block-choice .white-mado .white-box-r,
.block-choice .white-mado-last .white-box-r {
  text-align: left;
  width: 60%;
  padding-left: 3%;
  box-sizing:border-box;
}
.block-choice .white-mado .white-box-r .komidashi,
.block-choice .white-mado-last .white-box-r .komidashi {
  font-size: 2.8vw;
  color:#d01027;
  line-height: 4vw;
}
.block-choice .white-mado .white-box-r .komidashi span,
.block-choice .white-mado-last .white-box-r .komidashi span {
  font-size:4.4vw;
  line-height: 5vw;
}

.block-choice .white-mado .white-box-r .atehamaru,
.block-choice .white-mado-last .white-box-r .atehamaru {
  font-size: 2.8vw;
  color:#fff;
  background-color:#d01027;
  padding:1% 3%;
  margin-bottom:3px;
  text-align: center;
  width: 70%;
}
.block-choice .white-mado .white-box-r .txt28vw,
.block-choice .white-mado-last .white-box-r .txt28vw {
  font-size: 2.8vw;
}

.block-choice .img-mt15 {
  margin-top:15px;
}

.block-choice .attention {
  font-size:12px;
  text-align:left;
  line-height:1.3em;
}
.pats-list-ttl{
  text-align: center;
  font-size: 20px;
  color: #d01027;
  margin-bottom: 25px;
}
.spl-txt{
  text-align: center;
  color: #D01026;
  font-size: 14px;
}
.block-labels-large.parts-style li a{
  color: #eb7a88;
}


/* 　END-全身脱毛_190326
--------------------------- */


  .block-region.camVer dd.monthly.first{
    position:relative;
    margin-bottom: 23px;
  }
  .block-region.camVer dd.monthly.first em{
    font-size: 30px;
  }
  .block-region.camVer dd.monthly small{
    font-size: 13px;
  }

  .block-region.camVer dd.monthly.first:after {
    display: block;
    content: " ";
    width: 30px;
    height: 17px;
    background-image: url(../img/common/price_arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -21px;
    background-size: 30px auto;
}

.block-region.camVer .labelPrice {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../img/common/price_label.png);
    background-size: 70px auto;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -25px;
}

.labelPrice33 {
    display: inline-block;
    width:  46px;
    height: 46px;
    background-size: 46px auto;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 30px;
}

.labelPrice33-2 {
    display: inline-block;
    width: 70px;
    height: 85px;
    background:url(../img/common/price_label02.png);
    background-size: 70px auto;
    background-repeat: no-repeat;
    position:absolute;
    margin:5px 0 0 -80px;
}

.labelPrice33-3 {
    display: inline-block;
    width: 70px;
    height: 85px;
    background:url(../img/common/price_label02.png);
    background-size: 70px auto;
    background-repeat: no-repeat;
    position:absolute;
    vertical-align: bottom;
    margin:-20px 0 0 -80px;
}
.labelPriceCam {
    display: inline-block;
    width: 70px;
    height: 85px;
    background:url(../img/common/labelPriceCam.png);
    background-size: 70px auto;
    background-repeat: no-repeat;
    position:absolute;
    margin:7px 0 0 -70px;
}
.labelPriceCamPFP {
    display: inline-block;
    width: 70px;
    height: 85px;
    background:url(../img/common/labelPriceCam.png);
    background-size: 70px auto;
    background-repeat: no-repeat;
    position:absolute;
    margin:-7px 0 0 -70px;
}

.labelPriceCam1712 {
    display: inline-block;
    width: 70px;
    height: 85px;
    background:url(../img/common/171121_labelPriceCam.png);
    background-size: 70px auto;
    background-repeat: no-repeat;
    position:absolute;
    margin:7px 0 0 -70px;
}
.labelPriceCamPFP1712 {
    display: inline-block;
    width: 70px;
    height: 85px;
    background:url(../img/common/171121_labelPriceCam.png);
    background-size: 70px auto;
    background-repeat: no-repeat;
    position:absolute;
    margin:-7px 0 0 -70px;
}





.totalTtl{
  font-size: 13px;
  line-height:1.2;
  text-align:center;
  display:inline-block;
  vertical-align:text-bottom;
}

.totalTtl2{
  font-size: 13px;
  line-height:1.2;
  text-align:center;
  display:inline-block;
  vertical-align:text-bottom;
}

.block-region.camVer dd.monthly.last em{
  font-size: 38px;
}
.block-region.camVer dd.monthly2.last{
  font-size: 15px;
  margin-top:15px;
}
.block-region.camVer dd.monthly2.last em{
  font-size: 27px;
}
.block-region.camVer dd.monthly2.last small{
  font-size: 13px;
}



/*コース一覧*/

.block-courses.camVer em{
  font-weight: bold;
}
.block-courses.camVer dl.priceNone{
  letter-spacing: normal;
}
.block-courses.camVer dl.priceNone em{
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
}
.block-courses.camVer dl.priceNone dd{
  line-height: 1.4;
}


/* ---------------------------
  @ ブロック「ラベルリスト」
--------------------------- */
.block-labels {
  margin-left: 0.6451613%;
}
.block-labels {
  letter-spacing: -0.35em;
}
.block-labels li {
  width: 29.0322581%;
  margin-bottom: 7px;
  margin-left: 2.5806452%;
  display: inline-block;
  vertical-align: top;
  background: #fef7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fac5c5;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.03em;
  font-weight: bold;
  font-size: 11px;
  color: #eb7a88;
}

/*	Full
-----------------------------*/
.block-labels.full {
  overflow: hidden;
  margin-left: 0;
}
.block-labels.full ul {
  margin-left: -2%;
}
.block-labels.full li {
  margin-left: 2%;
  width: 31.3333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*	Caption
-----------------------------*/
.block-labels .block-labels-cap {
  margin-bottom: 5px;
  letter-spacing: normal;
  text-align: center;
  font-size: 13px;
  color: #d01027;
}
.block-labels .block-labels-cap span {
  display: inline-block;
  margin-right: 2px;
  padding: 1px 5px;
  line-height: 1;
  border: 1px solid #d01027;
}



/* ---------------------------
	@ ブロック「人物画像」
--------------------------- */
.block-figures {
  margin: 20px 0 25px;
  letter-spacing: -0.35em;
  text-align: center;
}
.block-figures figure {
  display: inline-block;
  vertical-align: top;
  width: 37.6451613%;
  margin: 0 3.5483871%;
}
.block-figures-wide figure {
  width: 74%;
  margin: 0 3.5483871%;
}

.relative {
  position: relative;
}


/* ---------------------------
  @ モジュール「広告ギャラリー」
--------------------------- */

.sp-ad-center{
 text-align:center;
}
.sp-ad-center{
 text-align:center;
}
.sp-admes-top{
 margin:0 auto;
 position:relative;
 max-width:414px;
}
.sp-admes1{
 font-size:12px;
 box-sizing:border-box;
 padding:0 5%;
 max-width:414px;
 position:absolute;
 top:30px;
 left:0;
 text-align:center;
}
.sp-admes1 > p{
 font-size:14px;
 text-align:left;
}
.sp-ad-koukoku1{
 padding:5% 5% 10% 5%;
 margin:0 auto;
 box-sizing:border-box;
 letter-spacing:0;
 max-width:414px;
}
.sp-ad-koukoku2{
 padding:10px 0 0;
 box-sizing:border-box;
}
.sp-ad-koukoku2 > h3{
 padding-bottom:10px;
}
.sp-ad-koukoku3{
 width:90%;
 margin:0 auto;
}
.sp-ad-ver{
 letter-spacing:0;
 font-size:16px;
 margin-top:20px;
}
.sp-ad-tvcm{
 padding:5% 5% 15% 5%;
 margin:0px auto;
 box-sizing:border-box;
 letter-spacing:0;
 max-width:414px;
 border-bottom:1px solid #e2e2e2;
}
.sp-ad-tvcm:last-child{
 border-bottom:none;
}
.sp-ad-prof{
 letter-spacing:0;
 position:relative;
 text-align:center;
 max-width:414px;
 margin:0 auto;
}
.sp-ad-prof2{
 display:flex;
 justify-content:space-between;
 letter-spacing:0;
 position:absolute;
 top:10px;
 left:0;
 max-width:414px;
}
.sp-ad-prof-left{
 width:45%;
 padding-left:3%;
 display:inline-block;
}
.sp-ad-prof-right{
 width:45%;
 padding-right:3%;
}
.sp-ad-prof-p-content{
 text-align:left;
 font-size:12px;
 margin:10px 0 0;
 padding:3%;
 background:white;
 box-sizing:border-box;
}
.sp-ad-prof-left1 > p .sp-ad-prof-right1 > p{
 text-align:center;
 font-size:14px;
 font-weight:bold;
}

















/* ---------------------------
  @ 180123_アコーディオン〜お客様の声
--------------------------- */

.acodi-bg {
  width: 100%;
  background:#fff;
  padding-bottom:40px;
}

.container {
  width: 100%;
  padding: 1% 4.6875% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.accshow .container .clearfix {
  zoom: 1;
}
.accshow .container .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.accshow .container .flow-1 {
  background-color:#fff;
  padding:10px;
}
.accshow .container .flow-2 {
  background-color:#fbe8e8;
  padding:10px;
}
.accshow .container .flow-1 .inner,
.accshow .container .flow-2 .inner {
  float: left;
  width:62%;
  margin:0 3% 0 0;
}
.accshow .container .flow-1 .inner .flow-ttl,
.accshow .container .flow-2 .inner .flow-ttl {
  height:31px;
  margin-bottom:3%;
}
.accshow .container .flow-1 .inner .innerin,
.accshow .container .flow-2 .inner .innerin {
  font-size:14px;
  text-align:justify;
}
.flow-1 .right,
.flow-2 .right{
  float:right;
  width:33%;
}
.flow-sankaku {
  text-align:center;
  margin-top:10px;
}
.flow-txt {
  margin:7px 0 14px;
  text-align:justify;
}
.flow-txt-red {
  font-size:22px;
  color:#d2161c;
  margin-bottom:15px;
  text-align:center;
}
.flow-txt-red span {
  font-size:80%;
}

.rank-ttl-p {
  margin-bottom:15px;
  text-align: justify;
}


.rank-description {
  margin-bottom:40px;
}
.rank-box1 {
  margin-bottom: 10px;
  padding:0 10px 10px;
  background: #fbe8e8;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.rank-box1 dt {
  padding:10px 0 8px;
  color:#ce172e;
  font-size:22px;
  text-align:center;
  line-height:1;
}
.rank-box1 dt span {
  font-size:14px;
}
.rank-box2 {
  padding: 12px 10px;
  background: #fff;
  line-height: 1.4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  text-align: justify;
}
.rank-box2 p {
  font-weight:bold;
}








.accbox {
    margin: 0;
    padding: 0;
    width: 100%
}

/*ラベル*/

.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 10px 0;
    background:#fd888a;
    background-image:url(../img/common/top-open.png);
    background-position: 95% 50%;
    background-size:25px;
    background-repeat: no-repeat;
    cursor :pointer;
    transition: all 0.5s;
    color:#fff;
    font-size:18px;
    text-align:center;
}

.cssacc:checked + label {
    display: block;
    margin: 1.5px 0;
    padding : 10px 0;
    background:#fd888a;
    background-image:url(../img/common/top-close.png);
    background-position: 95% 50%;
    background-size:25px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    color:#fff;
    font-size:18px;
    text-align:center;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}

/**************
resource/css/sp/migrate-plugin.css?191227
**************/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/**************
resource/css/sp/migrate-layout.css?191227
**************/
.mg-salon-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mg-salon-nav li {
  width: 48.75%;
}

.mg-salon-nav li:nth-child(n+2) {
  margin-top: 2.5%;
}

.mg-salon-nav li.mod-full {
  width: 100%;
}

.mg-salon-nav li a {
  width: 100%;
  padding-top: 17px;
  padding-top: 4.53333vw;
  padding-bottom: 17px;
  padding-bottom: 4.53333vw;
  font-size: 14px;
  font-size: 3.73333vw;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background: none;
}

.mg-main {
  overflow: hidden;
  padding-top:17.33333vw;
}

.mg-aside-salon {
  position: relative;
  z-index: 1;
}

.mg-aside-salon-inside {
  position: relative;
  z-index: 1;
}

.mg-aside-salon-bg.mg-page-moving-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mg-aside-salon-bg-inside {
  height: 775px;
  height: 206.66667vw;
}

.mg-aside-salon-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-top: 21.33333vw;
  padding-bottom: 80px;
  padding-bottom: 21.33333vw;
}

.mg-aside-salon-title {
  text-align: center;
  margin-bottom: 46px;
  margin-bottom: 12.26667vw;
}

.mg-aside-salon-title img {
  width: 163px;
  width: 43.46667vw;
}

.mg-aside-reserve {
  background-color: #fcf0f0;
  padding-top: 32px;
  padding-top: 8.53333vw;
  padding-bottom: 32px;
  padding-bottom: 8.53333vw;
}

.mg-aside-reserve-button a {
  padding-top: 42px;
  padding-top: 11.2vw;
  padding-bottom: 42px;
  padding-bottom: 11.2vw;
  font-size: 19px;
  font-size: 5.06667vw;
}

.mg-aside-reserve-button a:before {
  content: "";
  background-image: url(../img/migrate/footer/icon_reserve.png);
  width: 24px;
  width: 6.4vw;
  height: 24px;
  height: 6.4vw;
  margin-right: 8px;
  margin-right: 2.13333vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mg-footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 45px;
  padding-top: 9.46667vw;
  padding-bottom: 120px;
  padding-bottom: 32vw;
}

.mg-footer .mg-page-inside {
  width: 90.53333vw;
}


.mg-footer-tel {
  margin-bottom: 37px;
  margin-bottom: 10.66667vw;
}

.mg-footer-tel a {
  display: block;
}

.mg-footer-tel img {
  width: 100%;
}

.mg-footer-share {
  margin-bottom: 32px;
  margin-bottom: 6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-footer-share li:nth-child(n+2) {
  margin-left: 20px;
  margin-left: 7.2vw;
}

.mg-footer-share a {
  background-color: #6f3e45;
  border-radius: 50%;
  width: 40px;
  width: 13.73333vw;
  height: 40px;
  height: 13.73333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-footer-share img {
  width: 100%;
}

.mg-footer-nav {
  margin-bottom: 32px;
  margin-bottom: 8.53333vw;
}

.mg-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-footer-menu:nth-child(n+2) {
  margin-top: 12px;
  margin-top: 3.2vw;
}

.mg-footer-menu li:nth-child(n+2) {
  margin-left: 22px;
  margin-left: 5.86667vw;
}

.mg-footer-menu a {
  color: #6f3e45;
  font-size: 12px;
  font-size: 3.2vw;
}

.mg-footer-banners {
  margin-bottom: 32px;
  margin-bottom: 8.53333vw;
}

.mg-footer-banners li {
  width: 100%;
  text-align: center;
}

.mg-footer-banners li:nth-child(n+2) {
  margin-top: 12px;
  margin-top: 3.2vw;
}

.mg-footer-copyright {
  text-align: center;
  color: #6f3e45;
  font-size: 10px;
  font-size: 2.66667vw;
}

.mg-header-main {
  background-color: #d01026;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 1000;
  height: 65px;
  height: 17.33333vw;
  padding-left: 12px;
  padding-left: 3.2vw;
  width:100vw;
  top:0;
}

.mg-header-logo img {
  width: 25vw;
}

.mg-header-burger {
  position: fixed;
  z-index: 10000;
  background-color: #fff;
  border: 0;
  outline: none;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 12px rgba(112, 62, 68, 0.2);
          box-shadow: 4px 4px 12px rgba(112, 62, 68, 0.2);
  width: 40px;
  width: 10.66667vw;
  height: 40px;
  height: 10.66667vw;
  top: 12px;
  top: 3.2vw;
  right: 12px;
  right: 3.2vw;
}

.mg-header-burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../../img/migrate/header/sp/burger_line.png);
  width: 18px;
  width: 4.8vw;
  height: 3px;
  height: 0.8vw;
  margin-top: -2px;
  margin-top: -0.53333vw;
  margin-left: -9px;
  margin-left: -2.4vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mg-header-burger span:nth-child(1) {
  -webkit-transform: translateY(-180%);
      -ms-transform: translateY(-180%);
          transform: translateY(-180%);
}

.mg-header-burger span:nth-child(3) {
  -webkit-transform: translateY(180%);
      -ms-transform: translateY(180%);
          transform: translateY(180%);
}

.mg-gnav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #d01026;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 28px 120px 28px;
  padding: 13.33333vw 7.46667vw 32vw 7.46667vw;
  overflow-x: hidden;
}

.mg-gnav.is-active {
  display: block;
}

.mg-gnav-logo {
  margin-bottom: 42px;
  margin-bottom: 11.2vw;
}

.mg-gnav-logo img {
  width: 146px;
  width: 38.93333vw;
}

.mg-gnav-flower {
  position: absolute;
  z-index: -1;
  bottom: 82px;
  bottom: 21.86667vw;
  right: -64px;
  right: -17.06667vw;
  width: 239px;
  width: 63.73333vw;
}

.mg-gnav-menu li:nth-child(n+2) {
  margin-top: 32px;
  margin-top: 8.53333vw;
}

.mg-gnav-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  padding-left: 2.66667vw;
  font-size: 16px;
  font-size: 4.26667vw;
}

.mg-gnav-menu li a:before {
  content: "";
  border-radius: 50%;
  background-color: #fff;
  width: 4px;
  width: 1.06667vw;
  height: 4px;
  height: 1.06667vw;
  margin-right: 10px;
  margin-right: 2.66667vw;
}

.mg-gnav-buttons {
  width: 100vw;
  position: fixed;
  z-index: 10000;
  bottom: -1px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mg-gnav-buttons li {
  width: 50%;
}

.mg-gnav-buttons li a {
  width: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 374px) {
  .mg-gnav-buttons li a {
    height: 55px;
    height: 14.66667vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

@media only screen and (min-width: 375px) {
  .mg-gnav-buttons li a {
    height: 55px;
    font-size: 14px;
  }
}

.mg-gnav-buttons li.mod-salon a {
  color: #f03c51;
  border-top: 1px solid #f03c51;
  background-color: #fff;
}

.mg-gnav-buttons li.mod-salon a:before {
  content: "";
  background-image: url(../img/migrate/header/icon_salon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 374px) {
  .mg-gnav-buttons li.mod-salon a:before {
    width: 14px;
    width: 3.73333vw;
    height: 18px;
    height: 4.8vw;
    margin-right: 7px;
    margin-right: 1.86667vw;
  }
}

@media only screen and (min-width: 375px) {
  .mg-gnav-buttons li.mod-salon a:before {
    width: 14px;
    height: 18px;
    margin-right: 7px;
  }
}

.mg-gnav-buttons li.mod-reserve a {
  color: #fff;
  background-color: #f03c51;
}

.mg-gnav-buttons li.mod-reserve a:before {
  content: "";
  background-image: url(../img/migrate/header/icon_reserve.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 374px) {
  .mg-gnav-buttons li.mod-reserve a:before {
    width: 18px;
    width: 4.8vw;
    height: 18px;
    height: 4.8vw;
    margin-right: 7px;
    margin-right: 1.86667vw;
  }
}

@media only screen and (min-width: 375px) {
  .mg-gnav-buttons li.mod-reserve a:before {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
}


.header-cvbox {
    color:#d01027;
    background:#fff;
    margin:0 4vw;
    width:32vw;
    height:13.33333vw;
    font-size: 3.3vw;
    font-weight: bold;
    text-align:center;
    vertical-align: middle;
    border-radius: 4px;
}
.flexiblebox {
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.mg-gnav .mg-gnav-inside p.nav_link {
  margin: 8.93333vw 0 0 -2.93333vw;
}

.mg-gnav .mg-gnav-inside p.nav_link a {
  display: block;
  border-radius: 2vw;
   background: #FFFFFF url(../../migrate/images/common/sp/icon02.svg) no-repeat; background-position: right 7.2vw center;
   background-size: 5.33333vw auto;
   color: #dc2733; text-align: center;
   font-size: 4vw;
   letter-spacing: 0.36em;
   width: 90.66667vw;
   padding: 5.2vw 0 5.06667vw 0;
 }

 /**************
resource/css/sp/migrate-page.css?191227
**************/
.mg-button-pink {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #ed3f55;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-button-pink-cv {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #ff9321;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}


.mg-button-white {
  color: #ed3f55;
  background-color: #fff;
  border: 1px solid #ed3f55;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main {
  display: block;
}

.mg-page {
  max-width: 768px;
  margin: 0 auto;
}

.mg-page-inside {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  width: 85.33333vw;
}

.mg-page-header-title {
  height: 150px;
  height: 40vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-page-header-image {
  height: 240px;
  height: 64vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mg-page-moving-frame {
  position: relative;
  overflow: hidden;
  background-color: #fcf0f0;
}

.mg-page-moving-frame.mg-mod-reverse .mg-page-moving-image {
  top: 0;
  bottom: auto;
}

.mg-page-moving-image {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  will-change: transform;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mg-page-moving-image.is-loaded {
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.mg-page-aside {
  background-color: #fbf5f6;
  padding-top: 50px;
  padding-top: 13.33333vw;
  padding-bottom: 50px;
  padding-bottom: 13.33333vw;
}

.mg-page-links {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  width: 85.33333vw;
}

.mg-page-links li:nth-child(n+2) {
  margin-top: 8px;
  margin-top: 2.13333vw;
}

.mg-page-links li a {
  line-height: 1.5;
  padding: 14px;
  padding: 3.73333vw;
  font-size: 14px;
  font-size: 3.73333vw;
}

/**************
resource/css/sp/layout.css?191227
**************/
/* ---------------------------
  GINZA CALLA LAYOUT
	@ Base Setting
	@ Header
	@ Menu
	@ Main
	@ Page
	@ Footer
--------------------------- */



/* ---------------------------
	@ Base Setting
--------------------------- */

/* ---------------------------
	single.php
--------------------------- */
.p_category .l_container {
  width: 100%;
  min-width: initial;
}

.p_category .l_container .btn_wrap {
  text-align: center;
  margin: 30px 0 0;
}


/*	Body
-----------------------------*/
body {
  /*background: url('../img/common/bg1.png');*/
  background-size: 32px 5px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333333;
  position: relative;
  right: 0;
  /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}

/* menu-open */
.menu-open {
	right: 270px;
}

/*	Anchor
-----------------------------*/
a {
  outline: none;
  border: 0;
  text-decoration: none;
  color: #007095;
}


/*	List
-----------------------------*/
li {
  list-style: none;
}


/*	Image
-----------------------------*/
img {
  max-width: 100%;
  height: auto;
  outline: none;
  border: 0;
  vertical-align: top;
}

.wrapper.container.p_category {
  padding: 0;
}
.wrapper.container.p_category > .main {
  padding: 0;
  margin: 0;
}

/* ---------------------------
	@ Header
--------------------------- */

/*	Layout
-----------------------------*/
.breadcrumb {
  background: #fbe8e8;
  padding: 0 4.6875%;
  margin: 17.33333vw 0 0;
  height: 36px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.breadcrumb .container {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
}

.breadcrumb .container li,
.breadcrumb .container li a,
.breadcrumb .container li span {
  font-size: 12px;
  color: #333;
}

.header {
  height: 54px;
  background: #d01027;
  position: relative;
}


/*	Header Logo
-----------------------------*/
.header-logo {
  width: 157px;
  height: 53.5px;
  position: absolute;
  top: 0;
  left: 0;
}
.header-logo a {
  display: block;
}


/*	Header Navigation
-----------------------------*/
.header-nav {
  width: 108px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-nav li {
  border-left: 2px solid #fff;
  width: 52px;
  height: 100%;
  float: left;
  background: url('../img/common/bg-pinkstripe-large.png');
  background-size: 10px 10px;
}
.header-nav a {
  display: block;
  padding-top: 38px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: bold;
  font-size: 10px;
  color: #d01027;
  position: relative;
}
.header-nav a:before {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.header-nav-search a:before {
  top: 8px;
}

/* ---------------------------
	@ Menu
--------------------------- */
.menu {
  box-sizing: border-box;
  width: 270px;
  height: 100%;
  background-color: #fdd2d2;
  border-left: #ccc 5px solid;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: -270px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* menu-listopen */
.menu-listopen {
	right: 0;
}

/* main-overlay */
.main-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #000;
  opacity: .5;
  height: 100%;
  width: 100%;
}

.menu ul {
	padding: 0 5px;
	background: #fff;
}
.menu ul li {
	border-top: #fdd2d2 1px solid;
}
.menu ul li a {
	display: block;
	color: #d01027;
	font-size: 14px;
	padding: 17px 0 15px 50px;
	position: relative;
}
.menu ul li a:after {
	content: "";
	width: 10px;
	height: 15px;
	background: url(../img/common/menu-arrow.png) no-repeat;
	background-position: left top;
	background-size: 100% auto;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
}
/* gnav-web */
.menu ul .gnav-web a {
	background: url(../img/common/menu-icon-web.png) no-repeat;
	background-position: 13px center;
	background-size: 21px auto;
}
/* gnav-about */
.menu ul .gnav-about a {
	background: url(../img/common/menu-icon-about.png) no-repeat;
	background-position: 13px center;
	background-size: 21px auto;
}
/* gnav-datsumo */
.menu ul .gnav-datsumo a {
	background: url(../img/common/menu-icon-datsumou.png) no-repeat;
	background-position: 13px center;
	background-size: 21px auto;
}
/* gnav-plan */
.menu ul .gnav-plan a {
	background: url(../img/common/menu-icon-plan.png) no-repeat;
	background-position: 13px center;
	background-size: 21px auto;
}
/* gnav-search */
.menu ul .gnav-plan a {
	background: url(../img/common/menu-icon-plan.png) no-repeat;
	background-position: 13px center;
	background-size: 21px auto;
}
/* gnav-search */
.menu ul .gnav-search a {
	background: url(../img/common/menu-icon-salon.png) no-repeat;
	background-position: 13px center;
	background-size: 21px auto;
}
/* gnav-faq */
.menu ul .gnav-faq a {
	background: url(../img/common/menu-icon-faq.png) no-repeat;
	background-position: 13px center;
	background-size: 21px auto;
}
/* gnav-campaign */
.menu ul .gnav-campaign a {
	background: url(../img/common/menu-icon-campaign.png) no-repeat;
	background-position: 13px center;
	background-size: 21px auto;
}

/* gnav-removal */
.menu ul .gnav-removal a {
	background: url(../img/common/icon-heart-red.png) no-repeat;
	background-position: 13px center;
	background-size: 21px auto;
}

/* menu-bghead
------------------------- */
.menu-bghead {
	background: #fff;
	padding: 10px 5px 0;
}

/* menu-sphead
------------------------- */
.menu-sphead {
	background: #d01027;
	padding: 15px 0 10px;
}
.menu-sphead.simpleVer{
  padding: 5px 0 7px !important;
}

/* menu-logo */
.menu-logo {
	width: 223px;
	margin: 0 auto 11px;
}
.menu-logo img {
	width: 100%;
	height: auto;
}

/* menu-logo02 */
.menu-logo02 {
	width: 140px;
	margin: 0 0 0 10px;
}
.menu-logo02 img {
	width: 100%;
	height: auto;
}

/* menu-cm */
.menu-cm {
	width: 228px;
	margin: auto;
}
.menu-cm a {
	display: block;
	background: #fff;
	padding: 9px 30px 7px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.menu-cm img {
	width: 100%;
	height: auto;
	display: block;
}
/* menu-spfoot
------------------------- */
.menu-spfoot {
	color: #d01027;
	font-size: 9px;
	text-align: center;
	padding-top: 8px;
}



/* ---------------------------
	@ Main
--------------------------- */
.main {
  margin: 15px 0 30px;
  padding-top:17.33333vw;
}
.main.p_tag {
  margin: 10px 0 10px;
  padding-top: 0;
}



/* ---------------------------
	@ Page
--------------------------- */

/*	Page Head
-----------------------------*/
.page-head {
  margin-bottom: 9px;
  padding: 15px 0 14px;
  background: url('../../img/common/sp/title-bg.png') no-repeat;
  background-position: center top;
  /*background-size: 100% 54px;*/
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
  /*font-size: 20px;*/
  font-size: 18px;
  color: #fff;
}
.page-head._renewal {
  margin: 10px 0 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: #d01127;
}
.page-head._renewal .inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 6px 0;
  padding: 10px;
  font-size: 18px;
  line-height: 1.6;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  color: #fff;
}
.page-head .sub {
  position: relative;
}

.page-head-l2 {
    background-size: 100% 74px;
  }

.page-head .site {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.page-head-small {
  padding: 17px 0 16px;
  /*font-size: 17px;*/
    font-size: 18px;
}

/* Thicer */
.page-head-thick {
  padding: 15px 0;
  background: url("../../img/common/sp/title-bg-thick.png") no-repeat;
  background-size: 100% 100%;
  /*background-size: cover;*/
}
.page-head-thick > span {
  display: inline-block;
  vertical-align: middle;
}
.page-head-thick > span .sub {
  display: block;
  font-weight: normal;
  font-size: 16px;
}

.ti40 {
  text-indent: -40px;
}



/*	Page Body
-----------------------------*/
.page-body {

}



/* ---------------------------
	@ Footer
--------------------------- */
.footer img {
  width: 100%;
  vertical-align: bottom;
}
.footer-inner {
  padding: 30px 0 20px;
  background: #fbe8e8;
}
.footer-inner address {
  text-align: center;
  font-size: 8px;
  color: #d01027;
}


/*	Footer Banner
-----------------------------*/
.footer-banner {
  margin-bottom: 10px;
  padding: 0 4.6875%;
  overflow: hidden;
}
.footer-banner ul {
  overflow: hidden;
  margin: 0 -1.7241379%;
}
.footer-banner li {
  margin: 0 1.6666667% 10px;
  width: 46.666666%;
  float: left;
  background-color: #fff;
}
.footer-banner a {
  display: block;
}


/*	Footer SNS
-----------------------------*/
.footer-sns {
  margin: 10px 0 20px;
}
.footer-sns ul {
  letter-spacing: -0.3em;
  text-align: center;
}
.footer-sns li {
  margin: 0 5px;
  width: 69px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.footer-sns img {
  display: block;
}


/*	Footer List
-----------------------------*/
.footer-list {
  margin: 20px 0;
  background: #fff;
}


/*	Footer Navigation
-----------------------------*/
.footer-nav {
  margin: 20px 0 13px;
}
.footer-nav ul {
  letter-spacing: -0.3em;
  /*text-align: center;*/
  margin-left:5%;
}
.footer-nav li {
  margin: 0 0.9375% 7px;
  display: inline-block;
  width: 46.375%;
  vertical-align: top;
  letter-spacing: normal;
}

/*  2015/09/15 add
-----------------------------*/
.footer-banner .bnr_selfcheck {
    margin-bottom: 10px;
}



body { font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; -webkit-font-feature-settings: 'palt' 1; font-feature-settings: 'palt' 1; letter-spacing: 0.05em; }

@media all and (-ms-high-contrast: none) { body { letter-spacing: 0; } }

.sp-main { /** anchors */ /**************************************/ }

.sp-main h1, .sp-main h2, .sp-main h3, .sp-main h4, .sp-main h5, .sp-main h6 { font-weight: 100; }

.sp-main p { text-align: left; font-size: 1.3em; }

.sp-main span { font-size: 1em; }

.sp-main address, .sp-main caption, .sp-main cite, .sp-main code, .sp-main dfn, .sp-main em, .sp-main strong, .sp-main th, .sp-main var, .sp-main p.strong, .sp-main span.strong, .sp-main p.cosmetic_txt { font-style: normal; font-weight: 100; }

.sp-main a img { border-style: none; outline: medium none; }

.sp-main object { border-style: none; outline: medium none; }

.sp-main a { color: #c21126; text-decoration: none; outline: none; }

.sp-main a:link { outline: medium none; }

.sp-main a:visited { outline: medium none; }

/* -----------------------------------------------------------------
@mixin
------------------------------------------------------------------ */
.century_font { font-family: Century Gothic,arial,sans-serif; }

.hannari_font { font-family: "Hannari",'Noto Serif JP','Sawarabi Mincho', serif; font-weight: 400; }

/* main { position: relative; top: 0; left: 0; padding: 17.33333vw 0 0 0; z-index: 1; } */
main { position: relative; top: 0; left: 0; z-index: 1; }

main .mv-top-senyo { padding: 1vw; background-color: #eb4158; }

main .mv-top-senyo p { text-align: center; font-size: 3.5vw; color: #ffffff; }

@media screen and (min-width: 1000px) { /* ----------------------------------------------------------------- float ------------------------------------------------------------------ */
  .float_l { float: left; }
  .float_r { float: right; } }

/* -----------------------------------------------------------------
ClearFix
------------------------------------------------------------------ */
.clear:after { content: " "; height: 0px; clear: both; visibility: hidden; display: block; }

.clear { display: inline-block; }

* html .clear { height: 1%; }

.clear { display: block; }

/* -----------------------------------------------------------------
margin
------------------------------------------------------------------ */
.ma { margin: 0 auto; }

.mt5 { margin-top: 5px; }

.mr5 { margin-right: 5px; }

.mb5 { margin-bottom: 5px; }

.ml5 { margin-left: 5px; }

.pt5 { padding-top: 5px; }

.pr5 { padding-right: 5px; }

.pb5 { padding-bottom: 5px; }

.pl5 { padding-left: 5px; }

.mt10 { margin-top: 10px; }

.mr10 { margin-right: 10px; }

.mb10 { margin-bottom: 10px; }

.ml10 { margin-left: 10px; }

.pt10 { padding-top: 10px; }

.pr10 { padding-right: 10px; }

.pb10 { padding-bottom: 10px; }

.pl10 { padding-left: 10px; }

.mt15 { margin-top: 15px; }

.mr15 { margin-right: 15px; }

.mb15 { margin-bottom: 15px; }

.ml15 { margin-left: 15px; }

.pt15 { padding-top: 15px; }

.pr15 { padding-right: 15px; }

.pb15 { padding-bottom: 15px; }

.pl15 { padding-left: 15px; }

.mt20 { margin-top: 20px; }

.mr20 { margin-right: 20px; }

.mb20 { margin-bottom: 20px; }

.ml20 { margin-left: 20px; }

.pt20 { padding-top: 20px; }

.pr20 { padding-right: 20px; }

.pb20 { padding-bottom: 20px; }

.pl20 { padding-left: 20px; }

.mt25 { margin-top: 25px; }

.mr25 { margin-right: 25px; }

.mb25 { margin-bottom: 25px; }

.ml25 { margin-left: 25px; }

.pt25 { padding-top: 25px; }

.pr25 { padding-right: 25px; }

.pb25 { padding-bottom: 25px; }

.pl25 { padding-left: 25px; }

.mt30 { margin-top: 30px; }

.mr30 { margin-right: 30px; }

.mb30 { margin-bottom: 30px; }

.ml30 { margin-left: 30px; }

.pt30 { padding-top: 30px; }

.pr30 { padding-right: 30px; }

.pb30 { padding-bottom: 30px; }

.pl30 { padding-left: 30px; }

.mt35 { margin-top: 35px; }

.mr35 { margin-right: 35px; }

.mb35 { margin-bottom: 35px; }

.ml35 { margin-left: 35px; }

.pt35 { padding-top: 35px; }

.pr35 { padding-right: 35px; }

.pb35 { padding-bottom: 35px; }

.pl35 { padding-left: 35px; }

.mt40 { margin-top: 40px; }

.mr40 { margin-right: 40px; }

.mb40 { margin-bottom: 40px; }

.ml40 { margin-left: 40px; }

.pt40 { padding-top: 40px; }

.pr40 { padding-right: 40px; }

.pb40 { padding-bottom: 40px; }

.pl40 { padding-left: 40px; }

.mt45 { margin-top: 45px; }

.mr45 { margin-right: 45px; }

.mb45 { margin-bottom: 45px; }

.ml45 { margin-left: 45px; }

.pt45 { padding-top: 45px; }

.pr45 { padding-right: 45px; }

.pb45 { padding-bottom: 45px; }

.pl45 { padding-left: 45px; }

.mt50 { margin-top: 50px; }

.mr50 { margin-right: 50px; }

.mb50 { margin-bottom: 50px; }

.ml50 { margin-left: 50px; }

.pt50 { padding-top: 50px; }

.pr50 { padding-right: 50px; }

.pb50 { padding-bottom: 50px; }

.pl50 { padding-left: 50px; }

.mt55 { margin-top: 55px; }

.mr55 { margin-right: 55px; }

.mb55 { margin-bottom: 55px; }

.ml55 { margin-left: 55px; }

.pt55 { padding-top: 55px; }

.pr55 { padding-right: 55px; }

.pb55 { padding-bottom: 55px; }

.pl55 { padding-left: 55px; }

.mt60 { margin-top: 60px; }

.mr60 { margin-right: 60px; }

.mb60 { margin-bottom: 60px; }

.ml60 { margin-left: 60px; }

.pt60 { padding-top: 60px; }

.pr60 { padding-right: 60px; }

.pb60 { padding-bottom: 60px; }

.pl60 { padding-left: 60px; }

.mt65 { margin-top: 65px; }

.mr65 { margin-right: 65px; }

.mb65 { margin-bottom: 65px; }

.ml65 { margin-left: 65px; }

.pt65 { padding-top: 65px; }

.pr65 { padding-right: 65px; }

.pb65 { padding-bottom: 65px; }

.pl65 { padding-left: 65px; }

.mt70 { margin-top: 70px; }

.mr70 { margin-right: 70px; }

.mb70 { margin-bottom: 70px; }

.ml70 { margin-left: 70px; }

.pt70 { padding-top: 70px; }

.pr70 { padding-right: 70px; }

.pb70 { padding-bottom: 70px; }

.pl70 { padding-left: 70px; }

.mt75 { margin-top: 75px; }

.mr75 { margin-right: 75px; }

.mb75 { margin-bottom: 75px; }

.ml75 { margin-left: 75px; }

.pt75 { padding-top: 75px; }

.pr75 { padding-right: 75px; }

.pb75 { padding-bottom: 75px; }

.pl75 { padding-left: 75px; }

.mt80 { margin-top: 80px; }

.mr80 { margin-right: 80px; }

.mb80 { margin-bottom: 80px; }

.ml80 { margin-left: 80px; }

.pt80 { padding-top: 80px; }

.pr80 { padding-right: 80px; }

.pb80 { padding-bottom: 80px; }

.pl80 { padding-left: 80px; }

.mt85 { margin-top: 85px; }

.mr85 { margin-right: 85px; }

.mb85 { margin-bottom: 85px; }

.ml85 { margin-left: 85px; }

.pt85 { padding-top: 85px; }

.pr85 { padding-right: 85px; }

.pb85 { padding-bottom: 85px; }

.pl85 { padding-left: 85px; }

.mt90 { margin-top: 90px; }

.mr90 { margin-right: 90px; }

.mb90 { margin-bottom: 90px; }

.ml90 { margin-left: 90px; }

.pt90 { padding-top: 90px; }

.pr90 { padding-right: 90px; }

.pb90 { padding-bottom: 90px; }

.pl90 { padding-left: 90px; }

.mt95 { margin-top: 95px; }

.mr95 { margin-right: 95px; }

.mb95 { margin-bottom: 95px; }

.ml95 { margin-left: 95px; }

.pt95 { padding-top: 95px; }

.pr95 { padding-right: 95px; }

.pb95 { padding-bottom: 95px; }

.pl95 { padding-left: 95px; }

.mt100 { margin-top: 100px; }

.mr100 { margin-right: 100px; }

.mb100 { margin-bottom: 100px; }

.ml100 { margin-left: 100px; }

.pt100 { padding-top: 100px; }

.pr100 { padding-right: 100px; }

.pb100 { padding-bottom: 100px; }

.pl100 { padding-left: 100px; }

.fs10 { font-size: 1em; }

.fs11 { font-size: 1.1em; }

.fs12 { font-size: 1.2em; }

.fs13 { font-size: 1.3em; }

.fs14 { font-size: 1.4em; }

.fs15 { font-size: 1.5em; }

/* -----------------------------------------------------------------
@mixin
------------------------------------------------------------------ */
/* -----------------------------------------------------------------
.index
------------------------------------------------------------------ */
.mg-gnav .mg-gnav-inside p.nav_link { margin: 8.93333vw 0 0 -2.93333vw; }

.mg-gnav .mg-gnav-inside p.nav_link a { display: block; border-radius: 2vw; background: #FFFFFF url(../../migrate/sp/images/common/icon02.svg) no-repeat; background-position: right 7.2vw center; background-size: 5.33333vw auto; color: #dc2733; text-align: center; font-size: 4vw; letter-spacing: 0.36em; width: 90.66667vw; padding: 5.2vw 0 5.06667vw 0; }

.sp-main { position: relative; top: 0; left: 0; background: #FFFFFF; }

.sp-main img { width: 100%; height: auto; outline: none; }

.sp-main .inview_block, .sp-main .inview_item, .sp-main .inview_item2, .sp-main .inview_item3, .sp-main .inview_item4 { zoom: 0; }

.sp-main .inview_block .inview_item { transform: translateY(30px); -webkit-transform: translateY(30px); opacity: 0; position: relative; }
/*
.sp-main .inview_block .inview_item1 { transition: transform 0.5s ease-out, 0.5s ease-out 0.2s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 0.2s; }

.sp-main .inview_block .inview_item2 { transition: transform 0.5s ease-out, 0.5s ease-out 0.4s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 0.4s; }

.sp-main .inview_block .inview_item3 { transition: transform 0.5s ease-out, 0.5s ease-out 0.6s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 0.6s; }

.sp-main .inview_block .inview_item4 { transition: transform 0.5s ease-out, 0.5s ease-out 0.8s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 0.8s; }

.sp-main .inview_block .inview_item5 { transition: transform 0.5s ease-out, 0.5s ease-out 1s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 1s; }

.sp-main .inview_block .inview_item6 { transition: transform 0.5s ease-out, 0.5s ease-out 1.2s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 1.2s; }

.sp-main .inview_block .inview_item7 { transition: transform 0.5s ease-out, 0.5s ease-out 1.4s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 1.4s; }

.sp-main .inview_block .inview_item8 { transition: transform 0.5s ease-out, 0.5s ease-out 1.6s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 1.6s; }

.sp-main .inview_block .inview_item9 { transition: transform 0.5s ease-out, 0.5s ease-out 1.8s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 1.8s; }

.sp-main .inview_block .inview_item10 { transition: transform 0.5s ease-out, 0.5s ease-out 2s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 2s; }

.sp-main .inview_block .inview_item11 { transition: transform 0.5s ease-out, 0.5s ease-out 2.2s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 2.2s; }

.sp-main .inview_block .inview_item12 { transition: transform 0.5s ease-out, 0.5s ease-out 2.4s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 2.4s; }

.sp-main .inview_block .inview_item13 { transition: transform 0.5s ease-out, 0.5s ease-out 2.6s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 2.6s; }

.sp-main .inview_block .inview_item14 { transition: transform 0.5s ease-out, 0.5s ease-out 2.8s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 2.8s; }

.sp-main .inview_block .inview_item15 { transition: transform 0.5s ease-out, 0.5s ease-out 3s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 3s; }

.sp-main .inview_block .inview_item16 { transition: transform 0.5s ease-out, 0.5s ease-out 3.2s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 3.2s; }

.sp-main .inview_block .inview_item17 { transition: transform 0.5s ease-out, 0.5s ease-out 3.4s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 3.4s; }

.sp-main .inview_block .inview_item18 { transition: transform 0.5s ease-out, 0.5s ease-out 3.6s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 3.6s; }

.sp-main .inview_block .inview_item19 { transition: transform 0.5s ease-out, 0.5s ease-out 3.8s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 3.8s; }

.sp-main .inview_block .inview_item20 { transition: transform 0.5s ease-out, 0.5s ease-out 4s; -webkit-transition: -webkit-transform 0.5s ease-out, 0.5s ease-out 4s; } */

.sp-main .inview_block.show_item .inview_item { transform: none; -webkit-transform: none; opacity: 1.0; }
.sp-main .inview_block.show_item h3.inview_item._add { letter-spacing: -0.16em; margin: 0 0 4vw 0; }

.sp-main #main_img.main_img02 { position: relative; top: 0; left: 0; }

.sp-main #main_img.main_img02::before { display: block; content: ''; position: absolute; top: 0; left: 0; background: #c41126; width: 100%; height: 252.8vw; }

.sp-main #main_img.main_img02 div.title { position: relative; top: 0; left: 0; padding: 5.46667vw 0 3.73333vw 0; }

.sp-main #main_img.main_img02 div.title strong,
.sp-main #main_img.main_img02 div.title h1,
.sp-main #main_img.main_img02 div.title span.strong { text-align: center; color: #FFFFFF; }

.sp-main #main_img.main_img02 div.title strong,
.sp-main #main_img.main_img02 div.title span.strong { display: block; font-size: 3.33333vw; letter-spacing: 0.14em; margin: 0 0 0.8vw 0; }

.sp-main #main_img.main_img02 div.title h1 { font-size: 7.33333vw; letter-spacing: 0.2em; line-height: 1.5; }

.sp-main #main_img.main_img02 div.bg { position: relative; top: 0; left: 0; }

.sp-main #main_img.main_img02 div.bg div.txt { position: relative; top: 0; left: 0; padding: 8.13333vw 0 8.26667vw 0; width: 100%; }

.sp-main #main_img.main_img02 div.bg div.txt p { text-align: center; color: #FFFFFF; font-size: 6.66667vw; line-height: 1.5; letter-spacing: 0.075em; }

.sp-main #main_img.main_img02 div.bg div.flex { position: relative; top: 0; left: 0; background: url(../../migrate/sp/images/common/tilte_bg.svg) center top no-repeat; background-size: cover; width: 90.66667vw; height: 207.2vw; margin: 0 auto; }

.sp-main #main_img.main_img02 div.bg div.flex div.left { position: relative; top: 0; left: 0; width: 90.66667vw; height: 98.8vw; padding: 6.8vw 0 0 30.13333vw; box-sizing: border-box; }

.sp-main #main_img.main_img02 div.bg div.flex div.left em,
.sp-main #main_img.main_img02 div.bg div.flex div.left span.em { display: block; position: absolute; bottom: 0; left: -4.66667vw; width: 33.06667vw; }

.sp-main #main_img.main_img02 div.bg div.flex div.left em img,
.sp-main #main_img.main_img02 div.bg div.flex div.left span.em img { width: 100%; height: auto; }

.sp-main #main_img.main_img02 div.bg div.flex div.left h3, .sp-main #main_img.main_img02 div.bg div.flex div.left h2 { font-size: 3.6vw; letter-spacing: 0.14em; color: #4d4d4d; }

.sp-main #main_img.main_img02 div.bg div.flex div.left div { width: 53.33333vw; }

.sp-main #main_img.main_img02 div.bg div.flex div.left div strong,
.sp-main #main_img.main_img02 div.bg div.flex div.left div span.strong { display: block; font-size: 6vw; line-height: 1.33333; letter-spacing: 0.14em; font-weight: bold; color: #4d4d4d; }

.sp-main #main_img.main_img02 div.bg div.flex div.left div ul { margin: 2.8vw 0 2.8vw 0; }

.sp-main #main_img.main_img02 div.bg div.flex div.left div ul li { background: url(../../migrate/sp/images/pc/common/icon03.svg) left top no-repeat; background-position: left 0 top 0.8vw; background-size: 6.4vw auto; font-size: 3.6vw; color: #4d4d4d; line-height: 2.17222; padding: 0 0 0 8.53333vw; }

.sp-main #main_img.main_img02 div.bg div.flex div.left div ul li span { position: relative; top: 0; left: 0; display: block; }

.sp-main #main_img.main_img02 div.bg div.flex div.left div ul li span::after { position: absolute; bottom: 0; left: 0; display: block; content: ''; background: #4d4d4d; width: 100%; height: 0.13333vw; }

.sp-main #main_img.main_img02 div.bg div.flex div.left div p { font-size: 3.6vw; line-height: 2; color: #4d4d4d; letter-spacing: 0.14em; text-align: justify; }

.sp-main #main_img.main_img02 div.bg div.flex div.left div p.img { margin: 3.2vw 0 3.46667vw 0; }

.sp-main #main_img.main_img02 div.bg div.flex div.right { position: relative; top: 0; left: 0; width: 90.66667vw; height: 108.53333vw; padding: 9.2vw 0 0 7.73333vw; box-sizing: border-box; }

.sp-main #main_img.main_img02 div.bg div.flex div.right em,
.sp-main #main_img.main_img02 div.bg div.flex div.right span.em { display: block; position: absolute; bottom: 0; right: -4.66667vw; width: 36.66667vw; }

.sp-main #main_img.main_img02 div.bg div.flex div.right em img,
.sp-main #main_img.main_img02 div.bg div.flex div.right span.em img { width: 100%; height: auto; }

.sp-main #main_img.main_img02 div.bg div.flex div.right div { width: 75.33333vw; }

.sp-main #main_img.main_img02 div.bg div.flex div.right div h3, .sp-main #main_img.main_img02 div.bg div.flex div.right div h2 { font-size: 3.6vw; letter-spacing: 0.14em; color: #c41126; margin: 0 0 0.66667vw 0; }

.sp-main #main_img.main_img02 div.bg div.flex div.right div span { display: block; margin: 0 0 3.73333vw 0; }

.sp-main #main_img.main_img02 div.bg div.flex div.right div p { font-size: 3.6vw; line-height: 2; text-align: justify; color: #4d4d4d; letter-spacing: 0.06em; width: 50.4vw; }

.sp-main .sp_index .kinkyu_sp{ padding: 40px 0; }

.sp-main .sp_index section#key_img ul li a { display: block; pointer-events: inherit; }

.sp-main .sp_index section#key_img ul li a img { width: 100%; height: auto; }

.sp-main .sp_index section#key_img ol { display: -webkit-flex; display: -ms-flex; display: flex; }

.sp-main .sp_index section#key_img ol li { width: 50%; }

.sp-main .sp_index section#key_img ol li img { width: 100%; height: auto; }

.sp-main .sp_index section#cont01 { background: #ffcecd; padding: 7.6vw 0 6.8vw 0; }

.sp-main .sp_index section#cont01 div.inner ul li { margin: 0 1.73333vw; }

.sp-main .sp_index section#cont01 div.inner ul li img { width: 100%; height: auto; }

.sp-main .sp_index section#cont01 div.inner .slick-dots { position: relative; bottom: 0; padding: 3.46667vw 0 0 0; }

.sp-main .sp_index section#cont01 div.inner .slick-dots li button { background: #4d4d4d; width: 1.33333vw; height: 1.33333vw; }

.sp-main .sp_index section#cont01 div.inner .slick-dots li.slick-active button { background: #c21126; }

.sp-main .sp_index section#cont02 { padding: 4.8vw 0 3.73333vw 0; }

.sp-main .sp_index section#cont02 div.inner h2 { margin: 0 0 5.73333vw 0; }

.sp-main .sp_index section#cont02 div.inner h2 p { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; margin: 0 0 0.66667vw 0; }

.sp-main .sp_index section#cont02 div.inner h2 p span { display: block; width: 26.13333vw; }

.sp-main .sp_index section#cont02 div.inner h2 p em,
.sp-main .sp_index section#cont02 div.inner h2 p span.em { display: block; font-size: 4.8vw; width: 64vw; padding: 6.8vw 0 0 1.6vw; color: #4d4d4d; }

.sp-main .sp_index section#cont02 div.inner h2 strong,
.sp-main .sp_index section#cont02 div.inner h2 span.strong { display: block; text-align: center; width: 84.53333vw; margin: 0 auto; }

.sp-main .sp_index section#cont02 div.inner div.lead { background: url(../../migrate/sp/images/index/cont02_head.jpg) center top no-repeat; background-size: 100% auto; padding: 12vw 0 0 0; }

.sp-main .sp_index section#cont02 div.inner div.lead div { position: relative; top: 0; left: 0; width: 100%; }

.sp-main .sp_index section#cont02 div.inner div.lead strong,
.sp-main .sp_index section#cont02 div.inner div.lead span.strong { display: block; font-size: 8vw; text-align: center; letter-spacing: -0.06em; line-height: 1.01667; color: #c21126; margin: 0 0 2.4vw 0; }

.sp-main .sp_index section#cont02 div.inner div.lead ol { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; margin: 0 0 28.93333vw 0; }

.sp-main .sp_index section#cont02 div.inner div.lead ol li { border: solid 1px #c21126; background: #c21126; text-align: center; color: #FFFFFF; font-size: 3.2vw; width: 14vw; margin: 0 1.73333vw 0 0; box-sizing: border-box; padding: 1.46667vw 0 1.2vw 0; }

.sp-main .sp_index section#cont02 div.inner div.lead ol li:last-child { width: 29.33333vw; margin: 0; }

.sp-main .sp_index section#cont02 div.inner div.lead ol li:nth-child(2) { color: #c21126; background: #FFFFFF; }

/* .sp-main .sp_index section#cont02 div.inner div.lead p { border-left: 0.13333vw solid #a3a3a3; border-right: 0.13333vw solid #a3a3a3; font-size: 3.6vw; line-height: 2; color: #4d4d4d; width: 74.66667vw; margin: 0 auto; padding: 3.2vw 6.66667vw 6vw 5.86667vw; box-sizing: border-box; } */
.sp-main .sp_index section#cont02 div.inner div.lead p { border-left: 1px solid #bbb; border-right: 1px solid #bbb; font-size: 3.6vw; line-height: 2; color: #4d4d4d; width: 74.66667vw; margin: 0 auto; padding: 3.2vw 6.66667vw 6vw 5.86667vw; box-sizing: border-box; }

.sp-main .sp_index section#cont03 div.min_cont { position: relative; top: 0; left: 0; }

.sp-main .sp_index section#cont03 div.min_cont div.inner strong,
.sp-main .sp_index section#cont03 div.min_cont div.inner span.strong { display: block; }

.sp-main .sp_index section#cont03 div.min_cont div.inner div.box { width: 90.66667%; margin-left: auto; margin-right: auto; }

.sp-main .sp_index section#cont03 div.min_cont div.inner div.box div h4 { display: block; text-align: center; font-size: 9.33333vw; letter-spacing: -0.12em; line-height: 1.5; color: #c41126; }

.sp-main .sp_index section#cont03 div.min_cont div.inner div.box div h4 em { border-bottom: 0.13333vw solid #c41126; padding: 0 0 1.86667vw 0; }

.sp-main .sp_index section#cont03 div.min_cont div.inner div.box div p { color: #4d4d4d; text-align: justify; font-size: 3.6vw; line-height: 2; }

.sp-main .sp_index section#cont03 div.min_cont div.inner div.box p.link { margin: 0; }

.sp-main .sp_index section#cont03 div.min_cont div.inner div.box p.link a { display: block; border-radius: 100px; background: #c41126 url(../../migrate/sp/images/common/icon01.svg) no-repeat; background-position: right 3.73333vw center; background-size: 5.33333vw auto; color: #FFFFFF; text-align: center; font-size: 4vw; letter-spacing: 0.36em; width: 100%; padding: 4.93333vw 0 5.06667vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont01 div.inner div.box { padding: 11.46667vw 0 4.93333vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont01 div.inner div.box h4 { margin: 0 0 3.46667vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont01 div.inner div.box p { margin: 0 0 5.06667vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont02 div.inner div.box { padding: 7.2vw 0 11.06667vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont02 div.inner div.box h4 { letter-spacing: -0.16em; margin: 0 0 4vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont02 div.inner div.box p { margin: 0 0 4.53333vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont03 div.inner div.box { padding: 7.2vw 0 6.8vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont03 div.inner div.box h4 { letter-spacing: -0.2em; margin: 0 0 4.53333vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont03 div.inner div.box p { margin: 0 0 4.4vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont04 div.inner div.box { padding: 6.4vw 0 4vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont04 div.inner div.box h4 { margin: 0 0 4.53333vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont04 div.inner div.box p { margin: 0 0 4.53333vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont05 div.inner div.box { padding: 2.8vw 0 10.66667vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont05 div.inner div.box h4 { margin: 0 0 4.13333vw 0; }

.sp-main .sp_index section#cont03 div.min_cont.min_cont05 div.inner div.box p { margin: 0 0 5.2vw 0; }

.sp-main .sp_index section#cont03 p.link_box { width: 90.66667%; margin: 0 auto 22.13333vw auto; }

.sp-main .sp_index section#cont03 p.link_box a { display: block; border-radius: 100px; background: #0fbe00 url(../../migrate/sp/images/common/icon01.svg) no-repeat; background-position: right 3.73333vw center; background-size: 5.33333vw auto; color: #FFFFFF; text-align: center; font-size: 4vw; letter-spacing: 0.36em; width: 100%; padding: 4.93333vw 0 5.06667vw 0; }

.sp-main .sp_index section#cont04 { background: #ffd3d3; padding: 8.66667vw 0 3.06667vw 0; }

.sp-main .sp_index section#cont04 div.inner h2 { text-align: center; color: #c21126; font-size: 4vw; line-height: 1.33333; letter-spacing: 0.14em; margin: 0 0 5.33333vw 0; }

.sp-main .sp_index section#cont04 div.inner h2 span { display: block; font-size: 8vw; margin: 0 0 0.26667vw 0; }

.sp-main .sp_index section#cont04 div.inner ul { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; flex-wrap: wrap; width: 90.66667%; margin: 0 auto; }

.sp-main .sp_index section#cont04 div.inner ul li { position: relative; top: 0; left: 0; width: 42.66667vw; margin: 0 0 7.46667vw 0; }

.sp-main .sp_index section#cont04 div.inner ul li a { position: relative; top: 0; left: 0; display: block; border: 0.13333vw solid #c21126; -webkit-transition: opacity 0.30s; -moz-transition: opacity 0.30s; -ms-transition: opacity 0.30s; -o-transition: opacity 0.30s; transition: opacity 0.30s; }

.sp-main .sp_index section#cont04 div.inner ul li a:hover { opacity: 0.7; }

.sp-main .sp_index section#cont04 div.inner ul li a span { display: block; }

.sp-main .sp_index section#cont04 div.inner ul li a em,
.sp-main .sp_index section#cont04 div.inner ul li a span.em { position: relative; top: 0; left: 0; display: block; background: #c21126 url(../../migrate/sp/images/pc/common/icon02.svg) right bottom no-repeat; background-size: 6.66667vw auto; text-align: center; color: #FFFFFF; font-size: 3.06667vw; letter-spacing: 0.5em; padding: 3.86667vw 0 3.86667vw 0; }

.sp-main .sp_index section#cont05 { margin: 18.93333vw 0 0 0; }

.sp-main .sp_index section#cont05 div.inner { width: 90.66667%; margin: 0 auto; }

.sp-main .sp_index section#cont05 div.inner h3 { font-size: 9.33333vw; letter-spacing: -0.14em; text-align: center; color: #4d4d4d; line-height: 1.21429; margin: 0 0 7.6vw 0; }

.sp-main .sp_index section#cont05 div.inner h3 span { display: block; color: #c21126; font-size: 3.6vw; letter-spacing: 0.26em; margin: 0 0 1.06667vw 0; }

.sp-main .sp_index section#cont05 div.inner div.scroll { border: 0.13333vw solid #a8a8a8; width: 100%; /* height: 120.93333vw; overflow: scroll; */ }

.sp-main .sp_index section#cont05 div.inner div.scroll p.link { padding: 10.26667vw 6.13333vw 8.26667vw 6.13333vw; text-align: right; }

.sp-main .sp_index section#cont05 div.inner div.scroll p.link a { display: inline-block; font-size: 3.6vw; }

.sp-main .sp_index section#cont05 div.inner div.scroll ul li { border-bottom: 0.13333vw solid #a8a8a8; padding: 10.26667vw 6.13333vw 8.26667vw 6.13333vw; }

.sp-main .sp_index section#cont05 div.inner div.scroll ul li span { display: block; font-size: 3.33333vw; color: #ababab; letter-spacing: 0.4em; }

.sp-main .sp_index section#cont05 div.inner div.scroll ul li p { padding: 2.26667vw 0 0 0; }

.sp-main .sp_index section#cont05 div.inner div.scroll ul li p a { display: block; font-size: 3.6vw; line-height: 2; letter-spacing: 0.26em; -webkit-transition: opacity 0.30s; -moz-transition: opacity 0.30s; -ms-transition: opacity 0.30s; -o-transition: opacity 0.30s; transition: opacity 0.30s; }

.sp-main .sp_index section#cont05 div.inner div.scroll ul li p a:hover { opacity: 0.7; }

.sp-main .sp_policy div.upimg { display: none; }

.sp-main .sp_policy #main_img { position: relative; top: 0; left: 0; background: #c41126; width: 100%; padding: 5.86667vw 0 0 0; }

.sp-main .sp_policy #main_img div { position: relative; top: 0; left: 0; padding: 0 0 3.33333vw 0; }

.sp-main .sp_policy #main_img div strong,
.sp-main .sp_policy #main_img div span.strong { display: block; text-align: center; font-size: 3.33333vw; letter-spacing: 0.36em; color: #FFFFFF; line-height: 3.2; line-height: 1.1; margin: 0 0 1.33333vw 0; }

.sp-main .sp_policy #main_img div h1 { text-align: center; font-size: 7.33333vw; line-height: 1.36364; letter-spacing: 0.05em; color: #FFFFFF; }

.sp-main .sp_policy section#cont01 { padding: 2.93333vw 0 18.8vw 0; }

.sp-main .sp_policy section#cont01 div.inner div.text { margin: 0 0 9.06667vw 0; }

.sp-main .sp_policy section#cont01 div.inner div.text strong { display: block; text-align: center; color: #c21126; font-size: 6.66667vw; letter-spacing: 0.25em; line-height: 1.5; margin: 0 0 6.66667vw 0; }

.sp-main .sp_policy section#cont01 div.inner div.text p { text-align: center; font-size: 3.6vw; letter-spacing: 0.12em; color: #4d4d4d; line-height: 2; }

.sp-main .sp_policy section#cont01 div.inner h2 { text-align: center; font-size: 8vw; line-height: 1.1; color: #c21126; margin: 0 0 10.26667vw 0; }

.sp-main .sp_policy section#cont01 div.inner h2 span { display: block; font-size: 3.33333vw; margin: 0 0 1.86667vw 0; }

.sp-main .sp_policy section#cont01 div.inner h2 em,
.sp-main .sp_policy section#cont01 div.inner h2 span.em { display: block; font-size: 3.6vw; margin: 0.93333vw 0 0 0; }

.sp-main .sp_policy section#cont01 div.inner div.flex div.img { margin: 0 0 7.46667vw 0; }

.sp-main .sp_policy section#cont01 div.inner div.flex div.comment strong { display: block; color: #c21126; text-align: center; font-size: 6.66667vw; letter-spacing: 0.08em; line-height: 1.5; margin: 0 0 6.93333vw 0; }

.sp-main .sp_policy section#cont01 div.inner div.flex div.comment p { color: #4d4d4d; text-align: center; font-size: 3.6vw; letter-spacing: 0.12em; line-height: 2; }

.sp-main .sp_policy section#cont02 { background: #ffdfdf url(../../migrate/sp/images/policy/cont02_bg.jpg) center top no-repeat; background-size: cover; padding: 18.8vw 0 17.06667vw 0; }

.sp-main .sp_policy section#cont02 div.inner h2 { text-align: center; color: #c21126; font-size: 3.6vw; letter-spacing: 0.3em; margin: 0 0 7.73333vw 0; }

.sp-main .sp_policy section#cont02 div.inner h2 span { display: block; letter-spacing: 0.05em; font-size: 8vw; }

.sp-main .sp_policy section#cont02 div.inner h2 span b { font-size: 8.4vw; }

.sp-main .sp_policy section#cont02 div.inner ul { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; flex-wrap: wrap; width: 90.66667vw; margin: 0 auto; }

.sp-main .sp_policy section#cont02 div.inner ul li { border-radius: 2vw; background: #c21126; width: 43.73333vw; height: 21.33333vw; margin: 0 0 3.06667vw 0; }

.sp-main .sp_policy section#cont02 div.inner ul li a { display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; }

.sp-main .sp_policy section#cont02 div.inner ul li img { display: block; width: 14.8vw; }

.sp-main .sp_policy section#cont02 div.inner ul li span { display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; font-size: 3.33333vw; letter-spacing: 0.08em; line-height: 1.52; color: #FFFFFF; }

.sp-main .sp_policy section#cont03 { background: url(../../migrate/sp/images/policy/cont03_bg.svg) no-repeat; background-position: center top 54.66667vw; padding: 17.2vw 0 0 0; }

.sp-main .sp_policy section#cont03 div.inner div.arrow.arrow_first { margin: 0 0 21.86667vw 0; }

.sp-main .sp_policy section#cont03 div.inner div.arrow.arrow_first strong { margin: 0 0 8.66667vw 0; }

.sp-main .sp_policy section#cont03 div.inner div.arrow strong,
.sp-main .sp_policy section#cont03 div.inner div.arrow p.strong { display: block; text-align: center; font-size: 6.66667vw; color: #c21126; letter-spacing: 0.08em; line-height: 1.5; margin: 0 0 7.2vw 0; }

.sp-main .sp_policy section#cont03 div.inner div.arrow span { display: block; text-align: center; width: 26vw; margin: 0 auto; }

.sp-main .sp_policy section#cont03 div.inner div.arrow p { margin: 10.26667vw 0 0 0; }

.sp-main .sp_policy section#cont03 div.inner div.arrow p a { display: block; border-radius: 100px; background: #0fbe00 url(../../migrate/sp/images/pc/common/icon01.svg) no-repeat; background-size: 5.6vw auto; background-position: right 6.93333vw center; color: #FFFFFF; text-align: center; font-size: 4vw; letter-spacing: 0.36em; width: 90.66667vw; margin: 0 auto; padding: 4.93333vw 0 5.06667vw 0; }

.sp-main .sp_policy section#cont03 div.inner h3 { width: 54.8vw; text-align: center; margin: 0 auto 7.6vw auto; }

.sp-main .sp_policy section#cont03 div.inner ul { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; flex-wrap: wrap; width: 90.66667vw; margin: 0 auto 23.86667vw auto; }

.sp-main .sp_policy section#cont03 div.inner ul li { position: relative; top: 0; left: 0; background: url(../../migrate/sp/images/policy/cont03_list_bg.svg) center center no-repeat; background-size: cover; width: 43.6vw; height: 20vw; box-sizing: border-box; margin: 0 0 3.33333vw 0; padding: 7.33333vw 0 0 0; }

.sp-main .sp_policy section#cont03 div.inner ul li::after { display: block; content: ''; background: url(../../migrate/sp/images/policy/cont03_icon.svg) center center no-repeat; background-size: 14vw auto; width: 100%; height: 2.93333vw; position: absolute; top: 2.53333vw; left: 0; }

.sp-main .sp_policy section#cont03 div.inner ul li.text { background: none; font-size: 2.26667vw; line-height: 2.23529; padding: 2.8vw 0 0 0.26667vw; letter-spacing: 0; }

.sp-main .sp_policy section#cont03 div.inner ul li.text::after { display: none; }

.sp-main .sp_policy section#cont03 div.inner ul li a { display: block; }

.sp-main .sp_policy section#cont03 div.inner ul li p { display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; background: transparent no-repeat; background-position: right 2.66667vw center; text-align: center; font-size: 3.2vw; line-height: 1.375; color: #c21126; letter-spacing: 0; width: 100%; height: 12vw; box-sizing: border-box; }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon01 { background-image: url(../../migrate/sp/images/policy/cont03_img01.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon02 { background-image: url(../../migrate/sp/images/policy/cont03_img02.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon03 { background-image: url(../../migrate/sp/images/policy/cont03_img03.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon04 { background-image: url(../../migrate/sp/images/policy/cont03_img04.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon05 { background-image: url(../../migrate/sp/images/policy/cont03_img05.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon06 { background-image: url(../../migrate/sp/images/policy/cont03_img06.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon07 { background-image: url(../../migrate/sp/images/policy/cont03_img07.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon08 { background-image: url(../../migrate/sp/images/policy/cont03_img08.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon09 { background-image: url(../../migrate/sp/images/policy/cont03_img09.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon10 { background-image: url(../../migrate/sp/images/policy/cont03_img10.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p.icon11 { background-image: url(../../migrate/sp/images/policy/cont03_img11.svg); }

.sp-main .sp_policy section#cont03 div.inner ul li p span { display: block; text-align: center; padding: 0 0 0 4vw; }

.sp-main .sp_policy section#cont03 div.inner ul li:nth-child(even) span { display: block; width: 26.93333vw; text-align: center; padding: 0 0 0 4vw; }

.sp-main .sp_policy section#cont03 div.inner ul li:nth-child(odd) span { display: block; width: 26.93333vw; text-align: center; padding: 0 0 0 4vw; }

.sp-main .sp_price #main_img.main_img02::before { height: 227.06667vw; }

.sp-main .sp_price #main_img.main_img02 div.title { background: url(../../migrate/sp/images/price/main.jpg) center top no-repeat; background-size: cover; }

.sp-main .sp_price #main_img.main_img02 div.bg div.flex { background: url(../../migrate/sp/images/common/tilte_bg3.svg) center top no-repeat; background-size: cover; height: 197.2vw; }

.sp-main .sp_price #main_img.main_img02 div.bg div.flex div.right { height: 97.86667vw; }

.sp-main .sp_price section#cont01 { padding: 10.66667vw 0 8.26667vw 0; }

.sp-main .sp_price section#cont01 div.inner strong,
.sp-main .sp_price section#cont01 div.inner span.strong { display: block; width: 76.93333vw; margin: 0 auto 4.8vw auto; }

.sp-main .sp_price section#cont01 div.inner p { color: #4d4d4d; letter-spacing: 0.06em; font-size: 3.6vw; line-height: 2; width: 90.93333vw; margin: 0 auto 9.33333vw auto; }

.sp-main .sp_price section#cont01 div.inner span { display: block; width: 26vw; margin: 0 auto; }

.sp-main .sp_price section#cont02 { padding: 0 0 5.6vw 0; }

.sp-main .sp_price section#cont02 div.inner { position: relative; top: 0; left: 0; width: 100%; padding: 12.4vw 0 0 0; }

.sp-main .sp_price section#cont02 div.inner em.title,
.sp-main .sp_price section#cont02 div.inner span.title { position: absolute; top: 0; left: -1.33333vw; display: block; color: #c21126; line-height: 1.0; font-size: 16.4vw; letter-spacing: 0.1em; opacity: 0.15; }

.sp-main .sp_price section#cont02 div.inner h2 { font-size: 7.33333vw; color: #c21126; text-align: center; letter-spacing: 0.2em; line-height: 1.1; margin: 0 0 9.06667vw 0; }

.sp-main .sp_price section#cont02 div.inner h2 span { display: block; text-align: center; font-size: 3.33333vw; line-height: 1.1; letter-spacing: 0.14em; margin: 0 0 2.53333vw 0; }

.sp-main .sp_price section#cont02 div.inner div.flex { border-top: 5.06667vw solid #c21126; padding: 7.46667vw 0 17.06667vw 0; margin: 0 auto; box-sizing: border-box; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left { position: relative; top: 0; left: 0; margin: 0 0 9.06667vw 0; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.img strong,
.sp-main .sp_price section#cont02 div.inner div.flex div.left div.img span.strong { display: block; font-size: 5.5vw; color: #8e602a; text-align: center; letter-spacing: -0.08em; margin: 0; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.img span.strong { width: auto; line-height: 1.7; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.img strong b,
.sp-main .sp_price section#cont02 div.inner div.flex div.left div.img span.strong b { font-size: 8.8vw; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.img span { display: block; text-align: center; font-size: 2.93333vw; letter-spacing: 0.06em; width: 90.66667%; margin: 0 auto 2.4vw auto; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.img p { width: 91.06667%; margin: 0 auto 10.66667vw auto; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.text { border: 0.13333vw solid #c21126; width: 90.66667vw; padding: 5.46667vw 0 6.4vw 0; margin: 0 auto; box-sizing: border-box; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.text strong,
.sp-main .sp_price section#cont02 div.inner div.flex div.left div.text span.strong { display: block; text-align: center; font-size: 4vw; letter-spacing: 0.46em; color: #c21126; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.text strong::after,
.sp-main .sp_price section#cont02 div.inner div.flex div.left div.text span.strong::after { content: ''; display: block; background: #c21126; width: 77.33333vw; height: 0.13333vw; margin: 3.33333vw auto 0 auto; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.text p { color: #4d4d4d; font-size: 2.93333vw; line-height: 2.09091; width: 77.33333vw; margin: 3.06667vw auto 0 auto; }

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.text div.parts_btn {
  margin: 3.06667vw auto 0 auto;
  width: 77.33333vw;
}

.sp-main .sp_price section#cont02 div.inner div.flex div.left div.text div.parts_btn a {
  display: block;
  border-radius: 100px;
  background: #C21127 url(../../migrate/sp/images/pc/common/icon01.svg) no-repeat;
  background-size: 5.6vw auto;
  background-position: right 6.93333vw center;
  color: #FFFFFF;
  text-align: center;
  font-size: 3.6vw;
  letter-spacing: 0.36em;
  margin: 0 auto;
  padding: 4.93333vw 0 5.06667vw 0;
}

.sp-main .sp_price section#cont02 div.inner div.flex div.right { width: 100%; padding: 0; }

.sp-main .sp_price section#cont02 div.inner div.flex div.right strong,
.sp-main .sp_price section#cont02 div.inner div.flex div.right span.strong { display: block; text-align: center; font-size: 5.33333vw; color: #c21126; letter-spacing: 0.07em; margin: 0 0 4.26667vw 0; }

.sp-main .sp_price section#cont02 div.inner div.flex div.right p { width: 90.66667%; margin: 0 auto 11.33333vw auto; }

.sp-main .sp_price section#cont02 div.inner div.flex div.right p img { margin: 0 auto; }

.sp-main .sp_price section#cont02 div.inner div.flex div.right ul li a { display: block; border-radius: 100px; color: #FFFFFF; text-align: center; font-size: 4vw; letter-spacing: 0.36em; width: 90.66667vw; margin: 0 auto; padding: 4.93333vw 0 5.06667vw 0; }

.sp-main .sp_price section#cont02 div.inner div.flex div.right ul li:first-child { margin: 0 0 5.73333vw 0; }

.sp-main .sp_price section#cont02 div.inner div.flex div.right ul li:first-child a { background: #c21126 url(../../migrate/sp/images/pc/common/icon01.svg) no-repeat; background-size: 5.6vw auto; background-position: right 6.93333vw center; }

.sp-main .sp_price section#cont02 div.inner div.flex div.right ul li:last-child a { background: #0fbe00 url(../../migrate/sp/images/pc/common/icon01.svg) no-repeat; background-size: 5.6vw auto; background-position: right 6.93333vw center; }

.sp-main .sp_price section#cont02 div.inner div.link { padding: 0 0 20.53333vw 0; }

.sp-main .sp_price section#cont02 div.inner div.link strong,
.sp-main .sp_price section#cont02 div.inner div.link span.strong { display: block; text-align: center; font-size: 6.66667vw; line-height: 1.5; letter-spacing: 0.08em; color: #c21126; margin: 0 0 10.13333vw 0; }

.sp-main .sp_price section#cont02 div.inner div.link p { text-align: center; width: 26vw; margin: 0 auto; }

.sp-main .sp_price section#cont03 { background: #ffd3d3 url(../../migrate/sp/images/price/cont03_bg.svg) center top no-repeat; background-size: 100% auto; padding: 19.06667vw 0 21.86667vw 0; }

.sp-main .sp_price section#cont03 div.inner h2 { font-size: 3.33333vw; color: #c21126; text-align: center; letter-spacing: 0.2em; line-height: 1.1; margin: 0 0 6.66667vw 0; }

.sp-main .sp_price section#cont03 div.inner h2 span { display: block; text-align: center; font-size: 8vw; line-height: 1.1; letter-spacing: 0.14em; margin: 0 0 2.4vw 0; }

.sp-main .sp_price section#cont03 div.inner ul { width: 90.66667%; margin: 0 auto 8.26667vw auto; }

.sp-main .sp_price section#cont03 div.inner ul li { width: 100%; margin: 0 0 4.4vw 0; }

.sp-main .sp_price section#cont03 div.inner div.link strong,
.sp-main .sp_price section#cont03 div.inner div.link span.strong { display: block; font-size: 6.66667vw; line-height: 1.5; text-align: center; color: #c21126; letter-spacing: 0.08em; margin: 0 0 7.73333vw 0; }

.sp-main .sp_price section#cont03 div.inner div.link p { text-align: center; width: 26vw; margin: 8.8vw auto 11.33333vw auto; }

.sp-main .sp_price section#cont03 div.inner div.link a { display: block; border-radius: 100px; background: #0fbe00 url(../../migrate/sp/images/pc/common/icon01.svg) no-repeat; background-size: 5.6vw auto; background-position: right 6.93333vw center; color: #FFFFFF; text-align: center; font-size: 4vw; letter-spacing: 0.36em; width: 90.66667vw; margin: 0 auto; padding: 4.93333vw 0 5.06667vw 0; }

.sp-main .sp_price .plan-att{display: block;font-size: 8px;letter-spacing: 0.06em;width: 82.93333vw;margin:2.4vw auto;background:#fff;border:1px solid rgb(111, 62, 69);color:rgb(111, 62, 69);text-align:justify;padding:8px 8px 8px 16px;text-indent: -12px;}

.sp-main .sp_price .plan-att { line-height: 1.4; }

.sp-main .sp_result #main_img.main_img02 div.title { background: url(../../migrate/sp/images/result/main.jpg) center top no-repeat; background-size: cover; padding: 5.6vw 0 4vw 0; }

.sp-main .sp_result #main_img.main_img02 div.title strong,
.sp-main .sp_result #main_img.main_img02 div.title span.strong { margin: 0 0 0.4vw 0; }

.sp-main .sp_result #main_img.main_img02 div.bg div.flex div.left div strong,
.sp-main .sp_result #main_img.main_img02 div.bg div.flex div.left div span.strong { letter-spacing: 0.09em; }

.sp-main .sp_result #main_img.main_img02 div.bg div.flex div.left div ul { margin: 2.53333vw 0 2.8vw 0; }

.sp-main .sp_result #main_img.main_img02 div.bg div.flex div.right { padding: 6.8vw 0 0 7.73333vw; }

.sp-main .sp_result #main_img.main_img02 div.bg div.flex div.right em { display: block; position: absolute; bottom: 0; right: -4.66667vw; width: 36.66667vw; }

.sp-main .sp_result #main_img.main_img02 div.bg div.flex div.right em img { width: 100%; height: auto; }

.sp-main .sp_result #main_img.main_img02 div.bg div.flex div.right div { width: 75.33333vw; }

.sp-main .sp_result #main_img.main_img02 div.bg div.flex div.right div h3 { font-size: 3.6vw; letter-spacing: 0.14em; color: #c41126; margin: 0 0 0.66667vw 0; }

.sp-main .sp_result #main_img.main_img02 div.bg div.flex div.right div span { display: block; margin: 0 0 3.73333vw 0; }

.sp-main .sp_result #main_img.main_img02 div.bg div.flex div.right div p { font-size: 3.6vw; line-height: 2; color: #4d4d4d; letter-spacing: 0.06em; width: 49.6vw; }

.sp-main .sp_result section#cont01 { padding: 7.73333vw 0 0 0; }

.sp-main .sp_result section#cont01 div.link strong,
.sp-main .sp_result section#cont01 div.link span.strong { display: block; font-size: 6.66667vw; line-height: 1.5; text-align: center; color: #c21126; letter-spacing: -0.01em; }

.sp-main .sp_result section#cont01 div.link p { text-align: center; width: 26vw; margin: 10.4vw auto 0 auto; }

.sp-main .sp_result section#cont01 div.link.link_seccond p { margin: 8.8vw auto 11.33333vw auto; }

.sp-main .sp_result section#cont01 div.link.link_seccond a { display: block; border-radius: 100px; background: #0fbe00 url(../../migrate/sp/images/pc/common/icon01.svg) no-repeat; background-size: 5.6vw auto; background-position: right 6.93333vw center; color: #FFFFFF; text-align: center; font-size: 4vw; letter-spacing: 0.36em; width: 90.66667vw; margin: 0 auto; padding: 4.93333vw 0 5.06667vw 0; }

.sp-main .sp_result section#cont01 ul { margin: 16.13333vw 0 0 0; }

.sp-main .sp_result section#cont01 ul li { overflow: hidden; }

.sp-main .sp_result section#cont01 ul li div.box div.title { width: 90.66667%; margin-left: auto; margin-right: auto; }

.sp-main .sp_result section#cont01 ul li div.box div.title strong,
.sp-main .sp_result section#cont01 ul li div.box div.title span.strong { display: block; font-size: 16.4vw; color: #c21126; opacity: 0.15; line-height: 1.0; letter-spacing: 0.1em; }

.sp-main .sp_result section#cont01 ul li div.box div.title span { display: block; font-size: 4vw; letter-spacing: 0.15em; line-height: 1.0; color: #c21126; }

.sp-main .sp_result section#cont01 ul li div.box div.text strong,
.sp-main .sp_result section#cont01 ul li div.box div.text span.strong { display: block; color: #c21126; font-size: 8vw; letter-spacing: 0.14em; line-height: 1.5; width: 90.66667%; margin-left: auto; margin-right: auto; }

.sp-main .sp_result section#cont01 ul li div.box div.text p { font-size: 3.6vw; line-height: 2; color: #4d4d4d; width: 90.66667%; margin-left: auto; margin-right: auto; }

.sp-main .sp_result section#cont01 ul li div.box div.text p sup { font-size: 3.06667vw; }

.sp-main .sp_result section#cont01 ul li.lsit1 { background: #ffd3d3 url(../../migrate/sp/images/result/icon01.svg) no-repeat; background-position: right 6.93333vw top 39.2vw; background-size: 22vw auto; padding: 8.53333vw 0 18.53333vw 0; }

.sp-main .sp_result section#cont01 ul li.lsit1 div.box div.title { margin-bottom: 1.46667vw; }

.sp-main .sp_result section#cont01 ul li.lsit1 div.box div.title strong,
.sp-main .sp_result section#cont01 ul li.lsit1 div.box div.title span.strong { margin-bottom: 3.06667vw; }

.sp-main .sp_result section#cont01 ul li.lsit1 div.box div.text strong
.sp-main .sp_result section#cont01 ul li.lsit1 div.box div.text span.strong { margin-bottom: 7.33333vw; }

.sp-main .sp_result section#cont01 ul li.lsit1 div.box div.text div.img { margin-bottom: 2.66667vw; }

.sp-main .sp_result section#cont01 ul li.lsit2 { background: url(../../migrate/sp/images/result/icon02.svg) no-repeat; background-position: right -2vw top 42.26667vw; background-size: 25.46667vw auto; padding: 8.26667vw 0 18.4vw 0; }

.sp-main .sp_result section#cont01 ul li.lsit2 div.box div.title { margin-bottom: 1.6vw; }

.sp-main .sp_result section#cont01 ul li.lsit2 div.box div.title strong,
.sp-main .sp_result section#cont01 ul li.lsit2 div.box div.title span.strong { margin-bottom: 2.8vw; }

.sp-main .sp_result section#cont01 ul li.lsit2 div.box div.text strong,
.sp-main .sp_result section#cont01 ul li.lsit2 div.box div.text span.strong { margin-bottom: 6.8vw; }

.sp-main .sp_result section#cont01 ul li.lsit2 div.box div.text div.img { margin-bottom: 8.93333vw; }

.sp-main .sp_result section#cont01 ul li.lsit3 { background: #ffd3d3 url(../../migrate/sp/images/result/icon03.svg) no-repeat; background-position: right 6.93333vw top 46.53333vw; background-size: 28.53333vw auto; padding: 8.26667vw 0 18.26667vw 0; }

.sp-main .sp_result section#cont01 ul li.lsit3 div.box div.title { margin-bottom: 1.6vw; }

.sp-main .sp_result section#cont01 ul li.lsit3 div.box div.title strong,
.sp-main .sp_result section#cont01 ul li.lsit3 div.box div.title span.strong { margin-bottom: 3.46667vw; }

.sp-main .sp_result section#cont01 ul li.lsit3 div.box div.text strong,
.sp-main .sp_result section#cont01 ul li.lsit3 div.box div.text span.strong { margin-bottom: 0; }

.sp-main .sp_result section#cont01 ul li.lsit3 div.box div.text div.img { margin-bottom: 9.46667vw; }

.sp-main .sp_result section#cont01 ul li.lsit4 { background: url(../../migrate/sp/images/result/icon04.svg) no-repeat; background-position: right 6vw top 26.4vw; background-size: 19.33333vw auto; padding: 8.4vw 0 16.4vw 0; }

.sp-main .sp_result section#cont01 ul li.lsit4 div.box div.title { margin-bottom: 1.46667vw; }

.sp-main .sp_result section#cont01 ul li.lsit4 div.box div.title strong,
.sp-main .sp_result section#cont01 ul li.lsit4 div.box div.title span.strong { margin-bottom: 2.93333vw; }

.sp-main .sp_result section#cont01 ul li.lsit4 div.box div.text strong,
.sp-main .sp_result section#cont01 ul li.lsit4 div.box div.text span.strong { margin-bottom: 8.53333vw; }

.sp-main .sp_result section#cont01 ul li.lsit4 div.box div.text div.img { position: relative; top: 0; left: 0; margin-bottom: 9.06667vw; }

.sp-main .sp_result section#cont01 ul li.lsit4 div.box div.text div.img::after { position: absolute; top: -24.13333vw; right: 4.66667vw; display: block; content: ''; background: url(../../migrate/sp/images/result/cont01_img04_icon.png) center center no-repeat; background-size: cover; width: 32.4vw; height: 24.13333vw; }

.sp-main .sp_feature #main_img.main_img02 div.title { background: url(../../migrate/sp/images/feature/main.jpg) center top no-repeat; background-size: cover; padding: 5.33333vw 0 3.86667vw 0; }

.sp-main .sp_feature #main_img.main_img02 div.bg div.flex div.left { padding: 6.53333vw 0 0 30.13333vw; }

.sp-main .sp_feature #main_img.main_img02 div.bg div.flex div.left div strong,
.sp-main .sp_feature #main_img.main_img02 div.bg div.flex div.left div span.strong { letter-spacing: 0.1em; }

.sp-main .sp_feature #main_img.main_img02 div.bg div.flex div.left div ul { margin: 2.53333vw 0 2.53333vw 0; }

.sp-main .sp_feature #main_img.main_img02 div.bg div.flex div.left div p { letter-spacing: 0.12em; }

.sp-main .sp_feature #main_img.main_img02 div.bg div.flex div.right { padding: 6.4vw 0 0 7.73333vw; }

.sp-main .sp_feature #main_img.main_img02 div.bg div.flex div.right div h3 { margin: 0 0 1.2vw 0; }

.sp-main .sp_feature #main_img.main_img02 div.bg div.flex div.right div span { margin: 0 0 3.2vw 0; }

.sp-main .sp_feature #main_img.main_img02 div.bg div.flex div.right div p { letter-spacing: 0; }

.sp-main .sp_feature section#cont01 { padding: 9.2vw 0 0 0; }

.sp-main .sp_feature section#cont01 div.link strong,
.sp-main .sp_feature section#cont01 div.link span.strong { display: block; font-size: 6.66667vw; line-height: 1.5; text-align: center; color: #c21126; letter-spacing: 0.08em; }

.sp-main .sp_feature section#cont01 div.link strong img,
.sp-main .sp_feature section#cont01 div.link span.strong img { width: 58.93333vw; height: auto; margin: 0 auto; }

.sp-main .sp_feature section#cont01 div.link p { text-align: center; width: 26vw; margin: 10.4vw auto 0 auto; }

.sp-main .sp_feature section#cont01 ul { margin: 20vw 0 0 0; }

.sp-main .sp_feature section#cont01 ul li { overflow: hidden; }

.sp-main .sp_feature section#cont01 ul li div.box div.title { width: 90.66667%; margin-left: auto; margin-right: auto; }

.sp-main .sp_feature section#cont01 ul li div.box div.title strong,
.sp-main .sp_feature section#cont01 ul li div.box div.title span.strong { display: block; font-size: 16.4vw; color: #c21126; opacity: 0.15; line-height: 1.0; letter-spacing: 0.1em; }

.sp-main .sp_feature section#cont01 ul li div.box div.title span { display: block; font-size: 4vw; letter-spacing: 0.15em; line-height: 1.0; color: #c21126; }

.sp-main .sp_feature section#cont01 ul li div.box div.text strong,
.sp-main .sp_feature section#cont01 ul li div.box div.text span.strong { display: block; color: #c21126; font-size: 8vw; letter-spacing: 0.075em; line-height: 1.5; width: 90.66667%; margin-left: auto; margin-right: auto; }

.sp-main .sp_feature section#cont01 ul li div.box div.text span { display: block; }

.sp-main .sp_feature section#cont01 ul li div.box div.text p { font-size: 3.6vw; line-height: 2; color: #4d4d4d; width: 90.66667%; margin-left: auto; margin-right: auto; }

.sp-main .sp_feature section#cont01 ul li div.box div.text p sup { font-size: 3.06667vw; }

.sp-main .sp_feature section#cont01 ul li div.box div.text a { display: block; border-radius: 100px; background: #c21126 url(../../migrate/sp/images/pc/common/icon01.svg) no-repeat; background-size: 5.6vw auto; background-position: right 3.73333vw center; color: #FFFFFF; text-align: center; font-size: 4vw; letter-spacing: 0.36em; width: 90.66667vw; margin: 0 auto; padding: 4.93333vw 0 5.06667vw 0; margin-left: auto; margin-right: auto; }

.sp-main .sp_feature section#cont01 ul li.lsit1 { background: #ffd3d3 url(../../migrate/sp/images/feature/icon01.svg) no-repeat; background-position: right 10.66667vw top 32.53333vw; background-size: 21.6vw auto; padding: 9.06667vw 0 18.26667vw 0; }

.sp-main .sp_feature section#cont01 ul li.lsit1 div.box div.title { margin-bottom: 1.6vw; }

.sp-main .sp_feature section#cont01 ul li.lsit1 div.box div.title strong,
.sp-main .sp_feature section#cont01 ul li.lsit1 div.box div.title span.strong { margin-bottom: 3.06667vw; }

.sp-main .sp_feature section#cont01 ul li.lsit1 div.box div.text strong,
.sp-main .sp_feature section#cont01 ul li.lsit1 div.box div.text span.strong { margin-bottom: 6.53333vw; }

.sp-main .sp_feature section#cont01 ul li.lsit1 div.box div.text span { margin-bottom: 4.8vw; }

.sp-main .sp_feature section#cont01 ul li.lsit2 { background: url(../../migrate/sp/images/feature/icon02.svg) no-repeat; background-position: right 6.4vw top 18.66667vw; background-size: 21.46667vw auto; padding: 8.4vw 0 18.4vw 0; }

.sp-main .sp_feature section#cont01 ul li.lsit2 div.box div.title { margin-bottom: 1.6vw; }

.sp-main .sp_feature section#cont01 ul li.lsit2 div.box div.title strong,
.sp-main .sp_feature section#cont01 ul li.lsit2 div.box div.title span.strong { margin-bottom: 3.2vw; }

.sp-main .sp_feature section#cont01 ul li.lsit2 div.box div.text strong,
.sp-main .sp_feature section#cont01 ul li.lsit2 div.box div.text span.strong { margin-bottom: 7.46667vw; }

.sp-main .sp_feature section#cont01 ul li.lsit2 div.box div.text span { margin-bottom: 3.46667vw; }

.sp-main .sp_feature section#cont01 ul li.lsit3 { background: #ffd3d3 url(../../migrate/sp/images/feature/icon03.svg) no-repeat; background-position: right 6.93333vw top 46.26667vw; background-size: 29.33333vw auto; padding: 8vw 0 20vw 0; }

.sp-main .sp_feature section#cont01 ul li.lsit3 div.box div.title { margin-bottom: 1.6vw; }

.sp-main .sp_feature section#cont01 ul li.lsit3 div.box div.title strong,
.sp-main .sp_feature section#cont01 ul li.lsit3 div.box div.title span.strong { margin-bottom: 3.46667vw; }

.sp-main .sp_feature section#cont01 ul li.lsit3 div.box div.text strong,
.sp-main .sp_feature section#cont01 ul li.lsit3 div.box div.text span.strong { margin-bottom: 7.33333vw; }

.sp-main .sp_feature section#cont01 ul li.lsit3 div.box div.text span { margin-bottom: 3.6vw; }

.sp-main .sp_feature section#cont01 ul li.lsit3 div.box div.text p { margin-bottom: 5.73333vw; }

.sp-main .sp_feature section#cont01 ul li.lsit4 { background: url(../../migrate/sp/images/feature/icon04.svg) no-repeat; background-position: right 10.66667vw top 30.66667vw; background-size: 10.4vw auto; padding: 6.4vw 0 18.66667vw 0; }

.sp-main .sp_feature section#cont01 ul li.lsit4 div.box div.title { margin-bottom: 1.6vw; }

.sp-main .sp_feature section#cont01 ul li.lsit4 div.box div.title strong,
.sp-main .sp_feature section#cont01 ul li.lsit4 div.box div.title span.strong { margin-bottom: 3.46667vw; }

.sp-main .sp_feature section#cont01 ul li.lsit4 div.box div.text strong,
.sp-main .sp_feature section#cont01 ul li.lsit4 div.box div.text span.strong { margin-bottom: 7.46667vw; }

.sp-main .sp_feature section#cont01 ul li.lsit4 div.box div.text span { margin-bottom: 4.8vw; }

.sp-main .sp_feature section#cont01 ul li.lsit5 { background: #ffd3d3 url(../../migrate/sp/images/feature/icon05.svg) no-repeat; background-position: right 4.26667vw top 52.93333vw; background-size: 29.2vw auto; padding: 8.13333vw 0 18.8vw 0; }

.sp-main .sp_feature section#cont01 ul li.lsit5 div.box div.title { margin-bottom: 1.6vw; }

.sp-main .sp_feature section#cont01 ul li.lsit5 div.box div.title strong,
.sp-main .sp_feature section#cont01 ul li.lsit5 div.box div.title span.strong { margin-bottom: 3.46667vw; }

.sp-main .sp_feature section#cont01 ul li.lsit5 div.box div.text strong,
.sp-main .sp_feature section#cont01 ul li.lsit5 div.box div.text span.strong { margin-bottom: 7.2vw; }

.sp-main .sp_feature section#cont01 ul li.lsit5 div.box div.text span { margin-bottom: 1.33333vw; }

.sp-main .sp_feature section#cont02 { padding: 19.33333vw 0 0 0; }

.sp-main .sp_feature section#cont02 h2 { font-size: 7.33333vw; color: #c21126; text-align: center; letter-spacing: 0.2em; line-height: 1.36364; margin: 0 0 6.66667vw 0; }

.sp-main .sp_feature section#cont02 h2 span { display: block; text-align: center; font-size: 3.6vw; line-height: 1.1; letter-spacing: 0.26em; margin: 0 0 0.8vw 0; }

.sp-main .sp_feature section#cont02 nav { border-bottom: 5.6vw solid #c21126; margin: 0 0 9.2vw 0; }

.sp-main .sp_feature section#cont02 nav ul { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; width: 91.33333vw; margin: 0 auto; }

.sp-main .sp_feature section#cont02 nav ul li { width: 44.26667vw; }

.sp-main .sp_feature section#cont02 nav ul li a { display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; justify-content: center; border-radius: 1.33333vw 1.33333vw 0 0; background: #b6c0c0; color: #FFFFFF; text-align: center; font-size: 4.13333vw; line-height: 1.6129; letter-spacing: 0.12em; -webkit-transition: 0.30s; -moz-transition: 0.30s; -ms-transition: 0.30s; -o-transition: 0.30s; transition: 0.30s; height: 22.4vw; }

.sp-main .sp_feature section#cont02 nav ul li a.on, .sp-main .sp_feature section#cont02 nav ul li a:hover { background: #c21126; }

.sp-main .sp_feature section#cont02 div.link { margin: 11.73333vw 0 0 0; }

.sp-main .sp_feature section#cont02 div.link strong,
.sp-main .sp_feature section#cont02 div.link p.strong { display: block; font-size: 6.66667vw; line-height: 1.5; text-align: center; color: #c21126; letter-spacing: 0.08em; }

.sp-main .sp_feature section#cont02 div.link p.strong { width: auto; }

.sp-main .sp_feature section#cont02 div.link p { text-align: center; width: 26vw; margin: 8.4vw auto 12.13333vw auto; }

.sp-main .sp_feature section#cont02 div.link a { display: block; border-radius: 100px; background: #0fbe00 url(../../migrate/sp/images/pc/common/icon01.svg) no-repeat; background-size: 5.6vw auto; background-position: right 6.93333vw center; color: #FFFFFF; text-align: center; font-size: 4vw; letter-spacing: 0.36em; width: 90.66667vw; margin: 0 auto; padding: 4.93333vw 0 5.06667vw 0; margin-left: auto; margin-right: auto; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont { display: none; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont.show { display: block; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul, .sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; flex-wrap: wrap; width: 90vw; margin: 0 auto; padding: 0 0 1.86667vw 0; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li, .sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li { position: relative; top: 0; left: 0; width: 41.46667vw; margin: 0 0 5.06667vw 0; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li span,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li span { display: block; position: relative; top: 0; left: 0; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li strong,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li strong,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li p.cosmetic_txt,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li p.cosmetic_txt { position: relative; top: 0; left: 0; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center; background: #c21126; color: #FFFFFF; text-align: center; font-size: 3.33333vw; line-height: 1.66667; letter-spacing: 0.21em; height: 8.4vw; padding: 0 0 0 7.33333vw; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li strong span,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li strong span,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li p.cosmetic_txt span,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li p.cosmetic_txt span { display: block; width: 100%; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li strong sup,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li strong sup,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li p.cosmetic_txt sup,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li p.cosmetic_txt sup { font-size: 2.4vw; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li p.cosmetic_txt sup,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li p.cosmetic_txt sup { display: inline-block; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li strong em,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li strong em,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li p.cosmetic_txt span.em,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li p.cosmetic_txt span.em { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center; position: absolute; top: -0.93333vw; left: -2.4vw; background: url(../../migrate/sp/images/feature/cont02_icon.svg) center center no-repeat; background-size: cover; color: #c21126; font-size: 5.46667vw; letter-spacing: 0; width: 10.13333vw; height: 10.13333vw; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li p, .sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li p { font-size: 3.33333vw; line-height: 1.8; color: #4d4d4d; text-align: justify; letter-spacing: 0.06em; padding: 2vw 0 0 0; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li p sup, .sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li p sup { display: block; font-size: 2.13333vw; margin: 0.53333vw 0 0 0; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li.last strong,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li.last strong,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li.last p.cosmetic_txt,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li.last p.cosmetic_txt { padding: 0; height: 15.06667vw; letter-spacing: 0.09em; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ul li.last strong span,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li.last strong span { text-indent: 7.33333vw; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li { margin: 0 0 7.86667vw 0; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li:nth-child(1) strong,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li:nth-child(1) p.cosmetic_txt { padding: 0 0 0 7.33333vw; box-sizing: border-box; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li:nth-child(7) strong,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li:nth-child(7) p.cosmetic_txt { letter-spacing: 0.05em; padding: 0 0 0 7.33333vw; box-sizing: border-box; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li:nth-child(6) strong,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li:nth-child(6) p.cosmetic_txt { background: #4a8dd7; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li:nth-child(6) strong em,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li:nth-child(6) strong span.em,
.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont ol li:nth-child(6) p.cosmetic_txt span.em { background: url(../../migrate/sp/images/feature/cont02_icon02.svg) center center no-repeat; background-size: cover; text-align: center; font-size: 2.4vw; line-height: 1.19771; color: #4a8dd7; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont div.flex { position: relative; top: 0; left: 0; display: -webkit-flex; display: -ms-flex; display: flex; width: 92vw; margin: 0 auto; padding: 4.8vw 0 0 4vw; box-sizing: border-box; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont div.flex div { position: absolute; top: 0; left: -0.26667vw; width: 26vw; }

.sp-main .sp_feature section#cont02 div#tab_box div.tab_cont div.flex p { border-radius: 1.33333vw; background: #ffd3d3; display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; color: #4d4d4d; font-size: 3.33333vw; line-height: 2; width: 88.26667vw; height: 42.13333vw; padding: 0 4.66667vw 0 23.06667vw; }

.sp-main .sp_reserve #main_img.main_img02 div.title { background: url(../../migrate/sp/images/reserve/main.jpg) center top no-repeat; background-size: cover; }

.sp-main .sp_reserve #main_img.main_img02 div.bg div.flex { background: url(../../migrate/sp/images/common/tilte_bg2.svg) center top no-repeat; background-size: cover; height: 200.8vw; }

.sp-main .sp_reserve #main_img.main_img02 div.bg div.flex div.left div strong,
.sp-main .sp_reserve #main_img.main_img02 div.bg div.flex div.left div span.strong { letter-spacing: 0.08em; }

.sp-main .sp_reserve #main_img.main_img02 div.bg div.flex div.left div ul li { letter-spacing: -0.03em; }

.sp-main .sp_reserve #main_img.main_img02 div.bg div.flex div.right { height: 102.13333vw; padding: 6.8vw 0 0 7.73333vw; }

.sp-main .sp_reserve #main_img.main_img02 div.bg div.flex div.right div h3 { margin: 0 0 1.06667vw 0; }

.sp-main .sp_reserve #main_img.main_img02 div.bg div.flex div.right div span { margin: 0 0 3.46667vw 0; }

.sp-main .sp_reserve #main_img.main_img02 div.bg div.flex div.right div p { letter-spacing: 0; }

.sp-main .sp_reserve section#cont01 { padding: 6.4vw 0 20.53333vw 0; }

.sp-main .sp_reserve section#cont01 div.link strong,
.sp-main .sp_reserve section#cont01 div.link span.strong { display: block; font-size: 6.66667vw; line-height: 1.5; text-align: center; color: #c21126; letter-spacing: 0.08em; }

.sp-main .sp_reserve section#cont01 div.link p { text-align: center; width: 25.06667vw; margin: 8.93333vw auto 0 auto; }

.sp-main .sp_reserve section#cont02 { background: #ffdfdf; padding: 10.13333vw 0 20.66667vw 0; }

.sp-main .sp_reserve section#cont02 div.flex { padding: 0 0 5.46667vw 0; }

.sp-main .sp_reserve section#cont02 div.flex div.box div.title { width: 90.66667vw; margin: 0 auto 0.53333vw auto; }

.sp-main .sp_reserve section#cont02 div.flex div.box div.title strong,
.sp-main .sp_reserve section#cont02 div.flex div.box div.title span.strong { display: block; margin: 0 0 4.53333vw 0; }

.sp-main .sp_reserve section#cont02 div.flex div.box div.title span { display: block; font-size: 4vw; letter-spacing: 0.15em; line-height: 1.0; color: #c21126; }

.sp-main .sp_reserve section#cont02 div.flex div.box div.text strong,
.sp-main .sp_reserve section#cont02 div.flex div.box div.text span.strong { display: block; color: #c21126; font-size: 8vw; letter-spacing: 0.01em; line-height: 1.5; width: 90.66667vw; margin: 0 auto 6.13333vw auto; }

.sp-main .sp_reserve section#cont02 div.flex div.box div.text span { display: block; }

.sp-main .sp_reserve section#cont02 div.flex div.box div.text span.arrow { width: 25.06667vw; margin: 0 auto; }

.sp-main .sp_reserve section#cont02 div.flex div.box div.text p { font-size: 3.6vw; line-height: 2; color: #4d4d4d; width: 90.66667vw; margin: 2.26667vw auto 6.4vw auto; }

.sp-main .sp_reserve section#cont02 div.inner { width: 90.66667%; margin: 0 auto; }

.sp-main .sp_reserve section#cont02 div.inner div#sim { background: linear-gradient(to bottom, #e89fa2 0%, #f1abae 100%); width: 100%; box-sizing: border-box; padding: 0 3.46667vw; margin: 0 0 5.73333vw 0; }

.sp-main .sp_reserve section#cont02 div.inner div#sim #ald_ginza_calla_depilation_simulator .ald_input { width: 100%; }

.sp-main .sp_reserve section#cont02 div.inner div.list h2 { font-size: 5.33333vw; letter-spacing: 0.2em; color: #c21126; text-align: center; }

.sp-main .sp_reserve section#cont02 div.inner div.list ul { display: -webkit-flex; display: -ms-flex; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }

.sp-main .sp_reserve section#cont02 div.inner div.list ul li { border: solid #b11425 0.13333vw; width: 43.46667vw; box-sizing: border-box; margin: 4vw 0 0 0; }

.sp-main .sp_reserve section#cont02 div.inner div.list ul li:first-child, .sp-main .sp_reserve section#cont02 div.inner div.list ul li:nth-child(2) { margin: 2.8vw 0 0 0; }

.sp-main .sp_reserve section#cont02 div.inner div.list ul li span { display: block; }

.sp-main .sp_reserve section#cont02 div.inner div.list ul li strong,
.sp-main .sp_reserve section#cont02 div.inner div.list ul li span.strong { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center; background: #b11425; text-align: center; color: #FFFFFF; font-size: 2.53333vw; line-height: 1.73684; height: 13.33333vw; box-sizing: border-box; }

.sp-main .sp_reserve section#cont03 ul li div.box div.title { width: 90.66667%; margin-right: auto; margin-left: auto; }

.sp-main .sp_reserve section#cont03 ul li div.box div.title strong,
.sp-main .sp_reserve section#cont03 ul li div.box div.title span.strong { display: block; font-size: 16.4vw; color: #c21126; opacity: 0.15; line-height: 1.0; letter-spacing: 0.1em; }

.sp-main .sp_reserve section#cont03 ul li div.box div.title span { display: block; font-size: 4vw; letter-spacing: 0.15em; line-height: 1.0; color: #c21126; }

.sp-main .sp_reserve section#cont03 ul li div.box div.text strong,
.sp-main .sp_reserve section#cont03 ul li div.box div.text span.strong { display: block; color: #c21126; font-size: 8vw; letter-spacing: 0.14em; line-height: 1.5; width: 90.66667%; margin-right: auto; margin-left: auto; }

.sp-main .sp_reserve section#cont03 ul li div.box div.text p { font-size: 3.6vw; line-height: 2; color: #4d4d4d; width: 90.66667%; margin-right: auto; margin-left: auto; }

.sp-main .sp_reserve section#cont03 ul li.lsit1 { padding: 7.46667vw 0 16.93333vw 0; }

.sp-main .sp_reserve section#cont03 ul li.lsit1 div.box div.title { margin-bottom: 0.26667vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit1 div.box div.title strong,
.sp-main .sp_reserve section#cont03 ul li.lsit1 div.box div.title span.strong { margin-bottom: 2.93333vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit1 div.box div.text strong,
.sp-main .sp_reserve section#cont03 ul li.lsit1 div.box div.text span.strong { letter-spacing: 0.06em; margin-bottom: 4.4vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit1 div.box div.text div.img { margin-bottom: 8.13333vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit2 { background: #ffdfdf; padding: 5.86667vw 0 18.66667vw 0; }

.sp-main .sp_reserve section#cont03 ul li.lsit2 div.box div.title { margin-bottom: 0.4vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit2 div.box div.title strong,
.sp-main .sp_reserve section#cont03 ul li.lsit2 div.box div.title span.strong { margin-bottom: 2.53333vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit2 div.box div.text strong,
.sp-main .sp_reserve section#cont03 ul li.lsit2 div.box div.text span.strong { margin-bottom: 2.66667vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit2 div.box div.text div.img { margin-bottom: 5.6vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit3 { padding: 6.26667vw 0 8vw 0; }

.sp-main .sp_reserve section#cont03 ul li.lsit3 div.box div.title { margin-bottom: 0.4vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit3 div.box div.title strong,
.sp-main .sp_reserve section#cont03 ul li.lsit3 div.box div.title span.strong { margin-bottom: 2.93333vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit3 div.box div.text strong,
.sp-main .sp_reserve section#cont03 ul li.lsit3 div.box div.text span.strong { margin-bottom: 10vw; }

.sp-main .sp_reserve section#cont03 ul li.lsit3 div.box div.text div.img { margin-bottom: 13.73333vw; }

.sp-main .sp_reserve section#cont03 div.link { margin: 74px 0 0 0; }

.sp-main .sp_reserve section#cont03 div.link strong,
.sp-main .sp_reserve section#cont03 div.link span.strong { display: block; font-size: 6.66667vw; line-height: 1.5; text-align: center; color: #c21126; letter-spacing: 0.18em; }

.sp-main .sp_reserve section#cont03 div.link p { text-align: center; width: 25.06667vw; margin: 8.26667vw auto 10.13333vw auto; }

.sp-main .sp_reserve section#cont03 div.link a { display: block; border-radius: 100px; background: #0fbe00 url(../../migrate/sp/images/pc/common/icon01.svg) no-repeat; background-size: 5.6vw auto; background-position: right 6.93333vw center; color: #FFFFFF; text-align: center; font-size: 4vw; letter-spacing: 0.36em; width: 90.66667vw; margin: 0 auto; padding: 4.93333vw 0 5.06667vw 0; }

.sp-main .sp_faq #main_img { position: relative; top: 0; left: 0; background: url(../../migrate/sp/images/faq/main.jpg) center top no-repeat; background-size: 100% auto; width: 100%; padding: 5.2vw 0 5.73333vw 0; }

.sp-main .sp_faq #main_img div { position: relative; top: 0; left: 0; }

.sp-main .sp_faq #main_img div strong,
.sp-main .sp_faq #main_img div span.strong { display: block; text-align: center; font-size: 8vw; letter-spacing: 0.14em; color: #FFFFFF; line-height: 1.33333; line-height: 1.1; margin: 0 0 0.13333vw 0; }

.sp-main .sp_faq #main_img div h1 { text-align: center; font-size: 3.33333vw; letter-spacing: 0.2em; color: #FFFFFF; }

.sp-main .sp_faq section#cont01 { margin: 0 auto; }

.sp-main .sp_faq section#cont01 div.tag { background: #cbd1d1; border-radius: 1.33333vw; width: 90.66667vw; padding: 1.86667vw 0 2.26667vw 3.33333vw; box-sizing: border-box; margin: 2.66667vw auto 0 auto; }

.sp-main .sp_faq section#cont01 div.tag strong { display: block; color: #c21126; font-size: 3.33333vw; letter-spacing: 0.2em; margin: 0 0 1.6vw 0; }

.sp-main .sp_faq section#cont01 div.tag ul { display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; }

.sp-main .sp_faq section#cont01 div.tag ul li { margin: 0 3.73333vw 0 0; }

.sp-main .sp_faq section#cont01 div.tag ul li:last-child { margin: 0; }

.sp-main .sp_faq section#cont01 div.tag ul li a { display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; font-size: 2.8vw; letter-spacing: 0.18em; color: #4d4d4d; }

.sp-main .sp_faq section#cont01 div.tag ul li a::after { content: ''; display: block; background: url(../../migrate/sp/images/faq/icon_link.svg) center center no-repeat; background-size: cover; width: 1.06667vw; height: 1.73333vw; margin: 0 0 0 3.06667vw; }

.sp-main .sp_faq section#cont01 div.tag ul li a:hover { opacity: 0.7; }

.sp-main .sp_faq section#cont01 nav { border-bottom: solid #ffc0bf 5.6vw; background: #c41126; }

.sp-main .sp_faq section#cont01 nav ul { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; width: 90.66667%; margin: 0 auto; }

.sp-main .sp_faq section#cont01 nav ul li { width: 22vw; }

.sp-main .sp_faq section#cont01 nav ul li a { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center; border-radius: 1vw 1vw 0 0; background: #b6c0c0; font-size: 3.33333vw; line-height: 1.6; color: #FFFFFF; letter-spacing: 0.12em; text-align: center; width: 100%; height: 16.8vw; }

.sp-main .sp_faq section#cont01 nav ul li a.on { background: #ffc0bf; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body { margin: 0 0 60px 0; box-sizing: border-box; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont { display: none; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont.show { display: block; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li { position: relative; top: 0; left: 0; border-bottom: solid #c41126 0.13333vw; width: 100%; padding: 12vw 0 11.2vw 0; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl { width: 90.66667%; margin: 0 auto; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl dt { border-bottom: solid #c41126 0.4vw; display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; margin: 0 0 1.6vw -0.26667vw; padding: 0 0 2.93333vw 0; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl dt span { display: block; width: 7.2vw; margin: 0 1.6vw 0 0; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl dt p { font-weight: bold; color: #c21126; font-size: 4.8vw; letter-spacing: 0.16em; line-height: 1.41667; width: 81.6vw; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl dd { display: -webkit-flex; display: -ms-flex; display: flex; margin: 0 0 0 -0.8vw; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl dd span { display: block; width: 8.13333vw; margin: 0.93333vw 1.86667vw 0 0; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl dd p { color: #4d4d4d; font-size: 3.6vw; letter-spacing: 0; line-height: 2; width: 78.66667vw; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl dd p strong { font-weight: bold; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl dd p span.strong { width: auto; margin: auto; font-weight: bold; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl dd p em { font-style: italic; }

.sp-main .sp_faq section#cont01 div.inner div#tab_body div.tab_cont ul li dl dd a { color: #c21126; }

.price-3000{
  width: 90.66667%;
  margin: 0 auto 11.33333vw auto;
  margin-bottom: 50px;
}

.l_content_size.mb._add .btn_wrap {
  width: 70%;
}
.l_content_size.mb._add .btn_wrap .c_btn_1._pt1 {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  /*padding: 0 20px;*/
  padding: 0px;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  /*background: #d01026;*/
  background: #fff;
  border:1px solid #d01026;
}
.l_content_size.mb._add .btn_wrap .c_btn_1._pt1:before {
  display: inline-block;
  /*content: url(../../img/common/tel.svg);*/
  content: url(../../img/common/tel2.svg);
  width: 16px;
  height: 16px;
  padding: 0 10px 0 0;
}
.l_content_size.mb._add .btn_wrap .u_txt_1 {
  font-weight: bold;
  /*color: #fff;*/
  color: #d01026;
}
.l_content_size.mb._add .c_list_16 > .inner {
  padding: 0 5px 5px;
  background: #fde9e9;
}
.l_content_size.mb._add .c_list_16 > .inner > .ttl {
  display: block;
  padding: 10px 20px;
  color: #4d4d4d;
  position: relative;
}
.l_content_size.mb._add .c_list_16 > .inner .list_wrap > .list {
  padding: 0 10px;
  background: #fff;
}
.l_content_size._add {
  margin: 0 0 30px;
}
p.u_txt_1.add_business_hours {
  padding-top: 0;
}
.l_content_size.mb._add .c_list_16 > .inner > .ttl {
  margin: 0 auto;
  padding: 10px 20px;
}
.l_content_size.mb._add .c_list_16 > .inner .list_wrap > .list > .item:last-child {
  padding: 10px 0;
}
.l_content_size.mb._add .c_list_16 > .inner .list_wrap > .list > .item._pt2 {
  padding: 0 0 10px;
}
.l_content_size.mb._add .c_list_16 > .inner .list_wrap > .list > .item._pt2 > .child_list > .item:first-of-type {
  border-top: 0;
}


/*フォームボタン*/
.kinkyu_form_wrap{
  width: 270px;
  height: 45px;
  border-radius: 5px;
  padding: 0 10px;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  background: #fff;
  border:1px solid #d01026;
}
.c_kinkyu_2._pt2:before {
  display: inline-block;
  content: url(../../img/common/form.svg);
  width: 16px;
  height: 16px;
  padding: 5px 5px 0 0;
}
.kinkyu_form_wrap .c_kinkyu_2._pt2 .u_txt_2 {
  font-weight: bold;
  color: #d01026;
  font-size: 14px;
}

/* ---------------------------
  @ サロンリスト
--------------------------- */
.news_list{
  margin-bottom: 20px;
}
.news_list ul li{
  display:inline-block;
}
.news_list ul li:nth-of-type(odd){
  width:40%;
}

.pc-main .hannari_font.inview_item.inview_item1 {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #c21126;
}
.pc-main .hannari_font.inview_item.inview_item1 .century_font {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}

.sp-main .sp_index section#cont02 div.inner h2 p em._add {
  color: #6f3e45;
}

.sp-main .sp_index section#cont02 div.inner h2 span.strong._add {
  display: block;
  width: 100%;
  margin: -10px auto 0;
  font-size: 7.43333vw;
  text-align: center;
  letter-spacing: -2px;
  color: #6f3e45;
}

.pc-main { min-width: 100%; }

h3.hannari_font.inview_item.inview_item2._add {
  margin: 0 0 4vw 0;
  letter-spacing: -0.16em;
}

body {
  scroll-padding-top: 65px;
}



/**************
201029追加 sp.css
**************/
.sp-main .attention_top{
	background:#fff;
	margin-top:0;
	padding:5px;
}
.sp-main .attention_top p{
	text-align:center;
	color:#4d4d4d;
  font-size: 3.5vw;
}
.sp-main .plan_top_bg{
  background-size: auto auto;
  background-color: rgba(255, 254, 237, 1);
  background-image: repeating-linear-gradient(121deg, transparent, transparent 17px, rgba(255, 251, 198, 1) 17px, rgba(255, 251, 198, 1) 30px );
}
.sp-main .plan_top_bg p{
	padding: 10px 20px 20px;
}
.sp-main .plan_top_bg img{
	margin: 0 auto;
}
.sp-main .attention_top{
  padding: 5px 0 5px 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.sp-main .attention_top a{
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}

.sp-main .attention_top a::before{
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  vertical-align: top;
  background-image: url(../../migrate/images/common/attention.svg);
  position: absolute;
  top: 0px;
  left: -50%;
  width: 100%;
  height: 100%;
}




/**************
top.css
**************/

.pc-main .u_pc {
  display: none!important;
}
.pc-main .u_sp {
  display: block!important;
}
.mg-header-main a {
  text-decoration: none;
}
.mg-header-main a img {
  width: 100%;
  height: auto;
}
.mg-header-main .mg-header-logo a img {
  width: 25vw;
}
#cont04 .inview_item a span img {
  display: block;
}
.sp-main .sp_index section#cont05 div.inner div.scroll::-webkit-scrollbar {
  display: none;
}
.mg-footer.u_sp .mg-footer-share a {
  background: #c21026;
}
main .mv-top-senyo._top {
  padding: 17.33333vw 0 0;
}

#js-mg-gnav.mg-gnav {
  padding: 5vw 0 32vw;
}
#js-mg-gnav.mg-gnav .mg-gnav-logo {
  width: 90.66667vw;
  margin: 0 auto 30px;
}
#js-mg-gnav.mg-gnav .btn {
  width: 90.66667vw;
  margin: 0 auto 20px;
  padding: 0;
  background: none;
}
#js-mg-gnav.mg-gnav .btn:after {
  content: none;
}
#js-mg-gnav.mg-gnav .btn .link {
  display: block;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border-radius: 2vw;
  border: solid 1px #feebcf;
  color: #feebcf;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu li:nth-child(n+2) {
  margin: 0;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu li a {
  justify-content: center;
  padding: 20px 0;
  border-top: solid 1px #fff;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu li a:before {
  content: none;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu li:last-child a {
  border-bottom: solid 1px #fff;
}
#js-mg-gnav.mg-gnav .mg-gnav-inside p.nav_link {
  margin: 5vw 0 0;
}
#js-mg-gnav.mg-gnav .mg-gnav-inside p.nav_link a {
  margin: 0 auto;
}
#js-mg-gnav.mg-gnav .list {
  display: flex;
  justify-content: space-between;
  width: 90.66667vw;
  margin: 20px auto 0;
}
#js-mg-gnav.mg-gnav .list .item {
  width: 47%;
}
#js-mg-gnav.mg-gnav .list .item a {
  display: block;
  width: 100%;
  /* padding: 5.2vw 0 5.06667vw 0; */
  padding: 11px 0;
  text-align: center;
  font-size: 4vw;
  border-radius: 2vw;
  border: solid 1px #fff;
  color: #fff;
  background: url(../../migrate/sp/images/common/icon01.svg) no-repeat;
  background-position: right 4.2vw center;
  background-size: 5.33333vw auto;
}
.flow_slider {
  width: 60%;
  margin: 0 auto 80px;
}
.flow_slider .slick-prev {
  left: -50px;
  height: 90px;
  width: 30px;
  background: url(../../migrate/images/index/arrow_left.png)no-repeat;
  z-index: 999;
}
.flow_slider .slick-prev,
.flow_slider .slick-prev:focus,
.flow_slider .slick-prev:hover {
  background: url(../../migrate/images/index/arrow_left.png)no-repeat;
}
.flow_slider .slick-next {
  right: -50px;
  height: 90px;
  width: 30px;
  background: url(../../migrate/images/index/arrow_right.png)no-repeat;
  z-index: 999;
}
.flow_slider .slick-next,
.flow_slider .slick-next:focus,
.flow_slider .slick-next:hover {
  background: url(../../migrate/images/index/arrow_right.png)no-repeat;
}
.box._flow .txt {
  display: block;
  width: 100%;
  font-size: 7.43333vw;
  text-align: center;
  letter-spacing: -2px;
  color: #6f3e45;
}
.box._flow .txt .small {
  display: block;
  font-size: 5.43333vw;
}
.box._flow .img_wrap {
  width: 100%;
}
.box._flow .img_wrap .inner._02 {
  margin: 40px auto 0;
  text-align: center;
}
.box._flow .img_wrap button img {
  display: none;
}
.sp-main .attention_top a {
  width: 86%;
}
.mg-header._new .link_box {
  display: block;
  height: 100%;
}
.mg-header._new .link_box .header-cvbox {
  width: 35vw;
  height: 100%;
  margin: 0 4vw 0 19vw;
  border-radius: unset;
}


/**************
201125追加 sp.css
**************/
.mg-footer .mg-footer-group{
  font-size: 9.33333vw;
  letter-spacing: -0.14em;
  text-align: center;
  color: #4d4d4d;
  line-height: 1.21429;
  margin: 0 0 7.6vw 0;
}
.mg-footer .mg-footer-group span{
  display: block;
  color: #c21126;
  font-size: 3.6vw;
  letter-spacing: 0.26em;
  margin: 0 0 1.06667vw 0;
}


/**************
201225追加 sp.css (ReBorn)
**************/
.l_content .fv-txt{
  padding: 3% 0 5%;
}
.l_content .r-camp-txt{
	font-size: 1.2em;
	color: #2d3142;
	padding: 0;
	line-height: 1.6;
}
.l_content .r-camp-txt.magb{
  margin-bottom: 8%;
}
.l_content .r-camp-txt.magb8{
  margin-bottom: 8%;
}
.l_content .r-camp-txt.center{
  margin-bottom: 5%;
}
.l_content .r-camp-txt .red-txt{
	color: #c21126;
}
.l_content .r-camp-contents{
  margin-bottom: 3%;
}
.l_content .r-camp-arrow{
	text-align: center;
	margin: 5% 0;
}
.l_content .r-camp-arrow img{
  width: 30%;
}
.l_content .r-camp-buddies img{
  vertical-align: bottom;
}
.l_content .r-camp-mag{
	margin-bottom: 3%;
	text-align: center;
}
.l_content .body-make{
	margin-bottom: 5%;
}
.l_content .r-camp-last{
	margin-bottom: 10%;
}
.l_content .btn_wrap.r-camp{
	margin-bottom: 3%;
	text-align: center;
}
.l_content .btn_wrap.r-camp + .min_txt{
	text-align: center;
}

/*210121_コロナ対策追加*/
.sp-main .sp_index section#key_img ul li div{
  position: relative;
}
.sp-main .sp_index section#key_img ul li div a.top_covid{
  position: absolute;
  bottom: 4vw;
  width: 45%;
  left: 3vw;
}

.l_faq_box {
  margin: 0 auto;
}
.l_faq_box .c_toggle_3 {
  border-bottom: solid 1px #d01026;
}
.l_faq_box .c_toggle_3 > .parent {
  display: flex;
  align-items: center;
  padding: 50px 10px;
  border: none;
}
.l_faq_box .c_toggle_3 > .parent:hover {
  opacity: .7;
}
.l_faq_box .c_toggle_3 > .parent span {
  display: block;
  width: 38px;
  margin: 0 10px 0 0;
}
.l_faq_box .c_toggle_3 > .parent .txt {
  width: calc(100% - 80px);
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.41667;
}
.l_faq_box .c_toggle_3 > .child {
  display: flex;
  padding: 20px 10px;
  align-items: center;
}
.l_faq_box .c_toggle_3 > .child span {
  display: block;
  width: 38px;
  margin: 0 10px 0 0;
}
.l_faq_box .c_toggle_3 > .child .txt {
  width: calc(100% - 80px);
  font-size: 3.6vw;
  letter-spacing: 0;
  line-height: 2;
  color: #4d4d4d;
}
.l_faq_box .c_toggle_3 > .child .txt a {
  text-decoration: underline;
  color: #c21126;
}
.l_faq_box .c_toggle_3 > .child .txt a:hover {
  opacity: .7;
}

/*210226追加_フッターリスト_オリコン*/
.l_container .l_plan_blk > .inner > .campaign_wrap > .lists > .list > .link > .oricon_att{
	margin-top:5px;
}
.l_container .l_plan_blk > .inner > .campaign_wrap > .lists > .list > .link > .ttl > .txt_oricon::after{
  content: '（※）';
  font-size: 10px;
  display: contents;
}

/* sp menu */
.u_sp .mg-gnav {
  /* background: none; */
}
#js-mg-gnav.mg-gnav .mg-gnav-menu .item {
  opacity: 1!important;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu .item .item_input {
  display: none;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu .item .item_label {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-top: solid 1px #fff;
  color: #fff;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu .item .item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 1;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu .item .item_list li {
  opacity: 1!important;
  width: calc(50% - .5px);
  background: #fff;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu .item .item_list li .link {
  color: #d01026;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu .item .item_list._ver2 li {
  border-bottom: solid 1px #d01026;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu .item .item_list._ver2 li:last-child {
  width: 100%;
  border: none;
}
#js-mg-gnav.mg-gnav .mg-gnav-menu .item .item_list li:last-child a {
  border-bottom: none;
}
#js-mg-gnav.mg-gnav .tel_link_wrap {
  width: 90.66667vw;
  margin: 20px auto 0;
}
#js-mg-gnav.mg-gnav .tel_link_wrap a {
  display: block;
}

/* sp menu toggle */
#js-mg-gnav.mg-gnav .c_toggle_3 > .parent {
  position: relative;
  opacity: 1!important;
}
#js-mg-gnav.mg-gnav .c_toggle_3 > .parent._active > .absolute > .wrap > .horizontal {
  transform: translateY(-50%) rotate(180deg);
}
#js-mg-gnav.mg-gnav .c_toggle_3 > .parent > .absolute {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}
#js-mg-gnav.mg-gnav .c_toggle_3 > .parent > .absolute > .wrap {
  width: 15px;
  height: 15px;
  position: relative;
}
#js-mg-gnav.mg-gnav .c_toggle_3 > .parent > .absolute > .wrap > .horizontal,
#js-mg-gnav.mg-gnav .c_toggle_3 > .parent > .absolute > .wrap > .vertical {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
#js-mg-gnav.mg-gnav .c_toggle_3 > .parent > .absolute > .wrap > .horizontal {
  transform: translateY(-50%) rotate(90deg);
}
#js-mg-gnav.mg-gnav .c_toggle_3 > .child {
  display: none;
}