@charset "UTF-8";
/* Scss Document */
/* 
---------------------------------------
メインビジュアル
---------------------------------------
*/
#kv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  background: url("../img/main_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column; }
  @media (max-width: 999px) {
    #kv {
      height: 100vh;
      background: url("../img/main_01_sp.jpg");
      background-size: cover;
      background-repeat: no-repeat; } }

#kv .ttl {
  color: #fff;
  text-align: center; }
  @media (max-width: 999px) {
    #kv .ttl {
      width: 100%; } }

#kv .time {
  display: block;
  color: #fff;
  font-size: clamp(40px, 5vw, 80px);
  letter-spacing: 4px;
  margin-bottom: 1vw;
  font-weight: bold; }
  @media (max-width: 999px) {
    #kv .time {
      font-size: 58px; } }

#kv .time1 {
  line-height: 44px;
  font-weight: bold;
  font-size: 32px; }

#kv .time2 {
  line-height: 42px;
  font-weight: bold; }

#kv .time3 {
  text-align: center;
  line-height: 2px;
  font-weight: bold; }

#kv .time4 {
  font-weight: bold; }

#kv .time span {
  font-size: clamp(30px, 3vw, 50px); }
  @media (max-width: 999px) {
    #kv .time span {
      font-size: 24px;
      letter-spacing: 1px;
      padding-left: 4px; } }

[id*="home"] .ttl {
  font-size: clamp(48px, 4vw, 60px) !important; }
  @media (max-width: 999px) {
    [id*="home"] .ttl {
      font-size: clamp(40px, 4vw, 60px) !important; } }

#kv .sns {
  font-size: 24px;
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 26px 20px 2px;
  border-radius: 4px 0 0 4px; }

#kv .sns a {
  color: #fff;
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center; }

#kv .lang {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  position: absolute;
  right: 4%;
  z-index: 1;
  color: #fff;
  display: flex;
  top: 6%; }

#kv .lang p {
  padding: 0 10px;
  line-height: 13px; }

#kv .lang p:first-child {
  border-right: 1px solid #fff; }

#kv .lang p a {
  color: #fff; }

#kv .box {
  text-align: center;
  position: relative;
  z-index: 1; }

#kv .pic {
  margin-bottom: 30px; }
  @media (max-width: 999px) {
    #kv .pic {
      margin-bottom: 20px; } }

#kv a {
  color: #fff;
  text-decoration: underline;
  position: absolute;
  right: 6%;
  bottom: 23%;
  z-index: 1; }
  @media (max-width: 999px) {
    #kv a {
      left: 0;
      right: 0;
      bottom: 12%; } }

#kv, #kv::before {
  height: 100vh;
  max-height: 100%; }

#kv {
  position: relative;
  background-size: cover;
  text-align: center;
  height: 100vh; }

#kv .boxs {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#video {
  position: absolute;
  height: 100%; }

@media (max-width: 999px) {
  #kv {
    position: relative;
    padding: 0 0;
    background-size: cover;
    text-align: center;
    overflow: hidden; }

  #kv #video {
    height: 100vh;
    position: absolute;
    top: 0;
    left: -480px;
    right: 0;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    z-index: 0; }

  	/*#kv:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 6;
  	}}*/ }
@media (min-width: 1000px) {
  #kv {
    position: relative;
    padding: 0 0px;
    height: 100vh;
    background-size: cover;
    text-align: center;
    overflow: hidden; }

  #kv #video {
    height: 55.80vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%; }

  /*#kv:before{
  	content:"";
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(0,0,0,0.5);
  	z-index: 10;
  }*/ }
#kv::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#333 0%, transparent 0%), radial-gradient(#333 10%, transparent 30%);
  background-size: 4px 4px;
  z-index: 0;
  background-position: 0 0, 2px 2px; }
  @media (max-width: 999px) {
    #kv::after {
      height: 100vh; } }

@media (max-width: 999px) {
  #kv .ttlBox {
    width: 100%; } }

.home #kv .ttl {
  position: relative;
  z-index: 2;
  font-size: 54px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 72px;
  text-shadow: #333 0 0 10px; }
  @media (max-width: 999px) {
    .home #kv .ttl {
      font-size: 18px;
      line-height: 36px; } }

#kv .ttl span {
  font-size: 70px;
  color: #f0f6ae; }
  @media (max-width: 999px) {
    #kv .ttl span {
      font-size: 36px; } }

#kv .sttl {
  position: relative;
  z-index: 2;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 2px; }
  @media (max-width: 999px) {
    #kv .sttl {
      font-size: 14px;
      margin-bottom: 10px; } }

#home02 {
  overflow: hidden; }

#home06 .addTtl {
  margin-bottom: 60px;
  max-width: 1060px;
  width: 92%;
  margin: 0 auto;
  background: #f7f7f7;
  margin-top: -10vw;
  z-index: 1;
  position: relative;
  padding: 4vw 4vw 1vw;
  border-radius: 4px; }
  @media (max-width: 999px) {
    #home06 .addTtl {
      margin-top: -16vw;
      width: 100%;
      padding-top: 40px; } }

#home02 .sub .boxs .box .box_r dt {
  width: 32%; }

#home02 .sub .boxs .box .box_r dl:last-child dt,
#home02 .sub .boxs .box .box_r dl:last-child dd {
  background: #fff; }

#home02 .sub .boxs .box .box_r dl:last-child dd {
  background: #fff;
  width: 76%; }

#home02 .sub .boxs .box .box_r dl:last-child {
  flex-direction: row;
  padding-top: 0; }

#home02 .sub .boxs .box .box_r dl:last-child dt {
  width: 32%;
  text-align: left; }

#home02 .sub:nth-child(1) {
  margin-bottom: 160px; }
  @media (max-width: 999px) {
    #home02 .sub:nth-child(1) {
      margin-bottom: 80px; } }

#home02 .sub .dates {
  margin: 60px auto 30px;
  text-align: center; }
  @media (max-width: 999px) {
    #home02 .sub .dates {
      margin: 40px auto 15px; } }

#home02 .sub .boxs .box .box_r .addBtn .btn2 {
  pointer-events: none;
  margin: 10px 10px 10px auto;
  justify-content: center; }
  @media (max-width: 999px) {
    #home02 .sub .boxs .box .box_r .addBtn .btn2 {
      margin: 0; } }

#home02 .addBtn .btn2::after {
  display: none; }

.fa-twitter:before {
  content: '𝕏';
  font-family: unset;
  font-weight: bold; }

#home08 .txt {
  text-align: center; }

@media (max-width: 999px) {
  #home02 .sub .boxs .box .box_r .addBtn dd {
    width: 100% !important;
    padding: 0;
    display: flex;
    justify-content: center; } }

@media (max-width: 999px) {
  #home02 .sub .boxs .box .box_r .addBtn dt {
    display: none !important; } }

@media (max-width: 999px) {
  #home02 .sub .boxs .box .box_r .addBtn2 dd {
    width: 100% !important;
    padding: 0;
    display: flex;
    justify-content: center; } }

#home02 .sub .boxs .box .box_r .addBtn2 dt {
  display: none !important; }

#home02 .sub .boxs .box .box_r dl.addBtn2 dd {
  width: 50%;
  padding: 0;
  margin: 20px 0 20px auto; }
  @media (max-width: 999px) {
    #home02 .sub .boxs .box .box_r dl.addBtn2 dd {
      margin: 10px 0 0 auto; } }
