@charset "UTF-8";
/*-----------------------------
 切り替え
-------------------------------*/
.pc {
  display: none;
}

.sp {
  display: block;
}

@media (min-width: 600px) and (max-width: 979px) { /* 600px以上～979px以下（タブレット） */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (min-width: 1024px) { /* 1024px以上（PC） */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*-----------------------------
 コンテンツ共通
-------------------------------*/
.wrap {
  margin: 0 auto;
  padding: 5vw 5vw 10vw;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: "palt" 1; /*自動字詰め*/
  color: #fff;
  letter-spacing: 0.15rem;
  background: #f6f6f4;
  overflow: hidden;
}

p {
  line-height: 160%;
}

a:hover {
  opacity: 0.6;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fv {
  margin-bottom: 3vw;
}
.fv h1 img {
  width: 100%;
}

.lead {
  position: relative;
  padding: 7vw;
  text-align: center;
  background: url(../img/bg02.jpg) top center repeat;
}
.lead h2 {
  margin: 5vw 0 3vw;
  padding: 0;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  font-feature-settings: "palt" 1; /*自動字詰め*/
  color: #bd0800;
  line-height: 130%;
  letter-spacing: 0.2rem;
}
.lead h2 span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: -0.1rem;
}
.lead .txt {
  margin-bottom: 5vw;
  font-size: 1.05rem;
  letter-spacing: 0.08rem;
  text-align: center;
  color: #191919;
}
.lead .deco {
  margin-top: 3vw;
}
.lead .kmlogo {
  margin: 0 auto;
  width: 20%;
}

section {
  position: relative;
  margin-bottom: 3vw;
  padding: 7vw 5vw 10vw;
  background: #bd0800;
}
section h3 {
  margin-bottom: 3vw;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #fff;
  line-height: 130%;
  letter-spacing: 0.1rem;
}
section h3 span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0;
}
section h3 span.sm {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: -0.4rem;
}
section .txt {
  margin: 4vw 0 5vw;
  font-size: 1.05rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
section .more {
  margin: 6vw auto 0;
  padding: 2vw 0 2vw 4vw;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #bd0800;
  letter-spacing: 0.1rem;
  background: #f8e9c9;
  border-radius: 10px;
  width: 70%;
}
section ion-icon {
  margin: 0 0 -1% 2%;
}

#fuku02::before {
  content: "";
  width: 222px;
  height: 81px;
  background: url(../img/cloud01.png) top right no-repeat;
  background-size: 80%;
  position: absolute;
  top: -8vw;
  right: -12vw;
}

#fuku03::before {
  content: "";
  width: 205px;
  height: 52px;
  background: url(../img/cloud02.png) top left no-repeat;
  background-size: 80%;
  position: absolute;
  top: 20vw;
  left: -26vw;
}

#fuku04::before {
  content: "";
  width: 150px;
  height: 52px;
  background: url(../img/cloud03.png) top right no-repeat;
  background-size: 80%;
  position: absolute;
  top: 16vw;
  right: -21vw;
}

#fuku05::before {
  content: "";
  width: 204px;
  height: 82px;
  background: url(../img/cloud04.png) top left no-repeat;
  background-size: 80%;
  position: absolute;
  top: -7vw;
  left: -24vw;
}

#fuku06::before {
  content: "";
  width: 205px;
  height: 52px;
  background: url(../img/cloud02.png) top right no-repeat;
  background-size: 80%;
  position: absolute;
  top: 2vw;
  right: -25vw;
}

#fuku07::before {
  content: "";
  width: 222px;
  height: 81px;
  background: url(../img/cloud01.png) top left no-repeat;
  background-size: 80%;
  position: absolute;
  top: -11vw;
  left: -32vw;
}

#page-top {
  display: none;
  margin-left: -9999px;
  padding-left: 6vw;
  z-index: 10;
}
#page-top:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#page-top::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #D4AE00;
}
#page-top::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 6px;
  bottom: 0;
  left: 23px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.Android { /* Android用css */ }
.Android .lead h2 {
  font-size: 1.5rem;
}
.Android .lead h2 span {
  font-size: 1.5rem;
}
.Android .lead .txt {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.Android section h3 {
  font-size: 1.5rem;
}
.Android section h3 span {
  font-size: 1.5rem;
}
.Android section h3 span.sm {
  font-size: 1.5rem;
}
.Android section .txt {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
.Android section .more {
  font-size: 1.3rem;
}
.Android #fuku02::before {
  right: -14vw;
}
.Android #fuku03::before {
  left: -30vw;
}
.Android #fuku05::before {
  left: -30vw;
}
.Android #fuku06::before {
  right: -28vw;
}
.Android #fuku07::before {
  top: -13vw;
}

@media (max-width: 350px) { /* 350px以下 */
  .lead h2 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .lead h2 span {
    font-size: 1.4rem;
  }
  .lead .txt {
    font-size: 1rem;
  }
  section h3 {
    font-size: 1.5rem;
  }
  section h3 span {
    font-size: 1.5rem;
  }
  section h3 span.sm {
    font-size: 1.5rem;
  }
  section .txt {
    font-size: 0.9rem;
  }
  section .more {
    font-size: 1.3rem;
    width: 80%;
  }
  #fuku02::before, #fuku03::before, #fuku04::before, #fuku05::before, #fuku06::before, #fuku07::before {
    background-size: 60%;
  }
}
@media (min-width: 600px) { /* 600px以上（タブレット） */
  .wrap {
    margin: 0 auto;
    padding: 5vw 18vw 10vw;
    width: 100%;
  }
  p {
    font-size: 1.5rem;
    line-height: 160%;
  }
  .fv {
    margin: 0 auto 2vw;
    width: 500px;
  }
  .lead {
    padding: 5vw;
  }
  .lead h2 {
    font-size: 2.3rem;
  }
  .lead h2 span {
    font-size: 2.3rem;
  }
  .lead .txt {
    margin-bottom: 3vw;
    font-size: 1.3rem;
  }
  section {
    margin: 0 auto 2vw;
    padding: 5vw 4vw 7vw;
    width: 500px;
  }
  section h3 {
    margin-bottom: 2vw;
    font-size: 2.3rem;
  }
  section h3 span {
    font-size: 2.3rem;
  }
  section h3 span.sm {
    font-size: 2.3rem;
  }
  section .txt {
    margin: 3vw 0 5vw;
    font-size: 1.2rem;
  }
  section .more {
    margin: 4vw auto 0;
    font-size: 1.9rem;
    width: 75%;
  }
  #fuku02::before, #fuku03::before, #fuku04::before, #fuku05::before, #fuku06::before, #fuku07::before {
    background-size: 100%;
  }
  #fuku02::before {
    top: -1vw;
  }
  #fuku03::before {
    top: 15vw;
    left: -16vw;
  }
  #fuku04::before {
    top: 12vw;
    right: -14vw;
  }
  #fuku05::before {
    top: 3vw;
    left: -21vw;
  }
  #fuku06::before {
    top: -1vw;
    right: -17vw;
  }
  #fuku07::before {
    top: -4vw;
    left: -22vw;
  }
}
@media (min-width: 1024px) { /* 1024px以上（PC） */
  .wrap {
    position: relative;
    margin: 0 auto;
    padding: 30px 0 100px;
    width: 100%;
  }
  .wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../img/bg01.jpg) top left repeat-y;
    z-index: 1;
  }
  .wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../img/bg01.jpg) top right repeat-y;
    z-index: 2;
  }
  p {
    font-size: 1.5rem;
    line-height: 170%;
  }
  .fv {
    margin: 0 auto 10px;
  }
  .lead {
    padding: 40px;
  }
  .lead h2 {
    margin: 30px 0 20px;
    font-size: 2.3rem;
  }
  .lead h2 span {
    font-size: 2.3rem;
  }
  .lead .txt {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .lead .deco {
    margin-top: 15px;
  }
  section {
    margin: 0 auto 10px;
    padding: 30px 20px 50px;
    z-index: 5;
  }
  section h3 {
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 130%;
    letter-spacing: 0.1rem;
  }
  section h3 span {
    font-size: 1.9rem;
  }
  section h3 span.sm {
    font-size: 1.9rem;
  }
  section .txt {
    margin: 20px 0 20px;
    padding: 0 10px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  section .img {
    margin: 0 auto;
    width: 444px;
  }
  section .more {
    margin: 30px auto 0;
    padding: 10px 0 10px 20px;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    width: 60%;
  }
  #fuku02::before, #fuku03::before, #fuku04::before, #fuku05::before, #fuku06::before, #fuku07::before {
    z-index: 5;
  }
  #fuku02::before {
    top: -57px;
    right: -160px;
  }
  #fuku03::before {
    top: 60px;
    left: -140px;
  }
  #fuku04::before {
    top: 80px;
    right: -110px;
  }
  #fuku05::before {
    top: 30px;
    left: -170px;
  }
  #fuku06::before {
    top: 50px;
    right: -150px;
  }
  #fuku07::before {
    top: 80px;
    left: -180px;
  }
}