@charset "UTF-8";
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  body {
    font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Yu Mincho',"游明朝", serif;
    color: #000;
    line-height: 1.6;
    min-width: 1000px;
    margin: 0;
  }
  .sans-serif {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo',"游ゴシック","Yu Gothic", sans-serif;
  }
  li {
    list-style: none;
  }
  p {
    font-size: 16px;
    line-height: 2.3;
    margin-bottom: 30px;
  }
  a {
    text-decoration: none;
    color: #705b1a;
  }
  a:hover {
    opacity: 0.7;
  }
  section {
    padding-top: 50px;
    margin-top: -50px;
  }
  h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  h2 span {
    font-size: 13px;
    color: #705b1a;
  }
  button {
    padding: 20px 80px;
    background: none;
    border: none;
    position: relative;
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Yu Mincho',"游明朝", serif;
    cursor: pointer;
	color: #705b1a;
  }
  button:after, button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #705b1a;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  button:after {
    -webkit-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
  }
  button:before {
    -webkit-transform: translate(-3px, -3px);
    -ms-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
  }
  button:hover:after, button:hover:before {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
  }
  header .nav {
    width: 1000px;
    margin: auto;
  }
  header .nav ul {
    width: 950px;
    margin: auto;
    padding: 15px 0 7px;
    overflow: hidden;
  }
  header .nav ul li {
    float: left;
    padding: 0px 20px;
    font-size: 14px;
    color: #705b1a;
  }
  header .nav ul li img {
    width: 180px;
    margin-top: -5px;
  }
  #main {
    position: relative;
    margin-bottom: 150px;
  }
  #main h1 {
    margin: 0;
  }
  #main img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #main .phrase {
    position: absolute;
    width: 15%;
    top: 31%;
    left: 42.5%;
  }
  #side {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 1;
  }
  #side img {
    width: 70px;
  }
  #concept {
    margin-bottom: 50px;
  }
  #concept .image {
    position: relative;
  }
  #concept .background {
    width: 100%;
    margin: auto;
  }
  #concept .photo-left {
    position: absolute;
    bottom: 0;
    left: 1%;
    width: 29%;
  }
  #concept .photo-right {
    position: absolute;
    bottom: 0%;
    left: 40%;
    width: 37%;
  }
  #concept .content {
    overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
  }
  #concept .content .text {
    float: left;
    width: 600px;
    margin: 50px 0 0 100px;
  }
  #concept .content .video {
    width: 28%;
    float: right;
    margin: 230px 20px 0 0;
  }
  #concept .content .video iframe {
    width: 100%;
    height: 220px;
  }
  #order-made {
    text-align: center;
  }
  #order-made .image {
    position: relative;
    margin: auto;
    width: 1000px;
  }
  #order-made .image img {
    width: 100%;
  }
  #order-made .image .text {
    position: absolute;
    width: 35%;
    bottom: 8%;
    right: 2%;
    color: #fff;
    text-align: left;
  }
  #order-made .image .text.black {
    color: #000;
  }
  #order-made .image .text.lower {
    bottom: 3%;
  }
  #order-made .image .text.upper {
    bottom: 15%;
  }
  #order-made .image .text.right {
    right: 2%;
  }
  #order-made .image .text .name {
    font-size: 23px;
    line-height: 0.8;
    margin-bottom: 10px;
  }
  #order-made .image .text p {
    font-size: 14.4px;
    line-height: 1.8;
  }
  #order-made ul {
    width: 900px;
    overflow: hidden;
    margin: 60px auto;
  }
  #order-made ul li {
    float: left;
    margin-right: 100px;
  }
  #order-made ul li:last-child {
    margin-right: 0;
  }
  #order-made ul li img {
    width: 230px;
  }
  #order-made ul li .title {
    width: 210px;
    margin: 10px 0;
    text-align: left;
  }
  #order-made ul li .detail {
    width: 210px;
    font-size: 14px;
    text-align: left;
  }
  #order-made .btn-subtext {
    width: 220px;
    margin: 0 auto 5px;
  }
  #order-made button {
    margin: 0 auto 100px;
	  color: #705b1a;
  }
  #order-made .banner img {
    width: 1000px;
    margin: 0 auto 100px;
  }
  #products {
    text-align: center;
  }
  #products ul {
    margin: 30px auto;
    width: 1000px;
  }
  #products ul li {
    overflow: hidden;
    margin-bottom: 80px;
  }
  #products ul li:nth-child(even) img {
    float: right;
  }
  #products ul li:nth-child(even) .text {
    float: right;
    margin: 20px 60px 0 0;
  }
  #products ul li img {
    float: left;
    width: 600px;
  }
  #products ul li .text {
    float: left;
    width: 310px;
    margin: 20px 0 0 60px;
    text-align: left;
  }
  #products ul li .text .title {
    font-size: 23px;
  }
  #products ul li .text .detail {
    margin-bottom: 35px;
  }
  #products ul li .text .detail p {
    font-size: 14.4px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  #work-flow {
    background: #eee6cf;
    padding: 100px 0 50px;
    margin: 150px auto 50px;
  }
  #work-flow ul {
    width: 950px;
    overflow: hidden;
    margin: 30px auto 60px;
  }
  #work-flow ul li {
    width: 250px;
    float: left;
    margin-right: 100px;
  }
  #work-flow ul li:last-child {
    margin-right: 0;
  }
  #work-flow ul li img {
    width: 100%;
  }
  #work-flow ul li .title {
    margin: 10px 0;
    font-size: 18px;
  }
  #work-flow ul li .detail {
    font-size: 14.4px;
  }
  #profile {
    margin: 0 auto 100px;
    width: 1000px;
  }
  #profile .image {
    position: relative;
  }
  #profile .image img {
    width: 1000px;
  }
  #profile .image .text {
    position: absolute;
    bottom: 15%;
    right: 8%;
    color: #fff;
    text-align: left;
  }
  #profile .image .text .name {
    font-size: 23px;
    line-height: 2.1;
  }
  #profile .text {
    text-align: left;
    margin: 50px 0 0 100px;
  }
  #contact {
    margin-top: 0px;
  }
  #contact p {
    text-align: center;
  }
  #contact p span {
    color: #b7292e;
  }
  #contact .thanks {
    margin: 50px auto 100px;
  }
  #instagram {
    margin: 100px auto;
  }
  footer .copyright {
    text-align: center;
    font-size: 10px;
    border-top: 1px solid #000;
    padding: 20px 0 30px;
    margin-top: 80px;
  }
  footer ul {
    overflow: hidden;
    width: 540px;
    margin: auto;
  }
  footer ul li {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 13px;
    overflow: hidden;
    float: left;
    margin: 0 35px;
  }
  footer ul li:last-child .border {
    margin: 0 48px 5px 0;
  }
  footer ul li .border {
    width: 0.5px;
    height: 40px;
    background-color: #000;
    float: left;
    margin: 0 22px 5px 0;
  }
  footer ul li a {
    color: #000;
    float: left;
  }
  footer ul li a img {
    margin-top: 13px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Yu Mincho',"游明朝", serif;
    color: #000;
    line-height: 1.6;
    width: 100%;
    margin: 0;
  }
  .sans-serif {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo',"游ゴシック","Yu Gothic", sans-serif;
  }
  li {
    list-style: none;
  }
  p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 25px;
  }
  a {
    text-decoration: none;
    color: #705b1a;
  }
  a:hover {
    opacity: 0.7;
  }
  section {
    padding-top: 10px;
    margin-top: -10px;
  }
  h2 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  h2 span {
    font-size: 13px;
    color: #705b1a;
  }
  button {
    width: 90%;
    padding: 20px 0;
    background: none;
    border: none;
    position: relative;
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Yu Mincho',"游明朝", serif;
    cursor: pointer;
  }
  button:after, button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #705b1a;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  button:after {
    -webkit-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
  }
  button:before {
    -webkit-transform: translate(-3px, -3px);
    -ms-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
  }
  button:hover:after, button:hover:before {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  header nav.nav-sp {
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
  }
  header nav.nav-sp .nav-menu {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    width: 80%;
    height: 100%;
    padding: 40px 0px 40px;
    text-align: center;
  }
  header nav.nav-sp .nav-menu ul {
    margin: 0 auto;
    width: 80%;
  }
  header nav.nav-sp .nav-menu ul li {
    font-size: 19px;
    border-bottom: 0.5px dotted #705b1a;
    text-align: left;
    padding: 15px 0;
    color: #705b1a;
  }
  header nav.nav-sp .nav-menu.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  header nav.nav-sp .nav-toggle {
    z-index: 3;
    display: block;
    position: relative;
    width: calc(15vmin);
    height: calc(15vmin);
    cursor: pointer;
    text-align: center;
  }
  header nav.nav-sp .nav-toggle span {
    display: block;
    position: absolute;
    width: 30%;
    border-bottom: solid 1px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 35%;
  }
  header nav.nav-sp .nav-toggle span:nth-child(1) {
    top: 38%;
  }
  header nav.nav-sp .nav-toggle span:nth-child(2) {
    top: 50%;
  }
  header nav.nav-sp .nav-toggle span:nth-child(3) {
    top: 62%;
  }
  header nav.nav-sp .nav-toggle.active {
    z-index: 3;
  }
  header nav.nav-sp .nav-toggle.active span:nth-child(1) {
    top: 30px;
    left: 35%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 2px #000;
  }
  header nav.nav-sp .nav-toggle.active span:nth-child(2),
  header nav.nav-sp .nav-toggle.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 2px #000;
  }
  #main {
    position: relative;
  }
  #main img {
    width: 100%;
  }
  #side {
    position: fixed;
    width: 7%;
    top: 35%;
    right: 0;
    z-index: 1;
  }
  #side img {
    width: 100%;
  }
  #concept {
    margin-bottom: 50px;
  }
  #concept .image {
    position: relative;
  }
  #concept .background {
    width: 100%;
  }
  #concept .photo-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52%;
  }
  #concept .photo-right {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 66%;
  }
  #concept .content {
    overflow: hidden;
    width: 86%;
    margin: auto;
  }
  #concept .content .text {
    margin: 30px 0 0;
  }
  #concept .content .video {
    margin: 30px 0px 0 0;
  }
  #concept .content .video iframe {
    width: 100%;
    height: 200px;
  }
  #order-made {
    text-align: center;
  }
  #order-made .image img {
    width: 100%;
  }
  #order-made .image .text {
    color: #000;
    text-align: left;
    width: 86%;
    margin: 20px auto 0;
  }
  #order-made .image .text .name {
    font-size: 21px;
    line-height: 1.8;
  }
  #order-made .image .text p {
    font-size: 14px;
    line-height: 1.8;
  }
  #order-made ul {
    overflow: hidden;
    margin: 30px auto;
  }
  #order-made ul li {
    width: 86%;
    margin: 0 auto 30px;
  }
  #order-made ul li img {
    width: 100%;
  }
  #order-made ul li .title {
    margin: 10px auto;
    text-align: left;
  }
  #order-made ul li .detail {
    font-size: 14px;
    text-align: left;
  }
  #order-made .btn-subtext {
    width: 60%;
    margin-bottom: 5px;
  }
  #order-made button {
    margin-bottom: 80px;
  }
  #order-made .banner {
    width: 100%;
    margin: 0 auto 40px;
  }
  #products {
    text-align: center;
  }
  #products ul {
    margin: 30px auto;
    width: 100%;
  }
  #products ul li {
    margin-bottom: 80px;
  }
  #products ul li img {
    width: 100%;
  }
  #products ul li .text {
    width: 86%;
    margin: 20px auto 0px;
    text-align: left;
  }
  #products ul li .text .title {
    font-size: 21px;
  }
  #products ul li .text .detail {
    margin-bottom: 35px;
  }
  #products ul li .text .detail p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  #products ul li .text button {
    width: 100%;
  }
  #work-flow {
    background: #eee6cf;
    padding: 30px 0;
    margin: 80px auto 50px;
  }
  #work-flow ul {
    width: 86%;
    margin: 40px auto;
  }
  #work-flow ul li {
    margin-bottom: 40px;
  }
  #work-flow ul li img {
    width: 100%;
  }
  #work-flow ul li .title {
    margin: 10px 0;
    font-size: 18px;
  }
  #work-flow ul li .detail {
    font-size: 14px;
  }
  #profile {
    margin: 0 auto 50px;
  }
  #profile .image {
    margin-top: 30px;
  }
  #profile .image img {
    width: 100%;
  }
  #profile .image .text {
    width: 86%;
    margin: 30px auto 50px;
  }
  #profile .image .text .name {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  #profile .text {
    width: 86%;
    margin: 30px auto;
  }
  #contact img {
    width: 50%;
    margin: 12px 0 20px 12px;
  }
  #contact p {
    text-align: center;
    line-height: 1.8;
    margin-top: 20px;
  }
  #contact p span {
    color: #b7292e;
  }
  #contact .thanks {
    margin: 30px auto 0px;
    width: 86%;
  }
  #instagram {
    margin: -10px auto 0px;
  }
  footer {
    margin-top: 100px;
  }
  footer .copyright {
    text-align: center;
    font-size: 10px;
    border-top: 1px solid #000;
    padding: 15px 0;
    margin-top: 35px;
  }
  footer ul {
    overflow: hidden;
    width: 90%;
    margin: auto;
  }
  footer ul li {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 13px;
    overflow: hidden;
    float: left;
    margin-right: 9%;
  }
  footer ul li:last-child {
    margin-right: 0%;
  }
  footer ul li:last-child .border {
    margin: 0 48px 5px 0;
  }
  footer ul li .border {
    width: 0.5px;
    height: 40px;
    background-color: #000;
    float: left;
    margin: 0 22px 5px 0;
  }
  footer ul li a {
    color: #000;
    float: left;
  }
  footer ul li a img {
    margin-top: 13px;
    height: 45px;
  }
}
