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

body {
  font-family: 'Hiragino UD Sans W5 JIS2004';
  font-size: 16px;
  line-height: 1.97;
  letter-spacing: 0.01em;
  color: #333;
}

a {
  color: #007191;
  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: #007191;
}

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

ul {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.k-wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/kes_guide2022/img/bg.jpg) center no-repeat;
  background-size: cover;
}

.k-mvWrap {
  width: 100vw;
  height: 914px;
  overflow: hidden;
}

.k-mv {
  background-color: #EDECE3;
  width: 100%;
  position: relative;
  font-family: 'Shuei NijimiMGo B';
  color: #FF8000;
  padding: 30px 30px 100px;
  margin: auto;
  transform: scale(0.8) translateY(-143px);
}

.k-mv::before {
  content: '';
  height: 100%;
  width: 100%;
  left: -99%;
  top: 0;
  background-color: #EDECE3;
  display: block;
  position: absolute;
}

.k-mv::after {
  content: '';
  height: 100%;
  width: 100%;
  right: -99%;
  top: 0;
  background-color: #EDECE3;
  display: block;
  position: absolute;
}

.k-hobonichi {
  position: absolute;
  left: calc(50% - 450px);
  top: 30px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #FF8000;
  font-size: 22px;
  z-index: 1;
}

.k-mv-img {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.k-mv-img::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 259px;
  height: 300px;
  background-image: url(/kes_guide2022/img/tori.gif);
  background-size: contain;
}

.k-mv-img::after {
  content: '';
  position: absolute;
  right: 17px;
  bottom: -360px;
  width: 250px;
  height: 400px;
  background-image: url(/kes_guide2022/img/men.gif);
  background-size: contain;
}

.k-mv-song {
  font-size: 22px;
  line-height: 1.66;
  max-width: 900px;
  margin: 30px auto 0;
}

.k-mv-song a {
  color: #007191;
}

.k-bg {
  padding: 0 50px 200px;
}

.k-yodogawa {
  font-family: 'Shuei NijimiMGo B';
  font-size: 20px;
  text-align: center;
  max-width: 600px;
  margin: 100px auto 0;
  color: #1A1A1A;
}

.k-bnr {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.k-bnr > div {
  margin-top: 100px;
}

.k-bnr > div p {
  font-family: 'Shuei NijimiMGo B';
  font-size: 20px;
  margin-bottom: 10px;
  color: #1A1A1A;
}

.modaal-content {
  padding: 10px;
}

.modaal-content-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.k-if-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.k-if-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lazyload {
  transition: .4s;
}

.k-guide {
  background-color: rgba(237, 236, 227, 0.95);
  max-width: 1000px;
  margin: 200px auto 0;
  padding: 80px 50px;
}

.k-guide-inner {
  max-width: 860px;
  margin: auto;
}

.k-guide-ttl {
  position: relative;
  max-width: 400px;
  margin: auto;
}

.k-guide-ttl::before {
  content: '';
  position: absolute;
  left: -132px;
  top: 5px;
  width: 128px;
  height: 200px;
  background-image: url(/kes_guide2022/img/men.gif);
  background-size: contain;
}

.k-guide-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.k-guide-anchor a {
  width: calc(50% - 10px);
  margin-top: 20px;
}

.k-guide-list {
  max-width: 900px;
  margin: 80px auto;
  padding: 100px 50px;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
}

.k-guide-list h2 {
  font-family: 'Shuei NijimiMGo B';
  font-size: 35px;
  text-align: center;
  color: #FF8000;
}

.k-guide-list img {
  max-width: 500px;
  margin-top: 40px;
}

.k-guide-list img.k-guide-list-mv {
  max-width: 650px;
}

.k-guide-list img.renzoku {
  margin-top: 20px;
}

.k-guide-list img.img-1-2 {
  max-width: 220px;
}

.k-guide-list p {
  max-width: 500px;
  margin: 40px auto 0;
  font-size: 18px;
  text-align: left;
}

.k-guide-list p.mgt {
  margin-top: 120px;
}

.k-guide-list p.k-guide-list-caption {
  font-family: 'Shuei NijimiMGo B';
  font-size: 15px;
  margin-top: 5px;
}

.k-guide-list p span {
  font-family: 'Shuei NijimiMGo B';
  font-size: 25px;
  color: #FF8000;
}

.k-guide-list p span a {
  color: #FF8000;
}

.k-song {
  font-family: 'Shuei NijimiMGo B';
  font-size: 30px;
  text-align: center;
  color: #FF8000;
}

.k-song-img {
  margin: 20px auto 0;
  max-width: 200px;
}

.k-footer {
  max-width: 900px;
  margin: 200px auto 0;
  text-align: center;
  color: #FF8000;
}

.k-footerLinks {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.k-footerLinks-sns {
  max-width: 300px;
  width: 100%;
}

.k-footerLinks-sns > span {
  display: block;
  font-size: 20px;
  font-family: 'Shuei NijimiMGo B';
  margin-bottom: 10px;
}

.k-footerLinks-sns > div {
  display: flex;
  justify-content: space-between;
}

.k-footerLinks-sns > div a img {
  height: 90px;
  width: auto;
}

.k-footerLinks-txt1 {
  display: flex;
  justify-content: space-between;
  max-width: 240px;
  width: 100%;
}

.k-footerLinks-txt1 a img {
  height: 70px;
  width: auto;
}

.k-copyright {
  font-family: 'Shuei NijimiMGo B';
  font-size: 20px;
  text-align: center;
  color: #FF8000;
  margin-bottom: 100px;
}

.k-gotopWrap {
  position: fixed;
  text-align: right;
  right: calc(50% - 405px);
  bottom: 30px;
}

.k-gotopWrap a img {
  max-width: 80px;
}

@media screen and (max-width: 1000px) {
  .k-gotopWrap {
    right: 30px;
  }
}

@media screen and (max-width: 960px) {
  .k-mvWrap {
    height: 98vw;
  }
}

@media screen and (max-width: 900px) {
  .k-hobonichi {
    left: 10px;
    font-size: 18px;
  }
  .k-mv-img::before {
    width: 26vw;
    height: 30vw;
  }
  .k-mv-img::after {
    right: 1vw;
    bottom: -40vw;
    width: 28vw;
    height: 44vw;
  }
  .k-guide-ttl {
    max-width: 44vw;
  }
  .k-guide-ttl::before {
    left: -14vw;
    top: 1vw;
    width: 14vw;
    height: 21vw;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .k-mvWrap {
    height: 118vw;
  }
  .k-mv {
    padding: 30px 3vw 20vw;
    transform: scale(0.8) translateY(-19vw);
  }
  .k-hobonichi {
    font-size: 3vw;
  }
  .k-mv-img::before {
    width: 26vw;
    height: 30vw;
    right: 7vw;
    top: -4vw;
  }
  .k-mv-img::after {
    right: 0;
    bottom: -57vw;
    width: 35vw;
    height: 54vw;
  }
  .k-mv-song {
    margin-top: 4vw;
    font-size: 3.1vw;
  }
  .k-bg {
    padding: 0 15px 100px;
  }
  .k-yodogawa {
    margin-top: 50px;
    text-align: left;
    font-size: 18px;
  }
  .k-bnr > div {
    margin-top: 50px;
  }
  .k-bnr > div p {
    font-size: 18px;
    text-align: left;
  }
  .modaal-inner-wrapper {
    padding: 10px;
  }
  .k-guide {
    margin-top: 100px;
    padding: 40px 15px;
  }
  .k-guide-ttl::before {
    left: -17vw;
    width: 16vw;
    height: 25vw;
  }
  .k-guide-anchor {
    max-width: 320px;
    margin: 20px auto 0;
  }
  .k-guide-anchor a {
    width: 100%;
  }
  .k-guide-list {
    margin: 50px auto;
    padding: 50px 15px;
    border-radius: 50px;
  }
  .k-guide-list h2 {
    font-size: 5vw;
  }
  .k-guide-list img {
    margin-top: 20px;
  }
  .k-guide-list img.renzoku {
    margin-top: 15px;
  }
  .k-guide-list img.img-1-2 {
    width: 45%;
  }
  .k-guide-list p {
    font-size: 16px;
    margin-top: 20px;
  }
  .k-guide-list p.mgt {
    margin-top: 60px;
  }
  .k-guide-list p.k-guide-list-caption {
    font-size: 13px;
    margin-top: 3px;
  }
  .k-guide-list p span {
    font-size: 19px;
  }
  #guide-1 img.k-guide-list-mv {
    width: 75%;
  }
  .k-song {
    font-size: 20px;
  }
  .k-song-img {
    max-width: 150px;
  }
  .k-footer {
    margin-top: 100px;
  }
  .k-footerLinks {
    flex-direction: column-reverse;
    align-items: center;
  }
  .k-footerLinks-sns {
    margin-top: 40px;
  }
  .k-footerLinks-sns > span {
    font-size: 18px;
  }
  .k-footerLinks-sns > div a img {
    height: 80px;
  }
  .k-footerLinks-txt1 {
    flex-direction: column;
    align-items: center;
  }
  .k-footerLinks-txt1 a img {
    height: 30px;
  }
  .k-footerLinks-txt1 a:nth-of-type(2) {
    margin-top: 30px;
  }
  .k-footerLinks-txt1 a:nth-of-type(2) img {
    height: 26px;
  }
  .k-gotopWrap a img {
    max-width: 50px;
  }
  .k-copyright {
    font-size: 18px;
  }
}

@media screen and (max-width: 680px) {
  .k-gotopWrap {
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .k-mvWrap {
    height: auto;
  }
  .k-mv {
    transform: inherit;
  }
}
