@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.pkn.sh/fonts/NotoSansThai/NotoSansThai-Regular.woff2") format("woff2"), url("https://static.pkn.sh/fonts/NotoSansThai/NotoSansThai-Regular.woff") format("woff");
}
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

.content {
  width: 100%;
}
.content__inner-what {
  padding: 90px 0 100px;
  text-align: center;
  background-image: url("/assets/images/img_what.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52%;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .content__inner-what {
    padding: 40px 30px 60px;
    background-size: 55%;
  }
  .content__inner-what h2 {
    text-align: left;
  }
}
.content__inner-what .icon-logo {
  position: absolute;
  right: 60px;
  z-index: 0;
  bottom: -60px;
}
@media only screen and (max-width: 768px) {
  .content__inner-what .icon-logo {
    right: initial;
    left: -110px;
    bottom: 20px;
  }
  .content__inner-what .icon-logo img {
    width: 80%;
  }
}
.content__inner-what .what-content {
  margin: auto;
  background-color: #fff;
  padding: 100px 80px 160px;
  width: 60%;
  margin-left: 33%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content__inner-what .what-content {
    padding: 20px 20px 50px;
    max-width: initial;
    margin-left: 21%;
    width: 85%;
    margin-top: 6%;
    margin-left: 19%;
  }
}
.content__inner-what .what-content p {
  text-align: left !important;
  margin-bottom: 60px;
  margin-top: 20px;
  font-family: "Noto Sans Thai", "noto_sans_thai", sans-serif;
  font-weight: 400;
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 768px) {
  .content__inner-what .what-content p {
    margin-bottom: 30px;
  }
}
.content__inner-what .what-content::after {
  content: "";
  position: absolute;
  width: 107px;
  height: 1px;
  background-color: #E81A3B;
  left: -60px;
  top: 131px;
}
@media only screen and (max-width: 768px) {
  .content__inner-what .what-content::after {
    left: -43px;
    top: 42px;
    width: 57px;
  }
}
.content__inner-cutting {
  padding: 90px 0 100px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content__inner-cutting {
    padding: 40px 0 60px;
  }
}
.content__inner-pick {
  padding: 90px 0 80px;
  text-align: center;
  color: #FFF;
  margin: auto;
  display: block;
  background-image: url("/assets/images/bg_pick.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .content__inner-pick {
    padding: 40px 0 0px;
  }
}
@media only screen and (max-width: 768px) {
  .content__inner-pick {
    background-size: 600%;
  }
}
.content__inner-video {
  padding: 90px 0 165px;
  background-color: #fff;
  text-align: center;
  color: #FFF;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .content__inner-video {
    padding: 40px 0 60px;
  }
}
.content__inner-video .video {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  height: 505px;
}
@media only screen and (max-width: 768px) {
  .content__inner-video .video {
    height: initial;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }
}
.content__inner-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.content__inner-media {
  background-color: #FFF;
  padding: 80px 0 120px;
}
@media only screen and (max-width: 768px) {
  .content__inner-media {
    padding: 40px 0 60px;
  }
}
.content__inner-media ul {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .content__inner-media ul {
    margin-top: 30px;
  }
}
.content__inner-media ul li {
  max-width: 260px;
  width: 100%;
  margin: 10px;
}
@media only screen and (max-width: 768px) {
  .content__inner-media ul li {
    max-width: initial;
    margin: 8px;
    width: 44%;
  }
}
.content__inner-media ul li img {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  width: 100%;
}
.content__inner-media ul li p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .content__inner-media ul li p {
    margin-bottom: 10px;
  }
}
.content__inner-news {
  background-color: #F5F5F5;
  padding: 80px 0 150px;
  font-family: "Noto Sans Thai", "noto_sans_thai", sans-serif;
  font-weight: 400;
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 768px) {
  .content__inner-news {
    padding: 40px 0 60px;
  }
}
.content__inner-news ul {
  max-width: 1090px;
  margin: auto;
  margin-top: 80px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .content__inner-news ul {
    margin-top: 30px;
  }
}
.content__inner-news ul li {
  background-color: #fff;
  padding: 30px 35px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .content__inner-news ul li {
    padding: 20px 25px;
  }
}
.content__inner-news ul li p {
  font-weight: 600;
  padding-right: 20px;
  letter-spacing: 0rem !important;
}
.content__inner-news ul a:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 14px;
  background-image: url("/assets/images/icon_arrow-right_black.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  right: 0px;
  top: 46%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
  .content__inner-news ul a:after {
    right: -10px;
  }
}
.content__inner-news ul a:hover {
  display: block;
  opacity: 0.5;
}
.content__inner-contact {
  background-image: url("/assets/images/bg_contact-footer.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  padding: 70px 5%;
  background-size: cover;
  text-align: center;
  color: #FFF;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content__inner-contact {
    padding: 40px 5%;
  }
}
.content__inner-contact img {
  max-width: 240px;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .content__inner-contact img {
    margin-bottom: 25px;
  }
}
.content__inner-contact h3 {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .content__inner-contact h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.content__inner-contact a {
  color: #FFF;
}
.content__inner-policy {
  font-family: "Noto Sans Thai", "noto_sans_thai", sans-serif;
  font-weight: 400;
  letter-spacing: 0 !important;
  max-width: 980px;
  margin: auto;
  padding: 40px 90px;
}
@media only screen and (max-width: 768px) {
  .content__inner-policy {
    padding: 20px;
    line-height: initial;
  }
}
.content__inner-policy h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .content__inner-policy h2 {
    margin-bottom: 20px;
  }
}
.content__inner-policy h2 span {
  display: block;
  font-size: 14px;
}
.content__inner-policy h3 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .content__inner-policy h3 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.content__inner-policy a {
  font-size: 14px;
  text-decoration: underline;
}
.content__inner-policy ol {
  list-style-type: decimal;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .content__inner-policy ol {
    margin-top: 20px;
  }
}
.content__inner-policy ol li {
  margin-left: 15px;
  margin-bottom: 20px;
}
.content__inner-policy ul {
  margin-top: 20px;
  margin-left: 15px;
}
.content__inner-policy ul li {
  margin-bottom: 10px;
  list-style-type: square;
}
@media only screen and (max-width: 768px) {
  .content__inner-policy ul li {
    font-size: 13px;
    letter-spacing: 0;
  }
  .content__inner-policy ul li a {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
  }
}

#scroll_nav {
  position: fixed;
  bottom: 20px;
  left: 50px;
  border-radius: 50%;
  display: block;
  z-index: 99;
}

#scroll_nav img {
  width: 20px;
}

#scroll_nav .nav_up {
  display: none;
}

@media screen and (max-width: 768px) {
  #scroll_nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #scroll_up {
    position: fixed;
    bottom: 80px;
    right: 50px;
    display: block;
    z-index: 9;
  }
  #scroll_up .nav_up {
    display: none;
  }
  #scroll_up .nav_up a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #E81A3B;
    position: relative;
    scroll-behavior: smooth;
  }
  #scroll_up .nav_up a::before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 27px;
    height: 32px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("/assets/images/icon-b2t.svg") no-repeat center;
    background-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #scroll_up {
    display: block;
    z-index: 99;
    margin-left: 20px;
  }
  #scroll_up.nav_fix {
    position: fixed;
    bottom: 24px;
    right: 25px;
  }
  #scroll_up .nav_up {
    display: none;
  }
  #scroll_up .nav_up a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E81A3B;
    position: relative;
    scroll-behavior: smooth;
  }
  #scroll_up .nav_up a::before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 13px;
    background: url("/assets/images/icon-b2t.svg") no-repeat center;
    background-size: 15px;
  }
}
/* font */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.09em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 111;
}
header .top-logo {
  max-width: 1366px;
  height: 90px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  header .top-logo {
    height: 70px;
  }
}
header .top-logo .logo-link, header .top-logo h1 {
  max-width: 243px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header .top-logo .logo-link, header .top-logo h1 {
    max-width: 180px;
  }
}
@media only screen and (max-width: 374px) {
  header .top-logo .logo-link, header .top-logo h1 {
    max-width: 140px;
  }
}
header .top-logo .logo-link h1 span, header .top-logo h1 h1 span {
  display: none;
}
header .top-logo .logo {
  margin: 0 20px;
}
header .top-logo .language-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
header .top-logo .language-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
}
header .top-logo .language-btn ul li {
  margin: 0 5px;
  padding-right: 10px;
  font-weight: 400;
  height: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  header .top-logo .language-btn ul li {
    font-size: 13px;
  }
}
header .top-logo .language-btn ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #000;
  top: 5px;
  right: 0px;
}
@media only screen and (max-width: 768px) {
  header .top-logo .language-btn ul li::before {
    top: 3px;
  }
}
header .top-logo .language-btn ul li:last-child::before {
  display: none;
}

header + section {
  margin-top: 155px;
}

nav {
  height: 65px;
  background-color: #002652;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  nav {
    height: 45px;
  }
}
nav ul {
  max-width: 922px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  nav ul {
    padding: 0 10px;
    max-width: 550px;
  }
}
@media only screen and (max-width: 414px) {
  nav ul {
    padding: 0 5px;
  }
}
nav ul li {
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  nav ul li {
    margin: 0 0.8rem;
  }
}
@media only screen and (max-width: 414px) {
  nav ul li {
    margin: 0 0.4rem;
  }
}
nav ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  nav ul li a {
    font-size: 12px;
    line-height: 1.2;
    display: block;
  }
}
@media only screen and (max-width: 414px) {
  nav ul li a {
    width: 100%;
    max-width: 78px;
    font-size: 11px;
  }
}

h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: initial;
  }
}

/* for old IE */
* html body {
  font-size: 100% !important;
}

*:first-child + html body {
  font-size: 100% !important;
}

body {
  font-size: 100% \9  !important;
}

body:not(:target) {
  font-size: 100% \9  !important;
}

/* end for old IE */
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

.active {
  opacity: 0.5;
}

.bg_gray {
  background-color: #EBEBEB !important;
}

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

.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.link-tel {
  pointer-events: none;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .link-tel {
    pointer-events: inherit;
  }
}

.btn-center {
  margin: auto;
  display: table;
}

.wrapper {
  overflow: auto;
}

.mgt20 {
  margin-top: 20px;
}

.w100 {
  width: 100% !important;
}

.btn-toppage {
  padding-right: 35px !important;
  position: relative;
}

.btn-toppage::before {
  position: absolute;
  top: 16%;
}

.btn-red {
  background-color: #DB3535 !important;
}

.btn-w400 {
  width: 400px !important;
  height: 70px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .btn-w400 {
    width: 100% !important;
    height: initial;
    padding: 15px 30px !important;
    max-width: inherit !important;
  }
}

.btn-cms {
  color: #fff;
  background-color: #b93fb2;
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 10px 25px;
  border-radius: 50px;
  margin-right: 30px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn-cms {
    padding: 10px 20px;
    font-size: 11px;
    line-height: 1.2;
    margin-right: 10px;
    max-width: 165px;
  }
}
.btn-cms img {
  margin-left: 10px;
  height: 11px;
}

.btn-cms::before {
  content: "";
  position: absolute;
  background-image: url("/assets/images/icon_arrow-right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  width: 10px;
  height: 30px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .btn-cms::before {
    right: 8px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.border-none li img {
  border: none !important;
}

.d-table {
  display: table;
}

.z-index-2 {
  position: absolute;
  z-index: 3;
}

.pick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  max-width: 1120px;
  margin: auto;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .pick-list {
    width: 100%;
  }
}
.pick-list li {
  width: 340px;
  background-color: #F8F8F8;
  margin: 15px;
  font-family: "Noto Sans Thai", "noto_sans_thai", sans-serif;
  letter-spacing: 0 !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pick-list li {
    margin: 10px;
    width: 95%;
  }
}
.pick-list li img {
  width: 100%;
}
.pick-list li .pick-detail {
  padding: 20px;
}
.pick-list li .pick-detail h3 {
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .pick-list li .pick-detail h3 {
    margin-bottom: 15px;
  }
}
.pick-list li .pick-detail .date {
  font-size: 14px;
  color: #727272;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .pick-list li .pick-detail .date {
    margin-top: 15px;
  }
}
.pick-list li a {
  display: block;
}
.pick-list.ranking {
  margin-top: 30px;
  max-width: 1220px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pick-list.ranking li {
  width: 24%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pick-list.ranking li {
    width: 95%;
    margin: 10px;
  }
}
.pick-list.ranking li .rank {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #704A9D;
  padding: 1em 0.75em;
  line-height: 0;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 99;
}

.clear-box:empty {
  height: 0;
}

.anchor {
  position: relative;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -150px;
}
@media only screen and (max-width: 768px) {
  .anchor a {
    top: -100px;
  }
}

.filterDiv {
  display: none;
}

.show {
  display: block;
}

.container {
  overflow: hidden;
}

footer {
  font-size: 13px;
  letter-spacing: 0.02em;
  height: 132px;
  max-width: 1366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  footer {
    display: block;
    text-align: center;
    height: initial;
    padding: 20px 0;
  }
}
footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-container .icon-sns {
  margin-left: 20px;
}
footer .footer-container .icon-sns a {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  footer .footer-container .icon-sns a {
    margin-right: 10px;
  }
}
footer .footer-container .icon-sns a img {
  width: 50px;
}
@media only screen and (max-width: 768px) {
  footer .footer-container .icon-sns a img {
    max-width: 40px;
    width: 100%;
  }
}
footer .footer-container .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
}
footer .footer-container .menu-footer li {
  margin: 0 9px;
  padding-right: 18px;
  font-weight: 400;
  height: 20px;
  position: relative;
}
footer .footer-container .menu-footer li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #000;
  top: 4px;
  right: 0px;
}
footer .footer-container .menu-footer li:last-child::before {
  display: none;
}
footer .copyright {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    margin: auto;
    margin-top: 20px;
    font-size: 12px;
  }
}

.selectNative,
.selectCustom {
  position: relative;
  width: 26rem;
  height: 4rem;
}
@media only screen and (max-width: 768px) {
  .selectNative,
  .selectCustom {
    width: 20rem;
    height: 3.3rem;
  }
}

.selectCustom {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

@media (hover: hover) {
  .selectCustom {
    display: block;
  }
  .selectNative:focus + .selectCustom {
    display: none;
  }
}
/* Add the focus states too, They matter, always! */
.selectNative:focus,
.selectCustom.isActive .selectCustom-trigger {
  outline: none;
}

.select {
  position: relative;
  max-width: 1082px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 92%;
  padding: 20px 0;
}

.selectLabel {
  display: block;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.selectWrapper {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .selectWrapper {
    margin: auto;
  }
}

.selectNative,
.selectCustom-trigger {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #6f6f6f;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .selectNative,
  .selectCustom-trigger {
    font-size: 14px;
  }
}

.selectNative {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/assets/images/icon_arrow-bottom_black.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 1.5rem;
  padding: 0rem 1.8rem;
}
@media only screen and (max-width: 768px) {
  .selectNative {
    background-position-x: 96%;
    background-position-y: 1.2rem;
    padding: 0rem 0.8rem;
    background-size: 17px;
  }
}

.selectCustom-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
}

.selectCustom-trigger::after {
  content: "▾";
  position: absolute;
  top: 0;
  line-height: 3.8rem;
  right: 0.8rem;
}

.selectCustom-trigger:hover {
  border-color: #b93fb2;
}

.selectCustom-options {
  position: absolute;
  top: 4.6rem;
  left: 0;
  width: 100%;
  border: 1px solid #6f6f6f;
  border-radius: 0.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px #e9e1f8;
          box-shadow: 0 0 4px #e9e1f8;
  z-index: 1;
  padding: 0.8rem 0;
  display: none;
}

.selectCustom.isActive .selectCustom-options {
  display: block;
}

.selectCustom-option {
  position: relative;
  padding: 0.8rem;
  padding-left: 2.5rem;
}

.selectCustom-option.isHover,
.selectCustom-option:hover {
  background-color: #865bd7;
  color: white;
  cursor: default;
}

.selectCustom-option:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

.selectCustom-option.isActive::before {
  content: "✓";
  position: absolute;
  left: 0.8rem;
}

/* Cookie */
.policy_cookie {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 40px 0;
  z-index: 1100;
  display: none;
}

.policy_cookie .content-policy-cookie {
  max-width: 1170px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.policy_cookie .content-policy-cookie .text-content p a {
  color: #DB3535;
}
.policy_cookie .content-policy-cookie .text-content p a:hover {
  opacity: 1;
  text-decoration: underline;
}

.content-policy-cookie .text-content {
  width: 77%;
}

.content-policy-cookie .row-btn {
  width: 25%;
}

.policy_cookie .content-policy-cookie .text-content p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.policy_cookie .content-policy-cookie .row-btn {
  width: 230px;
}

.policy_cookie .content-policy-cookie .accept-btn {
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 30px;
  letter-spacing: 0.09em;
}
.policy_cookie .content-policy-cookie .accept-btn:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .policy_cookie .content-policy-cookie .accept-btn:hover {
    opacity: 1;
  }
}

.policy_cookie .btn-red {
  color: #fff;
  background-color: #DB3535;
}

.policy_cookie .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  font-weight: bold;
  padding: 0 20px;
}

@media only screen and (max-width: 600px) {
  .policy_cookie {
    padding: 30px 0;
  }
  .policy_cookie .content-policy-cookie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-policy-cookie .text-content {
    width: 100%;
    padding: 0 20px;
  }
  .policy_cookie .content-policy-cookie .row-btn {
    margin-top: 20px;
  }
  .policy_cookie .content-policy-cookie .text-content p {
    font-size: 12px;
    line-height: 18px;
  }
  .policy_cookie .content-policy-cookie .row-btn {
    width: 200px;
  }
  .policy_cookie .content-policy-cookie .accept-btn {
    font-size: 12px;
    line-height: 18px;
  }
  .policy_cookie .btn {
    height: 40px;
  }
}