@charset "UTF-8";

@media screen and (max-width: 999px) {
body { background: #F4EFE9; padding: 0; margin: 0; font-family: "fot-tsukuardgothic-std", sans-serif; font-size: 3vw; color: #0A0806; overflow-x: hidden;}
.mb1 {margin-bottom: 1.5vw!important;}
.mb2 {margin-bottom: 2.5vw!important;}
.mb3 {margin-bottom: 3.5vw!important;}
.mb5 {margin-bottom: 5.5vw!important;}
.mb10 {margin-bottom: 11vw!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; transition: all 1.5s;}
.wow.animated { opacity: 1; 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: 95%; 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 { font-size: 170%; 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: 10; top: 0; left: 0; width: 100%; height: 7.5vw; background: #221E17; padding: 0; box-sizing: border-box; display: flex; justify-content: space-between; opacity: 1; transition: all 1s;}
.header .logo {width: auto; height: 7.5vw; 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; flex:1;}
.header.on .logo { opacity: 1; transition: all 1.5s;}
.header .gmenu,.header .contact {display: none;}
.header.on .contact { opacity: 1; transition: all 1.5s;}
.header #spMenu { display: flex; justify-content: center; align-items: center; width: 7.5vw; height: 7.5vw; transition: all 1s; padding: 0; align-items: center; margin: 0 3vw 0 0; }
.header #spMenu .menu-trigger { position: relative; z-index: 10; width: 7.5vw; height: 7.5vw; display: block; justify-content: center; align-items: center; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.menu-trigger,.menu-trigger p { display: block; transition: all .4s; box-sizing: border-box; }
.menu-trigger.down p { position: absolute; left: 0; width: 100%; height: 1px; background: #fff; font-size: 0.1em; }
.menu-trigger p { position: absolute; left: 0; width: 100%; height: 1px; background: #fff; font-size: 0.1em; box-shadow: 0px 0px 8px rgba(0,0,0,0.2); }
.menu-trigger p:nth-of-type(1) { top: 0; }
.menu-trigger p:nth-of-type(2) { top: 3.1vw; }
.menu-trigger p:nth-of-type(3) { top: 6.3vw; }
.menu-trigger.active p:nth-of-type(1) { transform: translateY(1.2vw) rotate(-45deg); background: #fff; top: 2.1vw;}
.menu-trigger.active p:nth-of-type(2) { opacity: 0; }
.menu-trigger.active p:nth-of-type(3) { transform: translateY(-1.05vw) rotate(45deg); background: #fff; top: 4.3vw;}


.spmenu { display: block; position: fixed; top: 0; right: -100vw; z-index: 9; background: rgba(0,0,0,.8); width: 100vw; height: 100%; padding: 16vw 4vw 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; -webkit-transition: all 1s; transition: all 1s; }
.spmenu.active { right: 0;}
.spmenu a { color: #fff; display: block; padding: 0; margin-bottom: 5vw; letter-spacing: 0.05rem; height: max-content; text-align: center;}
.spmenu a p { font-size: 140%; font-weight: bold; color: #fff;}

.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: 170%; font-weight: 700; line-height: 1.1; letter-spacing: .2em; text-align: center; padding-top: 20vw;}
.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: 29vw; height: 7vw; background: url(https://hirokougei.com/system_panel/uploads/images/arrow.png) no-repeat top center; margin: 0 auto; position: absolute; bottom: -8vw; left: 0; right: 0; margin: 0 auto; z-index: 2;background-size: 100% auto;}
.flowcell .cell .num { display: flex; justify-content: center; align-items: center; width: 7.5vw; height: 7.5vw; color: #fff; font-size: 150%; margin-right: 1vw ; background: #AB8852; border-radius: 50%; overflow: hidden; font-weight: bold;}
.flowcell .cell .ttl { text-align: left; flex:1; font-size: 145%; 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: 95%; height: auto; margin: 0 auto;}

.footer {}
.footer .section {position: relative; width: 100%!important; padding: 0!important; margin: 0 auto!important; display: block; background: #221E17;}
.footer .left { color: #fff; text-align: left; padding-left: 1vw; display: block; margin: auto; text-align: center; padding: 2vw 0;}
.footer .left p:first-child {font-weight: bold; font-size: 130%; padding-right: 1vw;}
.footer .right { color: #fff; text-align: left; display: block; margin: auto; text-align: center; padding: 2vw 0;}
.footer .right p:first-child {font-weight: bold; font-size: 130%; padding-right: 1vw;}
.footer .pagetop { position: absolute; z-index: 2; right: 0; bottom: 0; display: block; width: 7.5vw; height: 7.5vw;}

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

.section.worksdetail section { width: 100%; 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: 170%; 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 {}
.featurebox {position: relative; width: 100%; display: block;}
.featurebox .cell {position: relative;  z-index: 1;width: 100%; box-sizing: border-box; padding: 4vw; border: solid .5vw	#F0DCC8; background: #fff; margin-bottom: 5vw;}
.featurebox .cell .num { position: absolute; z-index: 2; top: -2vw; left: 0; right: 0;  display: flex; justify-content: center; align-items: center; width: 7.5vw; height: 7.5vw; color: #fff; font-size: 170%; margin: 0 auto; background: #AB8852; border-radius: 50%; overflow: hidden; font-weight: bold;}
.featurebox .cell .img { display: block; width: 27%; margin: 5vw auto 5vw;}
.featurebox .cell .h3 { display: block; margin-bottom: 1vw; text-align: center;}
.featurebox .cell .h3 p {font-size: 70%; font-weight: bold;}
.featurebox .cell .p { display: block; text-align: left;}
.featurebox .cell .p p {font-size: 100%;}
.featurebox .bai1,.featurebox .bai2 {display: none;}

.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: 3vw; }
.section.craftmanship.btm .ttlbox .bgtxt { position: absolute; z-index: 2; top: 3vw; right: 3vw; }
.section.craftmanship .ttlbox .bgtxt p {display: block; width:fit-content; padding: .3vw; background: #fff; font-size: 155%; 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: 3vw; margin-top: 3vw;}
.section.craftmanship .main h2,.section.craftmanship .main h3 {font-size: 130%; margin-bottom: 3vw; font-weight: bold;}
.section.craftmanship .main p { width: auto; }

.maincont.index .section h2 {font-size: 130%;}

.maincont.index .section.full {position: relative; width: 100%; min-height: 50vw!important; display: flex;justify-content: center; align-items: center; flex-direction: column;}
.maincont.index .section.full .bg {order:1; position: relative; 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 {order:2; position: relative; z-index: 2; margin: -9vw auto 0; width: 95%; box-sizing: border-box; padding: 4vw; border: solid .5vw	#F0DCC8; background: #fff; text-align: left; }
.maincont.index .section.full .txt h3 {font-size: 150%; text-align: left; margin: 0 0 .5vw; }
.maincont.index .section.full .txt .largep {font-size: 130%;}

/*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; flex-direction: column; margin: 0 0 4vw; padding: 0; text-align: left;}
.form .formTh {width: 100%;}
.form .formTd {width: 100%;}
.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: 1.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: 10vw auto 0; 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: none !important; }
.spOnly { display: block !important; }
.spnobr {text-align: left!important;}
.spnobr br {display: none!important;}


}
