@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600,700");

/* header
--------------------------------------------------------*/
/* header
--------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
footer,
header,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em,
b {
  font-style: normal;
}

img {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: -0.01em;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
  overflow: auto;
}

html.no_scroll {
  overflow: hidden;
}

body {
  line-height: 1.8;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #595757;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body {
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  text-decoration: none;
  transition: opacity 0.2s ease-in;
  color: #000;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-radius: 0;
  border: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

.container {
  width: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 1024px) {
  .container {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}

.list-inline {
  padding-left: 0;
}

.list-inline li {
  display: inline-block;
  margin-left: 5px;
}

.list-inline li:first-child {
  margin-left: 0;
}

object {
  display: block;
}

a object {
  pointer-events: none;
}

main {
  padding-top: 45px;
}

h1,
h2,
h3,
h4 {
  font-weight: 300;
}

.anker {
  width: 135px;
  margin: 4.5rem auto;
}

.anker a {
  text-align: center;
  display: block;
  background-size: 90% auto;
  background-repeat: no-repeat;
  color: #3e3e3e;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  transition: 0.3s;
}

.anker-top {
  padding-top: 85px;
  background-image: url(../img/common/arrow_top.png);
  background-position: top 3px center;
}

.anker-top:hover {
  background-position: top center;
}

.anker-bottom {
  padding-bottom: 85px;
  background-image: url(../img/common/arrow_bottom.png);
  background-position: bottom 3px center;
}

.anker-bottom:hover {
  background-position: bottom center;
}

body:not(.home) .anker {
  margin-top: 12rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body:not(.home) .anker {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  body:not(.home) .anker {
    margin-top: 6rem;
  }
}

.head-title h1 {
  padding: 13.3rem 0;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  color: #141414;
}

section img {
  width: 100%;
  max-width: 100%;
}

section p {
  line-height: 2.3;
}

section p:not(:first-child) {
  margin-top: 3rem;
}

main section:not(:first-child) {
  margin-top: 6rem;
}

.container.border-bottom {
  padding-bottom: 7.5rem;
  position: relative;
}

.container.border-bottom::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 84%;
  height: 1px;
  background-color: #c6cfc8;
  content: "";
  display: block;
}

@media screen and (max-width: 480px) {
  .container.border-bottom::after {
    width: 94%;
  }
}

figure figcaption {
  text-align: center;
}

/*
h2 {
	@include fontsize(36);
	font-weight: bold;
	text-align: center;
	position: relative;
	color: $h2-text-color;
	line-height: 1;
	padding-top: 2rem;
	span {
		display: block;
		@include fontsize(24);
	}
	background:url(../img/h2_bg.png) no-repeat top center;
	@include media(sp) {
	line-height: 1.5;
	@include fontsize(24);
	span {
		@include fontsize(12);
	}
	}
}
	h3 {
		@include fontsize(30);
		font-weight: bold;
		color: $h3-text-color;
		background-color: $h3-bg-color;
		line-height: 1.5;
		@include media(sp) {
		@include fontsize(20);
		}
	}
	h4 {
		margin: 2rem 0 1rem;
		@include fontsize(20);
		color: $h4-text-color;
		background-color: $h4-bg-color;
		@include media(sp) {
		@include fontsize(18);
		line-height: 1.3;
		}
	}
	h5 {
		margin: 0 0 2rem;
		@include fontsize(20);
		color: $h5-text-color;
		background-color: $h5-bg-color;
		@include media(sp) {
		@include fontsize(18);
		}

	}
	h6 {
		margin: 0 0 2rem;
		@include fontsize(18);
		color: $h6-text-color;
		background-color: $h6-bg-color;

	}

section p:not(:first-child) {
	margin-top: 2rem;
    @include media(sp) {
    margin-top: 1rem;
    }
}

.wrapper:not(.home) {
	article {
		padding-top: 5rem;
		padding-bottom: 9rem;
		p {
			margin: 0 0 2rem;
		}
		@include media(sp) {
			padding-top: 2.5rem ;
			padding-bottom: 4.5rem;
		}
	}
	h1,h2,h3,h4,h5,h6 {
		a {
			text-decoration: none;
		}
	}
	
	.pankuzu {
		background-color: $pankuzu-bg-color;
		background-image: url(../img/pankuzu_bg.gif);
		ul {
			line-height: 1.5;
			padding: .2rem 0;
			li {
				display: inline-block;
				color: $primary-color;
				list-style: none;
				a,span {
				@include fontsize(13);
				}
				a {
					color: #414141;
					text-decoration: underline;
				}
				&:not(:first-child) {
					position: relative;
					padding-left: 1.5rem;
					&:before {
						content: "";
						width: 4px;
						height: 4px;
						border-right: 2px solid $primary-color;
						border-top: 2px solid $primary-color;
						display: inline-block;
						transform:rotate(45deg) translate(0,-50%);
						position: absolute;
						top: 50%;
						left: 0;
						margin-top: -1px;
						border-radius: 0;
						background-color: transparent;
					}
				}
				&:first-child {
					padding-left: 0;
				 &:before {
					content: none;
					}
				}
			}
		}
	}

	table {
		margin:2rem 0 5rem;
		width: 100%;
		border-top:1px solid $primary-color;
		border-left:1px solid $primary-color;
		th,td {
			border-bottom:1px solid $primary-color;
			border-right:1px solid $primary-color;
			padding: 2.35rem;
			text-align: left;
			&.text-center {
				text-align: center;
			}
			&.text-right {
				text-align: right;
			}
		}
		th {
			border-bottom:1px solid #fff;
			background-color: $primary-color;
			color: #fff;
		}
		td {
			ul::first-child {
				margin-bottom: 0;
			}
		}
		@include media(sp) {
			margin: 2rem 0 3rem;
			th,td {
				padding: 1.3rem;
			}
		}
		&.table-none {
			border:none;
			th,td {
				border:none;
				padding: 0 0 15px;
				background: transparent;
				color: $text-color;
			}
			th {
				width: 25%;
				padding-bottom: 0;
                font-weight: bold;
			}
		}

		&.th-small {
			th {
				width: 15%;
			}
		}
		@include media(sp) {
		&.sp-table-single {
			th,td {
				display: block;
				width: 100% !important;
			}
			td {
				padding-left: 5px;
			}
		}
		}
	}
	.box {
		border:$primary-color  2px solid ;
		padding: 1.5rem;
		margin-bottom: 3rem;
	}
}


ul {
		margin-bottom: 2rem;
		li {
		position: relative;
		padding-left: 1.7rem;
		&:before {
			content: "";
			width: 8px;
			height: 8px;
			border-radius: 4px;
			display: block;
			background-color: $primary-color;
			position: absolute;
			left: 0;
			top: 0.9rem;
		}	
		ul {
			margin-left: 1.5rem;
			li {
				&:before {
					background-color: #63bee6;
				}
			}
		}
		}
		@include media(sp) {
			li {
				padding-left: 1.2rem;
				&:before {
				width: 6px;
				height: 6px;
				top: 0.8rem;
				}
				ul {
					margin-left: 0;
				}
			}
		}
	}
	ol {
		margin-bottom: 2rem;
		list-style: none;
		counter-reset: yourDefinition;
		li {
			position: relative;
			padding-left: 1.7rem;
			&:before {
				counter-increment: yourDefinition;
				content: counter(yourDefinition) ".";
				display: block;
				font-weight: bold;
				color: $primary-color;
				text-indent: 0;
				position: absolute;
				left: 0;
				top: 0;
				}
			ol {
				margin-left: 1.3rem;
				li {	
				&:before {
					color: #63bee6;
				}
				}
			}
		}
		@include media(sp) {
			li {
				padding-left: 1.4rem;
				ol {
					margin-left: 0;
				}
			}
		}
	}

hr {
	background-color: $primary-color;
	height: 2px;
	width: 100%;
	margin-bottom: 40px;
}*/
.m-header {
  background: #141414;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.m-header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.m-header-logo {
  width: 97px;
  height: 11px;
}

.m-header-logo a {
  display: block;
}

.m-header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-nav {
  width: 100%;
  margin: 0 5% 0 6%;
  /* for IE 11 */
}

@media all and (-ms-high-contrast: none) {
  .m-nav {
    margin: 0 5% 0 7.5%;
  }
}

.m-nav-list {
  margin-bottom: 0;
  height: 45px;
}

@media screen and (min-width: 769px) {
  .m-nav-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.m-nav-list__item {
  padding-left: 0;
}

.m-nav-list__item::before {
  content: none;
}

.m-nav-list__item a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  display: block;
}

@media screen and (min-width: 1024px) {
  .sp-navBtn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-navBtn,
  .sp-navBtn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .sp-navBtn {
    margin-left: 15%;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .sp-navBtn span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }

  .sp-navBtn span:nth-of-type(1) {
    top: 12px;
  }

  .sp-navBtn span:nth-of-type(2) {
    top: 18px;
  }

  .sp-navBtn span:nth-of-type(3) {
    top: 24px;
  }

  .sp-navBtn-open span {
    width: 18px;
  }

  .sp-navBtn-open span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }

  .sp-navBtn-open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-navBtn-open span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  .ac-btn {
    color: #fff;
  }

  .m-nav {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    background-color: #141414;
    height: calc(100vh - 45px);
    margin: 0;
  }

  .m-nav-list {
    padding: 7% 18% 0;
  }

  .m-nav-list__item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    width: 100%;
  }

  .m-nav-list__item:first-child {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.3);
  }

  .m-nav-list__item a {
    display: block;
    line-height: 46px;
    height: 46px;
    padding: 0 1rem;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 100;
    background-image: url(../img/common/icon_gnavarrow.png);
    background-size: 12px 11px;
    background-repeat: no-repeat;
    background-position: right 1rem center;
  }
}

.m-footer {
  background: #141414;
  padding: 3.5rem 0 1rem 0;
}

.m-footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .m-footer .container {
    flex-direction: column;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .m-footer {
    padding: 4rem 0 1rem 0;
  }
}

.m-footer-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 450px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-footer-nav__item {
  width: 105px;
  min-height: 125px;
  border: 1px solid #a0a0a0;
  margin-bottom: 3%;
  display: flex;
}

.m-footer-nav__item::before {
  content: none;
}

.m-footer-nav__link {
  color: #cecece;
  text-decoration: none;
  padding: 0.7rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.5;
  display: block;
  width: 100%;
}

.m-footer-nav__link span {
  padding-top: 0.5rem;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.75;
  display: block;
}

@media (max-width: 768px) {
  .m-footer-nav {
    max-width: 470px;
    margin: 0 auto 2rem auto;
    justify-content: center;
  }

  .m-footer-nav__item {
    margin: 0 0.5rem 0.5rem;
  }
}

@media screen and (max-width: 480px) {
  .m-footer-nav {
    max-width: 280px;
  }

  .m-footer-nav__item {
    min-height: 125px;
    width: 125px;
  }
}

.m-footer-icoLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 4rem;
}

.m-footer-icoLink__item {
  padding-left: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  margin: 0 0.75rem;
}

.m-footer-icoLink__item::before {
  content: none;
}

.m-footer-icoLink__item a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .m-footer-icoLink {
    justify-content: center;
  }

  .m-footer-icoLink + div {
    text-align: center;
  }
}

.copy {
  padding-top: 3rem;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.row.col-4block {
  display: table;
  table-layout: fixed;
}

.row.col-4block .col {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 767px) {
  .row.col-4block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .row.col-4block .col {
    display: block;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .row.col-3block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .row.col-3block .col {
    display: block;
    width: 33.3333%;
  }
}

.mainview {
  height: 600px;
  /* overflow: hidden; */
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 6%;
}

.mainview__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 260px;
  height: 60px;
}

.mainview h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mainview h1 span {
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 0.5rem;
}

.location .mainview h1 span {
  line-height: 1.6em;
}

body.home .mainview {
  background-image: url(../img/top/main_pc.jpg);
}

/* @media screen and (max-width: 480px) {
  body.home .mainview {
    background-image: url(../img/top/main_sp.jpg);
  }
} */
body.concept .mainview {
  background-image: url(../img/concept/main.jpg);
  background-position: center center;
}

body.design .mainview {
  background-image: url(../img/design/main_pc.jpg);
}

body.architect .mainview {
  background-image: url(../img/architect/main_pc.jpg);
}

@media screen and (max-width: 480px) {
  body.architect .mainview {
    background-image: url(../img/architect/main_sp.jpg);
  }

  body.design .mainview {
    background-image: url(../img/design/main_sp.jpg);
  }
}

body.location .mainview {
  background-image: url(../img/location/main.jpg);
  background-position: center;
  /* margin-bottom: 11%; */
  margin-bottom: 6%;
}

/* body.location .mainview.main01 {
  background-image: url(../img/location/main01.jpg);
}

body.location .mainview.main02 {
  background-image: url(../img/location/main02.jpg);
}

body.location .mainview.main03 {
  background-image: url(../img/location/main03.jpg);
} */

body.equipment .mainview {
  background-image: url(../img/equipment/main.jpg);
}

@media screen and (max-width: 767px) {
  body.location .mainview {
    /* margin-bottom: 280px; */
    margin-bottom: 90px;
  }

  body.equipment .mainview span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 320px) {
  body.equipment .mainview span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.plan .mainview {
  background-image: url(../img/plan/main.jpg);
}

.mainview-border::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  content: "";
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.6);
  margin: auto;
}

.content-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 18px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-menu-box {
  width: calc(50% - 9px);
  position: relative;
  margin-bottom: 18px;
  background-color: #606060;
}

@media screen and (min-width: 1024px) {
  .content-menu-box {
    height: 450px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-menu-box {
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .content-menu-box {
    height: 260px;
  }
}

@media (min-width: 768px) {
  .content-menu-box:nth-last-of-type(1),
  .content-menu-box:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

.content-menu-box__link {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.content-menu-box__link:hover {
  opacity: 1;
  position: relative;
}

.content-menu-box__link:hover .content-menu-box__bg {
  transform: scale(1.05);
}

.content-menu-box__bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
  transform: scale(1);
  background-repeat: no-repeat;
}

.content-menu-box.bg001 .content-menu-box__bg {
  background-image: url(../img/top/top_img001.jpg);
}

.content-menu-box.bg002 .content-menu-box__bg {
  background-image: url(../img/top/top_img002.jpg);
  background-size: cover;
  background-color: #e2dcd4;
}

.content-menu-box.bg002 .content-menu-box__link:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(212, 211, 199, 0.4);
}

.content-menu-box.bg003 .content-menu-box__bg {
  background-image: url(../img/top/top_img003.jpg);
  background-size: cover;
  background-color: #b2c1d8;
}

.content-menu-box.bg003 .content-menu-box__link:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9bfbf;
  opacity: 0.25;
}

.content-menu-box.bg004 .content-menu-box__bg {
  background-image: url(../img/top/top_img004.jpg);
  background-size: cover;
  background-color: #515f6a;
}

.content-menu-box.bg004 .content-menu-box__link:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dedede;
  opacity: 0.7;
}

.content-menu-box.bg005 .content-menu-box__bg {
  background-image: url(../img/top/top_img005.jpg);
}

.content-menu-box.bg006 .content-menu-box__bg {
  background-image: url(../img/top/top_img006.jpg);
  background-size: cover;
  background-color: #d7d2d7;
}

.content-menu-box__title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  display: inline-block;
  text-align: center;
  /* color: rgb(148 148 148 / .8); */
  color: rgb(60 64 75 / .66);
  height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
  background-image: url(../img/top/icon_linkarrow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 20px 20px;
}

.content-menu-box__title span {
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
}

.content-menu-box.bg006 .content-menu-box__title {
  height: 84px;
}

@media screen and (min-width: 1024px) {
  .content-menu-box__title {
    height: 90px;
    font-size: 30px;
    font-size: 3rem;
  }

  .content-menu-box__title:nth-child(2),
  .content-menu-box__title:nth-child(6) {
    color: #a29489;
  }

  .content-menu-box__title span {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .content-menu-box.bg006 .content-menu-box__title {
    height: 110px;
  }
}

@media screen and (max-width: 1300px) {
  .content-menu-box.bg002 .content-menu-box__bg {
    background-size: cover;
  }

  .content-menu-box.bg003 .content-menu-box__bg {
    background-size: cover;
  }

  .content-menu-box.bg004 .content-menu-box__bg {
    background-size: cover;
  }

  .content-menu-box.bg006 .content-menu-box__bg {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .content-menu {
    flex-direction: column;
  }

  .content-menu-box {
    width: 100%;
  }

  .content-menu-box:not(:last-child) {
    margin-bottom: 10px;
  }
}

.highlight {
  background-color: #add1f0;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-center img {
  display: inline-block;
}

.text-center > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
}

img.text-center {
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

.text-left img {
  display: inline-block;
}

.text-left > * {
  margin-left: auto;
}

.text-right {
  text-align: right;
}

.text-right img {
  display: inline-block;
}

.text-right > * {
  margin-right: auto;
}

.hf-indent {
  margin-left: -0.6em;
}

.bc-primary {
  border-color: #109edd;
}

.bc-red {
  border-color: #f00;
}

.bc-yellow {
  border-color: #ffe566;
}

.bc-blue {
  border-color: #0af;
}

.bc-green {
  border-color: #5a8;
}

.color-primary {
  color: #109edd;
}

.color-red {
  color: #f00;
}

.color-yellow {
  color: #ffe566;
}

.color-blue {
  color: #0af;
}

.color-green {
  color: #5a8;
}

.bg-primary {
  background-color: #109edd;
}

.bg-red {
  background-color: #f00;
}

.bg-yellow {
  background-color: #ffe566;
}

.bg-blue {
  background-color: #0af;
}

.bg-green {
  background-color: #5a8;
}

.bg-lgray {
  background-color: #f5f5f5;
}

.bg-lblue {
  background-color: #e7f5fc;
}

.bg-lpink {
  background-color: #ffebe6;
}

.font-s {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.font-l {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: bold;
}

.font-xl {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  font-weight: bold;
}

.link-arrow {
  position: relative;
  display: inline-block;
  padding-left: 1.8rem;
  text-decoration: none;
}

.link-arrow:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 6px;
  background: #109edd;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.link-arrow:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -1px;
}

.link-arrow:hover {
  color: #109edd;
  text-decoration: underline;
}

.link-blank {
  background-image: url(../img/btn_blank.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.8rem;
}

.btn {
  text-decoration: none;
  background: #28a7e1;
  color: #fff;
  padding: 0.25rem 3.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  font-weight: bold;
  transition: opacity 0.2s ease-in;
  border-radius: 50px;
  min-width: 265px;
  font-weight: bold;
}

.btn[type="submit"],
.btn[type="reset"] {
  padding: 0.85rem 3.5rem;
}

@media all and (-ms-high-contrast: none) {
  .btn {
    line-height: auto;
    height: auto;
    padding: 1.6rem 3.5rem 1.1rem;
  }
}

@media screen and (min-width: 1024px) {
  .btn {
    font-size: 30px;
    font-size: 3rem;
  }
}

.btn.text-white {
  color: #fff;
  border-color: #fff;
}

.btn.text-white:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn:hover {
  opacity: 0.7;
  color: #fff;
}

.btn.btn-arrow {
  position: relative;
  background-image: url(../img/btn_arrow.png);
  background-position: center right 2rem;
  background-repeat: no-repeat;
  background-size: 13px 15px;
  transition: 0.3s;
}

.btn.btn-arrow:hover {
  background-position: center right 1.5rem;
}

.btn.btn-arrow.btn-reverse {
  background: #fff;
  background-image: url(../img/btn_arrow_reverse.png);
  background-position: center right 2rem;
  background-repeat: no-repeat;
  border: 2px solid #109edd;
  color: #109edd;
  transition: 0.3s;
}

.btn.btn-arrow.btn-reverse:hover {
  background-position: center right 1.5rem;
}

.btn.btn-bump {
  position: relative;
  top: 0;
  transition: 0.2s ease-in;
}

.btn.btn-bump:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0d7cad;
  z-index: -1;
  border-radius: 8px;
  transition: 0.2s ease-in;
}

.btn.btn-bump:hover {
  opacity: 1;
  background: #11a8eb;
}

.btn.btn-bump:active {
  top: 2px;
}

.btn.btn-bump:active:after {
  bottom: -1px;
}

.btn.btn-wide {
  width: 100%;
}

.btn.btn-small {
  padding: 8px 20px;
  min-width: 135px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .btn.btn-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.btn.btn-small.btn-arrow:before {
  width: 6px;
  height: 6px;
  right: 6px;
}

.btn.btn-large {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .btn.btn-large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btn.btn-xlarge {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .btn.btn-xlarge {
    font-size: 20px;
    font-size: 2rem;
  }
}

.btn.btn-blank,
.btn.btn-pdf {
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #000;
  background-repeat: no-repeat;
  background-position: right 2.5rem center;
}

.btn.btn-blank {
  background-image: url(../img/btn_blank.png);
}

.btn.btn-pdf {
  background-image: url(../img/btn_pdf.png);
}

.btn-minimal {
  border: 1px solid #109edd;
  color: #109edd;
  background: transparent;
}

.btn-minimal.btn-arrow:before {
  border-top-color: #109edd;
  border-right-color: #109edd;
}

.btn-image {
  display: inline-block;
}

.is_pc {
  display: block;
}

.is_sp {
  display: none;
}

@media (max-width: 767px) {
  .is_pc {
    display: none;
  }

  .is_sp {
    display: block;
  }

  .sp-none {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-only_inline {
    display: inline-block;
  }

  .sptb-hidden {
    display: none;
  }

  .tbpc-hidden {
    display: block;
  }

  .sp-hidden {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tb-none {
    display: none;
  }

  .tb-only {
    display: block;
  }

  .tb-only_inline {
    display: inline-block;
  }

  .sp-only {
    display: none;
  }

  .sp-only_inline {
    display: none;
  }

  .sptb-hidden {
    display: none;
  }

  .tbpc-hidden {
    display: none;
  }

  .sp-hidden {
    display: block;
  }
}

@media (min-width: 1024px) {
  .pc-none {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .pc-only_inline {
    display: inline-block;
  }

  .sp-only {
    display: none;
  }

  .sp-only_inline {
    display: none;
  }

  .sptb-hidden {
    display: block;
  }

  .tbpc-hidden {
    display: none;
  }

  .sp-hidden {
    display: block;
  }
}

/*
.sp-none {display: none;}
.tb-none {display: none;}
.pc-none {display: block;}

.sp-none_inline {display: none;}
.pc-none_inline {display: inline-block;}

@include media(pc) {
.sp-none {display: block;}
.pc-none {display: none;}
.sp-none_inline {display: inline-block;}
.pc-none_inline {display: none;}
}
*/
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.border-none-top {
  border-top: none !important;
}

.border-none-left {
  border-left: none !important;
}

.border-none-right {
  border-right: none !important;
}

.border-none-bottom {
  border-bottom: none !important;
}

@media screen and (min-width: 1024px) {
  .pc-border-none-top {
    border-top: none !important;
  }

  .pc-border-none-left {
    border-left: none !important;
  }

  .pc-border-none-right {
    border-right: none !important;
  }

  .pc-border-none-bottom {
    border-bottom: none !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

span.asterisk {
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  span.asterisk {
    font-size: 11px;
    font-size: 1.1rem;
    text-indent: -13px;
    margin-left: 13px;
  }
}

body:not(.home) section h2 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: #666666;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  margin-bottom: 4rem;
  line-height: 1.3;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: url(../img/common/icon_gnavarrow_blk.png) !important;
  background-size: 20px 20px !important;
}

.swiper-button-prev {
  transform: rotate(-180deg);
}

.swiper-pagination-bullet-active {
  background-color: #595757 !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.spec article .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  body.spec article .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

body.spec h2 {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  background-image: url(../img/spec/bg_line.png);
}

.spec-list {
  background-image: url(../img/spec/bg_line.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}

.spec-list li {
  background-image: url(../img/spec/bg_line.png);
  line-height: 35px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media (max-width: 320px) {
  .spec-list li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.spec-attention {
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .spec-attention {
    margin-top: 3rem;
    text-align: center;
  }

  .spec-attention p {
    display: inline-block;
    text-align: left;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
  .spec-attention p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.concept .concept_img001 {
  max-width: 320px;
  margin: 5rem auto 0;
}

@media screen and (max-width: 480px) {
  body.concept .concept_img001 {
    max-width: 260px;
    margin: 4rem auto 0;
  }
}

body.concept .concept-brand h3 {
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  body.concept .concept-brand h3 {
    padding-top: 4rem;
  }
}

body.concept .concept_img002 {
  max-width: 560px;
  margin: 2rem auto;
}

@media screen and (max-width: 480px) {
  body.concept .concept_img002 {
    max-width: 260px;
    margin: 2rem auto 0;
  }
}

body.concept .concept-escenario {
  padding-bottom: 2rem;
  *zoom: 1;
  max-width: 510px;
  margin: 0 auto;
  color: #000000;
  font-family: YuGothic, 游ゴシック, Meiryo, メイリオ, "MS PGothic", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
}

body.concept .concept-escenario:before,
body.concept .concept-escenario:after {
  content: " ";
  display: table;
}

body.concept .concept-escenario:after {
  clear: both;
}

body.concept .concept-escenario dt {
  float: left;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 50px;
  font-weight: bold;
  /* for IE 11 */
}

@media all and (-ms-high-contrast: none) {
  body.concept .concept-escenario dt {
    padding-top: 5px;
    line-height: 45px;
  }
}

body.concept .concept-escenario dd {
  border-bottom: 1px solid #141414;
  line-height: 50px;
  padding-left: 10rem;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  body.concept .concept-escenario dd {
    padding-top: 5px;
    line-height: 45px;
  }
}

body.concept .concept-escenario dd:nth-of-type(3) {
  border-bottom: 1px solid #fff;
}

body.concept .concept-escenario dd .concept-escenario__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 74px;
  line-height: 20px;
  border: 1px solid #000;
  border-radius: 6px;
  text-align: center;
  transform: translateY(-50%) translateX(0);
  font-size: 12px;
  font-size: 1.2rem;
  /* for IE 11 */
}

@media all and (-ms-high-contrast: none) {
  body.concept .concept-escenario dd .concept-escenario__icon {
    padding-top: 3px;
    line-height: 17px;
  }
}

body.concept .concept-escenario dd br {
  display: none;
}

@media (max-width: 599px) {
  body.concept .concept-escenario {
    width: 90%;
    padding-top: 3rem;
  }

  body.concept .concept-escenario dt {
    line-height: 25px;
    padding: 1rem 0 1rem 1.5rem;
  }

  body.concept .concept-escenario dd {
    line-height: 25px;
    padding: 1rem 0 1rem 10.5rem;
    letter-spacing: -0.11em;
  }

  body.concept .concept-escenario dd .concept-escenario__icon {
    top: 53%;
    left: 1.5rem;
    transform: translateY(0) translateX(0);
  }

  body.concept .concept-escenario dd br {
    display: block;
  }
}

body .concept-innerplan-type {
  margin-bottom: 13rem;
}

body .concept-innerplan-type.bg001 {
  background-color: #006365;
}

body .concept-innerplan-type.bg002 {
  background-color: #006347;
}

body .concept-innerplan-type.bg003 {
  background-color: #006347;
}

body.design section > .container {
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.design section > .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  body.design section > .container {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  body.design section > .container {
    max-width: 750px;
    padding-bottom: 6rem;
  }
}

body .design-appearance {
  margin-top: 10rem !important;
}

@media screen and (max-width: 767px) {
  body .design-appearance {
    margin-top: 8rem !important;
  }
}

body .design-entrance {
  margin-top: 10rem !important;
}

body .design-entrance figure {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body .design-entrance figure {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body .design-entrance figure {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body .design-entrance {
    margin-top: 8rem !important;
  }
}

body .design-innerplan {
  margin-top: 10rem !important;
}

@media screen and (max-width: 767px) {
  body .design-innerplan {
    margin-top: 8rem !important;
  }
}

body .design-innerplan-type {
  margin-bottom: 13rem;
}

body .design-innerplan-type.bg001 {
  background-color: #006365;
}

body .design-innerplan-type.bg002 {
  background-color: #006347;
}

body .design-innerplan-type.bg003 {
  background-color: #275137;
}

body .design-innerplan-type .container {
  padding: 6rem 14%;
  color: #fff;
}

body .design-innerplan-type-exp {
  padding: 0 1.5rem 5rem;
}

body .design-innerplan-type-exp__title {
  font-size: 21px;
  font-size: 2.1rem;
}

body .design-innerplan-type-exp__spec {
  margin-top: 1rem !important;
}

body .design-innerplan-type-exp__comments {
  margin-top: 1rem !important;
}

@media (min-width: 768px) {
  body .design-innerplan-type .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  body .design-innerplan-type-exp {
    flex-basis: 30rem;
    padding-right: 5rem;
  }

  body .design-innerplan-type-img {
    flex: 1;
    padding-top: 2rem;
  }

  body .design-innerplan-type-img img {
    margin: 0 0 0 auto;
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body .design-innerplan-type .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 6rem 7.5%;
  }

  body .design-innerplan-type-exp {
    flex-basis: 22rem;
    padding-right: 4rem;
    font-size: 12px;
    font-size: 1.2rem;
  }

  body .design-innerplan-type-exp__spec {
    line-height: 1.5;
  }

  body .design-innerplan-type-exp__comments {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 1024px) {
  body .design-innerplan-type .container {
    padding: 7rem 0 8rem;
  }

  body .design-innerplan-type-exp__comments {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .design-innerplan-type-img .pc {
    display: block;
  }

  .design-innerplan-type-img .tb {
    display: none;
  }

  .design-innerplan-type-img .sp {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 1023px) {
  .design-innerplan-type-img .pc {
    display: none;
  }

  .design-innerplan-type-img .tb {
    display: block;
  }

  .design-innerplan-type-img .sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .design-innerplan-type-img .pc {
    display: none;
  }

  .design-innerplan-type-img .tb {
    display: none;
  }

  .design-innerplan-type-img .sp {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-profile .container,
  body.architect .architect-concept .container,
  body.architect .architect-unit .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  body.architect .architect-profile .container,
  body.architect .architect-concept .container,
  body.architect .architect-unit .container {
    padding-right: 2.9rem;
    padding-left: 2.9rem;
  }
}

@media screen and (min-width: 1024px) {
  body.architect .architect-profile .container,
  body.architect .architect-concept .container,
  body.architect .architect-unit .container {
    max-width: 735px;
  }
}

body.architect .architect-unit {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  body.architect .architect-unit {
    margin-bottom: 7rem;
  }
}

body.architect .architect-unit h2 {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  body.architect .architect-unit h2 {
    max-width: 90%;
  }
}

body.architect .architect-concept figure {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 4rem;
}

body.architect .architect-work figcaption {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-work figcaption {
    transform: scale(0.8);
  }
}

@media (max-width: 320px) {
  body.architect .architect-work figcaption {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

body.architect .architect-work-list01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

body.architect .architect-work-list01__item {
  margin-bottom: 5rem;
  width: 25%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-work-list01 {
    margin-bottom: 0;
  }

  body.architect .architect-work-list01__item {
    margin-bottom: 3rem;
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  body.architect .architect-work-list01 {
    margin-bottom: 0;
  }
}

body.architect .architect-work-list01__item figcaption {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  body.architect .architect-work-list01 {
    flex-wrap: wrap;
  }

  body.architect .architect-work-list01__item {
    display: block;
    width: 100%;
  }

  body.architect .architect-work-list01__item {
    width: 50%;
  }
}

body.architect .architect-work-list02__item,
body.architect .architect-work-list03__item {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-work-list02__item,
  body.architect .architect-work-list03__item {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  body.architect .architect-work-list02__item:not(:last-child),
  body.architect .architect-work-list03__item:not(:last-child) {
    margin-bottom: 5.5rem;
  }

  body.architect .architect-work-list01__item {
    margin-bottom: 3rem;
  }

  body.architect .architect-work-list02__item,
  body.architect .architect-work-list03__item {
    margin-bottom: 3rem !important;
  }
}

body.architect .architect-work-list02__item figcaption,
body.architect .architect-work-list03__item figcaption {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  body.architect .architect-work-list02__item figcaption,
  body.architect .architect-work-list03__item figcaption {
    margin-top: 1rem;
  }
}

body.architect .architect-work-list02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

body.architect .architect-work-list02__item {
  display: block;
  width: 50%;
}

@media (min-width: 768px) {
  body.architect .architect-work-list03 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  body.architect .architect-work-list02__item {
    display: block;
    width: 25%;
  }

  body.architect .architect-work-list03__item {
    display: block;
    width: 50%;
  }

  body.architect .architect-work-list02__item figcaption,
  body.architect .architect-work-list03__item figcaption {
    margin-top: 1rem;
  }
}

body.architect .architect-work-list02__item-award,
body.architect .architect-work-list03__item-award {
  margin-top: 3rem;
  text-align: center;
}

body.architect .architect-work-list03__item-award {
  width: 75%;
  margin: 3rem auto;
  text-align: center;
}

body.architect .architect-work-list03__item-award img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.architect .architect-work-list02__item-award,
  body.architect .architect-work-list03__item-award {
    width: auto;
    margin-top: 2.5rem;
  }
}

body.architect .architect-work-list02__item-award p,
body.architect .architect-work-list03__item-award p {
  margin-top: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-work-list02__item-award-text,
  body.architect .architect-work-list03__item-award-text {
    transform: scale(0.8);
  }

  body.architect .architect-work-list02__item-award-text p,
  body.architect .architect-work-list03__item-award-text p {
    font-size: 10px;
    font-size: 1rem;
    white-space: nowrap;
  }
}

body.architect .architect-gooddesign {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: 455px;
  margin: 4rem auto 0;
}

@media (max-width: 767px) {
  body.architect .architect-gooddesign {
    width: 86%;
    max-width: 300px;
  }
}

body.architect .architect-gooddesign figure {
  width: 48px;
}

body.architect .architect-gooddesign figure + div {
  padding-left: 2rem;
}

@media (min-width: 768px) {
  body.architect .architect-gooddesign figure + div {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.location .location-style .container {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }
}

@media screen and (max-width: 767px) {
  body.location .location-style .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  body.location .location-style .container {
    max-width: 750px;
  }
}

body.location .location-style .container p {
  padding-bottom: 3rem;
}

body.location .location-style__image {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media screen and (min-width: 1024px) {
  body.location .location-image {
    margin-top: 12rem;
  }
}

@media screen and (max-width: 767px) {
  body.location .location-style__image {
    width: 100%;
  }
}

body.location .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.location .swiper-pagination {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  body.location .swiper-pagination {
    margin-top: 2.5rem;
  }
}

body.location .location-map {
  margin-top: 20rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.location .location-map {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 767px) {
  body.location .location-map {
    margin-top: 8.5rem;
  }
}

@media screen and (min-width: 768px) {
  body.location .location-map .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  body.location .location-map .container .location-map__root {
    width: 100%;
    max-width: 320px;
  }

  body.location .location-map .container .location-map__root .location-map__root__logo {
    max-width: 240px;
    margin: 0;
  }

  body.location .location-map .container .location-map__root .location-map__root__txt {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
    white-space: nowrap;
    line-height: 1.8;
  }

  body.location .location-map .container .location-map__img {
    padding-left: 5rem;
    max-width: 674px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.location .location-map .container {
    padding: 0 6.5rem;
  }

  body.location .location-map .container .location-map__root {
    width: 38%;
  }

  body.location .location-map .container .location-map__root .location-map__root__logo {
    max-width: 162px;
  }

  body.location .location-map .container .location-map__root .location-map__root__txt {
    transform: scale(0.7);
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-left: -5.5rem;
  }

  body.location .location-map .container .location-map__img {
    padding-left: 5rem;
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  body.location .location-map .container {
    padding: 2rem 0 0;
  }

  body.location .location-map .container .location-map__root {
    margin-bottom: 5rem;
  }

  body.location .location-map .container .location-map__root .location-map__root__logo {
    max-width: 220px;
    margin: 0 auto;
  }

  body.location .location-map .container .location-map__root .location-map__root__txt {
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 2rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
  body.location .location-map .container .location-map__root .location-map__root__txt {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  body.location .location-map .container .location-map__root__guide {
    padding: 0 2rem;
  }
}

body.equipment .equipment-material > .container {
  padding-bottom: 8rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.equipment .equipment-material > .container {
    padding-right: 7.3rem;
    padding-left: 7.3rem;
  }
}

@media screen and (max-width: 767px) {
  body.equipment .equipment-material > .container {
    padding-right: 2.9rem;
    padding-left: 2.9rem;
  }
}

@media screen and (min-width: 1024px) {
  body.equipment .equipment-material > .container {
    width: 750px;
  }
}

body.equipment .equipment-image01 {
  background-color: #d0c0a7;
  margin-bottom: 12rem;
}

body.equipment .equipment-image02 {
  background-color: #ced8de;
  margin-bottom: 8rem;  
}

body.equipment .equipment-image03 {
  background-color: #c6d7d1;
  margin-bottom: 8rem;  
}

body.equipment .equipment_caption {
  color: #595757;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center;
}

@media (max-width: 767px) {
  body.equipment .equipment-image01,
  body.equipment .equipment-image02,
  body.equipment .equipment-image03 {
    margin-bottom: 8rem;
  }

  body.equipment .equipment-image01 .container,
  body.equipment .equipment-image02 .container,
  body.equipment .equipment-image03 .container {
    padding: 1.8rem 0;
  }
}

body.plan .plan-design figcaption {
  border-bottom-color: rgba(20, 20, 20, 0.6);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: rgba(20, 20, 20, 0.6);
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
  width: 120px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
}

body.plan .plan-design p {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  body.plan .plan-design p {
    margin-bottom: 0.5rem;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  body.plan .plan-design p {
    font-size: 10px;
    font-size: 1rem;
  }
}

body.plan .plan-design .swiper-container {
  padding-bottom: 4rem;
}

body.plan .plan-design .swiper-container::after {
  width: 100%;
  height: 1px;
  background-color: rgba(20, 20, 20, 0.4);
  display: block;
  content: "";
}

body.plan .plan-design .swiper-pagination {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  body.plan .plan-design .swiper-button-next,
  body.plan .plan-design .swiper-button-prev {
    top: 40%;
  }
}

@media screen and (max-width: 767px) {
  body.plan .plan-design .container {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

body.plan .plan-design .container,
body.plan .plan-shop .container {
  max-width: 980px;
}

body.plan .plan-design .container h2,
body.plan .plan-type .container h2,
body.plan .plan-shop .container h2,
body.plan .plan-design2 .container h2 {
  border-bottom-color: rgba(20, 20, 20, 0.4);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  body.plan .plan-type .container {
    padding: 0;
  }
}

body.plan .plan-type .container h2 {
  margin-bottom: 0.5rem;
}

body.plan .plan-type-list {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 950px;
  justify-content: center;
  flex-wrap: wrap;
}

body.plan .plan-type-list li:nth-of-type(1) {
  margin: 0 calc(5.778%/6) 1.5rem 0;
}

body.plan .plan-type-list li:nth-of-type(2) {
  margin: 0 calc(5.778%/6) 1.5rem;
}

body.plan .plan-type-list li:nth-of-type(3) {
  margin: 0 calc(5.778%/6) 1.5rem;
}

body.plan .plan-type-list li:nth-of-type(4) {
  margin: 0 0 1.5rem calc(5.778%/6);
}

body.plan .plan-type-list li:nth-of-type(n+5) {
  margin: 0 calc(3.778%/4) 1.5rem;
}

body.plan .plan-type-list__item {
  width: 23.4%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(20, 20, 20, 0.4);
  margin: 0 0.8% 1.4rem;
  height: 210px;
}

body.plan .plan-type-list__item:nth-of-type(6) .plan-type-list__date-inner .is-small,
body.plan .plan-type-list__item:nth-of-type(7) .plan-type-list__date-inner .is-small,
body.plan .plan-type-list__item:nth-of-type(9) .plan-type-list__date-inner .is-small,
body.plan .plan-type-list__item:nth-of-type(10) .plan-type-list__date-inner .is-small,
body.plan .plan-type-list__item:nth-of-type(11) .plan-type-list__date-inner .is-small,
body.plan .plan-type-list__item:nth-of-type(12) .plan-type-list__date-inner .is-small {
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
}

body.plan .plan-type-list__item:nth-of-type(6) .plan-type-list__date-inner .is-small span,
body.plan .plan-type-list__item:nth-of-type(7) .plan-type-list__date-inner .is-small span,
body.plan .plan-type-list__item:nth-of-type(9) .plan-type-list__date-inner .is-small span,
body.plan .plan-type-list__item:nth-of-type(10) .plan-type-list__date-inner .is-small span,
body.plan .plan-type-list__item:nth-of-type(11) .plan-type-list__date-inner .is-small span,
body.plan .plan-type-list__item:nth-of-type(12) .plan-type-list__date-inner .is-small span {
  display: inline-block;
  font-weight: normal;
  font-size: 1.1rem;
}

body.plan .plan-type-list__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 2rem 0 0;
  background-color: rgba(43, 141, 127, 0);
  transition: 0.3s;
  color: #666666;
  position: relative;
}

body.plan .plan-type-list__item a:hover {
  background-color: rgba(145, 215, 157, 0.1);
  opacity: 1;
}

body.plan .plan-type-list__item a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_gnavarrow_blk.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

body.plan .plan-type-list__item img {
  display: none;
}

body.plan .plan-type-list__title {
  text-align: center;
  font-size: 20px;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}

body.plan .plan-type-list__title span {
  font-size: 16px;
}

body.plan .plan-type-list__storey {
  background-color: #91b89d;
  font-size: 10px;
  font-size: 1rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 18px;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
}

body.plan .plan-type-list__date {
  text-align: center;
  line-height: 1.3;
  margin-top: 0.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 48px;
}

body.plan .plan-type-list__date span {
  font-size: 14px;
  font-size: 1.4rem;
}

body.plan span.plan-type-list__date-inner {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  body.plan .plan-type-list {
    max-width: 680px;
  }

  body.plan .plan-type-list__item {
    height: 180px;
  }

  body.plan .plan-type-list__item a {
    padding: 2.5rem 0 0;
  }

  body.plan .plan-type-list__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  body.plan .plan-type-list__storey {
    transform: scale(0.9);
    letter-spacing: .2px;
    width: 100%;
  }

  body.plan .plan-type-list__date {
    transform: scale(0.8);
    margin-top: 0rem;
  }

  body.plan .plan-type-list__date span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  body.plan .plan-type-list {
    max-width: 375px;
  }

  body.plan .plan-type-list__item {
    max-width: 46.4%;
    width: 100%;
    margin: 0 1.8% 1.2rem;
  }
  body.plan .plan-shop .container h2 {
    margin-bottom: 1rem;
  }
}

body.plan .plan-shop .container.border_top {
  border-top: 1px solid rgba(20, 20, 20, 0.4);
  margin: 100px auto 0;
}

@media screen and (min-width: 1024px) {
  body.plan .plan-shop .container {
    padding-bottom: 5rem;
  }
}

body.plan .plan-shop .plan-shop-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 635px;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  body.plan .plan-shop .plan-shop-list {
    margin: 0 auto 5rem;
  }
}

body.plan .plan-shop .plan-shop-list__item {
  border: 1px solid #141414;
  width: 31.666%;
  padding: 5.3rem 0;
}

body.plan .plan-shop .plan-shop-list__title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
}

body.plan .plan-shop .plan-shop-list__date {
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5rem;
  font-size: 12px;
  font-size: 1.2rem;
}

body.plan .plan-shop .plan-shop-list__date span {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  body.plan .plan-shop .plan-shop-list {
    max-width: 500px;
  }

  body.plan .plan-shop .plan-shop-list__item {
    padding: 4.5rem 0;
  }

  body.plan .plan-shop .plan-shop-list__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  body.plan .plan-shop .plan-shop-list__storey {
    transform: scale(0.8);
  }

  body.plan .plan-shop .plan-shop-list__date {
    transform: scale(0.8);
    margin-top: 0.5rem;
  }

  body.plan .plan-shop .plan-shop-list__date span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  body.plan .plan-shop .plan-shop-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
  }

  body.plan .plan-shop .plan-shop-list__item {
    width: 46%;
    margin: 0 2% 1.3rem;
    padding: 4.6rem 0;
  }

  body.plan .plan-type-list li:nth-of-type(2n-1) {
    margin: 0 calc(5.778%/6) 1.5rem 0 !important;
  }

  body.plan .plan-type-list li:nth-of-type(2n) {
    margin: 0 0 1.5rem calc(5.778%/6) !important;
  }
}

.plan-floor .container,
.plan-floor .container h2 {
  border-bottom-width: 1px;
  border-bottom-color: rgba(20, 20, 20, 0.4);
  border-bottom-style: solid;
}

.plan-floor .container h2.nomargin {
  margin-bottom: 0.2rem;
}

.plan-floor .container h2.nomargin + p {
  margin-top: 0.6rem;
}

.plan-floor .container {
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .plan-floor .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.plan-floor .container h2 {
  padding-bottom: 1.5rem;
}

/* ES_nakano
------------------------------ */
/* Architect 画像左右余白削除 */
@media screen and (max-width: 767px) {
  .architect-work-list03__item {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* Spec 交通/ TABのみ２行目インデント */
@media (min-width: 768px) and (max-width: 1023px) {
  .tb-spec-list__indent {
    display: block;
    text-indent: 4.5rem;
  }
}

/* 220325_create_for_shibuya-higashi */
.cl_earth {
  color: #b5b5b5 !important;
}

.cl_design {
  color: #907b5b !important;
}

body.design section > .container.sec2 h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0.15em;
  margin-top: 3.2rem;
  line-height: 1.3;
}

body .design-innerplan .second_img {
  margin: 0 auto;
  width: 80%;
}

body .design-innerplan > figure:not(:last-of-type) {
  margin: 0 auto 40px;
}

body .design-innerplan .second_img.w-full {
  width: 100%;
}

.plan-head {
  color: #666;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 2rem;
  margin-top: 0 !important;
  text-align: center;
}

body.plan .plan-design2 .container figure {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 100%;
}

body.plan .plan-design,
body.plan .plan-type,
body.plan .plan-design2 {
  margin-top: 10rem;
}

.innerplan_caption {
  margin: 10px 0 0;
}

@media screen and (min-width: 1024px) {
  body.design section > .container.sec2 {
    max-width: 750px;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 768px) {
  body .design-innerplan .second_img {
    width: 92%;
  }
  body .design-innerplan .second_img.sp_mb_sm {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 767px) {
  body.design section > .container.sec2 {
    padding-bottom: 0;
  }

  body.design section > .container.sec2 h3 {
    margin-top: 2.4rem;
  }

  body.design section > .container.sec2 p {
    margin-top: 1rem;
  }

  body .design-innerplan .second_img {
    width: 90%;
  }

  body .design-innerplan .second_img.w-full,
  body .design-innerplan .second_img.sp-w-full {
    width: 100%;
  }

  body.plan .plan-design,
  body.plan .plan-type,
  body.plan .plan-design2 {
    margin-top: 8rem;
  }

  body.plan .plan-design2 .container figure {
    width: 100%;
  }

  body.plan .plan-design2 p {
    font-size: 1.2rem;
    text-align: center;
  }
}

.movieBtn_img {
  background-color: transparent;
  display: block;
  margin: 0 auto;
  max-width: 351px;
  transition: 0.2s;
  width: 100%;
}

.openMovie span img {
  transition: .2s;
}

.openMovie span {
  display: none;
}

.openMovie span.no_hover img {
  opacity: 0;
  visibility: hidden;
}

.openMovie span.is_active {
  display: block;
}

.openMovie span.is_active img {
  opacity: 1;
  visibility: visible;
}

.movieBtn_text {
  text-align: center;
}

.mainview_btn {
  background-color: transparent;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -30px;
  left: 0;
  max-width: 351px;
  margin: auto;
  transition: 0.2s;
  width: 100%;
}

.mov_modal {
  background-color: rgba(0 0 0 / 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  width: 100%;
  z-index: 9999;
}

.mov_modal.is_active {
  opacity: 1;
  visibility: visible;
}

.mov_modal_close {
  background-color: transparent;
  color: #fff;
  font-size: 60px;
  /* font-weight: bold; */
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  margin: auto;
}

.mov_modal_inner {
  max-width: 1000px;
  width: 90%;
}

.mov_modal_item {
  display: block;
  width: 100%;
}

.mv_contents {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -60px;
  left: 0;
  max-width: 600px;
  margin: auto;
  width: 100%;
}

.mv_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mv_button {
  background-color: transparent;
  transition: 0.2s;
  width: 32%;
}

.mv_button span img {
  transition: .2s;
}

.mv_button span {
  display: none;
}

.mv_button span.no_hover img {
  opacity: 0;
  visibility: hidden;
}

.mv_button span.is_active {
  display: block;
}

.mv_button span.is_active img {
  opacity: 1;
  visibility: visible;
}

.mv_texts {
  margin: 10px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mv_contents {
    bottom: -165px;
  }

  .mv_buttons {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 180px;
    width: 52%;
  }

  .mv_button {
    width: 100%;
  }
}

body.plan .plan-type-premium {
}

body.plan .plan-type-premium__item {
  margin-bottom: 15rem;
}

body.plan .plan-type-premium__item__upper {
  border-top: 5px solid #437c9a;
  background: rgb(114 177 177 / 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  align-items: flex-start;
  padding: 0 20px;
}

body.plan .plan-type-premium__item__caption {
  margin: 0 auto 1rem;
  max-width: 960px;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body.plan .plan-type-premium__item__upper {
    padding: 0 55px;
  }
}

body.plan .plan-type .container h3.subhead {
  font-size: 2rem;
  font-weight: 300;
  color: #897489;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  line-height: 1.3;
  padding-top: 1.2rem;
  margin-bottom: 6rem;
  text-align: center;
}

body.plan .plan-type .container h2 + h3.subhead {
  margin-bottom: 6rem;
}

body.plan .plan-type-premium__item__upper__inner {
  display: flex;
  align-items: flex-start;
  max-width: 960px;
  margin: 4.5rem auto;
  width: 100%;
}

body.plan .plan-type-premium__item__upper__left {
  min-width: 150px;
  width: 150px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #437c9a;
}

body.plan .plan-type-premium__item__upper__left > div:not(:first-of-type) {
  margin-top: 4rem;
}

body.plan .plan-type-premium__item__upper__right {
  margin-left: 80px;
}

body.plan .plan-type-premium__item__block {
  margin-top: 4rem;
}

body.plan .plan-type-premium__item__block02 {
  margin-top: 2rem;
}

body.plan .plan-type-premium__item__block:first-child,
body.plan .plan-type-premium__item__block02:first-child {
  margin-top: 0;
}

body.plan .plan-type-premium__cat {
  border: 1px solid #72b1b1;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.14rem;
  margin-top: 0;
}

body.plan .plan-type-premium__title {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 0.5rem;
}

body.plan .plan-type-premium__title span {
  font-size: 1.6rem;
}

body.plan .plan-type-premium__title sup {
  font-size: .4em;
}

body.plan .plan-type-premium__storey {
  background-color: #437c9a;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  color: #fff;
  line-height: 1.4rem;
  letter-spacing: 0.15em;
  margin: 12px 0 10px;
}

body.plan .plan-type-premium__site {
  line-height: 1.3;
  margin-top: 0.8rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}

body.plan .plan-type-premium__site.sub {
  margin-top: 0.3rem;
  font-size: 10.5px;
}

body.plan .plan-type-premium__site span {
  font-size: 1.6rem;
}

body.plan .plan-type-premium__site.sub span {
  font-size: 1.45rem;
}

body.plan .plan-type-premium__description {
  color: #595757;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  body.plan .plan-type-premium__item__upper__right {
    margin-left: 40px;
  }
}

@media screen and (min-width: 767px) and (max-width: 768px) {
  body.plan .plan-type-premium__item__upper__right {
    margin-left: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.plan .plan-type-premium__item__upper__inner {
    flex-direction: column;
    align-items: center;
  }

  body.plan .plan-type-premium__item__upper__left {
    flex-direction: row;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: 60px;
    width: 94%;
  }

  body.plan .plan-type-premium__item__upper__left .plan-type-premium__item__upper__item {
    width: 44%;
  }

  body.plan .plan-type-premium__item {
    margin-bottom: 9rem;
  }

  body.plan .plan-type-premium__cat {
    font-size: 1.2rem;
  }

  body.plan .plan-type-premium__item__caption {
    font-size: 1.2rem;
  }

  body.plan .plan-type-premium__storey {
    width: 100%;
  }

  body.plan .plan-type-premium__item__upper__left > div:not(:first-of-type) {
    margin-top: 0;
  }

  body.plan .plan-type-premium__item__upper__right {
    margin-left: 0;
    margin: -122px 0 0;
  }

  body.plan .plan-type-premium__item__upper__inner {
    margin: 4.5rem auto;
  }
}
