* {
  text-decoration: none;
}

/* 改行 */
.br__sp {
  display: none;
}

.container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

/* 看板 */
#top {
  margin-bottom: 60px;
}

.mv_wrapper {
  position: relative;
  margin: 0 auto;
}

.mv img {
  width: 100%;
}


.section__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 2.7em;
  width: 100%;
  margin: 0 auto;
  color: #3E3A39;
  letter-spacing: 3px;
  margin-bottom: 60px;
}


body {
  margin: 0;
  padding: 0;
}

/* instagramアイコン */
.instagram__icon__wrapper {
  height: 80px;
  display: flex;
  align-items: center;
}

.instagram__icon {
  width: 30px;
  height: 30px;
  margin-left: auto;
}

.instagram__icon a {
  display: inline-block;
  width: 30px;
}

.instagram__icon img {
  display: block;
}


header {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 20px 0 10px 0;
}


.footer {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 785px;
  margin: 0 auto;
}

.nav__list {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0;
}

.nav__item {
  list-style-type: none;
}

.nav__item:not(:last-child):after {
  content: "|";
  /* padding-right: 10px; */
  padding-left: 25px;
  color: #666666;
}

.nav__item a {
  color: #666666;
  text-decoration: none;
}

.nav__item a:visited {
  color: #666666;
}

.footer__copyright {
  text-align: center;
  font-family: 'EB Garamond', serif;
  margin: 0;
  padding: 20px;
}

.white-area {
  padding-top: 150px;
  background: #FFFFFF;
}

.series__name {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  color: #595757;
}

.japanese {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 20px;
  margin-left: 10px;
  letter-spacing: 1.5px;
}

#series a {
  text-decoration: none;
}


/* スマホ */
@media screen and (max-width: 820px) {
  
header img {
  width: 30%;
}

.mv_wrapper {
  width: 100%;
}

.section__text {
  line-height: 2;
  font-size: 2.8758169934640523vw;
  margin-bottom: 0px;
  width: 94%;
}

#top {
  margin-bottom: 5vw;
}

/* 改行 */
.br__pc {
  display: none;
}

.br__sp {
  display: block;
}

.mv {
  width: 100%;
  text-align: center;
}

/* instagramアイコン */
.instagram__icon__wrapper {
  height: 78px;
  justify-content: center;
}

.instagram__icon {
  margin: 0;
}


header img {
  width: 40%;
}


/* footer */
.nav__list {
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
}

.nav__item {
  width: 50%;
  display: block;
  margin-bottom: 20px;
}

.nav__item:not(:last-child):after {
  content: "";
  padding: 0;
}

.nav__item:nth-child(odd) {
  border-right: 1px solid #666666;
  box-sizing: border-box;
}

.name {
  margin-right: 2.666666666666667vw;
}

.icon {
  width: 10vw;
  margin-top: 10px;
}


}

