@charset "utf-8";
/* CSS Document */
.body-in {
  position: relative;
}
/* HEADER */
header {
  width: 100vw;
  position: fixed;
  background-color: rgba(255,255,255,0.8);
  z-index: 999;
}
.header__wrapper {
  width: 790px;
  height: 100px;
  margin: 0 auto;
}

.nav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 400;
  color: #aaa;
  padding-top: 40px;
  margin: 0 auto;
}
.nav_list li img {
  width: 24px;
}
.menu-close-button {
  display: none;
}
.header_sp_nav {
  display: none;
}

@media screen and (max-width:950px) {  
  /* DrawerMenu */ 
.header_inner{
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 999;
}
.header__wrapper{
    width: 100vw;
    height: 70px;
}
/*nav=====*/
.nav{
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #aaa;
    z-index: 990;
  }
.nav_list {
  display: block;
  color: #aaa;
  background: rgba(231, 231, 231, 0.95);
  padding-top: 0;
  margin: 0 auto;
}
.nav_list a {
    color: #aaa;
    display: block;
    border-bottom: solid 1px #FFF;
    padding: 16px 0;
  }
.menu-close-button {
  display: block;
}
  .batsu {
    display: block;
    position: relative;
    width: 100vw;
    height: 24px;
    padding: 16px 0;
}
  .batsu::before, .batsu::after { /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px; /* 棒の幅（太さ） */
    height: 24px; /* 棒の高さ */
    background: #aaa;
}
  .batsu::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
  .batsu::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

/*header_sp_nav=====*/
.header_sp_nav {
    display: block;
    position: relative;
    width: 44px;
    height: 44px; 
    padding-top: 24px;
    margin: 0 auto;
    cursor: pointer;
}
  
.nav_line {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 42px;
    border-radius: 2px;
    background-color: #aaa;
}
.nav_line:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 42px;
    border-radius: 2px;
    background-color: #aaa;
    bottom: 10px;
}
.nav_line:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 42px;
    border-radius: 2px;
    background-color: #aaa;
    top: 10px;
}
.header_sp_nav p {
    position: absolute;
    top: 48px;
    width: 42px;
    font-size: 1.2rem;
    color: #aaa;
    line-height: 0;
    letter-spacing: 2.7px;
    text-align: center;
}
  
.header_sp_nav.active{
    display: block;
    position: relative;
    width: 44px;
    height: 44px; 
    padding-top: 24px;
    margin: 0 auto;
    cursor: pointer;
}
}
/* MAIN */
.l_main{
  height: 100%;
}
.main_cover{
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: -1;  
    -webkit-transition: .3s;
    transition: .3s;
}
.main_cover.active{
    height: 100%;
    visibility: visible;
    background: rgba(0,0,0,0.4);
    z-index: 990;
}
/* WORKS */
.section-works {
  width: 100vw;
  background-color: #F9F9F9;
  padding-bottom: 150px;
  margin: 0 auto;
}
.section-works__genre-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 110px;
  grid-row-gap: 55px;
  max-width: 1580px;
  width: 100%;
  padding-top: 200px;
  margin: 0 auto;
}
.section-works__genre-container {
  max-width: 186px;
  width: 100%;
  margin: 0 auto;
}
.section-works__genre {
  text-align: left;
}
.section-works__genre img {
  width: 190px;
}
.section-works__english-bp600 {
  display: none;
}
.section-works__japanese {
  text-align: left;
  font-size: 1.6rem;
  color: #aaa;
}
.section-works__japanese-bp600 {
  display: none;
}
@media screen and (max-width:1599px){
  .section-works__genre-wrapper {
  width: 73vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  grid-column-gap: 66px;
  grid-row-gap: 50px;
  padding-top: 200px;
  margin: 0 auto;
}
}
@media screen and (max-width:950px) {
.section-works {
  width: 100vw;
  background-color: #F9F9F9;
  padding-bottom: 120px;
  margin: 0 auto;
}
  
  .section-works__genre-wrapper {
  width: 73vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  grid-column-gap: 66px;
  grid-row-gap: 50px;
  padding-top: 170px;
  margin: 0 auto;
}
.section-works__genre-container {
  max-width: 186px;
  width: 100%;
  margin: 0 auto;
}
.section-works__english-bp600 {
  display: none;
}
.section-works__japanese-bp600 {
  display: none;
}
}
@media screen and (max-width:600px) {
  .section-works__genre-wrapper {
  width: 88.8vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(151px, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 45px;
  padding-top: 170px;
  margin: 0 auto;
  }
.section-works__genre-container {
  max-width: 186px;
  width: 100%;
  margin: 0 auto;
}

  .section-works__genre {
    width: 100%;
    text-align: left;
  }
  .section-works__genre img {
    width: 100%;
  }
  .section-works__english {
    display: none;
  }
  .section-works__english-bp600 {
    display: block;
    font-size: 1.6rem;
    line-height: 2.0rem;
    color: #333;
  }
  .section-works__english-bp600 span {
    display: block;
  }
  .section-works__japanese {
    display: none;
  }
  .section-works__japanese-bp600 {
    display: block;
    font-size: 1.2rem;
    line-height: 2.0rem;
    color: #aaa;
  }
  .section-works__japanese-bp600 span {
    display: block;
  }
}
@media screen and (max-width:384px) {
  .section-works__genre-wrapper {
  width: 88.8vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(139px, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 45px;
  padding-top: 170px;
  margin: 0 auto;
  }
}
/* Gallery */
.section-gallery {
  width: 95.3vw;
  background-color: #F9F9F9;
  margin: 0 auto;
}
.section-gallery__wrapper {
  background-color: #FFF;
  padding: 200px 0;
}
.section-gallery__product-name {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 25px;
}
.section-gallery h1 {
  font-size: 3.2rem;
  color: #333;
  margin-bottom: 12px;
}
.section-gallery__title-japanese {
  font-size: 2.4rem;
  color: #aaa;
  margin-bottom: 110px;
}
/* 紙製什器&カードリーフスタンド */
.section-gallery__product-container1 {
  max-width: 1050px;
  width: 100%;
  margin: 75px auto 175px;
}
.section-gallery__product1 {
  width: 100%;
  text-align: left;
}
.section-gallery__product-image-container1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 25px;
  align-items: baseline;
  justify-items: center;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.section-gallery__product-image1 {
  max-width: 320px;
  width: 100%;
}
.section-gallery__product-image2 {
  max-width: 320px;
  width: 100%;
}
.section-gallery__product-image3 {
  max-width: 220px;
  width: 100%;
}
.section-gallery__product-detail1 {
  display: flex;
  flex-wrap: wrap;
  width: 370px;
  text-align: left;
  padding-top: 25px;
}
.section-gallery__product-detail1 dt {
  color: #aaa;
  width: 37%;
}
.section-gallery__product-detail1 dd {
  color: #333;
  width: 63%;
}
.section-gallery__product-detail1-bp600 {
  display: none;
}
/* リニューアル施工 */
.section-gallery__product-container2 {
  max-width: 1050px;
  width: 100%;
  text-align: center;
  margin: 75px auto 0;
}
.section-gallery__product2 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.section-gallery__product-image4 {
  width: 100%;
  border: 1px solid #aaa;
  margin-bottom: 25px;
}
.section-gallery__product-youtube-container2 {
  position: relative;
  max-width: 1050px;
  width: 100%;
}
.section-gallery__product-youtube-container2:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.section-gallery__product-youtube2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-gallery__product-youtube2 iframe {
  width: 100%;
  height: 100%;
}
.section-gallery__product-detail2 {
  display: flex;
  flex-wrap: wrap;
  width: 510px;
  text-align: left;
  padding-top: 25px;
}
.section-gallery__product-detail2 dt {
  color: #aaa;
  width: 27%;
}
.section-gallery__product-detail2 dd {
  color: #333;
  width: 73%;
}
.section-gallery__product-detail2-bp600 {
  display: none;
}

@media screen and (max-width:1280px) {
.section-gallery__product-container1 {
  width: 73vw;
  margin: 0 auto 175px;
}
.section-gallery__product1 {
  width: 100%;
  margin: 0 auto;
}
.section-gallery__product-image-container1 {
  display: block;
}
.section-gallery__product-image2 {
  padding-top: 25px;
}
.section-gallery__product-image3 {
  padding-top: 25px;
}
.section-gallery__product-container2 {
  width: 73vw;
  margin: 0 auto;
}
.section-gallery__product2 {
  width: 100%;
  margin: 0 auto;
}
}
/*///// TABLET /////*/
@media screen and (max-width:950px) {
.section-gallery h1 {
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 10px;
}
.section-gallery__title-japanese {
  font-size: 2.0rem;
  color: #aaa;
  margin-bottom: 135px;
}
.section-gallery__wrapper {
  background-color: #FFF;
  padding: 160px 0 135px;
}
.section-gallery__product-container1 {
  display: block;
  width: 73vw;
  margin: 0 auto 135px;
}
.section-gallery__product1 {
  width: 73vw;
  text-align: left;
  margin: 0 auto
}
.section-gallery__product-image-container1 {
  text-align: center;
}
.section-gallery__product-detail1 {
  display: flex;
  flex-wrap: wrap;
  width: 430px;
  text-align: left;
  padding-top: 25px;
}
.section-gallery__product-detail1 dt {
  color: #aaa;
  width: 32%;
}
.section-gallery__product-detail1 dd {
  color: #333;
  width: 68%;
}
.section-gallery__product-container2 {
  width: 73vw;
  margin: 0 auto;
}
.section-gallery__product2 {
  width: 73vw;
  margin: 0 auto;
}
.section-gallery__product-detail2 {
  display: flex;
  flex-wrap: wrap;
  width: 430px;
  text-align: left;
  padding-top: 25px;
}
.section-gallery__product-detail2 dt {
  color: #aaa;
  width: 32%;
}
.section-gallery__product-detail2 dd {
  color: #333;
  width: 68%;
}
.section-gallery__product-detail2 span {
  display: block;  
}
}
/*///// SMART PHONE /////*/
@media screen and (max-width:600px) {
.section-gallery h1 {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 8px;
}
.section-gallery__title-japanese {
  font-size: 1.8rem;
  color: #aaa;
  margin-bottom: 135px;
}
.section-gallery__wrapper {
  background-color: #FFF;
  padding: 120px 0 95px;
}
.section-gallery__product-name {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.section-gallery__product-container1 {
  display: block;
  max-width: 440px;
  width: 89%;
  margin: 0 auto 95px;
}
.section-gallery__product1 {
  width: 100%;
  margin: 0 auto;
}
.section-gallery__product-detail1 {
  display: none;
}
.section-gallery__product-detail1-bp600 {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  text-align: left;
  padding-top: 25px;
}
.section-gallery__product-detail1-bp600 dt {
  color: #aaa;
  width: 48%;
  line-height: 2.0rem;
}
.section-gallery__product-detail1-bp600 dd {
  color: #333;
  width: 52%;
  line-height: 2.0rem;
}
.section-gallery__product-container2 {
  max-width: 440px;
  width: 89%;
  margin: 0 auto;
}
.section-gallery__product2 {
  width: 100%;
  margin: 0 auto;
}
.section-gallery__product-detail2 {
  display: none;
}
.section-gallery__product-detail2-bp600 {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  text-align: left;
  padding-top: 25px;
}
.section-gallery__product-detail2-bp600 dt {
  color: #aaa;
  width: 48%;
  line-height: 2.0rem;
}
.section-gallery__product-detail2-bp600 dd {
  color: #333;
  width: 52%;
  line-height: 2.0rem;
}
}
@media screen and (max-width:360px) {
.section-gallery__product-name {
  font-size: 1.6rem;
  line-height: 2.0rem;
}
}
/* Footer */
.footer {
  width: 100vw;
  height: 125px;
  background-color: #F9F9F9;
  }
/***追従するトップへ戻るボタン***/
.float-button__wrap {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 3%;
    z-index: 999;
}
.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #aaa ;
}
/* 矢印 */
  .arrow {
    width: 20px;
    height: 20px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(-45deg);
    margin-top: 10px;
  }
  /***トップへ戻るボタンここまで***/

  .copyright {
    display: block;
    color: #aaa;
    padding: 50px 0 50px;
  }
  @media screen and (max-width:950px) {
    footer {
      width: 100vw;
      height: 100px;
      background-color: #F9F9F9;
    }
    .float-button__wrap {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 4%;
    z-index: 999;
}
.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #aaa ;
    transform: scale(0.66);
    }
  }