﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
  --font-roboto:"Noto Sans JP", sans-serif;
}
.mode_P .wrapper{
  min-width: 1300px;
}
.wrap{
  min-width: unset;
}
.sp_only{
  display: none;
}
.slick_container{
  width: 100%;
  clip-path: ellipse(120% 100% at 50% 0);
  position: relative;
}
.shopdetailTopBanner .slick_container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-slide{
  height: 742px !important;
}
.shopdetailTopBanner .slick_container .slick-dots{
  bottom: 90px;
}
.shopdetailTopBanner .slick_container .slick-dots li{
  margin: 0;
}
.scroll-indicator {
  margin-top: -120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: sans-serif;
  position: relative;
}

.scroll-text {
  font-family: var(--font-roboto);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #7a5c3e;
  background-color: #FFF;
  position: absolute;
  top: 60%;
}

.scroll-line {
  position: relative;
  width: 2px;
  height: 248px;
  background-color: #7a5c3e;
  overflow: hidden;
}

.scroll-line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0% {
    top: -100%;
  }
  50% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}

.section{
  padding: 98px 0;
  min-width: 1300px;
}
@media screen and (max-width:1200px){
  .section{
    min-width: unset;
  }
}
.section-title{
  color: #8C7459;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
.section-title .en{
  font-family: var(--font-roboto);
}
.section-title .jp{
  margin-top: 0.5em;
  display: block;
  color: #333333;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.section-lead{
  margin-top: 65px;
}
.section-lead__text{
  font-size: 25px;
  text-align: center;
  line-height: 1.6;
}
.contract-content{
  margin-top: 95px;
}
.contaract-content__item{
  display: flex;
}
.contaract-content__item:nth-of-type(2n){
  flex-direction: row-reverse;
}
.contaract-content__item:nth-of-type(2n) .contrac-content__detail{
  background-color: #BDB6AD;
}
.contract-content__image{
  width: 50%;
}
.contract-content__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contrac-content__detail{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #B3A391;
}
.contract-content__category{
  margin-top: 10%;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.contract-content__category a:link,.contract-content__category a:hover,.contract-content__category a:visited{
  color: #fff;
}
.contract-content__category .en{
  display: block;
  font-family: var(--font-roboto);
}
.contract-content__category .jp{
  margin-top: 0.5em;
  display: block;
  font-size: 25px;
  font-weight: 500;
}
.view-btn{
  width: 174px;
  height: 36px;
  margin: 63px 0 0 40%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 1px solid #FFF;
  position: relative;
  border-radius: 20px;
  transition: 0.3s border ease;
}
.view-btn:hover{
  border: none;
}
.view-btn::after{
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 18px;
  right: -30px;
  transition: 0.3s transform ease;
}
.view-btn:hover::after{
  transform: translateX(20px);
}
.view-btn:hover::before{
  content: "";
  width: 16px;
  height: 1px;
  display: block;
  background-color: transparent;
  position: absolute;
  top: 8px;
  right: -32px;
  transform-origin: right;
  transition: 0.3s background-color,transform ease;
}
.view-btn:hover::before{
  background-color: #fff;
  transform:rotate(30deg) translateX(20px);
}
.view-btn:visited,
.view-btn:hover,
.view-btn:link{
  color: #fff;
}
.service-content{
  margin-top: 232px;
  display: flex;
}
.service-content__image{
  width: calc(1146 / 1920 * 100%);
  min-height: 700px;
}
.service-content__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-content__detail{
  width: calc((1057 / 1920 * 100%));
  position: relative;
}
.service-content__lists{
  margin-top: -70px;
}
.service-content__item:nth-of-type(1) {
  margin-left: -220PX;
}
.service-content__item:nth-of-type(2) {
  margin-left: -180PX;
}
.service-content__item:nth-of-type(3) {
  margin-left: -140PX;
}
.service-content__item:nth-of-type(4) {
   margin-left: -100PX;
}
.service-content__item:nth-of-type(5){
   margin-left: -60PX;
}
.service-content__item:nth-of-type(6){
   margin-left: -20PX;
}
.service-content__title{
  display: flex;
  align-items: center;
  background-color: #EEE;
}
.service-content__title .point{
  width: 81px;
  height: 81px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-color: #644F38;
}
.service-content__title .point small{
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.service-content__title .point .no{
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
}
.service-content__title-text{
  padding-left: 1.5em;
  color: #644F38;
  font-size: 25px;
}
.service-content__text{
  padding: 1.5em 1em;
  font-size: 20px;
  background-color:#FFF5EA;
}
.service-step{
  margin-top: 195px;
}
.service-step__inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.service-step__lists{
  display: flex;
  flex-wrap: wrap;
  gap: 76px 60px;
}
.service-step__item{
  width: calc((100% - 210px) / 3);
  max-width: 330px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
}
.service-step__item:nth-of-type(4){
  margin-left: auto;
}
.service-step__card{
  height: 100%;
  padding: 3.3em 1.3em 2.3em;
  background-color: #F1EDE9;
  position: relative;
}
.service-step__card::before{
  content: "";
  width:20px;
  height: 1px;
  display: block;
  background-color: #8C7459;
  position: absolute;
  bottom: 55px;
  right: -50px;
  transform: rotate(30deg);
  transform-origin: right;
}
.service-step__card::after{
  content: "";
  width:70px;
  height: 1px;
  display: block;
  background-color: #8C7459;
  position: absolute;
  bottom: 55px;
  right: -50px;
}
.service-step__item:nth-child(3n) .service-step__card::before,
.service-step__item:nth-child(3n) .service-step__card::after{
  content: none;
}
.service-step_no{
  width: 81px;
  height: 81px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #8C7459;
}
.service-step_no small{
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.service-step_no span{
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
.service-step__title{
  color: #8C7459;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.service-step__text{
  margin-top: 1.1em;
  font-size: 20px;
  text-align: center;
}
.brand-content{
  margin-top: 35px;
}
.brand-content__inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.brand-content__lists{
  display: flex;
  flex-wrap: wrap;
  gap: 45px 0;
}
.brand-content__item{
  width: calc(100% / 4);
}
.brand-content__item:nth-child(1),
.brand-content__item:nth-child(2){
  width: 50%;
}
.contact-button-wrap{
  margin-top: 106px;
}
.contact-button__inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px 48px;
}
.btn-qa{
  width: calc(576 / 1200 * 100%);
  height: 80px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #8C7459;
}
.btn-qa::after{
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(/cms/img/usr/business/icon_qa.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.btn-contact{
  width: calc(576 / 1200 * 100%);
  height: 80px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #9D9387;
}
.btn-contact::after{
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(/cms/img/usr/business/icon_calc.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.btn-qa:link,.btn-qa:visited,
.btn-contact:link,.btn-contact:visited{
  color: #fff;
}
.offering-content{
  margin-top: 94px;
}

.offering-content__item{
  display: flex;
}
.offering-content__image{
  width: 50%;
}
.offering-content__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offering-content__detail{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #B3A391;
}
.offering-content__category{
  color: #fff;
}
.offering-content__category a:link,.offering-content__category a:visited,.offering-content__category a:hover{
  color: #fff;
}
.offering-content__category .en{
  display: block;
  font-family: var(--font-roboto);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.offering-content__category .jp{
  margin-top: 1em;
  display: block;
  font-size: 25px;
  text-align: center;
}
.fixed-btn{
  display: flex;
  flex-direction: column;
  gap: 10px 10px;
  position: fixed;
  top: 60vh;
  right: 20px;
  z-index: 20;
}
.fixed-btn__qa{
  width: 134px;
  height: 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #8C7459;
  position: relative;
}
.fixed-btn__qa:after{
  content: "";
  width: 64px;
  height: 60px;
  display: block;
  background-image: url(/cms/img/usr/business/icon_qa.png);
  background-size: 100% 100%;
}
.fixed-btn__qa span{
  margin-top: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.fixed-btn__contact{
  width: 134px;
  height: 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #9D9387;
  position: relative;
}
.fixed-btn__contact:after{
  content: "";
  width: 64px;
  height: 60px;
  display: block;
  background-image: url(/cms/img/usr/business/icon_calc.png);
  background-size: 100% 100%;
}
.fixed-btn__contact span{
  margin-top: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.fixed-btn__qa:link,.fixed-btn__qa:visited,.fixed-btn__qa:hover,
.fixed-btn__contact:link,.fixed-btn__contact:visited,.fixed-btn__contact:hover{
  color: #fff;
}
#top-topics #LoadAjax_Event{
  margin-top: 90px;
}
@media screen and (max-width:768px) {
  .sp_only{
    display: block;
  }
  .pc_only{
    display: none;
  }
  .shopdetailTopBanner .slick_container{
    height: 500px;
  }
  .slick-slide{
    width: 100%;
    height: 500px !important;
  }
  .scroll-indicator{
    margin-top: -30px;
  }
  .scroll-line{
    height: 120px;
  }
  .section{
    padding: 43px 0;
  }
  .section-title{
    font-size: 25px;
  }
  .section-title .jp{
    margin-top: 2em;
    font-size: 15px;
  }
  .section-lead{
    margin-top: 1.25em;
    padding: 0 15px;
  }
  .section-lead__text{
    font-size: 15px;
  }
  .contaract-content__item,
  .contaract-content__item:nth-of-type(2n){
    flex-direction: column;
  }
  .contract-content__image{
    width: 100%;
  }
  .contrac-content__detail{
    width: 100%;
    padding: 16px 15px;
    flex-direction: row;
    gap: 10px;
  }
  .contract-content__category{
    width: calc(260 / 375 * 100%);
    margin-top: 0;
  }
  .contract-content__category .en{
    font-size: 18px;
  }
  .contract-content__category .jp{
    font-size: 14px;
  }
  .view-btn{
    width: 86px;
    height: 24px;
    margin: 0;
    font-size: 12px;
  }
  .view-btn::after{
    width: 30px;
    top: 10px;
    right: -10px;
  }
  .service-content{
    margin-top: 40px;
  }
  .service-content{
    flex-direction: column-reverse;
  }
  .service-content__detail{
    width: 100%;
    margin: 0;
    position: relative;
  }
  .service-content__lists{
    margin-top: 0;
    position: relative;
    left: 0;
  }
  .service-content__item:nth-child(-n+6){
    margin: 0;
  }
  .service-content__title{
    padding: 0;
  }
  .service-content__title .point{
    width: 55px;
    height: 55px;
  }
  .service-content__title .point .no{
    font-size: 30px;
  }
  .service-content__title-text{
    font-size: 17px;
  }
  .service-content__text{
    padding: 1.5em 15px;
    font-size: 16px;
  }
  .service-content__image{
    width: 100%;
    height: auto;
    min-height: unset;
  }
  .service-step{
    margin-top: 63px;
    padding: 0 15px;
  }
  .service-step__lists{
    gap: 52px 16px
  }
  .service-step__item{
    width: calc((100% - 32px) / 3);
  }
  .service-step_no{
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .service-step_no small{
    font-size: 13px;
  }
  .service-step_no span{
    font-size: 30px;
  }
  .service-step__card{
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .service-step__title{
    font-size: 15px;
  }
  .service-step__text{
    font-size: 13px;
  }
  .service-step__card::after{
    width: 18px;
    height: 2px;
    top: 14px;
    right: -12px;
  }
  .service-step__card::before{
    width: 6px;
    height: 2px;
    top: 14px;
    right: -12px;
  }
  .brand-content__item{
    width: calc(100% / 3);
  }
  .brand-content__inner{
    padding: 0 15px;
  }
  .contact-button-wrap{
    margin-top: 32px;
  }
  .contact-button__inner{
    padding: 0 15px;
    flex-direction: column;
  }
  .btn-qa{
    width: 100%;
    font-size: 16px;
  }
  .btn-contact{
    width: 100%;
    font-size: 16px;
  }
  .offering-content{
    margin-top: 48px;
  }
  .offering-content__item{
    flex-direction: column;
  }
  .offering-content__image{
    width: 100%;
  }
  .offering-content__detail{
    width: 100%;
    padding: 16px 15px;
    flex-direction: row;
    gap: 10px;
  }
  .offering-content__category{
    width: calc(260 / 375 * 100%);
    margin-top: 0;
  }
  .offering-content__category .en{
    font-size: 18px;
  }
  .offering-content__category .jp{
    margin-top: 0.5em;
    font-size: 14px;
  }
  .fixed-btn{
    width: 100%;
    padding: 9px 15px 10px;
    flex-direction: row;
    justify-content: center;
    gap: 0 5px;
    top: unset;
    bottom: 0;
    right: 0;
    background-color: rgba(55, 55, 65, 0.55);
  }
  .fixed-btn__qa{
    width:calc((100% - 5px) / 2);
    min-width: 170px;
    height: 40px;
    flex-direction: row;
    justify-content: center;
    font-size: 10px;
    border-radius: 25px;
  }
  .fixed-btn__qa span{
    margin-top: 0;
  }
  .fixed-btn__qa:after{
    width: 28px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .fixed-btn__contact{
    width:calc((100% - 5px) / 2);
    min-width: 170px;
    height: 40px;
    flex-direction: row;
    justify-content: center;
    font-size: 10px;
    border-radius: 25px;
  }
  .fixed-btn__contact span{
    margin-top: 0;
  }
  .fixed-btn__contact:after{
    width: 24px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
  }
  #top-topics{
    padding-bottom: 0;
  }
  #top-topics #LoadAjax_Event{
    margin: 30px 0;
  }
}