@charset "UTF-8";

/* ------------------------------------------------------------------------ */
/* tab_btn{
/* ------------------------------------------------------------------------ */
.tab_btn{
	display: flex;
    justify-content: center;
    gap: 0 5%;
}
.tab_btn li {
    width: 35%;
}
.tab_btn li a {
	display: block;
    text-align: center;
	background: #a5d8ff;
	padding: 10px;
    border-bottom: 5px solid #004ead;
    border-radius: 20px 20px 0 0;
    color: #004ead;
    font-size: 1.1rem;
}
.tab_btn li.active a{
	background: #fff;
    border-bottom-color: #fff;
}
.area {
	display: none;
	opacity: 0;
	background: #fff;
	padding:50px 20px;
}
.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}




@media screen and (min-width: 768px) {
    .tab_btn li {
        width: 40%;
    }
    .tab_btn li a {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1080px) {
}





/* ------------------------------------------------------------------------ */
/* modal{
/* ------------------------------------------------------------------------ */
.hide-area{
	display: none;
}
.modaal-wrapper .modaal-close:after, .modaal-wrapper .modaal-close:before,
.modaal-wrapper .modaal-close:focus:after, .modaal-wrapper .modaal-close:focus:before,
.modaal-wrapper .modaal-close:hover:after, .modaal-wrapper .modaal-close:before{
	background:#666;
}
.modaal-wrapper .modaal-close {
    outline: 0;
    background: #fff;
}
.modaal-overlay {
    z-index: 1200;
}
.modaal-wrapper {
    z-index: 1300;
}
.modaal-gallery-control {
    top: 50%;
    transform: translateY(-50%);
}

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




/* ------------------------------------------------------------------------ */
/* common{
/* ------------------------------------------------------------------------ */
.blueContent .title01 {
    font-size: 1.5rem;
    background-color: #a5d8ff;
    border-radius: 10px;
    margin-bottom: 1.25rem;
    width: 100%;
    color: #004ead;
    padding: 5px 0;
}
.blueContent .title02, .blueContent .title03 {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
}
.blueContent .title02 {
    color: #004ead;
    border-left: 5px solid #004ead;
    padding: 5px 0 5px 20px;
}
.blueContent .title03 {
    text-align: center;
}
.blueContent img {
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.blueContent .cassette:not(:last-of-type) {
    margin-bottom: 3.125rem;
}
.blueContent .flex {
    display: flex;
    flex-direction: column;
    gap: 1.25rem 2%;
}
.blueContent .pdfLink  {
    margin-top: 1rem;
    display: block;
}
.blueContent .pdfLink span {
    color: #004ead;
    text-decoration: underline;
}
.blueContent .pdfLink img {
    max-width: 17px;
    margin: 0;
  display: inline-block;
  position: relative;
  top: 5px;
}
.blueContent .albumCasette .pdfLink {
    text-align: center;
}
.blueContent .section_text, .pdfFlex {
    margin-bottom: 1rem;
}
.blueContent .btn01 {
    display: block;
    text-align: center;
    padding: 10px 0;
    background-color: #004ead;
    border-radius: 50px;
    color: #fff;
    max-width: 350px;
    margin: 1.25rem auto 0;
}
.blueContent .btn01 span {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.blueContent .btn01 span::after {
    width: calc(10.7839px / 1.2);
    height: calc(14.3377px / 1.2);
    content: "";
    background-image: url("/assets_80th/teaser/img/common/arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.blueContent .movieBox iframe {
    height: 360px;
}
.singleTop h1 {
    color:#004ead;
    text-align: center;
}
.singleTop h1 span {
  display:block;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  margin:0 auto 5.604vw;
  padding: 2.208vw 4.521vw;
  font-size:4.9479166667vw;
  color:#fff;
  background-color:#004ead;
  border-radius:2.6041666667vw
}
.blueContent .captionText {
    text-align: center;
    margin-top: 1rem;
}


@media screen and (min-width: 768px) {
    .blueContent .title01 {
        font-size: 1.75rem;
        margin-bottom: 3.125rem;
    }
    .blueContent .title02, .blueContent .title03 {
        font-size: 1.65rem;
    }
    .blueContent .title02 {
        margin-bottom: 2.125rem;
    }
    .blueContent .title03 {
        margin-bottom: 3.125rem;
    }
    .blueContent .section_text, .pdfFlex {
        margin-bottom: 2.25rem;
    }
    .blueContent .btn01 {
        margin-top: 2.25rem;
    }
    .blueContent .cassette:not(:last-of-type) {
        margin-bottom: 5.125rem;
    }
    .blueContent .flex {
        flex-direction: row;
        justify-content: space-between;
    }
    .blueContent .flex.wrap {
        flex-wrap: wrap;
    }
    .blueContent .btnFlex {
        justify-content: center;
    }
    .blueContent .flex .flex_box01, .blueContent .flex .flex_box02 {
        width: calc(98% / 2);
    }
    .blueContent .movieBox iframe {
        height: 500px;
    }
    .singleTop h1 span {
        margin:0 auto 1.25rem;
        padding: 0.5rem 1.2rem;
        font-size:1.25rem;
        border-radius:0.625rem
    }
    .blueContent .guestCassette .flex {
        gap: 2.25rem 2%;
    }
}
@media screen and (min-width: 1080px) {
    .blueContent .flex .flex_box02 {
        width: calc(96% / 3);
    }
}



/* ------------------------------------------------------------------------ */
/* 組合員限定{
/* ------------------------------------------------------------------------ */
.blueContent .memberCassette .btn01 span {
    padding-right: 35px;
}
.blueContent .memberCassette .btn01 span::after {
    background-image: url("../img/report01/zoom_icon.png");
    width: 27px;
    height: 27px;
}
.blueContent .memberCassette {
    position: relative;
    z-index: 1;
    padding: 0 0 3.125rem;
    margin-top: 5.125rem;
}
.blueContent .memberCassette::before {
    position: absolute;
    content: "";
    z-index: -1;
    padding: 0 calc(0.9375rem + 20px);
    top: 0;
    left: calc(-0.9375rem - 20px);
    background-color: #a5d8ff;
    width: 100%;
    height: 100%;
}
.blueContent .memberCassette .title02 {
    position: relative;
    border-left: none;
    padding: 5px 80px;
    border-radius: 50px;
    background-color: #fae222;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: table;
}


@media screen and (max-width: 980px) {
    .blueContent .memberCassette::before {
        padding: 0 calc(1.875rem + 20px);
        left: calc(-1.875rem - 20px);
    }
}
@media screen and (max-width: 500px) {
    .blueContent .memberCassette::before {
        padding: 0 calc(0.9375rem + 20px);
        left: calc(-0.9375rem - 20px);
    }
}

@media screen and (min-width: 768px) {
    .blueContent .memberCassette {
        padding: 0 0 5.125rem;
        margin-top: 8.125rem;
    }
    .blueContent .memberCassette::before {
        padding: 0 calc(1.875rem + 20px);
        left: calc(-1.875rem - 20px);
    }
    .blueContent .memberCassette .title02 {
        top: -1.8rem;
    }
}
@media screen and (min-width: 980px) {
    .blueContent .memberCassette::before {
        padding: 0 calc(5.125rem + 18px);
        left: calc(-5.125rem - 18px);
    }
}
@media screen and (min-width: 1080px) {
}
