.sp-header{
  display: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #fff;
  color: #222;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
.site-header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.6vw;
  padding: 0px 8% 0% 12.4%;
}
.site-header__logo-left img {
  display: block;
  width: 20%;
}
.site-header__logo-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.site-header__logo-center img {
  display: block;
  width: 26%;
  margin: 0 auto;
}
.site-header__nav {
  margin-left: auto;
}.nav-list {
  display: flex;
  position: relative;
}
.nav-list::before {
  content: "";
  position: absolute;
  top: 57%;
  left: -79%;
  width: 0.5px;
  height: 78%;
  background: #000;
  transform: translateY(-50%);
}
.nav-item {
  position: relative;
  text-align: center;
}
.line01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 80%;
  width: 0.5px;
  height: 78%;
  background: #000;
  transform: translateY(-50%);
}
.line02::after {
content: "";
    position: absolute;
    top: 20%;
    right: 72%;
    width: 0.5px;
    height: 78%;
    background: #000;
}
.nav-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.8vw;
  letter-spacing: 0.08em;
  color: #000;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  transition: color 0.25s ease;
}
.nav-button-r {
  margin-left: -101%;
}
.nav-button-l {
  margin-left: -109%;
}

.nav-button:hover,
.nav-item.is-open .nav-button {
  color: #111;
}
/* =========================
   Dropdown
========================= */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 144%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);

  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  pointer-events: none;

  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
}
.nav-item.is-open .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-item:first-child .dropdown {
    left: -122%;
    top: 203%;
}
.nav-item:nth-child(2) .dropdown {
left: -143%;
    width: 172%;
    top: 204%;
    z-index: 10;
}
.nav-item:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -143%;
  top: 100%;
  width: 180%;
  height: 104%;
  background: transparent;
  z-index: 9;
}
.nav-item:first-child::before {
    content: "";
    position: absolute;
    left: -143%;
    top: 100%;
    width: 180%;
    height: 104%;
    background: transparent;
    z-index: 9;
}
/* =========================
   Dropdown Items
========================= */
.dropdown li {
  border-bottom: 1px solid #e5e5e5;
}
.dropdown li:last-child {
  border-bottom: none;
}
.dropdown a {
    display: block;
    padding: 5.1% 0% 6.1% 13.7%;
    font-size: 0.7vw;
    color: #444;
    background: #fff;
    text-align: left;
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
    transition: background 0.25s ease, color 0.25s ease;
}
.dropdown a:hover {
  background: #f2f2f2;
  color: #111;
}

.dropdown_text01{
  padding: 8.1% 0% 8.1% 13.7% !important;
}
.dropdown_text02{
padding: 8.1% 0% 8.1% 13.7% !important;
}
@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;
}
.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%;
}/*スクロール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;
}

.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-colr{
  background-color: #f0f0f0;
}
footer{
  padding: 6.2% 0% 0% 0%;
  font-family: Helvetica;
  font-weight: 100;
  color: #000;
}
footer h4{
text-align: center;
    margin-bottom: 1.8%;
    font-size: 1.6vw;
    font-family: "athelas", serif;
    font-weight: 400;
    font-style: normal;
    color: #666666;
    letter-spacing: 0.9px;
}
.footer_sns{
  display: flex;
      width: 100%;
      justify-content: center;
      margin-bottom: 2.8%;
      flex-direction: row-reverse;
}
.footer_sns img{
    max-width: 65%;
}
.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: 13%;
    margin-bottom: 2%;
}
.footer_sns a:hover{
  opacity: 0.5;
  transform: 0.3s;
}
.footer_copy_center{
    text-align: center;
    margin-bottom: 1%;
    padding-top: 4.1%;
}
/*コラムアニメーション*/
.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: 11% 0% 0% 0%;
        background-color: #f0f0f0;
}
.footer_sns div {
  width: 21.5%;
}
.footer_sns {
  margin-bottom: 6%;
}
.footer_img {
  width: 34%;
  margin-bottom: 3%;
}
.Copyright {
        font-size: 1.7vw;
}
.mobile_top{
  width: 74%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.footer_sns img {
    max-width: 71%;
}
footer h4 {
    margin-bottom: 5.8%;
}
.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-left: 1.4vw;
}
#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: 2.4vw;
}
footer h4 {
  font-size: 4.6vw;
}
.privacy_text{
  font-size: 2.9vw;
}
.sp-header{
  display: block;
}
.footer_copy_center {
    padding-top: 9.6%;
}
.privacy_text {
    color: #666666;
}
.Copyright {
    padding-bottom: 3.8%;
}
/* スマホヘッダー */
.sp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.sp-header__inner {
        height: 13.1vw;
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
}

.sp-header__logo-left img {
        display: block;
        width: 16.5%;
        margin-top: 2.6%;
        margin-left: -1.5%;
}
.sp-header__logo-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sp-header__logo-center img {
        display: block;
        width: 97%;
        margin: 0 auto;
        margin-top: 3%;
}

/* 三本線 */
.sp-menu-button {
position: relative;
z-index: 10001;
width: 11%;
height: 28px;
background: none;
border: none;
cursor: pointer;
}

.sp-menu-button span {
position: absolute;
left: 30%;
width: 80%;
height: 0.3vw;
background: #888;
transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease;
}
.sp-menu-button span:nth-child(1) {
        top: 17.4%;
}
.sp-menu-button span:nth-child(2) {
top: 59%;
}
.sp-menu-button span:nth-child(3) {
        top: 106%;
}
/* 開いた時：× */
.sp-header.is-open .sp-menu-button span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.sp-header.is-open .sp-menu-button span:nth-child(2) {
  opacity: 0;
}
.sp-header.is-open .sp-menu-button span:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
}
/* 全画面メニュー */
.sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.92);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.55s ease,
    opacity 0.35s ease,
    visibility 0.35s ease;
  z-index: 10000;
  overflow-y: auto;
}

/* 開いた時：右から出る */
.sp-header.is-open .sp-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.sp-menu__inner {
min-height: 100vh;
        padding-top: 22.8%;
        padding-left: 13.3%;
        background-image: url(./images/main/top_bg_sp.jpg);
        background-size: cover;
        background-position: center;
        position: relative;
}

.sp-menu__inner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgb(255 255 255 / 27%);
}

.sp-menu__inner > * {
  position: relative;
  z-index: 1;
}

.sp-menu__logo {
display: block;
width: 56%;
margin-bottom: 14.6%;
}

.sp-menu__block {
          margin-bottom: 15%;
}

.sp-menu__title {
        font-family: "Shippori Mincho", "Noto Serif JP", serif;
        font-size: 4.2vw;
        letter-spacing: 0.08em;
        color: #241818;
        margin-bottom: 7%;
        font-weight: bold;
}

.sp-menu__block li {
  margin-bottom: 5.9%;
}

.sp-menu__block a {
        font-family: "Shippori Mincho", "Noto Serif JP", serif;
        font-size: 3.6vw;
        font-weight: 100;
        letter-spacing: 0.06em;
        color: #666;
        text-decoration: none;
}

.sp-header{
  display: block;
}
.sns-sp-1{
        width: 16%;
        bottom: 34%;
}
.sns-sp-2{
        width: 16%;
        bottom: 34%;
        left: 11%;
}
}
@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;
}
}
@media (max-width: 510px){
      .sp-menu-button span:nth-child(1) {
        top: 20.4%;
    }
        .sp-menu-button span:nth-child(3) {
                top: 95%;
    }
  .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: 1.6vw;
}
.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%;
}
.sp-menu-button span:nth-child(2) {
        top: 49%;
    }
    .sp-menu-button span:nth-child(3) {
        top: 78%;
    }
}
@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){
  .sp-menu-button span:nth-child(1) {
        top: 30.4%;
    }
        .sp-menu-button span:nth-child(2) {
        top: 56%;
    }
    .sp-menu-button span:nth-child(3) {
        top: 83%;
    }
  .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: 361px){
      .sp-menu-button span:nth-child(3) {
        top: 79%;
    }
      .sp-menu-button span:nth-child(1) {
        top: 34.4%;
    }
  .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%;
}
}