@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: #fef3e2;
  overflow: visible;
}

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/back.png) top center no-repeat;
  background-size: cover;
}
.lead h2 {
  margin: 6vw 0 3vw;
  padding: 0;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  color: #d22433;
  line-height: 120%;
  letter-spacing: 0.1rem;
}
.lead h2 span {
  letter-spacing: -0.1rem;
}
.lead .txt {
  margin-bottom: 5vw;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #6d4149;
}
.lead .kmlogo {
  margin: 0 auto;
  width: 20%;
}

section {
  margin-bottom: 3vw;
  padding: 7vw 5vw 10vw;
  border-radius: 20px;
}
section .sub {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 3vw;
  padding: 0; /*横の大きさ*/
  height: 35px; /*リボンの高さ*/
  line-height: 35px; /*リボンの高さ*/
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  background: #f8e9c9;
  box-sizing: border-box;
}
section .sub::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-width: 18px 0 18px 10px;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}
section .sub::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-width: 18px 10px 18px 0;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}
section h4 {
  margin-bottom: 4vw;
  text-align: center;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  line-height: 110%;
  letter-spacing: 0.05rem;
}
section h4 span {
  font-feature-settings: "palt" 1; /*自動字詰め*/
}
section .img {
  margin: 0 -5vw;
}
section .txt {
  margin: 5vw 0;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.07rem;
  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;
  letter-spacing: 0.1rem;
  background: #f8e9c9;
  border-radius: 10px;
  width: 70%;
}
section ion-icon {
  margin: 0 0 -1% 2%;
}

.gift {
  padding: 7vw 4vw 3vw;
  background-color: #ff5f74;
}
.gift h3 {
  margin-bottom: 4vw;
  text-align: center;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1; /*自動字詰め*/
  color: #fff;
}
.gift ul {
  display: flex;
  flex-wrap: wrap;
}
.gift ul li {
  margin: 0 2vw 2vw 0;
  width: 48.75%;
}
.gift ul li:nth-child(2n) {
  margin: 0 0 2vw;
}

#gift01 {
  background-color: #bf4e43;
}
#gift01 .sub {
  color: #bf4e43;
  width: 60%;
}
#gift01 .sub::before {
  border-color: transparent transparent transparent #bf4e43;
}
#gift01 .sub::after {
  border-color: transparent #bf4e43 transparent transparent;
}
#gift01 .more {
  color: #bf4e43;
}

#gift02 {
  background-color: #d0a961;
}
#gift02 .sub {
  color: #d0a961;
  width: 95%;
}
#gift02 .sub::before {
  border-color: transparent transparent transparent #d0a961;
}
#gift02 .sub::after {
  border-color: transparent #d0a961 transparent transparent;
}
#gift02 .more {
  color: #d0a961;
}

#gift03 {
  background-color: #8f7064;
}
#gift03 .sub {
  color: #8f7064;
  width: 90%;
}
#gift03 .sub::before {
  border-color: transparent transparent transparent #8f7064;
}
#gift03 .sub::after {
  border-color: transparent #8f7064 transparent transparent;
}
#gift03 .more {
  color: #8f7064;
}

#gift04 {
  background-color: #8d9447;
}
#gift04 .sub {
  color: #8d9447;
  width: 90%;
}
#gift04 .sub::before {
  border-color: transparent transparent transparent #8d9447;
}
#gift04 .sub::after {
  border-color: transparent #8d9447 transparent transparent;
}
#gift04 .more {
  color: #8d9447;
}

#page-top {
  display: none;
  margin-left: -9999px;
  padding-left: 6vw;
}
#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: #ff7385;
}
#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 .txt {
  letter-spacing: 0.05rem;
}
.Android section .sub {
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.Android section .sub::before {
  border-width: 15px 0 15px 10px;
}
.Android section .sub::after {
  border-width: 15px 10px 15px 0;
}
.Android section h4 {
  font-size: 1.6rem;
}
.Android section .txt {
  letter-spacing: 0.03rem;
}
.Android section .more {
  font-size: 1.2rem;
}
.Android #gift02 h3 {
  font-size: 1.8rem;
}
.Android #gift03 .sub {
  width: 85%;
}
.Android #gift04 .sub {
  width: 90%;
}

@media (max-width: 350px) { /* 350px以下 */
  .lead h2 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .lead .txt {
    font-size: 1rem;
  }
  section .sub {
    font-size: 1rem;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0.02rem;
  }
  section .sub::before {
    border-width: 15px 0 15px 10px;
  }
  section .sub::after {
    border-width: 15px 10px 15px 0;
  }
  section h4 {
    font-size: 1.4rem;
  }
  section .txt {
    font-size: 1rem;
  }
  section .more {
    font-size: 1.3rem;
    width: 80%;
  }
  .gift h3 {
    font-size: 1.4rem;
  }
  #gift01 .sub {
    width: 70%;
  }
  #gift02 .sub, #gift03 .sub, #gift04 .sub {
    width: 100%;
  }
}
@media (min-width: 600px) { /* 600px以上（タブレット） */
  .wrap {
    margin: 0;
    padding: 5vw 18vw 10vw;
    width: 100%;
  }
  p {
    font-size: 1.5rem;
    line-height: 160%;
  }
  .fv {
    margin: 0 auto 2vw;
    width: 500px;
  }
  .lead {
    padding: 7vw 5vw 5vw;
  }
  .lead h2 {
    margin: 2vw 0 3vw;
    font-size: 2.3rem;
  }
  .lead .txt {
    margin-bottom: 3vw;
    font-size: 1.3rem;
    line-height: 160%;
  }
  section {
    margin-bottom: 2vw;
    padding: 4vw 2vw 5vw;
    width: 500px;
  }
  section .sub {
    margin: 0 auto 2vw;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
  }
  section .sub::before {
    border-width: 25px 0 25px 10px;
  }
  section .sub::after {
    border-width: 25px 10px 25px 0;
  }
  section h4 {
    margin-bottom: 2vw;
    font-size: 2.5rem;
  }
  section .img {
    margin: 0 -2vw;
  }
  section .txt {
    margin: 3vw 1.5vw 0;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
  section .more {
    margin: 3vw auto 0;
    padding: 2vw 1vw 2vw 4vw;
    font-size: 1.7rem;
    width: 60%;
  }
  .gift {
    padding: 5vw 1.8vw 1vw;
  }
  .gift h3 {
    margin-bottom: 2vw;
    font-size: 2.3rem;
  }
  .gift ul li {
    margin: 0 1vw 1vw 0;
    width: 225px;
  }
  .gift ul li:nth-child(2n) {
    margin: 0 0 1vw;
  }
  .gift ul li:last-child {
    margin: 0 0 -4vw;
  }
  #gift01 {
    position: relative;
  }
  #gift01::before {
    content: "";
    position: absolute;
    top: 31vw;
    left: -12vw;
    background: url(../img/heart01.jpg) top left no-repeat;
    width: 84px;
    height: 108px;
  }
  #gift01::after {
    content: "";
    position: absolute;
    top: 24vw;
    right: -11vw;
    background: url(../img/heart02.jpg) top right no-repeat;
    width: 74px;
    height: 246px;
  }
  #gift01 .sub {
    width: 50%;
  }
  #gift02 {
    position: relative;
  }
  #gift02::before {
    content: "";
    position: absolute;
    top: 24vw;
    left: -11vw;
    background: url(../img/heart03.jpg) top left no-repeat;
    width: 74px;
    height: 246px;
  }
  #gift02::after {
    content: "";
    position: absolute;
    top: 31vw;
    right: -12vw;
    background: url(../img/heart04.jpg) top right no-repeat;
    width: 84px;
    height: 108px;
  }
  #gift02 .sub {
    width: 80%;
  }
  #gift03 {
    position: relative;
  }
  #gift03::before {
    content: "";
    position: absolute;
    top: 31vw;
    left: -12vw;
    background: url(../img/heart01.jpg) top left no-repeat;
    width: 84px;
    height: 108px;
  }
  #gift03::after {
    content: "";
    position: absolute;
    top: 24vw;
    right: -11vw;
    background: url(../img/heart02.jpg) top right no-repeat;
    width: 74px;
    height: 246px;
  }
  #gift03 .sub {
    width: 75%;
  }
  #gift04 {
    position: relative;
  }
  #gift04::before {
    content: "";
    position: absolute;
    top: 24vw;
    left: -11vw;
    background: url(../img/heart03.jpg) top left no-repeat;
    width: 74px;
    height: 246px;
  }
  #gift04::after {
    content: "";
    position: absolute;
    top: 31vw;
    right: -12vw;
    background: url(../img/heart04.jpg) top right no-repeat;
    width: 84px;
    height: 108px;
  }
  #gift04 .sub {
    width: 75%;
  }
  #page-top {
    padding-left: 0;
  }
}
@media (min-width: 1024px) { /* 1024px以上（PC） */
  .wrap {
    margin: 0 auto;
    padding: 30px 0 100px;
    width: 100%;
  }
  p {
    font-size: 1.5rem;
    line-height: 170%;
  }
  .fv {
    margin: 0 auto 10px;
  }
  .lead {
    padding: 70px 50px 60px;
  }
  .lead h2 {
    margin: 0 0 20px;
    font-size: 2.2rem;
  }
  .lead .txt {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  section {
    margin: 0 auto 10px;
    padding: 40px 25px;
  }
  section .sub {
    margin: 0 auto 15px;
    font-size: 1.2rem;
    height: 40px;
    line-height: 40px;
  }
  section .sub::before {
    border-width: 20px 0 20px 10px;
  }
  section .sub::after {
    border-width: 20px 10px 20px 0;
  }
  section h4 {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  section .txt {
    margin: 20px 0 0;
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: 0.07rem;
  }
  section .img {
    margin: 0 -25px !important;
    width: 500px;
  }
  section .more {
    margin: 25px auto 0;
    padding: 10px 5px 10px 20px;
    font-size: 1.3rem;
    width: 45%;
  }
  .gift {
    padding: 40px 20px 10px;
  }
  .gift h3 {
    margin-bottom: 20px;
  }
  .gift ul li {
    margin: 0 10px 10px 0;
  }
  .gift ul li:nth-child(2n) {
    margin: 0 0 10px;
  }
  .gift ul li:last-child {
    margin: 0 0 -40px;
  }
  #gift01 {
    position: relative;
  }
  #gift01::before {
    top: 260px;
    left: -100px;
  }
  #gift01::after {
    top: 190px;
    right: -90px;
  }
  #gift01 .sub {
    width: 45%;
  }
  #gift02 {
    position: relative;
  }
  #gift02::before {
    top: 190px;
    left: -90px;
  }
  #gift02::after {
    top: 260px;
    right: -100px;
  }
  #gift02 .sub {
    width: 75%;
  }
  #gift03 {
    position: relative;
  }
  #gift03::before {
    top: 260px;
    left: -100px;
  }
  #gift03::after {
    top: 190px;
    right: -90px;
  }
  #gift03 .sub {
    width: 70%;
  }
  #gift04 {
    position: relative;
  }
  #gift04::before {
    top: 190px;
    left: -90px;
  }
  #gift04::after {
    top: 260px;
    right: -100px;
  }
  #gift04 .sub {
    width: 70%;
  }
}