@charset "UTF-8";
/* コンテンツ */

#title section span:nth-child(1) {
    background-image: url("../img/title_bg.webp");
}

.img1 {
    box-sizing: border-box;
    background-image: url("../img/img1.webp?0519");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    width: 100%;
    height: 1000px;
    padding: 5em;
}
.img1 p {
    line-height: 2;
    font-weight: 500;
}

.img2 {
    
}
.img2 ul {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}
.img2 ul li:first-child {
    position: relative;
    width: 50%;
    text-align: left;
}
.img2 ul li:last-child {
    position: relative;
    width: 50%;
}
.img2 ul li:first-child h3 {
    position: absolute;
    left: 7%;
    top: 5%;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.7;
    text-shadow: 0 0 5px #000;
}
.img2 ul li:first-child section {
    position: absolute;
    left: 7%;
    bottom: 5%;
}
.img2 ul li:first-child section p {
    font-size: 0.84em;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 1em;
    text-shadow: 0 0 5px #000;
}
.img2 ul li img {
    width: 100%;
}
.img2 ul li:last-child h4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img2 ul li:last-child h4 img {
    width: 70%;
}
.img2 ul li:last-child p {
    position: absolute;
    left: 0;
    bottom: 0;
}

.img3 {
    position: relative;
}
.img3 section img {
    width: 100%;
}
.swipe {
    display: none;
}


.sld_box {
    display: flex;
    justify-content: space-between;
}
.sld_tx {
    width: 27%;
    background-color: #564e5c;
}
.sld_tx h2 {
    position: sticky;
    width: 100%;
    top: 110px;
}
.sld_tx h2 img {
    width: 100%;
}
.sld_doc {
    box-sizing: border-box;
    width: calc(100% - 27%);
    padding: 5em 5%;
    background-color: #666;
}

.song ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.song ul li:first-child {
    width: 45%;
}
.song ul li:last-child {
    width: 52%;
    text-align: left;
}
.song ul li:last-child h4 {
    font-size: 1.16em;
    line-height: 1.7;
    margin-bottom: 0.3em;
}
.song ul li:last-child p {
    font-size: 0.84em;
    line-height: 1.7;
}

.draw {
    margin-bottom: 3em;
}
.draw ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.draw ul li:first-child {
    width: 70%;
    text-align: left;
    font-size: 0.84em;
    line-height: 1.7;
}
.draw ul li:last-child {
    width: 27%;
}

.vib_box img {
    width: 100%;
}
.vib_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.vib_box ul li {
    position: relative;
}
.vib_box ul li:first-child {
    width: 60%;
    background-image: url("../img/vibrant.webp");
    background-position: center center;
    background-size: cover;
    text-shadow: 0 0 5px #000;
}
.vib_box ul li:last-child {
    padding: 5em 0;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vix_tx1 {
    position: absolute;
    left: 7%;
    top: 5%;
    text-align: left;
}
.dsub {
    line-height: 1.5;
    margin-bottom: 2em;
    display: inline-block;
}
.dsub h3 {
    font-size: 3.6em;
    border-bottom: 1px solid #fff;
}
.dsub p {
    font-size: 0.68em;
    margin-top: 0.7em;
    text-align: right;
}
.vix_tx1 h4:first-child {
    font-weight: 500;
    line-height: 1.7;
}
.vib_box ul li:first-child h5 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.7;
}
.vib_box ul li:last-child h3 {
    width: 60%;
    margin: 0 auto;
}
.vib_box ul li:last-child h3 img {
    border: 1px solid #fff;
}
.vib_box ul li:last-child h4 {
    width: 60%;
    margin: -0.3em auto 1em;
}
.vib_box ul li:last-child h5 {
    font-weight: 500;
    font-size: 0.84em;
    line-height: 1.5;
}
.vib_box ul li:last-child h6 {
    width: 60%;
    margin: 2em auto;
}
.vib_box ul li:last-child p {
    width: 60%;
    margin: 0 auto;
    font-weight: normal;
    font-size: 0.76em;
    line-height: 1.5;
    text-align: left;
}

@media screen and (max-width: 1140px) {
.song ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.song ul li:first-child {
    width: 55%;
}
.song ul li:last-child {
    width: 100%;
    margin-top: 1em;
}

.draw {
    margin-bottom: -2em;
}
.draw ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.draw ul li:first-child {
    width: 100%;
    margin-bottom: 3em;
}
.draw ul li:last-child {
    width: 30%;
}

.vib_box ul li:first-child {
    width: 100%;
    aspect-ratio:4 / 3;
}
.vib_box ul li:last-child {
    padding: 5em 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

}

@media screen and (max-width: 1040px) {
.img2 ul li:first-child {
    width: 100%;
}
.img2 ul li:last-child {
    width: 100%;
}
.img2 ul li:first-child h3 {
    left: 7%;
    top: 5%;
    font-size: 1.8em;
}
.img2 ul li:first-child section {
    left: 7%;
    bottom: 5%;
}
.img2 ul li:first-child section p {
    font-size: 0.84em;
}
.img2 ul li:last-child h4 {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    padding:3em 0 1em;
}
.img2 ul li:last-child h4 img {
    width: 70%;
}
.img2 ul li:last-child p {
    position: static;
}
}

@media screen and (max-width: 960px) {
.img1 {
    background-position: left 40% bottom;
    height: 900px;
    padding: 4em;
}

.sld_tx {
    width: 32%;
}
.sld_tx h2 {
    top: 70px;
}
.sld_doc {
    width: calc(100% - 32%);
    padding: 3em 5%;
}
.vsv {
    width: 90%;
     margin-left: auto;
     margin-right: auto;
}
.draw {
    margin-bottom: 0;
}
.draw ul li:last-child {
    display: none;
}

.vib_box ul li:first-child {
    width: 100%;
    aspect-ratio:auto;
    height: 600px;
}
.vib_box ul li:first-child h5 {
    font-size: 2.2em;
}

.dsub h3 {
    font-size: 3.2em;
}
.dsub p {
    font-size: 0.64em;
}

}

@media screen and (max-width: 520px) {
.img1 {
    box-sizing: border-box;
    background-image: url("../img/img1_sp.webp?0519");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
    height: 670px;
    padding: 3em;
}

.img2 ul li:first-child h3 {
    left: 7%;
    top: 5%;
    font-size: 1.4em;
}
.img2 ul li:first-child section {
    left: 7%;
    bottom: 5%;
}
.img2 ul li:first-child section p {
    font-size: 0.68em;
}
.img2 ul li:last-child h4 {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    padding:3em 0 1em;
}
.img2 ul li:last-child h4 img {
    width: 80%;
}
.img2 ul li:last-child p {
    position: static;
}

.img3 section {
    overflow: auto;
}
.img3 section img {
    width: 900px;
}

.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}

.sld_box {
    display: block;
}
.sld_tx {
    width: 100%;
}
.sld_tx h2 {
    position: static;
    width: 100%;
}
.sld_doc {
    width: 100%;
    padding: 3em 7%;
}

.song ul li:first-child {
    width: 70%;
}

.dsub h3 {
    font-size: 2.8em;
}
.dsub p {
    font-size: 0.60em;
}

.vib_box ul li:first-child h5 {
    font-size: 2em;
}
.vib_box ul li:last-child {
    padding: 4em 0;
}
.vib_box ul li:last-child h3 {
    width: 70%;
}
.vib_box ul li:last-child h4 {
    width: 70%;
}
.vib_box ul li:last-child h6 {
    width: 70%;
}
.vib_box ul li:last-child p {
    width: 70%;
}

}
