@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.header-glonal {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: -70px;
  transition: all 0.5s linear;
  z-index: 1000;
}

.header-glonal.active {
  top: 0;
  transition: all 0.5s linear;
}

.header-glonal .inner-col {
  position: relative;
}

.header-glonal .col-common {
  display: flex;
  align-items: center;
  height: 65.35px;
  position: relative;
}

@media (max-width: 767.98px) {
  .header-glonal .col-common {
    min-height: 6.2rem;
  }
}
.header-glonal .col-common .item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-glonal .col-common .item:nth-child(1) {
  left: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .header-glonal .col-common .item:nth-child(1) {
    left: 23.85px;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .header-glonal .col-common .item:nth-child(1) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767.98px) {
  .header-glonal .col-common .item:nth-child(1) img {
    width: 12rem;
  }
}
.header-glonal .col-common .item:nth-child(2) {
  width: calc(100% - 218px);
  position: absolute;
  right: 0;
}

@media (max-width: 767.98px) {
  .header-glonal .col-common .item:nth-child(2) {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
}
@media (max-width: 767.98px) {
  .header-glonal .col-common .item:nth-child(2).active {
    visibility: visible;
    opacity: 1;
    width: 100vw;
    height: 100svh;
    position: fixed;
    background-color: #fff;
    z-index: 300;
    transition: all 0.5s;
  }
}
@media (max-width: 767.98px) {
  .js-nav-menu {
    top: 0 !important;
    transform: translateY(0) !important;
  }
}

.header-glonal .col-common .item:nth-child(2) .item-logo {
  display: none;
}

@media (max-width: 767.98px) {
  .header-glonal .col-common .item:nth-child(2) .item-logo {
    display: block;
    padding-top: 11rem;
    width: 9.8rem;
    margin: 0 auto;
    padding-bottom: 9.4rem;
  }
}
.header-glonal .col-common .item:nth-child(2) .item-logo .logo {
  margin-right: 0;
}

.header-glonal .col-common .item:nth-child(2) .item-logo .logo img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .header-glonal .col-common .item:nth-child(2) .c__000 {
    display: none;
  }
  .header-glonal .col-common .item:nth-child(2) .item-logo {
    padding: 20.5128205128vw 0 11.0256410256vw;
  }
  .header-glonal .col-common .item:nth-child(2) .item-logo .logo {
    width: 100%;
    margin: 0 auto;
  }
}
.header-glonal .col-common .item:nth-child(2) .list-common.c__020 {
  display: none;
}

@media (max-width: 767.98px) {
  .header-glonal .col-common .item:nth-child(2) .list-common.c__020 {
    display: block;
    padding: 0 3rem;
    margin-bottom: 4.5rem;
  }
}
.header-glonal .col-common .item:nth-child(2) .col__010 {
  display: none;
}

@media (max-width: 767.98px) {
  .header-glonal .col-common .item:nth-child(2) .col__010 {
    display: block;
    border-top: 1px solid #000;
    padding-top: 8.8rem;
    margin-left: 3rem;
    margin-right: 3rem;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .header-glonal .col-common .item:nth-child(2) .col__010 img {
    width: 18.5rem;
  }
}
.header-glonal .col-common .item .logo {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 166px;
}
@media (max-width: 767.98px) {
  .header-glonal .col-common .item .logo {
    width: 116px;
  }
}

.header-glonal .col-common .item .nav-common {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .header-glonal .col-common .item .nav-common {
    display: block;
    height: 100%;
  }
}
.header-glonal .col-common .item .list-common {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .header-glonal .col-common .item .list-common {
    display: block;
  }
}
.header-glonal .col-common .item .list-common .list-item {
  display: flex;
  align-items: center;
}

.header-glonal .col-common .item .list-common .list-item a {
  font-family: "Syne", "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuMincho, "YuMincho", "Hiragino Sans", Meiryo, Arial, Helvetica;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .header-glonal .col-common .item .list-common .list-item a {
    font-size: 4.4384615385vw;
  }
}

.header-glonal .col-common .item .list-common .list-item.ct__010 {
  margin-right: 3.5rem;
  letter-spacing: 0.15em;
}

.header-glonal .col-common .item .list-common .list-item.ct__030,
.header-glonal .col-common .item .list-common .list-item.ct__040 {
  margin-right: 3rem;
}
@media screen and (max-width: 767.98px) {
  .header-glonal .col-common .item .list-common .list-item.ct__030,
  .header-glonal .col-common .item .list-common .list-item.ct__040 {
    font-family: Syne;
    font-size: 4.4384615385vw;
    font-weight: 500;
    line-height: 7.8948717949vw;
    letter-spacing: 0.1em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    justify-content: center;
    margin-right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .header-glonal .col-common .item .list-common .list-item.ct__030 {
    margin-bottom: 2.7rem;
  }
}

@media screen and (max-width: 767.98px) {
  .header-glonal .col-common .item .list-common .list-item.ct__040 {
    margin-top: 3.8461538462vw;
  }
}

.header-glonal .col-common .item .list-common .list-item.ct__030::before {
  content: "";
  display: inline-block;
  background: url(https://online.taka-q.jp/img/usr/freepage/feature_pickwear_m04/images/common/h_login.png) no-repeat 0 0;
  background-size: 100%;
  width: 19px;
  height: 19px;
  margin-right: 6px;
}
@media screen and (max-width: 767.98px) {
  .header-glonal .col-common .item .list-common .list-item.ct__030::before {
    width: 4.358974359vw;
    height: 4.358974359vw;
    margin-right: 2.5641025641vw;
  }
}

@media screen and (max-width: 767.98px) {
  .header-glonal .col-common .item .list-common.c__040 {
    margin-top: 13.3333333333vw;
  }
}

.header-glonal .col-common .item .list-common .list-item.ct__040::before {
  content: "";
  display: inline-block;
  background: url(https://online.taka-q.jp/img/usr/freepage/feature_pickwear_m04/images/common/h_cart.png) no-repeat 0 0;
  background-size: 100%;
  width: 19px;
  height: 19px;
  margin-right: 6px;
}
@media screen and (max-width: 767.98px) {
  .header-glonal .col-common .item .list-common .list-item.ct__040::before {
    width: 4.358974359vw;
    height: 4.358974359vw;
    margin-right: 2.5641025641vw;
  }
}

.header-glonal .button-hamburger {
  display: none;
}

@media (max-width: 767.98px) {
  .header-glonal .button-hamburger {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    border: none;
    background-color: transparent;
  }
}
.header-glonal .button-hamburger > div {
  position: absolute;
  height: 14px;
  width: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-glonal .button-hamburger span {
  position: absolute;
  width: 18px;
  height: 0.1rem;
  background-color: #000;
  display: block;
  transition: all 0.2s linear;
  left: 50% !important;
  transform: translateX(-50%);
}

.header-glonal .button-hamburger span:nth-of-type(1) {
  top: 0;
}

.header-glonal .button-hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-glonal .button-hamburger span:nth-of-type(3) {
  bottom: 0;
}

.header-glonal .button-hamburger.close {
  position: fixed;
  z-index: 400;
  top: 3.3rem;
}

.header-glonal .button-hamburger.close span:nth-of-type(1) {
  transform: translateX(-50%) translateY(0) rotate(45deg);
  top: 5px;
  background-color: #8b8b8b;
}

.header-glonal .button-hamburger.close span:nth-of-type(2) {
  display: none;
}

.header-glonal .button-hamburger.close span:nth-of-type(3) {
  transform: translateX(-50%) translateY(0) rotate(-45deg);
  top: 5px;
  bottom: 13px;
  background-color: #8b8b8b;
}

.section-btnlist {
  padding: 6.6197183099vw 0 0 0;
}

@media (max-width: 767.98px) {
  .section-btnlist {
    padding: 8rem 3rem 0;
  }
}
.section-common .inner-col {
  width: 102.4rem;
  margin: 0 auto;
}

@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  .section-common .inner-col {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .section-common .inner-col {
    width: auto;
    margin: auto;
  }
}
.list-common.c__020 .list-item {
  margin-bottom: 2.6056338028vw;
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .list-common.c__020 .list-item {
    margin-bottom: 5.1282051282vw;
  }
}
.list-common.c__020 .list-item:last-child {
  margin-bottom: 0;
}

.button-common.c__020 {
  width: 32.676056338vw;
  background-color: #111111;
  color: #ffffff;
  display: block;
  padding: 1.6901408451vw 0 0.9154929577vw 0;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 767.98px) {
  .button-common.c__020 {
    width: 84.6153846154vw;
  }
}

@media (max-width: 767.98px) {
  .button-common.c__020 {
    padding: 4.358974359vw 0 3.3333333333vw 0;
  }
}
.button-common.c__020:hover {
  transition: all 0.5s;
  background-color: #000000;
}

.button-common.c__020.v2 {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #111111;
}

.button-common.c__020.v2:hover {
  transition: all 0.5s;
  background-color: #dcdcdc;
}

.button-common.c__020.v2 .t1::after {
  background: url(https://online.taka-q.jp/img/usr/freepage/feature_pickwear_m04/images/common/img_arrow_0003.png) no-repeat 0 0;
  background-size: 100%;
}

.button-common.c__020 .t1 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4084507042vw;
  font-weight: 500;
  line-height: 1.9718309859vw;
  letter-spacing: 1.5;
  font-family: "Castoro Titling";
}
@media screen and (max-width: 767.98px) {
  .button-common.c__020 .t1 {
    font-size: 4.6153846154vw;
    line-height: 5.8974358974vw;
  }
}

.button-common.c__020:not(.v2) .t1 {
  color: #fff;
}

.button-common.c__020 .t1::after {
  content: "";
  display: inline-block;
  background: url(https://online.taka-q.jp/img/usr/freepage/feature_pickwear_m04/images/common/img_arrow_0002.png) no-repeat 0 0;
  background-size: 100%;
  width: 8px;
  height: 19px;
  margin-left: 0.9rem;
  position: relative;
  top: 6px;
  left: 8px;
}

.button-common.c__020 .t2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8802816901vw;
  font-weight: 600;
  letter-spacing: 0.8;
  line-height: 2.1126760563vw;
  font-family: Shippori Mincho, serif;
}
@media screen and (max-width: 767.98px) {
  .button-common.c__020 .t2 {
    font-size: 2.6794871795vw;
    line-height: 6.4102564103vw;
  }
}

.button-common.c__020:not(.v2) .t2 {
  color: #fff;
}

.footer-common .col__010 {
  text-align: center;
  padding: 8rem 0;
  border-top: 1px solid #a7a7a7;
}

@media (max-width: 767.98px) {
  .footer-common .col__010 {
    text-align: center;
    padding: 6.7rem 0 6rem;
    border-top: 1px solid #a7a7a7;
  }
}
.footer-common .col__010 img {
  width: 24.6rem;
}
@media (max-width: 767.98px) {
  .footer-common .col__010 img {
    width: 19.68rem;
  }
}

.footer-common .col__020 {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 3.6rem 0;
}
.footer-common .col__020 .copyright {
  font-size: 10px;
  font-family: "Syne", "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuMincho, "YuMincho", "Hiragino Sans", Meiryo, Arial, Helvetica;
}

#footer_guide,
#footer {
  display: none;
}

body {
  min-width: auto;
}

@media screen and (min-width: 767.99px) and (max-width: 1300.98px) {
  .pc_only {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .pc_only {
    display: none;
  }
}

.tb_only {
  display: none;
}
@media screen and (min-width: 767.99px) and (max-width: 1300.98px) {
  .tb_only {
    display: block !important;
  }
}
@media screen and (max-width: 767.98px) {
  .tb_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (min-width: 767.99px) and (max-width: 1300.98px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .sp_only {
    display: block;
  }
}

.fuwa_mae {
  opacity: 0;
  transition: all 1s;
  transform: translateY(30px);
}
.fuwa_mae.is_fuwa {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

div#tq_content {
  margin-bottom: 0;
  color: #111111;
  overflow: hidden;
}
div#tq_content img {
  width: 100%;
  height: auto;
}
div#tq_content a {
  cursor: pointer;
}
div#tq_content a:hover {
  opacity: 0.3 !important;
}
div#tq_content .link_area {
  margin: 7.7464788732vw auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .link_area {
    margin: 18.9743589744vw auto 0;
  }
}
div#tq_content .link_area .archive {
  font-family: "Times New Roman", times, serif;
}
div#tq_content .link_area .archive .archive_ttl {
  font-size: 1.1267605634vw;
  line-height: 1.6901408451vw;
  letter-spacing: 2;
  text-align: center;
  color: #525252;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .link_area .archive .archive_ttl {
    font-size: 4.6153846154vw;
    line-height: 6.1538461538vw;
  }
}
div#tq_content .link_area .archive .archive_ul {
  display: flex;
  margin-top: 0.985915493vw;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .link_area .archive .archive_ul {
    margin-top: 2.5641025641vw;
  }
}
div#tq_content .link_area .archive .archive_ul li {
  font-size: 0.985915493vw;
  line-height: 1.6901408451vw;
  letter-spacing: 1.1;
  color: #525252;
  padding: 0 0.6338028169vw;
  border-left: 1px solid #525252;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .link_area .archive .archive_ul li {
    font-size: 3.1794871795vw;
    line-height: 5.0769230769vw;
    padding: 0 3.0769230769vw;
  }
}
div#tq_content .link_area .archive .archive_ul li:last-child {
  border-right: 1px solid #525252;
}
div#tq_content .link_area .archive .archive_ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.0422535211vw;
  height: 1.1267605634vw;
  color: #525252;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .link_area .archive .archive_ul li a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 3.3846153846vw;
  }
}
div#tq_content .anime {
  visibility: hidden;
  transition: all 500ms ease;
}
div#tq_content .anime.is_anime {
  visibility: visible;
  transition: all 500ms ease;
}
div#tq_content .anime.is_anime span {
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  translate: none;
  rotate: none;
  scale: none;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: translate(0px, 0px);
}
div#tq_content .anime span {
  transition: all 500ms ease;
  transform: translateY(100%);
  clip-path: polygon(0 -100%, 100% -100%, 100% -100%, 0 -50%);
  will-change: clip-path, transform;
  letter-spacing: -0.01em;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div#tq_content #detail,
div#tq_content #point,
div#tq_content #style {
  margin-top: -65px;
  padding-top: 65px;
}
div#tq_content .mv {
  margin-top: 65px;
  margin-bottom: 102px;
  position: relative;
  height: 737px;
  /* 線のアニメーション部分 */
  /* 線の背景色 */
  /* 線のアニメーション */
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv {
    height: 400px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .mv {
    margin-bottom: 50px;
    height: auto;
  }
}
div#tq_content .mv .mv_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 45%;
     object-position: 45%;
  height: 100%;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv .mv_img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .mv .mv_img {
    height: auto;
    position: relative;
  }
}
div#tq_content .mv .mv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-300%, -40%);
  margin-top: 0.5vw;
  font-size: 43px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.8;
  color: #525252;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv .mv_ttl {
    font-size: 25px;
    transform: translate(-300%, -90%);
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .mv .mv_ttl {
    display: none;
  }
}
div#tq_content .mv .mv_ttl .mv_ttl_span02 {
  margin-top: 6.338028169vw;
  letter-spacing: 0.08em;
  white-space: pre;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv .mv_ttl .mv_ttl_span02 {
    margin-top: 5.985915493vw;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .mv .mv_ttl .mv_ttl_span02 {
    margin-top: 0;
    letter-spacing: 0.15em;
  }
}
div#tq_content .mv .mv_bg {
  max-width: 330px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(175%);
  bottom: 0;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv .mv_bg::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(136, 161, 195) 0%, rgb(136, 161, 195) 30%, rgba(136, 161, 195, 0) 100%);
    height: 30px;
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv .mv_bg {
    position: relative;
    transform: translateX(0);
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    max-width: 100%;
    background: #88a1c3;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .mv .mv_bg {
    display: none;
  }
}
div#tq_content .mv .mv_wrap {
  position: absolute;
  top: 50%;
  right: -32%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv .mv_wrap {
    top: 10px;
    transform: translate(-50%, 0);
    left: 50%;
  }
}
div#tq_content .mv .mv_wrap .mv_txt_img {
  width: 330px;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv .mv_wrap .mv_txt_img {
    width: 170px;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .mv .mv_wrap .mv_txt_img {
    width: 69.2307692308vw;
  }
}
div#tq_content .mv .mv_wrap .mv_txt_img img {
  width: 100%;
}
@keyframes circlemove {
  0% {
    bottom: 70px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
div#tq_content .mv .mv_scroll {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv .mv_scroll {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .mv .mv_scroll {
    bottom: 130px;
  }
}
div#tq_content .mv .mv_scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -70px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv .mv_scroll::before {
    bottom: -50px;
    height: 50px;
  }
}
div#tq_content .mv .mv_scroll::after {
  background-color: #ccc;
  bottom: -70px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv .mv_scroll::after {
    bottom: -50px;
    height: 50px;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
div#tq_content .mv_lead {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  line-height: 1.85;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .mv_lead {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .mv_lead {
    font-size: 12px;
    margin-left: 35px;
    margin-right: 35px;
    line-height: 1.85;
    position: relative;
  }
}
div#tq_content .lead_item {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1080px;
  margin-top: 110px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .lead_item {
    margin-top: 95px;
  }
}
div#tq_content .lead_item ul.lead_item_ul {
  display: flex;
  justify-content: space-between;
}
div#tq_content .lead_item ul.lead_item_ul li.lead_item_li {
  position: relative;
  border-bottom: 7px solid #333333;
  width: calc((100% - 70px) / 3);
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .lead_item ul.lead_item_ul li.lead_item_li {
    width: calc((100% - 5.8333333333vw) / 3);
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .lead_item ul.lead_item_ul li.lead_item_li {
    width: 28.2051282051vw;
    border-bottom: 5px solid #333333;
  }
}
div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #9F9797;
  padding: 16.5px 0 65.79px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a {
    padding: 0 0 28px;
  }
}
div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a .lead_item_img {
  width: 100%;
}
div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a .lead_item_name {
  color: #000000;
  font-weight: bold;
  font-size: 21px;
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a .lead_item_name {
    font-size: 13px;
    margin-top: 0;
  }
}
div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a .lead_item_price {
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 15.55px;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a .lead_item_price {
    font-size: 12.96px;
    margin-top: 5px;
  }
}
div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a .lead_item_price span.tax {
  font-size: 11.66px;
  margin-left: 4px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a .lead_item_price span.tax {
    font-size: 9.72px;
  }
}
div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a .lead_item_color {
  height: 12.5px;
  margin-top: 10px;
}
div#tq_content .lead_item ul.lead_item_ul li.lead_item_li a .lead_item_color img {
  height: 100%;
  width: auto;
}
div#tq_content .lead_item ul.lead_item_ul li.lead_item_li .lead_item_check {
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 55%);
  bottom: 0;
  width: 45px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .lead_item ul.lead_item_ul li.lead_item_li .lead_item_check {
    width: 21.82px;
  }
}
div#tq_content .main {
  display: flex;
  flex-direction: column;
  gap: 147px;
  margin-top: 150px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main {
    gap: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main {
    margin-top: 130px;
  }
}
div#tq_content .main .main_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div#tq_content .main .main_contents .main_contents_num {
  font-family: "Syne", "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuMincho, "YuMincho", "Hiragino Sans", Meiryo, Arial, Helvetica;
  color: #9F9797;
  line-height: 1;
  font-size: 140px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_num {
    font-size: 60px;
  }
}
div#tq_content .main .main_contents .main_contents_name {
  color: #000000;
  font-weight: bold;
  line-height: 1;
  font-size: 30px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_name {
    font-size: 18px;
  }
}
div#tq_content .main .main_contents .main_contents_name.main_contents_name_03 {
  margin-top: 10px;
}
div#tq_content .main .main_contents .main_contents_inner {
  position: relative;
  width: 100%;
  background-color: #E6E1D5;
  margin-top: 93.63px;
  padding: 165.34px 0 179.66px;
  /* 線のアニメーション部分 */
  /* 線の背景色 */
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner {
    margin-top: 34.5px;
    padding: 44.5px 0 104.28px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_scroll {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  writing-mode: vertical-rl;
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -70px;
  content: "";
  height: 124px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_scroll::before {
    top: -68px;
    height: 40px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_scroll::after {
  background-color: #ccc;
  bottom: -70px;
  content: "";
  height: 124px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_scroll::after {
    top: -68px;
    height: 40px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point {
  box-sizing: border-box;
  display: flex;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 90%;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point {
    flex-direction: column;
    width: 84.6153846154vw;
    padding: 0 0 42px;
    gap: 30px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_img {
  width: 50%;
  padding: 30px 0 30px 30px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_img {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_img .main_contents_point_img_txt {
  position: absolute;
  z-index: 1;
  font-family: "Castoro Titling", serif;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-size: 64.32px;
  bottom: 20px;
  left: 34px;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_img .main_contents_point_img_txt {
    font-size: 5.36vw;
    bottom: 1.6666666667vw;
    left: 2.8333333333vw;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_img .main_contents_point_img_txt {
    font-size: 45px;
    bottom: 13px;
    left: 20px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 20px 0;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt {
    width: 100%;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt .main_contents_point_txt_01 {
  position: relative;
  font-family: "Castoro Titling", serif;
  line-height: 1;
  font-size: 22.7px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt .main_contents_point_txt_01 {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt .main_contents_point_txt_01::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  height: 1px;
  width: 48px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt .main_contents_point_txt_01::after {
    width: 35px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt .main_contents_point_txt_02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin-top: 20px;
  font-size: 37.22px;
}
@media screen and (max-width: 1100px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt .main_contents_point_txt_02 {
    font-size: 3.3836363636vw;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt .main_contents_point_txt_02 {
    font-weight: 600;
    margin-top: 28px;
    font-size: 21px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt .main_contents_point_txt_02 span {
  letter-spacing: -0.5em;
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt .main_contents_point_txt_03 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.1em;
  line-height: 1.8;
  margin-top: 35px;
  font-size: 15.38px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point .main_contents_point_txt .main_contents_point_txt_03 {
    line-height: 1.6;
    margin-top: 20px;
    font-size: 15.38px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point_item {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  margin-top: 83.64px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point_item {
    flex-direction: column;
    width: 84.6153846154vw;
    margin-top: 25px;
    gap: 25px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point_item a {
  display: block;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point_item a {
    width: 100%;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point_btn {
  max-width: 464px;
  width: 100%;
  margin-inline: auto;
  height: 95px;
  margin-top: 86.36px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point_btn {
    height: 80px;
    max-width: 330px;
    margin-top: 60px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111111;
  color: #fff;
  font-weight: bold;
  height: 100%;
  flex-direction: column;
  width: 100%;
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point_btn a span {
  letter-spacing: 0.1em;
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point_btn a span:nth-child(1) {
  font-size: 20px;
  font-family: "Castoro Titling", serif;
  position: relative;
  left: -8px;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point_btn a span:nth-child(1) {
    font-size: 18px;
  }
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point_btn a span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 2px;
  margin: auto;
  vertical-align: middle;
  right: -18px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
div#tq_content .main .main_contents .main_contents_inner .main_contents_point_btn a span:nth-child(2) {
  font-size: 12px;
  display: block;
  font-family: "Shippori Mincho", serif;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .main .main_contents .main_contents_inner .main_contents_point_btn a span:nth-child(2) {
    font-size: 10px;
  }
}
div#tq_content .detail {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 145px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail {
    margin-bottom: 130px;
  }
}
div#tq_content .detail h2 {
  font-family: "Castoro Titling";
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 40px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
div#tq_content .detail h2::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail h2::before {
    width: 16px;
  }
}
div#tq_content .detail .detail_content {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  padding-top: 50px;
  padding-bottom: 77px;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .detail .detail_content {
    width: 90%;
    margin-inline: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail .detail_content {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
  }
}
div#tq_content .detail .detail_content .detail_items.detail_items_top {
  margin-bottom: 58px;
}
div#tq_content .detail .detail_content .detail_items.detail_items_bottom {
  align-items: center;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .detail .detail_content .detail_items.detail_items_bottom {
    align-items: flex-start;
  }
}
div#tq_content .detail .detail_content .detail_items.detail_items_bottom .detail_items_txt ul li a {
  padding-left: 22px;
}
div#tq_content .detail .detail_content .detail_items.detail_items_bottom .detail_items_txt ul li a .name::before {
  content: none;
}
div#tq_content .detail .detail_content .detail_items.detail_items_bottom .detail_items_txt ul li a .name .price {
  margin-left: 4px;
}
div#tq_content .detail .detail_content .detail_items.detail_items_bottom .detail_items_txt ul li a .check::after {
  width: 119px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail .detail_content .detail_items {
    display: block;
  }
}
div#tq_content .detail .detail_content .detail_items h3 {
  font-family: Shippori Mincho, serif;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}
div#tq_content .detail .detail_content .detail_items .item_detail_logo {
  width: 176px;
  margin: 0 auto 46px;
}
div#tq_content .detail .detail_content .detail_items .detail_items_img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail .detail_content .detail_items .detail_items_img {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
div#tq_content .detail .detail_content .detail_items .detail_items_txt {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail .detail_content .detail_items .detail_items_txt {
    max-width: 100%;
  }
}
div#tq_content .detail .detail_content .detail_items .detail_items_txt p {
  max-width: 550px;
  font-family: Shippori Mincho, serif;
  font-size: 14.5px;
  line-height: 1.9;
  margin: 25px auto 78px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail .detail_content .detail_items .detail_items_txt p {
    font-size: 12px;
    line-height: 1.85;
  }
}
div#tq_content .detail .detail_content .detail_items ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail .detail_content .detail_items ul {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
    width: auto;
  }
}
div#tq_content .detail .detail_content .detail_items ul > li {
  width: 420px;
  border: 1px solid #000000;
}
@media screen and (min-width: 767.99px) and (max-width: 954px) {
  div#tq_content .detail .detail_content .detail_items ul > li {
    width: 330px;
  }
}
div#tq_content .detail .detail_content .detail_items ul > li:nth-child(2) a .name::before {
  content: "B";
}
div#tq_content .detail .detail_content .detail_items ul > li:nth-child(3) a .name::before {
  content: "C";
}
div#tq_content .detail .detail_content .detail_items ul > li:nth-child(4) a .name::before {
  content: "D";
}
div#tq_content .detail .detail_content .detail_items ul > li a {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  min-height: 77px;
  position: relative;
  justify-content: center;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .detail .detail_content .detail_items ul > li a {
    padding-left: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail .detail_content .detail_items ul > li a {
    padding-left: 45px;
  }
}
div#tq_content .detail .detail_content .detail_items ul > li a .name {
  font-size: 12px;
  text-align: left;
  font-family: Roboto, sans-serif;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
}
div#tq_content .detail .detail_content .detail_items ul > li a .name::before {
  content: "A";
  position: absolute;
  left: -7px;
  top: 0;
  width: 21px;
  height: 21px;
  background: #000;
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
  transform: translateX(-100%);
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
}
div#tq_content .detail .detail_content .detail_items ul > li a .name .price {
  margin-left: 8px;
  font-weight: normal;
}
div#tq_content .detail .detail_content .detail_items ul > li a .name .tax {
  font-size: 9px;
  font-weight: normal;
  margin-left: 5px;
}
div#tq_content .detail .detail_content .detail_items ul > li a .check {
  position: absolute;
  width: 50px;
  height: 16px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 22px;
  font-size: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .detail .detail_content .detail_items ul > li a .check {
    top: auto;
    bottom: 15px;
    right: 12px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .detail .detail_content .detail_items ul > li a .check {
    top: auto;
    bottom: 15px;
    right: 12px;
    margin-bottom: 0;
  }
}
div#tq_content .detail .detail_content .detail_items ul > li a dl {
  display: flex;
}
div#tq_content .detail .detail_content .detail_items ul > li a dl dt {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
}
div#tq_content .detail .detail_content .detail_items ul > li a dl dd ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
div#tq_content .detail .detail_content .detail_items ul > li a dl dd ul li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  border: none;
}
div#tq_content .detail .detail_content .detail_items ul > li a dl dd ul li.bg_white {
  background: #ffffff;
  border: 0.7px solid #777777;
}
div#tq_content .detail .detail_content .detail_items ul > li a dl dd ul li.bg_blue {
  background: #7192c8;
}
div#tq_content .detail .detail_content .detail_items ul > li a dl dd ul li.dark_blue {
  background: #171765;
}
div#tq_content .point {
  margin-bottom: 210px;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .point {
    width: 90%;
    margin-inline: auto;
    overflow: hidden;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point {
    margin-bottom: 145px;
  }
}
div#tq_content .point h2 {
  font-family: "Castoro Titling";
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
div#tq_content .point h2::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point h2::before {
    width: 16px;
  }
}
div#tq_content .point .swiper {
  display: flex;
  overflow: visible;
}
div#tq_content .point .swiper .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
  background: #222222;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-pagination-bullet {
    width: 9px;
    height: 4px;
    background: #bfbfbf;
  }
}
div#tq_content .point .swiper .swiper-pagination-bullet-active {
  background: #bfbfbf;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-pagination-bullet-active {
    background: #222222;
  }
}
div#tq_content .point .swiper .swiper-pagination {
  height: 10px;
  right: 50%;
  width: auto;
  left: initial;
  bottom: -26px;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-pagination {
    bottom: -18px;
  }
}
div#tq_content .point .swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 5.7746478873vw;
  bottom: auto;
  background-size: 100%;
}
@media screen and (min-width: 1023.99px) and (max-width: 1200.98px) {
  div#tq_content .point .swiper .swiper-button-next {
    right: 28vw;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1023.98px) {
  div#tq_content .point .swiper .swiper-button-next {
    right: 17vw;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 25px;
  }
}
div#tq_content .point .swiper .swiper-button-next:hover .ico_arrow {
  background: #222;
  transition: all 300ms ease;
}
div#tq_content .point .swiper .swiper-button-next:hover .ico_arrow::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transition: all 300ms ease;
  margin-right: -5px;
}
div#tq_content .point .swiper .swiper-button-next .ico_arrow {
  min-width: 45px;
  max-width: 45px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #222;
  transition: all 300ms ease;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-button-next .ico_arrow {
    border: 1px solid #222;
    min-width: 30px;
    max-width: 30px;
  }
}
div#tq_content .point .swiper .swiper-button-next .ico_arrow::before {
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 18px;
  top: 26px;
  margin-right: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: all 300ms ease;
  vertical-align: middle;
  width: 12px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-button-next .ico_arrow::before {
    right: 12px;
    top: 17.5px;
    width: 7px;
    height: 7px;
  }
}
div#tq_content .point .swiper .swiper-button-next::after {
  content: none;
}
div#tq_content .point .swiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 5.7746478873vw;
  bottom: auto;
  background-size: 100%;
}
@media screen and (min-width: 1023.99px) and (max-width: 1200.98px) {
  div#tq_content .point .swiper .swiper-button-prev {
    left: 28vw;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1023.98px) {
  div#tq_content .point .swiper .swiper-button-prev {
    left: 17vw;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    bottom: 20px;
    left: 25px;
  }
}
div#tq_content .point .swiper .swiper-button-prev:hover .ico_arrow {
  background: #222;
  transition: all 300ms ease;
}
div#tq_content .point .swiper .swiper-button-prev:hover .ico_arrow::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 300ms ease;
  margin-left: -5px;
}
div#tq_content .point .swiper .swiper-button-prev .ico_arrow {
  min-width: 45px;
  max-width: 45px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #222;
  transition: all 300ms ease;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-button-prev .ico_arrow {
    border: 1px solid #222;
    min-width: 30px;
    max-width: 30px;
  }
}
div#tq_content .point .swiper .swiper-button-prev .ico_arrow::before {
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  left: 18px;
  top: 26px;
  margin-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: all 300ms ease;
  vertical-align: middle;
  width: 12px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-button-prev .ico_arrow::before {
    left: 12px;
    top: 17.5px;
    width: 7px;
    height: 7px;
  }
}
div#tq_content .point .swiper .swiper-button-prev::after {
  content: none;
}
div#tq_content .point .swiper .swiper-wrapper .swiper-slide-item {
  height: 100%;
}
div#tq_content .point .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  background: #e1e5f1;
}
div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner {
  padding: 30px 30px 30px;
  text-align: center;
}
@media screen and (min-width: 767.99px) and (max-width: 1300.98px) {
  div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner {
    padding: 35px 35px 25px;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner {
    padding: 35px 29px 25px;
  }
}
div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner img {
  margin-bottom: 30px;
}
div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner h3 {
  background: #222222;
  color: #fff;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  margin-inline: auto;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 1.5;
}
@media screen and (min-width: 767.99px) and (max-width: 1300.98px) {
  div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner h3 {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner h3 {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    width: 90%;
  }
}
div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #222222;
  border-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner h3::before {
    bottom: 2px;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner h3 {
    font-size: 15px;
  }
}
div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner .logo img {
  width: 138.39px;
  margin-bottom: 15.5px;
}
div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner p {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  div#tq_content .point .swiper .swiper-wrapper .swiper-slide .point_slide_inner p br {
    display: none;
  }
}
div#tq_content .style {
  margin-bottom: 160px;
}
div#tq_content .style h2 {
  font-family: "Castoro Titling";
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 20px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .style h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
div#tq_content .style h2::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  div#tq_content .style h2::before {
    width: 15px;
  }
}
div#tq_content .style ul {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 150px;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .style ul {
    gap: 0;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .style ul {
    gap: 0;
    margin-bottom: 32px;
  }
}
div#tq_content .style ul li {
  max-width: 490px;
  width: 100%;
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .style ul li {
    max-width: 100%;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .style ul li {
    max-width: 100%;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1200.98px) {
  div#tq_content .style ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  div#tq_content .style ul li:nth-child(even) {
    margin-right: 0;
  }
}
div#tq_content .style .style_txt {
  text-align: center;
  font-size: 25px;
  line-height: 2;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .style .style_txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
div#tq_content .style .style_btn {
  max-width: 464px;
  width: 100%;
  margin-inline: auto;
  height: 95px;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .style .style_btn {
    height: 80px;
    max-width: 330px;
  }
}
div#tq_content .style .style_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111111;
  color: #fff;
  font-weight: bold;
  height: 100%;
  flex-direction: column;
  width: 100%;
}
div#tq_content .style .style_btn a span {
  letter-spacing: 0.1em;
}
div#tq_content .style .style_btn a span:nth-child(1) {
  font-size: 20px;
  font-family: "Castoro Titling";
  position: relative;
  left: -8px;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .style .style_btn a span:nth-child(1) {
    font-size: 18px;
  }
}
div#tq_content .style .style_btn a span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 2px;
  margin: auto;
  vertical-align: middle;
  right: -18px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
div#tq_content .style .style_btn a span:nth-child(2) {
  font-size: 12px;
  display: block;
  font-family: "Shippori Mincho", serif;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  div#tq_content .style .style_btn a span:nth-child(2) {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */