@charset "UTF-8";
/* ==========================================================================
    Layout
========================================================================== */
html {
  font-size: 10px;
}
@media (max-width: 900px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 7px;
  }
}

body {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
  /* パンクズリリスト
  -------------------------------------------------- */
  /* フォント指定
  -------------------------------------------------- */
}
body ul {
  list-style: none;
  padding-left: 0;
}
body a {
  text-decoration: none;
  color: #333;
  transition: 0.4s;
}
body a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
body img {
  pointer-events: none;
}
body section {
  padding: 10rem 0;
}
body .wrap {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
body h2 {
  font-weight: normal;
}
body .breadcrumb {
  margin: 0;
  padding: 1.1em 1em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  right: 2%;
  top: -110px;
}
body .breadcrumb ol {
  padding: 0;
}
body .breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 14px;
}
body .breadcrumb li:after {
  content: "/";
  padding: 0 0.2em;
}
body .breadcrumb li:last-child:after {
  content: "";
}
body .breadcrumb li a {
  text-decoration: none;
  color: #333;
}
body .breadcrumb li a:hover {
  text-decoration: underline;
}
body .shippori {
  font-family: "Shippori Mincho", serif;
}
body .noto-serif {
  font-family: "Noto Serif JP", serif;
}
body .cormorant {
  font-family: "Cormorant Infant", serif;
}
body .garamond {
  font-family: "EB Garamond", serif;
}

/* ヘッダー共通
-------------------------------------------------- */
.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.8rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 30px;
}
.btn .fa-solid,
a.btn .fa-solid,
button.btn .fa-solid {
  margin-left: 10px;
}

footer {
  text-align: center;
  background: #242424;
  padding-top: 7.5rem;
  color: #fff;
}
footer .footer-logo {
  width: 17rem;
  margin: 0 auto;
}
footer p {
  font-size: 14px;
  margin: 3rem 0;
  line-height: 190%;
}
footer .footer-btn {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding-bottom: 4rem;
  border-bottom: 0.1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-btn a {
  width: 30%;
}
footer nav {
  text-align: left;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 4rem;
  padding-left: 2rem;
  display: flex;
}
footer nav a {
  margin-right: 4rem;
  color: #fff;
}
footer .copyright {
  background: #25251f;
  font-size: 14px;
  padding: 0.4rem 0;
  margin-top: 10rem;
  border-top: 0.1px solid rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
    page
========================================================================== */
.page-top .top {
  display: flex;
  height: auto;
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
}
.page-top .top .container {
  width: 50%;
  height: 100%;
}
.page-top .top .container .slider_rtl {
  transform: rotate(180deg);
}
.page-top .top .container .slider_rtl img {
  transform: rotate(180deg);
}
.page-top .top .back01 {
  background: #000;
}
.page-top .top .title {
  position: absolute;
  bottom: 8%;
  left: 5%;
  color: #fff;
}
.page-top .top .title h1 {
  font-size: 8rem;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .top .title h1 {
    font-size: 5vw;
  }
}
.page-top .top .title p {
  margin-top: 3rem;
  font-size: 2.6rem;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .top .title p {
    font-size: 1.6vw;
    margin-top: 1.9vw;
  }
}
.page-top .section-introduce .introduce-container {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
.page-top .section-introduce .introduce-container .introduce-inner_left {
  flex: 7;
}
.page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content {
  width: 85%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
}
.page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .title h2 {
  writing-mode: vertical-rl;
  font-size: 5.2rem;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .title h2 {
    font-size: 3.3vw;
  }
}
.page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .title h2::before {
  content: "";
  display: inline-block;
  background: url("../img/top/introduce-text02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 60px;
  height: 200px;
  transform: translate(140%, 3%);
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .title h2::before {
    width: 3.75vw;
    height: 12.5vw;
  }
}
.page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .title h2::after {
  content: "";
  display: inline-block;
  background: url("../img/top/circle-shape.png") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 250px;
  left: -115%;
  top: -25%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .title h2::after {
    width: 15.5vw;
    height: 15.5vw;
  }
}
.page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .desc {
  margin: 12rem 5rem 0 15%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .desc {
    margin: 7.5vw 3.1vw 0 15%;
  }
}
.page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .desc strong {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .desc strong {
    font-size: 2vw;
  }
}
.page-top .section-introduce .introduce-container .introduce-inner_left .introduce-content .desc p {
  margin-top: 3rem;
  line-height: 180%;
}
.page-top .section-introduce .introduce-container .introduce-inner_left picture {
  width: 85%;
  margin: 0 0 0 auto;
  margin-top: 4rem;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-introduce .introduce-container .introduce-inner_left picture {
    margin-top: 2.5vw;
  }
}
.page-top .section-introduce .introduce-container .introduce-inner_right {
  flex: 6;
}
.page-top .section-introduce .introduce-container .introduce-inner_right img {
  width: 100%;
}
.page-top .section-about {
  text-align: center;
  overflow: hidden;
  background: url("../img/top/section-about_back.png") no-repeat center top/cover;
}
.page-top .section-about h2 img {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page-top .section-about .about-text01 {
  font-size: 2.8rem;
  margin-top: 5rem;
  line-height: 180%;
  position: relative;
  font-weight: 600;
}
.page-top .section-about .about-text01::after {
  content: "";
  display: inline-block;
  background: url("../img/top/circle-shape02.png") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  width: 370px;
  height: 370px;
  left: -20%;
  top: -105%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-about .about-text01::after {
    width: 23vw;
    height: 23vw;
  }
}
.page-top .section-about .about-text01::before {
  content: "";
  display: inline-block;
  background: url("../img/top/circle-shape02.png") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  width: 450px;
  height: 450px;
  right: -25%;
  bottom: -390%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-about .about-text01::before {
    width: 28vw;
    height: 28vw;
  }
}
.page-top .section-about .about-text02 {
  margin-top: 3rem;
  font-size: 17px;
  line-height: 210%;
}
.page-top .section-feature {
  padding-bottom: 0;
}
.page-top .section-feature h2 {
  font-size: 5rem;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 7rem;
  padding-left: 1rem;
  font-weight: bold;
}
.page-top .section-feature h2 span {
  font-size: 2rem;
  display: inline-block;
  font-weight: 400;
}
.page-top .section-feature .feature-contant {
  width: 100%;
  display: flex;
  height: 50rem;
  padding: 0;
}
.page-top .section-feature .feature-contant .desc {
  background: url("../img/top/section-feature_back.png") no-repeat center top/cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 3;
  padding: 0 2rem;
}
.page-top .section-feature .feature-contant .desc .desc-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page-top .section-feature .feature-contant .desc h3 {
  writing-mode: vertical-rl;
  font-size: 4.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-feature .feature-contant .desc h3 {
    font-size: 2.8vw;
  }
}
.page-top .section-feature .feature-contant .desc .h3_01::before {
  content: "";
  display: inline-block;
  background: url("../img/top/feature-text01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 100px;
  top: 3%;
  left: -50%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-feature .feature-contant .desc .h3_01::before {
    width: 2.5vw;
    height: 6.2vw;
  }
}
.page-top .section-feature .feature-contant .desc .h3_02::before {
  content: "";
  display: inline-block;
  background: url("../img/top/feature-text02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 100px;
  top: 3%;
  left: -50%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-feature .feature-contant .desc .h3_02::before {
    width: 2.5vw;
    height: 6.2vw;
  }
}
.page-top .section-feature .feature-contant .desc .h3_03::before {
  content: "";
  display: inline-block;
  background: url("../img/top/feature-text03.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 100px;
  top: 3%;
  left: -50%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-feature .feature-contant .desc .h3_03::before {
    width: 2.5vw;
    height: 6.2vw;
  }
}
.page-top .section-feature .feature-contant .desc .h3_04::before {
  content: "";
  display: inline-block;
  background: url("../img/top/feature-text04.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 100px;
  top: 3%;
  left: -50%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-feature .feature-contant .desc .h3_04::before {
    width: 2.5vw;
    height: 6.2vw;
  }
}
.page-top .section-feature .feature-contant .desc .detail {
  max-width: 300px;
  margin-left: 2.5rem;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-top .section-feature .feature-contant .desc .detail {
    margin-left: 1.5vw;
  }
}
.page-top .section-feature .feature-contant .desc .detail strong {
  font-size: 2rem;
  line-height: 150%;
}
.page-top .section-feature .feature-contant .desc .detail p {
  font-size: 17px;
  line-height: 180%;
  margin-top: 1.5rem;
}
.page-top .section-feature .feature-contant .image {
  flex: 5;
}
.page-top .section-feature .feature-contant .image01 {
  background: url("../img/top/feature-image01.jpg") no-repeat center top/cover;
}
.page-top .section-feature .feature-contant .image02 {
  background: url("../img/top/feature-image02.jpg") no-repeat center top/cover;
}
.page-top .section-feature .feature-contant .image03 {
  background: url("../img/top/feature-image03.jpg") no-repeat center top/cover;
}
.page-top .section-feature .feature-contant .image04 {
  background: url("../img/top/feature-image04.jpg") no-repeat center top/cover;
}
.page-top .section-feature .reverse {
  flex-direction: row-reverse;
}

.page-contact .header_pc {
  background: rgba(255, 255, 255, 0.8);
}
.page-contact .header_pc .parent-li a {
  color: #333;
}
.page-contact .header_pc .menu-online a {
  color: #fff !important;
}
.page-contact .header_pc .child-content a {
  color: #fff !important;
}
.page-contact .header_pc .logo_black {
  display: block !important;
}
.page-contact .header_pc .logo_white {
  display: none !important;
}
.page-contact .top {
  margin-top: 19rem;
}
.page-contact .top p, .page-contact .top h1 {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.page-contact .top h1 {
  margin-top: 2rem;
  font-size: 6rem;
  font-weight: 600;
}
.page-contact .top .top-image {
  background: url("../img/contact/top-image.jpg") no-repeat center bottom/cover;
  height: 50rem;
  margin-top: 9rem;
}
.page-contact .main {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0 10rem 0;
}
.page-contact .main h2 {
  font-size: 2.8rem;
  margin: 6rem 0 2rem 0;
  font-weight: 600;
}
.page-contact .main .phone-area {
  background: url("../img/contact/phone_back.jpg") no-repeat center top/cover;
  padding: 4rem 0;
  width: 100%;
  text-align: center;
}
.page-contact .main .phone-area a {
  font-size: 4.6rem;
  line-height: 50%;
}
.page-contact .main .phone-area a span {
  font-size: 16px;
}
.page-contact .main .phone-area a i {
  margin-right: 0.4em;
}
.page-contact .main .online-desc {
  font-size: 17px;
}
.page-contact .main .box_form {
  margin-top: 4.5rem;
}
.page-contact .main .box_form form {
  text-align: center;
}
.page-contact .main .box_form form dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  border-top: 1px solid #ddd;
  text-align: left;
}
.page-contact .main .box_form form dl dt {
  flex: 1;
  font-size: 18px;
  padding: 0 4rem 0 1rem;
}
.page-contact .main .box_form form dl dt p {
  display: flex;
  justify-content: space-between;
}
.page-contact .main .box_form form dl dt .need {
  background: #a03427;
  color: #fff;
  padding: 0.4rem 1.5rem;
  font-size: 14px;
}
.page-contact .main .box_form form dl dt .no-need {
  background: #848484;
  color: #fff;
  padding: 0.4rem 1.5rem;
  font-size: 14px;
}
.page-contact .main .box_form form dl dd {
  flex: 2;
  margin-right: 1rem;
}
.page-contact .main .box_form form dl dd input {
  width: 100%;
  padding-left: 1rem;
  border: 1px solid #ddd;
}
.page-contact .main .box_form form dl dd textarea {
  width: 100%;
  min-height: 17rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
  border: 1px solid #ddd;
}
.page-contact .main .box_form form dl dd ::placeholder {
  color: #ddd;
  font-size: 16px;
}
.page-contact .main .box_form form .text-dl {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}
.page-contact .main .box_form form .btn_sbmit {
  -webkit-appearance: none;
  color: #fff;
  background: #698c54;
  border: none;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  padding: 2rem 14rem;
  margin: 7rem 0 6rem 0;
  position: relative;
  z-index: 1;
}
.page-contact .main .alert {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.page-contact .main .alert span {
  color: #698c54;
}
.page-contact .contact-thanks {
  text-align: center;
  padding: 7rem 0;
}
.page-contact .contact-thanks .thanks-title {
  font-size: 3.4rem;
  font-weight: 600;
}
.page-contact .contact-thanks .thanks-text {
  margin: 4.5rem 0;
  font-size: 17px;
  line-height: 190%;
}
.page-contact .contact-thanks .thanks-btn {
  background: #698c54;
  color: #fff;
  padding: 1rem 5rem;
}
.page-contact .contact-thanks .alert {
  padding: 1rem;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 5rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.page-contact .contact-thanks .alert span {
  color: #698c54;
}

.page-repair .header_pc {
  background: rgba(255, 255, 255, 0.8);
}
.page-repair .header_pc .parent-li a {
  color: #333;
}
.page-repair .header_pc .menu-online a {
  color: #fff !important;
}
.page-repair .header_pc .child-content a {
  color: #fff !important;
}
.page-repair .header_pc .logo_black {
  display: block !important;
}
.page-repair .header_pc .logo_white {
  display: none !important;
}
.page-repair .top {
  margin-top: 19rem;
}
.page-repair .top p, .page-repair .top h1 {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.page-repair .top h1 {
  margin-top: 2rem;
  font-size: 6rem;
  font-weight: 600;
}
.page-repair .top .top-image {
  background: url("../img/repair/top-image.jpg") no-repeat center bottom/cover;
  height: 50rem;
  margin-top: 9rem;
}
.page-repair .section-rosary {
  padding-bottom: 17rem;
  background: url("../img/repair/rosary_back.jpg") no-repeat center top/cover;
}
.page-repair .section-rosary .sub-title {
  font-size: 2rem;
}
.page-repair .section-rosary h2 {
  font-size: 5rem;
  margin-top: 1rem;
  font-weight: 600;
}
.page-repair .section-rosary .desc {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 6rem;
}
.page-repair .section-rosary .sample-area {
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
  position: relative;
  z-index: 1;
}
.page-repair .section-rosary .sample-area img {
  width: 47%;
}
.page-repair .section-rosary .sample-area::before {
  content: "";
  display: inline-block;
  background: url("../img/repair/arrow.png") no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page-repair .section-kuyo {
  position: relative;
  padding-bottom: 14rem;
  background: url("../img/repair/section-kuyo_back.jpg") no-repeat center top/cover;
}
.page-repair .section-kuyo h2 {
  font-size: 4.8rem;
  background: rgba(105, 140, 84, 0.85);
  writing-mode: vertical-rl;
  padding: 3.5rem 3rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-repair .section-kuyo h2 {
    font-size: 3vw;
  }
}
.page-repair .section-kuyo .kuyo-inner {
  margin-top: 14rem;
  width: 100%;
  background: #fff;
  padding: 6rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-repair .section-kuyo .kuyo-inner {
    margin-top: 8.8vw;
    padding: 3.8vw 1.9vw;
  }
}
.page-repair .section-kuyo .kuyo-inner .desc {
  width: 56%;
  padding-right: 2rem;
}
.page-repair .section-kuyo .kuyo-inner .desc h3 {
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-repair .section-kuyo .kuyo-inner .desc h3 {
    font-size: 2vw;
  }
}
.page-repair .section-kuyo .kuyo-inner .desc p {
  margin-top: 3rem;
  line-height: 180%;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-repair .section-kuyo .kuyo-inner .desc p {
    margin-top: 1.9vw;
  }
}
.page-repair .section-kuyo .kuyo-inner img {
  width: 44%;
}

.page-product .header_pc {
  background: rgba(255, 255, 255, 0.8);
}
.page-product .header_pc .parent-li a {
  color: #333;
}
.page-product .header_pc .menu-online a {
  color: #fff !important;
}
.page-product .header_pc .child-content a {
  color: #fff !important;
}
.page-product .header_pc .logo_black {
  display: block !important;
}
.page-product .header_pc .logo_white {
  display: none !important;
}
.page-product .top {
  margin-top: 19rem;
}
.page-product .top .cormorant {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.page-product .top .title-desc {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.page-product .top .title-desc h1 {
  font-size: 6rem;
  font-weight: 600;
}
.page-product .top .title-desc p {
  font-size: 18px;
}
.page-product .top .title-desc p span {
  font-size: 2.8rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 600;
}
.page-product .top .top-image {
  background: url("../img/product/top-image.jpg") no-repeat center bottom/cover;
  height: 50rem;
  margin-top: 9rem;
}
.page-product .select-area {
  padding-top: 6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-product .select-area a {
  font-size: 18px;
  width: 24rem;
  text-align: center;
  border-bottom: 1px solid #698c54;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 1.4rem 0 1.4rem;
}
.page-product .select-area a i {
  margin-left: 2rem;
}
.page-product .section-product {
  padding-top: 2rem;
}
.page-product .section-product h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 8rem 0 4rem 0;
}
.page-product .section-product .description {
  margin-bottom: 4rem;
  font-size: 17px;
  line-height: 170%;
}
.page-product .section-product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}
.page-product .section-product ul li {
  width: 23%;
  padding-bottom: 10rem;
}
.page-product .section-product ul li img {
  width: 100%;
}
.page-product .section-product ul li .category {
  margin-top: 2rem;
}
.page-product .section-product ul li .category .pink {
  background: #bf93a9;
}
.page-product .section-product ul li .category .blue {
  background: #93a9bf;
}
.page-product .section-product ul li .category span {
  font-size: 14px;
  padding: 1rem 1.5rem;
  margin-right: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.page-product .section-product ul li h3 {
  margin-top: 1.5rem;
  font-size: 2.2rem;
  font-weight: 600;
  padding-right: 1rem;
}
.page-product .section-product ul li .detail {
  font-size: 16px;
  margin-top: 1rem;
  padding-right: 1rem;
}
.page-product .section-product ul li .price {
  font-size: 14px;
  margin-top: 1rem;
  padding-right: 1rem;
}

.page-company .header_pc {
  background: rgba(255, 255, 255, 0.8);
}
.page-company .header_pc .parent-li a {
  color: #333;
}
.page-company .header_pc .menu-online a {
  color: #fff !important;
}
.page-company .header_pc .child-content a {
  color: #fff !important;
}
.page-company .header_pc .logo_black {
  display: block !important;
}
.page-company .header_pc .logo_white {
  display: none !important;
}
.page-company .top {
  margin-top: 19rem;
}
.page-company .top p, .page-company .top h1 {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.page-company .top h1 {
  margin-top: 2rem;
  font-size: 6rem;
  font-weight: 600;
}
.page-company .top .top-image {
  background: url("../img/company/top-image.jpg") no-repeat center bottom/cover;
  height: 50rem;
  margin-top: 9rem;
}
.page-company .section-philosophy .sub-title {
  font-size: 2rem;
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.page-company .section-philosophy h2 {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  font-size: 4.8rem;
  margin-top: 1rem;
  font-weight: 600;
}
.page-company .section-philosophy .philosophy-inner {
  max-width: 2500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 7rem;
}
.page-company .section-philosophy .philosophy-inner img {
  width: 47%;
  max-width: 1000px;
}
.page-company .section-philosophy .philosophy-inner .desc {
  margin: 0 5%;
  max-width: 470px;
}
.page-company .section-philosophy .philosophy-inner .desc h3 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 180%;
}
.page-company .section-philosophy .philosophy-inner .desc p {
  margin-top: 2.5rem;
  font-size: 17px;
}
.page-company .section-outline {
  background: url("../img/company/section-outline_back.jpg") no-repeat center bottom/cover;
}
.page-company .section-outline .sub-title {
  font-size: 2rem;
  text-align: center;
}
.page-company .section-outline h2 {
  font-size: 4.8rem;
  margin-top: 1rem;
  font-weight: 600;
  text-align: center;
}
.page-company .section-outline .outline-inner {
  margin-top: 7rem;
  max-width: 880px;
}
.page-company .section-outline .outline-inner .summary {
  display: flex;
  padding: 2rem 0;
  font-size: 17px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.page-company .section-outline .outline-inner .summary .summary-title {
  padding: 0 2.5rem;
  flex: 1;
}
.page-company .section-outline .outline-inner .summary .summary-detail {
  flex: 5;
  padding: 0 2.5rem;
}

.page-about .header_pc {
  background: rgba(255, 255, 255, 0.8);
}
.page-about .header_pc .parent-li a {
  color: #333;
}
.page-about .header_pc .menu-online a {
  color: #fff !important;
}
.page-about .header_pc .child-content a {
  color: #fff !important;
}
.page-about .header_pc .logo_black {
  display: block !important;
}
.page-about .header_pc .logo_white {
  display: none !important;
}
.page-about .top {
  margin-top: 19rem;
}
.page-about .top p, .page-about .top h1 {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.page-about .top h1 {
  margin-top: 2rem;
  font-size: 6rem;
  font-weight: 600;
}
.page-about .top .top-image {
  background: url("../img/about/top-image.jpg") no-repeat center bottom/cover;
  height: 50rem;
  margin-top: 9rem;
}
.page-about .select-area {
  padding: 6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-about .select-area a {
  font-size: 18px;
  width: 27rem;
  text-align: center;
  border-bottom: 1px solid #698c54;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 1.4rem 0 1.4rem;
}
.page-about .select-area a i {
  margin-left: 2rem;
}
.page-about .section-about {
  background: url("../img/about/section-about_back.jpg") no-repeat center top/cover;
  overflow: hidden;
  position: relative;
}
.page-about .section-about .sub-title {
  font-size: 2rem;
  text-align: center;
}
.page-about .section-about h2 {
  font-size: 5rem;
  margin-top: 1rem;
  font-weight: 600;
  text-align: center;
}
.page-about .section-about .about-content {
  background: #fff;
  padding: 7rem 0;
  width: 90%;
  max-width: 1240px;
  margin-top: 15rem;
  position: relative;
  z-index: 2;
}
.page-about .section-about .about-content div {
  padding: 0 7rem;
  max-width: 860px;
  position: relative;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-about .section-about .about-content div {
    max-width: 54vw;
    min-width: 700px;
  }
}
.page-about .section-about .about-content div h3 {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 600;
  background: #698c54;
  padding: 2rem 1.5rem;
  writing-mode: vertical-rl;
  position: absolute;
  top: -14rem;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-about .section-about .about-content div h3 {
    font-size: 2.6vw;
  }
}
.page-about .section-about .about-content div .title-text {
  font-size: 2.8rem;
}
.page-about .section-about .about-content div .desc {
  font-size: 17px;
  margin-top: 2rem;
}
.page-about .section-about .about-content01 div {
  margin: 0 0 0 auto;
}
.page-about .section-about .about-content01 div h3 {
  left: -10rem;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-about .section-about .about-content01 div h3 {
    left: -6.3vw;
  }
}
.page-about .section-about .about-content02 {
  margin: 0 0 0 auto;
  margin-top: 15rem;
}
.page-about .section-about .about-content02 div h3 {
  right: -10rem;
}
@media (max-width: 1600px) and (min-width: 901px) {
  .page-about .section-about .about-content02 div h3 {
    right: -6.3vw;
  }
}
.page-about .section-about::before {
  content: "";
  display: inline-block;
  background: url("../img/about/shape01.png") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  width: 37rem;
  height: 37rem;
  left: -10rem;
  top: 10rem;
}
.page-about .section-about::after {
  content: "";
  display: inline-block;
  background: url("../img/about/shape01.png") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  width: 39rem;
  height: 39rem;
  right: -10rem;
  bottom: 40rem;
}
.page-about .section-denomination {
  padding-top: 0;
}
.page-about .section-denomination .title-section {
  background: url("../img/about/section-denomination_back.jpg") no-repeat center top/cover;
  color: #fff;
  padding: 18rem 0;
}
.page-about .section-denomination .title-section .sub-title {
  font-size: 2rem;
  text-align: center;
}
.page-about .section-denomination .title-section h2 {
  font-size: 5rem;
  margin-top: 1rem;
  font-weight: 600;
  text-align: center;
}
.page-about .section-denomination .denomination-content {
  padding-top: 9rem;
}
.page-about .section-denomination .denomination-content .title-text {
  font-size: 2.8rem;
  font-weight: 600;
}
.page-about .section-denomination .denomination-content .desc {
  font-size: 17px;
  margin-top: 1.5rem;
  line-height: 190%;
}
.page-about .section-denomination .denomination-content .image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-about .section-denomination .denomination-content .image div {
  margin-top: 4rem;
  width: 23%;
  text-align: center;
}
.page-about .section-denomination .denomination-content .image div img {
  width: 100%;
}
.page-about .section-denomination .denomination-content .image div p {
  font-size: 2.2rem;
  margin-top: 1rem;
}
.page-about .section-formal {
  padding-top: 0;
}
.page-about .section-formal .title-section {
  background: url("../img/about/section-formal_back.jpg") no-repeat center top/cover;
  color: #fff;
  padding: 18rem 0;
}
.page-about .section-formal .title-section .sub-title {
  font-size: 2rem;
  text-align: center;
}
.page-about .section-formal .title-section h2 {
  font-size: 5rem;
  margin-top: 1rem;
  font-weight: 600;
  text-align: center;
}
.page-about .section-formal .formal-content {
  padding-top: 9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-about .section-formal .formal-content .image {
  flex: 1;
}
.page-about .section-formal .formal-content .image img {
  width: 90%;
}
.page-about .section-formal .formal-content .desc-box {
  flex: 1;
}
.page-about .section-formal .formal-content .desc-box .title-text {
  font-size: 2.8rem;
  font-weight: 600;
}
.page-about .section-formal .formal-content .desc-box .desc {
  font-size: 17px;
  margin-top: 1.5rem;
  line-height: 190%;
  width: 90%;
}
.page-about .section-informal {
  padding: 0;
}
.page-about .section-informal .title-section {
  background: url("../img/about/section-informal_back.jpg") no-repeat center top/cover;
  color: #fff;
  padding: 18rem 0;
}
.page-about .section-informal .title-section .sub-title {
  font-size: 2rem;
  text-align: center;
}
.page-about .section-informal .title-section h2 {
  font-size: 5rem;
  margin-top: 1rem;
  font-weight: 600;
  text-align: center;
}
.page-about .section-informal .informal-content {
  position: relative;
  height: 38rem;
  background: url("../img/about/section-informal02_back.jpg") no-repeat center top/cover;
}
.page-about .section-informal .informal-content .desc-box {
  padding: 5rem 0;
  width: 90%;
  max-width: 1180px;
  position: absolute;
  background: #fff;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.page-about .section-informal .informal-content .desc-box .title-text {
  font-size: 2.8rem;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.page-about .section-informal .informal-content .desc-box .desc {
  font-size: 17px;
  line-height: 190%;
  width: 90%;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.page-about .section-kizuna {
  position: relative;
  overflow: hidden;
  background: url("../img/about/section-kizuna_back.jpg") no-repeat center top/cover;
}
.page-about .section-kizuna .title-section .sub-title {
  font-size: 2rem;
  text-align: center;
}
.page-about .section-kizuna .title-section h2 {
  font-size: 5rem;
  margin-top: 1rem;
  font-weight: 600;
  text-align: center;
}
.page-about .section-kizuna .kizuna-content {
  padding-top: 7rem;
  text-align: center;
}
.page-about .section-kizuna .kizuna-content .desc-box {
  text-align: center;
}
.page-about .section-kizuna .kizuna-content .desc-box .title-text {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 190%;
}
.page-about .section-kizuna .kizuna-content .desc-box .desc {
  font-size: 17px;
  margin-top: 1.5rem;
  line-height: 190%;
  width: 90%;
}
.page-about .section-kizuna .kizuna-content .image {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 7rem;
}
.page-about .section-kizuna .kizuna-content .image div {
  margin-top: 4rem;
  width: 47%;
  text-align: left;
}
.page-about .section-kizuna .kizuna-content .image div img {
  width: 100%;
}
.page-about .section-kizuna .kizuna-content .image div p {
  font-size: 2.2rem;
  margin-top: 1rem;
}
.page-about .section-kizuna .kizuna-content .kizuna-btn {
  background: #698c54;
  font-size: 17px;
  padding: 2rem 9rem;
  color: #fff;
}
.page-about .section-kizuna .kizuna-content .kizuna-btn i {
  margin-left: 4rem;
}
.page-about .section-kizuna::before {
  content: "";
  display: inline-block;
  background: url("../img/about/shape.png") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  width: 39rem;
  height: 39rem;
  left: -9rem;
  top: 6rem;
}
.page-about .section-kizuna::after {
  content: "";
  display: inline-block;
  background: url("../img/about/shape.png") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  width: 39rem;
  height: 39rem;
  right: -9rem;
  bottom: -15rem;
}
.page-about .section-engraving .title-section .sub-title {
  font-size: 2rem;
  text-align: center;
}
.page-about .section-engraving .title-section h2 {
  font-size: 5rem;
  margin-top: 1rem;
  font-weight: 600;
  text-align: center;
}
.page-about .section-engraving .engraving-description {
  padding: 7rem 0 4rem 0;
}
.page-about .section-engraving .engraving-description .desc-box .title-text {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 190%;
}
.page-about .section-engraving .engraving-description .desc-box .desc {
  font-size: 17px;
  margin-top: 1.5rem;
  line-height: 190%;
  width: 90%;
}
.page-about .section-engraving .engraving-content {
  width: 100%;
  display: flex;
  height: 43rem;
  padding: 0;
}
.page-about .section-engraving .engraving-content .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 5;
}
.page-about .section-engraving .engraving-content .desc .desc-inner {
  max-width: 45rem;
  margin: 0 auto;
  width: 90%;
}
.page-about .section-engraving .engraving-content .desc .desc-inner h3 {
  font-size: 3.6rem;
  position: relative;
  z-index: 1;
}
.page-about .section-engraving .engraving-content .desc .desc-inner .h3_01::before {
  content: "";
  display: inline-block;
  background: url("../img/about/feature-text01.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 14rem;
  height: 14rem;
  top: -100%;
  left: -2%;
}
.page-about .section-engraving .engraving-content .desc .desc-inner .h3_02::before {
  content: "";
  display: inline-block;
  background: url("../img/about/feature-text02.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 14rem;
  height: 14rem;
  top: -100%;
  left: -2%;
}
.page-about .section-engraving .engraving-content .desc .desc-inner .h3_03::before {
  content: "";
  display: inline-block;
  background: url("../img/about/feature-text03.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 14rem;
  height: 14rem;
  top: -100%;
  left: -2%;
}
.page-about .section-engraving .engraving-content .desc .desc-inner p {
  font-size: 17px;
  line-height: 180%;
  margin-top: 1.5rem;
}
.page-about .section-engraving .engraving-content .image {
  flex: 5;
}
.page-about .section-engraving .engraving-content .image01 {
  background: url("../img/about/engraving-image01.jpg") no-repeat center top/cover;
}
.page-about .section-engraving .engraving-content .image02 {
  background: url("../img/about/engraving-image02.jpg") no-repeat center top/cover;
}
.page-about .section-engraving .engraving-content .image03 {
  background: url("../img/about/engraving-image03.jpg") no-repeat center top/cover;
}
.page-about .section-engraving .reverse {
  flex-direction: row-reverse;
}