.site-main {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .site-main {
    padding-top: 60px;
  }
}

.en {
  font-family: "Quicksand", sans-serif;
}

.grid-center {
  justify-content: center;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

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

input[type=radio],
input[type=checkbox] {
  display: none;
}

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

textarea {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

.btn-wrap .btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn {
    padding-right: 35px;
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn:not(:first-of-type) {
    margin-left: 25px;
  }
}
.btn-wrap .btn::before, .btn-wrap .btn::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.btn-wrap .btn::before {
  border-radius: 50%;
  background-color: #5a6e4b;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn::before {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn::before {
    width: 21px;
    height: 21px;
  }
}
.btn-wrap .btn::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn::after {
    width: 7px;
    height: 7px;
    bottom: 9px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn::after {
    width: 6px;
    height: 6px;
    bottom: 8px;
    right: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn:hover {
    opacity: 0.8;
  }
}
.btn-wrap .btn:hover span::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn-wrap .btn:hover span::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.btn-wrap .btn span {
  position: relative;
  overflow: hidden;
  display: block;
  color: #5a6e4b;
}
.btn-wrap .btn span::before, .btn-wrap .btn span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #5a6e4b;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn span::before, .btn-wrap .btn span::after {
    transition: 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.btn-wrap .btn span::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn span::before {
    transition-delay: 250ms;
  }
}
.btn-wrap .btn.wh::before {
  background-color: #fff;
}
.btn-wrap .btn.wh::after {
  border-color: #5a6e4b;
}
.btn-wrap .btn.wh span {
  color: #fff;
}
.btn-wrap .btn.wh span::before, .btn-wrap .btn.wh span::after {
  background: #fff;
}
.btn-wrap .btn.back {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn.back {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn.back {
    padding-left: 30px;
  }
}
.btn-wrap .btn.back::before {
  right: initial;
  left: 0;
}
.btn-wrap .btn.back::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: initial;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn.back::after {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn.back::after {
    left: 9px;
  }
}

.headline {
  text-align: center;
}
.headline__title__en {
  position: relative;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .headline__title__en {
    padding-bottom: 10px;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .headline__title__en {
    height: 26px;
    padding-bottom: 12px;
  }
}
.headline__title__en::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #5a6e4b;
  width: 0;
  height: 2px;
  transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 400ms;
}
.headline__title__en.animate::before {
  width: 22px;
}
.headline__title__en img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.headline__title__jp {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .headline__title__jp {
    font-size: 1.4rem;
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .headline__title__jp {
    font-size: 1.2rem;
    margin-top: 0.25em;
  }
}
.headline__lead {
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .headline__lead {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .headline__lead {
    margin-top: 1.5em;
  }
}

.bg-wrap {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .bg-wrap {
    width: 495px;
    height: 495px;
    top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-wrap {
    width: 280px;
    height: 280px;
    top: -30px;
  }
}

.bg-circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f0eee1;
  opacity: 1;
}
.bg-circle.wh {
  background: #fff;
}
.bg-circle.gl {
  background: #f4f4f4;
}
.bg-circle.inview {
  opacity: 0;
}

.wave {
  position: relative;
  z-index: 1;
}
.wave::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  background-position: center;
  top: 1px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: 30s linear infinite running slideWave;
          animation: 30s linear infinite running slideWave;
}
@media only screen and (min-width: 768px) {
  .wave::before {
    height: 39px;
    background-size: 1460px 100%;
    background-image: url(../img/common/wave.svg);
  }
}
@media only screen and (max-width: 767px) {
  .wave::before {
    height: 13px;
    background-size: 381px 100%;
    background-image: url(../img/common/wave_sp.svg);
  }
}
@media only screen and (min-width: 768px) {
  .wave.gl::before {
    background-image: url(../img/common/wave-gl.svg);
  }
}
@media only screen and (max-width: 767px) {
  .wave.gl::before {
    background-image: url(../img/common/wave-gl_sp.svg);
  }
}
@media only screen and (min-width: 768px) {
  .wave.grn::before {
    background-image: url(../img/common/wave-grn.svg);
  }
}
@media only screen and (max-width: 767px) {
  .wave.grn::before {
    background-image: url(../img/common/wave-grn_sp.svg);
  }
}

@media only screen and (min-width: 768px) {
  @-webkit-keyframes slideWave {
    from {
      background-position: 0 center;
    }
    to {
      background-position: 1460px center;
    }
  }
  @keyframes slideWave {
    from {
      background-position: 0 center;
    }
    to {
      background-position: 1460px center;
    }
  }
}
@media only screen and (max-width: 767px) {
  @-webkit-keyframes slideWave {
    from {
      background-position: 0 center;
    }
    to {
      background-position: 381px center;
    }
  }
  @keyframes slideWave {
    from {
      background-position: 0 center;
    }
    to {
      background-position: 381px center;
    }
  }
}
.cta {
  color: #fff;
  background: #5a6e4b;
  padding-top: 40px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cta {
    border-radius: 7px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 990px;
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    padding-bottom: 40px;
  }
}
.cta-inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cta-inner {
    max-width: 870px;
  }
}
@media only screen and (min-width: 768px) {
  .cta-headline + .cta-content {
    margin-top: 40px;
  }
}
.cta__title {
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cta__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta__title {
    font-size: 1.4rem;
  }
}
.cta-content {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media only screen and (min-width: 768px) {
  .cta-content {
    margin: 0 -0.5em;
  }
}
@media only screen and (max-width: 940px) {
  .cta-content {
    justify-content: center;
  }
}
.cta-box {
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .cta-box {
    min-width: 395px;
    max-width: 415px;
    margin: 0 0.5em;
  }
}
.cta-box.tel .panel {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media only screen and (min-width: 768px) {
  .cta-box.tel .panel {
    padding: 0.75em 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.tel .panel {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 768px) {
  .cta-box.tel .panel:hover {
    opacity: 0.7;
  }
}
.cta-box.tel .tel-number {
  letter-spacing: 0.12em;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cta-box.tel .tel-number {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.tel .tel-number {
    font-size: 2.2rem;
  }
}
.cta-box.tel .tel-number span {
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .cta-box.tel .tel-number span {
    font-size: 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.tel .tel-number span {
    font-size: 3.2rem;
  }
}
.cta-box.tel .tel-available {
  line-height: 1.36;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cta-box.tel .tel-available {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.tel .tel-available {
    font-size: 1.2rem;
  }
}
.cta-box.mail {
  align-self: flex-end;
}
@media only screen and (max-width: 767px) {
  .cta-box.mail {
    margin-top: 0.5em;
  }
}
.cta-box.mail a {
  position: relative;
  color: inherit;
  text-align: center;
  display: block;
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media only screen and (min-width: 768px) {
  .cta-box.mail a {
    font-size: 2.1rem;
    padding: 0.25em;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.mail a {
    font-size: 1.6rem;
    padding: 0.5em;
  }
}
.cta-box.mail a::before, .cta-box.mail a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-box.mail a::before {
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .cta-box.mail a::before {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.mail a::before {
    width: 19px;
    height: 19px;
    right: 12px;
  }
}
.cta-box.mail a::after {
  border-right: 1px solid #5a6e4b;
  border-bottom: 1px solid #5a6e4b;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .cta-box.mail a::after {
    width: 7px;
    height: 7px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.mail a::after {
    width: 6px;
    height: 6px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .cta-box.mail a:hover {
    opacity: 0.7;
  }
}
.cta-box.mail a span {
  position: relative;
  display: inline-block;
}
.cta-box.mail a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background-image: url(../img/common/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .cta-box.mail a span::before {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.mail a span::before {
    width: 28px;
    height: 28px;
  }
}
.cta__notes {
  display: block;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cta__notes {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__notes {
    font-size: 1rem;
    margin-top: 1.75em;
    line-height: 1.6;
  }
}

.section-insta .headline__discription {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-insta .content {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-insta .content {
    margin-top: 25px;
    padding: 0 30px;
  }
}
.section-insta .insta {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .section-insta .insta {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-insta .insta {
    padding: 0 12.5px;
  }
}
@media only screen and (min-width: 768px) {
  .section-insta .insta {
    border-radius: 7px;
  }
}
.section-insta #sb_instagram {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .section-insta #sb_instagram #sbi_images .sbi_item {
    padding: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-insta #sb_instagram #sbi_images .sbi_item {
    padding: 12.5px !important;
  }
}

.section-hero_low .section-content {
  width: 100%;
  padding-top: 24.51388%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-hero_low .section-content {
    padding-top: 25.8666%;
  }
}
.section-hero_low .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.headline-intro__title {
  font-size: 3.4rem;
  font-weight: bold;
  color: #5a6e4b;
  margin-bottom: 35px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .headline-intro__title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.headline-intro__text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .headline-intro__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 375px) {
  .headline-intro__text {
    font-size: max(4.26666vw, 1.2rem);
  }
}

.page--works .site-main {
  background: #f4f4f4;
}
.page--works .section-hero_low .content {
  background: url(../img/works/work_hero.jpg) center/cover;
}
.page--works .section-works > .section-content {
  padding-top: 90px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .page--works .section-works > .section-content {
    padding-top: 55px;
    padding-bottom: 30px;
  }
}
.page--works .section-works .headline {
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .page--works .section-works .headline {
    margin-bottom: 50px;
  }
}
.page--works .section-works .section-content .section-case:not(:last-of-type) {
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .page--works .section-works .section-content .section-case:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page--works .section-works .section-content .section-case:nth-of-type(3n - 1) .case-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .page--works .section-works .section-content .section-case:nth-of-type(3n - 1) .img-wrapper {
    height: 28.2666vw;
  }
}
.page--works .section-works .section-content .section-case:nth-of-type(3n - 1) .discription {
  padding-top: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 767px) {
  .page--works .section-works .section-content .section-case:nth-of-type(3n - 1) .discription {
    border-radius: 6px;
    padding: 20px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page--works .section-works .section-content .section-case:nth-of-type(2) .img-wrapper img {
    object-position: top;
  }
}
.page--works .section-case {
  background: #fff;
  padding: 60px 6.5789% 85px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .page--works .section-case {
    padding: 20px 20px 35px;
    border-radius: 7px;
  }
}
.page--works .section-case .headline {
  text-align: left;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .page--works .section-case .headline {
    margin-bottom: 20px;
  }
}
.page--works .section-case .headline__title-case {
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  color: #5a6e4b;
  display: block;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .page--works .section-case .headline__title-case {
    font-size: 18px;
  }
}
.page--works .section-case .headline__title-main {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page--works .section-case .headline__title-main {
    font-size: 1.4rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.page--works .section-case .headline__title-sub {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .page--works .section-case .headline__title-sub {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.page--works .case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr, auto;
  gap: 40px 30px;
}
@media only screen and (max-width: 767px) {
  .page--works .case-list {
    gap: 27px 8px;
  }
}
.page--works .case-list__item:nth-of-type(3n) {
  grid-column: 1/3;
}
.page--works .case-list__item .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page--works .case-list__item .img-wrapper {
    border-radius: 3px;
  }
}
.page--works .case-list__item .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page--works .case-list__item .discription {
  background: #f0eee1;
  padding: 30px 38px 30px;
  text-align: justify;
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .page--works .case-list__item .discription {
    border-radius: 6px;
    padding: 20px 18px;
    font-size: 1.2rem;
  }
}
.page--works .section-insta .section-content {
  padding-top: 75px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .page--works .section-insta .section-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.page--works .section-insta .headline__discription {
  display: block;
  margin-top: 25px;
  margin-bottom: 55px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .page--works .section-insta .headline__discription {
    display: none;
  }
}

.page--about .section-hero_low .content {
  background: url(../img/about/about_hero.jpg) center/cover;
}
@media only screen and (max-width: 767px) {
  .page--about .section-hero_low .content {
    background: url(../img/about/about_hero.jpg) 100% 70%/130%;
  }
}
.page--about .article__text:not(:last-of-type) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .page--about .article__text:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.page--about .article__img {
  border-radius: 10px;
  overflow: hidden;
}
.page--about .section-about {
  background: #5a6e4b;
}
.page--about .section-about .section-content {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .section-content {
    padding-top: 55px;
  }
}
.page--about .section-about .headline {
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .headline {
    margin-bottom: 25px;
  }
}
.page--about .section-about .headline-intro__title {
  color: #fff;
}
.page--about .section-about .headline-intro__text {
  color: #fff;
}
.page--about .section-about .article {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .article {
    padding-bottom: 60px;
    display: block;
  }
}
.page--about .section-about .article__body {
  width: 501px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .article__body {
    margin-bottom: 35px;
    width: auto;
    padding-right: 0;
  }
}
.page--about .section-about .article__text {
  color: #fff;
}
.page--about .section-about .article__img-wrapper {
  width: 468px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .article__img-wrapper {
    width: auto;
  }
}
.page--about .section-about .product {
  background: #fff;
}
.page--about .section-about .product__list {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .product__list {
    padding-top: 55px;
    padding-bottom: 100px;
  }
}
.page--about .section-about .product__list .product__item:not(:last-of-type) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .product__list .product__item:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
.page--about .section-about .product__item:first-of-type .lineup__body {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .product__item:first-of-type .lineup__body {
    padding: 0;
  }
}
.page--about .section-about .lineup__head {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .lineup__head {
    margin-bottom: 30px;
  }
}
.page--about .section-about .lineup__title {
  text-align: center;
  line-height: 1.8;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .lineup__title {
    font-size: 1.6rem;
  }
}
.page--about .section-about .lineup__body {
  padding: 0 13.5353%;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .lineup__body {
    padding: 0;
  }
}
.page--about .section-about .lineup__img-list {
  margin-bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .lineup__img-list {
    margin-bottom: -3px;
  }
}
.page--about .section-about .lineup__img-item {
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .lineup__img-item {
    margin-bottom: 3px;
  }
}
.page--about .section-about .lineup__img-wrapper {
  border-radius: 7px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page--about .section-about .lineup__img-wrapper {
    border-radius: 3px;
  }
}
.page--about .section-how-to {
  position: relative;
  z-index: 1;
  background: #f4f4f4;
}
.page--about .section-how-to .section-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .section-content {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
.page--about .section-how-to .headline {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .headline {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .headline__lead {
    text-align: justify;
    line-height: 2.3;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .cta {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .cta .cta-inner {
    margin: auto;
    width: max(235px, 71.6923%);
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .cta__title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .cta .tel-number {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .cta .tel-number span {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .cta .tel-available {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .cta .cta-box.mail {
    margin-top: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .cta .cta-box.mail span {
    font-size: 1.2rem;
  }
}
.page--about .section-how-to .cta .cta-box.mail span::before {
  width: 20px;
  height: 20px;
  left: -10px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-how-to .cta .cta__notes {
    margin-top: 1em;
  }
}
.page--about .section-owners {
  background: #f0eee1;
}
.page--about .section-owners .section-content {
  padding-top: 80px;
  padding-bottom: 95px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-owners .section-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.page--about .section-owners .headline {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-owners .headline {
    margin-bottom: 25px;
  }
}
.page--about .section-owners .article__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-owners .article__head {
    flex-direction: column-reverse;
    margin-bottom: 25px;
  }
}
.page--about .section-owners .article__title {
  width: 490px;
  padding-right: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  color: #5a6e4b;
}
@media only screen and (max-width: 767px) {
  .page--about .section-owners .article__title {
    font-size: 1.6rem;
    width: auto;
  }
}
.page--about .section-owners .article__img-wrapper {
  width: 358px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-owners .article__img-wrapper {
    width: auto;
    margin-bottom: 30px;
  }
}
.page--about .section-owners .article__body {
  width: 532px;
}
@media only screen and (max-width: 767px) {
  .page--about .section-owners .article__body {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-owners .article__text {
    line-height: 2.3;
  }
}
@media only screen and (max-width: 767px) {
  .page--about .section-owners .article__text:last-of-type {
    margin-top: 30px;
  }
}

.page--item .site-main {
  background: #f0eee1;
}
.page--item .section-hero_low .content {
  background: url(../img/item/item_hero.jpg) center/cover;
}
.page--item .section-content .box-article:not(:last-of-type) {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-content .box-article:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
.page--item .box-article {
  position: relative;
}
.page--item .box-article .section-content {
  position: relative;
  z-index: 1;
  padding: 30px 6.5789% 130px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .page--item .box-article .section-content {
    padding: 20px 20px 60px;
  }
}
.page--item .box-article .headline {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page--item .box-article .headline {
    margin-bottom: 25px;
  }
}
.page--item .box-article .headline__lead {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .page--item .box-article .headline__lead {
    text-align: justify;
    line-height: 1.8;
  }
}
.page--item .box-article .img-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px 23px;
}
@media only screen and (max-width: 767px) {
  .page--item .box-article .img-list {
    gap: 10px 7px;
  }
}
.page--item .box-article .img-list__item {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page--item .box-article .img-list__item {
    border-radius: 3px;
  }
}
.page--item .section-material > .section-content {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-material > .section-content {
    padding-top: 55px;
    padding-bottom: 30px;
  }
}
.page--item .section-material > .section-content > .headline {
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-material > .section-content > .headline {
    margin-bottom: 50px;
  }
}
.page--item .section-material .material {
  margin-bottom: 170px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-material .material {
    margin-bottom: 100px;
  }
}
.page--item .section-material .material__list {
  margin-bottom: -12px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-material .material__list {
    margin-bottom: -7px;
  }
}
.page--item .section-material .material__item {
  margin-bottom: 12px;
  width: 25%;
}
@media only screen and (max-width: 990px) {
  .page--item .section-material .material__item {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 550px) {
  .page--item .section-material .material__item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page--item .section-material .material__item {
    margin-bottom: 7px;
  }
}
.page--item .section-material .material__item a {
  transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  height: 100%;
  background: #fff;
}
.page--item .section-material .material__item a:hover {
  opacity: 0.7;
}
.page--item .section-material .tag {
  height: auto;
  overflow: visible;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-material .tag {
    padding: 7px 15px;
  }
}
@media only screen and (max-width: 370px) {
  .page--item .section-material .tag {
    padding: 7px 10px;
  }
}
.page--item .section-material .tag__img-wrapper {
  border-radius: 50%;
  width: 56px;
  overflow: hidden;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-material .tag__img-wrapper {
    width: 32px;
    margin-right: 10px;
  }
}
.page--item .section-material .tag__title {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .page--item .section-material .tag__title {
    font-size: 1.2rem;
  }
}
.page--item .section-material .box-article .img-list__item:first-of-type {
  grid-column: 1/5;
}
.page--item .section-material .box-article .btn-wrap {
  position: absolute;
  right: 6.5789%;
  bottom: 65px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
@media only screen and (max-width: 767px) {
  .page--item .section-material .box-article .btn-wrap {
    font-size: 1.2rem;
    position: static;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 35px auto 0;
    width: -webkit-max-content;
    width: max-content;
  }
}
.page--item .section-material .box-article:nth-of-type(1) .img-list__item:nth-of-type(2),
.page--item .section-material .box-article:nth-of-type(4) .img-list__item:nth-of-type(2) {
  grid-column: 1/3;
}
.page--item .section-material .box-article:nth-of-type(1) .img-list__item:nth-of-type(3),
.page--item .section-material .box-article:nth-of-type(4) .img-list__item:nth-of-type(3) {
  grid-column: 3/5;
}
.page--item .section-blinds > .section-content {
  padding-top: 90px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-blinds > .section-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.page--item .section-blinds > .section-content > .headline {
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-blinds > .section-content > .headline {
    margin-bottom: 85px;
  }
}
.page--item .section-blinds .box-article .section-content {
  padding: 30px 6.5789% 90px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-blinds .box-article .section-content {
    padding: 20px 20px 60px;
  }
}
.page--item .section-blinds .box-article .headline {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .page--item .section-blinds .box-article .headline {
    margin-bottom: 25px;
  }
}
.page--item .section-blinds .box-article .img-list__item:nth-of-type(1) {
  grid-column: 1/3;
}
.page--item .section-blinds .box-article .img-list__item:nth-of-type(2) {
  grid-column: 3/5;
}
.page--item .section-blinds .box-article:last-of-type .img-list__item {
  position: relative;
  padding-top: 75%;
}
.page--item .section-blinds .box-article:last-of-type .img-list__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page--blog .section-hero_low .content {
  background: url(../img/item/item_hero.jpg) center/cover;
}
.page--blog .entry-wrap {
  background: #f0eee1;
}
@media only screen and (min-width: 768px) {
  .page--blog .entry-wrap {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .page--blog .entry-wrap {
    padding-top: 55px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page--blog .entry-wrap .meta {
    display: flex;
    align-items: center;
  }
}
.page--blog .entry-wrap .meta__date {
  color: #5a6e4b;
}
@media only screen and (max-width: 767px) {
  .page--blog .entry-wrap .meta__date {
    flex-shrink: 0;
  }
}
.page--blog .entry-wrap .meta__date span {
  text-align: center;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .page--blog .entry-wrap .meta__date span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .page--blog .entry-wrap .meta__date span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--blog .entry-wrap .meta__date-y {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--blog .entry-wrap .meta__date-m_d {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--blog .entry-wrap .meta__cat {
    display: flex;
    flex-flow: wrap;
    margin-left: 0.5em;
  }
}
.page--blog .entry-wrap .meta__cat-label {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page--blog .entry-wrap .meta__cat-label {
    margin: 0 0.25em;
  }
}
.page--blog .entry-wrap .meta__cat .label {
  color: #fff;
  background: #5a6e4b;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .page--blog .entry-wrap .meta__cat .label {
    font-size: 1.4rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .page--blog .entry-wrap .meta__cat .label {
    font-size: 1rem;
    min-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .page--blog .entry-wrap .aside {
    margin-top: 3em;
  }
}
.page--blog .entry-wrap .aside__block:not(:first-of-type) {
  margin-top: 3em;
}
@media only screen and (min-width: 768px) {
  .page--blog .entry-wrap .aside__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--blog .entry-wrap .aside__title {
    text-align: center;
    font-size: 1.8rem;
  }
}
.page--blog .entry-wrap .aside__content {
  margin-top: 1.5em;
}
.page--blog .entry-wrap .aside__content .cat-list li {
  border-bottom: 1px dotted #5a6e4b;
  padding: 0.5em 0;
}
.page--blog .entry-wrap .aside__content .cat-list li:first-child {
  border-top: 1px dotted #5a6e4b;
}
.page--blog .entry-wrap .aside__content .cat-list a {
  display: block;
  font-size: 1.4rem;
}
.page--blog .entry:not(:first-of-type) {
  margin-top: 3em;
}
.page--blog .entry__title {
  padding: 1em 0;
  border-bottom: 1px solid #5a6e4b;
}
@media only screen and (min-width: 768px) {
  .page--blog .entry__title {
    font-size: 1.8rem;
    border-top: 1px solid #5a6e4b;
  }
}
@media only screen and (max-width: 767px) {
  .page--blog .entry__title {
    font-size: 1.6rem;
  }
}
.page--blog .entry__title .txt {
  font-weight: bold;
}
.page--blog .entry__title .new {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-left: 1em;
  padding: 0.25em 0.75em;
  border-radius: 2px;
  background-color: #5a6e4b;
  position: relative;
  top: -2px;
  font-size: 1.2rem;
}
.page--blog .entry__content {
  padding: 1em 0;
  line-height: 1.5;
  word-break: break-all;
  max-width: 100%;
}
.page--blog .entry__content p {
  margin: 1em 0;
}
.page--blog .entry__content a {
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .page--blog .entry__content a:hover {
    border: none;
  }
}
.page--blog .entry__content img {
  margin: 1em 0;
}
.page--blog .entry__content .btn-wrap {
  text-align: right;
  margin-top: 2em;
}
.page--blog .entry__content .btn-wrap a {
  border: none;
}
.page--blog .pagenation {
  display: block;
  margin-top: 2em;
  text-align: center;
}
.page--blog .pagenation .pager {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.page--blog .pagenation .pager__item {
  line-height: 1;
  padding: 0.5em;
}
.page--blog .pagenation .pager__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #5a6e4b;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .page--blog .pagenation .pager__item a {
    transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  }
}
@media only screen and (min-width: 768px) {
  .page--blog .pagenation .pager__item a:hover {
    opacity: 0.8;
  }
}
.page--blog .pagenation .pager__item.current a {
  pointer-events: none;
  color: #4d4357;
  background: #f4f4f4;
}
.page--blog .pagenation .pager__item.prev, .page--blog .pagenation .pager__item.next {
  position: absolute;
  top: 50%;
}
.page--blog .pagenation .pager__item.prev a::before, .page--blog .pagenation .pager__item.next a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 7px;
  height: 7px;
  left: 50%;
}
.page--blog .pagenation .pager__item.prev {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.page--blog .pagenation .pager__item.prev a::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.page--blog .pagenation .pager__item.next {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.page--blog .pagenation .pager__item.next a::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.page--blog.single .btn-wrap {
  text-align: center;
  margin-top: 1.5em;
}