@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* WPフッターヘッダー削除 */
header#masthead {
  display: none;
}
footer#colophon {
  display: none;
}
.main-header.main-header-clone.main-header-clone-show {
  display: none;
}

/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/*body全体の初期スタイル調整*/
body {
  font-size: 1.6rem;
  font-family: "Kosugi Maru", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
@media screen and (max-width: 600px) {
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

/*リンク文字の設定*/
a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #fff;
}

a:hover,
a:active {
  color: #0588cd;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0;
  padding: 0;
}

/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}

/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  margin: 0;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 1.4rem;
  }
}

h4 {
  margin: 0.5rem 0rem;
  padding: 0.3rem 0.6rem;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  h4 {
    font-size: 1.2rem;
  }
}

h5 {
  margin: 0.5rem 0rem;
  padding: 0.1rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 600px) {
  h5 {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
hover・・・ボタンホバー効果
-------------------------------------------------------------*/
.c-btn:hover {
  opacity: 0.7;
}

.u-break {
  display: inline-block;
}

.u-PC {
  display: block !important;
  display: block;
}
@media screen and (max-width: 600px) {
  .u-PC {
    display: none !important;
  }
}

.u-SP {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .u-SP {
    display: block !important;
  }
}

/*--------------------------------------------------
ブラウザの幅を768px以下にすると電話発信のダイアログが出る
-----------------------------------------------------*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.p-main {
  background-color: #f2f2f2;
}

.p-article {
  background-color: #fff;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-article {
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 1.6rem;
  }
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.p-fv {
  height: auto;
  background: #3d88bb;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-fv__innr {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.p-fv__img {
  width: 100%;
}
.lp-container {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.lp-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.vertical-text {
  position: absolute;
  top: 9%;
  right: 2%;
  line-height: 84px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  text-shadow: 0 0 13px white; /* 白いぼやけた光彩を表現 */
}
.gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 54px;
}
.mincho {
  font-family: "Yu Mincho", "Hiragino Mincho Pro", serif;
}
.large {
  font-size: 72px;
  letter-spacing: -1px;
}
.fv-gray {
  color: #5c5c5c;
  font-weight: 400;
  font-size: 52px;
}
.fv-red {
  color: #f77977;
}
.fv-blue {
  color: #4c92c6;
}
@media screen and (max-width: 600px) {
  .gothic {
    font-size: 36px;
  }
  .vertical-text {
    top: 8%;
    right: 3%;
    line-height: 52px;
    letter-spacing: 2px;
  }
  .large {
    font-size: 43px;
    letter-spacing: 2px;
  }
  .fv-gray {
    font-size: 34px;
  }
}

/*--------------------------------------------------
CTAエリア（長いバージョン）
-----------------------------------------------------*/
.p-cta {
  width: 100%;
  height: auto;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-cta__innr {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.p-cta__img {
  width: 100%;
}
.p-cta__btn {
  position: absolute;
  width: 95%;
  left: 7%;
  bottom: 18%;
}
.p-cta__btn img {
  width: 90%;
}
@media screen and (max-width: 600px) {
  .p-cta__btn {
    width: 95%;
    bottom: 18%;
  }
  .p-cta__btn img {
    width: 90%;
  }
}
.p-cta__tel--SP {
  position: absolute;
  width: 85%;
  left: 7%;
  bottom: 19%;
}
.p-cta__tel--SP img {
  width: 90%;
}
@media screen and (max-width: 600px) {
  .p-cta__tel--SP {
    width: 95%;
    bottom: 10%;
  }
  .p-cta__tel--SP img {
    width: 90%;
  }
}
.p-cta__tel--PC {
  position: absolute;
  width: 90%;
  left: 9%;
  bottom: 10%;
}
.p-cta__tel--PC img {
  width: 90%;
}

/*--------------------------------------------------
CTAエリア（短いバージョン）
-----------------------------------------------------*/
.p-cta2 {
  width: 100%;
  height: auto;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-cta2__innr {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.p-cta2__img {
  width: 100%;
}
.p-cta2__btn {
  position: absolute;
  width: 95%;
  left: 7%;
  bottom: 45%;
}
.p-cta2__btn img {
  width: 90%;
}
@media screen and (max-width: 600px) {
  .p-cta2__btn {
    width: 95%;
    bottom: 45%;
  }
  .p-cta2__btn img {
    width: 90%;
  }
}
.p-cta2__tel--SP {
  position: absolute;
  width: 85%;
  left: 7%;
  bottom: 19%;
}
.p-cta2__tel--SP img {
  width: 90%;
}
@media screen and (max-width: 600px) {
  .p-cta2__tel--SP {
    width: 95%;
    bottom: 17%;
  }
  .p-cta2__tel--SP img {
    width: 90%;
  }
}
.p-cta2__tel--PC {
  position: absolute;
  width: 90%;
  left: 9%;
  bottom: 20%;
}
.p-cta2__tel--PC img {
  width: 90%;
}

/*--------------------------------------------------
お悩みエリア
-----------------------------------------------------*/
.p-onayami {
  height: auto;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-onayami__innr {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.p-onayami__img {
  width: 100%;
  display: block;
}
.copy-block {
  position: absolute;
  top: 66%;     /* 上からの距離 */
  left: 6%;     /* 左からの距離 */
  width: 90%;   /* テキスト領域の幅 */
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

.main-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 48px;
}

.desc-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.highlight-line {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: -3px;
  line-height: 32px;
}
p.desc-text span {
  margin-left: -8px;
  margin-right: -2px;
  font-weight: 600;
}
.onayami-large {
  font-size: 30px;
  font-weight: bold;
  margin-left: -10px;
  margin-right: -4px;
}

.glow {
  text-shadow:
  /* 1つ目：全体にシャドウをつける */
  0 0 10px #fff,
  /* 2つ目：下方向 */
  0 5px 10px #fff,
  /* 3つ目：右方向 */
  5px 0 10px #fff,
  /* 4つ目：上方向 */
  0 -5px 10px #fff,
  /* 5つ目：左方向 */
  -5px 0 10px #fff;
}

.fv-red {
  color: #f77977;
}

.fv-blue {
  color: #4c92c6;
}

.highlight {
  background: linear-gradient(transparent 70%, #fff989 70%);
}

.bold-text {
  font-weight: bold;
}
@media screen and (min-width: 724px) {
  .copy-block {
    top: 67%;
  }
  .onayami-large {
    font-weight: bold;
  }
  .main-title {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 48px;
  }
  .highlight-line {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 46px;
  }
  .desc-text {
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
}

}

/*--------------------------------------------------
ペットにウォーターサーバーが良い理由
-----------------------------------------------------*/
.p-WS-riyuu {
  height: auto;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-WS-riyuu__innr {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
}
.p-WS-riyuu__img {
  width: 100%;
}

/*--------------------------------------------------
選ばれる理由
-----------------------------------------------------*/
.p-riyuu {
  height: auto;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-riyuu__innr {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fffde3;
}
.p-riyuu__img {
  width: 100%;
}

.p-sticky1 {
  position: relative;
  z-index: 0;
}
.p-sticky1__on {
  position: sticky;
  top: 0;
  z-index: -1;
  margin-bottom: -1px;
}

.p-sticky2 {
  position: relative;
  z-index: 0;
}
.p-sticky2__on {
  position: sticky;
  top: 0;
  z-index: -1;
  margin-bottom: -1px;
}

.p-sticky3 {
  position: relative;
  z-index: 0;
}
.p-sticky3__on {
  position: sticky;
  top: 0;
  z-index: -1;
  margin-bottom: -1px;
}

/*--------------------------------------------------
お客様の声
-----------------------------------------------------*/
.p-voc {
  height: auto;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-voc__innr {
  max-width: 600px;
  margin: 0 auto;
}
.p-voc__img {
  width: 100%;
}

/*--------------------------------------------------
選べるサーバー&ボトル
-----------------------------------------------------*/
.p-lineup {
  height: auto;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-lineup__innr {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
}
.p-lineup__img {
  width: 100%;
}

/*--------------------------------------------------
申し込みの流れ
-----------------------------------------------------*/
.p-flow {
  height: auto;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-flow__innr {
  max-width: 600px;
  margin: 0 auto;
  background-color: #feebc3;
}
.p-flow__img {
  width: 100%;
}

/*--------------------------------------------------
FAQエリア
-----------------------------------------------------*/
.p-faq {
  width: 100%;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*------------- FAQアコーディオン部分 --------------*/
}
.p-faq__innr {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0px auto 0px;
  background-color: #ecf9ff;
  padding: 0px 20px 8px;
}
@media screen and (max-width: 600px) {
  .p-faq__innr {
    margin: 0px auto 0px;
    padding: 0px 20px 8px;
  }
}
.p-faq__title {
  width: 100%;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}
.p-faq__titleImg {
  width: 100%;
}
.p-faq__img {
  width: 100%;
}
.p-faq__accordion {
  margin-bottom: 5px;
}
.p-faq__question {
  background-image: linear-gradient(45deg, #05aefc, #5bc9fd 51%, #05aefc 99%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: normal;
  padding: 12px 50px 12px 14px;
  margin: 0;
  border: none;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .p-faq__question {
    font-size: 1.6rem;
  }
}
.p-faq__questionHead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
  padding-right: 24px;
  padding-bottom: 12px;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-faq__questionHead {
    font-size: 3.2rem;
    padding-right: 20px;
    padding-bottom: 8px;
  }
}
.p-faq__questionText {
  display: block;
}
.p-faq__questionIcon {
  display: block;
}
.p-faq__questionIcon::after {
  visibility: visible;
  content: "";
  width: 16px;
  height: 10px;
  display: block;
  background-image: url(../../img/alpina-lp01/arrow.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(2);
          transform: translateY(-50%) scale(2);
}
.p-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 12px 50px 12px 14px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-faq__answerHead {
  color: #ee5b93;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
  padding-right: 24px;
  padding-bottom: 12px;
  display: block;
  -ms-flex-item-align: first baseline;
      align-self: first baseline;
}
@media screen and (max-width: 600px) {
  .p-faq__answerHead {
    font-size: 3.2rem;
    padding-right: 20px;
    padding-bottom: 8px;
  }
}
.p-faq__answerText {
  display: block;
  color: #000;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  height: auto;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .p-faq__answerText {
    font-size: 1.4rem;
  }
}

.p-faq__question.is-active .p-faq__questionIcon::after {
  -webkit-transform: rotate(180deg) scale(2) translateY(3px);
          transform: rotate(180deg) scale(2) translateY(3px);
}

.p-faq__answer.is-open {
  line-height: 1.5;
  height: auto;
  opacity: 1;
  margin-bottom: 30px;
}

/*--------------------------------------------------
乗り換えキャンペーン
-----------------------------------------------------*/
.p-campaign {
  height: auto;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-campaign__innr {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
}
.p-campaign__img {
  width: 100%;
}
.p-campaign__text1 {
  position: absolute;
  display: block;
  width: 66%;
  left: 8%;
  bottom: 40%;
  font-size: 9rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fe8421;
}
.p-campaign__text1--small {
  font-size: 4.7rem;
}
@media screen and (max-width: 600px) {
  .p-campaign__text1 {
    font-size: 13.8vw;
  }
  .p-campaign__text1--small {
    font-size: 8vw;
  }
}
.p-campaign__text2 {
  position: absolute;
  display: block;
  width: 60%;
  left: 10%;
  bottom: 29%;
  font-size: 2.5rem;
  color: #3d88bb;
}
@media screen and (max-width: 600px) {
  .p-campaign__text2 {
    font-size: 4.1vw;
  }
}

/*--------------------------------------------------
注意事項
-----------------------------------------------------*/
.p-notice {
  height: auto;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
}
.p-notice__innr {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 50px 50px;
  color: #5a5a5a;
}
@media screen and (max-width: 600px) {
  .p-notice__innr {
    padding: 5%;
  }
}
.p-notice__img {
  width: 100%;
}
.p-notice__title {
  display: block;
  margin-bottom: 20px;
  font-size: 2.5rem;
}
@media screen and (max-width: 600px) {
  .p-notice__title {
    font-size: 4.1vw;
  }
}
.p-notice__dl {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .p-notice__dl {
    font-size: 2.8vw;
  }
}
.p-notice__dt {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .p-notice__dt {
    margin-bottom: 1vw;
  }
}
.p-notice__dd {
  margin-bottom: 25px;
  margin-left: 3%;
}
@media screen and (max-width: 600px) {
  .p-notice__dd {
    margin-bottom: 3vw;
  }
}

/*--------------------------------------------------
ダミーコンテンツ
-----------------------------------------------------*/
.p-dummy {
  width: 100%;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-dummy__innr {
  max-width: 600px;
  width: 100%;
  margin: 0px auto 0px;
  background: #fbf9e5;
  -webkit-box-shadow: 0px 0px 22px -9px #555555;
          box-shadow: 0px 0px 22px -9px #555555;
}
@media screen and (max-width: 600px) {
  .p-dummy__innr {
    width: 100%;
    margin: 0px auto 0px;
  }
}

/*--------------------------------------------------
固定メニュー
-----------------------------------------------------*/
.p-fixMenu {
  display: block;
  width: calc((100vw - 600px) / 2 * 0.9);
  position: fixed;
  bottom: -400px;
  right: 0%;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .p-fixMenu {
    width: 100%;
    bottom: -200px;
    left: 0;
  }
}
.p-fixMenu.js-isActive {
  bottom: 70%;
}
@media screen and (max-width: 600px) {
  .p-fixMenu.js-isActive {
    bottom: 0;
  }
}
.p-fixMenu__wrap--PC {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 601px) {
  .p-fixMenu__wrap--PC {
    padding: 5% 5% 3% 3%;
  }
}
@media screen and (max-width: 600px) {
  .p-fixMenu__wrap--SP {
    background-color: #3d88bb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    padding: 10px 5px;
  }
}
@media screen and (min-width: 601px) {
  .p-fixMenu__ctaTelBtn {
    padding-top: 3%;
  }
}

/*--------------------------------------------------
固定ロゴ
-----------------------------------------------------*/
.p-fixLogo {
  display: block;
  width: calc((100vw - 600px) / 2 * 0.6);
  position: fixed;
  top: 10%;
  left: calc((100vw - 600px) / 2 * 0.4 * 0.3);
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .p-fixLogo {
    display: none;
  }
}

/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.p-footer {
  width: 100%;
  background-image: url(../../img/alpina-lp01/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-footer__inner {
  background-color: #3d88bb;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-footer__inner {
    padding: 2em 0em 1em;
  }
}
.p-footer a {
  color: #fff;
}

.p-small {
  color: #fff;
  font-size: 1.4rem;
}

.p-fixMenuArea {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-fixMenuArea {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */