@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
body{
    font-family:'Optima','Marcellus','Helvetica','HelveticaNeue', serif; 
}
.slide-in_inner{
  margin-top: 2.5%;
}
.privacy_text {
    font-size: 0.8vw;
    text-decoration: none;
    color: #000;
}
.privacy_text_a{
  text-decoration: none;
}
.fonts{
  font-family:
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
}
.fonts_tetele-regular {
  font-family: "athelas", serif;
  font-weight: 400;
  font-style: normal;
}
.fonts_tetele-italic {
  font-family: "athelas", serif;
  font-weight: 400;
  font-style: italic;
}

.fonts_tetele-bold {
  font-family: "athelas", serif;
  font-weight: 700;
  font-style: normal;
}

.fonts_tetele-bolditalic {
  font-family: "athelas", serif;
  font-weight: 700;
  font-style: italic;
}

.footer_copy{
  display: none;
}
.column h3{
  font-size: 5.9rem;
  font-weight: 100;
  color: #000;
  margin-bottom: 3.5%;
  text-align: center;
}
.lifestyletext_column{
  font-weight: 400;
}
.lifestyletext {
  font-weight: 200;
}
#fashion_click{
  text-decoration: none;
}
.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);
}
.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;}
}
 .toggle{
  display: none;
 }
 .menuText{
  font-family: 'Optima' !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 {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 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{
  width: 26%;
}
.site-header__start a img{
  width: 53%;
}
.nav__wrapper .nav__item a{
  text-decoration: none;
  color: #000;
  font-size: 0.77777777vw;
}
.menu{
display: none;
}
@media screen and (min-width: 1635px) {
  .column h3 {
    font-size: 8.4rem;
    letter-spacing: 1.2px;
    margin-bottom: 3%;
  }
}
@media (min-width: 660px) {
    .site-header__wrapper {
      padding-top: 20px;
      padding-bottom: 17px;
    }
      .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: 0.5rem 1rem;
}
  @media (min-width: 660px) {
    .nav__item a {
      padding-left: 0;
      padding-right: 0;
    }
  }
.nav__toggle {
  display: none;
}
/*フッター*/
.Copyright{
  font-size: 0.611111111vw;
  padding-bottom: 2.8%;
}
footer{
  background-color: #F0F0F0;
  padding: 6.2% 0% 0% 0%;
  font-family: Helvetica;
  font-weight: 100;
  color: #000;
}
footer h4{
  text-align: center;
  margin-bottom: 2.8%;
  font-size: 1.6vw;
  font-family: "athelas", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3.3px;
}
.footer_sns{
  display: flex;
      width: 100%;
      justify-content: center;
      margin-bottom: 2.8%;
      flex-direction: row-reverse;
}
.footer_sns img{
  max-width: 45%;
}
.footer_sns div{
  width: 8.5%;
  margin-left: 1.7%;
}
footer h3{
  text-align: center;
  font-weight: 100;
  font-size: 2.2rem;
  margin-bottom: 1%;
}
.footer_sns img[alt*="ツイッター"] {
  margin-left: 1.4vw;
}
.footer_sns div:nth-child(2) img {
  margin-left: 1.4vw;
}
footer p{
  text-align: center;
    line-height: 1.8;
    letter-spacing: 1.2px;
    font-size: 0.9vw;
    padding-bottom: 0.8%;
}
.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: 1300px){
  .nav__wrapper .nav__item a {
    font-size: 1.1vw;
}
}
@media (max-width: 1320px){
footer h3 {
  font-size: 1.5rem;
}
}
@media (max-width: 1130px){
.nav__wrapper .nav__item a {
  font-size: 1.1rem;
}
.column h3 {
  font-size: 6rem;
}
.site-header {
  padding: 0.5% 0%;
}
.nav__item:not(:last-child) {
  margin-right: 1rem;
}
footer h3 {
  font-size: 1.2rem;
}
}
@media (max-width: 1000px){
.column h3 {
  font-size: 5rem;
}
}
@media (max-width: 770px){
  .top_contena {
    margin-top: 15.5%;
}
  .sp_herder {
    height: 62px;
    background-color: #ffffffba;
}
  .column h3 {
    font-size: 4.5rem;
}
  .menu_img{
    position: fixed;
    top: 14px;
    transition: all 0.4s ease;
    right: 33px;
    width: 61px;
  }
  .menuContent ul li a{
    text-decoration: none;
    color: #fff;
  }
  .wrapper{
    display: none;
  }
  .site_top {
    position: fixed;
    width: 50%;
    top: 0;
    top: 0;
    top: 25px;
    left: 50%;
    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;
    height: 90px;
  }
  .toggle{
    display: block;
  }
footer {
  padding: 16% 0% 1% 0%;
}
.footer_sns div {
  width: 21.5%;
}
.footer_sns {
  margin-bottom: 6%;
}
.footer_img {
  width: 34%;
  margin-bottom: 3%;
}
.Copyright {
  font-size: 1.5rem;
}
.mobile_top{
  width: 74%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -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: #CCCCCC;
  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 ul li {
  margin-right: 42px;
}

.menu .menuContent {
  position: absolute;
  width: 100%;
  line-height: 70px;
  right: -40px;
  text-align: center;
}
.menu .menuContent * {
    opacity: 0;
}
.menu .menuContent ul li {
  display: inline-block;
  margin-right: 62px;
  transition: opacity .3s ease .3s;
  font-size: 2.3rem;
  color: #fff;
}
.site-header {
  padding: 0;
}
#menuButton {
  width: 60px;
  border: none;
  position: fixed;
  top: 14px;
  z-index: 6;
  background-color: #fff0;
  right: 31px;
}
.menuText,.closeText {
  transition: all 0.4s ease;
}
.menuText {
  z-index: 2;
}
.closeText {
  opacity: 0;
  z-index: 1;
}
footer p {
        margin-bottom: 8%;
  font-size: 2.9vw;
}
#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);
}
.footer_sns div:nth-child(2) img {
  margin-left: 7.4vw;
}
footer h4 {
  font-size: 4.6vw;
}
.privacy_text{
  font-size: 2.9vw;
}
}
@media (max-width: 650px){
  .fasion h2, .lifestyle h2 {
    font-size: 5.8rem;
}
.sp_herder {
  height: 80px;
}
.menu .menuContent {
  line-height: 60px;
  right: -20px;
}
.menu_img {
  width: 51px;
}
.menu .menuContent ul li {
  font-size: 1.9rem;
  margin-right: 40px;
}
#menuButton {
  width: 50px;
  right: 32px;
}
.menu {
  height: 55px;
  width: 55px;
}
.fasion {
  margin-left: 5%;
  margin-top: -9%;
}
.lifestyle_text {
  line-height: 1.3;
}
.lifestyle_text, .fasion_text {
  font-size: 1.4rem;
}
.lifestyletext, .lifestyletext_column, .lifestyletext, .example3 {
  width: 110px;
  height: 110px;
  font-size: 1.6rem !important;
}
.lifestyletext_column{
  font-size: 1.4rem !important;
}
.Copyright {
  font-size: 1.2rem;
}
}
@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: 64px;
}
.menu .menuContent {
  line-height: 47px;
}
.menu .menuContent ul li {
  font-size: 1.6rem;
}
.menu_img {
  width: 40px;
  right: 23px;
}
  #menuButton {
    width: 40px;
    right: 26px;
}
  .menu .menuContent ul li {
    margin-right: 67px;
    margin-right: 37px;
}
.menu .menuContent {
  right: -22px;
}
.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_column, .lifestyletext, .example3 {
  width: 90px;
  height: 90px;
  font-size: 1.3rem !important;
}
.lifestyle_text {
  margin-bottom: 15.5%;
}
.Copyright {
  font-size: 1rem;
}
.lifestyle_text {
  letter-spacing: 0.6px;
}
}
@media (max-width: 460px){
  .menu .menuContent ul li {
    margin-right: 28px;
}
.menu .menuContent {
  right: -10px;
}
.menu .menuContent ul li {
  font-size: 1.5rem;
}
}
@media (max-width: 431px){
  .c-scrolldown {
    bottom: -2.2%;
}
}
@media (max-width: 415px){
  .c-scrolldown {
    bottom: -2.2%;
}
}
@media (max-width: 400px){
  .top_contena {
    margin-top: 16.3%;
}
.footer_copy{
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 19%;
}
.menu .menuContent {
  right: -6px;
}
.sp_herder {
  height: 61px;
}
.Copyright{
  display: none;
}
.menu .menuContent ul li {
  font-size: 1.3rem;
}
.sp_herder {
  height: 62px;
}
.menu .menuContent ul li {
  margin-right: 25px;
  font-size: 1.3rem;
}
.menu .menuContent {
  line-height: 43px;
}
.gardenslife_logo {
  top: 23px;
}
.sp_herder {
  height: 61px;
}
.sp_herder {
  height: 60px;
}
.menu_img {
  width: 36px;
  right: 23px;
  top: 13px;
}
.sp_herder {
  height: 67px;
}
.menu {
  height: 39px;
  width: 39px;
  right: 21px;
}
#menuButton {
  width: 35px;
}
}
@media (max-width: 395px){
  .sp_herder {
    height: 62px;
}
.c-scrolldown {
  bottom: -3.2%;
}
}
@media (max-width: 390px){
  .fasion h2, .lifestyle h2 {
    font-size: 3.4rem;
}
.column h3 {
  font-size: 2.6rem;
}
.lifestyletext, .lifestyletext_column, .lifestyletext, .example3 {
  width: 70px;
  height: 70px;
  font-size: 1rem !important;
}
.lifestyle h2 {
  letter-spacing: 1.4px;
}
.sp_herder {
  height: 61px;
}
}
@media (max-width: 376px){
  .menu.active {
    width: calc(100% - 34.2px);
}
.c-scrolldown {
  bottom: -5.2%;
}
}
@media (max-width: 361px){
  .top_contena {
    margin-top: 17.3%;
}
}
@media (max-width: 345px){
  .menu .menuContent ul li {
    font-size: 1.1rem;
}
}
@media (max-width: 320px){
.lifestyle_text{
  word-break: break-all;
  white-space: normal;
  width: 180%;
}
.none{
  display: none;
}
}
@media (max-width: 350px){
  .box {
    margin-top: 0%;
}
.top_contena {
  margin-top: 18.3%;
}
.c-scrolldown {
  bottom: -2.2%;
}
}
@media (max-width: 300px){
  .menu {
    height: 34px;
    width: 34px;
    right: 16px;
}
.menu_img {
  width: 30px;
  right: 19px;
  top: 13px;
}
#menuButton {
  width: 30px;
  right: 20px;
}
.menu .menuContent ul li {
  font-size: 1rem;
}
.menu .menuContent {
  line-height: 37px;
}
.menu.active {
  width: calc(100% - 27.2px);
}
.menu .menuContent ul li {
  margin-right: 20px;
}
.sp_herder {
  height: 54px;
}
.menu.active .menuContent * {
  opacity: 1;
  margin-left: -1%;
}
}