* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  font-family: 'Shuei NijimiMGo B';
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.01em;
  color: #333;
}

a {
  color: #104188;
  text-decoration: none;
  transition: .4s;
}

a:hover {
  opacity: .8;
}

a[target=_blank]:after {
  font-family: Hobonichi-Icons;
  content: "\e914";
  font-weight: 400;
  font-size: .8em;
  position: relative;
  top: -0.2em;
  color: #104188;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.k-wrap {
  padding-top: 100px;
}

.k-wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(https://www.1101.com/textlive/images/kesennuma202203/kesennnuma202203_back.jpg);
  background-size: cover;
}

.k-minasan {
  margin-bottom: 100px;
  font-size: 60px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  text-stroke: 2px #F48078;
  -webkit-text-stroke: 2px #F48078;
}

.cmn-block {
  max-width: 600px;
  margin: 40px auto 0;
  padding: 50px;
  background-color: #fff;
  border-radius: 80px;
}

.cmn-block-ttl {
  font-size: 30px;
  color: #ED635F;
  margin-bottom: 20px;
}

.cmn-block-ttl a {
  color: #ED635F;
}

.cmn-block-ttl span {
  font-size: 24px;
}

.k-lastTxt {
  text-align: center;
  font-size: 22px;
  margin: 100px auto 0;
  max-width: 600px;
}

.k-goBack {
  margin: 100px auto 0;
  width: 220px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #F48078;
  border: 5px solid;
  border-radius: 500px;
  background: #fff;
}

.k-goBack img {
  width: 40px;
  margin-right: 5px;
}

.k-copyright {
  font-size: 20px;
  text-align: center;
  color: #F48078;
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .k-wrap {
    padding: 50px 15px;
  }
  .k-minasan {
    margin-bottom: 50px;
    font-size: 6.9vw;
    text-stroke: 1px #F48078;
    -webkit-text-stroke: 1px #F48078;
  }
  .cmn-block-ttl {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .cmn-block-ttl span {
    font-size: 22px;
  }
  .k-lastTxt {
    font-size: 18px;
    margin-top: 50px;
    text-align: left;
    padding: 0 20px;
  }
  .k-goBack {
    margin-top: 50px;
    height: 54px;
    width: 160px;
    font-size: 28px;
    border-width: 3px;
  }
  .k-goBack img {
    width: 30px;
  }
  .k-copyright {
    font-size: 18px;
  }
}

@media screen and (max-width: 555px) {
  .cmn-block {
    margin-top: 20px;
    padding: 30px 25px;
    border-radius: 50px;
  }
  .cmn-block-ttl {
    font-size: 5.5vw;
    margin-bottom: 1.4vw;
  }
  .cmn-block-ttl span {
    font-size: 4vw;
  }
}

@media screen and (max-width: 425px) {
  .cmn-block {
    padding: 30px 20px;
    border-radius: 40px;
  }
  .cmn-block p {
    font-size: 3.7vw;
  }
}

@media screen and (max-width: 375px) {
  .k-lastTxt {
    font-size: 16px;
  }
}
