@charset "utf-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*{box-sizing:border-box}
::before,::after{box-sizing:inherit}
html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{margin:0}
main{display:block}
p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}
h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}
ul,ol{margin:0;padding:0;list-style:none}
dt{font-weight:700}
dd{margin-left:0}
hr{box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid;margin:0;clear:both}
pre{font-family:monospace,monospace;font-size:inherit}
address{font-style:inherit}
a{background-color:transparent;text-decoration:none;color:inherit}
abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:inherit}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none;vertical-align:bottom}
embed,object,iframe{border:0;vertical-align:bottom}
button,input,optgroup,select,textarea{vertical-align:middle;color:inherit;font:inherit;border:0;background:transparent;padding:0;margin:0;outline:0}
select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}
button,input{overflow:visible}
button,select{text-transform:none}
button,[type='button'],[type='reset'],[type='submit']{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}
button[disabled],[type='button'][disabled],[type='reset'][disabled],[type='submit'][disabled]{cursor:default}
button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring{outline:1px dotted ButtonText}
fieldset{margin:0;padding:0;border:0;min-width:0}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type='checkbox'],[type='radio']{box-sizing:border-box;padding:0}
[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}
[type='search']{-webkit-appearance:textfield;outline-offset:-2px}
[type='search']::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
::-webkit-input-placeholder{font:inherit}
:-ms-input-placeholder{font:inherit}
::-ms-input-placeholder{font:inherit}
::-moz-placeholder{font:inherit}
::placeholder{font:inherit}
label[for]{cursor:pointer}
details{display:block}
summary{display:list-item}
table{border-collapse:collapse;border-spacing:0}
caption{text-align:left}
td,th{vertical-align:top}
th{text-align:left;font-weight:700}
template{display:none}
[hidden]{display:none}
html {
	font-size: 62.5%;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
body {
	background: #fff;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.4em;
	line-height: 1.714;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
	color: #333;
}
a:focus,
a:hover {
	color: hsl(0, 0%, 50%);
}
a:active {
	color: rgb(51, 51, 51);
}
/* Typography Base Setting */
ol, ul {
	padding-left: 2em;
}
ol {
	list-style: decimal outside none;
}
ul {
	list-style: disc outside none;
}
li ol, li ul {
	margin-bottom: 0;
}
nav ol, nav ul {
	list-style: none;
	padding-left: 0;
}
em {
	font-style: normal;
}
rp, rt {
	line-height: 1;
	font-size: .688em;
}
table {
	empty-cells: show;
	font-size: 1em;
}
iframe {
	display: block;
	width: 100%;
}
img {
	height: auto;
}
img, iframe, button, input, select, textarea {
	max-width: 100%;
}
a, area, button, [role="button"], input:not([type=range]), label, select, summary, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
textarea {
	height: auto;
	resize: vertical;
}
/* ==========================================================================
   Component
   ========================================================================== */
/*------------------------------------*\
    Grid
\*------------------------------------*/
// Responsive grid system
// https://github.com/picturepan2/spectre

.columns {}
.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px!important;
  margin-right: -25px!important;
}
.columns.col-gapless {
  margin-left: 0!important;
  margin-right: 0!important
}
.columns.col-gapless > .column {
    padding-left: 0;
    padding-right: 0;
  }
.columns.col-oneline {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px
}
.column.col-12,
  .column.col-11,
  .column.col-10,
  .column.col-9,
  .column.col-8,
  .column.col-7,
  .column.col-6,
  .column.col-5,
  .column.col-4,
  .column.col-3,
  .column.col-2,
  .column.col-1,
  .column.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: none;
  width: auto;
}
.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.col-ml-auto {
  margin-left: auto;
}
.col-mr-auto {
  margin-right: auto;
}
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn-round {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-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;
	overflow: hidden;
	position: relative;
	min-width: 180px;
	height: 48px;
	padding: 0 50px;
	border-radius: 24px;
	border: 0;
	background-color: #a99e8b;
	color: #fff!important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.btn-round:hover {
	background-color: #ded3bf;
}
.more-right a,
.more-right span,
.more-left a,
.more-left span {
	display: inline-block;
}
.more-right img,
.more-left img {
	vertical-align: middle;
}
.more-right a::before,
.more-right span::before,
.more-left a::after,
.more-left span::after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #ccc;
	vertical-align: middle;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.more-right {
	text-align: right;
}
.more-right a::before,
.more-right span::before {
	margin-right: 6px;
}
.more-left a::after,
.more-left span::after {
	margin-left: 6px;
}
.more-right a:hover::before,
.more-right span:hover::before,
.more-left a:hover::after,
.more-left span:hover::after,
a:hover .more-right span::before,
a:hover .more-left span::after {
	-webkit-animation: slideOutIn 0.5s ease forwards;
	animation: slideOutIn 0.5s ease forwards;
}
@-webkit-keyframes line {
	0% { -webkit-transform: scaleX(0); transform: scaleX(0); }
	100% { -webkit-transform: scaleX(1); transform: scaleX(1); }
}
@keyframes line {
	0% { -webkit-transform: scaleX(0); transform: scaleX(0); }
	100% { -webkit-transform: scaleX(1); transform: scaleX(1); }
}
@-webkit-keyframes slideOutIn {
	0% {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
	49.9% {
		opacity: 0;
		-webkit-transform: translateX(40%) scaleX(0.1);
		transform: translateX(40%) scaleX(0.1);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
	50% {
		opacity: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
	100% {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes slideOutIn {
	0% {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
	49.9% {
		opacity: 0;
		-webkit-transform: translateX(40%) scaleX(0.1);
		transform: translateX(40%) scaleX(0.1);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
	50% {
		opacity: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
	100% {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
/* Sizes */
.btn-large { font-size: 1.8rem; }
.btn-small { font-size: 1.2rem; }
/* Themes */
.btn-outline {
	border-color: #a99e8b;
	background-color: transparent;
	color: #a99e8b;
}
.btn-outline:focus,
.btn-outline:hover {
	border-color: transparent!important;
	color: #fff!important;
}
.btn-clear {
	background-color: transparent !important;
	color: #a99e8b !important;
}
.btn-clear:hover {
	background-color: rgba(169, 158, 139, 0.15) !important;
}
.btn-clear:active {
	background-color: rgba(169, 158, 139, 0.3) !important;
}
.btn-round.back {
	background: #ccc;
}
.btn-round.w280 {
	width: 280px;
	max-width: 90%;
}
.btn-round.back:focus,
.btn-round.back:hover {
	background: #e0e0e0;
}
.cta {
	color: #85606f;
	font-weight: bold;
	text-decoration: underline;
}
.cta::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 8px;
	border-right: 2px solid #85606f;
	border-top: 2px solid #85606f;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cta:hover {
	text-decoration: none;
}
/* ==========================================================================
   Page Layout
   ========================================================================== */
/* ==================================
    コンテナ
   ================================== */
.outer {
	overflow-x: hidden;
	padding-top: 60px;
}
.wrapper,
[class*="wrapper-"] {
	position: relative;
	padding-right: 20px;
	padding-left:  20px;
}
.wrapper-wide .wrapper {
	padding-right: 0;
	padding-left:  0;
}
/* ==================================
    ヘッダー
   ================================== */
.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 60px;
}
.header .title {
	display: block;
	position: absolute;
	top: 30px;
	left: 20px;
}
.header-navi {
	display: none;
	text-align: center;
}
.header-navi-main a {
	display: inline-block;
	padding: 0 1em;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
.header-navi-main a > span {
	display: inline-block;
}
.header-navi-main a > span::after {
	content: "";
	display: block;
	height: 1px;
	margin-top: 4px;
	background: #333;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.header-navi-main .active a > span::after,
.pc .header-navi-main a:hover > span::after {
	-webkit-transform: none;
	transform: none;
}
.header-navi-sub a {
	display: block;
	background: #333;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 36px;
	text-align: center;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}
.pc .header-navi-sub a:hover {
	background: #777;
}
.header-navi-sub a img {
	position: relative;
	top: -1px;
	vertical-align: middle;
}
/* ==================================
    フッター
   ================================== */
.footer-btns {
	margin-top: 120px;
}
.footer-btns a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-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;
	height: 130px;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-btns a:hover {
	background: #ede8eb;
}
.footer-btns img {
	margin-bottom: 10px;
}
.footer-info {
	padding: 30px 0;
	background: #3d3a36;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
.footer-info .address img {
	margin-bottom: 15px;
}
.footer-info .tel {
	padding: 20px 0;
}
.pagetop {
	position: fixed;
	right: -70px;
	bottom: 60px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.pagetop.fixed {
	position: fixed;
	right: 10px;
	bottom: 60px;
}
.pagetop a {
	display: block;
	background: rgba(61, 58, 54, 0.6);
	width: 70px;
	height: 70px;
	padding: 20px 10px 0;
	border-radius: 50%;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.pagetop a:hover {
	background: rgba(61, 58, 54, 0.9);
}
.footer-bar {
	padding: 15px 0;
	background: #a99e8b;
	color: #fff;
	text-align: center;
}
.footer-bar__policy {
	color: #fff !important;
	font-size: 1.1rem;
}
.footer-bar__copyright {
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1rem;
}
/* ==================================
    フッター
   ================================== */
/* ヒーローヘッダ */
.hero,
.page-header {
	position: relative;
	margin-bottom: 70px;
}
/* ページタイトル */
.page-header {
	position: relative;
}
.page-header .wrapper-wide {
	padding: 0;
}
.page-title {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	line-height: 1.3;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.page-title span {
	display: inline-block;
	margin-top: 20px;
	background: #a99e8b;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
/* セクション */
.section {
	margin-bottom: 90px;
}
/* 見出し */
.heading {
	margin-bottom: 25px;
}
.heading span {
	display: inline-block;
	margin-top: 5px;
	color: #a99e8b;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
.heading2 {
	position: relative;
	margin-bottom: 15px;
	padding-left: 22px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
}
.heading2::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 2px solid #85606f;
}
.heading2.line {
	margin-bottom:40px;
}
.heading2.line::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
.hr {
	height: 0;
	margin: 25px 0;
	border-bottom: 1px solid #ccc;
}
.hr-dot {
	height: 0;
	margin: 25px 0;
	border-bottom: 1px dotted #ccc;
}
/* home */
@-webkit-keyframes bgcolor {
	0% { background: #c5b3bd;}
	33% { background: #b4c4b6;}
	66% { background: #b4bec4;}
}
@keyframes bgcolor {
	0% { background: #c5b3bd;}
	33% { background: #b4c4b6;}
	66% { background: #b4bec4;}
}
body#home::before {
	-webkit-animation: bgcolor 10s infinite 3s;
	animation: bgcolor 10s infinite 3s;
}
#home .hero-lead {
	position: absolute;
	top: 10%;
	left: 5%;
	width: 50%;
}
#home .hero-lead div:first-child {
	margin-bottom: 33px;
}
#home .hero-thumb {
	display: none;
}
/* Campaign */
.section-campaign {
	position: relative;
	margin-bottom: 100px;
}
.section-campaign .heading img {
	vertical-align: middle;
}
.section-campaign .heading span {
	position: relative;
	top: 2px;
	margin-left: 10px;
	vertical-align: middle;
}
.campaign-slider {
	margin: 15px 0;
}
.campaign-slider a {
	display: block;
	color: #333;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.campaign-slider a:hover {
	opacity: 0.7;
}
.campaign-slider__image img {
	width: 100%;
}
.campaign-slider__content {
	padding-top: 12px;
	padding-right: 30px;
}
/* About Luna */
.top-about {
	margin-bottom: 80px;
}
.top-about__image {
	height: 55.555555vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.top-about__image #bgmovie {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.top-about__contents .box {
	padding: 40px 30px;
	background: #f6f5f3;
	line-height: 2.1428;
}
.top-about__contents .box .btn-round {
	margin-top: 30px;
}
/* Case */
.top-case {
	margin-bottom: 100px;
	padding: 70px 0 80px;
}
.top-case .heading {
	position: absolute;
	top: -20px;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.top-case-list {
	counter-reset: case;
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.top-case-list li {
	margin-top: 16px;
	padding: 0 8px;
}
.top-case-list .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 8px 15px 15px;
	border-radius: 15px;
}
.top-case-list .box::before {
	counter-increment: case;
	content: "0" counter(case)".";
	display: block;
	margin-bottom: 12px;
	border-bottom: 1px dotted #ccc;
	color: #85606f;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4rem;
}
/* Service */
.section-service {
	margin-bottom: 40px;
}
.service__content {
	margin-bottom: 50px;
	padding-top: 25px;
	padding-right: 50px;
}
.service__content .more-left {
	margin-top: 30px;
}
.image-full img {
	width: 100%;
}
.section-service a {
	color: #333;
}
/* Promise */
.section-promise {
	margin: 90px 0;
	padding: 50px 0;
}
#home .section-promise {
	padding: 0;
}
.promise__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.promise__list li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
.promise__list img {
	width: 48px;
	margin-right: 18px;
	vertical-align: middle;
}
/* Pickup */
.section-pickup {
	margin-bottom: 80px;
	padding: 80px 0;
}
.pickup__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pickup__list a {
	color: inherit;
}
.pickup__list .heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-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;
	position: relative;
	overflow: hidden;
	z-index: 0;
	height: 100px;
	margin-bottom: 10px;
	padding-top: 8px;
}
.pickup__list .heading::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.pickup__list a:hover .heading::before {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.pickup__list .heading span {
	color: #fff;
}
.pickup__list li:nth-child(1) .heading::before {
	background-image: url(../../images/top-image2.jpg);
}
.pickup__list li:nth-child(2) .heading::before {
	background-image: url(../../images/top-image3.jpg);
}
.pickup__list li:nth-child(3) .heading::before {
	background-image: url(../../images/top-image4.jpg);
}
/* News */
.news-tags {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-tags li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
}
.news-tags li a {
	display: inline-block;
	min-width: 10rem;
	padding: .5em;
	border: 1px solid #666;
	color: #666;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 2rem;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.news-tags li a:hover {
	opacity: 0.7;
}
.news-tags li a.active {
	background: #666;
	color: #fff;
}
.news-tags + .hr {
	margin-top: 15px;
}
.top-news-item {
	display: block;
	position: relative;
	margin-bottom: 30px;
	color: inherit!important;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.top-news-item:hover {
	opacity: 0.7;
}
.top-news-image {
	margin-bottom: 10px;
}
.top-news-image img {
	width: 100%;
}
.top-news-tag {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 120px;
	padding: .5em;
	background: #c5b3bd;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.top-news .more {
	margin-top: 20px;
}
/* News Post */
.news-post__title {
	margin-bottom: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
}
.news-post__data {
	margin-bottom: 40px;
}
.news-post__data .tag {
	display: inline-block;
	min-width: 100px;
	margin-right: 1em;
	padding: .4em;
	background: #c5b3bd;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.news-post__body {
	margin-bottom: 100px;
}
/* Philosophy */
.section-philosophy {

}
.philosophy__content .lead {
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
}
/* Story */
.story-items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.story-item {
	position: relative;
	margin-bottom: 20px;
}
.story-item__image {
	position: relative;
	z-index: 1;
}
.story-item__image img {
	width: 100%;
}
.story-item:nth-child(even) .story-item__image {
	margin-left: auto;
}
.story-item__content .num span {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1;
}
.story-item__content p + p {
	margin-top: 1em;
}
/* Features */
.section-features {
	padding: 50px 0;
}
.section-features__contents ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.features-image  {
	margin-bottom: 30px;
}
.section-features__contents strong {
	display: inline-block;
	margin-bottom: 12px;
	background: #a99e8b;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.6rem;
	line-height: 1;
}
/* FAQ */
.faq-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.faq-list li {
	margin-top: 40px;
}
.faq-q {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #85606f;
	font-weight: bold;
}
.section-faq-image {
	background-position: center center;
	background-size: cover;
}
/* ページ下部バナー */
.bottom-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-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;
	height: 320px;
	background-position: center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.bottom-info .heading span {
	color: #fff;
}
.bottom-info .more {
	margin-top: 20px;
}
.bottom-info .btn-round {
	background: #fff;
}
/* ゆがみ調整 */
.adjustment__image {
	position: relative;
	padding-bottom: 30px;
	text-align: center;
}
.adjustment__image::before {
	content: "";
	position: absolute;
	right: -20px;
	left: -20px;
	bottom: 0;
	height: 60%;
	z-index: -1;
	background: #f6f5f3;
}
/* Menu horizontal */
.menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-list li {
	margin-top: 20px;
}
.menu-list .box {
	background: #f6f5f3;
}
.menu-list .num {
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 1px solid;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}
.menu-ttl .en {
	color: #a99e8b;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3rem;
}
.menu-ttl {
	margin-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	font-weight: 600;
}
.menu-ttl img {
	margin-bottom: 5px;
}
.menu-list .price {
	margin-bottom: 10px;
	color: #85606f;
	font-size: 1.2rem;
	font-weight: bold;
}
.menu-list.horizontal .box {
	padding: 30px;
	text-align: center;
}
.menu-list.vertical .box__num {
	padding: 20px 30px 0;
}
.menu-list.vertical .box__content {
	padding: 30px;
}
/* Flow */
.flow-list {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: flow;
}
.flow-list li {
	position: relative;
	margin-bottom: 60px;
	counter-increment: flow;
}
.flow-list li + li::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -50px;
	width: 24px;
	height: 24px;
	border-right: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.flow-list__image img {
	width: 100%;
}
.flow-list__content .box {
	padding: 30px;
	background: #f6f5f3;
}
.flow-list__content .box::before {
	content: counter(flow);
	display: block;
	position: absolute;
	left: -10px;
	top: 0;
	width: 60px;
	height: 60px;
	padding-left: 2px;
	background: #c5b3bd;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50px;
}
/* BiiO Dome */
.section-dome {}
.dome__heading {
	margin-top: 40px;
	margin-bottom: 25px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.dome__heading span {
	display: inline-block;
	box-shadow: inset 0 -7px 0 #a99e8b;
}
.section-dome .wrapper {
	padding: 0 10.64814%;
}
/* Bridal */
.section-bridal {
	padding: 40px 9.25925%;
	background: #ede8eb;
	box-shadow: inset 0 0 0 10px #ede8eb, inset 0 0 0 11px #fff;
}
.bridal__heading {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.bridal__heading::after {
	content: "";
	display: block;
	width: 36px;
	height: 1px;
	margin: 15px auto;
	background: #333;
}
/* Salon */
.salon-info {
	border-collapse: separate;
  border-spacing: 1px;
	width: 100%;
	margin-bottom: 15px;
	border-top: .1rem dotted #ccc;
}
.salon-info td,
.salon-info th {
  border-bottom: .1rem dotted #ccc;
	padding: 1.2rem 1.5rem;
	text-align: left
}
.salon-info td:first-child, .salon-info th:first-child {
    padding-left: 0;
  }
.salon-info td:last-child, .salon-info th:last-child {
    padding-right: 0;
  }
/* Contact */
.contact-tel {
	margin-top: 40px;
	margin-bottom: 60px;
	background: #f6f6f6;
}
.contact-tel dt {
	padding: 15px 20px;
	background: #ede8eb;
	color: #85606f;
}
.contact-tel dt br {
	display: none;
}
.contact-tel dd {
	padding: 20px;
}
.tel-no {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8rem;
	line-height: 1;
}
.tel-no span {
	font-size: 3rem;
}
.tel-time {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #b1b0af;
	font-size: 1.2rem;
}
.required-label {
	display: inline-block;
	width: 54px;
	background: #d7a3bf;
	color: #fff;
	font-size: 1.2rem;
	line-height: 20px;
	text-align: center;
}
.contact-form table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 50px;
	border-top: 1px dotted #ccc;
	letter-spacing: 0.05em;
}
.contact-form th,
.contact-form td {
	border-bottom: 1px dotted #ccc;
}
.contact-form th {
	position: relative;
	width: 23.148148%;
	padding: 20px;
	background: #ede8eb;
}
.contact-form th .required-label {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
}
.contact-form td {
	padding: 20px 0 20px 20px;
}
.contact-form .btn-round {
	font-weight: bold;
	letter-spacing: 0.2em;
}
.contact-form input[type="text"],
.contact-form textarea {
	width: 100%;
	padding: 0.5em 1em;
	background: #f6f6f6;
}
.contact-form .rtl,
.reservation-form .rtl {
	direction: rtl;
}
.contact-form .btn-round,
.reservation-form .btn-round {
	margin: 8px;
}
/* Reservation */
.contact-step ol {
	list-style: none;
	margin: 45px 0;
	padding: 0;
}
.contact-step li {
	padding: 6px;
	border-bottom: 1px solid #fff;
	background: #ccc;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.contact-step li.cr {
	background: #a99e8b;
}
.reservation-menu {
	margin-bottom: 10px;
	background: #f6f5f3;
}
.reservation-menu dt {
	padding: 10px;
	font-weight: bold;
}
.reservation-menu dd {
	padding: 20px;
}
.menu-aesthe {
	background: #c5b3bd;
	color: #fff;
}
.menu-adjust {
	background: #b4c4b6;
	color: #fff;
}
.reservation-menu a {
	margin-top: 20px;
}
.reservation-menu .price {
	margin-bottom: 10px;
	color: #85606f;
	font-size: 1.2rem;
	font-weight: bold;
}
/* 予約カレンダー */
.reservation-heading {
	position: relative;
	margin-bottom: 20px;
	color: #85606f;
	font-weight: bold;
	text-align: center;
}
.reservation-heading.line::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
	width: 100%;
	height: 0;
	border-top: 1px solid #ccc;
}
.reservation-heading span {
	display: inline-block;
	padding: 0 0.5em;
	background: #fff;
}
.reservation-calendar {
	max-width: 765px;
	margin: 0 auto;
}
.reservation-calendar table {
	width: 100%;
	max-width: 765px;
	border: 1px solid #beb9af;
}
.reservation-calendar th,
.reservation-calendar td {
	border: 1px solid #beb9af;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
}
.reservation-calendar thead {
	line-height: 1.2;
}
.reservation-calendar thead th {
	height: 40px;
	padding: 0 5px;
	background: #fff;
	font-size: 1.2rem;
}
.reservation-calendar tbody {
	background: #eee;
	line-height: 1.4;
}
.reservation-calendar tbody tr:nth-child(odd) > * {
	border-top-width: 2px;
}
.reservation-calendar tbody th {
	width: 6.5em;
	height: 36px;
	padding: 0 15px;
	background: #f6f6f6;
}
.reservation-calendar tbody tr:nth-child(even) > th {
	font-size: 1.2rem;
}
.reservation-calendar tbody tr > th:first-child {
	text-align: right;
}
.reservation-calendar tbody tr > th:last-child {
	text-align: left;
}
.reservation-calendar tbody td {
	position: relative;
	width: calc(100% - 8em / 14);
	padding: 0;
}
.closed {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.cal-prev,
.cal-next {
	color: #ccc;
}
.cal-prev::before,
.cal-next::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	vertical-align: -0.1em;
}
.cal-prev::before {
	margin-right: 4px;
	border-right-color: #ccc;
	border-left: 0;
}
.cal-next::after {
	margin-left: 4px;
	border-left-color: #ccc;
	border-right: 0;
}
.cal-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 36px;
	border: 0;
	background: #fff;
	color: #e0095f;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.cal-button:hover {
	background: #faf1f6;
}
/* Voice */
.voice-name {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}
.voice-name::after {
	content: "";
	display: block;
	width: 15px;
	height: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #85606f;
}
.voice-block {
	border-bottom: 1px dotted #ccc;
}
.voice .voice-block:first-child {
	border-top: 1px dotted #ccc;
}
.voice .voice-block:nth-child(even) {
	background: #f6f5f3;
}
.voice-block__content {
	padding: 20px 20px 30px;
}
.voice-columns {
	margin-top: 70px;
}
.voice-column {
	margin-bottom: 18px;
}
.voice-bg {
	padding: 20px;
}
.voice-columns .voice-column:nth-child(odd) .voice-bg {
	background: #ede8eb;
}
.voice-columns .voice-column:nth-child(even) .voice-bg {
	background: #f6f5f3;
}
/* ==================================
    Plugins
   ================================== */
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	overflow: hidden;
	width: 46px;
	height: 0;
	margin-top: -15px;
	padding-top: 30px;
}
.slick-arrow.slick-prev {
	left: -20px;
	background: url(../images/arrow-l.svg) no-repeat center center;
}
.slick-arrow.slick-next {
	right: -20px;
	background: url(../images/arrow-r.svg) no-repeat center center;
}
.slick-slide {
	outline: none!important;
}
/* ==========================================================================
   Utility classes
   ========================================================================== */
/* Clearing */
.clr { clear: both;}
.clearfix:after { content: ""; display: block; clear: both; }
/*  Float */
.left { float: left;}
.right { float: right;}
.center { margin-right: auto; margin-left: auto; }
/* Text Align & Font style */
.text-left   { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right  { text-align: right !important; }
.text-justify  { text-align: justify !important; }
.text-wrap     { white-space: normal !important; }
.text-nowrap   { white-space: nowrap !important; }
.align-top         { vertical-align: top !important; }
.align-middle      { vertical-align: middle !important; }
.align-bottom      { vertical-align: bottom !important; }
.align-text-bottom { vertical-align: text-bottom !important; }
.align-text-top    { vertical-align: text-top !important; }
/* Text Styles */
.fz-s { font-size: 1.2rem;}
.fz-m { font-size: 1.6rem;}
.fz-l { font-size: 1.8rem;}
.fw-bold { font-weight: bold;}
.fw-normal { font-weight: normal;}
.c1 { color: #a99e8b; }
.c2 { color: #85606f; }
.bg1 { background: #c5b3bd; }
.bg2 { background: #f6f5f3; }
.bg3 { background: #ede8eb; }
/* SPACES */
.mt0 { margin-top: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.ml0 { margin-left: 0 !important; }
.mt1 { margin-top: 5px !important; }
.mb1 { margin-bottom: 5px !important; }
.mt2 { margin-top: 10px !important; }
.mb2 { margin-bottom: 10px !important; }
.mt3 { margin-top: 20px !important; }
.mb3 { margin-bottom: 20px !important; }
.mt4 { margin-top: 40px !important; }
.mb4 { margin-bottom: 40px !important; }
.mt5 { margin-top: 60px !important; }
.mb5 { margin-bottom: 60px !important; }
.pt0 { padding-top: 0 !important;}
.pr0 { padding-right: 0 !important;}
.pb0 { padding-bottom: 0 !important;}
.pl0 { padding-left: 0 !important;}
.pt1 { padding-top: 5px !important; }
.pb1 { padding-bottom: 5px !important; }
.pt2 { padding-top: 10px !important; }
.pb2 { padding-bottom: 10px !important; }
.pt3 { padding-top: 20px !important; }
.pb3 { padding-bottom: 20px !important; }
.pt4 { padding-top: 40px !important; }
.pb4 { padding-bottom: 40px !important; }
.pt5 { padding-top: 60px !important; }
.pb5 { padding-bottom: 60px !important; }
/* DISPLAY */
.hidden { display: none; }
.block { display: block; }
.inline { display: inline; }
.ib { display: inline-block; }
@media (min-width: 30.0625em) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
  .hidden-sm { display: none; }
  .block-sm { display: block; }
  .inline-sm { display: inline; }
  .ib-sm { display: inline-block; }
}
@media (min-width: 40.0625em) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
	.footer-btns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.footer-btns a {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: 210px;
	}
	.footer-btns a:first-child {
		border-right: 1px solid #ccc;
	}
	.footer-bar {
		text-align: left;
	}
	.footer-bar .wrapper {
		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;
	}
	.footer-bar__copyright {
		padding-top: 0;
		text-align: right;
	}
	.top-case-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 30px -8px 0 -8px;
	}
	.top-case-list li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 33.333333%;
		-ms-flex: 1 0 33.333333%;
		flex: 1 0 33.333333%;
		max-width: 33.333333%;
	}
	.top-case-list .box {
		padding: 15px 30px 20px 30px;
	}
	.section-service {
		margin-bottom: 90px;
	}
	.service__content {
		margin-bottom: 0;
	}
	.promise__list ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.promise__list li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 48.78048%;
		-ms-flex: 1 0 48.78048%;
		flex: 1 0 48.78048%;
		max-width: 48.78048%;
		padding: 15px 0;
	}
	.promise__list img {
		width: 74px;
	}
	.pickup__list ul {
		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;
	}
	.pickup__list li {
		-webkit-box-flex: 29.26829%;
		-webkit-flex: 29.26829%;
		-ms-flex: 29.26829%;
		flex: 29.26829%;
		max-width: 29.26829%;
	}
	.pickup__list .heading {
		height: 360px;
	}
	.top-news-item {
		margin-bottom: 40px;
	}
	.top-news-desc {
		padding-right: 35px;
	}
	.philosophy__content {
		text-align: right;
	}
	.philosophy__content .lead {
		font-size: 2.8rem;
	}
	.section-features {
		padding: 80px 0;
	}
	.section-features__contents ul {
		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;
	}
	.section-features__contents li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 31.70731%;
		-ms-flex: 1 0 31.70731%;
		flex: 1 0 31.70731%;
		max-width: 31.70731%;
	}
	.section-faq-upper {
		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;
		margin-bottom: 20px;
	}
	.section-faq-contents {
		position: relative;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 47.68518%;
		-ms-flex: 1 0 47.68518%;
		flex: 1 0 47.68518%;
		max-width: 47.68518%;
	}
	.section-faq-image {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: calc(50vw - 25px);
		height: 100%;
	}
	.adjustment__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.adjustment__list li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
		padding-right: 20px;
	}
	.menu-list.horizontal {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-right: -6px;
		margin-left: -6px;
	}
	.menu-list.horizontal li {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0 6px;
	}
	.menu-list.horizontal .box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		padding: 30px 20px;
	}
	.menu-list.vertical .box {
		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;
	}
	.menu-list.vertical .box__num {
		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;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 24.74074%;
		-ms-flex: 1 0 24.74074%;
		flex: 1 0 24.74074%;
		max-width: 24.74074%;
		padding: 0;
		border-bottom: none;
	}
	.menu-list.vertical .num {
		font-size: 36px;
	}
	.menu-list.vertical .box__content {
		padding: 30px 50px;
		border-left: 2px solid #fff;
	}
	.section-therapist {
		margin-bottom: 140px;
	}
	.flow-list li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 140px;
	}
	.flow-list li + li::before {
		top: -60px;
	}
	.flow-list__image {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 33.333333%;
		-ms-flex: 1 0 33.333333%;
		flex: 1 0 33.333333%;
		max-width: 33.333333%;
	}
	.flow-list__content {
		position: relative;
		top: 40px;
	}
	.flow-list__content .box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		padding: 6.944444%;
	}
	.flow-list__content .box::before {
		left: auto;
		right: 30px;
	}
	.contact-tel dd {
		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;
		padding: 20px;
	}
	.tel-no {
		padding: 0 30px 0 0;
		white-space: nowrap;
	}
	.tel-time {
		border-top: none;
		margin-top: 0;
		padding: 0 0 0 30px;
		border-left: 1px solid #b1b0af;
	}
	.contact-form th .required-label {
		position: static;
		margin-top: 4px;
	}
	.contact-step ol {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-step li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		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;
		padding: 10px;
		border-right: 1px solid #fff;
	}
	.contact-step li:last-child {
		position: relative;
		padding-right: 20px;
	}
	.contact-step li:last-child::before,
	.contact-step li:last-child::after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		border: 11px solid transparent;
	}
	.contact-step li:last-child::before {
		top: 0;
		border-top-color: #fff;
		border-right-color: #fff;
	}
	.contact-step li:last-child::after {
		bottom: 0;
		border-right-color: #fff;
		border-bottom-color: #fff;
	}
	.reservation-menu {
		display: table;
		width: 100%;
	}
	.reservation-menu dt,
	.reservation-menu dd {
		display: table-cell;
		vertical-align: middle;
	}
	.reservation-menu dt {
		width: 20%;
		text-align: center;
	}
	.reservation-menu dd {
		padding: 30px 40px;
	}
	.voice-block {
		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;
		padding: 20px 0;
	}
	.voice-block__image {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 33.333333%;
		-ms-flex: 1 0 33.333333%;
		flex: 1 0 33.333333%;
		max-width: 33.333333%;
	}
	.voice-block__content {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 66.666666%;
		-ms-flex: 1 0 66.666666%;
		flex: 1 0 66.666666%;
		max-width: 66.666666%;
		padding: 0 4.629629% 10px;
	}
	.voice-columns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -9px;
		margin-left: -9px;
	}
	.voice-column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0 9px;
	}
	.voice-bg {
		height: 100%;
		padding: 30px 11% 50px;
	}
  .hidden-md { display: none; }
  .block-md { display: block; }
  .inline-md { display: inline; }
  .ib-md { display: inline-block; }
}
@media (min-width: 60.0625em) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
	body {
		min-width: 1080px;
	}
	.outer {
		padding-top: 110px;
	}
	.wrapper,
	[class*="wrapper-"] {
		margin-right: auto;
		margin-left:  auto;
		padding-right: 0;
		padding-left:  0;
	}
	.wrapper {
		width: 75%;
		max-width: 1080px;
	}
	.wrapper-wide {
		width: 87.5%;
		max-width: 1260px;
	}
	.wrapper-wide .wrapper {
		width: 85.7142857%;
	}
	.header {
		min-width: 1080px;
		height: 110px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header .title {
		left: 6.25%;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.navi-btn {
		display: none;
	}
	.header-navi {
		display: block!important;
	}
	.header-navi li {
		float: left;
	}
	.header-navi-main {
		display: block;
		position: absolute;
		bottom: 15px;
		right: 6.25%;
		-webkit-transition: bottom 0.3s;
		transition: bottom 0.3s;
	}
	.header-navi-sub {
		position: absolute;
		top: 0;
		right: 6.25%;
	}
	.header-navi-sub li {
		width: 220px;
		margin-left: 2px;
	}
	.header.scrolled {
		height: 90px;
		background: #c5b3bd;
	}
	.header.scrolled .title {
		top: 15px;
		width: 120px;
	}
	.header.scrolled .header-navi-main {
		bottom: 10px;
	}
	.footer-info {
		padding: 50px 0 60px;
		text-align: left;
	}
	.footer-info .wrapper {
		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;
	}
	.footer-info .address {
		padding-right: 50px;
	}
	.footer-info .tel {
		padding: 14px 25px 14px 34px;
		border-left: 1px solid #b1b0af;
	}
	.pagetop {
		right: -80px;
		bottom: 80px;
	}
	.pagetop.fixed {
		bottom: 80px;
	}
	.pagetop a {
		width: 80px;
		height: 80px;
		padding: 15px 8px 0;
	}
	.hero,
	.page-header {
		padding-top: 20px;
	}
	.hero::before,
	.page-header::before {
		content: "";
		position: absolute;
		top: -110px;
		left: 0;
		right: 0;
		height: calc(50% + 110px);
		background: #c5b3bd;
	}
	#aesthetic .page-header::before { background: #e4cdd0; }
	#adjustment .page-header::before { background: #c7c6c5; }
	#home .hero::before {
		-webkit-animation: bgcolor 10s infinite 3s;
		animation: bgcolor 10s infinite 3s;
	}
	#home .hero::before {
		height: 74.666666%;
	}
	#home .hero-lead {
		top: 10%;
		left: 12.5%;
		width: 75%;
	}
	#home .hero-thumb {
		display: block;
		width: 160px;
		margin-top: 50px;
	}
	#home .hero-thumb img {
		width: 74px;
		margin-right: 8px;
	}
	#home .hero-slider {
		width: 69.444444%;
		margin-left: auto;
	}
	#home .hero-slider img {
		width: 100%;
	}
	.section-campaign .more-right {
		position: absolute;
		top: 15px;
		right: 0;
	}
	.top-about {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 140px;
	}
	.top-about__image {
		position: relative;
		z-index: 1;
		width: 56.25%;
		height: 450px;
	}
	.top-about__image #bgmovie {
		display: block;
	}
	.top-about__contents {
		position: absolute;
		left: 56.25%;
		top: 50px;
		width: 38.194444%;
		max-width: 550px;
		height: 100%;
		margin-left: -6.944444%;
	}
	.top-about__contents .box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
		margin-left: auto;
		padding: 0 10.090909% 0 29.09090900%;
	}
	.top-case-list .box {
		padding: 25px 50px 30px 50px;
	}
	.section-promise {
		padding: 60px 0 80px;
	}
	.section-promise,
	.section-pickup {
		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;
	}
	.section-promise .heading,
	.section-pickup > .heading {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 24.07407%;
		-ms-flex: 1 0 24.07407%;
		flex: 1 0 24.07407%;
		max-width: 24.07407%;
		padding-top: 15px;
	}
	.promise__list,
	.section-pickup__list {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 75.92592%;
		-ms-flex: 1 0 75.92592%;
		flex: 1 0 75.92592%;
		max-width: 75.92592%;
	}
	.section-philosophy,
	.section-features {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.section-philosophy .heading,
	.section-features .heading {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 24.74074%;
		-ms-flex: 1 0 24.74074%;
		flex: 1 0 24.74074%;
		max-width: 24.74074%;
	}
	.story-item {
		position: relative;
		margin-bottom: 110px;
	}
	.story-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.story-item__image {
		width: 56.25%;
	}
	.story-item__content {
		position: relative;
		top: 70px;
		width: 43.75%;
	}
	.story-item__content::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		z-index: -1;
		width: 15.873015%;
		height: 100%;
		background: #f6f5f3;
	}
	.story-item__content .box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
		padding: 30px 14.2857%;
		background: #f6f5f3;
	}
	.story-item:nth-child(odd) .story-item__content {
		right: 0;
	}
	.story-item:nth-child(odd) .story-item__content::before {
		right: 100%;
	}
	.story-item:nth-child(even) .story-item__image {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.story-item:nth-child(even) .story-item__content {
		left: 0;
	}
	.story-item:nth-child(even) .story-item__content::before {
		left: 100%;
	}
	.story-item__content .num {
		position: absolute;
		top: 0;
		margin-bottom: 0;
		line-height: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.story-item__content .num span {
		font-size: 36px;
	}
	.adjustment__image {
		padding-bottom: 50px;
		text-align: right;
	}
	.adjustment__image::before {
		left: 0;
		right: auto;
		width: 50vw;
	}
	.contact-tel {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.contact-tel dt {
		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;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 23.148148%;
		-ms-flex: 1 0 23.148148%;
		flex: 1 0 23.148148%;
		max-width: 23.148148%;
		padding: 20px;
	}
	.contact-tel dt br {
		display: block;
	}
	.contact-tel dd {
		padding: 20px 50px;
	}
	.contact-form th {
		padding-right: 78px;
	}
	.contact-form th .required-label {
		position: absolute;
		top: 20px;
	}
	.contact-step li {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: none;
		font-size: 1em;
	}
	.voice-column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 33.333333%;
		-ms-flex: 1 0 33.333333%;
		flex: 1 0 33.333333%;
		max-width: 33.333333%;
	}
	.slick-arrow.slick-prev {
		left: -30px;
	}
	.slick-arrow.slick-next {
		right: -30px;
	}
  .hidden-lg { display: none; }
  .block-lg { display: block; }
  .inline-lg { display: inline; }
  .ib-lg { display: inline-block; }
}
@media (max-width: 60em) {
	.header {
		background: #c5b3bd;
	}
	.header .title {
		top: 10px;
		width: 90px;
	}
	.navi-btn {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
		width: 60px;
		height: 60px;
	}
	.navi-btn__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 28px;
    height: 1px;
    background: #333;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .navi-btn__icon::before,
	.navi-btn__icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navi-btn__icon::before {
    margin-top: -10px;
  }
  .navi-btn__icon::after {
    margin-top: 8px;
  }
	.navi-open {
    overflow: hidden;
    height: 100vh;
  }
  .navi-open .navi-btn__icon {
    background: transparent;
  }
  .navi-open .navi-btn__icon::before,
  .navi-open .navi-btn__icon::after {
    margin-top: -2px;
  }
  .navi-open .navi-btn__icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navi-open .navi-btn__icon::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
	.header-navi {
		position: absolute;
		top: 60px;
		right: 0;
		left: 0;
		width: 100%;
		padding-bottom: 30px;
		background: #c5b3bd;
	}
	.header-navi-main {
		margin-bottom: 20px;
	}
	.header-navi-main li {
		margin: 10px 0;
	}
	.header-navi-sub li {
		width: 220px;
		margin: 10px auto;
	}
	.story-items li {
		margin-bottom: 30px;
	}
	.story-item__image {
		width: 90%;
		max-width: 600px;
	}
	.story-item__content {
		position: relative;
		width: 90%;
		max-width: 680px;
		padding: 30px;
	}
	.story-item__content::before {
		content: "";
		position: absolute;
		top: -100px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background: #f6f5f3;
	}
	.story-item__content .num {
		margin-bottom: 20px;
	}
	.story-item:nth-child(odd) .story-item__content {
		margin-left: auto;
	}
	.bottom-info {
		height: 260px;
		margin-right: -20px;
		margin-left: -20px;
	}
}
@media (max-width: 40em) {
	.section-pickup > .heading {
		text-align: center;
	}
	.pickup__list li {
		margin-bottom: 20px;
	}
	.section-features__contents li {
		margin-bottom: 30px;
	}
	.features-image {
		position: relative;
		overflow: hidden;
		height: 0;
		padding-top: 66.666666%;
	}
	.features-image img {
		position: absolute;
		top: -30%;
		left: 0;
		width: 100%;
	}
	.section-faq-image {
		height: 200px;
		margin: 0 -20px 50px;
	}
	.contact-form table,
	.contact-form tbody,
	.contact-form tr,
	.contact-form th,
	.contact-form td {
		display: block;
		width: 100%;
	}
	.contact-form th {
		padding: 10px 20px;
	}
	.contact-form td {
		padding: 20px 10px 30px;
		border-bottom: none;
	}
	.reservation-calendar {
		overflow-x: scroll;
	}
	.reservation-calendar table {
		width: 100%;
	}
	.reservation-calendar th,
	.reservation-calendar td {
		white-space: nowrap;
	}
	.reservation-calendar tbody td {
	}
}
@media (min-width: 40.0625em) and (max-width: 60em) {
	.story-item__content {
		padding-left: 100px!important;
	}
	.story-item__content .num {
		position: absolute;
		left: 40px;
	}
	.story-item:nth-child(even) .story-item__content {
		padding-left: 70px;
	}
	.voice-columns .voice-column:nth-child(4n+1) .voice-bg,
	.voice-columns .voice-column:nth-child(4n+4) .voice-bg {
		background: #ede8eb;
	}
	.voice-columns .voice-column:nth-child(4n+2) .voice-bg,
	.voice-columns .voice-column:nth-child(4n+3) .voice-bg {
		background: #f6f5f3;
	}
}



/* LS追加 */
.thumb{}
	.thumb:not(img){
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 66.66% 0 0 0;
		background-color: rgba(0,0,0,0.05);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		object-fit: cover;
		object-position: center;
		overflow: hidden;
		transition: background 0.2s ease-out;
		}
	.thumb img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: inherit;
		object-position: inherit;
		transition: opacity 0.2s ease-out;
		}
.fr-view{}
	.fr-view *+p{
		margin-top: 1em;
		}
	.fr-view h1{
		margin-top: 1em;
		font-size: 2.4em;
		line-height: 1.4em;
		}
	.fr-view h2{
		margin-top: 1em;
		font-size: 2em;
		line-height: 1.4em;
		}
	.fr-view h3{
		margin-top: 1em;
		font-size: 1.6em;
		line-height: 1.4em;
		}
	.fr-view h4{
		margin-top: 1em;
		font-size: 1.2em;
		line-height: 1.4em;
		}

