@charset "UTF-8";

* {margin: 0; padding: 0;}
p { line-height: 1.6; margin-bottom: 0!important;}

.requiredText {color: red;}
.footer a {color:#fff!important;}
@media screen and (min-width: 1000px) {
body { background: #F4EFE9; padding: 0; margin: 0; font-family: "fot-tsukuardgothic-std", sans-serif; font-size: 1.2vw; color: #0A0806; overflow-x: hidden;}
.spmenu {display:none;}
.spbr br {display:none;}
.mb1 {margin-bottom: 1vw!important;}
.mb2 {margin-bottom: 2vw!important;}
.mb3 {margin-bottom: 3vw!important;}
.mb5 {margin-bottom: 5vw!important;}
.mb10 {margin-bottom: 10vw!important;}
.mt30 {margin-top: 40vw!important;}

.pt10	{padding-top: 10vw!important;}
.largep {font-size: 110%; font-weight: bold;}

.w35 { display: block; width: 35%; margin-left: auto; margin-right: auto;}
.w50 { display: block; width: 50%; margin-left: auto; margin-right: auto;}
.w70 { display: block; width: 90%; margin-left: auto; margin-right: auto;}
.w100 {width: 100%!important;}

.tal {text-align: left;}
.tac {text-align: center;}
.sm {font-size: 80%!important;}
.cp { width: 100%; padding: 0 0 1vw; text-align: center;}

a:link { text-decoration: none; color: #0A0806;}
a:visited { text-decoration: none; color: #0A0806;}
a:hover { text-decoration: none;}
a:active { text-decoration: none; color: #0A0806;}
a:link,a:visited,a:hover,a:active {transition: all .6s; }

img { width: 100%; height: 100%; object-fit: contain;}

.wow {opacity: 0; filter: blur(1.5rem); transition: all 1.5s;}
.wow.animated { opacity: 1; filter: blur(0); transition: all 1.5s;}


.maincont {position: relative; z-index: 2; width: 100%; height: auto;overflow: hidden; opacity: 0; transition: all .5s; padding-bottom: 10vw;}
.maincont.on {height: auto;overflow: visible; opacity: 1; transition: all .5s;}

.section { display: block; position: relative;  width: 65%; height: auto; margin: 0 auto; padding-top: 10vw;}

.loading {position: fixed; z-index: 20; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; overflow: hidden; opacity: 1; background: #221E17;}
.loading p { color: #fff; height: auto; filter: blur(1.5rem); opacity: 0; transition: all .6s;}
.loading.in p {filter: blur(0); opacity: 1; transition: all .6s;}
.loading.out {opacity: 0; z-index: -10; transition: all .6s;}
.loading.out p { filter: blur(1.5rem); transition: all .6s;}

.header {position: fixed; z-index: 5; top: 0; left: 0; width: 100%; height: 4vw; background: #221E17; padding: 0; box-sizing: border-box; display: flex; justify-content: space-between; opacity: 1; transition: all 1s;}
.header .logo {width: auto; height: 4vw; display: block; display: flex; justify-content: flex-start; align-items: center; padding-left: 3vw; color: #fff; font-size: 120%; opacity: 0; transition: all 1.5s;}
.header.on .logo { opacity: 1; transition: all 1.5s;}
.header .gmenu { flex:1; width: fit-content; display: flex; justify-content: flex-end; align-items: center; padding-right: 3vw;}
.header .gmenu a { display: block; margin-left: 1vw; opacity: 0; transition: all 1.5s;}
.header.on .gmenu a {margin-left: 4vw; opacity: 1; transition: all 1.5s;}
.header .gmenu a p:first-child {color: #fff; margin: 0; padding: 0; font-size: 90%;}
.header .gmenu a p:last-child {color: #E8D7BB; margin: 0; padding: 0; font-size: 45%;}
.header .contact { display: block; width: 4vw; height: 4vw; opacity: 0; transition: all 1.5s;}
.header.on .contact { opacity: 1; transition: all 1.5s;}
.header #spMenu {display: none;}

.pagettl {position: relative; width: 100%; height: auto; aspect-ratio:1/.3; overflow: hidden; margin-top: 4vw;}
.pagettl .txt {position: absolute; z-index: 2; width: 100vw; height: auto; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-direction: column;-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,.4)); filter: drop-shadow(1px 1px 3px rgba(0,0,0,.4)); aspect-ratio:1/.3;}
.pagettl .txt h1 {display: block; width: fit-content; color: #fff; font-size: 230%; font-weight: 700;}
.pagettl .txt p {display: block; width: fit-content; color: #fff; font-size: 130%; font-weight: 700;}
.pagettl .bg {position: absolute; z-index: 1; width: 100%; height: auto; aspect-ratio:1/.3; overflow: hidden;}
.pagettl .bg img { width: 100%; height: 100%; object-fit: cover; object-position: bottom;}

.kv {position: relative; width: 100%; height: auto; aspect-ratio:1/.63; overflow: hidden; margin-top: 4vw;}
.kv .txt {position: absolute; z-index: 2; width: 100vw; height: auto; aspect-ratio:1/.63; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-direction: column;-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,.4)); filter: drop-shadow(1px 1px 3px rgba(0,0,0,.4)); aspect-ratio:1/.3;}
.kv .txt h1 {display: block; width: fit-content; color: #fff; font-size: 250%; font-weight: 700; line-height: 1.1; letter-spacing: .2em; text-align: center; padding-top: 10vw;}
.kv .bg {position: absolute; z-index: 1; width: 100%; height: auto; aspect-ratio:1/.63; overflow: hidden;}
.kv .bg img { width: 100%; height: 100%; object-fit: cover; object-position: bottom;}


.hbox { width: 100%; height: auto; display: block; text-align: center;}
.hbox h2 { font-size: 180%; font-weight: 700;}
.hbox .en { font-size: 100%; color: #AB8852; text-transform: uppercase;}

.txtlist { border-top: dotted 1px rgba(0,0,0,.7);}
.txtlist .flcell { display: flex; justify-content: flex-start; width: 100%; border-bottom: dotted 1px rgba(0,0,0,.7);}
.txtlist .flcell .fleft { width: 25%; text-align: left; padding: 1vw; box-sizing: border-box;}
.txtlist .flcell .fright { width: 75%; text-align: left; padding: 1vw; box-sizing: border-box;}
.txtlist .flcell .fright a {color: #2b2b2b;}
.txtlist .flcell .fright p {margin-bottom: 0;}


iframe {width: 100%; height: 30vw; border: none;}


.btnbox { display: flex; justify-content: center;}
a.linkbtn { position: relative; display: flex; justify-content: center; align-items: center; width: fit-content; height: auto; line-height: 0; border-radius: 0; padding: .5vw 3vw; text-align: center; transition: all .5s; background: #AB8852;}
a.linkbtn p {position: relative; color: #fff; font-size: 100%; margin: 0; display: flex; justify-content: center; align-items: center;}


/* F0DCC8 AB8852*/
.flowcell {}
.flowcell .cell { position: relative; width: 100%; height: auto; border: solid 1.5vw #F0DCC8; padding: 3vw; margin-bottom: 6vw; box-sizing: border-box; background: #fff; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
.flowcell .cell:after { display: block; content:""; width: 11vw; height: 3vw; background: url(https://hirokougei.com/system_panel/uploads/images/arrow.png) no-repeat top center; margin: 0 auto; position: absolute; bottom: -4vw; left: 0; right: 0; margin: 0 auto; z-index: 2;}
.flowcell .cell .num { display: flex; justify-content: center; align-items: center; width: 4vw; height: 4vw; color: #fff; font-size: 200%; margin-right: 1vw ; background: #AB8852; border-radius: 50%; overflow: hidden; font-weight: bold;}
.flowcell .cell .ttl { text-align: left; flex:1; font-size: 180%; font-weight: 700;}
.flowcell .cell .txt { width: 100%; margin-top: 1vw; padding-top: 1vw; border-top: solid 1px #707070;}
.flowcell .cell:nth-last-of-type(1) {margin-bottom: 0;}
.flowcell .cell:nth-last-of-type(1):after {display: none;}

.cta { width: 100%; height: auto; padding: 0; text-align: center; margin: 0 auto 5vw;}
.cta a {display: block; width: 50%; height: auto; margin: 0 auto;}

.footer {}
.footer .section { width: 100%!important; padding: 0!important; margin: 0!important; display: flex; justify-content: space-between; align-items: center; background: #221E17;}
.footer .left {flex:1; color: #fff; text-align: left; padding-left: 1vw; display: flex; justify-content: flex-start; align-items: center;}
.footer .left p {line-height:1.2; font-size:80%;}
 .footer .left p:first-child {font-weight: bold; font-size: 130%; padding-right: 1vw;}
.footer .right {flex:1; color: #fff; text-align: left; display: flex; justify-content: flex-start; align-items: center;}
.footer .right p:first-child {font-weight: bold; font-size: 130%; padding-right: 1vw;}
.footer .pagetop { display: block; width: 4vw; height: 4vw;}

.section.workslist section { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 3vw 5%;}
.section.workslist section article { width: 30%;}
.section.workslist section article h2 {font-size: 100%; font-weight: normal; text-align: center; padding-top: .4vw;}

.section.worksdetail section { width: 70%; margin: 0 auto;}
.section.worksdetail section article header h2 {text-align: center; font-size: 130%;}
.section.worksdetail section article .thumb { margin: 1vw auto;}

.itemcell { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; gap:3vw 2%;}
.itemcell .cell	{ width: 49%; box-sizing: border-box; padding: 1vw; border: solid .5vw	#F0DCC8; background: #fff;}
.itemcell .cell	.ttl { font-size: 120%; font-weight: normal; margin-bottom: 1vw;}
.itemcell .cell	.img .main { width: 100%; height: auto; aspect-ratio:1/.8; overflow: hidden; margin-bottom: 1vw;}
.itemcell .cell	.img .main img { width: 100%; height: 100%; object-fit: cover;}
.itemcell .cell	.img .sub { width: 100%; display: flex; justify-content: flex-start; align-items: center; gap: 3%;}
.itemcell .cell	.img .sub a { width: 20%; height: auto; aspect-ratio:1/.8; overflow: hidden;}
.itemcell .cell	.img .sub img { width: 100%; height: 100%; object-fit: cover;}

.ultxt {font-size: 200%; font-weight: bold; background: linear-gradient(transparent 60%, #E2D5BC 0%); display: block; width: fit-content; margin-right: auto; margin-left: auto; padding: 0 0.5vw;}

.section.feature {width: 80%;}
.featurebox {position: relative; width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
.featurebox .cell {position: relative;  z-index: 1;width: 32%; box-sizing: border-box; padding: 1vw; border: solid .5vw	#F0DCC8; background: #fff;}
.featurebox .cell .num { position: absolute; z-index: 2; top: -2vw; left: 0; right: 0;  display: flex; justify-content: center; align-items: center; width: 4vw; height: 4vw; color: #fff; font-size: 200%; margin: 0 auto; background: #AB8852; border-radius: 50%; overflow: hidden; font-weight: bold;}
.featurebox .cell .img { display: block; width: 37%; margin: 3vw auto 2vw;}
.featurebox .cell .h3 { display: block; margin-bottom: 1vw; text-align: center;}
.featurebox .cell .h3 p {font-size: 80%; font-weight: bold;}
.featurebox .cell .p { display: block; text-align: left;}
.featurebox .cell .p p {font-size: 80%;}
.featurebox .bai1 {position: absolute; z-index: 2; width: 4vw; height: auto; top: 7vw; left: 30.5%;}
.featurebox .bai2 {position: absolute; z-index: 2; width: 4vw; height: auto; top: 7vw; right: 30.5%;}

.section.craftmanship { width: 100%;}
.section.craftmanship .ttlbox {position: relative; width: 100%; aspect-ratio:1/.32;}
.section.craftmanship.top .ttlbox .bgtxt { position: absolute; z-index: 2; top: 3vw; left: 7.3vw; }
.section.craftmanship.btm .ttlbox .bgtxt { position: absolute; z-index: 2; top: 3vw; right: 7.3vw; }
.section.craftmanship .ttlbox .bgtxt p {display: block; width:fit-content; padding: .3vw; background: #fff; font-size: 200%; font-weight: bold; margin-bottom: 1.5vw!important;}
.section.craftmanship.top .ttlbox .img { position: absolute; z-index: 1; top: 0; right: 0; width: 78.3vw; height: auto; aspect-ratio:1/.409;}
.section.craftmanship.btm .ttlbox .img { position: absolute; z-index: 1; top: 0; left: 0; width: 78.3vw; height: auto; aspect-ratio:1/.409;}
.section.craftmanship .main { width: auto; text-align: left; margin-left: 21.6vw; margin-top: 3vw;}
.section.craftmanship .main h2,.section.craftmanship .main h3 {font-size: 130%; margin-bottom: 3vw;}
.section.craftmanship .main p { width: 56.7vw; }



.maincont.index .section.full {position: relative; width: 100%; min-height: 70vw!important;}
.maincont.index .section.full .bg {position: absolute; z-index: 1; width: 100%; aspect-ratio:1/.44;}
.maincont.index .section.full .bg img {width: 100%; height: 100%; object-fit: cover;}
.maincont.index .section.full .txt {position: absolute; z-index: 2; top: 35.1vw; right: 0; left: 0; margin: auto; width: 55%; box-sizing: border-box; padding: 4vw; border: solid .5vw	#F0DCC8; background: #fff; text-align: left; }
.maincont.index .section.full .txt h3 {font-size: 180%; text-align: left; margin: 0 0 .5vw; }
.maincont.index .section.full .txt .largep {font-size: 150%;}

/*form*/
.form {}
.form .formRow input[type="text"],.form .formRow input[type="email"],button,textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none; border:solid 1px #ccc;}
.form {width: 100%; margin: 0 auto;}
.form .forminside {width: 70%; margin: 0 auto;}
.form .formRow { display: flex; justify-content: flex-start; margin: 0 0 2vw; padding: 0; text-align: left;}
.form .formTh {width: 35%;}
.form .formTd {width: 65%;}
.form .formRow .radioarea {display: flex;}
.form .formRow input[type="text"],.form .formRow input[type="email"],.form .formRow select,.form .formRow textarea {width: 100%; background: #fff;}
.form .formRow textarea {height: 10em;}
.form .formRow .radioArea {display: flex;}
.form p {margin-bottom: 0;}
.form .pp { display: block;width: 100%;height: 20vw; margin: 2vw auto; overflow: scroll; border: solid 1px #fafafa;padding: 1vw; box-sizing: border-box; text-align: left;}
.form .submit { text-align: center; margin: auto;}
.form .formRow input[type="text"],
.form .formRow input[type="email"],
.form .formRow textarea { padding: 0.5vw 2vw; border-radius: 20px; }
.form #submit {opacity: 0.4; position: relative; display: block; width: max-content; padding: 0.5vw 5.15vw 0.5vw 5.15vw; color: #fff; font-size: 130%; letter-spacing: 0.2rem; margin: 0 auto; text-align: center; border: none; background: #AB8852;}
.form #submit.active {opacity: 1;}
.formTd .d-inline-block {display:block!important; width:fit-content; margin-right: 2vw;}
.formTd .d-inline-block input { margin-right: .4vw;}
/*form*/


.pcOnly { display: block !important; }
.spOnly { display: none !important; }
}
















/* gjs-dashed */
.gjs-dashed * {padding: 1vw!important;}
.gjs-dashed .wow {opacity: 1!important;}
.gjs-dashed .dn {display: block!important;}
.gjs-dashed .header {top: 1vw!important; opacity: 1!important;}
.gjs-dashed .footer { opacity: 1!important;}
.gjs-dashed #spMenu  {opacity: 1!important;}
.gjs-dashed .section { width: 100%; padding: 10px;}
.gjs-dashed .maincont { width: 100%!important; margin: 10px auto!important; opacity: 1!important;}
.gjs-dashed .pagettl .bg {opacity: 1!important;}
.gjs-dashed .spnavi { opacity: 1!important; z-index: 20!important; right: 0!important;}
.gjs-dashed .spnavi a {filter: blur(0); margin: 0!important; padding: .5vw!important;}
.gjs-dashed .spnavi a p {padding: 0!important; margin: 0!important;}
.gjs-dashed .image-container {position: relative; z-index: 1;}
.gjs-dashed .image-container img {position: relative; display: block!important;opacity: 1!important;}
.gjs-dashed #progress {z-index: -100!important;}
.gjs-dashed .productlist .item .imgbox .sub {display: block!important;}
.gjs-dashed .productlist .item .imgbox .sub a {display: block!important;}
.gjs-dashed .newslist .webgene-blog article { filter: blur(0); opacity: 1;}
.gjs-dashed .box p { opacity: 1!important; filter: blur(0)!important; margin-bottom: 0!important;}
.gjs-dashed .hbox h2 { opacity: 1!important; filter: blur(0)!important;}
.gjs-dashed .menu .cell { opacity: 1!important; filter: blur(0)!important;}
.gjs-dashed .slidebox {position: relative; width: 100%; height: auto; aspect-ratio:auto; overflow: auto;}
.gjs-dashed .slide {position: relative; width: 100%;height: fit-content;}
.gjs-dashed .slide img { display: block; width: 100%; height: auto; aspect-ratio:1/.6; padding: 0;}
.gjs-dashed img { width: 100%; height: auto; object-fit: cover;}
.gjs-dashed #galleryMain,.gjs-dashed #productMain {display: none!important; z-index: -100!important;}
.gjs-dashed .gjs-hover-reference {display: none!important;}
