@charset "utf-8";

/*
Theme Name: 価値住宅（サガツク）
Description: 価値住宅（サガツク）のテーマ
Requires PHP: 5.6
Version: 1.1
*/

/* Basic
------------------------------------------ */
section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

input,
textarea {
	font-size: 100%;
	vertical-align: middle;
}

body,
div,
p,
address,
dl,
dt,
dd,
ul,
ol,
li {
	margin: 0;
	padding: 0;
}

img {
	display: inline-block;
	border: none;
	max-width: 100%;
	height: auto;
}

caption {
	text-align: left;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	word-break: break-all;
}

fieldset {
	border: 0;
}
input {
	line-height: 100%;
}

ol,
ul {
	list-style-type: none;
}

label {
	cursor: pointer;
}
address {
	font-style: normal;
}

hr {
	display: none;
	visibility: hidden;
	height: 0;
	border: 0;
}

article,
aside,
header,
hgroup,
footer,
nav,
section,
dialog,
figure {
	display: block;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a[name] {
	color: #000;
}
a[name]:hover {
	color: #000;
	text-decoration: none !important;
	outline: 0 !important;
}
a img {
	color: #000;
}

.navskip,
.hide {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
em {
	font-weight: 500;
	font-style: normal;
}

body {
	background: #FFF;
	color: #3F4243;
	font-family: YakuHanJP, "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	font-feature-settings: “palt”;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mincho {
	font-family: 'Noto Serif JP', serif !important;
}
@media screen and (max-width: 767px) {

}

body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Link */
a {
	color: #272727;
	text-decoration: none;
	word-wrap: break-word;
	transition: all 0.3s ease;
}
a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1024px) {
	a:hover {
		opacity: 1;
	}
}

/* Form
------------------------------------------ */
button,
select,
textarea,
input {
	font-family: inherit;
}
button{
	cursor: pointer;
}

/* IME : For Windows IE */
.imeA {
	ime-mode: active;
}
.imeD {
	ime-mode: disabled;
}

/* select */
select {
	outline: none;
}

/* text */
input[type="text"] {
	line-height: normal;
}

/* password */
input[type="password"] {
	/*height: 1.2em;*/
	font-family: arial;
	ime-mode: disabled;
}

/* button */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
	cursor: pointer;
}

/* radio */
input[type="checkbox"],
input[type="radio"] {
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: 1px;
}

/* iOS style reset */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	font-family: inherit;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
textarea,
input[type="text"] {
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	max-width: 100%;
	font-size: 16px;
	font-family: inherit;
}

input[type=text]::-ms-clear {
	display: none;
}

/* Margin
------------------------------------------ */
.mgt0 {
	margin-top: 0 !important;
}
.mgt10 {
	margin-top: 10px !important;
}

.mgl10 {
	margin-left: 10px !important;
}

/* Padding
------------------------------------------ */
.pdt0 {
	padding-top: 0 !important;
}
.pdl0 {
	padding-left: 0 !important;
}

/* Layout
------------------------------------------ */
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearboth {
	clear: both;
}
br.clear {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
}

.alL {
	text-align: left !important;
}
.alC {
	text-align: center !important;
}
.alR {
	text-align: right !important;
}

.vaT {
	vertical-align: top !important;
}
.vaM {
	vertical-align: middle !important;
}
.vaB {
	vertical-align: bottom !important;
}

/* Clearfix
------------------------------------------ */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* Text
------------------------------------------ */
.nowrap {
	white-space: nowrap !important;
}
.bold {
	font-weight: bold !important;
}
.normal {
	font-weight: normal !important;
}


/* pc sp
------------------------------------------ */
.pc {
	display: block;
}
.pcInline {
	display: inline-block;
}
.spInline,
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.pcInline,
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.spInline {
		display: inline-block;
	}
}

/* wrapper
------------------------------------------ */
#wrapper {
	position: relative;
}
@media screen and (max-width: 1024px) {
	#wrapper {
		overflow: hidden;
	}
}

/* container
------------------------------------------ */
#container {
	margin: 0 6.5vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#container {
		margin: 0 40px;
	}
}
@media screen and (max-width: 767px) {
	#container {
		margin: 0 20px;
	}
}

/* header
------------------------------------------ */
#header {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;

	position: relative;
	height: 126px;
	font-family: 'Noto Serif JP', serif;
}
#header .lineDot01 {
	position: absolute;
	bottom: 0;
	left: 0;
}
body.home #header .lineDot01 {
	display: none;
}
#header .logoBlock01 {
	padding: 39px 0 0 0;
	flex: 1;
}
#header .logoBlock01 .text01 {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#header .logoBlock01 .logo01 {
	margin-top: 10px;
	line-height: 0;
}
#header .logoBlock01 .logo01 img {
	width: 154px;
}
#header .navBlock01 {
	padding: 63px 0 0 0;
	display: flex;
	align-items: center;
}
#header .navBlock01 ul.menu {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;

	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#header .navBlock01 ul li.menu-item {
	margin-left: 40px;
}

/* メンバーシップ */
.menbershipNav{
	position: relative;
	margin-left: 24px;
}
.menbershipNav .menbershipNavIcon{
	width: 46px;
	height: 46px;
	background: no-repeat url(img_cmn/icn_menbership01_01.svg) 0 0;
	position: relative;
	cursor: pointer;
}
.menbershipNav .menbershipNavIcon::after{
	content:'';
	width: 46px;
	height: 46px;
	border-radius: 23px;
	background-color: #F5F6F7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(0);
	transition: .2s ease;
}
.menbershipNav .menbershipNavIcon:hover::after{
	transform: scale(1);
}

.menbershipNav .menbershipNavListWrap{
	/* display: none; */
	position: absolute;
	width: 120px;
	top: 50px;
	transform: translateX(-32%);
	background-color: #303434;
	border-radius: 2px;

	transition: .2s all;
	opacity: 0;
	pointer-events: none;
}
.menbershipNav .menbershipNavIcon.-is-active + .menbershipNavListWrap{
	opacity: 1;
	pointer-events: all;
}

.menbershipNav .menbershipNavList{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.menbershipNav .menbershipNavListItem{
	text-align: center;
}
.menbershipNav .menbershipNavListItem:not(:last-child){
	border-bottom: 1px solid rgba(255,255,255,.16);
}
.menbershipNav .menbershipNavListItem .menbershipNavListLink{
	color: #fff;
	display: block;
	padding: 10px;
	font-size: 14px;
	letter-spacing: .1em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#header {
		height: 82px;
	}
	#header .logoBlock01 {
		padding: 24px 0 0 0;
	}
	#header .logoBlock01 .text01 {
		font-size: 11px;
	}
	#header .logoBlock01 .logo01{
		margin-top: 5px;
	}
	#header .logoBlock01 .logo01 img {
		width: 106px;
	}
	#header .navBlock01 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#header {
		height: 72px;
	}
	#header .logoBlock01 {
		padding: 14px 0 0 0;
	}
	#header .logoBlock01 .text01 {
		font-size: 11px;
	}
	#header .logoBlock01 .logo01 {
		margin-top: 5px;
	}
	#header .logoBlock01 .logo01 img {
		width: 90px;
	}
	#header .navBlock01 {
		display: none;
	}
}

/* spMenu
------------------------------------------ */
.spMenu{
	pointer-events: none;
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	z-index: 9999;
	font-family: 'Noto Serif JP', serif;
	transition: background-color .2s ease;
}
.spMenu.-is-active{
	z-index: 10001;
}
.spMenu .logo01{
	position: absolute;
  top: 28px;
	left: 20px;
	opacity: 0;
	transition: opacity .2s ease;
}
.spMenu .logo01 a{
	display: block;
}
.spMenu .logo01 img {
  width: 96px;
  height: 19px;
}
.spMenu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
	letter-spacing: 0.1em;
}
.spMenu #menu-header{
	opacity: 0;
	transition: opacity .2s ease;
}
.spMenu ul li:not(:last-child) {
  margin-bottom: 40px;
}
.spMenu ul li a {
  color: #272727;
  text-decoration: none;
  word-wrap: break-word;
  transition: all 0.3s ease;
}
.spMenu .menbershipNav {
	display: none;

	position: absolute;
	top: 39px;
	right: 40px;
	line-height: 0;
	pointer-events: all;
}
.spMenu .trigger01 {
	display: none;
}
.spMenu .trigger01 {
	position: absolute;
	top: 39px;
	right: 20px;
	line-height: 0;
	pointer-events: all;
}
.spMenu .trigger01 .triggerButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
	border: none;
  background-color: transparent;
	padding: 0;
	outline: none;
}
.spMenu .trigger01 .triggerButton .triggerButtonIcon{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	display: block;
	width: 28px;
	height: 14px;
}
.spMenu .trigger01 .triggerButton:hover {
	opacity: 1;
}
.spMenu .trigger01 .triggerButton .triggerButtonIcon span {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #222;
	transition: all 0.3s;
}
.spMenu .trigger01 .triggerButton span.top {
	top: 0;
}
.spMenu .trigger01 .triggerButton span.middle {
	top: 6px;
}
.spMenu .trigger01 .triggerButton span.bottom {
	bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.spMenu.-is-active{
		background-color: rgba(255,255,255,1);
		pointer-events: all;
	}
	.spMenu.-is-active .logo01,
	.spMenu.-is-active #menu-header{
		opacity: 1;
	}
	.spMenu .menbershipNav {
		display: block;
	}
	.spMenu .trigger01 {
		display: block;
		position: absolute;
		top: 34px;
		right: 44px;
	}
	.spMenu.-is-active .trigger01 .triggerButton span.top {
		transform: rotate(-45deg);
		top: 6px;
	}
	.spMenu.-is-active .trigger01 .triggerButton span.middle {
		background: rgba(255, 255, 255, 0);
	}
	.spMenu.-is-active .trigger01 .triggerButton span.bottom {
		transform: rotate(45deg);
		bottom: 6px;
	}
}
@media screen and (max-width: 767px) {
	.spMenu.-is-active{
		background-color: rgba(255,255,255,1);
		pointer-events: all;
	}
	.spMenu.-is-active .logo01,
	.spMenu.-is-active #menu-header{
		opacity: 1;
	}
	.spMenu .menbershipNav {
		display: block;
		top: 7px;
		right: 60px;
	}
	.spMenu .menbershipNav .menbershipNavIcon {
		width: 46px;
		height: 46px;
		background: no-repeat url(img_cmn/icn_menbership01_01.svg);
	}
	.spMenu .menbershipNav .menbershipNavIcon::after{
		display: none;
	}
	.spMenu .menbershipNav .menbershipNavListWrap{
		top: 50px;
	}
	.spMenu .menbershipNav .menbershipNavListWrap .menbershipNavListItem a{
		padding: 20px 0;
	}
	.spMenu .menbershipNav .menbershipNavListWrap li:not(:last-child){
		margin-bottom: 0;
	}

	.spMenu .trigger01 {
		display: block;
		position: absolute;
		top: 14px;
		right: 20px;
	}
	.spMenu.-is-active .trigger01 .triggerButton span.top {
		transform: rotate(-45deg);
		top: 6px;
	}
	.spMenu.-is-active .trigger01 .triggerButton span.middle {
		background: rgba(255, 255, 255, 0);
	}
	.spMenu.-is-active .trigger01 .triggerButton span.bottom {
		transform: rotate(45deg);
		bottom: 6px;
	}
}

/* footerMembershipBannar
------------------------------------------ */
.footerMembershipBannar{
	background-color: #222627;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 12vw 100px 12vw;
}
.footerMembershipBannar .textWrap{
	
}
.footerMembershipBannar .textWrap .title{
	color: #fff;
	letter-spacing: .1em;
}
.footerMembershipBannar .textWrap .title img{
	vertical-align: bottom;
}
.footerMembershipBannar .textWrap .title + * {
	margin-top: 40px;
}
.footerMembershipBannar .textWrap .text{
	color: #fff;
	font-size: 14px;
	line-height: 1.62;
	letter-spacing: .01em;
}
.footerMembershipBannar .buttonWrap .button{
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .1em;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 25px 50px;
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
}
body.-is-noTouch .footerMembershipBannar .buttonWrap .button:hover{
	color: #222627;
	background-color: #fff;
	opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.footerMembershipBannar{
		padding: 44px 70px;
	}
	.footerMembershipBannar .buttonWrap{
		margin-left: 20px;
	}
	.footerMembershipBannar .textWrap .title + *{
		margin-top: 24px;
	}
	.footerMembershipBannar .buttonWrap .button{
		padding: 15px 15px;
		word-break: keep-all;
	}
}
@media screen and (max-width: 767px) {
	.footerMembershipBannar{
		padding: 40px 30px 56px 30px;
		display: block;
	}
	.footerMembershipBannar .textWrap .title img{
		height: 20px;
	}
	.footerMembershipBannar .textWrap .title + * {
		margin-top: 34px;
	}
	.footerMembershipBannar .textWrap .text{
		font-size: 14px;
	}
	/* button */
	.footerMembershipBannar .buttonWrap{
		text-align: center;
		margin-top: 42px;
	}
	.footerMembershipBannar .buttonWrap .button{
		font-size: 16px;
		border-radius: 5px;
		padding: 16px 60px;
	}
}

/* footer
------------------------------------------ */
#footer {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;

	position: relative;
	padding: 94px 0 137px 0;
	margin: 0 6.5vw;
}
#footer .lineDot01 {
	position: absolute;
	top: 0;
	left: 0;
}
#footer .block01 {
	display: flex;
	flex-direction: column;

	padding-left: 30px;
	width: 365px;
}
#footer .block01 .logo01 {
	margin-top: 5px;
	line-height: 0;
}
#footer .block01 .logo01 img {
	width: 118px;
	height: 24px;
}
#footer .block01 .text01 {
	margin-top: auto;
	color: #272727;
	font-size: 13px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.93;
	letter-spacing: 0.1em;
}
#footer .block02 {
	padding: 7px 0 0 0;
	width: 452px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#footer .block02 ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
}
#footer .block02 ul li {
	margin-top: 26px;
	width: 226px;
}
#footer .block02 ul li:nth-of-type(2),
#footer .block02 ul li:nth-of-type(1) {
	margin-top: 0;
}
#footer .block02 ul li a {
	position: relative;
	display: block;
	padding: 0 0 0 20px;
}
#footer .block02 ul li a::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 5px;
	height: 1px;
	background: #222627;
}
#footer .block03 {
	display: flex;
	flex-direction: column;

	margin-left: auto;
}
#footer .block03 .sns01 {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-direction: row;
}
#footer .block03 .sns01 li {
	margin-left: 15px;
}
#footer .block03 .sns01 li a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(img_cmn/btn_instagram_01.svg) no-repeat;
	background-size: 40px 40px;
	text-indent: -9999px;
	overflow: hidden;
}
#footer .block03 .sns01 li.twitter a {
	background: url(img_cmn/btn_twitter_01.svg) no-repeat;
	background-size: 40px 40px;
}
#footer .block03 .copyright01 {
	margin-top: auto;
	color: #222627;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
	#footer {
		margin: 0 40px;
	}
	#footer .block01 {
		width: 32.2%;
	}
	#footer .block02 {
		width: 39.9%;
	}
	#footer .block02 ul li {
		width: 50%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#footer {
		flex-wrap: wrap;
		margin: 0 40px;
		padding: 41px 0 48px 0;
	}
	#footer .block01 {
		display: block;

		padding-left: 20px;
		width: 299px;
	}
	#footer .block01 .logo01 {
		margin-top: 0;
	}
	#footer .block01 .logo01 img {
		width: 88px;
		height: 18px;
	}
	#footer .block01 .text01 {
		margin-top: 10px;
		font-size: 12px;
		line-height: 2;
	}
	#footer .block02 {
		padding: 1px 0 0 0;
		width: calc(100% - 299px);
	}
	#footer .block02 ul {
		flex-wrap: wrap;

		width: 350px;
	}
	#footer .block02 ul li {
		margin-top: 26px;
		width: auto;
		min-width: 171px;
	}
	#footer .block03 {
		display: block;

		margin: 48px 0 0 0;
		padding: 0 0 0 20px;
	}
	#footer .block03 .sns01 {
		justify-content: flex-start;
	}
	#footer .block03 .sns01 li:first-child {
		margin-left: 0;
	}
	#footer .block03 .copyright01 {
		margin-top: 31px;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		display: block;
		margin: 0 20px;
		padding: 41px 0 63px 0;
	}
	#footer .block01 {
		display: block;

		padding-left: 0;
		width: auto;
	}
	#footer .block01 .logo01 {
		margin-top: 0;
	}
	#footer .block01 .logo01 img {
		width: 96px;
		height: 19px;
	}
	#footer .block01 .text01 {
		margin-top: 17px;
		font-size: 12px;
		line-height: 2;
	}
	#footer .block02 {
		padding: 56px 0 0 0;
		width: auto;
	}
	#footer .block02 ul li {
		width: 45%;
	}
	#footer .block02 ul li:nth-of-type(2n) {
		width: 55%;
	}
	#footer .block03 {
		display: block;

		margin: 49px 0 0 0;
	}
	#footer .block03 .sns01 {
		justify-content: flex-start;

		margin-left: 10px;
	}
	#footer .block03 .sns01 li:first-child {
		margin-left: 0;
	}
	#footer .block03 .copyright01 {
		margin-top: 39px;
	}
}

/* common
------------------------------------------ */
/* lineMod01 */
.lineMod01 {
	width: 100%;
	height: 1px;
	background: url(img_cmn/line_dot_01.svg) repeat-x;
}
.lineMod01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 6px;
	height: 1px;
	background: #222627;
}
.lineMod01::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 6px;
	height: 1px;
	background: #222627;
}

/* lineMod02 */
.lineMod02 {
	width: 100%;
	height: 1px;
	background: url(img_cmn/line_dot_01.svg) repeat-x;
}
.lineMod02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 1px;
	background: #222627;
}
.lineMod02::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 4px;
	height: 1px;
	background: #222627;
}

/* moreMod01 */
.moreMod01 {
	margin-top: 110px;
	text-align: center;
}
.moreMod01 a.buttonMod01 {
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.moreMod01 {
		margin-top: 70px;
	}
}
@media screen and (max-width: 767px) {
	.moreMod01 {
		margin-top: 40px;
	}
}

/* buttonMod01 */
a.buttonMod01 {
	display: inline-flex;
	justify-content: center;
	align-items: center;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 220px;
	height: 56px;
	background: #F37E00;
	color: #FFF;
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
a.buttonMod01.isMore01 {
	width: 218px;
	height: 58px;
}
a.buttonMod01.isConcept01 {
	width: 160px;
	height: 48px;
}
@media screen and (max-width: 767px) {
	a.buttonMod01 {
		height: 46px;
	}
}

/* breadcrumbMod01 */
.breadcrumbMod01 ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;

	color: #838889;
	font-size: 12px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.breadcrumbMod01 ul li {
	position: relative;
}
.breadcrumbMod01 ul li:not(:last-child) {
	padding-right: calc(30px - 0.1em);
}
.breadcrumbMod01 ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 9px;
	right: 12px;
	display: block;
	width: 5px;
	height: 1px;
	background: #ADB0B1;
}
.breadcrumbMod01 ul li a {
	color: #838889;
}

/* optionListMod01 */
.optionListMod01 {
	margin-top: 30px;
}
.optionListMod01.v2 {
	margin-top: 0;
}
.optionListMod01 ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;

	margin: -14px -7px 0 -7px;
}
.optionListMod01.v2 ul {
	margin: -5px 0 0 -5px;
}
.optionListMod01.v2 ul {
	justify-content: flex-start;
}
.optionListMod01 ul li {
	margin: 14px 7px 0 7px;
	border: 1px solid #ADB0B1;
	padding: 0 15px;
	height: 24px;
	color: #838889;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	text-indent: 0.02em;
	letter-spacing: 0.02em;
}
.optionListMod01.v2 ul li {
	margin: 5px 0 0 5px;
	border-color: #D7DADB;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 0 5px;
}
.optionListMod01.v2 ul li.new {
  background: #AF8771;
  color: #FFF;
	font-size: 12px;
  font-family: 'Lora', serif;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.12em;
	border: none;
}
.optionListMod01.v2 ul li.black {
	color: #fff;
	background-color: #222627;
	border-color: #222627;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.optionListMod01 {
		margin-top: 52px;
	}
}
@media screen and (max-width: 767px) {
	.optionListMod01 {
		margin-top: 38px;
	}
}

/* bukkenHeadMod01 */
.bukkenHeadMod01 {
	color: #222;
	font-size: 42px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-align: center;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.bukkenHeadMod01 {
		margin-top: 13px;
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.bukkenHeadMod01 {
		margin-top: 15px;
		font-size: 30px;
	}
}

/* bukkenHeadMod02 (bukkenHeadMod01-ver2) */
.bukkenHeadMod02 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row;
	margin-top: 7px;
	padding-bottom: 19px;
}
.bukkenHeadMod02 .headBlock01 {
	width: 70%;
	position: relative;
}
.bukkenHeadMod02 .headBlock01 h1 {
	color: #222;
	font-size: 32px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: inline;
}
.bukkenHeadMod02 .headBlock01 .icnNewMod01{
	position: relative;
	top: 5px;
}

.bukkenHeadMod02 .dataBlock01 {
	padding-bottom: 4px;
	width: 30%;
	color: #525657;
	text-align: right;
	letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.bukkenHeadMod02 {
		display: block;

		margin-top: 3px;
		padding-bottom: 22px;
	}
	.bukkenHeadMod02 .headBlock01 {
		width: auto;
	}
	.bukkenHeadMod02 .headBlock01 h1 {
		font-size: 26px;
	}
	.bukkenHeadMod02 .dataBlock01 {
		margin-top: 13px;
		padding-bottom: 0;
		width: auto;
		font-size: 12px;
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	.bukkenHeadMod02 {
		display: block;

		margin-top: 1px;
		padding-bottom: 18px;
	}
	.bukkenHeadMod02 .headBlock01 {
		width: auto;
	}
	.bukkenHeadMod02 .headBlock01 .icnNewMod01{
		top: 12px;
	}
	.bukkenHeadMod02 .headBlock01 h1 {
		font-size: 22px;
	}
	.bukkenHeadMod02 .dataBlock01 {
		margin-top: 16px;
		padding-bottom: 0;
		width: auto;
		font-size: 12px;
		text-align: left;
	}
}

/* icnNewMod01 */
.icnNewMod01 {
	display: inline-block;
	width: 66px;
	height: 24px;
	background: #AF8771;
	color: #FFF;
	font-size: 12px;
	font-family: 'Lora', serif;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	text-indent: 0.12em;
	letter-spacing: 0.12em;
	vertical-align: 14px;
	margin-left: 5px;
	text-decoration: none;
}
.icnNewMod01-min {
	width: 40px;
	height: 20px;
	font-size: 11px;
	line-height: 21px;
	margin-left: 5px;
}
.bukkenHeadMod01 .icnNewMod01 {
	margin-left: 18px;
}

/* bukkenDataMod01 */
.bukkenDataMod01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: row;

	font-family: 'Noto Serif JP', serif;
}
.bukkenHeadMod01 + .bukkenDataMod01 {
	margin-top: 23px;
}
.bukkenDataMod01 dl:not(:last-child) {
	background: url(img_cmn/line_dot_02_v.svg) repeat-y 100% 0;
	background-size: 1px 4px;
}
.bukkenDataMod01 dl dt {
	color: #ADB0B1;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.bukkenDataMod01 dl dd {
	padding: 5px 30px 0 30px;
	color: #272727;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.bukkenDataMod01 dl:not(:last-child) dd {
	padding-right: 31px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.bukkenHeadMod01 + .bukkenDataMod01 {
		margin-top: 21px;
	}
	.bukkenDataMod01 dl dt {
		font-size: 12px;
	}
	.bukkenDataMod01 dl dd {
		padding: 9px 20px 0 20px;
		font-size: 14px;
	}
	.bukkenDataMod01 dl:not(:last-child) dd {
		padding-right: 21px;
	}
}
@media screen and (max-width: 767px) {
	.bukkenDataMod01 {
		display: block;
		margin: 0 20px;
		background: url(img_cmn/line_dot_02.svg) repeat-x 0 0;
		background-size: 4px 1px;
	}
	.bukkenHeadMod01 + .bukkenDataMod01 {
		margin-top: 23px;
	}
	.bukkenDataMod01 dl:last-child,
	.bukkenDataMod01 dl:not(:last-child) {
		background: url(img_cmn/line_dot_02.svg) repeat-x 0 100%;
		background-size: 4px 1px;
	}
	.bukkenDataMod01 dl {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: row;
	}
	.bukkenDataMod01 dl dt {
		padding: 13px 0 12px 10px;
		width: 78px;
		font-size: 12px;
		text-align: left;
		text-indent: 0;
	}
	.bukkenDataMod01 dl dd {
		flex: 1;

		padding: 11px 0 11px 0;
		font-size: 14px;
		text-align: left;
		text-indent: 0;
	}
	.bukkenDataMod01 dl:not(:last-child) dd {
		padding-right: 0;
	}
}

/* bukkenTabContentMod */
.bukkenTabContentMod01 {
	border: 1px solid #CCC;
	padding: 40px;
	margin: 0 6vw 40px 6vw;
}
@media screen and (max-width: 1150px) and (min-width: 768px){
	.bukkenTabContentMod01 {
		margin: 0 0 40px 0;
	}
}

@media screen and (max-width: 767px) {
	.bukkenTabContentMod01{
		margin-bottom: 10px;
		margin: 0 0 40px 0;
		padding: 20px;
	}
}


/* bukkenImgTabMod01 */
.bukkenImgTabMod01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
	position: relative;
  bottom: -1px;
}
.bukkenImgTabMod01 .tab{
	pointer-events: none;
}
.bukkenImgTabMod01 .tab span{
	pointer-events: none;
}
.bukkenImgTabMod01 .tab button{
	pointer-events: auto;
}
.bukkenImgTabMod01 .renovationStyleList {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
}
.bukkenImgTabMod01 .renovationStyleList .tab:not(:first-child) {
	margin-left: 10px;
}
.bukkenImgTabMod01 .renovationStyleList .tab button {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	outline: none;
	cursor: pointer;
	padding: 0 24px;
	border:none;
	height: 66px;
	background: #EFEFEF;
	color: #838889;
	border: #CCC solid 1px;
	border-radius: 2px 2px 0 0;
	transition: background-color .2s ease;
	margin: 0;
}
.bukkenImgTabMod01 .renovationStyleList .tab button:hover{
	opacity: 0.8;
}
.bukkenImgTabMod01 .renovationStyleList .tab button.current {
	background-color: #fff;
	color: #222627;
	border-bottom-color: #fff;
}
.bukkenImgTabMod01 .renovationStyleList .tab button.current:hover {
	opacity: 1;
	cursor: default;
}
.bukkenImgTabMod01 .renovationStyleList .tab button .en {
	font-size: 11px;
	letter-spacing: -0.08em;
	display: block;
	color:#A7ACAD;
}
.bukkenImgTabMod01 .renovationStyleList .tab button .ja {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	display: inline-block;
	color:#838889;
}
.bukkenImgTabMod01 .renovationStyleList .tab button.current .en{
	color: #A7ACAD;
}
.bukkenImgTabMod01 .renovationStyleList .tab button.current .ja{
	color: #222627;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.bukkenImgTabMod01 {
		margin-top: 20px;
		height: auto;
	}
	.bukkenImgTabMod01 .renovationStyleList .tab:not(:first-child) {
		margin-left: 15px;
	}
	.bukkenImgTabMod01 .renovationStyleList .tab button {
		padding: 0 23px 0 23px;
		height: 66px;
	}
	.bukkenImgTabMod01 .renovationStyleList .tab button .en {
		font-size: 16px;
	}
	.bukkenImgTabMod01 .renovationStyleList .tab button .ja {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.bukkenImgTabMod01 {
		height: auto;
	}
	.bukkenImgTabMod01  {
		display: block;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.bukkenImgTabMod01 > .vessel {
		/* overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch; */
	}
	.bukkenImgTabMod01 .renovationStyleList {
		white-space: nowrap;
	}
	.bukkenImgTabMod01 .renovationStyleList .tab:not(:first-child) {
		margin-left: 10px;
	}
	.bukkenImgTabMod01 .renovationStyleList .tab button {
		padding: 0 10px;
		height: 48px;
	}
	.bukkenImgTabMod01 .renovationStyleList .tab button .en {
		font-size: 10px;
	}
	.bukkenImgTabMod01 .renovationStyleList .tab button .ja {
		margin-left: 9px;
		font-size: 12px;
	}
}

/* bukkenImgAreaMod01 */
.bukkenImgAreaMod01 .renovationStyleContentWrap .-is-hide{
	display: block;
	height: 0;
	overflow: hidden;
}

.bukkenImgAreaMod01 .sliderImage01 {
	position: relative;
	line-height: 0;
	z-index: 1;
}
.bukkenImgAreaMod01 .sliderImage01::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 30px;
	background: linear-gradient(to bottom,transparent 0%,#000 100%);
	opacity: 0.22;
	z-index: 3;
}
.bukkenImgAreaMod01 .sliderImage01 img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
}
.bukkenImgAreaMod01 .sliderImage01 .sliderCaption01 {
	position: absolute;
	bottom: 6px;
	left: 12px;
	display: block;
	width: 100%;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
	z-index: 4;
}
.bukkenImgAreaMod01 .renovationSlider {
	position: relative;
}
.bukkenImgAreaMod01 .renovationSlider .renovationSlider-prev,
.bukkenImgAreaMod01 .renovationSlider .renovationSlider-next {
	position: absolute;
	top: 50%;
	width: 76px;
	height: 76px;
	margin-top: -38px;
	background-size: 76px 76px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 10;
	outline: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
.bukkenImgAreaMod01 .renovationSlider .renovationSlider-prev:hover,
.bukkenImgAreaMod01 .renovationSlider .renovationSlider-next:hover {
	opacity: 0.7;
}
.bukkenImgAreaMod01 .renovationSlider .renovationSlider-prev {
	left: -99px;
	background-image: url(img_cmn/btn_slider_prev_02.svg);
}
.bukkenImgAreaMod01 .renovationSlider .renovationSlider-next {
	right: -99px;
	background-image: url(img_cmn/btn_slider_next_02.svg);
}
.bukkenImgAreaMod01 .lo01 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;

	margin-top: 40px;
	padding-bottom: 40px;
	background: url(img_cmn/line_dot_02.svg) repeat-x 0 100%;
}
.bukkenImgAreaMod01 .lo01 .lo0101 {
	padding: 3px 0 0 0;
}
.bukkenImgAreaMod01 .lo01 .lo0102 {
	margin-left: auto;
}
.bukkenImgAreaMod01 .lo01 .lo0102 .buttonMod01 {
	width: 240px;
	height: 74px;
	font-size: 18px;
}
.bukkenImgAreaMod01 .lo02 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
}
.bukkenImgAreaMod01 .lo02 dl dt {
	color: #222627;
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.bukkenImgAreaMod01 .lo02 dl:nth-of-type(2) {
	position: relative;
	margin-left: 70px;
}
.bukkenImgAreaMod01 .lo02 dl:nth-of-type(2)::before {
	content: "";
	position: absolute;
	top: 25px;
	left: -44px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(img_cmn/img_price_plus_01.svg) no-repeat;
	background-size: 18px 18px;
}
.bukkenImgAreaMod01 .lo02 dl.total01 {
	position: relative;
	margin-left: 70px;
}
.bukkenImgAreaMod01 .lo02 dl.total01::before {
	content: "";
	position: absolute;
	top: 33px;
	left: -44px;
	display: block;
	width: 18px;
	height: 8px;
	background: url(img_cmn/img_price_equal_01.svg) no-repeat;
	background-size: 18px 8px;
}
.bukkenImgAreaMod01 .lo02 dl dd {
	padding: 1px 0 0 0;
	color: #AD712A;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.bukkenImgAreaMod01 .lo02 dl.total01 dd {
	margin-top: -7px;
	padding: 0;
	font-size: 30px;
}
.bukkenImgAreaMod01 .lo02 dl dd strong {
	font-size: 26px;
	font-weight: 600;
}
.bukkenImgAreaMod01 .lo02 dl.total01 dd strong {
	font-size: 35px;
}
.bukkenImgAreaMod01 .lo02 .individual01{
	display: flex;
	align-items: center;
}
.bukkenImgAreaMod01 .notes01 {
	margin-top: 10px;
	padding-left: 1em;
	color: #838889;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-indent: -1em;
}
.bukkenImgAreaMod01 .otherPrice01{
	margin-top: 30px;
	font-weight: 800;
	color: #838889;
	letter-spacing: .05em;
}
.bukkenImgAreaMod01 .otherPrice01 span{
	display: inline-block;
	margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
	.bukkenImgAreaMod01 {
		margin-top: 20px;
	}
	.bukkenImgAreaMod01 .sliderImage01::before {
		content: "";
		height: 22px;
	}
	.bukkenImgAreaMod01 .sliderImage01 .sliderCaption01 {
		position: absolute;
		bottom: 6px;
		left: 10px;
		font-size: 8px;
	}
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-prev,
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 40px 40px;
	}
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-prev:hover,
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-next:hover {
		opacity: 1;
	}
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-prev {
		left: -20px;
		background-image: url(img_cmn/btn_slider_prev_02_s.svg);
	}
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-next {
		right: -20px;
		background-image: url(img_cmn/btn_slider_next_02_s.svg);
	}
	.bukkenImgAreaMod01 .lo01 {
		margin-top: 28px;
		padding-bottom: 28px;
	}
	.bukkenImgAreaMod01 .lo01 .lo0101 {
		padding: 0 20px 0 0;
	}
	.bukkenImgAreaMod01 .lo01 .lo0102 .buttonMod01 {
		width: 240px;
		height: 70px;
		font-size: 16px;
	}
	body.-is-tablet .bukkenImgAreaMod01 .lo02 {
		flex-direction: column;
	}
	.bukkenImgAreaMod01 .lo02 dl dt {
		font-size: 12px;
	}
	.bukkenImgAreaMod01 .lo02 dl.total01 dt {
		font-size: 14px;
	}
	.bukkenImgAreaMod01 .lo02 dl:nth-of-type(2) dt,
	.bukkenImgAreaMod01 .lo02 dl:nth-of-type(1) dt {
		padding-top: 6px;
	}
	.bukkenImgAreaMod01 .lo02 dl:nth-of-type(2) {
		margin-left: 63px;
	}
	.bukkenImgAreaMod01 .lo02 dl:nth-of-type(2)::before {
		content: "";
		position: absolute;
		top: 20px;
		left: -39px;
	}
	.bukkenImgAreaMod01 .lo02 dl.total01 {
		margin-left: 58px;
	}
	.bukkenImgAreaMod01 .lo02 dl.total01::before {
		content: "";
		position: absolute;
		top: 27px;
		left: -39px;
	}
	.bukkenImgAreaMod01 .lo02 dl dd {
		padding: 0;
		font-size: 12px;
	}
	.bukkenImgAreaMod01 .lo02 dl.total01 dd {
		margin-top: -5px;
		padding: 0;
		font-size: 22px;
	}
	.bukkenImgAreaMod01 .lo02 dl dd strong {
		font-size: 16px;
	}
	.bukkenImgAreaMod01 .lo02 dl.total01 dd strong {
		font-size: 26px;
	}
	.bukkenImgAreaMod01 .notes01 {
		margin-top: 28px;
	}
}
@media screen and (max-width: 767px) {
	.bukkenImgAreaMod01 {
		margin-top: 24px;
	}
	.bukkenImgAreaMod01 .sliderImage01::before {
		content: "";
		height: 34px;
	}
	.bukkenImgAreaMod01 .sliderImage01 .sliderCaption01 {
		position: absolute;
		bottom: 8px;
		left: 15px;
	}
	.bukkenImgAreaMod01 .renovationSlider {
		margin-left: -20px;
		margin-right: -20px;
	}
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-prev,
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-next {
		width: 36px;
		height: 36px;
		margin-top: -18px;
		background-size: 36px 36px;
	}
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-prev:hover,
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-next:hover {
		opacity: 1;
	}
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-prev {
		left: 6px;
		background-image: url(img_cmn/btn_slider_prev_02_s.svg);
	}
	.bukkenImgAreaMod01 .renovationSlider .renovationSlider-next {
		right: 6px;
		background-image: url(img_cmn/btn_slider_next_02_s.svg);
	}
	.bukkenImgAreaMod01 .lo01 {
		display: block;

		margin-top: 17px;
	}
	.bukkenImgAreaMod01 .lo01 .lo0101 {
		padding: 0;
	}
	.bukkenImgAreaMod01 .lo01 .lo0102 {
		margin: 40px 0 0 0;
		text-align: center;
	}
	.bukkenImgAreaMod01 .lo01 .lo0102 .buttonMod01 {
		width: 220px;
		height: 46px;
		font-size: 14px;
	}
	.bukkenImgAreaMod01 .lo02 {
		justify-content: center;
		flex-wrap: wrap;
	}
	.bukkenImgAreaMod01 .lo02 dl dt {
		padding-top: 2px;
		font-size: 12px;
		text-align: center;
	}
	.bukkenImgAreaMod01 .lo02 dl.total01 dt {
		font-size: 18px;
	}
	.bukkenImgAreaMod01 .lo02 dl:nth-of-type(2) {
		margin-left: 68px;
	}
	.bukkenImgAreaMod01 .lo02 dl:nth-of-type(2)::before {
		content: "";
		position: absolute;
		top: 14px;
		left: -42px;
	}
	.bukkenImgAreaMod01 .lo02 dl.total01 {
		margin: 0 0 0 0;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		margin-top: 13px;
	}
	.bukkenImgAreaMod01 .lo02 dl.total01::before {
		display: none;
	}
	.bukkenImgAreaMod01 .lo02 dl dd {
		padding: 1px 0 0 0;
		font-size: 12px;
		text-align: center;
		text-indent: 0.05em;
	}
	.bukkenImgAreaMod01 .lo02 dl.total01 dd {
		margin-top: 0;
		padding: 0;
		font-size: 24px;
	}
	.bukkenImgAreaMod01 .lo02 dl dd strong {
		font-size: 16px;
	}
	.bukkenImgAreaMod01 .lo02 dl.total01 dd strong {
		margin-left: 15px;
		font-size: 30px;
	}
	.bukkenImgAreaMod01 .notes01 {
		margin-top: 20px;
	}
}

/* bukkenImgMod01 */
.bukkenImgMod01 {
	position: relative;
	line-height: 0;
	z-index: 4;
}
.bukkenDataMod01 + .bukkenImgMod01 {
	margin-top: 69px;
}
.bukkenImgMod01 img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.bukkenImgMod01 {
		margin-left: -40px;
		margin-right: -40px;
	}
	.bukkenDataMod01 + .bukkenImgMod01 {
		margin-top: 51px;
	}
}
@media screen and (max-width: 767px) {
	.bukkenImgMod01 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.bukkenDataMod01 + .bukkenImgMod01 {
		margin-top: 45px;
	}
}

/* bukkenPointMod01 */
.bukkenPointMod01 {
	margin-top: 50px;
	padding: 45px 50px 34px 50px;
	background: #EFF0F0;
}
.bukkenPointMod01 .headMain01 {
	color: #222627;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0;
}
.bukkenPointMod01 .text01 {
	margin-top: 29px;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.02em;
}
.bukkenPointMod01 .profile01 {
	margin-top: 28px;
}
div.bukkenPointMod01 p + p{
	margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.bukkenPointMod01 {
		margin-top: 30px;
		padding: 28px 30px;
	}
	.bukkenPointMod01 .headMain01 {
		font-size: 16px;
	}
	.bukkenPointMod01 .text01 {
		margin-top: 15px;
		font-size: 14px;
	}
	.bukkenPointMod01 .profile01 {
		margin-top: 14px;
	}
}
@media screen and (max-width: 767px) {
	.bukkenPointMod01 {
		margin-top: 30px;
		padding: 24px 20px 20px 20px;
	}
	.bukkenPointMod01 .headMain01 {
		font-size: 16px;
	}
	.bukkenPointMod01 .text01 {
		margin-top: 15px;
		font-size: 14px;
	}
	.bukkenPointMod01 .profile01 {
		margin-top: 14px;
	}
}

/* bukkenMenuMod01 */
.bukkenMenuMod01 .nav01 {
	position: relative;
	background: url(img_cmn/line_menu_01.svg) repeat-y 3px 0;
	background-size: 1px 4px;
	z-index: 1;
}
.bukkenMenuMod01 .nav01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 3px;
	display: block;
	width: 1px;
	height: 12px;
	background: #FFF;
	z-index: 2;
}
.bukkenMenuMod01 .nav01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 3px;
	display: block;
	width: 1px;
	height: 12px;
	background: #FFF;
	z-index: 2;
}
.bukkenMenuMod01 .nav01 ul li {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.bukkenMenuMod01 .nav01 ul li + li {
	margin-top: 29px;
}
.bukkenMenuMod01 .nav01 ul li a {
	position: relative;
	display: block;
	color: #838889;
	padding: 0 0 0 35px;
	z-index: 3;
}
.bukkenMenuMod01 .nav01 ul li a.current {
	color: #222627;
	font-weight: 600;
}
.bukkenMenuMod01 .nav01 ul li a::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 1px;
	display: block;
	border-radius: 2.5px;
	-webkit-border-radius: 2.5px;
	-moz-border-radius: 2.5px;
	width: 5px;
	height: 5px;
	background: #D4D8D9;
	transition: all 0.3s ease;
}
.bukkenMenuMod01 .nav01 ul li a.current::before {
	background: #222627;
	transform: scale(1.4);
}
.bukkenMenuMod01 .button01 {
	margin-top: 78px;
}

/* 続きを読むボタン */
body.single-property div.renovationArticleMoreWrap{
	text-align: center;
	margin: 40px auto;
}
body.single-property span.renovationArticleMore
{
	font-size: 16px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	min-width: 154px;
	height: 52px;
	cursor: pointer;
	color: #525657;
	border: dotted 1px #222627;
}
body.single-property span[id^="more-"]:before
{
	content:"続きを読む";
}

body.single-property .renovationArticleMoreWrap ~ *{
	display: none;
}
@media screen and (max-width: 767px) {
	body.single-property div.renovationArticleMoreWrap{
		margin: 0 auto 40px auto;
	}
	body.single-property span.renovationArticleMore
	{
		font-size: 14px;
		min-width: 180px;
		min-height: 44px;
	}
}

/* headMod01 */
.headMod01 > .vessel {
	position: relative;
	display: inline-block;
	padding: 11px 0 10px 0;
	color: #222627;
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.headMod01 > .vessel .lineDot01 {
	position: absolute;
	top: 0;
	left: 0;
}
.headMod01 > .vessel .lineDot02 {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.headMod01 > .vessel {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.headMod01 > .vessel {
		font-size: 12px;
	}
}

/* headMod02 */
.headMod02 {
	font-size: 20px;
	font-weight: 700;
}
.headMod02 .renovationStyleContentWrap{
	display: inline-flex;
	margin-bottom: 0;
}
.headMod02 .sub01 {
	margin-left: 23px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
body.single-property .headMod02{
	margin-bottom: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.headMod02 {
		font-size: 16px;
	}
	.headMod02 .sub01 {
		margin-left: 15px;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.headMod02 {
		font-size: 16px;
	}
	.headMod02 .sub01 {
		margin-left: 0;
		font-size: 14px;
	}
	body.single-property .headMod02{
		margin-bottom: 30px;
		font-size: 18px;
	}
	body.single-property .headMod02 .renovationStyleContentWrap{
		display: inline;
	}
}

/* headLoMod01 */
.headLoMod01 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;
}
@media screen and (max-width: 767px) {
	.headLoMod01 {
		display: block;
	}
	.headLoMod01 .headLo02 {
		padding: 20px 0 0 12px;
	}
}

/* profileMod01 */
.profileMod01 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
}
.profileMod01 .imageBlock01 {
	width: 50px;
	line-height: 0;
}
.profileMod01 .imageBlock01 img {
	width: 100%;
	height: auto;
}
.profileMod01 .mainBlock01 {
	padding: 9px 5px 0 16px;
}
.profileMod01 .mainBlock01 .title01 {
	color: #838889;
	font-size: 12px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.profileMod01 .mainBlock01 .name01 {
	margin-top: 1px;
	color: #222627;
	font-size: 12px;
	font-family: 'Lora', serif;
	letter-spacing: 0.1em;
}

/* textMod01 */
.textMod01 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
}
.headLoMod01 + .textMod01 {
	margin-top: 31px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.textMod01 {
		font-size: 14px;
		line-height: 2.15;
	}
	.headLoMod01 + .textMod01 {
		margin-top: 21px;
	}
}
@media screen and (max-width: 767px) {
	.textMod01 {
		font-size: 14px;
		line-height: 2.15;
	}
	.headLoMod01 + .textMod01 {
		margin-top: 12px;
	}
}

/* textMod02 */
.textMod02 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
	letter-spacing: 0.02em;
}
.headMod01 + .textMod02 {
	margin-top: 49px;
}
#wrapper.bukken_detail_v2 .reportCaptionMod01 + .textMod02 {
	margin-top: 95px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.textMod02 {
		font-size: 14px;
		font-weight: 400;
		line-height: 2.15;
	}
	.headMod01 + .textMod02 {
		margin-top: 36px;
	}
	#wrapper.bukken_detail_v2 .reportCaptionMod01 + .textMod02 {
		margin-top: 36px;
	}
}
@media screen and (max-width: 767px) {
	.textMod02 {
		font-size: 12px;
		font-weight: 400;
		line-height: 2;
	}
	.headMod01 + .textMod02 {
		margin-top: 27px;
	}
	#wrapper.bukken_detail_v2 .reportCaptionMod01 + .textMod02 {
		margin-top: 27px;
	}
}

/* renovationMod01 */
.renovationMod01 + .renovationMod01 {
	margin-top: 78px;
}
.textMod01 + .renovationMod01 {
	margin-top: 91px;
}
.renovationMod01 .lead01 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;

	height: 28px;
}
.renovationMod01 .lead01 .lead01Box01 {
	display: inline-block;
	margin-right: 8px;
	padding: 0 15px;
	height: 28px;
	background: #222627;
	color: #FFF;
	font-size: 13px;
	font-family: 'Lora', serif;
	line-height: 28px;
	letter-spacing: 0.08em;
}
.renovationMod01 .lead01 .lead01Line01 {
	flex: 1;

	background: url(img_cmn/line_dot_02.svg) repeat-x 0 13px;
}
.renovationMod01 .lo01 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;

	margin-top: 14px;
	font-family: 'Noto Serif JP', serif;
}
.renovationMod01 .lo01 .lo0101 .head01 {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.renovationMod01 .lo01 .lo0102 {
	padding: 13px 0 0 0;
}
.renovationMod01 .lo01 .lo0102 .price01 {
	display: table;
}
.renovationMod01 .lo01 .lo0102 .price01 dd,
.renovationMod01 .lo01 .lo0102 .price01 dt {
	display: table-cell;
	vertical-align: middle;
}
.renovationMod01 .lo01 .lo0102 .price01 dt {
	padding: 2px 0 0 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.renovationMod01 .lo01 .lo0102 .price01 dd {
	padding: 0 0 0 13px;
	color: #AF8771;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.renovationMod01 .text01 {
	margin-top: 28px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.72;
	letter-spacing: 0.02em;
}
.renovationMod01 .sliderImage01 {
	position: relative;
	line-height: 0;
}
.renovationMod01 .sliderImage01 img {
	width: 100%;
	height: auto;
}
.renovationMod01 .sliderImage01 .sliderCaption01 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 4px 15px 0 0;
	width: 100%;
	height: 33px;
	background: rgba(0,0,0,0.4);
	background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.4) 100%);
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
	text-align: right;
}
.renovationMod01 .sliderText01 {
	margin-top: 18px;
	color: #838889;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.58;
}
.renovationMod01 .renovationSlider {
	position: relative;
	margin-top: 28px;
}
.renovationMod01 .renovationSlider .renovationSlider-prev,
.renovationMod01 .renovationSlider .renovationSlider-next {
	position: absolute;
	top: 45%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-color: #FFF;
	background-size: 23px 7px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 10;
	outline: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
.renovationMod01 .renovationSlider .renovationSlider-prev:hover,
.renovationMod01 .renovationSlider .renovationSlider-next:hover {
	opacity: 0.7;
}
.renovationMod01 .renovationSlider .renovationSlider-prev {
	left: -43px;
	background-image: url(img_cmn/btn_slider_prev_01.svg);
}
.renovationMod01 .renovationSlider .renovationSlider-next {
	right: -43px;
	background-image: url(img_cmn/btn_slider_next_01.svg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.renovationMod01 + .renovationMod01 {
		margin-top: 60px;
	}
	.textMod01 + .renovationMod01 {
		margin-top: 77px;
	}
	.renovationMod01 .lead01 .lead01Box01 {
		margin-right: 0;
	}
	.renovationMod01 .lo01 {
		margin-top: 11px;
	}
	.renovationMod01 .lo01 .lo0101 .head01 {
		font-size: 28px;
	}
	.renovationMod01 .lo01 .lo0102 {
		padding: 5px 0 0 0;
	}
	.renovationMod01 .text01 {
		margin-top: 21px;
		font-size: 12px;
		font-weight: 400;
		line-height: 2;
	}
	.renovationMod01 .sliderImage01 .sliderCaption01 {
		padding: 4px 9px 0 0;
		height: 31px;
	}
	.renovationMod01 .sliderText01 {
		font-size: 12px;
		line-height: 1.84;
	}
	.renovationMod01 .renovationSlider {
		margin-top: 26px;
	}
	.renovationMod01 .renovationSlider .renovationSlider-prev:hover,
	.renovationMod01 .renovationSlider .renovationSlider-next:hover {
		opacity: 1;
	}
	.renovationMod01 .renovationSlider .renovationSlider-prev {
		left: -34px;
	}
	.renovationMod01 .renovationSlider .renovationSlider-next {
		right: -34px;
	}
}
@media screen and (max-width: 767px) {
	.renovationMod01 + .renovationMod01 {
		margin-top: 40px;
	}
	.textMod01 + .renovationMod01 {
		margin-top: 15px;
	}
	.renovationMod01 .lead01 .lead01Box01 {
		margin-right: 0;
	}
	.renovationMod01 .lo01 {
		display: block;

		margin-top: 11px;
	}
	.renovationMod01 .lo01 .lo0101 .head01 {
		font-size: 28px;
	}
	.renovationMod01 .lo01 .lo0102 {
		padding: 6px 0 0 0;
		overflow: hidden;
	}
	.renovationMod01 .lo01 .lo0102 .price01 {
		float: right;
	}
	.renovationMod01 .text01 {
		margin-top: 17px;
		font-size: 12px;
		font-weight: 400;
		line-height: 2;
	}
	.renovationMod01 .sliderImage01 .sliderCaption01 {
		padding: 0 6px 0 0;
		height: 22px;
		background: rgba(0,0,0,0.4);
		background: linear-gradient(to bottom,transparent 0%,transparent 37%,rgba(0,0,0,0.4) 100%);
	}
	.renovationMod01 .sliderText01 {
		font-size: 12px;
		line-height: 1.84;
	}
	.renovationMod01 .renovationSlider {
		margin-top: 17px;
	}
	.renovationMod01 .renovationSlider .renovationSlider-prev,
	.renovationMod01 .renovationSlider .renovationSlider-next {
		position: absolute;
		top: 26.8vw;
		width: 32px;
		height: 32px;
		margin-top: -16px;
		transition: none 0.3s ease;
	}
	.renovationMod01 .renovationSlider .renovationSlider-prev:hover,
	.renovationMod01 .renovationSlider .renovationSlider-next:hover {
		opacity: 1;
	}
	.renovationMod01 .renovationSlider .renovationSlider-prev {
		left: -15px;
	}
	.renovationMod01 .renovationSlider .renovationSlider-next {
		right: -15px;
	}
}

/* imageSwitchMod01 */
.imageSwitchMod01 {
	margin-top: 41px;
}
.imageSwitchMod01 ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
}
.imageSwitchMod01 ul li:not(:last-child) {
	margin-right: 55px;
}
.imageSwitchMod01 ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;

	height: 38px;
}
.imageSwitchMod01 ul li a .no {
	display: flex;
	justify-content: center;
	align-items: center;

	border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	width: 38px;
	height: 38px;
	background: #FFF;
	color: #838889;
	font-family: 'Lora', serif;
	font-weight: 400;
	line-height: 1;
	text-indent: 0.12em;
	letter-spacing: 0.12em;
}
.imageSwitchMod01 ul li a.current .no {
	background: #222627;
	color: #FFF;
}
.imageSwitchMod01 ul li a .text {
	padding: 0 0 0 9px;
	color: #838889;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.imageSwitchMod01 ul li a.current .text {
	color: #222627;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.imageSwitchMod01 ul li:not(:last-child) {
		margin-right: 60px;
	}
	.imageSwitchMod01 ul li a {
		height: 30px;
	}
	.imageSwitchMod01 ul li a .no {
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		width: 30px;
		height: 30px;
		font-size: 13px;
	}
	.imageSwitchMod01 ul li a .text {
		padding: 0 0 0 17px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.imageSwitchMod01 {
		margin-top: 32px;
	}
	.imageSwitchMod01 {
		margin-right: -20px;
		width: calc(100vw - 20px);
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.imageSwitchMod01 > .vessel {
		white-space: nowrap;
	}
	.imageSwitchMod01 ul li {
		white-space: nowrap;
	}
	.imageSwitchMod01 ul li:not(:last-child) {
		margin-right: 30px;
	}
	.imageSwitchMod01 ul li a {
		height: 17px;
	}
	.imageSwitchMod01 ul li a .no {
		padding-top: 1px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		width: 16px;
		height: 16px;
		font-size: 7px;
	}
	.imageSwitchMod01 ul li a .text {
		padding: 0 0 0 5px;
		font-size: 14px;
		line-height: 1.2;
	}
}

/* imageSwitchMod02 */
.imageSwitchMod02 {
	margin-top: 30px;
}
.imageSwitchMod02.-is-hide {
	display: none;
}
.headMod02 + .imageSwitchMod02 {
	margin-top: 53px;
}
.imageSwitchMod02 .mainImage01 {
	position: relative;
	line-height: 0;
	z-index: 1;
}
.imageSwitchMod02 .mainImage01 .swiper-slide{
	position: relative;
	height: auto;
	background-color: #fff;
}
.imageSwitchMod02 .mainImage01 .swiper-slide .swiper-slide-child{
	/* height: 100%; */
	position: relative;
	max-height: 37.5vw;
}
.imageSwitchMod02 .mainImage01 .swiper-slide .swiper-slide-child::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 30px;
	background: linear-gradient(to bottom,transparent 0%,#0f0f0f 100%);
	opacity: 0.22;
	z-index: 3;
}
.imageSwitchMod02 .mainImage01 img {
	/* width: 100%;
	height: auto; */
	z-index: 2;
	width: 60vw;
  height: 37.53vw;
  object-fit: cover;
}
.imageSwitchMod02 .mainImage01 .caption01 {
	position: absolute;
	bottom: 6px;
	left: 12px;
	display: block;
	width: 100%;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
	z-index: 4;
}
.imageSwitchMod02 .mainCaption01 {
	margin-top: 12px;
	color: #838889;
	font-size: 14px;
	line-height: 1.58;
	letter-spacing: 0.02em;
}
.imageSwitchMod02 .thumbnail01 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;

	margin-top: 34px;
	line-height: 0;
}
.imageSwitchMod02 .mainImage01 + .thumbnail01 {
	margin-top: 40px;
}
.imageSwitchMod02 .thumbnail01 li {
	position: relative;
	margin: 5px 0 0 5px;
	width: calc((100% - 20px) / 5);
	height: 7.3vw;
	z-index: 1;
}
.imageSwitchMod02 .thumbnail01 li.current::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border: 2px solid #222627;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	pointer-events: none;
}
.imageSwitchMod02 .thumbnail01 li:nth-of-type(5),
.imageSwitchMod02 .thumbnail01 li:nth-of-type(4),
.imageSwitchMod02 .thumbnail01 li:nth-of-type(3),
.imageSwitchMod02 .thumbnail01 li:nth-of-type(2),
.imageSwitchMod02 .thumbnail01 li:nth-of-type(1) {
	margin-top: 0;
}
.imageSwitchMod02 .thumbnail01 li:nth-of-type(5n+1) {
	margin-left: 0;
}
.imageSwitchMod02 .thumbnail01 li img {
	width: 100%;
	height: auto;
}
.imageSwitchMod02 .notes01 {
	margin-top: 20px;
	color: #969696;
	font-size: 12px;
	font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.imageSwitchMod02 {
		margin-top: 20px;
	}
	.headMod02 + .imageSwitchMod02 {
		margin-top: 20px;
	}
	.imageSwitchMod02 .mainCaption01 {
		margin-top: 15px;
	}
	.imageSwitchMod02 .thumbnail01 li{
		height: 10vw;
	}
	.imageSwitchMod02 .mainImage01 img{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.imageSwitchMod02 {
		margin-top: 21px;
	}
	.headMod02 + .imageSwitchMod02 {
		margin-top: 21px;
	}
	.imageSwitchMod02 .thumbnail01 li{
		height: 10vw;
	}
	.imageSwitchMod02 .mainImage01 img{
		width: 100%;
	}
	.imageSwitchMod02 .mainCaption01 {
		margin-top: 11px;
		font-size: 12px;
	}
	.imageSwitchMod02 .mainImage01 + .thumbnail01 {
		margin-top: 20px;
	}
}

.imageSwitchMod02 .thumb-item button{
  border: none;
  padding: 0;
  background: none;
  width: 100%;
	height: 100%;
	outline: none;
	cursor: pointer;
}
.imageSwitchMod02 .thumb-item button *{
	pointer-events: none;
}
.imageSwitchMod02 .thumb-item button img{
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
	vertical-align: bottom;
}


/* reportTxtMod01 */
.reportTxtMod01 {
	color: #525657;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
}
#wrapper.bukken_detail_v2 .reportTxtMod01 {
	font-size: 20px;
	line-height: 1.5;
}
.textMod02 + .reportTxtMod01 {
	margin-top: 54px;
}
#wrapper.bukken_detail_v2 .textMod02 + .reportTxtMod01 {
	margin-top: 91px;
}
.reportCaptionMod01 + .reportTxtMod01 {
	margin-top: 79px;
}
#wrapper.bukken_detail_v2 .reportCaptionMod01 + .reportTxtMod01 {
	margin-top: 95px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.reportTxtMod01 {
		font-size: 16px;
		line-height: 1.875;
	}
	#wrapper.bukken_detail_v2 .reportTxtMod01 {
		font-size: 16px;
		line-height: 1.875;
	}
	.textMod02 + .reportTxtMod01 {
		margin-top: 31px;
	}
	#wrapper.bukken_detail_v2 .textMod02 + .reportTxtMod01 {
		margin-top: 31px;
	}
	.reportCaptionMod01 + .reportTxtMod01 {
		margin-top: 37px;
	}
	#wrapper.bukken_detail_v2 .reportCaptionMod01 + .reportTxtMod01 {
		margin-top: 37px;
	}
}
@media screen and (max-width: 767px) {
	.reportTxtMod01 {
		font-size: 16px;
		line-height: 1.625;
	}
	#wrapper.bukken_detail_v2 .reportTxtMod01 {
		font-size: 16px;
		line-height: 1.625;
	}
	.textMod02 + .reportTxtMod01 {
		margin-top: 36px;
	}
	#wrapper.bukken_detail_v2 .textMod02 + .reportTxtMod01 {
		margin-top: 36px;
	}
	.reportCaptionMod01 + .reportTxtMod01 {
		margin-top: 40px;
	}
	#wrapper.bukken_detail_v2 .reportCaptionMod01 + .reportTxtMod01 {
		margin-top: 40px;
	}
}

/* reportImgMod01 */
.reportImgMod01 {
	line-height: 0;
}
.reportTxtMod01 + .reportImgMod01 {
	margin-top: 38px;
}
#wrapper.bukken_detail_v2 .reportTxtMod01 + .reportImgMod01 {
	margin-top: 53px;
}
.reportCaptionMod01 + .reportImgMod01 {
	margin-top: 58px;
}
#wrapper.bukken_detail_v2 .reportCaptionMod01 + .reportImgMod01 {
	margin-top: 53px;
}
.reportImgMod01 img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.reportTxtMod01 + .reportImgMod01 {
		margin-top: 36px;
	}
	#wrapper.bukken_detail_v2 .reportTxtMod01 + .reportImgMod01 {
		margin-top: 36px;
	}
	.reportCaptionMod01 + .reportImgMod01 {
		margin-top: 38px;
	}
	#wrapper.bukken_detail_v2 .reportCaptionMod01 + .reportImgMod01 {
		margin-top: 38px;
	}
}
@media screen and (max-width: 767px) {
	#wrapper.bukken_detail_v2 .reportTxtMod01 + .reportImgMod01 {
		margin-top: 38px;
	}
	.reportCaptionMod01 + .reportImgMod01 {
		margin-top: 40px;
	}
	#wrapper.bukken_detail_v2 .reportCaptionMod01 + .reportImgMod01 {
		margin-top: 40px;
	}
}

/* reportCaptionMod01 */
.reportCaptionMod01 {
	margin-top: 15px;
	color: #444;
	font-size: 14px;
	line-height: 1.58;
}
#wrapper.bukken_detail_v2 .reportCaptionMod01 {
	margin-top: 11px;
	font-size: 12px;
	line-height: 1.84;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.reportCaptionMod01 {
		margin-top: 8px;
		font-size: 12px;
		line-height: 1.84;
	}
	#wrapper.bukken_detail_v2 .reportCaptionMod01 {
		margin-top: 8px;
	}
}
@media screen and (max-width: 767px) {
	.reportCaptionMod01 {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	#wrapper.bukken_detail_v2 .reportCaptionMod01 {
		margin-top: 10px;
		line-height: 1.5;
	}
}

/* detailMod01 */
.detailMod01 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;

	margin-top: 52px;
}
.detailMod01 .secondBlock01,
.detailMod01 .firstBlock01 {
	width: 46.1%;
}
.detailMod01 dl {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;

	border-top: 1px solid #E4E4E4;
}
.detailMod01 dl:last-child {
	border-bottom: 1px solid #E4E4E4;
}
.detailMod01 dl dt {
	padding: 14px 0;
	width: 140px;
	min-width: 113px;
	color: #ADB0B1;
	font-weight: 700;
	line-height: 1.58;
	letter-spacing: 0.02em;
}
.detailMod01 dl dd {
	flex: 1;
	padding: 14px 0;
	color: #525657;
	font-weight: 500;
	line-height: 1.58;
	letter-spacing: 0.02em;
}
.detailMod01 dl dd li:not(:first-child){
	margin-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.detailMod01 {
		margin-top: 40px;
	}
	.detailMod01 .secondBlock01,
	.detailMod01 .firstBlock01 {
		width: 48.6%;
	}
	.detailMod01 dl dt {
		width: 109px;
		min-width: 109px;
	}
}
@media screen and (max-width: 767px) {
	.detailMod01 {
		display: block;

		margin-top: 30px;
	}
	.detailMod01 .secondBlock01,
	.detailMod01 .firstBlock01 {
		width: auto;
	}
	.detailMod01 .secondBlock01 dl:first-child {
		border-top: none;
	}
	.detailMod01 dl dt {
		width: 101px;
		min-width: 101px;
		font-size: 12px;
		line-height: 1.84;
	}
	.detailMod01 dl dd {
		font-size: 12px;
		line-height: 1.84;
	}
}

/* detailModPrice */
.detailMod01.detailModPrice{
	display: block;
}
.detailMod01.detailModPrice .detailModPriceInner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: stretch;
}
.detailMod01.detailModPrice .detailModPriceInner dl{
	width: 46.1%;
	display: flex;
  align-items: center;
}
.detailMod01.detailModPrice dl:last-child {
  border-bottom: none;
}
.detailMod01.detailModPrice .detailModPriceInner:last-child dl{
	border-bottom: 1px solid #E4E4E4;
}
.detailMod01.detailModPrice .detailModPriceInner .propertyPrice dd{
	font-size: 20px;
}
.detailMod01.detailModPrice .detailModPriceInner .propertyPrice dd.notValue{
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.detailMod01.detailModPrice .detailModPriceInner dl{
		width: 48.6%;
	}
}
@media screen and (max-width: 767px) {
	.detailMod01.detailModPrice {
		display: block;
		margin-top: 30px;
	}
	.detailMod01.detailModPrice .detailModPriceInner dl.propertyPrice dd {
		font-size: 18px;
	}
	.detailMod01.detailModPrice .detailModPriceInner .propertyPrice dd.notValue{
		font-size: 12px;
	}
	.detailMod01.detailModPrice .detailModPriceInner{
		display: block;
	}
	.detailMod01.detailModPrice .detailModPriceInner dl{
		width: auto;
	}
	.detailMod01.detailModPrice .detailModPriceInner:last-child dl {
		border-bottom: none;
	}
	.detailMod01.detailModPrice .detailModPriceInner:last-child dl:last-child {
		border-bottom: 1px solid #E4E4E4;
	}
}


/* タイトル */
.renovationArticle h2{
	font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.renovationArticle h2{
	font-size: 20px;
	line-height: 1.5;
}
.renovationArticle p + .renovationArticle h2{
	margin-top: 54px;
}
.renovationArticle p + .renovationArticle h2{
	margin-top: 91px;
}
.reportCaptionMod01 + .renovationArticle h2{
	margin-top: 79px;
}
.reportCaptionMod01 + .renovationArticle h2{
	margin-top: 95px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

}

@media screen and (max-width: 767px) {


}

/* テキスト */
.renovationArticle p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
	letter-spacing: 0.02em;
}
.headMod01 + .renovationArticle p {
	margin-top: 49px;
}
.reportCaptionMod01 + .renovationArticle p {
	margin-top: 95px;
}

/* 画像 */
.renovationArticle figure {
	line-height: 0;
  margin: 15px 0;
}
.renovationArticle h2 + .renovationArticle figure {
	margin-top: 53px;
}
.reportCaptionMod01 + .renovationArticle figure {
	margin-top: 53px;
}
.renovationArticle figure img {
	/* width: 100%; */
	height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.renovationArticle h2 + .renovationArticle figure {
		margin-top: 36px;
	}
	.renovationArticle h2 + .renovationArticle figure {
		margin-top: 36px;
	}
	.reportCaptionMod01 + .renovationArticle figure {
		margin-top: 38px;
	}
	.reportCaptionMod01 + .renovationArticle figure {
		margin-top: 38px;
	}
}
@media screen and (max-width: 767px) {
	.renovationArticle h2 + .renovationArticle figure {
		margin-top: 38px;
	}
	.reportCaptionMod01 + .renovationArticle figure {
		margin-top: 40px;
	}
	.reportCaptionMod01 + .renovationArticle figure {
		margin-top: 40px;
	}
}


/* mapMod01 */
.mapMod01 {
	position: relative;
	width: 100%;
	height: 40vw;
}
.mapMod01 > .vessel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mapMod01 iframe{
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.mapMod01 {
		height: 43.1vw;
	}
}
@media screen and (max-width: 767px) {
	.mapMod01 {
		height: 59.7vw;
	}
}

/* conceptMod01 */
.conceptMod01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: row;

	position: relative;
	margin-top: 109px;
	padding: 82px 0 54px 0;
}
.conceptMod01 .lineDot01 {
	position: absolute;
	top: 0;
	left: 0;
}
.conceptMod01 .block01 {
	display: flex;
	flex-direction: column;

	width: 26.5%;
}
.conceptMod01 .block01.block0103,
.conceptMod01 .block01.block0102 {
	margin-left: 6.4%;
}
.conceptMod01 .block01 .head01 {
	order: 2;

	margin-top: 33px;
	text-align: center;
}
.conceptMod01 .block01 .head01 .title01 {
	color: #838889;
	font-size: 12px;
	font-family: 'Lora', serif;
	text-indent: 0.12em;
	letter-spacing: 0.12em;
}
.conceptMod01 .block01 .head01 .title02 {
	margin-top: 20px;
	color: #272727;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.6875;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.conceptMod01 .block01 .image01 {
	order: 1;

	line-height: 0;
	text-align: center;
}
.conceptMod01 .block01 .text01 {
	order: 3;

	margin-top: 31px;
	color: #838889;
	line-height: 1.72;
	letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.conceptMod01 {
		display: block;
		margin-top: 80px;
		padding: 50px 0 50px 0;
	}
	.conceptMod01 .block01 {
		display: block;

		position: relative;
		margin: 0 auto;
		width: 69.4%;
		min-height: 50px;
	}
	.conceptMod01 .block01.block0103,
	.conceptMod01 .block01.block0102 {
		margin: 50px auto 0 auto;
	}
	.conceptMod01 .block01 .head01 {
		margin-top: 0;
		padding: 0 0 0 154px;
		text-align: left;
	}
	.conceptMod01 .block01 .head01 .title01 {
		font-size: 11px;
		text-indent: 0;
	}
	.conceptMod01 .block01 .head01 .title02 {
		margin-top: 5px;
		font-size: 14px;
		text-indent: 0;
	}
	.conceptMod01 .block01 .head01 .title02 br {
		display: none;
	}
	.conceptMod01 .block01 .image01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 106px;
	}
	.conceptMod01 .block01 .text01 {
		margin-top: 17px;
		padding: 0 0 0 154px;
		font-size: 12px;
		line-height: 1.67;
	}
}
@media screen and (max-width: 767px) {
	.conceptMod01 {
		display: block;

		margin-top: 60px;
		padding: 31px 0 100px 0;
	}
	.conceptMod01 .block01 {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;

		width: auto;
	}
	.conceptMod01 .block01.block0103,
	.conceptMod01 .block01.block0102 {
		margin: 42px 0 0 0;
	}
	.conceptMod01 .block01 .head01 {
		order: 1;

		margin-top: 0;
		width: 100%;
	}
	.conceptMod01 .block01 .head01 .title01 {
		font-size: 11px;
	}
	.conceptMod01 .block01 .head01 .title02 {
		margin-top: 5px;
		font-size: 14px;
		line-height: 1.65;
	}
	.conceptMod01 .block01 .image01 {
		order: 2;

		margin-top: 18px;
		padding-left: 10px;
		width: 116px;
		text-align: left;
	}
	.conceptMod01 .block01 .text01 {
		flex: 1;

		margin-top: 18px;
		padding: 0 0 0 25px;
		font-size: 12px;
		line-height: 1.67;
	}
}

/* narrowingBg */
#narrowingBg {
	display: none;

	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(7,22,31,0.33);
	z-index: 10;
}

/* narrowingWin */
#narrowingWin {
	display: none;
	position: absolute;
	top: 286px;
	right: 6.5vw;
	z-index: 11;
}
#narrowingWin > .vessel {
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 60px;
	width: 580px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}
#narrowingWin .close01 {
	position: absolute;
	top: 27px;
	right: 27px;
}
#narrowingWin .close01 a {
	display: block;
	width: 17px;
	height: 17px;
	background: url(img_cmn/btn_close_01.svg) no-repeat;
	background-size: 17px 17px;
	text-indent: -9999px;
	overflow: hidden;
}
#narrowingWin .dl01 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
#narrowingWin .dl01 + .dl01 {
	margin-top: 20px;
}
#narrowingWin .dl01 dt {
	width: 120px;
	color: #838889;
	font-size: 16px;
	font-weight: 700;
}
#narrowingWin .dl01 dd {
	flex: 1;
}
#narrowingWin .search-button{
	margin-top: 30px;
}
#narrowingWin .search-button button{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 180px;
  height: 48px;
  background: #222627;
  color: #FFF;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-indent: 0.1em;
	letter-spacing: 0.1em;
	margin: 0 auto;
	border: none;
	outline: none;
	cursor: pointer;
}
/* #narrowingWin .search-button button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  margin-top: -3px;
  width: 9px;
  height: 6px;
  background: url(img_cmn/icn_arrow_narrowing_01.svg) no-repeat;
  background-size: 9px 6px;
} */

#narrowingWin .checkboxLoMod01{
	flex-wrap: wrap;
}
#narrowingWin .checkboxLoMod01 li{
	width: 48%;
}
#narrowingWin .checkboxLoMod01 li:not(:last-child){
	margin-right: 0;
}
#narrowingWin .checkboxLoMod01 li:nth-child(2n) {
	margin-right: 2%;
	margin-bottom: 14px;
}
#narrowingWin .checkboxLoMod01 li::last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	#narrowingWin {
		position: absolute;
		top: 254px;
		right: 40px;
	}
	#narrowingWin > .vessel {
		padding: 62px 20px 60px 20px;
		width: 335px;
	}
	#narrowingWin .dl01 {
		display: block;

		height: auto;
	}
	#narrowingWin .dl01 + .dl01 {
		margin-top: 18px;
	}
	#narrowingWin .dl01 + .dl01.checkbox {
		margin-top: 31px;
	}
	#narrowingWin .dl01 dt {
		width: auto;
		font-size: 14px;
	}
	#narrowingWin .dl01 + .dl01.checkbox dt {
		display: none;
	}
	#narrowingWin .dl01 dd {
		padding: 4px 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	#narrowingWin {
		position: absolute;
		top: 64px;
		right: 20px;
		width: calc(100% - 40px);
	}
	#narrowingWin > .vessel {
		width: auto;
	}
}

/* contactBg */
#contactBg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(7,22,31,0.33);
	z-index: 9999;
	cursor: pointer;
}
/* contactWin */
#contactWin {
	display: none;
	position: absolute;
	top: 80px;
	left: 80px;
	width: calc(100% - 160px);
	z-index: 10000;
}
#contactWin > .vessel {
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFF;
	margin-bottom: 80px;
}
#contactWin > .vessel > .scroll {
	/* height: calc(100vh - 160px);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch; */
}
#contactWin .close01 {
	position: absolute;
	top: 31px;
	right: 31px;
}
#contactWin .close01 a {
	display: block;
	width: 17px;
	height: 17px;
	background: url(img_cmn/btn_close_01.svg) no-repeat;
	background-size: 17px 17px;
	text-indent: -9999px;
	overflow: hidden;
}
#contactWin > .vessel > .scroll > .inner {
	margin: 0 auto;
	padding: 119px 60px 145px 60px;
	width: 100%;
	max-width: 920px;
}
#contactWin .mainHead01 {
	color: #222;
	font-size: 32px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#contactWin .box01 {
	position: relative;
	margin-top: 58px;
	padding: 32px 30px 29px 30px;
	background: url(img_cmn/line_dot_02.svg) repeat-x 0 0, url(img_cmn/line_dot_02_v.svg) repeat-y 0 0, url(img_cmn/line_dot_02.svg) repeat-x 0 100%, url(img_cmn/line_dot_02_v.svg) repeat-y 100% 0;
}
#contactWin .box01 dl {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;

	font-weight: 500;
	line-height: 1.86;
}
#contactWin .box01 dl dt {
	width: 182px;
}
#contactWin .box01 dl dd {
	flex: 1;
}
#contactWin .box01 dl dd > span{
	display: inline-block;
}
#contactWin .box01 dl dd > span::after{
	display: inline-block;
	content: "/";
	margin:0 0.3em;
}
#contactWin .box01 dl dd > span:last-child:after{
	display: none;
}
#contactWin .formBlock01 {
	margin-top: 60px;
}
#contactWin .formBlock01 dl {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
}
#contactWin .formBlock01 dl + dl {
	margin-top: 30px;
}
#contactWin .formBlock01 dl dt {
	padding: 18px 10px 0 0;
	width: 178px;
	color: #838889;
	font-size: 16px;
	font-weight: 700;
}
#contactWin .formBlock01 dl dd {
	flex: 1;
}
#contactWin .agree01 {
	margin: 57px 0 0 178px;
	color: #808080;
	font-weight: 500;
	letter-spacing: 0.02em;
}
#contactWin .agree01 a {
	color: #808080;
	text-decoration: underline;
}
#contactWin .submit01 {
	margin-top: 90px;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#contactWin {
		position: fixed;
		top: 20px;
		left: 20px;
		width: calc(100% - 40px);
	}
	#contactWin > .vessel > .scroll {
		height: calc(100vh - 40px);
	}
	#contactWin > .vessel > .scroll > .inner {
		padding: 71px 40px 60px 40px;
		width: auto;
		max-width: 100%;
	}
	#contactWin .mainHead01 {
		font-size: 22px;
	}
	#contactWin .box01 {
		margin-top: 28px;
		padding: 14px 15px 15px 15px;
	}
	#contactWin .box01 dl {
		display: block;

		line-height: 1.75;
	}
	#contactWin .box01 dl dt {
		width: auto;
	}
	#contactWin .box01 dl dd {
		padding: 5px 0 0 0;
		font-size: 12px;
	}
	#contactWin .formBlock01 {
		margin-top: 40px;
	}
	#contactWin .formBlock01 dl + dl {
		margin-top: 20px;
	}
	#contactWin .formBlock01 dl dt {
		padding: 20px 10px 0 0;
		width: 170px;
		font-size: 14px;
	}
	#contactWin .agree01 {
		margin: 17px 0 0 170px;
	}
	#contactWin .submit01 {
		margin-top: 51px;
	}
}
@media screen and (max-width: 767px) {
	#contactWin {
		/* position: fixed; */
		top: 81px;
		left: 20px;
		width: calc(100% - 40px);
		height: calc(100% - 101px);

		top: 20px;
		left: 20px;
		width: calc(100% - 40px);
		height: calc(100% - 40px);
	}
	#contactWin > .vessel {
		/* position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%; */
	}
	#contactWin > .vessel > .scroll {
		/* position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%; */
		/* overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch; */
	}
	#contactWin .close01 {
		position: absolute;
		top: 19px;
		right: 19px;
		z-index: 12;
	}
	#contactWin > .vessel > .scroll > .inner {
		padding: 61px 20px 40px 20px;
		width: auto;
		max-width: 100%;
	}
	#contactWin .mainHead01 {
		font-size: 22px;
	}
	#contactWin .box01 {
		margin-top: 29px;
		padding: 13px 15px 15px 15px;
	}
	#contactWin .box01 dl {
		display: block;

		line-height: 1.75;
	}
	#contactWin .box01 dl dt {
		width: auto;
	}
	#contactWin .box01 dl dd {
		padding: 5px 0 0 0;
		font-size: 12px;
	}
	#contactWin .formBlock01 {
		margin-top: 39px;
	}
	#contactWin .formBlock01 dl {
		display: block;
	}
	#contactWin .formBlock01 dl + dl {
		margin-top: 20px;
	}
	#contactWin .formBlock01 dl dt {
		padding: 0;
		width: auto;
		font-size: 14px;
	}
	#contactWin .formBlock01 dl dd {
		margin-top: 8px;
	}
	#contactWin .agree01 {
		margin: 14px 0 0 0;
		line-height: 1.8;
	}
	#contactWin .submit01 {
		margin-top: 39px;
	}
}

/* placeholder */
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	color: #C1C1C1;
}
textarea::-moz-placeholder, input::-moz-placeholder {
	color: #C1C1C1;
}
textarea:-ms-input-placeholder, input:-ms-input-placeholder {
	color: #C1C1C1;
}
textarea::-ms-input-placeholder, input::-ms-input-placeholder {
	color: #C1C1C1;
}
textarea::placeholder,
input::placeholder {
	color: #C1C1C1;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #C1C1C1;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: #C1C1C1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder { /* IE */
	color: #C1C1C1;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder { /* Edge */
	color: #C1C1C1;
}
textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder, input:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder {
	color: transparent;
}
textarea:focus::-ms-input-placeholder, input:focus::-ms-input-placeholder {
	color: transparent;
}
textarea:focus::placeholder,
input:focus::placeholder {
	color: transparent;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder { /* IE */
	color: transparent;
}
textarea::focus:-ms-input-placeholder,
input::focus:-ms-input-placeholder { /* Edge */
	color: transparent;
}

/* inputMod01 */
input.inputMod01 {
	display: block;
	padding: 0 20px;
	width: 100%;
	height: 60px;
	background: #F2F3F4;
	font-size: 16px;
	outline: none;
	border: 1px solid transparent;
}
input.inputMod01.flatpickr{
	width: 83%;
}
input.inputMod01.isError {
  border-color: #ff0000;
  background: #fff4f4;
}
input.inputMod01:focus {
  border-color: #acacac;
}
input.inputMod01:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F2F3F4 inset;
  border: none;
}
input:-webkit-autofill,
input:-webkit-autofill-strong-password,
input:-webkit-autofill-strong-password-viewable {
  background-color: #F2F3F4;
}
input.inputMod01.isError:focus {
  border-color: #ff0000;
  color: #404040;
}
@media screen and (max-width: 767px) {
	input.inputMod01.flatpickr{
		width: 74%;
	}
}

/* deleteButton */
.deleteButtonWrap{
	position: relative;
}
.deleteButton{
  border: none;
  position: absolute;
  top: calc(50% - 30px);
  font-size: 12px;
  right: 15px;
  width: 70px;
  height: 30px;
  cursor: pointer;
	background-color: #fff;
  border: 1px solid #999;
  /* background: url(img_cmn/btn_close_01.svg) no-repeat; */
  /* background-size: 17px 17px;
  background-position: center; */
  outline: none;
}

@media screen and (max-width: 767px) {
	input.inputMod01 {
		padding: 0 15px;
	}
	.deleteButton{
		top: 18px;
		right: 10px;
		width: 50px;
		height: 24px;
		background-size: 14px 14px;
	}
}

/* textareaMod01 */
textarea.textareaMod01 {
	display: block;
	border: 1px solid transparent;
	padding: 18px 20px;
	width: 100%;
	height: 220px;
	background: #F2F3F4;
	font-size: 16px;
	outline: none;
	resize: vertical;
}
.textareaMod01 textarea:focus {
  border-color: #acacac;
}
@media screen and (max-width: 767px) {
	textarea.textareaMod01 {
		padding: 13px 15px;
	}
}

/* radioMod01 */
#contactWin .formBlock01 dl + dl.radioButtonWrap,
#contactWin .formBlock01 dl.radioButtonWrap + dl
{
	margin-top: 10px;
}
.radioButtonWrap .errorText01{
	position: relative;
	top: -15px;
}
.radioModWrap{
	height: 60px;
  display: flex;
  align-items: center;
}
.radioMod01 {
	position: relative;
  margin-right: 25px;
  padding-left: 23px;
}
.radioMod01 input[type=radio] {
	/* display: none; */
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.radioMod01 .button01 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 16px;
	height: 16px;
	background: #D3D6D6;
	transition: all 0.3s ease;
}
.radioMod01 input[type="radio"]:checked + .button01 {
	background: #222627;
}
.radioMod01 input[type="radio"]:checked + .button01::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 6px;
	height: 6px;
	background: #FFF;
}
.radioMod01 input[type="radio"]:checked + .button01 + .text01 {
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#contactWin .formBlock01 dl + dl.radioButtonWrap, #contactWin .formBlock01 dl.radioButtonWrap + dl {
		margin-top: 20px;
	}
	.radioModWrap {
		height: auto;
	}
	.radioMod01{
		width: 50%;
  	margin: 0;
	}
	.radioButtonWrap .errorText01 {
		top: 0;
	}
}


/* checkboxLoMod01 */
.checkboxLoMod01 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
}
.checkboxLoMod01 li:not(:last-child) {
	margin-right: 32px;
}
@media screen and (max-width: 1024px) {
	.checkboxLoMod01 li:not(:last-child) {
		margin-right: 30px;
	}
}

/* checkboxMod01 */
.checkboxMod01 {
	position: relative;
	display: inline-block;
	padding-left: 43px;
	min-height: 34px;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
}
.checkboxMod01 input[type=checkbox] {
	display: none;
}
.checkboxMod01 .button01 {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 34px;
	height: 34px;
	background: #F4F4F4;
	transition: all 0.3s ease;
}
.checkboxMod01 input[type="checkbox"]:checked + .button01::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 10px;
	display: block;
	width: 14px;
	height: 16px;
	background: url(img_cmn/icn_checkbox_01.svg) no-repeat;
	background-size: 14px 16px;
}
@media screen and (max-width: 1024px) {
	.checkboxMod01 {
		padding-left: 40px;
		min-height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	.checkboxMod01 .button01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 374px) {
	.checkboxMod01 {
		font-size: 12px;
	}
}

/* selectMod01 */
.selectMod01 {
	position: relative;
}
.selectMod01::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	margin-top: -3.5px;
	width: 12px;
	height: 7px;
	background: url(img_cmn/icn_select_01.svg) no-repeat;
	background-size: 12px 7px;
	pointer-events: none;
}
.selectMod01 select {
	padding: 0 40px 0 19px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	height: 56px;
	background: #F4F4F4;
	color: #ADB0B1;
	font-size: 14px;
	outline: none;
	text-overflow: ellipsis;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.selectMod01 select.on {
	color: #222627;
}
.selectMod01 select::-ms-expand {
	display: none;
}

/* submitMod01 */
button.submitMod01{
	border: none;
}
input.submitMod01,
button.submitMod01{
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 280px;
	height: 74px;
	background: #222627;
	color: #FFF;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	outline: none;
	transition: opacity 0.3s ease;
}
input.submitMod01:hover,
button.submitMod01:hover{
	opacity: 0.7;
}
@media screen and (max-width: 1024px) {
	input.submitMod01,
	button.submitMod01 {
		width: 254px;
		height: 60px;
		font-size: 16px;
	}
	input.submitMod01:hover,
	button.submitMod01:hover{
		opacity: 1;
	}
}
@media screen and (max-width: 374px) {
	input.submitMod01,
	button.submitMod01{
		width: 100%;
	}
}

/* error */
.errorText01{
	height: 1.5em;
	margin-top: 6px;
}
/* .errorText01.multiLine{
	height: 3em;
} */
.errorText01 .formError{
	opacity: 1 !important;
}
.errorText01 .formErrorContent {
  color: #f00;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 767px) {
	.errorText01{
		height: auto;
	}
}

.formMsg{
	margin-top: 40px;
}
.formMsg p:first-child {
  font-size: 20px;
}
.formMsg .title{
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .formMsg {
    font-size: 12px;
    line-height: 1.84;
  }
  .formMsg p:first-child {
    font-size: 16px;
  }
}
.submitMod01Mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
  background-color: rgba(100, 100, 100, 0.5);
}
.submitMod01Mask .loader {
  margin: 100px auto;
	font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (max-width: 767px) {
	.submitMod01Mask .loader{
		font-size: 10px;
	}
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

/* Home
------------------------------------------ */
/* homeArea01 */
body.home #wrapper{
	overflow: hidden;
}
.homeArea01 {
	margin-top: 12px;
	line-height: 0;
	display: flex;
}
.homeArea01 img {
	width: 100%;
	height: auto;
}
.homeArea01 .homeAreaFvImage{
	width: 64.8vw;
	margin-left: -6.5vw;
	position: relative;
}
.homeArea01 .homeAreaFvImage .homeSwiperFvMin{
	position: absolute;
  bottom: -85px;
  right: -7.7vw;
  width: 23vw;
}
.homeArea01 .homeAreaFvCopy{
  display: flex;
  /* align-items: center; */
	align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
	position: relative;
	top: 8.6vw;
}
.homeArea01 .homeAreaFvCopy img{
	max-width: 13.84vw;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.homeArea01 {
		margin-top: 18px;
	}
	.homeArea01 .homeAreaFvImage{
		width: 65.8vw;
		margin-left: -40px;
	}
	.homeArea01 .homeAreaFvImage .homeSwiperFvMin{
		width: 23.4vw;
		bottom: -50px;
	}
	.homeArea01 .homeAreaFvCopy{
		top: 7.94vw;
	}
	.homeArea01 .homeAreaFvCopy img{
		max-width: 14vw;
	}
}
@media screen and (max-width: 767px) {
	.homeArea01{
		margin-top: 8px;
		position: relative;
	}
	.homeArea01 .homeAreaFvImage{
		width: 70.4vw;
  	margin-left: -20px;
	}
	.homeArea01 .homeAreaFvImage .homeSwiperFvMin{
		width: 34.1vw;
		right: -22.1vw;
		bottom: -90px;
	}
	.homeArea01 .homeAreaFvCopy{
	  position: absolute;
		top: 48.8vw;
		left: 13vw;
		z-index: 10;
	}
	.homeArea01 .homeAreaFvCopy img{
		width: 24.5vw;
		max-width: none;
	}
}

/* homeArea02 */
.homeArea02 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;
	margin-top: 180px;
}
.homeArea02 .mainBlock01 {
	width: 39.5%;
}
.homeArea02 .mainBlock01 .sub01 {
	color: #A5AFAF;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.02em;
}
.homeArea02 .mainBlock01 .mainHead01 {
	line-height: 0;
}
.homeArea02 .mainBlock01 .mainHead01 img {
	width: 486px;
}
.homeArea02 .mainBlock01 .text01 {
	margin-top: 43px;
	font-weight: 500;
	font-weight: 400;
	line-height: 1.86;
}
.homeArea02 .mainBlock01 .button01 {
	margin-top: 28px;
}
.homeArea02 .imageBlock01 {
	width: 55.2%;
	line-height: 0;
}
.homeArea02 .imageBlock01 .image01 .sliderBlock01 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.homeArea02 .imageBlock01 .image01 .sliderBlock01 .swiper-slide {
  width: 41.3vw;
}
.homeArea02 .imageBlock01 .image01 .sliderBlock01 {
  margin-right: -10vw;
}
.homeArea02 .imageBlock01 .sliderBlock01 .image01 {
  order: 2;
  width: 42.3vw;
  line-height: 0;
}
.homeArea02 .imageBlock01 .image01 .sliderBlock01 img {
	width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.homeArea02 {
		margin-top: 112px;
	}
	.homeArea02 .mainBlock01 {
		width: 45%;
	}
	.homeArea02 .mainBlock01 .mainHead01 img{
		max-width: 292px;
	}
	.homeArea02 .imageBlock01 {
		width: calc(55% - 40px);
	}
	.homeArea02 .imageBlock01 .image01 .sliderBlock01{
		margin-top: 100px;
		height: 140px;
	}
	.homeArea02 .imageBlock01 .image01 .sliderBlock01 .image01{
		height: 140px;
	}
	.homeArea02 .imageBlock01 .image01 .sliderBlock01 img{
		height: 140px;
		object-fit: cover;
	}
}

@media screen and (max-width: 767px) {
	.homeArea02 {
		margin-top: 61.3vw;
		flex-direction: column-reverse;
	}
	.homeArea02 .mainBlock01 {
		padding: 0;
		width: auto;
		margin-top: 36px;
	}
	.homeArea02 .mainBlock01 .sub01 {
		font-size: 11px;
	}
	.homeArea02 .mainBlock01 .mainHead01 {
		margin-top: 9px;
	}
	.homeArea02 .mainBlock01 .mainHead01 img {
		width: 256px;
	}
	.homeArea02 .mainBlock01 .text01 {
		margin-top: 14px;
	}
	.homeArea02 .imageBlock01 {
		margin: 0 -20px 0 0;
		width: auto;
	}
}

/* homeArea03 */
.homeArea03 {
	margin-top: 103px;
}
.homeArea03 .headBlock01 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
}
.homeArea03 .headBlock01 .head01 {
	line-height: 0;
}
.homeArea03 .headBlock01 .head01 img {
	width: 177px;
	height: 32px;
}
.homeArea03 .headBlock01 .text01 {
	padding: 12px 0 0 40px;
	font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.homeArea03 .headBlock01 {
		flex-wrap: wrap;
	}
	.homeArea03 .headBlock01 .head01 {
		width: 100%;
	}
	.homeArea03 .headBlock01 .head01 img {
		width: 105px;
		height: 19px;
	}
	.homeArea03 .headBlock01 .text01 {
		padding: 17px 0 0 0;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.homeArea03 {
		margin-top: 48px;
	}
	.homeArea03 .headBlock01 {
		flex-wrap: wrap;
	}
	.homeArea03 .headBlock01 .head01 {
		width: 100%;
	}
	.homeArea03 .headBlock01 .head01 img {
		width: 105px;
		height: 19px;
	}
	.homeArea03 .headBlock01 .text01 {
		padding: 13px 0 0 0;
		width: auto;
		font-size: 12px;
	}
}

/* homeArea04 */
.homeArea04 {
	margin-top: 119px;
	padding-bottom: 109px;
}
.homeArea04 .mainHead01 {
	line-height: 0;
}
.homeArea04 .mainHead01 img {
	width: 260px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.homeArea04 .mainHead01 img {
		width: 242px;
	}
}
@media screen and (max-width: 767px) {
	.homeArea04 {
		margin-top: 100px;
		padding-bottom: 100px;
	}
	.homeArea04 .mainHead01 img {
		width: 242px;
	}
}

/* コンセプト 210215
------------------------------------------ */
/* conceptArea01 */
.conceptArea01 {
	margin: 0 -6.5vw;
	padding: 4.92vw 0 6.5vw 0;
}
.conceptArea01 .visualBlock01 {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;

	margin: 0 7.69vw;
	line-height: 0;

	height: 40vw; /* for IE11 */
}
.conceptArea01 .visualBlock01 .text01 {
	order: 2;
	width: 31%;
	flex: 1;
	text-align: center;
}
.conceptArea01 .visualBlock01 .text01 img {
	width: 13.5vw;
	height: auto;
}
.conceptArea01 .visualBlock01 .image01 {
	order: 1;

	width: 34.5%;
}
.conceptArea01 .visualBlock01 .image02 {
	order: 3;

	width: 34.5%;
}
.conceptArea01 .visualBlock01 .image02 img,
.conceptArea01 .visualBlock01 .image01 img {
	width: 100%;
	height: auto;
}
.conceptArea01 .textBlock01 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	-webkit-flex-direction: row;
	flex-direction: row;

	margin: 8.46vw 10vw 0 10vw;
}
.conceptArea01 .textBlock01 .head01 {
	width: 13.69vw;
	line-height: 0;
}
.conceptArea01 .textBlock01 .head01 img {
	width: 100%;
	height: auto;
}
.conceptArea01 .textBlock01 .head01 .line01 {
	position: relative;
	padding-bottom: 26px;
}
.conceptArea01 .textBlock01 .head01 .line01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 1px;
	background: #222627;
}
.conceptArea01 .textBlock01 .head01 img {
	width: 13.53vw;
	height: auto;
}
.conceptArea01 .textBlock01 .text01 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;

	padding: 0 0 0 10vw;
	font-size: 16px;
	line-height: 2.625;
}
.conceptArea01 .textBlock01 .text01 > p:first-child {
	margin-top: -8px;
}
.conceptArea01 .textBlock01 .text01 .tabBr01 {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.conceptArea01 {
		margin: 0 -40px;
	}
	.conceptArea01 .visualBlock01 {
		margin: 0 40px;
	}
	.conceptArea01 .textBlock01 {
		margin: 135px 40px 0 40px;
	}
	.conceptArea01 .textBlock01 .head01 {
		width: 141px;
	}
	.conceptArea01 .textBlock01 .head01 img {
		width: 141px
	}
	.conceptArea01 .textBlock01 .text01 {
		font-size: 15px;
		line-height: 2.27;
	}
	.conceptArea01 .textBlock01 .text01 > p:first-child {
		margin-top: -2px;
	}
	.conceptArea01 .textBlock01 .text01 .tabBr01 {
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.conceptArea01 {
		margin: 0 -20px;
		padding: 43px 0 54px 0;
	}
	.conceptArea01 .visualBlock01 {
		display: block;

		margin: 0;

		height: auto; /* for IE11 */
	}
	.conceptArea01 .visualBlock01 .text01 {
		padding: 0 20px;
		width: auto;
	}
	.conceptArea01 .visualBlock01 .text01 img {
		width: 100%;
		max-width: 79.2vw;
	}
	.conceptArea01 .visualBlock01 .image01 {
		position: relative;
		margin-top: 25px;
		width: 56vw;
		z-index: 2;
	}
	.conceptArea01 .visualBlock01 .image02 {
		position: relative;
		margin-top: -152px;
		padding-right: 20px;
		width: 100%;
		text-align: right;
		z-index: 1;
	}
	.conceptArea01 .visualBlock01 .image02 img {
		width: 46.4vw;
	}
	.conceptArea01 .textBlock01 {
		display: block;

		margin: 56px 20px 0 20px;
	}
	.conceptArea01 .textBlock01 .head01 {
		width: auto;
	}
	.conceptArea01 .textBlock01 .head01 .line01 {
		padding-bottom: 0;
	}
	.conceptArea01 .textBlock01 .head01 .line01::after {
		display: none;
	}
	.conceptArea01 .textBlock01 .head01 img {
		width: 141px;
	}
	.conceptArea01 .textBlock01 .text01 {
		padding: 28px 0 0 0;
		font-size: 14px;
		line-height: 2.15;
	}
	.conceptArea01 .textBlock01 .text01 > p:first-child {
		margin-top: 0;
	}
	.conceptArea01 .textBlock01 .text01 .tabBr01 {
		display: inline-block;
	}
}

/* conceptArea02 */
.conceptArea02 {
	margin: 0 -6.5vw;
	padding: 7.69vw 10vw 10vw 10vw;
	background-color: rgba(239,240,240,0.6);
}
.conceptArea02 .mainHead01 {
	line-height: 0;
	text-align: center;
}
.conceptArea02 .mainHead01 img {
	width: 177px;
	width: 13.61vw;
	height: auto;
}
.conceptArea02 .mainLead01 {
	margin-top: 35px;
	margin-top: 2.69vw;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.conceptArea02 .columnBlock01 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;

	height: 25.38vw; /* for IE11 */
}
.conceptArea02 .mainLead01 + .columnBlock01 {
	margin-top: 6.76vw;
}
.conceptArea02 .columnBlock01 + .columnBlock01 {
	margin-top: 7.69vw;
}
.conceptArea02 .columnBlock01 .image01 {
	order: 2;

	width: 42.3vw;
	line-height: 0;
}
.conceptArea02 .columnBlock01 .image01 img {
	width: 100%;
	height: auto;
}
.conceptArea02 .columnBlock01 .image01 .sliderBlock01 {
	margin-right: -10vw;
}
.conceptArea02 .columnBlock01 .image01 .sliderBlock01 .swiper-wrapper {
	-webkit-transition-timing-function: linear;
					transition-timing-function: linear;
}
.conceptArea02 .columnBlock01 .image01 .sliderBlock01 .swiper-slide {
	width: 41.3vw;
}
.conceptArea02 .columnBlock01 .main01 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	order: 1;

	padding: 0 7vw 0 0;
}
.conceptArea02 .columnBlock01 .main01 .head01 {
	line-height: 0;
}
.conceptArea02 .columnBlock01.column1 .main01 .head01 img {
	width: 26.23vw;
	height: auto;
}
.conceptArea02 .columnBlock01.column2 .main01 .head01 img {
	width: 30.46vw;
	height: auto;
}
.conceptArea02 .columnBlock01.column3 .main01 .head01 img {
	width: 5.53vw;
	height: auto;
}
.conceptArea02 .columnBlock01.column4 .main01 .head01 img {
	width: 19.07vw;
	height: auto;
}
.conceptArea02 .columnBlock01 .main01 .text01 {
	margin-top: 47px;
	margin-top: 3.61vw;
	font-size: 16px;
	line-height: 2;
}
.conceptArea02 .columnBlock01 .main01 .text01 p + p {
	margin-top: 14px;
}
.conceptArea02 .columnBlock01 .main01 .text01 a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.conceptArea02 {
		margin: 0 -40px;
		padding: 80px 40px 90px 40px;
	}
	.conceptArea02 .mainHead01 img {
		width: 142px;
	}
	.conceptArea02 .mainLead01 {
		margin-top: 27px;
		font-size: 15px;
		line-height: 1.85;
	}
	.conceptArea02 .mainLead01 + .columnBlock01 {
		margin-top: 60px;
	}
	.conceptArea02 .columnBlock01 + .columnBlock01 {
		margin-top: 60px;
	}
	.conceptArea02 .columnBlock01 .image01 .sliderBlock01 {
		margin-right: -40px;
	}
	.conceptArea02 .columnBlock01 .main01 {
		padding: 0 34px 0 0;
	}
	.conceptArea02 .columnBlock01.column1 .main01 .head01 img {
		width: 238px;
	}
	.conceptArea02 .columnBlock01.column2 .main01 .head01 img {
		width: 282px;
	}
	.conceptArea02 .columnBlock01.column3 .main01 .head01 img {
		width: 52px;
	}
	.conceptArea02 .columnBlock01.column4 .main01 .head01 img {
		width: 176px;
	}
	.conceptArea02 .columnBlock01 .main01 .text01 {
		margin-top: 28px;
		font-size: 15px;
		line-height: 1.85;
	}
	.conceptArea02 .columnBlock01 .main01 .text01 p + p {
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.conceptArea02 {
		margin: 0 -20px;
		padding: 60px 20px 56px 20px;
	}
	.conceptArea02 .mainHead01 img {
		width: 106px;
	}
	.conceptArea02 .mainLead01 {
		margin-top: 42px;
		font-size: 14px;
		line-height: 1.86;
		text-indent: 0.02em;
		letter-spacing: 0.02em;
	}
	.conceptArea02 .columnBlock01 {
		display: block;

		height: auto; /* for IE11 */
	}
	.conceptArea02 .mainLead01 + .columnBlock01 {
		margin-top: 41px;
	}
	.conceptArea02 .columnBlock01 + .columnBlock01 {
		margin-top: 54px;
	}
	.conceptArea02 .columnBlock01 .image01 {
		width: auto;
	}
	.conceptArea02 .columnBlock01 .image01 .sliderBlock01 {
		margin-right: -20px;
	}
	.conceptArea02 .columnBlock01 .image01 .sliderBlock01 .swiper-slide {
		width: calc(100vw - 40px);
	}
	.conceptArea02 .columnBlock01 .main01 {
		padding: 45px 0 0 0;
	}
	.conceptArea02 .columnBlock01.column1 .main01 .head01 img {
		width: 205px;
	}
	.conceptArea02 .columnBlock01.column2 .main01 .head01 img {
		width: 238px;
	}
	.conceptArea02 .columnBlock01.column3 .main01 .head01 img {
		width: 44px;
	}
	.conceptArea02 .columnBlock01.column4 .main01 .head01 img {
		width: 149px;
	}
	.conceptArea02 .columnBlock01 .main01 .text01 {
		margin-top: 29px;
		font-size: 14px;
		line-height: 1.86;
		letter-spacing: 0.02em;
	}
}

/* conceptArea03 */
.conceptArea03 {
	margin: 0 -6.5vw;
	padding: 7.69vw 10vw 10vw 10vw;
}
.conceptArea03 .mainHead01 {
	line-height: 0;
	text-align: center;
}
.conceptArea03 .mainHead01 img {
	width: 174px;
	width: 13.38vw;
	height: auto;
}
.conceptArea03 .mainLead01 {
	margin-top: 35px;
	margin-top: 2.69vw;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.conceptArea03 .columnBlock01 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;

	height: 25.38vw; /* for IE11 */
}
.conceptArea03 .mainLead01 + .columnBlock01 {
	margin-top: 6.76vw;
}
.conceptArea03 .columnBlock01 + .columnBlock01 {
	margin-top: 7.69vw;
}
.conceptArea03 .columnBlock01 .image01 {
	order: 2;
	width: 42.3vw;
	line-height: 0;
}
.conceptArea03 .columnBlock01 .image01 img {
	width: 100%;
	height: auto;
}
.conceptArea03 .columnBlock01 .image01 .pnlm-container {
  width: 42.3vw !important;
  height: 23vw !important;
  margin: 0 !important;
}
.conceptArea03 .columnBlock01 .main01 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	order: 1;

	padding: 0 7vw 0 0;
}
.conceptArea03 .columnBlock01 .main01 .head01 {
	line-height: 0;
}
.conceptArea03 .columnBlock01.column1 .main01 .head01 img {
	width: 19.15vw;
	height: auto;
}
.conceptArea03 .columnBlock01.column2 .main01 .head01 img {
	width: 27.38vw;
	height: auto;
}
.conceptArea03 .columnBlock01.column3 .main01 .head01 img {
	width: 28.3vw;
	height: auto;
}
.conceptArea03 .columnBlock01 .main01 .head01 .sub01 {
	margin-left: 14px;
	color: #707070;
	font-size: 12px;
	font-weight: 400;
	vertical-align: 0.38vw;
}
.conceptArea03 .columnBlock01 .main01 .text01 {
	margin-top: 47px;
	margin-top: 3.61vw;
	font-size: 16px;
	line-height: 2;
}
.conceptArea03 .columnBlock01 .main01 .text01 p + p {
	margin-top: 14px;
}
.conceptArea03 .columnBlock01 .main01 .text01 a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.conceptArea03 {
		margin: 0 -40px;
		padding: 80px 40px 90px 40px;
	}
	.conceptArea03 .mainHead01 img {
		width: 140px;
	}
	.conceptArea03 .mainLead01 {
		margin-top: 27px;
		font-size: 15px;
		line-height: 1.85;
	}
	.conceptArea03 .mainLead01 + .columnBlock01 {
		margin-top: 60px;
	}
	.conceptArea03 .columnBlock01 + .columnBlock01 {
		margin-top: 60px;
	}
	.conceptArea03 .columnBlock01 .image01 .pnlm-container {
		height: 26.2vw !important;
	}
	.conceptArea03 .columnBlock01 .main01 {
		padding: 0 34px 0 0;
	}
	.conceptArea03 .columnBlock01.column1 .main01 .head01 img {
		width: 175px;
	}
	.conceptArea03 .columnBlock01.column2 .main01 .head01 img {
		width: 253px;
	}
	.conceptArea03 .columnBlock01.column3 .main01 .head01 img {
		width: 267px;
	}
	.conceptArea03 .columnBlock01 .main01 .text01 {
		margin-top: 28px;
		font-size: 15px;
		line-height: 1.85;
	}
	.conceptArea03 .columnBlock01 .main01 .text01 p + p {
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.conceptArea03 {
		margin: 0 -20px;
		padding: 60px 20px 56px 20px;
	}
	.conceptArea03 .mainHead01 img {
		width: 106px;
	}
	.conceptArea03 .mainLead01 {
		margin-top: 42px;
		font-size: 14px;
		line-height: 1.86;
		text-indent: 0.02em;
		letter-spacing: 0.02em;
	}
	.conceptArea03 .columnBlock01 {
		display: block;

		height: auto; /* for IE11 */
	}
	.conceptArea03 .mainLead01 + .columnBlock01 {
		margin-top: 41px;
	}
	.conceptArea03 .columnBlock01 + .columnBlock01 {
		margin-top: 54px;
	}
	.conceptArea03 .columnBlock01 .image01 {
		width: auto;
	}
	.conceptArea03 .columnBlock01 .image01 .pnlm-container{
		width: 100% !important;
		height: 48.2vw !important;
	}
	.conceptArea03 .columnBlock01 .main01 {
		padding: 45px 0 0 0;
	}
	.conceptArea03 .columnBlock01.column1 .main01 .head01 img {
		width: 140px;
	}
	.conceptArea03 .columnBlock01.column2 .main01 .head01 img {
		width: 214px;
	}
	.conceptArea03 .columnBlock01.column3 .main01 .head01 img {
		width: 221px;
	}
	.conceptArea03 .columnBlock01 .main01 .head01 .sub01 {
		margin-left: 5px;
		vertical-align: 2px;
	}
	.conceptArea03 .columnBlock01 .main01 .text01 {
		margin-top: 29px;
		font-size: 14px;
		line-height: 1.86;
		letter-spacing: 0.02em;
	}
}

/* conceptArea04 */
.conceptArea04 {
	/* よくあるご質問が掲載になったらこちらにする。 */
	/* margin: 0 -6.5vw; */
	margin: 0 -6.5vw 8vw -6.5vw;

	padding: 7.69vw 10vw 10vw 10vw;
	background-color: rgba(239,240,240,0.6);
}
.conceptArea04 .mainHead01 {
	line-height: 0;
	text-align: center;
}
.conceptArea04 .mainHead01 img {
	width: 243px;
	width: 18.69vw;
	height: auto;
}
.conceptArea04 .mainLead01 {
	margin-top: 35px;
	margin-top: 2.69vw;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.conceptArea04 .columnBlock01 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;

	height: 25.38vw; /* for IE11 */
}
.conceptArea04 .mainLead01 + .columnBlock01 {
	margin-top: 6.76vw;
}
.conceptArea04 .columnBlock01 + .columnBlock01 {
	margin-top: 7.69vw;
}
.conceptArea04 .columnBlock01 .image01 {
	order: 2;

	width: 42.3vw;
	line-height: 0;
}
.conceptArea04 .columnBlock01 .image01 img {
	width: 100%;
	height: auto;
}
.conceptArea04 .columnBlock01 .main01 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	order: 1;

	padding: 0 7vw 0 0;
}
.conceptArea04 .columnBlock01 .main01 .head01 {
	line-height: 0;
}
.conceptArea04 .columnBlock01.column1 .main01 .head01 img {
	width: 24.3vw;
	height: auto;
}
.conceptArea04 .columnBlock01 .main01 .head01 .sub01 {
	margin-left: 14px;
	color: #707070;
	font-size: 12px;
	font-weight: 400;
	vertical-align: 0.38vw;
}
.conceptArea04 .columnBlock01 .main01 .text01 {
	margin-top: 47px;
	margin-top: 3.61vw;
	font-size: 16px;
	line-height: 2;
}
.conceptArea04 .columnBlock01 .main01 .text01 p + p {
	margin-top: 14px;
}
.conceptArea04 .columnBlock01 .main01 .text01 a {
	text-decoration: underline;
}
.conceptArea04 .coHead01 {
	margin-top: 9.84vw;
	line-height: 0;
}
.conceptArea04 .coHead01 img {
	width: 31.38vw;
	height: auto;
}
.conceptArea04 .coLead01 {
	margin-top: 37px;
	margin-top: 2.84vw;
	font-size: 14px;
	line-height: 1.86;
}
.conceptArea04 .coList01 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 4.61vw 3.23vw 0 3.23vw;
}
.conceptArea04 .coList01 li {
	margin: 5.76vw 0 0 6.92vw;
	width: calc((100% - 6.92vw) / 2);
}
_:-ms-lang(x)::-ms-backdrop, .conceptArea04 .coList01 li {
	width: calc((99% - 6.92vw) / 2);
}
.conceptArea04 .coList01 li:nth-of-type(2n+1) {
	margin-left: 0;
}
.conceptArea04 .coList01 li:nth-of-type(2),
.conceptArea04 .coList01 li:nth-of-type(1) {
	margin-top: 0;
}
.conceptArea04 .coList01 li .coList01Head01 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;

	height: 142px;
}
.conceptArea04 .coList01 li .coList01Head01 .image01 {
	width: 142px;
	line-height: 0;
}
.conceptArea04 .coList01 li .coList01Head01 .image01 img {
	width: 100%;
	height: auto;
}
.conceptArea04 .coList01 li .coList01Head01 .main01 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;

	padding: 0 0 0 2.84vw;
}
.conceptArea04 .coList01 li .coList01Head01 .main01 .name01 {
	font-size: 14px;
}
.conceptArea04 .coList01 li .coList01Head01 .main01 .name02 {
	margin-top: 1px;
	font-size: 16px;
	font-weight: 700;
}
.conceptArea04 .coList01 li .coList01Text01 {
	margin: 23px 0 0 8px;
	font-size: 14px;
	line-height: 1.72;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.conceptArea04 {
		/* margin: 0 -40px; */
		margin: 0 -40px 80px -40px;
		padding: 80px 40px 80px 40px;
	}
	.conceptArea04 .mainHead01 img {
		width: 195px;
	}
	.conceptArea04 .mainLead01 {
		margin-top: 27px;
		font-size: 15px;
		line-height: 1.85;
	}
	.conceptArea04 .mainLead01 + .columnBlock01 {
		margin-top: 60px;
	}
	.conceptArea04 .columnBlock01 + .columnBlock01 {
		margin-top: 60px;
	}
	.conceptArea04 .columnBlock01 .main01 {
		padding: 0 34px 0 0;
	}
	.conceptArea04 .columnBlock01.column1 .main01 .head01 img {
		width: 257px;
	}
	.conceptArea04 .columnBlock01 .main01 .text01 {
		margin-top: 28px;
		font-size: 15px;
		line-height: 1.85;
	}
	.conceptArea04 .columnBlock01 .main01 .text01 p + p {
		margin-top: 10px;
	}
	.conceptArea04 .coHead01 {
		margin-top: 80px;
	}
	.conceptArea04 .coHead01 img {
		width: 362px;
	}
	.conceptArea04 .coLead01 {
		margin-top: 40px;
		font-size: 14px;
	}
	.conceptArea04 .coList01 {
		margin: 56px 0 0 0;
	}
	.conceptArea04 .coList01 li {
		margin: 30px 0 0 30px;
		width: calc((100% - 30px) / 2);
	}
	_:-ms-lang(x)::-ms-backdrop, .conceptArea04 .coList01 li {
		width: calc((100% - 30px) / 2);
	}
	.conceptArea04 .coList01 li:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.conceptArea04 .coList01 li:nth-of-type(2),
	.conceptArea04 .coList01 li:nth-of-type(1) {
		margin-top: 0;
	}
	.conceptArea04 .coList01 li .coList01Head01 .main01 {
		padding: 0 0 0 20px;
	}
	.conceptArea04 .coList01 li .coList01Text01 {
		margin: 19px 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.conceptArea04 {
		margin: 0 -20px 56px -20px;
		padding: 60px 20px 56px 20px;
	}
	.conceptArea04 .mainHead01 img {
		width: 146px;
	}
	.conceptArea04 .mainLead01 {
		margin-top: 42px;
		font-size: 14px;
		line-height: 1.86;
		text-indent: 0.02em;
		letter-spacing: 0.02em;
	}
	.conceptArea04 .columnBlock01 {
		display: block;

		height: auto; /* for IE11 */
	}
	.conceptArea04 .mainLead01 + .columnBlock01 {
		margin-top: 41px;
	}
	.conceptArea04 .columnBlock01 + .columnBlock01 {
		margin-top: 54px;
	}
	.conceptArea04 .columnBlock01 .image01 {
		width: auto;
	}
	.conceptArea04 .columnBlock01 .main01 {
		padding: 45px 0 0 0;
	}
	.conceptArea04 .columnBlock01.column1 .main01 .head01 img {
		width: 190px;
	}
	.conceptArea04 .columnBlock01 .main01 .text01 {
		margin-top: 29px;
		font-size: 14px;
		line-height: 1.86;
		letter-spacing: 0.02em;
	}
	.conceptArea04 .coHead01 {
		margin-top: 57px;
	}
	.conceptArea04 .coHead01 img {
		width: 265px;
	}
	.conceptArea04 .coLead01 {
		margin-top: 29px;
		font-size: 14px;
		line-height: 1.86;
	}
	.conceptArea04 .coList01 {
		display: block;

		margin: 26px 0 0 0;
	}
	.conceptArea04 .coList01 li {
		margin: 35px 0 0 0;
		width: auto;
	}
	_:-ms-lang(x)::-ms-backdrop, .conceptArea04 .coList01 li {
		width: auto;
	}
	.conceptArea04 .coList01 li:nth-of-type(2) {
		margin-top: 35px;
	}
	.conceptArea04 .coList01 li:nth-of-type(1) {
		margin-top: 0;
	}
	.conceptArea04 .coList01 li .coList01Head01 {
		height: 110px;
	}
	.conceptArea04 .coList01 li .coList01Head01 .image01 {
		width: 110px;
	}
	.conceptArea04 .coList01 li .coList01Head01 .main01 {
		padding: 0 0 0 30px;
	}
	.conceptArea04 .coList01 li .coList01Text01 {
		margin: 19px 0 0 0;
		line-height: 1.86;
	}
}

/* conceptArea05 */
.conceptArea05 {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	-webkit-flex-direction: row;
	flex-direction: row;

	margin: 0 -6.5vw;
	padding: 8.61vw 10vw 10vw 10vw;
}
.conceptArea05 .headBlock01 {
	width: 14.61vw;
	line-height: 0;
}
.conceptArea05 .headBlock01 .line01 {
	padding-bottom: 17px;
	padding-bottom: 1.3vw;
	background: url(img_cmn/line_dot_03.svg) repeat-x 0 100%;
	background-size: 4px 1px;
}
.conceptArea05 .headBlock01 img {
	width: 187px;
	width: 14.38vw;
	height: auto;
}
.conceptArea05 .bodyBlock01 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;

	padding: 0 0 0 10vw;
}
.conceptArea05 .accBlock01 {
	background: url(img_cmn/line_dot_03.svg) repeat-x;
	background-size: 4px 1px;
}
.conceptArea05 .accBlock01 dl {
	background: url(img_cmn/line_dot_03.svg) repeat-x 0 100%;
	background-size: 4px 1px;
}
.conceptArea05 .accBlock01 dl dt {
	position: relative;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.conceptArea05 .accBlock01 dl dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(img_cmn/icn_plus_02.svg) no-repeat;
	background-size: 12px 12px;
	pointer-events: none;
}
.conceptArea05 .accBlock01 dl dt.opened::after {
	background: url(img_cmn/icn_minus_02.svg) no-repeat;
	background-size: 12px 12px;
}
.conceptArea05 .accBlock01 dl dt .q {
	position: absolute;
	top: 2.61vw;
	left: 0;
	display: block;
	color: #222;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
}
.conceptArea05 .accBlock01 dl dt .head01 {
	display: block;
	padding: 2.92vw 30px 2.38vw 58px;
	font-size: 16px;
	line-height: 2;
}
.conceptArea05 .accBlock01 dl dd {
	display: none;
}
.conceptArea05 .accBlock01 dl dd > .vessel {
	position: relative;
}
.conceptArea05 .accBlock01 dl dd > .vessel .a {
	position: absolute;
	top: 0;
	left: 0;
	color: #222;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
}
.conceptArea05 .accBlock01 dl dd > .vessel > .inner {
	padding: 3px 0 2.69vw 58px;
	color: #6D7071;
	font-size: 16px;
	line-height: 1.75;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.conceptArea05 {
		margin: 0 -40px;
		padding: 80px 40px 90px 40px;
	}
	.conceptArea05 .headBlock01 {
		width: 140px;
	}
	.conceptArea05 .headBlock01 .line01 {
		padding-bottom: 12px;
	}
	.conceptArea05 .headBlock01 img {
		width: 134px;
	}
	.conceptArea05 .bodyBlock01 {
		padding: 0 0 0 50px;
	}
	.conceptArea05 .accBlock01 dl dt::after {
		content: "";
		position: absolute;
		right: 0;
	}
	.conceptArea05 .accBlock01 dl dt .q {
		top: 30px;
		font-size: 20px;
	}
	.conceptArea05 .accBlock01 dl dt .head01 {
		padding-top: 31px;
		padding-bottom: 29px;
		padding-left: 48px;
		font-size: 15px;
	}
	.conceptArea05 .accBlock01 dl dd > .vessel .a {
		font-size: 20px;
	}
	.conceptArea05 .accBlock01 dl dd > .vessel > .inner {
		padding-bottom: 31px;
		padding-left: 48px;
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.conceptArea05 {
		display: block;

		margin: 0 -20px;
		padding: 60px 20px 90px 20px;
	}
	.conceptArea05 .headBlock01 {
		width: auto;
		text-align: center;
	}
	.conceptArea05 .headBlock01 .line01 {
		margin: 0 auto;
		width: 187px;
		padding-bottom: 17px;
	}
	.conceptArea05 .headBlock01 img {
		width: 187px;
	}
	.conceptArea05 .bodyBlock01 {
		padding: 45px 0 0 0;
	}
	.conceptArea05 .accBlock01 dl dt::after {
		content: "";
		position: absolute;
		right: 10px;
	}
	.conceptArea05 .accBlock01 dl dt .q {
		position: absolute;
		top: 18px;
		font-size: 18px;
	}
	.conceptArea05 .accBlock01 dl dt .head01 {
		padding: 19px 35px 17px 40px;
		font-size: 14px;
		line-height: 1.86;
	}
	.conceptArea05 .accBlock01 dl dd > .vessel .a {
		top: 5px;
		font-size: 18px;
	}
	.conceptArea05 .accBlock01 dl dd > .vessel > .inner {
		padding: 8px 0 19px 40px;
		font-size: 14px;
		line-height: 1.72;
	}
}

/* 物件一覧
------------------------------------------ */
/* bukkenListArea01 */
.bukkenListArea01 {
	padding: 79px 0 90px 0;
}
.bukkenListArea01 .headBlock01 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: row;
}
.bukkenListArea01 .headBlock01 .head01 {
	line-height: 0;
}
.bukkenListArea01 .headBlock01 .head01 img {
	width: 179px;
	height: 39px;
}
.bukkenListArea01 .headBlock01 .text01 {
	padding: 0 0 0 67px;
	font-weight: 500;
}
.bukkenListArea01 .headBlock01 .button01 {
	margin-left: auto;
}
.bukkenListArea01 .headBlock01 .button01 a {
	display: flex;
	justify-content: center;
	align-items: center;

	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 160px;
	height: 48px;
	background: #222627;
	color: #FFF;
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.bukkenListArea01 .headBlock01 .button01 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	margin-top: -3px;
	width: 9px;
	height: 6px;
	background: url(img_cmn/icn_arrow_narrowing_01.svg) no-repeat;
	background-size: 9px 6px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.bukkenListArea01 {
		padding: 46px 0 90px 0;
	}
	.bukkenListArea01 .headBlock01 {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.bukkenListArea01 .headBlock01 .head01 {
		width: 100%;
	}
	.bukkenListArea01 .headBlock01 .head01 img {
		width: 97px;
		height: 21px;
	}
	.bukkenListArea01 .headBlock01 .text01 {
		padding: 17px 0 0 0;
		font-size: 12px;
	}
	.bukkenListArea01 .headBlock01 .button01 {
		padding-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.bukkenListArea01 {
		padding: 46px 0 100px 0;
	}
	.bukkenListArea01 .headBlock01 {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.bukkenListArea01 .headBlock01 .head01 {
		width: 100%;
	}
	.bukkenListArea01 .headBlock01 .head01 img {
		width: 91px;
		height: 20px;
	}
	.bukkenListArea01 .headBlock01 .text01 {
		padding: 12px 0 0 0;
		width: calc(100% - 161px);
		font-size: 12px;
	}
	.bukkenListArea01 .headBlock01 .button01 {
		padding-top: 14px;
	}
	.bukkenListArea01 .headBlock01 .button01 a {
		padding-right: 20px;
		width: 130px;
		height: 40px;
	}
}

/* styleSelectMod01 */
.styleSelectMod01 {
	position: relative;
	margin-top: 34px;
}
#wrapper.home .styleSelectMod01 {
	margin-top: 59px;
}
.styleSelectMod01 .lineDot01 {
	position: absolute;
	top: 0;
	left: 0;
}
.styleSelectMod01 .lineDot02 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.styleSelectMod01 dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;

	height: 88px;
}
.styleSelectMod01 dl dt {
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.styleSelectMod01 dl dd > .vessel {
	margin-top: -10px;
	padding: 0 0 0 63px;
}
.styleSelectMod01 dl dd ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
}
.styleSelectMod01 dl dd ul li {
	margin-top: 10px;
	color: #222627;
	font-size: 14px;
}
.styleSelectMod01 dl dd ul li:not(:last-child) {
	margin-right: 50px;
}
@media screen and (max-width: 1024px) {
	.styleSelectMod01 {
		margin-top: 25px;
	}
	#wrapper.home .styleSelectMod01 {
		margin-top: 31px;
	}
	.styleSelectMod01 dl {
		display: block;

		height: auto;
	}
	.styleSelectMod01 dl dt {
		display: flex;
		align-items: center;

		position: relative;
		padding: 0 0 0 5px;
		height: 49px;
		font-size: 12px;
		cursor: pointer;
	}
	.styleSelectMod01 dl dt::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		margin-top: -6px;
		width: 12px;
		height: 12px;
		background: url(img_cmn/icn_plus_01.svg) no-repeat;
		background-size: 12px 12px;
		transition: all 0.3s ease;
	}
	.styleSelectMod01 dl.opened dt::after {
		background: url(img_cmn/icn_minus_01.svg) no-repeat;
		background-size: 12px 12px;
	}
	.styleSelectMod01 dl dd {
		display: none;
	}
	.styleSelectMod01 dl dd > .vessel {
		margin-top: -5px;
		padding: 0 0 18px 5px;
	}
	.styleSelectMod01 dl dd ul {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.styleSelectMod01 dl dd ul li {
		margin-top: 10px;
		color: #222627;
		font-size: 14px;
	}
	.styleSelectMod01 dl dd ul li:not(:last-child) {
		margin-right: 50px;
	}
}
@media screen and (max-width: 767px) {
	.styleSelectMod01 dl dt::after {
		right: 7px;
	}
	.styleSelectMod01 dl dd > .vessel {
		margin-top: -13px;
		margin-left: -40px;
		padding: 0 0 18px 5px;
	}
	.styleSelectMod01 dl dd ul li {
		margin-top: 20px;
		margin-left: 40px;
	}
	.styleSelectMod01 dl dd ul li:not(:last-child) {
		margin-right: 0;
	}
}

/* bukkenListMod01 */
.bukkenListMod01 {
	margin-top: 60px;
}
.bukkenListMod01 ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
}
.bukkenListMod01 ul li {
	margin: 80px 0 0 2vw;
	width: calc((100% - 4vw) / 3);
}
.bukkenListMod01 ul li:nth-of-type(3),
.bukkenListMod01 ul li:nth-of-type(2),
.bukkenListMod01 ul li:nth-of-type(1) {
	margin-top: 0;
}
.bukkenListMod01 ul li:nth-of-type(3n+1) {
	margin-left: 0;
}
.bukkenListMod01 ul li a {
	display: block;
}
.bukkenListMod01 ul li a:hover {
	opacity: 1;
}
.bukkenListMod01 ul li .image01 {
	display: flex;
  align-items: center;
  justify-content: center;
	line-height: 0;
	position: relative;
	width: 27.7vw;
  height: 16.6vw;
  overflow: hidden;
}
.bukkenListMod01 ul li .image01 img {
	width: 100%;
	height: auto;
}
.bukkenListMod01 ul li .image01 .status01 {
	color: #fff;
	font-size: 12px;
	letter-spacing: .05em;
	background-color: #222627;
	padding: 7px 10px;
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	line-height: 1;
	border-radius: 2px;
  -webkit-border-radius: 2px;
  font-weight: 700;
}
.bukkenListMod01 ul li .image01 .userStatus01 {
  font-size: 10px;
	font-family: 'Lora', serif;
  letter-spacing: .02em;
	color: #fff;
  background-color: #D15E1F;
  position: absolute;
  top: 13px;
  right: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 18px;
  z-index: 10;
  transform: rotate(45deg);
}
.bukkenListMod01 ul li .text01 {
	display: block;
	margin-top: 12px;
	color: #838889;
	font-size: 14px;
	font-weight: 500;
}
.bukkenListMod01 ul li .title01 {
	margin-top: 1px;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.bukkenListMod01 ul li.saleEnd .title01 {
	display: inline-block;
	margin-top: 10px;
}
.bukkenListMod01 ul li a:hover .title01 span{
	text-decoration: underline;
}
.bukkenListMod01 ul li a .title01 span.icnNewMod01{
	position: relative;
	top: 11px;
	border-radius: 2px;
}
.bukkenListMod01 ul li a:hover .title01 span.icnNewMod01{
	text-decoration: none;
}
.bukkenListMod01 ul li .price01 {
	display: table;
	width: 100%;

	margin-top: 23px;
	background: url(img_cmn/line_dot_02.svg) repeat-x 0 0,url(img_cmn/line_dot_02.svg) repeat-x 0 100%;
}
.bukkenListMod01 ul li .price01 .price01Box01 {
	text-indent: 0.05em;
	letter-spacing: 0.05em;
	display: block;
	padding: 17px 0 12px 0;
}
.bukkenListMod01 ul li .price01 .price01Box01 .price01Total01 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bukkenListMod01 ul li .price01 .price01Box01 .price01Total01 .price01Body01 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 14px;
	color: #272727;
}
.bukkenListMod01 ul li .price01 .price01Box01 .price01Total01 .price01Body01 em{
	font-size: 16px;
}
.bukkenListMod01 ul li .price01 .price01Box01 .price01Detail01 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	flex-wrap: wrap;
	letter-spacing: 0;
}
.bukkenListMod01 ul li .price01 .price01Box01 .price01Head01,
.bukkenListMod01 ul li .price01 .price01Box01 .price01Body01
 {
	color: #838889;
	font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.bukkenListMod01 {
		margin-top: 40px;
	}
	.bukkenListMod01 ul li {
		margin: 60px 0 0 40px;
		width: calc((100% - 40px) / 2);
	}
	.bukkenListMod01 ul li .image01 {
		width: 100%;
		height: 23vw;
	}
	.bukkenListMod01 ul li:nth-of-type(3) {
		margin-top: 60px;
	}
	.bukkenListMod01 ul li:nth-of-type(2),
	.bukkenListMod01 ul li:nth-of-type(1) {
		margin-top: 0;
	}
	.bukkenListMod01 ul li:nth-of-type(3n+1) {
		margin-left: 40px;
	}
	.bukkenListMod01 ul li:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.bukkenListMod01 ul li .text01 {
		margin-top: 12px;
		font-size: 12px;
	}
	.bukkenListMod01 ul li .title01 {
		margin-top: 7px;
		font-size: 16px;
		line-height: 1.3125;
	}
	.bukkenListMod01 ul li a:hover .title01 {
		text-decoration: none;
	}
	.bukkenListMod01 ul li .price01 {
		margin-top: 16px;
	}
}
@media screen and (max-width: 767px) {
	.bukkenListMod01 {
		margin-top: 40px;
	}
	.bukkenListMod01 ul {
		display: block;
	}
	.bukkenListMod01 ul li {
		margin: 40px 0 0 0;
		width: auto;
	}
	.bukkenListMod01 ul li .image01{
		width: 100%;
		height: auto;
	}
	.bukkenListMod01 ul li:nth-of-type(3),
	.bukkenListMod01 ul li:nth-of-type(2) {
		margin-top: 40px;
	}
	.bukkenListMod01 ul li:nth-of-type(1) {
		margin-top: 0;
	}
	.bukkenListMod01 ul li .text01 {
		margin-top: 12px;
		font-size: 12px;
	}
	.bukkenListMod01 ul li .title01 {
		margin-top: 7px;
		font-size: 16px;
		line-height: 1.3125;
	}
	.bukkenListMod01 ul li a:hover .title01 {
		text-decoration: none;
	}
	.bukkenListMod01 ul li a .title01 span.icnNewMod01{
		font-size: 12px;
		top: 13px;
		width: 44px;
	}
	.bukkenListMod01 ul li .price01 {
		margin-top: 16px;
	}
}

/* pagingMod01 */
.pagingMod01 {
	margin-top: 80px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	text-indent: 0.02em;
	letter-spacing: 0.02em;
}
.pagingMod01 .wp-pagenavi,
.m-pagenation__body
 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: row;
}
.pagingMod01 .pagerItem {
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 0 7.5px;
	border: 1px solid #D9DADA;
	border-radius: 31px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	width: 62px;
	height: 62px;
	color: #222627;
	overflow: hidden;
}
.pagingMod01 .pagerItem a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.-is-notTouch .pagingMod01 .pagerItem a:hover{
	opacity: .7;
}
.pagingMod01 .pagerItem.current {
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 0 7.5px;
	border-radius: 31px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	width: 62px;
	height: 62px;
	background: #222627;
	color: #FFF;
	font-weight: 700;
}
.pagingMod01 .previouspostslink {
	background: url(img_cmn/icn_paging_prev_01.svg) no-repeat 50% 50%;
	background-size: 6px 5px;
	text-indent: -9999px;
}
.pagingMod01 .nextpostslink {
	background: url(img_cmn/icn_paging_next_01.svg) no-repeat 50% 50%;
	background-size: 6px 5px;
	text-indent: -9999px;
}
.pagingMod01 .pages,
.pagingMod01 .extend,
.pagingMod01 .last,
.pagingMod01 .first {
	display: none;
}
@media screen and (max-width: 1024px) {
	.pagingMod01 {
		margin-top: 70px;
	}
	.pagingMod01 span.current {
		margin: 0 5px;
		border-radius: 21px;
		-webkit-border-radius: 21px;
		-moz-border-radius: 21px;
		width: 42px;
		height: 42px;
	}
	.pagingMod01 .pagerItem,
	.pagingMod01 .pagerItem.current {
		margin: 0 5px;
		border-radius: 21px;
		-webkit-border-radius: 21px;
		-moz-border-radius: 21px;
		width: 42px;
		height: 42px;
	}
}
@media screen and (max-width: 767px) {
	.pagingMod01 {
		margin-top: 37px;
	}
}

/* 物件詳細
------------------------------------------ */
/* bukkenDetailArea01 */
.bukkenDetailArea01 {
	padding: 22px 0 0 0;
}
#wrapper.bukken_detail_v2 .bukkenDetailArea01 {
	padding: 57px 0 0 0;
}
#wrapper.bukken_detail_v2 .bukkenDetailArea01.-is-saleEnd {
	margin-bottom: 130px;
}
#wrapper.bukken_detail_v2 #TITLE {
	margin: 0 6vw;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
	.bukkenDetailArea01 {
		padding: 15px 0 0 0;
	}
	#wrapper.bukken_detail_v2 .bukkenDetailArea01 {
		padding: 35px 0 0 0;
	}
	#wrapper.bukken_detail_v2 #TITLE {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.bukkenDetailArea01 {
		padding: 15px 0 0 0;
	}
	#wrapper.bukken_detail_v2 .bukkenDetailArea01 {
		padding: 24px 0 0 0;
	}
	#wrapper.bukken_detail_v2 .bukkenDetailArea01.-is-saleEnd {
		margin-bottom: 60px;
	}
	#wrapper.bukken_detail_v2 #TITLE {
		margin: 0;
	}
}

/* お問い合わせ
------------------------------------------ */
/* contactArea01 */
.contactArea01 > .vessel {
	margin: 0 auto;
	padding: 88px 0 157px 0;
	width: 100%;
	max-width: 800px;
}
.contactArea01 .mainHead01 {
	line-height: 0;
	text-align: center;
}
.contactArea01 .mainHead01 img {
	width: 273px;
	height: 39px;
}
.contactArea01 .lead01 {
	margin-top: 62px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
}
.contactArea01 .formBlock01 {
	margin-top: 70px;
}
.contactArea01 .formBlock01 dl {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
}
.contactArea01 .formBlock01 dl + dl {
	margin-top: 30px;
}
.contactArea01 .formBlock01 dl dt {
	padding: 15px 10px 0 0;
	width: 178px;
	color: #838889;
	font-size: 16px;
	font-weight: 700;
}
.contactArea01 .formBlock01 dl dd {
	flex: 1;
}
.contactArea01 .agree01 {
	margin: 30px 0 0 178px;
	color: #808080;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.contactArea01 .agree01 a {
	color: #808080;
	text-decoration: underline;
}
.contactArea01 .submit01 {
	margin-top: 20px;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.contactArea01 > .vessel {
		padding: 52px 0 100px 0;
		max-width: 100%;
	}
	.contactArea01 .mainHead01 {
		text-align: left;
	}
	.contactArea01 .mainHead01 img {
		width: 128px;
		height: 19px;
	}
	.contactArea01 .lead01 {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.86;
	}
	.contactArea01 .formBlock01 {
		margin-top: 49px;
	}
	.contactArea01 .formBlock01 dl + dl {
		margin-top: 20px;
	}
	.contactArea01 .formBlock01 dl dt {
		padding: 20px 10px 0 0;
		width: 144px;
		font-size: 14px;
	}
	.contactArea01 .agree01 {
		margin: 20px 0 0 144px;
	}
}
@media screen and (max-width: 767px) {
	.contactArea01 > .vessel {
		padding: 46px 0 100px 0;
		max-width: 100%;
	}
	.contactArea01 .mainHead01 {
		text-align: left;
	}
	.contactArea01 .mainHead01 img {
		width: 129px;
		height: 19px;
	}
	.contactArea01 .lead01 {
		margin-top: 19px;
		font-size: 14px;
		line-height: 1.86;
	}
	.contactArea01 .formBlock01 {
		margin-top: 49px;
	}
	.contactArea01 .formBlock01 dl {
		display: block;
	}
	.contactArea01 .formBlock01 dl + dl {
		margin-top: 20px;
	}
	.contactArea01 .formBlock01 dl dt {
		padding: 0;
		width: auto;
		font-size: 14px;
	}
	.contactArea01 .formBlock01 dl dd {
		margin-top: 8px;
	}
	.contactArea01 .agree01 {
		margin: 20px 0 0 0;
		line-height: 1.8;
	}
	.contactArea01 .submit01 {
		margin-top: 39px;
	}
}


/* お問い合わせ
------------------------------------------ */
/* contactArea01 */
.pageArea01 > .vessel {
	margin: 0 auto;
	padding: 88px 0 157px 0;
	width: 100%;
	max-width: 800px;
}
.pageArea01 .mainHead01 {
	font-size: 30px;
	margin-bottom: 88px;
	letter-spacing: .05em;
	font-family: 'Noto Serif JP', serif;
}
.pageArea01 .editorArticle h2{
  font-size: 14px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 18px;
	font-weight: 700;
	color: #3F4243;
}
.pageArea01 .editorArticle p + h2,
.pageArea01 .editorArticle ul + h2,
.pageArea01 .editorArticle ol + h2
 {
	margin-top: 44px;
}
.pageArea01 .editorArticle p:first-child + h2 {
	margin-top: 54px;
}

.pageArea01 .editorArticle h3{
  font-size: 14px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 18px;
	font-weight: 700;
	color: #3F4243;
}
.pageArea01 .editorArticle h2 + h3{
	margin-top: 82px;
}
.pageArea01 .editorArticle p + h3,
.pageArea01 .editorArticle ol + h3,
.pageArea01 .editorArticle ul + h3
{
	margin-top: 44px;
}

.pageArea01 .editorArticle h4{
  font-size: 14px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 18px;
}
.pageArea01 .editorArticle h5{
  font-size: 14px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 18px;
}
.pageArea01 .editorArticle h6{
  font-size: 14px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 10px;
}
.pageArea01 .editorArticle p{
	font-size: 14px;
  font-weight: 500;
  line-height: 1.875;
	letter-spacing: 0.02em;
}
.pageArea01 .editorArticle ul,
.pageArea01 .editorArticle ol{
	list-style: decimal;
	margin: 20px 0;
	padding-left: 1.5em;
}
.pageArea01 .editorArticle li{
	font-size: 14px;
  font-weight: 500;
  padding-left: .5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pageArea01 > .vessel {
		padding: 52px 0 100px 0;
		max-width: 100%;
	}
	.pageArea01 .mainHead01 {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.pageArea01 .mainHead01 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	.pageArea01 > .vessel {
		padding: 46px 0 100px 0;
		max-width: 100%;
	}
	.pageArea01 .mainHead01 {
		text-align: left;
	}
	.pageArea01 .editorArticle h2 {
		margin-bottom: 10px;
	}
	.pageArea01 .editorArticle h2 + h3 {
		margin-top: 50px;
	}
	.pageArea01 .editorArticle p:first-child + h2 {
		margin-top: 40px;
	}
	.pageArea01 .editorArticle p + h2,
	.pageArea01 .editorArticle ul + h2,
	.pageArea01 .editorArticle ol + h2 {
		margin-top: 30px;
	}
	.pageArea01 .editorArticle p + h3,
	.pageArea01 .editorArticle ol + h3,
	.pageArea01 .editorArticle ul + h3 {
		margin-top: 30px;
	}
}

/* 利用規約
------------------------------------------ */
body.page-id-659 .pageArea01 .mainHead01{
	margin-bottom: 30px;
}
body.page-id-659 .pageArea01 .editorArticle p:first-child + h2 {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
	body.page-id-659 .pageArea01 .mainHead01 {
		margin-bottom: 10px;
	}
	body.page-id-659 .pageArea01 .editorArticle p:first-child + h2 {
		margin-top: 30px;
	}
}

/* マガジン
------------------------------------------ */
/* magazineListMod01 */
.magazineListArea01{
	padding: 79px 0 90px 0;
}
.magazineListMod01 {
	margin-top: 60px;
}
#wrapper.home .magazineListMod01 {
	margin-top: 33px;
}
.magazineListMod01 ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
}
.magazineListMod01 ul li {
	margin: 78px 0 0 2vw;
	width: calc((100% - 4vw) / 3);
}
.magazineListMod01 ul li:nth-of-type(3),
.magazineListMod01 ul li:nth-of-type(2),
.magazineListMod01 ul li:nth-of-type(1) {
	margin-top: 0;
}
.magazineListMod01 ul li:nth-of-type(3n+1) {
	margin-left: 0;
}
.magazineListMod01 ul li a {
	display: block;
}
.magazineListMod01 ul li a:hover {
	opacity: 1;
}
.magazineListMod01 ul li .image01 {
	display: flex;
  align-items: center;
  justify-content: center;
	line-height: 0;
	width: 27.7vw;
	height: 18.46vw;
	overflow: hidden;
}
.magazineListMod01 ul li .image01 img {
	width: 100%;
	height: auto;
}
.magazineListMod01 ul li .tag01 {
	display: block;
	margin-top: 14px;
	font-size: 12px;
	letter-spacing: 0.02em;
	display: flex;
}
.magazineListMod01 ul li .tag01 span{
	display: inline-block;
	margin-right: 6px;
}
.magazineListMod01 ul li .tag01 a{
	color: #919191;
}
.magazineListMod01 ul li .tag01 a:hover{
	text-decoration: underline;
}
.magazineListMod01 ul li .title01 {
	display: block;
	margin-top: 6px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.56;
	letter-spacing: 0.02em;
	font-family: 'Noto Serif JP', serif;
}
.magazineListMod01 ul li a:hover .title01 {
	text-decoration: underline;
}
.magazineListMod01 ul li .text01 {
	display: block;
	margin-top: 13px;
	color: #6F6F6F;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.magazineListMod01 {
		margin-top: 40px;
	}
	#wrapper.home .magazineListMod01 {
		margin-top: 34px;
	}
	.magazineListMod01 ul li {
		margin: 58px 0 0 40px;
		width: calc((100% - 40px) / 2);
	}
	.magazineListMod01 ul li .image01 {
		width: 100%;
		height: 23vw;
	}
	.magazineListMod01 ul li:nth-of-type(3) {
		margin-top: 58px;
	}
	.magazineListMod01 ul li:nth-of-type(2),
	.magazineListMod01 ul li:nth-of-type(1) {
		margin-top: 0;
	}
	.magazineListMod01 ul li:nth-of-type(3n+1) {
		margin-left: 40px;
	}
	.magazineListMod01 ul li:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.magazineListMod01 ul li a:hover .title01 {
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	.magazineListMod01 {
		margin-top: 40px;
	}
	#wrapper.home .magazineListMod01 {
		margin-top: 34px;
	}
	.magazineListMod01 ul {
		display: block;
	}
	.magazineListMod01 ul li {
		margin: 38px 0 0 0;
		width: auto;
	}
	.magazineListMod01 ul li .image01 {
		width: 100%;
		height: auto;
	}
	.magazineListMod01 ul li:nth-of-type(3),
	.magazineListMod01 ul li:nth-of-type(2) {
		margin-top: 38px;
	}
	.magazineListMod01 ul li:nth-of-type(1) {
		margin-top: 0;
	}
	.magazineListMod01 ul li .tag01 {
		margin-top: 20px;
	}
	.magazineListMod01 ul li .title01 {
		margin-top: 7px;
		font-size: 16px;
		line-height: 1.5;
	}
	.magazineListMod01 ul li a:hover .title01 {
		text-decoration: none;
	}
	.magazineListMod01 ul li .text01 {
		margin-top: 11px;
		font-size: 12px;
		line-height: 1.84;
	}
}


/* 404
------------------------------------------ */
.notfoundArea01{
	padding: 79px 0 90px 0;
	max-width: 800px;
	margin: 0 auto;
}
.notfoundArea01 .headBlock01 .head01 {
  font-size: 20px;
	margin-bottom: 50px;
}
.notfoundArea01 .headBlock01 .text01 {
  font-weight: 500;
}
.notfoundArea01 .contentBlock01 p {
  line-height: 2;
	font-size: 16px;
}
.notfoundArea01 .contentBlock01 ul {
  margin: 10px 0;
	line-height: 2;
}
.notfoundArea01 .contentBlock01 .button01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.notfoundArea01 {
		padding: 46px 0 100px 0;
	}
	.notfoundArea01 .headBlock01 .head01 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.bukkenListArea01 .headBlock01 .text01 {
		font-size: 12px;
	}
}


/*
  datepicker
———————————*/
body.tax-magazine_tag .head01{
	display: flex;
	align-items: center;
}
body.tax-magazine_tag .head01 .tagName{
	margin-left: 10px;
  font-size: 16px;
}

/*
  datepicker
———————————*/
#ui-datepicker-div {
  /* z-index: 1000 !important; */
  width: 20vw;
}
.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}
.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.6em 0.2em;
}

.ui-datepicker .ui-datepicker-prev-hover{
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover{
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{
  top: 3px;
}
.ui-datepicker .ui-datepicker-prev span{
  transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
  background-image: url(../img/icn_arrow_black.svg);
  background-position: 0;
}


@media screen and (max-width: 767px) {
  #ui-datepicker-div {
    width: calc(100% - 40px);
  }
  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 0.2em;
  }
}

/*
  swiper
———————————*/
.swiper-container-android .swiper-slide, .swiper-wrapper{
	/* padding-bottom: 3em; */
}


/*
  物件情報全体
———————————*/
.propertyDetailContent{
	margin: auto 6vw;
	padding: 40px;
}
.propertyDetailContentNarrow{
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
}
.propertyDetailContent .section01 + .section01 {
	margin-top: 95px;
}
.propertyDetailContent .section01 + #MAP.section01 {
	margin-top: 52px;
}
.propertyDetailContent .sectionBtn01 {
	margin-top: 65px;
	text-align: center;
	margin-bottom: 130px;
}
.propertyDetailContent .sectionBtn01 .buttonMod01 {
	margin: 0 auto;
	width: 308px;
	height: 78px;
	font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.propertyDetailContent {
		margin-top: 40px;
		padding-bottom: 80px;
		width: auto;
	}
	.propertyDetailContentNarrow{
		width: auto;
		padding-bottom: 0;
	}
	.propertyDetailContent .section01 + .section01 {
		margin-top: 80px;
	}
	.propertyDetailContent .section01 + #MAP.section01 {
		margin-top: 52px;
	}
	.propertyDetailContent .sectionBtn01 {
		margin-top: 65px;
		text-align: center;
	}
	.propertyDetailContent .sectionBtn01 .buttonMod01 {
		width: 220px;
		height: 56px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.propertyDetailContent {
		margin-top: 30px;
		padding-bottom: 60px;
		padding: 0;
		width: auto;
	}
	.propertyDetailContentNarrow{
		width: auto;
	}
	.propertyDetailContent .section01 + .section01 {
		margin-top: 80px;
	}
	.propertyDetailContent .section01 + #MAP.section01 {
		margin-top: 20px;
	}
	.propertyDetailContent .sectionBtn01 {
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.propertyDetailContent .sectionBtn01 .buttonMod01 {
		width: 220px;
		height: 46px;
		font-size: 14px;
	}
}


/*
  リノベーションスタイル
———————————*/
.renovationStyleContentWrap{
	margin-bottom: 90px;
}
.renovationStyleContentWrap .-is-hide{
	display: none;
	opacity: 0;
}
.renovationArticleExcerpt{
	margin-bottom: 50px;
}
.renovationStyleContentWrap .-is-show{
	/* animation: renovationStyleContentShow 5s cubic-bezier(0.54, 0, 4, 0.99) 0s forwards; */
	-webkit-animation: renovationStyleContentShow .34s ease-in-out 0s forwards;
	        animation: renovationStyleContentShow .34s ease-in-out 0s forwards;
}
@-webkit-keyframes renovationStyleContentShow{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes renovationStyleContentShow{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {


}
@media screen and (max-width: 767px) {
	.renovationStyleContentWrap{
		margin-bottom: 50px;
	}
	.renovationArticleExcerpt{
		margin-bottom: 20px;
	}
}

#propertyGallery01 .swiper-wrapper{
	padding-bottom: 0;
}


/*
  エディターアイテム
———————————*/
/* コンテンツのテキスト */
.editorArticle h2{
  font-size: 20px;
	line-height: 1.5;
	margin-top: 91px;
	margin-bottom: 53px;
	font-weight: 700;
	color: #525657;
}
.editorArticle h3{
  font-size: 16px;
	line-height: 1.5;
	margin-top: 70px;
	margin-bottom: 30px;
	font-weight: 700;
	color: #525657;
}
.editorArticle h4{
  font-size: 16px;
	line-height: 1.5;
	margin-top: 50px;
	margin-bottom: 20px;
}
.editorArticle h5{
  font-size: 16px;
	line-height: 1.5;
	margin-top: 40px;
	margin-bottom: 10px;
}
.editorArticle h6{
  font-size: 16px;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 10px;
}
.editorArticle div{
	max-width: 100%;
}
.editorArticle p{
	font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
	letter-spacing: 0.02em;
}
.editorArticle p.imageDetail{
	font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
	letter-spacing: 0;
	margin-top: 15px;
}
.editorArticle p.imageCaption{
	font-size: 12px;
}
.editorArticle p + p{
	margin-top: 54px;
}
p.imageCaption + p,
p.imageDetail + p{
	margin-top: 30px;
}
.editorArticle p + p.imageCaption{
	margin-top: 10px;
}
.editorArticle img{
	max-width: 100%;
	vertical-align: bottom;
}
.editorArticle .image-compare{
	margin: 54px 0;
}
.editorArticle .image-compare img{
	max-width: none;
}
.editorArticle table{
	margin: 85px 0 55px 0;
}
.editorArticle table caption{
  font-size: 20px;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: 700;
	color: #525657;
}
.editorArticle table tr:first-child{
	font-size: 14px;
	font-weight: 700;
	color: #525657;
	background-color: #F6F6F6;
}
.editorArticle table tr td{
	padding: 1em 1em;
	border: 1px dotted #222627;
}
.editorArticle table tr td:first-child{
	border-left: none;
}
.editorArticle table tr td:last-child{
	border-right: none;
}
.editorArticle ul,
.editorArticle ol{
	letter-spacing: .02em;
	line-height: 1.5;
}
.editorArticle li{
	font-size: 16px;
}
.editorArticle a{
	color: #525657;
	text-decoration: underline;
}
.editorArticle a:hover{
	opacity: 1;
	color: #9ea2a3;
}
.editorArticle li:not(:last-child){
	margin-bottom: 10px;
}
.editorArticle div
.editorArticle .bold{
	font-weight: bold;
}
.editorArticle .wp-caption{
	margin: 50px 0;
}
.editorArticle .pointBlock{
	margin: 55px 0;
	padding: 55px 46px;
	background-color: #F4F4F4;
}
.editorArticle .pointBlock h4{
	margin-bottom: 40px;
}
.editorArticle .pointBlock *:first-child{
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.editorArticle h2{
		font-size: 18px;
		line-height: 1.66;
		margin-top: 60px;
		margin-bottom: 40px;
	}
	.editorArticle h3{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.editorArticle h4{
		font-size: 14px;
		line-height: 1.5;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.editorArticle h5{
		font-size: 14px;
		line-height: 1.5;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.editorArticle h6{
		font-size: 14px;
		line-height: 1.5;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.editorArticle div{
		max-width: 100%;
	}
	.editorArticle p{
		font-size: 14px;
		line-height: 1.86;
	}
	.editorArticle p.imageDetail{
		font-size: 11px;
		line-height: 1.63;
		margin-top: 10px;
	}
	.editorArticle p + p{
		margin-top: 30px;
	}
	.editorArticle img{
		max-width: 100%;
		vertical-align: bottom;
	}
	.editorArticle .image-compare{
		margin: 30px 0;
	}
	.editorArticle .wp-caption{
		margin: 40px 0;
	}
	.editorArticle .imageCaption{
		font-size: 12px;
	}
	.editorArticle .pointBlock {
		margin: 40px 0;
		padding: 20px;
		background-color: #F4F4F4;
	}
	.editorArticle .pointBlock h4 {
		margin-bottom: 20px;
	}
}


/*
  物件情報
———————————*/
.propertyArticle{
	margin-bottom: 50px;
}
.propertyArticleExcerpt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.propertyArticleExcerpt {
		margin-bottom: 20px;
	}
}

/* vr */
.pnlm-container {
	width: 75vw !important;
	height: 40.76vw !important;
	/* max-height: 500px; */
	margin: 0 !important;
}

@media screen and (max-width: 1150px) and (min-width: 768px){
	.pnlm-container {
		width: 100vw !important;
		height: 40.76vw !important;
		margin: 28px 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.pnlm-container {
		width: 100vw !important;
		height: 56vw !important;
	}
}

/* FixedMenu */
.propertyFixedMenuWrap{
	position: fixed;
  width: 100%;
  height: 60px;
  background-color: #fff;
  top: 0;
  left: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	transition: opacity .2s ease;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.11);
}
.propertyFixedMenuWrap.-is-show{
	opacity: 1;
	pointer-events: auto;
}
.propertyFixedMenuWrapInner{
	width: 75vw;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.propertyFixedMenu{
	display: flex;
	width: 100%;
	height: 100%;
}
.propertyFixedMenu .propertyFixedMenuItem.-is-current{
	font-weight: 800;
	border-bottom: 2px solid #000;
	letter-spacing: 0;
}
.propertyFixedMenu .propertyFixedMenuItem:not(:first-child){
	margin-left: 50px;
}
.propertyFixedMenu .propertyFixedMenuItemLink{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transition: all 0s;
	text-align: center;
	line-height: 1.2;
	position: relative;
}
@media screen and (min-width: 1025px){
	.propertyFixedMenu a[href="#linkRenovationStyle"]{
		min-width: 96px;
	}
	.propertyFixedMenu a[href="#IMAGE"]{
		min-width: 80px;
	}
	.propertyFixedMenu a[href="#REPORT"]{
		min-width: 96px;
	}
	.propertyFixedMenu a[href="#DETAIL"]{
		min-width: 58px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.propertyFixedMenuWrapInner{
		width: 100%;
  	padding-right: 14px;
	}
	.propertyFixedMenu{
		margin-right: 20px;
	}
	.propertyFixedMenu .propertyFixedMenuItem{
		width: 25%;
	}
	.propertyFixedMenu .propertyFixedMenuItem:not(:first-child) {
		margin-left: 0;
		border-left: 1px solid #F7F7F7;
	}
}
@media screen and (max-width: 767px) {
	.propertyFixedMenuWrap{
		height: 50px;
	}
	.propertyFixedMenuWrapInner{
		width: 100vw;
		padding: 0;
	}
	.propertyFixedMenu .propertyFixedMenuItem{
		width: 25%;
	}
	.propertyFixedMenu .propertyFixedMenuItem:not(:first-child) {
		margin-left: 0;
		border-left: 1px solid #F7F7F7;
	}
	.propertyFixedMenu .propertyFixedMenuItemLink{
		font-size: 12px;
	}
}

.propertyFixedButtonSp{
	position: fixed;
	bottom: 30px;
	z-index: 9999;
	width: 100%;
  text-align: center;
	transition: opacity .2s ease;
	opacity: 0;
	pointer-events: none;
}
.propertyFixedButtonSp .openContactForm{
	width: 220px;
  height: 46px;
}
@media screen and (max-width: 767px) {
	.propertyFixedButtonSp.-is-show{
		opacity: 1;
		pointer-events: auto;
	}
}

/* ボタン */
.openContactForm{
	display: inline-flex;
  min-width: 160px;
	height: 44px;
	padding: 0 18px;
	white-space: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #F37E00;
  color: #FFF;
	border: none;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.propertyFixedMenuWrap .openContactForm{
		display: none;
	}
}

/*
  マガジン
———————————*/
.postWrap{
	width: 60vw;
  margin-left: auto;
	margin-right: auto;
	padding: 54px 0;
}
/* postHead */
.postHead{
	position: relative;
  margin: 0 0 55px 0;
  padding-bottom: 20px;
	background: url(img_cmn/line_dot_02.svg) repeat-x 0 100%;
}
.postTags{
	color: #838889;
	margin-bottom: 10px;
	font-size: 13px;
	display: flex;
  flex-wrap: wrap;
  padding-right: 160px;
}
.postTags a{
	color: #838889;
}
.postTag:not(:last-child){
	margin-right: 14px;
}
.postModifiedDate{
	position: absolute;
	top: 0;
	right: 0;
  color: #ADB0B1;
	font-size: 14px;
	letter-spacing: .02em;
}
.postTitle{
  color: #222;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
/* postThumnail */
.postThumnail{
	margin-bottom: 55px;
}

/* postContent */
.postContent{
	margin: 55px 0 85px 0;
}
.postContentRead{
	margin-bottom: 85px;
}
.postAuthor{
	padding: 35px 0;
	display: flex;
	justify-content: space-between;
	background: url(img_cmn/line_dot_02.svg) repeat-x 0 100%;
	position: relative;
}
.postAuthor::before{
	position: absolute;
	top: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: url(img_cmn/line_dot_02.svg) repeat-x;
}
.postAuthorImage{
	width: 100px;
}
.postAuthorContent{
	margin-left: 10px;
	flex: 1;
}
.postAuthorCaption{
	margin-bottom: 10px;
}
.postAuthorRole{
  color: #525657;
  font-size: 12px;
}
.postAuthorName{
  color: #525657;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.postAuthorText{
  color: #444;
  font-size: 14px;
}
/* ボタン */
.postArchiveButtonWrap{
	text-align: center;
}
.postArchiveButton{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 248px;
	height: 58px;
	background: #222627;
	color: #FFF;
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}

/* 関連記事 */
.postRelated{
	margin: 85px 0 110px 0;
}
.postRelated .sectionH2{
	font-size: 20px;
}
body.single-magazine .postContent *:first-child{
	margin-top: 0;
}
body.single-magazine .magazineListMod01{
	margin-top: 40px;
}

/* editorArticle Override */
body.single-magazine .editorArticle h2{
	margin-bottom: 35px;
}
body.single-magazine .editorArticle p + p {
  margin-top: 35px;
}
body.single-magazine .editorArticle p + p.imageDetail{
	margin-top: 15px;
}
body.single-magazine .editorArticle h3 {
	margin-bottom: 35px;
}
body.single-magazine .editorArticle p + h3 {
	margin-top: 55px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.postWrap{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.postWrap{
		width: 100%;
		padding: 54px 0 35px 0;
	}
	/* postHead */
	.postHead{
		margin: 0 0 40px 0;
	}
	.postHead_Aside{
		margin-bottom: 10px;
	}
	.postTags{
		padding-right: 0;
	}
	.postTag{
		white-space: nowrap;
	}
	.postTag:not(:last-child){
		margin-right: 14px;
		margin-bottom: 4px;
	}
	.postModifiedDate{
		position: relative;
		color: #525657;
		margin-top: 10px;
	}
	.postTitle{
		font-size: 18px;
	}
	/* postThumnail */
	.postThumnail{
		margin-bottom: 40px;
	}
	/* postContent */
	.postContent{
		margin: 40px 0 60px 0;
	}
	.postContentRead{
		margin-bottom: 60px;
	}
	.postAuthor{
		padding: 20px 0;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.postAuthorImage{
		width: 60px;
		height: 66px;
		position: absolute;
		top: 20px;
		left: 0;
	}
	.postAuthorContent{
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.postAuthorCaption{
		width: 100%;
		height: 66px;
		margin-bottom: 10px;
		padding-left: 70px;
	}
	.postAuthorRole{
		font-size: 12px;
	}
	.postAuthorName{
		font-size: 16px;
	}
	.postAuthorText{
		font-size: 12px;
		width: 100%;
	}
	/* 関連記事 */
	.postRelated{
		margin:60px 0 80px 0;
	}
	.postRelated .sectionH2{
		font-size: 20px;
	}
	body.single-magazine .postContent *:first-child{
		margin-top: 0;
	}
	body.single-magazine .magazineListMod01{
		margin-top: 40px;
	}
	/* editorArticle Override */
	body.single-magazine .editorArticle h2{
		margin-bottom: 20px;
	}
	body.single-magazine .editorArticle p + p {
		margin-top: 40px;
	}
	body.single-magazine .editorArticle p + p.imageDetail{
		margin-top: 10px;
	}
	body.single-magazine .editorArticle h3 {
		margin-bottom: 20px;
	}
	body.single-magazine .editorArticle p + h3 {
		margin-top: 40px;
	}

}

.editorArticle img.wp-image-693 {
	vertical-align: middle;
  margin-top: -3px;
}

body.-is-ie .icv__wrapper{
	height: 100% !important;
}
body.-is-ie .icv__theme-wrapper{
	height: auto;
}

/* 会員フォーム */
#swpm-registration-form table tr td{
	border:none;
}
#swpm-registration-form table tr:first-child{
	background-color: transparent;
}

#swpm-registration-form table tr td:first-child{
  width: 178px;
  color: #838889;
  font-size: 16px;
  font-weight: 700;
}


body.page .swpm-login-widget-form input[type="text"],
body.page .swpm-login-widget-form input[type="password"],
body.page .swpm-registration-widget-form input[type="text"],
body.page .swpm-registration-widget-form input[type="password"],
body.page .swpm-pw-reset-widget-form input[type="text"],
body.page .swpm-pw-reset-widget-form input[type="password"],
body.page .swpm-form-builder input[type="text"],
body.page .swpm-form-builder input[type="password"]
body.page .swpm-form-builder input[type="email"]
{
	display: block;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  background: #F2F3F4;
  font-size: 16px;
  outline: none;
  border: 1px solid transparent;
}

body.page .swpm-form-builder input.inputMod01 {
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  background: #F2F3F4;
  font-size: 16px;
  outline: none;
  border: 1px solid transparent;
	box-shadow: none;
}

body.page .swpm-login-submit input,
body.page .swpm-registration-submit-section input,
body.page .swpm-pw-reset-submit-button input,
body.page .swpm-item-submit input
{
	display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 280px;
  height: 74px;
  background: #222627;
  color: #FFF;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  outline: none;
  transition: opacity 0.3s ease;
}

body.page .swpm-registration-submit-section input:hover{
	opacity: .7;
}

/* フォームビルダー */
.swpm-form-builder fieldset{
	border: none;
	background-color: transparent;
}
/* 全体 */
.swpm-form-builder .swpm-item > .swpm-desc{
	/* padding: 18px 10px 0 0; */
	width: 178px;
	min-width: 178px;
	color: #838889;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
}
.swpm-form-builder .swpm-item label.swpm-form-builder-error{
	display: block;
	position: absolute;
	left: 178px;
	font-size: 14px;
	bottom: -1.7em;
}
.swpm-form-builder .swpm-item > div{
	flex: 1;
}

/* 個別 */
#swpm-form-3 .swpm-form-builder .swpm-item,
#swpm-form-4 .swpm-form-builder .swpm-item{
	display: flex;
	justify-content: flex-start;
  align-items: center;
	position: relative;
	padding: 0 !important;
}
#swpm-form-3 .swpm-form-builder .swpm-item + .swpm-item,
#swpm-form-4 .swpm-form-builder .swpm-item + .swpm-item{
	margin-top: 30px !important;
}
#swpm-form-3 .swpm-form-builder .swpm-item.swpm-item-submit,
#swpm-form-4 .swpm-form-builder .swpm-item.swpm-item-submit{
	justify-content: center;
}

/* パスワード */
#swpm-form-3 .swpm-form-builder .swpm-item.swpm-item-password,
#swpm-form-4 .swpm-form-builder .swpm-item.swpm-item-password{
  flex-direction: column;
  align-items: flex-start;
}

#swpm-form-3 .swpm-form-builder .swpm-item.swpm-item-password > .swpm-desc,
#swpm-form-4 .swpm-form-builder .swpm-item.swpm-item-password > .swpm-desc{
	position: absolute;
	top: 20px;
	left: 0;
}
#swpm-form-3 .swpm-form-builder .swpm-item.swpm-item-password > div,
#swpm-form-4 .swpm-form-builder .swpm-item.swpm-item-password > div{
	margin-left: 178px;
  width: calc(100% - 178px);
}


/* セクション */
.swpm-section-div{
	border: none;
	padding: 0;
	background-color: transparent;
	margin-top: 30px;
}
.swpm-form-builder .swpm-section-div h4 {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border-bottom: none;
  font-size: 16px;
  line-height: inherit;
}

/* エラーメッセージ */
.swpm_error div{
	color: #f00;
  font-size: 14px;
  background-color: transparent;
	font-weight: 400;
}
.swpm-yellow-box{
	border: none;
	background-color: transparent;
	padding: 0;
}
div.swpm-warning p{
	color: #f00;
  font-size: 14px;
	/* background: none; */
}
.editorArticle .swpm-warning p + p{
	margin-top: 10px;
}

/* 会員登録 */

/* 会員種別削除 本番とテストでIDが違うので注意 */
/* #swpm-form-3 #item-swpm-4{ */
#swpm-form-3 #item-swpm-18{
	display: none;
}
#item-swpm-29 .swpm-desc span{
	display: none;
}
#item-swpm-29 .swpm-checkbox-required input{
	display: none;
}
#item-swpm-29 .swpm-checkbox-required label.swpm-error{
	margin-top: 20px;
}
#item-swpm-29 .swpm-checkbox-required label.swpm-choice{
	position: relative;
	margin-top: 0px;
  padding: 7px 0 0 30px;
}
#item-swpm-29 .swpm-checkbox-required label.swpm-choice::before{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 34px;
  height: 34px;
  background: #F4F4F4;
  /* transition: all 0.3s ease; */
}
#item-swpm-29 .swpm-checkbox-required input[type="checkbox"]:checked + label.swpm-choice::before{
	background-repeat: no-repeat;
	background-image: url(img_cmn/icn_checkbox_01.svg);
	background-position: 50%;
}
@media screen and (max-width: 767px) {
	#item-swpm-29 .swpm-checkbox-required label.swpm-choice{
		margin-top: 6px;
		padding: 0px 0 0 30px;
	}
}


/* プロフィール修正 */
#swpm-form-4 #item-swpm-26{
	display: none;
}

/* フォームカスタマイズ */
.swpm-form-custom-item{
	display: flex;
	justify-content: flex-start;
  align-items: center;
	position: relative;
}
.swpm-form-custom-item + .swpm-form-custom-item{
	margin-top: 30px;
}
.swpm-form-custom-label{
	/* padding: 18px 10px 0 0; */
	width: 178px;
	min-width: 178px;
	color: #838889;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
	margin-right: 20px;
}
.swpm-form-custom-input{
	flex: 1;
}

/* チェックボックス */
.swpm-form-custom-item-checkbox{
	margin-top: 20px;
}

/* ログイン */
.swpm-login-submit{
	margin-top: 50px;
}
#swpm-login-form .swpm-login-action-msg{
	padding: 20px;
	margin-top: 30px;
	/* border: 1px dotted #f00; */
	color: #f00;
}
#swpm-login-form .swpm-login-submit{
	/* text-align: left; */
}
.swpm-remember-me input{
	display: none;
}
.swpm-remember-me > label{
	position: relative;
	padding: 7px 0 0 50px;
}
.swpm-remember-me > label:before{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 34px;
  height: 34px;
  background: #F4F4F4;
  /* transition: all 0.3s ease; */
}
.swpm-remember-me input[type="checkbox"]:checked + label:before{
	background-repeat: no-repeat;
	background-image: url(img_cmn/icn_checkbox_01.svg);
	background-position: 50%;
}

.swpm-custom-login-submit-wrap{
	width: 280px;
	margin: 0 auto;
}

/* リセット */
.swpm-pw-reset-widget-form .swpm-pw-reset-submit-button{
	margin-top: 30px;
	text-align: center;
}

/* リセット完了画面 */
.entry-content .swpm-reset-pw-success-box{
	border: none;
}

@media screen and (max-width: 767px) {
	.swpm-form-builder ul, .entry-content .swpm-form-builder ul, .comment-content .swpm-form-builder ul, .mu_register .swpm-form-builder ul, .swpm-form-builder ol, .entry-content .swpm-form-builder ol, .comment-content .swpm-form-builder ol, .mu_register .swpm-form-builder ol{
		margin: 0 !important;
	}
	#swpm-form-3 .swpm-form-builder .swpm-item + .swpm-item, #swpm-form-4 .swpm-form-builder .swpm-item + .swpm-item{
		margin-top: 20px !important;
	}
	/* 送信ボタン */
	body.page .swpm-login-submit input, body.page .swpm-registration-submit-section input, body.page .swpm-pw-reset-submit-button input, body.page .swpm-item-submit input{
		width: 254px;
		height: 60px;
		font-size: 16px;
	}

	/* 会員登録 */
	#swpm-form-3 .swpm-form-builder .swpm-item,
	#swpm-form-4 .swpm-form-builder .swpm-item{
		display: block;
	}
	#swpm-form-3 .swpm-form-builder .swpm-item.swpm-item-password > .swpm-desc, #swpm-form-4 .swpm-form-builder .swpm-item.swpm-item-password > .swpm-desc{
		position: relative;
		top: 0;
	}
	#swpm-form-3 .swpm-form-builder .swpm-item.swpm-item-password > div, #swpm-form-4 .swpm-form-builder .swpm-item.swpm-item-password > div{
		width: 100%;
		margin-left: 0;
	}
	.swpm-form-builder .swpm-item label.swpm-form-builder-error{
		position: relative;
		bottom: 0;
		left: 0;
	}

	/* ログイン */
	.swpm-remember-me{
		margin-top: 40px;
	}
	.swpm-custom-login-submit-wrap{
		width: 254px;
	}
	.swpm-form-custom-label{
		width: 100%;
	}
	.swpm-form-custom-item{
		display: block;
	}
	.swpm-form-custom-item + .swpm-form-custom-item{
		margin-top: 20px;
	}
	.swpm-form-custom-input{
		margin-top: 8px;
	}

}

/*************************************** 
	モーダル 
*/
body.home,
body.post-type-archive-property{
	overflow-y: scroll;
}
body.post-type-archive-property #container{
	position: relative;
}
.menbershipModal #contactWin{
	max-width: 610px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.menbershipModal #contactWin > .vessel{
	width: 80vw;
	max-width: 610px;
	margin: 0 auto;
}
.menbershipModal #contactWin > .vessel > .scroll > .inner{
	padding: 46px 60px 72px 60px;
}

.menbershipModal .userStatus01{
	background-color: #D15E1F;
	font-family: 'Lora', serif;
	font-size: 12px;
  letter-spacing: .02em;
	color: #fff;
	width: 72px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.menbershipModal .modalTitle{
	font-size: 22px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 400;
}
.menbershipModal .modalText{
	text-align: center;
	font-size: 16px;
}
.menbershipModal .button01{
	margin-top: 40px;
}
.menbershipModal .button01 a{
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 160px;
  height: 48px;
	margin: 0 auto;
  background: #222627;
  color: #FFF;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.menbershipModal #contactWin > .vessel > .scroll {
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.menbershipModal #contactWin{
		height: auto !important;
	}
	.menbershipModal .modalTitle{
		font-size: 17px;
		margin-bottom: 24px;
  	font-weight: 800;
	}
	.menbershipModal .modalText{
		text-align: left;
		font-size: 14px;
	}
	.menbershipModal #contactWin > .vessel > .scroll > .inner{
		padding: 42px 20px 44px 20px;
	}
}

