/* せくしょん１ */
@font-face {
  font-family: 'kantei';
  src: url("../../fonts/kantei.woff2") format('woff2');
}

/* せくしょん２ */
@font-face {
  font-family: 'marugosic';
  src: url("../../fonts/marugosic.woff2") format('woff2');
}

/* せくしょん３ */
@font-face {
  font-family: 'gyosyo';
  src: url("../../fonts/gyosyo.woff2") format('woff2');
}

/* せくしょん４ */
@font-face {
  font-family: 'hutokaisyo';
  src: url("../../fonts/hutokaisyo.woff2") format('woff2');
}

/* せくしょん５ */
@font-face {
  font-family: 'kyougeki';
  src: url("../../fonts/kyougeki.woff2") format('woff2');
}

/* せくしょん６ */
@font-face {
  font-family: 'popgosic';
  src: url("../../fonts/popgosic.woff2") format('woff2');
}
@font-face {
  font-family: 'kakugosic';
  src: url("../../fonts/kakugosic.woff2") format('woff2');
}

@font-face {
  font-family: 'jihi';
  src: url("../../fonts/jihi.woff2") format('woff2');
}

@font-face {
  font-family: 'WDXL';
  src: url("../../fonts/WDXL.woff2") format('woff2');
}

body {
  font-family: 'NotoSansJP';
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -250px;

  background-color: rgb(75, 48, 17);
  width: 250px;
  height: 460px;
  transition: all 0.3s;
  z-index: 1000;
}

.sidebar h2 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  background: rgb(138, 90, 36);
  user-select: none;
  padding-left: 35px;
}

.sidebar img {
  width: 9%;
  margin: 5px 16px 11px 0;
}

.sidebar ul li:nth-child(10) a {
  color: rgb(239, 236, 38);
}

.sidebar ul  li a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding-left: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid black;
  transition: 0.4s;
}



.sidebar ul li:first-child,
.midasi ul li:first-child {
  font-family: "kantei", sans-serif;
}

.sidebar ul li:nth-child(2),
.midasi ul li:nth-child(2) {
  font-family: "marugosic", sans-serif;
}

.sidebar ul li:nth-child(3),
.midasi ul li:nth-child(3) {
  font-family: "gyosyo", sans-serif;
}

.sidebar ul li:nth-child(4),
.midasi ul li:nth-child(4) {
  font-family: "hutokaisyo", sans-serif;
}

.sidebar ul li:nth-child(5),
.midasi ul li:nth-child(5) {
  font-family: "kyougeki", sans-serif;
}

.sidebar ul li:nth-child(6),
.midasi ul li:nth-child(6) {
  font-family: 'popgosic';
}

.sidebar ul li:nth-child(7),
.midasi ul li:nth-child(7) {
  font-family: "kakugosic",;
}

.sidebar ul li:nth-child(8),
.midasi ul li:nth-child(8) {
 font-family: 'jihi';
}

.sidebar ul li:nth-child(9),
.midasi ul li:nth-child(9) {
 font-family: 'WDXL';
}




ul li:hover a {
  padding-left: 50px;
}

#check {
  display: none;
}

label #btn,
label #cancel {
  position: fixed;
  cursor: pointer;
  background: #b66f2d;
  border-radius: 3px;
  z-index: 1100;
}

label #btn {
  left: 20px;
  top: 12px;
  font-size: 18px;
  color: #fff;
  padding: 6px 12px;
  transition: all 0.5s;
}

label #cancel {
  left: -250px;
  top: 12px;
  font-size: 18px;
  color: #fff;
  padding: 4px 9px;
  transition: all 0.5s;
}

#check:checked~.sidebar {
  left: 0;
}

#check:checked~label #btn {
  left: -250px;
  opacity: 0;
  pointer-events: none;
}

#check:checked~label #cancel {
  left: 200px;
}

.section-0 {
  height: 50vh;
  background-image: url("../images/image1.jpg");
  background-size: cover;
  background-position: 0 15%;
  transition: all 0.5s;
  position: relative;
}

.section-0 .midasi {
  position: absolute;
  top: 35px;
  left: 200px;
}

.section-0 h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #e29696;
  -webkit-text-stroke: 1px #ffffff;
}

.section-0 ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.section-0 ul li {
  color: rgb(234, 226, 227);
  margin-top: 25px;
  font-size: 25px;
}

.section-01 {
  text-align: left;
  margin-top: 35pxt;
  line-height: 1.6;
  margin-left: 250px;
}

.section-01 h2 {
  font-size: 24px;
  color: rgb(174, 39, 93);
  margin: 20px;
}

.section-01 p {
  font-size: 18px;
  margin-bottom: 35px;
}

.section-1 {
  font-family: "kantei", sans-serif;
}

.section-2 {
  font-family: "marugosic", sans-serif;
}

.section-3 {
  font-family: "gyosyo", sans-serif;
}

.section-4 {
  font-family: "hutokaisyo", sans-serif;
}

.section-5 {
  font-family: "kyougeki", sans-serif;
}

.section-6 {
  font-family: 'popgosic';
}

.section-7 {
  font-family: "kakugosic", ;
}

.section-8 {
  font-family: "jihi", system-ui;
}

.section-9 {
   font-family: 'WDXL';
}

.section-1,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-8,
.section-9 {
  width: 80%;
  border: solid 3px #b66f2d;
  margin: 0 auto 0;
  border-radius: 25px;
  margin-bottom: 10px;
}

.section-1 .font-1,
.section-2 .font-1,
.section-3 .font-1,
.section-4 .font-1,
.section-5 .font-1,
.section-6 .font-1,
.section-7 .font-1,
.section-8 .font-1,
.section-9 .font-1 {
  padding-top: 20px;
  text-align: center;
  font-size: 34px;
  margin-bottom: 20px;
}
.section-1 .s20,
.section-2 .s20,
.section-3 .s20,
.section-4 .s20,
.section-5 .s20,
.section-6 .s20,
.section-7 .s20,
.section-8 .s20,
.section-9 .s20 {
  width: 80%;
  padding: 20px;
  text-align: left;
  font-size: 20px;
  margin: 10px auto 20px;
  background-color: #fdfaf7;
  border-radius: 5px;
}
.section-1 .s40,
.section-2 .s40,
.section-3 .s40,
.section-4 .s40,
.section-5 .s40,
.section-6 .s40,
.section-7 .s40,
.section-8 .s40,
.section-9 .s40 {
  width: 80%;
  padding: 20px;
  text-align: left;
  font-size: 40px;
  margin: 10px auto 20px;
  background-color: #fdfaf7;
  border-radius: 5px;
}
.section-1 .link,
.section-2 .link,
.section-3 .link,
.section-4 .link,
.section-5 .link,
.section-6 .link,
.section-7 .link,
.section-8 .link,
.section-9 .link {
  width: 80%;
  padding: 20px;
  text-align: left;
  font-size: 20px;
  margin: 10px auto 20px;
  background-color: #fdfaf7;
  border-radius: 5px;
}










footer {
  padding: 30px;
  text-align: center;
  font-size: 18px;
}