@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  background-color: #000;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

/*=============================================
 * fonts
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.fnt-kinuta-maruminold-stdn {
  font-family: kinuta-maruminold-stdn, serif;
  font-style: normal;
  font-weight: 400;
}

.fnt-DINAlternate {
  font-family: "DIN Alternate", serif;
  font-weight: bold;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* -- -- */
.wrap {
  width: calc(100% - 40px);
  max-width: 750px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .wrap {
    max-width: 100%;
    padding: 0;
  }
}

/* -- -- */
a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.pc {
  display: block;
}

.ipd {
  display: none;
}

.sp {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ipd {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* -- -- */
/*=============================================
 * <header>
 *=============================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

header nav {
  display: flex;
  gap: 32px;
  padding: 35px 80px;
}

header nav a {
  display: inline-block;
  font-family: "DIN Alternate", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 39px;
  background: url("../img/common/arrow-down.svg") no-repeat top 19px right;
  color: #fff;
  padding-right: 17px;
}

header nav .arrow-right a {
  background-image: url("../img/common/arrow-right.svg");
  background-position: top 16px right;
}

@media screen and (max-width: 991px) {
  header nav {
    padding: 35px 40px;
  }
}

@media screen and (max-width: 767px) {
  header nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 80px 20px 150px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
  }

  header nav a {
    background: transparent;
    color: #000;
    padding-right: 0;
    font-size: 35px;
    line-height: 20px !important;
  }

  header nav .arrow-right a {
    background: transparent;
  }

  header nav .logo {
    width: 16vw;
  }

  header nav .logo img {
    width: 100%;
  }

  header nav .copyright {
    width: 100%;
    font-size: 9px;
    line-height: 15px;
    text-align: center;
    padding: 25px 0;
    position: absolute;
    bottom: calc(4vh + 30px) !important;
    left: 0;
  }

  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    padding: 14px 11px;
    z-index: 1;
  }

  .hamburger.black .hamburger-inner,
  .hamburger.black .hamburger-inner:after,
  .hamburger.black .hamburger-inner:before {
    background-color: #000;
  }

  .navOpen header nav {
    opacity: 1;
    visibility: visible;
  }
}

/* -- -- */
/*=============================================
 * <footer>
 *=============================================*/
footer address {
  font-size: 12px;
  line-height: 20px;
  position: fixed;
  bottom: 35px;
  left: 80px;
  z-index: 98;
}

@media screen and (max-width: 767px) {
  footer address {
    width: 100%;
    text-align: center;
    font-size: 10px;
    bottom: 0;
    left: 0;
    padding: 20px 0;
  }
}

/* -- -- */
/*=============================================
 * <Section>
 *=============================================*/
/* -- -- */
section {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.149),
    rgba(0, 0, 0, 0.8)
  );
  position: relative;
}
.bk {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15)
  );
  position: relative;
}

/* -- -- */
.cl-blue {
  color: #065f8e;
}

.cl-brown {
  color: #514327;
}

/* -- -- */
.udl {
  background-image: linear-gradient(#fff, #fff);
  background-size: 100% 8px;
  background-repeat: no-repeat;
  background-position: left bottom;
}

/* -- -- */
.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

/* -- -- */
.button {
  text-align: center;
}

.button a {
  display: inline-block;
  width: 330px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 32px;
  border-radius: 8px;
  border: 1px solid;
  text-align: center;
  padding: 14px 0;
}

.button a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}

.button.black a {
  border-color: #000;
  color: #000;
}

.button.black a:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .button a {
    width: 60%;
    font-size: 16px;
    padding: 7px 0;
  }
}

/* -- -- */
.h2 {
  font-family: "DIN Alternate", serif;
  font-weight: bold;
  font-size: 70px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.h2:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 25px;
  }

  .h2:after {
    width: 8px;
    height: 8px;
  }
}

/* -- -- */
#mv {
  width: 100%;
  height: 100vh;
  position: relative;
}

#mv video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #mv video {
    width: auto;
    height: 100vh;
    min-width: inherit;
    min-height: inherit;
    top: 0;
    transform: translate(-50%, 0);
  }
}
/* -- -- */
#lead {
  font-size: 32px;
  line-height: 80px;
  padding: 120px 0 160px;
}

#lead p + p {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #lead {
    font-size: 20px;
    line-height: 40px;
    padding: 50px 0 100px;
  }

  #lead p + p {
    padding-top: 40px;
  }
}

/* -- -- */
#about {
  padding: 120px 0 160px;
}

.about-fu {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s;
}

.about-fu[style*="visible"] {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

#about .txt {
  padding-top: 40px;
}

#about .bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px;
  padding: 80px 20px 0;
}

#about .bnr li {
  width: 320px;
  height: 320px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}

#about .bnr li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 45px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  padding-bottom: 40px;
  position: relative;
}

#about .bnr li a:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/index/icon-plus.png") no-repeat center top/cover;
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
}

#about .bnr li span {
  display: block;
}

@media screen and (max-width: 767px) {
  #about {
    padding: 60px 0;
  }

  #about h2 {
  }

  #about .txt {
    text-align: justify;
    padding-top: 30px;
    line-height: 27px;
  }

  #about .bnr {
    display: block;
    padding: 30px 20px 0;
  }

  #about .bnr li {
    width: 55vw;
    height: 55vw;
  }

  #about .bnr li a {
    gap: 20px;
    padding-bottom: 20px;
  }

  #about .bnr li a:before {
    bottom: 20px;
  }

  #about .bnr li img {
    width: auto;
    height: 20px;
  }

  #about .bnr li span {
    font-size: 12px;
    line-height: 20px;
  }

  #about .bnr li:nth-child(2) {
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: auto;
  }
}

/* -- -- */
.fancybox-bg {
  background-color: #000;
  opacity: 1;
}

.fancybox-content {
  background-color: transparent;
  padding: 0;
}

.fancybox-close-small {
  background: url("../img/index/modal-close.svg") no-repeat center top/cover;
  width: 65px;
  height: 65px;
  padding: 0;
  position: fixed;
  top: auto !important;
  right: auto !important;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox-close-small svg {
  display: none;
}

.fancybox-navigation .fancybox-button {
  width: 180px;
  background-color: #000;
  opacity: 0 !important;
  color: transparent;
  padding: 0;
}

.fancybox-navigation .fancybox-button div,
.fancybox-navigation .fancybox-button svg {
  opacity: 0;
}

.about-modal {
  width: 100%;
  height: 98vh;
}

.about-modal .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.about-modal dl {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  position: absolute;
  top: 30%;
}

.about-modal dl dt img {
  width: 275px;
  height: 52px;
}

.about-modal h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  width: 650px;
}

.about-modal .txt {
  padding-top: 40px;
  width: 640px;
}

.about-modal ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-modal ul li {
  width: 170px;
  font-family: "DIN Alternate", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  border-bottom: 2px solid #fff;
}

.about-modal ul li:first-child {
  text-align: right;
}

.about-modal ul li:last-child {
  text-align: left;
}

@media screen and (max-width: 1400px) {
  .about-modal h3 {
    font-size: 20px;
  }

  .about-modal dl {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .about-modal ul {
    top: auto;
    bottom: 20px;
    transform: translateY(0);
  }

  .fancybox-close-small {
    width: 40px;
    height: 40px;
    top: 20px !important;
    right: 0 !important;
    bottom: auto;
    left: auto;
  }

  .fancybox-navigation .fancybox-button {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-modal {
    height: calc(90vh - 30px);
  }

  .about-modal h3 {
    font-size: 14px;
    line-height: 32px;
  }

  .about-modal dl {
    padding-bottom: 10vw;
    position: static;
  }

  .about-modal dl dt img {
    height: 32px;
  }

  .about-modal h3 {
    width: 100%;
  }

  .about-modal .txt {
    width: 100%;
    font-size: 12px;
    padding-top: 20px;
  }

  .about-modal ul li {
    width: 40%;
    font-size: 24px;
  }

  .fancybox-close-small {
    width: 30px;
    height: 30px;
  }

  .fancybox-navigation .fancybox-button {
    width: 40%;
    background-color: transparent;
    bottom: 30px;
  }
}
@media screen and (max-width: 374px) {
  .about-modal dl {
    gap: 20px;
  }
  .about-modal .txt {
    font-size: 11px;
    padding-top: 10px;
  }
}

/* -- -- */
#news {
  padding: 135px 0 155px;
}

#news .box {
  max-height: 520px;
  overflow-y: auto;
  /*padding-right: 20px;*/
  margin-top: 40px;
}

#news .box dl {
  display: flex;
  flex-wrap: wrap;
  min-height: 80px;
  padding-bottom: 32px;
  justify-content: center;
}

#news .box dl + dl {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 32px;
}

#news .box dl:last-child {
  padding-bottom: 0;
}

#news .box dl dt {
  width: 80px;
  padding-right: 24px;
}

#news .box dl dt a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#news .box dl dt a span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#news .box dl dd {
  width: calc(100% - 50px);
  line-height: 24px;
}

#news .box dl dd .date {
  font-size: 12px;
  padding-top: 6px;
}

#news .box dl.no-img dd {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 50px 0;
  }

  #news .wrap {
    width: 100%;
  }

  #news h2 {
  }

  #news .box dl {
    /*padding: 0 25px 25px;*/
  }

  #news .box dl + dl {
    padding-top: 20px;
  }

  #news .box dl dd {
    font-size: 12px;
    line-height: 18px;
  }

  #news .box dl dd .date {
    font-size: 10px;
    padding-top: 0;
  }
}

/* -- -- */
#contact {
  padding: 125px 0 160px;
}

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
#contact input[type="date"],
#contact textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  line-height: 30px;
  border-radius: 0 !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 4px 15px;
}

#contact textarea {
  height: 200px;
  resize: vertical;
}

#contact ::-webkit-input-placeholder {
  color: #adadad;
}

#contact ::-moz-placeholder {
  color: #adadad;
}

#contact :-ms-input-placeholder {
  color: #adadad;
}

#contact :-moz-placeholder {
  color: #adadad;
}

#contact .select {
  display: flex;
  width: 100%;
  border: 1px solid #adadad;
  background-color: #fff;
  border-radius: 0;
  position: relative;
}

#contact .select select {
  display: block;
  flex: 1;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  line-height: 30px;
  padding: 5px 50px 5px 15px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

#contact .select select::-ms-expand {
  display: none;
}

#contact .select:after {
  content: "";
  width: 16px;
  height: 12px;
  background: url("../img/index/arrow-down.svg") no-repeat center top/cover;
  position: absolute;
  top: 15px;
  right: 20px;
  transition: all 0.3s;
}

#contact .select.active:after {
  transform: rotate(180deg);
}

#contact .box {
  width: 665px;
  margin: 0 auto;
  padding-top: 45px;
}

#contact .row + .row {
  padding-top: 15px;
}

#contact .form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#contact .caption {
  width: calc(100% - 480px);
  font-size: 16px;
}

#contact .input {
  width: 480px;
}

#contact .row.agree {
  padding-top: 25px;
}

#contact .checkbox {
  display: block;
  position: relative;
}

#contact .checkbox input {
  display: none;
}

#contact .checkbox span {
  display: block;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}

#contact .checkbox span:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  position: absolute;
  top: 4px;
  left: 0;
}

#contact .checkbox span:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

#contact .checkbox a {
  text-decoration: underline;
}

#contact .checkbox a:hover {
  text-decoration: none;
}

#contact .checkbox input:checked + span:after {
  display: block;
}

#contact .fc-form [class^="error"] {
  font-size: 12px;
  line-height: 16px;
  padding-top: 5px;
  position: static;
}

#contact .row.form-btn {
  padding-top: 80px;
}

#contact .row.form-btn .col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#contact .row.form-btn button {
  display: block;
  width: 330px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 32px;
  border-radius: 8px;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
  padding: 14px 0;
  transition: all 0.3s;
}

#contact .row.form-btn button:hover {
  background-color: #fff;
  color: #000;
}

#contact .row.form-btn .submit-confirm button.form-submit {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 767px) {
  #contact {
    padding: 50px 0;
  }

  #contact h2 {
  }

  #contact .box {
    width: 100%;
    padding-top: 30px;
  }

  #contact .form-row {
    display: block;
  }

  #contact .caption {
    width: 100%;
    padding-bottom: 5px;
  }

  #contact .input {
    width: 100%;
  }

  #contact .row.agree .error {
    text-align: center;
  }

  #contact .checkbox {
    width: max-content;
    margin: 0 auto;
  }

  #contact .checkbox span {
    font-size: 12px;
    line-height: 32px;
  }

  #contact .row.form-btn {
    padding-top: 40px;
  }

  #contact .row.form-btn button {
    width: 85%;
    font-size: 16px;
    padding: 7px;
  }
}

/* -- -- */
#access {
  padding: 135px 0 80px;
}

#access .box {
  padding-top: 40px;
}

#access .box a {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}

#access .box a:before {
  content: "";
  width: 22px;
  height: 32px;
  background: url("../img/index/icon-pin.svg") no-repeat center top/cover;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  transform: translateY(-50%);
}

#access .box a:hover {
  border-color: transparent;
}

#access .box p + p {
  padding-top: 20px;
}

#access .box dl {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

#access .box dl dt {
  width: 80px;
}

#access .box dl dd {
  width: calc(100% - 90px);
  padding-left: 10px;
}

#access .map {
  width: 100%;
  height: 400px;
  margin-top: 60px;
}

#access .map > * {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

@media screen and (max-width: 767px) {
  #access {
    padding: 50px 0;
  }

  #access h2 {
  }

  #access .box {
    font-size: 12px;
    line-height: 18px;
    padding-top: 30px;
  }

  #access .box p:first-child {
    font-size: 16px;
  }

  #access .box p + p {
    padding-top: 15px;
  }

  #access .box a {
    text-decoration: underline;
    border-bottom: 0;
  }

  #access .box a:before {
    width: 14px;
    height: 20px;
    margin-left: 10px;
    top: auto;
    bottom: 3px;
    transform: translateY(0);
  }

  #access .box dl {
    display: block;
    padding-top: 15px;
  }

  #access .box dl dt {
    width: auto;
  }

  #access .box dl dd {
    width: auto;
    padding-top: 4px;
    padding-left: 0;
  }

  #access .map {
    height: 75vw;
  }
}

/* -- -- */
#recruit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  padding: 50px 0;
  position: relative;
  z-index: 101;
}

#recruit .logo {
  width: 46px;
  position: absolute;
  top: 40px;
  left: 80px;
}

#recruit .box {
  width: 620px;
  margin: 0 auto;
}

#recruit .box h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  padding-top: 40px;
}

#recruit .box dl {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}

#recruit .box dl + dl {
  padding-top: 5px;
}

#recruit .box dl dt {
  width: 80px;
}

#recruit .box dl dd {
  width: calc(100% - 90px);
  padding-left: 10px;
}

#recruit .box dl dd p + p {
  padding-top: 5px;
}

#recruit .button {
  padding-top: 40px;
}

#recruit address {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 40px;
  left: 80px;
}

@media screen and (max-width: 767px) {
  #recruit {
    z-index: 99;
  }

  #recruit h2 {
  }

  #recruit .box {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }

  #recruit .box h3 {
    font-size: 16px;
    padding-top: 30px;
  }

  #recruit .box dl {
    justify-content: center;
    padding-top: 15px;
  }

  #recruit .box dl dt {
    width: 60px;
  }

  #recruit .box dl dd {
    width: calc(max-content - 90px);
  }

  #recruit .button {
    padding-top: 30px;
  }

  #recruit address {
    width: 100%;
    text-align: center;
    font-size: 10px;
    bottom: 0;
    left: 0;
    padding: 20px 0;
  }
}

/* -- -- */
.thanks_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  box-sizing: border-box;
  padding: 80px 0;
}

.thanks_txt h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 20px;
}

.thanks_txt p {
  padding-top: 20px;
}

.thanks_txt .button {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .thanks_txt {
    text-align: left;
    padding: 50px 20px 0;
  }

  .thanks_txt h2 {
    padding-bottom: 10px;
  }
}

/* -- -- */
.fadeInUp {
  opacity: 0;
}

.fadeInUp[style*="visible"] {
  /*animation-duration: 1.5s;*/
  animation-duration: 0.7s;
  opacity: 1;
}

/* -- -- */
.sns-pc {
  text-align: center;
}

.sns-pc a {
  display: inline-block;
  margin: 0 20px;
}

.sns-pc img {
  width: 64px;
  height: auto;
}

.sns-pc .ig:hover {
  background: url("../img/index/ig11.png");
  background-repeat: no-repeat;
}

.sns-pc .fb:hover {
  background: url("../img/index/fb11.png");
  background-repeat: no-repeat;
}

.sns-pc a:hover {
  opacity: 1;
}

.sns-pc a:hover img {
  opacity: 0;
}

.ig-1 {
  width: 64px;
  height: 64px;
  object-fit: cover;
  position: relative;
  z-index: 10;
  transition: 1.5s;
}

.ig-1:hover {
  opacity: 0;
}

.ig-2 {
  width: 64px;
  height: 64px;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  left: 0;
}

.sns-sp {
  text-align: center;
  margin: 10px;
}

.sns-sp img {
  width: 38px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.img_pc {
  display: block !important;
}

.img_sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .img_pc {
    display: none !important;
  }

  .img_sp {
    display: block !important;
  }
}

.sns-pc2 {
  text-align: center;
}

.sns-pc2 a {
  display: inline-block;
  margin: 0 20px;
}

.sns-pc2 img {
  width: 38px;
  height: auto;
}

.sns-pc2 .ig:hover {
  background: url("../img/index/ig12.png");
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}

.sns-pc2 .fb:hover {
  background: url("../img/index/fb12.png");
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}

.sns-pc2 a:hover {
  opacity: 1;
}

.sns-pc2 a:hover img {
  opacity: 0;
}

.ig-1 {
  width: 38px;
  height: 38px;
  object-fit: cover;
  position: relative;
  z-index: 10;
  transition: 1.5s;
}

.ig-1:hover {
  opacity: 0;
}

.ig-2 {
  width: 38px;
  height: 38px;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  left: 0;
}
