@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #333;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Outfit, Helvetica-r, 微軟正黑體, Noto Sans, Noto Sans CJK TC, Helvetica Neue, Arial;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.mx_1480 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

:focus {
  outline: none;
}

.hideme {
  display: none !important;
}

#page {
  width: 100%;
  min-height: 1024px;
}

.container-full {
  width: 85%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

#mb_menu {
  display: none;
}

#rwd_menu {
  display: none;
}

header {
  background: #fff;
}
header .fbox-top-out {
  height: 62px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
header .fbox-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
header .logo a {
  display: block;
}
header .logo a img {
  max-width: 116px;
  display: block;
}
header #pc_menu {
  display: flex;
  width: 100%;
  align-items: center;
}
header #pc_menu ul.main-menu {
  display: flex;
  align-items: center;
}
header #pc_menu ul.main-menu li {
  padding: 15px 10px;
  position: relative;
}
header #pc_menu ul.main-menu li.has_child ul {
  display: none;
}
header #pc_menu ul.main-menu li.has_child:hover ul {
  display: block;
}
header #pc_menu ul.sub_menu {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  z-index: 2;
}
header #pc_menu ul.sub_menu li {
  padding: 0;
  margin: 0;
}
header #pc_menu ul.sub_menu li a {
  display: block;
  padding: 5px 7px;
  white-space: nowrap;
  cursor: pointer;
}
header #pc_menu ul.sub_menu li a:hover {
  background: #eee;
}

#video-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

header #mb_menu {
  position: relative;
  width: 100%;
}
header #mb_menu > button {
  width: 40px;
  border: 0px;
  background: none;
}
header #mb_menu > button img {
  display: block;
  width: 100%;
}
header #mb_menu .mb_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 150px;
}
header #mb_menu .mb_logo img {
  width: 100%;
}
header #mb_menu nav.mobile_nav {
  padding: 20px 27px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(102%, 0);
  background: #fff;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  z-index: 18;
  transition: 0.3s;
}
header #mb_menu nav.mobile_nav .exit_btn {
  padding: 3px;
  background: rgb(239, 239, 239);
  border-radius: 8px;
  display: block;
  border: 0px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header #mb_menu nav.mobile_nav .exit_btn img {
  width: 34px;
  height: 34px;
}
header #mb_menu nav.mobile_nav ul {
  padding-top: 10px;
}
header #mb_menu nav.mobile_nav ul li {
  display: flex;
  height: 48px;
  flex-wrap: wrap;
}
header #mb_menu nav.mobile_nav ul li a.link {
  padding: 5px 10px;
  position: relative;
  display: flex;
  width: 100%;
}
header #mb_menu nav.mobile_nav ul li a.link svg {
  top: 10px;
  position: absolute;
  right: 15px;
  width: 30px;
}
header #mb_menu nav.mobile_nav ul li a {
  padding: 5px 10px;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 17px;
}
header #mb_menu nav.mobile_nav ul li .sub-menu {
  display: none;
  padding-top: 10px;
}
header #mb_menu nav.mobile_nav ul li .sub-menu ul {
  display: block;
  padding: 0px;
}

header.open_mb #mb_menu nav.mobile_nav {
  transform: translate(0%, 0);
}

@media (max-width: 1024px) {
  .container-full {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 990px) {
  header #pc_menu {
    display: none;
  }
  header #mb_menu {
    display: block;
  }
  .container-full {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
header #mb_menu nav.mobile_nav ul li .sub-menu {
  width: 100%;
}
header #mb_menu nav.mobile_nav ul li .sub-menu li {
  display: flex;
  height: auto;
}
header #mb_menu nav.mobile_nav ul li .sub-menu li a {
  display: flex;
}

footer {
  padding: 18px 0;
  box-shadow: 0 -4px 4px #eee;
}
footer .fbox_inner {
  display: flex;
  justify-content: space-between;
}
footer .footer_social {
  display: flex;
  align-items: center;
}
footer .footer_social .footer_social-terms {
  display: flex;
  align-items: center;
}
footer .footer_social .footer_social-terms span {
  margin: 0 10px;
}
footer .footer_social .footer_social {
  display: flex;
  align-items: center;
}
footer .footer_social .footer_social a {
  display: block;
  margin-left: 10px;
}
footer .footer_social .footer_social a img {
  display: block;
  max-width: 25px;
}

@media (max-width: 768px) {
  footer .container-full {
    width: 100%;
    line-height: 1.5;
  }
  footer .fbox_inner {
    flex-direction: column-reverse;
  }
  footer .footer_social {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .footer_social .footer_social {
    margin-bottom: 0;
  }
  footer .footer_social .footer_social a {
    margin-left: 0;
    margin-right: 10px;
  }
  footer .footer_social .footer_social-terms {
    margin-bottom: 10px;
    width: 100%;
  }
  footer .footer_social {
    margin-bottom: 10px;
    width: 100%;
  }
}
#two_box {
  display: flex;
}
#two_box #girl {
  width: 50%;
  position: relative;
}
#two_box #girl .svg_img {
  width: 100%;
  display: block;
  height: auto;
}
#two_box #boy {
  width: 50%;
  position: relative;
}
#two_box #boy .svg_img {
  width: 100%;
  display: block;
  height: auto;
}
#two_box .mb_btn {
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: none;
  z-index: 1;
}

.girl_btn,
.boy_btn {
  cursor: pointer;
  transition: 0.3s;
  z-index: 99;
}

#boy_btn,
#girl_btn {
  cursor: pointer;
  transition: 0.3s;
  z-index: 99;
}

@media (max-width: 768px) {
  #two_box svg .boy_btn,
  #two_box svg .girl_btn {
    opacity: 0;
  }
  #two_box .mb_btn {
    display: block;
  }
  #two_box .mb_btn img {
    max-width: 140px;
  }
}
#filter_pd {
  position: relative;
}
#filter_pd .inner1 {
  background-image: url(../images/r_bk.svg);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#filter_pd .inner1 .inner2 {
  padding-top: 100px;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../images/l_bk.svg);
  background-position: left 80%;
  background-size: auto 75%;
  background-repeat: no-repeat;
}
#filter_pd .inner1 .inner2 h3 {
  font-size: 50px;
  color: #E8462F;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
#filter_pd .fzbox {
  padding: 40px;
  max-width: 1200px;
  margin: auto auto 50px;
  background: #FFEDD3;
  border-radius: 10px;
}
#filter_pd .fzbox .fbox h4 {
  font-size: 36px;
  color: #E8462F;
  margin-bottom: 30px;
}
#filter_pd .fzbox .fbox .filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#filter_pd .fzbox .fbox .filter a {
  background: #fff;
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  border-radius: 50px;
  padding: 8px 18px;
  margin-bottom: 20px;
}
#filter_pd .fzbox .fbox .filter a.active {
  background: #008453;
  color: #fff;
}
#filter_pd .fzbox .fbox .filter a.active:hover {
  color: #fff;
}
#filter_pd .fzbox .fbox .filter a:hover {
  color: #008453;
}
#filter_pd .fzbox .fbox .filter a:active {
  background: #008453;
  color: #fff;
}
#filter_pd #action {
  margin-bottom: 50px;
}
#filter_pd #action a {
  margin: auto;
  max-width: 300px;
  padding: 10px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #E8462F;
  border-radius: 50px;
}

@media (max-width: 1400px) {
  #filter_pd .fzbox {
    max-width: 980px;
  }
}
@media (max-width: 768px) {
  #filter_pd .inner1 .inner2 {
    display: none;
  }
}
#products {
  background: #FFEDD3;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}
#products h3 {
  font-size: 50px;
  color: #E8462F;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
#products .results_pc,
#products .results_mb {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
#products .results_pc .pd,
#products .results_mb .pd {
  max-width: 450px;
  width: 31.33%;
  /* gap: 3%; */
  padding: 0 1% 0;
}

.pd {
  max-width: 450px;
  margin-bottom: 100px;
}
.pd h4 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 10px;
}
.pd .color {
  padding: 20px 0 40px 20px;
  display: flex;
}
.pd .color .ut {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.pd .spec {
  padding: 0 5px 0 40px;;
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  min-height: 7.5em;
  list-style-type: disc;
}
.pd .pdpic {
  position: relative;
  max-width: 450px;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF6E9;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 30px;
}
.pd .pdpic img {
  transition: 0.3s;
}
.pd .pdpic .more_link {
  width: 143px;
  height: 109px;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: #000;
  color: #fff;
  border-radius: 10px;
}
.pd .pdpic .more_link .tx {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.pd .pdpic .more_link .cross {
  width: 100%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pd .pdpic .more_link .cross:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
}
.pd .pdpic .more_link .cross:after {
  content: "";
  position: absolute;
  height: 30px;
  transform: rotate(90deg);
  height: 2px;
  width: 30px;
  background: #fff;
}
.pd .pdpic img.pic1 {
  position: absolute;
  display: block;
  opacity: 1;
  top: 50%;
  left: 50%;
  max-width: 400px;
  max-height: 400px;
  transform: translate(-50%, -50%);
  width: 100%;
}
.pd .pdpic img.pic2 {
  position: absolute;
  display: block;
  opacity: 0;
  top: 50%;
  left: 50%;
  max-width: 400px;
  max-height: 400px;
  transform: translate(-50%, -50%);
  width: 100%;
}
.pd .pdpic:hover img.pic1 {
  opacity: 1;
}
.pd .pdpic:hover img.pic2 {
  opacity: 1;
}
.pd .pdpic:hover .more_link {
  opacity: 1;
}
.pd .action a.more_link {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #E8462F;
  width: 100%;
  height: 50px;
  font-size: 30px;
  max-width: 400px;
  margin: auto auto 20px;
  text-align: center;
  border-radius: 50px;
}
.pd .action a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8462F;
  color: #fff;
  width: 100%;
  height: 50px;
  font-size: 20px;
  max-width: 400px;
  margin: auto;
  text-align: center;
  border-radius: 50px;
}

#products .results_mb {
  display: none;
}

#filter_pd_mb {
  display: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#filter_pd_mb h3 {
  text-align: center;
  color: #E8462F;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 30px;
}
#filter_pd_mb .fd1 {
  margin-bottom: 40px;
}
#filter_pd_mb .fd2 {
  margin-bottom: 30px;
}
#filter_pd_mb .fd2,
#filter_pd_mb .fd1 {
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 380px;
}
#filter_pd_mb .fd2 label,
#filter_pd_mb .fd1 label {
  display: block;
  margin-bottom: 20px;
  color: #333;
}
#filter_pd_mb .fd2 .select,
#filter_pd_mb .fd1 .select {
  margin-bottom: 40px;
  color: #666;
}
#filter_pd_mb #action_mb a {
  margin: auto;
  max-width: 300px;
  padding: 10px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background: #E8462F;
  border-radius: 50px;
}

#filter_pd_mb #action_mb.disable,
#filter_pd #action.disable {
  position: relative;
  opacity: 0.2;
}

#filter_pd_mb #action_mb.disable:before,
#filter_pd #action.disable:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
}

@media (max-width: 1024px) {
  #products .results_pc .pd,
  #products .results_mb .pd {
    width: 48%;
    padding: 0 1% 0;
  }
}
@media (max-width: 768px) {
  .pd .action a.more_link {
    display: flex;
  }
  #filter_pd_mb {
    display: block;
  }
  #filter_pd_pc {
    display: none;
  }
  #filter_pd_pc .title_pc {
    display: none;
  }
  #products .results_pc {
    display: none;
  }
  #products .results_mb {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #products .results_mb .pd {
    width: 100%;
  }
  #filter_pd .title_pc {
    display: none;
  }
  #action {
    display: none;
  }
  #filter_pd {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #products {
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .results_mb .pd {
    margin-bottom: 40px;
  }
  #products h3 {
    font-size: 40px;
    font-weight: 500;
  }
  /*    PD  */
  .pd .pdpic {
    margin-bottom: 24px;
  }
  .pd h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
  }
  .pd .color {
    padding: 20px 0 30px 10px;
  }
  .pd .spec {
    font-size: 18px;
    min-height: auto;
  }
  .pd .action a {
    height: 44px;
    font-size: 24px;
  }
}
:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border);
}

/* Reset <select> defaults */
select {
  appearance: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  box-shadow: none;
  font-size: 20px;
}

select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: 92%;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.select select {
  flex: 1;
  padding: 12px 18px;
  cursor: pointer;
}

.select::after {
  content: "▼";
  position: absolute;
  right: 1rem;
  color: #ccc;
  top: 0.7rem;
  font-size: 16px;
  transition: 0.25s all ease;
  pointer-events: none;
}

#awards {
  margin-bottom: 30px;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
#awards > h3 {
  font-size: 50px;
  color: #E8462F;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
#awards .adata_slider {
  max-width: 1550px;
  margin: auto;
  position: relative;
}
#awards .adata_slider .swiper-horizontal {
  width: calc(100% - 150px);
}
#awards .adata_slider .swiper-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
#awards .adata_slider .award_box {
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 20px;
  min-height: 450px;
  padding: 50px 20px;
  min-height: 480px;
  transform: scale(0.9);
  transition: 0.3s;
}
#awards .adata_slider .award_box.swiper-slide-active {
  transform: scale(1.15);
}
#awards .adata_slider .award_box h3 {
  color: #00A7EA;
  font-size: 24px;
  margin-bottom: 1em;
  text-align: center;
}
#awards .adata_slider .award_box .pic {
  margin-bottom: 30px;
}
#awards .adata_slider .award_box .pic img {
  display: block;
  width: auto;
  max-height: 130px;
  margin: auto;
  max-width: 100%;
}
#awards .adata_slider .award_box .award_desc {
  font-size: 16px;
  line-height: 1.5;
}
#awards .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #999;
  background: #fff;
}
#awards .swiper-button-prev:after {
  font-size: 25px;
  color: #999;
}
#awards .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #999;
  background: #fff;
}
#awards .swiper-button-next:after {
  font-size: 25px;
  color: #999;
}

@media (max-width: 769px) {
  #awards .adata_slider .swiper-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #awards > h3 {
    font-size: 40px;
    font-weight: 500;
  }
  #awards .swiper-button-next {
    right: 1px;
    width: 40px;
    height: 40px;
  }
  #awards .swiper-button-prev {
    left: 1px;
    width: 40px;
    height: 40px;
  }
  #awards .adata_slider .award_box.swiper-slide-next {
    width: 100% !important;
  }
  #awards .adata_slider .award_box.swiper-slide-active {
    width: 100% !important;
    padding: 30px 30px;
    min-height: auto;
    transform: translate(0, 0px);
  }
  #awards .adata_slider .award_box.swiper-slide-prev {
    width: 100% !important;
  }
  #awards .adata_slider .swiper-horizontal {
    width: calc(100% - 50px);
  }
  #awards {
    padding-left: 2px;
    padding-right: 2px;
  }
}
#boy_slide {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9;
  transform: translate(100%, 0);
  transition: 0.5s;
  background: #FFDAA6;
  background-image: url(../images/slide1.svg);
  background-size: 50% auto;
  background-position: top right;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 20px;
  box-sizing: border-box;
  overflow-y: scroll;
  /*
  .text{
      .action{
          a.slide_back{
              background-image: url(../images/icon.svg);
              background-position: 10px center;
              padding: 10px 20px 10px 40px;
              display: inline-block;
              color: #fff;
              background-color: #E8462F;
              border-radius: 50px;
              background-repeat: no-repeat;
              background-size: 15px;
          }
      }
  }
      */
}
#boy_slide.open {
  transform: translate(0, 0);
}
#boy_slide .text .desc {
  width: 50%;
}
#boy_slide .text .desc img {
  display: block;
  width: 100%;
}
#boy_slide .text .pcdesc {
  font-size: 22px;
  line-height: 1.5;
  width: 55%;
  margin-bottom: 5%;
  color: #666;
}
#boy_slide .text .product {
  max-width: 40%;
  margin-bottom: 5%;
  display: grid;
  flex-wrap: wrap;
  gap: 20px 50px;
  grid-template-columns: auto auto;
}
#boy_slide .text .product a {
  display: block;
}
#boy_slide .text .product a img {
  display: block;
  width: 100%;
}
#boy_slide .text .action {
  padding-bottom: 100px;
}
#boy_slide .text .action a.slide_back {
  background-image: url(../images/icon.svg);
  background-position: 30px center;
  padding: 10px 20px 10px 40px;
  display: inline-flex;
  color: #fff;
  background-color: #E8462F;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  width: calc(20% - 25px);
  font-size: 32px;
  box-sizing: border-box;
  justify-content: center;
}

#girl_slide {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9;
  transform: translate(-100%, 0);
  overflow-y: scroll;
  transition: 0.5s;
  background: #FBA0B1;
  box-sizing: border-box;
  background-image: url(../images/slide2.svg);
  background-size: 50% auto;
  background-position: top right;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 20px;
}
#girl_slide.open {
  transform: translate(0, 0);
}
#girl_slide .text .desc {
  width: 50%;
}
#girl_slide .text .desc img {
  display: block;
  width: 100%;
}
#girl_slide .text .pcdesc {
  font-size: 22px;
  line-height: 1.5;
  width: 55%;
  margin-bottom: 5%;
  color: #666;
}
#girl_slide .text .pcdesc.ptdesc {
  width: 48%;
}
#girl_slide .text .product {
  max-width: 40%;
  margin-bottom: 5%;
  display: grid;
  flex-wrap: wrap;
  gap: 20px 50px;
  grid-template-columns: auto auto;
}
#girl_slide .text .product a {
  display: block;
}
#girl_slide .text .product a img {
  display: block;
  width: 100%;
}
#girl_slide .text .action {
  padding-bottom: 100px;
}
#girl_slide .text .action a.slide_back {
  background-image: url(../images/icon.svg);
  background-position: 30px center;
  padding: 10px 20px 10px 40px;
  display: inline-flex;
  color: #fff;
  background-color: #E8462F;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  width: calc(20% - 25px);
  font-size: 32px;
  box-sizing: border-box;
  justify-content: center;
}

.mb_girl_top_header {
  display: none;
}

.mb_boy_top_header {
  display: none;
}

@media (max-width: 768px) {
  .container-full {
    width: 100%;
  }
  #two_box {
    flex-wrap: wrap;
  }
  #two_box #girl,
  #two_box #boy {
    width: 100%;
  }
  #girl_slide {
    background-image: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  #boy_slide {
    background-image: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mb_boy_top_header {
    display: block;
  }
  .mb_boy_top_header .exit1 {
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(0deg);
  }
  .mb_boy_top_header img {
    display: block;
    width: 100%;
  }
  #boy_slide .text .pcdesc {
    font-size: 22px;
    line-height: 33px;
    color: #666;
    width: 100%;
    padding-top: 20px;
  }
  #boy_slide .text .desc {
    display: none;
  }
  #boy_slide .text .product {
    width: 100%;
    max-width: none;
  }
  #boy_slide .text .action a.slide_back {
    width: 118px;
    height: 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
    background-position: 13px;
  }
  #boy_slide .text .product {
    margin-bottom: 40px;
  }
  .mb_girl_top_header {
    display: block;
  }
  .mb_girl_top_header .exit1 {
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(0deg);
  }
  .mb_girl_top_header img {
    display: block;
    width: 100%;
  }
  #girl_slide .text .pcdesc {
    font-size: 22px;
    line-height: 33px;
    color: #666;
    width: 100%;
    padding-top: 20px;
  }
  #girl_slide .text .pcdesc.ptdesc {
    width: 100%;
  }
  #girl_slide .text .desc {
    display: none;
  }
  #girl_slide .text .product {
    width: 100%;
    max-width: none;
  }
  #girl_slide .text .action a.slide_back {
    width: 118px;
    height: 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
    background-position: 13px;
  }
  #girl_slide .text .product {
    margin-bottom: 40px;
  }
  #girl_slide .text .product,
  #boy_slide .text .product {
    padding-top: 10px;
    gap: 20px 20px;
  }
}
.xbtn {
  position: relative;
  overflow: hidden;
}

.xbtn {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  color: #fff;
  padding: 1rem 2rem;
  outline: 0;
  border: 0;
  cursor: pointer;
}

span.ripple {
  position: absolute; /* The absolute position we mentioned earlier */
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.7);
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.mb_aspect-ratio-box {
  width: 100%;
  padding-bottom: 177.78%; /* 1920 / 1080 = 1.7778 */
  position: relative;
}

.pc_aspect-ratio-box {
  width: 100%; /* Adjust based on parent container */
  max-width: 1920px;
  aspect-ratio: 16/9;
  position: relative;
}

/*# sourceMappingURL=style.css.map */


#mb_video video{
  width:100% ! important;
}

#mission{
  background:#FBA0B14D;
  padding-top:100px;
  padding-bottom: 100px;;
  padding-left:20px;
  padding-right:20px;
}
#mission  a{
  display: flex;
  align-items: center;
  justify-content: center;
}
#mission img.pc{
  max-width: 1400px;;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 4px 4px #00000040;
}
#mission img.mb{
  max-width: 360px;;
  width: 100%;
  display: none;
  border-radius: 20px;
  box-shadow: 0 4px 4px #00000040;
}

#mission h3{  
    font-size: 50px;
    color: #E8462F;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

@media (max-width: 769px) {

  #mission h3{  
    font-size: 40px;
    font-weight: 500;
  }

  #mission img.pc{
    display: none;
  }

  #mission img.mb{
    display: block;
  }

  #mission{
    padding-top:50px;
    padding-bottom:50px;
  }

}