@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

/*　H-02style  ================================================================================= */

body {
	font-family: YakuHanMP, "Shippori Mincho", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-top: 0!important;
	background-color: #fefef9;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-medium-italic {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: italic;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}


a {
    color: #1c1c1c;
}
a:hover {
    color: #1c1c1c;
}

article.post {
    color: #1c1c1c;
}

.page-link:hover {
    border-color: #c2b8b9;
    background-color: #d9d9d9;
}

.btn-home {
	font-family: "Libre Baskerville", serif;
}

.lh-03 {line-height: 0.3;}
.lh-04 {line-height: 0.4;}
.lh-05 {line-height: 0.5;}
.lh-06 {line-height: 0.6;}
.lh-07 {line-height: 0.7;}
.lh-08 {line-height: 0.8;}
.lh-09 {line-height: 0.9;}
.lh-10 {line-height: 1;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}

/* =============  角丸 ============ */
.rounded05 {border-radius:5px}
.rounded10 {border-radius:10px}
.rounded15 {border-radius:15px}
.rounded20 {border-radius:20px}
.rounded25 {border-radius:25px}
.rounded30 {border-radius:30px}
.rounded35 {border-radius:35px}
.rounded40 {border-radius:40px}
.rounded45 {border-radius:45px}
.rounded50 {border-radius:50px}

/* =============  上だけ角丸 ============ */
.rounded05-up {border-radius:5px 5px 0 0}
.rounded10-up {border-radius:10px 10px 0 0}
.rounded15-up {border-radius:15px 15px 0 0}
.rounded20-up {border-radius:20px 20px 0 0}
.rounded25-up {border-radius:25px 25px 0 0}
.rounded30-up {border-radius:30px 30px 0 0}
.rounded35-up {border-radius:35px 35px 0 0}
.rounded40-up {border-radius:40px 40px 0 0}
.rounded45-up {border-radius:45px 45px 0 0}
.rounded50-up {border-radius:50px 50px 0 0}

/* =============  下だけ角丸 ============ */
.rounded05-down {border-radius: 0 0 5px 5px}
.rounded10-down {border-radius: 0 0 10px 10px}
.rounded15-down {border-radius: 0 0 15px 15px}
.rounded20-down {border-radius: 0 0 20px 20px}
.rounded25-down {border-radius: 0 0 25px 25px}
.rounded30-down {border-radius: 0 0 30px 30px}
.rounded35-down {border-radius: 0 0 35px 35px}
.rounded40-down {border-radius: 0 0 40px 40px}
.rounded45-down {border-radius: 0 0 45px 45px}
.rounded50-down {border-radius: 0 0 50px 50px}

/* =============  左だけ角丸 ============ */
.rounded05-left {border-radius:5px 0 0 5px}
.rounded10-left {border-radius:10px 0 0 10px}
.rounded15-left {border-radius:15px 0 0 15px}
.rounded20-left {border-radius:20px 0 0 20px}
.rounded25-left {border-radius:25px 0 0 25px}
.rounded30-left {border-radius:30px 0 0 30px}
.rounded35-left {border-radius:35px 0 0 35px}
.rounded40-left {border-radius:40px 0 0 40px}
.rounded45-left {border-radius:45px 0 0 45px}
.rounded50-left {border-radius:50px 0 0 50px}

/* =============  右だけ角丸 ============ */
.rounded05-right {border-radius:0 0 5px 5px}
.rounded10-right {border-radius:0 0 10px 10px}
.rounded15-right {border-radius:0 0 15px 15px}
.rounded20-right {border-radius:0 0 20px 20px}
.rounded25-right {border-radius:0 0 25px 25px}
.rounded30-right {border-radius:0 0 30px 30px}
.rounded35-right {border-radius:0 0 35px 35px}
.rounded40-right {border-radius:0 0 40px 40px}
.rounded45-right {border-radius:0 0 45px 45px}
.rounded50-right {border-radius:0 0 50px 50px}

/* ====================================================

       　               色（ポジ)　

==================================================== */

/* ============= 背景色 ============= */
.bg-base {
	background-color: #fff;
}

.bg-brown {
	background-color: #c9ad58;
}
.text-brown {
	color: #c9ad58;
}

/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色　*/
#area-header #menu-global .menu-item .nav-link {
    color: #1c1c1c;
}

/*　文章の色　*/
p {
	color: #1c1c1c;
}

/* ============ 見出しの色 ============ */
h1,h2,h3,h4,h5 {
	color: #1c1c1c;
}

/* ============ ボタンの色 ============ */
/*　ボタンの中の文字の色　*/
.link-btn1 span {
    color: #fff!important;
}

/*　ボタンの中の文字の色(ホバー時の色)　*/
.link-btn1:hover span{
  	color: #000!important;
}

/*　ボタンの中の背景の色　*/
.link-btn1 {
	background-color: #000!important;
}

/*　ボタンの中の背景の色(ホバー時の色)　*/
.link-btn1:before {
	background-color: #fff!important;
  	border: 2px solid #000!important;
}


/* ====================================================

       　               色（ネガ)　
       
==================================================== */

/* ========== 背景色(ネガ) =========== */
.bg-nbase {
	background-color: #1c1c1c;
}

/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色(ネガ)　*/
#area-header.nega #menu-global .menu-item .nav-link {
    color: #fff;
}
/*　文章の文字の色(ネガ)　*/
.nega p {
	color: #fff;	
}

/* ========= 見出しの色(ネガ) ========== */
/*　見出しの色(白色の文字)　*/
.nega h1,.nega h2,.nega h3,.nega h4,.nega h5 {
	color: #fff;
}

/* ========== ボタンの色(ネガ) ========== */
.link-btn1n span {
    color: #000!important;
}

/*　ボタンの中の文字の色(ホバー時の色)(ネガ)　*/
.link-btn1n:hover span{
  	color: #fff!important;
}

/*　ボタンの中の背景の色(ネガ)　*/
.link-btn1n {
	background-color: #fff!important;
}
.link-btn1n:before {
	background-color: #000!important;
  	border: 2px solid #fff!important;
}


/*　ヘッダーお問い合わせボタンの背景の色　*/
.h-01 #area-header #menu-global .btn-contact {
	background-color: #000!important;
}

/*　ヘッダーお問い合わせボタンの文字の色　*/
.h-01 #area-header #menu-global .btn-contact.menu-item a.nav-link {
	color: #fff!important;
}

a.tel-link {
	color: #000!important;
}

a.tel-link a {
	color: #000!important;
}

.nega a.tel-link {
	color: #fff!important;
}

.nega a.tel-link a {
	color: #fff!important;
}

/*  ページナビ  */
.pagination .page-link.active, .active>.page-link {
    background-color: #000;
    border-color: #000;
}
.pagination .page-link {
    border: 1px solid #000;
    color: #000;
}
.pagination .page-link.current {
	color: #fff;
}

/*　文字調整　*/
h2.h2 {
	font-weight: bold;
	font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
	letter-spacing: clamp(0.15rem, 0.08rem + 0.35vw, 0.5rem);
	line-height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
}

.midashieigo {
	font-family: 'Oswald', sans-serif;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}


h4 {
	font-size: calc(1.275rem + 0.3vw);
	line-height: 2rem;
}

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

h1,h2,h3,h4,h5,p {
	word-break: break-all;
}


/* 幅 */
/*60px-150px*/
.py-haba01 {
	padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
	padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.pt-haba01 {
	padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.pb-haba01 {
	padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

/*30px-75px*/
.py-haba02 {
	padding-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
	padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.pt-haba02 {
	padding-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.pb-haba02 {
	padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}

/*90px-180px*/
.py-haba03 {
	padding-top: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
	padding-bottom: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}
.pt-haba03 {
	padding-top: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}
.pb-haba03 {
	padding-bottom: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}

.mt-haba01 {
	margin-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

.mt-30-90 {
	margin-top: clamp(1.875rem, 1.125rem + 3.75vw, 5.625rem);
}

.py-haba02 {
    padding-top: clamp(1.87rem, 1.3395rem + 2.68vw, 4.8675rem);
    padding-bottom: clamp(1.87rem, 1.3395rem + 2.68vw, 4.8675rem);
}

.py-haba03 {
	padding-top: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
	padding-bottom: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}
.pt-haba03 {
	padding-top: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}
.pb-haba03 {
	padding-bottom: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}


/* ヘッダーロゴ設定 */
.h-02 .header-logo {
	width: 200px;
}
@media (min-width: 992px) {
	.h-02 .header-logo {
		width: 300px;
	}
}
@media (min-width: 1200px) {
	.h-02 .header-logo {
		width: 400px;
	}
}
@media (min-width: 1400px) {
	.h-02 .header-logo {
		width: 500px;
	}
}
.h-02 #area-header .navbar-brand {
    margin-right: 20px;
    width: auto;
}

/* ヘッダーナビ　ホバー処理 */
.h-02 #area-header #menu-global .btn-contact.menu-item:hover a.nav-link {
    color: #000;
}
.h-02 #area-header #menu-global .btn-contact.menu-item:hover {
    background-color: #fff;
}
.h-02 #area-header #header-sub li:hover a {
	background-color: #fff;
	color: #000;
}

/* ヘッダーナビ設定 */
.h-02 #area-header #menu-global .menu-item .nav-link a {
	color: #000;
}
.h-02 #area-header #menu-global .menu-item {
    background-color: transparent;
}

.h-02 #area-header #menu-global {
	padding-top: 60px;
	padding: 6%;
}
@media (min-width: 768px) {
	.h-02 #area-header #menu-global {
		padding-top: 70px;
	}
}
@media (min-width:992px) {
	.h-02 #area-header #menu-global {
		padding: 0;
	}
}

.h-02 #area-header #menu-global .menu-item:last-child:hover {
	background-color: transparent;
}

@media (min-width: 992px) {
	.h-02 #area-header #menu-global .menu-item.nav-contact .nav-link {
	    position: fixed;
        top: 0%;
        right: 0;
        transform: translate(0%, 0%);
        width: 150px;
        height: 100%;
        background-color: #c9ad58;
        color: #000;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 13px;
	}
	.h-02 #area-header #menu-global .menu-item.nav-contact .nav-link:before {
        position: absolute;
		content: '';
		top: 15px;
        left: 82%;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        height: 20px;
        background-image: url(img/SVG/icon-mail2.svg);
        background-size: contain;
        background-repeat: no-repeat;
  	}
  	.h-02 #area-header #menu-global .menu-item.nav-contact .nav-link span {
  		margin-top: 35px;
  	}

	.h-02 #area-header #menu-global .menu-item.nav-tel .nav-link {
	    position: fixed;
        top: 0%;
        right: 150px;
        transform: translate(0%, 0%);
        width: 150px;
        height: 100%;
        background-color: #1c1c1c;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-family: "Libre Baskerville", serif;
        font-size: 13px;
	}
	.h-02 #area-header #menu-global .menu-item.nav-tel .nav-link:before {
        position: absolute;
        content: '';
        top: 10px;
        left: 90%;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        height: 30px;
        background-image: url(img/SVG/icon-tel.svg);
        background-size: contain;
        background-repeat: no-repeat;
  	}
  	.h-02 #area-header #menu-global .menu-item.nav-tel .nav-link span {
  		margin-top: 35px;
  	}

  	/*.h-02 #area-header #menu-global .menu-item.nav-tel .nav-link:hover {
  		background-color: #777;
  		transition: .3s;
  	}*/
  	.h-02 #area-header #menu-global .menu-item.nav-contact .nav-link:hover {
  		background-color: #ffdd74;
  		transition: .3s;
  	}

	.h-02 #area-header #menu-global .menu-item {
		margin-top: 0px;
	}
}

.h-02 #area-header.navbar {
	padding: 10px;
}
@media (min-width: 992px) {
	.h-02 #area-header.navbar {
		padding: 0px;
	}
}

.h-02 #area-header #menu-global .dropdown-menu li:last-child {
	padding: 0;
}

.h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link {
	color: #000;
	padding: 15px 10px!important;
}

.h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link:hover {
	color: #fff;
	background-color: #000;
}

/*　ハンバーガーメニューボタン　*/
@media (max-width: 576px) {
	.h-02 #area-header .hamburger {
		position: absolute;
	    right: 0;
	    z-index: 100;
	}
}
@media (max-width: 992px) {
	.h-02 #area-header .hamburger {
	    position: absolute;
		top: 0%;
		right: 0%;
		cursor: pointer;
	    width: 50px;
	    height:50px;
	}
}
@media (max-width: 992px) {
	.h-02 #area-header .globalMenuSp {
	  	position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		background-image: url(img/bg-spnavi2.jpg);
		background-size: cover;
        background-position: center bottom;
		width: 100%;
		transform: translateX(100%);
		height: 100vh;
	}

	.h-02 #area-header #menu-global .menu-item .nav-link {
	    color: #fff;
	    text-align: center;
	    padding: 15px 0 15px 0;
	}

	.h-02 #area-header #menu-global .menu-item.nav-tel .nav-link {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.4);
		font-family: "Libre Baskerville", serif;
  		font-weight: 400;
  		letter-spacing: 2.0px;
		margin-top: 30px;
		border: 2px solid #fff;
	}
	.h-02 #area-header #menu-global .menu-item.nav-tel .nav-link:before {
		content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(img/SVG/icon-tel.svg);
        background-repeat: no-repeat;
        margin-right: 10px;
        background-size: contain;
        vertical-align: middle;
	}
	.h-02 #area-header #menu-global .menu-item.nav-tel .nav-link:hover {
		color: #000;
		background-color: rgba(255, 255, 255, 1.0);
		transition: 0.5s;
	}

	.h-02 #area-header #menu-global .menu-item.nav-contact .nav-link {
		color: #c9ad58;
		background-color: rgba(0, 0, 0, 0.4);
		margin-top: 30px;
		border: 2px solid #c9ad58;
	}
	.h-02 #area-header #menu-global .menu-item.nav-contact .nav-link:before {
		content: '';
        display: inline-block;
        width: 50px;
        height: 25px;
        background-image: url(img/SVG/icon-mail.svg);
        background-repeat: no-repeat;
        margin-right: 10px;
        background-size: contain;
        vertical-align: middle;
	}
	.h-02 #area-header #menu-global .menu-item.nav-contact .nav-link:hover {
		color: #fff;
		background-color: #c9ad58;
		transition: 0.5s;
	}

	.h-02 #area-header .globalMenuSp ul {
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}

	.h-02 #area-header .globalMenuSp ul li {
	  list-style-type: none;
	  padding: 0;
	  width: 100%;
	}
	.h-02 #area-header .globalMenuSp ul li:first-child {
		padding-top: 0px;
	}
	.h-02 #area-header .globalMenuSp ul li:last-child {
	  padding-bottom: 0;
	}
	.h-02 #area-header .globalMenuSp ul li:hover{
	  background :#ddd;
	}

	.h-02 #area-header .globalMenuSp ul li a {
	  display: block;
	  color: #fff;
	  padding: 1.5em 0;
	  text-decoration :none;
	}

	.h-02 #area-header .globalMenuSp.active {
	  opacity: 100;
	  display: block;
	   transform: translateY(0%);
	}

	.h-02 #area-header .globalMenuSp .btn-english a {
		display: inline-block;
		margin-top: 25px;
		padding: 15px 30px;
		background-color: #fff;
	}

	.globalMenuSp li {
	  opacity: 0;
	  transform: translateY(-20px);
	  animation: menuFadeSlide 0.6s ease forwards;
	}

	.globalMenuSp.active li:nth-child(1) { animation-delay: 0.1s; }
	.globalMenuSp.active li:nth-child(2) { animation-delay: 0.2s; }
	.globalMenuSp.active li:nth-child(3) { animation-delay: 0.3s; }
	.globalMenuSp.active li:nth-child(4) { animation-delay: 0.4s; }
	.globalMenuSp.active li:nth-child(5) { animation-delay: 0.5s; }
	.globalMenuSp.active li:nth-child(6) { animation-delay: 0.6s; }
	.globalMenuSp.active li:nth-child(7) { animation-delay: 0.7s; }
	.globalMenuSp.active li:nth-child(8) { animation-delay: 0.8s; }
	.globalMenuSp.active li:nth-child(9) { animation-delay: 0.9s; }
	.globalMenuSp.active li:nth-child(10) { animation-delay: 1.0s; }

	@keyframes menuFadeSlide {
	  0% {
	    opacity: 0;
	    transform: translateY(-20px);
	  }
	  100% {
	    opacity: 1;
	    transform: translateY(0);
	  }
	}
}

.h-02 #area-header #menu-global li:hover .dropdown-menu {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*.h-02 #area-header .openbtn{
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
	cursor: pointer;
    width: 50px;
    height:50px;
}*/

.h-02 #area-header .openbtn .openbtn-area{
    transition: all .4s;
}

.h-02 #area-header .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
	background: #000;
  	width: 60%;
}

.h-02 #area-header .openbtn.active span {
	background: #c9ad58;
}

.h-02 #area-header .openbtn span:nth-of-type(1) {
	top:15px;	
}

.h-02 #area-header .openbtn span:nth-of-type(2) {
	top:23px;
}

.h-02 #area-header .openbtn span:nth-of-type(3) {
	top:31px;
}

.h-02 #area-header .openbtn.active .openbtn-area{
	transform: rotateY(-360deg);
}

.h-02 #area-header .openbtn.active span:nth-of-type(1) {
    top: 32px;
    left: 2px;
    transform: translateY(6px) rotate(-130deg);
    width: 65%;
    height: 3px;
    border-radius: 0;
}

.h-02 #area-header .openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.h-02 #area-header .openbtn.active span:nth-of-type(3){
    top: 44px;
    left: 1px;
    transform: translateY(-6px) rotate(130deg);
    width: 65%;
    height: 3px;
    border-radius: 0;
}

.btn-trigger {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #c9ad58;
  border-radius: 4px;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) { top: 0; }
.btn-trigger span:nth-of-type(2) { top: 20px; }
.btn-trigger span:nth-of-type(3) { bottom: 0; }

#btn19::after {
  position: absolute;
  top: 20%;
  left: -26%;
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all .75s;
}

#btn19.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
#btn19.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  animation: active-btn19-bar02 .8s forwards;
}
#btn19.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
}
#btn19.active::after {
  animation: active-btn19 .7s .25s forwards;
}

@keyframes active-btn19-bar02 {
  100% { height: 0; }
}
@keyframes active-btn19 {
  0%   { border-color: transparent; transform: rotate(0); }
  25%  { border-color: transparent #c9ad58 transparent transparent; }
  50%  { border-color: transparent #c9ad58 #c9ad58 transparent; }
  75%  { border-color: transparent #c9ad58 #c9ad58 #c9ad58; }
  100% { border-color: #c9ad58; transform: rotate(-680deg); }
}

.h-02 #area-header {
	padding: 16px;
}
.h-02 #area-header #header-sub {
	 display: flex;
	 justify-content: right;
	 margin: 12px 0px 8px 12px;
}
@media (min-width: 992px) {
	.h-02 #area-header #navbarNav {
		margin: 5px 300px 5px 5px;
	}
}
.h-02 #area-header #header-sub li {
	list-style: none;
	margin-right: 10px;
}
.h-02 #area-header #header-sub li:last-child {
	margin-right: 0px;
}
.h-02 #area-header #header-sub li a  {
	font-size: 14px;
	background-color: #000;
	color: #fff;
	border-radius: 15px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.h-02 #area-header #menu-global .menu-item.btn-contact {
	display: inline-block;
	background-color: #000;
}
.h-02 #area-header #menu-global .menu-item.btn-contact a {
	color: #fff;
}
.h-02 #area-header {
	background-color: #fefef9;
}
@media (max-width: 992px) {
	.h-02 #area-header {
		background-color: rgb(255 255 255 / 80%);
	}
	.h-02 #area-header #menu-global .menu-item.btn-contact {
		background-color: #000;
	}
	.h-02 #area-header #menu-global .menu-item.btn-contact a {
		padding-top: 15px;
	    padding-bottom: 15px;
	}

	.h-02 #area-header .header_btn01 a,.h-02 #area-header .header_btn02 a {
		display: inline-block;
	    float: left;
	    width: 32%;
	    background-color: #000;
	    color: #fff!important;
	    border-radius: 15px;
	    margin-right: 2%;
	    padding-top: 10px!important;
	    padding-bottom: 10px!important;
	}
	.h-02 #area-header .header_btn03 a {
		display: inline-block;
	    float: left;
	    width: 32%;
	    background-color: #000;
	    color: #fff!important;
	    border-radius: 15px;
	    padding-top: 10px!important;
	    padding-bottom: 10px!important;
	}
}

.h-02 #area-header #navbarNav ul li.dropdown::before {
    content: '';
    position: absolute;
    right: -1%;
    top: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(135deg);
}
@media (min-width: 1200px) {
	.h-02 #area-header #navbarNav ul li.dropdown::before {
	    right: 5%;
	}
}

.h-02 #area-header #navbarNav li.dropdown ul{
	position: absolute;
	left:0;
	top:62px;
	z-index: 4;
	background:#28BFE7;
	width:180px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.h-02 #area-header #navbarNav ul ul li.dropdown::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}

.h-02 #area-header #navbarNav li.dropdown ul{
    left: 0;
    top: 36px;
    z-index: 4;
    background: #fff;
    width: 120%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    border-radius: 0;
    width: 150%;
}

.h-02 #area-header #navbarNav li.dropdown ul li {
	width: 100%;
}

.h-02 #area-header #navbarNav li.dropdown:hover > ul,
.h-02 #area-header #navbarNav li.dropdown ul li:hover > ul,
.h-02 #area-header #navbarNav li.dropdown:active > ul,
.h-02 #area-header #navbarNav li.dropdown ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

.h-02 #area-header #navbarNav li.dropdown ul li a{
	color: #fff;
	border-bottom: solid 2px #eeeeee;
}

.h-02 #area-header #navbarNav li.dropdown ul li:last-child a{
	border-bottom:none;
}

.h-02 #area-header #navbarNav li.dropdown ul li a:hover,
.h-02 #area-header #navbarNav li.dropdown ul li a:active{
	background: #000;
}


@media screen and (max-width:992px) {
	.h-02 #area-header #navbarNav{
		padding: 0;
	}
	
	/*.h-02 #area-header #navbarNav ul{
		display: flex;
    	justify-content: center;
	}*/
	
	.h-02 #area-header #navbarNav li.dropdown ul,
	.h-02 #area-header #navbarNav li.dropdown ul ul{
	  	position: relative;
		left:0;
		top:0;
		width:95%;
		visibility:visible;
		opacity:1;
		display: none;
		transition:none;
	}

	.h-02 #area-header #navbarNav ul li.dropdown::before{
		right:20px;
		top: 22px !important;
	}

	.h-02 #area-header #navbarNav ul ul li.dropdown::before{
	    transform: rotate(135deg);
		left:20px;
	}
	    
	.h-02 #area-header #navbarNav ul li.dropdown.active::before{
	    transform: rotate(-45deg);
	}
}

@media (min-width: 992px) {
	.h-02 #area-header #menu-global li:hover .dropdown-menu li a {
	   	background-image: none!important;
	}
}

.h-02 #area-header #menu-global li:hover .dropdown-menu {
	padding: 15px;
}

.h-02 #area-header #menu-global li:hover .dropdown-menu li a {
	color: #000;
	display: block;
	padding: 15px 10px;
	width:  100%;
}

.h-02 #area-header #menu-global li .dropdown-menu li a:hover {
	color: #fff!important;
}

@media (max-width: 992px) {
	.h-02 #area-header #navbarNav ul li.dropdown::before {
	    right: 20px;
	    top: 30px!important;
	}

	.h-02 #area-header #menu-global .menu-item:hover {
	    background-color: transparent;
	}

	.h-02 #area-header #menu-global li:hover .dropdown-menu {
	    padding: 10px;
	}

	.h-02 #area-header #menu-global li .dropdown-menu > li {
		margin-top: 0;
	}
}

/*スマホナビ調整*/
@media (max-width: 992px) {
	.h-02 #area-header #menu-global li .dropdown-menu {
		display: block!important;
	}

	.h-02 #area-header #navbarNav li.dropdown ul {
		background: transparent;
		border: 0;
	}

	.h-02 #area-header #menu-global li .dropdown-menu li a {
		text-align: left;
		padding: 0.3rem 0!important;
		font-size: 12px;
	}

	.h-02 #area-header .globalMenuSp ul li a {
	    padding: 1.2em 0;
	    text-align: left;
	}

	.h-02 #area-header #navbarNav ul li.dropdown::before {
	    display: none;
	}

	.h-02 #area-header #menu-global .btn-contact {
	    display: block;
	    width: 100%;
	    margin: 20px auto 20px 0;
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.h-02 #area-header #navbarNav li.dropdown ul li a{
		color: #000;
		border-bottom: 0;
	}

	.h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link {
		padding: 0px!important;
	}

	.h-02 #area-header #navbarNav li.dropdown ul li a:hover, .h-02 #area-header #navbarNav li.dropdown ul li a:active {
	    background: transparent;
	}

	.h-02 #area-header #menu-global li .dropdown-menu li a:hover {
	    color: #000!important;
	}

	.h-02 #area-header #menu-global li:hover .dropdown-menu {
	    padding: 0px;
	}

	.h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link:hover {
		background-color: transparent;
	}
}

.explanatorytext {
	font-size: 15px;
	text-align: right;
	color: #1c1c1c;
}
@media (min-width: 992px) {
	#area-header #menu-global .menu-item .nav-link {
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px;
        color: #1c1c1c;
    }
    #area-header #menu-global .menu-item .nav-link::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: #1c1c1c;
		bottom: 5px;
		transform: scale(0, 1);
		transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
		transition: transform 0.3s;  /*変形の時間*/
	}
	#area-header #menu-global .menu-item .nav-link:hover::after {
		transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
		transform-origin: left top; /*左から右に向かう*/
	}
	#area-header #menu-global .menu-item.nav-tel .nav-link::after,
	#area-header #menu-global .menu-item.nav-contact .nav-link::after {
		display: none;
	}
	.explanatorytext {
		font-size: 13px;
		margin-right: 320px;
		padding-top: 5px;
	}
}
@media (min-width: 1200px) {
	#area-header #menu-global .menu-item .nav-link {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .explanatorytext {
		font-size: 14px;
	}
}
@media (min-width: 1400px) {
	#area-header #menu-global .menu-item .nav-link {
        font-size: 17px;
    }
}
@media (min-width: 992px) {
	#area-header.scroll {
		background-color: rgba(255, 255, 255, 0.7);
		transition: 0.5s;
	}
}

/* =================================================================================　H-02style  */


.demo-section {
    margin: 0 auto 0;
}

.demo-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.demo-description {
    text-align: center;
    margin-bottom: 40px;
    font-size: 0.9rem;
    color: #888;
    font-weight: 300;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 992px) {
	.slider-container {
		margin-right: 300px;
	}
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
}
@media (min-width: 992px) {
	.slider-wrapper {
		height: calc(100vh - 73px);
		margin-top: 73px!important;
	}
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.effect-smooth-zoom .slide {
    transition: opacity 2.2s ease-in-out, transform 2.2s ease-in-out;
    transform: scale(1.1);
}

.effect-smooth-zoom .slide img {
    transform: scale(1.2);
    transition: transform 11s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.effect-smooth-zoom .slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1);
}

.effect-smooth-zoom .slide.active img {
    transform: scale(1);
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
	.nav-button {
		top: 95%;
		width: 50px;
    	height: 50px;
	}
}

.nav-button:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.nav-button.prev {
    left: 20px;
}

.nav-button.next {
    right: 20px;
}

.nav-button svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #333;
    stroke-width: 2;
}

/* インジケーター用のスタイルも追加 */
.indicators {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}
@media (min-width: 768px) {
	.indicators {
		bottom: 35px;
	}
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.8);
}

.indicator.active {
    background: rgba(255, 255, 255, 1);
    width: 30px;
    border-radius: 5px;
}

/* —— ファーストビュー文字動き —— */
.block13 {
  position: absolute;
  z-index: 10;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.0;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 2.0px;
}
@media (min-width: 992px) {
	.block13 {
		font-size: 48px;
        top: 18%;
        left: 0%;
        right: 4%;
        transform: translate(0%, 0%);
	}
}
@media (min-width: 1400px) {
	.block13 {
		font-size: 55px;
		right: 2%;
	}
}
/* —— 一番上の行は小さく —— */
.block--5 .text-wrap:nth-child(1),
.block--5 .text-wrap:nth-child(1)::before,
.block--5 .text-wrap:nth-child(1)::after,
.block--5 .text-wrap:nth-child(1) .text-item {
  font-size: 16px;
}
@media (min-width: 992px) {
	.block--5 .text-wrap:nth-child(1),
	.block--5 .text-wrap:nth-child(1)::before,
	.block--5 .text-wrap:nth-child(1)::after,
	.block--5 .text-wrap:nth-child(1) .text-item {
	  font-size: 22px;
	}
}
@media (min-width: 1400px) {
	.block--5 .text-wrap:nth-child(1),
	.block--5 .text-wrap:nth-child(1)::before,
	.block--5 .text-wrap:nth-child(1)::after,
	.block--5 .text-wrap:nth-child(1) .text-item {
	  font-size: 26px;
	}
}


.block--5 .text-wrap {
  position: relative;
  width: fit-content;
  z-index: 0;
}

/* —— 金色レイヤー（余韻を持たせる） —— */
.block--5 .text-wrap::before,
.block--5 .text-wrap::after {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  will-change: clip-path, opacity;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  opacity: 1;
}

.block--5 .text-wrap::before { color: #ffdb70; } /* 明るい金色 */
.block--5 .text-wrap::after  { color: #c9ad58; } /* 濃い金色 */

/* 発火時：金が先に流れ、ゆっくり消える */
.block--5 .is-active .text-wrap::before,
.block--5 .is-active .text-wrap::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition:
    clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0s,
    opacity 1.5s ease 2.0s; /* ← フェードアウトを遅らせて長めに */
}

/* 各行のディレイ調整（上→下へ順に） */
.block--5 .is-active .text-wrap:nth-child(1)::before { transition-delay: 0s, 1.2s; }
.block--5 .is-active .text-wrap:nth-child(1)::after  { transition-delay: 0.1s, 1.3s; }
.block--5 .is-active .text-wrap:nth-child(2)::before { transition-delay: 0.2s, 1.4s; }
.block--5 .is-active .text-wrap:nth-child(2)::after  { transition-delay: 0.3s, 1.5s; }
.block--5 .is-active .text-wrap:nth-child(3)::before { transition-delay: 0.4s, 1.6s; }
.block--5 .is-active .text-wrap:nth-child(3)::after  { transition-delay: 0.5s, 1.7s; }

/* —— 白文字（後から覆う） —— */
.block--5 .text-item {
  position: relative;
  z-index: 1;
  color: #fff;
  will-change: clip-path;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media (min-width: 992px) {
	.block--5 .text-item {
		color: #1c1c1c;
	}
}

.block--5 .is-active .text-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
}

/* —— 各文字を0.15秒間隔で出す —— */
.text-item span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.is-active .text-item span {
  opacity: 1;
  transform: translateY(0);
}

.top-logomark {
	width: 350px;
	position: absolute;
	z-index: -1;
	right: -10px;
	bottom: 0;
}

.p-03.l-page-title {
	margin-top: 50px;
}
@media (min-width: 992px) {
	.p-03.l-page-title {
		margin-top: 73px;
	}
}
@media (min-width: 1200px) {
	.p-03.l-page-title {
		margin-top: 79px;
	}
}

h2.midashi {
	font-size: clamp(1.7rem, 1.161rem + 1.69vw, 2.75rem);
	margin-bottom: clamp(1.7rem, 0.911rem + 1.69vw, 2.2rem);
}

p.bunsyou {
	font-size: clamp(1rem, 0.966rem + 0.17vw, 1.125rem);
	line-height: clamp(2rem, 1.946rem + 0.27vw, 2.4rem);
	text-align: justify;
}

.eigo-midashi {
	color: #c9ad58;
	font-family: "Libre Baskerville", serif;
	margin-bottom: 10px;
}

.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap::before {
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  transform: translateX(0);
}
.img-wrap.is-show::before {
  animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes img-wrap {
  100% {
    transform: translateX(101%);
  }
}

.img-wrap2 {
  overflow: hidden;
  position: relative;
}
.img-wrap2::before {
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  transform: translateY(0);
}
.img-wrap2.is-show::before {
  animation: img-wrap2 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes img-wrap2 {
  100% {
    transform: translateY(101%);
  }
}

.contentswaku {
	border: 1px solid #c9ad58;
	padding: 10%;
}

.icon {
  width: 28px;
  height: 18px;
  stroke: #1c1c1c;
  stroke-width: 1.5;
  fill: none;
  transition: stroke 0.3s ease, transform 0.3s ease;
}

.btn01 {
	display: inline-block;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #1c1c1c;
}

a:hover .icon {
  stroke: #1c1c1c;
  transform: translateX(15px);
}

.w-75-50 {
	width: 75%;
}
@media (min-width: 992px) {
	.w-75-50 {
		width: 50%;
	}
}


.front-companybox,.front-ordermade {
	position: relative;
}
.front-companysetumei {
	display: none;
}
@media (min-width: 768px) {
	.front-companybox:hover {
		display: block;
		height: 100%;
		background-image: url(img/companyimgh.jpg);
		background-size: cover;
		background-position: center center;
		height: 100%;
		transition: 0.5s;
	}

	.front-ordermade:hover {
		display: block;
		height: 100%;
		background-image: url(img/ordermadeimgh.jpg);
		background-size: cover;
		background-position: center center;
		height: 100%;
		transition: 0.5s;	
	}

	.front-companybox:hover h2,.front-ordermade:hover h2 {
		color: #fff!important;
		transition: 0.5s;
	}
	.front-companybox:hover .btn01,.front-ordermade:hover .btn01 {
		color: #fff!important;
		border-bottom: 1px solid #fff!important;
		transition: 0.5s;
	}

	.front-companybox:hover .companyimg,.front-ordermade:hover .companyimg {
		position: relative!important;
		z-index: -1;
	}

	.front-companybox:hover .front-companysetumei,.front-ordermade:hover .front-companysetumei {
		display: block;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 75%;
	    border-top: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    padding: 20px 0 20px 0;
	}
}

.specialcut {
	background-image: url(img/specialcut3.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 400px;
}
@media (min-width: 576px) {
	.specialcut {
		min-height: 500px;
	}
}
@media (min-width: 992px) {
	.specialcut {
		min-height: 800px;
		background-size: cover;
    	background-attachment: fixed;
    	background-repeat: no-repeat;
	}
}

.rinen {
	font-size: clamp(1.25rem, 0.979rem + 1.36vw, 2.25rem);
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}



/*　施工実績  ================================================================================= */
.result-box .link-btn1 {
   background-color: #000;
   color: #fff;
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .result-box .link-btn1 {
    width: 50%;
  }
}

.result-box .link-btn1 span {
  position: relative;
  z-index: 3;
  color:#fff;
}

.result-box .link-btn1:hover span{
  color: #000;
}

.result-box .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.result-box .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.result-box .mark-new {
  background-color: #c9ad58;
  position: absolute;
  top: 0;
  left: 0;
}

.result-boxinner {
	min-height: 375px;
}
@media (min-width: 768px) {
	.result-boxinner {
		min-height: 450px;
	}	
}
@media (min-width: 1200px) {
	.result-boxinner {
		min-height: 500px;
	}	
}
@media (min-width: 1400px) {
	.result-boxinner {
		min-height: 600px;
	}	
}


.btn04 {
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #1c1c1c;
	padding: 10px 20px;
	text-align: center;
    outline: none; 
    transition: ease .2s;
	border-radius: 0;
    width: 75%;
}
@media (min-width: 500px) {
	.btn04{
		width: 300px;
	}
}
@media (min-width: 1200px) {
	.btn04{
		width: 100%;
	}
}
@media (min-width: 1400px) {
	.btn04{
		width: 280px;
	}
}

.btn04 span {
	position: relative;
	z-index: 3;
	color:#1c1c1c;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn04:hover {
	border: 1px solid #1c1c1c;
}
.btn04:hover span{
	color:#fff;
}

.bgskew::before {
	content: '';
	position: absolute;
	top: 0;
	left: -130%;
	background:#333;
	width:120%;
	height: 100%;
	/*transform: skewX(-25deg);*/
}

.bgskew:hover::before {
	animation: skewanime .5s forwards;
}

@keyframes skewanime {
	100% {
		left:-10%;
	}
}

.sekouhaba {
	margin-left: 10%;
}

.resulttitle {
	-ms-writing-mode: tb-rl;
 	 writing-mode: vertical-rl;
 	 background-color: #fff;
 	 color: #1c1c1c;
 	 padding: 10px 4px;
 	 position: absolute;
 	 right: 10%;
 	 top: 7%;
 	 font-size: clamp(1rem, 0.864rem + 0.68vw, 1.5rem);
}

.resultsyousai {
	position: absolute;
	bottom: 8%;
	left: 10%;
	border-bottom: 1px solid #fff;
}

.result-category {
	position: absolute;
	bottom: 22%;
	left: 10%;
	background-color: #000;
	color: #fff;
	padding: 5px 20px;
}

.overlay-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(56, 56, 56, 1) 0%, rgba(255, 255, 255, 0) 40%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.result-boxinner:hover {
	opacity: 0.7;
}

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hiduke {
	color: #fff;
	position: absolute;
	bottom: 16%;
	left: 10%;
}

@media (max-width: 1199px) {
	.icon.slick-arrow.prev {
		transform: rotate(180deg);
		background: rgb(255 255 254);
	    width: 40px;
	    height: 40px;
	    border: 1px solid #caad58;
	    padding: 10px;
	    color: #caad58;
	    stroke: none;
	    position: absolute;
	    top: -80px;
	    right: 80px;
	    z-index: 10;
	}
	.icon.slick-arrow.next {
		background: rgb(255 255 254);
	    width: 40px;
	    height: 40px;
	    border: 1px solid #caad58;
	    padding: 10px;
	    color: #caad58;
	    stroke: none;
	    position: absolute;
	    top: -80px;
	    right: 30px;
	    z-index: 10;
	}
}
@media (min-width: 1200px) {
	.icon.slick-arrow.prev {
		transform: rotate(180deg);
		background: rgb(255 255 254);
	    width: 40px;
	    height: 40px;
	    border: 1px solid #caad58;
	    padding: 10px;
	    color: #caad58;
	    stroke: none;
	    position: absolute;
	    bottom: 0;
	    left: -120px;
	    z-index: 10;
	}
	.icon.slick-arrow.next {
		background: rgb(255 255 254);
	    width: 40px;
	    height: 40px;
	    border: 1px solid #caad58;
	    padding: 10px;
	    color: #caad58;
	    stroke: none;
	    position: absolute;
	    bottom: 0;
	    left: -70px;
	    z-index: 10;
	}
}

.icon.slick-arrow.prev:hover,.icon.slick-arrow.next:hover {
	background-color: #000;
	transition: .3s;
}

/* =================================================================================　N-02style  */


/*　S-01style  ================================================================================= */

.s-01 .slider {
  max-width: 500px;
  width: 80%;
}
.s-01 .slick-img img {
  height: auto;
  width: 100%;
}

.s-01 .slick-list {
  position: relative;
}

.s-01 .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.s-01 .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.s-01 .slide-dots {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}
.s-01 .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.s-01 .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.s-01 .slide-dots li button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13.5px;
}

.s-01 .slide-dots button {
  background: none;
  border: none;
  outline: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ababab;
}

.s-01 .slide-dots li.slick-active button {
  background-color: #000;
}

.s-01 .slick-list .slick-slide {
  padding-right: 2px;
}

/* =================================================================================　S-01style  */


/*　N-01style  ================================================================================= */
.n-01 .list-news .item-date {
  color: #1c1c1c;
  font-family: "Libre Baskerville", serif;
}

.n-01 .list-news .item-title {
  display: block;
  color: #1c1c1c;
  padding-top: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .n-01 .list-news .item-title {
    display: inline-block;
    padding-top: 0;
    margin-left: 20px;
  }
}

.n-01 .item-arw img {
  width: 20px;
    position: absolute!important;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.n-01 .list-news {
	border-top: 1px solid #c9ad58;
    border-bottom: 0px;
}

.n-01 .list-news li {
  border-left: 1px solid #c9ad58;
  border-bottom: 1px solid #c9ad58;
}
@media (min-width: 1200px) {
	.n-01 .list-news li {
  		border-right: 1px solid #c9ad58;
  	}
}
@media (min-width: 768px) {
  .n-01 .list-news li+li {
      border-top: 0px;
  }
}

.n-01 .list-news .item-new {
  width: 40px;
    position: absolute!important;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media (max-width: 576px) {
  .n-01 .list-news .catname {
    min-width: 134px;
    display: block;
    margin-left: 60px!important;
    margin-top: 10px;
    margin-right: 35px!important;
  }
}

.news-section {
	margin-left: 10%;
}

.bt-blacksen {
	border-top: 1px solid #c9ad58;
}

.news-new {
	font-family: "Libre Baskerville", serif;
	background-color: #c9ad58;
	padding: 3px 10px;
}

.icon.newsyajirushi {
	position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0, -50%);
}

a:hover .icon.newsyajirushi {
  transform: translate(50%, -50%);
}

.n-01 .list-news li {
    padding: 20px;
}
.n-01 .list-news li:hover {
    background-color: #c9ad58;
    transition: 0.3s;
}
@media (min-width: 600px) {
	.n-01 .list-news li {
	    padding: 30px;
	}
}
@media (min-width: 992px) {
	.n-01 .list-news li {
	    padding: 40px;
	}
}
@media (min-width: 1200px) {
	.n-01 .list-news li {
	    padding: 50px;
	}
}

/* =================================================================================　N-01style  */

/*.contact-section {
	background-image: url(img/bg-contacts.jpg);
	background-size: cover;
	background-position: right top;
}
@media (min-width: 992px) {
	.contact-section {
		background-image: url(img/bg-contact.jpg);
		background-size: cover;
		background-position: center top;
	}
}*/

.footer-tel {
    display: block;
    background-color: #1c1c1c;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #1c1c1c;
    padding: 10px 20px;
    text-align: center;
    outline: none;
    transition: ease .2s;
}

/* テキスト（p・span）を前面に出す */
.footer-tel p,
.footer-tel span {
    position: relative;
    z-index: 3;
    color: #fff;
}

/* 電話番号（span）の基本色 */
.footer-tel span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* hover時：文字色を黒に */
.footer-tel:hover p,
.footer-tel:hover span {
    color: #000 !important;
}

/* 枠線（必要なら） */
.footer-tel:hover {
    border: 2px solid #1c1c1c;
}

/* 矢印（svg）の色変更用）*/
.footer-tel:hover .contactyajirushi {
    color: #000;
}

/* 背景スキューアニメーション */
.footer-tel.bgskew::before {
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    background: #fff;
    width: 120%;
    height: 100%;
    transition: left .5s;
}

/* hover時に白背景が滑ってくる */
.footer-tel.bgskew:hover::before {
    animation: skewanime2 .5s forwards;
}

/* スキューアニメの動き */
@keyframes skewanime2 {
    100% {
        left: -10%;
    }
}


.footer-tel img {
	width: 60px;
}

a .icon.contactyajirushi {
	position: absolute;
	top: 50%;
	right: 5%;
	color: #fff;
	transform: translate(0,-50%);
}
a:hover .icon.contactyajirushi {
	transform: translate(100%,-50%);
}

#footer-area {
	/*background-color: #1c1c1c;*/
	background-image: url(img/bg-footerimg.jpg);
	background-size: cover;
	background-position: center center;
}

.footer-logo {
	display: block;
	margin: 0 auto;
	width: 320px;
}
@media (min-width: 576px) {
	.footer-logo {
		width: 500px;
	}
}
@media (min-width: 992px) {
	.footer-logo {
		width: 600px;
	}
}

.yokosen {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.instabox-left {
	border: 1px solid #fff;
	background-color: #1c1c1c;
}
.instabox-right {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #1c1c1c;
}
.icon-instagram {
	width: 30px;
}

a .icon.instagramyajirushi {
	position: absolute;
	top: 50%;
	right: 5%;
	color: #fff;
	transform: translate(0,-50%);
}
a:hover .icon.instagramyajirushi {
	transform: translate(100%,-50%);
}

#menu-footer-nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  	justify-content: space-between;
  	list-style: none;
}
@media (min-width: 992px) {
	#menu-footer-nav {
		display: flex;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    list-style: none;
	    flex-direction: row;
	}
}
#menu-footer-nav li {
	width: 48%;
  	margin-bottom: 8px;
}
#menu-footer-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
}
#menu-footer-nav a:after{
  content: '↑';
  color: #fff;
  font-size: 18px;
}
.footer-navbox {
	padding: 30px 0 30px 0;
	border-top: 1px solid #fff;
}


.s-03-2 .s-03slider li {
    width: fit-content;!important;
	transform: translate(0px, 0px);
	margin-right: .5%;
}
@media (min-width: 992px) {
	.s-03-2 .s-03slider li {
		width: 20vw!important;
		margin-right: .7%;
	}
}

.s-03-2 .s-03slider li:nth-of-type(2n) {
    margin-top: 15vw;
}
.s-03-2 .s-03slider li:nth-of-type(3n) {
    margin-top: 20vw;
}
.s-03-2 .s-03slider li:nth-of-type(5n) {
    margin-top: 2vw;
}

@media (min-width: 992px) {
	.s-03-2 .s-03slider li:nth-of-type(2n) {
	    margin-top: 5vw;
	}
	.s-03-2 .s-03slider li:nth-of-type(3n) {
	    margin-top: 10vw;
	}
	.s-03-2 .s-03slider li:nth-of-type(5n) {
	    margin-top: 2vw;
	}
}

.page-top {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
}

.page-top a {
  color: inherit;
  text-decoration: none;
}

.page-top:hover {
  background-color: #fff;
  color: #000;
}

#toPageTop {
	position: absolute;
    right: 15px;
    bottom: 15px;
}
@media (min-width: 992px) {
	#toPageTop {
	    bottom: 130px;
	}
}
#toPageTop a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1400px) {
	#toPageTop a {
	    width: 50px;
	    height: 50px;
	    font-size: 18px;
	}
}

#toPageTop a:hover {
	background-color: #c9ad58;
}


/*　P-03style  ================================================================================= */
.l-page-title.p-03 .bg-pagetitle_img {
    min-height: clamp(25rem, 14.31rem + 49.49vw, 37.5rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	height: calc(100vh - 91px);
}
@media (min-width: 992px) {
	.l-page-title.p-03 .bg-pagetitle_img {
		height: calc(100vh - 111px);
	}
}
@media (min-width: 1200px) {
	.l-page-title.p-03 .bg-pagetitle_img {
		height: calc(100vh - 120px);
	}
}

.l-page-title.p-03 {
    position: relative;
}

.l-page-title.p-03 h1 {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    -ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
    font-size: clamp(1.75rem, 1.411rem + 1.69vw, 3rem);
    letter-spacing: 6px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}

.breadcrumb {
	background-color: #1c1c1c;
    color: #fff;
}

.breadcrumb span {
	color: #fff;
}

#company .l-page-title.p-03 .img-wrap2 .bg-pagetitle_img {
	background-position: right center;
}

#news .l-page-title.p-03 .img-wrap2 .bg-pagetitle_img,
.single .l-page-title.p-03 .img-wrap2 .bg-pagetitle_img,
#recruit .l-page-title.p-03 .img-wrap2 .bg-pagetitle_img {
	display: none;
}

#recruit .l-page-title.p-03 .img-wrap2 {
	background-image: url(img/page-recruitimg01s.jpg);
	background-position: center top;
	background-size: cover;
	height: calc(100vh - 91px);
}

#news .l-page-title.p-03 .img-wrap2,
.single .l-page-title.p-03 .img-wrap2 {
	background-image: url(img/page-newsimg01s.jpg);
	background-position: right bottom;
	background-size: cover;
	height: 400px;
}

.single .l-page-title.p-03 .bg-pagetitle_img {
	height: 400px;
}
@media (min-width: 600px) {
	#news .l-page-title.p-03 .img-wrap2,
	.single .l-page-title.p-03 .img-wrap2  {
		background-image: url(img/page-newsimg01.jpg);
		background-position: center bottom;
		background-size: cover;;
	}
}

@media (min-width: 768px) {
	#recruit .l-page-title.p-03 .img-wrap2 {
		background-image: url(img/page-recuruitimg01.jpg);
		background-position: center center;
		background-size: cover;
	}
}

@media (min-width: 992px) {
	#recruit .l-page-title.p-03 .img-wrap2 {
		height: calc(100vh - 111px);
	}
	#news .l-page-title.p-03 .img-wrap2 {
		height: 500px;
	}
	.single .l-page-title.p-03 .img-wrap2 {
		height: 500px;
	}
}
@media (min-width: 1200px) {
	#recruit .l-page-title.p-03 .img-wrap2 {
		height: calc(100vh - 120px);
	}
}

@media (min-width: 1500px) {
	#news .l-page-title.p-03 .img-wrap2 {
		height: 600px;
	}
	.single .l-page-title.p-03 .img-wrap2 {
		height: 600px;
	}
}

/* =================================================================================　P-03style  */


.yamaguchiceo-box {
	padding: 15px;
}
@media (min-width: 768px) {
	.yamaguchiceo-box {
		padding: 20px;
	}
}
.kado01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 8%;
}
.kado02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 8%;
}
.kado03 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8%;
}
.kado04 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 8%;
}

.gaiwaku {
	border: 2px solid #c9ad58;
}

.bb-1-kin-right {
	border-bottom: 1px solid #d6d1c0;	
}
@media (min-width: 768px) {
	.bb-1-kin-left {
		border-bottom: 1px solid #d6d1c0;		
	}
}

.company-map {
	height: 300px;
}
@media (min-width: 768px) {
	.company-map {
		height: 450px;
	}
}


.timeline-box .timeline {
    position: relative;
    padding-left: 40px;
}

.timeline-box .timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: #c9ad58;
}
@media (min-width: 768px) {
	.timeline-box .timeline::before {
	    left: 4px;
	}
}

.timeline-box .timeline-item {
    position: relative;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(-20px);
    animation: slideIn 0.6s ease forwards;
    text-align: left;
}

.timeline-box .timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-box .timeline-item:nth-child(2) { animation-delay: 0.2s; }
.timeline-box .timeline-item:nth-child(3) { animation-delay: 0.3s; }
.timeline-box .timeline-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-box .timeline-item::before {
    content: '';
    position: absolute;
    left: -43px;
    top: 14px;
    width: 16px;
    height: 16px;
    background: white;
    border: 3px solid #c9ad58;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white;
    transition: all 0.3s ease;
}
@media (min-width: 768px) {
	.timeline-box .timeline-item::before {
		top: 16px;
	}
}
@media (min-width: 992px) {
	.timeline-box {
		display: flex;
    	justify-content: center;
	}
}

.timeline-box .timeline-item:hover::before {
    background: #c9ad58;
    transform: scale(1.2);
}

.timeline-box .year {
    font-size: 1.3em;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.timeline-box .description {
    font-size: 1.05em;
    color: #1c1c1c;
    line-height: 1.8;
    padding: 0;
    transition: all 0.3s ease;
}

.timeline-box .timeline-item:hover .description {
    transform: translateX(5px);
}


@media (max-width: 768px) {
    .timeline-box .content {
        padding: 40px 20px;
    }

    .timeline-box .timeline-item::before {
        left: -36px;
    }

    .timeline-box .year {
        font-size: 1.1em;
    }

    .timeline-box .description {
        font-size: 0.95em;
    }
}

.bb-kin {
	border: 2px solid #c9ad58;
}

.btn04.bgskew.hanten {
	background-color: #000;
}
.btn04.bgskew.hanten span {
	color: #fff;
}
.btn04.bgskew.hanten:hover span {
	color: #000;
}
.btn04.bgskew.hanten::before {
	background-color: #fff;
}

.bw-sen-dark {
	display: inline-block;
	border-left: 2px solid #1c1c1c;
	border-right: 2px solid #1c1c1c;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 576px) {
	.bw-sen-dark {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.flow-left {
	border: 2px solid #1c1c1c;
}
.flow-right {
	border-left: 2px solid #1c1c1c;
	border-right: 2px solid #1c1c1c;
	border-bottom: 2px solid #1c1c1c;
}
@media (min-width: 768px) {
	.flow-right {
		border-left: 0px;
		border-top: 2px solid #1c1c1c;
		border-right: 2px solid #1c1c1c;
		border-bottom: 2px solid #1c1c1c;
	}
}

.bottom-kin-2 {
	border-bottom: 2px solid #c9ad58;
}

.btncontact001 {
	background-color: #c9ad58;
	border: 2px solid #c9ad58;
	color: #fff;
	padding: 0px 10px;
}
.btncontact001:hover {
	background-color: #fff;
	border: 2px solid #c9ad58;
	color: #c9ad58;
	transition: 0.1s;
}

.flow-arrow {
	width: 20px;
	display: block;
	margin: 0 auto;
}

.bb-dotted-1 {
	border-bottom: 1px dashed #1c1c1c;
}

.saiyouimg02 {
	background-image: url(img/saiyou-img02.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 350px;
}

.marker {
  	background: linear-gradient(transparent 60%, yellow 0%);	
}

.rebruit-kin-kugiri {
	border-top: 1px solid #d6d1c0;
}

.voice-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 5%;
}


.mw_wp_form .c-01 .table .mwform-tel-field input[type="text"], .mw_wp_form .table .mwform-zip-field input[type="text"] {
    width: calc((100% - 42px) / 3);
    padding: 1rem .5rem;
}

#contact .c-01 .tbl-2column tbody tr th {
    background-color: transparent;
    font-weight: 600;
}

#contact .c-01 .table-bordered th, .table-bordered td {
    border: 0;
}
#contact .c-01 .table-bordered {
    border: 0;
}

#contact .mw_wp_form .c-01 .table .form-control {
    padding: 1.5rem;
    background-color: #eee;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
  #contact .mw_wp_form .c-01 .table .form-control {
     margin-bottom: 0;
  }
  
  #contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
    padding-bottom: 40px!important;
    padding-top: 40px!important;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle;
  }

  #contact .c-01 .tbl-2column tbody tr, .tbl-2column tbody tr {
        border: 0;
    }
}

#contact .c-01 .form-control {
  border: 0;
}

@media (max-width: 768px) {
    #contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
        padding: .5rem;
        width: 100%;
        display: block;
    }
}

#contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
        padding: .5rem;
}

.mw_wp_form .c-01 .table .mwform-tel-field input[type="text"],
.mw_wp_form .c-01 .table .mwform-zip-field input[type="text"] {
  width: calc((100% - 44px) / 3);
}

#contact .c-01 .bg-main {
    background-color: #000;
    border-radius: 0;
}

#contact .c-01 .badge-danger {
    background-color: #dc3545;
    color: #fff;
}

#contact .c-01 .table-bordered>:not(caption)>* {
    border-width: 0;
}

.bb-dark {
	border: 1px solid #1c1c1c;
}

.voice-left2white {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 50px;
}

.wp-block-heading {
	background-color: #c9ad58;
	padding: 15px 20px;
	color: #fff;
	margin-top: 40px;
}
.wp-block-list {
	list-style: none;
}

.w-100-50 {
	width: 100%;
}
@media (min-width: 992px) {
	.w-100-50 {
		width: 50%;
	}
}

.icon-list {
	width: 20px;
	display: inline;
}

.single-resulthaba {
	margin-left: 16px;
	margin-right: 16px;
}
@media (min-width: 576px) {
	.single-resulthaba {
		margin-left: 5%;
		margin-right: 5%;
	}
}

.bg-contact {
	background-image: url(img/bg-contact01.jpg);
	background-size: cover;
	background-position: center center;
}

/**/
@media (max-width: 992px) {
    .h-02 #area-header #menu-global .menu-item-473 .nav-link {
        width: 224px;
        margin:30px auto 0;
        color: transparent;
        position: relative;
    }

    .h-02 #area-header #menu-global .menu-item-473::after {
        content: "";
        position: absolute;
        top: 50%;
        left:50%;
        transform:translate(-50%,-50%);
        width: 224px;
        height: 56px;
        background-image: url("./img/SVG/kigumi-shop.svg");
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
    }
}

