body{
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto;
    background-color: #f5f5f5;
}


/* ヘッダー 
a {
    text-decoration: none
}
header{
    width: 100%;
    box-sizing: border-box;
    transition: .3s;
    padding: 15px;
    align-items: center;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}
.head-wrapper{
    display: flex;
    justify-content: space-between;
}
header h1{
    display: block;
    width: 40%;
}
.head-logo img{
    width: 100%;
}

header ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    width: 100%;
}

header ul li{
    display: block;
    font-size: 1vw;
    padding-left: 20px;
    letter-spacing: 2px;
    list-style: none;
}
header ul li a{
    color: #1d1d1d;
}
.square{
    background:#000;
    padding:0.25em;
    padding-left: 1em;
    padding-right: 1em;
    border: solid 1px #000;
    font-size: 12px;
    color:white;
}
*/


/*PCメニュー*/
header{
  width: 100%;
  box-sizing: border-box;
  transition: padding .5s, background-color .5s; /* 背景色と高さをじんわり変更 */
  transition: .3s;
  padding: 0 26px;
  align-items: center;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}
/* ファーストビューを過ぎたあとのヘッダー */
.header.transform {
  background-color: #fff; /* 背景色変更 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 26px;
}

#header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#header h1 {
  margin-right: auto;
  width: 355px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  #header h1 {
    width: 255px;
  }

}
@media screen and (max-width: 500px) {
  #header h1 {
    width: 165px;
  }

}
.head-logo img{
    width: 100%;
    margin-top: 15px;
}
#header #navi {
  margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
}
#header #navi li {
  margin: 0 15px;
  line-height: 100%;
  font-size: 1vw;
  letter-spacing: 2px;
  list-style: none;
}
#header #navi li a {
  color: #000;
  text-decoration: none;
}
.square{
  background:#000;
  padding:0.25em;
  padding-left: 1em;
  padding-right: 1em;
  border: solid 1px #000;
  color:white;
}
/*PCメニュー*/
/*SPメニュー*/
@media screen and (max-width: 1050px) {
  /* bager menu */
  #header #navi {
    transition: all 0.6s;
    overflow-y: auto;
    /*padding-top: 40px;
    width: 300px;*/
    height: 100vh;
    z-index: 200;
    top: 0;
    right: -320px;
    background-color: #fff;
    position: fixed;
    flex-direction: column;
    align-items: center;
    padding: 150px 0;
  }
  #header #navi li {
    padding: 20px;
    font-size: 18px;
  }
  #header .nav_btn {
    width: 44px;
    height: 44px;
    z-index: 300;
    top: 15px;
    right: 15px;
    cursor: pointer;
    /*position: absolute;*/
    position: fixed;
  }
  .hamburger_line {
    transition: all 0.6s;
    width: 34px;
    height: 2px;
    left: 5px;
    background-color: #000;
    position: absolute;
  }
  .hamburger_line1 {
    top: 10px;
  }
  .hamburger_line2 {
    top: 21px;
  }
  .hamburger_line3 {
    top: 32px;
  }
  .nav_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }
  /* 表示された時用のCSS */
  .nav_open #header #navi {
    right: 0;
    width: 100%;
    background-image: url(http://wmspic.weimall.jp/weiwei/weiwei-logo.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 25px 15px;
  }
  .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
  }
  .nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
  }
}

/*  */
.main-wrapper{
    width: 100%;
    height: 1000px;
    /* min-height: 780px; */
    background: url(http://wmspic.weimall.jp/weiwei/top-sample.jpg) 50% 0 no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: wrap;
    justify-content: left;
    align-items: center;
    text-align: left;
    color: #FFF;
    font-size: 42px;
    line-height: 1.3;
}
.inner-txt img{
    width: 80%;
}
.f-inner{
    padding-left: 30px;
}
/* トップ要素1(企業理念) */
.top-phd{
    text-align: center;
    /*font-size-adjust: 0.56;*/
}
.top-phd h2{
    font-size: 5vw;
}
.h2-cp{
    font-size: 2vw;
    margin-top: -5%;
    letter-spacing: 0.2em;
}
.h2-txt{
    font-size: 25px;
    line-height: 2.5;
    margin-top: 5%;
    letter-spacing: 0.2em;
}
@media (max-width:768px) {
  .h2-txt{
    font-size: 10px;
}
}
/* view moreボタン(共通) */
.view{
  margin-top: 4%;
}
a.view-btn-border {
  background: #000;
}

a.view-btn-border:hover {
  background: #424242;
}
.view-btn,
a.view-btn {
font-size: 1.2vw;
font-weight: 700;
line-height: 0.5;
position: relative;
display: inline-block;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #fff;
}
@media (max-width:768px) {
  .view-btn,
  a.view-btn {
  font-size: 10px;;
  }
}
/* トップ要素2(事業内容) */
/* 見出し(共通) */
.top-heading {
    position: relative;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.box-under h3{
    color: #fff;
    font-size: 6vw;
    letter-spacing: 0.2em;
}
@media (max-width:768px) {
  .box-under h3{
    font-size: 8vw;
}
}
.box-top {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*transform: translateY(-50%);*/
    width: 300px;
    height: auto;
    line-height: 1.5;
    padding: 20px;
}
.box-top p{
    font-size: 2vw;
    letter-spacing: 0.2em;
}
@media (max-width:768px) {
  .box-top p{
    font-size: 18px;
}
}

/* 事業内容 */
.service-inner{
    text-align: center;
}
.si-txt{
    font-size: 1.2vw;
    line-height: 2.5;
    margin-top: -2%;
    margin-bottom: 5%;
    letter-spacing: 0.2em;
}
@media (max-width:768px) {
  .si-txt{
    font-size: 10px;
}
}
/* 各事業内容ボタン */
.btn,
a.btn,
button.btn {
  font-size: 2vw;
  letter-spacing: 0.2em;
  line-height: 3.5;
  position: relative;
  display: inline-block;
  /*padding: 1rem 3.5rem;*/
  margin: 1rem 0.5rem;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 1rem;
  width: 30vw;
  height: 14vw;
}

a.btn-border {
    border: 1px solid #000;
    /*background: #fff;*/
}

a.btn-border:hover {
    color: #fff;
    background: #000;
}

a.btn-border:hover i {
  bottom: 6px;
}

.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}
.sv-txt{
    width: 100%;
    font-size: 1.8vw;
    margin: 12% 0;
    /*margin: 0 auto;
    margin-top: 10%;*/
}
@media (max-width:768px) {
  .sv-txt{
    font-size: 11px;
}
}
@media screen and (max-width: 498px) {
  .sv-txt{
    margin: 5% 0;
  }
}
@media screen and (max-width: 950px) {
  .fa-position-bottom{
    left: calc(51% - 0.5rem);
  }
}
@media screen and (max-width: 690px) {
  .fa-position-bottom{
    left: calc(52% - 0.5rem);
  }
}
@media screen and (max-width: 498px) {
  .fa-position-bottom{
    left: calc(53% - 0.5rem);
    bottom: 0.5rem;
  }
}
/* トップ要素3(採用情報) */
.recruit-inner{
    text-align: center;
}
.image-pic{
    text-align: center;
    width: 100%;
}
.image-pic img{
    width: 60%;
}
.rr-txt{
    font-size: 2vw;
    margin-top: 0;
}

/* トップ要素4(ニュース) */
  .info {
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 800px;
    height: 13em;
    margin: 0 auto;
    overflow-y: scroll;
    margin-top: -3%;
    width: 60%;
  }
  
  @media (min-width:768px) {
    .info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      flex-wrap: wrap;
    }
  }

  .info a{
    color: #333;
  }
  .info dd a:hover{
    color: #00F;
  }
  .info dd,
  .info dt {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: .5em;
    padding-left: .5em;
    padding-right: .5em;
  }
  
  .info dt {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  @media (min-width:768px) {
    .info dt {
      width: 12.5em;
      margin-bottom: .5em;
      border-bottom: 1px solid #CCC;
    }
  }
  
  .info dt:first-of-type {
    padding-top: .5em;
    border-top: 1px solid #ccc;
  }
  
  .info dt time {
    margin-right: .5em;
  }
  
  .info dt span {
    box-sizing: border-box;
    display: inline-block;
    width: 7em;
    margin-right: .5em;
    padding: 0 .5em;
    background-color: #666;
    color: #fff;
    font-size: .8em;
    line-height: 1.75;
    text-align: center;
    font-weight: 400;
  }
  
  .info time {
    color: #adb5bd;
  }
  
  .info dd {
    margin-left: 0;
    margin-bottom: .5em;
    border-bottom: 1px solid #CCC;
  }
  
  @media (min-width:768px) {
    .info dd {
      width: calc(100% - 12.5em);
    }
    .info dd:first-of-type {
      padding-top: .5em;
      border-top: 1px solid #CCC;
    }
  }
  @media screen and (max-width: 500px) {
    .info dd{
      font-size: 3.5vw;
    }
  }
  
  .info dd:nth-of-type(-n+3) {
    position: relative;
  }

/* トップ要素5(店舗情報) */
  /* 見出し(2段) */
.top-heading2 {
    position: relative;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.box-under2 h3{
    color: #fff;
    font-size: 6vw;
    letter-spacing: 0.2em;
    line-height: 1.2;
}
@media (max-width:768px) {
  .box-under2 h3{
    font-size: 8vw;
}
}
.box-top2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*transform: translateY(-50%);*/
    width: 300px;
    height: auto;
    line-height: 1.5;
    padding: 20px;
}
.box-top2 p{
    font-size: 2vw;
    letter-spacing: 0.2em;
}
@media (max-width:768px) {
  .box-top2 p{
    font-size: 18px;
}
}

/* ショップリスト */
.shopping{
    width: 60%;
    margin: 0 auto;
  }
  @media screen and (max-width: 540px) {
    .shopping{
      width: 100%;
    }
  }
  .shoplist{
    color:#333;
  }
  /* 店ロゴ */
  .shoplist{
    width: 85%;
    align-items: center;
    margin-left: 10px;
  }
  .shoplist img{
    width: 100%;
    padding: 10px 10px 10px 20px;
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }
  .storelogo{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
  }
  .storelogo li{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .storelogo li a{
    display: inline-block;
    width: 75%;
  }
  .shoplist2{
    width: 43%;
    align-items: center;
    margin-left: 10px;
  }
  .shoplist2 img{
    width: 100%;
    padding: 10px 10px 10px 20px;
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }
  .shoplist3{
    width: 28%;
    align-items: center;
    margin-left: 10px;
  }
  .shoplist3 img{
    width: 100%;
    padding: 10px 10px 10px 20px;
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }

  .storelogo li a img:hover {
    transform:scale(1.1);
    transition:0.3s;
  }
  
  /* アコーディオンメニュー構築 */
  .accordion-003 {
    margin-bottom: 7px;
    border-bottom: 1px solid #ccc;
  }
  
  .accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333;
    font-weight: 600;
    cursor: pointer;
  }
  
  .accordion-003 summary::-webkit-details-marker {
    display: none;
  }
  
  .accordion-003 summary::before,
  .accordion-003 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333;
    content: '';
  }
  
  .accordion-003 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
  }
  
  .accordion-003 summary::after {
    transition: rotate .3s;
  }
  
  .accordion-003[open] summary::after {
    rotate: 90deg;
  }
  
  .accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
  }
  
  .accordion-003[open] p {
    transform: none;
    opacity: 1;
  }

  /* SNSアイコン */
  .sns{
    text-align: center;
    margin-top: 4%;
  }
  @media screen and (max-width: 768px) {
    .fa-1x {
      font-size: 1.5em;
  }
  }

  /* トップからのリンク位置調整 */
    .shop-head{
    padding-top: 60px;
    margin-top:-60px;
  }

  /* トップ要素6(お問い合わせ) */
  .contact{
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  .contact-inner{
    font-size: 1.2vw;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
  @media screen and (max-width: 768px) {
    .contact-inner{
      font-size: 3vw;
    }

  }
  .contact-main{
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
    .contact-main{
      font-size: 15px;
      font-weight: 700;
    }
  }
  .ctc-btn,
a.ctc-btn {
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #000;
  width: 45%;
}
  a.ctc-btn-border {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
  }
  
  a.ctc-btn-border:hover {
    color: #fff;
    background: #000;
  }

  /* フッター */
  .c-footer{
    position: relative;
    margin-top: 10%;
    background-color: #000;
    position: absolute;
    width: 100%;
  }

  .footer-wrap{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 80px;
    position: relative;
}
.c-footer h1{
    display: block;
    width: 40%;
}
.foot-logo img{
    width: 50%;
}

.footer-wrap ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.footer-wrap ul li{
    display: block;
    font-size: 0.8vw;
    padding-left: 20px;
    letter-spacing: 2px;
    list-style: none;
}
@media screen and (max-width: 768px) {
  .footer-wrap ul li{
    font-size: 12px;
}
.foot-logo img{
  width: 100%;
}

}
.footer-wrap ul li a{
    color: #fff;
    text-decoration: none;
}

.foot-copy{
  width: 90%;
  margin: 0 auto;
}
.copy{
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 2%;
}


@media screen and (max-width: 768px) {
  .footer-wrap{
    flex-direction: column;
  }
  .footer-wrap ul {
    flex-direction: column;
  }
  .footer-wrap ul li {
    padding: 10px;
  }
  .footer-wrap ul li a {
    text-decoration: none;
  }
  .c-footer h1{
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .foot-logo img{
    width: 40%;
  }
}

@media screen and (max-width: 375px) {
  .foot-logo img{
    width: 60%;
  }
}

  /* トップへ戻る */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #9c9c9c;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* スクロール時フェードイン */
.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 