@import url(https://fonts.googleapis.com/css?family=Rozha+One);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,700,900);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.cdnfonts.com/css/chakra-petch);
html {
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}
html,body {
	width: 100%;
  height: auto;
  font-size: 62.5%;
}
body {
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  font-family: YuGothic,'Yu Gothic','Avenir','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial','Terminal',sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .1em;
}
body.on {
	position: fixed;
	width: 100%;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
figure {
  margin: 0;
}
img {
  line-height: 1;
  font-size: 0;
  height: auto;
  max-width: 100%;
}
ul, ol, li {
  list-style: none;
}
a {
  /*color: rgba(9, 113, 186, 1);}*/
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  cursor:pointer;
}
a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
*:focus {
  outline: none;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button:focus {
  outline: none;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
br.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pc {
    display: block;
  }
}

h2 {
  width: auto;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width:992px) {
  h2 {
    text-align: left;
  }
}
h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 7.2rem;
  height: 1rem;
  background: #d8072f;
  top: auto;
  bottom: .2rem;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  h2::before {
    top: 50%;
    left: -4rem;
  }
}
h2 .ja {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  position: absolute;
  top: -1.3rem;
  left: .3rem;
}
@media screen and (min-width: 768px) {
  h2 .ja {
    font-size: 1.8rem;
    top: -1.3rem;
  }
}
@media screen and (min-width: 992px) {
  h2 .ja {
    font-size: 2.2rem;
    top: -2.5rem;
  }
}
h2 .en {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 5rem;
  font-weight: 500;
  font-family: Oswald,sans-serif;
}
@media screen and (min-width: 768px) {
  h2 .en {
    font-size: 7rem;
  }
}
h2 div span {
  display: inline-block;
  opacity: 0;
  transform-origin: 0 0;
  transform: translate(20px, 0px) scale(.9, 1);
  transition: all .6s ease;
  will-change: transform;
}
h2.show div span {
  transform: rotate(0.02deg);
  opacity: 1;
}

.button {
  background-color: #fff;
  color: #212529;
  display: block;
  position: relative;
  padding: 1.7rem 2rem;
  transition: color .3s ease;
}
@media screen and (min-width: 576px) {
  .button {
    padding: 2.1rem 3.3rem;
  }
}
.button:hover {
  text-decoration: none;
}
.button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width .3s ease;
  background-color: #212529;
}
.button:hover::before {
  width: 100%;
}
.button .ja {
  font-size: 1.6rem;
  font-weight: 700;
  color: #212529;
  text-align: left;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: color .3s ease;
}
@media screen and (min-width: 576px) {
  .button .ja {
    font-size: 2rem;
  }
}
.button:hover .ja {
  color: #fff;
}
.button .en {
  color: #d8072f;
  font-size: 1.1rem;
  font-family: Oswald,sans-serif;
  text-align: left;
  display: block;
  position: relative;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: .5rem;
}
@media screen and (min-width: 576px) {
  .button .en {
    font-size: 1.4rem;
  }
}
.button .arrow {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12rem;
  height: 2.8rem;
}
@media screen and (min-width: 576px) {
  .button .arrow {
    width: 7rem;
    height: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .button .arrow {
    width: 21rem;
    height: 3rem;
  }
}
.button .arrow::before,
.button .arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button .arrow::before {
  width: 78%;
  width: calc(92% - 2.8rem);
  height: .1rem;
  right: 2.8rem;
  background: #d8072f;
}
@media screen and (min-width: 576px) {
  .button .arrow::before {
    width: calc(92% - 2rem);
    right: 2rem;
  }
}
.button .arrow::after {
  width: 0;
  height: 0;
  right: 1rem;
  border-top: .4rem solid transparent;
  border-left: 1.4rem solid #d8072f;
  border-bottom: .4rem solid transparent;
}
@media screen and (min-width: 576px) {
  .button .arrow::after {
    right: .8rem;
    border-top-width: .3rem;
    border-left-width: 1rem;
    border-bottom-width: .3rem;
  }
}

.curtain::after {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  transform: scaleY(0);
  will-change: transform;
}
@keyframes curtain {
  0% {
    transform-origin: bottom center;
    transform: scaleY(0);
  }
  49.999% {
    transform-origin: bottom center;
    transform: scaleY(1);
  }
  60% {
    transform-origin: top center;
    transform: scaleY(1);
  }
  100% {
    transform-origin: top center;
    transform: scaleY(0);
  }
}
@keyframes curtain-inner {
	0% {
  	opacity:0;
  }
	50% {
  	opacity:0;
  }
	100% {
  	opacity:1;
  }
}
#svgs {
  display: none;
}

@-webkit-keyframes splash-start {
  0% {
      -webkit-transform: translateY(100%);
  }
  100% {
      -webkit-transform: translateY(0);
  }
}
@keyframes splash-start {
  0% {
      transform: translateY(100%);
  }
  100% {
      transform: translateY(0);
  }
}
@-webkit-keyframes splash-end {
  0% {
      -webkit-transform: translateY(0);
  }
  100% {
      transform: translateY(-100%);
  }
}
@keyframes splash-end {
  0% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(-100%);
  }
}
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 6;
}
#splash.end {
  -webkit-animation: splash-end 0.3s cubic-bezier(0.64, 0.04, 0.35, 1) forwards;
  animation: splash-end 0.3s cubic-bezier(0.64, 0.04, 0.35, 1) forwards;
}
#splash .red-carpet {
  width: 63%;
  height: 100vh;
  display: block;
  background-color: rgba(216, 7, 47, 1);
  position: absolute;
  margin: 0 auto;
  -webkit-animation: splash-start 0.3s cubic-bezier(0.64, 0.04, 0.35, 1) forwards;
  animation: splash-start 0.3s cubic-bezier(0.64, 0.04, 0.35, 1) forwards;
}
@media screen and (min-width:768px) {
  #splash .red-carpet {
    width: 40rem;
  }
}
#splash .brand {
  z-index: 9;
}
#splash .brand svg {
  height: 4rem;
  width: auto;
  fill: #fff;
}
@media screen and (min-width:768px) {
  #splash .brand svg {
    height: 6rem;
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;  
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .9);
  z-index: -1;
  opacity: 0;
  transition: opacity .3s;
  will-change: opacity;
}
header.show::after {
  opacity: 1;
}
header .inner {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding: 1.3rem 1.5rem;
}
@media screen and (min-width:992px) {
  header .inner {
    padding: 1.8rem 3rem;
  }
}
header .logo {
  margin-bottom: 0;
}
header .logo svg {
  height: 4rem;
  width: auto;
  fill: #d8072f;
}
header .navi {
  display: none;
}
@media screen and (min-width:576px) {
  header .navi {
    display: flex;
    list-style: none;
    margin-bottom: 0;
  }
}
header .navi .btn {
  padding: 0;
}
header .navi .btn.contact {
  margin-top: 0;
  margin-left: .8rem;
  opacity: 1;
  z-index: 3;
}
header .navi .btn a {
  font-size: 1.4rem;
  font-weight: 900;
  font-family: Oswald,sans-serif;
  display: block;
  padding: .8rem 2rem;
  text-align: center;
  min-width: 16rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .navi .btn.entry a {
  color: #fff;
  background-color: #dc0508;
  border: .1rem solid #dc0508;
}
header .navi .btn.contact a {
  color: #dc0508;
  background-color: #fff;
  border: .1rem solid #dc0508;
}

.hero {
  position: relative;
  width: 100vw;
  height: 46rem;
  padding-top: 0;
  
}
@media screen and (min-width:768px) {
  .hero {
    position: relative;
    height: auto;
  }
}
/*
.hero::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
*/
.hero .overflow {
  position: relative;
  width: 100vw;
  height: 46rem;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .hero .overflow {
    height: 0;
    padding-top: 56.25%;
  }
}
.hero .overflow video {
  position: absolute;
	top: 0;
	left: 50%;
  min-height: 100%;
	width: auto;
	height: 100%;
  z-index: -100;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .hero .overflow video {
    left: 0;
    min-width: 100%;
    width: 100%;
    height: auto;
    -ms-transform: translateX(0);
	    transform: translateX(0);
  }
}
.hero .red-carpet {
  width: 63%;
  /*height: calc(100% + 20rem);*/
  display: block;
  background-color: rgba(216, 7, 47, 1);
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translateY(-128%);
  transform:translateY(-128%);
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
  will-change: transform;
}
@media screen and (min-width:768px) {
  .hero .red-carpet {
    width: 40rem;
    top: 47%;
    -webkit-transform: translateY(-150%);
    transform:translateY(-150%);
  }
}
.hero .red-carpet.show {
  transform: translate(0px, 0px);
  background-color: rgba(216, 7, 47, .5);
}
.hero .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.hero .content .body h1 {
  /*font-size: 9vw;*/
  font-weight: 700;
  font-family: 'Noto sans JP', sans-serif;
  font-size: 0;
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .hero .content .body h1 {
    /*font-size: 6vw;*/
    font-size: 0;
  }
}
.hero .content .body h1 span {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}
.hero .content .body p {
  /*font-size: 3.3vw;*/
  font-size: 7vw;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .hero .content .body p {
    /*font-size: 1.6vw;*/
    font-size: 4vw;
  }
}
.hero .scroll {
  display: inline-block;
  width: 1.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.3rem;
  z-index: 2;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width:768px) {
  .hero .scroll {
    width: 2.2rem;
  }
}
.hero .scroll::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: .1rem;
  height: 10rem;
  background: #fff;
  animation: hero-scroll 1.5s cubic-bezier(1,0,0,1) infinite;
}
@keyframes hero-scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.hero .scroll p {
  width: auto;
  display: block;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.purpose {
  z-index: 2;
  margin-top: 5rem;
}
@media screen and (min-width:992px) {
  .purpose {
    margin-top: 14.7rem;
  }
}
.purpose header {
  position: static;
  width: auto;
  z-index: 2;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width:992px) {
  .purpose header {
    padding-left: 0;
    padding-right: 0;
  }
}
.purpose header::after {
  content: none;
}
.purpose .body {
  margin-top: 1.5rem;
  z-index: 2;
  opacity: 0;
  transform: translateY(13px);
  transition: all .3s ease;
  will-change: opacity, transform;
}
@media screen and (min-width:992px) {
  .purpose .body {
    margin-top: 7.3rem;
  }
}
.purpose .body.show {
  opacity: 1;
  transform: translateY(0);
}
.purpose .body p {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .purpose .body p {
    font-size: 2.3rem;
    line-height: 2;
  }
}

.outline {
  margin-top: 9.7rem;
  padding: 6rem 0 6rem;
  background: #2d2c2b;
}
@media screen and (min-width:992px) {
  .outline {
    margin-top: 19.7rem;
    padding: 15rem 0 15.8rem;
  }
}
.outline.show {
  opacity: 1;
}
.outline header {
  position: static;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 0;
}
@media screen and (min-width:992px) {
  .outline header {
    padding-left: 0;
    padding-right: 0;
  }
}
.outline header::after {
  content: none;
}
.outline header h2 {
  color: #fff;
}
.outline .body {
  margin-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width:992px) {
  .outline .body {
    margin-top: 7.3rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.outline .body .lead {
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .outline .body .lead {
    font-size: 2.4rem;
    text-align: justify;
    white-space: normal;
    line-height: 2.25;
  }
}
@media screen and (min-width: 992px) {
  .outline .body .lead {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .outline .body .lead {
    font-size: 2.25vw;
    white-space: nowrap;
  }
}
.outline .body .lead .curtain {
  position: relative;
}
.outline .body .lead .curtain .inline {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo", sans-serif;
  display: inline;
  color: #fff;
}
.outline .body .lead .curtain .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.outline .body .lead .curtain .mask .text{
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo", sans-serif;
  color: transparent;
  background: -webkit-linear-gradient(left,#2d2c2b 0,#2d2c2b 50%,rgba(45, 44, 43, 0) 50%,rgba(45, 44, 43, 0) 100%);
  background: linear-gradient(90deg,#2d2c2b 0,#2d2c2b 50%,rgba(45, 44, 43, 0) 50%,rgba(45, 44, 43, 0) 100%);
  background-size: 200%;
  background-position: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-position .2s linear; 
}
.outline .body .lead .curtain .mask .text.show{
  background-position: -100% 0;
}

.news {
  margin-top: 6.9rem;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 8rem;
  }
}
.news .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .news .inner {
    align-items: center;
    flex-direction: unset;
  }
}
.news .inner header {
  position: static;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 0;
  white-space: nowrap
}
@media screen and (min-width:992px) {
  .news .inner header {
    padding-left: 0;
    padding-right: 0;
  }
}
.news .inner  header::after {
  content: none;
}
.news .inner .body {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news .inner .body {
    margin-left: 6rem;
    padding-left: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .news .inner .body {
    padding-right: 0;
  }
}
.news .inner .body::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .news .inner .body::after {
    content: '';
    display: block;
    width: .1rem;
    height: 100%;
    background-color: #cc0033;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.news .inner .body .list .item {
  position: relative;
  transform: translate3d(0, 0, 0);
}
.news .inner .body .list .item.curtain::after {
  background: #fff;
}
.news .inner .body .list .item.show.curtain::after {
  animation: curtain .6s ease-in-out 0s 1 normal both;
}
.news .inner .body .list .item .list {
  margin-bottom: 0;
}
.news .inner .body .list .item + .list .item {
  margin-top: 2rem;
}
.news .inner .body .list .item .inner {
  display: block;
  opacity: 0;
}
.news .inner .body .list .item.show .inner {
  animation: curtain-inner 0s ease .4s 1 normal both;
}
.news .inner .body .list .item .inner .date {
  color: #fff;
  font-weight: 700;
  background-color: #d8072f;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
  margin-top: .2rem;
  margin-right: 1rem;
  padding: .3rem;
}
@media all and (-ms-high-contrast: none) {
  .news .inner .body .list .item .inner .date {
    padding-top: .4rem;
  }
}
.news .inner .body .list .item .inner .title {
  display: block;
  font-weight: 900;
  line-height: 1.57;
  color: #7d7d7d;
}
@media screen and (min-width: 768px) {
  .news .inner .body .list .item .inner .title {
    line-height: 1.3375;
  }
}
@media screen and (min-width: 992px) {
  .news .inner .body .list .item .inner .title {
    display: inline-block;
  }
}
.news .inner .body .list .item .inner .text {
  display: block;
  font-weight: 500;
  line-height: 1.57;
  color: #7d7d7d;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .news .inner .body .list .item .inner .text {
    line-height: 1.3375;
  }
}
@media screen and (min-width: 992px) {
  .news .inner .body .list .item .inner .text {
    display: inline-block;
  }
}
.news .inner .body .list .item .inner .text a {
  display: inline-block;
  color: #d8072f;
  font-weight: 700;
  text-decoration: underline;
}
.news .inner .body .list .item .inner .text a:hover {
  text-decoration: none;
}

.request {
  position: relative;
  margin-top: 8rem;
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .request {
    margin-top: 14.7rem;
    padding: 15rem 0 10rem;
  }
}
.request::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e7e8e8;
  width: 90%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .request::before {
    width: 80%;
  }
}
.request header {
  width: 100%;
  position: static;
  z-index: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width:992px) {
  .request header {
    padding-left: 0;
    padding-right: 0;
  }
}
.request header::after {
  content: none;
}
.request .body {
  margin-top: 1.5rem;
}
@media screen and (min-width:992px) {
  .request .body {
    margin-top: 7.3rem;
  }
}
.request .body .item {
  position: relative;
  transform: translate3d(0, 0, 0);
}
.request .body .item:last-of-type {
  margin-top: 3.9rem;
}
@media screen and (min-width: 992px) {
  .request .body .item:last-of-type {
    margin-top: 10rem;
  }
}
.request .body .item.curtain::after {
  background: #d8072f;
}
.request .body .item.show.curtain::after {
  animation: curtain .6s ease-in-out 0s 1 normal both;
}
.request .body .item .row {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.request .body .item.show .row {
  animation: curtain-inner 0s ease .4s 1 normal both;
}
.request .body .item .thumbnail {
  background: #eb8397;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .request .body .item .thumbnail {
    padding: 3rem;
  }
}
.request .body .item .thumbnail figure {
  margin: 0;
}
.request .body .item .thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.request .body .item .content {
  background: #d8072f;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 3rem 0 0;
}
.request .body .item .content header h3 {
  width: 50%;
  margin: 0 auto;
}
.request .body .item .content .body {
  padding: 0 1rem;
  margin-top: 2.3rem;
}
@media screen and (min-width: 992px) {
  .request .body .item .content .body {
    padding: 0 9rem;
    margin-top: 0;
  }
}
.request .body .item .content .body .read {
  line-height: 1.75;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  font-feature-settings: "palt";
}
@media screen and (min-width: 992px) {
  .request .body .item .content .body .read {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}
.request .body .item .content footer {
  background: #d8072f;
  margin-top: 0;
}
.request .body .item .content footer .button {
  width: 90%;
}
@media screen and (min-width: 992px) {
  .request .body .item .content footer .button {
    width: 70%;
  }
}
.request .body .item .content footer .button.left {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .request .body .item .content footer .button.left {
    margin-right: auto;
    margin-left: 0;
  }
}
.request .body .item .content footer .button.right {
  margin-left: auto;
}

.selection {
  position: relative;
  margin-top: 8rem;
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .selection {
    margin-top: 14.7rem;
    padding: 15rem 0 10rem;
  }
}
.selection header {
  width: 100%;
  position: static;
  z-index: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width:992px) {
  .selection header {
    padding-left: 0;
    padding-right: 0;
  }
}
.selection header::after {
  content: none;
}
.selection .body {
  margin-top: 1.5rem;
}
@media screen and (min-width:992px) {
  .selection .body {
    margin-top: 7.3rem;
  }
}
.selection .body .team {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 7.9rem;
  opacity: 0;
  transform: translateY(13px);
  transition: all .3s ease;
  will-change: opacity, transform;
}
@media screen and (min-width:992px) {
  .selection .body .team {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
  }
}
.selection .body .team.show {
  opacity: 1;
  transform: translateY(0);
}
.selection .body .team .link {
  text-align: left;
}
.selection .body .team .link::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 8%;
  left: 0;
  transform: skewY(-16.5deg);
  width: 100%;
  height: 18%;
  background-color: #e7e8e8;
  z-index: 1;
}
@media screen and (min-width:992px) {
  .selection .body .team .link::before {
    left: 1rem;
    width: calc(100% - 2rem);
  }
}
.selection .body .team .link .brand {
  transform-origin: 0 0;
  line-height: 1;
  position: absolute;
  top: -3.1rem;
  right: 0;
  z-index: 3;
}
@media screen and (min-width:992px) {
  .selection .body .team .link .brand {
    font-size: 6.7rem;
    top: -4.2rem;
    right: -.3rem;
  }
}
.selection .body .team .link .thumb {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:992px) {
  .selection .body .team .link .thumb > img {
    transition: transform .4s ease;
    transform: scale(1);
  }
  .selection .body .team .link:hover .thumb > img {
    transition: transform .8s ease;
    transform: scale(1.08);
  }
}
.selection .body .team .link .thumb .theme {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  background-color: #dc0508;
  padding: .1rem .6rem;
  margin-bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .selection .body .team .link .thumb .theme {
    padding: .4rem 1.6rem;
  }
}
.selection .body .team .link .name {
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  padding: .1rem 1rem;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .selection .body .team .link .name {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem;
    padding: .4rem 0;
    margin-top: 1.2rem;
  }
}
.selection .body .team .link .desc {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.75;
  margin-top: .2rem;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .selection .body .team .link .desc {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.6875;
    margin-top: 1.1rem;
  }
}

.event {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 6rem;
}
@media screen and (min-width:992px) {
  .event {
    margin-top: 17.4rem;
    padding-bottom: 12rem;
  }
}
.event::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e7e8e8;
  width: 73%;
  height: 26%;
}
.event header {
  width: 100%;
  position: static;
  z-index: 0;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width:992px) {
  .event header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.event header::after {
  content: none;
}
.event header p {
  font-weight: 900;
  letter-spacing: 0.3em;
  font-size: 1.5rem;
  margin-top: .9rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  transform: translateY(13px);
  transition: all .3s ease;
  will-change: opacity, transform;
}
@media screen and (min-width:768px) {
  .event header p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:992px) {
  .event header p {
    font-size: 2.3rem;
    line-height: 2;
    margin-top: 3.3rem;
  }
}
.event header p.show {
  opacity: 1;
  transform: translateY(0);
}
.event header p span {
  font-weight: 500;
  font-family: Oswald,sans-serif;
}
.event .content {
  margin-top: 4.5rem;
}
@media screen and (min-width:992px) {
  .event .content {
    margin-top: 7.3rem;
  }
}
.event .content .item {
  position: relative;
  opacity: 0;
  transform: translateY(13px);
  transition: all .3s ease;
  will-change: opacity, transform;
}
.event .content .item:last-of-type {
  margin-top: 3.9rem;
  transition-delay: .1s;
}
@media screen and (min-width:768px) {
  .event .content .item:last-of-type {
    margin-top: 0;
  }
}
.event .content .item.show {
  opacity: 1;
  transform: translateY(0);
}
.event .content .item .held {
  position: absolute;
  top: 0;
  left: 0;
  line-height: .9;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .event .content .item .held {
    left: 3%;
  }
}
.event .content .item .held .date {
  font-family: "Rozha One";
  font-weight: 100;
  font-size: 4.1rem;
}
@media screen and (min-width:576px) {
  .event .content .item .held .date {
    font-size: 6rem;
  }
}
@media screen and (min-width:768px) {
  .event .content .item .held .date {
    font-size: 5.3rem;
  }
}
@media screen and (min-width:992px) {
  .event .content .item .held .date {
    font-size: 7rem;
  }
}
@media screen and (min-width:1200px) {
  .event .content .item .held .date {
    font-size: 7.9rem;
  }
}
.event .content .item .held .name {
  font-family: Oswald,sans-serif;
  font-size: 4.6rem;
  color: #d8072f;
}
@media screen and (min-width:576px) {
  .event .content .item .held .name {
    font-size: 6.6rem;
  }
}
@media screen and (min-width:768px) {
  .event .content .item .held .name {
    font-size: 6rem;
  }
}
@media screen and (min-width:992px) {
  .event .content .item .held .name {
    font-size: 7.8rem;
  }
}
@media screen and (min-width:1200px) {
  .event .content .item .held .name {
    font-size: 9rem;
  }
}
.event .content .item .body  {
  background: #d8072f;
}
@media screen and (min-width: 768px) {
  .event .content .item .body a {
    cursor: pointer;
  }
}
.event .content .item .body a figure {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .event .content .item .body a figure::after {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		border: 0 solid rgba(0, 0, 0, .3);
		content: "";
		-webkit-transition: border .2s;
		transition: border .2s;
	}
	.event .content .item .body a figure::before {
		position: absolute;
		top: calc(50% - 1.3rem);
		right: 0;
		left: 0;
		z-index: 4;
		display: block;
		margin: auto;
		width: 100%;
		color: #fff;
		content: "MORE";
		text-align: center;
		letter-spacing: .3em;
		font-weight: 700;
		font-style: normal;
		font-size: 2.6rem;
		font-family: Oswald, sans-serif;
		line-height: 1;
		opacity: 0; 
		-webkit-transition: opacity .3s .1s; 
		transition: opacity .3s .1s;
	}
  .event .content .item .body a:hover figure::before {
		opacity: 1;
		-webkit-transition: opacity .3s .1s;
		transition: opacity .3s .1s;
	}
  .event .content .item .body a:hover figure::after {
		border: 800px solid rgba(0, 0, 0, .3);
		-webkit-transition: border .8s;
		transition: border .8s;
	}
}
.event .content .item .body .read {
  padding: 2rem 1rem 1rem 0;
}
.event .content .item .body .read p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
}
.event .content .item .body .read .sns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 2.5rem;
}
.event .content .item .body .read .sns .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  transform: translateY(0);
}
.event .content .item .body .read .sns .item:not(:last-child):not(.facebook) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .event .content .item .body .read .sns .item {
    width: 15em;
  }
}
.event .content .item .body .read .sns .item:last-of-type {
  margin-top: 0;
  transition-delay: 0;
}
.event .content .item .body .read .sns .item.facebook,
.event .content .item .body .read .sns .item.youtube {
  display: block !important;
  width: auto !important;
}
.event .content .item .body .read .sns .item.facebook .link,
.event .content .item .body .read .sns .item.youtube .link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Oswald,sans-serif;
  opacity: 1;
  transition: all .5s;
}
.event .content .item .body .read .sns .item.facebook .link:hover,
.event .content .item .body .read .sns .item.youtube .link:hover {
  opacity: .6;
}
.event .content .item .body .read .sns .item.facebook .link {
  margin-bottom: 0;
}
.event .content .item .body .read .sns .item .link::before {
  content: '';
  width: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  opacity: 1;
  transition: all .3s;
}
.event .content .item .body .read .sns .item.facebook .link::before {
  background-image: url("../images/home/icon-facebook.svg");
  height: 1.8rem;
  transform: translateY(-0.2rem);
  margin-right: .8rem;
}
.event .content .item .body .read .sns .item.youtube .link::before {
  background-image: url("../images/home/icon-youtube.svg");
  height: 1.4rem;
  margin-right: 1.1rem;
  margin-left: .4rem;
}
.event .content .item .body .read .sns .item.facebook .link::before:hover,
.event .content .item .body .read .sns .item.youtube .link::before:hover {
  opacity: .6;
}

.merits {
  margin-top: 1.5rem;
  padding: 6rem 0 6rem;
  background: #2d2c2b;
}
@media screen and (min-width:992px) {
  .merits {
    margin-top: 17.3rem;
    padding: 15rem 0 15.8rem;
  }
}
.merits.show {
  opacity: 1;
}
.merits header {
  position: static;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 0;
}
@media screen and (min-width:992px) {
  .merits header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.merits header::after {
  content: none;
}
.merits header h2 {
  color: #fff;
}
.merits .content {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width:992px) {
  .merits .content {
    margin-top: 7.3rem;
  }
}
.merits .content .item {
  position: relative;
  margin-bottom: 7.9rem;
  opacity: 0;
  transform: translateY(13px);
  transition: all .3s ease;
  will-change: opacity, transform;
}
@media screen and (min-width: 768px) {
  .merits .content .item {
    margin-bottom: 7.7rem;
  }
}
@media screen and (min-width: 992px) {
  .merits .content .item {
    margin-bottom: 0;
  }
}
.merits .content .item:last-of-type {
  margin-bottom: 0;
}
.merits .content.show .item {
  opacity: 1;
  transform: translateY(0);
}

.merits .content .item .point {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .merits .content .item .point {
    text-align: left;
  }
}
.merits .content .item .point .icon {
  width: 8.84375rem;
  height: 6.0265rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .merits .content .item .point .icon {
    width: 8.3rem;
    height: 4.8328rem;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .merits .content.show .item .point .icon {
    width: 3.5rem;
    height: 3.2rem;
  }
}
.merits .content.show .item .point .icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.merits .content.show .item .point .header {
  margin-top: 3.14453rem;
  position: static;
  font-size: 1.7341rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .merits .content.show .item .point .header {
    position: absolute;
    top: 0;
    left: 8.6859rem;
    font-size: 1.9259rem;
    margin-top: 1.20852rem;
  }
}
@media screen and (min-width: 992px) {
  .merits .content.show .item .point .header {
    left: 5rem;
    margin-top: .8787rem;
    font-size: 1.6rem;
  }
}
.merits .content.show .item .point .body {
  margin-top: 1.7514rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .merits .content.show .item .point .body {
    margin-top: 2rem;
    font-size: 1.5541rem;
    line-height: 1.9125;
  }
}
@media screen and (min-width: 992px) {
  .merits .content.show .item .point .body {
    margin-top: 1.5817rem;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: -0.01em;
  }
}

.guideline {
  margin-top: 8rem;
  z-index: 1;
}
@media screen and (min-width:992px) {
  .guideline {
    margin-top: 17.4rem;
  }
}
.guideline header {
  width: 100%;
  position: static;
  z-index: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width:992px) {
  .guideline header {
    padding-left: 0;
    padding-right: 0;
  }
}
.guideline header::after {
  content: none;
}
.guideline .body {
  margin-top: 1.5rem;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
@media screen and (min-width:992px) {
  .guideline .body {
    margin-top: 7.3rem;
  }
}
.guideline .body dl {
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(13px);
  transition: all .3s ease;
  will-change: opacity, transform;
}
.guideline .body dl.show {
  opacity: 1;
  transform: translateY(0);
}
.guideline .body dl dt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  background-color: #d8072f;
  padding: .6rem 1rem;
}
@media screen and (min-width:992px) {
  .guideline .body dl dt {
    padding: .6rem 3rem;
  }
}
.guideline .body dl dd {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 2rem 1rem 3rem;
}
@media screen and (min-width:992px) {
  .guideline .body dl dd {
    padding: 3rem 3rem 6rem;
  }
}
.guideline .body dl dd span {
  font-size: 1.2rem;
  font-weight: normal;
}
.guideline .body dl dd ul li:not(:last-of-type) {
  margin-bottom: .6rem;
}
.guideline .body dl dd ul li a,
.guideline .body dl dd ul li button {
  display: inline-block;
  color: #d8072f;
  text-decoration: underline;
}
.guideline .body dl dd ul li a:hover,
.guideline .body dl dd ul li button:hover {
  text-decoration: none;
}
.guideline .body dl dd ul li ol li {
  list-style: disc;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 2rem;
}
.guideline .body dl dd ul li ol li:first-of-type {
  margin-top: .8rem;
}
.guideline .body dl dd ul li ol li:not(:last-of-type) {
  margin-bottom: .6rem;
}

.schedule {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 9rem;
  overflow-x: hidden;
}
@media screen and (min-width:992px) {
  .schedule {
    margin-top: 17.4rem;
    padding-bottom: 9rem;
  }
}
.schedule::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 13.6%;
  height: 100%;
  background: #d8072f;
}
@media screen and (min-width:768px) {
  .schedule::before{
    width: 23.6%;
  }
}
@media screen and (min-width:992px) {
  .schedule::before{
    width: 33.6%;
  }
}
.schedule header {
  width: 100%;
  position: static;
  display: flex;
  justify-content: flex-end;
  padding-top: 1.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 0;
}
@media screen and (min-width:768px) {
  .schedule header {
    padding-top: 1.2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width:992px) {
  .schedule header {
    padding-top: 2.5rem;
  }
}
.schedule header::after {
  content: none;
}
.schedule .body {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width:768px) {
  .schedule .body {
    margin-top: 5rem;
  }
}
@media screen and (min-width:992px) {
  .schedule .body {
    margin-top: 7.3rem;
  }
}
.schedule .body .time-line {
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(13px);
  transition: all .3s ease;
  will-change: opacity, transform;
}
.schedule .body .time-line.show {
  opacity: 1;
  transform: translateY(0);
}
.schedule .body .time-line:not(:first-of-type) {
  margin-top: 9rem;
}
.schedule .body .time-line .date {
  font-family: "Rozha One";
  font-size: 2.4rem;
  line-height: 1;
  color: #d7cbcb;
}
@media screen and (min-width:768px) {
  .schedule .body .time-line .date {
    font-size: 3.5rem;
  }
}
@media screen and (min-width:992px) {
  .schedule .body .time-line .date {
    font-size: 5.6rem;
  }
}
@media screen and (min-width:1200px) {
  .schedule .body .time-line .date {
    font-size: 6rem;
  }
}
.schedule .body .time-line .date::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0%;
  height: .1rem;
  width: 170rem;
  background: rgba(204,0,51,0.1);
}
.schedule .body .time-line .read {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 5.5rem;
}
@media screen and (min-width:992px) {
  .schedule .body .time-line .read {
    font-size: 1.8rem;
  }
}
@media screen and (min-width:992px) {
  .schedule .body .time-line .read {
    padding-left: 14.7rem;
  }
}
.schedule .body .time-line .read span {
  font-size: 1.3rem;
}

.faq {
  position: relative;
  margin-top: 8rem;
  z-index: 2;
}
@media screen and (min-width:992px) {
  .faq {
    margin-top: 17.4rem;
  }
}
.faq header {
  width: 100%;
  position: static;
  z-index: 0;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width:992px) {
  .faq header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.faq header::after {
  content: none;
}
.faq .body {
  width: 100%;
}
.faq .body {
  margin-top: 1.5rem;
}
@media screen and (min-width:992px) {
  .faq .body {
    margin-top: 7.3rem;
  }
}
.faq .body .list {
  width: 100%;
  opacity: 0;
  transform: translateY(13px);
  transition: all .3s ease;
  will-change: opacity, transform;
}
.faq .body .list + .list {
  margin-top: 2rem;
}
.faq .body .list.show {
  opacity: 1;
  transform: translateY(0);
}
.faq .body .list .accordion {
  position: relative;
  margin-bottom: 0;
}
.faq .body .list .accordion dt {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.25em 8.5rem 1.25em 9rem;
  background-color: #d8072f;
  color: #fff;
  position: relative;
}
@media screen and (min-width:576px) {
  .faq .body .list .accordion dt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:768px) {
  .faq .body .list .accordion dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width:992px) {
  .faq .body .list .accordion dt {
    font-size: 1.6rem;
  }
}
.faq .body .list .accordion dt .text {
  margin-right: 1em;
  margin-left: 0;
  position: relative;
}
.faq .body .list .accordion dt .text::before {
  display: inline-block;
  content: "Q.";
  font-family: "Chakra Petch","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","メイリオ",Meiryo,sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  transform: scaleX(.88);
  transform-origin: left;
  position: absolute;
  top: 50%;
  left: -5.5rem; 
  transform: translateY(-55%) scaleX(.88);
}
@media screen and (min-width:576px) {
  .faq .body .list .accordion dt .text::before {
    font-size: 2rem;
    left: -6.5rem;
  }
}
@media screen and (min-width:768px) {
  .faq .body .list .accordion dt .text::before {
    font-size: 2.5rem;
    left: -6rem;
  }
}
@media screen and (min-width:992px) {
  .faq .body .list .accordion dt .text::before {
    font-size: 3rem;
    left: -7rem;
  }
}
.faq .body .list .accordion dt .trigger  {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.faq .body .list .accordion dt .trigger::before,
.faq .body .list .accordion dt .trigger::after  {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.faq .body .list .accordion dt .trigger::before {
  width: 2.4rem;
  height: .2rem;
  right: 3rem;
  margin-top: -.2rem;
}
.faq .body .list .accordion dt .trigger::after {
  width: .2rem;
  height: 2.4rem;
  right: 4rem;
  margin-top: -1.2rem;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
}
.faq .body .list .accordion dt .trigger.opened::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.faq .body .list .accordion dd {
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 700;
  max-height: 999999px;
  overflow: hidden;
  height: 0;
  transition: height .3s ease-out;
}
@media screen and (min-width:576px) {
  .faq .body .list .accordion dd {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:768px) {
  .faq .body .list .accordion dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width:992px) {
  .faq .body .list .accordion dd {
    font-size: 1.6rem;
  }
}
.faq .body .list .accordion dd .inner {
  padding: 1.5em;
  position: relative;
}
@media screen and (min-width:768px) {
  .faq .body .list .accordion dd .inner{
    padding: 1.25em 1.25em 1.25em 10rem;
  }
}
@media screen and (min-width:992px) {
  .faq .body .list .accordion dd .inner{
    padding: 1.25em 8rem 1.25em 12rem;
  }
}
.faq .body .list .accordion dd .inner::before{
  display: none;
}
@media screen and (min-width:992px) {
  .faq .body .list .accordion dd .inner::before{
    display: inline-block;
    content: "A.";
    font-family: "Chakra Petch","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","メイリオ",Meiryo,sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1;
    color: #d8072f;
    transform: scaleX(.88);
    transform-origin: left;
    position: absolute;
    top: 2rem;
    left: 2rem;
  }
}
.faq .body .list .accordion dd .inner p {
  margin-top: 0.75em;
}
@media screen and (min-width:992px) {
  .faq .body .list .accordion dd .inner p {
    margin-top: 0;
  }
}
.faq .body .list .accordion dd .inner p span {
  font-size: 1.3rem;
  line-height: 1;
}
.faq .body .list .accordion dd .inner ul li {
  list-style: disc;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 2rem;
}
.faq .body .list .accordion dd .inner ul li:first-of-type {
  margin-top: .8rem;
}
.faq .body .list .accordion dd .inner ul li:not(:last-of-type) {
  margin-bottom: .6rem;
}

.sponsors {
  margin-top: 8rem;
  z-index: 1;
}
@media screen and (min-width:992px) {
  .sponsors {
    margin-top: 17.4rem;
  }
}
.sponsors header {
  width: 100%;
  position: static;
  z-index: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width:992px) {
  .sponsors header {
    padding-left: 0;
    padding-right: 0;
  }
}
.sponsors header::after {
  content: none;
}
.sponsors .body {
  margin-top: 1.5rem;
  padding-right: 0;
  padding-left: 0;
  background-color: #d8072f;
}
@media screen and (min-width:992px) {
  .sponsors .body {
    margin-top: 7.3rem;
  }
}
.sponsors .body .inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sponsors .body .inner .item {
  opacity: 0;
  transform: translateY(13px);
  transition: all .3s ease;
  will-change: opacity, transform;
}
.sponsors .body.show .inner .item {
  opacity: 1;
  transform: translateY(0);
}

.contact {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 9.3rem;
  z-index: 0;
}
@media screen and (min-width:768px) {
  .contact {
    margin-top: 17.4rem;
    padding-bottom: 9rem;
  }
}
.contact .red-carpet {
  width: 63%;
  height: calc(100% + .6rem);
  display: block;
  background-color: rgba(216, 7, 47, 1);
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  transform-origin: top center;
  transform: scaleY(0);
  transition: all .3s ease-in;
  will-change: transform;
}
@media screen and (min-width:768px) {
  .contact .red-carpet {
    width: 40rem;
    height: calc(100% + 6.5rem);
    top: 8rem;
  }
}
@media screen and (min-width:992px) {
  .contact .red-carpet {
    height: calc(100% + 4.5rem);
    top: 9rem;
  }
}
.contact .red-carpet.show {
  transform: scaleY(1);
}
.contact header {
  width: auto;
  position: static;
  z-index: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width:992px) {
  .contact header {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact header::after {
  content: none;
}
.contact .body {
  color: #fff;
  text-align: center;
}
.contact .body .name {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 6rem;
}
@media screen and (min-width:768px) {
  .contact .body .name {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width:992px) {
  .contact .body .name {
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin-top: 9rem;
  }
}
.contact .body .name .en {
  font-weight: 500;
  font-family: Oswald, sans-serif;
  
}
.contact .body .name .ja {
  font-weight: 700;
  font-family: 'Noto sans JP', sans-serif;
}
.contact .footer {
  width: 63%;
  margin: 6rem auto 0;
}
@media screen and (min-width:768px) {
  .contact .footer {
    width: 40rem;
  }
}
.contact .footer .button {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .contact .footer .button {
    width: 80%;
  }
}
.contact .footer .privacy {
  margin-top: 1.3rem;
  width: 100%;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width:768px) {
  .contact .footer .privacy {
    line-height: 1.75;
    letter-spacing: 0.2em;
    font-size: 1.3rem;
    width: 80%;
    margin: 1.3rem auto 0;
  }
}
.contact .footer .privacy button {
  text-decoration: underline;
}
.contact .footer .privacy button:hover {
  text-decoration: none;
}

footer {
  background: #282725;
  color: #fff;
}
footer .logo {
  padding: 6rem 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
    footer .logo {
    padding: 9rem 0 16rem;
  } 
}
footer .logo svg {
  fill: #fff;
  width: 63%;
}
@media screen and (min-width: 768px) {
  footer .logo svg {
    width: 40rem;
  }
}
footer .navi {
  margin-bottom: 1rem;
  font-size: 1rem;
  padding: 0;
}
footer .navi li {
  display: inline-block;
  padding: 0 .5rem;
  line-height: 1;
}
footer .navi li:not(:last-child) {
  border-right: #ccc .1rem solid;
}
footer .navi li button {
  color: rgba(255, 255, 255, 1);
}
footer .navi li button:hover {
  color: rgba(255, 255, 255, .6);
}
footer .copyright {
  font-size: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    padding-bottom: 1.6rem;
  }
}

.entry-nav-lists {
  display: block;
  position: fixed;
  bottom: .5rem;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 0 1%;
}
.entry-nav-lists .list {
  text-align: center;
  font-size: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.entry-nav-lists .list.hide {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.entry-nav-lists .list .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5%;
  width: 48%;
}
.entry-nav-lists .list .item .link {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Oswald,sans-serif;
  letter-spacing: 0.05em;
  display: block;
  height: 5rem;
  line-height: 5rem;
}
.entry-nav-lists .list .item .link:hover {
  text-decoration: none;
}
.entry-nav-lists .list .item .contact {
  background-color: #fff;
  color: #dc0508;
  border: .1rem solid #dc0508;
  opacity: 1;
  margin-top: 0;
  padding-bottom: 0;
}
.entry-nav-lists .list .item .entry {
  background-color: #dc0508;
  color: #fff;
  border: .1rem solid #dc0508;
}
@media screen and (min-width: 576px) {
  .entry-nav-lists {
    display: none;
  }
}

@keyframes close {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
  49% {
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    opacity:1;
  }
  50% {
    opacity:0;
  }
  51% {
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
  }
  52% {
    opacity:1;
  }
  to {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
}
.modal {
  position: fixed;
  display: block;
  width: 100vw;
  min-height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate3d(0, 0, 0);
  z-index: 33;
}
.modal.show {
  pointer-events: auto;
}
.modal.curtain::after {
  background: #d8072f;
}
.modal.show.curtain::after {
  animation: curtain .6s ease-in-out 0s 1 normal both;
}
.modal .content {
  background: #fff;
  opacity: 0;
  width: 100vw;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  transform: translate3d(0, 0, 0);
}
.modal.show .content {
  animation: curtain-inner 0s ease .4s 1 normal both;
}
.modal header {
  width: 100%;
}
.modal .content .close {
  position: sticky;
  top: 0;
  padding-left: 0;
  padding-right: 0;
  width: 16%;
  height: 8rem;
  margin-left: auto;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .modal .content .close {
    width: 13%;
  }
}
@media screen and (min-width: 768px) {
  .modal .content .close {
    width: 11%;
    height: 10rem;
  }
}
@media screen and (min-width: 992px) {
  .modal .content .close {
    height: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal .content .close {
    width: 7%;
  }
}
.modal .content .close button {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.modal .content .close button .inner {
  width: 4rem;
  height: .2rem;
  overflow: hidden;
  position: absolute;
  display: block;
}
@media screen and (min-width: 576px) {
  .modal .content .close button .inner {
    width: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .modal .content .close button .inner {
    width: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .modal .content .close button .inner {
    width: 7rem;
  }
}
.modal .content .close button .inner:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .content .close button .inner:last-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .content .close button .inner .line {
  height: 100%;
  width: 100%;
  background-color: #d8072f;
  display: block;
}
.modal .content .close button:hover .inner .line {
  animation-name: close;
}
.modal .content .close button:hover .inner .line:first-of-type {
  animation-duration:.6s;
  animation-timing-function:cubic-bezier(.77,0,.175,1);
}
.modal .content .close button:hover .inner .line:last-of-type {
  animation-duration:.7s;
  animation-timing-function:cubic-bezier(.77,0,.175,1);
}
.modal .content header {
  position: absolute;
  top: 3.5rem;
  left: 1rem;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .modal .content header {
    left: 6rem;
  }
}
.modal .content .body {
  padding: 12rem 0 12rem;
}
@media screen and (min-width: 768px) {
  .modal .content .body {
    padding: 13rem 0 6rem;
  }
}

#privacy .content .body {
  font-size: 2.6vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #privacy .content .body {
    padding: 13rem 0 6rem;
    font-size: 1.6rem;
  }
}
#privacy .content .body .read {
  margin: 4em 0;
}
#privacy .content .body .read h3 {
  font-size: 4vw;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #privacy .content .body .read h3 {
    font-size: 2.4rem;
  }
}
#privacy .content .body .read ul {
  margin: 2em 0;
}
#privacy .content .body .read ul li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 2em;
}
#privacy .content .body .read ul li::before {
  content: "\02014";
  position: absolute;
  top: 0;
  left: 0;
}
#privacy .content .body .read ul li .asterisk {
  font-size: 0.85em;
  margin-top: 0.5em;
}
#privacy .body .read ul li .legal {
  margin-top: 2em;
}
#privacy .content .body .read ul.number {
  margin: 0 0 2em;
  padding-left: 2em;
}
#privacy .content .body .read ul.number > li {
  list-style-type: decimal;
  padding-left: 1em;
  margin-bottom: 1em;
}
#privacy .content .body .read ul.number > li::before {
  content: "";
}
#privacy .content .body .read ul.brackets {
  margin-top: 2em;
}
#privacy .content .body .read ul.brackets > li:nth-of-type(1):before {
  content: '1)';
  position: absolute;
  left: 0;
  top: 0;
}
#privacy .content .body .read ul.brackets > li:nth-of-type(2):before {
  content: '2)';
  position: absolute;
  left: 0;
  top: 0;
}
#privacy .content .body .read ul.brackets > li dd {
  margin-top: 0.25em;
}
#privacy .content .body .date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#privacy .content .body .date .updated {
  margin-left: 2em;
}

#request .content .body .headline {
  margin-top: 0;
}

#request .content .body .promotion {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  #request .content .body .promotion {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#request .content .body .promotion video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#request .content .body .headline {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #request .content .body .headline {
    margin-top: 0;
    text-align: left;
  }
}
#request .content .body .headline .org {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 576px) {
  #request .content .body .headline .org {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  #request .content .body .headline .org {
    font-size: 1.4rem;
  }
}
#request .content .body .headline .name {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #d8072f;
  letter-spacing: 0.1em;
  
}
@media screen and (min-width: 992px) {
  #request .content .body .headline .name {
    margin-top: 2rem;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #request .content .body .headline .name {
    font-size: 2.2rem;
  }
}
#request .content .body .headline .position {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
	#request .content .body .headline .position {
    font-size: 1.2rem;
  }
}
#request .content .body .themes {
  position: relative;
  margin-top: 3.5rem;
  padding: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  #request .content .body .themes {
    margin-top: 7rem;
    padding-top: 7rem 0 0;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #request .content .body .themes {
    margin-top: 10rem;
  }
}
#request .content .body .themes::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 10rem;
  height: .1rem;
  margin: auto;
  background: #e7e8e8;
  content: "";
} 
@media screen and (min-width: 768px) {
  #request .content .body .themes::before {
    width: 0;
    height: 0;
  }
}
#request .content .body .themes dl {
  margin-bottom: 0;
}
#request .content .body .themes dl dt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  background-color: #d8072f;
  padding: .6rem 1rem;
}
@media screen and (min-width:992px) {
  #request .content .body .themes dl dt {
    padding: .6rem 3rem;
  }
}
#request .content .body .themes dl dd {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 2rem 1rem 3rem;
}
@media screen and (min-width:992px) {
  #request .content .body .themes dl dd {
    padding: 3rem 3rem 6rem;
  }
}
#request .content .body .themes dl dd span {
  font-size: 1.2rem;
  font-weight: normal;
}
#request .content .body .themes dl dd p,
#request .content .body .themes dl dd dl dd p {
  margin-top: 3rem;
  margin-bottom: 0;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  #request .content .body .themes dl dd p,
  #request .content .body .themes dl dd dl dd p {
    margin-top: 3.5rem;
    line-height: 2.4;
  }
}
#request .content .body .themes dl dd p:first-child,
#request .content .body .themes dl dd dl dd p:first-child {
  margin-top: 0;
}
#request .content .body .themes dl dd dl {
  margin-bottom: 0;
  padding: 2rem 0 3rem;
}
@media screen and (min-width:992px) {
  #request .content .body .themes dl dd dl {
    padding: 3rem 0 0;
  }
}
#request .content .body .themes dl dd dl dt {
  color: #212529;
  background-color: transparent;
  padding: 0;
}
#request .content .body .themes dl dd dl dt span {
  font-size: 1.8rem;
  font-family: Oswald,sans-serif;
  color: #d8072f;
  padding-right: .3em;
}
#request .content .body .themes dl dd dl dd {
  padding: 2rem 1em 3rem;
}
#request .content .body .themes dl dd dl dd ol li {
  list-style: disc;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 2rem;
}
#request .content .body .themes dl dd dl dd ol li:first-of-type {
  margin-top: .8rem;
}
#request .content .body .themes dl dd dl dd ol li:not(:last-of-type) {
  margin-bottom: .6rem;
}
#request .body .table {
  margin-top: 7rem;
}
@media screen and (min-width:992px) {
  #request .body .table {
    margin-top: 10rem;
  }
}
#request .body .table .item {
  display: flex;
  flex-direction: column;
  border-bottom: 0;
  padding: .6rem 0;
}
@media screen and (min-width:992px) {
  #request .body .table .item {
    padding: 1rem 0;
    flex-direction: row;
    border-bottom: .1rem solid #eaeaea;
  }
}
#request .body .table .item .title {
  background-color: #d8072f;
  width: 100%;
  text-align: center;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.75;
  font-size: 1.4rem;
  font-weight: 700;
  padding: .6rem .6rem;
}
@media screen and (min-width:992px) {
  #request .body .table .item .title {
    width: 20rem;
    font-size: 1.6rem;
    padding: 4.1rem 1rem;
  }
}
#request .body .table .item .text {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.4rem 1rem .6rem 1rem;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (min-width:992px) {
  #request .body .table .item .text {
    width: calc(100% - 200px);
    padding: 1.4rem 0 1.4rem 2.2rem;
    line-height: 1.75;
  }
}
#request .body .table .item .text .small {
  font-size: 1.2rem;
  line-height: 1.66;
}
@media screen and (min-width:992px) {
  #request .body .table .item .text .small {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
#request .body .table .item .text a {
  color: #d8072f;
  text-decoration: underline;
}