body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

img {
  vertical-align: bottom;
  width: 100%;
}

ul {
  list-style: none;
}

cite {
  font-style: normal;
}

#header {
  position: relative;
  height: 100vh;
  text-align: center;
  color: #fff;
  background-size: cover;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

#loading.disappear {
  display: none;
}

#youtube-area {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}

#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  filter: saturate(30%);
}

#youtube-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

.mv_title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 0 15px #666;
}

.mv_title img {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

#container {
  position: relative;
  z-index: 3;
  padding: 60px 0;
  text-align: center;
}

#container section {
  z-index: 99999;
}

#container {
  background: -moz-linear-gradient(45deg, #86DDF8 0%, #86DDF8 100%);
  background: -webkit-linear-gradient(45deg, #86DDF8 0%, #86DDF8 100%);
  background: linear-gradient(45deg, #86DDF8 0%, #86DDF8 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
}

.container::before,
.container::after {
  content: "";
  width: 70vmax;
  height: 70vmax;
  position: absolute;
  background: rgba(102, 203, 247, .3);
  left: -20vmin;
  top: -20vmin;
  animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  transform-origin: 55% 55%;
  pointer-events: none;
}

.container.fixed::before,
.container.fixed::after {
  position: fixed;
}

#container::after {
  width: 70vmin;
  height: 70vmin;
  left: auto;
  right: -10vmin;
  top: auto;
  bottom: 0;
  animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
  transform-origin: 20% 20%;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }

  100% {
    border-radius: 40% 60%;
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.st0 {
  display: none;
}

.st1 {
  display: inline;
}

.st2 {
  opacity: 0.29;
}

.st3 {
  fill: #FFFFFF;
}

.st4 {
  clip-path: url(#SVGID_2_);
  fill: #FFFFFF;
}

.st5 {
  clip-path: url(#SVGID_4_);
}

.st6 {
  clip-path: url(#SVGID_6_);
}

.st7 {
  clip-path: url(#SVGID_8_);
}

.st8 {
  clip-path: url(#SVGID_10_);
}

.st9 {
  fill: none;
}

.st10 {
  clip-path: url(#SVGID_12_);
}

.st11 {
  opacity: 0.7;
}

.st12 {
  clip-path: url(#SVGID_14_);
}

.st13 {
  opacity: 0.2;
}

.st14 {
  clip-path: url(#SVGID_16_);
}

.st15 {
  opacity: 0.3;
  fill: #FFFFFF;
  enable-background: new;
}

.theme {
  padding: 0 0 86px;
}

.theme_title {
  padding: 0 0 30px;
}

.theme_title img {
  max-width: 107px;
  width: 100%;
}

.theme_texts {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}

.theme_head {
  color: #482428;
  font-size: 40px;
  font-weight: bold;
  line-height: 67.34px;
  text-align: left;
  display: flex;
  width: 40%;
  justify-content: center;
}

.theme_text {
  color: #482428;
  font-size: 17px;
  line-height: 28.88px;
  text-align: justify;
  width: 47%;
}

.hr {
  border: none;
  background-image: linear-gradient(to right, #00b0e3, #00b0e3 2px, transparent 2px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 8px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  margin: 0 auto;
  height: 3px;
  width: 90%;
}

.main {
  background-color: #fff;
  border-radius: 110px;
  padding: 70px 0 0;
  margin: 0 auto 70px;
  width: 85.71%;
}

.main_texts {
  margin: 0 auto;
  max-width: 860px;
  padding: 0 66px 62px;
}

.main_texts_head {
  margin: 0 0 50px;
}

.section_head {
  color: #482428;
  font-weight: normal;
  font-size: 22px;
  position: relative;
}

.section_head::after {
  content: url("../img/main_title_bar.png");
  position: absolute;
  right: 0;
  bottom: -64%;
  left: 0;
}

.main_texts_top {
  color: #8b5f62;
  font-size: 13px;
  line-height: 30.6px;
  margin: 0 0 12px;
  text-align: justify;
}

.main_texts_text {
  color: #8b5f62;
  font-size: 13px;
  line-height: 30.6px;
  margin: 0 0 12px;
  text-align: justify;
}

.main_texts_subject {
  color: #8b5f62;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 30.6px;
  margin: 0 0 12px;
  text-align: center;
  position: relative;
}

.main_texts_subject::before,
.main_texts_subject::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #8b5f62;
  border-right: solid 2px #8b5f62;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main_texts_subject::before {
  left: -17px;
  transform: rotate(-135deg);
}

.main_texts_subject::after {
  right: -8px;
  transform: rotate(45deg);
}

.main_texts_caption {
  color: #8b5f62;
  font-size: 10px;
  padding: 0 0 36px;
  text-align: justify;
}

.main_texts_contact {
  text-align: center;
}

.main_texts_contact_text {
  color: #8b5f62;
  font-size: 12px;
  padding: 0;
}

.main_texts_contact_link {
  color: #009bff;
  font-size: 12px;
}

.main_steps {
  padding: 80px 0 102px;
}

.main_steps_head {
  margin: 0 0 40px;
}

.main_steps_contents {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 30px;
}

.main_works {
  padding: 70px 0 18px;
}

.main_works_head {
  margin: 0 0 68px;
}

.main_works_title {
  margin: 0 auto;
  max-width: 101px;
  width: 100%;
}

.main_works_head.section_head::after {
  bottom: -30%;
}

.main_works_wrap {
  display: block;
}

.main_works_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}

.main_works_item {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  margin: 0 0 120px;
  width: 240px;
}

.main_works_item.last {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_works_item_img {
  margin: 0 0 10px;
}

.main_works_item_title {
  border-bottom: 1px solid rgba(72, 36, 40, .4);
  color: #482428;
  display: flex;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.main_works_item_img {
  width: 100%;
}

.main_works_item_img img {
  width: 100%;
  height: 228px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  object-fit: cover;
}

.main_works_item_text {
  border-bottom: 1px solid rgba(72, 36, 40, .4);
  color: #8b5f62;
  font-size: 12px;
  line-height: 19px;
  padding: 0 0 32px;
  margin: 0 0 10px;
  text-align: justify;
  flex-grow: 1;
}

.main_works_item_numbers {
  border-bottom: 1px solid rgba(72, 36, 40, .4);
  display: flex;
  justify-content: space-between;
  padding: 0 10px 14px;
  margin: 0 0 20px;
}

.main_works_item_number {
  color: #482428;
  font-size: 25px;
}

.main_works_item_likes .wpulike-animated-heart span {
  color: #482428;
  display: block;
  font-size: 25px !important;
  font-weight: normal;
}

.main_works_item_caption {
  color: #482428;
  font-size: 11px;
  margin: -8px 0 0;
}

.view_more {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.main_works_item_icon {
  margin: 0 auto;
  max-width: 154px;
  padding: 0 20px;
  width: 100%;
}

.main_movie {
  background: linear-gradient(180deg, rgba(247, 245, 226, 1) 36%, rgba(255, 255, 255, 1) 36%);
  padding: 50px 0 134px;
}

.main_movie_head {
  margin: 0 0 20px;
}

.main_movie_title {
  max-width: 157px;
  margin: 0 auto 10px;
  width: 100%;
}

.main_movie_contents {
  max-width: 862px;
  padding: 0 60px;
  margin: 0 auto;
}

.main_movie_content {
  border: 2px solid #00b1e0;
  border-radius: 20px;
  position: relative;
  width: 100%;
}

.main_movie_content:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.main_movie_content iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 92%;
}

.main_comments {
  margin: 70px 0 260px;
}

.main_comments_head {
  margin: 0 0 80px;
}

.main_comments_title {
  margin: 0 auto 10px;
  max-width: 161px;
  width: 100%;
}

.main_comments_head.section_head::after {
  bottom: -30%;
}

.main_comments_items {
  max-width: 906px;
  margin: 0 auto;
  padding: 0 30px;
}

.main_comments_items>div:last-of-type {
  margin: 0;
}

.main_comments_item {
  display: flex;
  margin: 0 0 54px;
  position: relative;
}

.main_comments_item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.main_comments_item::after {
  position: absolute;
  content: '';
  top: -14px;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  background-image: url('../img/commnets_bar.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.main_comments_name {
  color: #482428;
  font-size: 14px;
  padding: 0 0 0 20px;
  text-align: left;
  width: 20%;
}

.main_comments_to {
  color: #482428;
  font-size: 14px;
  padding: 0 0 0 20px;
  text-align: justify;
  width: 22%;
}

.main_comments_to a {
  color: #482428;
  text-decoration: none;
}

.main_comments_to a:hover {
  text-decoration: underline;
}

.main_comments_text {
  color: #482428;
  font-size: 14px;
  padding: 0 0 0 24px;
  text-align: justify;
  width: 56%;
}


.main_pictures {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(247, 245, 226, 1) 20%, rgba(247, 245, 226, 1) 84%, rgba(255, 255, 255, 1) 84%);
  border-radius: 30px;
}

.main_pictures_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 60px;
}

.main_picture {
  margin: 0 0 90px;
  position: relative;
  width: 100%;
}

.main_picture_col {
  width: 15%;
}

.main_picture_text {
  color: #8b5f62;
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  text-align: left;
  text-decoration: underline;
}

.top_right {
  top: 0;
  right: -102px;
}

.top_right_02 {
  top: 0;
  right: -98px;
}

.top_left {
  top: -46px;
  left: 0;
}

.bottom_right {
  bottom: 0;
  right: -98px;
}

.bottom_right_02 {
  bottom: 0;
  right: -104px;
}

.bottom_left {
  bottom: -46px;
  left: 0;
}

.last_top {
  top: -46px;
  right: 0;
}

.last_bottom {
  bottom: -46px;
  right: 0;
}

.pagetop_link {
  display: block;
  margin: 0 auto;
  width: 10.4%;
}

footer {
  z-index: 99999;
}

.footer_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 65%;
}

.footer_text {
  color: #fff;
  font-size: 14px;
  width: 44%;
  padding: 0 20px 0 0;
}

.footer_logo {
  color: #fff;
  font-size: 14px;
  width: 27%;
}

.footer_copyright {
  color: #fff;
  font-size: 14px;
  width: 44%;
  padding: 0 0 0 20px;
}

.single .main_movie_head::after {
  bottom: -56%;
}

.show_pc {
  display: block;
}

.show_sp {
  display: none;
}

.show_flex_pc {
  display: flex;
}

.show_flex_sp {
  display: none;
}

@media screen and (min-width: 911px) and (max-width: 1190px) {
  .main_works_items::before {
    content: "";
    display: block;
    width: 240px;
    order: 1;
  }

  .main_works_items::after {
    content: "";
    display: block;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none;
  }

  .show_sp {
    display: block;
  }

  .show_flex_pc {
    display: none;
  }

  .show_flex_sp {
    display: flex;
  }

  .mv_title {
    width: 90%;
  }

  .theme_texts {
    flex-direction: column;
    padding: 0 30px;
  }

  .theme_text {
    width: 100%;
  }

  .theme_head {
    justify-content: start;
    padding: 0 0 30px;
    width: 100%;
  }

  .theme {
    padding: 0 0 50px;
  }

  #container {
    padding: 60px 0 30px;
  }

  .main {
    border-radius: 40px;
    margin: 0 auto 35px;
    width: 90%;
  }

  .main_texts {
    padding: 0 0 70px;
  }

  .theme_head {
    font-size: 35px;
    line-height: 50px;
    padding: 0 0 24px;
  }

  .section_head {
    font-size: 23px;
  }

  .section_head::after {
    bottom: -40%;
  }

  .main_texts_top {
    line-height: 26px;
    padding: 0 9% 15px;
    margin: 0;
  }

  .main_texts_text {
    line-height: 26px;
    padding: 0 9% 30px;
    margin: 0;
  }

  .main_texts_subject {
    line-height: 26px;
    padding: 0;
    margin: 0 0 15px;
  }

  .main_texts_subject::before,
  .main_texts_subject::after {
    content: '';
    width: 25px;
    height: 25px;
  }

  .main_texts_subject::before {
    left: -24px;
  }

  .main_texts_subject::after {
    right: -24px;
  }

  .hr {
    width: 80%;
  }

  .main_texts_caption {
    padding: 0 9% 20px;
    line-height: 18px;
  }

  .main_texts_contact_text {
    padding: 0;
  }

  .main_works_items {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1154px;
    margin: 0 auto;
    padding: 0;
  }

  .main_works_items::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }

  .main_works_items::after {
    content: "";
    display: block;
    width: 23%;
  }

  .main_works_item_img {
    margin: 0 auto 10px;
  }

  .main_works_item_img img {
    /* height: 186.4px;
    max-width: 148.75px; */
    width: 39.667vw;
    height: 49.707vw;
    max-width: 202px;
    max-height: 282px;
  }

  .main_works_item {
    padding: 0 10px;
    width: 50%;
  }

  .main_steps_contents {
    max-width: 204px;
    padding: 0;
    width: 100%;
  }

  .section_head::after {
    bottom: -64%;
  }

  .main_texts_head::after {
    bottom: -20%;
  }

  .main_works_item_numbers {
    padding: 0 10px 10px;
    margin: 0 0 20px;
  }

  .main_works_item_number {
    font-size: 15px;
  }

  .main_works_item_likes .wpulike-animated-heart span {
    color: #482428 !important;
    font-size: 15px !important;
    font-weight: normal !important;
  }

  .main_works_item_caption {
    font-size: 10px;
    margin: -6px 0 0;
  }

  .view_more {
    width: 100%;
  }

  .main_movie_contents {
    padding: 0 30px;
  }

  .main_movie {
    background: linear-gradient(180deg, rgba(247, 245, 226, 1) 70%, rgba(255, 255, 255, 1) 70%);
    padding: 35px 0;
  }

  .main_movie_head::after {
    bottom: -28%;
  }

  .single .main_movie_head::after {
    bottom: -46%;
  }

  .main_movie_content iframe {
    height: 87%;
    width: 90%;
  }

  .main_comments {
    margin: 70px 0;
  }

  .main_comments_head {
    margin: 0 0 60px;
  }

  .main_comments_item::after {
    top: -6%;
  }

  .main_comments_item {
    margin: 0 0 10px;
    flex-direction: column;
  }

  .main_comments_item::before,
  .main_comments_item::after {
    position: unset;
    background-image: none;
  }

  .main_comments_name {
    color: #482428;
    padding: 0 0 30px 20px;
    position: relative;
    width: 100%;
  }

  .main_comments_name::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    display: block;
  }

  .main_comments_name::after {
    position: absolute;
    content: '';
    top: -18%;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    background-image: url('../img/commnets_bar_sp.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main_comments_to {
    color: #482428;
    padding: 0 0 30px 20px;
    position: relative;
    width: 100%;
  }

  .main_comments_text {
    color: #482428;
    padding: 0 0 30px 20px;
    position: relative;
    width: 100%;
  }

  .main_comments_to::before,
  .main_comments_text::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    display: block;
  }

  .main_comments_to::after,
  .main_comments_text::after {
    position: absolute;
    content: '';
    top: -16px;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    background-image: url('../img/commnets_dot_sp.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main_pictures {
    margin: 0 0 70px;
  }

  .main_pictures_row {
    flex-wrap: wrap;
    padding: 0;
  }

  .main_picture {
    margin: 0 0 10px;
    width: 32%;
  }

  .main_picture_col>div:last-of-type {
    margin: 0;
  }

  .main_picture_text {
    display: none;
  }

  .pagetop_link {
    width: 25%;
  }

  .footer_contents {
    flex-direction: column;
    width: 100%;
  }

  .footer_text {
    padding: 0 0 40px;
    width: 100%;
  }

  .footer_logo {
    padding: 0 0 20px;
    width: 40%;
  }

  .footer_copyright {
    padding: 0;
    width: 100%;
  }

  .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active {
    width: 40px;
    height: 40px;
  }

  .main_works {
    padding: 70px 0 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 768px) {
  .theme_texts {
    flex-direction: row;
  }

  .main_works_items {
    max-width: 500px;
    padding: 0 30px;
  }

  .main_texts_top {
    font-size: 16px;
    padding: 0 0 15px;
    line-height: 34px;
    margin: 0;
  }

  .main_texts_text {
    font-size: 16px;
    padding: 0 0 30px;
    line-height: 34px;
    margin: 0;
  }

  .main_texts_subject {
    font-size: 16px;
    padding: 0;
    margin: 0 0 15px;
    line-height: 34px;
  }

  .main_texts {
    padding: 0 30px 35px;
  }

  .main_texts_caption {
    font-size: 12px;
    line-height: 22px;
  }

  .main_texts_contact_text {
    font-size: 16px;
  }

  .main_works_item_img {
    width: 100%;
    margin: 0 auto 10px;
  }

  .main_works_item_title {
    font-size: 22px;
  }

  .main_works_item_text {
    font-size: 16px;
    line-height: 26px;
  }

  .main_pictures_row {
    max-width: 500px;
  }

  .pagetop_link {
    width: 16%;
  }

  .footer_logo {
    padding: 0 0 20px;
    width: 20%;
  }

  .main_works_item_img img {
    height: 186.4px;
    width: 100%;
  }

  .main_works_item_img img {
    height: 250.4px;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .main_works_item_img img {
    height: 49.707vw;
  }
}


.single .main {
  padding: 130px 0 0;
}

.single_container {
  margin: 0 auto;
  max-width: 90%;
}

.single_to_top {
  padding: 0 0 40px;
  width: 100%;
}

.single_to_top a {
  display: block;
  margin: 0 0 0 auto;
  max-width: 138px;
}

.single_mv {
  margin: 0 auto 50px;
  position: relative;
}

.single_logo {
  max-width: 217px;
  position: absolute;
  top: -152px;
  left: 0;
  z-index: 99999;
}

.single_head {
  margin: 0 0 30px;
}

.single_title {
  color: #482428;
  display: inline-block;
  font-size: 37px;
  margin: 0 0 70px;
  position: relative;
}

.single_title::before,
.single_title::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 66px;
  width: 25px;
}

.single_title::before {
  background-image: url("../img/single_title_before.png");
  left: -40px;
}

.single_title::after {
  background-image: url("../img/single_title_after.png");
  right: -40px;
}

.single_text {
  color: #482428;
  font-size: 13px;
  margin: 0 auto 100px;
  max-width: 526px;
  line-height: 34px;
  text-align: justify;
}

.single_movie {
  background: linear-gradient(180deg, rgba(247, 245, 226, 1) 36%, rgba(255, 255, 255, 1) 36%);
  padding: 70px 0 50px;
}

.single_good {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}

.wp_ulike_general_class button {
  width: 60px;
}

.wp_ulike_counter_up {
  color: #fa6e66;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 4px;
}

.single_imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single_img {
  margin: 0 0 40px;
  width: 48%;
}

.bidding {
  padding: 70px 0;
}

.bidding_head {
  margin: 0 0 50px;
}

.bidding_title {
  margin: 0 auto;
  max-width: 130px;
  width: 100%;
}

.bidding_head::after {
  bottom: -34%;
}

.bidding_link {
  display: block;
  max-width: 256px;
  margin: 0 auto;
}

.comment {
  padding: 70px 0 0;
}

.comment_head {
  margin: 0 0 50px;
}

.comment_title {
  margin: 0 auto;
  max-width: 162px;
  width: 100%;
}

.comment_head::after {
  bottom: -34%;
}

.comment_item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.comment_item .comment_form {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 0 0 20px;
  width: 100%;
}

.comment_text,
.comment_name {
  width: 100%;
}

.comment_item input,
.comment_item textarea {
  color: #8b5f62;
  margin: 0 auto 20px;
  padding: 10px 6px;
  width: 100%;
}

.comment_label {
  color: #8b5f62;
  margin: 0 0 4px;
  display: flex;
  justify-content: start;
}

.comment_input {
  border: 1px solid #8b5f62;
  font-size: 16px;
  padding: 10px;
  display: flex;
  justify-content: start;
}

.comment-respond {
  width: 100%;
}

.comment_btn {
  margin: 0 auto;
  max-width: 256px;
}

.form-submit {
  margin: 0 auto;
}

.single_numbers {
  display: flex;
  justify-content: left;
  margin: 0 auto 30px;
  max-width: 910px;
  padding: 0 30px;
}

.single_number {
  color: #482428;
  font-size: 25px;
}

.single_caption {
  color: #482428;
  font-size: 11px;
}

.single_comment {
  color: #482428;
  padding: 0 20px 0 0;
}

.single_likes {
  color: #482428;
  padding: 0 20px 0 0;
}

.main_works_item_likes .wpulike-animated-heart,
.single_likes .wpulike-animated-heart {
  color: #482428;
  padding: 0;
}

.main_works_item_likes .wp_ulike_general_class button,
.single_likes .wp_ulike_general_class button {
  display: none !important;
}

.single_likes .wp_ulike_counter_up {
  color: #482428 !important;
  font-size: 25px;
  font-weight: normal;
}

.single_comments {
  margin: 70px 0;
}

@media screen and (max-width: 768px) {
  .single .main {
    padding: 170px 0 0;
  }

  .single_contents {
    max-width: 85%;
  }

  .single_logo {
    max-width: 173px;
    top: -122px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .single_to_top {
    display: none;
  }

  .single_to_top {
    padding: 0 0 20px;
    width: 100%;
  }

  .single_mv {
    margin: 0 auto 25px;
    max-width: 100%;
  }

  .single_head {
    margin: 0 0 50px;
  }

  .single_title {
    font-size: 28px;
    padding: 0 35px;
  }

  .single_title::before {
    background-image: url("../img/single_title_before_sp.png");
    left: -2%;
    height: 149px;
  }

  .single_title::after {
    background-image: url("../img/single_title_after_sp.png");
    right: -2%;
    height: 149px;
  }

  .single_movie {
    background: linear-gradient(180deg, rgba(247, 245, 226, 1) 70%, rgba(255, 255, 255, 1) 70%);
    padding: 35px 0 50px;
  }

  .single_good {
    margin: 0 0 50px;
  }

  .single_imgs {
    flex-direction: column;
    margin: 0 auto 20px;
    max-width: 94%;
  }

  .single_img {
    margin: 0 0 14px;
    width: 100%;
  }

  .bidding_head::after {
    bottom: -20%;
  }

  .bidding_link {
    width: 100%;
  }

  .comment_items {
    margin: 0 auto 10px;
    width: 80%;
  }

  .comment_head::after {
    bottom: -34%;
  }

  .comment_label {
    font-weight: bold;
  }

  .single_comments {
    margin: 35px 0;
  }

  .single_numbers {
    justify-content: center;
  }

  .single .main_comments_item {
    margin: 0 0 35px;
  }

  .single .main_comments_name {
    color: #482428;
    font-weight: normal;
    padding: 6px 0 34px 20px;
    position: relative;
    width: 100%;
  }

  .single .main_comments_to {
    font-weight: normal;
  }

  .single .main_comments_text {
    font-weight: normal;
  }

  .comment_item {
    padding: 0 30px;
  }

  .single .comment {
    padding: 70px 0;
  }

  .main_works_item_title {
    font-size: 14px;
  }
}

.logged-in-as {
  /* display: none; */
}

.says {
  display: none;
}
