@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

html {
  background: #fbd935;
}

body {
  background: #fbd935;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  height: auto;
  line-height: initial;
}

.animated {
  -webkit-animation-fill-mode: backwards !important;
  animation-fill-mode: backwards !important;
}

::-moz-selection {
  background-color: #fbd935;
  color: #000;
}

::selection {
  background-color: #fbd935;
  color: #000;
}

.bg--txt {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}
.bg--txt .scale {
  transform: scale(1.2) rotate(-10deg) translateY(-4vh);
}
@media only screen and (max-width: 767px) {
  .bg--txt .scale {
    transform: scale(3) rotate(-10deg) translateY(10vh);
  }
}
.bg--txt .scroll-parent {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: max(4vw, 9vh);
}
@media only screen and (max-width: 767px) {
  .bg--txt .scroll-parent {
    height: 3vh;
  }
}
.bg--txt .scroll-parent:nth-child(odd) .scroll-child div {
  margin-left: -10vw;
}
.bg--txt .scroll-parent .scroll-child {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 0%;
  top: 0%;
  width: inherit;
  height: inherit;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bg--txt .scroll-parent .scroll-child:nth-child(1) {
  -webkit-animation-name: first;
          animation-name: first;
}
.bg--txt .scroll-parent .scroll-child:nth-child(2) {
  -webkit-animation-name: second;
          animation-name: second;
}
.bg--txt .scroll-parent .scroll-child > div {
  color: #ffe581;
  font-family: ccmonstermash, sans-serif;
  font-weight: 400;
  font-size: 3.6vw;
  /*height: 1.25vh;*/
}

.page--fukufes {
  position: relative;
  z-index: 1;
  transition: all 0.6s;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page--fukufes {
    overflow: hidden;
  }
}
.page--fukufes.menu--bg {
  mix-blend-mode: difference;
}
.page--fukufes header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  opacity: 0;
  transition: 0.1s 0.3s;
}
.loaded .page--fukufes header {
  opacity: 1;
}


.page--fukufes header h1 {
  display: inline-block;
  margin-right: 20px;
  width: 70px;
}
.page--fukufes header h1:hover {
  -webkit-animation: shaking 0.25s infinite;
          animation: shaking 0.25s infinite;
}
.page--fukufes header ul {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .page--fukufes header ul {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    background: rgb(79 78 50 / 91%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
  }
  .page--fukufes header ul.open {
    opacity: 1;
    pointer-events: all;
  }
}
.page--fukufes header ul li {
  display: inline-block;
  font-family: ccmonstermash, sans-serif;
  font-weight: 400;
  margin-right: 20px;
  font-size: 24px;
}
.page--fukufes header ul li a {
  color: #000;
  text-shadow: 4px 4px 0px #fff;
}
.page--fukufes header ul li a span {
  text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 4px 4px 0 #fff;
}
@media only screen and (max-width: 767px) {
  .page--fukufes header ul li a {
    color: #000;
    text-shadow: 4px 4px 0px #000;
  }
  .page--fukufes header ul li a span {
    text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 4px 4px 0 #fff;
  }
}
.page--fukufes header ul li:hover {
  -webkit-animation: shaking 0.25s infinite;
          animation: shaking 0.25s infinite;
}
.page--fukufes header ul li.ticket {
  background: url(/static/stu48/official/feature/fukufes_vol2/img/btn_ticket.svg) no-repeat center center/contain;
  width: 184px;
  height: 122px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 15px;
  transform: translate(20px, -20px) rotate(-10deg);
  transform-origin: center;
  transition: all 0.3s;
}
.page--fukufes header ul li.ticket a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page--fukufes header ul li.ticket:hover {
  -webkit-animation: none;
          animation: none;
  transform: rotate(10deg);
}
@media only screen and (max-width: 767px) {
  .page--fukufes header ul li.ticket {
    background: none;
    position: relative;
    width: auto;
    height: auto;
    text-indent: initial;
    transform: rotate(-10deg) translate(0, 0);
  }
  .page--fukufes header ul li.ticket:hover {
    transform: rotate(-10deg);
  }
}
@media only screen and (max-width: 767px) {
  .page--fukufes header ul li {
    font-size: min(18vw, 80px);
    transform: rotate(-10deg) translate(0, 0);
    margin-bottom: 2vh;
  }
  .page--fukufes header ul li:nth-child(even) {
    text-indent: 20vw;
  }
  .page--fukufes header ul li:hover {
    -webkit-animation: none;
            animation: none;
  }
}
.page--fukufes header .menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page--fukufes header .menu {
    display: block;
    position: absolute;
    right: 8%;
    top: 50%;
    z-index: 5;
    transform: translateY(-80%);
  }
  .page--fukufes header .menu span:after {
    font-family: ccmonstermash, sans-serif;
    font-weight: 400;
    content: "= MENU";
    font-size: 25px;
    text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 4px 4px 0 #fff;
    transition: all 0.3s;
  }
  .page--fukufes header .menu.close span:after {
    content: "× CLOSE";
  }
}
.page--fukufes .fv {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    margin-bottom: 120px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .fv {
    margin-bottom: 20vh;
    margin-top: -5vh;
  }
}

.fv_wrap {
    width: 50%;
    position: relative;
    z-index: 1;
    max-width: 92vh;
}

.page--fukufes .fv .fv--bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .fv .fv--bg {
    min-width: 130%;
    margin-left: -15%;
  }
  .fv_wrap {
      width: 85%;
      max-width: 60vh;
  }

}
.page--fukufes .fv .fv--logo {
}
@media only screen and (max-width: 767px) {
  .page--fukufes .fv .fv--logo {
  }
}
.page--fukufes .fv .fv--subcatch {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -1%;
  bottom: -11vh;
  background: url(/static/stu48/official/feature/fukufes/img/img_map_wh.svg) no-repeat center center/contain;
  width: 40%;
  height: 60vh;
}
.page--fukufes .fv .fv--subcatch h2 {
  transform: translate(5vw, 1vh) rotate(-10deg);
  letter-spacing: 0.4rem;
  line-height: 2;
  font-size: 1.8vw;
  text-indent: -2vw;
  color: #000000;
}
.page--fukufes .fv .fv--subcatch h2 span {
  border-bottom: #000000 4px solid;
  padding-bottom: 4px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .fv .fv--subcatch {
    width: 70%;
    height: 30vh;
    right: 0;
    bottom: 0;
  }
  .page--fukufes .fv .fv--subcatch h2 {
    letter-spacing: 0.3rem;
    font-size: min(4.8vw, 23px);
    padding: 0 9vw;
    text-indent: -4vw;
    text-shadow: 4px 4px 0px #fff;
  }
  .page--fukufes .fv .fv--subcatch h2 span {
    text-shadow: 4px 0 0 #fff, 0 4px 0 #fff, -4px 0 0 #fff, 0 -4px 0 #fff, 6px 6px 0 #fff;
  }
  .page--fukufes .fv .fv--subcatch h2 br {
    display: none;
  }
}

.page--fukufes .fv .scroll_wrap {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.page--fukufes .fv .scroll {
  width: 150px;
  height: 200px;
  background: url(/static/stu48/official/feature/fukufes_vol2/img/img_scrolldown.svg) no-repeat center center/contain;
  -webkit-animation: skew-y-shake 1.3s infinite;
          animation: skew-y-shake 1.3s infinite;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .fv .scroll_wrap {
      left: 0;
      bottom: 0;
  }

  .page--fukufes .fv .scroll {
    height: 20vh;
  }
}
.page--fukufes .contents {
  max-width: 990px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents {
    width: 90%;
    padding: 0;
  }
}
.page--fukufes .contents .sec {
    background: #30c5a4;
    position: relative;
    padding: 140px 60px 60px 60px;
    margin-bottom: 120px;
    color: #fff;
    letter-spacing: 2px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 5px solid #000;
    box-shadow: 5px 5px 0 #00000036;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec {
    padding: 24vw 8% 8% 8%;
  }
  .page--fukufes .contents .sec#goods {
    margin-bottom: 80px;
  }
}
.page--fukufes .contents .sec h3 {
  position: absolute;
  left: 30px;
  top: -60px;
  font-family: ccmonstermash, sans-serif;
  font-size: 110px;
  font-weight: 400;
  color: #fbd935;
  text-shadow: 4px 4px 0px #30c5a4;
  transform: rotate(-10deg);
}
.page--fukufes .contents .sec h3 span {
  position: relative;
  z-index: 1;
  text-shadow: 4px 0 0 #000000, 0 4px 0 #000000, -4px 0 0 #000000, 0 -4px 0 #000000, 7px 7px 0 #000000;
}
.page--fukufes .contents .sec h3::before {
content: "";
    display: inline-block;
    background: url(/static/stu48/official/feature/fukufes_vol2/img/img_tit_cloud_P4uipwgG.png) no-repeat left center/contain;
    position: absolute;
    top: -38px;
    left: -24px;
    width: 243px;
    height: 170%;
    z-index: 0;
    transform: rotate(9deg);
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec h3 {
    font-size: 20vw;
    left: 3vw;
    top: -14vw;
  }
  .page--fukufes .contents .sec h3.tit--time {
    font-size: 17vw;
    top: -15vw;
  }
  .page--fukufes .contents .sec h3::before {
      width: 203px;
      top: -23px;
  }

}
.page--fukufes .contents .sec h4.ticket--price {
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.page--fukufes .contents .sec h4.ticket--price span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 15px;
}
.page--fukufes .contents .sec.red {
  background: #dd5765;
}

.page--fukufes .contents .sec .price_box {
    margin-bottom: 20px;
}

.attention li {
    text-indent: -1.15em;
    padding-left: 1.15em;
    margin-bottom: 0.5em;
    font-size: 13px;
    line-height: 1.6;
}
.attention li:last-child {
    margin-bottom: 0;
}

.attention li .fa {
    text-indent: 0;
}

.page--fukufes .contents .sec .intro {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .intro {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .page--fukufes .contents .sec h4.ticket--price {
      font-size: 15px;
  }
  .page--fukufes .contents .sec .price_box {
      margin-bottom: 10px;
  }

}
.page--fukufes .contents .sec .intro p {
  width: 50%;
  height: auto;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .intro p {
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page--fukufes .contents .sec .intro::after {
    content: "";
    display: inline-block;
    width: 41%;
    height: auto;
    background: url(/static/stu48/official/feature/fukufes_vol2/img/img_map_line.png) no-repeat center left/contain;
    background-color: #3bd3b1;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .intro::after {
    width: 100%;
    height: 44vw;
  }
}
.page--fukufes .contents .sec .cell {
  width: 48%;
  height: auto;
  margin-bottom: 30px;
}
.page--fukufes .contents .sec .cell.cell_box {
    width: 100%;
    background: #ffffff24;
    padding: 35px 45px;
}

.page--fukufes .contents .sec .cell:last-child{
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .cell {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--fukufes .contents .sec .cell:last-child {
    margin-bottom: 0;
  }

.page--fukufes .contents .sec .cell.cell_box {
    padding: 0 0 20px;
    border-bottom: 1px solid;
    background: none;
}

}
.page--fukufes .contents .sec .cell h4 {
  font-family: brother-1816-printed, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 10px;
}
.page--fukufes .contents .sec .cell h4 span {
  font-size: 14px;
  margin-left: 20px;
}
.page--fukufes .contents .sec .cell .tit {
  margin-bottom: 10px;
}
.page--fukufes .contents .sec .cell .tit.ticket--date {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.page--fukufes .contents .sec .cell .tit.ticket--date span {
  position: relative;
  width: 15px;
  height: 35px;
  display: inline-block;
  transform: rotate(30deg);
  margin-right: 10px;
}
.page--fukufes .contents .sec .cell .tit.ticket--date span::before,
.page--fukufes .contents .sec .cell .tit.ticket--date span::after {
  content: "";
  width: 10px;
  height: 20px;
  display: inline-block;
  position: absolute;
  transform: skewX(-10deg);
}
.page--fukufes .contents .sec .cell .tit.ticket--date span::before {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fbd935 50.5%) no-repeat top left/100% 100%; /* 直角三角形を作る */
  bottom: 0;
  right: 0;
}
.page--fukufes .contents .sec .cell .tit.ticket--date span::after {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fbd935 50.5%) no-repeat top left/100% 100%; /* 直角三角形を作る */
  top: 0;
  left: 0;
}
.page--fukufes .contents .sec .cell .time {
  /*float: left;*/
  margin: 0 20px 25px 0;
  font-size: 14px;
}
.page--fukufes .contents .sec .cell .time:last-child {
    margin-bottom: 0;
}

.page--fukufes .contents .sec .cell .time b {
    padding: 3px 6px 5px;
    border: #fff solid 1px;
    margin-right: 10px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}
.page--fukufes .contents .sec .cell .address {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .cell .address {
    line-height: 1.5;
  }
}
.page--fukufes .contents .sec .cell .address span {
  font-size: 12px;
  font-weight: normal;
}
.page--fukufes .contents .sec .cell a {
position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 25px 30px;
    color: #dd5765;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-radius: 60px;
    transition: all 0.3s;
    max-width: 350px;
    margin-bottom: 10px;
}
.page--fukufes .contents .sec .cell a:last-child {
    margin-bottom: 0;
}

.page--fukufes .contents .sec .cell a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: #dd5765 solid 2px;
  border-right: #dd5765 solid 2px;
  transform: rotate(45deg);
}
.page--fukufes .contents .sec .cell a:hover {
  background: #fbd935;
}
.page--fukufes .contents .sec .cell a.unreleased {
  opacity: 0.4;
  pointer-events: none;
}
.page--fukufes .contents .sec .artist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist {
    flex-wrap: wrap;
  }
}
.page--fukufes .contents .sec .artist li {
  width: 48%;
  margin-bottom: 5vw;
 padding-bottom: 50px;
}
.page--fukufes .contents .sec .artist li:nth-last-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li {
    width: 100%;
    margin-bottom: 15vw;
    position: relative;
    padding-bottom: 30px;
  }
  .page--fukufes .contents .sec .artist li:nth-last-child(2) {
    margin-bottom: 15vw;
  }
}

.page--fukufes .contents .sec .artist li.no_pop a {
    pointer-events: none;
}
.page--fukufes .contents .sec .artist li a {
  position: relative;
  display: block;
}
.page--fukufes .contents .sec .artist li a .stage {
  position: absolute;
  top: -50px;
  right: -20px;
  background: url(/static/stu48/official/feature/fukufes/img/img_stage.svg) no-repeat center center/contain;
  width: 140px;
  height: 100px;
  color: #fff;
  font-family: brother-1816-printed, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 3;
  line-height: 1.4;
  transform: rotate(-10deg);
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li a .stage {
    position: relative;
    float: right;
    margin-bottom: -90px;
  }
}
.page--fukufes .contents .sec .artist li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li a span {
    height: 70vw;
  }
}
.page--fukufes .contents .sec .artist li a span::before {
  content: "";
  background: url(/static/stu48/official/feature/fukufes/img/img_artist_hover.svg) no-repeat center center/cover;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(3);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  mix-blend-mode: difference;
  z-index: 2;
}
.page--fukufes .contents .sec .artist li a span img {
  position: relative;
  z-index: 1;
  max-height: 380px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li a span img {
    max-height: 70vw;
  }
}
.page--fukufes .contents .sec .artist li a span img + img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  filter: blur(20px);
  transform: translate(-50%, -50%) scale(2.5);
}
.page--fukufes .contents .sec .artist li a h4 {
    position: absolute;
    font-weight: 700;
    font-style: italic;
    color: #ffe581;
    line-height: 1;
    transform: rotate(-10deg);
    z-index: 3;
    bottom: -55px;
}
.page--fukufes .contents .sec .artist li a h4::after {
  content: "";
  display: inline-block;
  background: url(/static/stu48/official/feature/fukufes_vol2/img/img_artist_tit.png) no-repeat center center/contain;
  width: 220px;
  height: 220px;
  position: absolute;
    left: -70px;
    bottom: -85px;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li a h4::after {
    width: 45vw;
  }
}
.page--fukufes .contents .sec .artist li a h4 b {
    position: relative;
    z-index: 3;
    font-size: min(4vw, 55px);
    margin-bottom: 15px;
    text-shadow: 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000, 6px 6px 0 #000;
    display: block;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li a h4 b {
    font-size: 10vw;
    width: 100%;
    text-shadow: 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000, 4px 4px 0 #000;
    letter-spacing: -0.1rem;
  }
}
.page--fukufes .contents .sec .artist li a h4 p {
    position: relative;
    z-index: 3;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 2px 2px 0 #000;
}
.page--fukufes .contents .sec .artist li a:hover span::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.page--fukufes .contents .sec .artist li a:hover h4 b, .page--fukufes .contents .sec .artist li a:hover h4 p {
  -webkit-animation: shaking 0.25s infinite;
          animation: shaking 0.25s infinite;
}
.page--fukufes .contents .sec .artist li .caption {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4%;
  z-index: 10;
  transition: all 0.3s;
  filter: none;
}
.page--fukufes .contents .sec .artist li .caption.show {
  opacity: 1;
  pointer-events: all;
}
.page--fukufes .contents .sec .artist li .caption::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  content: "";
  display: block;
  background: #666;
  opacity: 0.6;
  z-index: 10;
}
.page--fukufes .contents .sec .artist li .caption .inner {
  background: #fff;
  padding: 40px 0px 40px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li a h4 p {
      font-size: 11px;
  }

  .page--fukufes .contents .sec .artist li .caption .inner {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 8%;
    overflow-y: scroll;
  }
}
.page--fukufes .contents .sec .artist li .caption .inner picture {
  position: relative;
  width: 48%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li .caption .inner picture {
    width: 100%;
    height: 70vw;
    margin-bottom: 20px;
  }
}
.page--fukufes .contents .sec .artist li .caption .inner picture img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.page--fukufes .contents .sec .artist li .caption .inner picture img + img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  filter: blur(20px);
  transform: translate(-50%, -50%) scale(2.5);
}
.page--fukufes .contents .sec .artist li .caption .inner .profile {
  width: 48%;
  color: #30c5a4;
  padding-right: 40px;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li .caption .inner .profile {
    width: 100%;
    padding: 0;
  }
}
.page--fukufes .contents .sec .artist li .caption .inner .profile h4 {
  font-family: brother-1816-printed, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 35px;
  margin-bottom: 20px;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li .caption .inner .profile h4 {
    padding-right: 0;
  }
}
.page--fukufes .contents .sec .artist li .caption .inner .profile h4 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.page--fukufes .contents .sec .artist li .caption .inner .profile p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
.page--fukufes .contents .sec .artist li .caption .inner .profile .sns{
  margin-bottom: 30px;
}
.page--fukufes .contents .sec .artist li .caption .inner .profile .sns a {
  display: inline-block;
  font-family: brother-1816-printed, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #30c5a4;
  margin-right: 20px;
  border-bottom: #30c5a4 solid 2px;
  transition: all 0.3s;
}
.page--fukufes .contents .sec .artist li .caption .inner .profile .sns a:hover {
  color: #dd5765;
  border-color: #dd5765;
}
.page--fukufes .contents .sec .artist li .caption .inner .close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #30c5a4;
  border-radius: 40px;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li .caption .inner .close {
    z-index: 10;
    position: fixed;
    right: 6vw;
    top: 6vw;
  }
}
.page--fukufes .contents .sec .artist li .caption .inner .profile .comment{
  padding: 30px;
    background: #30c5a4;
    color: #fff;
    border-radius: 20px;
}
.page--fukufes .contents .sec .artist li .caption .inner .profile .comment h4{
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
}
.page--fukufes .contents .sec .artist li .caption .inner .profile .comment p{
  margin-bottom: 0;
}
.page--fukufes .contents .sec .artist li .caption .inner .close::after, .page--fukufes .contents .sec .artist li .caption .inner .close::before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.page--fukufes .contents .sec .artist li .caption .inner .close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page--fukufes .contents .sec .artist li .caption .inner .close:hover {
  background: #dd5765;
}
.page--fukufes .contents .sec .artist li.andmore {
  display: flex;
  height: 380px;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #30c5a4;
  font-family: brother-1816-printed, sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .artist li.andmore {
    height: 70vw;
    margin-bottom: 0;
  }
}
.page--fukufes .contents .sec .artist li.andmore::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "?";
  font-size: 280px;
  display: inline-block;
  color: #dd5765;
  z-index: 1;
}
.page--fukufes .contents .sec .artist li.andmore::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "And more...";
  font-size: 40px;
  display: inline-block;
  color: #fff;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.page--fukufes .contents .sec h4.comingsoon {
  text-align: center;
  font-family: brother-1816-printed, sans-serif;
  font-size: 40px;
  width: 100%;
  font-weight: bold;
  padding-bottom: 1em;
}
.page--fukufes .contents .sec .goods--link {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.page--fukufes .contents .sec .goods--link li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.page--fukufes .contents .sec .goods--link li:nth-child(3n){
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents .sec .goods--link {
    justify-content: space-between;
  }
  .page--fukufes .contents .sec .goods--link li {
    width: 48%;
    margin-right: 0;
  }
}
.page--fukufes .contents .sec .goods--link li a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.page--fukufes .contents .sec .goods--link li a.nolink{
  pointer-events: none;
}
.page--fukufes .contents .sec .goods--link li a picture {
  background: #fff;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.page--fukufes .contents .sec .goods--link li a picture::before {
  content: "";
  background: url(/static/stu48/official/feature/fukufes/img/img_artist_hover.svg) no-repeat center center/cover;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(3);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  mix-blend-mode: difference;
}
.page--fukufes .contents .sec .goods--link li a p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.page--fukufes .contents .sec .goods--link li a b {
  display: block;
  width: 100%;
  font-size: 12px;
}
.page--fukufes .contents .sec .goods--link li a:hover picture::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}


.attention_tit {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.8em;
}

.attention_sec_tit {
    margin-bottom: 1.6em;
    font-weight: bold;
    font-size: 20px;
    border-left: 5px solid;
    padding-left: 10px;
}

.page--fukufes .contents footer {
  padding-bottom: 80px;
}
.page--fukufes .contents footer ul {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
.attention_sec_tit {
    font-size: 15px;
}

.attention_tit {
    font-size: 14px;
}

  .page--fukufes .contents footer ul {
    flex-direction: column;
    text-align: center;
  }
}
.page--fukufes .contents footer ul li {
  margin-right: 20px;
}
.page--fukufes .contents footer ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .page--fukufes .contents footer ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page--fukufes .contents footer ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.page--fukufes .contents footer .copyright {
  text-align: center;
}

@-webkit-keyframes first {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes first {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes second {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
@keyframes second {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
@-webkit-keyframes shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, 5px) rotate(5deg);
  }
  50% {
    transform: translate(0, 0) rotate(0eg);
  }
  75% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, 5px) rotate(5deg);
  }
  50% {
    transform: translate(0, 0) rotate(0eg);
  }
  75% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes skew-y-shake {
  0% {
    transform: skewY(-15deg);
  }
  5% {
    transform: skewY(15deg);
  }
  10% {
    transform: skewY(-15deg);
  }
  15% {
    transform: skewY(15deg);
  }
  20% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(0deg);
  }
}
@keyframes skew-y-shake {
  0% {
    transform: skewY(-15deg);
  }
  5% {
    transform: skewY(15deg);
  }
  10% {
    transform: skewY(-15deg);
  }
  15% {
    transform: skewY(15deg);
  }
  20% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(0deg);
  }
}/*# sourceMappingURL=style.css.map */