@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;
}
.pale {
  color: rgb(144, 99, 99);
  opacity: 0.3;
  border-left: 5px solid #af7da5;
  padding-right: 20px;
  padding-left: 10px;
  font-weight: 700;
}
.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;
}
.year_block {
  display: flex;
  margin-bottom: -2vh;
  margin-top: 1vh;
}
.year {
  color: #af7da5;
  /* background-color: rgb(178, 193, 246); */
  font-size: 30px;
  font-style: italic;
  line-height: 1.7;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  text-align: start;
  margin-left: 2vw;
  margin-top: -8px;
  margin-bottom: 8px;
}
.small {
  font-size: 27px;
}
.period {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: 30px;
  margin-bottom: 30px; */
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
}
.period p {
  margin-bottom: 22px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.period p a {
  color: rgb(87, 80, 83);
  text-decoration: none;
  border-left: 5px solid #af7da5;
  padding-right: 20px;
  padding-left: 10px;
  font-weight: 700;
}

.period p a:hover {
  opacity: 0.5;
}
.title_block {
  display: flex;
  flex-direction: column;
}

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 {
  float: left;
  background-color: none;
  margin-bottom: 6vh;
  margin-top: 0;
  margin-left: 2%;
  width: 100%;
}
.combi {
  display: flex;
  flex-direction: row;
}

article img {
  width: 90px;
  height: auto;
  float: left;
  margin-top: 16px;
  margin-right: 0.5vw;
  box-sizing: border-box;
  margin-left: 2%;
  margin-bottom: 2vw;
}
/* .matome {
  padding-left: 2vw;
} */
p.obra_title {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #af7da5;
  padding-bottom: 3px;
  /* margin-right: 2%; */
  width: 100%;
  padding-right: 3%;
}

p.obra_title.indent {
  text-indent: -0.4em;
}
.content {
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.5;
  font-weight: 400;
  padding: 0 3% 0 8px;
  margin-top: 16px;
}

p.content.indent {
  text-indent: -0.5em;
  margin-bottom: -14px;
}
.assort {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.assort2 {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-top: 10px;
}

.groupindent {
  background-color: none;
  margin-top: 6px;
}

p.groupindent {
  background-color: none;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.6em;
  margin-left: 0.2%;
}

.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-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;
}

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

.button5:hover {
  opacity: 0.6;
}
.button6 {
  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 18px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: -10px;
  margin-top: 5px;
  border-radius: 6px;
  /* text-indent: 0.4em; */
}
.button6:hover {
  opacity: 0.6;
}
.button7 {
  display: inline-block;
  width: 55px;
  height: 26px;
  font-size: 14px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #dfc0c0;
  padding: 6px 8px 6px 20px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 6px;
  margin-left: 15px;
}

.button7: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: 1250px) {
  body {
    max-width: 1250px;
  }
}
