@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
/*========================================
*	common
========================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto&display=swap&subset=japanese");
::selection {
  color: #fff;
  background: rgba(0, 153, 255, 0.5);
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  height: 100%;
  color: #000;
  background-color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
}

body {
  width: 100%;
}

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

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: bottom;
}

body {
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  body {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    max-width: 767px;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.common--breadcrunmb {
  display: none;
}
@media only screen and (min-width: 768px) {
  .common--breadcrunmb {
    width: 93.75vw;
    padding: 20px 0 0;
    margin: 0 auto;
    display: flex;
  }
  .common--breadcrunmb__list {
    font-size: 16px;
    display: inline;
  }
  .common--breadcrunmb__list:not(:last-child)::after {
    content: ">";
    font-size: 16px;
    padding: 0 7px;
  }
  .common--breadcrunmb__list a {
    color: #000;
    transition: all 0.3s;
  }
  .common--breadcrunmb__list a:hover {
    text-decoration: underline;
  }
  .common--breadcrunmb__list span {
    color: #f07800;
  }
}
@media only screen and (min-width: 1601px) {
  .common--breadcrunmb {
    width: 1500px;
  }
}
.common--section {
  padding: 0 0 26.075619296vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .common--section {
    min-height: calc(100vh - 534px);
    padding: 0 0 125px;
    margin: 0 auto;
  }
}
.common--title {
  text-align: center;
  font-weight: 900;
  font-size: 6.518904824vw;
  padding: 14.3415906128vw 2.6075619296vw 7.1707953064vw;
}
@media only screen and (min-width: 768px) {
  .common--title {
    font-size: 36px;
    padding: 65px 50px 60px;
  }
}
.common--bg-gray {
  background-color: #dddddd;
}
.common--bg-gray .common--container--text,
.common--bg-gray .common--container-numlist,
.common--bg-gray .common--container-numlist2,
.common--bg-gray .common--container-deflist {
  color: #000;
}
.common--container {
  padding: 7.8226857888vw 2.6075619296vw 3.9113428944vw;
}
.common--container a {
  color: #f07800;
}
@media only screen and (min-width: 768px) {
  .common--container {
    width: 93.75vw;
    padding: 60px 0 30px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1601px) {
  .common--container {
    width: 1500px;
  }
}
.common--container-subtit {
  font-weight: 900;
  font-size: 3.9113428944vw;
  margin-top: 5.2151238592vw;
  margin-bottom: 5.2151238592vw;
}
@media only screen and (min-width: 768px) {
  .common--container-subtit {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.common--container-text {
  color: #444444;
  font-size: 3.3898305085vw;
  line-height: 1.75;
  margin-top: 3.259452412vw;
  margin-bottom: 3.9113428944vw;
}
.common--container-text p {
  margin-top: 1.9556714472vw;
}
@media only screen and (min-width: 768px) {
  .common--container-text {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .common--container-text p {
    margin-top: 15px;
  }
}
.common--container-text__img {
  margin: 0 0 5.8670143416vw;
}
@media only screen and (min-width: 768px) {
  .common--container-text.img-left, .common--container-text.img-right {
    overflow: hidden;
    clear: both;
  }
  .common--container-text.img-left .common--container-text__img, .common--container-text.img-right .common--container-text__img {
    max-width: 38.75vw;
  }
  .common--container-text.img-left .common--container-text__img {
    float: left;
    margin: 0.75vw 2.1875vw 0.625vw 0;
  }
  .common--container-text.img-right .common--container-text__img {
    float: right;
    margin: 0.75vw 0 0.625vw 2.1875vw;
  }
}
@media only screen and (min-width: 1601px) {
  .common--container-text.img-left .common--container-text__img, .common--container-text.img-right .common--container-text__img {
    max-width: 620px;
  }
  .common--container-text.img-left .common--container-text__img {
    margin: 12px 35px 10px 0;
  }
  .common--container-text.img-right .common--container-text__img {
    margin: 12px 0 10px 35px;
  }
}
.common--container .indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: #444444;
  font-size: 3.3898305085vw;
  line-height: 1.75;
  margin-top: 3.259452412vw;
  margin-bottom: 3.9113428944vw;
}
@media only screen and (min-width: 768px) {
  .common--container .indent {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.common--container-img {
  text-align: center;
  margin-top: 3.9113428944vw;
  margin-bottom: 3.9113428944vw;
}
@media only screen and (min-width: 768px) {
  .common--container-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .common--container-img img {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .common--container-flexwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.common--container-flexwrap .common--container-img {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .common--container-flexwrap .common--container-img {
    flex-basis: 36.25vw;
    margin: 0;
  }
}
.common--container-flexwrap .common--container-textarea {
  margin: 6.518904824vw 0 0;
}
@media only screen and (min-width: 768px) {
  .common--container-flexwrap .common--container-textarea {
    flex-basis: 53.125vw;
    margin: 0;
  }
}
.common--container-numlist, .common--container-numlist2, .common--container-deflist, .common--container-deflist2 {
  list-style-type: none;
  font-size: 3.3898305085vw;
  color: #444444;
  margin-top: 3.9113428944vw;
  margin-bottom: 3.9113428944vw;
}
@media only screen and (min-width: 768px) {
  .common--container-numlist, .common--container-numlist2, .common--container-deflist, .common--container-deflist2 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.common--container-numlist > li, .common--container-numlist2 > li, .common--container-deflist > li, .common--container-deflist2 > li {
  margin: 0 0 0.6518904824vw 1.5em;
  line-height: 1.35;
}
.common--container-numlist > li:last-child, .common--container-numlist2 > li:last-child, .common--container-deflist > li:last-child, .common--container-deflist2 > li:last-child {
  margin: 0 0 0 1.5em;
}
.common--container-numlist > li::before, .common--container-numlist2 > li::before, .common--container-deflist > li::before, .common--container-deflist2 > li::before {
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
@media only screen and (min-width: 768px) {
  .common--container-numlist > li, .common--container-numlist2 > li, .common--container-deflist > li, .common--container-deflist2 > li {
    margin: 0 0 5px 1.5em;
  }
}
.common--container-numlist .common--container-numlist,
.common--container-numlist .common--container-numlist2,
.common--container-numlist .common--container-deflist,
.common--container-numlist .common--container-deflist2, .common--container-numlist2 .common--container-numlist,
.common--container-numlist2 .common--container-numlist2,
.common--container-numlist2 .common--container-deflist,
.common--container-numlist2 .common--container-deflist2, .common--container-deflist .common--container-numlist,
.common--container-deflist .common--container-numlist2,
.common--container-deflist .common--container-deflist,
.common--container-deflist .common--container-deflist2, .common--container-deflist2 .common--container-numlist,
.common--container-deflist2 .common--container-numlist2,
.common--container-deflist2 .common--container-deflist,
.common--container-deflist2 .common--container-deflist2 {
  margin-top: 1.9556714472vw;
  margin-bottom: 1.9556714472vw;
}
@media only screen and (min-width: 768px) {
  .common--container-numlist .common--container-numlist,
  .common--container-numlist .common--container-numlist2,
  .common--container-numlist .common--container-deflist,
  .common--container-numlist .common--container-deflist2, .common--container-numlist2 .common--container-numlist,
  .common--container-numlist2 .common--container-numlist2,
  .common--container-numlist2 .common--container-deflist,
  .common--container-numlist2 .common--container-deflist2, .common--container-deflist .common--container-numlist,
  .common--container-deflist .common--container-numlist2,
  .common--container-deflist .common--container-deflist,
  .common--container-deflist .common--container-deflist2, .common--container-deflist2 .common--container-numlist,
  .common--container-deflist2 .common--container-numlist2,
  .common--container-deflist2 .common--container-deflist,
  .common--container-deflist2 .common--container-deflist2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.common--container-deflist > li::before {
  content: "・";
}
.common--container-deflist2 > li::before {
  content: "◦";
}
.common--container-numlist > li {
  counter-increment: cnt;
}
.common--container-numlist > li::before {
  content: counter(cnt) ". ";
}
.common--container-numlist2 > li:first-child::before {
  content: "①";
}
.common--container-numlist2 > li:nth-child(2)::before {
  content: "②";
}
.common--container-numlist2 > li:nth-child(3)::before {
  content: "③";
}
.common--container-numlist2 > li:nth-child(4)::before {
  content: "④";
}
.common--container-numlist2 > li:nth-child(5)::before {
  content: "⑤";
}
.common--container-numlist2 > li:nth-child(6)::before {
  content: "⑥";
}
.common--container-numlist2 > li:nth-child(7)::before {
  content: "⑧";
}
.common--container-numlist2 > li:nth-child(8)::before {
  content: "⑨";
}
.common--container-numlist2 > li:nth-child(9)::before {
  content: "⑩";
}
.common--container-numlist2 > li:nth-child(10)::before {
  content: "⑰";
}
.common--container-scroll-text {
  background-color: #fff;
  border: 0.6518904824vw solid #f07800;
  font-size: 3.1290743155vw;
  width: 100%;
  height: 15em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3.259452412vw 3.259452412vw;
  margin-top: 5.2151238592vw;
  margin-bottom: 5.2151238592vw;
}
.common--container-scroll-text.gray {
  background-color: #dddddd;
  border: 0.6518904824vw solid #dddddd;
}
.common--container-scroll-text h5 {
  font-size: 3.3898305085vw;
  margin: 0 0 3.259452412vw;
}
.common--container-scroll-text p {
  line-height: 1.5;
  margin: 1.9556714472vw 0;
}
@media only screen and (min-width: 768px) {
  .common--container-scroll-text {
    border: 4px solid #f07800;
    font-size: 16px;
    height: 17em;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .common--container-scroll-text.gray {
    border: 4px solid #dddddd;
  }
  .common--container-scroll-text h5 {
    font-size: 20px;
    margin: 0 0 25px;
  }
  .common--container-scroll-text p {
    margin: 15px 0;
  }
}
.common--container-table {
  margin-top: 3.259452412vw;
  padding-bottom: 1.3037809648vw;
}
@media only screen and (min-width: 768px) {
  .common--container-table {
    margin-top: 25px;
    padding-bottom: 0;
  }
}
.common--container-table__tit {
  font-size: 3.3898305085vw;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 1.9556714472vw;
}
@media only screen and (min-width: 768px) {
  .common--container-table__tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.common--container-table__scroll {
  overflow-x: scroll;
}
.common--container-table table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.common--container-table table tr {
  border-top: 1px solid #000;
}
.common--container-table table th, .common--container-table table td {
  border-left: 1px solid #000;
  font-size: 3.1290743155vw;
  padding: 1.0430247718vw 1.3037809648vw;
}
@media only screen and (min-width: 768px) {
  .common--container-table table th, .common--container-table table td {
    font-size: 16px;
    padding: 8px 10px;
  }
}
.common--container-table table th {
  font-weight: bold;
}
.common--line-title {
  padding: 0 2.6075619296vw;
  margin-top: 7.8226857888vw;
  margin-bottom: 7.8226857888vw;
}
.common--line-title-text {
  font-size: 5.2151238592vw;
  font-weight: 900;
  line-height: 1.25;
}
.common--line-title-text small {
  font-size: 4.1720990874vw;
}
.common--line-title-line {
  width: 100%;
  height: 0.6518904824vw;
  margin: 1.5645371578vw 0 0;
  overflow: hidden;
  position: relative;
}
.common--line-title-line::before, .common--line-title-line::after {
  content: "";
  width: 120%;
  height: 30px;
  display: block;
  position: absolute;
  transform: skew(110deg, 0);
}
.common--line-title-line::before {
  background: #f07800;
  left: -120%;
}
.common--line-title-line::after {
  background: #000;
  left: 1.25%;
}
@media only screen and (min-width: 768px) {
  .common--line-title {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .common--line-title-text {
    font-size: 26px;
  }
  .common--line-title-text small {
    font-size: 20px;
  }
  .common--line-title-line {
    height: 5px;
    margin: 12px 0 0;
  }
  .common--line-title-line::before, .common--line-title-line::after {
    width: 120%;
    height: 30px;
    transform: skew(100deg, 0);
  }
}
.common--deco-title {
  position: relative;
  font-weight: 900;
  font-size: 5.2151238592vw;
  margin-top: 7.1707953064vw;
  margin-bottom: 7.1707953064vw;
}
.common--deco-title::before {
  content: "";
  display: block;
  background: #f07800;
  width: 3.9113428944vw;
  height: 0.6518904824vw;
  position: absolute;
  top: 2.6075619296vw;
  left: 0;
}
.common--deco-title > * {
  display: block;
  margin: 0 0 0 6.7796610169vw;
}
@media only screen and (min-width: 768px) {
  .common--deco-title {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .common--deco-title::before {
    width: 30px;
    height: 5px;
    top: 10px;
  }
  .common--deco-title > * {
    margin: 0 0 0 52px;
  }
}
.common--btn {
  display: flex;
  justify-content: center;
  text-align: center;
}
.common--btn a {
  background-color: #fff;
  border: 0.7822685789vw solid #000;
  width: 78.2268578879vw;
  height: 15.6453715776vw;
  font-size: 5.2151238592vw;
  padding: 0 2.6075619296vw;
  font-weight: 700;
  text-align: center;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .common--btn a {
    border: 3px solid #000;
    width: 330px;
    height: 60px;
    padding: 0 15px;
    font-size: 20px;
    transition: 300ms;
  }
  .common--btn a:hover {
    background-color: #000;
    color: #fff !important;
    transform: translateY(-3%);
    box-shadow: 3px 30px 40px -3px rgba(0, 0, 0, 0.4);
  }
}
.common--btn.more a::before {
  content: "";
  display: block;
  background: url("../img/common/plus_b.svg") no-repeat 0 0/contain;
  position: absolute;
  width: 4.5632333768vw;
  height: 4.5632333768vw;
  top: 50%;
  right: 5.8670143416vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .common--btn.more a::before {
    width: 16px;
    height: 16px;
    right: 20px;
  }
  .common--btn.more a:hover::before {
    background: url("../img/common/plus_w.svg") no-repeat 0 0/contain;
  }
}
.common--btn.blank a {
  padding: 0 5.2151238592vw 0 2.6075619296vw;
}
.common--btn.blank a::before {
  content: "";
  display: block;
  background: url("../img/common/blank_b.png") no-repeat 0 0/contain;
  position: absolute;
  width: 5.8670143416vw;
  height: 4.5632333768vw;
  top: 50%;
  right: 5.8670143416vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .common--btn.blank a {
    padding: 0 30px 0 15px;
  }
  .common--btn.blank a::before {
    width: 26px;
    height: 16px;
    right: 20px;
  }
  .common--btn.blank a:hover::before {
    background: url("../img/common/blank_w.png") no-repeat 0 0/contain;
  }
}
.common--pict-list {
  padding: 0 2.6075619296vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common--pict-list__item {
  background-color: #444444;
  flex-basis: 100%;
  margin: 0 0 2.6075619296vw;
}
@media only screen and (min-width: 768px) {
  .common--pict-list {
    width: 95vw;
    justify-content: start;
    padding: 0;
    margin: 0 auto;
  }
  .common--pict-list__item {
    flex-basis: 46.25vw;
    width: 46.25vw;
    margin: 0 0.625vw 1.25vw;
  }
}
@media only screen and (min-width: 1601px) {
  .common--pict-list {
    width: 1520px;
  }
  .common--pict-list__item {
    flex-basis: 740px;
    width: 740px;
    margin: 0 10px 20px;
  }
}

.bg-main {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 39.1134289439vw;
}
.bg-main--title {
  font-weight: 900;
  font-size: 7.8226857888vw;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 2.6075619296vw;
  bottom: 2.6075619296vw;
}
@media only screen and (min-width: 768px) {
  .bg-main {
    height: 300px;
  }
  .bg-main--title {
    font-size: 50px;
    left: 3.125vw;
    bottom: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  .bg-main--title {
    left: 50px;
  }
}

.common--container > *:first-child {
  margin-top: 0 !important;
}

.common--section > .common--container:last-of-type {
  padding: 7.8226857888vw 2.6075619296vw 0;
}
.common--section > .common--container:last-of-type > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .common--section > .common--container:last-of-type {
    padding: 60px 0 0;
  }
}

.common--title + .common--container {
  margin-top: -7.8226857888vw;
}
@media only screen and (min-width: 768px) {
  .common--title + .common--container {
    margin-top: -60px;
  }
}

.common--btn + .common--btn {
  margin-top: 3.9113428944vw;
}
@media only screen and (min-width: 768px) {
  .common--btn + .common--btn {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .temp--no-main .common--breadcrunmb {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .temp--no-main .common--section {
    padding: 16.9491525424vw 0 26.075619296vw;
  }
}
@media only screen and (min-width: 768px) {
  .temp--no-main .common--section {
    min-height: calc(100vh - 235px);
  }
}

html.no-scroll {
  height: 100%;
  overflow: hidden;
}

.header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 80%);
  width: 100%;
  position: fixed;
  z-index: 3;
}
.header--inner {
  position: relative;
}
.header--logo a {
  display: block;
}
.header .lang {
  font-weight: 700;
}
.header .lang li {
  position: relative;
}
.header .lang li a {
  color: #fff;
}
.header .lang li a.current, .header .lang li a:hover {
  color: #f07800;
}
.header--navi > ul li a {
  color: #fff;
  display: block;
}
.header--navi > ul li a[target=_blank]::after {
  content: "";
  background: url("../img/common/blank_w.png") no-repeat center 0/contain;
  width: 3.6505867014vw;
  height: 2.3468057366vw;
  margin: 0 0 0 1.5645371578vw;
  display: inline-block;
}
@media only screen and (max-width: 1099px) {
  .header {
    height: 20.8604954368vw;
  }
  .header--logo {
    width: 36.7666232073vw;
    padding: 7.1707953064vw 0 0 3.9113428944vw;
    position: relative;
    z-index: 3;
  }
  .header .lang {
    position: absolute;
    top: 8.0834419817vw;
    right: 14.9934810952vw;
    z-index: 2;
  }
  .header .lang.sp {
    display: block !important;
  }
  .header .lang.pc {
    display: none !important;
  }
  .header .lang-item {
    position: relative;
    transition: all 0.3s;
  }
  .header .lang-item > span {
    width: 5.9973924381vw;
    height: 4.9543676662vw;
    margin: 0 0 1.3037809648vw;
    display: block;
  }
  .header .lang-item--sub {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: absolute;
    width: 15.6453715776vw;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
  }
  .header .lang-item--sub::before {
    content: "";
    display: block;
    background: #f07800;
    width: 4.9543676662vw;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 2;
    transform: translateX(-50%) scale(0, 1);
    transform-origin: center top;
    transition: transform 300ms;
  }
  .header .lang-item--sub-item > a {
    display: block;
    font-size: 3.9113428944vw;
    padding: 2.6075619296vw 0;
  }
  .header .lang-item.open .lang-item--sub {
    pointer-events: all;
    height: auto;
    padding: 4.5632333768vw 0;
  }
  .header .lang-item.open .lang-item--sub::before {
    transform: translateX(-50%) scale(1, 1);
  }
  .header #btn-navi {
    width: 5.2151238592vw;
    height: 4.9543676662vw;
    text-align: center;
    line-height: 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 8.2138200782vw;
    right: 3.9113428944vw;
  }
  .header #btn-navi.sp {
    display: block !important;
  }
  .header #btn-navi span {
    background: #fff;
    width: 5.2151238592vw;
    height: 0.5215123859vw;
    position: absolute;
    left: 1px;
    transition: all 330ms;
  }
  .header #btn-navi span:nth-child(1) {
    top: 1.0430247718vw;
  }
  .header #btn-navi span:nth-child(2) {
    top: 3.520208605vw;
  }
  .header--navi {
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: calc(var(--vh) * 100);
    padding: 23.4680573664vw 3.9113428944vw 6.518904824vw;
    position: absolute;
    top: 0;
    right: -100vw;
    box-sizing: border-box;
    transition: transform 0.3s cubic-bezier(0.7, 0, 1, 1) 0s;
  }
  .header--navi .gnavi {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
  .header--navi .gnavi-item a {
    font-size: 4.6936114733vw;
    line-height: 1;
    padding: 4.5632333768vw 0;
  }
  .header--navi .gnavi-item a::before {
    content: "＞";
    color: #fff;
    font-size: 4.6936114733vw;
    margin-right: 1.9556714472vw;
  }
  .header--navi .gnavi-item--sub-item {
    padding-left: 7.0404172099vw;
  }
  .header--navi .gnavi-item--sub-item a {
    font-size: 3.9113428944vw;
    padding: 3.9113428944vw 0;
  }
  .header--navi .gnavi-item--sub-item a::before {
    content: "ー";
    font-size: 3.9113428944vw;
  }
  .header.open #btn-navi span {
    width: 5.2151238592vw;
  }
  .header.open #btn-navi span:nth-child(1) {
    transform: translate(0px, 2.6075619296vw) rotate(-45deg);
    top: -0.6518904824vw;
  }
  .header.open #btn-navi span:nth-child(2) {
    transform: translate(0px, -0.9126466754vw) rotate(-135deg);
    top: 2.8683181226vw;
  }
  .header.open .header--navi {
    transform: translate(-100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .header--logo {
    width: 158px;
    padding: 25px 0 0 22px;
  }
  .header .lang {
    top: 20px;
    right: 80px;
  }
  .header .lang-item > span {
    width: 37px;
    height: 30px;
    margin: 0 0 10px;
  }
  .header .lang-item--sub {
    width: 90px;
  }
  .header .lang-item--sub::before {
    height: 3px;
  }
  .header .lang-item--sub-item > a {
    font-size: 20px;
    padding: 15px 0;
  }
  .header .lang-item.open .lang-item--sub {
    padding: 20px 0;
  }
  .header #btn-navi {
    width: 36px;
    height: 34px;
    top: 19px;
    right: 22px;
  }
  .header #btn-navi span {
    width: 34px;
    height: 3px;
  }
  .header #btn-navi span:nth-child(1) {
    top: 8px;
  }
  .header #btn-navi span:nth-child(2) {
    top: 24px;
  }
  .header--navi {
    padding: 100px 22px 70px 38px;
  }
  .header--navi .gnavi {
    overflow: hidden;
  }
  .header--navi .gnavi-item a {
    font-size: 22px;
    padding: 15px 0;
    color: #fff;
  }
  .header--navi .gnavi-item a::before {
    font-size: 22px;
    margin-right: 20px;
  }
  .header--navi .gnavi-item a[target=_blank]::after {
    width: 25px;
    height: 15px;
    margin: 0 0 0 10px;
  }
  .header--navi .gnavi-item a[target=_blank]:hover::after {
    background: url("../img/common/blank_o.png") no-repeat center 0/contain;
  }
  .header--navi .gnavi-item--sub-item {
    padding-left: 46px;
  }
  .header--navi .gnavi-item--sub-item a {
    font-size: 20px;
    padding: 15px 0;
    transition: all 0.3s;
  }
  .header--navi .gnavi-item--sub-item a::before {
    content: "ー";
    font-size: 20px;
  }
  .header--navi .gnavi-item--sub-item a:hover {
    color: #f07800;
  }
  .header.open #btn-navi span {
    width: 34px;
  }
  .header.open #btn-navi span:nth-child(1) {
    transform: translate(0px, 20px) rotate(-45deg);
    top: -4px;
  }
  .header.open #btn-navi span:nth-child(2) {
    transform: translate(0px, -7px) rotate(-135deg);
    top: 24px;
  }
}
@media only screen and (min-width: 1100px) {
  .header {
    height: 100px;
  }
  .header--logo {
    width: 158px;
    position: absolute;
    top: 25px;
    left: 22px;
  }
  .header--navi .gnavi {
    position: absolute;
    top: 23px;
    left: 210px;
    display: flex;
    align-items: center;
  }
  .header--navi .gnavi-item {
    position: relative;
    transition: all 0.3s;
  }
  .header--navi .gnavi-item::before {
    content: "";
    display: block;
    background: #f07800;
    width: calc(100% - 20px);
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    z-index: 2;
    transform: translateX(-50%) scale(0, 1);
    transform-origin: center top;
    transition: transform 300ms;
  }
  .header--navi .gnavi-item:hover::before {
    transform: translateX(-50%) scale(1, 1);
  }
  .header--navi .gnavi-item:hover .gnavi-item--sub {
    height: auto;
    padding: 20px;
    opacity: 1;
    pointer-events: all;
  }
  .header--navi .gnavi-item > a {
    display: block;
    font-size: 16px;
    padding: 7px 17px;
  }
  .header--navi .gnavi-item a[target=_blank]::after {
    width: 20px;
    height: 10px;
    margin: 0 0 0 7px;
  }
  .header--navi .gnavi-item a[target=_blank]:hover::after {
    background: url("../img/common/blank_o.png") no-repeat center 0/contain;
  }
  .header--navi .gnavi-item--sub {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: absolute;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
  }
  .header--navi .gnavi-item--sub:hover {
    height: auto;
    padding: 20px;
    opacity: 1;
    pointer-events: all;
  }
  .header--navi .gnavi-item--sub-item > a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.3s;
  }
  .header--navi .gnavi-item--sub-item > a:hover {
    color: #f07800;
  }
  .header--navi .lang {
    display: flex;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 22px;
  }
  .header--navi .lang li a {
    font-size: 16px;
  }
  .header--navi .lang li:last-child {
    margin-left: 20px;
  }
  .header--navi .lang li:last-child::before {
    content: "/";
    display: block;
    color: #fff;
    position: absolute;
    font-size: 15px;
    top: 0;
    left: -14px;
  }
}

@media only screen and (min-width: 1099px) and (max-width: 1200px) {
  .en .header--navi .gnavi-item > a {
    padding: 7px 12px;
  }
}

@keyframes header_items {
  0% {
    opacity: 0;
    transform: translate3d(0, -2rem, 0);
    color: #1262fb;
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@media only screen and (min-width: 768px) {
  #news .header.on .gnavi-item {
    animation: none;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  #news .header.on .lang li {
    animation: none;
    opacity: 1;
  }
}

.header {
  transition: 300ms;
}
.header.on {
  height: 18.2529335072vw;
  background-color: #000;
  transform: translateY(-1.3037809648vw);
}
@media only screen and (min-width: 768px) {
  .header.on {
    height: 70px;
    transform: translateY(-10px);
  }
}
@media only screen and (max-width: 1099px) {
  .header.on .header--logo {
    padding: 7.1707953064vw 0 0 3.9113428944vw;
  }
  .header.on .lang {
    top: 6.7796610169vw;
  }
  .header.on #btn-navi {
    top: 6.9100391134vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .header.on .header--logo {
    padding: 32px 0 0 22px;
  }
  .header.on .lang {
    top: 23px;
  }
  .header.on #btn-navi {
    top: 23px;
  }
}
@media only screen and (min-width: 1099px) {
  .header.on .header--navi .gnavi-item > a {
    padding: 7px 17px 18px;
    color: #999;
  }
  .header.on .header--navi .gnavi-item > a:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 1099px) {
  .gnavi.go .gnavi-item {
    opacity: 0;
  }
  .gnavi.go .gnavi-item:nth-child(1) {
    animation: header_items 0.6s ease 0.6s forwards;
  }
  .gnavi.go .gnavi-item:nth-child(2) {
    animation: header_items 0.6s ease 0.7s forwards;
  }
  .gnavi.go .gnavi-item:nth-child(3) {
    animation: header_items 0.6s ease 0.8s forwards;
  }
  .gnavi.go .gnavi-item:nth-child(4) {
    animation: header_items 0.6s ease 0.9s forwards;
  }
  .gnavi.go .gnavi-item:nth-child(5) {
    animation: header_items 0.6s ease 1s forwards;
  }
  .gnavi.go .gnavi-item:nth-child(6) {
    animation: header_items 0.6s ease 1.1s forwards;
  }
  .gnavi.go .gnavi-item:nth-child(7) {
    animation: header_items 0.6s ease 1.2s forwards;
  }
  .gnavi.go .gnavi-item:nth-child(8) {
    animation: header_items 0.6s ease 1.3s forwards;
  }
  .gnavi.go .gnavi-item:nth-child(9) {
    animation: header_items 0.6s ease 1.4s forwards;
  }
  .gnavi.go .gnavi-item:nth-child(10) {
    animation: header_items 0.6s ease 1.5s forwards;
  }
}

@media only screen and (min-width: 1099px) {
  .lang.go li {
    opacity: 0;
  }
  .lang.go li:nth-child(1) {
    animation: header_items 0.6s ease 0.6s forwards;
  }
  .lang.go li:nth-child(2) {
    animation: header_items 0.6s ease 0.7s forwards;
  }
  .lang.go li:nth-child(3) {
    animation: header_items 0.6s ease 0.8s forwards;
  }
  .lang.go li:nth-child(4) {
    animation: header_items 0.6s ease 0.9s forwards;
  }
  .lang.go li:nth-child(5) {
    animation: header_items 0.6s ease 1s forwards;
  }
  .lang.go li:nth-child(6) {
    animation: header_items 0.6s ease 1.1s forwards;
  }
  .lang.go li:nth-child(7) {
    animation: header_items 0.6s ease 1.2s forwards;
  }
  .lang.go li:nth-child(8) {
    animation: header_items 0.6s ease 1.3s forwards;
  }
  .lang.go li:nth-child(9) {
    animation: header_items 0.6s ease 1.4s forwards;
  }
  .lang.go li:nth-child(10) {
    animation: header_items 0.6s ease 1.5s forwards;
  }
}

.top .gnavi.go .gnavi-item {
  opacity: 0;
}
.top .gnavi.go .gnavi-item:nth-child(1) {
  animation: header_items 0.6s ease 0.6s forwards;
}
.top .gnavi.go .gnavi-item:nth-child(2) {
  animation: header_items 0.6s ease 0.7s forwards;
}
.top .gnavi.go .gnavi-item:nth-child(3) {
  animation: header_items 0.6s ease 0.8s forwards;
}
.top .gnavi.go .gnavi-item:nth-child(4) {
  animation: header_items 0.6s ease 0.9s forwards;
}
.top .gnavi.go .gnavi-item:nth-child(5) {
  animation: header_items 0.6s ease 1s forwards;
}
.top .gnavi.go .gnavi-item:nth-child(6) {
  animation: header_items 0.6s ease 1.1s forwards;
}
.top .gnavi.go .gnavi-item:nth-child(7) {
  animation: header_items 0.6s ease 1.2s forwards;
}
.top .gnavi.go .gnavi-item:nth-child(8) {
  animation: header_items 0.6s ease 1.3s forwards;
}
.top .gnavi.go .gnavi-item:nth-child(9) {
  animation: header_items 0.6s ease 1.4s forwards;
}
.top .gnavi.go .gnavi-item:nth-child(10) {
  animation: header_items 0.6s ease 1.5s forwards;
}
.top .lang.go li {
  opacity: 0;
}
.top .lang.go li:nth-child(1) {
  animation: header_items 0.6s ease 0.6s forwards;
}
.top .lang.go li:nth-child(2) {
  animation: header_items 0.6s ease 0.7s forwards;
}
.top .lang.go li:nth-child(3) {
  animation: header_items 0.6s ease 0.8s forwards;
}
.top .lang.go li:nth-child(4) {
  animation: header_items 0.6s ease 0.9s forwards;
}
.top .lang.go li:nth-child(5) {
  animation: header_items 0.6s ease 1s forwards;
}
.top .lang.go li:nth-child(6) {
  animation: header_items 0.6s ease 1.1s forwards;
}
.top .lang.go li:nth-child(7) {
  animation: header_items 0.6s ease 1.2s forwards;
}
.top .lang.go li:nth-child(8) {
  animation: header_items 0.6s ease 1.3s forwards;
}
.top .lang.go li:nth-child(9) {
  animation: header_items 0.6s ease 1.4s forwards;
}
.top .lang.go li:nth-child(10) {
  animation: header_items 0.6s ease 1.5s forwards;
}
.top #btn-navi {
  opacity: 0;
}
.top #btn-navi.go:nth-child(1) {
  animation: header_items 0.6s ease 0.6s forwards;
}
.top #btn-navi.go:nth-child(2) {
  animation: header_items 0.6s ease 0.7s forwards;
}
.top #btn-navi.go:nth-child(3) {
  animation: header_items 0.6s ease 0.8s forwards;
}
.top #btn-navi.go:nth-child(4) {
  animation: header_items 0.6s ease 0.9s forwards;
}
.top #btn-navi.go:nth-child(5) {
  animation: header_items 0.6s ease 1s forwards;
}
.top #btn-navi.go:nth-child(6) {
  animation: header_items 0.6s ease 1.1s forwards;
}
.top #btn-navi.go:nth-child(7) {
  animation: header_items 0.6s ease 1.2s forwards;
}
.top #btn-navi.go:nth-child(8) {
  animation: header_items 0.6s ease 1.3s forwards;
}
.top #btn-navi.go:nth-child(9) {
  animation: header_items 0.6s ease 1.4s forwards;
}
.top #btn-navi.go:nth-child(10) {
  animation: header_items 0.6s ease 1.5s forwards;
}

.footer {
  background-color: #dddddd;
}
.footer a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 30px 30px;
  }
}
.footer--inner {
  padding: 12.3859191656vw 0 3.9113428944vw;
}
@media only screen and (min-width: 768px) {
  .footer--inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer--logo {
    width: 56.3233376793vw;
    margin: 0 auto 12.3859191656vw;
  }
}
@media only screen and (min-width: 768px) {
  .footer--logo {
    flex-basis: 216px;
  }
}
.footer--link .link--sns {
  display: flex;
  justify-content: center;
  margin: 0 auto 11.7340286832vw;
}
@media only screen and (min-width: 768px) {
  .footer--link .link--sns {
    justify-content: flex-end;
    margin: 0 auto 45px;
  }
}
.footer--link .link--sns-item {
  flex-basis: 10.4302477184vw;
  margin: 0 3.9113428944vw;
}
@media only screen and (max-width: 767px) {
  .footer--link .link--sns-item:nth-child(2) {
    margin: 0 3.259452412vw;
  }
  .footer--link .link--sns-item:last-child {
    margin: 0 4.5632333768vw;
  }
}
@media only screen and (min-width: 768px) {
  .footer--link .link--sns-item {
    flex-basis: 40px;
    margin: 0 0 0 22px;
    transition: 300ms;
  }
  .footer--link .link--sns-item:hover {
    transform: translateY(-10%);
  }
}
.footer--link .link--ui {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer--link .link--ui {
    justify-content: flex-end;
  }
}
.footer--link .link--ui-item {
  font-size: 3.1290743155vw;
  margin: 0 3.259452412vw;
}
@media only screen and (min-width: 768px) {
  .footer--link .link--ui-item {
    font-size: 14px;
    margin: 0 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer--copyright {
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 2.6075619296vw;
    padding: 1.9556714472vw 0 1.6949152542vw;
  }
}
@media only screen and (min-width: 768px) {
  .footer--copyright {
    font-size: 12px;
    margin-top: -12px;
  }
}

.pagetop {
  width: 18.2529335072vw;
  height: 10.4302477184vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    margin: 0 auto 3.9113428944vw;
  }
}
@media only screen and (min-width: 768px) {
  .pagetop {
    cursor: pointer;
    margin: 0 30px 30px auto;
    width: 80px;
    height: 46px;
  }
  .pagetop:hover .pagetop-arw {
    transform: translateX(-50%) translateY(-10px);
  }
}
.pagetop-arw {
  position: absolute;
  top: 0.4vw;
  left: 50%;
  transform: translateX(-50%);
  width: 4.36323vw;
  transition: 300ms;
}
@media only screen and (min-width: 768px) {
  .pagetop-arw {
    width: 16px;
    top: 4px;
  }
}
.pagetop-text {
  position: absolute;
  bottom: 1.3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 15.45293vw;
}
@media only screen and (min-width: 768px) {
  .pagetop-text {
    bottom: 7px;
    width: 65px;
  }
}

.otgs-development-site-front-end {
  display: none;
}

/*ポップアップスライドイン*/
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes slidein {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/*ポップアップスライドアウト*/
@-webkit-keyframes slideout {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-ms-keyframes slideout {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideout {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/**********************************
共通
**********************************/
.cookie-pop p,
.cookie-pop button,
.cookie-pop a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .cookie-pop p,
  .cookie-pop button,
  .cookie-pop a {
    font-size: 2.6075619296vw;
  }
}

.cookie-pop {
  background-color: rgba(0, 0, 0, 0.85);
  animation-name: slidein;
  animation-duration: 600ms;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.cookie-pop.pop-remove {
  animation-name: slideout;
  animation-duration: 600ms;
}

.cookie-pop .upper {
  text-transform: uppercase;
}

.cookie-pop .txt-left {
  text-align: left;
}

.cookie-pop .txt-left a {
  text-decoration: underline;
}

.cookie-pop .txt-center {
  text-align: center;
}

/**********************************
初期画面（cookie-pop.html）
**********************************/
.cookie-pop .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 35px;
}

.cookie-pop .container {
  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;
}

.cookie-pop .btns {
  margin: 0 0 0 40px;
}

/*同意ボタン*/
.cookie-pop .accept {
  width: 180px;
  height: 58px;
  background-color: #f07800;
  border: solid 1px #f07800;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .cookie-pop .accept {
    width: 46.875vw;
    height: 11.625vw;
    font-size: 3.90625vw;
  }
}

@media only screen and (max-width: 767px) {
  .cookie-pop .btns p {
    text-align: center;
  }
}

.cookie-pop .accept:hover {
  background-color: #1a1a1a;
  border: solid 2px #f07800;
  color: #f07800;
}

/*プライバシーポリシーリンク*/
.cookie-policy a {
  color: #dcd9d9;
  text-decoration-color: #dcd9d9;
}

.cookie-pop .cookie-policy {
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  /**********************************
  初期画面（cookie-pop.html）
  **********************************/
  .cookie-pop .wrapper {
    padding: 30px 20px 45px;
  }
}
@media screen and (max-width: 768px) {
  /**********************************
  共通
  **********************************/
  .cookie-pop p,
  .cookie-pop a,
  .cookie-pop .cookie-policy a {
    /* add */
    font-size: 26px;
  }
  /**********************************
  初期画面（cookie-pop.html）
  **********************************/
  /*
   * Scrollbar rail styles
   */
  /*
   * Scrollbar thumb styles
   */
  /*同意ボタン*/
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  .cookie-pop p,
  .cookie-pop a,
  .cookie-pop .cookie-policy a {
    font-size: 3.9113428944vw;
  }
}
@media screen and (max-width: 768px) {
  .cookie-pop p,
  .cookie-pop button {
    line-height: 1.6;
  }
  .cookie-pop .wrapper {
    width: auto;
    padding: 15px 70px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  .cookie-pop .wrapper {
    padding: 3.9113428944vw 6.518904824vw;
  }
}
@media screen and (max-width: 768px) {
  .cookie-pop .container {
    display: block;
  }
  .cookie-pop .text-area {
    height: 330px;
    padding-right: 20px;
  }
  .cookie-pop .scroll-area {
    position: relative;
    overflow: hidden;
  }
  .ps__rail-x {
    display: block;
    opacity: 1;
    transition: none;
    -webkit-transition: none;
    height: 10px;
    background-color: #717070;
    border-radius: 5px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
  }
  .ps__rail-y {
    display: block;
    opacity: 1;
    transition: none;
    -webkit-transition: none;
    width: 10px;
    background-color: #717070;
    border-radius: 5px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
  }
  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y {
    display: block;
    background-color: #717070;
  }
  .ps:hover > .ps__rail-x,
  .ps:hover > .ps__rail-y,
  .ps--focus > .ps__rail-x,
  .ps--focus > .ps__rail-y,
  .ps--scrolling-x > .ps__rail-x,
  .ps--scrolling-y > .ps__rail-y {
    opacity: 1;
  }
  .ps .ps__rail-x:hover,
  .ps .ps__rail-y:hover,
  .ps .ps__rail-x:focus,
  .ps .ps__rail-y:focus,
  .ps .ps__rail-x.ps--clicking,
  .ps .ps__rail-y.ps--clicking {
    background-color: #717070;
    opacity: 1;
  }
  .ps__thumb-x {
    background-color: #a09f9f;
    border-radius: 5px;
    transition: none;
    -webkit-transition: none;
    height: 10px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
  }
  .ps__thumb-y {
    background-color: #a09f9f;
    border-radius: 5px;
    transition: none;
    -webkit-transition: none;
    width: 10px;
    /* there must be 'right' for ps__thumb-y */
    right: 0px;
    /* please don't change 'position' */
    position: absolute;
  }
  .ps__rail-x:hover > .ps__thumb-x,
  .ps__rail-x:focus > .ps__thumb-x,
  .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #a09f9f;
    height: 10px;
  }
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #a09f9f;
    width: 10px;
  }
  .cookie-pop .btns {
    /*  margin: 20px 0 0; */
    margin: 15px 0 0;
  }
  .cookie-pop .accept:hover {
    background-color: #f07800;
    border: none;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .cookie-pop .text-area {
    height: auto;
    padding-right: 0;
  }
}
#cookie-pop-bn.off {
  display: none;
}

.load {
  width: 100%;
  height: 100%;
  background-color: #444444;
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 350ms;
  transition-timing-function: ease-in-out;
}
.load.hide {
  transform: translateY(-100%);
}
.load-logo {
  width: 61.5384615385vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .load-logo {
    width: 314px;
  }
}
.load-line {
  margin-top: 13.037809648vw;
  width: 0;
  height: 0.6518904824vw;
  background-color: #f07800;
  transition: 300ms;
}
@media only screen and (min-width: 768px) {
  .load-line {
    margin-top: 50px;
    height: 5px;
  }
}
.load-text {
  font-size: 6.518904824vw;
  margin-top: 13.037809648vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .load-text {
    font-size: 26px;
    margin-top: 50px;
  }
}
/*# sourceMappingURL=../maps/share.css.map */
