@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

.main_lead_ttl{
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .1em;
  font-weight:bold
}

.about_area{
    width: 800px;
    text-align: center;
    padding: 50px 60px 50px;
    margin: 0 auto;
    border: 0.5px solid #2c1e1d;
}
.about_ttl {
    font-family: var(--garamond);
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    color: #535032;
    display: block;
    width: 250px;
    margin: 0 auto;
    text-align: left;
}
.about_area img {
    display: block;
    margin: -20px auto 30px;
}
.prodact_ttl .prodact_img {
    width: 1000px;
    margin: 100px auto 80px;
}

.wrapper {
  background: #fff;   
}

:root {
    --green: #56532B;
    --white: #fff;
    --black: #000;
    --grey: #656565;
    --brown: #022437;
    --blue: #78b8c6;
    --nunito: nunito-sans, sans-serif;
    --garamond: garamond-premier-pro, serif;
    --quicksand: quicksand, sans-serif;
    --adobe-caslon-pro: "adobe-caslon-pro", serif;
    --roboto: "roboto", serif;
}

.area-wrapper {
  overflow: hidden;
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500; 
  width: 100%;
}
.area-wrapper a {
  text-decoration: none !important;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper p strong {
  font-weight: bold;
}

.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a:focus,
*:focus {
  outline: none;
}

.effect-fade {
    opacity: 0;
    transform: translate(0, 0px); /*fadein X,Y,*/
    transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, -20px);
}

section.text {
  padding: 40px 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #efae92c7;
}

h2 {
    font-weight: bold;
    margin: 10px 0 10px;
    font-size: 25px;
}

dl {
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2;
}

#btn {
  text-align: center;
  margin-top: 5px;
}

.s-btn {
  display: inline-block;
  background-color: #332e3d;
  color: #ece0d4;
  padding: 14px 100px;
  text-decoration: none;
  font-size: 16px;
  margin: 0 0 40px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.s-btn:hover {
  text-decoration: none;
  background-color: #f8f8f8; 
  color: #332e3d;
}

@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none;
  }

  .media_sp {
    display: inline-block;
  }

  .area-body h2 {
    margin: 0 0 30px;
  } 

  .area-wrapper {
    font-size: 13px;
  }

  .about_area {
    width: 96%;
    padding: 40px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
  } 
  section.text {
    padding: 10px 20px;
  } 

  h2 {
    margin-top: 1.2em;
    font-size: 26px;
  }

  .s-btn { 
    width: 100%; 
    font-size: 14px; 
  }

  a.s-btn {
    padding: 12px 24px;
    font-size: 16px;
  }
}

