@charset "UTF-8";
.box_filter {
  width: 80%;
  margin: auto;
  margin-top: 8vw;
  margin-bottom: 4vw;
  position: relative;
}

.btn_filter {
  position: absolute;
  top: -6vw;
  right: 0;
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
}
.btn_filter .filter_btn_txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5vw;
  margin-right: 3px;
}
.btn_filter .plus {
  background-color: #484848;
  width: 5vw;
  height: 5vw;
  position: relative;
  display: inline-block;
  border-radius: 3px;
}
.btn_filter .plus::after {
  text-align: center;
  line-height: 5vw;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.btn_filter.active .plus::after {
  content: "\f067";
}

.lst_filter {
  background-color: #EAE6DB;
  padding: 4vw;
  border-radius: 2vw;
}
.lst_filter dl > div {
  margin-bottom: 3vw;
}
.lst_filter dl > div:last-child {
  margin-bottom: 0;
}
.lst_filter dl dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
.lst_filter dl dd ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.lst_filter dl dd ul li {
  border: 1px solid #484848;
  background-color: #ffffff;
  border-radius: 1vw;
  margin-right: 1vw;
  margin-bottom: 1vw;
}
.lst_filter dl dd ul li a {
  display: block;
  padding: 1vw;
}

@keyframes open_lst_filter {
  0% {
    height: auto;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
.lst_filter.active {
  -webkit-animation: open_lst_filter 0.2s forwards;
  animation: open_lst_filter 0.2s forwards;
}

.lst_work ul {
  padding: 4vw 6vw;
}
.lst_work ul li {
  margin-bottom: 3vw;
}
.lst_work ul li .box_thumb {
  width: 100%;
  margin: auto;
}
.lst_work ul li .box_thumb img {
  max-width: 100%;
  max-height: 260px;
}
.lst_work ul li .box_txt h3 {
  font-size: 4vw;
  margin-bottom: 3vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}
.lst_work ul li .box_txt .tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.lst_work ul li .box_txt .tag li {
  padding: 1vw 2vw;
  background-color: #F0F5F3;
  border-radius: 1vw;
  margin-right: 3px;
}

.img_illust_box {
  padding: 0 6vw;
}
.img_illust_box .img_box img {
  border: 1px solid #eaeaea;
}

.text_illust_box {
  padding: 6vw;
}
.text_illust_box .ttl_illust {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 2vw;
}
.text_illust_box .ttl_illust span {
  display: inline-block;
  width: 22%;
}
.text_illust_box .ttl_illust h2 {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.text_illust_box .date {
  font-size: 3vw;
}
.text_illust_box .date::before {
  font-family: "Font Awesome 5 Free";
  content: "\f133";
  font-weight: 400;
  color: #D0A226;
  display: inline-block;
  margin-right: 3px;
}
.text_illust_box .tag {
  display: flex;
  padding: 3vw 0;
}
.text_illust_box .tag li {
  border: 1px solid #484848;
  padding: 1vw;
  border-radius: 1vw;
  margin-right: 3px;
}
.text_illust_box .overview {
  line-height: 130%;
  margin-bottom: 3vw;
}

.work_detail {
  font-size: 3vw;
}
.work_detail dl div {
  border-top: 1px solid #eaeaea;
  padding: 2vw 0;
  display: flex;
}
.work_detail dl div:last-child {
  border-bottom: 1px solid #eaeaea;
}
.work_detail dl dt::after {
  content: "：";
}

.box_about {
  padding: 0 6vw;
  margin-bottom: 8vw;
}
.box_about .about_img {
  width: 60%;
  margin: auto;
  margin-bottom: 3vw;
  position: relative;
}
.box_about .about_img > p {
  position: absolute;
  bottom: 4vw;
  right: 0;
  font-size: 3vw;
}
.box_about .about_name {
  margin-bottom: 4vw;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.box_about .about_name span {
  font-size: 4vw;
}
.box_about .about_detail {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5vw;
  line-height: 130%;
  margin-bottom: 4vw;
}
.box_about .environment {
  margin-bottom: 4vw;
}
.box_about .environment dl {
  border: 1px solid #eaeaea;
  padding: 3vw;
}
.box_about .environment dl > div {
  margin-bottom: 2vw;
}
.box_about .environment dl dt {
  font-weight: bold;
  margin-bottom: 1vw;
}
.box_about .about_zou {
  background-color: #F0F5F3;
  padding: 4vw;
  border-radius: 2vw;
}
.box_about .about_zou h4 {
  font-size: 3.6vw;
  border-bottom: 1px solid green;
  margin-bottom: 2vw;
  font-weight: bold;
  padding-bottom: 1vw;
}
.box_about .about_zou h4::before {
  content: "";
  width: 4.5vw;
  height: 4vw;
  display: inline-block;
  background-image: url(../img/parts/icon_elephant.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
  vertical-align: bottom;
}

.box_transmission {
  padding: 0 6vw;
}
.box_transmission .transmission dl dt {
  font-size: 4vw;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
.box_transmission .transmission dl dd {
  vertical-align: middle;
  font-size: 3.5vw;
}
.box_transmission .transmission dl dd a {
  display: block;
  text-decoration: underline;
  color: #5C80F8;
}
.box_transmission .transmission dl dd a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10vw;
  height: 10vw;
  background: url(../img/parts/illust_about.png) no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  margin-right: 5px;
}

.flow_box, .faq_box, .onegai_box {
  padding: 0 6vw;
}

.flow_lst li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 130%;
}
.flow_lst li .box_img {
  width: 70%;
  margin: auto;
}
.flow_lst li .flow_ttl {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 3vw;
}
.flow_lst li .flow_ttl .num {
  font-family: "Lusitana", serif;
  font-weight: 400;
  font-style: normal;
  width: 5vw;
  height: 5vw;
  font-size: 3.5vw;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  line-height: 5vw;
  margin-right: 2vw;
}
.flow_lst li .flow_ttl .num::before {
  content: "";
  display: block;
  background-color: #DDD2B6;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 3vw;
}

.faq_lst div {
  margin-bottom: 6vw;
}
.faq_lst dt {
  margin-bottom: 1vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.faq_lst dt .qst_txt {
  font-size: 3.5vw;
  padding: 0 1vw;
  line-height: 130%;
}
.faq_lst dt .qst {
  display: inline-block;
  padding: 1vw 1.5vw;
  background-color: #DDD2B6;
  border-radius: 1vw;
  font-size: 3.5vw;
  margin-right: 1vw;
}
.faq_lst dd {
  background-color: #EAE6DB;
  padding: 3vw;
  border-radius: 1vw;
  line-height: 130%;
}

.onegai_lst div {
  margin-bottom: 4vw;
  border: 1px solid #eaeaea;
  padding: 3vw;
}
.onegai_lst dt {
  font-weight: bold;
  margin-bottom: 1vw;
}
.onegai_lst dd {
  line-height: 130%;
}

.contact_box {
  padding: 0 6vw;
}
.contact_box p {
  font-size: 3vw;
  margin-bottom: 3vw;
  line-height: 130%;
}
.contact_box .contact_btn {
  margin: 6vw auto 10vw auto;
}
.contact_box .contact_btn input {
  width: 80%;
  text-align: center;
  border-radius: 30vw;
  font-size: 5vw;
  font-weight: bold;
  background-color: #DDD2B6;
  border: none;
  box-shadow: 0 3px 0 #888888;
  margin: auto;
  margin-bottom: 5vw;
  display: block;
  padding: 3vw;
}
.contact_box .contact_btn .back_btn {
  width: 50%;
  margin: auto;
  padding: 2vw;
  text-align: center;
  border-radius: 30vw;
  border: 1px solid #888888;
  font-size: 4vw;
  display: block;
}

.to_order {
  background-color: #eaeaea;
  padding: 3vw;
  border-radius: 1vw;
  line-height: 130%;
  margin-bottom: 4vw;
}
.to_order .to_order_btn {
  width: 60%;
  background-color: #ffffff;
  border: 1px solid #484848;
  display: block;
  padding: 2vw;
  text-align: center;
  margin: auto;
  border-radius: 30vw;
}

.inquiry_flow_bar {
  display: flex;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6vw;
}
.inquiry_flow_bar span {
  display: block;
  background-color: #eaeaea;
  color: #888888;
  padding: 3vw;
  width: 33%;
  border-right: 1px solid #ffffff;
  font-size: 3.5vw;
}
.inquiry_flow_bar span.current {
  border-right: none;
  background-color: #D0A226;
  color: #ffffff;
  position: relative;
}
.inquiry_flow_bar span.current::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #D0A226;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
}
.inquiry_flow_bar span:last-child.current::before {
  display: none;
}

.contact_form .wpcf7 p {
  display: inline;
}
.contact_form .order_detail_box {
  display: none;
}
.contact_form .order_detail_box > div {
  margin-bottom: 4vw;
}
.contact_form .order_detail_box.active {
  display: block;
}
.contact_form .contact_ttl {
  border-left: 1vw solid #D0A226;
  padding: 2vw;
  font-size: 3.6vw;
  margin-bottom: 3vw;
  background-color: #EAE6DB;
}
.contact_form > div {
  margin-bottom: 4vw;
}
.contact_form label {
  font-size: 3vw;
  font-weight: bold;
  display: block;
  margin-bottom: 1.5vw;
}
.contact_form label span {
  background-color: #D0A226;
  color: #ffffff;
  padding: 1vw;
  display: inline-block;
  margin-left: 1vw;
  font-size: 3vw;
}
.contact_form select {
  padding: 2vw;
  font-size: 3vw;
  cursor: pointer;
  border: 1px solid #888888;
  display: block;
  width: 100%;
  text-align: left;
}
.contact_form input {
  padding: 2vw;
  font-size: 3vw;
  border: 1px solid #888888;
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.contact_form textarea {
  padding: 2vw;
  font-size: 3vw;
  border: 1px solid #888888;
  display: block;
  width: 100%;
  height: 36vw;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.contact_form .media .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.contact_form .media .wpcf7-list-item > label {
  font-weight: normal;
}
.contact_form .media .wpcf7-list-item input {
  display: inline;
  width: auto;
  vertical-align: middle;
}
.contact_form .media .wpcf7-list-item-label {
  display: inline;
  background-color: transparent;
  color: #484848;
  padding: 0;
  margin-left: 0;
}
.contact_form .media legend {
  font-size: 3vw;
  font-weight: bold;
  display: block;
  margin-bottom: 3vw;
}
.contact_form .media > div {
  margin-right: 3vw;
}
.contact_form .media > div input {
  display: inline-block;
  width: auto;
  margin-right: 3px;
  vertical-align: middle;
}
.contact_form .media > div label {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
}
.contact_form .number_of_illustrations {
  display: flex;
  align-items: flex-end;
}
.contact_form .number_of_illustrations span {
  display: inline-block;
  margin-right: 3px;
}
.contact_form .number_of_illustrations > input {
  width: 30vw;
  margin-right: 1vw;
}
.contact_form .agree {
  background-color: #EAE6DB;
  text-align: center;
  padding: 3vw;
}
.contact_form .agree > span {
  display: block;
}
.contact_form .agree input {
  width: auto;
  margin-right: 1vw;
  display: inline-block;
}
.contact_form .agree label {
  font-weight: normal;
  font-weight: bold;
  margin-bottom: 2vw;
  cursor: pointer;
}
.contact_form .agree label span {
  background-color: transparent;
  padding: 0;
  color: #484848;
}
.contact_form .agree .agree_privacy_lnk {
  color: #5C80F8;
  text-decoration: underline;
}
.contact_form .remaining_characters_1.active, .contact_form .remaining_characters_2.active {
  color: red;
}
.contact_form .submit:disabled {
  background-color: #eaeaea;
  color: #888888;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

.privacy_box {
  padding: 0 6vw;
}
.privacy_box p {
  line-height: 130%;
  margin-bottom: 6vw;
}

.privacy_lst div {
  margin-bottom: 8vw;
}
.privacy_lst dt {
  border-left: 1vw solid #D0A226;
  padding-left: 2vw;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 2vw;
}
.privacy_lst dd {
  line-height: 150%;
}
.privacy_lst dd a {
  text-decoration: underline;
}

.sitemap_box {
  padding: 0 6vw;
  margin-bottom: 6vw;
}

.sitemap_lst li {
  border: 1px solid #888888;
  border-radius: 1vw;
  margin-bottom: 3vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.sitemap_lst li a {
  padding: 3vw;
  display: block;
  font-size: 3.5vw;
}

.notfound_img_box {
  padding: 4vw;
  margin-bottom: 3vw;
}

.notfound_txt_box {
  padding: 4vw;
}
.notfound_txt_box p {
  text-align: center;
}/*# sourceMappingURL=lower.css.map */