@charset "utf-8";

:root {
  --bg-color: #f5f5ef;
  --main-color: #222f46;
  --hare-color: #f4b509;
  --ame-color: #30b4d5;
}

* {
  box-sizing: border-box;
  margin: 0;
  /* padding: 0; */
  text-decoration: none;
  list-style: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: var(--main-color);
  font-size: 15px;
  /* margin: 0; */
}
h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
}
/* -----　メインビジュアル　----- */

.mv {
  background: url("../assets/img/top-bg.jpg") no-repeat center center / cover;
  height: 100vh;
  width: auto;
  position: relative;
}
.mv img {
  height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* -----　ここからメイン　----- */
.wrapper {
  width: 1080px;
  margin: 0 auto;
}

/* ------　セクション1　------- */
.section-about {
  background-color: var(--bg-color);
}

.hnav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.fnav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.hnav li,
.fnav li {
  padding: 30px;
}
.hnav a {
  color: var(--main-color);
}

/* ------　雨ノチ晴レについて　------- */

.section-about {
  height: 700px;
  background: var(--bg-color) url(../assets/bg_ill/shizuku_white01.png) right
    top no-repeat;
  background-size: auto 600px;
}

.about-container {
  display: flex;
  justify-content: space-between;
  height: 380px;
}
.about-container p {
  font-size: 19px;
  line-height: 45px;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.about-inner-img img {
  height: 100%;
  padding-top: 100px;
  /* vertical-align: bottom; */
}
.about-inner-heading img {
  height: 370px;
}

/* -----　商品について　共通　------ */
.ame-inner-txt h2,
.hare-inner-txt h2 {
  margin-bottom: 1rem;
}
.ame-inner-txt p,
.hare-inner-txt p {
  margin-bottom: 1rem;
}

/* -----　モアボタンモアボタンモアボタン　----- */
.btn-more {
  width: 240px;
  height: 100px;
  margin: 30px auto 0;
  background-size: 240px 100px;
}
.btn-more-ame img {
  background-size: 240px 100px;
}
.btn-more a:hover {
  /* border-bottom: 1px dotted var(--ame-color); */
  /* opacity: 0.5; */
}

/* -----　商品について　雨　------ */
.section-product-ame {
  background: url(../assets/bg_ill/shizuku_blue01.png) left top no-repeat;
  background-size: 600px auto; /* 仮の値です仮の値です仮の値です */
}

.ame-inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 660px;
  background: url(../assets/parts/ame.png) no-repeat center top;
  background-size: 280px;
  background-position: 320px 70px;
}

.ame-inner-heading img {
  height: 370px;
  position: relative;
  left: -160px;
  bottom: 130px;
}
.ame-inner-txt {
  width: 360px;
  padding-right: 40px;
}
.ame-inner-txt li::before {
  content: url(../assets/parts/shizuku01.png);
  margin-right: 10px;
  vertical-align: middle;
}
.ame-inner-img img {
  height: 500px;
}

/* -----　商品について　晴　------ */
.section-product-hare {
  background: url(../assets/bg_ill/hikari_yellow01.png) right bottom no-repeat;
  background-size: 500px auto;
  padding-bottom: 100px;
}

.hare-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 620px;
  background: url(../assets/parts/hare.png) no-repeat center top;
  background-size: 280px;
  background-position: 620px 60px;
}
.hare-inner-txt {
  width: 360px;
  padding-left: 40px;
}

.hare-inner-txt li::before {
  content: url(../assets/parts/kira02.png);
  margin-right: 10px;
  vertical-align: middle;
}
.hare-inner-img img {
  height: 500px;
}

/* -----　ここからその他　------ */
.section-other {
  /* height: 1260px; */
  background: var(--bg-color) url(../assets/bg_ill/hikari_white01.png) left
    bottom no-repeat;
  background-size: 350px auto;
}

.other-container {
  padding-top: 80px;
}

/* サービス */
.other-service {
  background: #fff;
  border-radius: 50px;
  padding: 80px;
}

.other-service dt {
  font-size: 24px;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.other-service dl {
  margin-bottom: 40px;
  text-align: center;
}

.service-inner {
  display: flex;
  justify-content: space-around;
  /* margin-bottom: 80px; */
}

.service-inner-item {
  flex-basis: 30%;
}
.service-inner img {
  width: 100%;
  margin-bottom: 20px;
}
.service-inner h2 {
  text-align: center;
}
.service-inner p {
  padding: 10px;
}

/* インフォ */

.other-info {
  padding: 80px;
  text-align: center;
}
.other-info p {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.info-btn img {
  width: 190px;
  /* margin-bottom: 20px; */
}

.info-btn,
.info-tel {
  margin-bottom: 20px;
}
.info-tel a {
  text-decoration: none;
  color: var(--main-color);
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
}

.info-instagram img {
  width: 40px;
}

.info-shizuku img {
  height: 30px;
  margin-bottom: 5px;
}

.other-info a:hover {
  opacity: 0.7;
}

/* -----ここからフッター----- */

footer {
  /* background: var(--main-color); */
  padding-bottom: 40px;
  /* height: 750px; */
  color: #fff;
  background-image: url(../assets/bg_ill/shizuku_hikari_footer.jpg);
  background-size: cover;
}
footer a {
  color: #fff;
}
.container-footer {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
}

.footer-contact p {
  margin-bottom: 20px;
}

.ill-shop img {
  width: 100px;
  margin-bottom: 40px;
}
.sm-rogo img {
  width: 230px;
  margin-bottom: 50px;
}

.copywrite {
  text-align: center;
  margin-top: 40px;
}

.googlemap a:hover {
  color: var(--hare-color);
}
.googlemap {
  font-size: 0.8rem;
}

/* -----　ナビのホバー　----- */
.hnav a:hover {
  border-bottom: 3px dotted #222f46;
  padding-bottom: 8px;
}
.fnav a:hover {
  border-bottom: 3px dotted #fff;
  padding-bottom: 8px;
}
