@charset "utf-8";

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

img, input[type="image"] {max-width: 100%;width: auto;height: auto;backface-visibility: hidden;-webkit-backface-visibility: hidden;object-fit: contain;}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {img {image-rendering: -webkit-optimize-contrast;}}
a:hover, a img:hover, button:hover {opacity: 0.7;transition: opacity .3s ease-out;}
a.disabled {pointer-events: none;}/*リンク外す*/

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {height: 100%;overflow-x: hidden;-webkit-text-size-adjust: 100%;-webkit-overflow-scrolling: touch;overflow-scrolling: touch;font-size: 62.5%;}
body {overflow-x: hidden;color: #1a1a1a;line-height: 2.5;letter-spacing: 0.2em;font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;font-size: 1.6rem;font-weight: 400;font-feature-settings: "palt";-webkit-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}
@media only screen and (max-width: 767px) {body {font-size: 1.4rem;line-height: 2;}}

.pc {display: inherit;}
.sp {display: none;}
.inner {width: 100%;max-width: 1000px;margin: auto;}
@media only screen and (min-width: 768px) and (max-width: 896px) {.inner {width: 95%;}}
@media only screen and (max-width: 767px) {.pc {display: none;}.sp {display: block;}.inner {width: 90%;}}
.flex {display: -webkit-box;display: -moz-box;display: -webkit-flexbox;display: -moz-flexbox;display: -ms-flexbox;display: -webkit-flex;display: -moz-flex;display: flex;flex-wrap: wrap;}
.Acenter {position: absolute;top: 50%;left: 50%;margin-right: -50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

/* ------------------------------------------------------------------------------------------------------------------------------ */

header {width: 100%;padding: 1% 0 2% 2%;position: relative;background: #fff;border-bottom: 1px solid #ccc;line-height: 0;}
header .logo {max-width: 350px;line-height: 0;filter: drop-shadow(0 0 5px rgb(255, 255, 255, 0.3));}
header .gNav {max-width: 450px;margin: -1.2% 0 0 auto;}
header .gNav ul {align-items: center;justify-content: flex-end;}
header .gNav ul li {margin: 0 4% 0 0;}
header .gNav ul li a {width: 100%;display: block;color: #555;}
header .gNav ul li.active a {color: rgba(255,126,0,1);font-weight: 600;}
@media only screen and (max-width: 767px) {
header {padding: 3% 2% 4%;}
header .logo {max-width: 230px;}
header .gNav {width: 100%;height: 101%;visibility: hidden;opacity: 0;transition: all 0.5s ease;position: fixed;top: 0;left: 0;z-index: 1;background: rgb(170,220,241);background: linear-gradient(0deg, rgba(170,220,241,1) 0%, rgba(0,138,210,1) 100%);}
header .gNav ul {position: absolute;top: 50%;left: 50%;margin-right: -50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
header .gNav ul li {width: 100%;padding: 8% 0;text-align: center;font-size: 1.8rem;}
header .gNav ul li a {color: #fff;}
header figure h1 {font-size: 2.4rem;}
.navBtn {width: 40px;height: 40px;position: absolute;right: 5%;top: 15px;z-index: 5;cursor: pointer;}
.navBtn > p {position: relative;}
.navBtn span {width: 100%;height: 2px;position: absolute;background: #fff;filter: drop-shadow(0 0 2px #888);border-radius: 10px;transition: top .5s ease, -webkit-transform .6s ease-in-out;transition: transform .6s ease-in-out, top .5s ease;transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;}
.navBtn span:nth-child(1) {top: 0;}
.navBtn span:nth-child(2) {top: 10px;}
.navBtn span:nth-child(3) {top: 20px;}
.open {overflow: hidden;}
.open .navBtn span:nth-child(1) {top: 10px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.open .navBtn span:nth-child(2) {top: 10px;width: 0;left: 50%;}
.open .navBtn span:nth-child(3) {top: 10px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.open .gNav {visibility: visible;opacity: 1;}
}

footer {width: 100%;background: #333;}
footer .fNav {padding: 3% 0;color: #fff;font-size: 1.2rem;line-height: 2;}
footer .fNav ul {}
footer .fNav ul li {width: calc(33.3333% - 4%);margin: 0 6% 0 0;}
footer .fNav ul li:nth-child(3) {margin: 0;}
footer .fNav ul li h6 {margin: 0 0 5%;padding: 0 0 2%;border-bottom: 1px solid #555;font-size: 1.8rem;font-weight: 600;}
footer .fNav ul li ul {padding: 0 0 0 5%;}
footer .fNav ul li ul li {width: 100%;list-style: disc;}
footer .fNav ul li ul li:last-child {margin: 2% 0 0;list-style: none;}
footer .fNav ul li ul li:last-child img {max-width: 40px;}
footer .copy {width: 100%;padding: 1% 0;text-align: center;background: #fff;font-size: 1.2rem;line-height: 0;}
@media only screen and (max-width: 767px) {
footer .fNav {padding: 10% 0;}
footer .fNav ul li {width: 100%;margin: 0 auto 5%;}
footer .fNav ul li h6 {margin: 0 0 3%;padding: 0;font-size: 1.6rem;}
footer .fNav ul li ul li {margin: 0;}
footer .copy {padding: 5% 0;font-size: 1rem;}
}

#about {padding: 3% 0 5%;}
#about h2 {margin: auto;text-align: center;background: -webkit-linear-gradient(0deg, #40e0d0, #ff8c00, #ff0080);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 5rem;font-weight: 600;letter-spacing: 0.1em;}
#about h2 + p {margin: 0 0 5%;text-align: justify;}
#about ul {}
#about ul li {width: calc(33.3333% - 2%);margin: 0 3% 0 0;line-height: 1.6;}
#about ul li:nth-child(3) {margin: 0;}
#about ul li h3 {margin: 0 auto 2%;text-align: center;font-size: 2rem;font-weight: 600;letter-spacing: 0.1em;}
#about ul li figure {}
#about ul li figure figcaption {margin: 3% 0 0;font-size: 1.4rem;}
@media only screen and (max-width: 767px) {
#about {margin: 0 auto 3%;padding: 10% 0;}
#about h2 {margin: 0 auto 3%;font-size: 3rem;line-height: 1.2;}
#about h2 + p {margin: 0 0 8%;}
#about ul li {width: 100%;margin: 0 0 8%;}
#about ul li h3 {margin: 0 0 3%;padding: 0 0 2%;border-bottom: 1px solid #ccc;font-size: 1.8rem;}
#about ul li figure {display: flex;justify-content: space-between;align-items: center;}
#about ul li figure img {width: 45%;}
#about ul li figure figcaption {width: 50%;font-size: 1.2rem;}
}

#media {padding: 3% 0 8%;position: relative;text-align: center;}
#media::before {content: "";width: 30%;height: 3px;position: absolute;top: 0;left: 50%;margin-right: -50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;background: #eee;}
#media iframe {margin: 0 auto 5%;}
#media .catalog {line-height: 1.6;}
#media .catalog li {}
#media .catalog li a {display: block;text-decoration: underline;}
@media only screen and (max-width: 767px) {
#media {padding: 5% 0 15%;}
#media .catalog {font-size: 1.2rem;}
}

#works .kv {width: 100%;height: 500px;position: relative;background: url("images/works/header.jpg") no-repeat center 80% / 100% auto;}
#works .kv h1 {position: absolute;top: 30%;left: 50%;margin-right: -50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: center;color: #fff;font-size: 3.6rem;font-weight: 600;letter-spacing: 0.2em;line-height: 1.5;filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));}
#works section {padding: 5% 0;}
#works section h2 {margin: 0 auto 2%;text-align: center;font-size: 3rem;font-weight: 600;letter-spacing: 0.2em;line-height: 1.5;}
#works section h2 small {display: block;background: -webkit-linear-gradient(0deg, #40e0d0, #ff8c00, #ff0080);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 1.4rem;font-weight: 400;letter-spacing: 0;}
#works section h2 + p {margin: 0 auto 5%;text-align: center;}
#works section ul#workList {}
#works section ul#workList li {width: calc(33.3333% - 2%);margin: 0 3% 3% 0;}
#works section ul#workList li:nth-child(3) {margin: 0;}
#works section ul#workList li figure figcaption {font-size: 1.4rem;}
#works section h3 {margin: 8% auto 3%;text-align: center;background: -webkit-linear-gradient(0deg, #40e0d0, #ff8c00, #ff0080);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 2.4rem;font-weight: 600;letter-spacing: 0.2em;line-height: 1.5;}
#works .worksArticle li:nth-child(1) {width: 45%;margin: 0 auto 0 0;}
#works .worksArticle li:nth-child(2) {width: 50%;font-size: 1.4rem;line-height: 1.6;}
#works .worksArticle li h4 {margin: 0 0 5%;padding: 0 0 1%;border-bottom: 1px solid #ccc;font-size: 2rem;font-weight: 600;line-height: 1.5;}
#works .worksArticle li figure {margin: 0 auto 5%;}
#works .worksArticle li figure figcaption {text-align: center;}
#works .worksArticle p {margin: 0 0 3%;}
#works .worksArticle ul {padding: 3% 5%;list-style: disc;}
#works .worksArticle ul li {margin: 0 0 2%;}
#works .worksArticle ul li:nth-child(1), #works .worksArticle ul li:nth-child(2) {width: auto;}
#works .pageNav {margin: 5% auto 0;text-align: center;}
#works .pageNav a {padding: 1.5% 5%;position: relative;display: inline-block;color: #525252;background: #eee;line-height: 0;}
#works .pageNav a::before {content: "";width: 8px;height: 8px;display: inline-block;margin: 0 10px 3px;border-left: 2px solid #525252;border-bottom: 2px solid #000;transform: rotate(45deg);}
@media only screen and (max-width: 767px) {
#works .kv {height: 250px;background: url("images/works/header.jpg") no-repeat center 80% / 100% auto;}
#works .kv h1 {top: 30%;font-size: 2rem;}
#works section {padding: 10% 0;}
#works section h2 {margin: 0 auto 5%;font-size: 2.4rem;}
#works section ul#workList li, #works section ul#workList li:nth-child(3) {width: calc(50% - 3%);margin: 0 5.5% 3% 0;}
#works section ul#workList li:nth-child(even) {margin: 0;}
#works section ul#workList li figure figcaption {font-size: 1.2rem;}
#works section h3 {font-size: 2rem;}
#works .worksArticle li:nth-child(1) {width: 100%;margin: 0 auto 5%;}
#works .worksArticle li:nth-child(2) {width: 100%;}
#works .pageNav a {padding: 5% 10%;}
#works .pageNav a::before {margin: 0 10px;}
}

#price section {padding: 5% 0;}
#price section h2 {margin: 0 auto 2%;text-align: center;font-size: 3rem;font-weight: 600;letter-spacing: 0.2em;line-height: 1.5;}
#price section h2 small {display: block;background: -webkit-linear-gradient(0deg, #40e0d0, #ff8c00, #ff0080);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 1.4rem;font-weight: 400;letter-spacing: 0;}
#price section h2 + p {margin: 0 auto 5%;text-align: center;}
#price section figure {margin: 0 auto 5%;padding: 0 0 5%;position: relative;line-height: 0;}
#price section figure::after {content: "";width: 100%;height: 3px;position: absolute;left: 0;bottom: 0;display: block;background: #eee;}
@media only screen and (max-width: 767px) {
#price section {padding: 10% 0;}
#price section h2 {margin: 0 auto 5%;font-size: 2.4rem;}
#price section figure {margin: 0 auto 10%;overflow-y: scroll;}
#price section figure img {max-width: 800px}
}

#contact section {padding: 8% 0;}
#contact section h2 {margin: 0 auto 2%;text-align: center;font-size: 3rem;font-weight: 600;letter-spacing: 0.2em;line-height: 1.5;}
#contact section h2 small {display: block;background: -webkit-linear-gradient(0deg, #40e0d0, #ff8c00, #ff0080);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 1.4rem;font-weight: 400;letter-spacing: 0;}
#contact section p {margin: 0 auto 5%;text-align: center;}
#contact section .snsbox {margin: 0 auto 5%;}
#contact section .snsbox dt {width: 20%;margin: 0 0 1%;padding: 0 0 1%;border-bottom: 1px solid #ccc;}
#contact section .snsbox dd {width: 80%;margin: 0 0 1%;padding: 0 0 1%;border-bottom: 1px solid #ccc;}
#contact section .mailform {}
#contact section .mailform dt {width: 30%;margin: 0 0 3%;}
#contact section .mailform dt span {margin: 0 5% 0 0;padding: 0 3%;display: inline-block;color: #fff;background: rgba(215,0,3,1);font-size: 1.4rem;line-height: 1.6;}
#contact section .mailform dd {width: 70%;margin: 0 0 3%;}
#contact section .mailform dd input[type=text] {width: 100%;padding: 0.3% 0.5%;border: 1px solid #ccc;border-radius: 2px;}
#contact section .mailform dd textarea {width: 100%;height: 200px;padding: 0.3% 0.5%;border: 1px solid #ccc;border-radius: 2px;}
#contact section .mailform + p {margin: 0 auto 10%;text-align: center;}
#contact section input[type=submit] {margin: 0 2% 0 0;padding: 0.1% 5%;color:#fff;background: #ccc;cursor: pointer;}
#contact section input[type=submit]:hover {background: rgba(255,126,0,1);}
#contact section input[type=reset] {padding: 0.1% 5%;color: #525252;background: #eee;cursor: pointer;}
#contact section input[type=reset]:hover {background: #ccc;}
#contact section iframe {width: 100%;height: 300px;}
#contact section #form-tbl {margin: 3% auto 0;}
#contact section #form-tbl table {width: 100%;}
#contact section #form-tbl table th, #contact section #form-tbl table td {border-bottom: 1px solid #ccc;}
#contact section .btn {margin: 5% auto 0;}
#contact section .btn input[type=submit], #contact section .btn input[type=button] {width: 20%;margin: 0 1%;padding: 0.1% 0;display: inline-block;text-align: center;color:#fff;background: #ccc;cursor: pointer;}
@media only screen and (max-width: 767px) {
#contact section {padding: 10% 0;}
#contact section h2 {margin: 0 auto 5%;font-size: 2.4rem;}
#contact section p {margin: 0 auto 10%;}
#contact section .snsbox {margin: 0 auto 10%;}
#contact section .snsbox dt {width: 100%;margin: 0;padding: 0;border-bottom: none;}
#contact section .snsbox dd {width: 100%;font-size: 1.2rem;letter-spacing: 0.1em;}
#contact section .mailform dt {width: 100%;margin: 0;}
#contact section .mailform dd {width: 100%;}
}

/* ─── ナビメニュー横並び＆折り返し禁止 ─── */
header nav.gnav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}

/* ─── ハンバーガーボタン表示切り替え ─── */
.navBtn {
  display: none;
}
@media (max-width: 767px) {
  /* SPではPCナビを隠してハンバーガーを表示 */
  header nav.gnav {
    display: none;
  }
  .navBtn {
    display: block;
  }
}
@media (min-width: 768px) {
  /* PCではハンバーガーを隠す */
  .navBtn {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------ */