@charset "UTF-8";
html, body, header, footer, article, div, main, p, figure, figcaption {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
}

header {
  width: 100%;
  height: 190px;
}
@media screen and (max-width: 560px) {
  header {
    height: 130px;
  }
}
header #header-top {
  display: flex;
  justify-content: left;
  padding: 0 20px;
}
header #header-top a {
  height: 165px;
}
@media screen and (max-width: 560px) {
  header #header-top a {
    width: 120px;
    height: 124px;
  }
}
header #header-top a #logo {
  width: 180px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  header #header-top a #logo {
    width: 120px;
  }
}
@media screen and (max-width: 560px) {
  header #header-top {
    padding: 0;
  }
}
header #header-top p#name {
  font-size: 2.4rem;
  letter-spacing: 60px;
  text-align: center;
  color: #808080;
  margin-left: 20px;
  padding: 124px 0 0 12px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 560px) {
  header #header-top p#name {
    letter-spacing: 10px;
    padding-top: 73px;
  }
}
@media screen and (max-width: 380px) {
  header #header-top p#name {
    font-size: 8vw;
    letter-spacing: 8px;
  }
}
header #header-top p#name::before {
  content: "忍足袋";
  width: 190%;
  top: -1rem;
  left: -115px;
  opacity: 1;
  transform: scale(0.7, 1);
  position: absolute;
  font-size: 10rem;
  font-weight: 900;
  color: #e0efff;
  z-index: -10;
  animation-name: before;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 560px) {
  header #header-top p#name::before {
    width: 170%;
    font-size: 6rem;
    top: 0.7rem;
    left: -65px;
    letter-spacing: 16px;
  }
}
@media screen and (max-width: 380px) {
  header #header-top p#name::before {
    font-size: 18vw;
    top: 1.8rem;
    left: -50px;
  }
}
header #header-top nav#pc ul {
  margin: 0;
  display: flex;
  justify-content: left;
  margin-left: 50px;
  margin-top: 50px;
}
header #header-top nav#pc ul li {
  margin-right: 30px;
  list-style-type: none;
}
header #header-top nav#pc ul li a {
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  header #header-top nav#pc {
    display: none;
  }
}
header #header-top nav#sp {
  display: none;
  position: fixed;
}
header #header-top nav#sp ul li {
  list-style-type: none;
}
@media screen and (max-width: 560px) {
  header #header-top nav#sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 20px;
    z-index: 20;
  }
}
header #header-top nav#sp input[type=checkbox] {
  display: none;
}
header #header-top nav#sp input[type=checkbox]#drawer:checked ~ label#checkon span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
header #header-top nav#sp input[type=checkbox]#drawer:checked ~ label#checkon span:nth-child(2) {
  opacity: 0;
}
header #header-top nav#sp input[type=checkbox]#drawer:checked ~ label#checkon span:nth-child(3) {
  transform: rotate(-45deg) translate(11px, -13px);
}
header #header-top nav#sp input[type=checkbox]#drawer:checked ~ #sp_menu {
  transform: translateX(-167px);
}
header #header-top nav#sp label#checkon {
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}
header #header-top nav#sp label#checkon span {
  width: 40px;
  box-sizing: border-box;
  height: 4px;
  background-color: #808080;
  border: 1px solid #808080;
  position: relative;
  border: 1px solid #808080;
  position: absolute;
  transition: all 0.6s ease;
}
header #header-top nav#sp label#checkon span:nth-child(2) {
  margin: 13px 0;
}
header #header-top nav#sp label#checkon span:nth-child(3) {
  margin: 26px 0;
}
header #header-top nav#sp #sp_menu {
  width: 200px;
  margin-top: 50px;
  transform: translateX(200px);
  transition: all 0.6s ease;
}
header #header-top nav#sp #sp_menu ul {
  width: 200px;
  background: #808080;
  opacity: 0.7;
  border-radius: 20px 0 0 0;
  padding: 30px;
}
header #header-top nav#sp #sp_menu ul li {
  color: #fff;
  margin-bottom: 20px;
}

@keyframes before {
  from {
    opacity: 0;
    transform: translateX(-180px) scale(0.7, 1);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(0.7, 1);
  }
}
header {
  margin-bottom: 100px;
}
header #header-top {
  padding-bottom: 0;
}

article main.contents {
  width: 1200px;
  margin: 36px auto 60px;
}
article main.contents h2 {
  font-size: 1.8rem;
  color: #808080;
  letter-spacing: 60px;
  font-weight: bold;
  text-align: right;
  padding-right: 50px;
  transform: scaleY(1.2);
  position: relative;
}
article main.contents p {
  font-size: 1rem;
  line-height: 2.5rem;
}
article main.contents .comment {
  padding: 5px 8px;
  background-color: cornsilk;
  font-weight: bold;
  letter-spacing: 3px;
  border-radius: 15px;
}
article main.contents h2.wotch {
  font-size: 2.8rem;
  color: red;
  font-weight: bold;
  margin: 100px;
  transform: rotate(-2deg);
  letter-spacing: 2px;
  text-align: center;
}
article main.contents h2.wotch:after {
  color: #f5f5f5;
  left: 10%;
  top: -108%;
  font-size: 8rem;
}
article main.contents h2.wotch span {
  font-size: 3rem;
  color: red;
  margin-right: 10px;
}
article main.contents figure {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
article main.contents figure img {
  width: 28%;
  height: auto;
}
article main.contents figure figcaption {
  padding: 5px 15px 5px 15px;
}
article main.contents figure figcaption h3 {
  font-size: 1.5rem;
  color: navy;
  padding-left: 10px;
  border-bottom: 2px solid #808080;
}
article main.contents figure figcaption p.memo {
  font-size: 1rem;
  line-height: 2rem;
}
article main.contents .imgBox {
  display: flex;
  justify-content: left;
}
article main.contents .imgBox img {
  display: inline-block;
  margin-left: 30px;
}

footer {
  background-color: rgba(0, 19, 255, 0.5);
  display: flex;
  box-sizing: border-box;
  padding: 20px 50px;
  justify-content: space-around;
}
@media screen and (max-width: 560px) {
  footer {
    width: 100%;
    display: block;
    padding: 20px 20px;
  }
}
footer h4 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
footer ul {
  width: 300px;
}
@media screen and (max-width: 560px) {
  footer ul {
    width: 100%;
    box-sizing: border-box;
  }
}
footer ul li {
  font-size: 1.2rem;
  margin: 20px 0;
  color: #fff;
  list-style-type: none;
}/*# sourceMappingURL=page.css.map */