@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
body{
    font-family:'Optima','Marcellus','Helvetica','HelveticaNeue', serif; 
}
.privacy_text {
    font-size: 0.8vw;
    text-decoration: none;
    color: #666666;
}
.fonts-noto{
  font-family: "Noto Sans JP", sans-serif;
}
.pc_none{
  display: none;
}
.text_size_span{
  font-size: 80%;
}
footer h4{
  color: #666666;
}
.sp_position{
  margin-bottom: -5%;
}
.fonts{
  font-family:
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
}
.fonts_jp{
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300;
}
.footer_copy{
  display: none;
}
.tex-left{
  margin-left: -3%;
}
.column h3{
  font-size: 8rem;
  font-weight: 100;
  color: #948071;
  margin-bottom: 3.5%;
  text-align: center;
}
.lifestyletext {
  font-weight: 200;
}
.closeText{
   z-index: 999;
}
#menuButton{
  z-index: 999;
}
/*スクロールcss*/
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/*スクロールcss*/
.eachTextAnime span{
  opacity: 0;
  
}
.eachTextAnime.appeartext span{
  animation:text_anime_on 0.7s ease-out forwards;
}
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
.site-header{
  background-color: #fff;
}
 .toggle{
  display: none;
 }
 .menuText{
  font-family: "Noto Sans JP", sans-serif !important;
}
  .sp_herder{
    display: none;
  }
img{
  width: 100%;
}
html {
    font-size: 62.5%;
}
.mobile{
  display: none;
}
.brand {
  font-weight: bold;
  font-size: 20px;
}
.site-header {
  background-color: #ffffff00;
  position: sticky;
  width: 100%;
  z-index: 999;
  top: 0%;
  padding: 0.9% 0%;
}
.site-header a:hover{
  opacity: 0.5;
  transition: 0.3s;
}
.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding: 0% 3%;
}
.site-header__middle a img{
  padding-top: 2%;
  width: 26%;
}
.site-header__start a img{
  padding-top: 1%;
  width: 53%;
}
.nav__wrapper .nav__item a{
    text-decoration: none;
    color: #000;
    font-size: 0.9vw;
}
.menu{
display: none;
}
@media (min-width: 660px) {
    .site-header__wrapper {
      padding-top: 0;
      padding-bottom: 0; }
      .site-header__wrapper > * {
        flex: 1;
      }
      .site-header__start {
        text-align: center;
      }
      .site-header__middle {
        order: -1;
      }
      .site-header__end {
        display: flex;
        justify-content: flex-end;
        /* Better for LTR/RTL support */
      }
      .nav__wrapper {
        display: flex;
      }
    }
.nav__item:not(:last-child) {
  margin-right: 3.2rem;
}
.nav__item a {
  display: block;
  padding: 1.5rem 1rem;
}
  @media (min-width: 660px) {
    .nav__item a {
      padding-left: 0;
      padding-right: 0;
    }
  }
.nav__toggle {
  display: none;
}
/*フッター*/
.Copyright{
    margin-bottom: 1.5%;
    color: #666666;
    font-size: 0.6vw;
}
.footer_spase{
    padding: 0% 0% 3.6% 0%;
    font-family: Helvetica;
    font-weight: 100;
    color: #666666;
}
.footer{
    font-family: Helvetica;
    font-weight: 100;
    color: #666666;
}
.footer_bg_col{
    background-color: #F4F4F4;
    padding-top: 1.93%;
    padding-bottom: 2.50%;
}
footer h4{
  font-weight: 400;
  text-align: center;
  margin-bottom: 1%;
  font-size: 1.1vw;
}
.footer_sns{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 3.5%;
}
.footer_sns img{
max-width: 200px;
}
.footer_sns div{
width: 7.1%;
}
footer h3{
text-align: center;
    font-weight: 400;
    font-size: 1.2vw;
    margin-bottom: 1%;
    color: #666666;
}
footer p{
    text-align: center;
    line-height: 1.8;
    margin-bottom: 2.9%;
    letter-spacing: 1.2px;
    font-size: 0.8vw;
    font-family: Helvetica;
    color: #666666;
}
.footer_img{
  width: 11%;
}
.footer_sns a:hover{
  opacity: 0.5;
  transform: 0.3s;
}
.footer_copy_center{
  text-align: center;
  margin-bottom: 2%;
}
/*コラムアニメーション*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
.leftAnime {
  opacity: 0;
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/*コラムアニメーション*/
@media (max-width: 1635px){
.Copyright {
  font-size: 0.9rem;
}
footer h4{
        font-size: 1.2vw;
        color: #666666;
}
footer p {
    font-size: 0.8vw;
}
}
@media (max-width: 1300px){
  .nav__wrapper .nav__item a {
    font-size: 1.4rem;
}
}
@media (max-width: 1130px){
.nav__wrapper .nav__item a {
  font-size: 1.1rem;
}
.column h3 {
  font-size: 6rem;
}
.colom_center {
  font-size: 2.2rem;
}
.site-header {
  padding: 0.5% 0%;
}
.nav__item:not(:last-child) {
  margin-right: 1rem;
}
footer h4 {
  font-size: 1.2rem;
}
footer h3 {
  font-size: 1.2rem;
}
footer p {
  font-size: 1rem;
}
}
@media (max-width: 1000px){
  .nav__wrapper .nav__item a {
    font-size: 1rem;
}
.column h3 {
  font-size: 5rem;
}
.colom_center {
  font-size: 2rem;
}
.colom_center {
  font-size: 1.8rem;
  margin-bottom: 7%;
}
}
@media (max-width: 770px){
  .mobaile_none{
    display: none;
  }
  .pc_none{
        display: block;
        margin-bottom: 20%;
  }
  .column h3 {
    font-size: 4.5rem;
}
  .menu_img{
    position: fixed;
    top: 14px;
    transition: all 0.4s ease;
    right: 18px;
    width: 61px;
  }
  .menuContent ul li a{
    text-decoration: none;
    color: #000;
  }
  .wrapper{
    display: none;
  }
  .site_top {
    position: fixed;
    width: 50%;
    top: 0;
    top: 0;
    top: 25px;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, -50%);
}
  .gardenslife_logo {
    width: 14%;
    position: fixed;
    top: 0;
    top: 25px;
    left: -2%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(-50%, -50%);
}
  .sp_herder{
    display: block;
    position: relative;
    background-color: #fff;
    height: 90px;
  }
  .footer_bg_col {
        padding-bottom: 20.5%;
}
  .toggle{
    display: block;
  }
footer h4 {
  font-size: 3rem;
  margin-bottom: 2.5%;
}
footer {
padding: 10.5% 0% 0%;
}
.footer_sns div {
  width: 21.5%;
}
.footer_sns img {
  max-width: 160px;
}
footer h3 {
  font-size: 3rem;
  margin-bottom: 3%;
}
footer p {
  font-size: 2rem;
  margin-bottom: 14%;
}
.footer_sns {
  margin-bottom: 6%;
}
.footer_img {
        width: 31%;
        margin-bottom: 3%;
        margin-top: 6%;
}
.Copyright {
  font-size: 1.5rem;
}
.mobile_top{
  width: 74%;
  position: absolute;
  top: 30%;
  left: 46%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -50%);
}
.site-header a:hover{
  opacity: 1;
}
.mobile{
  display: block;
}
.nav__wrapper{
  display: none;
}
.menu {
  height: 65px;
  width: 65px;
  right: 30px;
  top: 11px;
  text-align: center;
  position: fixed;
  background: #ffffff;
  overflow: hidden;
  transition: all 0.5s ease;
  border-radius: 50px;
  display: block;
}
.menu.active {
  width: calc(100% - 59.2px);
}
.menu.active .menuContent * {
    opacity: 1;
}
.menu .menuContent {
  position: absolute;
  width: 100%;
  line-height: 70px;
  right: -2%;
  text-align: center;
}
.menu .menuContent * {
    opacity: 0;
}
.menu .menuContent ul li {
  display: inline-block;
  margin-right: 10%;
  transition: opacity .3s ease .3s;
  font-size: 2.6vw;
  color: #fff;
}
.site-header {
  padding: 0;
}
#menuButton {
  width: 60px;
  border: none;
  position: fixed;
  top: 14px;
  z-index: 6;
  background-color: #fff0;
  right: 18px;
}
.menuText,.closeText {
  transition: all 0.4s ease;
}
.menuText {
  z-index: 2;
}
.closeText {
  opacity: 0;
  z-index: 1;
}
#menuList {
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
#menuButton.clicked .menuText {
  opacity: 0;
}
#menuButton.clicked .closeText {
  opacity: 1;
}
#menuButton.clicked #menuList {
  transform: scaleY(1);
}
.interior_flex {
  width: 100%;
  margin: 0% auto 0% 0%;
}
.actus_top02 {
  width: 90%;
  margin-bottom: -69%;
}
.interior_bottom {
  position: absolute;
  width: 18.2%;
  top: 47.6%;
  left: 5.3%;
}
.mai_flex02 {
  width: 100%;
  margin-top: 34.2%;
}
.main04 {
  padding-left: 0%;
}
.main04_img {
  width: 100%;
  margin-left: 0%;
}
.sp_position{
  position: absolute;
  width: 50%;
  top: -19%;
  right: 0%;
}
.mai_flex02{
  position: relative;
}
.sp_position_02{
  width: 70%;
  margin-top: 37%;
}
.mai_flex03 {
  width: 100%;
  margin-top: 10%;
}
.main05 {
  margin-right: 6.5%;
  margin-bottom: -23%;
}
    .interior_bg_position {
        margin-top: 20%;
    }
}
@media (max-width: 650px){
  .fasion h2, .lifestyle h2 {
    font-size: 5.8rem;
}
.sp_herder {
  height: 80px;
}
.menu .menuContent {
  line-height: 60px;
}
.menu_img {
  width: 51px;
}
#menuButton {
  width: 50px;
  right: 18px;
}
.menu {
  height: 55px;
  width: 55px;
}
.fasion {
  margin-left: 5%;
  margin-top: 12%;
}
.lifestyle_text {
  line-height: 1.3;
}
.lifestyle_text, .fasion_text {
  font-size: 1.4rem;
}
.lifestyletext, .lifestyletext, .example3 {
  width: 110px;
  height: 110px;
  font-size: 1.6rem !important;
}
footer h4 {
  font-size: 2.5rem;
}
footer h3 {
  font-size: 2.5rem;
}
footer p {
  font-size: 1.7rem;
  margin-bottom: 9.5rem;
}
.Copyright {
  font-size: 1.2rem;
}
}
@media (max-width: 590px){
  .column h3 {
    font-size: 4.1rem;
}
.column p {
  font-size: 1.8rem;
}
.colom_center {
  font-size: 1.6rem;
  margin-bottom: 7%;
}
}
@media (max-width: 510px){
  .menu {
    height: 45px;
    width: 45px;
    right: 21px;
}
.menu.active {
  width: calc(100% - 48.2px);
}
.site_top {
  top: 21px;
}
.sp_herder {
  height: 70px;
}
.menu .menuContent {
  line-height: 50px;
}
.menu_img {
  width: 40px;
  right: 18px;
}
  #menuButton {
    width: 40px;
    right: 18px;
}
.menu .menuContent {
  right: -7px;
}
.menu.active {
  width: calc(100% - 38.2px);
}
  .fasion h2, .lifestyle h2 {
    font-size: 4.5rem;
}
.lifestyle_text, .fasion_text {
  font-size: 1.1rem;
}
.lifestyletext, .lifestyletext, .example3 {
  width: 110px;
  height: 110px;
  font-size: 1.6rem !important;
}
.lifestyle_text {
  margin-bottom: 15.5%;
}
footer h4,footer h3  {
  font-size: 1.9rem;
}
footer p {
  font-size: 1.3rem;
  margin-bottom: 7.5rem;
}
.Copyright {
  font-size: 1rem;
}
.lifestyle_text {
  letter-spacing: 0.6px;
}
.menu .menuContent ul li {
        margin-right: 12%;
    }

}
@media (max-width: 560px){
  .column h3 {
    font-size: 3.2rem;
}
.colom_center {
  font-size: 1.3rem;
}
}
@media (max-width: 485px){
  .column_a {
    top: 18.4%;
    right: 6% !important;
    left: auto;
}

}
@media (max-width: 445px){
  .column h3 {
    font-size: 3rem;
}
.colom_center {
  font-size: 1.2rem;
}
  .fasion h2, .lifestyle h2 {
    font-size: 3.9rem;
}
.lifestyle_text, .fasion_text {
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 1.2;
}
.lifestyletext,.lifestyletext, .example3 {
  width: 100px;
  height: 100px;
  font-size: 1.5rem !important;
}
.lifestyle h2 {
  letter-spacing: 2.2px;
}
footer h4, footer h3 {
  font-size: 1.7rem;
}
footer p {
        font-size: 1.1rem;
        margin-bottom: 9%;
}
}
@media (max-width: 400px){
.footer_copy{
  display: block;
  margin: 0 auto;
  width: 90%;
}
.Copyright{
  display: none;
}
.sp_herder {
  height: 62px;
}
.menu .menuContent {
  line-height: 43px;
}
.gardenslife_logo {
  top: 23px;
}
.sp_herder {
  height: 61px;
}
.sp_herder {
  height: 60px;
}
.menu_img {
  width: 36px;
  right: 18px;
  top: 13px;
}
.sp_herder {
  height: 67px;
}
.menu {
  height: 39px;
  width: 39px;
  right: 21px;
}
#menuButton {
  width: 35px;
}
}
@media (max-width: 395px){
  .sp_herder {
    height: 62px;
}
}
@media (max-width: 391px){
  .fasion h2, .lifestyle h2 {
    font-size: 3.4rem;
}
.column h3 {
  font-size: 2.6rem;
}
.colom_center {
  font-size: 1.1rem;
}
.lifestyletext,.lifestyletext, .example3 {
  width: 90px;
  height: 90px;
  font-size: 1.4rem !important;
}
.lifestyle h2 {
  letter-spacing: 1.4px;
}
footer h4, footer h3 {
  font-size: 1.5rem;
}
footer p {
  font-size: 1rem;
}
.Copyright {
  font-size: 1rem;
  width: 90%;
  margin: 0 auto;
}
.sp_herder {
  height: 61px;
}
.column_a {
  top: 18%;
  right: 5.1% !important;
  left: auto;
}
}
@media (max-width: 376px){
  .menu.active {
    width: calc(100% - 34.2px);
}
}
@media (max-width: 320px){
  .fasion h2, .lifestyle h2 {
    font-size: 2.8rem;
}
.lifestyle_text{
  word-break: break-all;
  white-space: normal;
  width: 180%;
}
.none{
  display: none;
}
.fasion_text{
  white-space: normal;
  width: 40%;
  margin: 0px 0px 4% auto;
  word-break: break-all;
}
  footer h4, footer h3 {
    font-size: 1.3rem;
}
}
@media (max-width: 330px){
  .lifestyletext, .lifestyletext, .example3 {
    width: 75px;
    height: 75px;
    font-size: 1.2rem !important;
}
  .column h3 {
    font-size: 2.3rem;
}
.colom_center {
  font-size: 0.9rem;
}
}
@media (max-width: 300px){
  .lifestyletext,.lifestyletext, .example3 {
    width: 65px;
    height: 65px;
    font-size: 1rem !important;
}
  .menu {
    height: 34px;
    width: 34px;
    right: 16px;
}
.menu_img {
  width: 30px;
  right: 18px;
  top: 13px;
}
#menuButton {
  width: 30px;
  right: 20px;
}
.menu .menuContent {
  line-height: 37px;
}
.menu.active {
  width: calc(100% - 27.2px);
}

.sp_herder {
  height: 54px;
}
.menu.active .menuContent * {
  opacity: 1;
  margin-left: -1%;
}
}