@charset "utf-8";

/* -- cover -- */

img {
	max-width: 100%;
	height: auto;
}

.gjs-dashed .carousel-item {
	display: block;
}

.gjs-dashed .carousel-indicators {
	position: static;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.gjs-dashed .carousel-indicator {
	width: 30.7%;
}

.carousel-indicators {
	margin: 0 -7.5px;
	padding: 2.5px 0;
	display: flex;
	position: static;
}

.carousel-indicator {
	margin: 0 7.5px;
	padding: 0 30px;
	width: 20%;
	height: 100%;
	background: #FFF;
	cursor: pointer;
}

.carousel-indicator.active {
	background: #999;
}

.zoomOut {
  overflow: hidden;
}

.zoomOut>img {
  animation: animationZoomOut 20s linear infinite;
}

@keyframes animationZoomOut {
  0% {
    transform: scale(1.3)
  }

  100% {
    transform: scale(1)
  }
}

.cover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  z-index: 1;
}

.coverItemBox {
  z-index: 1;
}

.coverTitBox {
  position: relative;
}

.coverTitBox::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21%;
  max-width: 53px;
  height: 100%;
  background-image: url(../images/deco_cover_tit_paw01.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.coverTit {
  position: relative;
  height: fit-content;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.coverTit:first-child {
  margin: 0 !important;
}

.coverTit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.coverTit:last-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -43.5%;
  left: 3%;
  width: 86%;
  max-width: 53px;
  height: 100%;
  background-image: url(../images/deco_cover_tit_paw02.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.tCommitDecoItem01 {
  z-index: 1;
}

.tAboutSnsLink {
  transition: .3s;
}

.tAboutSnsLink:hover {
  opacity: .5;
  transition: .3s;
}

@media screen and (min-width:768px) {

  /* -- beginners */

  .tBeginnersFrame::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 80%;
    max-width: 689px;
    height: 120%;
    background-color: #fff;
  }

  .tBeginnersTitDeco {
    top: -20px !important;
    left: 13px !important;
    max-width: 176px !important;
    opacity: .3;
  }

}

@media screen and (min-width:1024px) {

  .tBeginnersTitDeco {
    top: -30px !important;
    opacity: 1;
  }

}

@media screen and (min-width:1200px) {

  .coverTit {
    font-size: 35px !important;
  }

  .coverTxt {
    font-size: 20px !important;
  }

  .tAboutImg {
    width: 57% !important;
  }

  .tCommitDecoItem01 {
    max-width: 115px !important;
  }

  .tBeginnersFrame::before {
    bottom: -14.52%;
    height: 102.62%;
  }

  .tBegginersTxtBox {
    padding: 0 0 0 80px !important;
  }

  .tBeginnersTitDeco {
    top: -3px !important;
  }

  .accessItemBox {
    width: 100% !important;
  }

  .accessItemBox {
    display: flex !important;
  }

  /* .accessItem:nth-child(2) {
    padding-right: 23px !important;
  } */

}

@media screen and (min-width:1400px) {

  .coverTxtBox {
    margin: 15px 0 20px 0 !important;
  }

  .coverTit {
    font-size: 40px !important;
  }

  .coverTxt {
    font-size: 22px !important;
  }

  .coverLinkBox {
    margin: 0 auto 20px 80px !important;
  }

}

@media screen and (min-width:1600px) {

  .coverTxtBox {
    width: fit-content !important;
    margin: 0 0 30px auto !important;
  }
  
  .coverTitBox {
    margin: 0 auto 17px 0 !important;
  }

  .coverTit {
    margin: 0 40px 0 0 !important;
    padding: 0 20px 0 0 !important;
    font-size: 50px !important;
  }

  .coverTxt {
    font-size: 24px !important;
  }

  .tCommitDecoItem02 {
    max-width: 195px !important;
  }

  .tBegginersDecoItem02 {
    position: absolute;
    right: 8.75%;
    top: -139px !important;
    max-width: 161px !important;
  }

  .tAccessDecoItem {
    left: 14.95% !important;
  }

}

@media screen and (min-width:1800px) {

  .coverLinkBox {
    width: 100% !important;
  }

  .tAboutDecoItem {
    left: 15.1% !important;
    top: -126px !important;
  }

}

.coverItemBox.coverItemBox-right{
  right: 0;
  left: unset;
  @media screen and (max-width:768px) {
    display:none;
  }
 }
 .coverItemBox-right .coverTxtBox{
  margin: 0px 0 20px 0 !important;
  justify-content: flex-start;
  height: auto;
 }
 .coverItemBox-right .coverLinkBox{
  max-width: 416px;
  margin: 0 auto 20px 16px !important;
  margin: 0 20px 16px !important;
  @media screen and (max-width:1600px) {
    
  }
 }
 .coverTxt-sponly{
  display:none;
  @media screen and (max-width:768px) {
    display:block;
    margin-top: 8px;
    text-decoration: underline;
    color:#fff;
  }
 }