body {
  font-family: "YuGothic", "Yu Gothic", "Yu Gothic Medium", "游ゴシック体",
    "游ゴシック", "游ゴシック Medium", "Noto Sans JP", sans-serif;
}

header {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0px;
  text-align: center;
  position: fixed;
  z-index: 500;
}

.container {
  min-width: 1000px;
}

.disp-flex {
  display: flex;
}

.p-relative {
  position: relative;
}

.header-area {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 0;
  display: flex;
  justify-content: space-between;
  z-index: 500;
  flex-wrap: wrap;
}

.tel-link.disabled:hover {
  cursor: inherit;
}

.btn-anime {
  transition: 0.3s;
  cursor: pointer;
}

.btn-anime:hover {
  opacity: 0.8;
  filter: brightness(110%);
}

.btn-anime-scale {
  transition: 0.3s;
  cursor: pointer;
}

.btn-anime-scale:hover {
  transform: scale(1.05);
}

.bg-img {
  background: url(/assets/images/gridpattern.png) repeat;
  background-size: 60px;
}

.bg-color-pink {
  mix-blend-mode: multiply;
  background-color: #d363ca;
}

.bg-color-blue {
  mix-blend-mode: multiply;
  background-color: rgba(98, 171, 216, 1);
}

.bg-color-yellow {
  mix-blend-mode: multiply;
  background-color: #ffe114;
}

.bg-color-white {
  mix-blend-mode: multiply;
  background-color: white;
}

.header-logo {
  height: 50px;
  margin: 10px 20px;
}

.header-contact {
  height: 70px;
}

.title-img {
  width: 100%;
}

.top-img {
  width: 100%;
  margin-top: 70px;
}

#top-guide {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  margin-bottom: 1%;
}

#top-guide img {
  width: 25%;
  padding: 0.5%;
  transition: 0.3s;
}

#top-guide img:hover {
  cursor: pointer;
  filter: contrast(110%) brightness(110%) saturate(80%);
}

.seikyu-btn-img {
  width: 15%;
  position: fixed;
  bottom: 1%;
  right: 2%;
  z-index: 100;
}

.about-bg {
  width: 100%;
}

.about-detail-area {
  background-image: url(/assets/images/about_bg.jpg);
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.about-onayami {
  text-align: center;
  padding: 1.5% 1%;
}

.about-onayami img {
  width: 55%;
}

.about-4reason {
  text-align: center;
  padding: 2.5% 0 1.8%;
}

.about-4reason img {
  width: 70%;
}

.about-detail-list {
  display: flex;
}

.about-detail-list-title {
  font-weight: bold;
  color: black;
  height: 30%;
  font-size: 1.3vw;
  margin: 2.2% 0;
}

.about-detail-list-title span {
  line-height: 120%;
  padding: 0 1%;
  background-color: rgb(255, 255, 255, 1);
}

.about-detail-list-text-area-1 {
  padding: 1.5%;
  width: 58%;
  line-height: 140%;
  color: white;
}

.about-detail-list-text-area-2 {
  padding: 1.5%;
  width: 74%;
  line-height: 140%;
  color: white;
}

.about-detail-list-text-area-3 {
  padding: 1.5%;
  width: 75%;
  line-height: 140%;
  color: white;
}

.about-detail-list-text-area-4 {
  padding: 1.5%;
  width: 100%;
  line-height: 140%;
  color: white;
}

.about-detail-list-text {
  height: 70%;
  padding: auto 2%;
  margin: auto;
  vertical-align: middle;
}

.about-4reason-img {
  width: 100%;
  margin: 3% 0;
}

.achievement-partner-list {
  margin: 1%;
}

.achievement-partner-list img {
  width: 24.5%;
}

.contents-1-img {
  width: 100%;
}

.illust-zisseki-title-img {
  width: 100%;
}

.illust-list-area {
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
}

.illust-list {
  padding: 1% 1.5% 0.7%;
  display: flex;
}

.illust-detail {
  width: 25%;
  padding: 0.5%;
}

.illust-img {
  border-radius: 30px;
  border: solid 1px #767676;
  width: 100%;
}

.text-bold-l {
  font-weight: bold;
  font-size: 110%;
  margin: 2% 0;
}

.text-green,
.anime-name {
  font-weight: bold;
  color: #239f61;
  margin: 3% 0;
}

.text-normal {
  margin: 3% 0;
}

.illust-quality-label-img {
  height: 10%;
}

.illust-quality-title-img {
  width: 100%;
}

.illust-quality-list {
  display: flex;
}

.illust-quality-img {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #767676;
}

.illust-qualiy-list-detail-text {
  padding: 3% 1.5%;
  width: 25%;
  line-height: 140%;
  font-size: 100%;
  color: white;
}

.illust-qualiy-list-detail {
  padding: 1%;
  width: 25%;
}

.illust-quality-sabun-bg {
  text-align: right;
  padding: 3% 0;
}

.illust-quality-sabun-bg img {
  width: 90%;
}

.illust-quality-sabun-text {
  width: 100%;
  position: absolute;
  top: 6%;
  left: 0;
}

.illust-quality-sabun-text h3 img {
  width: 50%;
}

.illust-quality-sabun-text h4 img {
  width: 24%;
}

.illust-quality-sabun-text p {
  padding: 3%;
  font-size: 1.5vw;
  line-height: 160%;
  font-weight: bold;
}

.anime-sub-title {
  text-align: center;
}

.anime-sub-title img {
  width: 60%;
  margin: 1% 0;
}

.anime-detail-text {
  font-weight: bold;
  font-size: 115%;
  text-align: center;
}

.anime-sub-title img {
  width: 40%;
}

.anime-list {
  display: flex;
  flex-wrap: wrap;
}

.anime-detail {
  width: 25%;
  padding: 1%;
}

.anime-img {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #767676;
}

.anime-parts {
  padding: 1% 5%;
}

.anime-parts img {
  width: 100%;
}

.create-comic-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 2% 15% 2%;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 1.1vw;
  line-height: 1.5vw;
}

.comic-rough {
  flex: 0 0 40%;
}

.comic-rough .image-area {
  display: flex;
  align-items: center;
  width: 100%;
}

.comic-rough .image-area .right-arrow {
  flex: 0 0 5vw;
  padding: 2.5%;
}

.comic-rough .image-area img {
  width: 100%;
}

.comic-rough .title {
  margin: 5% 0 3% 3%;
  font-size: 1.5vw;
}

.comic-rough .description {
  width: 92%;
}

.comic-color {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comic-color img {
  width: 100%;
}

.comic-color .title {
  margin: 3% 0 2%;
  font-size: 1.5vw;
}

.comic-color .description {
}

.comic-down-arrow {
  flex: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comic-down-arrow.sp {
  display: none;
}

.comic-down-arrow img {
  margin: 2%;
  width: 5%;
  transform: rotate(90deg);
}

.comic-translation {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comic-translation img {
  width: 85%;
}

.comic-translation .title {
  font-size: 1.5vw;
  margin: 5% 0 2%;
}

.comic-translation .description {
  width: 100%;
}

.comic-movie {
  flex: 0 0 43%;
}

.comic-movie .title {
  font-size: 1.5vw;
  line-height: 2.5vw;
  margin: 3% 0;
}

.comic-movie .title :first-child {
  margin-left: 15%;
}

.comic-movie .title :last-child {
  margin-left: 24%;
}

.comic-movie .description {
}

.comic-movie .description ul {
  margin: 1% 0 1% 1.2vw;
}

.creative-title {
  text-align: center;
}

.creative-title-img {
  margin: 1% 0 0.5%;
  width: 50%;
}

.creative-detail {
  width: 45%;
  font-size: 110%;
  margin: auto;
  text-align: center;
  font-weight: bold;
  line-height: 170%;
}

.creative-youtube-area {
  width: 90%;
  margin: 0 auto;
}

.creative-youtube-area .anime-name {
  margin: 1%;
}

.creative-youtube {
  width: 100%;
  height: calc(100vw / 4.9);
}

.creative-zisseki-text {
  font-size: 100%;
  color: #239f61;
  font-weight: bold;
}

.flow-bg {
  width: 100%;
}

.flow-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 2%;
}

.flow-detail-area {
  width: 52%;
  position: absolute;
  top: 0;
  left: 0;
}

.flow-img {
  width: 46%;
}

.flow-sankaku-img {
  width: 3%;
  margin: auto 1%;
  vertical-align: middle;
}

.faq-detail-area {
  padding: 1% 2%;
}

.faq-detail {
  display: flex;
}

.faq-text-area {
  width: 34%;
}

.faq-image-area-1 {
  width: 19%;
  padding: 1% 1%;
  margin: auto 0;
}

.faq-image-area-2 {
  width: 13%;
  padding: 1% 1%;
}

.faq-image-area-1 img {
  width: 100%;
}

.faq-image-area-2 img {
  width: 100%;
}

.faq-q-box {
  background-color: #f2f2f2;
  padding: 3%;
  line-height: 150%;
  vertical-align: middle;
  display: flex;
}

.faq-detail ul {
  padding-left: 20px;
  text-indent: -10px;
}

.faq-detail li {
  line-height: 200%;
}

.faq-detail li:before {
  content: ":";
}

.faq-icon {
  margin-right: 2%;
  height: auto;
}

.faq-icon-img {
  width: 35px;
}

.faq-text {
  vertical-align: middle;
  font-size: 1.1vw;
  line-height: 200%;
  margin: auto 0;
  align-items: center;
}

.faq-a-box {
  margin-top: 2%;
  padding: 3%;
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  background: rgb(255, 255, 255, 0.8);
  border: solid 3px rgb(255, 255, 255, 0.1);
  box-sizing: border-box;
}

.faq-a-box:before {
  content: "";
  position: absolute;
  top: 25%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  z-index: 2;
}

.faq-a-box:after {
  content: "";
  position: absolute;
  top: 25%;
  right: -30px;
  margin-top: -14px;
  border: 7px solid transparent;
  border-left: 24px solid rgb(255, 255, 255, 0.78);
  z-index: 1;
}

.faq-a-box-last {
  margin-top: 2%;
  padding: 3%;
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  background: rgb(255, 255, 255, 0.8);
  border: solid 3px rgb(255, 255, 255, 0.3);
  box-sizing: border-box;
}

.faq-a-box-last:before {
  content: "";
  position: absolute;
  top: 25%;
  border-left-width: -2px;
  margin-top: -12px;
  border: 12px solid transparent;
  z-index: 2;
}

.faq-a-box-last:after {
  content: "";
  position: absolute;
  top: 25%;
  left: -30px;
  margin-top: -14px;
  border: 7px solid transparent;
  border-right: 24px solid rgb(255, 255, 255, 0.8);
  z-index: 1;
}

.branding-midashi-title-img-1 {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
}

.branding-midashi-title-img-2 {
  margin: 0 auto 2%;
  width: 50%;
}

.branding-sub-detail {
  text-align: center;
  width: 50%;
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  margin: auto;
}

.branding-sub-detail p {
  font-size: 1.5vw;
  line-height: 170%;
  font-weight: bold;
}

.branding-bg-img {
  width: 100%;
}

.branding-nayami-area {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  padding: 2%;
  margin: auto;
}

.branding-nayami-img {
  width: 100%;
  margin: auto;
}

.contact-form-area {
  margin: 2%;
  padding: 1%;
}

.contact-table {
  width: 100%;
  border-spacing: 20px 10px;
  padding: 3%;
  border: 7px solid #bfbfbf;
  background-color: white;
}

.contact-item {
  padding: 20px 5px;
  text-align: left;
  width: 22%;
}

.contact-item-in {
  height: 110px;
  text-align: center;
  color: white;
  background-color: #bfbfbf;
  font-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-item-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.contact-item-in span {
  white-space: nowrap;
}

.contact-item-in.comment {
  height: 210px;
}

.contact-body {
  width: 90%;
  height: 110px;
  border: 1px solid #bfbfbf;
}

.contact-body-in {
  line-height: 100px;
  margin: auto;
  height: 100%;
  padding: 0 15px;
}

.comment .contact-body-in {
  padding: 30px 15px;
}

.contact-body.comment {
  height: 210px;
}

.comment textarea {
  resize: none;
}

.contact-form-text {
  width: 100%;
  line-height: 25px;
  vertical-align: middle;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-row {
  display: flex;
  align-items: center;
}

.text-red {
  color: red;
}

footer {
  text-align: center;
  padding: 40px;
  background-color: white;
}

.contact-type {
  display: flex;
  color: grey;
  margin: 0 auto;
}

.contact-consent {
  color: grey;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 2% 0;
}

.contact-btn-area {
  text-align: center;
  padding: 3% 0 5%;
}

.contact-btn-img {
  width: 80%;
}

input[type="checkbox"] {
  display: none;
}

.type-checkbox-icon {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 30px;
  position: relative;
  width: auto;
}

.type-checkbox-icon::before {
  background: #fff;
  border: 1px solid grey;
  border-radius: 3px;
  content: "";
  display: block;
  height: 15px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.type-checkbox-icon::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

input[type="checkbox"]:checked + .type-checkbox-icon::after {
  opacity: 1;
}

.contact-consent-checkbox-icon {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.contact-consent-checkbox-icon::before {
  background: #fff;
  border: 3px solid grey;
  border-radius: 3px;
  content: "";
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.contact-consent-checkbox-icon::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 9px;
  left: 12px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

input[type="checkbox"]:checked + .contact-consent-checkbox-icon::after {
  opacity: 1;
}

.header-sp-menu {
  display: none;
}

.modal-container {
  display: flex;
}

.modal-img {
  width: 100%;
  border: solid 2px #767676;
}

.modal-video {
  width: 100%;
  height: auto;
}

.modal-arr-back {
  padding-right: 3%;
  margin: auto;
}

.modal-arr-next {
  padding-left: 3%;
  margin: auto;
}

.modal-text {
  margin: 1% 0;
}

.modal-area {
  display: none;
  vertical-align: middle;
}

.modaal-container {
  min-height: 500px;
  box-shadow: 8px 8px black;
}

.pc-disp {
  display: block !important;
}

.sp-disp {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .illust-detail {
    width: 33%;
  }

  .anime-detail {
    width: 33%;
    padding: 1%;
  }

  .achievement-partner-list img {
    width: 32%;
  }
}

@media only screen and (max-width: 736px) {
  html {
    scroll-padding-top: 50px;
  }

  .pc-disp {
    display: none !important;
  }

  .sp-disp {
    display: block !important;
  }

  .bg-color-pink {
    mix-blend-mode: normal;
  }

  .bg-color-blue {
    mix-blend-mode: normal;
  }

  .header-nav-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    z-index: 100;
  }

  .header-nav-sp-menu-list {
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    right: -100%;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: right 0.5s;
  }

  .header-nav-sp-menu-list a {
    display: inline-block;
    padding: 0;
  }

  .header-nav-sp-menu-list li {
    margin-top: -0.3%;
  }

  .header-nav-sp-menu-list li img:not(.header-nav-sp-menu-register-img) {
    width: 100%;
  }

  .header-nav-sp-menu {
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    margin: 0 0 0 auto;
    background-color: #fda200;
  }

  .header-nav-sp-menu-icon {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: white;
    position: relative;
    transition: all 0.5s;
  }

  .header-nav-sp-menu-icon::before,
  .header-nav-sp-menu-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: white;
    position: absolute;
    transition: all 0.5s;
  }

  .header-nav-sp-menu-icon::before {
    transform: translateY(-12px);
  }

  .header-nav-sp-menu-icon::after {
    transform: translateY(12px);
  }

  .header-nav-sp-menu.open .header-nav-sp-menu-icon {
    background-color: transparent;
  }

  .header-nav-sp-menu.open .header-nav-sp-menu-icon::before {
    transform: rotate(45deg);
  }

  .header-nav-sp-menu.open .header-nav-sp-menu-icon::after {
    transform: rotate(-45deg);
  }

  .header-nav-sp-menu-list {
    background-color: white;
  }

  .header-nav-sp-menu-list.open {
    right: 0;
  }

  .header-logo {
    height: 30px;
    width: 25%;
    margin: 10px 5px;
  }

  .header-right-area {
    display: flex;
    justify-content: flex-end;
  }

  .header-contact {
    margin-left: auto;
    height: 50px;
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
  }

  .header-contact:hover {
    opacity: 0.8;
    filter: brightness(110%);
  }

  .text-bold-l {
    font-weight: bold;
    font-size: 70%;
    margin: 10px 0;
  }

  .text-green,
  .anime-name {
    margin: 10px 0;
    font-size: 65%;
  }

  .text-normal {
    margin: 10px 0;
    font-size: 65%;
  }

  .anime-text {
    margin: 10px 0;
    font-size: 60%;
  }

  .top-img {
    width: 100%;
    margin-top: 50px;
  }

  .header-sp-menu {
    height: 50px;
    width: 50px;
    display: block;
  }

  .seikyu-btn-img {
    width: 25%;
  }

  .about-onayami {
    padding: 3% 1%;
  }

  .about-onayami img {
    width: 90%;
  }

  .about-4reason img {
    width: 80%;
  }

  .about-detail-area {
    background-image: url(/assets/images/sp/SP_about_bg.jpg);
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .about-detail-list {
    display: block;
  }

  .about-detail-list-title {
    font-weight: bold;
    color: black;
    height: 30%;
    font-size: 80%;
    margin: 2.2% 0;
  }

  .about-detail-list-title span {
    line-height: 120%;
    padding: 0 1%;
    background-color: rgb(255, 255, 255, 1);
    display: block;
  }

  .about-detail-list-text {
    padding: 0 1%;
    font-size: 60%;
  }

  .about-detail-list-text-area-1 {
    line-height: 100%;
    width: 100%;
  }

  .about-detail-list-text-area-2 {
    line-height: 100%;
    width: 100%;
  }

  .about-detail-list-text-area-3 {
    line-height: 100%;
    width: 100%;
  }

  .about-detail-list-text-area-4 {
    line-height: 100%;
    width: 100%;
  }

  .achievement-partner-list img {
    width: 48%;
  }

  .about-4reason-img {
    width: 100%;
    margin: 0 0 2% 0;
  }

  .illust-list-area {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .illust-detail {
    width: 50%;
    padding: 2% 1%;
  }

  .illust-quality-list {
    text-align: center;
    flex-wrap: wrap;
  }

  .illust-qualiy-list-detail-text {
    font-size: 70%;
    line-height: 180%;
    width: 100%;
  }

  .illust-qualiy-list-detail {
    width: 50%;
    text-align: left;
    height: 100%;
  }

  .illust-quality-label-img {
    height: 25px;
  }

  .illust-quality-sabun-text p {
    padding: 4% 3%;
    font-size: 70%;
    font-weight: bold;
  }

  .illust-quality-sabun-text {
    width: 100%;
    position: relative;
    top: 6%;
    left: 0;
  }

  .illust-quality-sabun-text h3 img {
    margin-top: 5%;
    width: 85%;
  }

  .illust-quality-sabun-text h4 img {
    width: 45%;
  }

  .illust-quality-sabun-bg {
    margin-top: -5%;
    text-align: center;
    padding: 3% 2%;
  }

  .illust-quality-sabun-bg img {
    width: 100%;
  }

  .anime-sub-title img {
    width: 100%;
    margin: 3% 0;
  }

  .anime-detail-text {
    font-weight: bold;
    font-size: 80%;
    text-align: center;
    margin-bottom: 4%;
  }

  .anime-detail {
    width: 50%;
    padding: 1%;
  }

  .anime-parts {
    padding: 0;
  }

  .create-comic-area {
    font-size: 12px;
    line-height: 14px;
  }

  .create-comic-area .title {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0;
  }

  .create-comic-area .description {
    width: 80%;
  }

  .comic-rough,
  .comic-color,
  .comic-translation,
  .comic-movie {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .comic-movie .title {
    width: 100%;
    line-height: 32px;
  }

  .comic-movie .title span:first-child {
    margin-left: 10%;
  }

  .comic-movie .title span:last-child {
    margin-left: 19%;
  }

  .comic-down-arrow.sp {
    display: flex;
  }

  .creative-title-img {
    margin: 4% 0;
    width: 100%;
  }

  .creative-detail {
    width: 90%;
    font-size: 70%;
    margin: auto;
    text-align: center;
    line-height: 120%;
  }

  .creative-youtube-area {
    width: 100%;
    margin: 2% auto;
  }

  .creative-youtube {
    width: 100%;
    height: 200px;
  }

  .flow {
    background: url(/assets/images/gridpattern.png) repeat;
    background-size: 60px;
  }

  .flow-bg {
    display: none;
  }

  .flow-detail-area {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .branding-midashi-title-img-1 {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }

  .branding-midashi-title-img-2 {
    margin: 0 auto 2%;
    width: 70%;
  }

  .branding-nayami-img {
    width: 100%;
    margin: auto;
  }

  .branding-nayami-area {
    top: 7%;
  }

  .branding-sub-detail {
    text-align: center;
    width: 70%;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .branding-sub-detail p {
    font-size: 70%;
    line-height: 140%;
  }

  .faq-detail {
    display: flex;
    flex-wrap: wrap;
  }

  .faq-text {
    font-size: 60%;
  }

  .faq-text-area {
    width: 70%;
  }

  .faq-image-area-1 {
    width: 30%;
    margin: auto;
    text-align: center;
  }

  .faq-image-area-2 {
    width: 30%;
    margin: auto;
    text-align: center;
  }

  .faq-image-area-1 img {
    width: 100%;
  }

  .faq-image-area-2 img {
    height: 120px;
    width: auto;
  }

  .faq-icon {
    margin-right: 5%;
  }

  .faq-icon-img {
    width: 20px;
  }

  .faq-q-box {
    margin: 5% 0;
  }

  .faq-a-box {
    margin: 1% 0 6%;
  }

  .faq-a-box:before {
    content: "";
    position: absolute;
    top: 25%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    z-index: 2;
  }

  .faq-a-box:after {
    content: "";
    position: absolute;
    top: 25%;
    right: -30px;
    margin-top: -14px;
    border: 7px solid transparent;
    border-left: 24px solid white;
    z-index: 1;
  }

  .faq-detail ul {
    margin-top: 15px;
    padding-left: 0px;
    text-indent: 0px;
  }

  .contact-item {
    padding: 10px 5px;
    width: 40%;
  }

  .contact-item-in {
    height: 60px;
    text-align: center;
    color: white;
    font-size: 70%;
  }

  .contact-item-inner-wrapper {
    flex-direction: column;
  }

  .contact-body {
    width: 60%;
    height: 60px;
    border: 1px solid #bfbfbf;
  }

  .contact-body-in {
    line-height: 50px;
    margin: auto;
    height: 100%;
    padding: 2.5px 10px;
  }

  .type.contact-item-in,
  .type.contact-body {
    height: 70px;
  }

  .contact-type {
    flex-direction: column;
  }

  .type-checkbox-icon {
    font-size: 70%;
    line-height: 12px;
    padding: 5px 0 5px 20px;
  }

  .type-checkbox-icon::before {
    height: 11px;
    width: 11px;
    left: 3px;
    margin-top: -6px;
  }

  .type-checkbox-icon::after {
    border-right: 2px solid #ed7a9c;
    border-bottom: 2px solid #ed7a9c;
    height: 7px;
    left: 7px;
    margin-top: -5px;
    width: 3px;
  }

  .contact-consent {
    color: grey;
    font-weight: bold;
    font-size: 80%;
    margin: 4% 0;
  }

  .contact-consent-checkbox-icon::before {
    height: 18px;
    width: 18px;
  }

  .contact-consent-checkbox-icon::after {
    top: 45%;
    left: 11px;
  }

  .contact-btn-img {
    width: 70%;
  }

  footer {
    padding: 20px;
    font-size: 80%;
  }

  .modaal-content-container {
    padding: 30px 10px;
  }

  .modal-arr-back {
    width: 10%;
    text-align: center;
  }

  .modal-arr-back img {
    height: 20px;
  }

  .modal-arr-next {
    width: 10%;
    text-align: center;
  }

  .modal-arr-next img {
    height: 20px;
  }

  .modaal-container {
    min-height: 200px;
    box-shadow: 8px 8px black;
  }
}
