@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: "Nunito", "Chiron GoRound TC", "Noto Sans TC", "微軟正黑體", "新細明體", "細明體";
  font-display: swap;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  position: relative;
  background: #eda927;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h2 {
  font-size: clamp(2.75rem, 5rem, 6.5vw);
  font-weight: 800;
}

p {
  font-size: clamp(1.15rem, 1.15vw, 3.8vw);
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  p {
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  p {
    line-height: 1.5;
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

.ajax_loading {
  background: #000 url("../images/loader.gif") center center no-repeat;
}

.bgm {
  display: block;
  width: 0;
  height: 0;
}

.music_box {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 500;
  right: 2%;
  bottom: 5%;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .music_box {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 10%;
  }
}
@media (max-width: 768px) {
  .music_box {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 5%;
  }
}

.music_box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0%;
  opacity: 1;
}

#bt_music {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

/*---KV---*/
.kv_w {
  width: 100%;
  position: relative;
}
.kv_w .kv_date {
  width: 100%;
  font-size: 1vw;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  bottom: 1%;
  z-index: 3;
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}

.kv_box_m {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

header {
  width: 99%;
  position: absolute;
  left: 0%;
  top: 0.5%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0vw 0.5vw;
}
header .logo_box {
  width: 12.2%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 30%;
  }
}
header nav {
  position: relative;
  width: auto;
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
header nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  border-left: 1px solid #333;
  line-height: 1;
}
header nav ul li:last-child {
  border-right: 1px solid #333;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a div {
  font-family: "openhuninn", "Noto Sans TC";
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.15;
  color: #333;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
header nav ul li a div:hover {
  color: #eda927;
  transform: scale(1.1);
}
@media (max-width: 992px) {
  header nav ul li a div {
    font-size: 1.75vw;
  }
}

.kv_info_m {
  position: relative;
}

.btn_buy {
  display: block;
  width: 10.3%;
  position: fixed;
  right: 1.5%;
  bottom: 10%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 992px) {
  .btn_buy {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .btn_buy {
    width: 15%;
    right: 2%;
    bottom: 6%;
  }
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-prev, .swiper-button-next {
  color: #829dad;
}

.swiper-pagination-bullet {
  width: 0.75vw;
  height: 0.75vw;
  margin: 5px;
  background: none;
  border: 1px solid #23569d;
  opacity: 1;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 3px;
  }
}

.swiper-pagination-bullet-active {
  background: #23569d;
}

.swiper-pagination {
  position: relative;
  text-align: center;
}

main, section {
  display: block;
  width: 100%;
  position: relative;
}

main {
  overflow: hidden;
}

.yt_kv {
  width: 100%;
  position: relative;
  z-index: 2;
}
.yt_kv img {
  position: relative;
  z-index: 2;
}

/* png 當作比例容器 */
.placeholder-image {
  width: 100%;
  height: auto; /* 讓 png 自己決定高度 */
  display: block;
}

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_kv iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 用 CSS 撐滿比例容器 */
  z-index: -1;
  width: 177.78%; /* 16:9 */
  height: 100%;
}

.yt_box {
  width: 100%;
  margin: -1px auto 0;
  position: relative;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img { /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

section {
  padding: 2.65%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section {
    padding: 10% 2.65%;
  }
}

/*---s01---*/
#s01 {
  position: relative;
  z-index: 2;
}
#s01::before {
  display: block;
  content: "";
  width: 22.3%;
  height: 100%;
  background: url(../images/s01/outlets_L.png) no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #s01::before {
    width: 52.3%;
    background: url(../images/s01/outlets_L.png) no-repeat left -5%;
    background-size: 100%;
  }
}
#s01::after {
  display: block;
  content: "";
  width: 25.5%;
  height: 100%;
  background: url(../images/s01/outlets_R.png) no-repeat left center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #s01::after {
    width: 55.5%;
  }
}

.tigertel_w {
  display: block;
  width: 94.7%;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 2.5rem;
  padding: 0.2em 0;
}

.tiger01 {
  width: 8.9%;
  position: absolute;
  left: 1%;
  top: 1%;
  z-index: 2;
}
@media (max-width: 992px) {
  .tiger01 {
    width: 20%;
    left: 5%;
    top: 10%;
  }
}
@media (max-width: 768px) {
  .tiger01 {
    width: 30%;
    left: -3.5%;
    top: 10%;
  }
}

.tiger02 {
  width: 8.7%;
  position: absolute;
  right: 2.5%;
  bottom: 5%;
  z-index: 2;
}
@media (max-width: 992px) {
  .tiger02 {
    width: 18%;
    right: -2.5%;
  }
}
@media (max-width: 768px) {
  .tiger02 {
    width: 25%;
    right: -2.5%;
    bottom: -20%;
  }
}

.tigertel_all {
  width: 90%;
  position: relative;
  margin: 2.5% auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .tigertel_all {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .tigertel_all {
    width: 85%;
  }
}
.tigertel_all .tigertel_logo {
  width: 34.5%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 992px) {
  .tigertel_all .tigertel_logo {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_logo {
    width: 100%;
  }
}
.tigertel_all .tigertel_logo img {
  width: 79.6%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .tigertel_all .tigertel_logo img {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_logo img {
    width: 65%;
  }
}
.tigertel_all .tigertel_logo h4 {
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  text-indent: -1rem;
}
.tigertel_all .tigertel_logo p {
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 992px) {
  .tigertel_all .tigertel_logo p {
    padding-bottom: 2.5%;
  }
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_logo p {
    padding-bottom: 5%;
    letter-spacing: 0;
  }
}
.tigertel_all .tigertel_content {
  width: 63.5%;
  position: relative;
  padding: 2%;
  box-sizing: border-box;
  border-left: 1px solid #eda927;
}
@media (max-width: 992px) {
  .tigertel_all .tigertel_content {
    width: 100%;
    padding: 2.5% 2%;
    border-left: none;
    border-top: 1px solid #eda927;
  }
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_content {
    width: 100%;
    padding: 5% 2%;
    border-left: none;
    border-top: 1px solid #eda927;
  }
}
.tigertel_all .tigertel_content h4 {
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_content h4 {
    text-align: center;
    letter-spacing: 0rem;
  }
}
.tigertel_all .tigertel_content p {
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.2rem;
  margin-top: 2.5%;
}
@media (max-width: 992px) {
  .tigertel_all .tigertel_content p {
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_content p {
    display: none;
  }
}

.strengths_w {
  position: relative;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .strengths_w {
    margin: 10% auto;
  }
}
@media (max-width: 768px) {
  .strengths_w h2 {
    letter-spacing: 1.5vw;
  }
}

.strengths_list {
  position: relative;
  width: 80%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 992px) {
  .strengths_list {
    width: 90%;
  }
}
.strengths_list .strengths_box {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .strengths_list .strengths_box {
    width: 100%;
    margin: 5% auto;
  }
}
.strengths_list .strengths_box p {
  text-align: center;
  margin: 5% 0 0;
  padding: 1.5%;
  box-sizing: border-box;
  letter-spacing: 0;
}

h2.title_h2 {
  line-height: 2;
  color: #fff;
  text-align: center;
  position: relative;
}
h2.title_h2::after {
  display: block;
  content: attr(data-storke);
  font-family: "Nunito", "Chiron GoRound TC";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
  stroke-linejoin: round;
  /* 針對標準 SVG/Text 屬性 */
  -webkit-stroke-linejoin: round;
  paint-order: stroke fill;
}

.strengths_w h2::after {
  color: #000;
  -webkit-text-stroke: 20px #333;
  text-stroke: 20px #333;
}

.strengths_w h2 svg {
  width: 100%;
  height: 25%;
  fill: white;
}

.strengths_w h2 .svgText {
  font-size: clamp(2rem, 3.15vw, 5vw);
  font-weight: 800;
  fill: white;
  stroke: #000;
  stroke-width: 15px;
  stroke-linejoin: round;
  paint-order: stroke;
  text-anchor: middle;
  dominant-baseline: middle;
}

/*---s02---*/
.bg_orange {
  background: #f7931e;
}

.bg_blue {
  background: #84b6e7;
}

.bg_outlets {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/bg_outlets.png) no-repeat top center;
  background-size: 100%;
}
@media (max-width: 768px) {
  .bg_outlets {
    background-size: 200%;
  }
}

.prd_w {
  position: relative;
  z-index: 3;
}
.prd_w h2 {
  letter-spacing: 1.15vw;
}
@media (max-width: 768px) {
  .prd_w h2 {
    letter-spacing: 0.5vw;
  }
}

.prd_w h2::after {
  color: #f15a24;
  -webkit-text-stroke: 20px #f15a24;
  text-stroke: 20px #f15a24;
  paint-order: stroke fill;
}

.prd_w h2 svg {
  width: 100%;
  height: 25%;
  fill: white;
}

.prd_w h2.h2_title01 .svgText {
  font-size: clamp(3.05rem, 5rem, 6.5vw);
  font-weight: 800;
  fill: white;
  stroke: #f15a24;
  stroke-width: 8px;
  stroke-linejoin: round;
  paint-order: stroke;
  text-anchor: middle;
  dominant-baseline: middle;
}

.prd_w h2.h2_title02 .svgText {
  font-size: clamp(3.05rem, 5rem, 6.5vw);
  font-weight: 800;
  fill: white;
  stroke: #29abe2;
  stroke-width: 8px;
  stroke-linejoin: round;
  paint-order: stroke;
  text-anchor: middle;
  dominant-baseline: middle;
}

.prd_list {
  width: 83.7%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .prd_list {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .prd_list {
    width: 83.7%;
  }
}

.prd_content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.prd_box {
  width: 100%;
  position: relative;
  background: #fff;
  border: 2px solid #f15a24;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .prd_box {
    width: 100%;
    padding: 5%;
  }
}
.prd_box .prd_info_w {
  position: relative;
  margin-bottom: 1.5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.prd_box .prd_info_w .prd_photo {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding-top: 66%;
}
.prd_box .prd_info_w .prd_photo img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.prd_box .prd_info_w h3 {
  width: 100%;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  height: 2.5em;
  margin-top: 0.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .prd_box .prd_info_w h3 {
    font-size: 2rem;
  }
}
.prd_box .prd_info_w p {
  width: 100%;
  height: 3em;
  text-align: justify;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.5em 0;
}
.prd_box .prd_twd_w {
  position: relative;
  margin: 1.5em 0 0;
}
.prd_box .prd_twd_w .prd_twd {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.prd_box .prd_twd_w .prd_twd span {
  display: inline;
  font-size: clamp(2em, 3vw, 5vw);
  font-weight: 800;
  color: #f15a24;
}
.prd_box .prd_twd_w .btn_more {
  width: auto;
  position: relative;
  text-align: center;
  margin-top: 1.5em;
}
.prd_box .prd_twd_w .btn_more a {
  text-decoration: none;
}
.prd_box .prd_twd_w .btn_more a div {
  display: inline-block;
  width: auto;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  background: #f15a24;
  padding: 0.25em 1em;
  border-radius: 5rem;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.prd_box .prd_twd_w .btn_more a div:hover {
  padding: 0.25em 1.5em;
}

.prd_box02 {
  width: 100%;
  position: relative;
  background: #f9bf4b;
  border: 2px solid #eda927;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .prd_box02 {
    width: 100%;
    padding: 5%;
  }
}
.prd_box02 .prd_info_w {
  position: relative;
  margin-bottom: 1.5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.prd_box02 .prd_info_w .prd_photo {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding-top: 66%;
}
.prd_box02 .prd_info_w .prd_photo img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.prd_box02 .prd_info_w h3 {
  width: 100%;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: justify;
  height: 2.5em;
  margin-top: 0.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .prd_box02 .prd_info_w h3 {
    font-size: 2rem;
  }
}
.prd_box02 .prd_info_w p {
  width: 100%;
  height: 3em;
  text-align: justify;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.5em 0;
}
.prd_box02 .prd_twd_w {
  position: relative;
  margin: 1.5em 0 0;
}
.prd_box02 .prd_twd_w .prd_twd {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.prd_box02 .prd_twd_w .prd_twd span {
  display: inline;
  font-size: clamp(2em, 3vw, 5vw);
  font-weight: 800;
  color: #f15a24;
}
.prd_box02 .prd_twd_w .btn_more {
  width: auto;
  position: relative;
  text-align: center;
  margin-top: 1.5em;
}
.prd_box02 .prd_twd_w .btn_more a {
  text-decoration: none;
}
.prd_box02 .prd_twd_w .btn_more a div {
  display: inline-block;
  width: auto;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  background: #f15a24;
  padding: 0.25em 1em;
  border-radius: 5rem;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.prd_box02 .prd_twd_w .btn_more a div:hover {
  padding: 0.25em 1.5em;
}

/*---選項卡---*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabs label {
  order: 1;
  display: block;
  /*padding: 1rem 2rem;
  margin-right: 0.2rem;*/
  cursor: pointer;
  /*background: #90CAF9;*/
  /* background: url("images/tab/tab_btn_bg.png"); */
  transition: background ease 0.2s;
  position: relative;
  z-index: 3;
  letter-spacing: 5px;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  /*padding: 1rem;
  background: #fafafa;
  margin:0.2% 0 0.5% 0;*/
}

.tabs input[type=radio] {
  position: absolute;
  opacity: 0;
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label + .tab {
    margin: 0% auto 0;
  }
}

/*-----選項卡---------*/
.tab_item {
  display: block;
  position: relative;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.5;
  color: #f15a24;
  text-indent: 5px;
  padding: 0.25rem 1.5rem;
  margin: 1rem 0.25rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 50%, rgb(204, 204, 204) 100%);
  border-radius: 1.75rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .tab_item {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .tab_item {
    width: 8.5em;
    font-size: 1.5rem;
    padding: 0.75rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    line-height: 2rem;
    margin: 0em 0.5em 1em;
    text-align: center;
  }
}
.tab_item::before {
  display: block;
  content: "";
  width: 85%;
  height: 6%;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 7.5%;
  top: 3.5%;
  z-index: 2;
  mix-blend-mode: hard-light;
  filter: blur(2px);
}
@media (max-width: 768px) {
  .tab_item::before {
    width: 95%;
    height: 10%;
    left: 2.5%;
  }
}
.tab_item::after {
  display: block;
  content: "▼";
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1.5rem;
  color: rgb(204, 204, 204);
  margin-bottom: -2rem;
}
@media (max-width: 768px) {
  .tab_item::after {
    font-size: 1rem;
    margin-bottom: -1.75rem;
  }
}

.tabs input[type=radio]:checked + label.tab_item {
  color: #fff;
  background: linear-gradient(to bottom, rgb(247, 147, 30) 0%, rgb(241, 90, 36) 100%);
}
.tabs input[type=radio]:checked + label.tab_item::before {
  background: rgba(255, 255, 255, 0.5);
}
.tabs input[type=radio]:checked + label.tab_item::after {
  color: rgb(241, 90, 36);
}

.tab_item02 {
  display: block;
  position: relative;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.5;
  color: #eda927;
  text-indent: 5px;
  padding: 0.25rem 1.5rem;
  margin: 1rem 0.25rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 50%, rgb(204, 204, 204) 100%);
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .tab_item02 {
    width: 8.5em;
    font-size: 1.5rem;
    padding: 0.75rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    line-height: 2rem;
    margin: 0em 0.5em 1em;
    text-align: center;
  }
}
.tab_item02::before {
  display: block;
  content: "";
  width: 85%;
  height: 6%;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 7.5%;
  top: 3.5%;
  z-index: 2;
  mix-blend-mode: hard-light;
  filter: blur(2px);
}
@media (max-width: 768px) {
  .tab_item02::before {
    width: 95%;
    height: 10%;
    left: 2.5%;
  }
}
.tab_item02::after {
  display: block;
  content: "▼";
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1.5rem;
  color: rgb(204, 204, 204);
  margin-bottom: -2rem;
}
@media (max-width: 768px) {
  .tab_item02::after {
    font-size: 1rem;
    margin-bottom: -1.75rem;
  }
}

.tabs input[type=radio]:checked + label.tab_item02 {
  color: #fff;
  background: linear-gradient(to bottom, rgb(255, 195, 11) 0%, rgb(255, 172, 39) 100%);
}
.tabs input[type=radio]:checked + label.tab_item02::before {
  background: rgba(255, 255, 255, 0.5);
}
.tabs input[type=radio]:checked + label.tab_item02::after {
  color: rgb(255, 172, 39);
}

.swiper-pagination-bullet {
  width: 0.75vw;
  height: 0.75vw;
  margin: 5px;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3.8vw;
    height: 3.8vw;
    margin: 3px;
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  margin: 5% 0;
}

/*-------------------------------------------------------------*/
.overlay {
  width: 100%;
  background: rgba(241, 90, 36, 0.9);
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10%;
}
.overlay nav ul a {
  text-decoration: none;
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #fff;
}
.overlay nav ul a li div {
  display: inline;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  letter-spacing: 5px;
}
.overlay nav ul a li div span {
  display: inline;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #ed425a;
  letter-spacing: 5px;
}
.overlay nav ul a li div p {
  font-size: 5vw;
  font-weight: 600;
}

.overlay .overlay-close {
  top: 0;
}

.overlay .overlay-close {
  max-width: 58px;
  max-height: 58px;
}

button.menu_m {
  display: none;
  width: 3.2%;
  position: relative;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 768px) {
  button.menu_m {
    display: block;
    width: 10%;
  }
}

a.tab_item {
  text-decoration: none;
}

a.tab_item02 {
  text-decoration: none;
}