@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");
/*-----------------------------------

2021hero.scss

------------------------------------*/
a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

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

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

body {
  min-width: 1080px;
  background: #fff;
  background-size: 100% auto;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #FFF;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -40px;
}

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

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

p {
  color: #000;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.spDIS {
  display: none;
}

.pcDIS {
  display: block;
}

.outer__inner {
  width: 980px;
  margin: 0 auto;
}

.bgArea {
  background: url(/img/special/2021hero/kvBG.jpg) no-repeat top center;
  background-size: cover;
  background-position: center;
}

.fade-up,
.fade-here,
.fade-from-left,
.fade-from-right {
  opacity: 0;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
}

.tweetbtn {
  text-align: center;
  margin: 100px 0;
}
.tweetbtn a {
  position: relative;
  padding: 20px 80px;
  background: #6c5c54;
  color: #fff;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}
.tweetbtn a:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  font-size: 20px;
  font-size: 2rem;
  right: 20px;
  top: 50%;
  margin-top: -17px;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}
.tweetbtn a:hover {
  background: #361607;
  opacity: 1;
}
.tweetbtn a:hover:after {
  right: 10px;
}

.linkArea {
  position: fixed;
  z-index: 100;
  width: 40px;
  top: 15px;
  left: 15px;
}
.linkArea img {
  width: 100%;
}

/* ==========================================================================
   KV
========================================================================== */
.kvArea .spDIS {
  display: none !important;
}
.kvArea .pcDIS {
  display: block !important;
}
.kvArea__img {
  opacity: 0;
  transition: 2s ease-in-out;
}
.kvArea__img.is-anime {
  opacity: 1;
}
.kvArea__img img {
  width: 100%;
}
.kvArea h1 {
  margin-top: 20px;
  font-weight: 500;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1715;
  line-height: 1;
  font-size: 45px;
  font-size: 4.5rem;
  text-align: center;
  text-shadow: 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.kvArea h1 span {
  opacity: 0;
}
.kvArea h1 span:nth-child(-n + 5) {
  margin-right: 6px;
}
.kvArea__subp {
  font-size: 20px;
  font-size: 2rem;
  color: #a52424;
  display: block;
  margin-top: 20px;
  text-shadow: none;
  font-weight: 600;
  opacity: 0;
  transition: 1s ease-in-out;
  line-height: 1;
  text-align: center;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  margin-bottom: 15px;
  letter-spacing: 5px;
}
.kvArea__subp.is-anime {
  opacity: 1;
}

/* ==========================================================================
   LEAD
========================================================================== */
.leadArea {
  padding: 120px 0 0px;
  position: relative;
}
.leadArea .spDIS {
  display: none !important;
}
.leadArea .pcDIS {
  display: block !important;
}
.leadArea:before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  right: -100px;
  z-index: 0;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  -webkit-transition: all 5s ease-in-out;
}
.leadArea.is-anime:before {
  opacity: 1;
  background: url(/img/special/2021hero/leadKirakira.png) no-repeat top center;
  background-size: cover;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  right: 30px;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  -webkit-transition: all 5s ease-in-out;
}
.leadArea p {
  opacity: 0;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  text-shadow: 0 0 50px #fff;
}
.leadArea p + p {
  margin-top: 40px;
}
.leadArea p span {
  color: #a52424;
}
.leadArea p a {
  color: #1c1715;
  border-bottom: 1px solid #1c1715;
  padding-bottom: 3px;
}
.leadArea .mt0 {
  margin-top: 0;
}
.leadArea img {
  width: 100%;
}

/* ==========================================================================
   INFO
========================================================================== */
.infoArea {
  padding: 80px 0;
  background: #fff;
}
.infoArea__title {
  font-size: 25px;
  font-size: 2.5rem;
  color: #1c1715;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
.infoArea__daybox {
  background: url(/img/special/2021hero/BG.jpg) no-repeat top center;
  background-size: cover;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.infoArea__daybox p {
  text-align: center;
}
.infoArea__daybox--day {
  background: rgba(255, 255, 255, 0.67);
  padding: 15px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 50px;
  margin-bottom: 40px;
}
.infoArea__daybox--day span {
  font-size: 40px;
  font-size: 4rem;
}
.infoArea__daybox--title {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  display: flex;
  align-items: center;
  color: #1c1715;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.infoArea__daybox--title:before, .infoArea__daybox--title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #1c1715;
}
.infoArea__daybox--title:before {
  margin-right: 1rem;
}
.infoArea__daybox--title:after {
  margin-left: 1rem;
}
.infoArea__daybox--mainp {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
.infoArea__daybox--subp {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
}
.infoArea__example {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- start;
  align-items: -webkit- start;
  align-items: start;
}
.infoArea__example > div {
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
}
.infoArea__example > div:last-child {
  margin-right: 0;
}
.infoArea__example .examplebox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- start;
  align-items: -webkit- start;
  align-items: start;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  padding: 35px 15px;
}
.infoArea__example .examplebox + .examplebox {
  margin-top: 15px;
}
.infoArea__example img {
  width: 35px;
  margin-right: 10px;
}
.infoArea__example p {
  width: calc(100% - 45px);
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
.infoArea__example p span {
  color: #3395e1;
}
