@charset "utf-8";

* {
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
       -o-text-size-adjust: 100%;
  line-height: 1.2;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style-type: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
}

body {
  background-color: #001540;
}


/* header */
#header {
  max-width: 1040px;
  margin: 0 auto;
}

#header h1 {
  text-indent: 100%;
  line-height: 0;
  white-space: nowrap;
  background-image: url(/images/tenthAnniversary/header.jpg);
  padding-top: 57.693%;
  overflow: hidden;
}


/* contentTop */
#contentTop {
  max-width: 1040px;
  margin: 0 auto;
}


/* txt */
[id^="txt0"] {
  text-indent: 500%;
  line-height: 0;
  white-space: nowrap;
  overflow: hidden;
}


/* txt01 */
#txt01 {
  background-image: url(/images/tenthAnniversary/txt01.png);
  padding-top: 34.616%;
}


/* txtBox01 */
#txtBox01 {
  margin: 120px 0 106px;
}

@media screen and (max-width:767px) {
  #txtBox01 {
    margin: 100px 0 86px;
  }
}

@media screen and (max-width:596px) {
  #txtBox01 {
    margin: 90px 0 76px;
  }
}

@media screen and (max-width:425px) {
  #txtBox01 {
    margin: 70px 0 56px;
  }
}

@media screen and (max-width:375px) {
  #txtBox01 {
    margin: 60px 0 46px;
  }
}


/* frame*/
#frame {
  background-image: url(/images/tenthAnniversary/border-side.png);
  background-repeat: repeat-y;
  padding: 0 8px;
  margin: 45px 0 31px;
  position: relative;
}

@media screen and (max-width:1023px) {
  #frame {
    background-image: none;
    padding: 0;
  }
}

@media screen and (max-width:620px) {
  #frame {
    margin: 40px 0 19px;
  }
}

@media screen and (max-width:520px) {
  #frame {
    margin: 32.5px 0 16px;
  }
}

@media screen and (max-width:420px) {
  #frame {
    margin: 25px 0 13px;
  }
}

#frame:after {
  content: " ";
  background-image: url(/images/tenthAnniversary/border-bottom.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
  padding-top: 31px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -31px;
}

@media screen and (max-width:1023px) {
  #frame:after {
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
         -o-background-size: auto 100%;
  }
}

@media screen and (max-width:620px) {
  #frame:after {
    padding-top: 19px;
    bottom: -19px;
  }
}

@media screen and (max-width:520px) {
  #frame:after {
    padding-top: 16px;
    bottom: -16px;
  }
}

@media screen and (max-width:420px) {
  #frame:after {
    padding-top: 13px;
    bottom: -13px;
  }
}


/* txt02 */
#txt02 {
  background-image: url(/images/tenthAnniversary/txt02.png);
  background-size: contain;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
  padding-top: 50px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}

@media screen and (max-width:620px) {
  #txt02 {
    padding-top: 40px;
    top: -35px;
  }
}

@media screen and (max-width:520px) {
  #txt02 {
    padding-top: 32.5px;
    top: -30px;
  }
}

@media screen and (max-width:420px) {
  #txt02 {
    padding-top: 25px;
    top: -22.5px;
  }
}

#txt02:before ,
#txt02:after {
  content: " ";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
  width: 230px;
  padding-top: 50px;
  position: absolute;
  top: 0;
}

@media screen and (max-width:620px) {
  #txt02:before ,
  #txt02:after {
    width: 175px;
    padding-top: 40px;
  }
}

@media screen and (max-width:520px) {
  #txt02:before ,
  #txt02:after {
    width: 142.5px;
    padding-top: 32.5px;
  }
}

@media screen and (max-width:420px) {
  #txt02:before ,
  #txt02:after {
    width: 110px;
    padding-top: 25px;
  }
}

#txt02:before {
  background-image: url(/images/tenthAnniversary/border-topL.png);
  left: 0;
}

#txt02:after {
  background-image: url(/images/tenthAnniversary/border-topR.png);
  right: 0;
}

@media screen and (max-width:1023px) {
  #txt02:before {
    left: -10px;
  }

  #txt02:after {
    right: -10px;
  }
}

@media screen and (max-width:980px) {
  #txt02:before {
    left: -30px;
  }

  #txt02:after {
    right: -30px;
  }
}

@media screen and (max-width:940px) {
  #txt02:before {
    left: -50px;
  }

  #txt02:after {
    right: -50px;
  }
}

@media screen and (max-width:900px) {
  #txt02:before {
    left: -70px;
  }

  #txt02:after {
    right: -70px;
  }
}

@media screen and (max-width:860px) {
  #txt02:before {
    left: -90px;
  }

  #txt02:after {
    right: -90px;
  }
}

@media screen and (max-width:820px) {
  #txt02:before {
    left: -110px;
  }

  #txt02:after {
    right: -110px;
  }
}

@media screen and (max-width:780px) {
  #txt02:before {
    left: -130px;
  }

  #txt02:after {
    right: -130px;
  }
}

@media screen and (max-width:740px) {
  #txt02:before {
    left: -150px;
  }

  #txt02:after {
    right: -150px;
  }
}

@media screen and (max-width:700px) {
  #txt02:before {
    left: -170px;
  }

  #txt02:after {
    right: -170px;
  }
}

@media screen and (max-width:660px) {
  #txt02:before {
    left: -190px;
  }

  #txt02:after {
    right: -190px;
  }
}

@media screen and (max-width:620px) {
  #txt02:before {
    left: -90px;
  }

  #txt02:after {
    right: -90px;
  }
}

@media screen and (max-width:600px) {
  #txt02:before {
    left: -100px;
  }

  #txt02:after {
    right: -100px;
  }
}

@media screen and (max-width:580px) {
  #txt02:before {
    left: -110px;
  }

  #txt02:after {
    right: -110px;
  }
}

@media screen and (max-width:560px) {
  #txt02:before {
    left: -120px;
  }

  #txt02:after {
    right: -120px;
  }
}

@media screen and (max-width:540px) {
  #txt02:before {
    left: -130px;
  }

  #txt02:after {
    right: -130px;
  }
}

@media screen and (max-width:520px) {
  #txt02:before {
    left: -70px;
  }

  #txt02:after {
    right: -70px;
  }
}

@media screen and (max-width:500px) {
  #txt02:before {
    left: -80px;
  }

  #txt02:after {
    right: -80px;
  }
}

@media screen and (max-width:480px) {
  #txt02:before {
    left: -90px;
  }

  #txt02:after {
    right: -90px;
  }
}

@media screen and (max-width:460px) {
  #txt02:before {
    left: -100px;
  }

  #txt02:after {
    right: -100px;
  }
}

@media screen and (max-width:440px) {
  #txt02:before {
    left: -110px;
  }

  #txt02:after {
    right: -110px;
  }
}

@media screen and (max-width:420px) {
  #txt02:before {
    left: -50px;
  }

  #txt02:after {
    right: -50px;
  }
}

@media screen and (max-width:400px) {
  #txt02:before {
    left: -60px;
  }

  #txt02:after {
    right: -60px;
  }
}

@media screen and (max-width:380px) {
  #txt02:before {
    left: -70px;
  }

  #txt02:after {
    right: -70px;
  }
}

@media screen and (max-width:360px) {
  #txt02:before {
    left: -80px;
  }

  #txt02:after {
    right: -80px;
  }
}

@media screen and (max-width:320px) {
  #txt02:before {
    left: -90px;
  }

  #txt02:after {
    right: -90px;
  }
}


/* frameInner */
#frameInner {
  background-image: url(/images/tenthAnniversary/grd.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
  padding: 45px 22px;
}

@media screen and (max-width:767px) {
  #frameInner {
    padding: 45px 20px;
  }
}

@media screen and (max-width:596px) {
  #frameInner {
    padding: 40px 20px;
  }
}

@media screen and (max-width:425px) {
  #frameInner {
    padding: 35px 20px;
  }
}

@media screen and (max-width:375px) {
  #frameInner {
    padding: 30px 20px;
  }
}


/* frameImg */
#frameImg {
  overflow: hidden;
}

#frameImg div {
  width: 48.98%;
  float: left;
  position: relative;
}

@media screen and (max-width:767px) {
  #frameImg div {
    width: 100%;
    float: none;
  }
}

#frameImg div + div {
  margin-left: 2.041%;
}

@media screen and (max-width:767px) {
  #frameImg div + div {
    margin-left: 0;
    margin-top: 20px;
  }
}

#frameImg img {
  width: 100%;
}

#frameImg p {
  font-size: 16px;
  line-height: 150%;
  // background-color: #00050f;
  background-color: rgba(0,5,15,.8);
  padding: 15px 15px 12px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .3s;
  -webkit-transition: .3s;
}

@media screen and (max-width:1023px) {
  #frameImg p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width:767px) {
  #frameImg p {
    font-size: 4vw;
  }
}

#frameImg a:hover p {
  background-color: rgba(0,21,64,.8);
}

#frameImg + div {
  margin-top: 45px;
}

@media screen and (max-width:596px) {
  #frameImg + div {
    margin-top: 40px;
  }
}

@media screen and (max-width:425px) {
  #frameImg + div {
    margin-top: 35px;
  }
}

@media screen and (max-width:375px) {
  #frameImg + div {
    margin-top: 30px;
  }
}


/* txtBox02 */
#txtBox02 {
  text-align: center;
  letter-spacing: -.4em;
  max-width: 812px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  #txtBox02 {
    letter-spacing: normal;
  }
}

#txtBox02 > p {
  letter-spacing: normal;
  display: inline-block;
}


/* txt03 */
#txt03_01 ,
#txt03_02 {
  background-size: contain;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
}

#txt03_01 {
  padding-top: 45px;
}

#txt03_02 {
  padding-top: 80px;
}

@media screen and (max-width:629px) {
  #txt03_01 {
    padding-top: 7.654%;
  }

  #txt03_02 {
    padding-top: 13.606%;
  }
}

#txt03_01 {
  background-image: url(/images/tenthAnniversary/txt03_01.png);
  width: 27.464%;
}

#txt03_02 {
  background-image: url(/images/tenthAnniversary/txt03_02.png);
  width: 72.537%;
}

@media screen and (max-width:767px) {
  #txt03_01 ,
  #txt03_02 {
    width: 100%;
  }
}


/* contentBottom */
#contentBottom {
  background-color: #00050f;
}

#contentBottomInner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 0 65px;
}

@media screen and (max-width:767px) {
  #contentBottomInner {
    padding: 50px 0 55px;
  }
}

@media screen and (max-width:596px) {
  #contentBottomInner {
    padding: 40px 0 45px;
  }
}

@media screen and (max-width:375px) {
  #contentBottomInner {
    padding: 30px 0 35px;
  }
}

#contentBottomInner h2 {
  text-indent: 500%;
  line-height: 0;
  white-space: nowrap;
  background-image: url(/images/tenthAnniversary/comment.png);
  background-size: contain;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
  margin-bottom: 60px;
  padding-top: 36px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width:767px) {
  #contentBottomInner h2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width:596px) {
  #contentBottomInner h2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:375px) {
  #contentBottomInner h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:620px) {
  #contentBottomInner h2 {
    padding-top: 30px;
  }
}

@media screen and (max-width:520px) {
  #contentBottomInner h2 {
    padding-top: 25px;
  }
}

@media screen and (max-width:420px) {
  #contentBottomInner h2 {
    padding-top: 20px;
  }
}

#contentBottomInner h2:before ,
#contentBottomInner h2:after {
  content: " ";
  background-color: #fff;
  height: 3px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

#contentBottomInner h2:before {
  right: 77.5%;
  left: 50px;
}

#contentBottomInner h2:after {
  right: 50px;
  left: 77.5%;
}

@media screen and (max-width:1023px) {
  #contentBottomInner h2:before {
    left: 0;
  }

  #contentBottomInner h2:after {
    right: 0;
  }
}

@media screen and (max-width:940px) {
  #contentBottomInner h2:before {
    right: 80%;
  }

  #contentBottomInner h2:after {
    left: 80%;
  }
}

@media screen and (max-width:840px) {
  #contentBottomInner h2:before {
    right: 82.5%;
  }

  #contentBottomInner h2:after {
    left: 82.5%;
  }
}

@media screen and (max-width:740px) {
  #contentBottomInner h2:before {
    right: 87.5%;
  }

  #contentBottomInner h2:after {
    left: 87.5%;
  }
}

@media screen and (max-width:660px) {
  #contentBottomInner h2:before {
    right: 90%;
  }

  #contentBottomInner h2:after {
    left: 90%;
  }
}

@media screen and (max-width:620px) {
  #contentBottomInner h2:before {
    right: 87.5%;
  }

  #contentBottomInner h2:after {
    left: 87.5%;
  }
}

@media screen and (max-width:570px) {
  #contentBottomInner h2:before {
    right: 90%;
  }

  #contentBottomInner h2:after {
    left: 90%;
  }
}

@media screen and (max-width:520px) {
  #contentBottomInner h2:before {
    right: 87.5%;
  }

  #contentBottomInner h2:after {
    left: 87.5%;
  }
}

@media screen and (max-width:470px) {
  #contentBottomInner h2:before {
    right: 92.5%;
  }

  #contentBottomInner h2:after {
    left: 92.5%;
  }
}

@media screen and (max-width:420px) {
  #contentBottomInner h2:before {
    right: 87.5%;
  }

  #contentBottomInner h2:after {
    left: 87.5%;
  }
}

@media screen and (max-width:370px) {
  #contentBottomInner h2:before {
    right: 92.5%;
  }

  #contentBottomInner h2:after {
    left: 92.5%;
  }
}

@media screen and (max-width:320px) {
  #contentBottomInner h2:before {
    right: 95%;
  }

  #contentBottomInner h2:after {
    left: 95%;
  }
}


/* commentList */
#commentList {
  overflow: hidden;
}

#commentList li {
  width: 25%;
  float: left;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  #commentList li {
    width: 50%;
  }
}

#commentList a {
  display: block;
  position: relative;
}

#commentList img {
  width: 100%;
}

#commentList a:hover img {
  transition-duration: .5s;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
       -o-transform: scale(1.3);
}

@media screen and (max-width:1023px) {
  #commentList a:hover img {
    transition-duration: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
  }
}


/* :not(:hover)時 */
#commentList p ,
#commentList p > * {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width:1023px) {
  #commentList p ,
  #commentList p > * {
    opacity: 1;
    visibility: visible;
  }
}

/* :hover時 */
#commentList a:hover p ,
#commentList a:hover p > * {
  opacity: 1;
  visibility: visible;
}

#commentList p {
  text-align: center;
  background-color: rgba(0,21,64,.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width:1023px) {
  #commentList p {
    top: 65%;
  }
}

#commentList p:before {
  content: " ";
  border: solid 2px #fff;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

@media screen and (max-width:1023px) {
  #commentList p:before {
    content: none;
  }
}

#commentList span {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 22px;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
}

@media screen and (max-width:1023px) {
  #commentList span {
    font-size: 1.8vw;
    left: 20px;
    right: 20px;
  }
}

@media screen and (max-width:767px) {
  #commentList span {
    font-size: 3.6vw;
    left: 15px;
    right: 15px;
  }
}


/* backBtn */
#backBtn {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width:767px) {
  #backBtn {
    margin-top: 50px;
  }
}

@media screen and (max-width:596px) {
  #backBtn {
    margin-top: 40px;
  }
}

@media screen and (max-width:375px) {
  #backBtn {
    margin-top: 30px;
  }
}


#backBtn a {
  font-size: 24px;
  background-color: #e38310;
  padding: 12px 70px 10px 58px;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
       -o-border-radius: 2px;
  position: relative;
  box-shadow: 0 5px 0 #804600;
  -webkit-box-shadow: 0 5px 0 #804600;
     -moz-box-shadow: 0 5px 0 #804600;
       -o-box-shadow: 0 5px 0 #804600;
}

@media screen and (max-width:767px) {
  #backBtn a {
    font-size: 17px;
    padding: 12px 63px 10px 50px;
  }
}

@media screen and (max-width:425px) {
  #backBtn a {
    font-size: 16px;
    padding: 12px 57px 10px 45px;
  }
}

#backBtn a:after {
  content: " ";
  width: 12px;
  height: 12px;
  margin: auto 0;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
}

@media screen and (max-width:767px) {
  #backBtn a:after {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width:425px) {
  #backBtn a:after {
    width: 7px;
    height: 7px;
  }
}

#backBtn a:hover {
  opacity: .8;
}
