@import url(destyle.css);

* body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  background-color: rgba(252, 237, 237, 0.954);
}
* {
  box-sizing: border-box;
}

#wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.title_bar {
  display: flex;
  flex-direction: row;
  background-color: #af7da5;
  text-align: left;
  width: 100%;
  margin-bottom: -10px;
}

.title_bar p {
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 1;
  padding-top: 15px;
  padding-left: 10px;
  width: 100%;
}

#sns {
  display: flex;
  margin-right: 8px;
  margin-top: 6px;
  list-style: none;
}

#sns li img {
  width: 36px;
  padding-bottom: 6px;
  margin-left: 6px;
}

#sns li a:hover {
  opacity: 0.7;
}

.header_nav {
  margin-top: 25px;
}

.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  background-color: #fcee90;
  column-gap: 10px;
  list-style: none;
  width: 100%;
  margin-top: -15px;
  padding-top: 10px;
}

.header_nav ul li a {
  display: inline-block;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(87, 80, 83);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 116px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 3px 3px 3px;
}

.header_nav ul li a:hover {
  opacity: 0.7;
}

.pale2 {
  display: inline-block;
  opacity: 0.4;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(87, 80, 83);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 116px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 3px 3px 3px;
}
h4 {
  font-family: "Whisper", cursive;
  color: white;
  font-weight: 400;
  font-style: normal;
  padding-top: 20px;
  padding-left: 2%;
  /* text-shadow: 1px 2px 8px rgb(170, 165, 168); */
  text-shadow: 0 0 10px #ffffff, 0 0 20px #e7970b, 0 0 30px #e7970b,
    0 0 40px #e7970b, 0 0 50px #e7970b, 0 0 60px #e7970b, 0 0 70px #e7970b;
  font-size: 52px;
  color: #ffffff;
}
article {
  font-family: sans-serif;
  font-weight: 600;
  margin: 30px 0;
  padding: 0 2%;
  line-height: 1.4;
}
.indent {
  color: red;
}

.media_all {
  margin-bottom: 10px;
}

.button4 {
  display: inline-block;
  width: 104px;
  height: 26px;
  font-size: 15px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #c6b7c9;
  padding: 6px 9px 8px 12px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: -10px;
  margin-left: 10px;
  margin-top: 5px;
  border-radius: 6px;
}

.button4:hover {
  opacity: 0.6;
}
.button4_youtube {
  display: inline-block;
  width: 96px;
  height: 26px;
  font-size: 15px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #d07de0;
  padding: 6px 9px 8px 12px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: -10px;
  margin-left: 0;
  margin-top: 5px;
  border-radius: 6px;
}
.button4_youtube:hover {
  opacity: 0.6;
}

footer {
  background-color: #af7da5;
  width: 100%;
  font-size: 12px;
  font-weight: lighter;
  font-family: sans-serif;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
}

footer p {
  padding: 15px 8px 18px 8px;
}

/* ↓先頭に戻るボタンのデザイン */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 4px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: hsl(46, 94%, 55%);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (min-width: 850px) {
  .all {
    display: flex;
  }
  .leftside {
    width: 300px;
    margin-left: 18px;
    margin-right: 20px;
  }
  .rightside {
    width: calc(100% - 300px);
    margin-top: 14px;
  }
  .combi_sp {
    display: flex;
    flex-direction: column;
  }
  .right {
    margin-top: 20px;
    margin-left: -3px;
  }
  .leftside .jimusho img {
    margin-top: 10px;
    margin-left: 0;
  }
  .profile {
    margin-left: -3px;
  }
}

@media (min-width: 1250px) {
  body {
    max-width: 1250px;
  }
}
