@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
a:hover {
  opacity: 0.5;
}
img {
  max-width:100%;
  height:auto;
}
*, *:before, *:after {
  box-sizing: border-box;
}


/*ヘッダー*/
header {
  width:100%;
  padding:30px 0px;
  top:0;
  height:100px;
  
}
.header_content {
    display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin:0 auto;
  padding: 0 20px;
  
}

header ul {
  text-align: left;
  padding: 12px 0 12px 24px;
  height:100%;
  width:100%;
  
}
header li {
  display:inline-block;
  text-align: center;
  margin-right: 20px;
  
}
header li:last-child {
  margin-right: 0;
  
}
header li a{
  text-decoration: none;
  
}

.logo img {
  max-width: 280px;
  width:100%;

}

.nav_item1 img {
  max-width: 60px;
  width:100%;
}
.nav_item2 img {
  max-width: 10px;
  width:100%;
}

.nav_item3 img {
  max-width: 115px;
  width:100%;
}

.nav_item4 img {
  max-width: 60px;
  width:100%;
}

.hamburger_menu img {
  display:none;
}
.globalMenuSp {
  display:none;
}

/*トップ*/

.section-top {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 470px;
  width:100%;
  margin: 0 auto;
}
.mobile-top {
  display:none;
}

  .mobile_products_lead {
    display:none;
  }
  
.products_about h1 img {
  max-width:260px;
  width:100%;
  margin-top: 60px;
}

.pc_products_lead {
  max-width: 650px;
  width:100%;
  margin-top: 30px;
  margin-bottom: 50px;
}

.qr_code {
  max-width: 100px;
  width:100%;
  margin-left: 20px;
}

.qr_dis {
  margin-top:40px;
  font-size:1.2rem;
}
.online_qr {
  display: flex;
  margin-left: 900px;
  margin-bottom: 80px;
}


.products_about h3 img {
  max-width: 240px;
  width:100%;
  margin-bottom: 20px;
}

.manekineko_series {
  display:flex;
  justify-content: space-evenly;
}
.manekineko_series img {
  max-width: 368px;
  width:100%;
}
.sentence1 {
  font-size:1.6rem;
  margin-top: 20px;
}
  .sentence1_mobile{
    display:none;
  }

.maneki_tshirt {
  margin-top:70px;
}

.maneki_tshirt img {
  max-width: 436px;
  width:100%;
  
}

.clothes1 {
  display:flex;
  justify-content: center;
  margin-bottom: 30px;
}
.clothes2 {
  display: flex;
  justify-content: center;
}

.neko1 {
  margin-right: 30px;
}
.neko2 {
  margin-right: 30px;
}

.maneki_parker {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 20px;
  margin-bottom: 120px;
}
.maneki_parker_mobile {
  display:none;
}
.galary {
  background-color: #c1ddd3;
}

.gallary_pc {
  max-width: 1140px;
  width:100%;
  padding: 80px 20px 70px
}
  .gallary_mobile {
    display:none;
  } 

.title_online {
  max-width: 260px;
    width: 100%;
    margin-top: 100px;
}

.online_store {
  margin-bottom: 110px;
}

.store_pic {
  max-width:300px;
  width:100%;
  margin-top: 60px;
  margin-right: 50px;
}

  .store_dis_mobile {
    display:none;
  }
  
.store_dis_pc {
  font-size:2.0rem;
  line-height: 3.2rem;
  text-align: left;
  margin-top: 120px;
}

.store {
  display:flex;
  justify-content: center;
}

.button {
  max-width:220px;
  width:100%;
  margin-top: 40px;
}

 /*フッター*/
footer {
  height:300px;
  background-color: #c1ddd3;
}
.footer_logo_mobile {
  display:none;
}
.footer_logo  {
    max-width: 280px;
    position: absolute;
    left: 80px;
  margin-top: 50px;
}

.insta {
    max-width: 46px;
    width: 100%;
    position: absolute;
    right: 90px;
   margin-top: 40px;
}
.insta_m {
  display:none;
}
.footer_copywrite {
      font-size: 1.2rem;
    padding: 260px 0 0 0;
    display: block;
}


@media(max-width: 480px) {
  
/*ヘッダー*/
  header {
    height:80px;
  }
  header ul {
    display:none;
  }
  .logo img {
  max-width: 220px;
  width:100%;

}
  
  
  .hamburger {
    display: block;
    position: absolute;
    top: 22px;
    right: 10px;
    width: 10%;
  }
  .hamburger_menu {
    background-color: #FFF;
    position: fixed;
    top:0;
    left:-100%;
  }
.globalMenuSp {
  display:block;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}


/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ebe1f6;;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
  
  .globalMenuSp.active a {
    color: #127e38;
  }
    
  
  
  
  
.hamburger_menu img {
  display:block;
max-width: 35px;
  width:100%;
      position: absolute;
    top: 20px;
    right: 20px;
}
  
  .pc-top {
    display: none;
  }
  .mobile-top {
    display: block;
  }
  
  .products_about h1 img {
  max-width: 160px;
    width:100%;
    margin-bottom: 20px;
  }
  
  .pc_products_lead {
    display:none;
  }
  
  .mobile_products_lead  {
    display:block;
  padding:0 30px;
    margin-bottom: 50px;
  }
  
  .products_about h3 {
    max-width:185px;
    width:100%;
    margin: 0 auto;
  }
  
  .manekineko_series {
    max-width:114px;
    width:100%;
    margin: 0 auto;
  }
  
  .sentence1_mobile{
    display:block;
    margin-top:10px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 20px;
  }
  .sentence1 {
    display: none;
  }
  
  .clothes1 img{
    max-width: 169px;
    width:100%;
  }
  .clothes1 {
     margin-bottom: 10px;
  }
    .clothes2 img{
    max-width: 169px;
    width:100%;
  }
  .neko1 {
    margin-right: 10px;
  }
    .neko2 {
    margin-right: 10px;
  }
  
  .maneki_parker_mobile {
    display: block;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 10px;
    margin-bottom: 80px;
  }
  .maneki_parker {
    display:none;
  }
  
  .maneki_tshirt {
    margin-top:30px;
  }
 
  .gallary_pc {
    display:none;
  }
  .gallary_mobile {
    display: block;
    max-width: 355px;
    width:100%;
    padding: 50px 15px 70px;
    margin:0 auto;
  }
  .title_online  {
    max-width: 185px;
    width:100%;
    margin-top: 50px;
  }
  
  .store_pic {
    max-width: 190px;
    width:100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  .store {
    display: block;
    
  }
  
  .store_dis_mobile {
    display:block;
    margin-top: 20px;
  }
  .store_dis_pc {
    display:none;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  
  .button {
    max-width: 158px;
    width:100%;
    margin-top: 40px;
  }
  
  .online_qr {
    display:none;
  }
  
  
  footer {
    background-color: #c1ddd3;
  }
  .footer_logo {
    display:none;
  }
  .footer_logo_mobile {
    display:block;
        max-width: 240px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .insta {
    display:none;
  }
  .insta_m {
    display:block;
    max-width: 46px;
    width:100%;
    margin:0 auto;
    margin-top: 40px;
  }
  .footer_copywrite {
    padding: 90px 0 0 0;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}





