@charset "UTF-8";

.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -350px;
  margin-left: -700px;
  z-index: 1000;
}

/*/// ////////////////////////////////


main
///////////////////////////////////*/

.main {
  position: relative;
  width: 100%;
  height: 40rem;
  background: url(../img/home/bk_main.jpg)center / cover no-repeat;
}

.main img {
/*  width: 90%;*/
  max-width: 772px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
/*  height: auto;*/
}

.main div {
/*  position: absolute;*/
/*  bottom: 7%;*/
/*  width: 100%;*/
}

.main div img {
/*  width: 90%;*/
/*  max-width: 772px;*/
/*  display: block;*/
/*  margin: 0 auto;*/
}


#topWrap {
  position: relative;
}

.mainSp {
  display: none;
}


/*/// ////////////////////////////////
 main------ sp
///////////////////////////////////*/

@media screen and (max-width: 1199px) {}

@media screen and (max-width:640px) {
  .mainSp {
  position: relative;
  width: 100%;
  height: 30rem;
  background: url(../img/home/bk_main.jpg)center / cover no-repeat;
  display: block;
  }
  .mainSp img {
    width: 100%;
    height: auto;
  }
  .main {
    display: none;
  }
  .mainSp div {
/*    position: absolute;*/
/*    bottom: 7%;*/
/*    width: 100%;*/
  }
  .mainSp img {
/*    width: 90%;*/
    max-width: 582px;
    display: block;
      position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
/*    margin: 0 auto;*/
  }
}

/*/// ////////////////////////////////


cont01
///////////////////////////////////*/

.cont01 {
  text-align: center;
  padding: 65px 0 31px;
  background: url(../img/home/back_l.png) left repeat-y, url(../img/home/back_r.png) right repeat-y;
  background-size: 20% auto;
}

.broadDate {
  color: #FFFFFF;
  width: 780px;
  margin: 25px auto;
  position: absolute;
  top: 60%;
}

.broadDate h4 {
  display: block;
  float: left;
  border: 1px solid #FFFFFF;
  padding: 15px 40px;
  font-size: 2.0em;
  letter-spacing: 0.15em;
  line-height: 1em;
  font-weight: normal;
  margin-right: 15px;
}

.broadDate .freeTxt {
  text-align: left;
  font-size: 2.5em;
  line-height: 1.0em;
}

.broadDate .freeTxt small {
  font-size: 0.8em;
  line-height: 1.75em;
  display: block;
}

.message {
  border: 1px solid #946134;
  padding: 40px 70px;
  position: relative;
}

.message .fL {
  width: 650px;
  height: auto;
  float: right;
  text-align: left;
  margin-right: 15px;
}

.message .fL h4 {
  color: #B28146;
  font-size: 2.0em;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  margin-bottom: 15px;
}

.message .fL .freeTxt {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}

.message .fR {
  width: 189px;
  height: auto;
}

.message .phTake {
  position: absolute;
  top: 42px;
  left: 70px;
}

/*/// ////////////////////////////////
cont01 ------ sp
///////////////////////////////////*/

@media screen and (max-width: 1199px) {
  .cont01 h3 img {
    max-width: 80%;
    height: auto;
  }
  .message {

    padding: 10px;
  }
  .message .fL {
    width: 60%;
    margin-right: 15px;
  }
  .message .fR {
    width: 34%;
  }
  .message .fR img {
    width: auto;
    height: auto;
  }
  .message .phTake {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width:640px) {
  .broadDate {
    max-width: 100%;
  }
  .broadDate h4 {
    padding: 10px 5px;
    font-size: 1.4em;
    letter-spacing: 0em;
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .broadDate .freeTxt {
    font-size: 1.3em;
    letter-spacing: 0em;
  }
  .broadDate .freeTxt small {
    font-size: 0.8em;
    letter-spacing: 0;
  }
  .message .fL h4 {
    color: #B28146;
    font-size: 1.6em;
    letter-spacing: 0.05em;
    line-height: 1.75em;
    margin-bottom: 15px;
  }
  .message .fL h4 br {
    display: none;
  }
  .message .fL .freeTxt {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.75em;
  }
}

/*/// ////////////////////////////////


cont02
///////////////////////////////////*/

.cont02 {
  background: url(../img/home/back_l.png) left repeat-y, url(../img/home/back_r.png) right repeat-y, #3f020f;
  background-size: 20% auto;
}

.cont02 .ptBk {
  padding: 50px 0;
}

.cont02 .amazon {
  border: 1px solid #f0f0f0;
  padding: 20px 70px;
  position: relative;
  z-index: 1;
}

.cont02 .amazon .fR {
  width: 710px;
  font-size: 1.6em;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}

.cont02 .amazon .fR .txt1 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #f0f0f0;
  padding-left: 30px;
}

.cont02 .amazon .fR .txt2 {
  padding-left: 30px;
}

/*/// ////////////////////////////////
 ------ sp
///////////////////////////////////*/

@media screen and (max-width: 1199px) {
  .cont02 .amazon {
    border: 1px solid #f0f0f0;
    margin-left: 0;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
  }
  .cont02 .amazon .fL {
    width: 35%;
  }
  .cont02 .amazon .fR {
    width: 65%;
    font-size: 1.4em;
  }
  .cont02 .amazon .fL img {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width:640px) {

  .cont02 .amazon .fR {
    width: 60%;
    font-size: 1.0em;
    line-height: 1.2em;
    letter-spacing: 0em;
  }
  .cont02 .amazon .fR .txt1 {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .cont02 .amazon .fR .txt1,
  .cont02 .amazon .fR .txt2 {
    padding-left: 10px;
  }
}

/*/// ////////////////////////////////


cont03
///////////////////////////////////*/

.cont03 {
  text-align: center;
  background: url(../img/home/back_l.png) left repeat-y, url(../img/home/back_r.png) right repeat-y, #879fba;
  background-size: 20% auto;
}

.cont03 .ptBk {
  padding: 20px 0;
}

.cont03 img {
  max-width: 90%;
  height: auto;
}

.cont03 .freeTxt {
  font-size: 3.0em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

/*/// ////////////////////////////////
 ------ sp
///////////////////////////////////*/

@media screen and (max-width: 1199px) {
  .cont03 .freeTxt {
    font-size: 1.8em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
}

@media screen and (max-width:640px) {}

/*/// ////////////////////////////////


cont04
///////////////////////////////////*/

.cont04 {
  text-align: center;
  background: url(../img/home/back_l.png) left repeat-y, url(../img/home/back_r.png) right repeat-y;
  background-size: 20% auto;
}

.cont04 ul li:nth-child(even) {
  background: url(../img/home/back_l.png) left repeat-y, url(../img/home/back_r.png) right repeat-y, #3f020f;
  background-size: 20% auto;
}

.cont04 ul li {
  position: relative;
  line-height: 0;
}

.cont04 ul li .ptBk {
  padding: 26px 0;
}

.cont05 {
  background: #3f020f !important;
}

.cont04 ul li a {
  display: block;
}

.castWrap1 {
  width: 100%;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0;
  margin: auto;
  max-width: 960px;
  width: 95%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  /* for modern browser */
  text-justify: inter-ideograph;
  /* IE6～8 */
  line-height: 1.5em;
  font-size: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .castWrap1 {
    font-size: 1.1vw;
  }
}

.castWrap2 {
  width: 75%;
}

.castWrap3 {
  width: 18%;
}

.castWrap3 img {
  width: 100%;
  height: auto;
}

.castWrap2 p:nth-child(1) {
  font-size: 260%;
  line-height: 1.5em;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3em;
}

.castWrap2 p:nth-child(1) span {
  background: #879fba;
  border: 1px solid #879fba;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 120%;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  /* for modern browser */
  text-justify: inter-ideograph;
  /* IE6～8 */
  margin: 0 0.5em 0 0;
}

.castWrap2 p:nth-child(2) {
  font-size: 460%;
  line-height: 1.5em;
  width: 100%;
}

.castWrap2 p:nth-child(2) {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  flex-wrap: wrap;
}

.castWrap2 p:nth-child(2) span {
  display: block;
}

.castWrap2 p:nth-child(2) span:nth-child(1) {
  /*	width:75%;*/
  margin-left: 0.8em;
}

.castWrap2 p:nth-child(2) span:nth-child(2) {
  /*	width:25%;*/
  font-size: 45%;
  /*	position:relative;*/
  /*	top:0.5em;*/
  /*	display:-webkit-box;--- Androidブラウザ用 ---*/
  /*    display:-ms-flexbox;--- IE10 ---*/
  /*    display: -webkit-flex;--- safari（PC）用 ---*/
  /*	display:flex;-webkit-box-align: end;*/
  /*	-webkit-align-items: flex-end;*/
  /*	    -ms-flex-align: end;*/
  /*	        align-items: flex-end;*/
  margin-left: auto;
}

.castWrap2 a {
  margin: 1em 0 0 6em;
}

.castWrap4 {
  width: 100%;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0;
  margin: auto;
  max-width: 960px;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  /* for modern browser */
  text-justify: inter-ideograph;
  /* IE6～8 */
  line-height: 1.5em;
  font-size: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .castWrap4,
  .castTitle {
    font-size: 1.1vw;
  }
}

.castWrap5 {
  width: 100%;
}

.castWrap5 p:nth-child(1) {
  font-size: 260%;
  line-height: 1.5em;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3em;
}

.castWrap5 p:nth-child(1) span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 120%;
  background: #2da7e0;
  border: 1px solid #2da7e0;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  /* for modern browser */
  text-justify: inter-ideograph;
  /* IE6～8 */
  margin: 0 0.5em 0 0;
}

.castWrap5 p:nth-child(2) {
  font-size: 460%;
  line-height: 1.5em;
  width: 100%;
}

.castTitle span {
  font-size: 460%;
  line-height: 1.5em;
  width: 100%;
  margin: 0.5em 0 0 -0.5em;
  display: block;
}

.castWrap5 p:nth-child(2) {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  flex-wrap: wrap;
}

.castWrap5 p:nth-child(2) span {
  display: block;
}

.castWrap5 p:nth-child(2) span:nth-child(1) {
/*  width: 75%;*/
  margin-left: -0.5em;
}

.castWrap5 p:nth-child(2) span:nth-child(2) {
/*  width: 25%;*/
  font-size: 45%;
/*  position: relative;*/
/*  top: 0.5em;*/
/*  display: -webkit-box;*/
/*  --- Androidブラウザ用 ---*/
/*  display: -ms-flexbox;*/
  /*--- IE10 ---*/
/*  display: -webkit-flex;*/
  /*--- safari（PC）用 ---*/
/*  display: flex;*/
/*  -webkit-box-align: end;*/
/*  -webkit-align-items: flex-end;*/
/*  -ms-flex-align: end;*/
/*  align-items: flex-end;*/
  margin-left: auto;
}


/*/// ////////////////////////////////
 ------ sp
///////////////////////////////////*/

@media screen and (max-width: 1199px) {
  .cont04 ul li img {
    max-width: 90%;
    height: auto;
  }
  .cont04 ul li a {
    display: block;
  }
}

@media screen and (max-width:640px) {
  .cont04 ul li a {
    display: block;
  }
  .cont04 ul li a img {
    width: 100px;
    height: auto;
  }
}

/*/// ////////////////////////////////


castList
///////////////////////////////////*/

.castList {
  background: url(../img/home/back_l.png) left repeat-y, url(../img/home/back_r.png) right repeat-y;
  background-size: 20% auto;
}

.castList ul li .ptBk {
  padding: 30px 0;
}

.castList ul li .inner {
  width: 920px;
  height: auto;
  margin: auto;
  padding: 30px 40px;
  border: 1px solid #FFFFFF;
  z-index: 10000;
  position: relative;
  border-radius: 6px;
}

.castList ul li .inner h2 {
  margin-bottom: 10px;
}

.castList ul li .inner .ttl {
  position: relative;
}

.castList ul li .inner .ttl::after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  height: 1px;
  width: 180px;
  right: 0;
  top: 50%;
}

.castList ul li .inner .freeTxt {
  font-size: 1.6em;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}

.castList ul li .inner .cast {}

.castList ul li .inner .cast .castInner {
  position: relative;
}
.castList ul li .inner .cast .castInner.mh-370 {
  min-height: 370px;
}
.castList ul li .inner .cast .ph {
  text-align: right
}

.castList ul li .inner .cast .txtBx {
  width: 370px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 240px;
}

.castList ul li .inner .cast .ttl {
  font-size: 1.4em;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.castList ul li .inner .cast .name {
  font-size: 1.8em;
  line-height: 1.75em;
}

.castList ul li .inner .cast .data {
  font-size: 1.4em;
  line-height: 1.5em;
}

.moreBx {
  background: #4B1100;
  border: 1px solid #C8A062;
  margin-top: 25px;
  text-align: center;
}

.commentTitle {
  color: #C8A062;
  font-size: 3.6rem;
  padding: 50px 0 0px;
}
.moreBx .btn {
  padding: 15px 0;
  cursor: pointer;
}

.moreBx dl {
  text-align: left;
  padding: 50px 50px 0;
  font-size: 1.6em;
  line-height: 1.5em;
}

.moreBx dl dt {
  color: #C8A062;
}

.moreBx dl dd {
  margin: 15px 0;
}

.moreBx dl dd.close {
  text-align: right;
  margin-bottom: 0;
}

.moreBx dl dd.close img {
  cursor: pointer;
}
.photoBx {
  text-align: center;
  padding: 15px 0 0;
}
.photoBx_photo {
  padding: 0 10px;
}
@media screen and (max-width:480px){
  .photoBx_photo {
    padding: 0 0 10px;
  }
}

/*/// ////////////////////////////////
 castList------ sp
///////////////////////////////////*/

@media screen and (max-width: 1000px) {
  .castList ul li .inner {
    width: 80%;
    height: auto;
    margin: auto;
    padding: 30px 7.5%;
    border: 1px solid #FFFFFF;
    z-index: 10000;
    position: relative;
    -webkit-border-radius: 6px;
    -mozborder-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .castList ul li .inner h2 {
    display: block;
    overflow: hidden;
  }
  .castList ul li .inner h2 img {
    max-width: 130%;
    height: auto;
  }
  .castList ul li .inner .cast {
    margin-top: 30px;
  }
  .castList ul li .inner .cast .castInner.mh-370 {
    min-height: inherit;
  }
  .castList ul li .inner .cast .txtBx {
    width: 59%;
    height: auto;
    position: relative;
    bottom: 0;
    right: 0;
    float: left;
  }
  .castList ul li .inner .cast .ph {
    width: 40%;
    height: auto;
    float: right;
  }
  .castList ul li .inner .cast .ph img {
    max-width: 100%;
    height: auto;
  }
  .castList ul li .inner .cast .ttl::after {
    display: none;
  }
  .moreBx .btn img {
    max-width: 70%;
    height: auto;
  }
  .moreBx dl dt {
    color: #C8A062;
  }
  .moreBx dl dd {
    margin: 15px 0;
  }
  .moreBx dl dd.close {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .moreBx dl dd.close img {
    cursor: pointer;
    max-width: 30px;
    height: auto;
  }
}

@media screen and (max-width:640px) {
  .castList ul li .inner .freeTxt {
    font-size: 1.3em;
    line-height: 1.75em;
    letter-spacing: 0em;
  }
  .castList ul li .inner .cast .ttl {
    font-size: 1.1em;
    line-height: 1.75em;
    letter-spacing: 0.05em;
  }
  .castList ul li .inner .cast .name {
    font-size: 1.2em;
    line-height: 1.75em;
  }
  .castList ul li .inner .cast .data {
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .commentTitle {
    font-size: 2.4rem;
    padding: 30px 0 20px;
  }
  .moreBx dl {
    padding: 10px 10px 0;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

/*/// ////////////////////////////////


bnList
///////////////////////////////////*/

.bnList ul li .ptBk {
  padding: 30px 0;
}

.bnList ul li .inner {
  width: 920px;
  height: auto;
  margin: auto;
  padding: 50px 40px;
  border: 1px solid #FFFFFF;
  z-index: 10000;
  position: relative;
  border-radius: 6px;
}

.bnList ul li .inner h2 {
  margin-bottom: 10px;
  font-size: 3.0em;
  letter-spacing: 0.2em;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #ffffff;
  padding: 0 10px 30px;
  margin-bottom: 30px;
}

.bnList ul li .inner h2 small {
  display: block;
  float: right;
  font-size: 0.5em;
  line-height: 1em;
}

.bnList ul li .inner .freeTxt {
  font-size: 1.6em;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}

.btn a {
  display: block;
  background: #4B1100;
  border: 1px solid #C8A062;
  margin-top: 25px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  color: #C8A062;
  text-align: none;
  font-size: 2.1em;
  text-align: center;
  text-decoration: none;
}

.btn a:hover {
  background: #C8A062;
  color: #4B1100;
}

.amazon_bn {
  background: url(../img/common/pattern2.png) center scroll repeat-y;
  padding: 30px 0;
}

.amazon_bn .pageWidth {
  max-width: 920px;
  padding: 15px 40px;
  background: #FFFFFF;
}

.amazon_bn img {
  float: left;
  margin-right: 60px;
}

.amazon_bn .freeTxt {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #272222;
}

.amazon_bn .freeTxt strong {
  display: block;
  margin: 10px auto;
}

/*/// ////////////////////////////////
 castList------ sp
///////////////////////////////////*/

@media screen and (max-width: 1000px) {
  .bnList ul li .inner {
    width: 80%;
    height: auto;
    margin: auto;
    padding: 30px 7.5%;
    border: 1px solid #FFFFFF;
    z-index: 10000;
    position: relative;
    -webkit-border-radius: 6px;
    -mozborder-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .bnList ul li .inner h2 {
    font-size: 1.8em;
    line-height: 1.5em;
    text-align: center;
  }
  .bnList ul li .inner h2 small {
    float: none;
    font-size: 0.65em;
    margin-top: 15px;
  }
  .bnList ul li .inner .btn a {
    font-size: 1.1em;
  }
  .bnList ul li .inner .freeTxt {
    text-align: justify;
  }
  .amazon_bn img {
    float: none;
    margin: 10px;
  }
  .amazon_bn {
    text-align: center;
  }
  .amazon_bn .pageWidth {
    width: 100%;
    padding: 60px 0;
  }
  .amazon_bn .freeTxt {
    text-align: justify;
    margin-bottom: 40px;
    width: 80%;
    margin: auto auto;
    border-top: 1px solid #EDEDED;
    padding-top: 40px;
  }
}

@media screen and (max-width:640px) {
  .bnList ul li .inner .freeTxt {
    font-size: 1.3em;
    line-height: 1.75em;
    letter-spacing: 0em;
  }
}




/*/// ////////////////////////////////



///////////////////////////////////*/

/*/// ////////////////////////////////
 ------ sp
///////////////////////////////////*/

@media screen and (max-width: 1000px) {}

@media screen and (max-width:640px) {}

.color a:link,
.color a:visited {
  color: pink;
  font-size: 1.6em;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}



/*/////////archive//////////*/

#archive {
  background: url(../img/home/back_l.png) left repeat-y, url(../img/home/back_r.png) right repeat-y;
  padding: 30px 0;
}

#archive table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  padding: 0;
  table-layout: fixed;
  font-size: 1.4em;
}

#archive table tr {
  border-bottom: 1px solid #999;
}

#archive table td {
  padding: .4em;
  padding-left: 10%;
}

#archive table th {
  font-weight: normal;
  text-align: center;
  padding: 1em 0 .5em;
}

#archive table a:link,
#archive table a:visited {
  color: #fff;
}

#archive table tr td:nth-child(1) {
  width: 35%;
}

#archive table tr td:nth-child(2) {
  width: 35%;
}

#archive table tr td:nth-child(3) {
  width: 15%;
}

.bnList {
  background: url(../img/home/back_l.png) left repeat-y, url(../img/home/back_r.png) right repeat-y;
  background-size: 20% auto;
}

.bnList ul li {
  margin-top: -150px;
  padding-top: 150px;
}

@media screen and (max-width:1000px) {
  #archive table {
    width: 95%;
    font-size: 1.1em;
  }
}

#tohyo {
  margin-top: 2em;
  border: 1px #fff solid;
}

#tohyo p {
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  width: 95%;
  margin: 0 auto;
}

#tohyo p:nth-child(1) {
  margin-top: 0.5em;
  font-size: 2.5em;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#tohyo p:nth-child(2) {
  font-size: 3.5em;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#tohyo p:nth-child(6) {
  margin-top: 1em;
}

#tohyo p:nth-child(7) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

#tohyo a:link,
#tohyo a:visited {
  color: pink;
  font-size: 1.7em;
}

@media screen and (max-width:1000px) {
  #tohyo {

    width: 99%;
    margin: 0 auto;
    margin-top: 2em;
  }
  #tohyo p {
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-size: 1.2em;
  }
  #tohyo p:nth-child(1) {
    font-size: 1.8em;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  #tohyo p:nth-child(2) {
    font-size: 2em;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  #tohyo p:nth-child(6) {
    margin-top: 1em;
  }
  #tohyo p:nth-child(7) {
    margin-top: 1.5em;
  }
  #tohyo a:link,
  #tohyo a:visited {
    color: pink;
    font-size: 1.3em;
  }
}
