@charset "utf-8";

body {
  background-color: #d8cebc;
  color: #6d411f;
  font-family: "BIZ UDPGothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
}

a:link {
  color: #6d411f;
  text-decoration: underline;
  transition: all 0.5s;
}

a:visited {
  color: #6d411f;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a.bnr:link {
  color: #6d411f;
  text-decoration: none;
}

a.bnr:visited {
  color: #6d411f;
  text-decoration: none;
}

a.bnr:hover {
  color: #6d411f;
  text-decoration: none;
}

a.tgl:link {
  color: #6d411f;
  text-decoration: none;
}

a.tgl:visited {
  color: #6d411f;
  text-decoration: none;
}

a.tgl:hover {
  color: #d71718;
  text-decoration: none;
}

.wrap {
  width: 100%;
  overflow-x: hidden;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blur {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.5);
}

.webp .background {
  background-image: url(../img/common/bg-pc.webp);
}

.no-webp .background {
  background-image: url(../img/common/bg-pc.jpg);
}

.header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  overflow: hidden;
}

.header_chara {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

.header_logo {
  position: absolute;
  width: 63%;
  bottom: 6%;
  left: 3%;
}

.header_catch {
  position: absolute;
  width: 10%;
  padding: 0 0 34%;
}

.header_catch img {
  width: 100%;
  /*filter:drop-shadow(0px 0px 5px rgba( 28, 93, 171, 0.8)) drop-shadow(0px 0px 5px rgba( 28, 93, 171, 0.8)) drop-shadow(0px 0px 5px rgba( 28, 93, 171, 0.8)) drop-shadow(0px 0px 5px rgba( 28, 93, 171, 0.8));*/
}

.catch {
  width: 70%;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.catch img {
  width: 100%;
  filter:
    drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0));
}

.sec-left {
  position: relative;
  width: 76%;
  margin: 0 24% 5rem 0;
  padding: 1rem 1rem 1rem 0;
  background-size: 30% auto;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.4);
}

.sec-right {
  position: relative;
  width: 76%;
  margin: 0 0 5rem 24%;
  padding: 1rem 0 1rem 1rem;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.4);
}

.sec-bg-1 {
  background-repeat: no-repeat, repeat;
  background-position: bottom right -80px, center;
  background-size: 800px auto, 30% auto;
}

.webp .sec-bg-1 {
  background-image: url(../img/common/bg_1.webp), url(../img/common/bg_frame.webp);
}

.no-webp .sec-bg-1 {
  background-image: url(../img/common/bg_1.png), url(../img/common/bg_frame.jpg);
}

.sec-bg-2 {
  background-repeat: no-repeat, repeat;
  background-position: bottom right -80px, center;
  background-size: 1000px auto, 30% auto;
}

.webp .sec-bg-2 {
  background-image: url(../img/common/bg_2.webp), url(../img/common/bg_frame.webp);
}

.no-webp .sec-bg-2 {
  background-image: url(../img/common/bg_2.png), url(../img/common/bg_frame.jpg);
}

.sec-bg-3 {
  background-repeat: no-repeat, repeat;
  background-position: bottom right -80px, center;
  background-size: 800px auto, 30% auto;
}

.webp .sec-bg-3 {
  background-image: url(../img/common/bg_3.webp), url(../img/common/bg_frame.webp);
}

.no-webp .sec-bg-3 {
  background-image: url(../img/common/bg_3.png), url(../img/common/bg_frame.jpg);
}

.sec-bg-4 {
  background-repeat: no-repeat, repeat;
  background-position: bottom right -80px, center;
  background-size: 800px auto, 30% auto;
}

.webp .sec-bg-4 {
  background-image: url(../img/common/bg_4.webp), url(../img/common/bg_frame.webp);
}

.no-webp .sec-bg-4 {
  background-image: url(../img/common/bg_4.png), url(../img/common/bg_frame.jpg);
}

.sec-bg-5 {
  background-repeat: no-repeat, repeat;
  background-position: bottom right -80px, center;
  background-size: 800px auto, 30% auto;
}

.webp .sec-bg-5 {
  background-image: url(../img/common/bg_5.webp), url(../img/common/bg_frame.webp);
}

.no-webp .sec-bg-5 {
  background-image: url(../img/common/bg_5.png), url(../img/common/bg_frame.jpg);
}

.sec-bg-6 {
  background-repeat: no-repeat, repeat;
  background-position: bottom right -80px, center;
  background-size: 800px auto, 30% auto;
}

.webp .sec-bg-6 {
  background-image: url(../img/common/bg_6.webp), url(../img/common/bg_frame.webp);
}

.no-webp .sec-bg-6 {
  background-image: url(../img/common/bg_6.png), url(../img/common/bg_frame.jpg);
}

.sec-bg {
  background-repeat: repeat;
  background-position: center;
  background-size: 30% auto;
}

.webp .sec-bg {
  background-image: url(../img/common/bg_frame.webp);
}

.no-webp .sec-bg {
  background-image: url(../img/common/bg_frame.jpg);
}

.border-left {
  position: relative;
  /* 外側の線 */
  border-top: 4px solid #6d411f;
  border-bottom: 4px solid #6d411f;
  border-right: 4px solid #6d411f;
}

.border-left::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 8px;
  bottom: 8px;
  /* 内側の線 */
  border-top: 2px solid #6d411f;
  border-bottom: 2px solid #6d411f;
  border-right: 2px solid #6d411f;
  pointer-events: none;
}

.border-right {
  position: relative;
  /* 外側の線 */
  border-top: 4px solid #6d411f;
  border-bottom: 4px solid #6d411f;
  border-left: 4px solid #6d411f;
}

.border-right::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 0;
  bottom: 8px;
  /* 内側の線 */
  border-top: 2px solid #6d411f;
  border-bottom: 2px solid #6d411f;
  border-left: 2px solid #6d411f;
  pointer-events: none;
}

.headding-left {
  position: relative;
  width: 76%;
  margin: 0 24% 0 0;
  padding: 40px 0 0 15%;
  transform: translate3d(0, 0, 0);
}

.headding-right {
  position: relative;
  width: 76%;
  margin: 0 0 0 24%;
  padding: 40px 15% 0 0;
  transform: translate3d(0, 0, 0);
}

.headding-left img,
.headding-right img {
  position: relative;
  width: 80%;
  vertical-align: bottom;
}

.inner-left {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3rem 3rem 3rem 20%;
}

.inner-right {
  position: relative;
  z-index: 1;
  width: 85%;
  padding: 3rem 3rem 3rem 3rem;
}

h2 {
  padding: 0 0 .2em;
  margin: 0 0 1em;
  color: #6d411f;
  font-size: min(1.6vw, 30px);
  font-weight: 700;
  letter-spacing: 0.2em;
  border-bottom: #6d411f solid 1px;
}

p {
  color: #6d411f;
  font-size: min(1.2vw, 14px);
  line-height: 2;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .3s ease;
}

.iframe-wrapper iframe.is-fading {
  opacity: 0;
  pointer-events: none;
}

.movie-btn.active {
  pointer-events: none;
  background-color: #c01000;
}

.movie {
  margin: 1rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.movie-item {
  width: 24%;
  margin: 0 2% 0 0;
}

a.movie-btn {
  width: 100%;
  height: 3em;
  margin: 0 1% 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: #6d411f;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}

.column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.column-image {
  width: 25%;
}

.column-image img {
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
}

.column-text {
  width: 70%;
}

.name {
  color: #6d411f;
  font-size: min(1.4vw, 28px);
  line-height: 1;
  padding: 0 0 .8em;
}

.name span {
  display: inline-block;
  padding: 0 1em 0 0;
  font-size: 70%;
  letter-spacing: 0.0em;
  vertical-align: middle;
}

.name-last {
  padding: 0 0 .6em
}

.name-sub {
  padding: 0 0 .6em 1.7em;
  font-size: min(1.4vw, 26px);
  line-height: 1;
}

.name-sub span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em 0;
  font-size: 70%;
}

.comment {
  margin: 1em 0 0;
  padding: 1.2em 1.8em;
  color: #6d411f;
  font-size: min(1vw, 14px);
  line-height: 2;
  border: #6d411f solid 1px;
}

.comics-text {
  text-align: center;
  padding: .8em .5em;
  color: #6d411f;
  font-size: min(1.1vw, 18px);
  line-height: 1.6;
  font-weight: 700;
}

.comics-text span {
  display: block;
  padding: .5em 0;
  font-size: 70%;
  font-weight: 400;
}

.comment span {
  display: block;
  padding: 0 0 .3em;
  font-size: 110%;
  font-weight: 700;
}

.c-1 {
  order: 1;
}

.c-2 {
  order: 2;
}

.interview {
  margin: 1em 0;
}

.interview p {
  padding: 0 0 .5em;
  color: #6d411f;
  font-size: min(1vw, 14px);
  line-height: 2;
}

.interview p:last-child {
  padding: 0;
}

.interview span {
  display: block;
  padding: 0 0 .5em;
  font-weight: 700;
}

.profile {
  margin: 2rem 0 0;
}

.profile p {
  padding: 0 0 .5em;
  color: #6d411f;
  font-size: min(0.8vw, 12px);
  line-height: 2;
}

.profile p.prof-h {
  width: 100%;
  padding: 0 0 .5em;
  margin: 0 0 .8em;
  font-size: min(1.2vw, 14px);
  font-weight: 900;
  line-height: 1.6;
  border-bottom: #6d411f solid 1px;
}

.social {
  width: 100%;
}

.social div {
  display: inline-block;
  width: 36px;
  margin: 0 5px;
  vertical-align: middle;
}

.social div:first-child {
  display: inline-block;
  width: 74px;
  margin: 0 8px 0 0;
  color: #6d411f;
  font-size: min(1vw, 14px);
  letter-spacing: 0.3em;
}

.sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.x-account {
  width: 22%;
  margin: 0 1rem 2rem 0;
}

.footer {
  position: relative;
  width: 100%;
  padding: 3rem 0;
}

.footer p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-color: #6d411f;
  z-index: 0;
}

.footer_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.footer_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}

.banner {
  position: relative;
  width: 16%;
  margin: 0 1% 1.2rem;
  background-color: #6d411f;
}

.banner a {
  transition: all 0.3s;
}

.banner a:hover {
  opacity: 0.6;
}


@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc_display {
    display: none;
  }

  .blur {
    backdrop-filter: blur(3px);
  }

  .webp .background {
    background-image: url(../img/common/bg-sp.webp);
  }

  .no-webp .background {
    background-image: url(../img/common/bg-sp.jpg);
  }

  .header_logo {
    width: 90%;
    bottom: 4%;
    left: 5%;
  }

  .header_catch {
    width: 22%;
    padding: 0 0 66%;
  }

  .catch {
    width: 80%;
    padding: 2rem 0;
  }

  .catch img {
    width: 100%;
    filter:
      drop-shadow(0px 0px 4px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 1.0));
  }

  .sec-left {
    width: 90%;
    margin: 0 auto 3rem;
    padding: .5rem;
    background-size: 30% auto;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.4);
  }

  .sec-right {
    width: 90%;
    margin: 0 auto 3rem;
    padding: .5rem;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.4);
  }

  .sec-bg-1 {
    background-repeat: no-repeat, repeat-y;
    background-position: bottom center, center;
    background-size: 120% auto, 100% auto;
  }

  .webp .sec-bg-1 {
    background-image: url(../img/common/sp-bg_1.webp), url(../img/common/bg_frame.webp);
  }

  .no-webp .sec-bg-1 {
    background-image: url(../img/common/sp-bg_1.png), url(../img/common/bg_frame.jpg);
  }

  .sec-bg-2 {
    background-repeat: no-repeat, repeat-y;
    background-position: bottom center, center;
    background-size: 120% auto, 100% auto;
  }

  .webp .sec-bg-2 {
    background-image: url(../img/common/sp-bg_2.webp), url(../img/common/bg_frame.webp);
  }

  .no-webp .sec-bg-2 {
    background-image: url(../img/common/sp-bg_2.png), url(../img/common/bg_frame.jpg);
  }

  .sec-bg-3 {
    background-repeat: no-repeat, repeat-y;
    background-position: bottom center, center;
    background-size: 120% auto, 100% auto;
  }

  .webp .sec-bg-3 {
    background-image: url(../img/common/sp-bg_3.webp), url(../img/common/bg_frame.webp);
  }

  .no-webp .sec-bg-3 {
    background-image: url(../img/common/sp-bg_3.png), url(../img/common/bg_frame.jpg);
  }

  .sec-bg-4 {
    background-repeat: no-repeat, repeat-y;
    background-position: bottom center, center;
    background-size: 120% auto, 100% auto;
  }

  .webp .sec-bg-4 {
    background-image: url(../img/common/sp-bg_4.webp), url(../img/common/bg_frame.webp);
  }

  .no-webp .sec-bg-4 {
    background-image: url(../img/common/sp-bg_4.png), url(../img/common/bg_frame.jpg);
  }

  .sec-bg-5 {
    background-repeat: no-repeat, repeat-y;
    background-position: bottom center, center;
    background-size: 120% auto, 100% auto;
  }

  .webp .sec-bg-5 {
    background-image: url(../img/common/sp-bg_5.webp), url(../img/common/bg_frame.webp);
  }

  .no-webp .sec-bg-5 {
    background-image: url(../img/common/sp-bg_5.png), url(../img/common/bg_frame.jpg);
  }

  .sec-bg-6 {
    background-repeat: no-repeat, repeat-y;
    background-position: bottom center, center;
    background-size: 120% auto, 100% auto;
  }

  .webp .sec-bg-6 {
    background-image: url(../img/common/sp-bg_6.webp), url(../img/common/bg_frame.webp);
  }

  .no-webp .sec-bg-6 {
    background-image: url(../img/common/sp-bg_6.png), url(../img/common/bg_frame.jpg);
  }

  .sec-bg {
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  .border-left {
    border-top: 3px solid #6d411f;
    border-bottom: 3px solid #6d411f;
    border-right: 3px solid #6d411f;
    border-left: 3px solid #6d411f;
  }

  .border-left::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top: 2px solid #6d411f;
    border-bottom: 2px solid #6d411f;
    border-right: 2px solid #6d411f;
    border-left: 2px solid #6d411f;
  }

  .border-right {
    border-top: 3px solid #6d411f;
    border-bottom: 3px solid #6d411f;
    border-right: 3px solid #6d411f;
    border-left: 3px solid #6d411f;
  }

  .border-right::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top: 2px solid #6d411f;
    border-bottom: 2px solid #6d411f;
    border-right: 2px solid #6d411f;
    border-left: 2px solid #6d411f;
  }

  .headding-left {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .headding-right {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .headding-left img,
  .headding-right img {
    width: 100%;
  }

  .inner-left {
    width: 100%;
    padding: 1.4rem 6%;
  }

  .inner-right {
    width: 100%;
    padding: 1.4rem 6%;
  }

  h2 {
    margin: 0 0 1.2em;
    font-size: 4.5vw;
  }

  p {
    font-size: 3vw;
    line-height: 1.8;
  }

  .column-image img {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  }

  .movie {
    margin: .6rem 0 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .movie-item {
    width: 48%;
    margin: 0 4% .6rem 0;
  }

  .movie-item:nth-child(2n) {
    margin: 0 0 .6rem;
  }

  a.movie-btn {
    height: 3.4em;
    margin: 0;
    font-size: 3.2vw;
  }

  .column {
    flex-wrap: wrap;
  }

  .column-image {
    width: 100%;
    text-align: center;
  }

  .column-image img {
    width: 60%;
  }

  .column-text {
    width: 100%;
    text-align: center;
  }

  .name {
    font-size: 4.6vw;
    line-height: 1;
    padding: 0 0 1em;
  }

  .name span {
    letter-spacing: 0.2em;
    font-size: 65%;
  }

  .name-last {
    padding: 0 0 .4em
  }

  .name-sub {
    padding: 0 0 1em 0;
    font-size: 3.5vw;
    line-height: 1.8;
  }

  .name-sub span {
    font-size: 78%;
    padding: 0 .8em 0;
  }

  .comment {
    text-align: left;
    margin: .6em 0 0;
    padding: 1.4em;
    font-size: 3vw;
    line-height: 1.8;
  }

  .comics-text {
    padding: 0 0 .8em;
    font-size: 4vw;
    line-height: 1.6;
  }

  .comment span {
    font-size: 110%;
  }

  .copy {
    margin: .8em 0 2em;
    text-align: center;
    font-size: 2.4vw;
  }

  .c-1 {
    order: 2;
  }

  .c-2 {
    order: 1;
  }

  .interview p.int-h {
    font-size: 3.4vw;
  }

  .interview {
    margin: 1.8em 0 0;
    text-align: left;
  }

  .interview p {
    padding: 0 0 .5em;
    font-size: 3vw;
    line-height: 1.8;
  }

  .t-center {
    text-align: center;
  }

  .profile-btm {
    margin: 0 0 1.5rem;
  }

  .profile {
    margin: 1rem 0 0;
  }

  .profile p {
    padding: 0 0 .5em;
    font-size: 3vw;
    line-height: 1.8;
  }

  .profile p.prof-h {
    font-size: 3.6vw;
    line-height: 1.8;
  }

  .social div {
    width: 10%;
    margin: 0 2%;
  }

  .social div:first-child {
    width: 100%;
    text-align: center;
    margin: 0 0 .5em;
    font-size: 3vw;
  }

  .sns{
    justify-content: space-between;
    align-items: center;
  }

  .x-account {
    width: 48%;
    margin: 0 0 1em;
    line-height: 0;
  }

  .x-account:nth-child(2n) {
    margin: 0 0 1em;
  }

  .footer {
    padding: 2rem 0 1rem;
  }

  .footer p {
    font-size: 2.8vw;
  }

  .footer_inner {
    width: 100%;
  }

  .footer_banner {
    margin: 0 0 1rem;
  }

  .banner {
    position: relative;
    width: 29%;
    margin: 0 1% .5rem;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp_display {
    display: none;
  }

  .catch {
    width: 90%;
    padding: 1.5rem 0 3rem 0;
  }

  .catch img {
    width: 100%;
  }

  .sec-left {
    width: 100%;
    margin: 0 0 4rem 0;
  }

  .sec-right {
    width: 100%;
    margin: 0 0 4rem 5%;
  }

  .sec-bg-1 {
    background-position: bottom right -80px, center;
    background-size: auto 80%, 30% auto;
  }

  .sec-bg-2 {
    background-position: bottom right -80px, center;
    background-size: auto 80%, 30% auto;
  }

  .sec-bg-3 {
    background-position: bottom right -80px, center;
    background-size: auto 80%, 30% auto;
  }

  .sec-bg-4 {
    background-position: bottom right -80px, center;
    background-size: auto 80%, 30% auto;
  }

  .sec-bg-5 {
    background-position: bottom right -80px, center;
    background-size: auto 80%, 30% auto;
  }

  .sec-bg-6 {
    background-position: bottom right -80px, center;
    background-size: auto 80%, 30% auto;
  }

  .border-left {
    border-top: 3px solid #6d411f;
    border-bottom: 3px solid #6d411f;
    border-right: 3px solid #6d411f;
  }

  .border-left::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    right: 6px;
    bottom: 6px;
  }

  .border-right {
    border-top: 3px solid #6d411f;
    border-bottom: 3px solid #6d411f;
    border-left: 3px solid #6d411f;
  }

  .border-right::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 0;
    bottom: 6px;
  }

  .headding-left {
    width: 80%;
    margin: 0;
    padding: 0 0 0 5%;
  }

  .headding-right {
    width: 80%;
    margin: 0 0 0 5%;
    padding: 0;
  }

  .headding-left img {
    width: 80%;
    padding: 0;
  }

  .headding-right img {
    width: 80%;
    padding: 0;
  }

  .inner-left {
    width: 95%;
    padding: 2rem 2rem 2rem 5%;
  }

  .inner-right {
    width: 95%;
    padding: 2rem;
  }

  h2 {
    font-size: 2.8vw;
  }

  p {
    font-size: 1.6vw;
  }

  .movie-item:nth-child(4n) {
    width: 24%;
    margin: 0;
  }

  .name {
    font-size: 2.6vw;
  }

  .name-sub {
    padding: 0 0 .6em 5.3vw;
    font-size: 2vw;
  }

  .comment {
    margin: 1em 0 0;
    padding: 1em;
    font-size: 1.5vw;
  }

  .comics-text {
    font-size: 1.8vw;
  }

  .comics-text span {
    font-size: 65%;
  }

  .interview p {
    font-size: 1.5vw;
  }

  .social div {
    width: 6%;
    margin: 0 1%;
  }

  .profile p {
    padding: 0 0 .5em;
    font-size: 1.4vw;
  }

  .profile p.prof-h {
    font-size: 1.5vw;
  }

  .social div:first-child {
    width: 11%;
    margin: 0;
    font-size: 1.5vw;
  }

  .x-account {
    width: 26%;
    margin: 0 1em 1em 0;
  }

  .x-account span {
    font-size: 120%;
  }

  .footer {
    position: relative;
    width: 100%;
    padding: 3rem 0;
  }

  .footer p {
    font-size: 1.2vw;
  }

  .footer_inner {
    width: 100%;
  }

  .banner {
    width: 20%;
    margin: 0 1% 1rem;
  }

}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .movie-item:nth-child(4n) {
    width: 24%;
    margin: 0;
  }

  a.movie-btn:hover {
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0);
  }

  .alpha a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}