@charset "UTF-8";
@import url("global.css");
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ---------- Navi ---------- */
#cat_navibox {
  margin-bottom: 60px;
  text-align: center;
  border-top: #362929 solid 1px;
  border-bottom: #362929 solid 1px;
}
#cat_navibox .toggle_head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.06em;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#cat_navibox .toggle_head::after {
  content: "\f13a";
  display: inline-block;
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  font-size: 1.2em;
  margin-left: 10px;
}
#cat_navibox .toggle_head:hover {
  background-color: rgba(207, 178, 157, 0.5);
}
#cat_navibox .toggle_body {
  display: none;
  padding-bottom: 45px;
}
#cat_navibox .toggle_body .box {
  margin-bottom: 50px;
}
#cat_navibox .toggle_body .box > dl {
  display: flex;
}
#cat_navibox .toggle_body .box > dl dt {
  flex-shrink: 0;
  width: 200px;
  margin-right: 30px;
  padding: 20px 30px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#cat_navibox .toggle_body .box > dl dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  border-right: #362929 dashed 1px;
}
#cat_navibox .toggle_body .box > dl dt span {
  display: block;
}
#cat_navibox .toggle_body .box > dl dt .en {
  font-size: clamp(24px, 2.7vw, 38px);
  letter-spacing: 0;
  line-height: 1;
}
#cat_navibox .toggle_body .box > dl dt .ja {
  font-size: clamp(10px, 1.2vw, 14px);
}
#cat_navibox .toggle_body .box > dl dd {
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul {
  display: flex;
  gap: 40px;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a {
  display: flex;
  text-align: left;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a:hover {
  opacity: .7;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_outer {
  flex-shrink: 0;
  margin-right: 8px;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_outer img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 110px;
  max-height: 90px;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name {
  width: 100%;
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name.georgia .en {
  background-color: #CFB29D;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name.dazur .en {
  background-color: #DAC59B;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name.liike .en {
  background-color: #A5B29C;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name.j-garage .en {
  background-color: #9B99A5;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .en {
  display: block;
  width: fit-content;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 10px 2px;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  font-size: clamp(9px, 1.1vw, 12px);
  background-color: #B09F94;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .logotype {
  margin-top: 10px;
  width: 100%;
  max-width: 130px;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .logotype i {
  display: block;
  line-height: 0;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .logotype i svg {
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 20px;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .logotype i svg * {
  fill: #362929;
}
#cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .logotype small {
  display: block;
  margin: 5px 0 0;
  font-size: .8em;
  white-space: nowrap;
}
#cat_navibox .toggle_body .box > dl.navi_place dd ul {
  display: flex;
  gap: 12px 10px;
  flex-wrap: wrap;
}
#cat_navibox .toggle_body .box > dl.navi_place dd ul li a {
  display: inline-block;
  background-color: #FFF;
  padding: 10px 20px;
  line-height: 1.3;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  font-size: .875em;
}
#cat_navibox .toggle_body .box > dl.navi_place dd ul li a::before {
  content: "#";
  display: inline-block;
  margin-right: 5px;
}
#cat_navibox .toggle_body .box > dl.navi_place dd ul li a:hover {
  opacity: .7;
}
#cat_navibox .toggle_body .ivbtn {
  display: inline-block;
}
#cat_navibox .toggle_body .ivbtn a {
  display: flex;
  justify-content: center;
  height: 50px;
  line-height: 1;
}
#cat_navibox .toggle_body .ivbtn a:hover {
  opacity: .7;
}
#cat_navibox .toggle_body .ivbtn a .en {
  background-color: #362929;
  display: flex;
  align-items: center;
  font-size: .9em;
  color: #FFF;
  padding: 0 25px;
}
#cat_navibox .toggle_body .ivbtn a .en i {
  margin-right: 7px;
  width: 24px;
}
#cat_navibox .toggle_body .ivbtn a .en i svg * {
  fill: #FFF;
}
#cat_navibox .toggle_body .ivbtn a .ja {
  background-color: #FFF;
  padding: 0 15px 0 30px;
  font-weight: 600;
  font-size: .94em;
  display: flex;
  align-items: center;
}
#cat_navibox .toggle_body .ivbtn a .ja::after {
  text-align: center;
  content: "\f061";
  display: block;
  margin-left: 60px;
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  font-size: .75em;
  background-color: #CFB29D;
  color: #FFF;
  width: 26px;
  line-height: 26px;
}

/* ---------- Category-Page ---------- */
.category_title {
  text-align: center;
  margin-bottom: 55px;
}
.category_title .ja {
  font-size: clamp(10px, 1.2vw, 14px);
  line-height: 1;
  margin-bottom: 10px;
}
.category_title .ja::before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}
.category_title .ja::after {
  content: "-";
  display: inline-block;
  margin-left: 3px;
}
.category_title .en {
  display: inline-block;
  font-size: clamp(21px, 3.2vw, 36px);
  font-style: normal;
}
.category_title .en::before {
  content: "#";
  display: inline-block;
  margin-right: 7px;
}
.category_title .clearbtn {
  margin-top: 10px;
}
.category_title .clearbtn a {
  display: inline-block;
  background-color: #362929;
  padding: 0 20px;
  line-height: 35px;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  font-size: .8em;
  color: #FFF;
}
.category_title .clearbtn a::before {
  content: "×";
  display: inline-block;
  margin-right: 7px;
}

#photogrid {
  margin: 0 -3px 120px;
}
#photogrid li {
  width: calc( 100% / 4 );
  box-sizing: border-box;
  padding: 3px;
  margin-bottom: 0;
}
#photogrid li a {
  display: block;
  overflow: hidden;
  position: relative;
}
#photogrid li a:hover .image::before {
  opacity: .5;
}
#photogrid li a:hover .image::after {
  opacity: 1;
  transform: none;
}
#photogrid li a:hover .image img {
  filter: blur(3px);
}
#photogrid li .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #362929;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
#photogrid li .image::after {
  content: "view more";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -21px -61px;
  text-align: center;
  color: #fff;
  border: #fff 1px solid;
  line-height: 40px;
  width: 120px;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
#photogrid li .image img {
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ---------- Index-Page ---------- */
.index .works_list {
  margin-bottom: 80px;
}
.index .works_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.index .works_list ul li {
  width: 33.33%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index .works_list ul li.new a {
  position: relative;
}
.index .works_list ul li.new a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 5px;
  width: 90px;
  height: 90px;
  background: url("../img/works/new.svg") no-repeat center center;
  background-size: contain;
  animation: rotate 50s infinite linear;
}
.index .works_list ul li a {
  display: block;
}
.index .works_list ul li a .thumb {
  width: 100%;
  height: 0;
  padding-top: 141%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}
.index .works_list ul li a .thumb img {
  position: absolute;
  left: 0;
  top: 0;
}
.index .works_list ul li a .posttitle {
  margin-top: 15px;
  font-size: clamp(12px, 1.3vw, 18px);
  line-height: 1.3;
}
.index .works_list ul li a .info {
  margin-top: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .works_list ul li a .info .cat {
  height: 26px;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px;
  line-height: 1;
  background-color: #B09F94;
}
.index .works_list ul li a .info .cat.cat-georgia {
  background-color: #CFB29D;
}
.index .works_list ul li a .info .cat.cat-dazur {
  background-color: #DAC59B;
}
.index .works_list ul li a .info .cat.cat-liike {
  background-color: #A5B29C;
}
.index .works_list ul li a .info .cat.cat-j-garage {
  background-color: #9B99A5;
}
.index .works_list ul li a .info .cat i {
  display: block;
  height: 100%;
  line-height: 0;
}
.index .works_list ul li a .info .cat i svg {
  width: auto;
}
.index .works_list ul li a .info .cat i svg * {
  fill: #362929;
}
.index .works_list ul li a .info .iv {
  text-align: center;
}
.index .works_list ul li a .info .iv i {
  display: block;
  width: 26px;
  margin: 0 auto;
}
.index .works_list ul li a .info .iv i svg * {
  fill: #362929;
}
.index .works_list ul li a .info .iv span {
  display: block;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  font-size: .8em;
  line-height: 1;
}

/* ---------- Entry-Page ---------- */
@keyframes postinfo {
  0% {
    opacity: 0;
    filter: blur(10px);
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    filter: none;
    translate: 0;
  }
}
.entry #mv {
  display: flex;
  flex-direction: row-reverse;
}
.entry #mv .img {
  width: 56.45%;
  height: 44vw;
  flex-shrink: 0;
}
.entry #mv .img figure {
  width: 100%;
  height: 100%;
  -webkit-border-bottom-left-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
  isolation: isolate;
}
.entry #mv .postinfo {
  width: 100%;
  padding: 240px 80px 0 5vw;
}
.entry #mv .postinfo .style_name {
  margin-bottom: 40px;
}
.entry #mv .postinfo .style_name .en {
  display: inline-block;
  line-height: 1;
  padding: 8px 15px 5px;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  font-size: clamp(10px, 1.2vw, 14px);
  margin-bottom: 25px;
  animation: postinfo 1s ease 1.0s 1;
  animation-fill-mode: both;
}
#works.cat-georgia .entry #mv .postinfo .style_name .en {
  background-color: #CFB29D;
}
#works.cat-dazur .entry #mv .postinfo .style_name .en {
  background-color: #DAC59B;
}
#works.cat-liike .entry #mv .postinfo .style_name .en {
  background-color: #A5B29C;
}
#works.cat-j-garage .entry #mv .postinfo .style_name .en {
  background-color: #9B99A5;
}
.entry #mv .postinfo .style_name .logotype {
  width: 100%;
  display: flex;
  align-items: flex-end;
  animation: postinfo 1s ease 1.2s 1;
  animation-fill-mode: both;
}
.entry #mv .postinfo .style_name .logotype i {
  display: block;
  line-height: 0;
  height: 24px;
}
.entry #mv .postinfo .style_name .logotype i svg {
  height: 100%;
  width: auto;
}
.entry #mv .postinfo .style_name .logotype i svg * {
  fill: #362929;
}
.entry #mv .postinfo .style_name .logotype small {
  display: block;
  margin-left: 7px;
  font-size: .8em;
  line-height: 1;
  white-space: nowrap;
}
.entry #mv .postinfo .posttitle {
  text-align: justify;
  font-weight: bold;
  font-size: clamp(20px, 3vw, 40px);
  line-height: 1.4;
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-in-quad: cubic-bezier(0.11, 0, 0.5, 0);
  --delay: 0.02s;
}
.entry #mv .postinfo .posttitle.splitText .char {
  animation: fadein 0.7s var(--ease-in-quad) calc(var(--delay) * var(--index)) 1, enmove 1.4s var(--ease-out-quart) calc(var(--delay) * var(--index)) 1;
  animation-fill-mode: both;
}
.entry #mv .postinfo .comment {
  margin-top: 50px;
  text-align: justify;
  animation: postinfo 1s ease 1.4s 1;
  animation-fill-mode: both;
}
.entry #mv .postinfo .comment > p + p {
  margin-top: .7em;
}
.entry #gal_area {
  margin-top: 130px;
}
.entry #gal_area .pharea .fotorama__thumb-border {
  border-color: rgba(176, 159, 148, 0.6);
}
.entry #data_area {
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  padding: 10px 20px;
  border-top: #362929 solid 1px;
  border-bottom: #362929 solid 1px;
}
.entry #data_area > .en {
  flex-shrink: 0;
  width: 130px;
  line-height: 130px;
  text-align: center;
  color: #FFF;
  font-size: 1.3em;
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.entry #data_area > .en::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #362929;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry #data_area .postdata {
  width: 100%;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.entry #data_area .postdata > dl {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
.entry #data_area .postdata > dl.full {
  width: 100%;
}
.entry #data_area .postdata > dl dt, .entry #data_area .postdata > dl dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: .9em;
}
.entry #data_area .postdata > dl dt {
  text-align: center;
  background-color: #CFB29D;
  font-weight: bold;
  white-space: nowrap;
  padding: 5px 10px;
  width: 120px;
  flex-shrink: 0;
}
.entry #data_area .postdata > dl dd {
  width: 100%;
  padding: 5px 0 5px 15px;
}
.entry #interview_area {
  margin-top: 160px;
  position: relative;
  z-index: 1;
  padding: 130px 0 120px;
}
.entry #interview_area::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 30%;
  top: 0;
  bottom: 0;
  background: url("../img/bg_texture_skyblue.jpg") repeat left top;
  -webkit-border-top-right-radius: 80px;
  border-top-right-radius: 80px;
  -webkit-border-bottom-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.entry #interview_area .wrapper.wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entry #interview_area .iv_content {
  width: 50%;
  flex-shrink: 0;
  margin-right: 60px;
  color: #FFF;
}
.entry #interview_area .iv_content .title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.entry #interview_area .iv_content .title span {
  display: block;
}
.entry #interview_area .iv_content .title .en {
  font-size: clamp(20px, 4vw, 53px);
  position: relative;
  z-index: 1;
}
.entry #interview_area .iv_content .title .en::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50px;
  top: -25px;
  width: 130px;
  height: 130px;
  background: url("../img/works/interview.png") no-repeat center center;
  background-size: contain;
  animation: rotate 50s infinite linear;
}
.entry #interview_area .iv_content .title .ja {
  margin-left: 15px;
  font-size: clamp(10px, 1.3vw, 16px);
  line-height: 1;
}
.entry #interview_area .iv_content .title .ja::before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}
.entry #interview_area .iv_content .title .ja::after {
  content: "-";
  display: inline-block;
  margin-left: 3px;
}
.entry #interview_area .iv_content .textbox {
  text-align: justify;
}
.entry #interview_area .iv_content .textbox > h4:not([class]) {
  margin-top: 50px;
}
.entry #interview_area .iv_content .textbox > h4:not([class]) span {
  display: inline-block;
  line-height: 1.4;
  padding: 6px 10px;
  font-size: 1.125em;
  font-weight: bold;
  color: #362929;
  background-color: #B8CCC9;
}
.entry #interview_area .iv_content .textbox > p:not([class]) {
  margin-top: 1em;
}
.entry #interview_area .iv_content .textbox > p:not([class]) + p {
  margin-top: 1.4em;
}
.entry #interview_area .iv_ph {
  max-width: 600px;
  border: #FFF solid 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry #interview_area .iv_ph .ph {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.entry #related {
  margin-top: 160px;
  overflow: hidden;
}
.entry #related .related_title {
  text-align: center;
  margin-bottom: 40px;
}
.entry #related .related_title span {
  display: block;
}
.entry #related .related_title .en {
  font-size: clamp(21px, 3.4vw, 42px);
  line-height: 1;
}
.entry #related .related_title .ja {
  font-size: clamp(10px, 1.2vw, 14px);
}
.entry #related .related_list {
  margin: 0 -20px;
}
.entry #related .related_list ul li {
  margin: 0 20px;
}
.entry #related .related_list ul li.new a {
  position: relative;
}
.entry #related .related_list ul li.new a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 5px;
  width: 90px;
  height: 90px;
  background: url("../img/works/new.svg") no-repeat center center;
  background-size: contain;
  animation: rotate 50s infinite linear;
}
.entry #related .related_list ul li a {
  display: block;
}
.entry #related .related_list ul li a .thumb {
  width: 100%;
  height: 0;
  padding-top: 141%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}
.entry #related .related_list ul li a .thumb img {
  position: absolute;
  left: 0;
  top: 0;
}
.entry #related .related_list ul li a .posttitle {
  margin-top: 15px;
  font-size: clamp(12px, 1.3vw, 18px);
  line-height: 1.3;
}
.entry #related .related_list ul li a .info {
  margin-top: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry #related .related_list ul li a .info .cat {
  height: 26px;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px;
  line-height: 1;
  background-color: #B09F94;
}
.entry #related .related_list ul li a .info .cat.cat-georgia {
  background-color: #CFB29D;
}
.entry #related .related_list ul li a .info .cat.cat-dazur {
  background-color: #DAC59B;
}
.entry #related .related_list ul li a .info .cat.cat-liike {
  background-color: #A5B29C;
}
.entry #related .related_list ul li a .info .cat.cat-j-garage {
  background-color: #9B99A5;
}
.entry #related .related_list ul li a .info .cat i {
  display: block;
  height: 100%;
  line-height: 0;
}
.entry #related .related_list ul li a .info .cat i svg {
  width: auto;
}
.entry #related .related_list ul li a .info .cat i svg * {
  fill: #362929;
}
.entry #related .related_list ul li a .info .iv {
  text-align: center;
}
.entry #related .related_list ul li a .info .iv i {
  display: block;
  width: 26px;
  margin: 0 auto;
}
.entry #related .related_list ul li a .info .iv i svg * {
  fill: #362929;
}
.entry #related .related_list ul li a .info .iv span {
  display: block;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  font-size: .8em;
  line-height: 1;
}
.entry #related .related_list #related-prevnext {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-ex ( 1600px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  /* ---------- Entry-Page ---------- */
  .entry #mv .postinfo {
    padding: 190px 80px 40px 3vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ---------- Navi ---------- */
  #cat_navibox .toggle_head {
    padding: 10px;
  }
  #cat_navibox .toggle_body .box {
    margin-bottom: 35px;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul {
    gap: 25px;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_outer img {
    max-width: 100px;
    max-height: 70px;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .logotype small {
    margin-top: 3px;
    font-size: 11px;
  }
  #cat_navibox .toggle_body .box > dl.navi_place dd ul li a {
    padding: 5px 15px;
  }

  /* ---------- Category-Page ---------- */
  .category_title {
    margin-bottom: 50px;
  }
  .category_title .ja {
    margin-bottom: 5px;
  }
  .category_title .clearbtn {
    margin-top: 15px;
  }

  /* ---------- Index-Page ---------- */
  .index .works_list {
    margin-bottom: 70px;
  }
  .index .works_list ul {
    margin: 0 -25px;
  }
  .index .works_list ul li {
    padding: 15px 25px;
  }

  /* ---------- Entry-Page ---------- */
  .entry #mv .img {
    height: 56vw;
  }
  .entry #mv .postinfo {
    padding: 190px 60px 35px 3vw;
  }
  .entry #mv .postinfo .style_name {
    margin-bottom: 35px;
  }
  .entry #mv .postinfo .style_name .en {
    margin-bottom: 20px;
  }
  .entry #mv .postinfo .comment {
    margin-top: 40px;
  }
  .entry #gal_area {
    margin-top: 120px;
  }
  .entry #data_area {
    margin-top: 60px;
    padding: 10px;
  }
  .entry #data_area .postdata {
    padding-left: 50px;
  }
  .entry #data_area .postdata > dl {
    padding: 8px;
  }
  .entry #data_area .postdata > dl dt {
    width: 110px;
    padding: 5px 7px;
  }
  .entry #data_area .postdata > dl dd {
    padding-left: 12px;
  }
  .entry #interview_area {
    margin-top: 120px;
    padding: 100px 0;
  }
  .entry #interview_area::before {
    right: 20%;
  }
  .entry #interview_area .iv_content {
    width: 45%;
    margin-right: 40px;
  }
  .entry #interview_area .iv_content .title {
    display: block;
    margin-bottom: 40px;
  }
  .entry #interview_area .iv_content .title .ja {
    margin: 15px 0 0;
  }
  .entry #interview_area .iv_content .textbox > h4:not([class]) {
    margin-top: 45px;
  }
  .entry #interview_area .iv_ph {
    border-width: 7px;
  }
  .entry #related {
    margin-top: 120px;
  }
  .entry #related .related_list {
    margin: 0 -10px;
  }
  .entry #related .related_list ul li {
    margin: 0 10px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ---------- Navi ---------- */
  #cat_navibox {
    text-align: left;
  }
  #cat_navibox .toggle_head {
    padding: 5px;
  }
  #cat_navibox .toggle_body .box + .box {
    border-top: #B09F94 dashed 1px;
    padding-top: 25px;
    margin-top: 25px;
  }
  #cat_navibox .toggle_body .box > dl {
    flex-direction: column;
  }
  #cat_navibox .toggle_body .box > dl dt {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
  }
  #cat_navibox .toggle_body .box > dl dt::after {
    display: none;
  }
  #cat_navibox .toggle_body .box > dl dt .en {
    font-size: 30px;
  }
  #cat_navibox .toggle_body .box > dl dt .ja {
    font-size: 13px;
    margin-left: 15px;
  }
  #cat_navibox .toggle_body .box > dl dd {
    padding: 0 5px;
  }
  #cat_navibox .toggle_body .box > dl.navi_place dd ul {
    gap: 8px 7px;
  }
  #cat_navibox .toggle_body .ivbtn a .ja {
    padding: 0 15px 0 25px;
  }
  #cat_navibox .toggle_body .ivbtn a .ja::after {
    margin-left: 40px;
  }

  /* ---------- Category-Page ---------- */
  .category_title {
    margin-bottom: 35px;
  }
  .category_title .en::before {
    margin-right: 5px;
  }
  .category_title .clearbtn {
    margin-top: 5px;
  }
  .category_title .clearbtn a {
    padding: 0 15px;
    line-height: 30px;
  }
  .category_title .clearbtn a::before {
    margin-right: 5px;
  }

  #photogrid {
    margin-bottom: 80px;
  }
  #photogrid li {
    width: calc( 100% / 3 );
  }
  #photogrid li a:hover .image img {
    filter: none;
  }

  /* ---------- Index-Page ---------- */
  .index .works_list ul {
    margin: 0 -15px;
  }
  .index .works_list ul li {
    padding: 20px 15px;
  }
  .index .works_list ul li.new a::before {
    left: 6px;
    top: 2px;
    width: 60px;
    height: 60px;
  }
  .index .works_list ul li a .posttitle {
    margin-top: 10px;
  }
  .index .works_list ul li a .info .cat {
    height: 20px;
    padding: 5px 10px;
  }
  .index .works_list ul li a .info .iv i {
    width: 20px;
  }

  /* ---------- Entry-Page ---------- */
  .entry #mv .img {
    width: 52%;
  }
  .entry #mv .postinfo {
    width: 100%;
    padding: 170px 4vw 10px 3vw;
  }
  .entry #mv .postinfo .style_name {
    margin-bottom: 25px;
  }
  .entry #mv .postinfo .style_name .en {
    padding: 5px 10px 3px;
    margin-bottom: 15px;
  }
  .entry #mv .postinfo .style_name .logotype small {
    margin-left: 5px;
  }
  .entry #mv .postinfo .comment {
    margin-top: 25px;
  }
  .entry #gal_area {
    margin-top: 90px;
  }
  .entry #data_area {
    margin-top: 50px;
    padding: 10px 5px;
  }
  .entry #data_area > .en {
    width: 100px;
    line-height: 100px;
  }
  .entry #data_area > .en::before {
    width: 70px;
  }
  .entry #data_area .postdata {
    padding-left: 3vw;
  }
  .entry #data_area .postdata > dl {
    padding: 7px;
  }
  .entry #data_area .postdata > dl dt {
    width: 100px;
  }
  .entry #interview_area {
    margin-top: 90px;
    padding: 65px 0;
  }
  .entry #interview_area::before {
    right: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .entry #interview_area .wrapper.wide {
    flex-direction: column;
  }
  .entry #interview_area .iv_content {
    width: 100%;
    margin: 0 0 45px;
  }
  .entry #interview_area .iv_content .title {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
  }
  .entry #interview_area .iv_content .title .en::before {
    left: -30px;
    top: -15px;
    width: 100px;
    height: 100px;
  }
  .entry #interview_area .iv_content .title .ja {
    margin: 0 0 0 10px;
  }
  .entry #interview_area .iv_ph {
    max-width: 560px;
    margin: 0 auto;
    border-width: 6px;
  }
  .entry #related {
    margin-top: 60px;
  }
  .entry #related .related_title {
    margin-bottom: 25px;
  }
  .entry #related .related_list {
    margin: 0 -10px;
  }
  .entry #related .related_list ul li {
    margin: 0 10px;
  }
  .entry #related .related_list ul li.new a::before {
    left: 6px;
    top: 2px;
    width: 60px;
    height: 60px;
  }
  .entry #related .related_list ul li a .posttitle {
    margin-top: 10px;
  }
  .entry #related .related_list ul li a .info .cat {
    height: 20px;
    padding: 5px 10px;
  }
  .entry #related .related_list ul li a .info .iv i {
    width: 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ---------- Navi ---------- */
  #cat_navibox {
    margin-bottom: 20px;
  }
  #cat_navibox .toggle_body .box {
    margin-bottom: 10px;
  }
  #cat_navibox .toggle_body .box > dl dt {
    margin-bottom: 15px;
  }
  #cat_navibox .toggle_body .box > dl dd {
    padding: 0;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul {
    flex-wrap: wrap;
    gap: 0;
    margin: -2%;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 2%;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_outer {
    margin-right: 3px;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_outer img {
    max-width: 60px;
    max-height: 50px;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name {
    padding-left: 7px;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .en {
    padding: 3px 6px;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .logotype {
    margin-top: 5px;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .logotype i {
    height: 18px;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .logotype i svg {
    max-width: 100px;
    max-height: 18px;
  }
  #cat_navibox .toggle_body .box > dl.navi_style dd ul li a .style_name .logotype small {
    line-height: 1;
  }
  #cat_navibox .toggle_body .box > dl.navi_place dd ul {
    gap: 8px 6px;
  }
  #cat_navibox .toggle_body .box > dl.navi_place dd ul li a {
    padding: 5px 10px;
  }
  #cat_navibox .toggle_body .box > dl.navi_place dd ul li a::before {
    margin-right: 3px;
  }
  #cat_navibox .toggle_body .ivbtn {
    margin-top: 25px;
  }
  #cat_navibox .toggle_body .ivbtn a {
    height: 46px;
  }
  #cat_navibox .toggle_body .ivbtn a .en {
    padding: 0 10px;
  }
  #cat_navibox .toggle_body .ivbtn a .en i {
    margin-right: 4px;
    width: 18px;
  }
  #cat_navibox .toggle_body .ivbtn a .ja {
    white-space: nowrap;
    padding: 0 10px;
  }
  #cat_navibox .toggle_body .ivbtn a .ja::after {
    margin-left: 15px;
    width: 20px;
    line-height: 20px;
  }

  /* ---------- Category-Page ---------- */
  .category_title {
    margin-bottom: 20px;
  }
  .category_title .clearbtn a {
    line-height: 30px;
  }
  .category_title .clearbtn a::before {
    margin-right: 4px;
  }

  #photogrid {
    margin-bottom: 50px;
  }
  #photogrid li {
    width: calc( 100% / 2 );
  }

  /* ---------- Index-Page ---------- */
  .index .works_list {
    margin-bottom: 50px;
  }
  .index .works_list ul {
    margin: 0 -10px;
  }
  .index .works_list ul li {
    width: 50%;
    padding: 15px 10px;
  }
  .index .works_list ul li.new a::before {
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  .index .works_list ul li a .thumb {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .index .works_list ul li a .posttitle {
    margin-top: 5px;
  }
  .index .works_list ul li a .info {
    margin-top: 0;
  }
  .index .works_list ul li a .info .cat {
    height: 16px;
    padding: 4px 10px;
  }
  .index .works_list ul li a .info .iv i {
    width: 18px;
  }

  /* ---------- Entry-Page ---------- */
  .entry #mv {
    display: block;
  }
  .entry #mv .img {
    width: 100%;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    position: relative;
  }
  .entry #mv .img figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .entry #mv .postinfo {
    width: 100%;
    padding: 35px 5vw 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .entry #mv .postinfo .style_name .logotype {
    height: 20px;
  }
  .entry #mv .postinfo .comment {
    margin-top: 20px;
  }
  .entry #gal_area {
    margin-top: 40px;
  }
  .entry #data_area {
    padding: 10px 5px;
  }
  .entry #data_area > .en {
    width: 70px;
    line-height: 70px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .entry #data_area > .en::before {
    width: 55px;
  }
  .entry #data_area .postdata {
    display: block;
  }
  .entry #data_area .postdata > dl {
    width: 100%;
    padding: 8px 0;
    display: block;
  }
  .entry #data_area .postdata > dl dt, .entry #data_area .postdata > dl dd {
    line-height: 1.3;
  }
  .entry #data_area .postdata > dl dt {
    padding: 8px 0;
    width: 100%;
  }
  .entry #data_area .postdata > dl dd {
    width: 100%;
    padding: 3px 0 0;
  }
  .entry #interview_area {
    margin-top: 60px;
    padding: 40px 0;
  }
  .entry #interview_area .iv_content {
    margin: 0 0 35px;
  }
  .entry #interview_area .iv_content .title {
    margin-bottom: 0;
  }
  .entry #interview_area .iv_content .title .en::before {
    left: -12px;
    top: -13px;
    width: 60px;
    height: 60px;
  }
  .entry #interview_area .iv_content .textbox {
    margin: 0 2vw;
  }
  .entry #interview_area .iv_content .textbox > h4:not([class]) {
    margin-top: 30px;
  }
  .entry #interview_area .iv_content .textbox > h4:not([class]) span {
    padding: 4px 10px;
  }
  .entry #interview_area .iv_content .textbox > p:not([class]) {
    margin-top: 1em;
  }
  .entry #interview_area .iv_content .textbox > p:not([class]) + p {
    margin-top: 1.4em;
  }
  .entry #interview_area .iv_ph {
    border-width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .entry #interview_area .iv_ph .ph {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .entry #related {
    margin-top: 50px;
  }
  .entry #related .related_title {
    margin-bottom: 15px;
  }
  .entry #related .related_list {
    position: relative;
  }
  .entry #related .related_list ul {
    margin: 0 15px;
  }
  .entry #related .related_list ul li.new a::before {
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }
  .entry #related .related_list ul li a .thumb {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .entry #related .related_list ul li a .posttitle {
    margin-top: 5px;
  }
  .entry #related .related_list ul li a .info {
    margin-top: 0;
  }
  .entry #related .related_list ul li a .info .cat {
    height: 16px;
    padding: 4px 10px;
  }
  .entry #related .related_list ul li a .info .iv i {
    width: 18px;
  }
  .entry #related .related_list #related-prevnext {
    display: block;
  }
  .entry #related .related_list #related-prevnext .slick-prev, .entry #related .related_list #related-prevnext .slick-next {
    position: absolute;
    z-index: 5;
    top: 40%;
    font-size: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #FFF;
  }
  .entry #related .related_list #related-prevnext .slick-prev::before, .entry #related .related_list #related-prevnext .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
    font-weight: 900;
    font-size: 18px;
    color: #362929;
  }
  .entry #related .related_list #related-prevnext .slick-prev {
    left: 10px;
  }
  .entry #related .related_list #related-prevnext .slick-prev::before {
    content: "\f060";
  }
  .entry #related .related_list #related-prevnext .slick-next {
    right: 10px;
  }
  .entry #related .related_list #related-prevnext .slick-next::before {
    content: "\f061";
  }
}
