@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

body {
  margin: 0;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
  overflow-x: hidden;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-break: strict;
  word-break: normal !important;
  word-wrap: break-word
}

iframe,
img,
video {
  max-width: 100%
}

ul {
  list-style: outside none;
  margin: 0;
  padding: 0
}

h2,
h3 {
  margin: 0
}

p {
  margin: 0 0 10px
}

p:last-child {
  margin: 0
}

.pink {
  color: #ff0b6f
}

.orange {
  color: #fc9f1a
}

.gray {
  color: #999999
}

a {
  text-decoration: none;
  color: #ff0b6f;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s
}

[data-hover=light] {
  position: relative
}

[data-hover=light]:after {
  background-color: #fff;
  border-radius: inherit;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

[data-hover=light]:hover {
  -webkit-transition: -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: filter 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

[data-hover=light]:hover:after {
  opacity: 0.32
}

.note {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 1.4
}

@media (min-width:768px) {
  .hide-pc {
    display: none !important
  }
}

@media (max-width:767px) {
  .hide-sp {
    display: none !important
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto
}

@media (max-width:1224px) {
  .container {
    margin: 0 12px
  }
}

.list-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.list-app li {
  position: relative;
  margin-right: 20px
}

@media (max-width:767px) {
  .list-app li {
    margin-right: 13px
  }
}

.list-app li:last-child {
  margin-right: 0
}

.list-app li a {
  display: block
}

.list-app li a img {
  display: block;
  height: 60px
}

@media (max-width:767px) {
  .list-app li a img {
    height: 55.6px;
    width: auto
  }
}

@media (max-width:374px) {
  .list-app li a img {
    height: 40px
  }
}

.list-app li a:after {
  border-radius: 8px
}

header {
  padding: 3px 0;
  background-image: url(../images/herocolle/bg-header.png);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  max-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8
}

@media (max-width:767px) {
  header {
    background-image: url(../images/herocolle/herocolle/bg-header-sp.png);
    padding: 5px 0;
    max-height: 64px
  }
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

header .logo {
  padding-top: 6px;
  max-width: 164px;
  position: relative;
  z-index: 10
}

header .logo img {
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width:767px) {
  header #primary-menu ul {
    text-align: left
  }
}

header #primary-menu ul li {
  display: inline-block;
  padding: 0 19px
}

@media (max-width:991px) {
  header #primary-menu ul li {
    padding: 0 4px
  }
}

@media (max-width:767px) {
  header #primary-menu ul li {
    display: block;
    margin: 0;
    padding: 0
  }
}

@media (max-width:767px) {
  header #primary-menu ul li:last-child {
    margin: 0
  }
}

header #primary-menu ul li.menu-item-has-children>a {
  display: block;
  position: relative
}

header #primary-menu ul li.menu-item-has-children>a:after,
header #primary-menu ul li.menu-item-has-children>a:before {
  position: absolute;
  content: "";
  background: #ff0b6f
}

@media (min-width:768px) {

  header #primary-menu ul li.menu-item-has-children>a:after,
  header #primary-menu ul li.menu-item-has-children>a:before {
    content: none
  }
}

header #primary-menu ul li.menu-item-has-children>a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 1px
}

header #primary-menu ul li.menu-item-has-children>a:after {
  top: calc(50% - 8px);
  right: 17px;
  height: 16px;
  width: 1px;
  opacity: 1;
  left: auto
}

@media (max-width:767px) {
  header #primary-menu ul li.menu-item-has-children.nav-open {
    border-width: 0 0 1px 0;
    border-style: solid;
    -o-border-image: linear-gradient(90deg, #fbcc00 0%, #fc9f1a 15%, #ff0b6f 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#fbcc00), color-stop(15%, #fc9f1a), to(#ff0b6f));
    border-image: linear-gradient(90deg, #fbcc00 0%, #fc9f1a 15%, #ff0b6f 100%);
    border-image-slice: 1
  }
}

header #primary-menu ul li.menu-item-has-children.nav-open>a:after {
  position: static
}

header #primary-menu ul li .sub-menu li>a {
  padding: 10px 20px;
  font-size: 16px
}

header #primary-menu ul li .sub-menu li:last-child a {
  border: 0 none
}

header #primary-menu ul a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal
}

@media (max-width:767px) {
  header #primary-menu ul a {
    font-size: 22px;
    display: block;
    padding: 12px 10px 11px;
    border-width: 0 0 1px 0;
    border-style: solid;
    -o-border-image: linear-gradient(90deg, #fbcc00 0%, #fc9f1a 15%, #ff0b6f 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#fbcc00), color-stop(15%, #fc9f1a), to(#ff0b6f));
    border-image: linear-gradient(90deg, #fbcc00 0%, #fc9f1a 15%, #ff0b6f 100%);
    border-image-slice: 1;
    position: relative;
    text-transform: capitalize
  }
}

header .list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:767px) {
  header .list-social {
    padding-top: 42px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

header .list-social li {
  position: relative;
  width: calc((100% - 36px) / 4);
  margin-right: 12px
}

@media (max-width:991px) {
  header .list-social li {
    width: calc((100% - 12px) / 4);
    margin-right: 4px
  }
}

@media (max-width:767px) {
  header .list-social li {
    width: auto;
    margin-right: 16px
  }
}

header .list-social li:last-child {
  margin-right: 0
}

header .list-social li a {
  display: block
}

header .list-social img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block
}

@media (max-width:767px) {
  header .list-social img {
    width: 40px;
    height: 40px
  }
}

header .nav-sp-btn {
  margin-left: auto;
  position: absolute;
  content: "";
  right: 2px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

header .nav-sp-btn img {
  max-height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

header .nav-sp-btn img.close {
  opacity: 0;
  visibility: hidden;
  display: none
}

header .nav-sp-btn img.open {
  opacity: 1;
  visibility: visible;
  display: block
}

header .content-header {
  margin-left: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 205px)
}

@media (max-width:991px) {
  header .content-header {
    margin-left: 10px;
    width: calc(100% - 185px)
  }
}

@media (max-width:767px) {
  header .content-header {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 0;
    top: 63px;
    bottom: 0;
    z-index: 9;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0;
    margin: 0;
    padding: 27px 12px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    will-change: opacity
  }
}

main {
  padding-top: 60px
}

@media (max-width:767px) {
  main {
    padding-top: 64px
  }
}

.fv-area {
  position: relative;
}

@media (max-width:767px) {
  .fv-area {
    padding: 0
  }
}

.fv-area>img {
  display: block;
  width: 100%
}

.fv-area .obi-content {
  background-image: url(../images/herocolle/bg-obi.png);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%
}

@media (max-width:767px) {
  .fv-area .obi-content {
    position: static;
    padding: 15px 0
  }
}

.fv-area .obi-content .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  width: 100%;
  max-width: 659px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:767px) {
  .fv-area .obi-content .box-content {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0
  }
}

.fv-area .obi-content .box-content p {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 10px;
}

.fv-area .obi-content .txt-obi {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-right: 10px
}

@media (max-width:767px) {
  .fv-area .obi-content .txt-obi {
    width: 100%;
    margin: 0 0 6px;
    font-size: 20px
  }
}

.main-content {
  background-image: url(../images/herocolle/bg-main.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff
}

@media (max-width:767px) {
  .main-content {
    background-image: url(../images/herocolle/bg-main-sp.jpg)
  }
}

#introduction {
  text-align: center;
  padding: 61px 0 40px
}

@media (max-width:767px) {
  #introduction {
    padding: 28px 0 0
  }
}

#introduction h2.sec-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 4px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(252, 98, 60, 0.5)) drop-shadow(-1px -1px 2px rgba(252, 98, 60, 0.5));
  filter: drop-shadow(0px 4px 4px rgba(252, 98, 60, 0.5)) drop-shadow(-1px -1px 2px rgba(252, 98, 60, 0.5))
}

@media (max-width:767px) {
  #introduction h2.sec-title {
    font-size: 32px;
    margin: 0 0 6px;
    letter-spacing: 0.96px
  }
}

@media (max-width:374px) {
  #introduction h2.sec-title {
    font-size: 22px
  }
}

#introduction .sec-sub-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
  margin: 0 0 28px
}

@media (max-width:767px) {
  #introduction .sec-sub-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: normal;
    margin: 0 0 24px
  }
}

#introduction .content-yt {
  margin: 0 0 41px
}

@media (max-width:767px) {
  #introduction .content-yt {
    margin: 0 0 23px
  }
}

#introduction .content-yt iframe {
  width: 100%;
  max-width: 700px;
  height: auto;
  aspect-ratio: 700/393
}

#introduction .instruct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 816px;
  margin: 0 auto
}

#introduction .instruct>.item {
  position: relative;
  width: calc((100% - 80px) / 2);
  margin: 0 40px 18px 0
}

@media (max-width:767px) {
  #introduction .instruct>.item {
    width: 100%;
    margin: 0 0 14px
  }
}

#introduction .instruct>.item:nth-child(2n) {
  margin-right: 0
}

#introduction .instruct>.item:first-child h3 {
  letter-spacing: 0
}

#introduction .instruct h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.12px;
  margin: 0 0 1px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:767px) {
  #introduction .instruct h3 {
    font-size: 24px;
    letter-spacing: 0.96px;
    margin: 0 0 2px
  }
}

@media (max-width:374px) {
  #introduction .instruct h3 {
    font-size: 22px
  }
}

#introduction .instruct .box-content {
  border-radius: 6px;
  opacity: 0.9;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(11, 100, 184, 0.3);
  box-shadow: 0px 4px 4px 0px rgba(11, 100, 184, 0.3);
  padding: 2px 8px 1px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  position: relative
}

@media (max-width:767px) {
  #introduction .instruct .box-content {
    padding: 2px 5px 1px
  }
}

@media (max-width:374px) {
  #introduction .instruct .box-content {
    font-size: 13px
  }
}

#introduction .instruct .box-content .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#introduction .conclusion {
  width: 100%;
  margin: 20px 0 0;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.6px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(252, 98, 60, 0.5)) drop-shadow(-1px -1px 2px rgba(252, 98, 60, 0.5));
  filter: drop-shadow(0px 4px 4px rgba(252, 98, 60, 0.5)) drop-shadow(-1px -1px 2px rgba(252, 98, 60, 0.5))
}

@media (max-width:767px) {
  #introduction .conclusion {
    font-size: 28px;
    letter-spacing: 0.84px;
    margin: 16px 0 0;
    line-height: 1.4
  }
}

@media (max-width:374px) {
  #introduction .conclusion {
    font-size: 24px
  }
}

@media (max-width:767px) {
  #introduction .lt-negative-2 {
    letter-spacing: -3.2px
  }
}

#content-main {
  padding: 47px 0 40px;
  text-align: center
}

@media (max-width:767px) {
  #content-main {
    padding: 37px 0 42px
  }
}

#content-main h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  display: inline;
  line-height: 1.8;
  padding-bottom: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(15%, #fff));
  background-image: linear-gradient(transparent 85%, #fff 15%);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(252, 98, 60, 0.5)) drop-shadow(-1px -1px 2px rgba(252, 98, 60, 0.5));
  filter: drop-shadow(0px 4px 4px rgba(252, 98, 60, 0.5)) drop-shadow(-1px -1px 2px rgba(252, 98, 60, 0.5))
}

@media (max-width:767px) {
  #content-main h2 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 2.2;
    padding-bottom: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(84%, transparent), color-stop(16%, #fff));
    background-image: linear-gradient(transparent 84%, #fff 16%)
  }
}

@media (max-width:374px) {
  #content-main h2 {
    font-size: 18px
  }
}

#content-main h2 span {
  font-size: 36px;
  letter-spacing: 1.8px;
  display: inline-block
}

@media (max-width:767px) {
  #content-main h2 span {
    font-size: 28px
  }
}

@media (max-width:767px) {
  #content-main .lt-negative-4 {
    letter-spacing: -1.68px
  }
}

#content-main .list-content {
  margin: 37px 0 0;
  text-align: left
}

@media (max-width:767px) {
  #content-main .list-content {
    margin: 24px 0 0
  }
}

#content-main .list-content .item {
  margin: 0 0 40px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 115px 60px 49px;
  color: #666666;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px
}

@media (max-width:767px) {
  #content-main .list-content .item {
    padding: 30px 10px 20px;
    margin: 0 0 20px
  }
}

#content-main .list-content .item>div:not(.item-name) {
  width: calc((100% - 40px) / 2);
  margin-right: 40px
}

@media (max-width:767px) {
  #content-main .list-content .item>div:not(.item-name) {
    width: 100%;
    margin-right: 0
  }
}

#content-main .list-content .item>div:not(.item-name):last-child {
  margin-right: 0
}

#content-main .list-content .item .item-name {
  position: absolute;
  content: "";
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fbcc00), color-stop(15%, #fc9f1a), to(#ff0b6f));
  background: linear-gradient(90deg, #fbcc00 0%, #fc9f1a 15%, #ff0b6f 100%);
  padding: 5px 40px 4px;
  left: -20px;
  top: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: normal
}

@media (max-width:767px) {
  #content-main .list-content .item .item-name {
    left: -16px;
    font-size: 24px;
    padding: 4px 10px;
    position: relative;
    top: 0;
    margin: 0 0 12px;
    line-height: 1.4
  }
}

@media (min-width:768px) {
  #content-main .list-content .item:first-child {
    padding-bottom: 49px
  }
}

@media (min-width:768px) {
  #content-main .list-content .item:first-child .content-yt {
    top: 9px
  }
}

@media (max-width:767px) {
  #content-main .list-content .item:nth-child(2) .item-name {
    padding: 4px 16px 4px 10px
  }
}

@media (min-width:768px) {
  #content-main .list-content .item:nth-child(3) {
    padding-bottom: 31px
  }
}

#content-main .list-content .item:nth-child(4) .content-yt {
  background: #fbfbfb;
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(90deg, #fbcc00 0%, #fc9f1a 15%, #ff0b6f 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#fbcc00), color-stop(15%, #fc9f1a), to(#ff0b6f));
  border-image: linear-gradient(90deg, #fbcc00 0%, #fc9f1a 15%, #ff0b6f 100%);
  border-image-slice: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 100%;
  height: 292px
}

@media (max-width:767px) {
  #content-main .list-content .item:nth-child(4) .content-yt {
    margin: 0 0 14px;
    top: 0
  }
}

@media (max-width:550px) {
  #content-main .list-content .item:nth-child(4) .content-yt {
    height: 186px
  }
}

#content-main .list-content sup {
  font-size: 14px
}

#content-main .list-content .content-txt>p {
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 8px;
  font-size: 18px
}

#content-main .list-content .content-txt>p:last-child {
  margin: 0
}

#content-main .list-content .content-txt>p.pink {
  font-weight: 700
}

#content-main .list-content .content-txt>p.note {
  line-height: 1.4;
  font-weight: 400
}

#content-main .list-content .content-txt .lt-negative-1 {
  letter-spacing: -1.44px
}

#content-main .list-content .content-yt {
  position: relative;
  top: 9px
}

#content-main .list-content .content-yt iframe {
  width: 100%;
  max-width: 700px;
  height: auto;
  aspect-ratio: 700/393
}

#content-main .list-content .title-item {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px
}

@media (max-width:767px) {
  #content-main .list-content .title-item {
    font-size: 22px;
    margin: 0 0 18px
  }
}

@media (max-width:374px) {
  #content-main .list-content .title-item {
    font-size: 17px
  }
}

#content-main .list-content .cm-soon {
  color: #fc9f1a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-align: center;
  position: relative;
  top: -3px
}

#content-main .list-content .cm-soon>span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  background: -webkit-gradient(linear, left top, right top, from(#fbcc00), color-stop(15%, #fc9f1a), to(#ff0b6f));
  background: linear-gradient(90deg, #fbcc00 0%, #fc9f1a 15%, #ff0b6f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0
}

#sns {
  padding: 70px 0 80px;
  background-image: url(../images/herocolle/bg-sns.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center
}

@media (max-width:767px) {
  #sns {
    padding: 53px 0 59px;
    background-image: url(../images/herocolle/bg-sns-sp.jpg)
  }
}

#sns .container {
  max-width: 856px;
  margin: 0 auto
}

@media (max-width:991px) {
  #sns .container {
    margin: 0 12px
  }
}

#sns h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-align: center;
  display: inline-block;
  border-bottom: 6px solid #fff;
  margin: 0 auto 40px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(252, 160, 27, 0.5)) drop-shadow(-1px -1px 2px rgba(252, 160, 27, 0.5));
  filter: drop-shadow(0px 4px 4px rgba(252, 160, 27, 0.5)) drop-shadow(-1px -1px 2px rgba(252, 160, 27, 0.5))
}

@media (max-width:767px) {
  #sns h2 {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 auto 39px
  }
}

#sns .list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#sns .list-sns .item-sns {
  position: relative;
  width: calc((100% - 40px) / 2);
  margin-right: 40px
}

@media (max-width:767px) {
  #sns .list-sns .item-sns {
    width: 100%;
    margin: 0 0 40px
  }
}

#sns .list-sns .item-sns:last-child {
  margin: 0
}

@media (max-width:767px) {
  #sns .list-sns .item-sns:last-child .sns-btn {
    margin-top: 20px
  }
}

#sns .sns-content {
  background: #fff;
  padding: 16px;
  width: 408px;
  overflow: hidden;
  margin: 0 auto 12px
}

@media (max-width:860px) {
  #sns .sns-content {
    width: 100%;
    padding: 12px;
    margin: 0 auto 12px
  }
}

#sns .sns-content iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: none !important
}

#sns .instagram-post,
#sns .twitter-post {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #b7b7b7;
  box-shadow: 0 0 0 1px #b7b7b7;
  aspect-ratio: 400/480 !important;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  scrollbar-width: none
}

@media (min-width:1601px) {

  #sns .instagram-post,
  #sns .twitter-post {
    width: 100% !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
  }
}

#sns .twitter-post>div.twitter-timeline {
  width: 100% !important
}

#sns .sns-txt {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px
}

#sns .sns-btn {
  margin: 13px 0 0
}

@media (max-width:767px) {
  #sns .sns-btn {
    margin: 12px 0 0
  }
}

#sns .sns-btn>a {
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.56px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/herocolle/icon-blank.png);
  background-repeat: no-repeat;
  background-position: top 12px right 12px;
  background-size: 14px auto;
  max-width: 320px;
  width: 100%;
  margin: 0 auto
}

#cv {
  padding: 60px 12px;
  background-image: url(../images/herocolle/bg-cv.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff
}

@media (max-width:767px) {
  #cv {
    background-image: url(../images/herocolle/bg-cv-sp.jpg);
    padding: 41px 12px
  }
}

#cv .container {
  margin: 0 auto
}

#cv .cv-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#cv .cv-top>div {
  position: relative;
  width: calc((100% - 40px) / 2);
  margin: 0 40px 0 0
}

@media (max-width:767px) {
  #cv .cv-top>div {
    width: 100%;
    margin: 0 0 34px;
    text-align: center
  }
}

#cv .cv-top>div:last-child {
  margin: 0 0 0 auto;
  position: relative;
  top: -5px
}

@media (max-width:767px) {
  #cv .cv-top>div:last-child {
    margin: 0 auto;
    top: 0
  }
}

#cv .cv-top>div:last-child .list-app {
  margin: 0 0 40px
}

@media (max-width:767px) {
  #cv .cv-top>div:last-child .list-app {
    margin: 0 0 30px
  }
}

#cv .cv-top .logo-cv img {
  max-height: 120px;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width:767px) {
  #cv .cv-top .logo-cv img {
    max-height: 86px
  }
}

@media (max-width:767px) {
  #cv .list-app {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

#cv .list-app img {
  width: auto
}

@media (min-width:768px) {
  #cv .list-app img {
    height: 60px
  }
}

#cv .cv-bottom {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 15px 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-left: 0px;
  width: 100%;
  text-align: left
}

@media (max-width:767px) {
  #cv .cv-bottom {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 15px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

#cv .cv-bottom>p {
  margin: 0;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff
}

#cv .cv-bottom .note {
  font-size: 11px;
  color: #fff;
  font-weight: 500
}

@media (max-width:767px) {
  #cv .cv-bottom .note {
    font-size: 12px
  }
}
#cv .cv-bottom .notice {
    font-size: 11px
}
@media (max-width:767px) {
  #cv .cv-bottom .notice {
    font-size: 12px
  }
  #cv .cv-bottom .notice {
      font-size: 12px
  }
  #cv .cv-bottom .release {
  font-size: 22px;
  font-weight: bold
  }
}

#cv .cv-bottom .release {
    font-size: 22px;
    font-weight: bold
}
#cv .cv-link {
  max-width: 720px;
  width: 100%;
  min-height: 40px;
  margin: 40px auto 0
}

#cv .cv-link br {
  display: none
}

@media (max-width:550px) {
  #cv .cv-link {
    max-width: 320px;
    min-height: 58px
  }

  #cv .cv-link br {
    display: block
  }
}

#cv .cv-link a {
  padding: 7px;
  background: #fff;
  border-radius: 4px;
  color: #ff0e6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/herocolle/icon-blank.png);
  background-repeat: no-repeat;
  background-position: top 13px right 12px;
  background-size: 14px auto;
  font-size: 14px;
  font-weight: 700
}

@media (max-width:550px) {
  #cv .cv-link a {
    padding: 10px;
    text-align: center;
    line-height: 19.6px;
    background-position: top 21px right 12px
  }
}

.gga {
  padding: 30px 0 27px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9
}

.gga .logo-gga {
  margin: 0 0 6px
}

.gga .logo-gga a {
  display: block;
  margin: 0 0 5px
}

.gga .logo-gga img {
  display: block;
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto
}

.gga .logo-gga p {
  font-size: 12px;
  font-weight: 400;
  line-height: normal
}

.gga .list-nav {
  margin: 0 0 17px
}

@media (max-width:767px) {
  .gga .list-nav {
    margin: 0 0 19px
  }
}

.gga .list-nav li {
  display: inline-block;
  margin-right: 14px
}

.gga .list-nav li a {
  color: #333;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8
}

.gga .list-nav li:last-child {
  margin-right: 0
}

.footer-link2 {
  background: #fff;
  width: 100%;
  padding: 16px 0 0
}

@media (max-width:767px) {
  .footer-link2 {
    padding: 32px 0 0
  }
}

.footer-link2 .container {
  max-width: 100%;
  padding: 0px 15px 20px 21px;
  display: block;
  overflow: hidden
}

@media (max-width:767px) {
  .footer-link2 .container {
    padding-left: 0;
    padding-right: 0
  }
}

.footer-link2 ul {
  float: left;
  margin: 14px 0 0 0;
  line-height: 1;
  text-align: left;
  width: 100%
}

@media (max-width:767px) {
  .footer-link2 ul {
    margin: 2px 0 0 0
  }
}

.footer-link2 ul li {
  padding: 0 10px;
  display: inline-block;
  list-style: none;
  position: relative
}

@media (max-width:992px) {
  .footer-link2 ul li {
    width: 100%;
    border-left: none;
    height: auto;
    margin: 0 0 18px;
    text-align: center
  }
}

.footer-link2 ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #b2b2b2
}

@media (max-width:992px) {
  .footer-link2 ul li:before {
    content: none
  }
}

.footer-link2 ul li:first-child {
  padding-left: 0
}

.footer-link2 ul li:first-child:before {
  content: none
}

@media (max-width:992px) {
  .footer-link2 ul li:last-child {
    margin: 0
  }
}

.footer-link2 ul li a {
  color: #333333;
  font-size: 13px;
  vertical-align: top;
  line-height: normal
}

@media (max-width:992px) {
  .footer-link2 ul li a {
    font-size: 16px
  }
}

.footer-link2 .clearfix:after {
  content: "";
  display: table;
  clear: both
}

.footer-link2 .footer-logo {
  text-align: left;
  line-height: 24px;
  margin: 0 0 10px;
  float: none;
  clear: both;
  position: relative;
  left: -5px;
  top: -2px
}

@media (max-width:992px) {
  .footer-link2 .footer-logo {
    text-align: center;
    position: static;
    margin: 0 0 5px
  }
}

.footer-link2 .footer-logo a img {
  height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
  margin-top: 6px
}

@media (max-width:992px) {
  .footer-link2 .footer-logo a img {
    height: 100px;
    margin-top: 8px
  }
}

.footer-link2 p.copyright {
  color: #333;
  text-align: right;
  font-size: 16px;
  position: relative;
  bottom: 0;
  line-height: 24px;
  letter-spacing: 0
}

@media (max-width:992px) {
  .footer-link2 p.copyright {
    font-size: 13px;
    letter-spacing: -0.5px
  }
}

@media (max-width:374px) {
  .footer-link2 p.copyright {
    font-size: 12px
  }
}

body.show-main-menu {
  overflow: hidden
}

body.show-main-menu header .content-header {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s cubic-bezier(0.075, 0.82, 0.165, 1)
}

body.show-main-menu .nav-sp-btn .close {
  opacity: 1;
  visibility: visible;
  display: block;
  max-height: 30px
}

body.show-main-menu .nav-sp-btn .open {
  opacity: 0;
  visibility: hidden;
  display: none
}