@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;
  color: #fff;
  background: #e6d7b8;
  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%;
}

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

.lead {
  position: relative;
  padding: 2vw;
  text-align: center;
  background: linear-gradient(0deg, #8e0122 20%, #d50032);
}
.lead .ribbon_t {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 85px;
  height: 85px;
  overflow: hidden;
}
.lead .ribbon_t .ribbon {
  display: inline-block;
  position: absolute;
  padding: 12px 0;
  left: -34px;
  top: 0;
  width: 160px;
  background: linear-gradient(135deg, #f4d99f, #ecbb54);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.lead .ribbon_b {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  width: 85px;
  height: 85px;
  overflow: hidden;
}
.lead .ribbon_b .ribbon {
  display: inline-block;
  position: absolute;
  padding: 12px 0;
  right: -34px;
  bottom: 0;
  width: 160px;
  background: linear-gradient(135deg, #f4d99f, #ecbb54);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.lead div {
  padding: 10vw 4vw 9vw;
  border: 1px dashed #fff;
}
.lead h2 {
  margin: 0 0 3vw;
  padding: 0;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  color: #f0c364;
  line-height: 130%;
  letter-spacing: 0;
}
.lead .txt {
  margin-bottom: 5vw;
  text-align: center;
  font-size: 1.05rem;
  letter-spacing: 0.08rem;
}
.lead .kmlogo {
  margin: 0 auto;
  width: 20%;
}

.gift {
  padding: 9vw 4vw 10vw;
  background: linear-gradient(45deg, transparent 0, #af8785 0), linear-gradient(135deg, transparent 20px, #af8785 20px), linear-gradient(225deg, transparent 0, #af8785 0), linear-gradient(315deg, transparent 20px, #af8785 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
.gift h3 {
  margin-bottom: 5vw;
  text-align: center;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  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;
}
.gift ul li:last-child {
  flex-grow: 2;
  margin: 0 0 -5vw;
}

#gift01 {
  background: linear-gradient(45deg, transparent 0, #e1a05a 0), linear-gradient(135deg, transparent 20px, #e1a05a 20px), linear-gradient(225deg, transparent 0, #e1a05a 0), linear-gradient(315deg, transparent 20px, #e1a05a 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#gift01 .sub {
  color: #e1a05a;
  width: 80%;
}
#gift01 .sub::before {
  border-color: transparent transparent transparent #e1a05a;
}
#gift01 .sub::after {
  border-color: transparent #e1a05a transparent transparent;
}
#gift01 .more {
  color: #e1a05a;
}

#gift02 {
  background: linear-gradient(45deg, transparent 0, #5a697d 0), linear-gradient(135deg, transparent 20px, #5a697d 20px), linear-gradient(225deg, transparent 0, #5a697d 0), linear-gradient(315deg, transparent 20px, #5a697d 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#gift02 .sub {
  color: #5a697d;
  width: 60%;
}
#gift02 .sub::before {
  border-color: transparent transparent transparent #5a697d;
}
#gift02 .sub::after {
  border-color: transparent #5a697d transparent transparent;
}
#gift02 h4 span {
  margin: 0 -3vw 0 -2vw;
}
#gift02 .item h5 {
  letter-spacing: 0.05rem;
}
#gift02 h3 {
  margin: 10vw 0 4vw;
  text-align: center;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
}
#gift02 h3 span {
  font-feature-settings: "palt" 1; /*自動字詰め*/
  letter-spacing: 0.08rem;
}
#gift02 .more {
  color: #5a697d;
}
#gift02 dl {
  padding: 6vw 4vw;
  border-radius: 10px;
}
#gift02 dl:nth-of-type(1) {
  margin-bottom: 2vw;
  background: #ed694d;
}
#gift02 dl:nth-of-type(1) .more {
  color: #ed694d;
}
#gift02 dl:nth-of-type(2) {
  margin: 0;
  background: #dd9a32;
}
#gift02 dl:nth-of-type(2) .more {
  color: #dd9a32;
}
#gift02 dl dt {
  margin: 0 auto 3vw;
  text-align: center;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 110%;
  color: #fff;
}
#gift02 dl dt span {
  font-feature-settings: "palt" 1; /*自動字詰め*/
  letter-spacing: 0.1rem;
}
#gift02 dl .txt {
  margin: 3vw 0 0;
  padding: 0;
}
#gift02 dl .txt ul li {
  display: flex;
  align-items: flex-start;
}
#gift02 dl .txt ul li span {
  margin-right: 1em;
  font-size: 0.3rem;
}
#gift02 dl .txt p {
  margin-top: 2vw;
  text-align: right;
}
#gift02 dl .more {
  margin: 3vw auto 0;
  text-align: center;
  width: 75%;
}

#gift03 {
  background: linear-gradient(45deg, transparent 0, #edac8e 0), linear-gradient(135deg, transparent 20px, #edac8e 20px), linear-gradient(225deg, transparent 0, #edac8e 0), linear-gradient(315deg, transparent 20px, #edac8e 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#gift03 .sub {
  color: #edac8e;
  width: 90%;
}
#gift03 .sub::before {
  border-color: transparent transparent transparent #edac8e;
}
#gift03 .sub::after {
  border-color: transparent #edac8e transparent transparent;
}
#gift03 h4 span {
  font-feature-settings: "palt" 1; /*自動字詰め*/
}
#gift03 .img {
  margin: 0 -4vw;
}
#gift03 .txt {
  margin-top: 5vw;
}
#gift03 .more {
  color: #edac8e;
}

#gift04 {
  background: linear-gradient(45deg, transparent 0, #8d9447 0), linear-gradient(135deg, transparent 20px, #8d9447 20px), linear-gradient(225deg, transparent 0, #8d9447 0), linear-gradient(315deg, transparent 20px, #8d9447 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#gift04 .sub {
  color: #8d9447;
  width: 95%;
}
#gift04 .sub::before {
  border-color: transparent transparent transparent #8d9447;
}
#gift04 .sub::after {
  border-color: transparent #8d9447 transparent transparent;
}
#gift04 h4 {
  margin-bottom: 4vw;
}
#gift04 .img {
  margin: 0 -4vw;
}
#gift04 .txt {
  margin-top: 5vw;
}
#gift04 .more {
  color: #8d9447;
}

#gift05 {
  background: linear-gradient(45deg, transparent 0, #eb733f 0), linear-gradient(135deg, transparent 20px, #eb733f 20px), linear-gradient(225deg, transparent 0, #eb733f 0), linear-gradient(315deg, transparent 20px, #eb733f 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#gift05 .sub {
  color: #eb733f;
  width: 60%;
}
#gift05 .sub::before {
  border-color: transparent transparent transparent #eb733f;
}
#gift05 .sub::after {
  border-color: transparent #eb733f transparent transparent;
}
#gift05 h4 {
  margin-bottom: 4vw;
}
#gift05 h4 span {
  font-feature-settings: "palt" 1; /*自動字詰め*/
  letter-spacing: 0.1rem;
}
#gift05 .img {
  margin: 0 -4vw;
}
#gift05 .txt {
  margin-top: 5vw;
}
#gift05 .more {
  color: #eb733f;
}

#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: #d50032;
}
#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 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: 2.1rem;
}
.Android section .txt {
  letter-spacing: -0.05rem;
}
.Android section .item h5 {
  font-size: 1.8rem;
}
.Android section .more {
  font-size: 1.3rem;
}
.Android #gift02 h3 {
  font-size: 1.8rem;
}
.Android #gift03 .sub {
  width: 85%;
}
.Android #gift04 .sub {
  width: 90%;
}

@media (max-width: 350px) { /* 350px以下 */
  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.8rem;
  }
  section .txt {
    font-size: 1rem;
  }
  section .item h5 {
    font-size: 1.7rem;
  }
  section .item h5 p {
    font-size: 1.2rem;
  }
  section .more {
    font-size: 1.3rem;
    width: 80%;
  }
  .lead .ribbon_t .ribbon {
    padding: 10px 0;
    left: -44px;
  }
  .lead .ribbon_b .ribbon {
    padding: 10px 0;
    right: -44px;
  }
  .lead div {
    padding: 10vw 2vw 9vw;
  }
  .lead h2 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .lead .txt {
    font-size: 1rem;
  }
  .gift h3 {
    font-size: 1.4rem;
  }
  #gift01 .sub {
    width: 90%;
  }
  #gift02 .sub {
    width: 65%;
  }
  #gift02 .item .title {
    font-size: 1.3rem;
  }
  #gift02 h3 {
    font-size: 1.7rem;
  }
  #gift02 dl dt {
    font-size: 1.6rem;
  }
  #gift03 .sub, #gift04 .sub {
    width: 95%;
  }
  #gift05 .sub {
    width: 65%;
  }
}
@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;
  }
  section {
    margin: 0 auto 2vw;
    padding: 7vw 2.7vw;
    width: 500px;
  }
  section .sub {
    margin: 0 auto 2vw;
    font-size: 1.5rem;
    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: 3.3rem;
  }
  section .txt {
    margin: 0 1vw 3vw;
    font-size: 1.3rem;
  }
  section .item h5 {
    margin: 2vw 0;
    font-size: 2.8rem;
    line-height: 90%;
  }
  section .item h5 p {
    font-size: 1.8rem;
  }
  section .more {
    margin: 4vw auto 0;
    font-size: 1.9rem;
    width: 75%;
  }
  .lead {
    padding: 7vw 2.7vw 6.7vw;
    padding: 2vw;
  }
  .lead .ribbon_t {
    width: 150px;
    height: 100px;
  }
  .lead .ribbon_t .ribbon {
    padding: 15px 0;
    top: 20px;
    left: -34px;
  }
  .lead .ribbon_b {
    width: 150px;
    height: 100px;
  }
  .lead .ribbon_b .ribbon {
    padding: 15px 0;
    bottom: 20px;
    right: -34px;
  }
  .lead div {
    padding: 6vw 3vw 5vw;
  }
  .lead h2 {
    font-size: 2.3rem;
  }
  .lead .txt {
    margin-bottom: 3vw;
    font-size: 1.3rem;
  }
  .gift {
    padding: 7vw 2.4vw;
  }
  .gift h3 {
    margin-bottom: 4vw;
    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 .sub {
    width: 75%;
  }
  #gift01 .item .img {
    margin: 0 -2.7vw;
  }
  #gift02 .sub {
    width: 55%;
  }
  #gift02 h4 span {
    margin: 0 -1.7vw 0 -1vw;
  }
  #gift02 h3 {
    font-size: 2.7rem;
  }
  #gift02 .item {
    margin-top: 6vw;
  }
  #gift02 .item .title {
    font-size: 2.4rem;
  }
  #gift02 .item .img {
    margin: 0 -2.7vw;
  }
  #gift02 .item:nth-last-of-type(3) h5 {
    margin: 3vw 0 2vw;
    line-height: 110%;
  }
  #gift02 dl {
    padding: 4vw 3vw;
  }
  #gift02 dl dt {
    margin: 0 auto 2vw;
    font-size: 2.4rem;
  }
  #gift02 dl .txt {
    margin: 2vw 0 0;
  }
  #gift03 h4, #gift04 h4, #gift05 h4 {
    margin-bottom: 3vw;
  }
  #gift03 .img, #gift04 .img, #gift05 .img {
    margin: 0 -2.7vw;
  }
  #gift03 .txt, #gift04 .txt, #gift05 .txt {
    margin-top: 3vw;
  }
  #gift03 .sub {
    width: 80%;
  }
  #gift04 .sub {
    width: 85%;
  }
  #gift05 .sub {
    width: 55%;
  }
}
@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;
  }
  section {
    margin: 0 auto 10px;
    padding: 50px 20px;
  }
  section .sub {
    margin: 0 auto 15px;
    font-size: 1.4rem;
  }
  section h4 {
    margin-bottom: 15px;
    font-size: 3.1rem;
  }
  section .txt {
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 1.3rem;
  }
  section .item {
    margin-top: 40px;
  }
  section .item .img {
    margin: 0 -20px !important;
    width: 500px;
  }
  section .item h5 {
    margin: 20px 0;
    font-size: 2.8rem;
    line-height: 80%;
  }
  section .item h5 p {
    font-size: 1.8rem;
  }
  section .img {
    margin: 0 -20px !important;
    width: 500px;
  }
  section .more {
    margin: 30px auto 60px;
    padding: 10px 0 10px 20px;
    width: 70%;
  }
  .lead {
    padding: 10px;
  }
  .lead div {
    padding: 50px 20px 40px;
  }
  .lead h2 {
    margin: 0 0 20px;
    font-size: 2.3rem;
  }
  .lead .txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .gift {
    padding: 50px 20px 60px;
  }
  .gift h3 {
    margin-bottom: 30px;
  }
  .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 .sub {
    width: 70%;
  }
  #gift01 .item:nth-of-type(3) .more {
    margin: 30px auto 0;
  }
  #gift02 .sub {
    width: 50%;
  }
  #gift02 h3 {
    margin: 80px 0 30px;
    font-size: 2.6rem;
  }
  #gift02 .item {
    margin-top: 40px;
  }
  #gift02 .item:nth-last-of-type(3) h5 {
    margin: 30px 0 20px;
  }
  #gift02 dl {
    padding: 40px 20px;
  }
  #gift02 dl:nth-of-type(1) {
    margin-bottom: 10px;
  }
  #gift02 dl dt {
    margin: 0 auto 20px;
    font-size: 2.3rem;
  }
  #gift02 dl .txt {
    margin: 20px 0 0;
  }
  #gift02 dl .txt p {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  #gift02 dl .more {
    margin: 20px auto 0;
  }
  #gift03 h4, #gift04 h4, #gift05 h4 {
    margin-bottom: 20px;
  }
  #gift03 .txt, #gift04 .txt, #gift05 .txt {
    margin-top: 30px;
  }
  #gift03 .more, #gift04 .more, #gift05 .more {
    margin: 30px auto 0;
  }
  #gift03 .sub {
    width: 75%;
  }
  #gift04 .sub {
    width: 80%;
  }
  #gift05 .sub {
    width: 50%;
  }
}