@charset "UTF-8";
.linkNone {
  position: relative;
}
.linkNone:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}

/*******************
    style_more
*******************/
.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.cnt {
  text-align: center;
}

.mt60 {
  margin-top: 60px;
}

.bgBk {
  background-color: #000;
}

.iromaru {
  color: #00ffff;
}

h2 {
  font-size: 26px;
  font-family: sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

.readTxt {
  letter-spacing: 1px;
  line-height: 2;
}

h1,
h3 {
  font-family: "Zen Old Mincho", serif;
}

.btnArea {
  max-width: 453px;
  width: 70%;
  /*min-width: 300px;*/
  margin: 80px auto 40px;
  border: 1px solid #fff;
  position: relative;
}
@media (max-width: 420px) {
  .btnArea {
    width: 80%;
  }
}
.btnArea::after {
  content: "●";
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 30px;
  color: #fff;
}
.btnArea a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  text-decoration: none;
  line-height: 1.2;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #525252;
}
@media (max-width: 1200px) {
  .btnArea a {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .btnArea a {
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .btnArea a {
    font-size: 13px;
  }
}

h2.pt02 {
  padding-bottom: 30px;
  font-family: "adobe-garamond-pro", serif;
}
h2.pt02 span {
  display: block;
  height: 1px;
  background-color: #fff;
  width: 10%;
  margin: 30px auto;
}

#homePage .navMount ul.menuList > li:nth-child(1) {
  width: 100px;
}
@media (max-width: 1040px) {
  #homePage .navMount ul.menuList > li:nth-child(1) {
    width: 54vw;
    margin: 0 auto;
  }
}
#homePage .navMount ul.menuList > li:nth-child(5) {
  width: 100px;
}
@media (max-width: 1040px) {
  #homePage .navMount ul.menuList > li:nth-child(5) {
    width: 54vw;
    margin: 0 auto;
  }
}
#homePage .navMount ul.menuList > li {
  /*width: calc(100% / 8);*/
  flex-basis: 100px;
}
@media (min-width: 1040px) {
  #homePage .navMount ul.menuList > li:nth-child(5) {
    flex-basis: 160px;
  }
}
#homePage .navMount ul.menuList > li > a {
  /*margin-right: 20px;*/
}
#homePage .navMount ul.menuList > li {
  margin-bottom: 30px;
}
@media (max-width: 1040px) {
  #homePage .navMount ul.menuList > li {
    margin-bottom: 0;
    width: 54vw;
    margin: 0 auto;
  }
}
#homePage .navMount ul.menuList > li:last-child {
  position: relative;
}
#homePage .navMount ul.menuList > li:last-child a {
  margin-right: 0;
}
#homePage .navMount ul.menuList > li:last-child a::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 999;
}
@media (max-width: 1040px) {
  #homePage .navMount ul.menuList > li:last-child {
    border-bottom: none;
  }
}
#homePage .navMount ul.menuList {
  text-align: right;
  text-align: left;
  max-width: 900px;
  flex-wrap: wrap;
  align-items: right;
  justify-content: flex-end;
  display: flex;
  bottom: auto;
  /*top: 50px;*/
  padding-right: 10px;
}
@media (max-width: 1040px) {
  #homePage .navMount ul.menuList {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 9999;
    max-width: 100%;
  }
}
#homePage .navMount ul.menuList > li > a > span {
  font-size: 14px;
}
@media (max-width: 1040px) {
  #homePage .navMount ul.menuList > li > a > span {
    width: auto;
  }
}
#homePage .navMount ul.menuList > li.sh {
  letter-spacing: -1px;
  flex-basis: 160px;
}
#homePage .mainVisual .mainVisualInner {
  /*margin-top: 60px;*/
}
#homePage header {
  min-height: 190px;
}
@media (max-width: 1040px) {
  #homePage header {
    min-height: 120px;
  }
}
#homePage .navMount {
  position: static;
  margin-top: -30px;
}
@media (max-width: 1040px) {
  #homePage .navMount {
    position: fixed;
  }
}
#homePage .navMount .navInner {
  height: 100px;
}
#homePage .navMount .navInner::after {
  content: "";
  display: block;
  width: 54%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
@media (max-width: 1040px) {
  #homePage .navMount .navInner::after {
    display: none;
  }
}
@media (max-width: 1040px) {
  #homePage .navMount ul > li > a {
    padding: 1rem 0;
  }
}
#homePage .flexContainer .itemCol3 {
  width: 50%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #homePage .flexContainer .itemCol3 {
    width: 100%;
  }
}
#homePage .flexContainer .itemCol3 img {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #homePage .flexContainer .itemCol3 img {
    width: 80%;
  }
}
#homePage .flexContainer .itemCol3 a {
  display: block;
  padding: 20px 0;
}
#homePage .flexContainer .itemCol3 a img {
  vertical-align: middle;
}
@media (max-width: 1040px) {
  #homePage .flexContainer .itemCol3 a img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #homePage .flexContainer .itemCol3 a img {
    width: auto;
    height: 140px;
  }
}
#homePage .flexContainer .itemCol3 span {
  display: inline-table;
}
#homePage .flexContainer .itemCol3 span img {
  vertical-align: middle;
  width: 80%;
}

section .partsArea {
  max-width: 167px;
  display: block;
  margin: 50px auto;
}
section .partsArea img {
  width: 100%;
}
section .midashi {
  line-height: 1.6em;
  letter-spacing: 7px;
}
section p.readTxt {
  font-size: 18px;
  color: #fff;
  font-family: sans-serif;
  max-width: 798px;
  margin: 40px auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  section p.readTxt {
    width: 80%;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0;
  }
}
@media (max-width: 560px) {
  section p.readTxt {
    font-size: 14px;
  }
}
section .phArea {
  margin: 80px auto;
  display: block;
}

.sec02 {
  background: #74787a;
  padding: 40px 0;
}
.sec02 .partsArea {
  margin: 0 auto 60px;
  max-width: 42px;
}
.sec02 .charmBox {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 80%;
  margin: 80px auto 20px;
}
.sec02 .charmBox li {
  width: 50%;
  position: relative;
}
@media (max-width: 1240px) {
  .sec02 .charmBox li {
    width: 100%;
  }
}
.sec02 .charmBox li:last-child {
  padding: 20px 40px 0;
  box-sizing: border-box;
  background-color: #fff;
}
@media (max-width: 560px) {
  .sec02 .charmBox li:last-child {
    padding: 20px 30px 0;
  }
}
.sec02 .charmBox li h3 {
  font-size: 25px;
}
@media (max-width: 768px) {
  .sec02 .charmBox li h3 {
    line-height: 1.4;
  }
}
.sec02 .charmBox li .readTxt {
  color: #000;
  font-size: 16px;
  margin: 26px auto;
}
@media (max-width: 560px) {
  .sec02 .charmBox li .readTxt {
    padding: 0;
    font-size: 14px;
  }
}
.sec02 .charmBox li small {
  font-size: 21px;
  font-family: serif;
  display: inline-block;
  margin-bottom: 13px;
}
.sec02 .charmBox li small span {
  display: inline-block;
  width: 75%;
  position: absolute;
  top: 30px;
  right: 40px;
  background-color: #000;
  height: 1px;
}
@media (max-width: 768px) {
  .sec02 .charmBox li small span {
    width: 70%;
  }
}
@media (max-width: 560px) {
  .sec02 .charmBox li small span {
    width: 60%;
  }
}
@media (max-width: 1240px) {
  .sec02 p.readTxt {
    width: 100%;
  }
}

.sec03 {
  padding: 40px;
}
.sec03 .midashi {
  margin: 40px auto 50px;
}
.sec03 .menuBox {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 80%;
  margin: 80px auto 180px;
}
.sec03 .menuBox li {
  width: 45%;
  position: relative;
}
@media (max-width: 768px) {
  .sec03 .menuBox li {
    width: 100%;
    margin: 0 auto;
  }
}
.sec03 .menuBox li:first-child {
  margin-right: 10%;
}
@media (max-width: 768px) {
  .sec03 .menuBox li:first-child {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.sec03 .menuBox li .btnArea {
  margin: 0;
  width: 100%;
}
.sec03 .menuBox li .btnArea::after {
  content: "●";
  color: #00ffff;
}
.sec03 figure {
  margin: 120px auto;
}

.sec04 {
  background: #000;
}
.sec04 .flexContainer {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
}
.sec04 .flexContainer .task {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sec04 .flexContainer .honbun {
  font-size: 14px;
}
.sec04 .flexContainer .itemCol2 {
  padding: 10px;
  box-sizing: border-box;
}
.sec04 h2 {
  margin: 40px auto;
}

.sec05 .number {
  text-shadow: 2px 2px 10px #000;
}

.sec06 .iromaru {
  font-size: 13px;
}
.sec06 .honbun {
  font-size: 13px;
}
.sec06 .itemCol4 {
  padding: 1rem !important;
}
.sec06 .itemCol4 img {
  width: 100px !important;
}
.sec06 .flexContainer {
  width: 1020px;
}
@media (max-width: 1040px) {
  .sec06 .flexContainer {
    width: 100%;
    margin: 0 auto;
  }
}
.sec06 .btnArea {
  margin-bottom: 0;
  border: none;
}
.sec06 .btnArea::after {
  color: #00ff00;
  font-size: 14px;
  opacity: 0.5;
}
.sec06 .btnArea a {
  padding: 30px 20px;
  background: #fff;
  color: #000;
}

.homeArea6 {
  background-color: #000;
  padding: 4rem 0;
}

.sec07 {
  background-color: #525252;
}
.sec07 .sectionInner {
  width: 80%;
  margin: 0 auto;
}
.sec07 .flexContainer .itemCol2.txt .title,
.sec07 .flexContainer .itemCol2.txt .honbun {
  color: #fff;
}
.sec07 .flexContainer .itemCol2.txt .title {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sec07 .flexContainer .itemCol2.txt .title {
    font-size: 24px;
  }
}
.sec07 .flexContainer .itemCol2.txt .honbun {
  font-size: 16px;
  line-height: 1.6;
}
.sec07 .btnArea::after {
  content: "●";
  font-size: 18px;
}
.sec07 .btnArea a {
  background-color: #000;
}

.homeArea7 {
  padding: 6rem 0 1rem;
}
.homeArea7 .title {
  letter-spacing: 2px;
}

.homeArea8 {
  padding: 1rem 0;
}
.homeArea8 .partsArea {
  margin: 50px auto 90px;
}
.homeArea8 .pt02 {
  margin: 30px auto 60px;
}
@media (max-width: 768px) {
  .homeArea8 .pt02 {
    margin: 30px auto;
  }
}
.homeArea8 .btnArea {
  margin: 130px auto 100px;
}
@media (max-width: 960px) {
  .homeArea8 .flexContainer.photoandtxt .itemCol2.photo {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .homeArea8 .flexContainer.photoandtxt .itemCol2.txt {
    width: 100%;
  }
}

.contactArea {
  width: 100%;
}
.contactArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: #f6f6f6;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  height: 100%;
  width: 100vw;
  z-index: -1;
}
.contactArea .contactAreaInner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: 19vw;
  max-height: 300px;
  min-height: 200px;
}
@media (max-width: 768px) {
  .contactArea .contactAreaInner {
    padding: 40px 0;
    max-height: 100%;
    height: 100%;
  }
}
@media (max-width: 420px) {
  .contactArea .contactAreaInner {
    width: 80%;
  }
}
.contactArea .contactAreaInner h3 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-family: sans-serif;
  font-size: 25px;
  color: #333;
  font-weight: 300;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .contactArea .contactAreaInner h3 {
    position: static;
    transform: none;
  }
}
.contactArea .contactAreaInner p {
  font-family: sans-serif;
  font-size: 12px;
  color: #333;
}
.contactArea .contactAreaInner .contactBtnArea {
  position: absolute;
  top: 26%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .contactArea .contactAreaInner .contactBtnArea {
    position: static;
    transform: none;
    margin: 40px auto;
    text-align: right;
  }
}
.contactArea .contactAreaInner .contactBtnArea a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #756373;
  margin-top: 20px;
  font-size: 15px;
  color: #333;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .contactArea .contactAreaInner .contactBtnArea a {
    position: static;
  }
}
.contactArea .contactAreaInner .contactBtnArea a span {
  display: inline-block;
  font-family: sans-serif;
}
.contactArea .contactAreaInner .contactBtnArea a span::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_mail.svg) no-repeat center left;
  width: 21px;
  height: 14px;
  background-size: contain;
  margin-right: 5px;
}

footer {
  padding-top: 50px;
  font-family: "noto-serif", serif;
}

.homeArea3 {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .homeArea3 .flexContainer .itemCol2,
  .homeArea3 .flexContainer .itemCol3,
  .homeArea3 .flexContainer .itemCol4 {
    width: 50%;
  }
}

/***************
  FAQ　開閉メニュー
***************/
.accordion {
  margin: 30px auto 0;
  background: #000;
  border: solid 1px #ffe100;
  padding: 30px 0 10px;
}
@media (max-width: 768px) {
  .accordion {
    padding: 20px;
  }
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  line-height: 1.6em;
  text-align: center;
  font-size: 120%;
  font-family: "メイリオ, Meiryo, ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 768px) {
  .accordion_title {
    font-size: 100%;
  }
}

summary.accordion_title::-webkit-details-marker {
  display: none;
}

.accordion_title:after {
  content: "";
  display: block;
  background: url(../images/arrow_plus.svg) no-repeat center center;
  width: 53px;
  height: 53px;
  text-align: center;
  background-size: contain;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  color: #ffe100;
  margin: 13px auto;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: 0.3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion .accordion_content {
  padding: 0 2em 0 3em;
}
.accordion .accordion_content p {
  font-family: "メイリオ, Meiryo, ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fff;
}

.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .accordion .accordion_content > *:last-of-type {
    font-size: 14px;
  }
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
  padding: 1.4em 6em 1.4em 6em;
}
@media (max-width: 768px) {
  .accordion[open] .accordion_content {
    padding: 0;
  }
}

.accordion[open] .accordion_title:after {
  content: "";
  background: url(../images/arrow_minus.svg) no-repeat center center;
}

/***************/
@media (max-width: 768px) {
  .flexContainer .itemCol2,
  .flexContainer .itemCol3,
  .flexContainer .itemCol4 {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .midashi {
    font-size: 160%;
  }
}

@media (max-width: 768px) {
  .homeArea2 .flexContainer .itemCol2,
  .homeArea2 .flexContainer .itemCol3,
  .homeArea2 .flexContainer .itemCol4 {
    width: 50%;
  }
}

.homeArea7 .sectionInner .itemCol2 .title {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .homeArea7 .sectionInner .itemCol2 .title {
    line-height: 1.4;
  }
}

/***********************
  職人のこだわり
***********************/
.gry {
  background-color: #525252;
}

.underLine span {
  display: block;
  height: 1px;
  background-color: #fff;
  width: 10%;
  margin: 30px auto;
}

.textLeft {
  text-align: left;
}

.ccpage .midashi {
  letter-spacing: 3px;
}
.ccpage .mainVisual .mainVisualInner {
  background: url("../images/more-02_ph01.png") no-repeat top center;
  position: relative;
  max-height: 1090px;
}
@media (max-width: 768px) {
  .ccpage .mainVisual .mainVisualInner {
    background: url("../images/more-02_ph01.png") no-repeat top left -450px;
    max-height: 450px;
  }
}
.ccpage .mainVisual .mainVisualInner .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ccpage .mainVisual .mainVisualInner h2,
.ccpage .mainVisual .mainVisualInner h3 {
  color: #fff;
  text-align: center;
}
.ccpage .mainVisual .mainVisualInner h2 {
  font-size: 44px;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .ccpage .mainVisual .mainVisualInner h2 {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .ccpage .mainVisual .mainVisualInner h2 {
    width: 310px;
  }
}
.ccpage .mainVisual .mainVisualInner h3 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 23px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1040px) {
  .ccpage .mainVisual .mainVisualInner h3 {
    font-size: 90%;
  }
}
.ccpage .sec01 .underLine {
  margin-bottom: 100px;
}
.ccpage .sec01 .textLeft {
  max-width: 617px;
  margin: 0 auto;
  position: relative;
  width: 80%;
}
.ccpage .sec01 .textLeft span {
  width: 40%;
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 768px) {
  .ccpage .sec01 .textLeft span {
    display: none;
  }
}
.ccpage .sec01 .readTxt.scnd {
  max-width: 618px;
  width: 80%;
  margin-bottom: 170px;
}
.ccpage .sec01 .charmBox {
  display: flex;
  flex-wrap: wrap;
  max-width: 617px;
  width: 80%;
  margin: 80px auto 20px;
}
@media (max-width: 768px) {
  .ccpage .sec01 .charmBox {
    display: block;
  }
}
@media (max-width: 820px) {
  .ccpage .sec01 .charmBox p.readTxt {
    width: 100%;
    margin: 0 auto;
  }
}
.ccpage .sec01 .charmBox li {
  position: relative;
  color: #fff;
}
@media (max-width: 1240px) {
  .ccpage .sec01 .charmBox li {
    width: 100%;
  }
}
.ccpage .sec01 .charmBox li:first-child {
  width: 30%;
}
@media (max-width: 820px) {
  .ccpage .sec01 .charmBox li:first-child {
    width: 70%;
    margin: 0 auto;
  }
}
.ccpage .sec01 .charmBox li:first-child p strong {
  font-family: "Zen Old Mincho", serif;
  font-size: 64px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px;
  display: block;
  line-height: 1;
}
@media (max-width: 420px) {
  .ccpage .sec01 .charmBox li:first-child p strong {
    font-size: 30px;
  }
}
.ccpage .sec01 .charmBox li:first-child span {
  display: block;
  text-align: center;
}
@media (max-width: 820px) {
  .ccpage .sec01 .charmBox li:first-child span {
    margin: 0 auto 40px;
    width: 80%;
  }
}
.ccpage .sec01 .charmBox li:last-child {
  width: 70%;
  padding: 0 40px 0;
  box-sizing: border-box;
}
@media (max-width: 820px) {
  .ccpage .sec01 .charmBox li:last-child {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .ccpage .sec01 .charmBox li:last-child {
    padding: 20px 0 0;
  }
}
.ccpage .sec01 .charmBox li h3 {
  font-size: 21px;
}
@media (max-width: 768px) {
  .ccpage .sec01 .charmBox li h3 {
    line-height: 1.4;
  }
}
.ccpage .sec01 .charmBox li h4 {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
  font-size: 26px;
  margin: 30px 0;
  font-weight: 400;
  line-height: 1.3;
}
.ccpage .sec01 .charmBox li .readTxt {
  color: #fff;
  font-size: 16px;
  margin: 26px auto;
}
@media (max-width: 560px) {
  .ccpage .sec01 .charmBox li .readTxt {
    padding: 0;
    font-size: 14px;
  }
}
.ccpage .sec01 .charmBox li small {
  font-size: 21px;
  font-family: serif;
  display: block;
  margin-bottom: 13px;
  letter-spacing: 2px;
}
@media (max-width: 560px) {
  .ccpage .sec01 .charmBox li small {
    font-size: 16px;
  }
}
.ccpage .sec01 .charmBox li small span {
  display: inline-block;
  width: 60%;
  position: absolute;
  top: 10px;
  right: 40px;
  background-color: #fff;
  height: 1px;
}
@media (max-width: 768px) {
  .ccpage .sec01 .charmBox li small span {
    width: 60%;
  }
}
@media (max-width: 560px) {
  .ccpage .sec01 .charmBox li small span {
    width: 60%;
    right: 0;
    top: 30px;
  }
}

/******************
  clr2Contact
******************/
.clr2Contact .mainVisual .mainVisualInner {
  background: #000 !important;
  height: 630px;
}
@media (max-width: 768px) {
  .clr2Contact .mainVisual .mainVisualInner {
    height: 300px;
  }
}
.clr2Contact article section.clr2form {
  max-width: 730px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 210px;
}

/*******************
    style_v2
*******************/
article.pastWorkNew h2.midashi {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6em;
  font-size: 32px;
  letter-spacing: 7px;
}
article.pastWorkNew h2.midashi span {
  background-color: #000;
}
article.pastWorkNew h2.midashi.pt02 {
  padding-bottom: 0;
  margin-top: 60px;
}
article.pastWorkNew .btnArea {
  margin: 60px auto 120px;
}
article.pastWorkNew .btnArea::after {
  color: #00ff00;
}
article.pastWorkNew .btnArea a {
  font-size: 20px;
}
@media (max-width: 420px) {
  article.pastWorkNew .btnArea a {
    font-size: 13px;
  }
}
article.pastWorkNew section {
  max-width: 1000px;
  width: 90%;
  margin: 60px auto 0;
}
@media (max-width: 420px) {
  article.pastWorkNew section {
    width: 80%;
  }
}
article.pastWorkNew section.ttlArea {
  background-color: #fff !important;
}
article.pastWorkNew section.ttlArea h2 {
  text-align: left !important;
  color: #000;
  font-size: 30px;
  font-family: "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
}
article.pastWorkNew section.ttlArea h2 p {
  font-weight: 600;
}
article.pastWorkNew section.pastWorkNewCategoryList {
  position: relative;
}
article.pastWorkNew section.pastWorkNewCategoryList h2 {
  writing-mode: vertical-lr;
  font-size: 9px;
  font-family: sans-serif;
  color: #333;
  display: block;
  height: 100%;
  background: #f6f6f6;
  border-right: 3px solid #5d6466;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 20px;
  min-height: 136px;
}
article.pastWorkNew section.pastWorkNewCategoryList ul.pwnc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 43px;
  box-sizing: border-box;
}
article.pastWorkNew section.pastWorkNewCategoryList ul.pwnc li {
  margin-right: 5px;
  margin-bottom: 5px;
}
article.pastWorkNew section.pastWorkNewCategoryList ul.pwnc li a {
  font-size: 13px;
  display: block;
  background: #f6f6f6;
  padding: 5px 10px;
  font-family: sans-serif;
  line-height: 1;
  border-radius: 3px;
}
@media (max-width: 768px) {
  article.pastWorkNew section.pastWorkNewCategoryList ul.pwnc li a {
    padding: 3px 5px;
    font-size: 10px;
  }
}
article.pastWorkNew section.pastWorkNewCategoryList ul.pwnc li a.active {
  border-bottom: 1px solid #333;
}
article.pastWorkNew section.pastWorkNewCategoryList ul.pwnc01 {
  position: relative;
  padding-top: 23px;
  /*&::before {
    content: "商品";
    display: block;
    position: absolute;
    top: 0;
    left: 44px;
    font-size: 14px;
    color: #808080;
  }*/
}
article.pastWorkNew section.pastWorkNewCategoryList ul.pwnc02 {
  position: relative;
  padding-top: 23px;
  /*&::before {
    content: "私たちにできること";
    display: block;
    position: absolute;
    top: 0;
    left: 44px;
    font-size: 14px;
    color: #808080;
  }*/
}
article.pastWorkNew section.pastWorkNewCategoryList ul.pwnc02 li a {
  background: #5d6466;
  color: #fff;
}
article.pastWorkNew section.pastWorkNewCategoryList.singleOriginal {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  article.pastWorkNew section.pastWorkNewCategoryList.singleOriginal {
    width: 90%;
    padding: 10px 30px 20px;
  }
}
article.pastWorkNew section.pastWorkNewCategoryList.singleOriginal section {
  margin: 0 auto 60px;
}
article.pastWorkNew section.pastWorkNewCategoryList.singleOriginal .pwnc {
  justify-content: center;
}
article.pastWorkNew section.pastWorkNewList ul {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto;
}
article.pastWorkNew section.pastWorkNewList ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 6%;
}
article.pastWorkNew section.pastWorkNewList ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  article.pastWorkNew section.pastWorkNewList ul li {
    width: 48%;
    margin-right: 4%;
  }
  article.pastWorkNew section.pastWorkNewList ul li:nth-child(3n) {
    margin-right: 4%;
  }
  article.pastWorkNew section.pastWorkNewList ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  article.pastWorkNew section.pastWorkNewList ul li {
    width: 100%;
    margin-right: 0;
  }
  article.pastWorkNew section.pastWorkNewList ul li:nth-child(2n) {
    margin-right: 2%;
  }
}
article.pastWorkNew section.pastWorkNewList ul li figure {
  max-height: 230px;
  height: 20vw;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  article.pastWorkNew section.pastWorkNewList ul li figure {
    max-height: 210px;
    height: 30vw;
  }
}
@media (max-width: 420px) {
  article.pastWorkNew section.pastWorkNewList ul li figure {
    max-height: 240px;
    height: 58vw;
  }
}
article.pastWorkNew section.pastWorkNewList ul li figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
article.pastWorkNew section.pastWorkNewList ul li .pastWorkNewList-category {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  margin: 5px auto;
  overflow: hidden;
}
article.pastWorkNew section.pastWorkNewList ul li .pastWorkNewList-category span {
  display: block;
  font-size: 12px;
  font-family: sans-serif;
  background: #f6f6f6;
  padding: 3px 5px;
  letter-spacing: -1px;
  margin-right: 2%;
  line-height: 1;
  margin-bottom: 3px;
  white-space: nowrap;
  border-radius: 3px;
}
@media (max-width: 768px) {
  article.pastWorkNew section.pastWorkNewList ul li .pastWorkNewList-category span {
    font-size: 10px;
  }
}
article.pastWorkNew section.pastWorkNewList ul li .pastWorkNewList-category.ctg02 span {
  background: #5d6466;
  color: #fff;
}
article.pastWorkNew section.pastWorkNewList ul li .pastWorkNewList-category.ctg02 span a {
  color: #fff;
}
article.pastWorkNew section .textArea {
  font-size: 17px;
  width: 100%;
  text-align: justify;
  letter-spacing: -1px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  article.pastWorkNew section .textArea {
    font-size: 14px;
  }
}
article.pastWorkNew section .textArea a {
  font-size: 90%;
}
article.pastWorkNew section .textArea p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
article.pastWorkNew.single section {
  margin: 0 auto 0;
}
article.pastWorkNew.single section.ttlArea h2,
article.pastWorkNew.single section.ttlArea h3,
article.pastWorkNew.single section.ttlArea h4 {
  font-family: sans-serif;
  font-weight: 300 !important;
}
article.pastWorkNew.single section.ttlArea h2 {
  font-size: 34px;
  line-height: 1.4;
}
article.pastWorkNew.single section.ttlArea h3 {
  margin: 60px 0 20px;
  font-size: 20px;
}
article.pastWorkNew.single section.pastWorkNewCategoryList figure {
  text-align: center;
}
article.pastWorkNew.single section.pastWorkNewCategoryList figure.firstIcon {
  top: -10px;
}
article.pastWorkNew.single section.pastWorkNewCategoryList p {
  text-align: center;
  margin-top: 50px;
}
article.pastWorkNew.single section.pastWorkNewCategoryList p span {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 10px;
}
article.pastWorkNew.single section.pastWorkNewCategoryList p.firstTxt {
  margin-top: 40px;
}
article.pastWorkNew.single section.pastWorkNewCategoryList .pwnc {
  padding-left: 0;
  color: #fff;
  left: 50%;
  width: 60%;
  position: relative;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 10;
  margin-bottom: 50px;
  /*&::after {
    content: "";
    background: #fff;
    width: 110%;
    height: 100%;
    position: relative;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }*/
}
@media (max-width: 600px) {
  article.pastWorkNew.single section.pastWorkNewCategoryList .pwnc {
    width: 90%;
  }
}
article.pastWorkNew.single section.pastWorkNewCategoryList .pwnc a {
  font-size: 28px;
}
@media (max-width: 768px) {
  article.pastWorkNew.single section.pastWorkNewCategoryList .pwnc a {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  article.pastWorkNew.single section.pastWorkNewCategoryList .pwnc a {
    font-size: 17px;
  }
}
article.pastWorkNew.single section.pastWorkNewCategoryList ul.pwnc01 {
  /*&::before {
    content: "商品";
    left: -34%;
    color: #fff;
    top: 30px;
    border-bottom: 1px solid #fff;
    width: 169%;
    z-index: -1;
    @media (max-width: 768px) {
      top: 20px;
    }
    @media (max-width: 650px) {
      border-bottom: none;
      border-left: 1px solid #fff;
      height: 100%;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
    }
  }*/
}
article.pastWorkNew.single section.pastWorkNewCategoryList .pwnc02 {
  margin-top: 0;
  /*&::before {
    content: "私たちにできること";
    left: -34%;
    color: #fff;
    top: 30px;
    border-bottom: 1px solid #fff;
    width: 169%;
    z-index: -1;
    @media (max-width: 768px) {
      top: 20px;
    }
    @media (max-width: 650px) {
      border-bottom: none;
      border-left: 1px solid #fff;
      height: 100%;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
    }
  }*/
}
@media (max-width: 768px) {
  article.pastWorkNew.single section.pastWorkNewSingle {
    width: 80%;
    margin: 0 auto;
  }
}
article.pastWorkNew.single section.pastWorkNewSingle figure {
  margin: 50px 0;
}
article.pastWorkNew.single section.pastWorkNewSingle figure img {
  width: 100%;
}
article.pastWorkNew.single section .introText {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
}
article.pastWorkNew.single section .introText .left {
  width: 30%;
  font-size: 18px;
  font-family: serif;
}
article.pastWorkNew.single section .introText .left::before {
  content: "";
  display: inline-block;
  background: #f1f1f1;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 10px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  article.pastWorkNew.single section .introText .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
article.pastWorkNew.single section .introText .left span {
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
article.pastWorkNew.single section .introText .right {
  width: 70%;
  font-size: 16px;
  font-family: sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  line-height: 2.1;
}
@media (max-width: 768px) {
  article.pastWorkNew.single section .introText .right {
    width: 100%;
    font-size: 14px;
  }
}

/********
追加修正
********/
.tb1040 {
  display: none;
}
@media (max-width: 1040px) {
  .tb1040 {
    display: block;
  }
}

@media (max-width: 1040px) {
  .pc1040 {
    display: none !important;
  }
}

.sp1040 {
  display: none !important;
}
@media (max-width: 1040px) {
  .sp1040 {
    display: block !important;
  }
}

@media (max-width: 1040px) {
  .undNone {
    border-bottom: none !important;
  }
}

@media (min-width: 1040px) {
  .w160Fix {
    width: 160px !important;
    flex-basis: 160px !important;
  }
}/*# sourceMappingURL=style_more.css.map */