@charset "utf-8";
body{
  font-family: 'Noto Sans JP', sans-serif;
  background-color: var(--background);
  color: var(--main_color);
  max-width: 1280px;
  margin: 0 auto;
}

:root{
  --background: #FDF9EF;
  --opacity_background:rgba(255, 255, 255, 0.7);
  --main_color:#4E301B;
  --sub_color:#857868;
  --accent_color:#35A1C3;
}


section:not(:first-of-type){
  padding: 80px 16px;
}
@media screen and (min-width: 1080px) {
  section:not(:first-of-type){
    padding: 120px 0;
  }
}

.sp_inner{
  padding: 0 16px;
}

.m_section-ttl_wrap{
  text-align: center;
}
.m_section-ttl{
  font-size: 22px;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .m_section-ttl{
    font-size: 32px;
    font-weight: bold;
  }
}
/* kv */
.top-kv{
  position: relative;
  height: 667px;
}

.kv-img{
  height: inherit;
  object-fit: cover;
}

.kv-copy_copy{
  position: absolute;
  left: 15%;
  top: 80%;
  transform: translate(-10%, -80%);
}
@media screen and (min-width: 1080px) {
  .kv-copy_copy{
    position: absolute;
    right: 5%;
    top: 150%;
    transform: translate(-5%, -140%);
    writing-mode: vertical-rl;
    height: 100%;
  }
}

.kv-copy__txt{
  letter-spacing: 6px;
  display: inline-block;
  background-color: #fff;
  color: var(--main_color);
  font-weight: bold;
  font-size: 24px;
}

@media screen and (min-width: 1080px) {
  .kv-copy__txt{
    letter-spacing: 8px;
    font-size: 32px;
  }
}

.kv-copy__txt:not(:first-child){
  margin-top: 8px;
}
@media screen and (min-width: 1080px) {
  .kv-copy__txt:not(:first-child){
    margin-top: 0px;
    margin-right: 16px;
  }
}

.l_header-nav{
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}
@media screen and (min-width: 1080px) {
  .l_header-nav{
    display: none;
  }
}

.l_header-lists{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  display: flex;
  flex-direction: column;
align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1080px) {
  .l_header-lists{
    position: static;
    flex-direction: row;
    transform: none;
  }
}

.l_header-nav_link{
  font-size: 16px;
  color: var(--main_color);
  font-weight: bold;
}

.l_nav-img_wrap{
  text-align: center;
}

.l_nav-logo{
  width: 80px;
}

.l_nav-logo__txt{

}

.kv-burger{
  background-color: rgb(34, 121, 221);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 3%;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}
@media screen and (min-width: 1080px) {
  .kv-burger{
    display: none;
  }
}

.hamburger{
  width: 20px;
  height: 16px;
  position: relative;
  z-index: 100000;
}
@media screen and (min-width: 1080px) {
  .hamburger{
    display: none;
  }
}

.hamburger-bar{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:white;
}
.hamburger-bar:first-child{
  top: 0;
  transition: 0.8s;
}
.hamburger-bar:nth-child(2){
  top: 50%;
  transform: translateY(-50%);
  transition: .5s;
}
.hamburger-bar:last-child{
  top: 100%;
  transform: translateY(-100%);
  transition: .3s;
}

/* m_middle-nav */
.m_middle-nav{
  display: none;
}
@media screen and (min-width: 1080px) {
.m_middle-nav{
  display: block;
  height: 240px;
}
.m_middle-lists{
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-weight: bold;
}
}

.pseudo{
  position: absolute;
  background-color: var(--background);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  left: 52%;
  bottom: -10%;
  transform: translate(-52%, 10%);
}

.pseudo-img{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 8px;
  width: 96px;
  height: 96px;
  object-fit: cover;
}

@media screen and (min-width: 1080px) {
  .m_center-logo{
    display: none;
  }
}

.m_center-logo{
  width: 80vw;
  margin: 0 auto;
  margin-top: 56px;
}

/* l_about */
.l_about{
  background-color: var(--background);
}
@media screen and (min-width: 1080px) {
  .l_about{
    padding-bottom: 126px;
    padding-left: 193px;
  }
}

.m_about-img_wrap{
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .m_about-img_wrap{
    text-align: right;
  }
}

.m_about-img{
  height: 300px;
  object-fit: cover;
}
@media screen and (min-width: 1080px) {
  .m_about-img__main{
    width: 786px;
    height: 524px;
  }
}
@media screen and (min-width: 1080px) {
  .m_about-img__sub{
    width: 393px;
    height: 250px;
    margin-top: 38px;
  }
}

.m_about-txt_wrap{
  padding: 16px 16px;
  z-index: 10;
  position: absolute;
  top: 0;
  height: 600px;
}

.m_about-txt-ttl{
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--accent_color);
  font-weight: bold;
  font-size: 26px;
}
@media screen and (min-width: 1080px) {
  .m_about-txt-ttl{
    margin-top: 24px;
    font-size: 40px;
  }
}
.m_about-txt{
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 24px;
  line-height: 1.7;
}
@media screen and (min-width: 1080px) {
  .m_about-txt{
    line-height: 40px;
    width: 520px;
    text-align-last: left;
  }
}

.u_about-txt__br{
  display: none;
}
@media screen and (min-width: 1080px) {
  .u_about-txt__br{
    display: block;
  }
}

/* l_product */
.swiper{
  margin-top: 40px;
}
@media screen and (min-width: 1080px) {
  .swiper{
    margin-top: 80px;
  }
}

.swiper-img{
  width: 264px;
  height: 160px;
  object-fit: cover;
}

.product-desc-box{
  background-color: #fff;
  padding: 16px;
}

.product-desc_txt{
  font-weight: bold;
  font-size: 15.5px;
}
@media screen and (min-width: 1080px) {
  .product-desc_txt{
    font-size: 16px;
  }
}

.product__price{
  margin-top: 16px;
}

/* news */
.l_news{
  background-color: #fff;
  padding: 0 16px;
}
.m_news_lists{
  margin-top: 80px;
}

.m_news_item{
  padding: 24px 16px;
  border-top: 1px solid #c6c6c6;
}
@media screen and (min-width: 1080px) {
  .m_news_item{
    margin: 0 auto;
    width: 900px;
  }
}

.m_news_item:last-of-type{
  border-bottom: 1px solid #c6c6c6;
}

.m_news__link{
  margin-left: 40px;
  line-height: 2;
}
@media screen and (min-width: 1080px) {
  .m_news__link{
    margin-left: 120px;
  }
}

/* faq */
.l_faq{
  position: relative;
  background-color: var(--background);
}

.m_faq_accordion{
  margin-top: 40px;
}
@media screen and (min-width: 1080px) {
  .accordion{
    margin-top: 80px;
    padding: 80px 0;
  }
}

.m_faq_accordion-container {
  width: 343px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .m_faq_accordion-container{
    width: 740px;
  }
}

.accordion-title {
  background-color: #fff;
  color: var(--main_color);
  font-size: 16px;
  font-weight: bold;
  padding: 12px 12px 12px 32px;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .accordion-title{
    font-size: 18px;
  }
  .accordion-title__sp{
    display: none;
  }
}

.accordion-title::before{
  position: absolute;
  content: "Q";
  left: 14px;
}

.accordion-title::after {
  content: '';
  position: absolute;
  top: 50%;
  transform:translateY(-50%) rotate(90deg);
  right: 24px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #c6c6c6;
  border-bottom: 2px solid #c6c6c6;
  transform:translateY(-50%) rotate(45deg);
  transition-duration: .2s;
}


.accordion-title.is-active::after {
  border-left: 2px solid #c6c6c6;
  border-top: 2px solid #c6c6c6;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform:translateY(-0%) rotate(45deg);
  background-color: #fff;
}

.accordion-content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 18px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}

.accordion-content.is-open {
  padding: 16px 0px;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 1080px) {
  .accordion-content.is-open{
    padding: 24px 0px;
  }
}

.m_faq-pseudo-img__top__wrap{
  position: absolute;
  right: 0;
  top: -8%;
}

.m_faq-pseudo-img__top{
  width: 175px;
  height: 100px;
  object-fit: cover;
}
@media screen and (min-width: 1080px) {
  .m_faq-pseudo-img__top{
    width: 235px;
    height: 147px;
    object-fit: cover;
  }
}

.m_faq-pseudo-img__bottom__wrap{
  position: absolute;
  left: 0%;
  bottom: -10%;
  z-index: 100;
}
@media screen and (min-width: 1080px) {
  .m_faq-pseudo-img__bottom__wrap{
    bottom: -15%;
  }
}

.m_faq-pseudo-img__bottom{
  width: 220px;
  height: 150px;
  object-fit: cover;
}
@media screen and (min-width: 1080px) {
  .m_faq-pseudo-img__bottom{
    width: 349px;
    height: 197px;
    object-fit: cover;
  }
}

/* l_access */
.l_access{
  position: relative;
  background-color: #fff;
}

.m_access-pseudo-img__bottom__wrap{
  position: absolute;
  bottom: -5%;
  right: 0;
}

@media screen and (min-width: 1080px) {
  .m_access-pseudo-img__bottom__wrap{
    position: absolute;
    bottom:-10%;
    right: 0;
  }
}

.m_access-pseudo-img__bottom{
  width: 180px;
  height: 100px;
  object-fit: cover;
}
@media screen and (min-width: 1080px) {
  .m_access-pseudo-img__bottom{
    width: 264px;
    height: 150px;
    object-fit: cover;
  }
}

.m_access-flex{
  margin-top: 80px;
}


@media screen and (min-width: 1080px) {
  .m_access-flex{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 24px;
    width: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .m_access-map{
    width: 443px;
    height: 334px;
  }
}
iframe{
  width: 100%;
}
@media screen and (min-width: 1080px) {
  iframe{
    width: 443px;
    height: 334px;
  }
}

.m_access-info{
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .m_access-info{
    width: 459px;
    margin-top: 0;
  }
}

.m_access-unit{
  font-size: 14px;
  padding: 20px 16px;
  width: inherit;
  display: flex;
  align-items: center;
  border-top: 1px solid #c6c6c6;
}
.m_access-unit:last-of-type{
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (min-width: 1080px) {
  .m_access-unit{
    font-size: 16px;
  }
}

.m_access-ttl{
  font-weight: bold;
  margin-right: 64px;
}
@media screen and (min-width: 1080px) {
  .m_access-ttl{
    margin-right: 120px;
  }
}

.m_access-data{
  font-weight: bold;
}

/* l_contact */
.m_contact-txt{
  font-weight: bold;
}

.m_contact-txt{
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .m_contact-txt{
    margin-top: 80px;
  }
}

.m_contact-form{
  padding: 40px 16px;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 1080px) {
  .m_contact-form{
    width: 740px;
    margin: 80px auto;
  }
}

.m_contact-form-unit{
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .m_contact-form-unit{
    display: flex;
    padding: 0 80px;
    gap: 40px;
  }
}

.m_contact-form-ttl{
  text-align: center;
  font-weight: bold;
}

.m_contact-form-head{
  font-weight: bold;
}
.m_contact-form-head::after{
  content: "必須";
  margin-left: 16px;
  font-size: 14px;
  border-radius: 10px;
  padding: 4px 8px;
  background-color: #FED966;
  font-weight: bold;
}
.m_contact-form-head__postcode::after{
  content: "";
  background-color: transparent;
}
@media screen and (min-width: 1080px) {
  .m_contact-form-head{
    width: 230px;
  }
}

.m_contact-form-radio-item{
  margin-top: 16px;
}
@media screen and (min-width: 1080px) {
  .m_contact-form-radio-item{
    margin-top: 0;
  }
}

.m_contact-form-radio{
  appearance: button;
}

.m_form-input{
  background-color: #EFEAE6;
  width: 100%;
  height: 40px;
  margin-top: 8px;
  border-radius: 5px;
  padding: 0 8px;
}
.m_form-input__postcode{
  width: 140px;
}
@media screen and (min-width: 1080px) {
  .m_form-input{
    margin-top: 0;
    width: 280px;
  }
}

.m_form-txt-area{
  margin-top: 8px;
  border-radius: 5px;
  background-color: #EFEAE6;
  padding: 8px;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .m_form-txt-area{
    width: 280px;
  }
}

.m_form-submit{
  background-color: #FED966;
  height: 46px;
  width: 243px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: bold;
}

/* footer */
.l_footer{
  position: relative;
  background-color: #fff;
  padding: 24px 16px 96px 16px;
}

.l_footer-img_wrap{
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .l_footer-img_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.l_footer-logo-img{
  width: 96px;
  height: 96px;
  object-fit: cover;
}

.l_footer-txt-img{
  width: 300px;
  height: 100px;
  object-fit: cover;
}

.l_footer-nav{
  margin-top: 32px;
}

.l_footer-lists{
  text-align: center;
  font-weight: bold;
}

.l_footer-nav-item:not(:first-of-type){
  margin-top: 16px;
}
@media screen and (min-width: 1080px) {
  .l_footer-lists{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
  }
  .l_footer-nav-item:not(:first-of-type){
    margin-top: 0px;
  }
}

.l_footer-bottom-img_wrap__left{
  position: absolute;
  bottom: 0;
  left: 0;
}

.l_footer-bottom-img{
  width: 127px;
  height: 67px;
}
@media screen and (min-width: 1080px) {
  .l_footer-bottom-img{
    width: 297px;
    height: 167px;
  }
}


.l_footer-bottom-img_wrap__right{
  position: absolute;
  bottom: 0;
  right: 0;
}

.l_footer-bottom-img{
  width: 137px;
  height: 102px;
  object-fit: cover;
}
@media screen and (min-width: 1080px) {
  .l_footer-bottom-img{
    width: 237px;
    height: 162px;
  }
}

/* js */
.js-body.active{
  overflow: hidden;
}

.js-hamburger.active .hamburger-bar:first-child{
  top: 50%;
  transform:translateY(-50%) rotate(45deg);
}
.js-hamburger.active .hamburger-bar:nth-child(2){
  top: 50%;
  opacity:0 ;
}
.js-hamburger.active .hamburger-bar:last-child{
  top: 50%;
  transform:translateY(-50%) rotate(-45deg);
}

.js-nav{
  opacity: 0;
  transition: opacity .5s;
}
@media screen and (min-width: 1080px) {
  .js-nav{
    opacity: 1;
  }
}

.js-nav.active{
  opacity: 1;
}