@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.no_wrap {
  display: inline-block;
  white-space: nowrap;
}

.kome {
  vertical-align: top;
  font-size: 9px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}

.kome_txt {
  font-size: 9px;
  font-weight: normal;
  line-height: 1.5;
  padding: 5% 0;
  color: #fff;
  text-align: left;
}
.kome_txt.txt_right {
  text-align: right;
}
.kome_txt.color_black {
  color: #000;
}
.kome_txt.padding_0 {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.bg {
  display: none;
}

.spinner {
  margin: -2.5em 0 0 -2.5em;
  font-size: 10px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(232, 79, 148, 0.4);
  border-right: 1.1em solid rgba(232, 79, 148, 0.4);
  border-bottom: 1.1em solid rgba(232, 79, 148, 0.4);
  border-left: 1.1em solid #e84f94;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main {
  background: #fff;
}

.sec {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5% 0;
}
.sec .archive_header {
  text-align: center;
}
.sec .archive_header .ttl img {
  width: 37.3%;
}
.sec .archive_header .txt {
  font-size: 2.3em;
  font-weight: bold;
  padding: 1em 0;
  line-height: 1.5;
}
.sec .archive_header .img_container {
  max-width: 720px;
  margin: 0 auto;
}
.sec .archive_header .img_container:after {
  content: "";
  display: block;
  clear: both;
}
.sec .archive_header .img_container .inner {
  float: left;
  width: 33%;
}
.sec .archive_header .img_container .inner .txt {
  font-size: 1em;
  padding: .3em 0;
}
.sec .archive_header .img_container img {
  vertical-align: middle;
}
.sec .archive_header .img_container img.arrow {
  padding: 23% 0;
}
.sec .archive_header .img_container img.arrow_sp {
  display: none;
}
.sec .story_container {
  padding: 2%;
}
.sec .story_container .inner {
  padding: 2%;
  border: 4px solid #000;
}
.sec .story_container .contents {
  text-align: center;
}
.sec .story_container .contents .ttl_comingsoon {
  font-size: 3em;
  background: url(../images/story/archive_bg_left.png) left 15%, url(../images/story/archive_bg_right.png) right 20%;
  background-repeat: no-repeat;
  background-size: 50px auto;
  max-width: 500px;
  margin: 0 auto;
  padding: 200px 80px 0px;
}
.sec .story_container .contents .ttl_comingsoon .small {
  font-size: .8em;
}
.sec .story_container .contents .contents_header {
  position: relative;
  text-align: center;
  margin: 10px 0;
}
.sec .story_container .contents .contents_header.contents_footer {
  text-align: center;
  margin: 100px 0 5%;
}
.sec .story_container .contents .contents_header .ttl {
  font-size: 2.4em;
  border: 2px solid #000;
  padding: .3em .4em;
  display: inline-block;
  vertical-align: middle;
}
.sec .story_container .contents .contents_header .box {
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  background: #eb4a9b;
  color: #fff;
}
.sec .story_container .contents .contents_header .box:hover {
  cursor: pointer;
}
.sec .story_container .contents .contents_header .nav_listsbox {
  position: absolute;
  top: 62px;
  display: none;
  width: 20%;
  min-width: 100px;
  max-width: 150px;
  border: 1px solid #eb4a9b;
  background: #f6d2e3;
}
.sec .story_container .contents .contents_header .nav_listsbox .list {
  width: 100%;
  border-top: 1px solid #eb4a9b;
}
.sec .story_container .contents .contents_header .nav_listsbox .list:first-child {
  border-top: none;
}
.sec .story_container .contents .contents_header .nav_listsbox .list a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  font-size: 1.3rem;
  padding: 10px 5px;
  text-decoration: none;
  color: #eb4a9b;
  font-weight: bold;
}
.sec .story_container .contents .contents_header .nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  padding: 10px 5px;
}
.sec .story_container .contents .contents_header .nav .list {
  display: inline-block;
}
.sec .story_container .contents .contents_header .nav .list a {
  text-decoration: none;
  color: #000;
  padding: .3em .4em;
  display: block;
}
.sec .story_container .contents .contents_header .nav .list.cur {
  border-bottom: 1px solid #000;
}
.sec .story_container .contents .contents_box {
  background: url(../images/story/archive_bg_left.png) left 10%, url(../images/story/archive_bg_right.png) right 10%;
  background-repeat: no-repeat;
  background-size: 50px auto;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 80px;
}
.sec .story_container .contents .contents_ttl {
  font-size: 2.2em;
  display: inline-block;
  padding: .2em;
  border-bottom: 2px solid #000;
  margin: 5% 0 7%;
}
.sec .story_container .contents .txt {
  font-size: 1.3em;
  line-height: 3;
}

@media (max-width: 640px) {
  .sec .archive_header .txt {
    font-size: 1.5em;
  }
  .sec .archive_header .img_container .inner {
    margin: 3% auto;
    float: none;
    width: 50%;
    text-align: center;
  }
  .sec .archive_header .img_container img.saki {
    padding: 0 0 0 5%;
  }
  .sec .archive_header .img_container img.arrow {
    display: none;
  }
  .sec .archive_header .img_container img.arrow_sp {
    max-width: 80px;
    display: block;
    margin: 0 auto;
  }
  .sec .story_container .contents .contents_header .ttl {
    font-size: 2em;
  }
  .sec .story_container .contents .contents_header .box {
    font-size: 10px;
  }
  .sec .story_container .contents .contents_header .nav_listsbox {
    top: 48px;
  }
  .sec .story_container .contents .contents_box {
    background: url(../images/story/archive_bg_left.png) left 2%, url(../images/story/archive_bg_right.png) right 2%;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 0 35px;
  }
  .sec .story_container .contents .contents_ttl {
    font-size: 1.8em;
  }
}
@media (max-width: 400px) {
  .sec .story_container .contents .contents_header .box {
    letter-spacing: -1px;
    padding: 10px 2px;
  }
  .sec .story_container .contents .contents_header .nav {
    font-size: 1em;
  }
  .sec .story_container .contents .contents_header .nav .list a {
    padding: 0.3em;
  }
}

/*# sourceMappingURL=archive.css.map */
