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

/* ==========================================================
 body
========================================================== */
html,
body {
	min-height: 100vh;
}
body {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
	color: #212121;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
img {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a {
	text-decoration: none;
}
a, a img {
  transition: all 0.2s;
}
.is-opacity:hover {
	opacity: 0.7;
}

p, dd {
	text-align: justify;
}

/* ロード時の挙動
---------------------------------------------------------- */
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}


/* ==========================================================
 header / footer
========================================================== */
.header-in .logo,
.footer-tel .logo {
	width: 111px;
	height: 48px;
}
.header-in .logo a,
.footer-tel .logo a {
	display: block;
}

/*header
---------------------------------------------------------- */
.header {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	font-weight: 500;
	z-index: 100;
}
.header-in {
	position: relative;
	clear: both;
	overflow: hidden;
	height: 80px;
}
.header-in .logo {
	position: relative;
	float: left;
	margin: 16px 0 0 40px;
	z-index: 1;
}
.header-nav-btn {
	display: none;
}

/* nav-menu ---------- */
.header-nav-01,
.nav-menu,
.nav-menu .item,
.nav-menu .item a {
	height: 100%;
}
.nav-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/*width: calc(100% - 350px);*/
	width: 960px;
	margin: auto;
	font-size: 0;
	/*text-align: center;*/
	text-align: right;
	z-index: 0;
}
.nav-menu .item {
	display: inline-block;
	width: 120px;
}
.nav-menu .item + .item {
	margin-left: 20px;
}
.nav-menu .item a {
	position: relative;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 14px;
}
.nav-menu .item a::after {
	overflow: hidden;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 4px;
	transition: all 0.2s;
}
.nav-menu .item a:hover::after,
#product .nav-menu .product a::after,
#feature .nav-menu .feature a::after,
#flow .nav-menu .flow a::after,
#try .nav-menu .try a::after,
#info .nav-menu .info a::after,
#after .nav-menu .after a::after,
#faq .nav-menu .faq a::after {
	background: #d1c8b7;
	opacity: 1;
}
.nav-menu .item .sub {
	font-size: 10px;
}

/* nav-product ---------- */
.header-nav-02 {
	display: none;
}
.nav-product {
	height: 60px;
	font-size: 0;
	text-align: center;
	border-top: 1px solid #eee;
}
.nav-product .item {
	display: inline-block;
	width: 140px;
	line-height: 60px;
	font-size: 14px;
}
.nav-product .item + .item {
	margin-left: 20px;
}
.nav-product .item a {
	display: block;
}
.nav-product .item a::before {
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: url("../img/ico_arrow_01.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* header event-btn ---------- */
.header-nav-01 .event-btn,
.header-nav-01 .event-btn::before {
	display: block;
}
.header-nav-01 .event-btn {
	float: right;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 160px;
	height: 100%;
	border-radius: 0;
}

/* ヘッダー固定 ---------- */
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff !important;
}

/* footer
---------------------------------------------------------- */
.footer {
	padding-top: 30px;
}

/* footer-tel ---------- */
.footer-tel,
.footer-tel h2,
.footer .event-btn {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.footer-tel {
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* width: 540px; */
	/*width: 820px;*/
	width: 620px;
	height: 80px;
	margin: 0 auto 30px;
}
.footer-tel h2 {
	-ms-flex-pack: center;
	justify-content: center;
	width: 100px;
	height: 100%;
	margin: 0 20px 0 auto;
	line-height: 1.4;
	color: #8d754c;
	font-weight: 500;
	border: 1px solid #e0e0e0;
}
.footer-tel-txt {
	/*margin: 0 auto 0 0;*/
	margin: 0;
	line-height: 1;
	color: #000;
	font-size: 13px;
}
.footer-tel-txt .link-tel,
.footer-tel-txt .link-mail {
	display: block;
}
.footer-tel-txt .link-tel {
	position: relative;
	top: -4px;
	font-size: 40px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.footer-tel-txt .link-mail {
	margin-top: 10px;
	text-align: center;
}
.footer-tel-txt .link-mail:hover {
	opacity: 0.7;
}
.footer-icon {
	display: inline-block;
	width: 60px;
	margin-left: 20px;
}
.footer .event-btn {
	width: 230px;
	height: 60px;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer .event-btn::before {
	display: none;
	/*display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 4px;*/
}

/* footer-in ---------- */
.footer-in-01,
.footer-in-02 .area-cmn-01 {
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}
.footer-in-01 {
	text-align: center;
	background: #f5f5f5;
}
.footer-in-01 h2,
.footer-in-01 p {
	display: inline-block;
}
.footer-in-01 p {
	color: #616161;
}
.footer-in-01 p,
.footer-nav .item + .item {
	margin-left: 20px;
}
.footer-in-02 {
	color: #fff;
	background: #212121;
}
.footer-in-02 .area-cmn-01 {
	clear: both;
	overflow: hidden;
}
.footer-nav {
	float: left;
}
.footer-nav .item {
	display: inline-block;
}
.footer-in-02 small {
	display: block;
	float: right;
}

/* ==========================================================
 汎用クラス
========================================================== */
/* contents / section
---------------------------------------------------------- */
.contents {
	flex: 1 0 auto;
	padding: 80px 0 90px;
	background: url("../img/bg.png") #fcfbef;
	background-size: 300px;
}
.area-cmn-01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.sec-cmn-02 {
	padding: 70px;
	background: #fff;
}
.sec-cmn-02 + .sec-cmn-02 {
	margin-top: 60px;
}

/* txt
---------------------------------------------------------- */
.txt-cmn-01,
.txt-cmn-02,
.txt-cmn-03,
.txt-cmn-04 {
	color: #000;
	font-weight: 500;
}
.txt-cmn-01 {
	font-size: 16px;
	text-align: center;
}
.txt-cmn-02 {
	font-size: 24px;
}
.txt-cmn-03 {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
.txt-cmn-04 {
	font-size: 26px;
}
.txt-cmn-05 {
	margin-bottom: 15px;
}
.txt-color-01 {
	color: #d32f2f;
}

/* ttl
---------------------------------------------------------- */
.ttl-cmn-01,
.ttl-cmn-02,
.ttl-cmn-03,
.ttl-cmn-04 {
	color: #000;
	font-weight: 500;
	text-align: center;
}
.ttl-cmn-01 {
	margin: 60px 0 40px;
	font-size: 24px;
}
.ttl-cmn-01 .sub {
	font-size: 12px;
}
.ttl-cmn-02 {
	margin-bottom: 30px;
	font-size: 28px;
}
.ttl-cmn-03 {
	margin-bottom: 40px;
	font-size: 22px;
}
.ttl-cmn-04 {
	margin-bottom: 20px;
	font-size: 18px;
}
.ttl-line-01,
.ttl-line-02 {
	font-size: 28px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.ttl-line-01 {
	margin-bottom: 20px;
}
.ttl-line-02 {
	margin: 90px 0 30px;
	text-align: center;
}
.ttl-line-01::after,
.ttl-line-02::after {
	content: "";
	height: 1px;
	background: #000;
}
.ttl-line-01::after {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 60px;
	margin-left: 10px;
	vertical-align: middle;
}
.ttl-line-02::after {
	display: block;
	width: 30px;
	margin: 10px auto 0;
}

/* link
---------------------------------------------------------- */
.link-cmn-01 {
	text-decoration: underline;
}
.link-cmn-01:hover {
	text-decoration: none;
}
.link-tel {
	pointer-events: none;
}

/* box
---------------------------------------------------------- */
*[class^="box-cmn-"] {
	background: #fff;
}
.box-cmn-01 {
	padding: 40px;
}
.box-cmn-02 {
	padding: 30px;
}
*[class^="box-cmn-"] + *[class^="box-cmn-"] {
	margin-top: 15px;
}

/* btn
---------------------------------------------------------- */
.btn-cmn-01 {
	display: block;
	max-width: 260px;
	width: 100%;
	height: 50px;
	padding-top: 11px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #bdbdbd;
}

/* table
---------------------------------------------------------- */
.table-cmn-01 {
	width: 100%;
}
.table-cmn-01 th {
	padding: 2px;
	color: #fff;
	text-align: center;
	background: #4d4d4d;
}
.table-cmn-01 th,
.table-cmn-01 td {
	border :1px solid #e0e0e0;
}
.table-cmn-01 td {
	padding: 17px 20px;
}
.table-cmn-01 td:first-of-type,
.table-cmn-01 td:last-of-type {
	width: 150px;
	text-align: center;
}
.table-cmn-01 th,
.table-cmn-01 td:first-of-type {
	font-weight: 500;
}

/* アコーディオン
---------------------------------------------------------- */
.mod-list-tab,
.mod-list-detail {
	position: relative;
}
.mod-list-tab {
	padding-right: 30px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.mod-list-tab.s-on::after {
	content: "";
	position: absolute;
	display: block;
}
.mod-list-tab.s-on::after {
	top: 5px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url("../img/ico_arrow_02.svg") top left no-repeat;
	background-size: cover;
}
.mod-list-tab.s-on.active::after {
	background-position: top right;
}
.mod-list-tab.s-on:hover {
	cursor: pointer;
}
.mod-list-detail {
	margin-top: 10px;
}

/* iframe
---------------------------------------------------------- */
iframe {
	display: block;
	border: none;
}
.iframe-box-01,
.iframe-box-02 {
	position: relative;
	margin: 0 auto;
}
.iframe-box-01 {
	width: 640px;
	height: 360px;
}
.iframe-box-02 {
	width: 800px;
	height: 450px;
}
.iframe-box-02 + .iframe-box-02 {
	margin-top: 60px;
}
div[class^="iframe-box-"] iframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* sub
---------------------------------------------------------- */
.sub {
	display: block;
	color: #8d754c;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

/* event-btn
---------------------------------------------------------- */
.event-btn {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background: #16979d;
	background: -moz-linear-gradient(top, #16979d, #199e8f);
  background: -webkit-linear-gradient(top, #16979d, #199e8f);
  background: linear-gradient(to bottom, #16979d, #199e8f);
	border-radius: 3px;
}
.event-btn::before {
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/ico_calender.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* ==========================================================
 index.html
========================================================== */
#top .header {
	background: none;
}
.sec-top-slider {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 1040px;
	margin: 30px auto 50px;
}
.box-slider-txt {
	position: absolute;
	left: 40px;
	bottom: 50px;
	width: 260px;
	font-weight: 500;
	z-index: 1;
}
.box-slider-txt .logo {
	display: block;
	margin-bottom: 25px;
}
.sec-top-slider .bx-wrapper {
	position: relative;
	float: right;
	width: 800px;
	margin: 0;
	background: none;
	border: none;
	box-shadow: none;
	z-index: 0;
}
.sec-top-slider .bx-wrapper .bx-pager {
	padding: 12px 5px 0 0;
	line-height: 1;
	text-align: right;
}
.sec-top-slider .bx-wrapper .bx-pager,
.sec-top-slider .bx-wrapper .bx-controls-auto {
	position: static;
	width: auto;
}
.sec-top-slider .bx-wrapper .bx-pager.bx-default-pager a,
.sec-top-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
	width: 12px;
	height: 12px;
	background: #e0e0e0;
}
.sec-top-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sec-top-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #44b0a2;
}
.sec-top-01 {
	padding: 80px 0;
	background: #fff;
}
.sec-top-01-in,
.list-top-01 {
	-js-display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec-top-01-in {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.sec-top-01 .txt-cmn-04 {
	margin-bottom: 25px;
	line-height: 1.7;
}
.sec-top-01 .btn-cmn-01 {
	margin-top: 55px;
}
.box-top-01 {
	width: calc(100% - 625px);
}
/* .list-top-01:first-of-type {
	width: 625px;
}
.list-top-01:last-of-type {
	width: 100%;
	margin-top: 60px;
} */
.list-top-01 {
	width: 625px;
}
.list-top-01:last-of-type {
	margin-top: 60px;
}
.list-top-01 .item {
	width: 290px;
}
.list-top-01 .item .is-opacity {
	display: block;
}
.list-top-01 .item h3 {
	margin: 20px 0 5px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
}
.list-top-01 .item h3,
.list-top-01 .item p {
	text-align: center;
}
.sec-top-02 figure {
	width: 800px;
	margin: 0 auto;
}

/* ==========================================================
 product.html
========================================================== */
#product .contents {
	padding-top: 140px
}
#product .header-nav-02 {
	display: block;
}

/* MANAVIS HAIR PEACEで〜
---------------------------------------------------------- */
.sec-product-01 {
	padding: 60px 0;
}
.sec-product-01 figure {
	margin: 0 15px;
}
.list-product-01,
.list-product-02 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
}
.list-product-01 {
	margin: 40px 60px 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list-product-01 .item {
	width: calc(50% - 30px);
}

/* 見つけましょう〜
---------------------------------------------------------- */
.sec-product-02 {
	position: relative;
	padding: 70px 0;
}
.sec-product-02::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 62.35%;
	background: #fff;
	z-index: 0;
}
.sec-product-02 > * {
	position: relative;
	z-index: 1;
}
.list-product-02 {
	width: 820px;
	margin: 50px auto 0;
	-ms-flex-pack: center;
	justify-content: center;
}
.list-product-02 .item {
	width: 240px;
}
.list-product-02 .item + .item {
	margin-left: 50px;
}
.list-product-02 .item h3 {
	margin: 10px 0 5px;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.link-product {
	display: block;
	padding: 20px 0 8px;
	color: #000;
	font-weight: 500;
	text-align: center;
	border-bottom: 2px dotted #ccc;
}
.link-product::before {
	position: relative;
	top: -1px;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: url("../img/ico_arrow_01.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* Wig Style
---------------------------------------------------------- */
#product .area-cmn-03 {
	counter-reset: number;
}
.sec-product-03 {
	padding: 90px 0;
}
.sec-product-03-in {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.box-product,
.img-product-wrap {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
}
.box-product:nth-of-type(1),
.img-product-wrap {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box-product-detail {
	width: 530px;
}
.ttl-product {
	position: relative;
	margin-bottom: 40px;
	padding-top: 100px;
	line-height: 1;
	color: #000;
	font-size: 48px;
	font-weight: 500;
}
.ttl-product::before,
.ttl-product-style {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.ttl-product::before {
	position: absolute;
	top: -30px;
	color: #ccc;
	font-size: 200px;
	counter-increment: number;
	content: counter(number, decimal-leading-zero);
	opacity: 0.2;
	z-index: 0;
}
.ttl-product-style {
	display: block;
	margin-bottom: 40px;
	font-size: 18px;
}
.list-product-03 {
	margin-bottom: 30px;
}
.list-product-03 .item {
	position: relative;
	padding: 10px 0 2px 20px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px dotted #999;
}
.list-product-03 .item::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: url("../img/ico_check.svg") no-repeat;
	background-size: contain;
}
.img-product-01 {
	position: relative;
	width: 400px;
}
.img-product-01 figcaption {
	margin: 5px 40px 0;
	font-weight: 500;
}
.txt-product-name {
	font-size: 30px;
}
.txt-product-old {
	display: inline-block;
	margin-left: 0.1em;
	font-size: 30px;
	font-weight: 500;
}
.txt-product-catch {
	position: absolute;
	top: 40px;
	line-height: 1.9;
	letter-spacing: 0.1em;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.box-product:nth-of-type(2) {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.img-product-wrap {
	width: 530px;
}
.img-product-02 {
	width: 270px;
}
.img-product-03 {
	width: 240px;
}
.img-product-02 figcaption,
.img-product-03 figcaption {
	margin-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.txt-product-other {
	width: 350px;
	margin: 0 40px 25px;
}

/* btn-product-movie
---------------------------------------------------------- */
/*.btn-product-movie {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: calc(1em + 16px);
	width: 270px;
	min-height: 70px;
	padding: 10px 0;
	line-height: 1.6;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #d32f2f;
	border-radius: 5px;
}*/
.btn-product-movie,
.btn-product-movie a {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
}
.btn-product-movie {
	position: absolute;
	bottom: calc(1em + 16px);
	background: #d32f2f;
	border-radius: 5px;
	transition: all 0.2s;
}
.btn-product-movie:hover {
	background: #df6f72;
}
.btn-product-movie a {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 270px;
	min-height: 70px;
	padding: 10px 0;
	line-height: 1.6;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

/* Wig style 奇数
---------------------------------------------------------- */
.sec-product-03:nth-of-type(odd) .ttl-product::before {
	left: -40px;
}
.sec-product-03:nth-of-type(odd) .txt-product-catch {
	transform: translateX(-50%);
}
.sec-product-03:nth-of-type(odd) .img-product-01 figcaption,
.sec-product-03:nth-of-type(odd) .img-product-02 figcaption,
.sec-product-03:nth-of-type(odd) .img-product-03 figcaption {
	text-align: right;
}
.sec-product-03:nth-of-type(odd) .btn-product-movie {
	left: 0;
}

/* Wig style 偶数
---------------------------------------------------------- */
.sec-product-03:nth-of-type(even) {
	background: #fff;
}
.sec-product-03:nth-of-type(even) .box-product,
.sec-product-03:nth-of-type(even) .img-product-wrap {
	flex-direction: row-reverse;
}
.sec-product-03:nth-of-type(even) .ttl-product {
	text-align: right;
}
.sec-product-03:nth-of-type(even) .ttl-product::before {
	right: -40px;
}
.sec-product-03:nth-of-type(even) .txt-product-catch {
	right: 0;
	transform: translateX(50%);
}
.sec-product-03:nth-of-type(even) .btn-product-movie {
	right: 0;
}

/* ==========================================================
 feature.html
========================================================== */
#feature figure {
	width: 380px;
}
.list-feature {
	counter-reset: number;
}
.list-feature .item {
	margin-top: 60px;
}
.ttl-feature-01,
.ttl-feature-02,
.ttl-feature-03,
.ttl-feature-04 {
	color: #000;
}
.ttl-feature-01,
.ttl-feature-02::before {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.ttl-feature-01,
.ttl-feature-04 {
	margin-bottom: 25px;
	font-size: 24px;
}
.ttl-feature-02 {
	margin-bottom: 35px;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 2px dotted #999;
}
.ttl-feature-02::before {
	display: block;
	margin: -5px 0 5px;
	line-height: 1;
	color: #ccc;
	font-size: 48px;
	counter-increment: number;
	content: counter(number, decimal-leading-zero);
}
dd + dt.ttl-feature-03 {
	margin-top: 60px;
}
.ttl-feature-03 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}
.ttl-feature-04 {
	text-align: center;
}
.box-feature-wrap {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list-feature .item:nth-of-type(2) .box-feature-wrap {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sec-cmn-02 > .box-feature-wrap + .box-feature-wrap {
	margin-top: 30px;
}
.box-feature-01 {
	width: calc(50% - 30px);
}
.box-feature-01 .btn-cmn-01 {
	margin-top: 35px;
}
.list-feature.voice .item {
	margin-top: 40px;
}
.list-feature.voice .ttl-feature-02 {
	position: relative;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 20px 0 20px 75px;
}
.list-feature.voice .ttl-feature-02::before {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	transform: translateY(-50%);
}
.list-feature.voice .txt-feature-data {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}
/* .list-feature.voice .txt-feature-data {
	position: relative;
  top: -1px;
	display: inline-block;
	font-size: 14px;
} */

/* ==========================================================
 flow.html
========================================================== */
#flow .box-cmn-01 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 0;
}
#flow .box-cmn-01 .box-txt-01 {
	width: 280px;
	margin: auto;
}
#flow .box-cmn-01 figure {
	width: 500px;
}
.ttl-number-01 {
	width: 100px;
	margin: 0 auto 30px;
	line-height: 1;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.ttl-number-01 .number {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 48px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	border-bottom: 2px solid #000;
}

/* ==========================================================
 movie.html / try.html
========================================================== */
#movie .sec-cmn-02,
#try .sec-cmn-02 {
	padding: 60px 0 120px;
}
#movie .iframe-box-01 + .txt-cmn-03,
#try .iframe-box-01 + .txt-cmn-03 {
	margin-top: 60px;
}

/* ==========================================================
 info.html
========================================================== */
.info-data {
	clear: both;
	overflow: hidden;
}
.info-data span {
	display: block;
}
.info-data-day {
	float: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.info-data-ttl {
	padding-left: 120px;
}
#info .link-more {
	margin-top: 10px;
	text-align: right;
	text-decoration: underline;
}
.info-more {
	display: inline-block;
	margin-left: 1em;
	color: #16979d;
	font-weight: 500;
}
/*
.list-info {
	clear: both;
	overflow: hidden;
}
.list-info-data {
	float: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.list-info-detail {
	padding: 0 0 15px 100px;
	border-bottom: 1px solid #e0e0e0;
}
.list-info-data:nth-of-type(n + 2),
.list-info-detail:nth-of-type(n + 2) {
	margin-top: 20px;
}*/

/* ==========================================================
 faq.html
========================================================== */
.mark-faq-01,
.mark-faq-02 {
	padding: 6px 0 0 60px;
}
.mark-faq-01 {
	padding-bottom: 2px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.mark-faq-02 {
	margin-top: 20px;
}
.mark-faq-01::before,
.mark-faq-02::before {
	content: "";
	position: absolute;
	display: block;
}
.mark-faq-01::before,
.mark-faq-02::before {
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
}
.mark-faq-01::before {
	content: "Q";
	color: #fff;
	background: #000;
}
.mark-faq-02::before {
	content: "A";
	color: #000;
	background: #e0e0e0;
}
/*.mark-faq-01,
.mark-faq-02 {
	position: relative;
	padding: 6px 0 0 60px;
}
.mark-faq-02 {
	margin-top: 20px;
}
*/