@charset "UTF-8";
.content-area {
  height: 100vh;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}
.content-area__inner {
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.content-area .text {
  width: 50%;
}
.content-area p {
  font-size: 1.1rem;
}
.content-area.fv {
  background: url("./img/bg_fv.jpg") no-repeat center/cover;
  height: 2160px;
  flex-direction: column;
}
.content-area.fv .content-area__inner {
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  height: 1080px;
}
.content-area.fv .content-area__inner:first-of-type .inedit-logo {
  margin-top: 120px;
  width: 308px;
  height: 206px;
}
.content-area.fv .content-area__inner:first-of-type .inedit-bottle {
  margin: -32px auto 0;
  width: 561px;
  height: 786px;
  max-width: 100%;
}
.content-area.fv .content-area__inner:first-of-type .inedit-bottle-sp {
  display: none;
}
.content-area.fv .content-area__inner:nth-of-type(2) {
  -webkit-justify-content: center;
  justify-content: center;
}
.content-area.fv .content-area__inner:nth-of-type(2) > div h1 {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 5.8rem;
  font-weight: bold;
  line-height: 1.3em;
}
.content-area.fv .content-area__inner:nth-of-type(2) > div h1 span {
  display: block;
  line-height: 1.4em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 800;
  font-size: 2.9rem;
  margin-top: 10px;
  text-align: center;
}
.content-area.fv .content-area__inner:nth-of-type(2) > p {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.6em;
  text-align: center;
  margin-top: 100px;
}
.content-area.ferran {
  background: url("./img/bg_ferran.jpg") no-repeat center/cover;
  min-height: 56.25vw;
}
.content-area.ferran .content-area__inner {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.content-area.ferran .content-area__inner .text p {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4em;
  text-align: center;
}
.content-area.ferran .content-area__inner .text h2 {
  margin-top: 20px;
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.2em;
  text-align: center;
}
.content-area.ferran .content-area__inner .image {
  display: none;
}
.content-area.blend {
  background: #C0A9C9 url("./img/bg_blend.png") no-repeat center/cover;
  height: 1080px;
}
.content-area.blend .content-area__inner {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.content-area.blend .content-area__inner .text {
  width: calc(100% - 420px);
  padding-right: 13.8%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.content-area.blend .content-area__inner .text p {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.6em;
}
.content-area.blend .content-area__inner .inedit-grass {
  width: 248px;
  margin-right: 110px;
}
.content-area.detail {
  background: url("./img/bg_detail.png") no-repeat center/cover;
  min-height: 56.25vw;
}
.content-area.detail .content-area__inner {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.content-area.detail .content-area__inner dl {
  width: 256px;
  margin: 0 120px 0 auto;
}
.content-area.detail .content-area__inner dl dt, .content-area.detail .content-area__inner dl dd {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.55em;
}
.content-area.detail .content-area__inner dl dt {
  padding-top: 20px;
}
.content-area.detail .content-area__inner dl dd {
  padding-bottom: 20px;
  border-bottom: 1px solid #6F557C;
}
.content-area.detail .content-area__inner dl dd .sml {
  display: block;
  font-size: 1.3rem;
  margin-top: 5px;
}
.content-area.detail .content-area__inner dl dd .lg {
  font-size: 2.8rem;
  margin-top: 5px;
}
.content-area.detail .content-area__inner .text p {
  width: 256px;
  margin: 0 120px 0 auto;
  font-size: 1.3rem;
  margin-top: 20px;
}
.content-area.detail .content-area__inner .image {
  display: none;
}

@media only screen and (max-width:1200px) {
  .content-area.ferran {
    background: url("./img/bg_ferran.jpg") no-repeat right 25% center/cover;
  }
  .content-area.ferran .content-area__inner .text {
    width: 55%;
  }
  .content-area.blend .content-area__inner .text {
    padding-right: 50px;
    width: calc(100% - 360px);
  }
  .content-area.blend .content-area__inner .inedit-grass {
    margin-right: 50px;
  }
}
@media only screen and (max-width:768px) {
  .content-area {
    height: auto;
    flex-direction: column;
  }
  .content-area .text {
    width: 100%;
  }
  .content-area.fv {
    background: url("./img/bg_fv_sp.jpg") no-repeat center/cover;
    height: auto;
  }
  .content-area.fv .content-area__inner {
    height: auto;
  }
  .content-area.fv .content-area__inner:first-of-type {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 75px 20px 100px;
  }
  .content-area.fv .content-area__inner:first-of-type .inedit-logo {
    margin: 0 auto;
    width: 47vw;
    max-width: 300px;
    min-width: 184px;
    height: auto;
  }
  .content-area.fv .content-area__inner:first-of-type .inedit-bottle {
    display: none;
  }
  .content-area.fv .content-area__inner:first-of-type .inedit-bottle-sp {
    display: block;
    margin-top: 100px;
    width: 47vw;
    min-width: 184px;
    height: auto;
  }
  .content-area.fv .content-area__inner:nth-of-type(2) {
    padding: 245px 20px 229px;
  }
  .content-area.fv .content-area__inner:nth-of-type(2) > div h1 {
    font-size: 4rem;
    font-weight: bold;
  }
  .content-area.fv .content-area__inner:nth-of-type(2) > div h1 span {
    font-size: 2rem;
    line-height: 1.45em;
  }
  .content-area.fv .content-area__inner:nth-of-type(2) > p {
    font-size: 1.5rem;
    line-height: 1.4em;
    text-align: center;
    margin-top: 135px;
  }
  .content-area.ferran {
    background: none;
    min-height: unset;
  }
  .content-area.ferran .content-area__inner {
    flex-direction: column;
    padding: 109px 20px 100px;
  }
  .content-area.ferran .content-area__inner .image {
    display: block;
    margin: 95px auto 0;
    padding: 0 10px;
  }
  .content-area.ferran .content-area__inner .text {
    width: 100%;
  }
  .content-area.ferran .content-area__inner .text p {
    font-size: 1.5rem;
  }
  .content-area.ferran .content-area__inner .text h2 {
    margin-top: 20px;
    font-size: 1.9rem;
  }
  .content-area.blend {
    background: url("./img/bg_blend_sp.jpg") no-repeat center/cover;
    height: auto;
  }
  .content-area.blend .content-area__inner {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 91px 20px 102px;
  }
  .content-area.blend .content-area__inner .text {
    width: 100%;
    padding: 0;
  }
  .content-area.blend .content-area__inner .text p {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .content-area.blend .content-area__inner .inedit-grass {
    margin: 50px auto 0;
    width: 36.5vw;
    max-width: 240px;
    min-width: 142px;
  }
  .content-area.detail {
    background: none;
    min-width: none;
  }
  .content-area.detail .content-area__inner {
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .content-area.detail .content-area__inner .text {
    padding-top: 40px;
  }
  .content-area.detail .content-area__inner dl {
    max-width: 100%;
    margin: 0 auto;
  }
  .content-area.detail .content-area__inner dl dt, .content-area.detail .content-area__inner dl dd {
    font-size: 1.8rem;
    line-height: 1.6em;
    text-align: center;
  }
  .content-area.detail .content-area__inner dl dt {
    padding-top: 25px;
  }
  .content-area.detail .content-area__inner dl dd {
    padding-bottom: 25px;
    border-bottom: 1px solid #6F557C;
  }
  .content-area.detail .content-area__inner dl dd:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .content-area.detail .content-area__inner dl dd .sml {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .content-area.detail .content-area__inner dl dd .lg {
    font-size: 2.5rem;
  }
  .content-area.detail .content-area__inner .text p {
    margin: 20px auto 0;
    max-width: 100%;
  }
  .content-area.detail .content-area__inner .image {
    display: block;
    width: 100vw;
    margin: 43px calc(50% - 50vw) 0;
  }
}
.footer {
  margin: 0 auto;
  width: 100%;
  background-color: #ffffff;
  padding: 32px 0 10px;
  text-align: center;
}
.footer__inner {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}
.footer__logo {
  display: block;
  width: 208px;
  height: 80px;
  transition: all 0.3s ease-in-out;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo:hover {
  opacity: 0.6;
}
.footer__info {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.55em;
  margin-top: 25px;
  font-weight: 600;
}
.footer__info div {
  margin-top: 10px;
}
.footer__info .tel {
  text-decoration: none;
  display: inline-block;
  color: #333333;
  pointer-events: none;
  margin-right: 0.5em;
}
.footer__info .fax {
  display: inline-block;
  color: #333333;
  pointer-events: none;
}
.footer__copy {
  font-family: "EB Garamond", serif;
  margin: 30px auto 0;
  font-size: 1.1rem;
  font-weight: bold;
}

@media only screen and (max-width:768px) {
  .footer {
    padding: 23px 0 10px;
  }
  .footer__inner {
    display: block;
  }
  .footer__logo {
    margin: 0 auto;
    width: 130px;
    height: 50px;
  }
  .footer__info {
    margin-top: 15px;
    width: 100%;
    font-size: 1.1rem;
  }
  .footer__info div {
    margin-top: 0;
  }
  .footer__info .tel {
    pointer-events: auto;
    cursor: pointer;
  }
  .footer__copy {
    font-size: 1rem;
  }
}/*# sourceMappingURL=common.css.map */