@charset "UTF-8";
:root {
    /* color */
    --point-color: #d7a200;
    --beige-color: #8b161c;
}
::selection {
    background: var(--point-color);
    color: #000;
}
::-moz-selection {
    background: var(--point-color);
    color: #000;
}
.head .logo{
    z-index: 10;
}

html, body {
    overflow-x: hidden;
}

/* head image */
.topics1 .head{
    background-image: url(../../img/magazine/vol5/topics1-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.topics2 .head{
    background-image: url(../../img/magazine/vol5/topics2-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.topics3 .head{
    background-image: url(../../img/magazine/vol5/topics3-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.topics4 .head{
    background-image: url(../../img/magazine/vol5/topics4-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* topics1 */
.en{
    color: #fff;
}
.topics1 .setlist h3 {
    font-family: 'Playfair';
    font-size: clamp(2.2rem, 7.6vw, 3.6rem);
    margin-bottom: 13px;
    letter-spacing: 0.05em;
    color: #fff;
    border-bottom: 1px solid #8b161c;
}
.topics1 .head .wrapper{
    margin-bottom: 0;
}
#magazine-detail.topics1::before{
    content: "";
    position: fixed;
    background: url(../../img/magazine/vol5/topics1-bg2.jpg) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}
.topics1 #parallax {
    margin-bottom: 80px;
}
.topics1 .setlist{
    padding: 32px;
    background: #8b161c;
    border-radius: 5px;
    margin-bottom: 32px;
    position: relative;
}
.topics1 .setlist::after{
    content: "";
    max-width: 108px;
    width: 100%;
    position: absolute;
    top: -10px;
    right: 0;
    background-image: url(../../img/magazine/vol5/setlist.png);
    z-index: 10;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}
.topics1 .setlist ul li{
    margin-bottom: 0.5em;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
    color: #fff;
}
.topics1 .setlist ul li:last-child{
    margin-bottom: 0;
}
.mb0{
    margin-bottom: 0 !important;
}
.topics1 .Headlead{
    content: "";
    background: url(../../img/magazine/vol5/topics1-head.jpg) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    padding: 40px 0;
    margin-bottom: 80px;
}
.topics1 .Headlead .flex{
    gap: 40px;
    align-items: center;
}
.topics1 .Headlead .flex .left{
    width: 42.25%;
}
.topics1 .Headlead .flex .left img{
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.topics1 .Headlead .flex .right{
    width: 42.25%;
}
.topics1 .Headlead .flex .right h3{
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 24px;
    border-bottom: none;
    padding-bottom: 0;
}
.topics1 .Headlead .flex .right p{
    font-size: 1.8rem;
    color: #fff;
}
@media screen and (max-width: 768px){
    .topics1 .Headlead{
        margin-bottom: 32px;
    }
    .topics1 .Headlead{
    content: "";
    background: url(../../img/magazine/vol5/topics1-head_sp.jpg) no-repeat;
    z-index: -1;
    background-size: cover;
    }
    #magazine-detail.topics1::before{
        content: "";
        background: url(../../img/magazine/vol5/topics1-bg2-sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .topics1 .setlist{
        margin-bottom: 24px;
        padding: 24px;
    }
    .topics1 #parallax {
        margin-bottom: 32px;
    }
    .topics1 .Headlead .flex{
        flex-wrap: wrap;
        gap: 24px;
    }
    .topics1 .Headlead .flex .left,
    .topics1 .Headlead .flex .right{
        width: 100%;
    }
    .topics1 .Headlead .flex .right h3 {
        font-size: 2rem;
        text-align: center;
    }
    .topics1 .Headlead .flex .right p {
        font-size: 1.6rem;
        text-align: center;
    }
    .topics1 .Headlead .flex .left{
        width: 80%;
        margin: 0 auto;
        max-width: 400px;
    }
}
/* topics2 */
.topics2 .Headlead{
    content: "";
    background: url(../../img/magazine/vol5/topics2-head.jpg) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    padding: 40px 0;
    margin-bottom: 80px;
}

.topics2 .Headlead .flex{
    gap: 40px;
    align-items: center;
}
.topics2 .Headlead .flex .left{
    width: 42.25%;
}
.topics2 .Headlead .flex .left img{
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.topics2 .Headlead .flex .right{
    width: 42.25%;
}
.topics2 .Headlead .flex .right h3{
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 24px;
    border-bottom: none;
    padding-bottom: 0;
}
.topics2 .rightbg {
    position: relative;
    width: 42.25%;
}
.topics2 .leftbg {
    position: relative;
    width: 42.25%;
}
.topics2 .leftbg p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    z-index: 2;
}
.topics2 .rightbg p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    z-index: 2;
    width: 100%;
}

#magazine-detail.topics2::before{
    content: "";
    position: fixed;
    background: url(../../img/magazine/vol5/topics2-bg2.jpg) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}

.topics2 .head .wrapper{
    margin: 0 auto;
}
.topics2 .bg1 {
    background-image: url(../../img/magazine/vol5/feather_bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 48px;
    margin-bottom: 80px;
}
.topics2 h3.white{
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.78px) * 1.3183)), 32px);
    font-weight: bold;
    color: var(--beige-color);
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
}
.topics2 .date{
    color: var(--beige-color);
    text-align: center;
    padding-bottom: 24px;
}
.topics2 .text{
    color: var(--beige-color);
}

.container.is-bg {
  background-color: #ccc;
  max-width: 100%;
}
.topics2 .bglead {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: url(../../img/magazine/vol5/topics2-bg3.jpeg) no-repeat center center;
    background-size: cover;
    padding: 40px 0 1px 0;
    margin-bottom: 80px;
}
.topics2 .bglead2 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: url(../../img/magazine/vol5/topics2-bg4.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0 1px 0;
    margin-bottom: 80px;
}
.topics2 .bglead2  p{
    color: #fff;
}

@media screen and (max-width: 768px){
    #magazine-detail.topics2::before{
        content: "";
        background: url(../../img/magazine/vol5/topics2-bg2-sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .topics2 .bg1 {
        padding: 32px 0 1px;
        margin-bottom: 40px;
    }
    .topics2 .rightbg {
        position: relative;
        width: 100%;
    }
    .topics2 .leftbg {
        position: relative;
        width: 100%;
    }
    .topics2 .leftbg p{
        padding-top: 5%;
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 362px) {
  .topics2 .nav {
    display: flex;
    justify-content: space-between;
  }

  .topics2 .nav li {
    flex: 1;
    text-align: center;
  }

  .topics2 .nav a {
    font-size: 10px;
  }

  .topics2 .nav span {
    font-size: 15px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .topics2 .rightbg {
        position: relative;
        width: 100%;
    }
    .topics2 .leftbg {
        position: relative;
        width: 100%;
    }

}

/* topics3 */
.container2{
    width: 48.15%;
    margin: 0 auto;
}
.container2 p{
    margin: 10% 0;
}
.container2 img{
    margin: 10% 0;
}
.underline {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #11c7d1;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
  margin-bottom: 30px;
}

.topics3 .bglead {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: url(../../img/magazine/vol5/topics3-bg3.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0 1px 0;
    margin-bottom: 80px;
    position: relative;
}
.item {
  position: absolute;
  right: 70px;
  bottom: 70px;
  width: 450px;
  height: auto;
}

.topics3 .head .wrapper{
    margin-bottom: 0;
}
#magazine-detail.topics3::before{
    content: "";
    position: fixed;
    background: url(../../img/magazine/vol5/topics3-bg2.jpg) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}
.topics3 #parallax {
    margin-bottom: 80px;
}

.topics3 .Headlead{
    content: "";
    background: url(../../img/magazine/vol5/topics3-head.jpg) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    padding: 40px 0;
    margin-bottom: 80px;
}
.topics3 .Headlead .flex{
    gap: 40px;
    align-items: center;
}
.topics3 .Headlead .flex .left{
    width: 42.25%;
}
.topics3 .Headlead .flex .left img{
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.topics3 .Headlead .flex .right{
    width: 42.25%;
}
.topics3 .Headlead .flex .right h3{
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1.5;
    color: #11c7d1;
    margin-bottom: 24px;
    border-bottom: none;
    padding-bottom: 0;
}
.topics3 .Headlead .flex .right p{
    font-size: 1.8rem;
    color: #11c7d1;
}
@media screen and (max-width: 768px){
    .item {
        width: 70vw;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 200px;
        opacity: 0.25;
    }
    .topics3 .container2{
        width: 80%;
        margin: 0 auto;
        max-width: 400px;
    }
    .topics3 .container2 p{
        margin: 10% 0;
    }
    .topics3 .container2 img{
        margin: 10% 0;
    }


    
    .topics3 .Headlead{
        margin-bottom: 32px;
    }
    .topics3 .Headlead{
    content: "";
    background: url(../../img/magazine/vol5/topics3-head_sp.jpg) no-repeat;
    z-index: -1;
    background-size: cover;
    }
    #magazine-detail.topics3::before{
        content: "";
        background: url(../../img/magazine/vol5/topics3-bg2-sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .topics3 .setlist{
        margin-bottom: 24px;
        padding: 24px;
    }
    .topics3 #parallax {
        margin-bottom: 32px;
    }
    .topics3 .Headlead .flex{
        flex-wrap: wrap;
        gap: 65px;
    }
    .topics3 .Headlead .flex .left,
    .topics3 .Headlead .flex .right{
        width: 100%;
    }
    .topics3 .Headlead .flex .right h3 {
        font-size: 2rem;
        text-align: center;
    }
    .topics3 .Headlead .flex .right p {
        font-size: 1.6rem;
        text-align: center;
    }
    .topics3 .Headlead .flex .left{
        width: 80%;
        margin: 0 auto;
        max-width: 400px;
    }
}

/* topics4 */
.topics4 .head .wrapper .right .txtbox .read ul li.on {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.78px) * 0.9416)), 30px);
    position: relative;
    padding-left: 33.01%;
    color: var(--point-color);
    line-height: 0.5;
    padding-right: 0;
}

.topics4 .head .wrapper .right .txtbox .read ul li.on::after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 48.33%;
    max-width: 80px;
    display: block;
    position: absolute;
    top: 58%;
    right: 35.4%;
    left: initial;
}

.topics4 .bglead {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: url(../../img/magazine/vol5/topics4-bg3.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0 1px 0;
    margin-bottom: 80px;
    position: relative;
}
.item {
  position: absolute;
  right: 70px;
  bottom: 70px;
  width: 450px;
  height: auto;
}

.topics4 .head .wrapper{
    margin-bottom: 0;
}
#magazine-detail.topics4::before{
    content: "";
    position: fixed;
    background: url(../../img/magazine/vol5/topics4-bg2.jpg) no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}
.topics4 #parallax {
    margin-bottom: 80px;
}

.topics4 .Headlead {
    position: relative;
    padding: 40px 0;
    margin-bottom: 80px;
}

.topics4 .Headlead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background-color: #dcc774;
    z-index: -1;
}
.topics4 .Headlead .flex{
    gap: 40px;
    align-items: center;
}
.topics4 .Headlead .flex .left{
    width: 42.25%;
}
.topics4 .Headlead .flex .left img{
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.topics4 .Headlead .flex .right{
    width: 42.25%;
}
.topics4 .Headlead .flex .right h3{
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin-bottom: 24px;
    border-bottom: none;
    padding-bottom: 0;
}
.topics4 .Headlead .flex .right p{
    font-size: 1.8rem;
    color: #000;
}
@media screen and (max-width: 768px){
    .topics4 .container2{
        width: 80%;
        margin: 0 auto;
        max-width: 400px;
    }
    .topics4 .container2 p{
        margin: 10% 0;
    }
    .topics4 .container2 img{
        margin: 10% 0;
    }

    .topics4 .Headlead{
        margin-bottom: 32px;
    }
    .topics4 .Headlead{
    content: "";
    background: url(../../img/magazine/vol5/topics4-head_sp.jpg) no-repeat;
    z-index: -1;
    background-size: cover;
    }
    #magazine-detail.topics4::before{
        content: "";
        background: url(../../img/magazine/vol5/topics4-bg2-sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .topics4 .setlist{
        margin-bottom: 24px;
        padding: 24px;
    }
    .topics4 #parallax {
        margin-bottom: 32px;
    }
    .topics4 .Headlead .flex{
        flex-wrap: wrap;
        gap: 65px;
    }
    .topics4 .Headlead .flex .left,
    .topics4 .Headlead .flex .right{
        width: 100%;
    }
    .topics4 .Headlead .flex .right h3 {
        font-size: 2rem;
        text-align: center;
    }
    .topics4 .Headlead .flex .right p {
        font-size: 1.6rem;
        text-align: center;
    }
    .topics4 .Headlead .flex .left{
        width: 80%;
        margin: 0 auto;
        max-width: 400px;
    }
}



.nav {
    margin-bottom: 100px;
}

