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

.sp {
  display: block;
}

.sp02 {
  display: none;
}

@media (max-width: 350px) { /* 350px以下 */
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .sp02 {
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 979px) { /* 600px以上～979px以下（タブレット） */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp02 {
    display: none;
  }
}
@media (min-width: 1024px) { /* 1024px以上（PC） */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .sp02 {
    display: none;
  }
}
/*-----------------------------
 コンテンツ共通
-------------------------------*/
.wrap {
  margin: 0 auto;
  padding: 5vw 5vw 10vw;
  font-family: "zen-maru-gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt" 1; /*自動字詰め*/
  text-align: justify; /*均等割り付け*/
  text-justify: inter-ideograph; /*IE用均等割り付け*/
  background: url(../img/back.jpg) top left repeat;
  background-color: #e6e6e6;
  overflow: visible;
}

p {
  line-height: 160%;
}

a:hover {
  opacity: 0.6;
}

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

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

#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: #f07955;
}
#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);
}

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

.lead {
  padding: 10vw 4vw 8vw;
  text-align: center;
  background: #fff;
}
.lead h2 {
  margin: 0 0 3vw;
  padding: 0;
  font-weight: 700;
  font-size: 1.7rem;
  color: #f07955;
  line-height: 130%;
  letter-spacing: 0.1rem;
}
.lead h2 .sm01 {
  font-weight: 700;
  font-size: 1.7rem;
  font-feature-settings: "palt" 1; /*自動字詰め*/
  letter-spacing: 0;
}
.lead h2 .sm02 {
  font-weight: 700;
  font-size: 1.7rem;
  font-feature-settings: "palt" 1; /*自動字詰め*/
  letter-spacing: 0.01rem;
}
.lead .txt {
  margin-bottom: 5vw;
  font-weight: 500;
  font-size: 1rem;
  color: #f07955;
  letter-spacing: 0.08rem;
}
.lead .kmlogo {
  margin: 0 auto;
  width: 20%;
}

.date {
  padding: 4vw;
  background: #fff9e9;
}
.date ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.date ul li {
  margin: 0 2vw 2vw 0;
  width: 48.75%;
}
.date ul li:nth-child(2n) {
  margin: 0 0 2vw;
}
.date ul li:last-child {
  flex-grow: 2;
  margin: 0;
}

section {
  margin-bottom: 3vw;
  padding: 8vw 4vw 11vw;
  border-radius: 20px;
}
section .sub {
  position: relative;
  padding-top: 0.4vw;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 150%;
  color: #fff;
}
section h3 {
  margin-bottom: 5vw;
  text-align: center;
  font-weight: 900;
  font-size: 1.9rem;
  color: #fff;
  line-height: 120%;
  letter-spacing: 0.1rem;
}
section h3 span {
  font-weight: 900;
  font-size: 1.9rem;
  letter-spacing: 0;
}
section .txt {
  margin: 3vw 0 5vw;
  padding: 0 2vw;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  line-height: 150%;
  letter-spacing: 0.02rem;
}
section .item .img {
  margin: 0 -4vw;
}
section .item .txt {
  margin-top: 5vw;
  letter-spacing: 0.02rem;
}
section .item .txt p {
  font-weight: 500;
}
section .item .more {
  margin: 6vw auto 0;
  padding: 2vw 0 2vw 4vw;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  background: #fff;
  border-radius: 50px;
  width: 75%;
}
section .item .more span {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0;
}

#date01 {
  background: #fab600;
}
#date01 .item .more {
  color: #fab600;
}

#date02 {
  background: #f07955;
}
#date02 .item .more {
  color: #f07955;
}

#date03 {
  background: #ff9499;
}
#date03 .item .more {
  color: #ff9499;
}

#date04 {
  background: #6eb3ef;
}
#date04 .item .more {
  color: #6eb3ef;
}

#date05 {
  background-color: #00c2c5;
}
#date05 h3 {
  margin-bottom: 2vw;
}
#date05 .txt {
  margin: 3vw 0 0;
}
#date05 .item {
  margin-top: 10vw;
}
#date05 .item:first-of-type {
  margin-top: 8vw;
}
#date05 .item h4 {
  margin: 4vw 0;
  text-align: center;
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 100%;
  color: #fff;
}
#date05 .item h4 p {
  margin-bottom: 0.3vw;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0;
}
#date05 .item h4 span {
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: -0.2rem;
}
#date05 .item .txt {
  margin: 0 auto 5vw;
  letter-spacing: 0.02rem;
}
#date05 .item .more {
  margin: 5vw auto 3vw;
  color: #00c2c5;
}

.Android { /* Android用css */ }
.Android .lead h2 {
  font-size: 1.6rem;
}
.Android .lead h2 .sm01, .Android .lead h2 .sm02 {
  font-size: 1.6rem;
}
.Android .lead .txt {
  font-size: 0.9rem;
}
.Android section .sub {
  font-size: 1.1rem;
}
.Android section h3 {
  font-size: 1.7rem;
}
.Android section h3 span {
  font-size: 1.7rem;
}
.Android section .txt {
  font-size: 0.9rem;
}
.Android section .item .txt {
  letter-spacing: -0.01rem;
}
.Android section .item .more {
  font-size: 1.2rem;
  width: 65%;
}
.Android section .item .more span {
  font-size: 1.2rem;
}
.Android #date05 .item h4 {
  margin: 4vw 0 2vw;
  font-size: 1.5rem;
}
.Android #date05 .item h4 p {
  font-size: 1.1rem;
}
.Android #date05 .item h4 span {
  font-size: 1.5rem;
}

@media (max-width: 350px) { /* 350px以下 */
  .lead h2 {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
  .lead h2 .sm01, .lead h2 .sm02 {
    font-size: 1.5rem;
  }
  .lead .txt {
    font-size: 1rem;
  }
  section {
    padding: 8vw 4vw 11vw;
  }
  section .sub {
    font-size: 1.1rem;
  }
  section h3 {
    font-size: 1.5rem;
  }
  section h3 span {
    font-size: 1.5rem;
  }
  section .txt {
    margin: 5vw auto;
    font-size: 1rem;
  }
  section .item .more {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    width: 75%;
  }
  section .item .more span {
    font-size: 1.2rem;
  }
  #date05 h4 {
    font-size: 1.6rem;
  }
  #date05 h4 p {
    font-size: 1.3rem;
  }
  #date05 h4 span {
    font-size: 1.6rem;
  }
}
@media (min-width: 600px) { /* 600px以上（タブレット） */
  .wrap {
    margin: 0;
    padding: 5vw 18vw 10vw;
    width: 100%;
  }
  p {
    font-size: 1.5rem;
    line-height: 160%;
  }
  #page-top {
    padding-left: 0;
  }
  .fv {
    margin: 0 0 2vw;
    width: 500px;
  }
  .fv h1 {
    margin-left: -0.5vw;
    width: 507px;
  }
  .lead {
    padding: 7vw 2.7vw 5vw;
  }
  .lead h2 {
    font-size: 2.5rem;
  }
  .lead h2 .sm01 {
    font-size: 2.5rem;
  }
  .lead h2 .sm02 {
    font-size: 2.5rem;
    letter-spacing: -0.4rem;
  }
  .lead .txt {
    margin-bottom: 3vw;
    font-size: 1.3rem;
  }
  .date {
    padding: 2.45vw;
  }
  .date ul li {
    margin: 0 1vw 1vw 0;
    width: 225px;
  }
  .date ul li:nth-child(2n) {
    margin: 0 0 1vw;
  }
  section {
    margin-bottom: 2vw;
    padding: 5vw 2.7vw 7vw;
    width: 500px;
  }
  section .sub {
    margin: 0;
    padding-top: 0;
    font-size: 1.5rem;
  }
  section h3 {
    margin-bottom: 3vw;
    font-size: 2.7rem;
    line-height: 100%;
  }
  section h3 span {
    font-size: 2.7rem;
    letter-spacing: -0.2rem;
  }
  section h3 .tb {
    font-size: 2.7rem;
    letter-spacing: -0.5rem;
  }
  section .txt {
    margin: 2vw auto;
    padding: 0 1vw;
    font-size: 1.1rem;
  }
  section .txt p {
    font-size: 1.1rem;
  }
  section .item .img {
    margin: 0 -2.7vw;
  }
  section .item .txt {
    margin-top: 3vw;
  }
  section .item .more {
    margin: 4vw auto 0;
    padding: 1vw 0 1vw 3vw;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    width: 60%;
  }
  section .item .more span {
    font-size: 1.6rem;
  }
  #date05 .item {
    margin-top: 8vw;
  }
  #date05 .item:first-of-type {
    margin-top: 6vw;
  }
  #date05 .item h4 {
    margin: 3vw 0 2vw;
    font-size: 2.3rem;
  }
  #date05 .item h4 p {
    font-size: 1.5rem;
  }
  #date05 .item h4 span {
    font-size: 2.3rem;
    letter-spacing: -0.4rem;
  }
  #date05 .item .txt {
    margin: 1vw auto 3vw;
  }
  #date05 .item .more {
    margin: 3vw auto;
  }
}
@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;
  }
  .fv h1 {
    margin-left: -5px;
    width: 507px;
  }
  .lead {
    padding: 60px 20px 55px;
  }
  .lead h2 {
    margin: 0 0 20px;
  }
  .lead .txt {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .date {
    padding: 20px;
  }
  .date ul li {
    margin: 0 10px 10px 0;
  }
  .date ul li:nth-child(2n) {
    margin: 0 0 10px;
  }
  section {
    margin: 0 auto 10px;
    padding: 40px 30px 50px;
  }
  section .sub {
    margin: 0 auto 5px;
    padding-top: 3px;
    font-size: 1.4rem;
  }
  section h3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  section h3 span {
    font-size: 2.5rem;
  }
  section h3 .tb {
    font-size: 2.5rem;
    letter-spacing: -0.3rem;
  }
  section .txt {
    margin: 20px auto 30px;
    padding: 0;
    font-size: 1.1rem;
  }
  section .item {
    margin-bottom: 0;
  }
  section .item .img {
    margin: 0 -30px;
  }
  section .item .txt {
    margin: 30px 0;
  }
  section .item .txt p {
    font-size: 1.1rem;
  }
  section .item .more {
    margin: 30px auto 0;
    padding: 10px 0 10px 20px;
    font-size: 1.4rem;
    width: 55%;
  }
  section .item .more span {
    font-size: 1.4rem;
  }
  #date05 h3 {
    margin-bottom: 20px;
  }
  #date05 .txt {
    margin: 20px 0 0;
  }
  #date05 .item {
    margin-top: 50px;
  }
  #date05 .item:first-of-type {
    margin-top: 50px;
  }
  #date05 .item h4 {
    margin: 20px 0 10px;
    font-size: 2.3rem;
    line-height: 120%;
  }
  #date05 .item h4 p {
    margin-bottom: -4px;
    font-size: 1.6rem;
  }
  #date05 .item h4 span {
    font-size: 2.3rem;
  }
  #date05 .item .txt {
    margin: 10px auto 30px;
  }
  #date05 .item .more {
    margin: 20px auto;
  }
}