@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;@900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,700;1,700&display=swap");a,button,input[type=checkbox],input[type=radio],label,select {
  cursor: pointer;
}

.st-freeContents {
  background-color: #0c0c0c;
  color: #333;
  font-family: Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
;

  font-feature-settings: "palt";
}

._svgText {
  opacity: 0;
  position: absolute;
  top: 0;
;
  left: 0;
  pointer-events: none;
}

*,:after,:before {
  box-sizing: border-box;
}

blockquote,body,button,dd,dl,fieldset,h1,h2,h3,h4,h5,h6,hr,iframe,input,legend,ol,option,p,pre,select,td,textarea,th,ul {
  margin: 0;
  padding: 0;
;
  border: none;
}

h1,h2,h3,h4,h5,h6,small,strong,sub,sup,th {
  font-weight: inherit;
;
  font-size: inherit;
}

address,cite,dfn,em,var {
  font-style: normal;
}

caption,th {
  text-align: left;
}

a,abbr[title],ins {
  text-decoration: none;
}

html {
  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body,html {
          text-size-adjust: 100%;
;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

main {
  display: block;
}

ol,ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
}

q:after,q:before {
  content: none;
}

sub,sup {
  vertical-align: baseline;
}

button,input,mark,select,textarea {
  background: none;
  color: inherit;
}

button,input,select,textarea {
  font-family: inherit;
  font-size: inherit;
}

select {
  border-radius: 0;
;
          appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.c-btn {
  position: relative;
;
  overflow: hidden;
}

.c-btn-content,.c-btn_inner {
  display: block;
  width: 100%;
;
  height: 100%;
  position: relative;
}

.c-btn-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}

.c-btn-content .text {
  position: relative;
;
  color: #333;
  font-weight: 600;
}

.c-btn-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
;
  background-color: #333;
}

html.-ipad .c-btn-bg,html.-mobile .c-btn-bg {
  display: none;
}

.c-btn-line {
  width: 100%;
;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.c-btn-line > * {
  display: block;
  width: 100%;
;
  height: 100%;
  background-color: #e1e1ce;
}

.c-sectionTitle {
  position: relative;
;
  color: #333;
  font-family: Roboto Condensed,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
  font-weight: 300;
  line-height: 1;
}

.c-spOrientalAlert {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
;
  background-color: #2a2ac3;
}

.c-spOrientalAlert-inner {
  display: flex;
  width: 100%;
;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
}

.c-spOrientalAlert-icon {
  width: 41.2293853073vw;
;
  margin-right: auto;
  margin-bottom: 4.4977511244vw;
  margin-left: auto;
}

.c-spOrientalAlert-icon img {
  width: 100%;
;
  height: auto;
}

.c-spOrientalAlert-text {
  width: 100%;
;
  color: #f5f5f5;
}

.c-spOrientalAlert-text .en {
  margin-bottom: 1.4992503748vw;
  font-family: Roboto Condensed,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
  font-weight: 700;
  font-size: 2.9985007496vw;
  line-height: 1;
  letter-spacing: .06em;
  text-align: center;
}

.c-spOrientalAlert-text .jp {
  font-size: 1.7991004498vw;
  line-height: 1;
  letter-spacing: .06em;
  text-align: center;
}

footer {
  position: relative;
  z-index: 5;
}

.st-wrapper > header {
  position: relative;
  z-index: 100;
}

.st-wrapper > header .st-blueBar_2,.st-wrapper > header .st-siteHeader_2 {
  background-color: #fff;
}

.mod-breadCrumble {
  position: relative;
  z-index: 1;
;
  margin-right: calc(-50vw + 521px);
  margin-left: calc(-50vw + 521px);
}

.t-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
;
  pointer-events: none;
}

.t-loader_inner {
  display: block;
  display: flex;
  width: 100%;
;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.t-loader-content {
  width: 100%;
  position: relative;
  z-index: 2;
}

.t-loader-content .illust {
  margin-right: auto;
;
  margin-left: auto;
}

.t-loader-content .illust img {
  width: 100%;
;
  height: auto;
}

@keyframes loadingText {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .3;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .3;
  }

  to {
    opacity: 1;
  }
}

.t-loader-content .text {
  display: flex;
  width: 100%;
;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: Roboto Condensed,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .2em;
  animation: loadingText 1s ease-out infinite normal;
}

.t-loader-content .text > * {
  position: relative;
}

.t-loader-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.t-loader-line .line {
  width: 1px;
;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translate3d(0,110%,0);
  background-color: #fff;
}

.t-loader-line .line:first-child {
  left: 25%;
}

.t-loader-line .line:nth-child(2) {
  left: 50%;
}

.t-loader-line .line:nth-child(3) {
  left: 75%;
}

.t-loader-bg,.t-loader-bg .panel {
  width: 100%;
;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.t-loader-bg .panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
;
  align-items: center;
}

.t-loader-bg .panel-child {
  width: 25%;
;
  height: 100%;
}

.t-loader-bg .panel.-first {
  z-index: 1;
}

.t-loader-bg .panel.-first .panel-child {
  background-color: #2a2ac3;
}

.t-loader-bg .panel.-second .panel-child {
  opacity: .6;
;
  background-color: #2a2ac3;
}

.t-loader.-loading {
  pointer-events: all;
}

.t-loader.-loading .text {
  animation: loadingText 1s ease-out infinite normal;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }

  .st-freeContents {
    font-size: .875rem;
  }

  ._sp {
    display: none!important;
  }

  .c-btn {
    width: 13.75rem;
;
    height: 3.125rem;
  }

  .c-btn_inner.-hover .text {
    transform: translate3d(.9375rem,0,0);
  }

  .c-btn-content .text {
    font-size: .875rem;
    transition-property: all;
    transition-duration: .75s;
    transition-timing-function: cubic-bezier(.23,1,.32,1);
  }

  .c-sectionTitle {
    font-size: 6.25rem;
  }

  .t-loader-content .illust {
    width: 6.25rem;
  }

  .t-loader-content .text {
    top: .625rem;
;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width:1080px) {
  html {
    font-size: 13.5px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }

  .st-freeContents {
    font-size: .8125rem;
  }

  ._pc {
    display: none!important;
  }

  .c-btn {
    width: 15rem;
;
    height: 3.4375rem;
    margin-left: calc(100% - 15rem);
  }

  .c-btn-content .text {
    font-size: .875rem;
  }

  .c-btn-bg {
    display: none;
  }

  .c-sectionTitle {
    font-size: 2.5rem;
  }

  .t-loader-content .illust {
    width: 5.625rem;
  }

  .t-loader-content .text {
    top: .5625rem;
;
    font-size: .75rem;
  }
}

@media only screen and (min-width: 768px) and (min-width:1600px) {
  .c-btn {
    width: 264px;
;
    height: 60px;
  }

  .c-btn_inner.-hover .text {
    transform: translate3d(18px,0,0);
  }

  .c-btn-content .text {
    font-size: 16.8px;
  }
}

@media only screen and (min-width: 768px) and (min-width:768px) and (max-width:1159px) {
  .c-btn {
    width: 176px;
;
    height: 40px;
  }

  .c-btn_inner.-hover .text {
    transform: translate3d(12px,0,0);
  }

  .c-btn-content .text {
    font-size: 11.2px;
  }
}
