@charset "UTF-8";
/*
Theme Name:papernica
Description:
Theme URI: 
Author: HIRAKU WADA (mallet DESIGN)
Author URI: https://mallet-design.com
Version: 
License: 
License URI: 
*/
/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/*  -------------------------------------
	Font 
  -------------------------------------*/
@font-face {
  font-family: "Avenir-Light";
  src: url("assets/fonts/Avenir/Avenir-Light.eot");
  src: url("assets/fonts/Avenir/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Avenir/Avenir-Light.woff2") format("woff2"), url("assets/fonts/Avenir/Avenir-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("assets/fonts/DIN/DIN-Alternate-Bold.eot");
  src: url("assets/fonts/DIN/DIN-Alternate-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN/DIN-Alternate-Bold.woff2") format("woff2"), url("assets/fonts/DIN/DIN-Alternate-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*/
/*  -------------------------------------
	Font 
  -------------------------------------*/
/*  -------------------------------------
	Layout 
  -------------------------------------*/
#changeArea {
  overflow: hidden;
}

/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	Home
  -------------------------------------*/
div#wpadminbar a {
  color: #fff !important;
}

#online, #transaction {
  position: fixed;
  top: 2%;
  right: 2%;
  z-index: 9;
  font-family: "DIN";
}
#online a, #transaction a {
  border: 2px solid #444;
  color: #444 !important;
  padding: 10px 20px;
}
#online a:hover, #transaction a:hover {
  background: #444;
  border: 2px solid #444 !important;
  color: #fff !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

#transaction {
  right: 200px;
  font-weight: 700;
}

#home {
  position: relative;
  /*slogan*/
  /*#pickup*/
}
#home .slogan {
  width: 320px;
  position: absolute;
  top: 0;
  left: 14%;
  bottom: 0;
  margin: auto;
  color: #000;
  z-index: 3;
  height: 117px;
  padding-top: 60px;
  text-align: center;
}
#home .slogan h1 {
  letter-spacing: 0.2em;
  font-size: 400%;
  font-family: "DIN";
  line-height: 1.5em;
  margin: 0;
  font-weight: bold;
}
#home .slogan p {
  font-size: 130%;
  width: 50%;
  margin: 2% auto 0;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}
#home .slogan img {
  width: 100%;
}
#home #pickup {
  position: absolute;
  bottom: -35px;
  left: 35px;
  z-index: 3;
  background: rgba(255, 244, 178, 0.7);
  padding: 30px;
}
#home #pickup h3 {
  font-family: "DIN";
  font-size: 1.8rem;
  letter-spacing: 0.13em;
  padding-bottom: 15px;
  margin: 3px 0 0;
}
#home #pickup dl {
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.8em;
}
#home #pickup dl dt, #home #pickup dl dd {
  display: inline-block;
}
#home #pickup dl dt {
  font-weight: normal;
  color: #000;
  padding-right: 15px;
}
#home .scroll {
  position: absolute;
  bottom: -44px;
  left: 50%;
  z-index: 3;
  margin-left: -34px;
}
#home .scroll:before {
  content: "";
  display: block;
  width: 1px;
  height: 3rem;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0px, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* tb   --------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home .slogan {
    width: 200px;
    height: 73px;
    padding-top: 0;
    left: 3%;
  }

  #home #pickup {
    bottom: -20px;
    left: 40px;
    padding: 15px;
  }
  #home #pickup h3 {
    font-size: 1.4rem;
  }
  #home #pickup dl {
    font-size: 1rem;
  }

  #home .scroll {
    margin-left: -22px;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #logo {
    top: 12px;
    left: 10px;
    width: 150px;
  }

  #home .slogan {
    height: 120px;
  }
  #home .slogan h1 {
    font-size: 140%;
    width: 90%;
    margin: 0 auto 4%;
    line-height: 1.5em;
  }
  #home .slogan p {
    font-size: 90%;
  }

  #home .scroll {
    position: absolute;
    bottom: -34px;
    left: 50%;
    z-index: 3;
    margin-left: -18px;
  }

  #home #pickup dl {
    margin-bottom: 10px;
  }
  #home #pickup dl dt, #home #pickup dl dd {
    display: block;
  }
  #home #pickup dl dt {
    font-size: 9px;
  }

  #online, #transaction {
    position: fixed;
    top: 15px;
    right: 2%;
    z-index: 9;
    font-family: "DIN";
  }
  #online a, #transaction a {
    border: 2px solid #444;
    color: #444 !important;
    padding: 10px 5px;
    font-size: 10px;
    letter-spacing: 0.01em;
  }

  #transaction {
    right: 70px;
    width: 190px;
  }
}
/*  -------------------------------------
	TOP 
  -------------------------------------*/
#slide {
  margin-top: 90px;
}
#slide video {
  width: 100%;
}

.bx-wrapper, .bx-viewport, div.bxslider {
  width: 100%;
  height: 700px;
}

#slide .bxslider {
  width: 100% !important;
  height: 700px;
}
#slide .bxslider #slide1 {
  background: url(assets/img/top_image1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 700px;
}
#slide .bxslider #slide2 {
  background: url(assets/img/top_image2.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 700px;
}
#slide .bxslider #slide3 {
  background: url(assets/img/top_image1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 700px;
}

.side-nav {
  position: fixed;
  width: 300px;
  top: 50%;
  right: 50px;
  text-align: center;
  font-family: "DIN", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  z-index: 3;
  margin-top: 130px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 100% 0;
  transform-origin: 100% 100% 0;
}

.global-sns {
  width: 15px;
  position: fixed;
  top: 50%;
  left: 35px;
  margin-top: -37px;
  z-index: 3;
}

.global-sns a {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.global-sns a.ig {
  margin-bottom: 16px;
}

.global-sns a.ig span, .global-sns a.ig:before {
  padding-top: 14px;
  background-position: 0 0;
}

.global-sns a.tw {
  margin-bottom: 14px;
}

.global-sns a.tw span, .global-sns a.tw:before {
  padding-top: 14px;
  background-position: 0 48%;
}

.global-sns a.fb span, .global-sns a.fb:before {
  padding-top: 16px;
  background-position: 0 100%;
}

.global-sns a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url(assets/img/icon-sns_ov.png);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.global-sns a span {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url(assets/img/icon-sns.png);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* tb   --------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .global-sns {
    left: 15px;
  }

  .side-nav {
    right: 28px;
  }

  #slide {
    margin-top: 80px;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .bx-wrapper, .bx-viewport, .bxslider, #slide1, #slide2, #slide3 {
    height: 350px !important;
  }

  #slide .bxslider #slide1, #slide .bxslider #slide2, #slide .bxslider #slide3 {
    background-attachment: scroll;
  }

  #slide {
    margin-top: 60px;
    height: 350px;
    width: 100%;
    background: url(assets/img/top_image1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  #slide:before {
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 1;
  }
  #slide video {
    display: none;
  }

  #home .slogan {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 120px auto 0;
    color: #000;
    z-index: 3;
    height: 117px;
    padding-top: 60px;
    text-align: center;
  }

  #home #pickup {
    position: static;
    margin: 15px;
  }

  .global-sns, .side-nav {
    display: none;
  }

  #online {
    top: 15px;
  }
}
/*  -------------------------------------
	 P-menu 
  -------------------------------------*/
#p-menu {
  padding: 120px 0;
  /*#menu2*/
  /*#menu3*/
  /*#menu4*/
  /*#menu5*/
  /*#menu8*/
  /*#menu9*/
  /*#menu10*/
  /*#menu11*/
}
#p-menu .col-sm-2 {
  margin-bottom: 30px;
}
#p-menu #menu1,
#p-menu #menu6,
#p-menu #menu7,
#p-menu #menu12 {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: url(assets/img/frame.svg) no-repeat;
  background-size: cover;
}
#p-menu #menu2 {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: url(assets/img/menu_bg1.png) no-repeat;
  background-size: cover;
  position: relative;
}
#p-menu #menu2:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
#p-menu #menu2 h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 86px;
  height: 41px;
  text-align: center;
  font-family: "DIN";
  font-size: 1.6rem;
}
#p-menu #menu2 h3 span {
  padding-bottom: 5px;
  display: inline-block;
}
#p-menu #menu2 h3 a {
  color: #444 !important;
}
#p-menu #menu3 {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: url(assets/img/menu_bg2.png) no-repeat;
  background-size: cover;
  position: relative;
}
#p-menu #menu3:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
#p-menu #menu3 h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 86px;
  height: 41px;
  text-align: center;
  font-family: "DIN";
  font-size: 1.6rem;
}
#p-menu #menu3 h3 span {
  padding-bottom: 5px;
  display: inline-block;
}
#p-menu #menu3 h3 a {
  color: #444 !important;
}
#p-menu #menu4 {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: url(assets/img/menu_bg3.png) no-repeat;
  background-size: cover;
  position: relative;
}
#p-menu #menu4:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
#p-menu #menu4 h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 108px;
  height: 41px;
  text-align: center;
  font-family: "DIN";
  font-size: 1.6rem;
}
#p-menu #menu4 h3 span {
  padding-bottom: 5px;
  display: inline-block;
}
#p-menu #menu4 h3 a {
  color: #444 !important;
}
#p-menu #menu5 {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: url(assets/img/menu_bg4.png) no-repeat;
  background-size: cover;
  position: relative;
}
#p-menu #menu5:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
#p-menu #menu5 h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 108px;
  height: 41px;
  text-align: center;
  font-family: "DIN";
  font-size: 1.6rem;
}
#p-menu #menu5 h3 span {
  padding-bottom: 5px;
  display: inline-block;
}
#p-menu #menu5 h3 a {
  color: #444 !important;
}
#p-menu #menu8 {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: url(assets/img/menu_bg5.png) no-repeat;
  background-size: cover;
  position: relative;
}
#p-menu #menu8:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
#p-menu #menu8 h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 65px;
  height: 41px;
  text-align: center;
  font-family: "DIN";
  font-size: 1.6rem;
}
#p-menu #menu8 h3 span {
  padding-bottom: 5px;
  display: inline-block;
}
#p-menu #menu8 h3 a {
  color: #444 !important;
}
#p-menu #menu9 {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: url(assets/img/menu_bg6.png) no-repeat;
  background-size: cover;
  position: relative;
}
#p-menu #menu9:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
#p-menu #menu9 h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 151px;
  height: 41px;
  text-align: center;
  font-family: "DIN";
  font-size: 2rem;
  font-size: 1.6rem;
}
#p-menu #menu9 h3 span {
  padding-bottom: 5px;
  display: inline-block;
}
#p-menu #menu9 h3 a {
  color: #444 !important;
}
#p-menu #menu10 {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: url(assets/img/menu_bg7.png) no-repeat;
  background-size: cover;
  position: relative;
}
#p-menu #menu10:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
#p-menu #menu10 h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 151px;
  height: 41px;
  text-align: center;
  font-family: "DIN";
  font-size: 2rem;
  font-size: 1.6rem;
}
#p-menu #menu10 h3 span {
  padding-bottom: 5px;
  display: inline-block;
}
#p-menu #menu10 h3 a {
  color: #444 !important;
}
#p-menu #menu11 {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: url(assets/img/menu_bg8.png) no-repeat;
  background-size: cover;
  position: relative;
}
#p-menu #menu11:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
#p-menu #menu11 h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 151px;
  height: 41px;
  text-align: center;
  font-family: "DIN";
  font-size: 2rem;
  font-size: 1.6rem;
}
#p-menu #menu11 h3 span {
  padding-bottom: 5px;
  display: inline-block;
}
#p-menu #menu11 h3 a {
  color: #444 !important;
}

/* tb   --------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #p-menu {
    padding: 60px 0;
  }
  #p-menu .col-sm-2 {
    padding: 0 5px;
  }
  #p-menu #menu2 h3, #p-menu #menu3 h3, #p-menu #menu4 h3, #p-menu #menu5 h3, #p-menu #menu8 h3, #p-menu #menu9 h3, #p-menu #menu10 h3, #p-menu #menu11 h3 {
    font-size: 1.2rem;
    width: 96px;
    height: 32px;
  }
  #p-menu #menu2 h3 {
    text-align: center;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #p-menu {
    padding: 60px 0;
  }
  #p-menu .col-sm-2 {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #p-menu #menu2 h3, #p-menu #menu3 h3, #p-menu #menu4 h3, #p-menu #menu5 h3, #p-menu #menu8 h3, #p-menu #menu9 h3, #p-menu #menu10 h3, #p-menu #menu11 h3 {
    font-size: 1rem;
    width: 82px;
    height: 27px;
  }
  #p-menu #menu2 h3 {
    text-align: center;
  }

  /*#p-menu*/
}
/*  -------------------------------------
	 Product 
  -------------------------------------*/
#product {
  padding: 120px 0;
}
#product .container {
  position: relative;
}
#product .container .col-sm-8 img {
  width: 100%;
}
#product .container .desc {
  background: #d4f2eb;
  /*background: rgba(235, 220, 138, 0.8);*/
  background: rgba(212, 242, 235, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  height: 412px;
  display: table;
  padding: 25px;
}
#product .container .desc .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#product .container .desc .inner h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#product .container .desc .inner h4 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 90px;
  font-family: "DIN";
  color: #fff;
  margin: 0;
  line-height: 1;
}
#product .container .desc .inner .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
#product .container .desc .inner .more a {
  color: #444 !important;
  /* &:after{
    display: inline-block;
    content: '';
    background: url(assets/img/more.svg) no-repeat;
    background-size: contain;
    width: 90px;
    height: 5px;
    margin-left: 3px;
   }*/
}

/* tb   --------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #product {
    padding: 60px 0;
  }
  #product .container .desc {
    height: 350px;
  }
  #product .container .desc .inner h3 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  #product .container .desc .inner h4 {
    font-size: 45px;
  }
  #product .container .desc .inner p {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
  #product .container .desc .inner .more {
    bottom: 0px;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #product {
    padding: 60px 0;
  }
  #product .container .desc {
    position: static;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 240px;
    padding: 20px;
    margin: 15px;
  }
  #product .container .desc .inner h3 {
    font-size: 1.8rem;
  }
  #product .container .desc .inner h4 {
    font-size: 45px;
  }
  #product .container .desc .inner p {
    font-size: 1.2rem;
    padding-bottom: 50px;
  }

  /*#product*/
}
/*  -------------------------------------
	Concept 
  -------------------------------------*/
#concept {
  padding: 120px 0;
}
#concept .container {
  position: relative;
}
#concept .container .col-sm-8 img {
  width: 100%;
}
#concept .container .desc {
  background: #fbf7c5;
  /*background: rgba(179, 95, 79, 0.8);*/
  background: rgba(251, 247, 197, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  height: 407px;
  display: table;
  padding: 25px;
}
#concept .container .desc .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#concept .container .desc .inner h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#concept .container .desc .inner h4 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 90px;
  font-family: "DIN";
  color: #fff;
  margin: 0;
  line-height: 1;
}
#concept .container .desc .inner .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
#concept .container .desc .inner .more a {
  color: #444 !important;
  /*&:after{
   display: inline-block;
   content: '';
   background: url(assets/img/more.svg) no-repeat;
   background-size: contain;
   width: 90px;
   height: 5px;
   margin-left: 3px;
  }*/
}

/* tb   --------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #concept {
    padding: 60px 0;
  }
  #concept .container .desc {
    height: 350px;
  }
  #concept .container .desc .inner h3 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  #concept .container .desc .inner h4 {
    font-size: 45px;
  }
  #concept .container .desc .inner p {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
  #concept .container .desc .inner p br {
    display: none;
  }
  #concept .container .desc .inner .more {
    bottom: 0px;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #concept {
    padding: 60px 0;
  }
  #concept .container .desc {
    position: static;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 240px;
    padding: 20px;
    margin: 15px 0;
  }
  #concept .container .desc .inner h3 {
    font-size: 1.8rem;
  }
  #concept .container .desc .inner h4 {
    font-size: 45px;
  }
  #concept .container .desc .inner p {
    font-size: 1.2rem;
    padding-bottom: 50px;
  }
  #concept .container .desc .inner p br {
    display: none;
  }

  /*#concept*/
}
/*  -------------------------------------
	Stockist 
  -------------------------------------*/
#stockist {
  padding: 120px 0;
}
#stockist .container {
  position: relative;
}
#stockist .container .col-sm-8 img {
  width: 100%;
}
#stockist .container .desc {
  background: #ffbfab;
  /*background: rgba(178, 175, 104, 0.8);*/
  background: rgba(255, 191, 171, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  height: 407px;
  display: table;
  padding: 25px;
}
#stockist .container .desc .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#stockist .container .desc .inner h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#stockist .container .desc .inner h4 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 90px;
  font-family: "DIN";
  color: #fff;
  margin: 0;
  line-height: 1;
}
#stockist .container .desc .inner .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
#stockist .container .desc .inner .more a {
  color: #444 !important;
  /*&:after{
   display: inline-block;
   content: '';
   background: url(assets/img/more.svg) no-repeat;
   background-size: contain;
   width: 90px;
   height: 5px;
   margin-left: 3px;
  }*/
}

/* tb   --------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #stockist {
    padding: 60px 0;
  }
  #stockist .container .desc {
    height: 300px;
  }
  #stockist .container .desc .inner h3 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  #stockist .container .desc .inner h4 {
    font-size: 45px;
  }
  #stockist .container .desc .inner p {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
  #stockist .container .desc .inner p br {
    display: none;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #stockist {
    padding: 60px 0;
  }
  #stockist .container .desc {
    position: static;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 240px;
    padding: 20px;
    margin: 15px;
  }
  #stockist .container .desc .inner h3 {
    font-size: 1.8rem;
  }
  #stockist .container .desc .inner h4 {
    font-size: 45px;
  }
  #stockist .container .desc .inner p {
    font-size: 1.2rem;
  }
  #stockist .container .desc .inner p br {
    display: none;
  }

  /*#stockist*/
}
/*  -------------------------------------
	Howto
  -------------------------------------*/
#howto, #play {
  padding: 120px 0;
  /*container*/
}
#howto .container, #play .container {
  background: url(assets/img/howto_img1.png) no-repeat;
  background-size: contain;
  min-height: 820px;
  position: relative;
}
#howto .container h3, #play .container h3 {
  text-align: center;
  padding-top: 100px;
  color: #fff;
  font-family: "DIN", 游ゴシック, YuGothic;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
}
#howto .container h3 span, #play .container h3 span {
  padding-top: 30px;
  display: inline-block;
  font-size: 60%;
}
#howto .container h4, #play .container h4 {
  position: absolute;
  top: 60px;
  right: 100px;
  font-size: 90px;
  font-family: "DIN";
  color: #fff;
  margin: 0;
  line-height: 1;
}
#howto .container .movie, #play .container .movie {
  margin-top: 100px;
  text-align: center;
}
#howto .container .movie li, #play .container .movie li {
  display: inline-block;
}
#howto .container .movie li img, #play .container .movie li img {
  padding: 0 3%;
}
#howto .container .movie-wrap, #play .container .movie-wrap {
  margin-top: 80px;
  padding: 0 5%;
}
#howto .container .movie-wrap p, #play .container .movie-wrap p {
  text-align: center;
  margin: 0;
}
#howto .container .movie-wrap dl, #play .container .movie-wrap dl {
  text-align: center;
}
#howto .container .movie-wrap dl dt, #howto .container .movie-wrap dl dd, #play .container .movie-wrap dl dt, #play .container .movie-wrap dl dd {
  display: inline-block;
}
#howto .container .mask, #play .container .mask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}
#howto .container .movie2, #play .container .movie2 {
  width: 50%;
  margin: 0 auto;
  color: #fff;
}
#howto .container .movie2 h3, #play .container .movie2 h3 {
  font-size: 1.8rem;
  margin: 0;
  padding: 0 0 10px;
  color: #fff;
  font-weight: normal;
}
#howto .container .movie2 img, #play .container .movie2 img {
  width: 100%;
  margin: 40px auto 20px;
  display: block;
}
#howto .container .movie2 p, #play .container .movie2 p {
  text-align: center;
}
#howto .container .movie2 p a, #play .container .movie2 p a {
  color: #0070c9 !important;
}
#howto .container .movie2 p span, #play .container .movie2 p span {
  font-size: 90%;
}
#howto .container .more, #play .container .more {
  text-align: center;
  margin-top: 60px;
}
#howto .container .more a, #play .container .more a {
  color: #444 !important;
  /*&:after{
  	display: inline-block;
  	content: '';
  	background: url(assets/img/more.svg) no-repeat;
  	background-size: contain;
  	width: 90px;
  	height: 5px;
  	margin-left: 3px;
  }*/
}

#play {
  padding: 120px 0;
}
#play .container {
  background: url(assets/img/howto_img.png) no-repeat;
  background-size: contain;
  min-height: 820px;
  position: relative;
}
#play .container p {
  text-align: center;
  padding-top: 20px;
}
#play .container .c-btn {
  margin: 0 auto;
}
#play .container .c-btn > a .text {
  padding-left: 10px;
}

#howto .col-sm-6 {
  padding-top: 60px;
}
#howto .col-sm-6 h3 {
  padding-top: 15px;
  font-size: 21px;
}
#howto .col-sm-6 p {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
}
#howto dl {
  /*background: rgba(255, 255, 255, 0.7);*/
  border: 2px solid #fff;
  padding: 15px;
  margin: 20px auto;
  width: 80%;
  font-size: 90%;
  color: #fff;
}
#howto dl dt {
  text-align: center;
  padding-bottom: 5px;
}

/* tb   --------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #howto, #play {
    padding: 60px 0;
  }
  #howto .container, #play .container {
    min-height: 526px;
  }
  #howto .container h3, #play .container h3 {
    padding-top: 30px;
  }
  #howto .container h3 span, #play .container h3 span {
    padding-top: 15px;
  }
  #howto .container h4, #play .container h4 {
    font-size: 45px;
  }
  #howto .container .movie2, #play .container .movie2 {
    width: 70%;
  }
  #howto .container .movie2 h3, #play .container .movie2 h3 {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  #howto .container .movie2 img, #play .container .movie2 img {
    margin: 20px auto 10px;
    width: 70%;
  }
  #howto .container .movie2 dl, #play .container .movie2 dl {
    padding: 10px;
    margin: 10px auto;
    width: 75%;
    font-size: 85%;
  }
  #howto .container .movie-wrap, #play .container .movie-wrap {
    margin-top: 85px;
  }
  #howto .container .more, #play .container .more {
    margin-top: 20px;
  }

  #howto .col-sm-6 {
    padding-top: 30px;
  }
  #howto .col-sm-6 h3 {
    font-size: 18px;
    padding-top: 5px;
  }
  #howto .col-sm-6 p {
    line-height: 1.5em;
    font-size: 12px;
  }

  #howto dl {
    /* background: rgba(255, 255, 255, 0.7); */
    border: 2px solid #fff;
    padding: 7px;
    margin: 10px auto;
    width: 80%;
    font-size: 80%;
    color: #fff;
  }

  #play .container .movie-wrap {
    margin-top: 30px;
  }
}
/* tb  (ipad pro) --------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #howto .container, #play .container {
    min-height: 680px;
  }
  #howto .container h3, #play .container h3 {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  #howto .container .movie2 h3, #play .container .movie2 h3 {
    padding-top: 15px;
  }
  #howto .container .movie-wrap, #play .container .movie-wrap {
    margin-top: 120px;
  }
}
/* tb  横 --------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  #howto .container, #play .container {
    min-height: 820px;
  }
  #howto .container .movie-wrap, #play .container .movie-wrap {
    margin-top: 160px;
  }

  #play .container h3 {
    padding-top: 90px;
  }
  #play .container .movie-wrap {
    margin-top: 100px;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #howto, #play {
    padding: 60px 0 0;
  }
  #howto .container, #play .container {
    background: url(assets/img/howto_img1.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 580px;
    position: relative;
    padding: 20px 0;
  }
  #howto .container h3, #play .container h3 {
    padding-top: 50px;
    font-size: 2rem;
  }
  #howto .container h3 span, #play .container h3 span {
    padding-top: 15px;
  }
  #howto .container h4, #play .container h4 {
    top: 0;
    right: 40px;
    font-size: 45px;
  }
  #howto .container .movie-wrap, #play .container .movie-wrap {
    margin-top: 100px;
  }
  #howto .container .movie2, #play .container .movie2 {
    width: 80%;
  }
  #howto .container .movie2 dl, #play .container .movie2 dl {
    width: 100%;
  }
  #howto .container .movie2 p span, #play .container .movie2 p span {
    line-height: 1.5em;
    display: inline-block;
    padding-top: 10px;
  }

  #play .container {
    background: url(assets/img/howto_img.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 580px;
    position: relative;
    padding: 20px 0;
  }

  #howto .col-sm-6 {
    padding-top: 15px;
  }
  #howto .col-sm-6 h3 {
    font-size: 14px;
    padding-top: 5px;
  }
  #howto .col-sm-6 p {
    line-height: 1.5em;
    font-size: 10px;
  }
}
/*  -------------------------------------
	 Workshop
  -------------------------------------*/
#workshop {
  padding: 120px 0;
}
#workshop .container {
  position: relative;
}
#workshop .container .col-sm-8 img {
  width: 100%;
}
#workshop .container .desc {
  background: #def1ff;
  /*background: rgba(171, 90, 104, 0.8);*/
  background: rgba(222, 241, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  height: 407px;
  display: table;
  padding: 25px;
}
#workshop .container .desc .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#workshop .container .desc .inner h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#workshop .container .desc .inner h4 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 90px;
  font-family: "DIN";
  color: #fff;
  margin: 0;
  line-height: 1;
}
#workshop .container .desc .inner .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
#workshop .container .desc .inner .more a {
  color: #444 !important;
  /* &:after{
    display: inline-block;
    content: '';
    background: url(assets/img/more.svg) no-repeat;
    background-size: contain;
    width: 90px;
    height: 5px;
    margin-left: 3px;
   }*/
}

/* tb   --------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #workshop {
    padding: 60px 0;
  }
  #workshop .container .desc {
    height: 350px;
  }
  #workshop .container .desc .inner h3 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  #workshop .container .desc .inner h4 {
    font-size: 45px;
  }
  #workshop .container .desc .inner p {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
  #workshop .container .desc .inner p br {
    display: none;
  }
  #workshop .container .desc .inner .more {
    bottom: 0px;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #workshop {
    padding: 60px 0;
  }
  #workshop .container .desc {
    position: static;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 240px;
    padding: 20px;
    margin: 15px;
  }
  #workshop .container .desc .inner h3 {
    font-size: 1.8rem;
  }
  #workshop .container .desc .inner h4 {
    font-size: 45px;
  }
  #workshop .container .desc .inner p {
    font-size: 1.2rem;
    padding-bottom: 50px;
  }
  #workshop .container .desc .inner p br {
    display: none;
  }

  /*#workshop*/
}
/*  -------------------------------------
	Footer 
  -------------------------------------*/
footer {
  background: #dee4e5;
  padding: 5% 0 3%;
}
footer a {
  position: relative;
  color: #000 !important;
}
footer a:hover:after {
  width: 100%;
}
footer a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 1px;
  background: #000;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
footer a img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
footer h3 {
  font-size: 1.6rem;
  margin-top: 0;
  font-family: "DIN";
}
footer ul {
  font-size: 1.3rem;
}
footer ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
footer p {
  font-size: 1.2rem;
}
footer #sub-menu {
  margin-top: 3%;
}
footer #sub-menu ul li {
  font-size: 100%;
  display: inline-block;
}
footer #sub-menu ul li:after {
  content: "｜";
  display: inline-block;
  padding-left: 5px;
}
footer #sub-menu ul li:last-child:after {
  content: "";
}
footer #copyright {
  font-family: "Avenir-Light";
  font-size: 75%;
  margin-top: 5%;
}
footer #copyright img {
  margin: 0 auto;
}
footer span.screen-reader-text {
  display: none;
}
footer input {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  padding: 0 3%;
  border: none;
  font-weight: normal;
}
footer input.search-submit {
  background: #000;
  color: #fff;
  font-weight: 700;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  footer {
    padding: 10% 0 3%;
  }
  footer .col-xs-6 {
    min-height: 200px;
    max-height: 300px;
  }
  footer .col-xs-4 {
    min-height: 150px;
  }
  footer h3 {
    font-size: 100%;
  }
  footer ul {
    font-size: 1rem;
  }
  footer label {
    margin-bottom: 0;
    max-width: 80%;
  }
  footer form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*  -------------------------------------
	Firefox hack
  -------------------------------------*/
@-moz-document url-prefix() {
  #price .case .case_inner {
    height: 230px;
    display: block;
  }
}
/*  -------------------------------------
	IE11 hack
  -------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #p-menu #menu1,
*::-ms-backdrop, #p-menu #menu6,
*::-ms-backdrop, #p-menu #menu7,
*::-ms-backdrop, #p-menu #menu12 {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background: url(assets/img/frame.png) no-repeat;
    background-size: cover;
  }

  *::-ms-backdrop, #online,
*::-ms-backdrop, .side-nav {
    font-family: "Lucida Grande", sans-serif;
    font-weight: bold;
  }

  *::-ms-backdrop, #product .container .desc {
    background: #d4f2eb;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
    height: 412px;
    display: table;
    padding: 25px;
  }

  *::-ms-backdrop, #concept .container .desc {
    background: #fbf7c5;
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
    height: 407px;
    display: table;
    padding: 25px;
  }

  *::-ms-backdrop, #stockist .container .desc {
    background: #ffbfab;
    position: absolute;
    top: 100px;
    right: 150px;
    bottom: 0;
    margin: auto;
    width: 40%;
    height: 407px;
    display: table;
    padding: 25px;
  }

  *::-ms-backdrop, #workshop .container .desc {
    background: #def1ff;
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
    height: 407px;
    display: table;
    padding: 25px;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 40% !important;
    max-height: 100%;
    overflow: scroll;
  }
}
/*  -------------------------------------
	 single 
  -------------------------------------*/
.single #single-wrap {
  padding: 10% 0;
}
.single #single-wrap .breadcrumbs {
  padding-bottom: 5%;
}
.single #single-wrap .post-title h2 {
  font-size: 120%;
  margin: 0;
  padding-top: 5px;
  width: 80%;
  line-height: 1.5em;
  padding: 0;
  padding-bottom: 10px;
}
.single #single-wrap .sidebar {
  margin-top: 20%;
}
.single #single-wrap .sidebar .widget h3 {
  font-family: "DIN";
  font-size: 120%;
  letter-spacing: 0.1em;
}
.single #single-wrap .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0;
  font-family: "DIN";
}
.single #single-wrap .navigation .alignleft, .single #single-wrap .navigation .alignright {
  margin: 0;
}

/*  -------------------------------------
	 archive 
  -------------------------------------*/
.archive #archive-wrap,
.page-template-all-news #archive-wrap,
.search #archive-wrap {
  padding: 10% 0;
}
.archive #archive-wrap .breadcrumbs,
.page-template-all-news #archive-wrap .breadcrumbs,
.search #archive-wrap .breadcrumbs {
  padding-bottom: 5%;
}
.archive #archive-wrap hr.center-white, .archive #archive-wrap hr.center-black,
.page-template-all-news #archive-wrap hr.center-white,
.page-template-all-news #archive-wrap hr.center-black,
.search #archive-wrap hr.center-white,
.search #archive-wrap hr.center-black {
  margin: 60px 0;
}
.archive #archive-wrap .post-title h2,
.page-template-all-news #archive-wrap .post-title h2,
.search #archive-wrap .post-title h2 {
  font-size: 100%;
  margin: 0;
  padding-top: 5px;
}
.archive #archive-wrap .post-wrap,
.page-template-all-news #archive-wrap .post-wrap,
.search #archive-wrap .post-wrap {
  padding-bottom: 10%;
}
.archive #archive-wrap .sidebar,
.page-template-all-news #archive-wrap .sidebar,
.search #archive-wrap .sidebar {
  margin-top: 0%;
}
.archive #archive-wrap .sidebar .widget,
.page-template-all-news #archive-wrap .sidebar .widget,
.search #archive-wrap .sidebar .widget {
  margin-bottom: 30px;
}
.archive #archive-wrap .sidebar .widget h3,
.page-template-all-news #archive-wrap .sidebar .widget h3,
.search #archive-wrap .sidebar .widget h3 {
  font-family: "DIN";
  font-size: 120%;
  letter-spacing: 0.1em;
  margin-top: 0;
  font-weight: 700;
}
.archive #archive-wrap .thumds img,
.page-template-all-news #archive-wrap .thumds img,
.search #archive-wrap .thumds img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.archive #archive-wrap .wp-pagenavi,
.page-template-all-news #archive-wrap .wp-pagenavi,
.search #archive-wrap .wp-pagenavi {
  margin-top: -3px;
  font-family: "DIN";
}
.archive #archive-wrap .wp-pagenavi span.current,
.page-template-all-news #archive-wrap .wp-pagenavi span.current,
.search #archive-wrap .wp-pagenavi span.current {
  background: #ccc;
  border: 1px solid #ccc !important;
  color: #fff;
}
.archive #archive-wrap .wp-pagenavi a:hover,
.page-template-all-news #archive-wrap .wp-pagenavi a:hover,
.search #archive-wrap .wp-pagenavi a:hover {
  background: #ccc !important;
  color: #fff !important;
  border: 1px solid #ccc !important;
  font-weight: bold;
}

.post-type-archive-workshop #archive-wrap .wp-pagenavi {
  padding-top: 30px;
}

/*  -------------------------------------
	 single 
  -------------------------------------*/
.single .top-img {
  height: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.single .top-img .slogan h1 {
  color: #fff;
  font-size: 200%;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.1em;
  text-shadow: 0px 2px 10px #555;
}

/*  -------------------------------------
	 page 
  -------------------------------------*/
.page #p-menu {
  padding: 0 0 5%;
}
@media only screen and (max-width:767px) {
  .page #p-menu {
    padding: 0 45px 5%;
  }
}
@media only screen and (max-width:667px) {
  .page #p-menu {
    padding: 0 15px 5%;
  }
}
.page .page-contents {
  padding: 5% 15px;
}
.page .slogan h1 {
  color: #fff;
  font-size: 200%;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.1em;
  text-shadow: 0px 2px 10px #555;
}

/*  -------------------------------------
	 HOME 
  -------------------------------------*/
.home #p-menu {
  padding: 120px 0;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .home #p-menu {
    padding: 60px 0 0;
  }
}
/*  -------------------------------------
	 product 
  -------------------------------------*/
.product .top-img {
  background: url(assets/img/concept_img1.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.product .page-contents h2 {
  font-family: "DIN";
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 0;
  padding-top: 15px;
}
.product .page-contents h3 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 2%;
}
.product .page-contents p {
  font-size: 1.4rem;
  padding-bottom: 8%;
  width: 85%;
}
.product .page-contents a:hover, .product .page-contents img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.product .page-contents .col-sm-4 {
  margin-bottom: 3em;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .product .page-contents h2 {
    font-size: 14px;
  }
  .product .page-contents h3 {
    font-size: 14px;
    margin: 0;
    padding-bottom: 15px;
  }
  .product .page-contents p {
    font-size: 12px;
  }
  .product .page-contents p br {
    display: none;
  }
}
/*  -------------------------------------
	 concept 
  -------------------------------------*/
.concept .top-img {
  background: url(assets/img/concept_img1.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.concept .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.concept .lead p {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.concept .profile {
  padding: 60px 0 30px;
}
.concept .profile h3 {
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
}
.concept .profile h4 {
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
}
.concept .profile p {
  padding-bottom: 30px;
}

/*  -------------------------------------
	 stockist 
  -------------------------------------*/
.stockist .top-img {
  background: url(assets/img/stockist_img.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stockist .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.stockist h3 {
  font-size: 120%;
  font-weight: 700;
}

/*  -------------------------------------
	 archive-workshop
  -------------------------------------*/
.archive #archive-wrap .ws_wrap h2 {
  font-family: "DIN";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin: 0;
}
.archive #archive-wrap .ws_wrap h3 {
  font-size: 120%;
  font-weight: 700;
  padding-bottom: 10px;
}
.archive #archive-wrap .ws_wrap h5 {
  color: #000;
  font-weight: 700;
}
.archive #archive-wrap .ws_wrap p {
  margin: 0;
}
.archive #archive-wrap .ws_wrap .p-thumd {
  margin-bottom: 30px;
}

/*  -------------------------------------
	 single-workshop 
  -------------------------------------*/
.single-workshop #single-wrap .breadcrumbs {
  padding-top: 2.5%;
}
.single-workshop #single-wrap .col-sm-6 p {
  padding-bottom: 5%;
  letter-spacing: 0.03em;
}
.single-workshop #single-wrap .col-sm-6 dl dt, .single-workshop #single-wrap .col-sm-6 dl dd {
  display: inline-block;
  vertical-align: top;
}
.single-workshop #single-wrap .col-sm-6 dl dt {
  width: 25%;
}
.single-workshop #single-wrap .col-sm-6 dl dd {
  width: 74%;
}

/*  -------------------------------------
	 play 
  -------------------------------------*/
.play .top-img {
  background: url(assets/img/play_img.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.play .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.play .movie-wrap .col-sm-4 {
  margin-bottom: 3%;
  text-align: center;
}
.play .movie-wrap .col-sm-4 p {
  margin: 0;
  padding-top: 10px;
}
.play .movie-wrap .col-sm-4 dl dt, .play .movie-wrap .col-sm-4 dl dd {
  display: inline-block;
}

/*  -------------------------------------
	 contact 
  -------------------------------------*/
.contact .top-img,
.privacy-policy .top-img,
.transaction .top-img {
  background: url(assets/img/procuct_img.png) no-repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .top-img:before,
.privacy-policy .top-img:before,
.transaction .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.contact .page-contents dl,
.privacy-policy .page-contents dl,
.transaction .page-contents dl {
  width: 100%;
  margin-bottom: 5%;
}
.contact .page-contents dl dt, .contact .page-contents dl dd,
.privacy-policy .page-contents dl dt,
.privacy-policy .page-contents dl dd,
.transaction .page-contents dl dt,
.transaction .page-contents dl dd {
  display: inline-block;
}
.contact .page-contents dl dt,
.privacy-policy .page-contents dl dt,
.transaction .page-contents dl dt {
  width: 30%;
  vertical-align: top;
}
.contact .page-contents dl dd,
.privacy-policy .page-contents dl dd,
.transaction .page-contents dl dd {
  width: 69%;
}
.contact .page-contents dl dd input, .contact .page-contents dl dd textarea,
.privacy-policy .page-contents dl dd input,
.privacy-policy .page-contents dl dd textarea,
.transaction .page-contents dl dd input,
.transaction .page-contents dl dd textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}
.contact .page-contents p,
.privacy-policy .page-contents p,
.transaction .page-contents p {
  text-align: center;
}
.contact .page-contents p .wpcf7-submit,
.privacy-policy .page-contents p .wpcf7-submit,
.transaction .page-contents p .wpcf7-submit {
  border: 2px solid #444;
  color: #444 !important;
  padding: 10px 80px;
  font-weight: 700;
}
.contact .page-contents p .wpcf7-submit:hover,
.privacy-policy .page-contents p .wpcf7-submit:hover,
.transaction .page-contents p .wpcf7-submit:hover {
  background: #444;
  border: 2px solid #444 !important;
  color: #fff !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

.contact .page-contents h3,
.transaction .page-contents h3 {
  font-size: 140%;
  margin-bottom: 60px;
  font-weight: 700;
}

.privacy-policy .page-contents h3 {
  font-size: 120%;
  font-weight: 700;
}
.privacy-policy .page-contents p {
  text-align: left;
  padding: 1% 0 3%;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .contact .page-contents dl dt, .contact .page-contents dl dd, .transaction .page-contents dl dt, .transaction .page-contents dl dd {
    display: block;
    width: 100%;
  }
  .contact .page-contents dl dt, .transaction .page-contents dl dt {
    margin-bottom: 1%;
  }
}
.side-nav-box a {
  position: relative;
  color: #000 !important;
}
.side-nav-box a:hover:after {
  width: 100%;
}
.side-nav-box a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 1px;
  background: #000;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .top-img {
    height: 300px !important;
    background-attachment: scroll !important;
  }

  input {
    border-radius: none !important;
  }
}
/*  -------------------------------------
	 Q&A 
  -------------------------------------*/
.qa .top-img {
  background: url(assets/img/concept_img1.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.qa dl {
  margin-bottom: 60px;
}
.qa dl dt {
  padding-bottom: 10px;
}

/*  -------------------------------------
	 papernica 
  -------------------------------------*/
.papernica .lead {
  margin-bottom: 60px;
}
.papernica .lead h2 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 24px;
  font-family: "DIN";
  font-weight: 600;
}
.papernica .lead h2 span {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 80%;
}
.papernica .lead p {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .papernica .lead {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .papernica .lead h2 {
    font-size: 21px;
    padding-bottom: 15px;
  }
  .papernica .lead p {
    font-size: 14px;
  }
}
/*  -------------------------------------
	 pifhpofh 
  -------------------------------------*/
.pifhpofh .top-img {
  background: url(assets/img/pifhpofh_img01.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pifhpofh .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.pifhpofh .lead {
  margin-bottom: 60px;
}
.pifhpofh .lead h2 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 24px;
  font-family: "DIN";
  font-weight: 600;
}
.pifhpofh .lead h2 span {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 80%;
}
.pifhpofh .lead p {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.pifhpofh .profile {
  padding: 60px 0 30px;
}
.pifhpofh .profile h3 {
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
}
.pifhpofh .profile h4 {
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
}
.pifhpofh .profile p {
  padding-bottom: 30px;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .pifhpofh .lead {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .pifhpofh .lead h2 {
    font-size: 21px;
    padding-bottom: 15px;
  }
  .pifhpofh .lead p {
    font-size: 14px;
  }
}
/*  -------------------------------------
	 papermeowca 
  -------------------------------------*/
.papermeowca .top-img {
  background: url(assets/img/papermeowca.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.papermeowca .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.papermeowca .lead {
  margin-bottom: 60px;
}
.papermeowca .lead h2 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 24px;
  font-family: "DIN";
  font-weight: 600;
}
.papermeowca .lead h2 span {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 80%;
}
.papermeowca .lead p {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.papermeowca .profile {
  padding: 60px 0 30px;
}
.papermeowca .profile h3 {
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
}
.papermeowca .profile h4 {
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
}
.papermeowca .profile p {
  padding-bottom: 30px;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .papermeowca .lead {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .papermeowca .lead h2 {
    font-size: 21px;
    padding-bottom: 15px;
  }
  .papermeowca .lead p {
    font-size: 14px;
  }
}
/*  -------------------------------------
	 one note project 
  -------------------------------------*/
#cam {
  padding: 120px 0 0;
}
#cam h2 {
  font-size: 36px;
  font-family: "DIN";
  margin-bottom: 15px;
  text-align: center;
  line-height: 0.8em;
  margin-top: 25px;
}
#cam h2 span {
  font-size: 45%;
}
#cam p {
  text-align: center;
  margin-bottom: 15px;
}
#cam a img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
#cam .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.one-note #online a, .one-note #transaction a {
  background: rgba(255, 255, 255, 0.7);
}
.one-note .side-nav-box a {
  padding: 2% 3%;
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.8);
}
.one-note #onenote-top.container-fluid {
  padding: 0;
}
.one-note #onenote-top.container-fluid .top-img {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.one-note #onenote-top.container-fluid .top-img:after {
  display: block;
  content: "";
  background-image: url(assets/img/filter_video.png);
  background-repeat: repeat;
  background-position: 0 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.one-note #onenote-top.container-fluid .top-img video {
  width: 100%;
  z-index: 1;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.one-note #onenote-top.container-fluid .top-img .slogan {
  position: absolute;
  top: 60%;
  left: 10%;
  z-index: 3;
  color: #fff;
  text-align: left;
  width: 80%;
}
.one-note #onenote-top.container-fluid .top-img .slogan h1 {
  font-size: 48px;
  font-family: "DIN";
  margin-bottom: 30px;
  text-align: left;
  line-height: 0.8em;
  text-shadow: 0 0 10px #000;
}
.one-note #onenote-top.container-fluid .top-img .slogan h1 span {
  font-size: 45%;
}
.one-note #onenote-top.container-fluid .top-img .slogan p {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  text-shadow: 0 0 10px #000;
}
.one-note #onenote-about.container-fluid {
  padding: 0;
}
.one-note #onenote-about.container-fluid #onenote-about-img {
  background: url(assets/img/about-one-note.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}
.one-note #onenote-about.container-fluid #onenote-about-img img {
  width: 100%;
  height: 100%;
}
.one-note #onenote-about.container-fluid #onenote-about-txt {
  padding: 45px;
}
.one-note #onenote-about.container-fluid #onenote-about-txt p {
  font-size: 17px;
  line-height: 2.4em;
}
.one-note #onenote-post.container-fluid {
  padding: 0;
  background-image: linear-gradient(135deg, #64479a, #b900b4, #f50000);
  padding: 90px;
}
.one-note #onenote-post.container-fluid .col-sm-8 h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
}
.one-note #onenote-post.container-fluid .col-sm-8 h2:before {
  content: "";
  background: url(assets/img/instaIcon.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 20px;
}
.one-note #onenote-post.container-fluid .col-sm-8 img {
  width: 100%;
  margin-bottom: 60px;
}
.one-note #onenote-post.container-fluid .col-sm-8 p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.one-note #onenote-post.container-fluid .col-sm-8 h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.one-note #onenote-post.container-fluid .col-sm-8 h3:before {
  content: "";
  background: url(assets/img/videoIcon.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 0px;
}
.one-note #onenote-post.container-fluid .col-sm-8 video {
  display: block;
  margin: 30px auto 0;
}
.one-note #onenote-post.container-fluid .col-sm-8 .more {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.one-note #onenote-post.container-fluid .col-sm-8 .more .c-btn.color-white .c-btn-line_long {
  background-color: #fff;
}
.one-note #onenote-post.container-fluid .col-sm-8 .more .c-btn.color-white .c-btn-line_short {
  background-color: #fff;
}
.one-note #onenote-post.container-fluid .col-sm-8 .more .c-btn.color-white .icon-block {
  background-color: #fff;
}
.one-note #onenote-post.container-fluid .col-sm-8 .more .c-btn.color-white > div .text, .one-note #onenote-post.container-fluid .col-sm-8 .more .c-btn.color-white > a .text, .one-note #onenote-post.container-fluid .col-sm-8 .more .c-btn.color-white > button .text {
  color: #fff;
}
.one-note #onenote-post.container-fluid .col-sm-8 .more .c-btn > div .text, .one-note #onenote-post.container-fluid .col-sm-8 .more .c-btn > a .text, .one-note #onenote-post.container-fluid .col-sm-8 .more .c-btn > button .text {
  padding-left: 45px;
}
.one-note #onenote-gallery.container {
  margin: 120px auto;
}
.one-note #onenote-gallery.container h2 {
  font-size: 36px;
  font-family: "DIN";
  margin: 0 0 60px;
  text-align: center;
  line-height: 0.8em;
  letter-spacing: 0.1em;
}
.one-note #onenote-gallery.container h2 span {
  font-size: 45%;
}
.one-note #onenote-gallery.container .col-sm-4 img {
  margin-bottom: 15px;
}
.one-note #onenote-gallery.container .col-sm-4 p {
  text-align: center;
  font-size: 18px;
}

/* tb   --------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #cam p {
    font-size: 13px;
  }

  .one-note #onenote-top.container-fluid .top-img video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .one-note #onenote-top.container-fluid .top-img .slogan {
    top: 60%;
    left: 10%;
    width: 80%;
  }
  .one-note #onenote-top.container-fluid .top-img .slogan h1 {
    font-size: 28px;
    line-height: 0.9em;
    margin-bottom: 15px;
  }
  .one-note #onenote-top.container-fluid .top-img .slogan h1 span {
    font-size: 50%;
  }
  .one-note #onenote-top.container-fluid .top-img .slogan p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 1.6em;
  }
  .one-note #onenote-about.container-fluid #onenote-about-img {
    height: 601px;
  }
  .one-note #onenote-about.container-fluid #onenote-about-txt {
    padding: 30px;
  }
  .one-note #onenote-about.container-fluid #onenote-about-txt p {
    font-size: 14px;
  }
  .one-note #onenote-post.container-fluid {
    padding: 30px 15px 60px;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 h2 {
    margin-bottom: 45px;
    font-size: 24px;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 h3 {
    font-size: 21px;
    margin-top: 45px;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 img {
    margin-bottom: 45px;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 p {
    font-size: 14px;
    text-align: left;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 p br {
    display: none;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 video {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .one-note #onenote-post.container-fluid video {
    width: 100%;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #cam {
    padding: 60px 0 0;
  }
  #cam h2 {
    font-size: 21px;
  }

  .one-note #onenote-top.container-fluid .top-img {
    background: url(assets/img/onenote_top1.png) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .one-note #onenote-top.container-fluid .top-img:after {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .one-note #onenote-top.container-fluid .top-img video {
    display: none;
  }
  .one-note #onenote-top.container-fluid .top-img .slogan {
    top: 60%;
    left: 10%;
    width: 80%;
  }
  .one-note #onenote-top.container-fluid .top-img .slogan h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .one-note #onenote-top.container-fluid .top-img .slogan p {
    font-size: 11px;
    line-height: 1.4em;
  }
  .one-note #onenote-about.container-fluid #onenote-about-img {
    height: 305px;
  }
  .one-note #onenote-about.container-fluid #onenote-about-txt {
    padding: 30px;
  }
  .one-note #onenote-about.container-fluid #onenote-about-txt p {
    font-size: 14px;
  }
  .one-note #onenote-post.container-fluid {
    padding: 30px 15px;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 h2 {
    margin-bottom: 45px;
    font-size: 24px;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 h3 {
    font-size: 21px;
    margin-top: 45px;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 img {
    margin-bottom: 45px;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 p {
    font-size: 14px;
    text-align: left;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 p br {
    display: none;
  }
  .one-note #onenote-post.container-fluid .col-sm-8 video {
    width: 100%;
  }
  .one-note #onenote-gallery.container {
    margin: 60px auto;
  }
  .one-note #onenote-gallery.container h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .one-note #onenote-gallery.container .col-sm-4 {
    margin-bottom: 15px;
  }
  .one-note #onenote-gallery.container .col-sm-4 img {
    margin-bottom: 0;
  }
  .one-note #onenote-gallery.container .col-sm-4 p {
    font-size: 12px;
  }
}
/*  -------------------------------------
	 papermeowca-deco 
  -------------------------------------*/
.papermeowca-deco .top-img {
  background: url(assets/img/paperDeco1.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.papermeowca-deco .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.papermeowca-deco .lead {
  margin-bottom: 60px;
}
.papermeowca-deco .lead h2 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 24px;
  font-family: "DIN";
  font-weight: 600;
}
.papermeowca-deco .lead h2 span {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 80%;
}
.papermeowca-deco .lead p {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.papermeowca-deco .profile {
  padding: 60px 0 30px;
}
.papermeowca-deco .profile h3 {
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
}
.papermeowca-deco .profile h4 {
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
}
.papermeowca-deco .profile p {
  padding-bottom: 30px;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .papermeowca-deco .lead {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .papermeowca-deco .lead h2 {
    font-size: 21px;
    padding-bottom: 15px;
  }
  .papermeowca-deco .lead p {
    font-size: 14px;
  }
}
/*  -------------------------------------
	 papermeowca-deco 
  -------------------------------------*/
.mori .top-img {
  background: url(assets/img/paperMori.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mori .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.mori .lead {
  margin-bottom: 60px;
}
.mori .lead h2 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 24px;
  font-family: "DIN";
  font-weight: 600;
}
.mori .lead h2 span {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 80%;
}
.mori .lead p {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.mori .col-sm-4 p {
  width: 100%;
}
.mori .profile {
  padding: 60px 0 30px;
}
.mori .profile h3 {
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
}
.mori .profile h4 {
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
}
.mori .profile p {
  padding-bottom: 30px;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .mori .lead {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .mori .lead h2 {
    font-size: 21px;
    padding-bottom: 15px;
  }
  .mori .lead p {
    font-size: 14px;
  }
  .mori .col-sm-4 h3 {
    font-size: 14px;
    margin: 1em 0;
    padding: 0;
  }
}
/*  -------------------------------------
	 company 
  -------------------------------------*/
.company .top-img {
  background: url(assets/img/concept_img1.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company .top-img:before {
  background: rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
@media only screen and (max-width:767px) {
  .company .company-profile {
    padding: 0 45px;
  }
}
@media only screen and (max-width:667px) {
  .company .company-profile {
    padding: 0;
  }
}
.company .company-profile dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
.company .company-profile dl:last-child {
  margin-bottom: 0;
}
.company .company-profile dl dt, .company .company-profile dl dd {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
  .company .company-profile dl dt, .company .company-profile dl dd {
    font-size: 14px;
  }
}
@media only screen and (max-width:480px) {
  .company .company-profile dl dt, .company .company-profile dl dd {
    font-size: 12px;
  }
}
.company .company-profile dl dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}
.company .company-profile dl dd {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}