@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap')*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap')*/
/*@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap');*/

body {
 color: #333;
}

/*.kiwi-maru-medium {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}*/

.notosans {
/* font-family: "Noto Sans JP", sans-serif;*/
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
 font-optical-sizing: auto;
/* font-weight: 600;*/
	font-weight: bold;
}

/* navbar */
.navbar-light {
	background-color: #FFF!important;
}
.nav-link {
	font-size: 16px;
	line-height: 1.0;
	font-weight: bold;
}
.nav-link i {
	color: #ff9a40;
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 1.0);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-toggler-icon {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  appearance: none;
  cursor: pointer;
}
.navbar-toggler-icon, .navbar-toggler-icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.navbar-toggler-icon span {
  position: absolute;
  left: 5px;
  width: 80%;
  height: 2px;
  background-color: #a5a5a5;
  border-radius: 1px;
}
.navbar-toggler-icon span:nth-of-type(1) {
  top: 8px;
}
.navbar-toggler-icon span:nth-of-type(2) {
  top: 20px;
}
.navbar-toggler-icon span:nth-of-type(3) {
  top: 32px;
}
.navbar-toggler[aria-expanded='true'] span.navbar-toggler-icon span:nth-of-type(1) {
  transform: translateY(12px) rotate(-315deg);
}
.navbar-toggler[aria-expanded='true'] span.navbar-toggler-icon span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded='true'] span.navbar-toggler-icon span:nth-of-type(3) {
  transform: translateY(-12px) rotate(315deg);
}
@media (max-width: 575.98px) { 
.nav-link {
    padding: 15px 5px!important;
}
}

/* jumbotron */
.jumbotron {
	position: relative;
	background-color: #f8f4e8;
	/*	background-image: linear-gradient( 135deg, #ffe7b9 10%, #ffe7b9 100%);	*/
	background-image: url(../images/bg-pc.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	min-height: 80vh;
	background-position: center center;
}

@media (max-width: 575.98px) { 
.jumbotron {
	background-image: url(../images/bg-sp.jpg);
	min-height: 80vh;
}
}
.catch-txt {
	clip-path: inset(0 100% 0 0);
	display: inline-block;
	animation: textanimation 2s 0.5s forwards;
	margin: 0;
	color: #000;
}
@keyframes textanimation {
0% {
clip-path: inset(0 100% 0 0);
}
100% {
clip-path: inset(0);
}
}

img.f01 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	
}
img.f02 {
	max-width: 1280px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.slash {
	display: inline-block;
	position: relative;
	padding-inline: 15px;
}
.slash::before, .slash::after {
	content: "";
	height: 100%;
	width: 5px;
	background-color: #000;
	position: absolute;
	top: 0;
}
.slash::before {
	left: 0;
	transform: rotate(-30deg);
	margin-left: -25px;
}
.slash::after {
	right: 0;
	transform: rotate(30deg);
	margin-right: -25px;
}
.stage {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.stage-cp {
	font-size: 47px;
	line-height: 1.2!important;
	/*font-weight: bold;*/
}
.stage-cp2 {
	font-size: 41px;
	line-height: 1.25!important;
	/*font-weight: bold;*/
}

.fadeIn {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
from {
opacity: 0;
transform: translateY(100px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

/*スクロールダウン全体の場所*/
.arrow-wrap {
	padding: 20px;
}
.scrolldown {
	position: absolute;
	bottom: -30px;
	right: 50%;
	animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
0% {
bottom:1%;
}
50% {
bottom:3%;
}
100% {
bottom:1%;
}
}
.scrolldown span {
	position: absolute;
	left: -20px;
	bottom: 10px;
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.scrolldown:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -6px;
	width: 1px;
	height: 20px;
	background: #000;
	transform: skewX(-31deg);
}
.scrolldown:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 50px;
	background: #000;
}

/* 見出しテキスト周り */
h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}
h3.sec-title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #000;
}
h3.sec-title2 {
	text-align: center;
	margin-bottom: 20px;
}
h3.sec-title2 span {
	font-size: 24px;
	line-height: 1.2;
	color: #FFF;
	border-radius: 9999px;
	font-weight: bold;
	border: 5px solid #fff;
	padding: 30px 50px 27px;
	text-align: center;
	display: inline-block;
	margin-bottom: 0;
}

/* スペース */
.sp50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.sp40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*ポイント*/
.point {
	position: relative;
	border: 6px solid #000;
	border-radius: 0px;
	padding: 15px;
}
.point p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
	color: #FFF;
	background-color: black;
	padding: 5px;
	position: absolute;
	top: 0px;
	left: -15px;
	transform: rotate(-20deg);
	background-color: #ff9a40;
}
.point h5 {
	font-size: 29px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 150px;
}

.copy_body {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 400;
	font-family: "Kosugi", sans-serif;
	font-style: normal;
}

/* splide */
.splide__pagination__page {
}
.splide__pagination__page.is-active {
	background: #ff9a40;
}

.splide__slide {
	position: relative;
}

.splide__slide p.deck {
	position: absolute;
	right: 2px;
	bottom: 2px;
	background-color: rgba(255, 102, 0, 0.7);
	color: #FFF;
	font-size: 12px;
	line-height: 1.0;
	margin: 0;
	padding: 5px;
}
.splide__slide p.fence {
	position: absolute;
	right: 2px;
	bottom: 2px;
	background-color: rgba(0, 153, 51, 0.7);
	color: #FFF;
	font-size: 12px;
	line-height: 1.0;
	margin: 0;
	padding: 5px;
}
.splide__slide p.public {
	position: absolute;
	right: 2px;
	bottom: 2px;
	background-color: rgba(0, 102, 204, 0.7);
	color: #FFF;
	font-size: 12px;
	line-height: 1.0;
	margin: 0;
	padding: 5px;
}
.splide__slide p.other {
	position: absolute;
	right: 2px;
	bottom: 2px;
	background-color: rgba(102, 102, 102, 0.7);
	color: #FFF;
	font-size: 12px;
	line-height: 1.0;
	margin: 0;
	padding: 5px;
}

.splide__slide img {
	width: 100%;
	height: 15vw; /* 任意の高さ */
	padding: 2px!important;
	object-fit: cover;
font-family: 'object-fit: cover;'; 
}
.splide__slide a:hover {
	opacity: 0.5;
}

.splide__arrow--prev {
	left: 10px;
}
.splide__arrow--next {
	right: 10px;
}
.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	z-index: 1
}
.splide__arrow svg {
	fill: #FFF;
	height: 20px;
	width: 20px;
}
.splide__pagination {
	bottom: -25px!important;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}
.splide__pagination__page {
	background: #666666;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px
}

/* 実際の声 */
.tips-box {
	display: inline-block;
	position: relative;
	padding: 7px 14px;
	border-radius: 30px;
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
	font-size: 13px;
}
.tips-box:before {
	position: absolute;
	top: 100%;
	left: 50px;
	transform: skew(-25deg);
	height: 15px;
	width: 15px;
	border-right: 1px solid #333;
	background-color: #fff;
	content: "";
}
.tips-box p {
	line-height: 1.0;
	margin: 0;
}
.beer-reveal {
  box-shadow: 1px 0 0 0 rgba(255,255,255,1.0);
}	


/* featuresエリア */
.features {
/*padding: 0px 0;*/
}
.features p {
	font-size: 16px;
	line-height: 1.7;
}
.features h4 {
	margin-bottom: 20px;
}
.features h4 span {
	font-size: 20px;
	line-height: 1.0;
	font-weight: bold;
	margin: 0;
	padding: 0.15rem 0 0 0;
}
.features h4 {
	position: relative;
	padding: 1rem 1rem calc(1rem + 8px);
	background: #fff;
}
.features h4:before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	content: '';
	border: 3px solid #000;
}

/* featuresカラー */
.color {
	position: relative;
	background-color: #FFF;
}
p.no1, p.no2, p.no3, p.no4 {
	display: block;
	color: #FFF;
	font-size: 16px;
	line-height: 1.0;
	margin: 0;
	text-align: center;
}
p.no1 {
	position: absolute;
	right: 3px;
	bottom: 3px;
}
p.no2 {
	position: absolute;
	left: 3px;
	bottom: 3px;
}
p.no3 {
	position: absolute;
	right: 3px;
	top: 3px;
}
p.no4 {
	position: absolute;
	left: 3px;
	top: 3px;
}
.color a:hover {
	opacity: 0.75;
}

.pdf-link a {
	font-size: 14px;
	text-decoration: underline;
	color: #ff7800;
}
.pdf-link a:hover {
	opacity: 0.6;
}
.pic-wo, .pic-ch, .pic-pa {
	text-align: center;
}

a:hover.luminous-ex {
	opacity: 0.75;
}

.table {
	margin-bottom: 7px;
}
.table th {
	background-color: #ffe7b9!important;
	font-weight: normal!important;
}
.table th, .table td {
	font-size: 14px;
	background-color: #fff;
	padding: 10px 5px;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	text-align: center;
}
.table-bg th, .table-bg td {
	background-color: #ffff33!important;
	color: #ff0000;
	font-weight: bold;
}
p.caption {
	font-size: 13px;
	line-height: 1.4;
}

/* 施工例 */
.sekorei_title {
	position: relative;
}
.sekorei_title .maru {
	position: absolute;
	top: -30px;
	left: 30px;
	width: 140px;
	height: 140px;
	background-color: #ff9a40;
	border-radius: 50%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sekorei_title .maru p {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.0;
	color: #fff;
	margin: 0;
}
.comment h5 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	color: #ff9a40;/*color: #cc6600;*/
}
.comment p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 30px;
}


/* 展示場・カタログ・お問い合わせ　*/
p.shoulder {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
p.shoulder {
	margin-bottom: 37px;
}
p.shoulder span {
	color: #333;
	position: relative;
	padding: 1rem 1rem 1rem 1rem;
	border: 3px solid #333;
	font-weight: bold;
	font-size: 21px;
	border-radius: 10px;
}
p.shoulder span:before, p.shoulder span:after {
	position: absolute;
	left: 30px;
	height: 0;
	width: 0;
	border: solid transparent;
	content: "";
}
p.shoulder span:before {
	top: 100%;
	margin-left: -10px;
	border-color: transparent;
	border-top-color: #333;
	border-right-color: #333;
	border-width: 10px;
}
p.shoulder span:after {
	top: 99%;
	margin-left: -7px;
	border-color: transparent;
	border-top-color: white;
	border-right-color: white;
	border-width: 7px;
}

/* **テキストアニメーション** */
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
.leftAnime {
  opacity: 0;
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* エクステリア */
.exterior {
	color: #FFF;
}
.exterior p.outline {
	font-size: 18px;
	line-height: 1.6;
	color: #FFF;
}

/* 展示場 */
.tenji h5 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}
.tenji ul {
	margin-left: 1em;
	padding: 0;
}
.tenji ul li {
	font-size: 15px;
	margin-bottom: 8px;
}
h4.telephone {
	color: #ff9a40;
	font-size: 32px;
	font-weight: bold;
}
h4.telephone a {
	color: #ff9a40;
}

/* カンパニー */
.cp-info {
	color: #666666;
}
.cp-info h4 {
	font-size: 40px;
	margin-top: 25px;
}
.cp-info h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
}
.footer-copy {
	font-size: 14px;
	line-height: 1.6;
}
.copyright {
	font-size: 14px;
	padding: 25px 15px;
	text-align: center;
	margin-top: 50px;
}


/* **バナー** */
.top_bnr img {
  max-width: 90%;
  margin-bottom: 30px;
}
.side_bnr {
  position: fixed;
  top: calc(50% - 125px);
  right: 0px;
  z-index: 999;
}
.side_bnr img {
  width: 110px;
  height: auto;
}

/* ボタン周り */
.popup-btn {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.0;
  padding: 30px 50px;
  border-radius: 9999px;
  border: solid 1px #ff8432;
  background-color: #ff8432;
  color: #FFF;
}
.popup-btn:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}
.popup-btn span {}
/*ボタン*/
.site-link {
  font-size: 12px;
  line-height: 1.0;
  background-color: #ff9a40;
  border-radius: 15px;
  color: #FFF;
}
/*ボタン*/
a.btn-map {
  background-color: #999999;
  border-radius: 9999px;
  font-size: 11px;
  line-height: 0.9;
  color: #FFF;
  padding: 2px 8px;
}
a.btn-map:hover {
  opacity: 0.6;
  color: #FFF;
  text-decoration: none;
}
/* ページトップ */
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff9a40;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
  transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
}
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  transform: translateY(100px);
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}



/*モーダル*/
.img-catalog {
	background-image: url(../images/img-catalog.jpg);
	background-position: center center;
}

/*Luminous */
.lum-lightbox {
	z-index: 9999;
}
/*レスポンシブ最適化 */
.lum-lightbox-inner img.lum-img {
	max-width: 100%;
}


/*レスポンシブ*/
/*i-pad optimize */
@media ( max-width:991.98px ) {
.container {
	max-width: 100%;
}
}
@media (max-width: 991.98px) { 
.stage-cp {
	font-size: 40px;
}
.stage-cp2 {
	font-size: 35px;
}
.pic-wo img, .pic-ch img, .pic-pa img {
	height: 200px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sekorei_title {
	position: relative;
}
.sekorei_title .maru {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 120px;
	height: 120px;
	background-color: #ff9a40;
	border-radius: 50%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sekorei_title .maru p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.0;
	color: #fff;
	margin: 0;
}
.sekorei_title h3 {
	font-size: 24px;
	margin-left: 140px;
	text-align: left;
}	
}
@media (max-width: 767.98px) {
.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sekorei_title {
	position: relative;
}
.sekorei_title .maru {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 72px;
	height: 72px;
	background-color: #ff9a40;
	border-radius: 50%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sekorei_title .maru p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	color: #fff;
	margin: 0;
}
.sekorei_title h3 {
	font-size: 20px;
	margin-left: 83px;
	text-align: left;
}
}

@media (max-width: 575.98px) {
.stage-cp {
	font-size: 27px;
}
.stage-cp2 {
	font-size: 24px;
}
.slash::before, .slash::after {
	width: 2px;
}
.slash::before {
	margin-left: -5px;
}
.slash::after {
	margin-right: -5px;
}
.point {
	border: 4px solid #000;
	padding: 5px;
	margin-bottom: 8px;
}
.point p {
	font-size: 12px;
	padding: 5px;
	top: 0px;
	left: -15px;
	transform: rotate(-20deg);
}
.point h5 {
	font-size: 24px;
	min-height: 30px;
}
.copy_body {
	font-size: 16px;
}
h3.sec-title {
	font-size: 21px;
	margin-bottom: 20px;
}
p.shoulder span {
	padding: 0.75rem;
	border: 3px solid #333;
	font-size: 17px;
	border-radius: 10px;
}
.tenji h5 {
	font-size: 17px;
	margin-top: 15px;
}
img.hh-logotype {
	max-width: 330px;
}
.cp-info h2 {
	font-size: 17px;
	margin-top: 20px;
}
.pic-wo img, .pic-ch img, .pic-pa img {
	height: 200px;
	width: auto;
}
}