html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.4;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
}
a:hover {
  opacity: 0.5;
  transition: 1.0s;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em; /* フォントサイズちょっと小さく */
  position: static; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
    vertical-align: bottom;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: nost-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}

br {
  display: block;
}
.br-sp {
  display: none;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.red {
  color: #AA0000;
}
.blue {
  color: #002378;
}

figcaption {
  font-size: 1.4rem;
  margin: 5px 0 0;
}

body {
  background: #05213C;
}


.container {
  background: #05213C;
}
.w-container {
  max-width: 1000px;
  margin: auto;
}
.w-content,
.w-article {
  background: #EDEDED;
  margin-bottom: 10px;
  padding: 50px 0 10px;
}
.w-content-wrapper {
  max-width: 420px;
  margin: auto;
  padding: 0 0 46px;
  text-align: center;
}
.w-content-txt {
  display: block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing : 1.8px;
  font-family: A1 Gothic M;
}
.w-content-index {
  max-width: 616px;
  text-align: center;
  margin: auto;
}
.article-lead__side {
  margin-bottom: 50px;
}

.btn-border {
  max-width: 260px;
  display: block;
  margin: auto;
  padding: 17px;
  border: 1px solid;
  border-radius: 50px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing : 1.05px;
  font-family: A1 Gothic L;
}

.w-content-group {
  text-align: center;
  margin: 0 0 70px;
}

.w-article-inner {
  margin: 80px 0 50px;
}
.w-article-wrapper {
  max-width: 538px;
  margin: auto;
}
.w-article-heading2 {
  max-width: 566px;
  margin: auto;
  text-align: center;
}
.w-article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 45px;
}

.w-article-name {
  width: 60px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing : 1.6px;
  text-align: right;
  font-family: A1 Gothic B;
}
.w-article-speak {
  width: 458px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing : 1.6px;
  font-family: A1 Gothic R;
}
.w-article-img {
  max-width: 70%;
  margin: 60px auto;
}
.w-article-next {
  text-align: center;
  padding-bottom: 45px;
  margin: 75px 0 0;
  font-size: 1.6rem;
  font-family: A1 Gothic R;
}
.w-article-date {
  text-align: center;
  font-size: 1.3rem;
  font-family: A1 Gothic R;
}
.beforerelease {
  filter: opacity(0.5);
}


.w-sns {
  max-width: 500px;
  margin: 60px auto;
}
.w-sns-wrapper {
  display: flex;
  justify-content: space-around;
}

.w-copy {
  margin: 0 0 50px;
}
.w-copy-name {
  text-align: center;
}

.lity {
  background: rgba(0,0,0,.6)!important;
}
.lity.lity-opened {
    opacity: 1
}
.lity-close {
  width: 60px!important;
  height: 60px!important;
  background: #FFF!important;
  color: #000!important;
  font-family: serif!important;
  font-size: 50px!important;
  text-shadow: none!important;
}
.lightbox {
    padding: 30px;
    background-color: #fff;
    overflow: scroll
}
.lightbox__container .profile div {
    max-width: 600px
}
.profile__title {
    font-family: "A1 Gothic M";
    line-height: 1.8;
    margin: 0 0 30px;
    font-size: 2.8rem;
    letter-spacing: 0.06em
}
.profile__sub {
    font-family: "A1 Gothic M";
    font-size: 2rem
}
.profile__body {
    margin: 5% auto;
    font-family: "A1 Gothic R";
    font-size: 1.6rem;
    line-height: 1.8;
}

.w-article-index{
  background: #EDEDED;
  margin-bottom: 10px;
  padding: 28px 0;
}
.w-article-index-list {
    max-width: 500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.hidden {
  visibility: hidden;
}
.w-content-mail {
  margin: 20px 0 0;
}

@media screen and (max-width: 639px) {
  br {
    display: none;
  }
  .br-pcsp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  figcaption {
    font-size: 12px;
  }
  .w-content {
    padding: 30px 0 10px;
  }
  .w-content-wrapper {
    width: calc(100% - 45px);
    margin: auto;
    padding: 0 0 28px;
  }
  .w-content-txt {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .btn-border {
    max-width: 220px;
    font-size: 12px;
    padding: 13px 0;
  }
  .w-content-index {
    width: calc(100% - 35px)
  }
  .article-lead__side {
    margin-bottom: 28px;
  }
  .w-content-group {
    margin: 0 0 35px;
  }
  .w-sns {
    margin: 27px auto;
  }
  .w-sns-list img {
    width: 40px;
    height: 40px;
  }

  .profile__title {
    font-size: 2rem;
  }
  .profile__sub {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .profile__body {
    font-size: 1.4rem;
  }
  .lity-close {
    background-color: transparent!important;
  }
  .w-article-wrapper {
    width: calc(100% - 45px);
  }
  .w-article-name {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .w-article-speak {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  .w-article-inner {
    margin: 30px 0;
  }
  .w-article-img {
    max-width: calc(100% - 45px);
    margin: 36px auto;
  }
  .w-article-list {
    margin: 0 0 32px;
  }
  .w-article-next {
    font-size: 12px;
    padding-bottom: 33px;
    margin: 55px 0 0;
  }
  .w-article-date {
    font-size: 10px;
  }
  .w-article-heading2 {
    width: calc(100% - 40px);
    margin: auto;
  }
  .list-index img {
    width: 80px;
  }
  .list-prev img,
  .list-next img {
    width: 46px;
  }
  .w-article-index {
    padding: 25px 0;
  }
  .w-article-index-list {
    max-width: 100%;
    justify-content: space-around;
  }
  .w-content-mail {
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 320px) {
  .w-content-txt {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .w-article-name {
    font-size: 12.5px;
  }
  .w-article-speak {
    font-size: 12.5px;
  }
}