@import url("global.css");
#thanks-head {
  max-width: 1300px;
  margin: 0 auto 60px;
  padding: 50px 50px 0;
}
#thanks-head .taterube_logo {
  position: relative;
  margin-inline: auto;
  margin-bottom: 31px;
  width: 470px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  line-height: 1;
}
#thanks-head .taterube_logo span {
  display: block;
}
#thanks-head .taterube_logo .mark {
  width: 76px;
}
#thanks-head .taterube_logo .type {
  white-space: nowrap;
}
#thanks-head .taterube_logo .type .text {
  font-weight: 500;
  font-size: 19px;
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
#thanks-head .taterube_logo .type .logo {
  font-size: 15px;
  font-weight: 500;
}
#thanks-head .taterube_logo .type .logo strong {
  width: 280px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
#thanks-head .taterube_logo .tatero {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 90px;
}
#thanks-head .areabox {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
#thanks-head .areabox .inner {
  border: #706D65 1px solid;
  border-radius: 8px;
  padding: 35px 35px 45px;
}
#thanks-head .areabox .inner .title {
  text-align: center;
  line-height: 1.05;
  margin-bottom: 20px;
}
#thanks-head .areabox .inner .title span {
  display: block;
  letter-spacing: .1em;
}
#thanks-head .areabox .inner .title .en {
  font-weight: 700;
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
  font-size: 26px;
}
#thanks-head .areabox .inner .title .ja {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2em;
  color: #706D65;
}
#thanks-head .areabox .inner ul.list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  margin-inline: auto;
  gap: 8px 30px;
  width: fit-content;
}
#thanks-head .areabox .inner ul.list li a {
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  width: fit-content;
  font-weight: 700;
  font-size: min(18px,1.8vw);
  background-image: linear-gradient(#706D65, #706D65);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
#thanks-head .areabox .inner ul.list li a::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #9B783F;
  border-radius: 2px;
  margin-right: 9px;
  margin-top: 2px;
}
#thanks-head .areabox .inner ul.list li a span {
  display: inline-block;
  font-size: 75%;
  margin-inline: -4px;
  padding-top: 2px;
}
@media (any-hover: hover) {
  #thanks-head .areabox .inner ul.list li a:hover {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}

#thanks-footer {
  margin-top: 120px;
  padding-block: 40px 80px;
  position: relative;
  border-top: #23221F 1px solid;
}
#thanks-footer .tatero {
  position: absolute;
  top: -60px;
  right: min(120px,6.8vw);
  width: 80px;
}
#thanks-footer .tatero figcaption {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
#thanks-footer #copyright small {
  font-size: 12px;
  font-weight: 500;
  font-family: "Satoshi-Variable", "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 1220px) {
  #thanks-head .areabox .inner ul.list {
    grid-template-columns: repeat(3, max-content);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #thanks-head {
    margin: 0 auto 40px;
    padding: 40px 5vw 0;
  }
  #thanks-head .taterube_logo {
    margin-bottom: 29px;
    width: 410px;
    gap: 12px;
  }
  #thanks-head .taterube_logo .mark {
    width: 65px;
  }
  #thanks-head .taterube_logo .type .text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #thanks-head .taterube_logo .type .logo {
    font-size: 14px;
  }
  #thanks-head .taterube_logo .type .logo strong {
    width: 240px;
    margin-right: 5px;
  }
  #thanks-head .taterube_logo .tatero {
    bottom: -45px;
    width: 80px;
  }
  #thanks-head .areabox {
    padding: 8px;
  }
  #thanks-head .areabox .inner {
    padding: 30px 30px 40px;
  }
  #thanks-head .areabox .inner .title {
    margin-bottom: 15px;
  }
  #thanks-head .areabox .inner .title .en {
    font-size: 24px;
  }
  #thanks-head .areabox .inner .title .ja {
    font-size: 13px;
  }
  #thanks-head .areabox .inner ul.list {
    grid-template-columns: repeat(2, max-content);
    gap: 6px 40px;
  }
  #thanks-head .areabox .inner ul.list li a {
    font-size: min(16px,2.3vw);
  }
  #thanks-head .areabox .inner ul.list li a::before {
    width: 8px;
    height: 8px;
  }

  #thanks-footer {
    margin-top: 100px;
    padding-block: 30px 70px;
  }
  #thanks-footer .tatero {
    top: -30px;
    right: 5vw;
    width: 70px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #thanks-head {
    margin: 0 auto 30px;
    padding: 30px 5vw 0;
  }
  #thanks-head .taterube_logo {
    margin-bottom: 19px;
    width: 280px;
    gap: 8px;
  }
  #thanks-head .taterube_logo .mark {
    width: 44px;
  }
  #thanks-head .taterube_logo .type .text {
    font-size: 11px;
    margin-bottom: 6px;
    letter-spacing: .05em;
  }
  #thanks-head .taterube_logo .type .logo {
    font-size: 10px;
  }
  #thanks-head .taterube_logo .type .logo strong {
    width: 160px;
  }
  #thanks-head .taterube_logo .tatero {
    bottom: -30px;
    width: 56px;
  }
  #thanks-head .areabox {
    border-radius: 8px;
    padding: 5px;
  }
  #thanks-head .areabox .inner {
    border-radius: 5px;
    padding: 25px 20px 32px;
  }
  #thanks-head .areabox .inner .title {
    line-height: 1.1;
    margin-bottom: 10px;
  }
  #thanks-head .areabox .inner .title span {
    letter-spacing: .15em;
  }
  #thanks-head .areabox .inner .title .en {
    font-size: 21px;
  }
  #thanks-head .areabox .inner .title .ja {
    font-size: 11px;
    letter-spacing: .2em;
  }
  #thanks-head .areabox .inner ul.list {
    gap: 6px 30px;
  }
  #thanks-head .areabox .inner ul.list li a {
    position: relative;
    font-size: min(15px,3.8vw);
    padding-bottom: 1em;
  }
  #thanks-head .areabox .inner ul.list li a::before {
    width: 7px;
    height: 7px;
    margin-right: 6px;
  }
  #thanks-head .areabox .inner ul.list li a span {
    position: absolute;
    bottom: 0;
    margin-inline: 0 -10px;
    padding: 0 0 0 7px;
    font-weight: 500;
  }

  #thanks-footer {
    margin-top: 80px;
    padding-block: 20px 50px;
  }
  #thanks-footer .tatero {
    top: -35px;
    right: 4vw;
    width: 50px;
  }
  #thanks-footer .tatero figcaption {
    top: -14px;
    font-size: 8px;
  }
}

/*# sourceMappingURL=thanks.css.map */
