@charset "UTF-8";
/*------------------------------------------------------------
	TOKI伝説 ブログ本 style
------------------------------------------------------------*/
/* header
-------------------------------------*/
header {
  display: table;
  width: 100%;
  height: 40px;
  background-color: #000;
}
header > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  height: 100%;
  /*@include transition(width 0.3s);*/
}
header .logo-area {
  width: 25%;
  padding: 9px 12px 0;
}
header .logo-area a {
  display: block;
  width: 117px;
  margin: 0 auto;
}
header .logo-area a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
header .sns-area {
  width: 75%;
}
header .sns-area ul {
  background-color: #fff;
}
header .sns-area ul li {
  float: left;
  width: 33%;
}
header .sns-area ul li:first-child {
  width: 34%;
}
header .sns-area ul li a {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  background-color: #000;
  height: 40px;
  padding: 11px 12px 8px 19px;
  color: #fff;
  overflow: hidden;
}
header .sns-area ul li a:hover {
  opacity: 0.7;
}
header .sns-area ul li a span + span {
  display: block;
  padding-top: 2px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
header .sns-area ul li a span.icon {
  float: left;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
}
header .sns-area ul li a.fb {
  background-color: #3c599c;
}
header .sns-area ul li a.tw {
  background-color: #1dadeb;
}
header .sns-area ul li a.gp {
  background-color: #db4831;
}
header .sns-area ul li a.gp span.icon {
  padding-top: 1px;
}

@media screen and (max-width: 768px) {
  header .logo-area {
    width: 30%;
  }
  header .sns-area {
    width: 70%;
  }
  header .sns-area ul li a {
    padding: 11px 6px 8px 14px;
  }
  header .sns-area ul li a span + span {
    padding-top: 2px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 600px) {
  header .logo-area {
    width: auto;
  }
  header .logo-area a {
    width: 117px;
    margin: 0;
  }
  header .sns-area {
    width: 126px;
  }
  header .sns-area ul li {
    width: 42px;
  }
  header .sns-area ul li:first-child {
    width: 42px;
  }
  header .sns-area ul li a {
    padding: 9px 0 0 0;
  }
  header .sns-area ul li a:hover {
    opacity: 1;
  }
  header .sns-area ul li a span + span {
    display: none;
  }
  header .sns-area ul li a span.icon {
    float: none;
  }
}
/* eve
-------------------------------------*/
html, body {
  background-color: #000;
  height: auto;
}

/**/
#toki_legend-wrap {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
#toki_legend-wrap .wrap-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
#toki_legend-wrap .img-box span img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  #toki_legend-wrap .wrap-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  #toki_legend-wrap .wrap-inner {
    padding: 0 15px;
  }
}
/* slider
--------------------------------------*/
#slider {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin-top: 0;
  /*max-height: 600px;*/
  background-color: #000;
  background-image: url("../img/lp/toki_legend/slider/sdr_bg.png");
  background-repeat: repeat;
  background-position: center top;
  overflow: hidden;
}

#slider-scale-view {
  height: auto;
  overflow: hidden;
  position: relative;
}

#slider-scale-wrap {
  position: relative;
  z-index: 0;
  /*background-color: #000;*/
  max-width: 1260px;
  margin: 0 auto;
}
#slider-scale-wrap ul {
  position: relative;
  z-index: 0;
  visibility: hidden;
}
#slider-scale-wrap ul li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#slider-scale-wrap ul li a,
#slider-scale-wrap ul li span {
  display: block;
  width: 100%;
  height: 100%;
}
#slider-scale-wrap ul li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* main
--------------------------------------*/
#toki_legend-wrap section > h2 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  padding: 16px 30px 16px;
}

.info-bloc {
  background-color: #e9c155;
  padding: 0 0 60px;
}
.info-bloc > h2 {
  background-color: #572b72;
  margin-bottom: 35px;
}
.info-bloc:last-child > h2 {
  background-color: #146437;
  margin-bottom: 45px;
}

.item-bloc {
  background-color: #000;
  padding: 0;
}
.item-bloc > h2 {
  background-color: #3f3e8f;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  #toki_legend-wrap section > h2 {
    font-size: 24px;
    line-height: 34px;
    padding: 12px 30px 12px;
  }

  .info-bloc {
    padding: 0 0 50px;
  }
  .info-bloc > h2 {
    margin-bottom: 30px;
  }
  .info-bloc:last-child > h2 {
    margin-bottom: 40px;
  }

  .item-bloc > h2 {
    background-color: #3f3e8f;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  #toki_legend-wrap section > h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px 10px;
  }

  .info-bloc {
    padding: 0 0 30px;
  }
  .info-bloc > h2 {
    margin-bottom: 20px;
  }
  .info-bloc:last-child > h2 {
    margin-bottom: 30px;
  }

  .item-bloc > h2 {
    background-color: #3f3e8f;
    margin-bottom: 30px;
  }
}
/*
--------------------------------------*/
.info-bloc .info-area {
  /**/
}
.info-bloc .info-area > h3 {
  text-align: center;
  color: #0b0000;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 40px;
}
.info-bloc .info-area .table-bloc {
  display: table;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.info-bloc .info-area .table-bloc > div {
  display: table-cell;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info-bloc .info-area .table-bloc .detail-left {
  background-image: url(../img/lp/toki_legend/detail_li.png);
  background-repeat: repeat-y;
  background-position: right top;
  padding: 0 30px 0 0;
  width: 47%;
}
.info-bloc .info-area .table-bloc .detail-right {
  padding: 0 0 0 60px;
  width: 53%;
}
.info-bloc .info-area .table-bloc .detail-left h2,
.info-bloc .info-area .table-bloc .detail-right h2 {
  color: #0b0000;
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 13px;
}
.info-bloc .info-area .table-bloc .detail-left p.price,
.info-bloc .info-area .table-bloc .detail-right p.price {
  color: #c82d2b;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.info-bloc .info-area .table-bloc .detail-left p,
.info-bloc .info-area .table-bloc .detail-right p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.info-bloc .info-area .table-bloc .detail-left p span,
.info-bloc .info-area .table-bloc .detail-right p span {
  color: #000;
  margin-right: 8px;
}
.info-bloc .info-area .table-bloc .detail-left p.date,
.info-bloc .info-area .table-bloc .detail-right p.date {
  font-size: 24px;
  line-height: 30px;
}
.info-bloc .info-area .table-bloc .hr {
  display: none;
  width: auto;
}
.info-bloc .info-area .btn-area {
  padding: 20px 0 0;
}
.info-bloc .info-area .btn-area a {
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  padding: 27px 15px 28px;
  text-shadow: 0 -2px 0 #680b0b;
}
.info-bloc .btn-area a {
  text-align: center;
  display: block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #cb2d2d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCB2D2D', endColorstr='#FFB21717');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiMmQyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyMTcxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cb2d2d), color-stop(100%, #b21717));
  background-image: -moz-linear-gradient(top, #cb2d2d 0%, #b21717 100%);
  background-image: -webkit-linear-gradient(top, #cb2d2d 0%, #b21717 100%);
  background-image: linear-gradient(to bottom, #cb2d2d 0%, #b21717 100%);
  border: 1px solid #a61312;
  -moz-box-shadow: 0px 5px 5px rgba(3, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px rgba(3, 0, 0, 0.1);
  box-shadow: 0px 5px 5px rgba(3, 0, 0, 0.1);
  opacity: 1;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.info-bloc .btn-area a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*
----------------------*/
.item-bloc .item h3 {
  text-align: center;
  color: #e9c665;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 35px;
}
.item-bloc .item-01 ul li {
  float: left;
  width: 45.46%;
  margin: 0 2.27% 50px;
}
.item-bloc .item-01 ul li:nth-child(3),
.item-bloc .item-01 ul li:nth-child(4) {
  margin: 0 2.27% 33px;
}
.item-bloc .item-02 {
  background-image: url(../img/lp/toki_legend/splash.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 60px 0 60px;
}
.item-bloc .item-02 h3 {
  font-size: 38px;
  margin-bottom: 40px;
}
.item-bloc .item-02 .img-box span {
  display: block;
  max-width: 900px;
  margin: 0 auto 40px;
}
.item-bloc .item-02 p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  padding: 0 30px;
}

@media screen and (max-width: 1000px) {
  .item-bloc .item-02 {
    background-size: 150%;
  }
}
@media screen and (max-width: 800px) {
  .info-bloc .info-area > h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .info-bloc .info-area .table-bloc .detail-left {
    padding: 0 30px 0 0;
    width: 50%;
  }
  .info-bloc .info-area .table-bloc .detail-right {
    padding: 0 0 0 30px;
    width: 50%;
  }
  .info-bloc .info-area .table-bloc .detail-left h2,
  .info-bloc .info-area .table-bloc .detail-right h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .info-bloc .info-area .table-bloc .detail-left p.price,
  .info-bloc .info-area .table-bloc .detail-right p.price {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .info-bloc .info-area .table-bloc .detail-left p,
  .info-bloc .info-area .table-bloc .detail-right p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .info-bloc .info-area .table-bloc .detail-left p span,
  .info-bloc .info-area .table-bloc .detail-right p span {
    margin-right: 8px;
  }
  .info-bloc .info-area .table-bloc .detail-left p.date,
  .info-bloc .info-area .table-bloc .detail-right p.date {
    font-size: 20px;
    line-height: 28px;
  }
  .info-bloc .info-area .hr {
    margin-bottom: 20px;
  }
  .info-bloc .info-area .btn-area {
    padding: 20px 0 0;
  }
  .info-bloc .info-area .btn-area a {
    font-size: 30px;
    line-height: 1;
    padding: 25px 15px 26px;
  }

  .item-bloc .item h3 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  .item-bloc .item-01 ul li {
    float: left;
    width: 45.46%;
    margin: 0 2.27% 30px;
  }
  .item-bloc .item-01 ul li:nth-child(3),
  .item-bloc .item-01 ul li:nth-child(4) {
    margin: 0 2.27% 30px;
  }
  .item-bloc .item-02 {
    background-size: 150%;
    padding: 10px 0 50px;
  }
  .item-bloc .item-02 h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .item-bloc .item-02 .img-box span {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 640px) {
  .info-bloc .info-area > h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #000;
    padding-bottom: 20px;
  }
  .info-bloc .info-area .table-bloc {
    display: block;
  }
  .info-bloc .info-area .table-bloc > div {
    display: block;
    width: 100%;
  }
  .info-bloc .info-area .table-bloc .detail-left {
    background-image: none;
    padding: 0 10px 15px 10px;
    width: 100%;
  }
  .info-bloc .info-area .table-bloc .detail-right {
    padding: 0 10px 0 10px;
    width: 100%;
  }
  .info-bloc .info-area .table-bloc .hr {
    display: block;
  }

  .item-bloc .item h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .item-bloc .item-01 ul li {
    float: left;
    width: 45.46%;
    margin: 0 2.27% 25px;
  }
  .item-bloc .item-01 ul li:nth-child(3),
  .item-bloc .item-01 ul li:nth-child(4) {
    margin: 0 2.27% 25px;
  }
  .item-bloc .item-02 {
    background-size: 150%;
    background-position: center -40px;
    padding: 10px 0 40px;
  }
  .item-bloc .item-02 h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .item-bloc .item-02 .img-box span {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 400px) {
  .info-bloc .info-area > h3 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .info-bloc .info-area .table-bloc .detail-left {
    padding: 0 5px 5px 5px;
  }
  .info-bloc .info-area .table-bloc .detail-right {
    padding: 0 5px 0 5px;
  }
  .info-bloc .info-area .table-bloc .detail-left h2,
  .info-bloc .info-area .table-bloc .detail-right h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .info-bloc .info-area .table-bloc .detail-left p.price,
  .info-bloc .info-area .table-bloc .detail-right p.price {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .info-bloc .info-area .table-bloc .detail-left p,
  .info-bloc .info-area .table-bloc .detail-right p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .info-bloc .info-area .table-bloc .detail-left p span,
  .info-bloc .info-area .table-bloc .detail-right p span {
    margin-right: 6px;
  }
  .info-bloc .info-area .table-bloc .detail-left p.date,
  .info-bloc .info-area .table-bloc .detail-right p.date {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2px;
  }
  .info-bloc .info-area .table-bloc .detail-left p.date + p,
  .info-bloc .info-area .table-bloc .detail-right p.date + p {
    font-size: 15px;
    line-height: 24px;
  }
  .info-bloc .info-area .btn-area {
    padding: 20px 0 0;
  }
  .info-bloc .info-area .btn-area a {
    font-size: 26px;
    line-height: 1;
    padding: 23px 15px 24px;
  }
  .info-bloc .btn-area a {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .info-bloc .btn-area a:hover {
    opacity: 1;
  }

  .item-bloc .item h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .item-bloc .item-01 ul {
    margin: 0 -5px;
  }
  .item-bloc .item-01 ul li {
    float: left;
    width: 45.46%;
    margin: 0 2.27% 15px;
  }
  .item-bloc .item-01 ul li:nth-child(3),
  .item-bloc .item-01 ul li:nth-child(4) {
    margin: 0 2.27% 15px;
  }
  .item-bloc .item-02 {
    background-size: 170%;
    background-position: center -40px;
    padding: 10px 0 30px;
  }
  .item-bloc .item-02 h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .item-bloc .item-02 .img-box span {
    margin: 0 auto 10px;
  }
  .item-bloc .item-02 p {
    padding: 0 20px;
  }
}
/* footer
--------------------------------------*/
#lp-footer {
  position: relative;
  background-color: #000;
}

#lp-footer address {
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 40px 30px 40px;
}

@media screen and (max-width: 600px) {
  #lp-footer address {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 15px 20px;
  }
}
