@charset "utf-8";


html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese";
  color: #231815;
}

a:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

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

.for_sp {
  display: none;
}

.for_pc {
  display: block;
}

header {
  position: fixed;
  z-index: 5;
}

.nav_open_btn {
  position: fixed;
  display: block;
  top: 2.66vw;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s;
  width: 28px;
  height: 26px;
  margin:  0 auto;
  z-index: 11;
}


.nav_open_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.nav_open_btn span:nth-of-type(1) {
  top: 0;
}

.nav_open_btn span:nth-of-type(2) {
  top: 13px;
}

.nav_open_btn span:nth-of-type(3) {
  bottom: 0;
}

.nav_open_btn.non_active span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}

.nav_open_btn.non_active span:nth-of-type(3) {
  animation: menu-bar03 .75s forwards;
}

@keyframes menu-bar01 {
  0% {
    top: 50%;
  }

  100% {
    top: 0;
  }

}

@keyframes menu-bar03 {
  0% {
    bottom: 50%;
  }

  100% {
    bottom: 0;
  }

}

.nav_open_btn.active span:nth-of-type(1) {
  animation: active-menu-bar01 .5s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    /* transform: translateY(0) rotate(0); */
  }

  50% {
    top: 50%;
    transform: skewY(0);
  }

  100% {
    top: 50%;
    transform: skewY(45deg);
  }

}

.nav_open_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.nav_open_btn.active span:nth-of-type(3) {
  animation: active-menu-bar03 .5s forwards;
}

@keyframes active-menu-bar03 {
  0% {
    /* transform: translateY(0) rotate(0); */
  }

  50% {
    top: 50%;
    transform: skewY(0);
  }

  100% {
    top: 50%;
    transform: skewY(-45deg);
  }

}

.header_logo {
  display: block;
  position: absolute;
  top: 1.4vw;
  left: 3vw;
  z-index: 6;
  width: 120px;
  height: 47px;
}

.header_logo .w {
  display: none;
}

.about .header_logo img,
.gallery .header_logo img,
.tax-gallery_type .header_logo img,
.home .header_logo img,
.shop .header_logo img {

  display: none;
}

.about .header_logo .w,
.gallery .header_logo .w,
.tax-gallery_type .header_logo .w,
.home .header_logo .w,
.shop .header_logo .w {
  display: block;
}

nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 12vw;
  background-position: 3vw 4vw;
  background-color: rgba(167, 163, 161, 0.6);
  padding-top: 2.66vw;
  z-index: 10;
}

nav .wrapper {
  width: 57.88vw;
  margin: 0 auto;
}

.nav_close_btn {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

nav .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  align-items: center;
  margin-top: 4vw;
  position: relative;
}


nav .list .item a {
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 0.9vw;
  font-family: 'Josefin Sans';
}

nav .icon_list {
  display: flex;
}

nav .icon_list.for_sp {
  display: none;
}

nav .icon_list .item + .item {
  margin-left: 1.22vw;
}

nav .icon_list .item a {
  display: block;
  width: 2.11vw;
  min-width: 36px;
}

nav .icon_list .item img {
  width: 100%;
  height: auto;
}

.gallery_child {
  display: none;
  position: absolute;
  align-items: flex-start;
  justify-content: center;
  padding: 1.22vw;
  width: auto;
  left: 50%;
  transform: translateX(-50%);

}

.gallery_child.show {
  display: flex;
}

.gallery_child .item + .item {
  margin-left: 26px;
}

.gallery_child .item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
}

.gallery_child .item a + a {
  margin-left: calc(26px + 1em);
}

.gallery_child .item a::before {
  position: absolute;
  content: "-";
  padding-right: 2px;
  left: -1em;
}

nav .list .gallery_child .item a::after {
  content: none;
}

.content_wrapper {
  width: 78.77vw;
  margin: 0 auto;
}

.single-blog .content_wrapper,
.post-type-archive-blog .content_wrapper {
  width: 600px;
}

.home .content_wrapper {
  width: 100%;
  padding-top: 24vw;
}

.post-type-archive-blog main {
  padding-top: 92px;
}

.contact main {
  padding-top: 92px;
}

.home .overview > img {
  width: 194px;
}

.home .content_wrapper .sub_wrapper {
  width: 78.77vw;
  margin: 0 auto;
}

.home_slider {
  width: 100%;
}

.home_slider img {
  width: 100%;
  height: auto;
}

.home .content_wrapper h1 {
  width: 515px;
  margin: 0 auto;
}

.home .content_wrapper h1 img {
  width: 100%;
}

.home .inner_wrapper {
  /* margin-top: 49.6vw; */
  padding-top: 6vw;
}

.home .content_wrapper h2 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.home .content_wrapper p {
  text-align: center;
  width: 80%;
  margin: 4.44vw auto 0 auto;
  font-size: 13px;
  line-height: 2.6;
  letter-spacing: 0.3em;
}

footer {
  margin-top: 14.22vw;
  padding-bottom: 1.66vw;
}

footer .footer_logo {
  display: block;
  width: 150px;
}

footer .footer_logo img {
  width: 100%;
}

footer .wrapper {
  width: 92.77vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer ul {
  display: flex;
  margin: 20px 0 0 2.5vw;
}

footer ul li + li {
  margin-left: 4.11vw;
}

footer ul li a {
  color: #231815;
  text-decoration: none;
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  font-family: 'Josefin Sans';
}

.page .title.center {
  margin: 0 auto;
  font-family: 'Josefin Sans';
  font-size: 2.5vw;
  text-align: center;
}

/* .about .title.center {
  width: 11.22vw;
}

.gallery .title.center {
  width: 16.77vw;
}

.contact .title.center {
  width: 14.44vw;
}
 */
.page .title.center img {
  width: 100%;
}

.about .profile {
  padding-top: 200px;
  display: flex;
  width: 860px;
  margin: 6vw auto 0 auto;
}

.about .profile .img_wrapper {
  display: inline-block;
  width: 30%;
  height: 453px;
  overflow: hidden;
  position: relative;
}

.about .profile .img_wrapper img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.about .profile .desc {
  width: 66.5%;
  margin-left: 30px;
}

.about .profile .desc h2 {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.about .profile .desc p {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.about .profile .desc h2 + p {
  margin-top: 30px;
}

.about .profile .desc p + p {
  margin-top: 15px;
}

.about .profile .desc p:last-child {
  line-height: 1.8;
}

.about .profile .desc p .name {
  display: inline-block;
  margin-bottom: 10px;
}

.about .profile ul {
  margin-left: 3vw;
  font-size: 0.9vw;
  letter-spacing: 0.2em;
}

.about .profile ul li + li {
  margin-top: 1.44vw;
}

.title.parallax .overview-image {
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title.parallax h1 {
  font-size: 2.5vw;
  font-family: 'Josefin Sans';
  text-align: center;
  color: #fff;
}

.blog .title.parallax h1 img {
  width: 10.05vw;
}

.shop .title.parallax h1 img {
  width: 9.22vw;
}

.title.parallax + .content_wrapper {
  margin-top: 15vw;
}

.article_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.post-type-archive-blog .article_list {
  display: block;
}

.article_list .article {
  width: 21.44vw;
  text-decoration: none;
  color: #231815;
  position: relative;
}

.post-type-archive-blog .article {
  width: 100%;
}

.post-type-archive-blog .article + .article {
  margin-top: 80px;
}

.article_list .article:nth-of-type(1n+4) {
  margin-top: 7.22vw;
}

.article_list .article:nth-of-type(3n+2) {
  margin-left: 7.16vw;
  margin-right: 7.16vw;
}

.post-type-archive-blog .article_list .article:nth-of-type(3n+2) {
  margin-left: 0;
  margin-right: 0;
}

.article_list .article > img {
  display: block;
  width: 100%;
}

.article_list .text_wrapper {
  margin-top: 2vw;
}

.article_list .article .time {
  font-size: 12px;
  font-family: 'Josefin Sans';
  font-weight: bold;
}

.post-type-archive-blog .article .tile {
  font-size: 1vw;
  color: #5a5a5a;
}

.article_list .article .docs {
  font-size: 12px;
  margin-top: 1vw;
  line-height: 1.4;
}

.article_list .article .more {
  position: relative;
  color: #bbbdbf;
  font-size: 12px;
  margin-top: 1vw;
  text-align: right;
  padding-right: 1vw;
}

.article_list .article .more::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.22vw;
  border: 0.22vw solid transparent;
  border-left-color: #bbbdbf;
}

.article_list .article .desc {
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.gallery .article h2 {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.gallery .article p {
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
  width: 100%;
}

.search_box {
  margin-top: 9.22vw;
}

.search_box .category {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.search_box .category li + li {
  margin-left: 5vw;
}

.search_box .category li a {
  display: block;
  position: relative;
  color: #231815;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Josefin Sans';
}

.search_box .category li a span {
  display: block;
}

.search_box .category li a span::first-letter {
  font-size: 16px;
}

.search_box .category li a::before {
  position: absolute;
  content: "-";
  padding-right: 2px;
  left: -1em;
}

.search_box .category li a:hover {
  color: #a6a8ab;
}

.search_box .category li.active a {
  color: #a6a8ab;
}

.search_box .category_tag {
   margin-top: 1.22vw;
   height: 10px;
}

.search_box .category_tag ul {
  display: none;
  align-items: flex-start;
  justify-content: center;
  height: 0;
  overflow: hidden;
}

.search_box .category_tag .active {
  display: flex;
  height: auto;
  animation: category_tag_active 0.2s;
}

@keyframes category_tag_active {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.search_box .category_tag li + li {
  margin-left: 1.22vw;
}

.search_box .category_tag li a {
  color: #231815;
  text-decoration: none;
  padding: 0 0.3vw;
  font-size: 12px;
  font-family: 'Josefin Sans';

}

.search_box .category_tag li a:hover {
  border-bottom: 1px solid #231815;
}

.gallery .article_list {
  margin-top: 7.5vw;
}

.shop h2 {
  font-size: 16px;
}

.shop_list {
  margin-top: 3.11vw;
}

.shop_list li {
  border-left: 1px solid #231815;
  padding: 0.83vw 0 0.83vw 1.22vw;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.shop_list li + li {
  margin-top: 5.66vw;
}

.shop_list li a {
  color: #231815;
  text-decoration: none;
}

.shop .warning {
  font-size: 12px;
  margin-top: 18px;
  line-height: 1.6;
}

.single .title.single.gallery {
  background-color: #e4d9d1;
}

.single .title.single h1 {
  font-size: 3vw;
  font-family: 'Josefin Sans';
  text-align: center;
  color: #fff;
}

.single .article_wrapper {
  margin-top: 2.66vw;
}

.single .article_wrapper .thumbnail {
  display: block;
  width: 100%;
}

.single .single-title,
.article-title {
  margin-top: 1.33vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.single .single-title .time,
.article-title .time {
  font-size: 1vw;
  color: #5a5a5a;
  padding: 1vw;
  letter-spacing: 0.1em;
}

.single .single-title h2,
.article-title h2 {
  font-size: 1.3vw;
  letter-spacing: 0.1em;
  margin-left: 2vw;
}

.single .content_area,
.post-type-archive-blog .article_list .article .docs {
  margin-top: 1.33vw;
  padding-top: 2vw;
  border-top: 1px solid #a5a5a5;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.page.contact .content_wrapper > p {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
}

.page.contact .wpcf7 {
  width: 80%;
  min-width: 600px;
  margin: 40px auto 0 auto;
}

.page.contact .wpcf7 .before_text {
  font-size: 1.11vw;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.15vw;
}

.page.contact .wpcf7 .table_wrapper table {
  width: 100%;
  table-layout: fixed;
}

.wpcf7 {
  margin-top: 11.2vw;
}

.wpcf7 .cf7s-caspar {
  display: block;
  border: 1px solid #3e3a39;
  padding: 30px 100px;

}

.wpcf7-form.cf7skins .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form.cf7skins.cf7s-caspar textarea {
  display: block;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input, .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar textarea {
  margin-top: 0.44vw;
}

.wpcf7 label {
  font-size: 0.9vw;
}

.cf7s-reqd {
  color: #ec1c24;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="text"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="email"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="tel"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="url"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="number"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="range"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type=date], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type=file] {
  display: block;
  font-size: 13px;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"] {
  width: 14.22vw;
  height: 4vw;
  line-height: 4vw;
  color: #fff;
  background-color: #3e3a39;
  padding: 0 0 0 1em;
  font-size: 1.3vw;
  letter-spacing: 1em;
  font-weight: bold;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: block;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"]:hover {
  background-color: #3e3a39;
  opacity: 0.8;
}

.ani_bottom_border {
  position: relative;
}

.ani_bottom_border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.44vw;
  left: 50%;
  width: 0;
  height: 1px;
  transition: .4s all;
}

.ani_bottom_border.white::after {
  background-color: #fff;
}

.ani_bottom_border.black::after {
  background-color: #231815;
}

.ani_bottom_border:hover::after {
  width: 100%;
  transform: translateX(-50%);
}

.iziModal {
  max-width: 58vw !important;
}

.iziModal-content {
  padding: 1vw;
}

.iziModal-content .main_image {
  width: 100%;
}

.modal_close_btn {
  display: block;
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 2.33vw;
}

.modal_close_btn img {
  width: 100%;
  height: auto;
}

.iziModal-navigate > button {
  opacity: 1;
}

.side_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* width: 100%; */
  height: 12vw;
  margin: auto;
  pointer-events: none;
  z-index: 9;
}

.anker_wrapper {
  position: absolute;
  top: 0.66vw;
  left: 50px;
  width: 1.6vw;
  height: 100%;
  cursor: pointer;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  pointer-events: visible;
  z-index: 9;
}

.anker_wrapper .text {
  font-size: 1vw;
  font-family: 'Josefin Sans';
  position: absolute;
  color: #fff;
  text-decoration: none;
  top: 0;
  display: block;
  width: auto;
  height: auto;
  -webkit-transition: color .4s;
  transition: color .4s;
  -webkit-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotate(-90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.2em;
}

.anker_wrapper .bar {
  position: absolute;
  bottom: 0;
  left: 0.3vw;
  width: 1px;
  height: 5vw;
  background: #fff;
}

.overview {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.overview-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
}

.gallery .overview.title.parallax {
  height: 92vh;
}

.onload .overview-image {
  opacity: 1;
  animation:overview_fade 3s;
}

@keyframes overview_fade {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0.01;
  }

  100% {
    opacity: 1;
  }
}

.home .overview-image {
  background-image: url("../img/overview/front.jpg");
}

.post-type-archive-blog .overview-image,
.single-blog .overview-image {
  background-image: url("../img/overview/blog.jpg");
}

.shop .overview-image {
  background-image: url("../img/overview/shop.jpg");
}

.about .overview-image {
  background-image: url("../img/overview/about.jpg");
}

.gallery .overview-image,
.tax-gallery_type .overview-image,
.tax-material .overview-image {
  background-image: url("../img/overview/gallery.jpg");
}

.overview .center {
  display: block;
  position: absolute !important;
  bottom: auto !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.25em;
  z-index: 2;
}

@keyframes overview_text_hidden {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.overview .center.hidden {
  opacity: 0;
  animation: 0.3s overview_text_hidden;
}

.home.onload .overview .center {
  opacity: 0;
  animation: home_opacity 9s;
}

@keyframes home_opacity {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0.99;
  }
  100% {
    opacity: 0;
  }
}

.gallery .overview.title.parallax,
.tax-gallery_type .overview.title.parallax,
.tax-material .overview.title.parallax {
  height: 80vh;
}


.gallery .title.parallax + .content_wrapper,
.tax-gallery_type .title.parallax + .content_wrapper,
.tax-material .title.parallax + .content_wrapper {
  margin-top: 5vw;
}

.search_box_wrapper {
  text-align: center;
}

.gallery .search_box {
  margin-top: 0;
  display: inline-block;
  padding: 0 40px;
}

.about .nav_open_btn span,
.home .nav_open_btn span,
.shop .nav_open_btn span,
.gallery .nav_open_btn span,
.tax-gallery_type .nav_open_btn span {
  background-color: #fff;
}

.wp-pagenavi {
  display: flex;
  margin-top: 50px;
  align-items: flex-start;
  justify-content: center;
  font-size: 14px;
  color: #808080;
  font-family: 'Josefin Sans';
}


.wp-pagenavi span {
  display: block;
  border: 1px solid #ccc;
  padding: 4px 5px 2px 5px;
}

.wp-pagenavi a + span {
  margin-left: 8px;
}

.wp-pagenavi a {
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 5px 2px 5px;
  color: #808080;
}

.wp-pagenavi a + a {
  margin-left: 8px;
}


.wp-pagenavi span + a {
  margin-left: 8px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
}



@media screen and ( max-width:950px ) {
  .anker_wrapper .bar {
    height: 4vw;
  }
}

@media screen and ( max-width:768px ) {

  .page .title.center  {
    font-size: 10vw;
  }

  .for_pc {
    display: none;
  }

  .for_sp {
    display: block;
  }

  .nav_open_btn {
    width: 6vw;
    height: 6vw;
    top: 6vw;
  }

  .nav_open_btn span {
    width: 100%;
  }

  header.fixed .nav_open_btn span {
    background-color: #fff;
  }

  .nav_open_btn span:nth-of-type(2) {
    top: 2.8vw;
  }

  .side_wrapper {
    display: none;
    height: 15vw;
  }

  .anker_wrapper .text {
    letter-spacing: 0.1em;
  }

  .anker_wrapper .bar {
    left: 0.8vw;
    height: 5.5vw;
  }

  nav {
    padding-top: 29vw;
    background-position: center 4vw;
    height: 100vh;
  }

  .header_logo {
    width: 23.43vw;
    top: 2vw;
    left: 4vw;
  }

  .header_logo img {
    width: 100%;
  }

  .header_logo img.w {
    display: none;
  }

  header.fixed .header_logo img.b {
    display: none;
  }

  header.fixed .header_logo img.w {
    display: block;
  }

  nav .wrapper {
    width: 100%;
    position: relative;
  }

  nav .list {
    display: block;
  }

  nav .list .item {
    padding: 0 6vw;
  }

  nav .list > .item > a {
    background-image: url("../img/sp_nav_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: 2.5vw auto;
    background-position: center right 0;
  }

  nav .list > .item > a.next_child_list {
    background-size: 2.5vw auto;
    background-image: url("../img/sp_nav_arrow_bottom.svg");
  }

  .gallery_child {
    margin-top: 0;
    width: 100%;
    display: none;
    position: static;
    transform: translateX(0);
  }

  nav .icon_list {
    margin-top: 14vw;
    justify-content: center;
  }

  .gallery_child .item + .item {
    margin-left: 0;
  }

  nav .icon_list.for_pc {
    display: none;
  }

  nav .icon_list.for_sp {
    display: flex;
  }

  nav .icon_list .item + .item {
    margin-left: 3vw;
  }

  .home .overview > img {
    width: 48vw;
  }

  .home .content_wrapper h1 {
    width: 100%;
  }

  footer .wrapper {
    flex-wrap: wrap;
  }

  footer .footer_logo {
    margin: 0 auto;
    width: 39vw;
  }

  footer .footer_logo img {
    width: 100%;
  }

  footer ul {
    width: 100%;
    margin: 14.28vw 0 0 0;
    justify-content: space-evenly;
  }

  .about .profile {
    display: block;
    width: auto;
    margin-top: 15vw;
  }

  .about .profile img {
    width: 100%;
  }

  .about .profile .desc {
    width: 75%;
    margin: 4vw auto 0 auto;
  }

  .about .profile ul {
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 4vw;
    padding-left: 34vw;
    background-image: url("../img/profile_image.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    margin: 0;
  }

  .about .profile ul li + li {
    margin-top: 1.11vw;
  }

  .blog .title.parallax h1 img {
    width: 35vw;
  }

  .article_list .article {
    width: 35.93vw;
  }

  .gallery .article_list .article,
  .tax-gallery_type .article {
    width: 100%;
  }

  .gallery .article_list .article:nth-of-type(1n+2),
  .tax-gallery_type .article:nth-of-type(1n+2) {
    margin-top: 7.22vw;
  }

  .post-type-archive-blog .article {
    width: 100%;
  }

  .title.parallax h1 {
    font-size: 13vw;
  }

  .title.parallax .overview-image {
    background-size: auto 100vh;
    background-attachment: initial;
  }

  .shop .title.parallax .overview-image {
    background-size: auto 100%;
    background-position: 60%;
  }

  .article_list .article:nth-of-type(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }

  .article_list .article:nth-child(1n+4) {
    margin-top: 7.22vw;
  }

  .shop h2 {
    font-size: 16px;
  }

  .shop_list li {
    padding-left: 5vw;
    font-size: 12px;
  }

  .article_list {
    justify-content: space-between;
  }

  .article_list .article:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }

  .post-type-archive-blog .article + .article {
    margin-top: 20px;
  }

  nav {
    background-color: rgba(167, 163, 161, 0.8);
  }

  nav .list .item a {
    font-size: 5vw;
    height: 14.06vw;
    line-height: 14.06vw;
  }

  .home .content_wrapper h2 {
    font-size: 14px;
    line-height: 1.5;
  }

  .home .content_wrapper p {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  footer ul {
    justify-content: space-between;
  }

  footer ul li + li {
    margin-left: 0;
  }

  footer ul li a {
    font-size: 3.6vw;
  }

  .gallery .overview.title.parallax, .tax-gallery_type .overview.title.parallax, .tax-material .overview.title.parallax {
    height: 100vh;
  }

  nav .icon_list .item a {
    width: 11.25vw;
  }

  header {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 18vw;
    transition: 0.3s;

  }

  header.fixed {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .about .content_wrapper {
    width: 100%;
  }

  .single-blog .content_wrapper,
  .post-type-archive-blog .content_wrapper {
    width: 78.77vw;
  }

  .page.contact .wpcf7 {
    width: 100%;
    min-width: auto;
  }

  .about .profile .desc h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 30px;
  }

  .about .profile .desc p {
    font-size: 14px;
  }

  .article_list .article .time {
    font-size: 15px;
  }

  .article_list .article .docs {
    font-size: 12px;
    overflow: hidden;
    height: 4.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .post-type-archive-blog .article_list .article .docs {
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
    height: auto;
  }

  .article_list .article .more {
    font-size: 10px;
  }

  .gallery .search_box {
    padding: 0;
  }

  .search_box .category li + li {
    margin-left: 16vw;
  }

  .search_box .category li a {
    font-size: 16px;
  }

  .search_box .category_tag li a {
    font-size: 16px;
  }

  .modal_close_btn {
    right: 2vw;
  }

  .about .profile .img_wrapper {
    display: block;
    width: 75%;
    height: auto;
    margin: 0 auto;
  }

  .about .profile .img_wrapper img {
    position: static;
    width: 100%;
    height: auto;
    transform: translateX(0);
  }

  .wpcf7 .cf7s-caspar {
    padding: 2vw;
    /* border: none; */
  }

  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"] {
    display: block;
    width: 24vw;
    height: 10vw;
    line-height: 10vw;
    padding-left: 0.8em;
    margin-top: calc(2vw + 16px);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
  }

  .page.contact .content_wrapper > p {
    width: 100%;
  }

  .wpcf7 .cf7s-caspar li label {
    font-size: 12px;
  }

  .wpcf7-form.cf7skins .wpcf7-form-control-wrap {
    margin-top: 10px;
  }

  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="text"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="email"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="tel"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="url"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="number"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="range"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type=date], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type=file] {
    height: 8.88vw;
  }

  .article_list .article .desc {
    margin-top: 10px;
  }

}

@media screen and ( max-width:574px ) {

  .side_wrapper {
    height: 24vw;
  }
}

