/* CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, div, section, article, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
a:active, a:hover {
  opacity: 0.6;
  transition: all 0.6s;
}

:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:-webkit-any-link {
  color: inherit;
  cursor: pointer;
}

* {
  min-height: 0;
  min-width: 0;
}

body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

/* General setting */
html {
  height: 100%;
}

html,
body {
  width: 100vw;
  min-width: 320px;
  overflow-x: hidden;
  font-size: 62.5%;
  position: relative;
}

main {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: hidden;
  font-family: "Noto Serif JP", sans-serif;
}
body .sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .sp_only {
    display: block !important;
  }
}
body br.sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body br.sp_only {
    display: inline !important;
  }
}
body br.tab_only {
  display: none;
}
@media screen and (max-width: 768px) {
  body br.tab_only {
    display: inline;
  }
}
@media screen and (max-width: 375px) {
  body br.tab_only {
    display: none;
  }
}
body br.pc_only {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  body br.pc_only {
    display: none !important;
  }
}
body .pc_only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  body .pc_only {
    display: none !important;
  }
}
body .pc_only_flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  body .pc_only_flex {
    display: none !important;
  }
}
body .sp_only_flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .sp_only_flex {
    display: flex !important;
  }
}
body img.pc_only {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  body img.pc_only {
    display: none !important;
  }
}
body img.sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body img.sp_only {
    display: inline !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: background-color 0.4s 1s;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.001);
}
header nav {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  padding: 20px 16px;
}
@media screen and (max-width: 768px) {
  header nav {
    justify-content: space-between;
    padding: 12px 16px;
  }
}
@media screen and (max-width: 375px) {
  header nav {
    padding: 8px 10px;
  }
}
header nav .left {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav .left {
    display: block;
    width: 90px;
  }
}
@media screen and (max-width: 375px) {
  header nav .left {
    width: 80px;
  }
}
@media screen and (max-width: 350px) {
  header nav .left {
    width: 60px;
  }
}
header nav .right {
  width: calc(100% - 150px);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  header nav .right {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 550px) {
  header nav .right {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 375px) {
  header nav .right {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 350px) {
  header nav .right {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 600px) {
  header nav .right .inner {
    width: 100%;
    text-align: right;
  }
}
header nav .right a {
  width: 32px;
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  header nav .right a {
    width: 22px;
  }
}
header nav .right a.menu {
  width: fit-content;
  margin-right: 30px;
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  header nav .right a.menu {
    font-size: 14px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  header nav .right a.menu {
    font-size: 12px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 550px) {
  header nav .right a.menu {
    font-size: 11px;
    margin-right: 5px;
  }
  header nav .right a.menu:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  header nav .right a.menu {
    font-size: 10px;
  }
}
@media screen and (max-width: 550px) {
  header nav .right a.icon {
    margin-top: 5px;
  }
}
header nav .right a.icon:last-child {
  margin-left: 10px;
}
header nav .right a:hover {
  opacity: 0.6;
}

.wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .wrap {
    display: block;
  }
}
.wrap .content {
  width: 100%;
  margin-left: 280px;
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .wrap .content {
    margin-top: 52px;
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .wrap .content {
    margin-top: 77px;
  }
}
@media screen and (max-width: 375px) {
  .wrap .content {
    margin-top: 67px;
  }
}

main {
  position: relative;
}
main .txt-wrap {
  position: absolute;
  width: 100vw;
  max-width: 690px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
main .txt-wrap .txt-left {
  position: absolute;
  left: 16px;
  top: calc(100vh - 470px);
  width: auto;
  height: 450px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .txt-wrap .txt-left {
    top: calc(100vh - 320px);
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  main .txt-wrap .txt-left {
    top: calc(100vh - 260px);
    height: 240px;
  }
}
main .txt-wrap .txt-right {
  position: absolute;
  right: 16px;
  top: 120px;
  width: 60px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .txt-wrap .txt-right {
    top: 100px;
    width: 30px;
  }
}
@media screen and (max-width: 375px) {
  main .txt-wrap .txt-right {
    width: 20px;
  }
}
main .fv {
  position: relative;
  width: 100%;
  height: auto;
}
main .fv img {
  width: 100%;
}
main .detail {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 280px;
  height: 100%;
  background-color: #000;
  overflow-y: scroll;
  padding: 20px 10px;
}
main .detail .logo {
  max-width: 220px;
  margin: 0 auto;
}
main .detail .cast {
  margin-top: 20px;
}
main .detail .cast p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
main .detail .cast p span {
  display: block;
  font-size: 16px;
  margin-top: -10px;
}
main .detail .date {
  margin-top: 20px;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
}
main .detail .link {
  margin: 30px auto 20px;
}
main .detail .link a {
  display: inline-block;
  margin-top: 15px;
}
main .detail .link a:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  main .detail {
    z-index: 1;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow-y: unset;
    padding: 30px 16px 40px;
  }
  main .detail .cast p {
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  main .detail .cast p {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  main .detail .cast p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  main .detail .cast p span {
    font-size: 30px;
    margin-top: -20px;
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  main .detail .cast p span {
    font-size: 21px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  main .detail .cast p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main .detail .cast p br.minipc_only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .detail .date {
    font-size: 38px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  main .detail .date {
    font-size: 28px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  main .detail .date {
    font-size: 24px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  main .detail .link {
    margin: 55px auto 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main .detail .link {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  main .detail .link {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  main .detail .link a {
    max-width: 300px;
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main .detail .link a {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  main .detail .link a {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  main .detail .link a:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  main .detail .link #mvtk-widgets-container {
    margin: auto;
  }
}
main .info-wrap {
  padding: 30px 16px 0;
  background-color: #fff;
}
main .info-wrap .inner {
  width: 100%;
  max-width: 750px;
  margin: -80px auto 0;
  padding: 110px 0 30px;
}
@media screen and (max-width: 375px) {
  main .info-wrap .inner {
    margin: -80px auto 0;
    padding: 95px 0 30px;
  }
}
main .info-wrap .inner p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: left;
}
main .info-wrap .inner p span {
  font-size: 18px;
}
main .info-wrap .inner p span.catch {
  font-style: italic;
  text-decoration: underline;
}
main .info-wrap .inner .title-sub {
  margin: 8px 0;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  main .info-wrap .inner .title-sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  main .info-wrap .inner .title-sub {
    font-size: 20px;
  }
}
main .info-wrap .inner .title-lower {
  margin: 30px 0 8px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
main .info-wrap .parallax {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: url(/img/img_bg.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
}
@media screen and (max-width: 768px) {
  main .info-wrap .parallax {
    height: auto;
  }
}
main .info-wrap .movie .iframe {
  width: 750px;
  height: 500px;
}
@media screen and (max-width: 1130px) {
  main .info-wrap .movie .iframe {
    width: 66.3716814159vw;
    height: 44.2477876106vw;
  }
}
@media screen and (max-width: 1000px) {
  main .info-wrap .movie .iframe {
    width: 58vw;
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  main .info-wrap .movie .iframe {
    width: 91.1458333333vw;
    height: 61.1979166667vw;
  }
}
main .info-wrap .movie .movie_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main .info-wrap .movie .movie_btn_wrap {
    display: block;
  }
}
main .info-wrap .movie .movie_btn_wrap .movie_btn {
  position: relative;
  width: 200px;
  border: 1px solid #777;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2.8rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main .info-wrap .movie .movie_btn_wrap .movie_btn {
    width: 400px;
    font-size: 3.2rem;
    line-height: 1.6875;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 0 auto 1.953125vw;
  }
}
@media screen and (max-width: 600px) {
  main .info-wrap .movie .movie_btn_wrap .movie_btn {
    font-size: 2.2rem;
    line-height: 1.8181818182;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  main .info-wrap .movie .movie_btn_wrap .movie_btn {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 270px;
  }
}
main .info-wrap .movie .movie_btn_wrap .movie_btn:hover {
  transition: all 0.3s;
  opacity: 0.6;
}
main .info-wrap .movie .movie_btn_wrap .movie_btn:last-child {
  border-left: 0px;
}
@media screen and (max-width: 768px) {
  main .info-wrap .movie .movie_btn_wrap .movie_btn:last-child {
    border: 1px solid #777;
    margin-bottom: 0;
  }
}
main .info-wrap .movie .movie_btn_wrap .btn_active {
  background-color: #000;
  color: #fff;
}
main .info-wrap .movie .movie_btn_wrap .btn_active:hover {
  opacity: 1;
}
main .info-wrap .photo {
  width: 100%;
  max-width: 750px;
  padding: 30px 0 20px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  main .info-wrap .photo {
    padding: 30px 0;
  }
}
@media screen and (max-width: 550px) {
  main .info-wrap .photo {
    padding: 15px 0;
  }
}
main .info-wrap .photo .photo_left,
main .info-wrap .photo .photo_right {
  position: relative;
  width: 375px;
  max-width: 100%;
  height: 250px;
  text-align: left;
}
@media screen and (max-width: 1062px) {
  main .info-wrap .photo .photo_left,
main .info-wrap .photo .photo_right {
    height: 23.5404896422vw;
  }
}
@media screen and (max-width: 900px) {
  main .info-wrap .photo .photo_left,
main .info-wrap .photo .photo_right {
    height: 21.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .info-wrap .photo .photo_left,
main .info-wrap .photo .photo_right {
    height: 31.7708333333vw;
  }
}
main .info-wrap .photo .photo_left img,
main .info-wrap .photo .photo_right img {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change_img 14s infinite;
}
@keyframes change_img {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
main .info-wrap .photo .photo_left .img_1,
main .info-wrap .photo .photo_right .img_1 {
  animation-delay: 0s;
}
main .info-wrap .photo .photo_left .img_2,
main .info-wrap .photo .photo_right .img_2 {
  animation-delay: 7s;
}
main .info-wrap .photo_scene {
  max-width: 750px;
  padding: 30px 0 20px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1062px) {
  main .info-wrap .photo_scene {
    height: 51.8832391714vw;
  }
}
@media screen and (max-width: 900px) {
  main .info-wrap .photo_scene {
    height: 49.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  main .info-wrap .photo_scene {
    height: 70.5729166667vw;
  }
}
@media screen and (max-width: 600px) {
  main .info-wrap .photo_scene {
    height: 71.3333333333vw;
  }
}
@media screen and (max-width: 450px) {
  main .info-wrap .photo_scene {
    height: 73.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  main .info-wrap .photo_scene {
    height: 74.6666666667vw;
  }
}
main .info-wrap .photo_scene img {
  width: 100%;
}
main .info-wrap .none {
  display: none;
}
main .carousel {
  display: flex;
  width: 4386px;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main .carousel {
    width: 571.09375vw;
  }
}
@media screen and (max-width: 375px) {
  main .carousel {
    padding-bottom: 30px;
  }
}
main .billings {
  padding: 0 16px 30px;
}
main .billings p {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .billings p {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
main .float_in {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
main .is_float_in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
main .wipe_wrap {
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 1s;
}
main .wipe_in {
  transform: translateX(100%);
  transition: transform 1s;
}
main .is_wipe_in {
  transform: translateX(0);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.modal .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.modal .inner .content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 1;
}
.modal .inner .content .back {
  width: 30px;
  margin: 0 0 15px auto;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 550px) {
  .modal .inner .content .back {
    width: 20px;
  }
}
.modal .inner .content .back:hover {
  transition: all 0.3s;
  opacity: 0.6;
}
.modal .inner .content .iframe {
  width: 750px;
  height: 500px;
}
@media screen and (max-width: 1130px) {
  .modal .inner .content .iframe {
    width: 66.3716814159vw;
    height: 44.2477876106vw;
  }
}
@media screen and (max-width: 1000px) {
  .modal .inner .content .iframe {
    width: 66vw;
    height: 44vw;
  }
}
@media screen and (max-width: 768px) {
  .modal .inner .content .iframe {
    width: 91.1458333333vw;
    height: 61.1979166667vw;
  }
}
.modal .inner .content .form {
  width: 342px !important;
}
@media screen and (max-width: 550px) {
  .modal .inner .content .form {
    width: 310px !important;
  }
}
.modal .inner .content .movie_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .modal .inner .content .movie_btn_wrap {
    display: block;
  }
}
.modal .inner .content .movie_btn_wrap .movie_btn {
  position: relative;
  width: 200px;
  border: 1px solid #777;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2.8rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modal .inner .content .movie_btn_wrap .movie_btn {
    width: 400px;
    font-size: 3.2rem;
    line-height: 1.6875;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 0 auto 1.953125vw;
  }
}
@media screen and (max-width: 600px) {
  .modal .inner .content .movie_btn_wrap .movie_btn {
    font-size: 2.2rem;
    line-height: 1.8181818182;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  .modal .inner .content .movie_btn_wrap .movie_btn {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 270px;
  }
}
.modal .inner .content .movie_btn_wrap .movie_btn:hover {
  transition: all 0.3s;
  opacity: 0.6;
}
.modal .inner .content .movie_btn_wrap .movie_btn:last-child {
  border-left: 0px;
}
@media screen and (max-width: 768px) {
  .modal .inner .content .movie_btn_wrap .movie_btn:last-child {
    border: 1px solid #777;
    margin-bottom: 0;
  }
}
.modal .inner .content .movie_btn_wrap .btn_active {
  background-color: #000;
  color: #fff;
}
.modal .inner .content .movie_btn_wrap .btn_active:hover {
  opacity: 1;
}
.modal .inner .content .none {
  display: none;
}
.modal .inner .content_ticket {
  opacity: 0;
}

.ticket_bg {
  z-index: 11;
  display: none;
}

.fade-out {
  animation: fade-out 0.5s linear forwards;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.fade-in {
  animation: fade-in 0.5s linear forwards;
  display: block;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    display: block;
  }
}
.comment_section {
  width: 100vw;
  height: 100vh;
  background-image: url(/img/comment/bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow-y: scroll;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .comment_section {
    background-image: url(/img/comment/bg_sp.jpg);
  }
}
.comment_section .comment_inner .logo {
  max-width: 500px;
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .logo {
    max-width: 61.1979166667vw;
    margin-top: 9.1145833333vw;
  }
}
.comment_section .comment_inner .comment_title {
  max-width: 1000px;
  width: 100%;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .comment_title {
    max-width: 91.1458333333vw;
    margin-top: 9.1145833333vw;
  }
}
.comment_section .comment_inner .comment_txt {
  padding: 0 2%;
  max-width: 1400px;
  margin: 20px auto 0;
  color: #fff;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .comment_section .comment_inner .comment_txt {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .comment_txt {
    padding: 0 2%;
    text-align: center;
    margin-top: 2.6041666667vw;
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .comment_section .comment_inner .comment_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .comment_section .comment_inner .comment_txt {
    font-size: 11px;
  }
}
.comment_section .comment_inner .comment_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2%;
  max-width: 1400px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1000px) {
  .comment_section .comment_inner .comment_lists {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .comment_lists {
    padding: 0 2%;
    display: block;
    margin-top: 5.2083333333vw;
  }
}
.comment_section .comment_inner .comment_lists .comment_list {
  width: 29%;
  background-color: rgba(221, 228, 231, 0.8);
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .comment_section .comment_inner .comment_lists .comment_list {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .comment_lists .comment_list {
    width: 80%;
    margin: 0 auto 6.5104166667vw;
  }
}
.comment_section .comment_inner .comment_lists .comment_list .comment_list_inner {
  padding: 30px;
}
@media screen and (max-width: 1280px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner {
    padding: 30px;
  }
}
@media screen and (max-width: 550px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner {
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner {
    padding: 10px;
  }
}
.comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_comment {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_comment {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_comment {
    font-size: 23px;
  }
}
@media screen and (max-width: 550px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_comment {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_comment {
    font-size: 13px;
  }
}
.comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_name {
  text-align: right;
  font-size: 2.2rem;
  line-height: 1.0909090909;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_name {
    font-size: 27px;
  }
}
@media screen and (max-width: 550px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_name {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_name {
    font-size: 16px;
  }
}
.comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_detail {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-top: 5px;
}
@media screen and (max-width: 1280px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_detail {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_detail {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 414px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .comment_section .comment_inner .comment_lists .comment_list .comment_list_inner .inner_detail {
    font-size: 10px;
  }
}
.comment_section .comment_inner .comment_footer {
  background-color: #fff;
}
.comment_section .comment_inner .comment_footer .link_wrap {
  padding-top: 25px;
}
.comment_section .comment_inner .comment_footer .link_wrap .link_top {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .comment_footer .link_wrap .link_top {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .comment_section .comment_inner .comment_footer .link_wrap .link_top {
    font-size: 24px;
  }
}
.comment_section .comment_inner .comment_footer .cr {
  padding: 15px 16px 15px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .comment_section .comment_inner .comment_footer .cr {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}