@charset "UTF-8";
/* ------------------------- Reset ------------------------- */
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;
}

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

html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000;
  background-color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #3a3a3c;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1;
}

img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
}

a:focus, a:active, input, textarea, button {
  outline: none;
}

a:hover, a:hover img {
  opacity: 0.6;
}

.text-indent {
  text-indent: 3em;
}

.overflow-hidden {
  overflow: hidden;
}

.text-input, input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
}

/* Chrome、Safari */
.text-input, input[type=number]::-webkit-outer-spin-button,
.text-input, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=text] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=text] {
  -moz-appearance: textfield;
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .text-center {
    text-align: left;
  }
}

.margin-center {
  margin-right: auto;
  margin-left: auto;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.warp {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 720px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 1024px) {
  .mt50 {
    margin-top: 30px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 720px) {
  .mt60 {
    margin-top: 35px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}
@media screen and (max-width: 760px) {
  .mt130 {
    margin-top: 80px !important;
  }
}

.mt180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 760px) {
  .mt180 {
    margin-top: 80px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mar010 {
  margin: 0px 0 10px 0;
}

.mar10 {
  margin: 10px 0;
}

.mar50 {
  margin: 50px 0;
}

.mar75 {
  margin: 75px 0;
}

.mar90 {
  margin: 90px 0;
}

.mar100 {
  margin: 100px 0;
}

.mar120 {
  margin: 120px 0;
}

.mar150 {
  margin: 150px 0;
}

.mar5075 {
  margin: 50px 0 75px 0;
}

.mar50100 {
  margin: 50px 0 100px 0;
}

.mar50125 {
  margin: 50px 0 125px 0;
}

.mar80100 {
  margin: 80px 0 100px 0;
}

.mar100125 {
  margin: 100px 0 125px 0;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 760px) {
  .pt90 {
    padding-top: 40px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 760px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}

.pt130 {
  padding-top: 130px !important;
}
@media screen and (max-width: 760px) {
  .pt130 {
    padding-top: 60px !important;
  }
}

.pt180 {
  padding-top: 180px !important;
}
@media screen and (max-width: 760px) {
  .pt180 {
    padding-top: 60px !important;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 720px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 720px) {
  .pb90 {
    padding-bottom: 50px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 760px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 760px) {
  .pb120 {
    padding-bottom: 80px !important;
  }
}

.pb130 {
  padding-bottom: 130px !important;
}
@media screen and (max-width: 760px) {
  .pb130 {
    padding-bottom: 80px !important;
  }
}

.pb150 {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 720px) {
  .pb150 {
    padding-bottom: 60px !important;
  }
}

.pb180 {
  padding-bottom: 180px !important;
}
@media screen and (max-width: 720px) {
  .pb180 {
    padding-bottom: 80px !important;
  }
}

.padding20 {
  padding: 20px;
}
@media screen and (max-width: 720px) {
  .padding20 {
    padding: 15px;
  }
}

.pad20 {
  padding: 20px 0;
}

.pad30 {
  padding: 30px 0;
}

.pad50 {
  padding: 50px 0;
}

.pad60 {
  padding: 60px 0;
}

.pad75 {
  padding: 75px 0;
}

.pad90 {
  padding: 90px 0;
}
@media screen and (max-width: 760px) {
  .pad90 {
    padding: 60px 0;
  }
}

.pad100 {
  padding: 100px 0;
}
@media screen and (max-width: 760px) {
  .pad100 {
    padding: 60px 0;
  }
}

.pad120 {
  padding: 120px 0;
}

.pad150 {
  padding: 150px 0;
}

.pad5075 {
  padding: 50px 0 75px 0;
}

.pad50100 {
  padding: 50px 0 100px 0;
}

.pad50125 {
  padding: 50px 0 125px 0;
}

.pad60100 {
  padding: 60px 0 100px 0;
}

.pad80100 {
  padding: 80px 0 100px 0;
}

.pad100125 {
  padding: 100px 0 125px 0;
}

.pad7550 {
  padding: 75px 0 50px 0;
}

.fw-100-thin {
  font-weight: 100 !important;
}

.fw-300-light {
  font-weight: 300 !important;
}

.fw-400-regular {
  font-weight: 400 !important;
}

.fw-500-medium {
  font-weight: 500 !important;
}

.fw-700-bold {
  font-weight: 700 !important;
}

.fw-900-black {
  font-weight: 900 !important;
}

.fs-16-px {
  font-size: 1.6rem !important;
}

.fs-18-px {
  font-size: 1.8rem;
}

.fs-30-px {
  font-size: 3rem;
}

.content-700 {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
}

.content-770 {
  width: 80%;
  max-width: 770px;
  margin: 0 auto;
}

.content-750 {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
}

.content-890 {
  width: 94%;
  max-width: 890px;
  margin: 0 auto;
}

.content-900 {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

.content-960 {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}

.content-1150 {
  width: 94%;
  max-width: 1150px;
  margin: 0 auto;
}

.content-1088 {
  width: 94%;
  max-width: 1088px;
  margin: 0 auto;
}

.content-1280 {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
}

.content-1280-width100 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.content-1300 {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
}

.content-1366 {
  width: 94%;
  max-width: 1366px;
  margin: 0 auto;
}

.content-1440 {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
}

.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;
  border-radius: 35px;
}

.btn-red {
  background-color: #B3272D;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .btn-red {
    font-size: 1.6rem;
  }
}

.btn-white {
  background-color: transparent;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #000;
}

.btn-transparent-border-white {
  background-color: transparent;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #fff;
}

.btn-grey {
  background-color: #333333;
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  padding: 2px;
}
@media screen and (max-width: 760px) {
  .btn-grey {
    font-size: 1.6rem;
  }
}

.btn-circle-arrow {
  background: url("/assets/images/commons/circle-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
}

.btn-height-62 {
  height: 62px;
}
@media screen and (max-width: 760px) {
  .btn-height-62 {
    height: 50px;
  }
}

.btn-height-42 {
  height: 42px;
}
@media screen and (max-width: 760px) {
  .btn-height-42 {
    height: 42px;
  }
}

.btn-height-54 {
  height: 54px;
}
@media screen and (max-width: 760px) {
  .btn-height-54 {
    height: 42px;
  }
}

.btn-width-403 {
  max-width: 403px;
}

.btn-width-213 {
  max-width: 213px !important;
}

.btn-radius {
  border-radius: 30px;
}

.btn-center {
  margin-right: auto;
  margin-left: auto;
}

.showIPAD {
  display: none;
}
@media screen and (max-width: 1150px) {
  .showIPAD {
    display: block;
  }
}

.hideIPAD {
  display: block;
}
@media screen and (max-width: 1150px) {
  .hideIPAD {
    display: none;
  }
}

.hide_SP {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 720px) {
  .hide_SP {
    display: none !important;
  }
}

.show_SP {
  display: none !important;
}
@media screen and (max-width: 720px) {
  .show_SP {
    display: block !important;
  }
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.overflow-x-hidden {
  overflow: hidden;
}

.border-radius-14 {
  border-radius: 14px;
}

.video-container {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
  z-index: 2;
}
@media screen and (max-width : 420px) {
  .video-container .img-reload {
    position: absolute;
    top: 13%;
  }
}

.video-container video {
  width: 100px;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  min-width: 600px;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header {
  position: fixed;
  z-index: 1;
  width: 100%;
}
header .hamberger-menu .status-new {
  position: absolute;
  right: 50px;
  top: 13px;
  z-index: 2;
  padding: 1px 2px;
  font-size: 8px;
  line-height: 8px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  background-color: #f00;
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
@media screen and (max-width: 720px) {
  header .hamberger-menu .status-new {
    right: 19px;
    top: 5px;
  }
}
header .hamberger-menu #hamberger {
  right: 50px;
  top: 30px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  header .hamberger-menu #hamberger {
    right: 20px;
    top: 20px;
  }
}
header .list-menu {
  background-color: #000;
  width: 100%;
  max-width: 314px;
  position: fixed;
  right: -314px;
  height: 100vh;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
header .list-menu > ul {
  margin-top: 150px;
}
header .list-menu > ul li {
  padding: 10px 50px;
}
header .list-menu > ul li a {
  color: #fff;
  font-size: 1.8rem;
}
header .list-menu > ul li a .new {
  margin-left: 2px;
  padding: 1px 2px;
  font-size: 8px;
  line-height: 8px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  background-color: #f00;
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
header .list-menu > ul li .btn {
  font-size: 1.7rem;
}
header .open-nav {
  right: 0;
  visibility: visible;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#hamberger {
  width: 48px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#hamberger span {
  display: block;
  position: absolute;
  height: 1.32px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 1px #888888;
          box-shadow: 1px 1px #888888;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 760px) {
  #hamberger span {
    -webkit-box-shadow: 0px 1px 4px #000000;
            box-shadow: 0px 1px 4px #000000;
  }
}

#hamberger span:nth-child(1) {
  top: 0px;
}

#hamberger span:nth-child(2), #hamberger span:nth-child(3) {
  top: 9px;
  width: 80%;
  right: 0;
  left: auto;
}

#hamberger span:nth-child(4) {
  top: 18px;
  width: 60%;
  right: 0;
  left: auto;
}

#hamberger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamberger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamberger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamberger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.section-footer .txt-title h2 {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .section-footer .txt-title h2 {
    max-width: 200px;
  }
}
@media screen and (max-width: 720px) {
  .section-footer .txt-title h2 {
    max-width: 33%;
  }
}
.section-footer .icon-instragram img {
  max-width: 277px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .section-footer .icon-instragram img {
    max-width: 180px;
  }
}
.section-footer .note-footer {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .section-footer .note-footer {
    font-size: 1.5rem;
  }
}
.section-footer .coppyRight {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 720px) {
  .section-footer .coppyRight {
    font-size: 1.1rem;
  }
}

.mfp-content {
  max-width: 760px;
  width: 100%;
}

.open-popup-link {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media screen and (max-width: 768px) {
  .white-popup {
    margin: 80px auto;
  }
}
.white-popup h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .white-popup h2 {
    font-size: 2rem;
  }
}
.white-popup p {
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  .white-popup p {
    margin-top: 20px;
  }
}
.white-popup a.link {
  color: blue;
  text-decoration: underline;
}
.white-popup .txt-bold {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .white-popup .list-schedule {
    margin-top: 10px;
  }
  .white-popup .list-schedule li + li {
    margin-top: 5px;
  }
}
.white-popup .list-schedule span:first-child {
  margin-right: 25px;
  min-width: 55px;
}
.white-popup .list-flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.white-popup .signature-backcaps .image-signature {
  margin-top: 20px;
  margin-left: auto;
  width: 150px;
}
@media screen and (max-width: 760px) {
  .white-popup .signature-backcaps .image-signature {
    width: 100px;
  }
}
@media screen and (max-width: 760px) {
  .white-popup {
    padding: 20px;
  }
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.49) !important;
}
@media screen and (max-width: 768px) {
  .mfp-bg {
    background: rgba(0, 0, 0, 0.99) !important;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close {
  width: 80px !important;
  height: 80px !important;
  line-height: 80px;
  position: absolute;
  right: -80px !important;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1 !important;
  padding: 0 0 18px 10px;
  color: #FFF !important;
  font-style: normal;
  font-size: 0px !important;
  font-family: unset !important;
  font-weight: 100 !important;
}
.mfp-close:before {
  content: "" !important;
}
.mfp-close:after {
  background-image: url("/assets/images/commons/icon-close.svg") !important;
  background-size: 50px 50px !important;
  display: inline-block !important;
  width: 50px !important;
  height: 50px !important;
  content: "" !important;
}
@media screen and (max-width: 760px) {
  .mfp-close:after {
    background-size: 30px 30px !important;
    width: 30px !important;
    height: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .mfp-close {
    right: 0px !important;
    top: -70px !important;
  }
}
@media screen and (max-width: 760px) {
  .mfp-close {
    width: 30px !important;
    height: 30px !important;
    right: 5px !important;
    top: -35px !important;
  }
}

#popup-top .mfp-close {
  right: -10% !important;
  top: -35px !important;
}
#popup-top .mfp-close:active {
  top: -35px !important;
}
#popup-top.white-popup {
  background: #FFF;
  padding: 5px;
  width: auto;
}
@media screen and (max-width: 760px) {
  #popup-top.white-popup {
    width: 70%;
    margin: auto;
  }
}

.wrap-item-movie-bg[data-v-65eabfd3] {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  height: 100vh;
}

.wrap-item-movie-bg .overlay[data-v-65eabfd3] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* safari not suport*/
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(20%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 100%);
}
@media screen and (max-width: 720px) {
  .wrap-item-movie-bg .overlay[data-v-65eabfd3] {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(40%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.1) 100%);
  }
}

.wrap-item-movie-bg video[data-v-65eabfd3] {
  position: absolute;
  top: 0;
  width: 100%;
}

.image-user {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.name-user {
  text-align: center;
}
@media screen and (max-width: 720px) {
  .name-user {
    margin-top: 30px !important;
  }
}
.name-user h3 {
  height: 39px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .name-user h3 {
    height: 30px;
  }
}
.name-user h3 img {
  height: 100%;
  width: auto;
  margin: auto;
}
.name-user h4 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .name-user h4 {
    font-size: 1.9rem;
  }
}
.name-user h4 .hide_SP {
  display: inline !important;
}
@media screen and (max-width: 720px) {
  .name-user h4 .hide_SP {
    display: none !important;
  }
}
.name-user h5 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .name-user h5 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 720px) {
  .name-user h5 {
    font-size: 1.5rem;
    font-weight: normal;
  }
}

.text-user {
  color: #fff;
}
.text-user p {
  line-height: 1.9;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.txt-center-link {
  text-align: center;
}
.txt-center-link a {
  color: #fff;
  text-decoration: underline;
}

.list-col1 li + li {
  margin-top: 80px;
}

.list-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .list-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-col2 li {
    width: 100% !important;
  }
  .list-col2 li + li {
    margin-top: 40px !important;
  }
}

.list-col2-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  .list-col2-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-col2-full li {
  width: 50%;
}
.list-col2-full li .image img {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .list-col2-full li {
    width: 100% !important;
  }
}

#top-page {
  position: relative;
}
#top-page .logo-baystars-cup {
  position: absolute;
  top: 55px;
  left: 65px;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  #top-page .logo-baystars-cup {
    top: 20px;
    left: 20px;
  }
}
#top-page .logo-baystars-cup a {
  display: block;
}
#top-page .logo-baystars-cup a:hover {
  opacity: 0.75;
}
#top-page .content-page {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 760px) {
  #top-page .content-page {
    padding-top: 200px !important;
  }
}
#top-page .content-page .img-logo {
  max-width: 243px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  #top-page .content-page .img-logo {
    max-width: 170px;
  }
}
#top-page .content-page .sub-logo img {
  margin-left: auto;
  margin-right: auto;
}
#top-page .content-page .img-team {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-text-top {
    width: 80%;
  }
}
#top-page .content-page .section-text-top h1 {
  max-width: 467px;
  margin-left: auto;
  margin-right: auto;
}
#top-page .content-page .section-text-top .detail h2.evolve {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
#top-page .content-page .section-text-top .detail p {
  color: #fff;
}
#top-page .content-page .section-staff h2 {
  max-width: 282px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-staff h2 {
    max-width: 72%;
  }
}
#top-page .content-page .section-staff .list-col2 li {
  width: 42.857%;
}
#top-page .content-page .section-manager h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: center;
}
#top-page .content-page .section-manager h2 img {
  width: 180px;
  margin: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-manager h2 img {
    width: 140px;
  }
}
#top-page .content-page .section-physical-support h2 {
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-physical-support h2 {
    max-width: 270px;
  }
}
#top-page .content-page .section-physical-support .banner-physical-support img {
  width: 100%;
}
#top-page .content-page .section-physical-support .logo-deportare-club {
  max-width: 188px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-physical-support .logo-deportare-club {
    max-width: 28%;
  }
}
#top-page .content-page .section-medical-support h2 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-medical-support h2 {
    height: 35px;
    max-width: 260px;
  }
  #top-page .content-page .section-medical-support h2 img {
    width: auto;
    height: 100%;
    margin: auto;
  }
}
#top-page .content-page .section-medical-support .name-user h3 {
  height: 39px;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-medical-support .name-user h3 {
    height: 30px;
  }
}
#top-page .content-page .section-medical-support .name-user p.position {
  display: table;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
#top-page .content-page .section-facilities h2 {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-facilities h2 {
    max-width: 48%;
  }
}
#top-page .content-page .section-facilities .detail {
  color: #fff;
  text-align: center;
  padding: 70px 70px;
}
@media screen and (max-width: 760px) {
  #top-page .content-page .section-facilities .detail {
    padding: 40px 30px;
  }
}
#top-page .content-page .section-facilities .detail h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
#top-page .content-page .section-facilities .detail p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 20px;
  font-weight: bold;
}
#top-page .content-page .section-experience h2 {
  max-width: 282px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-experience h2 {
    max-width: 55%;
  }
}
#top-page .content-page .section-experience h3 {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#top-page .content-page .section-experience > ul {
  height: 550px;
}
@media screen and (max-width: 760px) {
  #top-page .content-page .section-experience > ul {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-experience > ul {
    width: 120%;
  }
}
#top-page .content-page .section-experience > ul li video {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 760px) {
  #top-page .content-page .section-experience > ul li + li {
    margin-top: 4px;
  }
}
#top-page .content-page .section-donation-cap {
  background-color: #f4f2f3;
}
@media screen and (max-width: 760px) {
  #top-page .content-page .section-donation-cap {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 760px) {
  #top-page .content-page .section-donation-cap .btn-row {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-donation-cap .btn-row {
    width: 80% !important;
    margin: 20px auto !important;
  }
}
@media screen and (max-width: 760px) {
  #top-page .content-page .section-donation-cap .list-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#top-page .content-page .section-donation-cap .list-col2 li {
  width: 40%;
  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;
}
#top-page .content-page .section-donation-cap .list-col2 li .detail-donation-cap {
  padding: 30px;
}
@media screen and (max-width: 760px) {
  #top-page .content-page .section-donation-cap .list-col2 li .detail-donation-cap {
    padding: 0 10px 30px 10px;
  }
}
@media screen and (max-width: 760px) {
  #top-page .content-page .section-donation-cap .list-col2 li .img-donation-cap {
    padding-left: 30px;
  }
}
#top-page .content-page .section-donation-cap .list-col2 li .txt-title {
  color: #000;
  text-align: center;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-donation-cap .list-col2 li .txt-title {
    margin-top: 20px;
  }
}
#top-page .content-page .section-donation-cap .list-col2 li .txt-title h2 {
  max-width: 229px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-donation-cap .list-col2 li .txt-title h2 {
    max-width: 40%;
  }
}
#top-page .content-page .section-donation-cap .list-col2 li .txt-title h3 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-donation-cap .list-col2 li .txt-title h3 {
    font-size: 2.4rem;
    margin-top: 10px;
    font-weight: 900;
  }
}
#top-page .content-page .section-donation-cap .list-col2 li .txt-title p {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #top-page .content-page .section-donation-cap .list-col2 li .txt-title p {
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-donation-cap .list-col2 li .txt-title p {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0px;
  }
  #top-page .content-page .section-donation-cap .list-col2 li .txt-title p br {
    display: none;
  }
}
#top-page .content-page .section-donation-cap .list-col2 li .txt-title + .txt-title {
  margin-top: 10px !important;
}
#top-page .content-page .section-donation-cap .list-col2 li .donation-cap-image {
  max-width: 253px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-donation-cap .list-col2 li .donation-cap-image {
    max-width: 41%;
  }
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-donation-cap .list-col2 li:last-child {
    margin-top: 0 !important;
  }
}
#top-page .content-page .section-donation-cap .list-col2 li + li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top-page .content-page .section-donation-cap .list-col2 .thumb-donation-cap {
  width: 60%;
}
#top-page .content-page .section-partner {
  background-color: #1A191A;
}
#top-page .content-page .section-partner .txt-title h2 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-partner .txt-title h2 {
    height: 35px;
    max-width: 160px;
  }
  #top-page .content-page .section-partner .txt-title h2 img {
    width: auto;
    height: 100%;
    margin: auto;
  }
}
#top-page .content-page .section-partner .logo-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-partner .logo-company {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#top-page .content-page .section-partner .logo-company .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 170px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 760px) {
  #top-page .content-page .section-partner .logo-company .col {
    width: 41%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-partner .logo-company .col {
    margin-top: 25px;
  }
}
#top-page .content-page .section-partner .logo-partners {
  max-width: 101px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .section-partner .logo-partners {
    max-width: 100%;
  }
}
#top-page .content-page .section-partner .name-company {
  color: #fff;
  text-align: center;
  font-weight: bold;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width : 420px) {
  #top-page .content-page .section-partner .name-company {
    font-size: 1.3rem;
  }
}
#top-page .content-page .section-store a:hover {
  opacity: 1 !important;
}
#top-page .content-page .section-store a:hover img {
  opacity: 1 !important;
}
#top-page .content-page .section-store a img {
  width: 100%;
}
#top-page .content-page .section-column a:hover {
  opacity: 1 !important;
}
#top-page .content-page .section-column a:hover img {
  opacity: 1 !important;
}
#top-page .content-page .section-column a img {
  width: 100%;
}
@media screen and (max-width: 720px) {
  #top-page .content-page .txt-title h2 {
    margin-left: auto;
    margin-right: auto;
  }
}
#top-page .content-page .txt-title h2 img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 720px) {
  .section-cental-support .txt-title h2 {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-cental-support .txt-title h2 img {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.list-col3-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .list-col3-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-col3-full li {
  width: 33.3%;
}
.list-col3-full li .image img {
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .list-col3-full li {
    width: 100% !important;
  }
}

.list-col4-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .list-col4-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-col4-full li {
  width: 25%;
}
.list-col4-full li .image img {
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .list-col4-full li {
    width: 100% !important;
  }
}

@media screen and (max-width: 720px) {
  .hide-sp {
    display: none;
  }
}
.show-sp {
  display: none;
}

@media screen and (max-width: 720px) {
  .show-sp {
    display: block;
  }
}
.title-column h1 {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  .title-column h1 {
    max-width: 180px;
  }
}

.detail-column {
  margin-top: 80px;
}
@media screen and (max-width: 720px) {
  .detail-column {
    margin-top: 40px;
  }
}
.detail-column > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  width: 94%;
  margin-top: -9.0909%;
}
.detail-column > ul li {
  width: 45.4545%;
  margin-top: 9.0909%;
}
.detail-column > ul li a:hover .detail {
  opacity: 0.6;
}
.detail-column > ul li .detail {
  color: #fff;
  margin-top: 20px;
}
.detail-column > ul li .detail .date {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 720px) {
  .detail-column > ul li .detail .date {
    font-size: 1.1rem;
  }
}
.detail-column > ul li .detail .description {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 720px) {
  .detail-column > ul li .detail .description {
    font-size: 1.3rem;
  }
}

.btn-instragram {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 720px) {
  .btn-instragram {
    margin-top: 60px;
    max-width: 180px;
  }
}

.copyright-column {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 720px) {
  .copyright-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.copyright-column p {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

footer .footer {
  width: 100%;
  max-width: 1092px;
  margin: 0 auto;
}
footer .footer .banner-footer {
  padding: 113px 0 113px 125px;
  background: url("/assets/images/store/banner_website.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media screen and (max-width: 910px) {
  footer .footer .banner-footer {
    padding: 0;
  }
}
footer .footer .banner-footer .logo-website {
  max-width: 196px;
  padding: 20px;
}
@media screen and (max-width: 910px) {
  footer .footer .banner-footer .logo-website {
    max-width: 250px;
    padding: 50px 20px 48px 50px;
  }
}
@media screen and (max-width: 760px) {
  footer .footer .banner-footer .logo-website {
    max-width: 170px;
    padding: 40px 0 40px 45px;
  }
}
@media screen and (max-width : 370px) {
  footer .footer .banner-footer .logo-website {
    max-width: 150px;
    padding: 50px 0 50px 45px;
  }
}
@media screen and (max-width: 760px) {
  footer .footer .banner-footer {
    background: url("/assets/images/store/banner_website_sp.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
}

#join-page {
  position: relative;
}
#join-page .content-page {
  top: 0;
  width: 100%;
}
#join-page .content-page .img-logo {
  max-width: 243px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .img-logo {
    max-width: 170px;
  }
}
#join-page .content-page .img-team {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#join-page .content-page .img-team img {
  width: 100%;
}
#join-page .content-page .section-text-top {
  background-color: #fff;
}
#join-page .content-page .section-text-top h1 img {
  margin-left: auto;
  margin-right: auto;
}
#join-page .content-page .section-text-top .detail h1.sub-join {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}
#join-page .content-page .section-text-top .detail h1.sub-join small {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-text-top .detail h1.sub-join small {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-text-top .detail h1.sub-join {
    font-size: 4rem;
  }
}
#join-page .content-page .section-text-top .detail h1.sub-join .mg-l {
  margin-left: 40px;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-text-top .detail h1.sub-join .mg-l {
    margin-left: 0px;
  }
}
#join-page .content-page .section-text-top .detail h2.sub-join {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-text-top .detail h2.sub-join {
    font-size: 4rem;
  }
}
#join-page .content-page .section-text-top .detail p {
  color: #000;
}
#join-page .content-page .section-text-top .detail p + p {
  margin-top: 20px;
}
#join-page .content-page .section-text-top .detail .text-link {
  display: inline-block;
  text-decoration: underline;
}
#join-page .content-page .section-schedule {
  background-color: #EFEFEF;
}
#join-page .content-page .section-schedule .banner-schedule {
  width: 100%;
}
#join-page .content-page .section-schedule .banner-schedule img {
  width: 100%;
}
#join-page .content-page .section-schedule h2 {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: url(/assets/images/join/title-schdule-circle.svg);
  background-repeat: no-repeat;
  background-position: right 0px top 0px;
  background-size: 102px;
  padding: 0 110px;
}
#join-page .content-page .section-schedule h2 p {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-schedule h2 p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-schedule h2 img {
    max-width: 150px;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-schedule h2 {
    background-size: 60px;
    padding: 0px 45px;
    padding-top: 10px;
  }
}
#join-page .content-page .section-schedule .list-schedule > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#join-page .content-page .section-schedule .list-schedule > li .txt-title {
  min-width: 95px;
  padding: 15px;
  font-weight: 500;
}
#join-page .content-page .section-schedule .list-schedule > li .txt-detail {
  padding: 15px 0;
  font-weight: 500;
}
#join-page .content-page .section-schedule .list-schedule > li:first-child {
  border-top: 5px solid #000;
}
#join-page .content-page .section-schedule .list-schedule > li:last-child {
  border-bottom: 5px solid #000;
}
#join-page .content-page .section-schedule .list-schedule > li + li {
  border-top: 1px solid #000;
}
#join-page .content-page .section-other-expense {
  background-color: #fff;
}
#join-page .content-page .section-other-expense .banner-other-expense {
  width: 100%;
}
#join-page .content-page .section-other-expense .banner-other-expense img {
  width: 100%;
}
#join-page .content-page .section-other-expense .merge-other-expense {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-other-expense .merge-other-expense {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#join-page .content-page .section-other-expense .merge-other-expense .txt-detail {
  color: #fff;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 720px) {
  #join-page .content-page .section-other-expense .merge-other-expense .txt-detail {
    margin-top: 0px !important;
  }
}
#join-page .content-page .section-other-expense .merge-other-expense .detail-other {
  width: 50%;
  background-color: #94002D;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-other-expense .merge-other-expense .detail-other h2 img {
    width: 130px;
  }
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-other-expense .merge-other-expense .detail-other {
    width: 100%;
  }
}
#join-page .content-page .section-other-expense .merge-other-expense .detail-other .txt-title p {
  margin-top: 40px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-other-expense .merge-other-expense .detail-other .txt-title p {
    margin-top: 25px;
  }
}
#join-page .content-page .section-other-expense .merge-other-expense .detail-expense {
  width: 50%;
  background-color: #1A191A;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-other-expense .merge-other-expense .detail-expense h2 img {
    width: 250px;
  }
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-other-expense .merge-other-expense .detail-expense {
    width: 100%;
  }
}
#join-page .content-page .section-other-expense .merge-other-expense .detail-expense .txt-title p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: -13px;
}
#join-page .content-page .section-other-expense .merge-other-expense .detail-expense .txt-detail {
  position: relative;
  top: -10px;
}
#join-page .content-page .section-other-expense h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: center;
}
#join-page .content-page .section-other-expense h2 img {
  margin: auto;
}
#join-page .content-page .content-teambus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000000;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .content-teambus {
    display: block;
    padding: 60px 0;
  }
}
#join-page .content-page .content-teambus .img-teambuslogo {
  padding-right: 10%;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .content-teambus .img-teambuslogo {
    padding-right: 0;
    text-align: center;
  }
  #join-page .content-page .content-teambus .img-teambuslogo img {
    margin: 0 auto 3%;
    width: 35%;
  }
}
#join-page .content-page .content-teambus .image-teambus {
  padding: 40px 0;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .content-teambus .image-teambus {
    padding-top: 0;
  }
  #join-page .content-page .content-teambus .image-teambus img {
    margin: 0 auto;
    width: 70%;
  }
}
#join-page .content-page .section-physical-support h2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #join-page .content-page .section-physical-support h2 {
    max-width: 270px;
  }
}
#join-page .content-page .section-physical-support .banner-physical-support img {
  width: 100%;
}
#join-page .content-page .section-physical-support .logo-deportare-club {
  max-width: 188px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #join-page .content-page .section-physical-support .logo-deportare-club {
    max-width: 28%;
  }
}
#join-page .content-page .section-medical-support h2 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #join-page .content-page .section-medical-support h2 {
    height: 35px;
    max-width: 260px;
  }
  #join-page .content-page .section-medical-support h2 img {
    width: auto;
    height: 100%;
    margin: auto;
  }
}
#join-page .content-page .section-medical-support .name-user h3 {
  height: 71px;
}
@media screen and (max-width: 720px) {
  #join-page .content-page .section-medical-support .name-user h3 {
    height: 50px;
    margin-top: 0px !important;
  }
}
#join-page .content-page .section-facilities h2 {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #join-page .content-page .section-facilities h2 {
    max-width: 48%;
  }
}
#join-page .content-page .section-facilities .detail {
  color: #fff;
  text-align: center;
  padding: 70px 70px;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-facilities .detail {
    padding: 40px 30px;
  }
}
#join-page .content-page .section-facilities .detail h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
#join-page .content-page .section-facilities .detail p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 20px;
  font-weight: bold;
}
#join-page .content-page .section-experience h2 {
  max-width: 282px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  #join-page .content-page .section-experience h2 {
    max-width: 55%;
  }
}
#join-page .content-page .section-experience h3 {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#join-page .content-page .section-experience > ul {
  height: 550px;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-experience > ul {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  #join-page .content-page .section-experience > ul {
    width: 120%;
  }
}
#join-page .content-page .section-experience > ul li video {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-experience > ul li + li {
    margin-top: 4px;
  }
}
#join-page .content-page .section-staff .content-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-staff .content-staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#join-page .content-page .section-staff .content-staff .image-staff {
  width: 50%;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-staff .content-staff .image-staff {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
#join-page .content-page .section-staff .content-staff .detail-staff {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-staff .content-staff .detail-staff {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-staff .content-staff .detail-staff .name-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#join-page .content-page .section-staff .content-staff .detail-staff .name-user h3 {
  height: 55px;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-staff .content-staff .detail-staff .name-user h3 {
    height: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-staff .content-staff .detail-staff .txt-title {
    margin-top: 40px;
  }
}
#join-page .content-page .section-staff .content-staff .detail-staff .txt-detail {
  text-align: left;
  line-height: 2;
}
#join-page .content-page .section-contact {
  background-color: #fff;
}
#join-page .content-page .section-contact .contact-content {
  text-align: center;
  font-weight: 500;
}
#join-page .content-page .section-contact .contact-content h3 {
  font-weight: 600;
  font-size: 1.7rem;
}
@media screen and (max-width: 760px) {
  #join-page .content-page .section-contact .contact-content h3 br {
    display: none;
  }
}
#join-page .content-page .section-contact .contact-content h4 {
  font-weight: 600;
  font-size: 2rem;
}
#join-page .content-page .section-contact .contact-content a {
  font-weight: 600;
}
#join-page .content-page .section-contact .contact-content .btn {
  border-radius: 35px;
}
#join-page .content-page .txt-title h2 img {
  margin-left: auto;
  margin-right: auto;
}
#join-page footer .footer {
  width: 100%;
  max-width: 1092px;
  margin: 0 auto;
}
#join-page footer .footer .banner-footer {
  padding: 113px 0 113px 125px;
  background: url("/store/assets/images/store/banner_website.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media screen and (max-width: 910px) {
  #join-page footer .footer .banner-footer {
    padding: 0;
  }
}
#join-page footer .footer .banner-footer .logo-website {
  max-width: 196px;
  padding: 20px;
}
@media screen and (max-width: 910px) {
  #join-page footer .footer .banner-footer .logo-website {
    max-width: 250px;
    padding: 50px 20px 48px 50px;
  }
}
@media screen and (max-width: 760px) {
  #join-page footer .footer .banner-footer .logo-website {
    max-width: 170px;
    padding: 40px 0 40px 45px;
  }
}
@media screen and (max-width : 370px) {
  #join-page footer .footer .banner-footer .logo-website {
    max-width: 150px;
    padding: 50px 0 50px 45px;
  }
}
@media screen and (max-width: 760px) {
  #join-page footer .footer .banner-footer {
    background: url("/store/assets/images/store/banner_website_sp.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
}
#join-page footer .coppyright {
  background-color: #fff;
  font-size: 1.2rem;
  color: #000;
  border-top: 1px solid #707070;
  padding: 40px 0 30px 0;
  text-align: center;
}
@media screen and (max-width: 760px) {
  #join-page footer .coppyright {
    border-top: 0px solid #707070;
  }
}
/*# sourceMappingURL=stylesheet.css.map */