/*
Theme Name: Studio-and-art
Theme URI: http://studio-and-art.com
Description: Studio and Artのテーマです。
Version: 1.0
Author: Shu Morikawa
Author URI: https://studio-and-art.com
*/

@charset "UTF-8";

.none {
  display: none;
}


/*pc_common*/
.sp {
  display: none;
}

.pc {
  display: block;
}

*::selection {
  background: #006845;
  color: #fff;
  text-shadow: #fce300 1px 0 5px;
}

*::-moz-selection {
  background: #006845;
  color: #fff;
  text-shadow: #fce300 1px 0 5px;
}

h1 {
  padding: 0 0 5px 0;
  margin-bottom: 60px;
  color: #373a36;
  text-align: center;
  font-family: 'futura-pt', 'noto-sans-cjk-jp', 'meiryo', sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
}

.concept h1:after,.work h1:after,.flow h1:after,.contact h1:after,.about h1:after, .mission h1:after, .profile h1:after,.accordion h1:after,.privacy h1:after,.service h1:after,work h1:after {
  content: '';
  width: 80px;
  color: #373a36;
  border-bottom: solid 6px #006845;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

h2,h3,h4,p,li,small,button,tr,td {
  font-family: 'futura-pt', 'noto-sans-cjk-jp', sans-serif;
  font-size: 14px;
  line-height: 180%;
  color: #373a36;
}

p {
  font-size: 15px;
}

h2,li,small {
  font-weight: 500;
}

.menu a {
  color: #373a36;
}

.wrap {
  margin: 150px auto;
  padding: 0 20px;
  max-width: 1040px;
}

a:hover {
  cursor: pointer;
}

.emphasis {
  color: #008060;
  font-weight: 600;
}


/*header*/
header {
  width: 100%;
  position: fixed;
  z-index: 100;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
  top: 0;
}

.header_wrap {
  max-width: 100%;
  padding: 10px 20px;
  margin: 0 auto;
  background-color: #fce300;
}

header img {
  width: 360px;
}

header div p {
  font-size: 12px;
  margin: 0 auto 8px;
}

.menu {
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
}

.menu:not(:first-child) {
  margin-left: 13px;
  margin-top: 8px;
}

.menu:hover {
  color: #006845;
  border-bottom: solid 3px #006845;
  margin-bottom: -3px;
}

.header-content {
  width: 100%;
  display: flex;
  text-align: right;
}

.header-item:last-child {
  margin-top: auto;
  margin-left: auto;
}

.sns_logos {
  display: inline-flex;
}

.sns_logo {
  width: 18px;
  margin: 0 auto 0 12px;
}


/*footer*/
small {
  display: block;
  text-align: center;
  margin: 40px 0 0;
}

.footer_wrap {
  max-width: 100%;
  padding: 40px 60px 0;
  margin: 0 auto;
  background-color: #fce300;
}

footer img {
  width: 360px;
}

footer .header-item {
  margin: 20px 0 30px;
}

footer .sns_logo {
  width: 18px;
  margin: 15px 12px 0 auto;
}

.footer_menu {
  width: 70%;
  margin-top: 20px;
}

.footer_menu li {
  width: 20%;
  vertical-align: top;
}

.footer_menu li:not(:first-child), .footer_menu li:nth-child(5n) {
  margin-left: 0;
}

.footer_menu li:last-of-type {
  width: 30%;
}


/*sp_media*/
@media screen and (max-width: 840px) {
  
  .sp {
    display: block;
  }
  .pc, .plan-pc {
    display: none;
  }
  #luxy {
    display: none;
  }


  /*common*/
  .wrap {
    margin: 90px auto 120px;
  }
  

  /*header_sp*/
  .header {
    height: 60px;
    background: #fce300;
  }
  .header_wrap {
    padding: 0;
  }
  header img {
    width: 230px;
    margin: 20px 0 0 20px;
  }
  .globalMenuSp ul .menu {
    font-size: 22px;
    width: calc(100% - 20px);
  }
  .globalMenuSp ul .menu:hover {
    background: #ccb300;
    border-bottom: none;
  }
  li .sns_logo {
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 24px;
  }
  .sns_logos :not(:last-of-type) {
    margin-right: 15px;
  }
  .globalMenuSp ul.sns_logos {
    margin-left: 30px;
  }

    /*　ハンバーガーボタン　*/
    .hamburger {
      display : block;
      position: fixed;
      z-index : 3;
      right : 13px;
      top   : 9px;
      width : 42px;
      height: 42px;
      cursor: pointer;
      text-align: center;
    }
    .hamburger span {
      display : block;
      position: absolute;
      width   : 30px;
      height  : 2px;
      left    : 6px;
      background : #373a36;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition   : 0.3s ease-in-out;
      transition        : 0.3s 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;
      background : #373a36;
      -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;
      background : #373a36;
      -webkit-transform: rotate(45deg);
      -moz-transform   : rotate(45deg);
      transform        : rotate(45deg);
    }

    nav.globalMenuSp {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      color: #373a36;
      background: #fce300;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity .6s ease, visibility .6s ease;
    }
    nav.globalMenuSp ul {
      margin: 40px 0 0 20px;
      padding: 0 auto;
      width: auto;
    }
    nav.globalMenuSp ul li {
      display: block;
      padding: 0;
      margin: 0;
      transition: .4s all;
    }
    nav.globalMenuSp ul li a {
      display: block;
      color: #373a36;
      padding: 10px 0;
    }
    .globalMenuSp ul .menu.globalMenuSp_menu {
      font-size: 22px;
      margin: 0;
      padding-left: 10px;
      height: 8vh;
    }

    /* このクラスをjQueryで付与・削除 */
    nav.globalMenuSp.active {
      opacity: 100;
      display: block;
    }
  

/*footer_sp*/
  .footer_logo {
    width: 250px;
    display: block;
    margin: -7px auto 0;
    text-align: center;
  }
  small {
    margin-top: 20px;
  }
  
}