@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fdf7f9;
}
img {
  max-width: 100%;
  height: auto;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
.center {
  text-align: center;
}
/*mv*/
.pc-none {
  display: none;
}
.pc_catch {
  width: 80%;
  position: absolute;
  top: 40px;
  padding-left: 80px;
}
.pc_mvbg img {
  display: block;
}
@media screen and (max-width: 699px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .sp_catch {
    width: 92%;
    padding: 100px 20px;
    position: absolute;
  }
  .sp_mvbg img {
    display: block;
  }
}
/*2007年から愛されている~*/
.about {
  max-width: 1280px;
  margin: 0 auto;
  background: url("../img/about-bg.png") center no-repeat;
  background-size: auto 100%;
  padding: 80px 0 120px;
}
.about-box {
  max-width: 998px;
  margin: 0 auto;
}
.about h2 span {
  display: block;
  margin: 20px 0;
  font-size: 3.8rem;
  font-size: clamp(1.8rem, 2.9vw, 3.8rem);
  color: #1f2f5b;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.about_sp-none {
  display: none;
}
.about ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.about li {
  max-width: 270px;
}
.about_txt img {
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .2);
}
.about h3 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #ef2f32;
  font-size: 2rem;
  padding: 10px 0;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
@media screen and (min-width:870px) and (max-width:1080px) {
  .about-box {
    padding: 0 24px;
  }
}
@media screen and (max-width: 869px) {
  .about {
    padding: 60px 24px 80px;
    max-width: 768px;
    margin: 0 auto;
    background: url("../img/sp_about.png") center no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .about h2 span {
    font-size: 2.6rem;
    margin: 0;
  }
  .about ul {
    display: block;
  }
  .about li {
    margin: 60px auto;
    max-width: 320px;
  }
}
@media screen and (max-width: 699px) {
  .about_sp-none {
    display: block;
  }
}
@media screen and (max-width: 390px) {
  .about h2 span {
    font-size: 2.2rem;
  }
  .about {
    padding: 40px 24px 80px;
  }
}
/*ルセを構成する8つの成分*/
.compo_title {
  max-width: 1280px;
  min-height: 300px;
  margin: 0 auto;
  background: url("../img/Rusej.png") no-repeat;
  background-size: 420px;
  background-position: 8% 4%;
}
.composition h2 {
  max-width: 700px;
  margin: 0 auto;
}
.area08 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1280px;
  margin: 0 auto;
}
.area08 li {
  max-width: 276px;
  margin-bottom: 80px;
  padding: 0 8px;
}
.area08 li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f2f5b;
  font-size: 2.4rem;
  line-height: .5;
  font-weight: bold;
  text-shadow: 2px 2px 8px #fff, -2px 2px 8px #fff, 2px -2px 8px #fff, -2px -2px 8px #fff;
}
.area08 li h3::before, .area08 li h3::after {
  content: '';
  width: 2px;
  height: 30px;
  background-color: #1f2f5b;
}
.area08 li h3::before {
  margin-right: 25px;
  transform: rotate(-35deg)
}
.area08 li h3::after {
  margin-left: 25px;
  transform: rotate(35deg)
}
.area08 p {
  position: relative;
  z-index: 0;
}
.area08 p:before {
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(6px);
  -ms-filter: blur(6px);
  z-index: -1;
}
.zedoary {
  letter-spacing: -1px;
}
.leaf img {
  display: block;
}
@media screen and (max-width: 768px) {
  .composition h2 {
    padding: 20px 24px 60px;
  }
  .compo_title {
    background-size: 200px;
    min-height: auto;
  }
}
@media screen and (max-width: 450px) {
  .area08 li {
    max-width: 160px;
    margin-bottom: 100px;
  }
  .area08 li h3 {
    font-size: 1.5rem;
  }
  .area08 li h3::before, .area08 li h3::after {
    content: '';
    height: 20px;
  }
  .area08 li h3::before {
    margin-right: 8px;
  }
  .area08 li h3::after {
    margin-left: 8px;
  }
  .zedoary {
    letter-spacing: -1.2px;
  }
}
/*cv*/
.cvarea {
  background: url("../img/cvbg.jpg") repeat-x;
  background-size: contain;
  background-position: center;
  min-height: 470px;
}
.cvarea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
}
.cvarea li {
  display: flex;
  justify-content: center;
  width: 50%;
  font-weight: bold;
  align-items: flex-end;
}
.rusej {
  max-width: 260px;
}
.rusej img {
  height: auto;
  transition: transform .6s ease;
}
.rusej:hover img {
  transform: scale(1.1);
}
.rusej-txt {
  line-height: 1.4;
  color: #fff;
  padding-left: 20px;
}
.click {
  position: relative;
  max-width: 280px;
}
.click img {
  height: auto;
  transition: transform .6s ease;
}
.click:hover img {
  transform: scale(1.1);
}
.click p {
  font-size: 3.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
}
.volume {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 2.9vw, 1.8rem);
}
.price {
  font-size: 7rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-style: italic;
  display: inline;
}
.yen {
  font-size: 4rem;
}
.tax {
  font-size: 2rem;
}
@media screen and (max-width: 1440px) {
  .cvarea {
    background-size: cover;
  }
}
@media screen and (min-width:591px) and (max-width:1150px) {
  .cvarea ul {
    display: block;
  }
  .cvarea li {
    width: auto;
    padding: 40px 20px;
  }
  .rusej-txt {
    padding-left: 40px;
  }
}
@media screen and (max-width: 590px) {
  .cvarea {
    background: url("../img/sp_cvbg.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .cvarea li {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .rusej {
    width: auto;
    margin: 0 auto;
    padding: 20px 0;
  }
  .rusej-txt {
    padding-left: 0;
    text-align: center;
  }
  .click {
    margin: 20px auto 60px;
  }
}
/*お客様の声*/
.voice {
  max-width: 1280px;
  margin: 0 auto;
  background: url("../img/voicebg.png") no-repeat;
  background-size: auto 100%;
  background-position: bottom;
  padding: 80px 0 120px;
  filter: drop-shadow(0px 0px 8px rgba(160, 160, 160, 0.4))
}
.voice-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.voice h2 span {
  font-size: 4.8rem;
  font-weight: 400;
  color: #1f2f5b;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.voice-inner h2 img {
  max-width: 150px;
  padding: 0 20px;
}
.voice ul {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.voice li {
  background-color: #fff;
  padding: 20px;
  display: flex;
  width: 45%;
  margin: 20px 0;
  box-shadow: 0 0 14px rgb(0, 0, 0, 0.15);
}
.voice li img {
  max-width: 120px;
  border-radius: 50%;
  padding: 0 20px;
}
.voice h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.age {
  font-size: 1.4rem;
}
.marker {
  background-color: #ffe6f8;
}
@media screen and (max-width: 768px) {
  .voice ul {
    display: block;
    margin: 40px auto 0;
  }
  .voice li {
    width: auto;
    margin: 20px 24px;
  }
  .voice-inner h2 img {
    max-width: 120px;
  }
  .voice h2 span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 590px) {
  .voice li {
    display: block;
  }
  .voice h3 {
    text-align: center;
  }
}
@media screen and (max-width: 449px) {
  .voice-inner h2 img {
    max-width: 100px;
  }
  .voice h2 span {
    font-size: 3.2rem;
  }
  .voice h3 {
    font-size: 1.6rem;
  }
}
/*円グラフ*/
.graph {
  background: url("../img/water.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.graph ul {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 80px 0 60px;
}
.graph li {
  min-height: 330px;
  padding: 20px;
}
.graph p {
  padding-bottom: 80px;
  line-height: 0;
}
@media screen and (max-width: 590px) {
  .graph ul {
    display: block;
  }
  .graph li {
    max-width: 70%;
    margin: 0 auto;
  }
}
/*お召し上がり方*/
.method {
  max-width: 998px;
  margin: 0 auto;
  padding: 20px 20px 80px 24px;
}
.sp_method {
  display: none;
}
@media screen and (max-width: 590px) {
  .sp_method {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 20px 80px 24px;
  }
  .method {
    display: none;
  }
}
/*Q&A*/
.q-a_inner {
  max-width: 1280px;
  margin: 0 auto;
  background: url("../img/rusej_inner.jpg") no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 100px 0;
}
.q-a_box {
  max-width: 940px;
  margin: 80px auto;
  background-color: rgba(255, 255, 255, 0.82);
  outline: solid 1px #c8c8c8;
  outline-offset: -20px;
  position: relative;
}
.q-atitle h2 {
  font-size: 4.8rem;
  font-weight: 400;
  color: #1f2f5b;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding-top: 80px;
  position: relative;
}
.q-atitle h2::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%; /* 位置調整 */
  transform: translate(-50%);
  bottom: -20px;
  width: 100px;
  height: 2px;
  background-color: #c8c8c8;
}
.q-atitle img {
  position: absolute;
  top: 8%;
  left: 70%;
  width: 16%;
}
.q-a_content {
  padding: 60px 120px;
}
.q-a_content dl {
  margin-bottom: 30px;
}
.q-a_content dt {
  font-size: 2rem;
  color: #1f2f5b;
  font-weight: bold;
  margin-bottom: 8px;
}
.q-a_content span {
  color: #ef3033;
  font-weight: bold;
}
.q-a_content dd {
  font-size: 1.8rem;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .q-atitle h2 {
    font-size: 3.8rem;
  }
  .q-a_inner {
    padding: 80px 24px;
    background-size: cover;
  }
  .q-a_box {
    margin: 0 auto;
    padding: 0;
  }
  .q-a_content {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 590px) {
  .q-atitle img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
  }
}
/*会社概要*/
.company h2 {
  font-size: 4.8rem;
  font-weight: 400;
  color: #1f2f5b;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.company_inner img {
  width: 200px;
}
.company_inner {
  max-width: 940px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 150px;
  border-radius: 50px 0 50px 0;
}
.company dl {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.company dt {
  padding: 6px;
  width: 20%;
}
.company dd {
  padding: 6px;
  margin-left: 0;
  width: 80%;
  margin-bottom: 16px;
}
.company dl span {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .company_inner {
    padding: 80px 40px;
    margin: 80px 24px;
  }
  .company dl {
    display: flex;
    flex-wrap: wrap;
    max-width: 520px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 590px) {
  .company h2 {
    font-size: 3.8rem;
  }
  .company_title img {
    width: 150px;
  }
  .company_inner {
    padding: 60px 24px;
  }
  .company dl {
    display: block;
  }
  .company dt {
    padding: 6px 0 0;
    width: 100%;
    font-size: 1.8rem;
  }
  .company dd {
    width: 100%;
    padding: 0 10px;
  }
}
/*成分表*/
.nutrition {
  max-width: 1280px;
  margin: 80px auto;
  background: url("../img/nutrition.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 20px;
}
.nutrition h2 {
  font-size: 4.8rem;
  font-weight: 400;
  color: #1f2f5b;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  border-bottom: 2px solid #1f2f5b;
  display: inline-block;
}
.nutrition_inner {
  max-width: 940px;
  margin: 100px auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 80px 60px;
  position: relative;
  outline: dotted 2px #c8c8c8;
  outline-offset: -1em;
}
.nutrition_inner dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.energie::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 47%;
  transform: translate(-47%);
  width: 300px;
  height: 2px;
  background-color: #c8c8c8;
}
.energie {
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .nutrition h2 {
    font-size: 3.8rem;
  }
  .nutrition_inner {
    padding: 60px 40px;
    margin: 40px 24px;
  }
  .energie::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%);
  }
}
footer {
  background: url("../img/footerbg.jpg") no-repeat;
  background-size: cover;
}
.footer-txt {
  position: relative;
  min-height: 270px;
}
.footer-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1f2f5b;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.mizuki {
  font-size: 1.8rem;
}
.footer-inner dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.4rem;
  width: 300px;
}
.footer-inner dt {
  width: 30%;
}
.footer-inner dd {
  margin-left: 0;
  width: 70%;
}
.time {
  font-size: 1.4rem;
  line-height: 0;
  margin-top: -15px;
}
.copy {
  color: #fff;
  background-color: #1f2f5b;
  height: 60px;
  padding: 20px 0;
}
@media screen and (max-width: 590px) {
  .mizuki {
    font-size: 1.7rem;
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time03 {
  animation-delay: 0.4s;
}
.delay-time04 {
  animation-delay: 0.6s;
}
.fadeUpTrigger {
  opacity: 0;
}
/* ページトップへ戻るボタン */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
}
#page_top a {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 80px;
  right: 20px;
}
#page_top a img {
  filter: drop-shadow(0 0 5px #fff);
}