@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@700&display=swap");

* {
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

html {
  background: #fafafa;
}

p {
  font-size: 100%;
  font-weight: bold;
}

a {
  color: #f7761f;
  text-decoration: underline;
}

a:hover {
  color: #e9f428;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体",
    "YuGothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
}

.for-sp {
  display: block;
}

.for-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .for-sp {
    display: none;
  }
  .for-pc {
    display: block;
  }
}

.pr-num-section {
  text-align: right;
}
@media screen and (max-width: 769px) {
  .pr-num-section {
    padding-top: 5%;
    font-size: 0.7rem;
  }
}

.pr-num-section span {
  color: #f7761f;
  border: #f7761f solid 1px;
  padding: 3px 15px;
}

.ac-txt {
  font-family: "Hind", sans-serif;
  font-size: 11vw;
  font-weight: bold;
  color: #040606;
  text-align: center;
  z-index: 999;
  position: relative;
  top: 2.5vw;
}

.menu-txt {
  font-size: 10vw;
  font-weight: bold;
  color: #040606;
  text-align: center;
  z-index: 999;
  position: relative;
}

.menu-txt-wh {
  font-size: 10vw;
  font-weight: bold;
  color: #fafafa;
  text-align: center;
  z-index: 999;
  position: relative;
}

.menu-sub-txt {
  font-size: 2vw;
  vertical-align: middle;
}
.head-section {
  background: -moz-linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  background: -webkit-linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  background: linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  padding: 1em 0 0 0;
}
@media screen and (max-width: 769px) {
  .head-section {
    padding: 0.3em 0 0 0;
  }
}
.kv-img {
  width: 100%;
}

/* .kv-section {
  background-image: url("../210820/kv.png");
  background-position: center;
  background-size: 100%;
  width: 100vw;
}
@media screen and (max-width: 769px) {
  .kv-section {
    background-image: url("../210820/kv.png");
    background-position: center;
    background-size: contain;
    height: 100%;
  }
} */

.kv-section {
  width: 100%;
}

.logo-img {
  position: absolute;
  top: 7vw;
  left: 7vw;
  width: 10%;
}
@media screen and (max-width: 769px) {
  .logo-img {
    position: absolute;
    top: 6vw;
    left: 6vw;
    width: 20%;
  }
}

.top-txt-section {
  position: relative;
  bottom: 10vw;
  left: 15%;
  width: 50vw;
  height: 0;
}
@media screen and (max-width: 769px) {
  .top-txt-section {
    position: absolute;
    top: 9vw;
    left: 28%;
    width: 69vw;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .top-txt-section {
    position: absolute;
    top: 11vw;
    left: 28%;
    width: 69vw;
    height: auto;
    text-align: center;
  }
}

.top-txt-main {
  font-size: 3.6vw;
  font-weight: bold;
  position: relative;
  bottom: 0;
  color: #fafafa;
}
@media screen and (max-width: 769px) {
  .top-txt-main {
    font-size: 5vw;
    font-weight: bold;
    position: relative;
    bottom: 0.8rem;
    color: #fafafa;
  }
}

.top-txt-sub {
  font-size: 1.3vw;
  position: relative;
  top: 1rem;
  left: 3%;
  color: #fafafa;
}
@media screen and (max-width: 769px) {
  .top-txt-sub {
    font-size: 3.5vw;
    font-weight: bold;
    position: relative;
    top: -0.5rem;
    left: 0;
    color: #fafafa;
    line-height: 1.2;
  }
}

.title-section {
  background-image: url("../210820/title_bg.png");
  background-repeat: repeat-x;
  height: 6vw;
  margin-top: -10px;
}
@media screen and (max-width: 769px) {
  .title-section {
    background-image: url("../210820/title_bg.png");
    background-repeat: repeat-x;
    height: 15vw;
    margin-top: -10px;
  }
}
.title-txt {
  font-family: "Hind", sans-serif;
  font-size: 4vw;
  font-weight: bold;
  color: #fafafa;
  position: relative;
  left: 15%;
  top: 12%;
}
@media screen and (max-width: 769px) {
  .title-txt {
    font-size: 5.5vw;
    font-weight: bold;
    color: #fafafa;
    position: relative;
    left: 3.5%;
    top: 22%;
    width: 50vw;
  }
}

.kv-card-section {
  position: absolute;
  top: 40vw;
  right: 15%;
}
@media screen and (max-width: 769px) {
  .kv-card-section {
    position: absolute;
    top: 53vw;
    right: 6%;
  }
}
.kv-card-img {
  width: 23vw;
}
@media screen and (max-width: 769px) {
  .kv-card-img {
    width: 40vw;
  }
}

/* Member Section
======================*/

.member-wrap {
  background: -moz-linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  background: -webkit-linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  background: linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  margin-top: -3.5%;
}

.member-img {
  width: 200px;
}
@media screen and (max-width: 769px) {
  .member-img {
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .member-img {
    width: 70px;
  }
}

/* Campaign Section
======================*/

.campaign-wrap {
  background: #040606;
  padding: 5% 0 0 0;
  margin-top: -3.3%;
}

.campaign-section > .menu-txt {
  font-family: "Hind", sans-serif;
  font-size: 10vw;
  font-weight: bold;
  color: #040606;
  text-align: left;
  z-index: 999;
  position: relative;
  left: 10%;
  transition: 0.3s;
  display: inline-block;
  top: 1.8vw;
}
@media screen and (max-width: 769px) {
  .campaign-section > .menu-txt {
    font-size: 12vw;
    left: 1%;
    top: 3vw;
  }
}

.campaign-content {
  width: 80%;
  margin: 0 auto;
  color: #fafafa;
  padding: 2% 0;
}
@media screen and (max-width: 769px) {
  .campaign-content {
    width: 90%;
  }
}

.campaign-title-box {
  text-align: center;
  border: solid 3px #ffbd37;
  border-image: linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  border-image-slice: 1;
  padding: 1% 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .campaign-title-box {
    width: 100%;
    margin: 2% 0;
    padding: 1%;
  }
}

.campaign-title {
  font-size: 3rem;
  font-weight: bold;
  color: #ffbd37;
}
@media screen and (max-width: 769px) {
  .campaign-title {
    font-size: 1.4rem;
  }
}

.campaign-title-sub {
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .campaign-title-sub {
    font-size: 4vw;
  }
}

.campaign-present-img {
  text-align: center;
  padding: 2% 0;
}
@media screen and (max-width: 769px) {
  .campaign-present-img {
    text-align: center;
    padding: 5% 0;
  }
}

.campaign-present-img > img {
  width: 70%;
  transition-duration: 0.3s;
}
@media screen and (max-width: 769px) {
  .campaign-present-img > img {
    width: 90%;
    transition-duration: 0.3s;
    padding: 3% 0;
  }
}

.campaign-present-img > a > img {
  width: 80%;
  transition-duration: 0.3s;
}
@media screen and (max-width: 769px) {
  .campaign-present-img > a > img {
    width: 100%;
    transition-duration: 0.3s;
  }
}

.campaign-present-img > a > img:hover {
  transform: scale(1.01);
  transition-duration: 0.3s;
}

.campaign-present-box {
  background: -moz-linear-gradient(to right, #f7761f, #e9f428 50%, #f7761f);
  background: -webkit-linear-gradient(to right, #f7761f, #e9f428 50%, #f7761f);
  background: linear-gradient(to right, #f7761f, #e9f428 50%, #f7761f);
  color: #040606;
  width: 65%;
  margin: 0 auto;
  margin-top: 1.5%;
  /* padding: 10px 0; */
  height: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .campaign-present-box {
    width: 75%;
    height: 80px;
  }
}
@media screen and (max-width: 769px) {
  .campaign-present-box {
    margin-top: 1.5%;
    height: 54px;
  }
}
.campaign-present-box p:first-child {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  .campaign-present-box p:first-child {
    font-size: 1.1rem;
  }
  .campaign-present-box p:nth-child(2) {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 769px) {
  .campaign-present-box p:first-child {
    font-size: 3vw;
  }
  .campaign-present-box p:nth-child(2) {
    font-size: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .campaign-present-box p:first-child {
    font-size: 3.8vw;
  }
  .campaign-present-box p:nth-child(2) {
    font-size: 3vw;
  }
}

.campaign-present-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 45px 0;
  border-color: transparent #f7761f transparent transparent;
}
@media screen and (max-width: 950px) {
  .campaign-present-box:before {
    left: -40px;
    border-width: 40px 40px 40px 0;
  }
}
@media screen and (max-width: 769px) {
  .campaign-present-box:before {
    left: -27px;
    border-width: 27px 27px 27px 0;
  }
}

.campaign-present-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: -45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 45px 0;
  border-color: transparent #f7761f transparent transparent;
  transform: rotate(180deg);
}
@media screen and (max-width: 950px) {
  .campaign-present-box:after {
    right: -40px;
    border-width: 40px 40px 40px 0;
  }
}
@media screen and (max-width: 769px) {
  .campaign-present-box:after {
    right: -27px;
    border-width: 27px 27px 27px 0;
  }
}

.campaign-notes {
  width: 80%;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .campaign-notes {
    width: 100%;
    margin: 0 auto;
    font-size: 0.7rem;
    line-height: 1.3;
    padding: 2% 0;
  }
}

.campaign-info {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .campaign-info {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: normal;
  }
}

.campaign-schedule {
  background: -moz-linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  background: -webkit-linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  background: linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  color: #040606;
  text-align: center;
  padding: 1% 0;
  margin-top: 5%;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .campaign-schedule {
    padding: 1% 0;
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .campaign-schedule {
    padding: 2% 0;
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 3.3vw;
  }
}
/* .campaign-schedule > p {
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .campaign-schedule > p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .campaign-schedule > p  {
    font-size: 3.3vw;
  }
} */

/* Special Section
======================*/
.special-section {
  background: #040606;
  margin-top: 5%;
  color: #fafafa;
}
@media screen and (max-width: 769px) {
  .special-section {
    margin-top: 10%;
  }
}

.special-section > .menu-txt-wh {
  font-family: "Hind", sans-serif;
  font-size: 10vw;
  font-weight: bold;
  color: #fafafa;
  text-align: right;
  z-index: 999;
  position: relative;
  top: -3.3vw;
  right: 10%;
}
@media screen and (max-width: 769px) {
  .special-section > .menu-txt-wh {
    font-size: 12vw;
    right: 1%;
    top: -4vw;
  }
}

.special-wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .special-wrap {
    width: 90%;
  }
}

.special-content {
  padding: 5% 0;
}

.special-title {
  color: #ffbd37;
  border-bottom: solid 2px;
  display: flex;
  align-items: center;
}

.special-title-txt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .special-title-txt {
    font-size: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .special-title-txt {
    font-size: 5vw;
  }
}

.special-title-num {
  font-size: 4rem;
  border-top: solid 2px #ffbd37;
  border-right: solid 2px #ffbd37;
  border-left: solid 2px #ffbd37;
  padding: 1rem 2rem;
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  .special-title-num {
    font-size: 1.2rem;
    padding: 7vw 0.5rem;
    margin-right: 10px;
  }
}

.special-info {
  padding: 2rem 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .special-info {
    padding: 1rem 0;
    width: 100%;
  }
}

.special-info-txt {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .special-info-txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.special-btn-section {
  padding: 10% 5% 10% 5%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .special-btn-section {
    padding: 5% 5% 10% 5%;
    text-align: center;
  }
}

.special-btn {
  position: relative;
  display: inline-block;
  padding: 1.5rem 4rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fafafa;
  background: #040606;
  border-left: 5px solid #fafafa;
  border-bottom: 5px solid #fafafa;
  border-top: 0px;
  border-right: 0px;
  border-image: linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  border-image-slice: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 350px;
}
@media screen and (max-width: 769px) {
  .special-btn {
    padding: 1rem;
    font-size: 1.2rem;
    width: 100%;
    min-width: 100px;
  }
}

.special-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-top: solid 1px #fafafa;
  border-right: solid 1px #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.special-btn:hover {
  background: -moz-linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  background: -webkit-linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  background: linear-gradient(to right, #f7761f, #e9f428 80%, #f7761f);
  color: #040606;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.special-btn:after:hover {
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.special-notes {
  width: 100%;
  margin: 0 auto;
  font-size: 0.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .special-notes {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.5;
  }
}

.special-img-section {
  padding: 2rem 0;
  text-align: center;
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  .special-img-section {
    padding: 0 0 2rem 0;
  }
}

.special-img {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .special-img {
    width: 90%;
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .special-img {
    width: 90%;
  }
}

.bromide-info-section {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0;
}
@media screen and (max-width: 769px) {
  .bromide-info-section {
    width: 95%;
    margin: 3% auto;
    padding: 1.5rem 0;
  }
}

.bromide-point-txt {
  background: #ffbd37;
  color: #040606;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .bromide-point-txt {
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}

.bromide-title-txt {
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0 1.5rem 0;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .bromide-title-txt {
    font-size: 1.2rem;
    padding: 0.5rem 0 1.5rem 0;
  }
}

/* Concert Section
======================*/

.concert-section img {
  margin-bottom: -0.6em;
}

/* Service Section
======================*/
.service-section {
  margin: 0 auto;
}

.service-section > .menu-txt {
  font-family: "Hind", sans-serif;
  font-size: 10vw;
  text-align: left;
  z-index: 999;
  position: relative;
  top: -3.2vw;
  left: 10%;
}
@media screen and (max-width: 769px) {
  .service-section > .menu-txt {
    font-size: 12vw;
    left: 1%;
    top: -3vw;
    width: 95%;
  }
}

.service-wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .service-wrap {
    width: 90%;
  }
}

.service-title-section {
  padding: 1rem;
  background: #040606;
  color: #fafafa;
  text-align: center;
}

.service-title-txt {
  font-size: 1.2rem;
  font-weight: bold;
}

.service-title-sub {
  padding: 0.5rem 0 0 0;
  font-size: 1rem;
}

.service-content-section {
  color: #040606;
  padding: 1rem 0.3rem;
}
@media screen and (max-width: 769px) {
  .service-content-section {
    padding: 1rem 0.3rem 0 0.3rem;
    font-weight: bold;
    font-size: 0.9rem;
  }
}

.service-img-section {
  padding: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .service-img-section {
    padding: 0 0 1rem 0;
  }
}

.service-img-section img {
  width: 80%;
}
@media screen and (max-width: 769px) {
  .service-img-section img {
    width: 100%;
    max-width: 500px;
  }
}

/* Application Section
======================*/
.application-section {
  background: #040606;
  margin-top: 3%;
  padding-bottom: 7%;
  color: #fafafa;
}

.application-section > .menu-txt-wh {
  font-family: "Hind", sans-serif;
  font-size: 10vw;
  font-weight: bold;
  color: #fafafa;
  text-align: right;
  z-index: 999;
  position: relative;
  top: -3.4vw;
  right: 10%;
}
@media screen and (max-width: 769px) {
  .application-section > .menu-txt-wh {
    font-size: 12vw;
    right: 1%;
    top: -4vw;
  }
}

.application-section {
  text-align: center;
}

.application-section img {
  width: 20%;
  min-width: 250px;
}
@media screen and (max-width: 769px) {
  .application-section img {
    width: 90%;
    max-width: 550px;
  }
}

.application-card-title {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 3rem 0;
}
@media screen and (max-width: 769px) {
  .application-card-title {
    font-size: 1.15rem;
    padding: 0 0 1rem 0;
  }
}

.application-card-note {
  padding: 1rem 0;
}
@media screen and (max-width: 769px) {
  .application-card-note {
    font-size: 0.9rem;
  }
}

.application-card-link {
  color: #fafafa;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .application-card-link {
    font-size: 0.9rem;
  }
}
.application-card-link::after {
  font-family: "Material Icons";
  content: "\e7cd";
  color: #ffbd37;
  padding-left: 5px;
  display: inline-block;
  transform: scale(1.5);
  padding-top: 5px;
}
.application-card-link:hover::after {
  color: #e9f428;
}

.application-flow-section {
  padding: 4rem 0 0 0;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .application-flow-section {
    padding: 3rem 0 0 0;
    width: 90%;
  }
}
.application-flow-title {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1rem 0;
}
@media screen and (max-width: 769px) {
  .application-flow-title {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
}

.application-flow-sub {
  padding: 0.2rem 0 3rem 0;
}
@media screen and (max-width: 769px) {
  .application-flow-sub {
    padding: 0.2rem 0 1rem 0;
    font-size: 0.9rem;
  }
}

.application-flow-boxes {
  background: #fafafa;
  margin-left: -40px;
}
@media screen and (max-width: 769px) {
  .application-flow-boxes {
    padding: 0 0 5% 0;
    overflow: hidden;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .application-flow-boxes {
    padding: 0 0 5% 0;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 15%;
  }
}

.application-flow-box {
  background: #fafafa;
  color: #040606;
}
@media screen and (max-width: 769px) {
  .application-flow-box {
    margin-bottom: 20px;
    background: #fafafa;
  }
}

.application-flow-bar {
  border: solid 10px #040606;
  transform: skewX(170deg);
}
@media screen and (max-width: 1024px) {
  .application-flow-bar {
    display: none;
  }
  .application-flow-bar-sp {
    background: #fafafa;
    position: relative;
    height: 30px;
    display: block;
  }
  .application-flow-bar-sp:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 60vw 0 60vw;
    border-color: #040606 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: -25.5vw;
    right: 0;
  }
  .application-flow-bar-sp:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 60vw 0 60vw;
    border-color: #fafafa transparent transparent transparent;
    position: absolute;
    top: -5px;
    left: -25.5vw;
    right: 0;
  }
}

@media screen and (max-width: 769px) {
  .application-flow-bar-sp {
    background: #fafafa;
    position: relative;
    height: 30px;
  }
  .application-flow-bar-sp:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 60vw 0 60vw;
    border-color: #040606 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: -15vw;
    right: 0;
  }
  .application-flow-bar-sp:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 60vw 0 60vw;
    border-color: #fafafa transparent transparent transparent;
    position: absolute;
    top: -5px;
    left: -15vw;
    right: 0;
  }
}

.application-flow-step {
  padding: 2rem 0;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .application-flow-step {
    padding: 5rem 1rem 2rem 1rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .application-flow-step {
    padding: 5rem 1rem 2rem 1rem;
    font-weight: bold;
  }
}
.application-flow-step p:nth-child(1) {
  font-size: 1.5rem;
}
.application-flow-step p:nth-child(2) {
  font-size: 3.5rem;
}
.application-flow-step p:nth-child(3) {
  font-size: 1.7rem;
}

@media screen and (max-width: 1320px) {
  .application-flow-step p:nth-child(3) {
    font-size: 1.5rem;
  }
}

.application-flow-info {
  padding: 0 5rem 5rem 5rem;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .application-flow-info {
    padding: 0 2rem 2rem 2rem;
    text-align: left;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .application-flow-info {
    padding: 0 2rem 2rem 2rem;
    text-align: left;
    font-weight: bold;
  }
}
@media screen and (max-width: 1320px) {
  .application-flow-info {
    padding: 0 2rem 2rem 2rem;
  }
}

.application-btn {
  position: relative;
  display: inline-block;
  padding: 2rem 10rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #040606;
  border-left: 5px solid #040606;
  border-bottom: 5px solid #040606;
  border-top: 5px solid #040606;
  border-right: 5px solid #040606;
  background: -moz-linear-gradient(to right, #f7761f, #e9f428 50%, #f7761f);
  background: -webkit-linear-gradient(to right, #f7761f, #e9f428 50%, #f7761f);
  background: linear-gradient(to right, #f7761f, #e9f428 50%, #f7761f);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 350px;
}
@media screen and (max-width: 769px) {
  .application-btn {
    padding: 1rem;
    font-size: 1.2rem;
    width: 100%;
    min-width: 100px;
  }
}

.application-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -5px;
  top: -5px;
  border-top: solid 1px #fafafa;
  border-right: solid 1px #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.application-btn:hover {
  background: #fafafa;
  color: #f7761f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.application-btn:hover:after {
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pagetop Section
======================*/
.pagetop-section {
  background: #fafafa;
  color: #fafafa;
  height: 9.8vw;
}
@media screen and (max-width: 769px) {
  .pagetop-section {
    height: 12vw;
  }
}

.pagetop-section > .menu-txt {
  font-family: "Hind", sans-serif;
  font-size: 10vw;
  font-weight: bold;
  color: #040606;
  text-align: left;
  z-index: 999;
  position: relative;
  left: 10%;
  transition: 0.3s;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .pagetop-section > .menu-txt {
    font-size: 12vw;
    left: 1%;
    bottom: 2.3vw;
  }
}

.pagetop-section > .menu-txt:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.pagetop-section span {
  font-family: "Material Icons";
  font-size: 8vw;
  font-weight: bold;
  color: #040606;
  position: relative;
  top: 1rem;
}
@media screen and (max-width: 769px) {
  .pagetop-section span {
    font-size: 12vw;
    top: 0.5rem;
  }
}

/* Footer Section
======================*/
.footer-section {
  background: #040606;
  height: 5rem;
}

/* Animation
======================*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* Fixed button
======================*/

.entry-btn-fix {
  position: fixed;
  right: 20px;
  bottom: 150px;
  z-index: 100;
  width: 100px;
  height: 100px;
  display: none;
  outline: none;
  z-index: 9999;
}

.entry-btn-fix:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.scroll-top {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 100px;
  height: 100px;
  display: none;
  outline: none;
  z-index: 9999;
}

.scroll-top-active {
  display: block;
  animation: fadein 0.5s linear 0s;
}

.scroll-top-active:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

@media screen and (max-width: 769px) {
  .entry-btn-fix {
    width: 60px;
    position: fixed;
    right: 20px;
    bottom: 50px;
  }
  .scroll-top {
    width: 60px;
    height: auto;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 1025 追加
======================*/
.underline {
  text-decoration: underline;
}
.campaign-content + .campaign-content {
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .campaign-content + .campaign-content {
    margin-top: 30px;
  }
}
.campaign-present-img > p {
  width: 70%;
  margin: 10px auto 0;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .campaign-present-img > p {
    width: 90%;
    margin: 10px auto 0;
  }
}
.campaign-title-box-online {
  padding: 30px 0;
}
@media screen and (max-width: 769px) {
  .campaign-title-box-online {
    padding: 20px 0;
  }
}
.campaign-title-online > span {
  font-size: 2.0rem;
  font-weight: bold;
  color: #ffbd37;
}
@media screen and (max-width: 769px) {
  .campaign-title-online > span {
    font-size: 1.7rem;
  }
}
.campaign-title-online2 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #ffbd37;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .campaign-title-online2 {
    font-size: 1.5rem;
  }
}
.online-notes {
  font-size: 0.9rem;
}
.online-notes > p + p {
  margin-top: 5px;
}
@media screen and (min-width: 770px) {
  .online-notes-wrap {
    padding: 30px;
  }
}
.special-img-section-online > img {
  width: 100%;
  height: 560px;
  object-position: top;
  object-fit: cover;
}

/* 210207 追加バナー
======================*/
.ske48radio-bannar{
  margin-top: 5%;
  padding-top: 5%;
  text-align: center;
  background: #040606;
  position: relative;
}
.ske48radio-bannar img{
  width: 80%;
  max-width: 750px;
}
.special-section{
  margin-top: 0;
  padding-top: 5%;
}


.point_info-title {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 3rem 0;
}
@media screen and (max-width: 769px) {
  .point_info-title {
    font-size: 1.15rem;
    padding: 0 0 1rem 0;
  }
}

/* ポイント交換商品終了お知らせ
======================*/
.point_info-title {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 0 0;
  text-align: center;
  color: #ffbd37;
}
@media screen and (max-width: 769px) {
  .point_info-title {
    font-size: 1.15rem;
    padding: 0 0 1rem 0;
  }
}

.point_info-note {
  padding: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .point_info-note {
    font-size: 0.9rem;
  }
}

.point_info-link {
  color: #fafafa;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .point_info-link {
    font-size: 0.9rem;
  }
}
.point_info-link::after {
  font-family: "Material Icons";
  content: "\e7cd";
  color: #ffbd37;
  padding-left: 5px;
  display: inline-block;
  transform: scale(1.5);
  padding-top: 5px;
}
.point_info-link:hover::after {
  color: #e9f428;
}
.border{
  color: #e9f428;
}
.info-line {
  color: #ffbd37;
  border-bottom: solid 1px;
  display: flex;
  align-items: center;
}
