@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  width: 100%;
  height: 100%
}

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

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

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

summary {
  display: list-item
}

[hidden], template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  color: #070b36;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

b, strong {
  font-weight: bolder
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

::-moz-selection {
  background-color: #b3d4fc;
  color: black;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: black;
  text-shadow: none
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #0c2416;
  color: white;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  position: relative;
}

img {
  vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em
}

p {
  margin: 0
}

ol, ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

dl, dd {
  margin: 0
}

small {
  font-size: 100%
}

em {
  font-style: normal
}

::-moz-selection {
  background: #faef3a
}

::selection {
  background: #faef3a
}


/*!
 * style
 */
img{
  max-width: 100%
}
main{
  overflow: hidden;
}
.js-fadein {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.pc{
  display: none;
}
.bg{
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg);
  background-size: cover;
  position: fixed;
}
.wrap{
  position: relative;
  z-index: 5;
}
.mainVisual{
  display: block;
  width: 100%;
  height: 60vh;
  background: #0e1616;
  position: relative;
}
.mainVisual::before{
  content: "";
  display: block;
  width: 95%;
  height: 95%;
  background: url(../images/mainVisual.jpg) center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mainVisual__ttl{
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.intro,
.cotents,
.ttl,
.article__ttl,
.past__ttlWrap,
.past__year,
.footer__copyright{
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .08em;
}
.footer__copyright{
  font-weight: normal;
}
.intro{
  padding: 8rem 0;
  position: relative;
}
.intro::before{
  content: "";
  display: block;
  width: 95%;
  height: 0;
  padding-top: 97%;
  background: url(../images/parts01.png);
  background-size: 100%;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 1;
}
.intro__box{
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.intro__ttl{
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.intro__ttl span{
  display: block;
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-top: 1rem;
}
.intro__box p + p{
  margin-top: 2rem;
}
.intro__credit{
  text-align: right;
}
.intro__img{
  margin-top: 3rem;
}
.btnWrap{
  margin: 2rem 0;
}
.btnWrap::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
}
.btn{
  display: block;
  color: white;
  position: relative;
  padding: 1rem 0;
}
.btn::before,
.btn::after{
  content: "";
  display: block;
  position: absolute;
}
.btn::before{
  width: 1px;
  height: 5.2rem;
  background: white;
  right: 10px;
}
.btn::after{
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(45deg);
  right: 7px;
  bottom: -1.2rem;
}
.contents__box{
  position: relative;
}
.contents__box::before{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(../images/parts02.png);
  background-size: 100%;
  position: absolute;
  top: -8rem;
  left: -30%;
  z-index: -1;
  opacity: .6;
}
.contents__box.contents02::before{
  background: url(../images/parts03.png);
  background-size: 100%;
  left: auto;
  right: -30%;
}
.contents02{
  margin-top: 8rem;
}
.contents__txtWrap{
  width: 90%;
  margin: 0 auto;
}
.contents__list{
  margin-top: 3rem;
}
.contents__ttl{
  font-size: 1.8rem;
}
.article__ttl{
  font-size: 1.6rem;
  line-height: 1.8em;
}
.article01 .article__ttl{
  position: relative;
  padding-left: 2.5rem;
}
.article__ttl span{
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: lighter;
  font-size: 2rem;
  color: #cecf90;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: -2px;
}
.cotents .article__ttl{
  margin-top: 2rem;
}
.contents__img{
  width: 97%;
  margin-top: 1rem;
}
.contents__img.img01{
  margin-left: 3%;
}
.article{
  padding: 12rem 0 0;
}
.article__ttlWrap,
.article__ttlBox,
.article__txtWrap{
  width: 90%;
  margin: 0 auto;
}
.article__ttlWrap{
  position: relative;
}
.article__ttlWrap::before,
.past__ttlWrap::before{
  content: "";
  display: block;
  width: 20%;
  height: 0;
  padding-top: 30%;
  background: url(../images/parts_ttl01.png);
  background-size: 100%;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translate(-50%,0);
  z-index: -1;
}
.article02 .article__ttlWrap::before{
  background: url(../images/parts_ttl02.png);
  background-size: 100%;
}
.article__ttlWrap .ttl{
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.article__section{
  margin-top: 8rem;
}
.article__txtWrap .article__ttl{
  margin-bottom: 3rem;
}
.article__section:last-child .article__ttl{
  padding-left: 0;
}
.article__ttlWrap p,
.article__txtWrap p{
  margin-top: 1.5rem;
}
.article__img{
  width: 97%;
  margin-top: 3rem;
}
.article02 .article__txtWrap{
  margin-top: 4rem;
}
.img-right{
  margin-left: 3%;
}
.img-last{
  margin-top: 3rem;
}
.article__imgWrap{
  width: 96%;
  margin: 3rem auto 0;
}
.img-row{
  width: 80%;
  margin-bottom: 1rem;
}
.img-row:nth-child(2n){
  margin-left: 20%;
}
.img-hori{
  display: block;
  width: 96%;
  margin: 2rem auto;
}
.article__imgWrap + .img-hori{
  margin-top: 0;
}
.past{
  margin-top: 10rem;
}
.past__ttlWrap{
  text-align: center;
  position: relative;
}
.past__ttlWrap::before{
  background: url(../images/parts_ttl03.png);
  background-size: 100%;
}
.past__ttlWrap > *{
  position: relative;
  z-index: 3;
}
.past__ttlWrap .ttl{
  font-size: 2rem;
}
.past__ttlWrap .ttlDesc{
  font-weight: bold;
}
.past .txtWrap{
  width: 96%;
  margin: 4rem auto 0;
  background: rgba(0,0,0,.4);
  padding: 2rem 5%;
}
.past__item{
  padding: 32px 0;
}
.past__year{
  font-size: 3rem;
  font-weight: lighter;
}
.past__year::after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: white;
  margin: 2rem 0;
  opacity: .5
}
.past__ttl{
  font-weight: bold;
  font-size: 1.6rem;
}
.past__txt{
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 2em;
}
.past__trigger{
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: white;
  border: 1px solid #bdbdbd;
  text-align: center;
  line-height: 4rem;
  margin-top: 2rem;
}
.footer__copyright{
  margin: 2rem 0  ;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width:768px){
  body{
    font-size: 1.5rem;
  }
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
  .mainVisual{
    height: 100vh;
    min-height: 680px;
  }
  .mainVisual::before{
    width: 95%;
    height: 95%;
    background-position: center 40%;
  }
  .mainVisual__ttl{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .intro{
    padding: 16rem 0;
  }
  .intro::before{
    width: 40%;
    padding-top: 41%;
    top: 8rem;
  }
  .intro__box{
    width: calc(840px);
    max-width: 100%;
  }
  .intro__ttl {
    font-size: 3.2rem;
    letter-spacing: .1em;
    margin-bottom: 6rem;
  }
  .intro__ttl span {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
  .intro__box p + .intro__credit{
    margin-top: 4rem;
  }
  .intro__img{
    margin-top: 4rem;
    position: relative;
    z-index: 3;
  }
  .contens__box::after,
  .article__section::after,
  .article__txtBox::after{
    content: "";
    display: block;
    clear: both;
  }
  .contents__box::before{
    width: 50%;
    padding-top: 50%;
    top: -24rem;
    left: -15%;
  }
  .contents__box.contents02::before{
    top: -18rem;
    right: -15%;
  }
  .contents02{
    margin-top: 10rem;
  }
  .contents__txtWrap{
    width: 35%;
    margin: 5rem 5% 0;
    float: left
  }
  .contents02 .contents__txtWrap{
    margin-top: 10rem;
    float: right
  }
  .contents__img{
    width: 55%;
  }
  .contents__img.img01{
    margin-left: 0;
  }
  .contents__ttl{
    font-size: 2.4rem;
  }
  .contents__list{
    margin-top: 5rem;
  }
  .cotents .article__ttl {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
  .btnWrap{
    margin-top: 4rem;
  }
  .btn::before{
    height: 5.5rem;
  }
  .article{
    padding: 20rem 0 0;
  }
  .article01 .article__ttl{
    padding-left: 3.5rem;
  }
  .article__ttl span{
    font-size: 2.8rem;
  }
  .article01{
    width: calc(1200px);
    max-width: 100%;
    margin: 0 auto;
  }
  .article__ttlWrap{
    text-align: center;
  }
  .article__ttlWrap::before,
  .past__ttlWrap::before {
    width: 100px;
    padding-top: 150px;
    top: -8rem;
  }
  .article__ttlWrap .ttl{
    font-size: 2.4rem;
  }
  .article__ttl{
    font-size: 1.8rem;
  }
  .article01 .article__txtWrap{
    width: 40%;
    margin: 6rem 0 0 -10%;
    float: right;
    position: relative;
    z-index: 5;
  }
  .article01 .article__section:nth-child(2n+1) .article__txtWrap{
    margin: 6rem -10% 0 0;
    float: left;
  }
  .article01 .img-right{
    margin-left: 34%
  }
  .article01 .article__section:last-child .article__txtWrap{
    width: calc(960px);
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
  .article01 .article__img{
    width: 66%;
    margin-top: 0;
    display: block;
    position: relative;
  }
  .article01 .article__img::before{
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    background: -webkit-linear-gradient(left, right(0,0,0,0) 0%,rgba(0,0,0,.5) 50%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 50%);
    position: absolute;
    right: 0;
  }
  .article01 .article__img.img-right::before{
    background: -webkit-linear-gradient(right, left(0,0,0,0) 0%,rgba(0,0,0,.5) 50%);
    background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 50%);
    position: absolute;
    left: 0;
  }
  .article__imgWrap{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1%
  }
  .img-row{
    width: 49%;
  }
  .img-row:nth-child(2n){
    margin-left: 2%
  }
  .img-hori{
    width: calc(1200px);
    max-width: 100%;
    margin: 6rem auto;
  }
  .article02 .article__ttlBox{
    text-align-last: left; 
    width: calc(960px);
    max-width: 100%;
    margin: 10rem auto 4rem;
  }
  .article02 .article__ttlBox .article__ttl{
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .article02 .article__img{
    width: 50%;
  }
  .article02 .article__txtBox{
    margin-top: 6rem;
    max-width: 100%;
  }
  .article02 .article__txtWrap.last{
    width: calc(960px);
    max-width: 100%;
  }
  .article02 .article__txtBox > *{
    margin-top: 0;
  }
  .article02 .article__txtBox .article__txtWrap{
    width: calc((960px / 2) - 6rem);
    max-width: 100%;
    float: right;
    margin-right: calc((100% - 960px) / 2);
  }
  .article02 .article__txtWrap p:first-child{
    margin-top: 0;
  }
  .article02 .article__txtWrap.txt-left{
    float: left;
    margin-left: calc((100% - 960px) / 2);
    margin-right: 6rem;
  }
  .article02 .img-right{
    margin-left: 0;
  }
  .article02 .img-last{
    display: block;
    width: calc(960px);
    max-width: 100%;
    margin: 6rem auto;
  }
  .article__imgWrap{
    width: calc(1200px);
    max-width: 100%;
  }
  .article__imgWrap .img-row{
    margin-bottom: 2rem;
  }
  .past{
    margin-top: 20rem;
  }
  .past__ttlWrap .ttl{
    font-size: 3.2rem;
  }
  .past__ttlWrap .ttlDesc{
    font-size: 2.4rem;
    margin-top: 2rem;
  }
  .past .txtWrap{
    width: calc(1200px);
    max-width: 100%;
    margin:8rem auto 0;
    padding: 6rem 0; 
    position: relative;
  }
  .past .txtWrap::before{
    content: "";
    display: block;
    width: 50%;
    height: 0;
    padding-top: 54%;
    background: url(../images/parts04.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .past .past__list{
    width: calc(960px);
    max-width: 100%;
    margin: 0 auto;
  }
  .past .past__item{
    position: relative;
    padding: 24px 0;  
  }
  .past .past__item::after{
    content: "";
    display: block;
    clear: both;
  }
  .past .past__year{
    font-size: 4rem;
    margin-top: 8px;
    position: relative;
    padding-right: 40px;
    float: left;
  }
  .past .past__year::after{
    display: none;
  }
  .past .past__box{
    overflow: auto;
    padding-left: 40px;
    border-left: 1px solid rgba(255,255,255,.5);
  }
  .past .past__box > *{
    white-space: nowrap;
  }
  .past .past__ttl{
    line-height: 1.6em;
  }
  .past__txt{
    margin-top: 0;
  }
  .past .past__trigger{
    width: 120px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    margin-top: 0;
  }
}