@charset "UTF-8";
/*------------------------------------------------------------
	20th Anniversary style
------------------------------------------------------------*/
html, body {
  background-color: #edeae5;
  height: auto;
}

body {
  height: auto;
  background-image: url(../img/lp/glay20th/bgptn.png);
  background-repeat: repeat;
  background-position: left top;
}

#gd-lp-wrap {
  position: relative;
  background-image: url(../img/lp/glay20th/bgptn_top.png);
  background-repeat: repeat-x;
  background-position: left top;
}

/* header
-------------------------------------*/
header {
  display: table;
  width: 100%;
  height: 40px;
  background-color: #000;
}
header > div {
  -webkit-box-sizing: border-box;
  -moz-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 {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-sizing: border-box;
  -moz-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;
  }
}
/**/
#lp-wrap {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

#lp-wrap .lp-line {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: top;
}

#lp-wrap .lp-line-left,
#lp-wrap .lp-line-right {
  width: 40px;
  background-image: url(../img/lp/glay20th/line_bg_L.png);
  background-repeat: repeat-y;
  background-position: center top;
}

#lp-main-wrap {
  width: auto;
}

#lp-main-wrap .main-wrap-inner {
  padding: 0 6.56%;
}

#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: #221815;
  font-size: 18px;
  line-height: 20px;
  padding: 26px 30px 52px;
}

@media screen and (max-width: 768px) {
  #lp-main-wrap .main-wrap-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  #lp-wrap .lp-line-left,
  #lp-wrap .lp-line-right {
    width: 20px;
    background-image: url(../img/lp/glay20th/line_bg_S.png);
    background-repeat: repeat-y;
    background-position: center top;
  }

  #lp-main-wrap .main-wrap-inner {
    padding: 0 10px;
  }

  #lp-footer address {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 15px 25px;
  }
}
/* btn
-----------------------------------------------*/
#lp-content .btn-area {
  text-align: center;
}
#lp-content .btn-area a {
  color: #ecebe6;
  font-weight: bold;
  display: block;
  max-width: 560px;
  margin: 0 auto 20px;
  opacity: 1;
}
#lp-content .btn-area a ul {
  width: 100%;
  height: 58px;
  display: table;
  table-layout: fixed;
}
#lp-content .btn-area a ul li {
  height: 58px;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
}
#lp-content .btn-area a ul li.left-side,
#lp-content .btn-area a ul li.right-side {
  width: 50px;
}
#lp-content .btn-area a ul li.btn {
  background-image: url(../img/lp/glay20th/btn_bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  text-align: center;
  padding: 0 10px 0 15px;
}
#lp-content .btn-area a:hover {
  opacity: 0.8;
}

/* contents
-----------------------------------------------*/
#lp-content {
  padding-bottom: 40px;
  background-image: url(../img/lp/glay20th/foot_hr_bg.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  /*
  img {
  	width: 100%;
  	height: auto;
  }
  */
}

/* anniv-area
-----------------------------------------------*/
#anniv-area {
  padding-top: 50px;
  padding-bottom: 10px;
  background-image: url(../img/lp/glay20th/foot_hr_bgr.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
#anniv-area img {
  width: 100%;
  height: auto;
}
#anniv-area .logo-bloc {
  padding: 0 40px;
}
#anniv-area .logo-bloc span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 320px;
  margin: 0 auto;
}
#anniv-area .elem-bloc {
  position: relative;
  padding: 0 30px;
}
#anniv-area .elem-bloc div.elem {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 510px;
  margin: 0 auto;
}
#anniv-area .elem-bloc div.line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.2em;
  height: 9px;
}
#anniv-area .elem-bloc div.line img {
  width: 100%;
  height: 9px;
  vertical-align: top;
}
#anniv-area h1,
#anniv-area h2 {
  text-align: center;
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  color: #221815;
  font-size: 64px;
  line-height: 66px;
  padding: 1px 0 6px;
  letter-spacing: -0.02em;
}
#anniv-area h1 span:first-child,
#anniv-area h2 span:first-child {
  font-size: 90px;
}
#anniv-area h1 span,
#anniv-area h2 span {
  font-size: 70px;
}

@media screen and (max-width: 800px) {
  #anniv-area .elem-bloc {
    padding: 0 30px;
  }
  #anniv-area .elem-bloc div.line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.2em;
  }
  #anniv-area h1,
  #anniv-area h2 {
    font-size: 54px;
    line-height: 56px;
    padding: 2px 0 12px;
    letter-spacing: -0.02em;
  }
  #anniv-area h1 span:first-child,
  #anniv-area h2 span:first-child {
    font-size: 70px;
  }
  #anniv-area h1 span,
  #anniv-area h2 span {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  #anniv-area {
    padding-top: 30px;
  }
}
@media screen and (max-width: 560px) {
  #anniv-area .elem-bloc {
    padding: 0 30px;
  }
  #anniv-area .elem-bloc div.line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5em;
  }
  #anniv-area h1,
  #anniv-area h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 5px 0 12px;
    letter-spacing: -0.02em;
  }
  #anniv-area h1 span:first-child,
  #anniv-area h2 span:first-child {
    font-size: 45px;
  }
  #anniv-area h1 span,
  #anniv-area h2 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 400px) {
  #anniv-area h1,
  #anniv-area h2 {
    font-size: 30px;
    line-height: 34px;
    padding: 5px 0 10px;
  }
}
/* anchor-btn
-----------------------------------------------*/
#anchor-btn {
  padding: 30px 0 30px;
}
#anchor-btn .anc-bloc {
  float: left;
  width: 33.33%;
  margin-bottom: 0;
}
#anchor-btn .anc-bloc:nth-child(2) a {
  padding: 0 3px;
}
#anchor-btn .anc-bloc a {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#anchor-btn .anc-bloc a:hover {
  opacity: 0.7;
}
#anchor-btn .anc-bloc a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  width: 14px;
  background-image: url(../img/lp/glay20th/anc_btn_arw.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#anchor-btn .anc-bloc ul {
  width: 100%;
  height: 70px;
  display: table;
  table-layout: fixed;
}
#anchor-btn .anc-bloc ul li {
  height: 70px;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
}
#anchor-btn .anc-bloc ul li.left-side,
#anchor-btn .anc-bloc ul li.right-side {
  width: 30px;
}
#anchor-btn .anc-bloc ul li.btn {
  background-image: url(../img/lp/glay20th/h2_bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  text-align: center;
}
#anchor-btn .anc-bloc ul li.btn {
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  color: #ecebe6;
  font-size: 39px;
  line-height: 36px;
  padding-top: 6px;
}
#anchor-btn .anc-bloc:first-child ul li.btn {
  font-size: 39px;
  line-height: 36px;
  padding-top: 6px;
  padding-left: 10px;
}
#anchor-btn .anc-bloc:first-child ul li.btn br {
  display: none;
}
#anchor-btn .anc-bloc:first-child ul li.btn span {
  display: inline;
}

@media screen and (max-width: 990px) {
  #anchor-btn .anc-bloc:first-child ul li.btn {
    font-size: 31px;
    line-height: 26px;
  }
  #anchor-btn .anc-bloc:first-child ul li.btn br {
    display: block;
  }
  #anchor-btn .anc-bloc:first-child ul li.btn span {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #anchor-btn .anc-bloc a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #anchor-btn .anc-bloc a:hover {
    opacity: 1;
  }
  #anchor-btn .anc-bloc a:before {
    display: none;
  }
  #anchor-btn .anc-bloc:first-child ul li.btn {
    padding-left: 0;
  }
}
@media screen and (max-width: 568px) {
  #anchor-btn {
    padding: 20px 0 10px;
  }
  #anchor-btn .anc-bloc {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #anchor-btn .anc-bloc:nth-child(2) a {
    padding: 0 0;
  }
  #anchor-btn .anc-bloc a:before {
    display: block;
  }
  #anchor-btn .anc-bloc:first-child ul li.btn {
    font-size: 39px;
    line-height: 36px;
    padding-top: 6px;
    padding-left: 10px;
  }
  #anchor-btn .anc-bloc:first-child ul li.btn br {
    display: none;
  }
  #anchor-btn .anc-bloc:first-child ul li.btn span {
    display: inline;
  }
}
@media screen and (max-width: 400px) {
  #anchor-btn .anc-bloc:first-child ul li.btn {
    font-size: 35px;
    line-height: 32px;
    padding-top: 4px;
  }
}
/* elem
-----------------------------------------------*/
.item-area .elem-bloc {
  position: relative;
  padding: 0 0;
  margin-bottom: 20px;
}
.item-area .elem-bloc img {
  width: 100%;
  height: auto;
}
.item-area .elem-bloc div.elem {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 510px;
  margin: 0 auto;
}
.item-area .elem-bloc div.line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4em;
  height: 9px;
}
.item-area .elem-bloc div.line img {
  width: 100%;
  height: 9px;
  vertical-align: top;
}
.item-area .h2-area {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 auto 40px;
}
.item-area .h2-area ul {
  width: 100%;
  height: 70px;
  display: table;
  table-layout: fixed;
}
.item-area .h2-area ul li {
  height: 70px;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
}
.item-area .h2-area ul li.left-side,
.item-area .h2-area ul li.right-side {
  width: 30px;
}
.item-area .h2-area ul li.h2 {
  background-image: url(../img/lp/glay20th/h2_bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  text-align: center;
}
.item-area .h2-area ul li.h2 {
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  color: #ecebe6;
  font-size: 42px;
  line-height: 40px;
  padding-top: 6px;
}
.item-area .hr-bloc {
  height: 73px;
  background-image: url(../img/lp/glay20th/hr_bg.png);
  background-repeat: repeat-x;
  background-position: left center;
  margin: 0 0 40px;
}
.item-area .hr-bloc span {
  display: block;
  width: 88px;
  height: 73px;
  margin: 0 auto;
}
.item-area .hr-bloc span img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 700px) {
  .item-area .h2-area {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 560px) {
  .item-area .h2-area {
    margin: 0 auto 20px;
    		/*
    		ul li.h2 {
    			
    			font-size: 30px;
    			line-height: 24px;
    			padding-top: 5px;
    		}
    */
  }
  .item-area .hr-bloc {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 400px) {
  .item-area .elem-bloc {
    margin-bottom: 20px;
  }
  .item-area .elem-bloc div.line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2em;
  }
}
.item-area {
  padding-bottom: 20px;
}
.item-area .item-bloc {
  padding-bottom: 20px;
}

@media screen and (max-width: 400px) {
  .item-area {
    padding-bottom: 10px;
  }
  .item-area .item-bloc {
    padding-bottom: 0;
  }
}
/*------------------------------------------------------------

 .item-bloc
 
------------------------------------------------------------*/
.item-area.bd .item-bloc,
.item-area.cd .item-bloc {
  /**/
}
.item-area.bd .item-bloc .item-wrap,
.item-area.cd .item-bloc .item-wrap {
  padding: 0 10px 0;
}
.item-area.bd .item-bloc .item-wrap-left,
.item-area.cd .item-bloc .item-wrap-left {
  float: left;
  width: 290px;
  margin-right: 28px;
}
.item-area.bd .item-bloc .item-wrap-left .img-box img,
.item-area.cd .item-bloc .item-wrap-left .img-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.item-area.bd .item-bloc .item-wrap-right,
.item-area.cd .item-bloc .item-wrap-right {
  float: right;
  width: 100%;
  margin-left: -318px;
}
.item-area.bd .item-bloc .item-wrap-right .item-wrap-right-inner,
.item-area.cd .item-bloc .item-wrap-right .item-wrap-right-inner {
  margin-left: 318px;
}
.item-area.bd .item-bloc h3,
.item-area.cd .item-bloc h3 {
  font-family: 'Libre Baskerville', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 700;
  color: #221815;
  font-size: 54px;
  line-height: 62px;
  margin-bottom: 15px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  letter-spacing: -0.05em;
  word-break: break-all;
  word-wrap: break-word;
}
.item-area.bd .item-bloc p,
.item-area.cd .item-bloc p {
  color: #221815;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 14px;
}
.item-area.bd .item-bloc .btn-area h5,
.item-area.cd .item-bloc .btn-area h5 {
  text-align: left;
  color: #221815;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.item-area.bd .item-bloc .btn-area p,
.item-area.cd .item-bloc .btn-area p {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
.item-area.bd .item-bloc p.small,
.item-area.cd .item-bloc p.small {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 14px;
}
.item-area.bd .item-bloc p.date,
.item-area.cd .item-bloc p.date {
  font-family: 'Ewert', cursive;
  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
  margin-top: -2px;
  margin-bottom: 13px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  letter-spacing: -0.05em;
  word-break: break-all;
  word-wrap: break-word;
}
.item-area.bd .item-bloc .btn-area,
.item-area.cd .item-bloc .btn-area {
  padding-top: 16px;
}
.item-area.bd .item-bloc .btn-area a,
.item-area.cd .item-bloc .btn-area a {
  max-width: 560px;
  font-size: 20px;
  line-height: 22px;
}

@media screen and (max-width: 1000px) {
  .item-area.bd .item-bloc,
  .item-area.cd .item-bloc {
    /**/
  }
  .item-area.bd .item-bloc .btn-area a,
  .item-area.cd .item-bloc .btn-area a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 800px) {
  .item-area.bd .item-bloc .item-wrap,
  .item-area.cd .item-bloc .item-wrap {
    padding: 0 10px 0;
  }
  .item-area.bd .item-bloc .item-wrap-left,
  .item-area.cd .item-bloc .item-wrap-left {
    float: left;
    width: 240px;
    margin-right: 28px;
  }
  .item-area.bd .item-bloc .item-wrap-right,
  .item-area.cd .item-bloc .item-wrap-right {
    float: right;
    width: 100%;
    margin-left: -268px;
  }
  .item-area.bd .item-bloc .item-wrap-right .item-wrap-right-inner,
  .item-area.cd .item-bloc .item-wrap-right .item-wrap-right-inner {
    margin-left: 268px;
  }
  .item-area.bd .item-bloc h3,
  .item-area.cd .item-bloc h3 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 15px;
  }
  .item-area.bd .item-bloc p,
  .item-area.cd .item-bloc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .item-area.bd .item-bloc .btn-area h5,
  .item-area.cd .item-bloc .btn-area h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .item-area.bd .item-bloc .btn-area p,
  .item-area.cd .item-bloc .btn-area p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .item-area.bd .item-bloc p.small,
  .item-area.cd .item-bloc p.small {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .item-area.bd .item-bloc p.date,
  .item-area.cd .item-bloc p.date {
    font-size: 48px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 700px) {
  .item-area.bd .item-bloc,
  .item-area.cd .item-bloc {
    /**/
  }
  .item-area.bd .item-bloc .item-wrap,
  .item-area.cd .item-bloc .item-wrap {
    padding: 0 10px 0;
  }
  .item-area.bd .item-bloc .item-wrap-left,
  .item-area.cd .item-bloc .item-wrap-left {
    float: none;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .item-area.bd .item-bloc .item-wrap-right,
  .item-area.cd .item-bloc .item-wrap-right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .item-area.bd .item-bloc .item-wrap-right .item-wrap-right-inner,
  .item-area.cd .item-bloc .item-wrap-right .item-wrap-right-inner {
    margin-left: 0;
  }
  .item-area.bd .item-bloc .btn-area a,
  .item-area.cd .item-bloc .btn-area a {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 560px) {
  .item-area.bd .item-bloc,
  .item-area.cd .item-bloc {
    /**/
  }
  .item-area.bd .item-bloc .item-wrap,
  .item-area.cd .item-bloc .item-wrap {
    padding: 0 10px 0;
  }
  .item-area.bd .item-bloc .item-wrap-left,
  .item-area.cd .item-bloc .item-wrap-left {
    float: none;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .item-area.bd .item-bloc .item-wrap-right,
  .item-area.cd .item-bloc .item-wrap-right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .item-area.bd .item-bloc .item-wrap-right .item-wrap-right-inner,
  .item-area.cd .item-bloc .item-wrap-right .item-wrap-right-inner {
    margin-left: 0;
  }
  .item-area.bd .item-bloc .btn-area,
  .item-area.cd .item-bloc .btn-area {
    padding-top: 10px;
  }
  .item-area.bd .item-bloc .btn-area a,
  .item-area.cd .item-bloc .btn-area a {
    margin: 0 auto 15px;
    font-size: 15px;
    line-height: 18px;
  }
  .item-area.bd .item-bloc .btn-area a ul li.btn,
  .item-area.cd .item-bloc .btn-area a ul li.btn {
    padding: 0 10px 0 15px;
  }
}
@media screen and (max-width: 400px) {
  .item-area.bd .item-bloc .item-wrap-left,
  .item-area.cd .item-bloc .item-wrap-left {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .item-area.bd .item-bloc .item-wrap,
  .item-area.cd .item-bloc .item-wrap {
    padding: 0 0 0;
  }
  .item-area.bd .item-bloc h3,
  .item-area.cd .item-bloc h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 14px;
  }
  .item-area.bd .item-bloc p,
  .item-area.cd .item-bloc p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .item-area.bd .item-bloc .btn-area h5,
  .item-area.cd .item-bloc .btn-area h5 {
    text-align: center;
  }
  .item-area.bd .item-bloc .btn-area p,
  .item-area.cd .item-bloc .btn-area p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .item-area.bd .item-bloc p.small,
  .item-area.cd .item-bloc p.small {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .item-area.bd .item-bloc p.date,
  .item-area.cd .item-bloc p.date {
    font-size: 32px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 12px;
  }
}
/* expo-area
-----------------------------------------------*/
.item-area.live .item-bloc {
  /**/
  /**/
}
.item-area.live .item-bloc .logo-bloc span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item-area.live .item-bloc .logo-bloc span img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.item-area.live .item-bloc h2,
.item-area.live .item-bloc h3,
.item-area.live .item-bloc h5 {
  text-align: center;
  display: block;
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  color: #221815;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.item-area.live .item-bloc h2 {
  font-size: 78px;
  line-height: 60px;
}
.item-area.live .item-bloc h3 {
  font-size: 60px;
  line-height: 46px;
}
.item-area.live .item-bloc h5 {
  font-size: 40px;
  line-height: 42px;
}
.item-area.live .item-bloc h4,
.item-area.live .item-bloc p {
  text-align: center;
  color: #221815;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.item-area.live .item-bloc h4 {
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 20px;
}
.item-area.live .item-bloc p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.item-area.live .item-bloc .btn-area {
  padding-top: 20px;
}
.item-area.live .item-bloc .btn-area a {
  max-width: 560px;
  font-size: 20px;
  line-height: 22px;
}

.item-area.live .live-03 .logo-bloc {
  padding: 0 0;
  margin-bottom: 30px;
}
.item-area.live .live-03 .logo-bloc span {
  max-width: 640px;
  margin: 0 auto;
}
.item-area.live .live-03 h5 {
  margin-bottom: 8px;
}
.item-area.live .live-03 h2 {
  margin-bottom: 6px;
}
.item-area.live .live-03 h3 {
  margin-bottom: 26px;
}
.item-area.live .live-02 .logo-bloc {
  padding: 0 0;
  margin-bottom: 30px;
}
.item-area.live .live-02 .logo-bloc span {
  max-width: 860px;
  margin: 0 auto;
}
.item-area.live .live-02 h5 {
  margin-bottom: 8px;
}
.item-area.live .live-02 h2 {
  margin-bottom: 24px;
}
.item-area.live .live-01 .logo-bloc {
  padding: 0 0;
  margin-bottom: 48px;
}
.item-area.live .live-01 .logo-bloc span {
  max-width: 810px;
  margin: 0 auto;
}
.item-area.live .live-01 h2 {
  margin-bottom: 6px;
}
.item-area.live .live-01 h3 {
  margin-bottom: 16px;
}

@media screen and (max-width: 900px) {
  .item-area.live .item-bloc {
    /**/
  }
  .item-area.live .item-bloc h2 {
    font-size: 78px;
    line-height: 60px;
  }
  .item-area.live .item-bloc h3 {
    font-size: 60px;
    line-height: 46px;
  }
  .item-area.live .item-bloc h4 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .item-area.live .item-bloc p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .item-area.live .item-bloc {
    /**/
    /**/
  }
  .item-area.live .item-bloc h2 {
    font-size: 54px;
    line-height: 46px;
  }
  .item-area.live .item-bloc h3 {
    font-size: 34px;
    line-height: 26px;
  }
  .item-area.live .item-bloc h5 {
    font-size: 24px;
    line-height: 26px;
  }
  .item-area.live .item-bloc h4 {
    font-size: 26px;
    line-height: 34px;
  }
  .item-area.live .item-bloc p {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  .item-area.live .item-bloc .btn-area {
    padding-top: 0;
  }
  .item-area.live .item-bloc .btn-area a {
    font-size: 15px;
    line-height: 18px;
  }
  .item-area.live .item-bloc .btn-area a ul li.btn {
    padding: 1px 10px 0 15px;
  }
  .item-area.live .item-bloc .btn-area a span {
    display: inline-block;
    vertical-align: baseline;
  }

  .item-area.live .live-03 .logo-bloc {
    margin-bottom: 20px;
  }
  .item-area.live .live-03 h5 {
    margin-bottom: 8px;
  }
  .item-area.live .live-03 h2 {
    margin-bottom: 6px;
  }
  .item-area.live .live-03 h3 {
    margin-bottom: 16px;
  }
  .item-area.live .live-02 .logo-bloc {
    margin-bottom: 20px;
  }
  .item-area.live .live-02 h5 {
    margin-bottom: 8px;
  }
  .item-area.live .live-02 h2 {
    margin-bottom: 24px;
  }
  .item-area.live .live-01 .logo-bloc {
    margin-bottom: 20px;
  }
  .item-area.live .live-01 h2 {
    margin-bottom: 6px;
  }
  .item-area.live .live-01 h3 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 400px) {
  /*
  .item-area.live {
  	.live-01 {
  		.logo-bloc {
  			padding: 0 60px;
  		}
  		
  	}
  }
  */
}
