@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Kreon:300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

awards2022.scss

------------------------------------*/
a {
  color: #C09731;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a.icon__targetblank {
  position: relative;
  text-decoration: underline;
}
a.icon__targetblank:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f39c";
  margin-left: 5px;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 980px;
  background: #000;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header *,
#main * {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wide_base {
  width: 980px;
}

.wide_baseL {
  width: 1200px;
}

.bodyBG {
  position: fixed;
  z-index: -1;
}

@-webkit-keyframes bodybg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bodybg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lazyload {
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.lazyloaded {
  opacity: 1;
}

img.lazyloaded {
  width: 100%;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  -ms-justify-contents: left;
  justify-content: left;
  -ms-align-items: top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > ul, .CLM__half > div, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.CLM__half > li:nth-child(2n), .CLM__half > ul:nth-child(2n), .CLM__half > div:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article, .CLM__four > figure {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > figure:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-contents: space-between;
  justify-content: space-between;
  -ms-align-items: top;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size11 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size14 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size16 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.85;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.85;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__red {
  color: #ce0010;
}
.txt__white {
  color: #FFF;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__left {
  text-align: left !important;
}
.txt__right {
  text-align: right !important;
}
.txt__center {
  text-align: center !important;
}

.textlink__right {
  text-align: right;
}
.textlink__right a {
  color: #000;
}
.textlink__down:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__decimal li {
  margin-left: 1em;
}

.btn {
  display: inline-block;
  position: relative;
  color: #fff;
  height: 80px;
  line-height: 80px;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 800;
  transition: 0.5s all;
  margin: auto;
  background: linear-gradient(0.25turn, #D49E2D, #D8BD41, #B6862A);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(-90deg, #7d7150 50%, #5a5137 50%);
  background-position: 0 0;
  background-size: 200% auto;
}
.btn::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80%;
}
.btn:hover {
  opacity: 1;
  background-position: -100% 0;
}
.btn__S {
  min-width: 300px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 0 25px 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.btn__L {
  width: 80%;
}
.btn__M {
  width: 60%;
}
.btn__black {
  background: #000;
  background-image: linear-gradient(-45deg, #C09731 50%, #000 50%);
  background-position: 0 0;
  background-size: 200% auto;
  color: #fff0c8;
}
.btn__red {
  background: #a50000;
  color: #fff;
  background-image: linear-gradient(-90deg, #7d7150 50%, #a50000 50%);
  background-position: 0 0;
  background-size: 200% auto;
}
.btn__movie:before {
  content: "";
  display: inline-block;
  background-image: url(/img/awards/2022/movie.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80%;
  height: 15px;
  width: 15px;
  background-size: 15px;
}
.btn.nolink {
  pointer-events: none;
  color: #7c745c;
}

span.btn {
  background: #666;
  color: #888;
  box-shadow: 0 0 black;
}
span.btn::after {
  display: none;
}

.kome {
  font-size: 10px;
  font-size: 1rem;
  text-align: left;
}

.kome__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

.backbtnArea {
  text-align: center;
  margin: 60px 0 100px;
}

body::after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/img/awards/2022/BG_kirakira.png);
  z-index: -1;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-animation: glitter 10s linear 0s infinite normal;
          animation: glitter 10s linear 0s infinite normal;
  transition: 0.3s ease-in-out;
  margin-top: 70px;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/img/awards/2022/BG_kirakira_2.png);
  z-index: -1;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-animation: glitter2 10s linear 0s infinite normal;
          animation: glitter2 10s linear 0s infinite normal;
  transition: 0.3s ease-in-out;
  margin-top: 70px;
}

/* 必要に応じてベンダープレフィックス（-moz-, -ms-, -o-）をつける */
@-webkit-keyframes glitter {
  0% {
    filter: brightness(50%);
    opacity: 0.5;
  }
  25% {
    filter: brightness(150%);
    opacity: 1;
  }
  50% {
    filter: brightness(50%);
    opacity: 0.5;
  }
  75% {
    filter: brightness(150%);
    opacity: 1;
  }
  100% {
    filter: brightness(50%);
    opacity: 0.5;
  }
}
@keyframes glitter {
  0% {
    filter: brightness(50%);
    opacity: 0.5;
  }
  25% {
    filter: brightness(150%);
    opacity: 1;
  }
  50% {
    filter: brightness(50%);
    opacity: 0.5;
  }
  75% {
    filter: brightness(150%);
    opacity: 1;
  }
  100% {
    filter: brightness(50%);
    opacity: 0.5;
  }
}
@-webkit-keyframes glitter2 {
  0% {
    filter: brightness(150%);
    opacity: 1;
  }
  25% {
    filter: brightness(50%);
    opacity: 0.5;
  }
  50% {
    filter: brightness(150%);
    opacity: 1;
  }
  75% {
    filter: brightness(50%);
    opacity: 0.5;
  }
  100% {
    filter: brightness(150%);
    opacity: 1;
  }
}
@keyframes glitter2 {
  0% {
    filter: brightness(150%);
    opacity: 1;
  }
  25% {
    filter: brightness(50%);
    opacity: 0.5;
  }
  50% {
    filter: brightness(150%);
    opacity: 1;
  }
  75% {
    filter: brightness(50%);
    opacity: 0.5;
  }
  100% {
    filter: brightness(150%);
    opacity: 1;
  }
}
/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 15px;
  height: 70px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-contents: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
  box-sizing: border-box;
  min-width: 1200px;
  transition: all 1s;
}
#header .header__left {
  width: 80%;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  -ms-justify-contents: left;
  justify-content: left;
  -ms-align-items: center;
  align-items: center;
}
#header .header__left__jleaguejp {
  margin-right: 5px;
}
#header .header__left__jleaguejp img {
  width: auto;
  height: 40px;
}
#header .header__left__logo {
  text-align: left;
  padding-left: 10px;
}
#header .header__left__logo img {
  height: 40px;
}
#header .header__left__nav {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 20px;
}
#header .header__left__nav .navList {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  -ms-justify-contents: left;
  justify-content: left;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 70px;
  font-family: "Kreon", sans-serif;
}
#header .header__left__nav .navList li {
  letter-spacing: 0.05em;
  height: 70px;
  position: relative;
  text-align: center;
}
#header .header__left__nav .navList li > a, #header .header__left__nav .navList li span {
  color: #fff;
  padding: 0px;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 60px;
  position: relative;
}
#header .header__left__nav .navList li > a:hover, #header .header__left__nav .navList li span:hover {
  opacity: 1;
}
#header .header__left__nav .navList li > a.active:after, #header .header__left__nav .navList li span.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: 3px;
  background: #a50000;
  left: 0;
}
#header .header__left__nav .navList li span {
  opacity: 0.3;
}
#header .header__left__nav .navList li.nolink a {
  pointer-events: none;
  opacity: 0.6;
}
#header .header__left__nav .navList__subnav {
  z-index: 99999;
  left: 0;
  top: 70px;
  text-align: center;
  position: absolute;
  background: #fff;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-contents: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px;
}
#header .header__left__nav .navList__subnav li {
  white-space: nowrap;
  height: 60px;
}
#header .header__left__nav .navList__subnav li a {
  color: #C09731;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  height: 60px;
  width: 100%;
}
#header .header__left__nav .navList__subnav li a:hover {
  opacity: 0.7;
}
#header .header__left__nav .navList__subnav li:nth-child(1) {
  padding-right: 20px;
}
#header .header__left__nav .navList__subnav li:last-child {
  padding-left: 20px;
}
#header .header__right {
  width: 20%;
  text-align: right;
}
#header .header__right.btn__vote a {
  display: inline-block;
  width: 200px;
  background: #a50000;
  border-radius: 2px;
  padding: 0 10px;
  color: #FFF;
  line-height: 30px;
  height: 30px;
  font-weight: 800;
  font-size: 12px;
  font-size: 1.2rem;
}
#header .header__right.btn__vote a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  margin-left: 5px;
}
#header.is-in {
  background: rgba(0, 0, 0, 0.85);
}

body.awardsJ1 #header .header__left__nav .navList > li.j1 > a:after,
body.awardsJ2 #header .header__left__nav .navList > li.j2 > a:after,
body.awardsJ3 #header .header__left__nav .navList > li.j3 > a:after,
body.awardsTop #header .header__left__nav .navList > li.index > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: 3px;
  background: #a50000;
  left: 0;
}

#navigation {
  display: none;
}

/* ==========================================================================
   KVAREA
========================================================================== */
.kvArea {
  position: relative;
  text-align: right;
  margin: auto;
  max-width: 1600px;
  padding-top: 70px;
}
.kvArea__title {
  opacity: 0;
  -webkit-animation: title 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: title 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  height: 100%;
  width: auto;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 30px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-contents: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.kvArea__title img {
  width: 30%;
  margin: 0 auto 10px;
  display: none;
}
body.awardsJ1 .kvArea__title img.kvArea__img--j1, body.awardsTop .kvArea__title img.kvArea__img--j1 {
  display: block;
}
body.awardsJ1 .kvArea__title img.kvArea__img--j1, body.awardsTop .kvArea__title img.kvArea__img--j1 {
  display: block;
}
body.awardsJ2 .kvArea__title img.kvArea__img--j2 {
  display: block;
}
body.awardsJ3 .kvArea__title img.kvArea__img--j3 {
  display: block;
}
.kvArea__title .day {
  background: #a50000;
  color: #fff;
  padding: 3px 40px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
}
.kvArea__lead {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 100px 0 150px;
  line-height: 2.5;
}
.kvArea__lead span {
  display: block;
  opacity: 0;
  transition: all 2s ease-in-out;
  border-bottom: 1px solid #5c5428;
  padding: 5px 0;
  width: 700px;
  margin: auto;
}
@-webkit-keyframes title {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes title {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.kvArea__btn {
  margin-top: 30px;
}
.kvArea__btn a {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  height: 60px;
  padding: 0 0.7em;
  font-weight: 900;
  color: #000;
}
.kvArea__btn a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f30f";
  margin-left: 5px;
}
.kvArea__btn.cream a {
  background: #fff0c8;
}

.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: -100px;
  height: 50px;
}
.scrolldown1 span {
  position: absolute;
  left: -23px;
  top: -30px;
  color: #eee;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-family: "Kreon", sans-serif;
}
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* ==========================================================================
   KV others
========================================================================== */
.kvAreaOthers__title {
  background: url(/img/awards/2022/BG_goldpaper.jpg) no-repeat 50% 50%;
  padding: 110px 0 30px;
  min-width: 250px;
  text-align: center;
  background-size: cover;
}
.kvAreaOthers__title .heading__EN__L {
  font-size: 80px;
  font-size: 8rem;
  font-family: "Kreon", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.kvAreaOthers__title .heading__JP__S {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  display: block;
}

/* ==========================================================================
   HEADING
========================================================================== */
.heading__ribon__long {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #2d1a04;
  position: relative;
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 50% 50%;
  text-align: left;
  margin-bottom: 50px;
}
.heading__ribon__long::after {
  position: absolute;
  background: url(/img/awards/2020/robon_long_right_PC.png) no-repeat 50% 50%;
  width: 300px;
  height: 140px;
  display: block;
  content: "";
  right: -100px;
  top: -5px;
}
.heading__ribon__long .heading__JP__M {
  font-size: 28px;
  font-size: 2.8rem;
  padding-left: 1em;
  font-weight: 900;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
.heading__ribon__long .heading__EN__S {
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  right: -80px;
  top: 30px;
  z-index: 1;
  line-height: 57px;
  text-align: center;
  width: 280px;
  font-family: "Kreon", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.heading__ribon__short {
  position: absolute;
  top: -70px;
  color: #2d1a04;
}
.heading__ribon__short span {
  display: inline-block;
  box-sizing: border-box;
}
.heading__ribon__short .heading__EN__M {
  height: 70px;
  line-height: 70px;
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 50% 50%;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Kreon", sans-serif;
  padding: 0 0.7em;
  min-width: 250px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.heading__ribon__short .heading__EN__M::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 70px;
  z-index: -1;
  background: #c19838;
}
.heading__ribon__short .heading__EN__M.JP {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
}
.heading__ribon__short .heading__JP__S {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  min-width: 200px;
  padding: 0 0.7em;
  height: 90px;
  position: relative;
  z-index: 111;
  font-weight: 900;
  line-height: 57px;
  text-align: center;
  background: #ccb375;
}
.heading__ribon__short .heading__JP__S.EN {
  font-family: "Kreon", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
}
.heading__ribon__short.left {
  left: 3%;
  text-align: left;
}
.heading__ribon__short.left .heading__EN__M::before {
  background: url(/img/awards/2020/ribon_short_leftBG_PC.png) no-repeat bottom right;
  background-size: 100% 70px;
}
.heading__ribon__short.left .heading__JP__S {
  background: url(/img/awards/2020/ribon_short_left_PC.png) no-repeat top right;
  background-size: 100% 90px;
}
.heading__ribon__short.right {
  right: 3%;
  text-align: right;
}
.heading__ribon__short.right .heading__EN__M::before {
  background: url(/img/awards/2020/ribon_short_rightBG_PC.png) no-repeat bottom right;
  background-size: 100% 70px;
}
.heading__ribon__short.right .heading__JP__S {
  background: url(/img/awards/2020/ribon_short_right_PC.png) no-repeat top right;
  background-size: 100% 90px;
}
.heading__border__topbottom {
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2em;
  text-align: center;
  background: #fff;
  color: #000;
  margin-bottom: 20px;
}
.heading__border__topbottom:first-of-type {
  margin-top: 0;
}
.heading__center__bold {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 1em;
}
.heading__top {
  width: 980px;
  margin: auto;
  transition: all 2s ease-in-out;
  text-align: left;
  color: #c09730;
  font-family: "Kreon", sans-serif;
  font-size: 50px;
  font-size: 5rem;
}
.heading__top span {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

/* ==========================================================================
   SECTION
========================================================================== */
.sec {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.sec__inner {
  margin: 0 auto;
  width: 980px;
  background: #000;
  color: #fff0c8;
  box-sizing: border-box;
  padding: 4%;
  border: 1px solid #5a5137;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.sec__inner__white {
  margin: 0 auto;
  width: 980px;
  background: #FFF;
  color: #333;
  box-sizing: border-box;
  padding: 4%;
  border: 1px solid #5a5137;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sec__inner100 {
  width: 100%;
  color: #fff0c8;
  box-sizing: border-box;
  padding: 100px 0;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__transparent {
  margin: 0 auto;
  width: 980px;
  color: #FFF;
  box-sizing: border-box;
}
.sec__black {
  background: rgba(0, 0, 0, 0.4);
}
.sec__kirakira__left {
  background-color: #000;
  background-image: url(/img/awards/2020/BG_J.png), url(/img/awards/2020/BG_kirakira_left.jpg);
  background-repeat: no-repeat;
  background-position: 95% 50px, left top;
  background-size: 50% auto, auto 800px;
  text-align: left;
  position: relative;
}
.sec__kirakira__right {
  text-align: right;
  position: relative;
}
.sec__awardsarena__right {
  background: #000 url(/img/awards/2020/BG_awards_arena.jpg) no-repeat top center;
  background-size: 150%;
  text-align: right;
  position: relative;
}
.sec__paper__left {
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 0 30px;
  background-size: 70% 60%;
  text-align: left;
  position: relative;
}
.sec__paper__right {
  background: url(/img/awards/2020/BG_goldpaper.jpg) no-repeat 100% 30px;
  background-size: 70% 60%;
  text-align: right;
  position: relative;
}
.sec__paper__right .heading__ribon__short {
  top: 0;
}
.sec .sec__inner__naname {
  position: relative;
  margin: 150px auto 100px;
  max-width: 1600px;
}
.sec .sec__inner__naname::before {
  background: url(/img/awards/2020/BG_naname.png) repeat left top;
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  top: -50px;
  opacity: 0.6;
}
.sec .sec__inner__naname.left::before {
  left: 5%;
}
.sec .sec__inner__naname.right::before {
  right: 5%;
}
.sec .sec__inner__naname.width100 {
  padding-top: 80px;
}
.sec .sec__inner__naname.width100::before {
  width: 90%;
  height: 100%;
  padding-bottom: 100px;
  left: 5%;
}
.sec .cont__black {
  padding: 4%;
  background: #000;
  border: 1px solid #5a5137;
  display: inline-block;
  text-align: left;
  color: #fff0c8;
  width: 70%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sec .cont__black.left {
  left: 5%;
}
.sec .cont__black.right {
  right: 5%;
}
.sec .cont__white {
  padding: 5%;
  background: #FFF;
  border: 1px solid #5a5137;
  display: inline-block;
  text-align: left;
  color: #333;
  width: 70%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sec .cont__white.left {
  left: 5%;
}
.sec .cont__white.right {
  right: 5%;
}
.sec .cont__cream {
  padding: 5%;
  background: #fff0c8;
  border: 1px solid #5a5137;
  display: inline-block;
  text-align: left;
  color: #333;
  width: 70%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.sec .cont__cream.left {
  left: 5%;
}
.sec .cont__cream.right {
  right: 5%;
}
.sec .cont__transparent {
  display: inline-block;
  text-align: left;
  color: #fff0c8;
  width: 70%;
  box-sizing: border-box;
  position: relative;
}
.sec .cont__transparent.left {
  left: 5%;
}
.sec .cont__transparent.right {
  right: 5%;
}
.sec .btnwrap {
  position: relative;
  padding: 20px 0 0;
  white-space: nowrap;
}
.sec .btnwrap.left {
  left: 5%;
}
.sec .btnwrap.right {
  right: 5%;
}

.funwari {
  transition: all 1s ease-in-out;
}

/* ==========================================================================
   TOP page
========================================================================== */
#newsArea {
  background: #fff;
  padding: 80px 0 140px;
}
#newsArea time {
  background: #C09731;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 2px 10px;
  font-weight: 900;
}
#newsArea .accordionList {
  transition: all 2s ease-in-out;
}
#newsArea .accordionIndex {
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
}
#newsArea .accordionIndex:after {
  position: absolute;
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  font-family: "ionicons";
  content: "\f35d";
  font-size: 22px;
  font-size: 2.2rem;
  color: #7d7150;
  transition: 0.5s all;
  top: 50%;
}
#newsArea .accordionIndex.active::after {
  transform: rotate(180deg) translateY(50%);
}
.newslist {
  padding: 0;
  border-bottom: 1px solid #d5d5d5;
  border-right: none;
  border-left: none;
  color: #000;
  background: #fff;
  box-shadow: none;
  border-top: none;
}
.newslist__article {
  padding: 4%;
}
.newslist__article img, .newslist__article .btn {
  width: 70%;
  margin: 1em auto;
  display: block;
}

#broadcastArea {
  padding: 150px 0;
  background-color: #C09731;
  background: url(/img/awards/2022/bg_03.jpg) no-repeat bottom right;
  background-size: cover;
  position: relative;
}
#broadcastArea .heading__top {
  color: #fff;
}
#broadcastArea .icon__click {
  display: none;
}
#broadcastArea .cont__black {
  transition: all 2s ease-in-out;
  left: 0;
  background: #fff;
  border: none;
  width: 980px;
  margin-bottom: 40px;
  box-shadow: none;
}
#broadcastArea .cont__white {
  transition: all 2s ease-in-out;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  width: 980px;
}

.outlinetable {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  -ms-justify-contents: start;
  justify-content: start;
  -ms-align-items: stretch;
  align-items: stretch;
  border-top: 1px solid #C09731;
}
.outlinetable__title {
  color: #C09731;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
.outlinetable + .outlinetable__title {
  margin-top: 40px;
}
.outlinetable dt, .outlinetable dd {
  border-bottom: 1px solid #C09731;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
.outlinetable dt {
  width: 30%;
  color: #C09731;
  font-weight: bold;
}
.outlinetable dd {
  text-align: left;
  width: 70%;
  color: #000;
}
.outlinetable__broadcastwrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.outlinetable__broadcastwrap img {
  width: 40%;
  margin-right: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.outlinetable__broadcastwrap p {
  width: calc(60% - 30px);
}

.cont__black + .cont__white {
  margin-bottom: 50px;
}

/* ==========================================================================
   tabContents ankrArea
========================================================================== */
.tabContents .tabSelecter {
  margin-bottom: 60px;
}
.tabContents .tabSelecter li {
  border-right: none;
  margin-bottom: 0;
}
.tabContents .tabSelecter li a {
  font-family: "Kreon", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
}

.ankrArea .sec__inner980 {
  padding: 0;
}
.ankrArea ul {
  background: #000;
  margin-bottom: -49px;
  position: relative;
}
.ankrArea ul li {
  width: calc((100% - 2px) / 3);
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}
body.awardsJ3 .ankrArea ul li {
  width: calc((100% - 1px) / 2);
}
.ankrArea ul li:after {
  content: "";
  height: 70%;
  width: 1px;
  background: rgba(192, 151, 49, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  z-index: 100;
}
.ankrArea ul li:last-child {
  border: none;
}
.ankrArea ul li:last-child:after {
  content: none;
}
.ankrArea ul li a {
  display: block;
  color: #C09731;
  padding-top: 30px;
  text-align: center;
  font-family: "Kreon", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  line-height: 1;
  padding-bottom: 40px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.3);
}
.ankrArea ul li a span {
  color: #C09731;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 5px;
}
.ankrArea ul li a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f35d";
  margin-left: 5px;
  color: #C09731;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* ==========================================================================
   fixednav
========================================================================== */
.fixednav {
  position: fixed;
  top: 70px;
  transition: 1s ease-in-out;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 5% 15px;
  z-index: 1;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10000;
}
.fixednav__btn {
  display: block;
  background: #000;
  width: 70%;
  margin: 0 auto;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  border: 1px solid #C09731;
}
.fixednav__btn:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f35d";
  right: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  transition: 0.5s all;
}
.fixednav.is-in {
  opacity: 1;
  display: block;
}
.fixednav.active ul {
  margin-top: 20px;
  display: flex;
}
.fixednav.active .fixednav__btn:after {
  transform: rotate(180deg) translateY(50%);
}
.fixednav ul {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-contents: center;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  display: none;
}
.fixednav ul li {
  border: 1px solid #C09731;
  border-radius: 2px;
  background: #fff;
  height: 30px;
  color: #C09731;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.fixednav ul li:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f35d";
  margin-left: 5px;
  color: #C09731;
  line-height: 1;
}
.fixednav ul li a {
  color: #C09731;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
}
.fixednav ul li.nolink {
  opacity: 0.4;
}
.fixednav ul li.nolink a {
  pointer-events: none;
}
.fixednav ul li.nocurrent {
  border: none;
  background: none;
  font-weight: 700;
}
.fixednav ul li.nocurrent:after {
  content: none;
}
.fixednav ul li.nocurrent a {
  border: 1px solid #C09731;
  border-radius: 2px;
  background: #fff;
  padding: 3px;
  color: #C09731;
  margin-right: 5px;
  padding-right: 5px;
}
.fixednav ul li.nocurrent a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f35d";
  margin-left: 5px;
  color: #C09731;
  line-height: 1;
}
.fixednav ul li.nocurrent a.nolink {
  position: none;
  opacity: 0.4;
}

.mfp-inline-holder .mfp-content .mfp-close {
  top: -44px;
  font-size: 60px;
  opacity: 1;
  color: #fff;
}

.mfp-inline-holder .mfp-content {
  width: 900px;
  box-sizing: border-box;
  transition: transform 0.5s;
}
.mfp-inline-holder .mfp-content .winnersList {
  padding: 100px 50px;
}

.mfp-container, .mfp-bg {
  transition: transform 0.5s;
}

.popup-modal {
  position: fixed;
  right: 40px;
  bottom: 100px;
  opacity: 0;
  display: none;
  transition: all 1s ease-in-out;
  height: 130px;
  width: 130px;
  display: block;
  z-index: 9999;
  display: none;
}
.popup-modal:hover img {
  opacity: 0.7;
  transition: all 1s ease-in-out;
}
.popup-modal.is-in {
  opacity: 1;
  display: block;
}
.popup-modal:after {
  background: url(/img/awards/2022/awards_select.png) no-repeat top center;
  content: "";
  width: 150px;
  height: 150px;
  background-size: cover;
  display: block;
}

/* ==========================================================================
   winners
========================================================================== */
.winnersList {
  background: #e6e6e6;
  padding: 60px 50px 45px;
  margin-bottom: 60px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.3);
}
.winnersList:after, .winnersList:before {
  background: url(/img/awards/2022/flame_1.svg) no-repeat top center;
  position: absolute;
  content: "";
  width: 170px;
  height: 100%;
  filter: brightness(75%);
}
.winnersList:after {
  top: 10px;
  right: 10px;
  content: "";
}
.winnersList:before {
  bottom: 10px;
  left: 10px;
  content: "";
  transform: rotate(180deg);
}
.winnersList__list {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-contents: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
.winnersList__list li {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 15px;
}
.winnersList__list li + li {
  margin-left: 10px;
}
.winnersList__list li a {
  border: 1px solid #C09731;
  border-radius: 3px;
  padding: 13px;
  font-family: "Kreon", sans-serif;
  color: #C09731;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  background: #000;
}
.winnersList__list li a::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f35d";
  margin-left: 5px;
  color: #C09731;
  line-height: 1;
}
.winnersList__list + .winnersList__title {
  margin-top: 80px;
}
.winnersList__title {
  font-family: "Kreon", sans-serif;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  color: #C09731;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.winnersList__title:after {
  background: url(/img/awards/2022/flame_3.svg) no-repeat top center;
  position: absolute;
  top: -40px;
  content: "";
  width: 260px;
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(75%);
}

.winnersArea {
  background: rgba(0, 0, 0, 0.5);
  padding: 80px 50px 50px;
  box-sizing: border-box;
  border: 1px solid #C09731;
}
.winnersArea + .winnersArea {
  margin-top: 60px;
}
.winnersArea .prizewrap {
  margin-top: 50px;
  text-align: left;
}
.winnersArea .prize__title {
  background: rgba(255, 255, 255, 0.4);
  padding: 0 10px;
}
.winnersArea .prize__inn table {
  margin: 10px 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.winnersArea .prize__inn table th {
  background: none;
}
.winnersArea .prize__inn dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.winnersArea__title {
  position: relative;
  margin-bottom: 30px;
}
.winnersArea__title > p {
  margin-top: 20px;
  text-align: left;
}
.winnersArea__title:after {
  background: url(/img/awards/2022/flame_3.svg) no-repeat top center;
  position: absolute;
  top: -40px;
  content: "";
  width: 260px;
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(75%);
}
.winnersArea__title .heading__EN__S {
  font-family: "Kreon", sans-serif;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
}
.winnersArea__title .heading__JP, .winnersArea__title .heading__JP__L {
  line-height: 1;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 10px;
  font-weight: bold;
}
.winnersArea__title .heading__JP__L {
  font-size: 30px;
  font-size: 3rem;
}
.winnersArea__info {
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-contents: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #C09731;
}
.winnersArea__info a {
  color: #C09731;
  display: block;
  margin-right: 20px;
}
.winnersArea__info i span {
  color: #C09731;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
}
.winnersArea__info i span + span {
  margin-left: 5px;
}
.CLM__three .winnersArea__info {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.CLM__three .winnersArea__info a {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-contents: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.CLM__three .winnersArea__info i span {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ==========================================================================
   nominees
========================================================================== */
.videoOneArea {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 50px;
  margin-bottom: 20px;
}
.videoOneArea iframe {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   moderator
========================================================================== */
body.awardsJ1 #broadcastArea, body.awardsJ2 #broadcastArea, body.awardsJ3 #broadcastArea {
  background: none;
  padding: 0;
}

.moderator {
  position: relative;
}
.moderator .mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.moderator .mask.none:before {
  content: none;
}
.moderator .mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: #333; /*背景色*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: center;
}
.moderator .mask:hover::before { /*hoverした時の変化*/
  transform: scale(1, 1);
}
.moderator:hover .cap { /*hoverした時の変化*/
  opacity: 1;
}
.moderator .cap {
  opacity: 0;
  transition: 0.5s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
  position: absolute;
  z-index: 3; /*テキストを前面に出す*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; /*テキストの色を変えたい場合はここを修正*/
  line-height: 1.3; /*行の高さを1.5にする*/
  width: 90%;
  font-size: 14px;
  font-size: 1.4rem;
}
.moderator > h4 {
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 20px;
  bottom: 0px;
  z-index: 1;
  margin-bottom: 0;
}

/* ==========================================================================
   ETC
========================================================================== */
.spDISP {
  display: none !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

.snsBtn {
  margin: 0 auto;
  padding: 20px;
  min-width: 980px;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
}
.snsBtn li {
  vertical-align: bottom;
}

#footerSnsArea {
  position: relative;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}

#underlineNav {
  position: relative;
}
#underlineNav__line {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #a50000;
  transition: all 0.3s ease;
}