/* ===================================================================== */
/* 共通 */
/* ===================================================================== */

/* フォント */
.en{
  font-family: "bleagueFont";
  letter-spacing: 0.2em;
}

.fwb {
  font-weight: bold;
}

a{
  transition: .3s;
}







/* ===================================================================== */
/* PC */
@media screen and (min-width: 768px){
/* ===================================================================== */


/*トップbg*/

.award-bg{
    background-color: #171717;
}

.layout-content {
    margin-top: 60px!important;
}

/*タイトルロゴ*/

.tit-wrap {
    text-align: center;
    color: #fff;
    padding: 6%;
}
.tit-wrap .first {
    background: -webkit-linear-gradient(90deg, #925b17 , #c0af21 );
    background: -webkit-linear-gradient(45deg, #926117 0%, #c0af21 100%);
    background: -webkit-linear-gradient(left, #926117 0%, #c0af21 100%);
    background: linear-gradient(45deg, #926117 0%, #c0af21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.first .en {
    font-size: 40px;
    letter-spacing: 0.1em;
}

.noto {
    font-family: "Noto Sans CJK Japanese";
    font-size: 30px;
    font-weight: bold;
}

h2.second {
    font-size: 129.5px;
    letter-spacing: 10px;
    line-height: 120px;
    margin-bottom: 15px;
}

.tit-wrap .third {
    background: linear-gradient(90deg, #925b17 , #c0af21 );
    position: relative;
    display: inline-block;
    padding: 0 6.5px;
    color: #171717;
    line-height: 88px;
    font-size: 35px;
}


.tit-wrap .third:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: transparent solid 18px;
    border-top: #171717 solid 18px;
    content: "";
}

.third .en {
    font-size: 90px;
    letter-spacing: 0.4em;
    vertical-align: sub;
    padding-left: 30px;
}

.third .noto {
    font-size: 65px;
    letter-spacing: 0.3em;
    font-family: "notoB";
    padding-right: 7px;
}

p.fourth {
    font-size: 75px;
    letter-spacing: 4px;
    white-space: pre;
    line-height: 113px;
}

.btn-rain {
    color: #fff;
    background: -webkit-linear-gradient(45deg, #926117 0%, #fffc00 100%);
    background: -webkit-linear-gradient(left, #926117 0%, #fffc00 100%);
    background: linear-gradient(45deg, #926117 0%, #fffc00 100%);
    margin: 40px auto 0;
    text-align: center;
    box-sizing: border-box;
    line-height: 34px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 340px;
    z-index: 2;
    text-align: center;
    border-radius: 100px;
}

.btn-rain a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    padding: 20px 0px;
    position: relative;
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-rain:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    background: #292929;
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    color: #fff;
    opacity: 1;
}

.layout-content .btn-rain a:hover{
   opacity: 1;
}

.btn-rain:hover:after {
    background: #292929;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/*inner共通*/

.inner{
    text-align: center;
    letter-spacing: 0.2em;
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 0 60px;
    color: #191919;
}

.inner h2 {
    font-size: 42px;
    font-family: "bleagueFont";
    letter-spacing: 0.2em;
}

.inner p{
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    font-family: "Noto Sans CJK Japanese";
}

.inner p.sub-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 0.8;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
}


/*LIVE STREAM*/

section.st-box {
    background: #fff;
}

.st-box .statement {
    margin-bottom: -30px;
    letter-spacing: 0.2em;
}

.inner h1.date {
    font-size: 119px;
    font-family: "bleagueFont";
    font-weight: bold;
    letter-spacing: 10px;
}

.link-wrap li {
    display: inline-block;
    width: 22%;
}

.st-box img {
    width: 68%;
}


/*TWEET*/

.tw-box {
    background: #f4f4f4;
}

li.sns-logo {
    width: 10%;
}

.sns-logo img {
    width: 60px;
}

.tw-box .link-wrap {
    margin-bottom: 40px;
}

.tw-box .statement {
    margin-bottom: 25px;
    letter-spacing: 0.2em;
}


/*tagboard*/

.tagboard-embed {
    width: 700px;
    margin: 0 auto 50px;
}


/*footer*/

.baward-footer{
    padding: 40px;
    padding-top: 100px;
    margin-top: -40px;
    background: #000;
}

.baward-footer .left{
  width:50%;
  display: inline-block;
}
.baward-footer .left img{
  height:60px;
  margin-right:36px;
}
.baward-footer .right{
  width:49%;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.baward-footer .right p{
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.2em;
}

/* PC END */
}

/* SP */
@media screen and (max-width: 767px){
/* ===================================================================== */

/*トップbg*/

.award-bg{
    background-color: #171717;
}

/*タイトルロゴ*/

.tit-wrap {
    text-align: center;
    color: #fff;
    padding: 7% 0;
}
.tit-wrap .first {
    background: -webkit-linear-gradient(90deg, #925b17 , #c0af21 );
    background: -webkit-linear-gradient(45deg, #926117 0%, #c0af21 100%);
    background: -webkit-linear-gradient(left, #926117 0%, #c0af21 100%);
    background: linear-gradient(45deg, #926117 0%, #c0af21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15.5px;
}

.first .en {
  font-size: 19px;
}

.noto {
    font-family: "Noto Sans CJK Japanese";
    font-weight: bold;
}

h2.second {
    font-size: 74px;
    letter-spacing: 2px;
    line-height: 79px;
}

.tit-wrap .third {
    background: linear-gradient(90deg, #925b17 , #c0af21 );
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #171717;
    line-height: 39px;
}


.tit-wrap .third:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: transparent solid 12px;
    border-top: #171717 solid 12px;
    content: "";
}

.third .en {
    font-size: 40px;
    vertical-align: sub;
    letter-spacing: 0.45em;
    padding-left: 17px;
}

.third .noto {
    font-size: 30px;
    letter-spacing: 0.55em;
    margin-left: 10px;
    font-family: notoB;
}

p.fourth {
    font-size: 40px;
    letter-spacing: 2px;
    white-space: pre;
}

.btn-rain {
    color: #fff;
    background: -webkit-linear-gradient(45deg, #926117 0%, #fffc00 100%);
    background: -webkit-linear-gradient(left, #926117 0%, #fffc00 100%);
    background: linear-gradient(45deg, #926117 0%, #fffc00 100%);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    line-height: 34px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 280px;
    z-index: 2;
    text-align: center;
    border-radius: 100px;
}

.btn-rain a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    z-index: 2;
    padding: 14px 0px;
    position: relative;
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-rain:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    background: #292929;
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    color: #fff;
    opacity: 1;
}

.layout-content .btn-rain a:hover{
   opacity: 1;
}

.btn-rain:hover:after {
    background: #292929;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/*inner共通*/

.inner{
    text-align: center;
    letter-spacing: 0.2em;
    padding: 60px 0 60px;
    color: #191919;
}

.inner h2{
  font-size: 40px;
  font-family: "bleagueFont";
}

.inner p {
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans CJK Japanese";
}

.inner p.sub-title{
  font-size: 14px;
  font-weight: normal;
  line-height: 0.8;
  margin-bottom: 30px;
}

p.statement {
    margin-bottom: 25px;
}


/*LIVE STREAM*/

section.st-box {
    background: #fff;
}

.inner h1.date {
    font-size: 65px;
    font-family: "bleagueFont";
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 75px;
}

.link-wrap {
    margin-bottom: 0;
}

.link-wrap li {
    display: inline-block;
    width: 35%; 
}

.st-box img {
    width: 80%;
}


/*TWEET*/

.tw-box {
    background: #f4f4f4;
}

li.sns-logo {
    width: 18%;
}

.sns-logo img {
    width: 60%;
}

.tw-box .link-wrap {
    margin-bottom: 25px;
}



/*footer*/

.baward-footer{
  padding:40px 20px;
}

.baward-footer .left{
  width:100%;
  display: inline-block;
  margin-bottom: 20px;
}
.baward-footer .left img{
  height:35px;
  margin-right:20px;
}
.baward-footer .left .goals{
  margin-right:0;
}
.baward-footer .right{
  width:100%;
  display: inline-block;
  text-align: left;
}

.baward-footer .right p{
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.2em;
}



/* SP END */
}
/* ===================================================================== */
