@charset "utf-8";
.page-title {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

#section_article {
  width: 100%;
  height: auto;
}

.page-title__txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 20px));
    z-index: 1;
    color: var(--color--white);
}

.page-title__txt__area{
  text-align: center;
  margin-bottom: 32px;
}

.page-title__txt__main{
    writing-mode: vertical-lr;
    font-weight: normal;
}

.page-title__video{
    position: absolute;
    z-index: 0;
    background-color: var(--color--gray);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section_sakemania{
  border-top: 1px solid var(--color--black);
  margin-bottom: 200px;
  padding-top: 56px;
}

.section_sakemania__heading{
  padding: 0 40px;
  font-size: 24px;
  font-weight: normal;
  width: fit-content;
  margin: 0 auto 32px;
  position: relative;
}

.section_sakemania__heading::before,
.section_sakemania__heading::after{
  content: '';
  display: block;
  height: 32px;
  width: 1px;
  background-color: var(--color--black);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  rotate: -40deg;
}

.section_sakemania__heading::after{
  rotate: 40deg;
  left: auto;
  right: 0;
}

.section_sakemania__link{
  display: block;
  max-width: 520px;
  width: 83%;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.section_sakemania__link:hover{
  opacity: 0.8;
  transition: all 0.3s ease;
}

@media all and (max-width:768px){
    .page-title__video{
        width: auto;
        height: 100%;
    }
}


/* section_index */
#section_index {
	max-width: 1080px;
	margin-inline: auto;
	height: 50vh;
	background-color: #f5f5f5;
}


#section_course {
	max-width: 1144px;
	margin-inline: auto;
}
	.section__contents {
		width: 100%;
		height: auto;
		padding-left: 32px;
		padding-right: 32px;
	}
		.section__contents__inner {
		}


/* PC ================================================== */
@media all and (max-width:1110px){
#fv {
	height: auto;
}
}

/* Tablet ================================================== */
@media all and (max-width:991px){
/* section_article */
}

/* SP ================================================== */
@media all and (max-width:768px){

  .page-title {
        aspect-ratio: 9/16;
    }

/* section_index */


/* section_article */
  .section__contents__inner {
    display: block;
  }

  .section_sakemania__heading{
    font-size: 13px;
  }

  .section_sakemania__heading::before,
  .section_sakemania__heading::after{
    height: 24px;
  }
}

@media all and (max-width:575px){
}



