/*------------------base------------------*/
@font-face {
  font-family: Caviar Dreams;
  src: url(/assets/reel/CaviarDreams.ttf);
}
a {
  text-decoration: none;
}
body {
  display: block;
  margin: 0px;
  overflow-x: hidden;
}
body.nav-open {
  height: 100vh;
  overflow-y: hidden;
}
ol,
ul,
li {
  list-style: none;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
address {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  outline: none;
}
a:focus,
*:focus {
  outline: none;
}
.bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #ffefba 50%, #ffffff 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}
.r-mainVisualArea {
  height: 100%;
  min-height: unset;
}
/*------------------header------------------*/

.reel-header {
  background-color: #fff7ee;
  height: 60px;
  left: 0;
  position: fixed;
  top: calc(112vw / 750 * 100);
  width: 100%;
  z-index: 301;
}

.reel-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 160px;
  position: relative;
  width: 100%;
  z-index: 18;
}
.r-logo {
  width: 102px;
}
.logo-image {
  height: auto;
  max-width: 100%;
}
.r-pc-group {
  height: 100%;
}
.r-pc-nav {
  height: 100%;
  margin-left: 32px;
}
.r-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  right: 160px;
  top: 19px;
  align-items: center;
}
.r-pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.r-pc-nav li.r-navText {
  height: 100%;
}
.r-pc-nav li.r-navText:not(:last-of-type) {
  margin-right: 24px;
}
.r-pc-nav li.r-navText a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8f868f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  text-indent: -0.16em;
}
.reel-header-w .r-pc-nav li.r-navText a {
  color: #fff;
}
.icon-image {
  width: 25px;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
}

.r-sns-icon {
  padding: 0 7px;
}

.reel-header__innerSP .r-navText a p {
  font-family: Caviar Dreams;
  color: #797979;
}
.r-navText a p {
  font-family: Caviar Dreams;
}
.arrowInner p {
  font-family: Caviar Dreams;
  font-size: 14px;
  letter-spacing: 2px;
}

.about-text p {
  font-size: 22px;
  color: #333;
  font-family: 'CrimsonText-SemiBold', serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.about-t1 {
  width: 7.1vw;
  min-width: 80px;
}
.about-t2_ {
  width: 5.1vw;
  min-width: 80px;
}
.about-t3 {
  width: 2.8vw;
  min-width: 37px;
}
.about-t4 {
  width: 3.7vw;
  min-width: 55px;
}

.sound_button img {
  width: 30px;
  height: 30px;
}
.sound__button img {
  width: 30px;
  height: 30px;
}
img.stop {
  display: none;
}
img.speaker {
  display: none;
}
.sound_on img.stop {
  display: block;
}
.sound_off img.speaker {
  display: block;
}
.sound__on img.stop {
  display: block;
}
.sound__off img.speaker {
  display: block;
}

@media (max-width: 768px) {
  .r-mainContent-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .r-mainContent-sp {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .reel-header__inner {
    max-width: 1216px;
    padding-left: 48px;
    padding-right: 48px;
    width: 100%;
  }
  .r-sns {
    right: 48px;
  }
}
.reel-header-w {
  width: auto;
  height: 60px;
  position: absolute;
  top: calc(112vw / 750 * 100);
  opacity: 1;
  z-index: 17;
  transform: translate(0px, 0px);
  background: transparent;
}

@media screen and (min-width: 1025px) {
  .reel-header-w {
    top: 55px;
  }
}

.is-show .r-navText a p {
  color: #757575;
}
.reel-header-w.is-show {
  width: 100%;
  position: fixed;
  transform: translateY(0);
  opacity: 1;
  background-color: #fff7ee;
  height: 60px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 41% !important;
  width: 27px;
  height: 30px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.box {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
}

/* アニメーション設定 */
.arrowWrap {
  height: 150px;
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 20px auto 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 2px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #c3c3c3;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
/*------------------globalnav------------------*/
.global-nav {
  position: fixed;
  opacity: 0;
  top: 0px;
  width: 100vw;
  padding-top: 70px;
  background-color: rgb(255, 250, 247);
  z-index: 100000000;
  padding-bottom: 30px;
  overflow-y: auto;
  padding-bottom: calc(66vw / 750 * 100);
  padding-top: calc(82vw / 750 * 100);
  text-align: center;
  visibility: hidden;
}
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  z-index: 100000001;
  background: transparent;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  padding: 4px 14px;
  font-size: 16px;
}
.global-nav__item a {
  display: block;
  font-size: 14px;
  padding: 2px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  width: 200px;
  border-bottom: 1px solid #bfae7d;
}
.global-nav__item a p {
  font-weight: 100;
  font-size: 12px;
}
.global-nav__item a p span {
  font-size: 10px;
}
.global-nav__item a:hover {
  background-color: #13abf1e8;
}
.hamburger__line {
  position: absolute;
  left: 15px;
  width: 27px;
  height: 1px;
  background-color: #8f868f;
  transition: all 0.7s;
}
.hamburger_w_line {
  background-color: #ffffff;
}
.is-show .hamburger_w_line {
  background-color: #8f868f;
}
.hamburger__line--1 {
  top: 23px;
}
.hamburger__line--2 {
  top: 31px;
}
.hamburger__line--3 {
  top: 39px;
}
.is-show .hamburger_w_line {
  background-color: #8f868f;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100vw;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
}
.nav-open .black-bg {
  opacity: 0.2;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 35px;
  background-color: #8f868f;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 35px;
  background-color: #8f868f;
}
.nav-open .hamburger {
  background: transparent;
}
.global-nav__list .r-navText {
  padding-bottom: 2vw;
}

.r-mainVisualArea a {
  top: 30px;
  z-index: 2;
  text-decoration: none;
}

.r-mainVisualArea a {
  color: #fff;
  font-family: monospace;
  letter-spacing: 1px;
}
.r-mainVisualArea a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.r-mainVisualArea a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.r-mainVisualArea a span {
  animation: huwa 2s linear infinite;
  transform-origin: 50% 50%;
}
.r-snsSP {
  position: absolute;
  right: 50px;
  top: 22px;
  cursor: pointer;
  z-index: 100000001;
  width: 90px;
  display: flex;
  align-items: center;
}
.r-snsSP .r-sns-icon {
  padding: 0px 7px;
}

.arrowInner img {
  width: 70px;
}
/*------------------mainContent------------------*/
.r-mainContent {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.r-mainLogo {
  min-width: 300px;
  max-width: 300px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
audio,
canvas,
progress,
video {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}
.r-mainVisualArea {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: 50%;
  position: relative;
  color: #fff;
  width: 100vw;
  height: 100%;
}
.is-show .r-mainVisualArea {
  overflow: hidden;
}
.r-mainVideo {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  z-index: -100;
  background-position: center center;
}
.r-mainContent-sp .r-mainVideo {
  background-size: cover;
  position: absolute;
  top: -2px;
  left: inherit;
  min-width: 100vw;
  min-height: 100vh;
  z-index: -100;
  background-position: center center;
}
.r-mainContent #sound_button {
  position: absolute;
  top: 16px;
  right: 60px;
}
video:focus {
  outline: none;
}
/*------------------about------------------*/
#about {
  position: relative;
  z-index: 2;
  background: url(/assets/reel/images/bg_01.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: calc(18rem - 70px);
  z-index: 0;
}
.about-sec {
  max-width: 800px;
  margin: auto;
  width: 80%;
  padding: 100px 0;
  color: #686168;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  text-align: justify;
}
.ab-fl {
  display: flex;
  padding: 3rem 0 0;
}
.ab-l {
  width: 54%;
  padding-left: 2rem;
}
.ab-l img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.ab-r {
  width: 46%;
  display: flex;
}
.ab-box {
  width: 95%;
  color: #686168;
  font-size: 14px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
}
.about-t1 {
  width: 102px;
}
.about-t2 {
  width: 80%;
}
.about-text img {
  width: 60%;
}
/*------------------interview------------------*/
.interview {
  position: relative;
  background: transparent;
  margin: -17rem 0;
  padding-top: 70px;
  z-index: 1;
}
.interview-t1 {
  width: 142px;
  position: relative;
  z-index: 2;
}
.interview p.ab-te {
  padding: 2rem 0;
  color: #686168;
  font-size: 14px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
}
.interview-title1 {
  font-size: 14px;
  padding-top: 20px;
}
.interview-title2 {
  font-size: 14px;
  padding-top: 5px;
}
.creater_button {
  width: 800px;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
}
.creater_button img {
  width: 45px;
  height: 45px;
  margin-right: 0.8rem;
}
.creater_button p {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  color: #8f868f;
  font-weight: 600;
  font-size: 0.9rem;
}
.bg-swiper {
  background: #f6f5f3;
  height: 270px;
  position: absolute;
  top: 43%;
  width: 100%;
  z-index: -1;
}
.swiper {
  width: 800px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.swiper-parent {
  position: relative;
}
.swiper-container {
  width: calc(100% - 100px); /* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */
  box-sizing: content-box;
}
.swiper-button-prev,
.swiper-button-next {
  top: calc(
    (100% - 50px) * 0.5
  ); /* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
  margin-top: -22px; /* ★ボタンの高さ（44px）の半分のネガティブマージンで上に少しずらす */
}
.swiper-button-next {
  background-image: url(/assets/reel/images/arrow.png) !important;
  transform: scale(-1, 1); /* 左右反転 */
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(/assets/reel/images/arrow.png) !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
.swiper-slide p {
  width: 100%;
  color: #686168;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  text-align: justify;
}
.item {
  width: 100%;
  height: 250px;
  background: white;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 5px !important;
  background: #fd3838 !important;
  transition: all 0.3s !important;
}
.grey-sec {
  background: #f6f5f2;
  height: 295px;
}
@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
/*------------------interview詳細------------------*/
.interview_detail {
  max-width: 800px;
  margin: auto;
  width: 80%;
  padding: 180px 0 70px;
  color: #686168;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  text-align: justify;
}
.interview_detail img {
  width: 100%;
  height: auto;
}
.interview_detail .title {
  padding: 0px 0 15px;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
}
.textarea {
  padding: 30px 0;
}
.photoarea {
  position: relative;
  height: 650px;
}
.photoarea .left-img {
  width: 80%;
}
.photoarea .right-img {
  position: absolute;
  width: 36%;
  right: 0;
  top: 30%;
}
.photoarea2 {
  position: relative;
  height: 650px;
  margin: auto;
  text-align: center;
}
.interview_detail .center-img {
  width: 80%;
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.page-navi {
  padding-top: 60px;
}
.border {
  border-top: 1px solid #696269;
}
.page-navi {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  font-family: Caviar Dreams;
}
.page-navi a {
  color: #686168;
}
@media only screen and (max-width: 1024px) {
  .photoarea {
    position: relative;
    height: 65vw;
  }
}

/*------------------Support------------------*/
.support {
  position: relative;
  z-index: 2;
  background: url(/assets/reel/images/bg_02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.support-box {
  width: 800px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.support-box .support-title {
  width: 120px;
  padding-top: 3rem;
}
.support-box p {
  padding: 2rem 0 3rem;
  color: #8e868f;
  font-size: 14px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
}
.support-flex {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  color: #8f868f;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 3rem;
  width: 800px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.support-inner img {
  width: 200px;
  height: 200px;
}
/*------------------Q&A------------------*/
#qa {
  background: #f6f5f2;
}
.qa-sec {
  max-width: 800px;
  margin: auto;
  width: 80%;
  padding: 100px 0;
  color: #686168;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  text-align: justify;
}
.q-text {
  line-height: 2;
  cursor: pointer;
}
.q-inner {
  padding: 5px 0px;
}
.qa-flex img {
  width: 100%;
}
.qa-flex img.active {
  transform: scale(1, -1);
}

.q-inner2 {
  display: none;
  line-height: 1.5;
  color: #d3a0a0;
}
.qu-t1 {
  padding-bottom: 40px;
  width: 50px;
  min-width: 70px;
}
/*------------------entry------------------*/
.entry {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f1f1f1;
  background: url(/assets/reel/images/creator-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.entry-title {
  max-width: 700px;
  margin: auto;
  padding: 50px 0;
}
.entry-box {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 50px;
}
.entry-flex {
  display: flex;
}
.entry-inner {
  width: calc(100% / 4);
  padding-right: 0px;
  margin: 0 auto;
  text-align: center;
}
.entry-inner:last-child {
  padding-right: unset;
}
.entry-inner .e-t1 {
  font-weight: 600;
  text-align: center;
}
.entry-inner .e-t2 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  text-align: justify;
  font-size: 14px;
  padding-top: 20px;
  color: #8f868f;
}
.entry-title img {
  width: 250px;
}
.entry-title p {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  padding: 2rem 0 0.5rem;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
}
.entry_title {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.entry_title img {
  position: absolute;
  top: -15px;
  width: 120px;
  left: 50%;
  transform: translate(-50%, 0);
}
.entry-form select {
  color: #847a84;
  border-radius: 0px;
  border: none;
  font-size: 16px;
  margin: 0 0.5em 0 0;
}
.flow-title {
  width: 230px;
  padding-bottom: 40px;
}
.form-bg {
  background: #b5a9b5;
  padding-bottom: 100px;
}
.entry-form {
  width: 700px;
  margin: auto;
  max-width: 700px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
}
.form-t1 {
  text-align: center;
  padding: 50px 0;
  color: #fff;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 1px;
}
.form-flex {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.form-flex2 {
  display: flex;
  padding-bottom: 30px;
  align-items: flex-start;
}
.form-flex_ {
  padding-bottom: 50px;
}
.wpcf7-form-control-wrap.text-641 input {
  margin-bottom: 10px;
}
.form-name {
  position: relative;
  width: 200px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.form-name span {
  font-size: 10px;
  top: 0;
  position: absolute;
}
.form-flex p:nth-child(2) {
  width: calc(100% - 200px);
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap input {
  width: 100%;
  height: 33px;
  font-size: 16px;
  padding: 0 7px;
}
.wpcf7-form-control-wrap input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #847984;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: #fff;
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  border-width: 0px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}
.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 7px;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #837983;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textarea;
  background-color: #fff;
  -webkit-rtl-ordering: logical;
  flex-direction: column;
  resize: auto;
  cursor: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin: 0em;
  font-size: 16px;
  border-width: 0px;
  border-style: solid;
  border-color: initial;
}
input[type='submit'] {
  background: transparent;
  font-size: 30px;
  color: #fff;
  padding: 0px 30px 5px;
  letter-spacing: 3px;
}
form input.wpcf7-submit {
  background: none;
  font-family: Caviar Dreams;
  font-size: 22px;
  padding: 10px 40px;
  border: solid 1px;
}
.form-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-submit .wpcf7-spinner {
  margin-top: 8px;
}
.contact-form {
  width: 700px;
  margin: auto;
  max-width: 700px;
  padding-top: 70px;
}
.contact-title {
  padding-top: 70px;
}
/*------------------footer------------------*/
.footer-reel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 18;
  background: #000;
}
.footer-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 70px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  padding: 0 160px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 7;
}
.footer-reel .r-navText a p,
.footer-reel-sp .r-navText a p {
  color: #fff;
}
.f-logo {
  width: 102px;
}
.footer-reel-sp .r-sns .r-navText {
  padding: 0 7px;
}
@media only screen and (max-width: 1440px) {
  .footer-inner {
    max-width: 1216px;
    padding-left: 48px;
    padding-right: 48px;
    width: 100%;
  }
  .footer-inner .r-pc-nav {
    right: 160px;
  }
}

.header-interview.reel-header {
  background: #fff7ee;
}
.header-interview.clone-nav {
  position: fixed;
  top: calc(112vw / 750 * 100);
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 1;
  transition: 0.7s;
  transform: translateY(0);
}

@media screen and (min-width: 1025px) {
  .header-interview.clone-nav {
    top: 70px;
  }
}

/*------------------animation------------------*/
@keyframes huwa {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-4px);
  }
  20% {
    transform: translateY(-8px);
  }
  30% {
    transform: translateY(-12px);
  }
  40% {
    transform: translateY(-16px);
  }
  50% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-16px);
  }
  70% {
    transform: translateY(-12px);
  }
  80% {
    transform: translateY(-8px);
  }
  90% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-0px);
  }
}
/*------------------slideshow------------------*/
#slideshow {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
#slideshow div {
  width: calc(100% - 2px);
  height: 250px;
  overflow: hidden;
  position: relative;
}
#slideshow div div {
  top: 0;
  left: 0;
  position: absolute;
}

#slideshow ul {
  width: 100%;
}

#slideshow ul li {
  width: 100%;
  padding: 5px 1px;
  display: inline;
}
#slideshow ul li:first-child {
  padding: 5px 1px 5px 0px;
}
#slideshow ul li:last-child {
  padding: 5px 0px 5px 1px;
}
#slideshow ul li img {
  height: 40px;
}
#slideshow .active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

/* =======================================
    ClearFixElements
======================================= */
#slideshow ul:after {
  content: '.';
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#slideshow ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
/*------------------768px------------------*/
@media only screen and (max-width: 768px) {
  .reel-header__inner {
    padding-right: unset;
    padding-left: unset;
    padding: 0 calc(48vw / 750 * 100);
  }
  .swiper {
    width: 80%;
  }
  .swiper-container {
    margin-top: 20px !important;
    width: 100%;
    height: 350px;
    margin: auto;
  }
}
.form-flex-2 {
  width: calc(100% - 200px);
}
.support-inner {
  width: calc(100% / 3);
}
.support-flex {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .about-sec {
    width: 90%;
    padding: 80px 0;
  }
  #about {
    position: relative;
    z-index: 2;
    background: none;
    margin-bottom: 18rem;
    z-index: 0;
    padding-bottom: 0;
    background-color: #f6f5f2;
  }
  .about-text img {
    width: 80%;
  }
  .ab-fl {
    display: flex;
    padding: 2rem 0 0;
    flex-direction: column-reverse;
  }
  .ab-l {
    width: 100%;
    padding-left: 0;
  }
  .ab-r {
    width: 100%;
    display: flex;
  }
  .ab-box {
    width: 100%;
    color: #8e868f;
    padding-top: 20px;
    line-height: 1.8;
  }

  .interview {
    position: relative;
    background: transparent;
    margin: -15rem 0;
    background: url(/assets/reel/images/bg_01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-swiper {
    z-index: 1;
  }
  .btn_center {
    z-index: 1;
    position: relative;
    background: #f6f5f3;
  }
  .swiper {
    width: 90%;
  }
  .swiper-container {
    width: calc(100% - 100px);
  }
  .interview p.ab-te {
    padding: 1.3rem 0;
    color: #8e868f;
    font-size: 14px;
    line-height: 1.8;
  }
  .interview-title1 {
    font-size: 14px;
    padding-top: 20px;
  }
  .interview-title2 {
    font-size: 14px;
    padding-top: 5px;
    color: #8e868f;
  }
  .creater_button {
    padding: 20px 0 0;
    width: 100%;
  }
  .support-box {
    width: 90%;
  }
  .support-flex {
    width: 90%;
    flex-wrap: wrap;
  }
  .support-inner {
    width: calc(100% / 2);
    padding-bottom: 2rem;
  }
  .support-inner img {
    width: 150px;
    height: 150px;
  }
  .support-inner p {
    font-size: 14px;
    color: #8f868f;
  }
  .q-inner {
    padding: 5px 0px;
    font-size: 14px;
    line-height: 1.8;
  }
  .q-inner2 {
    padding-top: 10px;
    font-size: 14px;
  }
  .qa-sec {
    width: 90%;
  }
  .entry {
    padding-top: 0px;
    padding-bottom: 70px;
    background: #f1f1f1;
    background: url(/assets/reel/images/creator-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: bottom;
    background-position: top;
    text-align: justify;
  }
  .entry-title {
    width: 90%;
    padding: 30px 0;
  }
  .entry-box {
    margin: auto;
    padding: 50px 0;
    width: 100%;
  }
  .entry-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .entry-inner {
    width: calc(100%);
    padding-bottom: 4rem;
  }
  .entry-inner:last-child {
    padding-bottom: 0;
  }
  .entry-inner .e-t2 {
    width: 70%;
    text-align: center;
    margin: auto;
  }
  .entry-inner img {
    width: 150px;
  }
  .fl-title {
    width: 90%;
    margin: auto;
  }
  .entry_title {
    width: 90%;
  }
  .entry-form {
    width: 90%;
  }
  .form-flex {
    display: block;
    align-items: center;
    padding-bottom: 30px;
  }
  .form-flex p:nth-child(2) {
    width: calc(100% - 14px);
    margin-block-start: 0em;
    margin-block-end: 0;
  }
  .form-name {
    padding-bottom: 4px;
  }
  .form-name br {
    display: none;
  }
  .form-flex-2 {
    width: calc(100% - 14px);
  }
  .footer-reel {
    display: none;
  }
  .footer-reel-sp {
    background: #000;
  }
  .footer-reel-sp .footer-inner {
    max-width: 1216px;
    padding-left: unset;
    padding-right: unset;
    width: 90%;
    height: 100px;
  }
  .footer-reel-sp .r-sns {
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .footer-reel-sp .r-pc-nav {
    width: 90%;
    margin-left: 0;
    margin: auto;
    height: auto;
  }
  .footer-reel-sp .r-pc-group {
    height: auto;
  }
  .footer-reel-sp .r-pc-nav li.r-navText a {
    justify-content: space-between;
    padding-bottom: 2em;
    height: auto;
  }
  .footer-reel-sp .r-pc-nav li.r-navText {
    height: auto;
    width: calc(100% / 2);
  }
  .footer-reel-sp .r-pc-nav li.r-navText:not(:last-of-type) {
    margin-right: unset;
  }
  .r-pc-nav li.r-navText a img:nth-child(2) {
    width: 10px;
    min-width: unset;
  }
  .footer-reel-sp .r-pc-nav li.r-navText a:nth-child(1n) {
    margin-right: 40px;
  }
  .bg-swiper {
    top: 50%;
    height: 280px;
  }
  .footer-reel-sp .r-pc-nav ul {
    height: auto;
  }
  .interview_detail {
    width: 90%;
    padding: 120px 0 50px;
  }
  .interview_detail .title {
    padding: 1.6em 0 15px;
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
  }
  .textarea {
    padding: 1.6em 0;
    font-size: 14px;
  }
  .interview_detail .center-img {
    width: 80%;
    margin: auto;
    height: auto;
    object-fit: contain;
  }
  .photoarea2 {
    position: relative;
    height: auto;
    margin: auto;
    text-align: center;
  }
  .page-navi {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    font-family: Caviar Dreams;
  }
  .about-text p {
    font-size: 18px;
  }
  #slideshow div {
    height: 250px;
  }
}
@media (min-width: 769px) {
  .footer-reel-sp {
    display: none;
  }
}

/*------------------1024px------------------*/
@media (min-width: 1024px) {
  .reel-header__innerSP {
    display: none;
  }
}
@media (max-width: 1024px) {
  .reel-header__inner .r-pc-group .r-pc-nav {
    display: none;
  }
  .r-mainContent .r-mainVisualArea .r-sns {
    display: none;
  }
  .reel-header-w {
    left: unset;
    width: 60px;
    right: 0;
  }
}
.nav-open .reel-header-w {
  width: 100%;
}

/*------------------修正------------------*/
.sound__off img.speaker2 {
  display: none;
}
.sound__on img.stop2 {
  display: none;
}
.is-show .sound__off img.speaker2 {
  display: block;
}
.is-show .sound__on img.stop2 {
  display: block;
}
.is-show .sound__off img.speaker1 {
  display: none;
}
.is-show .sound__on img.stop1 {
  display: none;
}
.sound_off img.speaker2 {
  display: none;
}
.sound_on img.stop2 {
  display: none;
}
.is-show .sound_off img.speaker2 {
  display: block;
}
.is-show .sound_on img.stop2 {
  display: block;
}
.is-show .sound_off img.speaker1 {
  display: none;
}
.is-show .sound_on img.stop1 {
  display: none;
}
.logo-image1 {
  display: block;
}
.logo-image2 {
  display: none;
}
.is-show .logo-image1 {
  display: none;
}
.is-show .logo-image2 {
  display: block;
}
.icon-image1 {
  display: block;
  width: 25px;
}
.icon-image2 {
  display: none;
  width: 25px;
}
.is-show .icon-image1 {
  display: none;
}
.is-show .icon-image2 {
  display: block;
}
.icon-image1 {
  display: block;
  width: 25px;
}
.icon-image2 {
  display: none;
  width: 25px;
}
.is-show .icon-image1 {
  display: none;
}
.is-show .icon-image2 {
  display: block;
}
.r-mainContent.is-show {
  overflow: unset;
  z-index: 999999999999999;
}
.r-mainContent #sound__button {
  position: absolute;
  top: 106px;
  right: 20px;
  opacity: 1;
}
.r-mainContent.is-show #sound__button {
  position: fixed;
  top: 106px;
  right: 20px;
  opacity: 1;
  transition: 0.7s;
}
.form-bg div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f82823;
  font-size: 14px;
  color: #000;
}
.form-bg span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  justify-content: center;
}
.wpcf7-form-control-wrap .wpcf7-acceptance input {
  width: auto;
  height: auto;
  font-size: 14px;
  cursor: pointer;
}

.wpcf7-acceptance a {
  color: #864858;
  font-size: 14px;
  padding-left: 5px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
}
.privacy {
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
}
.privacy a {
  color: #4769ca;
}
span.wpcf7-list-item {
  display: inline-block;
  width: 100%;
  padding-bottom: 1rem;
  margin: unset !important;
}
input[type='checkbox'] {
  background-color: initial;
  cursor: default;
  -webkit-appearance: checkbox;
  box-sizing: border-box;
  margin: 3px 0.5ex;
  padding: initial;
  border: initial;
}
select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  cursor: default;
  font: 400 11px system-ui;
}
.r-mainContent #sound_button {
  position: absolute;
  top: 16px;
  right: 60px;
}
.r-mainContent.is-show #sound_button {
  position: fixed;
  top: calc(calc(112vw / 750 * 100) + 16px);
  right: 60px;
}
.nav-open .r-mainContent.is-show {
  z-index: 1;
}
.anchor {
  margin-top: -50px; /* ヘッダの高さ = 50px */
  padding-top: 50px; /* ヘッダの高さ = 50px */
}
.r-mainContent-sp {
  overflow: unset;
  position: relative;
  margin-top: calc(112vw / 750 * 100);
  height: calc(100vh - calc(112vw / 750 * 100));
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .r-mainContent.is-show #sound__button {
    right: 60px;
    top: calc(calc(112vw / 750 * 100) + 16px);
  }
  .support-box {
    width: 95%;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .swiper {
    width: 95%;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .r-mainContent #sound__button {
    right: 60px;
    top: calc(calc(112vw / 750 * 100) + 16px);
  }
}
@media only screen and (max-width: 768px) {
  .r-mainVisualArea {
    min-height: unset;
    overflow: hidden;
  }
  .logo-image1 {
    display: none;
  }
  .mb-br {
    display: none;
  }
  .pc-br {
    display: inline-block;
  }
  .form-flex_ .form-name span {
    font-size: 10px;
    top: 0;
    position: absolute;
    right: -4px;
  }
  .r-mainLogo {
    min-width: unset;
    max-width: 300px;
    width: 70%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    background-size: 16px 27px;
  }
  .swiper {
    width: 90%;
  }
  .support-box {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .mb-br {
    display: none;
  }
  .pc-br {
    display: inline-block;
  }
}

.o-globalHeader.is-active ~ .r-mainContent #sound_button {
  display: none;
}

#about + #support {
  margin-top: -15em;
}

@media screen and (max-width: 767px) {
  #about + #support {
    margin-top: -22em;
  }
}
