@charset "UTF-8";
@font-face {
  font-family: '源ノ角ゴシック';
  src: url("../fonts/SourceHanCodeJP-Light.woff2") format("woff"), url("../fonts/SourceHanCodeJP-Light.woff") format("woff"), url("../fonts/SourceHanCodeJP-Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: '源ノ角ゴシック';
  src: url("../fonts/SourceHanCodeJP-Normal.woff2") format("woff"), url("../fonts/SourceHanCodeJP-Normal.woff") format("woff"), url("../fonts/SourceHanCodeJP-Normal.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: '源ノ角ゴシック';
  src: url("../fonts/SourceHanCodeJP-Regular.woff2") format("woff"), url("../fonts/SourceHanCodeJP-Regular.woff") format("woff"), url("../fonts/SourceHanCodeJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: '源ノ角ゴシック';
  src: url("../fonts/SourceHanCodeJP-Medium.woff2") format("woff"), url("../fonts/SourceHanCodeJP-Medium.woff") format("woff"), url("../fonts/SourceHanCodeJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: '源ノ角ゴシック';
  src: url("../fonts/SourceHanCodeJP-Bold.woff2") format("woff"), url("../fonts/SourceHanCodeJP-Bold.woff") format("woff"), url("../fonts/SourceHanCodeJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
.c5-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #FFE54F;
  padding: 25px 0; }
  @media screen and (max-width: 767px) {
    .c5-header {
      height: 100vh;
      transform: translateX(100%);
      padding: 0;
      transition: transform 0.5s; }
      .c5-header.c5-header-open {
        transform: translateX(0%); } }
  @media screen and (max-width: 767px) and (max-height: 390px) {
    .c5-header {
      overflow-y: overlay; } }

.c5-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  max-width: 1360px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .c5-header-content {
      justify-content: center;
      flex-wrap: wrap-reverse;
      max-width: none;
      height: 100vh; } }
  @media screen and (max-width: 767px) and (max-height: 390px) {
    .c5-header-content {
      height: auto; } }

.c5-header-logo {
  width: 45%;
  max-width: 358px;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .c5-header-logo {
      width: 60%;
      max-width: none; } }
  @media screen and (max-width: 767px) and (max-height: 390px) {
    .c5-header-logo {
      margin-top: 3vw; } }

.c5-header-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0; }
  .c5-header-nav ul li {
    margin-left: 40px; }
    .c5-header-nav ul li a {
      display: block; }
      .c5-header-nav ul li a img {
        zoom: 0.5; }
@media screen and (max-width: 767px) {
  .c5-header-nav {
    height: 80vh;
    display: flex;
    align-items: center; }
    .c5-header-nav ul {
      display: block; }
      .c5-header-nav ul li {
        margin-left: 0;
        margin-bottom: 14vw; }
        .c5-header-nav ul li:last-child {
          margin-bottom: 0; }
        .c5-header-nav ul li a img {
          margin: auto;
          zoom: 0.25; } }
  @media screen and (max-width: 767px) and (max-height: 390px) {
    .c5-header-nav {
      height: auto; } }

.c5-hamburger {
  display: none; }
  @media screen and (max-width: 767px) {
    .c5-hamburger {
      display: block;
      position: fixed;
      top: 4vw;
      right: 4vw;
      z-index: 1000;
      border: none;
      background: none;
      padding: 0;
      width: 10vw;
      height: 7.6vw;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s; }
      .c5-hamburger span {
        width: 100%;
        height: 1vw;
        background-color: #180100;
        position: absolute;
        left: 0;
        border-radius: 10vw;
        transition: all 0.5s; }
        .c5-hamburger span:nth-child(1) {
          top: 0; }
        .c5-hamburger span:nth-child(2) {
          top: calc(50% - 0.5vw); }
        .c5-hamburger span:nth-child(3) {
          top: calc(100% - 1vw); }
      .c5-hamburger.c5-hamburger-open span {
        background-color: #180100 !important; }
        .c5-hamburger.c5-hamburger-open span:nth-child(1) {
          top: calc(50% - 0.5vw);
          transform: rotate(45deg); }
        .c5-hamburger.c5-hamburger-open span:nth-child(2) {
          opacity: 0; }
        .c5-hamburger.c5-hamburger-open span:nth-child(3) {
          top: calc(50% - 0.5vw);
          transform: rotate(-45deg); }
      .c5-hamburger.c5-hamburgerFix {
        opacity: 1;
        visibility: visible !important; } }

.c5-hamburger--light span {
  background-color: #180100; }

.c5-hamburger--dark span {
  background-color: #fff; }

.c5-headerFix {
  position: fixed; }

@keyframes bounceBackground {
  0% {
    background-size: 160%; }
  50% {
    background-size: 100%; }
  70% {
    background-size: 105%; }
  100% {
    background-size: 100%; } }
@media screen and (max-width: 767px) {
  @keyframes bounceBackground_sp {
    0% {
      background-size: 320%; }
    50% {
      background-size: 100%; }
    70% {
      background-size: 105%; }
    100% {
      background-size: 100%; } } }
.c5-mv {
  padding-top: 122px;
  padding-bottom: 60px;
  background-color: #FFE54F;
  background-image: url(../images/mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 160%; }
  @media screen and (max-width: 767px) {
    .c5-mv {
      padding-top: 0;
      padding-bottom: 12vw;
      background-image: url(../images/mv-bg-sp.jpg);
      background-size: 320%; } }
  .c5-mv.c5-animeset_on {
    animation: bounceBackground 0.7s ease-in-out forwards; }
    @media screen and (max-width: 767px) {
      .c5-mv.c5-animeset_on {
        animation: bounceBackground_sp 1s ease-in-out forwards; } }

.c5-mv-logo {
  width: 95%;
  max-width: 860px;
  margin: 45px auto -80px;
  padding-bottom: 80px;
  position: relative; }
  .c5-mv-logo .c5-yatsui {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32%;
    max-width: 256px; }
  @media screen and (max-width: 767px) {
    .c5-mv-logo {
      width: 100%;
      max-width: none;
      margin: -4vw auto -13vw;
      padding-bottom: 8vw; }
      .c5-mv-logo .c5-yatsui {
        width: 35%;
        max-width: none;
        right: -4%; } }

.c5-about, .c5-personality {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 780px;
  margin: 50px auto 0; }
  .c5-about .c5-title, .c5-personality .c5-title {
    margin-bottom: 25px; }
  .c5-about .c5-text, .c5-personality .c5-text {
    margin: auto auto 50px; }
  @media screen and (max-width: 767px) {
    .c5-about, .c5-personality {
      width: 93%;
      max-width: none;
      margin: 10vw auto 0;
      text-align: left; }
      .c5-about .c5-title, .c5-personality .c5-title {
        margin-bottom: 3vw; }
      .c5-about .c5-text, .c5-personality .c5-text {
        margin: auto auto 0; } }

.c5-btn_accordion {
  display: none; }

@media screen and (max-width: 767px) {
  .c5-accordion_box {
    position: relative;
    padding-bottom: 14vw; }
    .c5-accordion_box .c5-text {
      height: 9.5em;
      overflow-y: hidden;
      transition: height 0.5s; }

  .c5-btn_accordion {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 4.25vw;
    color: #2C1000;
    border-radius: 8vw;
    border: 0.2vw solid #2C1000;
    padding: 2vw 8vw;
    width: 32%;
    text-align: center; }
    .c5-btn_accordion:before, .c5-btn_accordion:after {
      content: "";
      position: absolute;
      top: 62%;
      right: 5vw;
      width: 3vw;
      height: 0.2vw;
      border-radius: 9999px;
      transform-origin: 100% 50%;
      background-color: #2C1000;
      transition: transform 0.5s; }
    .c5-btn_accordion:before {
      transform: translateY(-50%) rotate(45deg); }
    .c5-btn_accordion:after {
      transform: translateY(-50%) rotate(135deg); }
    .c5-btn_accordion.c5-btn_accordion-open:before, .c5-btn_accordion.c5-btn_accordion-open:after {
      top: 42%; }
    .c5-btn_accordion.c5-btn_accordion-open:before {
      transform: translateY(-50%) rotate(-45deg); }
    .c5-btn_accordion.c5-btn_accordion-open:after {
      transform: translateY(-50%) rotate(-135deg); } }
.c5-contents .c5-title {
  margin-bottom: 50px; }
@media screen and (max-width: 767px) {
  .c5-contents .c5-title {
    margin-bottom: 7vw; } }

.c5-contents-new {
  background-color: #2C1000;
  padding: 70px 0 80px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .c5-contents-new {
      padding: 9vw 0 9vw; } }

.c5-contents-archive {
  background-color: #FEFAE3;
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    .c5-contents-archive {
      padding: 8vw 0; } }
  .c5-contents-archive .c5-contents-leftHead {
    justify-content: flex-end; }

.c5-contents-top, .c5-contents-bottom {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .c5-contents-top, .c5-contents-bottom {
      display: block; } }

.c5-contents-left, .c5-contents-right {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .c5-contents-left, .c5-contents-right {
      width: 100%; } }

.c5-contents-left {
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .c5-contents-left {
      margin-right: 0; } }

.c5-contents-right {
  margin-left: 30px; }
  @media screen and (max-width: 767px) {
    .c5-contents-right {
      margin-left: 0;
      margin-top: 3.5vw; } }

.c5-contents-bottom {
  align-items: flex-end;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .c5-contents-bottom {
      display: flex;
      flex-wrap: wrap-reverse;
      margin-top: 0; } }

.c5-contents-leftHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .c5-contents-leftHead {
      margin-bottom: 3.5vw; } }

.c5-contents-leftHead-title {
  margin: 0; }
  .c5-contents-leftHead-title img {
    zoom: 0.55; }
    @media screen and (max-width: 767px) {
      .c5-contents-leftHead-title img {
        zoom: 0.5; } }

.c5-contents-leftHead-text {
  font-size: 14px;
  font-weight: 200;
  margin: 0 0 0 20px; }
  @media screen and (max-width: 767px) {
    .c5-contents-leftHead-text {
      font-size: 3.4vw;
      margin: 0 0 0 4vw; } }

.c5-contents-rightContents-title {
  font-size: 18px;
  line-height: 2;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c5-contents-rightContents-title {
      font-size: 4.8vw;
      margin-bottom: 4vw; } }

.c5-contents-rightContents-guest {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .c5-contents-rightContents-guest {
      display: inline; } }

.c5-contents-rightContents-text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .c5-contents-rightContents-text {
      font-size: 4.25vw; } }

.c5-contents-movie_division {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .c5-contents-movie_division {
      margin-top: 7vw; } }

.c5-contents-movie_division-item {
  width: 50%;
  margin: 0 10px; }
  .c5-contents-movie_division-item:first-child {
    margin-left: 0; }
  .c5-contents-movie_division-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .c5-contents-movie_division-item {
      margin: 0 2.5vw; } }

.c5-contents-movie_division-itemTitle {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .c5-contents-movie_division-itemTitle {
      font-size: 3.4vw;
      margin-top: 4vw;
      line-height: 1.5; } }

.c5-linkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.c5-linkbox-item {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 15px;
  border-radius: 8px;
  overflow: hidden; }
  .c5-linkbox-item a {
    padding: 5px 10px 5px 25px;
    display: block;
    position: relative; }
    .c5-linkbox-item a:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 5px;
      transform: translateY(-50%);
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 0.5s; }
    .c5-linkbox-item a:hover {
      opacity: 1 !important; }
  @media screen and (max-width: 767px) {
    .c5-linkbox-item {
      font-size: 3.4vw;
      margin-top: 4.5vw;
      margin-right: 4.5vw;
      border-radius: 1.5vw; }
      .c5-linkbox-item a {
        padding: 1.5vw 5vw 1.5vw 7vw; }
        .c5-linkbox-item a:before {
          left: 1.8vw; } }

.c5-linkbox-x a:before {
  width: 16px;
  height: 15px; }
  @media screen and (max-width: 767px) {
    .c5-linkbox-x a:before {
      width: 4vw;
      height: 4vw; } }

.c5-linkbox-threads a:before {
  width: 16px;
  height: 19px; }
  @media screen and (max-width: 767px) {
    .c5-linkbox-threads a:before {
      width: 4vw;
      height: 4.5vw; } }

.c5-linkbox-facebook a:before {
  width: 10px;
  height: 21px;
  top: auto;
  bottom: 0;
  left: 8px;
  transform: translateY(0%); }
  @media screen and (max-width: 767px) {
    .c5-linkbox-facebook a:before {
      width: 2.7vw;
      height: 5.7vw;
      left: 2.4vw; } }

.c5-linkbox-youtube a {
  padding-left: 40px; }
  .c5-linkbox-youtube a:before {
    width: 25px;
    height: 18px; }
  @media screen and (max-width: 767px) {
    .c5-linkbox-youtube a {
      padding-left: 11vw; }
      .c5-linkbox-youtube a:before {
        width: 6.7vw;
        height: 5vw; } }

.c5-linkbox-text {
  border-radius: 0;
  margin-right: 0;
  width: 100%; }
  .c5-linkbox-text a {
    padding: 10px; }
    .c5-linkbox-text a:before, .c5-linkbox-text a:after {
      left: auto;
      right: 15px;
      width: 12px;
      height: 1px;
      border-radius: 9999px;
      transform-origin: 100% 50%;
      transition: background-color 0.5s; }
    .c5-linkbox-text a:before {
      transform: translateY(-50%) rotate(45deg); }
    .c5-linkbox-text a:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg); }
  @media screen and (max-width: 767px) {
    .c5-linkbox-text a {
      padding: 3vw; }
      .c5-linkbox-text a:before, .c5-linkbox-text a:after {
        right: 5vw;
        width: 3.5vw;
        height: 0.2vw; } }

.c5-linkbox-w .c5-linkbox-item {
  border: 1px solid #fff; }
  @media screen and (max-width: 767px) {
    .c5-linkbox-w .c5-linkbox-item {
      border: 0.2vw solid #fff; } }
  .c5-linkbox-w .c5-linkbox-item a:hover {
    color: #2C1000;
    background-color: #fff; }
.c5-linkbox-w .c5-linkbox-x a:before {
  background-image: url(../images/icon/icon-w-x.png); }
.c5-linkbox-w .c5-linkbox-x a:hover:before {
  background-image: url(../images/icon/icon-b-x.png); }
.c5-linkbox-w .c5-linkbox-threads a:before {
  background-image: url(../images/icon/icon-w-threads.png); }
.c5-linkbox-w .c5-linkbox-threads a:hover:before {
  background-image: url(../images/icon/icon-b-threads.png); }
.c5-linkbox-w .c5-linkbox-facebook a:before {
  background-image: url(../images/icon/icon-w-facebook.png); }
.c5-linkbox-w .c5-linkbox-facebook a:hover:before {
  background-image: url(../images/icon/icon-b-facebook.png); }
.c5-linkbox-w .c5-linkbox-youtube a:before {
  background-image: url(../images/icon/icon-w-youtube.png); }
.c5-linkbox-w .c5-linkbox-youtube a:hover:before {
  background-image: url(../images/icon/icon-b-youtube.png); }
.c5-linkbox-w .c5-linkbox-text a:before, .c5-linkbox-w .c5-linkbox-text a:after {
  background-color: #fff; }
.c5-linkbox-w .c5-linkbox-text a:hover:before, .c5-linkbox-w .c5-linkbox-text a:hover:after {
  background-color: #2C1000; }

.c5-linkbox-b .c5-linkbox-item {
  border: 1px solid #000; }
  @media screen and (max-width: 767px) {
    .c5-linkbox-b .c5-linkbox-item {
      border: 0.2vw solid #000; } }
  .c5-linkbox-b .c5-linkbox-item a:hover {
    color: #fff;
    background-color: #000;
    opacity: 1; }
.c5-linkbox-b .c5-linkbox-x a:before {
  background-image: url(../images/icon/icon-b-x.png); }
.c5-linkbox-b .c5-linkbox-x a:hover:before {
  background-image: url(../images/icon/icon-w-x.png); }
.c5-linkbox-b .c5-linkbox-threads a:before {
  background-image: url(../images/icon/icon-b-threads.png); }
.c5-linkbox-b .c5-linkbox-threads a:hover:before {
  background-image: url(../images/icon/icon-w-threads.png); }
.c5-linkbox-b .c5-linkbox-facebook a:before {
  background-image: url(../images/icon/icon-b-facebook.png); }
.c5-linkbox-b .c5-linkbox-facebook a:hover:before {
  background-image: url(../images/icon/icon-w-facebook.png); }
.c5-linkbox-b .c5-linkbox-youtube a:before {
  background-image: url(../images/icon/icon-b-youtube.png); }
.c5-linkbox-b .c5-linkbox-youtube a:hover:before {
  background-image: url(../images/icon/icon-w-youtube.png); }
.c5-linkbox-b .c5-linkbox-text a:before, .c5-linkbox-b .c5-linkbox-text a:after {
  background-color: #000; }
.c5-linkbox-b .c5-linkbox-text a:hover:before, .c5-linkbox-b .c5-linkbox-text a:hover:after {
  background-color: #fff; }

.c5-contents-archiveList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .c5-contents-archiveList {
      display: block; } }

.c5-contents-archiveItem {
  width: calc(50% - 30px);
  margin: 0 30px 15px;
  border-bottom: 1px solid #808080; }
  .c5-contents-archiveItem:nth-child(2n + 1) {
    margin-left: 0; }
  .c5-contents-archiveItem:nth-child(2n) {
    margin-right: 0; }
    .c5-contents-archiveItem:nth-child(2n) .c5-contents-box {
      position: relative;
      left: calc(-100% - 60px); }
  .c5-contents-archiveItem .c5-contents-box {
    display: none;
    width: calc(200% + 60px);
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: -1px;
    border-bottom: 1px solid #808080; }
  @media screen and (max-width: 767px) {
    .c5-contents-archiveItem {
      width: 100%;
      margin: 0 0 5vw;
      border-bottom: 0.2vw solid #808080; }
      .c5-contents-archiveItem:nth-child(2n) .c5-contents-box {
        left: 0; }
      .c5-contents-archiveItem .c5-contents-box {
        display: none;
        width: 100%;
        padding-top: 4.8vw;
        padding-bottom: 4.8vw;
        margin-bottom: -0.2vw;
        border-top: 0.2vw solid #808080;
        border-bottom: 0.2vw solid #808080; } }

.c5-contents-archiveItem-box {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px; }
  .c5-contents-archiveItem-box figure {
    width: 100%;
    max-width: 132px; }
    .c5-contents-archiveItem-box figure img {
      border-radius: 0.5em; }
  @media screen and (max-width: 767px) {
    .c5-contents-archiveItem-box {
      margin-bottom: 4.8vw; }
      .c5-contents-archiveItem-box figure {
        width: 70%;
        max-width: none; }
        .c5-contents-archiveItem-box figure img {
          border-radius: 2vw; } }

.c5-contents-archiveItem-boxText {
  width: 100%;
  font-weight: 200;
  margin-left: 15px; }
  @media screen and (max-width: 767px) {
    .c5-contents-archiveItem-boxText {
      margin-left: 5vw; } }

.c5-contents-archiveItem-boxText-date {
  font-size: 14px;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .c5-contents-archiveItem-boxText-date {
      font-size: 3.4vw; } }

.c5-contents-archiveItem-boxText-title {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.7; }
  .c5-contents-archiveItem-boxText-title em {
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .c5-contents-archiveItem-boxText-title {
      font-size: 3.4vw;
      margin-top: 0; } }

.c5-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 200;
  margin-top: 35px; }
  .c5-pagination ol {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
  .c5-pagination p, .c5-pagination li {
    margin: 0 0.5em; }
  @media screen and (max-width: 767px) {
    .c5-pagination {
      font-size: 4.25vw;
      margin-top: 9vw; } }

.c5-enquete {
  background-color: #FFE54F;
  padding: 40px 0 100px; }
  @media screen and (max-width: 767px) {
    .c5-enquete {
      padding: 10vw 0 15vw; } }

.c5-enquete-formBox {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  width: calc(95% - 60px);
  max-width: calc(660px - 60px);
  margin: auto auto 70px; }
  .c5-enquete-formBox p {
    text-align: center; }
  @media screen and (max-width: 767px) {
    .c5-enquete-formBox {
      padding: 8vw 4vw;
      border-radius: 6vw;
      width: calc(90% - 8vw);
      max-width: none;
      margin: auto auto 15vw; } }

.c5-enquete-formBox-textBox {
  margin-bottom: 50px; }
  .c5-enquete-formBox-textBox:last-child {
    margin-bottom: 0; }
  .c5-enquete-formBox-textBox img {
    display: inline-block !important; }
  @media screen and (max-width: 767px) {
    .c5-enquete-formBox-textBox {
      margin-bottom: 10vw; } }

.c5-enquete-formBox-title {
  font-size: 21px;
  font-weight: 600;
  margin: 0 auto 40px; }
  @media screen and (max-width: 767px) {
    .c5-enquete-formBox-title {
      font-size: 4.8vw;
      margin: 0 auto 6vw; } }

.c5-enquete-formBox-btn {
  width: 50%;
  margin: 0 auto 20px; }
  .c5-enquete-formBox-btn a {
    display: block;
    padding: 15px 0;
    color: #fff;
    background-color: #2C1000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #2C1000; }
    .c5-enquete-formBox-btn a:hover {
      opacity: 1 !important;
      color: #2C1000 !important;
      background-color: #fff; }
  @media screen and (max-width: 767px) {
    .c5-enquete-formBox-btn {
      width: 100%;
      margin: 0 auto 5vw; }
      .c5-enquete-formBox-btn a {
        padding: 4vw 0;
        font-size: 4.25vw;
        border-radius: 8vw;
        border: 0.2vw solid #2C1000; } }

.c5-enquete-formBox-text {
  margin: auto;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .c5-enquete-formBox-text {
      font-size: 4.25vw;
      text-align: left !important; } }

.c5-enquete-formBox-cap {
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .c5-enquete-formBox-cap {
      margin: 2vw auto 0;
      font-size: 3.2vw;
      text-align: left !important; } }

.c5-enquete-about {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .c5-enquete-about > div {
    border-left: 1px solid #fff;
    padding: 0 30px; }
    .c5-enquete-about > div:last-child {
      border-right: 1px solid #fff; }
  @media screen and (max-width: 767px) {
    .c5-enquete-about {
      display: block; }
      .c5-enquete-about > div {
        border-left: none;
        padding: 0 0 10vw; }
        .c5-enquete-about > div:last-child {
          padding: 10vw 0 0;
          border-right: none;
          border-top: 0.2vw solid #fff; } }

.c5-enquete-aboutTitle {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .c5-enquete-aboutTitle {
      font-size: 5.37vw;
      text-align: left; } }

.c5-enquete-aboutText {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 0 0 25px; }
  @media screen and (max-width: 767px) {
    .c5-enquete-aboutText {
      font-size: 4.25vw;
      margin: 0 0 8vw; } }

.c5-enquete-aboutBtn {
  width: 90%;
  margin: auto;
  text-align: center; }
  .c5-enquete-aboutBtn a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
    position: relative;
    border-radius: 9999px;
    border: 1px solid #000; }
    .c5-enquete-aboutBtn a:before, .c5-enquete-aboutBtn a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      width: 12px;
      height: 1px;
      border-radius: 9999px;
      transform: translateY(-50%);
      transform-origin: 100% 50%;
      background-color: #fff;
      transition: background-color 0.5s; }
    .c5-enquete-aboutBtn a:before {
      transform: rotate(45deg); }
    .c5-enquete-aboutBtn a:after {
      transform: rotate(-45deg); }
    .c5-enquete-aboutBtn a:hover {
      opacity: 1 !important;
      color: #000 !important;
      background-color: #fff; }
      .c5-enquete-aboutBtn a:hover:before, .c5-enquete-aboutBtn a:hover:after {
        background-color: #000; }
  @media screen and (max-width: 767px) {
    .c5-enquete-aboutBtn a {
      padding: 4vw 0;
      font-size: 3.4vw;
      border: 0.2vw solid #000; }
      .c5-enquete-aboutBtn a:before, .c5-enquete-aboutBtn a:after {
        right: 5vw;
        width: 3.5vw;
        height: 0.2vw; } }

.c5-enquete-about-app .c5-enquete-aboutTitle {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .c5-enquete-about-app .c5-enquete-aboutTitle {
      margin-bottom: 8vw; } }

.c5-enquete-about-appInfo {
  margin-bottom: 25px; }
  .c5-enquete-about-appInfo figure {
    display: flex;
    align-items: center;
    justify-content: center; }
    .c5-enquete-about-appInfo figure img {
      zoom: 0.5; }
  .c5-enquete-about-appInfo figcaption {
    font-size: 20px;
    font-weight: 300;
    margin-left: 20px;
    line-height: 1.5; }
    .c5-enquete-about-appInfo figcaption span, .c5-enquete-about-appInfo figcaption small {
      display: inline-block; }
    .c5-enquete-about-appInfo figcaption small {
      font-size: 14px;
      position: relative;
      top: -6px; }
  @media screen and (max-width: 767px) {
    .c5-enquete-about-appInfo {
      margin-bottom: 5vw; }
      .c5-enquete-about-appInfo figcaption {
        font-size: 4.8vw;
        margin-left: 5vw; }
        .c5-enquete-about-appInfo figcaption small {
          font-size: 3.4vw;
          top: 0; } }

.c5-enquete-about-appBtns {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c5-enquete-about-appBtns p {
    margin: 0 6px; }
    .c5-enquete-about-appBtns p a {
      display: block; }
    .c5-enquete-about-appBtns p img {
      zoom: 0.6; }
  @media screen and (max-width: 767px) {
    .c5-enquete-about-appBtns {
      margin-top: 5vw; }
      .c5-enquete-about-appBtns p {
        margin: 0 2.5vw; }
        .c5-enquete-about-appBtns p img {
          zoom: 0.5; } }

.c5-enquete-about-contents .c5-enquete-aboutTitle {
  margin-bottom: 45px; }
  @media screen and (max-width: 767px) {
    .c5-enquete-about-contents .c5-enquete-aboutTitle {
      margin-bottom: 8vw; } }

.c5-enquete-about-contentsLogo {
  margin-bottom: 55px; }
  .c5-enquete-about-contentsLogo img {
    zoom: 0.5;
    margin: auto; }
  @media screen and (max-width: 767px) {
    .c5-enquete-about-contentsLogo {
      margin-bottom: 8vw; } }

.c5-header-script {
  background-color: #FEFAE3; }

.c5-script-mv {
  padding-top: 122px;
  padding-bottom: 50px;
  background-color: #FEFAE3; }
  @media screen and (max-width: 767px) {
    .c5-script-mv {
      padding-top: 4vw;
      padding-bottom: 7vw; } }

.c5-script-mv-thum {
  margin: 80px auto 40px; }
  .c5-script-mv-thum img {
    border-radius: 2.8em; }
  @media screen and (max-width: 767px) {
    .c5-script-mv-thum {
      margin: 0 auto 4vw; }
      .c5-script-mv-thum img {
        border-radius: 5vw; } }

.c5-script-mv-textBox p {
  margin: 0; }

.c5-script-mv-textBox-date {
  font-size: 16px;
  color: #4C4948; }
  @media screen and (max-width: 767px) {
    .c5-script-mv-textBox-date {
      font-size: 4.25vw; } }

.c5-script-mv-textBox-title {
  font-size: 25px;
  color: #4C4948;
  margin: 5px auto 25px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.03em; }
  @media screen and (max-width: 767px) {
    .c5-script-mv-textBox-title {
      font-size: 5vw;
      margin: 2vw auto 4vw; } }

.c5-script-mv-textBox-text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .c5-script-mv-textBox-text {
      font-size: 4.25vw; } }

.c5-guest {
  padding: 35px 0 50px;
  background-color: #FFE54F; }
  @media screen and (max-width: 767px) {
    .c5-guest {
      padding: 8vw 0 12vw; } }

.c5-guest-title {
  margin-bottom: 30px; }
  .c5-guest-title img {
    margin: auto;
    zoom: 0.55; }
  @media screen and (max-width: 767px) {
    .c5-guest-title {
      margin-bottom: 6vw; } }

.c5-guestBox {
  display: flex;
  justify-content: center;
  gap: 35px; }
  @media screen and (max-width: 767px) {
    .c5-guestBox {
      display: block; } }

.c5-guestBox-item {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .c5-guestBox-item {
      margin-bottom: 8vw; }
      .c5-guestBox-item:last-child {
        margin-bottom: 0; } }

.c5-guestBox-itemHead {
  display: flex;
  align-items: center; }
  .c5-guestBox-itemHead img {
    zoom: 0.55; }
  @media screen and (max-width: 767px) {
    .c5-guestBox-itemHead {
      margin-left: -5.2vw; } }

.c5-guestBox-itemHead-name {
  margin: 0 auto 0 10px;
  font-size: 21px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c5-guestBox-itemHead-name {
      margin: 0 auto 0 5vw;
      font-size: 6.16vw; } }

.c5-guestBox-itemText {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 15px auto 0; }
  @media screen and (max-width: 767px) {
    .c5-guestBox-itemText {
      font-size: 4.25vw;
      margin: 5vw auto 0; } }

.c5-script {
  padding: 80px 0;
  background-color: #FEFAE3;
  background-image: url(../images/script-bg.png);
  background-size: 100%; }
  @media screen and (max-width: 767px) {
    .c5-script {
      padding: 8vw 0;
      background-image: none; } }

.c5-script-bgW {
  padding-top: 10px;
  background-color: #fff;
  background-image: none; }
  .c5-script-bgW .c5-scriptBox-item {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .c5-script-bgW {
      padding-top: 1vw;
      padding-bottom: 14vw; }
      .c5-script-bgW .c5-scriptBox-item {
        margin-bottom: 8vw;
        padding-bottom: 9vw; }
      .c5-script-bgW .c5-scriptBox-item-pointTitle:after {
        content: none; } }

.c5-script-title {
  margin: auto; }
  .c5-script-title img {
    margin: auto;
    zoom: 0.55; }
  @media screen and (max-width: 767px) {
    .c5-script-title {
      position: relative;
      z-index: 2; }
      .c5-script-title:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -5vw;
        transform: translate(0%, -50%);
        width: 100vw;
        height: 23vw;
        background-image: url(../images/script-title_bg_sp.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
        z-index: -1; } }

.c5-scriptBox {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .c5-scriptBox {
      margin-top: 8vw; } }

.c5-scriptBox-item {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 2px solid #FFE54F; }
  .c5-scriptBox-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  @media screen and (max-width: 767px) {
    .c5-scriptBox-item {
      text-align: left;
      margin-bottom: 8vw;
      padding-bottom: 12vw;
      border-bottom: 0.6vw solid #FFE54F; } }

.c5-scriptBox-item-mainTitle {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto 25px; }
  @media screen and (max-width: 767px) {
    .c5-scriptBox-item-mainTitle {
      text-align: center;
      font-size: 4.8vw;
      margin: 0 auto 5vw; } }

.c5-scriptBox-item-subTitle {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.03em;
  background-color: #FFE54F;
  line-height: 1.6;
  padding: 15px;
  border-radius: 10px;
  margin: 0 auto 20px; }
  @media screen and (max-width: 767px) {
    .c5-scriptBox-item-subTitle {
      font-size: 4.25vw;
      line-height: 1.5;
      padding: 3vw 6vw;
      border-radius: 1.5vw;
      margin: 0 auto 5vw; } }

.c5-scriptBox-item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .c5-scriptBox-item-text {
      font-size: 4.25vw; } }

.c5-scriptBox-item-point {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .c5-scriptBox-item-point {
      margin-top: 3vw; } }

.c5-scriptBox-item-pointTitle {
  margin: 0 auto;
  padding-bottom: 15px; }
  .c5-scriptBox-item-pointTitle img {
    margin: auto;
    zoom: 0.55; }
  @media screen and (max-width: 767px) {
    .c5-scriptBox-item-pointTitle {
      padding-bottom: 3vw;
      position: relative; }
      .c5-scriptBox-item-pointTitle:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -5vw;
        transform: translate(0%, -50%);
        width: 100vw;
        height: 15vw;
        background-image: url(../images/script-bg_sp.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none; } }

.c5-scriptBox-item-pointBtn {
  margin: 10px auto 0;
  max-width: 360px;
  position: relative;
  z-index: 2; }
  .c5-scriptBox-item-pointBtn a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 20px 40px;
    display: block;
    background-color: #2C1000;
    position: relative;
    border-radius: 9999px; }
    .c5-scriptBox-item-pointBtn a:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translate(0%, -50%);
      width: 18px;
      height: 20px;
      background-image: url(../images/icon/icon-blank.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .c5-scriptBox-item-pointBtn a:after {
      content: "";
      position: absolute;
      bottom: -10px;
      right: -10px;
      width: 100%;
      height: 100%;
      background-color: #FF3467;
      z-index: -1;
      transition: all 0.5s;
      border-radius: 9999px; }
    .c5-scriptBox-item-pointBtn a:hover {
      opacity: 1 !important;
      color: #fff !important; }
      .c5-scriptBox-item-pointBtn a:hover:after {
        bottom: 0;
        right: 0; }
  @media screen and (max-width: 767px) {
    .c5-scriptBox-item-pointBtn {
      margin: 3vw auto 0;
      max-width: none; }
      .c5-scriptBox-item-pointBtn a {
        font-size: 4.25vw;
        padding: 4vw 10vw; }
        .c5-scriptBox-item-pointBtn a:before {
          right: 7vw;
          width: 6.2vw;
          height: 7vw; }
        .c5-scriptBox-item-pointBtn a:after {
          bottom: -2.5vw;
          right: -2.5vw; } }

.c5-scriptBox-item-cap {
  margin: 25px auto 0;
  font-size: 14px;
  color: #6e6e6e; }
  @media screen and (max-width: 767px) {
    .c5-scriptBox-item-cap {
      margin: 6vw auto 0;
      font-size: 3.4vw;
      text-align: center; } }

.c5-enquete-script {
  background-color: #FEFAE3; }

.pageback {
  width: 95%;
  max-width: 300px;
  margin: auto; }
  .pageback a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background-color: #000;
    padding: 15px 40px;
    border-radius: 9999px;
    border: 1px solid #000;
    position: relative; }
    .pageback a:before, .pageback a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 30px;
      width: 12px;
      height: 1px;
      border-radius: 9999px;
      transform: translateY(-50%);
      transform-origin: 100% 50%;
      background-color: #fff;
      transition: background-color 0.5s; }
    .pageback a:before {
      transform: rotate(135deg); }
    .pageback a:after {
      transform: rotate(-135deg); }
    .pageback a:hover {
      opacity: 1 !important;
      color: #000 !important;
      background-color: #fff; }
      .pageback a:hover:before, .pageback a:hover:after {
        background-color: #000; }
  @media screen and (max-width: 767px) {
    .pageback {
      width: 80%;
      max-width: none; }
      .pageback a {
        padding: 4vw 0;
        font-size: 3.4vw;
        border: 0.2vw solid #000; }
        .pageback a:before, .pageback a:after {
          right: 8vw;
          width: 3.5vw;
          height: 0.2vw; } }

.c5-now-archive {
  margin-top: 60px;
  padding-bottom: 10px; }
  .c5-now-archive a {
    padding: 30px 40px; }
  @media screen and (max-width: 767px) {
    .c5-now-archive {
      margin-top: 11vw;
      padding-bottom: 1vw; }
      .c5-now-archive a {
        padding: 8vw 10vw; } }

.s5-returnToTop {
  margin: 0; }

.c5-area {
  font-family: "源ノ角ゴシック", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c5-area {
      overflow-x: hidden; } }
  .c5-area ul, .c5-area ol {
    list-style: none;
    padding: 0; }
  .c5-area img {
    display: block;
    max-width: 100%; }
  .c5-area a {
    transition: all 0.5s; }
    .c5-area a:hover {
      color: inherit;
      text-decoration: none;
      opacity: 0.7; }
  .c5-area em {
    font-style: normal; }

.c5-text {
  font-size: 16px;
  color: #4C4948;
  line-height: 1.9;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .c5-text {
      font-size: 4.25vw; } }

.c5-title img {
  zoom: 0.5;
  margin: auto; }

.c5-contents-inner {
  width: 95%;
  max-width: 920px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .c5-contents-inner {
      width: 90%;
      max-width: none; } }

.c5-movie {
  position: relative;
  display: block; }
  .c5-movie:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 40px 0 40px 70px;
    border-color: transparent transparent transparent #FF3467; }
    @media screen and (max-width: 767px) {
      .c5-movie:after {
        border-width: 9vw 0 9vw 15vw; } }
  .c5-movie img {
    border-radius: 1.4em; }
    @media screen and (max-width: 767px) {
      .c5-movie img {
        border-radius: 5vw; } }

.c5-contents-bottom .c5-movie:after {
  border-width: 20px 0 20px 35px; }
  @media screen and (max-width: 767px) {
    .c5-contents-bottom .c5-movie:after {
      border-width: 6vw 0 6vw 10vw; } }

.c5-animeset {
  opacity: 0;
  transform: translateY(15px);
  visibility: hidden;
  transition: opacity 1s, transform 1s; }

.c5-animeset_on {
  opacity: 1 !important;
  transform: translateY(0);
  visibility: visible !important; }

/* ==========================================================================
	全ページ共通
========================================================================== */
.sp-only {
  display: none !important; }

.sp-only__inline {
  display: none !important; }

.sp-only__flex {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; }

  .sp-only {
    display: block !important; }

  .sp-only__inline {
    display: inline-block !important; }

  .sp-only__flex {
    display: flex !important; } }
