:root {
  --main-color: #FFEB3B;
  --sub-color: #FFEB3B;
  --sub-color1: rgba(0, 255, 30, 1);
  --sub-color2: rgba(225, 238, 0, 1);
  --color-white: rgba(255, 255, 255, 1);
  --color-black: rgba(77, 11, 4, 1);
  --text-color-1: rgb(158 0 0);
  --bg-color: rgba(242,62, 46, 1);
  --scrollbar-color: rgb(255, 255, 0);
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 1.5rem;
  background-color: var(--color-black);
  min-height: 100%;
  overflow-y: auto;
}
body.fixed-posi {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: var(--bg-color);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
  border-radius: 5px;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #ccc;
}

img {
  border: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

ol,
ul,
li {
  list-style: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.boxr-r,
.boxr-a,
.boxr-i {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.boxr-r {
  height: 0;
  padding-bottom: 50%;
}
.boxr-r > .boxr-a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.boxr-r > .boxr-a > .boxr-i > img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease-in-out 0.2s;
}
.boxr-r > .boxr-a > .boxr-i > img.front {
  display: none;
}
.boxr-r > .boxr-a > .boxr-i > img.back {
  display: flex;
}
.boxr-r > .boxr-a > .boxr-i > img:hover.front {
  display: flex;
}
.boxr-r > .boxr-a > .boxr-i > img:hover.back {
  display: none;
}

.tw-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  min-height: 100%;
}
.tw-wrapper .tw-wrap {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.tw-wrapper .tw-content,
.tw-wrapper .tw-div {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.tw-wrapper .tw-content.cus-mar-a,
.tw-wrapper .tw-div.cus-mar-a {
  margin: 15px auto 5px auto;
}
.tw-wrapper .tw-content.c-dummy,
.tw-wrapper .tw-div.c-dummy {
  min-height: 100vh;
}
.tw-wrapper .tw-content {
  margin: 25px auto 15px auto;
  width: 94%;
  max-width: 1110px;
}

.tw-banner-default {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 14px auto;
  width: 100%;
  background-color: rgb(77, 11, 4);
  position: relative;
  overflow: hidden;
}
.tw-banner-default .solid-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 94%;
  max-width: 1110px;
}
.tw-banner-default .solid-wrap img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.tw-banner-default .solid-wrap img.pc {
  display: block;
}
.tw-banner-default .solid-wrap img.wap {
  display: none;
}
.tw-banner-default .swiper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.tw-banner-default .swiper .swiper-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 2px;
  padding-right: 12px;
  padding-left: 12px;
  left: auto;
  right: auto;
  transform: none;
  width: auto;
  min-height: 20px;
  line-height: 20px;
  overflow: hidden;
  bottom: 0;
}
.tw-banner-default .swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 8px;
  background: #666666;
}
.tw-banner-default .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: var(--sub-color);
  opacity: 1;
}

.tw-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto auto auto;
  z-index: 101;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: var(--bg-color);
}
.tw-header .pc-wrap,
.tw-header .wap-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.tw-header .pc-wrap {
  width: 100%;
  height: 70px;
}
.tw-header .pc-wrap .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0 5px;
  width: 100%;
  max-width: 1110px;
  height: 100%;
  background-color: var(--bg-color);
  justify-content: space-between;
}
.tw-header .pc-wrap .nav .logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 121px;
  height: 35px;
  cursor: pointer;
  transition: all ease 0.3s;
  flex-shrink: 0;
  flex-grow: 0;
}
.tw-header .pc-wrap .nav .logo:active {
  transform: scale(0.9);
}
.tw-header .pc-wrap .nav .logo > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  pointer-events: none;
}
.tw-header .pc-wrap .nav .nav-wrap,
.tw-header .pc-wrap .nav .btn-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item,
.tw-header .pc-wrap .nav .btn-wrap .nav-item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  line-height: 36px;
  padding: 2px clamp(1.6rem, 1.6vw, 2rem);
  max-width: 150px;
  overflow: hidden;
  cursor: pointer;
  transition: all linear 0.1s;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item.size-s,
.tw-header .pc-wrap .nav .btn-wrap .nav-item.size-s {
  padding: 2px clamp(1rem, 1vw, 1.6rem);
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item::before,
.tw-header .pc-wrap .nav .btn-wrap .nav-item::before {
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.9);
  transition: all ease-in-out 0.1s;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item.on, .tw-header .pc-wrap .nav .nav-wrap .nav-item:hover,
.tw-header .pc-wrap .nav .btn-wrap .nav-item.on,
.tw-header .pc-wrap .nav .btn-wrap .nav-item:hover {
  transition: all linear 0.1s;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item.on .ni-icon > img.front, .tw-header .pc-wrap .nav .nav-wrap .nav-item:hover .ni-icon > img.front,
.tw-header .pc-wrap .nav .btn-wrap .nav-item.on .ni-icon > img.front,
.tw-header .pc-wrap .nav .btn-wrap .nav-item:hover .ni-icon > img.front {
  display: none;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item.on .ni-icon > img.back, .tw-header .pc-wrap .nav .nav-wrap .nav-item:hover .ni-icon > img.back,
.tw-header .pc-wrap .nav .btn-wrap .nav-item.on .ni-icon > img.back,
.tw-header .pc-wrap .nav .btn-wrap .nav-item:hover .ni-icon > img.back {
  display: block;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item:hover .ni-text,
.tw-header .pc-wrap .nav .btn-wrap .nav-item:hover .ni-text {
  color: var(--sub-color2);
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item.on .ni-text,
.tw-header .pc-wrap .nav .btn-wrap .nav-item.on .ni-text {
  color: var(--sub-color);
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item:active .ni-text,
.tw-header .pc-wrap .nav .btn-wrap .nav-item:active .ni-text {
  transform: scale(0.9);
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item .ni-icon,
.tw-header .pc-wrap .nav .nav-wrap .nav-item .ni-text,
.tw-header .pc-wrap .nav .btn-wrap .nav-item .ni-icon,
.tw-header .pc-wrap .nav .btn-wrap .nav-item .ni-text {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item .ni-icon,
.tw-header .pc-wrap .nav .btn-wrap .nav-item .ni-icon {
  height: 24px;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item .ni-icon > img,
.tw-header .pc-wrap .nav .btn-wrap .nav-item .ni-icon > img {
  display: block;
  height: 100%;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item .ni-icon > img.front,
.tw-header .pc-wrap .nav .btn-wrap .nav-item .ni-icon > img.front {
  display: block;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item .ni-icon > img.back,
.tw-header .pc-wrap .nav .btn-wrap .nav-item .ni-icon > img.back {
  display: none;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item .ni-text,
.tw-header .pc-wrap .nav .btn-wrap .nav-item .ni-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-white);
  font-size: clamp(1.6rem, 1.6vw, 1.7rem);
  font-weight: bold;
  line-height: 1.1;
  width: 100%;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item .ni-text.t-wrap > p,
.tw-header .pc-wrap .nav .btn-wrap .nav-item .ni-text.t-wrap > p {
  word-wrap: break-word;
  word-break: break-all;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-item .ni-text > p,
.tw-header .pc-wrap .nav .btn-wrap .nav-item .ni-text > p {
  display: inline-block;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  min-width: 136px;
  min-height: 36px;
  border-radius: 32px;
  cursor: pointer;
  color: var(--color-white);
  border: var(--sub-color) 3px solid;
  background: var(--text-color-1);
  transition: all ease 0.2s;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn.on, .tw-header .pc-wrap .nav .nav-wrap .nav-btn:hover,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn.on,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn:hover {
  transition: all ease 0.1s;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn:hover,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn:hover {
  color: var(--color-white);
  background: var(--sub-color2);
  border: var(--sub-color2) 3px solid;
  text-shadow: rgb(0, 0, 0) 0 1px 3px, rgb(0, 0, 0) 0 1px 3px;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn.on,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn.on {
  color: var(--text-color-1);
  background: var(--sub-color);
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn.on:hover,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn.on:hover {
  color: var(--color-white);
  background: var(--sub-color2);
  border: var(--sub-color2) 3px solid;
  text-shadow: rgb(0, 0, 0) 0 1px 3px, rgb(0, 0, 0) 0 1px 3px;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn:active,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn:active {
  transform: scale(0.9);
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn .nb-icon,
.tw-header .pc-wrap .nav .nav-wrap .nav-btn .nb-text,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn .nb-icon,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn .nb-text {
  line-height: 100%;
  pointer-events: none;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn .nb-icon,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn .nb-icon {
  height: 24px;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn .nb-icon > img,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn .nb-icon > img {
  display: block;
  height: 100%;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn .nb-icon > img.front,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn .nb-icon > img.front {
  display: block;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn .nb-icon > img.back,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn .nb-icon > img.back {
  display: none;
}
.tw-header .pc-wrap .nav .nav-wrap .nav-btn .nb-text,
.tw-header .pc-wrap .nav .btn-wrap .nav-btn .nb-text {
  margin: 0 auto;
  font-size: clamp(1.3rem, 1.3vw, 1.6rem);
  font-weight: bold;
  line-height: normal;
  white-space: nowrap;
}
.tw-header .pc-wrap .nav .nav-wrap {
  margin: 0 0 0 auto;
  padding: 0 4%;
}
.tw-header .pc-wrap .nav .btn-wrap {
  gap: 10px;
}
.tw-header .wap-wrap {
  margin: 0 auto;
  padding: 0 2.5% 0 4%;
  max-width: 100%;
  width: 100%;
  height: 56px;
  border-bottom: rgba(252, 121, 18, 0.5) 1px solid;
  display: none;
}
.tw-header .wap-wrap .logo-wap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 112px;
  height: 33px;
  cursor: pointer;
  transition: all ease 0.3s;
  flex-shrink: 0;
  flex-grow: 0;
}
.tw-header .wap-wrap .logo-wap.on, .tw-header .wap-wrap .logo-wap:hover {
  transition: all ease 0.1s;
}
.tw-header .wap-wrap .logo-wap:active {
  transform: scale(0.9);
}
.tw-header .wap-wrap .logo-wap > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  pointer-events: none;
}
.tw-header .wap-wrap .wap-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  position: relative;
  width: 33px;
  height: 33px;
  cursor: pointer;
  transition: all ease 0.3s;
  flex-shrink: 0;
  flex-grow: 0;
}
.tw-header .wap-wrap .wap-menu.on, .tw-header .wap-wrap .wap-menu:hover {
  transition: all ease 0.1s;
}
.tw-header .wap-wrap .wap-menu:active {
  transform: scale(0.9);
}
.tw-header .wap-wrap .wap-menu > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  pointer-events: none;
}

.tw-float-right {
  position: fixed;
  margin: auto;
  right: 5px;
  z-index: 999;
  display: block;
  width: 185px;
}
.tw-float-right.on {
  width: 100px;
}
.tw-float-right.on .fl-body .fl-top,
.tw-float-right.on .fl-body .fl-bottom {
  display: none;
}
.tw-float-right.on .fl-body .fl-small {
  display: flex;
}
.tw-float-right .fl-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  min-height: 300px;
}
.tw-float-right .fl-body .fl-top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto -2px auto;
  width: 124px;
}
.tw-float-right .fl-body .fl-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 1px;
  width: 100%;
  background: linear-gradient(to bottom, rgb(198, 173, 102) 0%, rgba(198, 173, 102, 0.1) 100%);
  border-radius: 6px;
}
.tw-float-right .fl-body .fl-bottom .fl-b-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  background-color: #fbd049;
  background-image: linear-gradient(to bottom, #efa526 0%, #e4950e 100%);
  padding-top: 40px;
  padding-bottom: 10px;
  border-radius: 5px;
  position: relative;
}
.tw-float-right .fl-body .fl-bottom .fl-b-wrap .fl-bw-label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  padding: 0 10%;
  height: 32px;
  background: linear-gradient(to bottom, #fc7912 0%, #e63805 100%);
  border-top-left-radius: 5px;
  border-bottom-right-radius: 10px;
  color: white;
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  font-weight: bold;
  cursor: pointer;
  transition: all linear 0.3s;
  transform-origin: left top;
}
.tw-float-right .fl-body .fl-bottom .fl-b-wrap .fl-bw-label:hover, .tw-float-right .fl-body .fl-bottom .fl-b-wrap .fl-bw-label:active {
  transition: all linear 0.1s;
}
.tw-float-right .fl-body .fl-bottom .fl-b-wrap .fl-bw-label:hover {
  transform: scale(0.95);
  background: var(--sub-color);
  text-shadow: rgb(0, 0, 0) 1px 1px 3px;
}
.tw-float-right .fl-body .fl-bottom .fl-b-wrap .fl-bw-label:active {
  transform: scale(0.85);
}
.tw-float-right .fl-body .fl-bottom .fl-b-div {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 8px;
  width: 100%;
}
.tw-float-right .fl-body .fl-bottom .fl-b-div.icon-wrap {
  padding: 12px 16px 8px 8px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.tw-float-right .fl-body .fl-bottom .fl-b-div > p {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 1.75;
  color: white;
}
.tw-float-right .fl-body .fl-bottom .fl-b-div > p a {
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--sub-color);
  line-height: 1.2;
}
.tw-float-right .fl-body .fl-bottom .fl-b-div > p a:hover {
  text-decoration: underline;
}
.tw-float-right .fl-body .fl-bottom .fl-b-div > p:last-child {
  margin-bottom: 0;
}
.tw-float-right .fl-body .fl-bottom .fl-b-div .icon-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  cursor: pointer;
}
.tw-float-right .fl-body .fl-bottom .fl-b-div .icon-link.ani-fr img {
  border-radius: 100%;
  animation: at-ripple-blue 1s 0.3s linear infinite;
}
@keyframes at-ripple-blue {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(111, 155, 180, 0.274), 0 0 0 0 rgba(72, 126, 161, 0.144), 0 0 0 5px rgba(42, 94, 161, 0.288), 0 0 0 10px rgba(47, 120, 153, 0.219);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 4px 10px rgba(91, 162, 209, 0.192), 0 0 0 5px rgba(80, 157, 219, 0.174), 0 0 0 10px hsla(202, 75%, 71%, 0.105), 0 0 0 20px rgba(107, 203, 241, 0.092);
  }
}
.tw-float-right .fl-body .fl-small {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  transition: all ease 0.1s;
  animation: floater-btn-x-l 3s linear infinite both;
  display: none;
}
.tw-float-right .fl-body .fl-small:hover {
  filter: brightness(1.1);
}
.tw-float-right .fl-body .fl-small:hover .fs-btn {
  background: var(--sub-color);
  text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 3px;
}
.tw-float-right .fl-body .fl-small .fs-img,
.tw-float-right .fl-body .fl-small .fs-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.tw-float-right .fl-body .fl-small .fs-img {
  width: 66px;
  margin-left: -2px;
}
.tw-float-right .fl-body .fl-small .fs-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: -40px;
  padding: 0 0 14px 0;
  width: 78px;
  height: 78px;
  border: #fa8d53 2px solid;
  background: linear-gradient(to bottom, #fc7912 0%, #e63805 100%);
  border-radius: 100%;
  color: white;
  font-size: clamp(0.8rem, 0.8vw, 1.2rem);
  font-weight: bold;
}
.tw-float-right .fl-go-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 4px 0;
  margin-top: 4px;
  width: 100%;
  gap: 6px;
  cursor: pointer;
  visibility: hidden;
}
.tw-float-right .fl-go-top.on {
  visibility: visible;
}
.tw-float-right .fl-go-top:hover .fl-gt-icon {
  background: var(--sub-color);
}
.tw-float-right .fl-go-top:hover .fl-gt-text {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--sub-color);
  color: var(--sub-color);
}
.tw-float-right .fl-go-top .fl-gt-icon,
.tw-float-right .fl-go-top .fl-gt-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.tw-float-right .fl-go-top .fl-gt-icon {
  position: relative;
  width: 16px;
  height: 16px;
  background: linear-gradient(to bottom, #ffffff 0%, #f6dfbb 100%);
  border-radius: 100%;
}
.tw-float-right .fl-go-top .fl-gt-icon > .tri {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.tw-float-right .fl-go-top .fl-gt-text {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  background: linear-gradient(to bottom, #a9814e 0%, #f9dda6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tw-content-title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px auto;
  width: 100%;
}
.tw-content-title .deco {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  max-width: calc((100% - 155px) / 2);
  min-width: 5%;
  width: 100%;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.tw-content-title .deco.left {
  margin-right: -3px;
  margin-left: auto;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%);
}
.tw-content-title .deco.right {
  margin-right: auto;
  margin-left: -3px;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%);
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%);
}
.tw-content-title > h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 44px;
  height: 60px;
  color: var(--color-white);
  font-size: clamp(1.5rem, 1.5vw, 2.4rem);
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.tw-content-title > h2 > span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.tw-content-title > h2 > span.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.tw-content-title > h2 > span.bg .bg-l,
.tw-content-title > h2 > span.bg .bg-c,
.tw-content-title > h2 > span.bg .bg-r {
  display: block;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.tw-content-title > h2 > span.bg .bg-l,
.tw-content-title > h2 > span.bg .bg-r {
  width: 43px;
}
.tw-content-title > h2 > span.bg .bg-l {
  left: 0;
}
.tw-content-title > h2 > span.bg .bg-r {
  right: 0;
}
.tw-content-title > h2 > span.bg .bg-c {
  right: 0;
  left: 0;
  width: calc(100% - 84px);
  background-repeat: repeat-x;
  background-position: left center;
}
.tw-content-title > h2 > span.text {
  position: relative;
  z-index: 1;
  height: 100%;
  white-space: nowrap;
}

.tw-promotion-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px auto 0 auto;
  width: 94%;
  max-width: 1110px;
  color: var(--color-white);
}
.tw-promotion-wrap.menu {
  margin: auto auto 0 auto;
  padding: 10px 0;
}
.tw-promotion-wrap .col-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
  width: 100%;
  display: none;
}
.tw-promotion-wrap .col-btns .col-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  padding: 0 14px;
  width: 49%;
  min-height: 48px;
  border-radius: 32px;
  cursor: pointer;
  color: var(--color-white);
  border: var(--sub-color) 3px solid;
  background: linear-gradient(to bottom, #3e3331 0%, #24262b 100%);
  transition: all ease 0.2s;
}
.tw-promotion-wrap .col-btns .col-btn:nth-child(2n+2) {
  margin-right: 0;
}
.tw-promotion-wrap .col-btns .col-btn.on, .tw-promotion-wrap .col-btns .col-btn:hover {
  transition: all ease 0.1s;
}
.tw-promotion-wrap .col-btns .col-btn:hover {
  color: var(--color-white);
  background: var(--main-color);
  border: #ffd255 3px solid;
  text-shadow: rgb(0, 0, 0) 0 1px 3px, rgb(0, 0, 0) 0 1px 3px;
}
.tw-promotion-wrap .col-btns .col-btn.on {
  color: var(--text-color-1);
  background: linear-gradient(to bottom, #ffba01 0%, #ff8903 100%);
  border: #ffba01 3px solid;
}
.tw-promotion-wrap .col-btns .col-btn.on:hover {
  color: var(--color-white);
  background: var(--main-color);
  border: #ffba01 3px solid;
  text-shadow: rgb(0, 0, 0) 0 1px 3px, rgb(0, 0, 0) 0 1px 3px;
}
.tw-promotion-wrap .col-btns .col-btn:active {
  transform: scale(0.9);
}
.tw-promotion-wrap .col-btns .col-btn .cb-text {
  pointer-events: none;
}
.tw-promotion-wrap .col-btns .col-btn .cb-text {
  margin: 0 auto;
  font-size: clamp(1.7rem, 1.7vw, 2rem);
  font-weight: bold;
  line-height: normal;
  white-space: nowrap;
}
.tw-promotion-wrap .col-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
  padding: 3.5% 0 4% 0;
  width: 100%;
  display: none;
}
.tw-promotion-wrap .col-div .cd-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5% 3.5% 1.5% 3.5%;
  width: 31.33%;
  margin-right: 3%;
  cursor: pointer;
  transition: all ease 0.3s;
}
.tw-promotion-wrap .col-div .cd-item.on, .tw-promotion-wrap .col-div .cd-item:hover {
  transition: all ease 0.1s;
}
.tw-promotion-wrap .col-div .cd-item:hover.cd-bg::after {
  background: black;
  box-shadow: inset rgba(255, 215, 86, 0.5) 0 0 9px 3px;
}
.tw-promotion-wrap .col-div .cd-item:hover h3,
.tw-promotion-wrap .col-div .cd-item:hover p {
  color: rgb(255, 215, 86);
}
.tw-promotion-wrap .col-div .cd-item:active {
  transform: scale(0.85);
}
.tw-promotion-wrap .col-div .cd-item:nth-child(3n+3) {
  margin-right: 0;
}
.tw-promotion-wrap .col-div .cd-item.cd-bg {
  position: relative;
  border-radius: 6px;
}
.tw-promotion-wrap .col-div .cd-item.cd-bg::before, .tw-promotion-wrap .col-div .cd-item.cd-bg::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.tw-promotion-wrap .col-div .cd-item.cd-bg::before {
  z-index: -2;
  background: linear-gradient(to bottom, #fff0c6 0%, #ffd756 100%);
  border-radius: 6px;
}
.tw-promotion-wrap .col-div .cd-item.cd-bg::after {
  z-index: -1;
  background: #191919;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4px;
}
.tw-promotion-wrap .col-div .cd-item .icon {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 1.5% 0;
  width: 40%;
}
.tw-promotion-wrap .col-div .cd-item > h3,
.tw-promotion-wrap .col-div .cd-item > p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 auto;
  padding: 7.5% 0 5% 0;
  text-align: left;
  color: var(--color-white);
}
.tw-promotion-wrap .col-div .cd-item > h3 {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  font-weight: bold;
  line-height: normal;
}
.tw-promotion-wrap .col-div .cd-item > p {
  padding: 3% 0 1.5% 1.5%;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 1.6;
}
.tw-promotion-wrap .promo-btn {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 82px;
  line-height: 82px;
  background: linear-gradient(to bottom, #a27b40 50%, #c28d46 100%);
  border: none;
  outline: none;
  border-radius: 82px;
  color: var(--color-white);
  font-weight: bold;
  animation: floater-btn-x 2.5s ease-in-out infinite both;
}
.tw-promotion-wrap .promo-btn:hover {
  filter: brightness(1.1);
}
.tw-promotion-wrap .promo-btn:active {
  animation: none;
  transition: all linear 0.3s;
  transform: scale(0.95);
}
.tw-promotion-wrap .promo-btn .pb-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 82px;
  line-height: normal;
  color: var(--color-white);
  text-align: center;
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: bold;
  text-shadow: rgb(0, 0, 0) 0 1px 3px, rgb(0, 0, 0) 0 1px 3px;
}
.tw-promotion-wrap .promo-btn:before, .tw-promotion-wrap .promo-btn:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.tw-promotion-wrap .promo-btn:before {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background: linear-gradient(to bottom, rgba(255, 251, 241, 0.9) 0%, rgb(76, 55, 27) 100%);
  border-radius: 77px;
}
.tw-promotion-wrap .promo-btn:after {
  width: calc(100% - 11px);
  height: calc(100% - 11px);
  background: linear-gradient(to bottom, #fa651a 0%, #e0420a 100%);
  border-radius: 71px;
  box-shadow: inset rgba(255, 194, 25, 0.9) 2px 4px 6px 3px, inset rgba(32, 27, 20, 0.3) -3px -6px 6px 3px;
}

.tw-content-div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  color: var(--color-white);
  overflow: hidden;
}
.tw-content-div.last-div {
  margin-bottom: 50px;
}
.tw-content-div.with-title {
  margin-top: -33px;
}
.tw-content-div.with-bg {
  background: var(--bg-color);
  border-radius: 6px;
}
.tw-content-div.equal-height {
  align-items: stretch;
}
.tw-content-div .sec-content,
.tw-content-div .sec-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  line-height: 1.75;
}
.tw-content-div .sec-content > p,
.tw-content-div .sec-content > h3,
.tw-content-div .sec-row > p,
.tw-content-div .sec-row > h3 {
  display: block;
  margin-bottom: clamp(2rem, 2vw, 2.5rem);
  width: 100%;
  text-align: left;
  color: white;
}
.tw-content-div .sec-content > p.no-mb,
.tw-content-div .sec-content > h3.no-mb,
.tw-content-div .sec-row > p.no-mb,
.tw-content-div .sec-row > h3.no-mb {
  margin-bottom: 0;
}
.tw-content-div .sec-content > p > strong,
.tw-content-div .sec-row > p > strong {
  color: var(--main-color);
}
.tw-content-div .sec-content > p > br,
.tw-content-div .sec-row > p > br {
  content: "";
  display: block;
  height: 0.75rem;
}
.tw-content-div .sec-content > p.large,
.tw-content-div .sec-row > p.large {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}
.tw-content-div .sec-content > h3,
.tw-content-div .sec-row > h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-weight: bold;
  margin-bottom: clamp(1.4rem, 1.4vw, 1.8rem);
}
.tw-content-div .sec-content > h3 > .mark,
.tw-content-div .sec-row > h3 > .mark {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: clamp(0.8rem, 0.8vw, 1.2rem);
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  text-indent: 0.1rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  width: clamp(2.8rem, 2.8vw, 3.2rem);
  height: clamp(2.8rem, 2.8vw, 3.2rem);
  border-radius: 100%;
  color: rgb(255, 0, 0);
  background: var(--main-color);
}
.tw-content-div .sec-content > h3 > .grad-text,
.tw-content-div .sec-row > h3 > .grad-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: clamp(0.8rem, 0.8vw, 1.2rem);
  line-height: 1.2;
  color: white;
  background: linear-gradient(to bottom, #f6ff00 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(rgba(255, 255, 255, 0.2) 0 0 3px);
}
.tw-content-div .sec-content > h3.h-align-c,
.tw-content-div .sec-row > h3.h-align-c {
  justify-content: center;
}
.tw-content-div .sec-content > .icon-link,
.tw-content-div .sec-row > .icon-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-bottom: clamp(0.8rem, 0.8vw, 1.2rem);
  width: 100%;
}
.tw-content-div .sec-content > .icon-link > .icon,
.tw-content-div .sec-content > .icon-link > .icon-s,
.tw-content-div .sec-row > .icon-link > .icon,
.tw-content-div .sec-row > .icon-link > .icon-s {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: clamp(1rem, 1vw, 2rem);
  width: clamp(4.2rem, 4.2vw, 4.8rem);
  height: clamp(3.6rem, 3.6vw, 4.2rem);
  flex-shrink: 0;
  flex-grow: 0;
}
.tw-content-div .sec-content > .icon-link > .icon > img,
.tw-content-div .sec-content > .icon-link > .icon-s > img,
.tw-content-div .sec-row > .icon-link > .icon > img,
.tw-content-div .sec-row > .icon-link > .icon-s > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.tw-content-div .sec-content > .icon-link > .icon-s,
.tw-content-div .sec-row > .icon-link > .icon-s {
  margin-right: clamp(0.5rem, 0.5vw, 1rem);
  width: clamp(2rem, 2vw, 2.4rem);
  height: clamp(2rem, 2vw, 2.4rem);
}
.tw-content-div .sec-content > .icon-link > .text,
.tw-content-div .sec-row > .icon-link > .text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-right: clamp(0.8rem, 0.8vw, 1.2rem);
  line-height: normal;
  font-size: clamp(1.7rem, 1.7vw, 1.9rem);
  color: white;
}
.tw-content-div .sec-content > .icon-link > .text > span.strong,
.tw-content-div .sec-row > .icon-link > .text > span.strong {
  color: var(--main-color);
}
.tw-content-div .sec-content > .icon-link > .text.small,
.tw-content-div .sec-row > .icon-link > .text.small {
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
}
.tw-content-div .sec-content > .icon-link.no-link:hover .icon,
.tw-content-div .sec-row > .icon-link.no-link:hover .icon {
  filter: brightness(1);
}
.tw-content-div .sec-content > .icon-link.no-link:hover .text,
.tw-content-div .sec-row > .icon-link.no-link:hover .text {
  color: inherit;
}
.tw-content-div .sec-content > .icon-link.no-link:active,
.tw-content-div .sec-row > .icon-link.no-link:active {
  transform-origin: center center;
  transform: none;
}
.tw-content-div .sec-content > .icon-link:last-child,
.tw-content-div .sec-row > .icon-link:last-child {
  margin-bottom: 0;
}
.tw-content-div .sec-content > .icon-link:hover .icon,
.tw-content-div .sec-row > .icon-link:hover .icon {
  filter: brightness(1.1);
}
.tw-content-div .sec-content > .icon-link:hover .text,
.tw-content-div .sec-row > .icon-link:hover .text {
  color: var(--sub-color);
}
.tw-content-div .sec-content > .icon-link:active,
.tw-content-div .sec-row > .icon-link:active {
  transform-origin: left center;
  transform: scale(0.95);
}
.tw-content-div .sec-content .tab-div,
.tw-content-div .sec-row .tab-div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: auto;
}
.tw-content-div .sec-content table,
.tw-content-div .sec-row table {
  width: 100%;
  border-collapse: collapse;
  color: white;
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
  line-height: 1.5;
  border: #ffd756 2px solid;
  margin-bottom: clamp(2rem, 2vw, 2.5rem);
}
.tw-content-div .sec-content table.pc,
.tw-content-div .sec-row table.pc {
  display: table;
}
.tw-content-div .sec-content table.wap,
.tw-content-div .sec-row table.wap {
  display: none;
}
.tw-content-div .sec-content table tbody > tr:nth-child(even),
.tw-content-div .sec-row table tbody > tr:nth-child(even) {
  background: #2e0000;
}
.tw-content-div .sec-content table tbody > tr:nth-child(odd),
.tw-content-div .sec-row table tbody > tr:nth-child(odd) {
  background: #2e0000;
}
.tw-content-div .sec-content table th,
.tw-content-div .sec-content table td,
.tw-content-div .sec-row table th,
.tw-content-div .sec-row table td {
  padding: clamp(0.5rem, 0.5vw, 1rem);
  text-align: center;
  vertical-align: middle;
}
.tw-content-div .sec-content table th,
.tw-content-div .sec-row table th {
  line-height: 1.1;
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
  background: linear-gradient(to bottom, #ff732d 0%, #e1440b 100%);
}
.tw-content-div .sec-content table td,
.tw-content-div .sec-row table td {
  border: #686868 1px solid;
}
.tw-content-div .sec-content table td.grad-bg,
.tw-content-div .sec-row table td.grad-bg {
  line-height: 1.1;
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
  font-weight: bold;
  background: linear-gradient(to bottom, #ff732d 0%, #e1440b 100%);
}
.tw-content-div .sec-content {
  padding: 55px 2.5% 2.5% 2.5%;
}
.tw-content-div .sec-row {
  margin: 0 2% 0 0;
  padding: 1.75% 2.5% 2.5% 2.5%;
  width: 49%;
}
.tw-content-div .sec-row:nth-child(2n+2) {
  margin: 0;
}
.tw-content-div .sec-row.sr-bg {
  position: relative;
  border-radius: 6px;
}
.tw-content-div .sec-row.sr-bg::before, .tw-content-div .sec-row.sr-bg::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.tw-content-div .sec-row.sr-bg::before {
  z-index: -2;
  background: linear-gradient(to bottom, #fff0c6 0%, #ffd756 100%);
  border-radius: 6px;
}
.tw-content-div .sec-row.sr-bg::after {
  z-index: -1;
  background: #540000;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4px;
}
.tw-content-div .sec-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  gap: 12px;
}
.tw-content-div .sec-list .sl-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  gap: 12px;
}
.tw-content-div .sec-list .sl-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
}
.tw-content-div .sec-list .sl-item.question .s-label {
  background: linear-gradient(to bottom, #f7681e 0%, #db3a05 100%);
}
.tw-content-div .sec-list .sl-item.question .s-content {
  color: var(--main-color);
  font-size: 1.6rem;
}
.tw-content-div .sec-list .sl-item.answer .s-label {
  order: 2;
  margin: 4px 0 auto auto;
  background: linear-gradient(45deg, #191919 0%, #3a302d 50%, #191919 100%);
  border: var(--color-white) 2px solid;
}
.tw-content-div .sec-list .sl-item.answer .s-label > img {
  display: block;
}
.tw-content-div .sec-list .sl-item.answer .s-content {
  order: 1;
  margin: 0 -27px auto auto;
}
.tw-content-div .sec-list .sl-item .s-label,
.tw-content-div .sec-list .sl-item .s-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.tw-content-div .sec-list .sl-item .s-label {
  margin: 4px auto auto 0;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  position: relative;
}
.tw-content-div .sec-list .sl-item .s-label > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  display: none;
}
.tw-content-div .sec-list .sl-item .s-label > p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tw-content-div .sec-list .sl-item .s-content {
  justify-content: flex-start;
  align-content: flex-start;
  margin: 0 auto auto -27px;
  padding: 18px 5% 12px 5%;
  width: calc(100% - 27px);
  min-height: 62px;
  background: #424242;
  border-radius: 12px;
  line-height: 1.6;
  color: var(--color-white);
  word-wrap: break-word;
  word-break: break-all;
  font-size: 1.5rem;
}
.tw-content-div .col-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
  padding: 55px 2.5% 2.5% 2.5%;
  width: 100%;
}
.tw-content-div .col-div.wap-view {
  padding: 35px 2.5% 2.5% 2.5%;
}
.tw-content-div .col-div .cd-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 3.5% 1% 3.5%;
  width: 32.33%;
  margin-right: 1.5%;
}
.tw-content-div .col-div .cd-item:nth-child(3n+3) {
  margin-right: 0;
}
.tw-content-div .col-div .cd-item.w-100 {
  width: 100%;
  margin: auto;
}
.tw-content-div .col-div .cd-item .icon {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 1.5% 0;
  width: 24%;
}
.tw-content-div .col-div .cd-item > h3,
.tw-content-div .col-div .cd-item > p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 auto;
  padding: 3% 0 1.5% 0;
  text-align: left;
}
.tw-content-div .col-div .cd-item > h3 {
  color: var(--color-white);
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  line-height: normal;
}
.tw-content-div .col-div .cd-item > p {
  padding: 3% 0 1.5% 1.5%;
  color: #eaff00;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 1.6;
}

.tw-lightbox {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.tw-lightbox .lb-top,
.tw-lightbox .lb-bottom {
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.tw-lightbox .lb-top {
  margin: 0 auto;
  padding: 0 2.5% 0 4%;
  width: 100%;
  height: 56px;
  background: linear-gradient(to bottom, #f4530b 0%, #e02904 100%);
}
.tw-lightbox .lb-top .t-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: clamp(1.7rem, 1.7vw, 2rem);
  font-weight: bold;
  line-height: normal;
  color: white;
}
.tw-lightbox .lb-top .t-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: auto;
  right: 12px;
  cursor: pointer;
  transition: all ease 0.3s;
  flex-shrink: 0;
  flex-grow: 0;
}
.tw-lightbox .lb-top .t-btn.on, .tw-lightbox .lb-top .t-btn:hover {
  transition: all linear 0.2s;
}
.tw-lightbox .lb-top .t-btn:hover {
  transform: rotate(180deg);
}
.tw-lightbox .lb-top .t-btn:active {
  transform: none;
}
.tw-lightbox .lb-top .t-btn > img {
  display: block;
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  margin: auto;
  pointer-events: none;
}
.tw-lightbox .lb-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 4%;
  width: 100%;
  height: calc(100% - 56px);
  background: rgb(0, 0, 0);
  overflow-y: auto;
}
.tw-lightbox .lb-bottom::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: var(--bg-color);
}
.tw-lightbox .lb-bottom::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
  border-radius: 5px;
}

.tw-lightbox-bg {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.tw-wap-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 100vw;
  animation: slide-in-top-x 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tw-wap-menu .tw-wm-wrap {
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 1vh 0;
  width: 100%;
  min-height: 45%;
  background: rgb(0, 0, 0);
}
.tw-wap-menu .menu-items {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 94%;
}
.tw-wap-menu .menu-items .menu-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 2%;
  width: 100%;
  line-height: 2;
  font-size: clamp(1.75rem, 1.75vw, 2rem);
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: all ease 0.3s;
}
.tw-wap-menu .menu-items .menu-item:hover, .tw-wap-menu .menu-items .menu-item:active {
  transition: all ease 0.1s;
}
.tw-wap-menu .menu-items .menu-item:hover > span, .tw-wap-menu .menu-items .menu-item:active > span {
  transition: all ease 0.1s;
}
.tw-wap-menu .menu-items .menu-item:hover {
  color: var(--sub-color);
}
.tw-wap-menu .menu-items .menu-item:active > span {
  transform: scale(0.9);
}
.tw-wap-menu .menu-items .menu-item > span {
  display: inline-block;
  transition: all ease 0.3s;
}
.tw-wap-menu .menu-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0 2.5% 0 4%;
  max-width: 100%;
  width: 100%;
  height: 56px;
}
.tw-wap-menu .menu-wrap .logo-wap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 112px;
  height: 33px;
  cursor: pointer;
  transition: all ease 0.3s;
  flex-shrink: 0;
  flex-grow: 0;
}
.tw-wap-menu .menu-wrap .logo-wap.on, .tw-wap-menu .menu-wrap .logo-wap:hover {
  transition: all ease 0.1s;
}
.tw-wap-menu .menu-wrap .logo-wap:active {
  transform: scale(0.9);
}
.tw-wap-menu .menu-wrap .logo-wap > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  pointer-events: none;
}
.tw-wap-menu .menu-wrap .wap-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  position: relative;
  width: 33px;
  height: 33px;
  cursor: pointer;
  transition: all ease 0.3s;
  flex-shrink: 0;
  flex-grow: 0;
}
.tw-wap-menu .menu-wrap .wap-menu.on, .tw-wap-menu .menu-wrap .wap-menu:hover {
  transition: all linear 0.2s;
}
.tw-wap-menu .menu-wrap .wap-menu:hover {
  transform: rotate(180deg);
}
.tw-wap-menu .menu-wrap .wap-menu:active {
  transform: none;
}
.tw-wap-menu .menu-wrap .wap-menu > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .tw-header .pc-wrap {
    display: none;
  }
  .tw-header .wap-wrap {
    display: flex;
  }
  .tw-wrapper .tw-content.wap-on,
  .tw-wrapper .tw-div.wap-on {
    display: flex;
  }
  .tw-wrapper .tw-content.wap-off,
  .tw-wrapper .tw-div.wap-off {
    display: none;
  }
  .tw-wrapper .tw-content.cus-mar-a,
  .tw-wrapper .tw-div.cus-mar-a {
    margin: 5px auto;
  }
  .tw-wrapper .tw-content.c-dummy,
  .tw-wrapper .tw-div.c-dummy {
    display: none;
  }
  .tw-banner-default {
    margin: 15px auto;
  }
  .tw-banner-default .solid-wrap img.pc {
    display: none;
  }
  .tw-banner-default .solid-wrap img.wap {
    display: block;
  }
  .tw-promotion-wrap {
    margin: 0 auto;
  }
  .tw-promotion-wrap .col-btns {
    display: flex;
  }
  .tw-promotion-wrap .col-div {
    display: flex;
  }
  .tw-promotion-wrap .promo-btn {
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
  }
  .tw-promotion-wrap .promo-btn .pb-text {
    height: 60px;
    font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  }
  .tw-promotion-wrap .promo-btn:before {
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border-radius: 57px;
  }
  .tw-promotion-wrap .promo-btn:after {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    border-radius: 53px;
  }
  .tw-content-title {
    margin: 0 auto 5px auto;
  }
  .tw-content-title .deco {
    height: 5px;
  }
  .tw-content-title > h2 {
    padding: 0 20px;
    height: 42px;
    font-size: clamp(1.5rem, 1.5vw, 1.7rem);
    line-height: 1.2;
  }
  .tw-content-title > h2 > span.bg .bg-l,
  .tw-content-title > h2 > span.bg .bg-r {
    width: 28px;
  }
  .tw-content-title > h2 > span.bg .bg-c {
    width: calc(100% - 56px);
  }
  .tw-content-div.with-title {
    margin-top: -27px;
  }
  .tw-content-div .sec-content table.pc,
  .tw-content-div .sec-row table.pc {
    display: none;
  }
  .tw-content-div .sec-content table.wap,
  .tw-content-div .sec-row table.wap {
    display: table;
  }
  .tw-content-div .sec-content > .icon-link > .icon-s,
  .tw-content-div .sec-row > .icon-link > .icon-s {
    display: none;
  }
  .tw-content-div .sec-content {
    padding: 45px 2.5% 2.5% 2.5%;
  }
  .tw-content-div .sec-row {
    margin: 0 auto 2.5rem auto;
    margin-bottom: 2rem;
    padding: 4.5% 5% 5% 5%;
    width: 100%;
  }
  .tw-content-div .sec-row:nth-child(2n+2) {
    margin: 0 auto 2.5rem auto;
  }
  .tw-float-right {
    width: 150px;
    padding-bottom: clamp(3.5rem, 3.5vw, 5rem);
  }
  .tw-float-right.on {
    width: 84px;
    padding-bottom: 0;
  }
  .tw-float-right .fl-body .fl-top {
    margin: 0 auto -2px auto;
    width: 75px;
    z-index: 1;
  }
  .tw-float-right .fl-body .fl-bottom .fl-b-wrap {
    padding: 4px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .tw-float-right .fl-body .fl-bottom .fl-b-wrap .fl-bw-label {
    padding: 0 15%;
    height: 28px;
    font-size: clamp(1.2rem, 1.2vw, 1.5rem);
    transform-origin: center center;
    cursor: pointer;
  }
  .tw-float-right .fl-body .fl-bottom .fl-b-wrap .fl-bw-label:hover, .tw-float-right .fl-body .fl-bottom .fl-b-wrap .fl-bw-label:active {
    transform: none;
  }
  .tw-float-right .fl-body .fl-bottom .fl-b-div {
    padding: 0 4px;
  }
  .tw-float-right .fl-body .fl-bottom .fl-b-div.icon-wrap {
    padding: 12px 16px 8px 8px;
    gap: 8px;
    position: absolute;
    margin: auto;
    right: 0;
    bottom: -50px;
  }
  .tw-float-right .fl-body .fl-bottom .fl-b-div > p {
    width: 100%;
    margin-bottom: 10px;
  }
  .tw-float-right .fl-body .fl-bottom .fl-b-div .icon-link {
    width: 48px;
  }
  .tw-float-right .fl-body .fl-small .fs-img {
    width: 66px;
    margin-left: -2px;
  }
  .tw-float-right .fl-body .fl-small .fs-btn {
    margin-top: -46px;
    padding: 0 0 12px 0;
    width: 80px;
    height: 80px;
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  }
  .tw-float-right .fl-go-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 4px 0;
    margin-top: 4px;
    width: 100%;
    gap: 6px;
    cursor: pointer;
    visibility: hidden;
  }
  .tw-float-right .fl-go-top.on {
    visibility: visible;
  }
  .tw-float-right .fl-go-top:hover .fl-gt-icon {
    background: var(--sub-color);
  }
  .tw-float-right .fl-go-top:hover .fl-gt-text {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: var(--sub-color);
    color: var(--sub-color);
  }
  .tw-float-right .fl-go-top .fl-gt-icon,
  .tw-float-right .fl-go-top .fl-gt-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .tw-float-right .fl-go-top .fl-gt-icon {
    position: relative;
    width: 16px;
    height: 16px;
    background: linear-gradient(to bottom, #ffffff 0%, #f6dfbb 100%);
    border-radius: 100%;
  }
  .tw-float-right .fl-go-top .fl-gt-icon > .tri {
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #000 transparent;
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .tw-float-right .fl-go-top .fl-gt-text {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    background: linear-gradient(to bottom, #a9814e 0%, #f9dda6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@keyframes slide-in-left-x {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes floater-btn-x {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.975);
  }
}
@keyframes floater-btn-x-l {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
@keyframes floater-btn-x-lb {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(0.95);
    filter: brightness(1.1);
  }
}
@keyframes slide-in-top-x {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-x {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scale-in-center-wap {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}