@charset "UTF-8";
/*
Theme Name : portfolio_2022
*/
/* CSS Document */
/*----------共通設定-------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, textarea, select {
  -webkit-appearance: none;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  background: #EED4D4;
  border-radius: 4px;
  padding: 4px 10px;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="date"] {
  background: #eee;
  color: #666;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

input[type="text"], input[type="checkbox"], input[type="email"], input[type="tel"], input[type="date"], select, textarea, input[type="checkbox"] {
  border: solid 1px #EED4D4;
  padding: 2px 6px;
}

input[type="text"], input[type="checkbox"], input[type="email"], input[type="tel"], input[type="date"], input[type="submit"], textarea {
  font-size: 16px;
}

body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 400;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .1em;
  margin: 0;
  width: 100vw;
  background: #fff;
}

@media print, screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  margin: 0 0 15px 0;
}

a {
  text-decoration: none;
  color: #7a7866;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

#navigation a:hover .ja {
  opacity: 1;
}

h1, h2, h3, h4, h5 {
  margin: 0 0 60px;
  font-weight: 400;
}

@media print, screen and (max-width: 767px) {
  h1, h2, h3, h4, h5 {
    font-size: 0.6em;
    margin-bottom: 30px;
  }
}

h2 {
  font-size: 28px;
}

@media print, screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .home h2 img {
    height: 40px;
  }
}

h3 {
  font-size: 24px;
}

@media print, screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
}

@media print, screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

dl dt, dl dd {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

table th {
  font-weight: 400;
}

.bold, strong, b {
  font-weight: 700;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6f8d3));
  background: -webkit-linear-gradient(transparent 60%, #f6f8d3 60%);
  background: linear-gradient(transparent 60%, #f6f8d3 60%);
  border-radius: 6px;
}

.bg_w {
  background: rgba(255, 255, 255, 0.3);
}

.bg_lblue {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(2%, rgba(241, 248, 252, 0.6)), color-stop(98%, rgba(241, 248, 252, 0.6)), to(#fff));
  background: -webkit-linear-gradient(top, #fff 0%, rgba(241, 248, 252, 0.6) 2%, rgba(241, 248, 252, 0.6) 98%, #fff 100%);
  background: linear-gradient(180deg, #fff 0%, rgba(241, 248, 252, 0.6) 2%, rgba(241, 248, 252, 0.6) 98%, #fff 100%);
}

@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.mainwrap {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
}

.mbno {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.pagenation {
  margin-bottom: 30px;
}

.com_pad {
  padding: 60px 0;
}

.com_btm {
  margin-bottom: 60px;
}

.pad_in {
  padding: 15px;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex .item {
  margin-right: 30px;
  margin-bottom: 30px;
}

.flex.c2 .item {
  width: calc( (100% - 30px) / 2);
}

.flex.c2 .item:nth-of-type(even) {
  margin-right: 0;
}

.flex.c3 .item {
  width: calc( (100% - ( 30px * 2 )) / 3);
}

.flex.c3 .item:nth-of-type(3n) {
  margin-right: 0;
}

.flex.c4 .item {
  width: calc( (100% - ( 30px * 3)) / 4);
}

.flex.c4 .item:nth-of-type(4n) {
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .flex_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex_pc .item {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .flex_pc.c2 .item {
    width: calc( (100% - 30px) / 2);
  }
  .flex_pc.c2 .item:nth-of-type(even) {
    margin-right: 0;
  }
  .flex_pc.c3 .item {
    width: calc( (100% - ( 30px * 2 )) / 3);
  }
  .flex_pc.c3 .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .flex_pc.c4 .item {
    width: calc( (100% - ( 30px * 3)) / 4);
  }
  .flex_pc.c4 .item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fw {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.boxwrap > * {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .boxwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .boxwrap .item3 {
    width: 30%;
  }
  .boxwrap .item7 {
    width: calc(70% - 30px);
  }
  .boxwrap .item4 {
    width: 40%;
  }
}

@media print, screen and (max-width: 767px) {
  .boxwrap .boxwrap > *:first-child {
    margin-bottom: 15px;
  }
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/*----------ヘッダー-------------------------*/
header .mainvisualarea {
  width: 100vw;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  header .mainvisualarea {
    background-image: url(./images/mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
}

@media print, screen and (max-width: 767px) {
  header .mainvisualarea {
    height: 64vh;
  }
  header .mainvisualarea .sp-mv {
    width: 65%;
    padding-top: 80px;
    padding-left: 30px;
  }
}

header .mainvisualarea::before, header .mainvisualarea::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
}

header .mainvisualarea::before {
  top: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: -10;
  position: absolute;
}

header .mainvisualarea::after {
  background: #EED4D4;
  width: 100%;
  height: 16%;
  z-index: -1;
  position: absolute;
  bottom: 0;
}

@media print, screen and (max-width: 767px) {
  header .mainvisualarea::after {
    height: 34%;
  }
}

header .mainvisualarea .mainwrap {
  position: relative;
  width: 100%;
  height: 100%;
}

header .mainvisualarea .mainwrap h1 {
  width: 300px;
  position: absolute;
  bottom: 8%;
  right: 0;
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  header .mainvisualarea .mainwrap h1 {
    bottom: 25%;
    width: 120px;
    margin-right: 30px;
  }
}

header .mainvisualarea .mainwrap h1 img {
  width: 100%;
  height: auto;
}

/*
header .pageheader{
  position: fixed;
  top:0;
  left: 0;
  width:100%;
  padding: 4px 0;
  background: $blue;
  h1{
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
   img{
    height: 34px;
   }
  }
  p{
    font-size: 12px;
    font-style: italic;
    color: $gray;
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
    margin-bottom: 0;
    @include mq(sp){
      font-size: 10px;
    }
  }
}
.pageheader-spacer{
  height: 50px;
}*/
/*----------フッター-------------------------*/
footer {
  background: #EED4D4;
  padding: 60px 0 30px;
}

footer p, footer a {
  color: #4e4e4b;
}

footer address {
  font-style: normal;
}

footer address p {
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
}

footer .foot-logo img {
  height: 51px;
}

@media print, screen and (min-width: 768px) {
  footer .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .info .foot-logo {
    margin-right: 30px;
  }
  footer .info address {
    line-height: 1.4;
    font-size: 14px;
  }
}

/**/
@media print, screen and (min-width: 768px) {
  .mv_btm {
    text-align: center;
    font-size: 18px;
  }
  .mv_btm p {
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 767px) {
  .mv_btm {
    padding: 45px 0;
  }
}

/*---サービス-------------------*/
/*#service{
  background: url(./images/bg_stripe.jpg) repeat;
}*/
.service-list li {
  list-style: none;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.service-list li::before {
  position: absolute;
  left: 0;
}

.service-list li::before {
  content: '・';
}

.service-list li li::before {
  content: 'ー';
}

@media print, screen and (max-width: 767px) {
  .about-img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 767px) {
  .about-txt .service-list:last-of-type {
    margin-bottom: 15px;
  }
}

.about-txt p {
  font-size: 14px;
  line-height: 1.6;
}

.about-txt h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

/*---works---------------------------------*/
form.work_category {
  margin-bottom: 30px;
}

form.work_category input {
  display: none;
}

form.work_category > div {
  margin-bottom: 8px;
}

form.work_category label {
  display: inline-block;
  border-radius: 12px;
  margin-right: 10px;
  padding: 4px 10px;
  line-height: 1;
  font-size: 14px;
  color: #7a7866;
  -webkit-filter: drop-shadow(1px 2px 0 #fff);
          filter: drop-shadow(1px 2px 0 #fff);
}

form.work_category label::before {
  content: '#';
}

@media print, screen and (max-width: 767px) {
  form.work_category label {
    font-size: 10px;
    margin-right: 4px;
    padding: 2px 4px;
  }
}

form.work_category .taste label {
  background: #ffeaea;
}

form.work_category .gender label {
  background: #e3f2de;
}

form.work_category .color label {
  background: #f7f2e3;
}

form.work_category input[type="radio"]:checked + label {
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: 5px 5px 8px 3px rgba(100, 100, 100, 0.1) inset;
          box-shadow: 5px 5px 8px 3px rgba(100, 100, 100, 0.1) inset;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

ul.works_list .img {
  height: 240px;
  text-align: center;
  margin-bottom: 15px;
}

ul.works_list .img img {
  height: 100%;
  width: auto;
}

ul.works_list .txt {
  font-size: 14px;
  line-height: 1.6;
}

ul.works_list .work-note {
  margin-bottom: 15px;
}

ul.works_list .work-note li {
  background: #f6f4ec;
  border-radius: 2px;
  padding: 2px 8px;
}

.work-note {
  font-size: 12px;
  margin-bottom: 45px;
  /*.logo .work-note li{
    margin-bottom: 32px;
  }*/
}

.work-note li {
  padding: 2px 4px;
  margin-bottom: 2px;
}

.works_list li.hide {
  display: none;
}

.works_list .item {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .works_list .item {
    margin-right: 20px !important;
  }
}

.works_list .item.logo .img img {
  height: 80%;
  margin-top: 5%;
}

#contact table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
}

#contact table tr th {
  width: 30%;
  text-align: left;
}

#contact table tr th.must::after {
  margin-left: 15px;
  content: '必須';
  color: #7a7866;
  background: #f6f4ec;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
}

#contact table tr td {
  width: 70%;
}

#contact table tr td input, #contact table tr td textarea {
  width: 100%;
  border-color: #7a7866;
  padding: 6px 10px;
  margin-bottom: 15px;
}

@media print, screen and (max-width: 767px) {
  #contact table tr th, #contact table tr td {
    width: 100%;
    display: block;
  }
}

#contact input[type="submit"] {
  color: #fff;
  background: #5C5252;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}

#contact input[type="submit"]:hover {
  opacity: .9;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

#voice .voice-wrap .boxwrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#voice .voice-wrap:last-of-type {
  border-bottom: solid 3px #7a7866;
}

#voice .voice-wrap .txt {
  padding: 20px;
}

#voice .name {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#voice .name::after {
  content: '';
  height: 3px;
  background: #7a7866;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#voice .name span {
  border: solid 3px #5C5252;
  padding: 0 10px;
  background: #5C5252;
  color: #fff;
  letter-spacing: .2em;
}

#voice .img img {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-sp {
  max-width: 375px;
}

#navigation {
  width: 100%;
  height: 40px;
  background: #EED4D4;
  opacity: 0;
  position: fixed;
  z-index: 100;
}

#navigation.view {
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
}

#navigation a {
  color: #1b1b1b;
}

#navigation .mainwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#navigation .mainwrap .menu-main-menu-container li {
  display: inline;
  padding: 0 10px;
}

#navigation .mainwrap .menu-main-menu-container li:last-of-type {
  padding: 0;
}

#navigation .mainwrap .logoarea {
  width: 100px;
  height: 36px;
  margin-top: 4px;
  background: url(./images/name.png) no-repeat;
  background-size: contain;
}

#navigation .mainwrap .logoarea a {
  display: block;
  width: 100%;
  height: 100%;
}

#navigation .mainwrap .sp a {
  font-size: 1.4em;
}

@media print, screen and (min-width: 768px) {
  #navigation {
    top: 0;
    left: 0;
  }
}

.prev-next {
  background: #eee;
  margin: 30px 0;
  padding: 4px 10px;
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .prev-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    fotn-size: 14px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

.fade.view {
  opacity: 1;
}

@media print, screen and (max-width: 767px) {
  .grecaptcha-badge {
    margin-bottom: 30px;
  }
}
