@charset "UTF-8";
/*------------------------
SIZE
-------------------------*/
/*************************************
MIXINS
*************************************/
.scpop {
  transform: scale3d(0, 0, 0);
  transform-origin: center center;
  will-change: animation;
}

.scpop.ac {
  animation: bounce 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*------------------------------------
animation
	*/
@keyframes watapiiPc {
  0% {
    transform: translateX(-5.8565153734vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes watapiiSp {
  0% {
    transform: translateX(-16vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(359deg);
  }
}
@keyframes photoCoverAnim {
  0% {
    filter: grayscale(95%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@keyframes bounce {
  0% {
    transform: scale3d(0, 0, 0);
  }
  40% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*------------------------
COLOR
-------------------------*/
a {
  color: #000;
  text-decoration: none;
}

/*------------------------
TEXT SET
-------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.1713030747vw;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: #1A1A1A;
  background-color: #FFFEF1;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}
@media screen and ( min-width : 1680px ) {
  body {
    font-size: 19.6px;
  }
}
@media screen and ( max-width : 1023px ) {
  body {
    font-size: 4.2666666667vw;
  }
}

.sans {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en {
  color: #777;
  font-family: "ryo-gothic-plusn", sans-serif;
}

/*------------------------
BASIC LAYOUT / MODULE
-------------------------*/
img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

.sp {
  display: none !important;
}
@media screen and ( max-width : 1023px ) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and ( max-width : 1023px ) {
  .pc {
    display: none !important;
  }
}

@media screen and ( max-width : 1023px ) {
  br.sp, .btn.sp, .tac.sp {
    display: block !important;
  }
}

.lbx {
  cursor: pointer;
}

.tac {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

figure {
  margin: 0;
}

/*------------------------
RESET
-------------------------*/
body {
  word-wrap: break-word;
}

th, td {
  text-align: left;
  vertical-align: top;
  border: none;
}

caption {
  text-align: left;
}

img {
  border: 0;
  vertical-align: bottom;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

fieldset, img {
  border: 0;
}

a {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/*
	clearfix
------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}

.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*html5の要素をblock*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

/*------------------------
FORM
-------------------------*/
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*------------------------
TABLE
-------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

img {
  width: 100%;
}

/*==================================================
COMMON PARTS
==================================================*/
.mt {
  margin-top: 1.4641288433vw;
}
@media screen and ( min-width : 1680px ) {
  .mt {
    margin-top: 25px;
  }
}
@media screen and ( max-width : 1023px ) {
  .mt {
    margin-top: 2.6666666667vw;
  }
}

.mt2 {
  margin-top: 2.9282576867vw;
}
@media screen and ( min-width : 1680px ) {
  .mt2 {
    margin-top: 50px;
  }
}
@media screen and ( max-width : 1023px ) {
  .mt2 {
    margin-top: 8vw;
  }
}

.soon {
  color: #000;
  background-color: #FAFAFA;
  text-align: center;
  padding: 2.196193265vw 0;
}
@media screen and ( min-width : 1680px ) {
  .soon {
    padding: 37px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  .soon {
    padding: 8vw 0;
  }
}

.btnWrap {
  width: 21.9619326501vw;
  max-width: 360px;
  margin-top: 2.9282576867vw;
}
@media screen and ( min-width : 1680px ) {
  .btnWrap {
    margin-top: 50px;
  }
}
@media screen and ( max-width : 1023px ) {
  .btnWrap {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.btn a {
  display: block;
  width: 100%;
  background-color: #FF430C;
  padding: 1.3909224012vw 0;
  text-align: center;
  border-radius: 5px;
  color: #FFF;
  line-height: 1;
  font-weight: 900;
  font-size: 1.5373352855vw;
  background-image: url(../images/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 0.878477306vw;
  transition: opacity 0.3s;
}
@media screen and ( min-width : 1680px ) {
  .btn a {
    font-size: 25.8px;
    background-size: 14.7px;
    padding: 23px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  .btn a {
    font-size: 5.6vw;
    background-size: 3.2vw;
    padding: 4.8vw 0;
  }
}

.btn.border a {
  border: 0.3660322108vw solid #000;
  box-sizing: border-box;
  border-radius: 1.3909224012vw;
  padding: 1.0248901903vw 0;
  letter-spacing: 0;
  font-weight: 900;
}
@media screen and ( min-width : 1680px ) {
  .btn.border a {
    padding: 16px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  .btn.border a {
    border: 1.3333333333vw solid #000;
    border-radius: 0vw;
    padding: 3.2vw 0;
    font-size: 5.0666666667vw;
  }
}

.btn a:hover {
  opacity: 0.7;
}

.blackBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #1A1A1A;
  cursor: pointer;
}

.blackBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3909224012vw 0;
  text-align: center;
  color: #FFF;
  line-height: 1;
  font-size: 1.1713030747vw;
}
@media screen and ( min-width : 1680px ) {
  .blackBtn a {
    font-size: 20px;
    padding: 23px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  .blackBtn a {
    font-size: 4.2666666667vw;
    padding: 4.8vw 0;
  }
}

.blackBtn a:before {
  content: "";
  display: inline-block;
  width: 0.878477306vw;
  height: 0.878477306vw;
  margin-right: 0.7320644217vw;
  background-image: url(../images/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and ( min-width : 1680px ) {
  .blackBtn a:before {
    width: 14.7px;
    height: 14.7px;
    margin-right: 12px;
  }
}
@media screen and ( max-width : 1023px ) {
  .blackBtn a:before {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 2.6666666667vw;
  }
}

.arrowLink a {
  font-size: 1.1713030747vw;
  color: #000;
  display: inline-block;
  background-image: url(../images/common/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 0.8052708638vw;
  padding-left: 1.317715959vw;
}
@media screen and ( min-width : 1680px ) {
  .arrowLink a {
    font-size: 20px;
    background-size: 14.7px;
    padding-left: 22px;
  }
}
@media screen and ( max-width : 1023px ) {
  .arrowLink a {
    font-size: 4.2666666667vw;
    background-size: 2.4vw;
    padding-left: 3.2vw;
  }
}

@media screen and ( max-width : 1023px ) {
  .arrowLink.sp {
    display: block !important;
  }
}

.arrowLink.current a {
  opacity: 0.3;
}

.pointBtn {
  display: flex;
  align-items: center;
  width: 24.4509516837vw;
  max-width: 408px;
  padding: 1.2445095168vw 0 1.2445095168vw 6.149341142vw;
  line-height: 1.5;
  font-size: 1.0248901903vw;
  background-color: #FEF3B6;
  background-image: url(../images/common/illust_btn.svg);
  background-size: 3.6603221083vw;
  background-position: 1.317715959vw center;
  background-repeat: no-repeat;
  transition: background-color 0.3s;
}
@media screen and ( min-width : 1680px ) {
  .pointBtn {
    font-size: 16.6px;
    padding: 21px 0 21px 99px;
    background-size: 61px;
  }
}
@media screen and ( max-width : 1023px ) {
  .pointBtn {
    width: 100%;
    max-width: 9999px;
    padding: 2.6666666667vw 0 2.6666666667vw 22.4vw;
    background-size: 17.6vw;
    font-size: 3.7333333333vw;
  }
}
.pointBtn a {
  display: block;
  padding-right: 2.0497803807vw;
  background-image: url(../images/common/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.8052708638vw;
}
@media screen and ( min-width : 1680px ) {
  .pointBtn a {
    padding-right: 35px;
    background-size: 14.7px;
  }
}
@media screen and ( max-width : 1023px ) {
  .pointBtn a {
    background-size: 2.9333333333vw;
    padding-right: 7.4666666667vw;
  }
}

.pointBtn:hover {
  background-color: #FFF;
}

/*==================================================
FONT SIZE
==================================================*/
.categoryTitle {
  font-size: 1.756954612vw;
  margin-bottom: 3.513909224vw;
  font-weight: 900;
}
@media screen and ( min-width : 1680px ) {
  .categoryTitle {
    font-size: 29.5px;
    margin-bottom: 60px;
  }
}
@media screen and ( max-width : 1023px ) {
  .categoryTitle {
    font-size: 6.1333333333vw;
    margin-bottom: 11.7333333333vw;
  }
}
.categoryTitle.sub {
  font-size: 1.5373352855vw;
  margin-bottom: 2.3426061493vw;
}
@media screen and ( min-width : 1680px ) {
  .categoryTitle.sub {
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 1023px ) {
  .categoryTitle.sub {
    font-size: 5.6vw;
    margin-bottom: 8.5333333333vw;
  }
}
.categoryTitle.noM {
  margin-bottom: 0 !important;
}

/*==============================================
COMMON MODULES
===============================================*/
.fullSizeContainer {
  width: 100vw;
  height: 100svh;
  min-height: 768px;
  max-width: 1680px;
  max-height: 968px;
  margin: 0 auto;
  font-weight: 900;
}
@media screen and ( max-width : 1023px ) {
  .fullSizeContainer {
    height: auto;
    max-height: 9999px;
  }
}
.fullSizeContainer .halfBox {
  width: 50%;
  height: 100%;
  position: relative;
}
@media screen and ( max-width : 1023px ) {
  .fullSizeContainer .halfBox {
    width: 100%;
    height: 100vh;
    min-height: 150vw;
    min-height: 0;
  }
}
@media screen and ( max-width : 1023px ) {
  .fullSizeContainer .halfBox.spMin {
    height: 113.7vw;
    min-height: 0;
  }
}
.fullSizeContainer .title {
  font-size: 1.9765739385vw;
  font-weight: 900;
}
@media screen and ( min-width : 1680px ) {
  .fullSizeContainer .title {
    font-size: 33.75px;
  }
}
@media screen and ( max-width : 1023px ) {
  .fullSizeContainer .title {
    font-size: 6.9333333333vw;
  }
}
.fullSizeContainer .caption {
  font-size: 1.1713030747vw;
}
@media screen and ( min-width : 1680px ) {
  .fullSizeContainer .caption {
    font-size: 20px;
  }
}
@media screen and ( max-width : 1023px ) {
  .fullSizeContainer .caption {
    font-size: 4.2666666667vw;
  }
}

@media screen and ( max-width : 1023px ) {
  .fullSizeContainer.flex {
    flex-wrap: wrap;
  }
}

.fullSizeContainer.flex.pcReverse {
  flex-direction: row-reverse;
}

@media screen and ( max-width : 1023px ) {
  .fullSizeContainer.flex.spReverse {
    flex-direction: column-reverse;
  }
}

.contentWrap {
  position: relative;
  width: 93.9970717423vw;
  max-width: 1579px;
  margin: 0 auto;
  padding: 0 3.6603221083vw;
}
@media screen and ( min-width : 1680px ) {
  .contentWrap {
    padding: 0 61px;
  }
}
@media screen and ( max-width : 1023px ) {
  .contentWrap {
    width: 100%;
    padding: 0 6.9333333333vw;
  }
}

.contentWrapSp {
  position: relative;
  width: 93.9970717423vw;
  max-width: 1579px;
  padding: 0;
}
@media screen and ( max-width : 1023px ) {
  .contentWrapSp {
    width: 100%;
    padding: 0 6.9333333333vw;
  }
}

.box2-1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box2-1 .item {
  width: 40.2635431918vw;
  max-width: 675px;
}
@media screen and ( max-width : 1023px ) {
  .box2-1 .item {
    width: 100%;
    max-width: 9999px;
  }
}

.newsList .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-bottom: 2.3426061493vw;
}
@media screen and ( min-width : 1680px ) {
  .newsList .titleBox {
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 1023px ) {
  .newsList .titleBox {
    margin-bottom: 12.8vw;
  }
}

.newsList .listArea .item {
  display: flex;
  align-items: center;
  padding: 1.4641288433vw 0;
  border-top: 1px solid #DDDDDD;
}
.newsList .listArea .item:last-of-type {
  border-bottom: 1px solid #DDDDDD;
}
@media screen and ( max-width : 1023px ) {
  .newsList .listArea .item {
    padding: 5.3333333333vw 0;
    align-items: flex-start;
  }
}
.newsList .listArea .imgBox {
  width: 6.149341142vw;
  max-width: 103px;
  margin-right: 1.4641288433vw;
}
@media screen and ( max-width : 1023px ) {
  .newsList .listArea .imgBox {
    width: 22.4vw;
    max-width: 9999px;
    margin-right: 5.3333333333vw;
  }
}
.newsList .listArea .textBox {
  width: calc(100% - 6.149341142vw);
  max-width: 9999px;
}
.newsList .listArea .title {
  font-size: 1.1713030747vw;
  margin-bottom: 0.2928257687vw;
}
@media screen and ( min-width : 1680px ) {
  .newsList .listArea .title {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media screen and ( max-width : 1023px ) {
  .newsList .listArea .title {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.newsList .listArea .title a {
  color: #1A1A1A;
}
.newsList .listArea .date {
  font-size: 0.878477306vw;
  margin-bottom: 0.2928257687vw;
}
@media screen and ( min-width : 1680px ) {
  .newsList .listArea .date {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
@media screen and ( max-width : 1023px ) {
  .newsList .listArea .date {
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }
}
.newsList .listArea .category {
  font-size: 1.0248901903vw;
  color: #9F9F9F;
}
@media screen and ( min-width : 1680px ) {
  .newsList .listArea .category {
    font-size: 17.33px;
  }
}
@media screen and ( max-width : 1023px ) {
  .newsList .listArea .category {
    font-size: 3.2vw;
  }
}
.newsList .listArea .caption {
  font-size: 1.0248901903vw;
}
@media screen and ( min-width : 1680px ) {
  .newsList .listArea .caption {
    font-size: 17.33px;
  }
}
@media screen and ( max-width : 1023px ) {
  .newsList .listArea .caption {
    display: none;
  }
}

.worksSlider .item {
  padding: 0 2.4158125915vw;
}
@media screen and ( min-width : 1680px ) {
  .worksSlider .item {
    padding: 0 41px;
  }
}
@media screen and ( max-width : 1023px ) {
  .worksSlider .item {
    padding: 0 3.4666666667vw;
  }
}
.worksSlider .textBox {
  margin-top: 2.0497803807vw;
}
@media screen and ( min-width : 1680px ) {
  .worksSlider .textBox {
    margin-top: 35px;
  }
}
@media screen and ( max-width : 1023px ) {
  .worksSlider .textBox {
    margin-top: 8vw;
  }
}
.worksSlider .textBox .name {
  font-size: 1.1713030747vw;
  margin-bottom: 0.5856515373vw;
}
@media screen and ( min-width : 1680px ) {
  .worksSlider .textBox .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and ( max-width : 1023px ) {
  .worksSlider .textBox .name {
    font-size: 4.2666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.worksSlider .textBox .subText {
  font-size: 0.878477306vw;
  margin-bottom: 0.5124450952vw;
  color: #B2B1B1;
}
@media screen and ( min-width : 1680px ) {
  .worksSlider .textBox .subText {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and ( max-width : 1023px ) {
  .worksSlider .textBox .subText {
    font-size: 3.2vw;
    margin-bottom: 1.8666666667vw;
  }
}
.worksSlider .textBox .category {
  font-size: 0.878477306vw;
  margin-bottom: 0.5856515373vw;
  color: #FFF;
  display: inline-block;
  padding: 0.0732064422vw 0.7320644217vw 0.1464128843vw;
  border-radius: 5px;
}
@media screen and ( min-width : 1680px ) {
  .worksSlider .textBox .category {
    font-size: 15px;
    padding: 1px 12.5px 2px;
  }
}
@media screen and ( max-width : 1023px ) {
  .worksSlider .textBox .category {
    font-size: 3.2vw;
    padding: 0.2666666667vw 2.6666666667vw 0.5333333333vw;
  }
}
.worksSlider .textBox .category.yumehouse {
  background-color: #630D03;
}
.worksSlider .textBox .category.cotton {
  background-color: #2E58A4;
}
.worksSlider .textBox .category.sciencehome {
  background-color: #452C1E;
}
.worksSlider .textBox .category.garden {
  background-color: #314713;
}

.newsList .lbx .imgBox, .newsList .lbx .textBox {
  transition: opacity 0.3s;
}

.newsList .lbx:hover .imgBox, .newsList .lbx:hover .textBox {
  opacity: 0.5;
}

.detailContent .inner {
  width: 79.0629575403vw;
  max-width: 1328px;
  margin: 0 auto;
}
@media screen and ( max-width : 1023px ) {
  .detailContent .inner {
    width: 87.4666666667vw;
  }
}

#postContent {
  background-color: #FFF;
  padding: 3.6603221083vw;
}
@media screen and ( min-width : 1680px ) {
  #postContent {
    padding: 61px;
  }
}
@media screen and ( max-width : 1023px ) {
  #postContent {
    padding: 13.3333333333vw 6.6666666667vw;
  }
}

.categoryList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.1713030747vw;
}
@media screen and ( min-width : 1680px ) {
  .categoryList {
    margin-bottom: 20px;
  }
}
@media screen and ( max-width : 1023px ) {
  .categoryList {
    margin-bottom: 4.2666666667vw;
  }
}

.categoryList li {
  margin-right: 3.6603221083vw;
  margin-bottom: 1.1713030747vw;
}
@media screen and ( min-width : 1680px ) {
  .categoryList li {
    margin-right: 62.5px;
    margin-bottom: 20px;
  }
}
@media screen and ( max-width : 1023px ) {
  .categoryList li {
    margin-right: 10.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.categoryList li:last-child {
  margin-right: 0;
}

#recruitContent {
  padding: 3.6603221083vw 0;
}
@media screen and ( min-width : 1680px ) {
  #recruitContent {
    padding: 61px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  #recruitContent {
    padding: 13.3333333333vw 0;
  }
}
#recruitContent .recruitItem {
  border-top: 1px solid #DDDDDD;
  padding: 0.7320644217vw 0;
  display: flex;
}
@media screen and ( min-width : 1680px ) {
  #recruitContent .recruitItem {
    padding: 12px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  #recruitContent .recruitItem {
    padding: 4vw 0;
    display: block;
  }
}
#recruitContent .recruitItem dt {
  width: 18%;
  font-weight: 900;
}
@media screen and ( max-width : 1023px ) {
  #recruitContent .recruitItem dt {
    width: 100%;
    font-size: 4vw;
  }
}
#recruitContent .recruitItem dd {
  width: 82%;
}
@media screen and ( max-width : 1023px ) {
  #recruitContent .recruitItem dd {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
#recruitContent .recruitItem:last-of-type {
  border-bottom: 1px solid #DDDDDD;
}
#recruitContent .btn.border a {
  width: 30.4538799414vw;
  margin-top: 3.6603221083vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and ( max-width : 1023px ) {
  #recruitContent .btn.border a {
    width: 100%;
    max-width: 9999px;
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}

/**==============================================
HEADER
===============================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.149341142vw;
  max-height: 103px;
  z-index: 100;
}
@media screen and ( max-width : 1023px ) {
  header {
    height: 18.6666666667vw;
    max-height: 9999px;
  }
}
header .contentWrap {
  position: relative;
  height: 6.149341142vw;
  max-height: 103px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and ( max-width : 1023px ) {
  header .contentWrap {
    height: 18.6666666667vw;
    max-height: 9999px;
  }
}
header h1 {
  width: 21.5959004392vw;
  height: 3.8067349927vw;
  max-width: 363px;
  max-height: 64px;
  top: 0;
  bottom: 0;
}
@media screen and ( max-width : 1023px ) {
  header h1 {
    position: fixed;
    width: 55.7333333333vw;
    height: 9.8666666667vw;
    max-width: 9999px;
    max-height: 9999px;
    left: 6.9333333333vw;
    top: 4.2666666667vw;
    z-index: 100;
  }
}
header .gNav {
  width: 43.3382137628vw;
  max-width: 728px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -3.6603221083vw;
}
@media screen and ( min-width : 1680px ) {
  header .gNav {
    margin-left: -61px;
  }
}
header .gNav li {
  font-size: 1.1713030747vw;
}
@media screen and ( min-width : 1680px ) {
  header .gNav li {
    font-size: 19.67px;
  }
}
header .gNav.pc li, header .snsLink li {
  transition: opacity 0.3s;
}
header .gNav.pc li:hover, header .snsLink li:hover {
  opacity: 0.5;
}
header .snsLink {
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .snsLink li {
  width: 2.4890190337vw;
  max-width: 42px;
}
header .snsLink li:last-of-type {
  margin-left: 1.2445095168vw;
}
@media screen and ( min-width : 1680px ) {
  header .snsLink li:last-of-type {
    margin-left: 21px;
  }
}

/**==============================================
SP NAV
===============================================*/
#spNav {
  position: fixed;
}

@media screen and ( max-width : 1023px ) {
  #menuBtn {
    position: fixed;
    top: 7.7333333333vw;
    right: 6.9333333333vw;
    width: 7.4666666667vw;
    height: 2.9333333333vw;
    z-index: 100;
    display: block !important;
  }
  #menuBtn li {
    position: absolute;
    width: 100%;
    height: 0.5333333333vw;
    background-color: #000;
    left: 0;
    transition: transform 0.2s ease-in-out;
  }
  #menuBtn li.bar1 {
    top: 0;
  }
  #menuBtn li.bar2 {
    bottom: 0;
  }
}

#menuBtn.ac li.bar1 {
  top: 45%;
  transform: rotate(390deg);
}
#menuBtn.ac li.bar2 {
  top: 45%;
  transform: rotate(-390deg);
}

#spNav {
  display: none;
  width: 100%;
  height: 100vh;
}

@media screen and ( max-width : 1023px ) {
  body.open #spNav {
    display: block;
    background-color: #FFFEF1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    overflow-y: scroll;
  }
  body.open #spNav .inner {
    position: relative;
    width: 100%;
    padding: 0 6.9333333333vw;
  }
  body.open #spNav .inner .illust {
    width: 53.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
  body.open #spNav .inner .list {
    border-top: 1px solid #000;
  }
  body.open #spNav .inner .list li {
    border-bottom: 1px solid #000;
    padding: 8.5333333333vw 3.4666666667vw;
  }
  body.open #spNav .inner.no1 {
    padding-top: 30.6666666667vw;
  }
  body.open #spNav .inner.no2 {
    padding-bottom: 30.6666666667vw;
  }
  body.open #spNav .planExArea {
    padding-top: 25.6vw;
  }
  body.open #spNav .recruit {
    margin-bottom: 25.6vw;
  }
}

/*==================================================
#planArea
==================================================*/
.planExArea {
  width: 100%;
  background-color: #FFFEF1;
  margin-bottom: 7.027818448vw;
  padding-top: 11.1273792094vw;
}
@media screen and ( min-width : 1680px ) {
  .planExArea {
    margin-bottom: 120px;
    padding-top: 190px;
  }
}
@media screen and ( max-width : 1023px ) {
  .planExArea {
    margin-bottom: 25.6vw;
    padding-top: 40.5333333333vw;
  }
}
.planExArea .title {
  width: 43.4846266471vw;
  max-width: 728px;
  margin: 0 auto 7.027818448vw;
}
@media screen and ( min-width : 1680px ) {
  .planExArea .title {
    margin-bottom: 120px;
  }
}
@media screen and ( max-width : 1023px ) {
  .planExArea .title {
    width: 86.6666666667vw;
    max-width: 9999px;
    margin-bottom: 8.5333333333vw;
  }
}
.planExArea .planList {
  display: flex;
  justify-content: space-between;
  width: 74.3777452416vw;
  max-width: 1250px;
  margin: 0 auto 7.027818448vw;
}
@media screen and ( min-width : 1680px ) {
  .planExArea .planList {
    margin-bottom: 120px;
  }
}
@media screen and ( max-width : 1023px ) {
  .planExArea .planList {
    width: 100%;
    max-width: 9999px;
    margin-bottom: 25.6vw;
  }
}
.planExArea .planList .item {
  width: 23.1332357247vw;
  max-width: 390px;
  transition: opacity 0.3s;
}
@media screen and ( max-width : 1023px ) {
  .planExArea .planList .item {
    width: 53.3333333333vw;
    max-width: 9999px;
    padding: 0 1.8666666667vw;
  }
}
.planExArea .planList .item:hover {
  opacity: 0.7;
}
.planExArea .gardenArea {
  width: 74.3777452416vw;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and ( max-width : 1023px ) {
  .planExArea .gardenArea {
    width: 100%;
    max-width: 9999px;
  }
}
.planExArea .gardenArea .gardenTitle {
  font-size: 1.9765739385vw;
  margin-bottom: 2.196193265vw;
  text-align: center;
  font-weight: 900;
  color: #314713;
}
@media screen and ( min-width : 1680px ) {
  .planExArea .gardenArea .gardenTitle {
    font-size: 33.75px;
    margin-bottom: 37px;
  }
}
@media screen and ( max-width : 1023px ) {
  .planExArea .gardenArea .gardenTitle {
    font-size: 7.2vw;
    margin-bottom: 10.6666666667vw;
  }
}
.planExArea .gardenArea .captionBox {
  background: #FFF;
  padding: 1.1713030747vw;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media screen and ( min-width : 1680px ) {
  .planExArea .gardenArea .captionBox {
    padding: 20px;
  }
}
@media screen and ( max-width : 1023px ) {
  .planExArea .gardenArea .captionBox {
    padding: 8.5333333333vw;
    display: block;
  }
}
.planExArea .gardenArea .captionBox .image {
  width: 28.1112737921vw;
  max-width: 473px;
  margin-right: 3.6603221083vw;
}
@media screen and ( min-width : 1680px ) {
  .planExArea .gardenArea .captionBox .image {
    margin-right: 62.5px;
  }
}
@media screen and ( max-width : 1023px ) {
  .planExArea .gardenArea .captionBox .image {
    width: 55.7333333333vw;
    max-width: 9999px;
    margin: 0 auto 8.5333333333vw;
  }
}
.planExArea .gardenArea .captionBox .caption {
  font-size: 1.1713030747vw;
  width: 37.7745241581vw;
  max-width: 635px;
}
@media screen and ( min-width : 1680px ) {
  .planExArea .gardenArea .captionBox .caption {
    font-size: 20px;
  }
}
@media screen and ( max-width : 1023px ) {
  .planExArea .gardenArea .captionBox .caption {
    font-size: 3.7333333333vw;
    width: 100%;
    max-width: 9999px;
  }
}
.planExArea .gardenArea .captionBox:hover {
  opacity: 0.7;
}

/* #planArea */
/*==============================================
PAGE CONTENT
===============================================*/
#pageContent {
  padding-top: 6.149341142vw;
  min-height: 600px;
}
@media screen and ( min-width : 1680px ) {
  #pageContent {
    padding-top: 103px;
  }
}
@media screen and ( max-width : 1023px ) {
  #pageContent {
    padding-top: 18.6666666667vw;
  }
}

/**==============================================
FOOTER
===============================================*/
.footerTop {
  background-color: #FCEA7B;
  padding: 4.0263543192vw 0 4.39238653vw;
}
@media screen and ( max-width : 1023px ) {
  .footerTop {
    padding: 11.2vw 0 12.8vw;
  }
}
.footerTop .title {
  width: 18.3016105417vw;
  max-width: 308px;
  font-size: 1.9765739385vw;
  font-weight: 900;
}
@media screen and ( max-width : 1023px ) {
  .footerTop .title {
    width: 100%;
    max-width: 9999px;
    font-size: 7.2vw;
    line-height: 1;
  }
}
.footerTop .content {
  width: 68.3748169839vw;
  max-width: 1148px;
}
@media screen and ( max-width : 1023px ) {
  .footerTop .content {
    width: 100%;
    max-width: 9999px;
    margin: 8.5333333333vw 0 0;
    padding: 0;
  }
}
.footerTop .btnBox {
  display: flex;
  justify-content: space-between;
  margin-top: 2.196193265vw;
}
@media screen and ( min-width : 1680px ) {
  .footerTop .btnBox {
    margin-top: 36.9px;
  }
}
@media screen and ( max-width : 1023px ) {
  .footerTop .btnBox {
    display: block;
    margin-top: 8.5333333333vw;
  }
}
.footerTop .btnBox li {
  width: 31.7715959004vw;
  max-width: 534px;
}
@media screen and ( max-width : 1023px ) {
  .footerTop .btnBox li {
    width: 100%;
    max-width: 9999px;
    margin-bottom: 8.5333333333vw;
  }
  .footerTop .btnBox li:last-of-type {
    margin-bottom: 0;
  }
}

.footerBottom {
  background-color: #FFF;
  padding: 2.9282576867vw 0 1.4641288433vw;
}
@media screen and ( min-width : 1680px ) {
  .footerBottom {
    padding: 49px 0 73px;
  }
}
@media screen and ( max-width : 1023px ) {
  .footerBottom {
    padding: 25.6vw 0 23.4666666667vw;
  }
}
.footerBottom .logoArea {
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .logoArea {
    display: block;
  }
}
.footerBottom .logo {
  width: 25.6222547584vw;
  max-width: 430px;
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .logo {
    width: 100%;
    max-width: 9999px;
    margin-bottom: 12.8vw;
  }
}
.footerBottom .logo img {
  width: 21.5959004392vw;
  max-width: 363px;
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .logo img {
    width: 78.6666666667vw;
    max-width: 9999px;
  }
}
.footerBottom .footNav {
  width: 43.3382137628vw;
  max-width: 728px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -5.710102489vw;
}
@media screen and ( min-width : 1680px ) {
  .footerBottom .footNav {
    margin-left: -97px;
  }
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .footNav {
    width: 100%;
    max-width: 9999px;
    display: block;
    margin-left: 0;
  }
}
.footerBottom .footNav li {
  font-size: 1.1713030747vw;
  transition: opacity 0.3;
}
@media screen and ( min-width : 1680px ) {
  .footerBottom .footNav li {
    font-size: 19.67px;
  }
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .footNav li {
    font-size: 4.2666666667vw;
    line-height: 1;
    margin-bottom: 8.5333333333vw;
  }
  .footerBottom .footNav li:last-of-type {
    margin-bottom: 0;
  }
}
.footerBottom .footNav li:hover {
  opacity: 0.5;
}
.footerBottom .snsLink.foot {
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .snsLink.foot {
    margin-top: 10.6666666667vw;
    justify-content: left;
  }
}
.footerBottom .snsLink.foot li {
  width: 2.4890190337vw;
  max-width: 42px;
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .snsLink.foot li {
    width: 12.8vw;
  }
}
.footerBottom .snsLink.foot li:last-of-type {
  margin-left: 1.2445095168vw;
}
@media screen and ( min-width : 1680px ) {
  .footerBottom .snsLink.foot li:last-of-type {
    margin-left: 21px;
  }
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .snsLink.foot li:last-of-type {
    margin-left: 4.5333333333vw;
  }
}
.footerBottom .copywrightArea {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 4.39238653vw;
}
@media screen and ( min-width : 1680px ) {
  .footerBottom .copywrightArea {
    margin-top: 73px;
  }
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .copywrightArea {
    display: block;
    margin-top: 25.6vw;
  }
}
.footerBottom .address {
  font-size: 1.0248901903vw;
}
@media screen and ( min-width : 1680px ) {
  .footerBottom .address {
    font-size: 17.33px;
  }
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .address {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
}
.footerBottom .copywright {
  font-size: 0.878477306vw;
  color: #B2B1B1;
  letter-spacing: 0;
}
@media screen and ( min-width : 1680px ) {
  .footerBottom .copywright {
    font-size: 15.33px;
  }
}
@media screen and ( max-width : 1023px ) {
  .footerBottom .copywright {
    font-size: 3.2vw;
    margin-top: 12.8vw;
  }
}

.recruit .inner {
  width: 30.4538799414vw;
  max-width: 492px;
  margin: 0 auto;
}
@media screen and ( max-width : 1023px ) {
  .recruit .inner {
    width: 100%;
    max-width: 9999px;
  }
}

.btnList {
  margin-top: 1.6105417277vw;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and ( min-width : 1680px ) {
  .btnList {
    margin-top: 27.5px;
  }
}
@media screen and ( max-width : 1023px ) {
  .btnList {
    width: 100%;
    max-width: 9999px;
    margin-top: 8.5333333333vw;
  }
}
.btnList .blackBtn {
  width: 14.6412884334vw;
  max-width: 230px;
  transition: opacity 0.3s;
}
@media screen and ( max-width : 1023px ) {
  .btnList .blackBtn {
    width: 41.3333333333vw;
    max-width: 9999px;
  }
}
.btnList .blackBtn:hover {
  opacity: 0.7;
}
.btnList .blackBtn.full {
  width: 100%;
  max-width: 9999px;
}

.footerTop .btnBox li {
  transition: opacity 0.3s;
}

.footerTop .btnBox li:hover {
  opacity: 0.7;
}

/**==============================================
YOUTUBE RESPONSIVE
===============================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比を維持 */
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and ( max-width : 1023px ) {
  .youtube {
    padding-top: 56.25%;
    /* スマホでも同じアスペクト比を維持 */
  }
}

/*==============================================
MODAL MODULES
===============================================*/
/* プロジェクトギャラリーモーダル関連スタイル */
.gallery-item {
  position: relative;
  cursor: pointer;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-item .imgBox {
  position: relative;
  overflow: hidden;
}
.gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item .gallery-icon {
  width: 2.9282576867vw;
  height: 2.9282576867vw;
}
@media screen and ( min-width : 1680px ) {
  .gallery-item .gallery-icon {
    width: 49px;
    height: 49px;
  }
}
@media screen and ( max-width : 1023px ) {
  .gallery-item .gallery-icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

/* モーダル内のサムネイル用スタイル（既存のものを拡張） */
.gallery-thumbnails .thumbnail {
  box-sizing: border-box;
}
.gallery-thumbnails .thumbnail.active {
  box-shadow: 0 0 0 2px #FF430C;
  border: 2px solid #FFF;
}

/* モーダル内のナビゲーションボタン（既存のものを拡張） */
.prev-button, .next-button {
  background-color: rgba(255, 67, 12, 0.5);
  transition: background-color 0.3s ease;
  border-radius: 50%;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.prev-button:hover, .next-button:hover {
  background-color: rgba(255, 67, 12, 0.8);
}
@media screen and ( min-width : 1680px ) {
  .prev-button, .next-button {
    width: 61px;
    height: 61px;
  }
}
@media screen and ( max-width : 1023px ) {
  .prev-button, .next-button {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

/* モーダルが開いている間はスクロール禁止 */
body.modal-open {
  overflow: hidden;
}

/* モーダルが表示されている時のSlickスライダーの挙動を調整 */
.slick-slider .gallery-item:focus {
  outline: none;
}

.gallery-item .imgBox {
  transition: opacity 0.3s;
}

.gallery-item:hover .imgBox {
  opacity: 0.7;
}

/* プロジェクトギャラリーモーダル本体 */
.project-gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    /* svhを使用してアドレスバーを考慮 */
    height: calc(var(--vh, 1vh) * 100);
    /* カスタムプロパティでの代替方法 */
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    overflow: hidden;
    /* iOSのSafariでのアドレスバー対策 */
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.project-gallery-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /* 絶対配置の基準点として設定 */
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .modal-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100svh;
    /* svhを使用 */
    height: calc(var(--vh, 1vh) * 100);
    /* カスタムプロパティでの代替方法 */
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.project-gallery-modal .close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-gallery-modal .close-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .close-btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.project-gallery-modal .gallery-container {
  position: relative;
  border-radius: 4px;
  width: 100%;
  padding-bottom: 5.8565153734vw;
  /* project-infoの高さ分のスペースを確保 */
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .gallery-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: auto;
    padding-bottom: 5.3333333333vw;
    /* コンテンツが上下のセーフエリアに入らないようにする */
    padding-top: env(safe-area-inset-top);
  }
}
.project-gallery-modal .main-image-container {
  text-align: center;
  position: relative;
}
.project-gallery-modal .main-image-container img {
  max-width: none;
  display: block;
  margin: 0 auto;
  user-select: none;
  /* 画像の選択を防止 */
  -webkit-user-drag: none;
  /* ドラッグ操作を防止 */
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .main-image-container {
    padding-bottom: 5.3333333333vw;
    /* プロジェクト情報とのスペースを確保 */
    touch-action: pan-y;
    /* 縦方向のスクロールのみ許可 */
    user-select: none;
    /* テキスト選択を防止 */
    -webkit-tap-highlight-color: transparent;
    /* タップ時のハイライトを無効化 */
    position: relative;
    /* フリック操作のヒントを表示 */
  }
  .project-gallery-modal .main-image-container:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    height: 10.6666666667vw;
    margin-top: -5.3333333333vw;
    background-image: url(../images/common/swipe_hint.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 10.6666666667vw;
    opacity: 0.5;
    z-index: 4;
    animation: fadeOut 2s forwards;
    pointer-events: none;
  }
  @keyframes fadeOut {
    0% {
      opacity: 0.5;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
    }
  }
}
.project-gallery-modal .project-info {
  position: absolute;
  /* 絶対配置に変更 */
  bottom: 0;
  /* 下部に固定 */
  left: 0;
  padding: 1.4641288433vw 0;
  box-sizing: border-box;
  z-index: 2;
  color: #fff;
  width: 100%;
  /* 幅を100%に */
  max-width: 100%;
  /* 最大幅も100%に */
}
@media screen and ( min-width : 1680px ) {
  .project-gallery-modal .project-info {
    padding: 25px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 4vw 5.3333333333vw;
    margin: 0;
    /* iOSのホームバー対策 */
    padding-bottom: calc(4vw + env(safe-area-inset-bottom));
  }
}
.project-gallery-modal .project-info .gallaryTextBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.7320644217vw;
  align-items: flex-start;
  width: 58.5651537335vw;
  /* 内容の最大幅を設定 */
  max-width: 984px;
  /* 内容の最大幅を設定 */
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .project-info .gallaryTextBox {
    margin-bottom: 2.1333333333vw;
    width: 100%;
    max-width: 9999px;
    padding: 0;
  }
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .project-info #statusText {
    width: 60%;
  }
}
.project-gallery-modal .project-info .project-title {
  font-size: 1.1713030747vw;
  font-weight: 900;
  margin-bottom: 0.7320644217vw;
  line-height: 1.4;
  flex: 1;
  color: #FFF;
}
@media screen and ( min-width : 1680px ) {
  .project-gallery-modal .project-info .project-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .project-info .project-title {
    font-size: 4vw;
    width: 100%;
    margin-bottom: 2.1333333333vw;
  }
}
.project-gallery-modal .project-info .project-name {
  font-size: 0.878477306vw;
  color: #B2B1B1;
  margin-bottom: 0;
}
@media screen and ( min-width : 1680px ) {
  .project-gallery-modal .project-info .project-name {
    font-size: 14.7px;
  }
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .project-info .project-name {
    font-size: 2.9333333333vw;
    width: 100%;
  }
}
.project-gallery-modal .project-info .project-category {
  font-size: 0.878477306vw;
  color: #FFF;
  display: inline-block;
  padding: 0.0732064422vw 0.7320644217vw 0.1464128843vw;
  border-radius: 5px;
  margin-left: 0.7320644217vw;
}
@media screen and ( min-width : 1680px ) {
  .project-gallery-modal .project-info .project-category {
    font-size: 15px;
    padding: 1px 12.5px 2px;
  }
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .project-info .project-category {
    font-size: 3.2vw;
    padding: 0.2666666667vw 2.6666666667vw 0.5333333333vw;
    margin-left: 0;
    margin-top: 2.6666666667vw;
  }
}
.project-gallery-modal .project-info .project-category.yumehouse {
  background-color: #630D03;
}
.project-gallery-modal .project-info .project-category.cotton {
  background-color: #2E58A4;
}
.project-gallery-modal .project-info .project-category.sciencehome {
  background-color: #452C1E;
}
.project-gallery-modal .project-info .project-category.garden {
  background-color: #314713;
}
.project-gallery-modal .gallery-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1.4641288433vw;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 3;
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .gallery-navigation {
    padding: 0 0vw;
  }
}
.project-gallery-modal .gallery-navigation .nav-btn {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  width: 1.1713030747vw;
  padding: 0;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.project-gallery-modal .gallery-navigation .nav-btn img {
  width: 100%;
}
@media screen and ( max-width : 1023px ) {
  .project-gallery-modal .gallery-navigation .nav-btn {
    width: 2.9333333333vw;
    max-width: 32px;
  }
}

.title404 {
  font-size: 1.9765739385vw;
  margin-bottom: 1.4641288433vw;
  padding-top: 7.3206442167vw;
}
@media screen and ( min-width : 1680px ) {
  .title404 {
    font-size: 33.75px;
    margin-bottom: 25px;
    padding-top: 125px;
  }
}
@media screen and ( max-width : 1023px ) {
  .title404 {
    font-size: 7.2vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 26.6666666667vw;
  }
}

.scHead {
  transition: transform 0.3s ease-in-out;
}

.scHead.navH {
  transform: translateY(-200px);
}