@charset "utf-8";

/* ======================
　　　　　common
======================= */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family:
        "Playfair Display",
        "Kalnia",
        "Playball",
        "Reem Kufi",
        "Sawarabi Gothic",
        sans-serif;
    font-style: normal;
    background-color: #015DAF;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.topic {
    position: sticky;
    display: flex;
    justify-content: center;
    padding-top: 70px;
    z-index: 5;
}

.section__topic2 {
    position: sticky;
    font-family: "Playfair Display";
    font-size: 5.0rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 5;
}

.section__subtopic2 {
    position: sticky;
    font-family: "Sawarabi Gothic";
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 5;
    padding-bottom: 30px;
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
    position: sticky;
    z-index: 10;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
    position: sticky;
    z-index: 10;
}


/* common pc */

@media screen and (min-width: 769px) {

.section__topic2 {
    font-family: "Playfair Display";
    font-size: 7.0rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-top: 150px;
}

.section__subtopic2 {
    font-family: "Sawarabi Gothic";
    font-size: 2.0rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}

}



/* ======================
　　　　　header
======================= */

.header {
    background-color: rgba(95, 132, 156, 0.7);
    position: fixed;
    width: 100%;
    padding: 10px 20px 10px 15px;
    z-index: 100;
}

.header__topic_sp {
    margin-top: -5px;
}

.header__topic_pc {
    display: none;
}

/* .nav初期表示 */
.nav {
    background-image: url(../images/bg-menu.png);
    width: 375px;
    height: 290px;
    position: fixed;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translateY(-100%);
    transition: transform 0.4s;
}

.nav__btn {
    text-align: right;
    padding-top: 8px;
    padding-right: 10px;
}

.nav__list {
    margin-top: 25px;
}

.nav__item {
    text-align: center;
    font-family: "Reem Kufi";
    font-size: 2.5rem;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin-top: 10px;
    word-spacing: .5em
}

.my-parts {
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}

.my-parts:hover {
	cursor: pointer;
	color: #015DAF;
}

.nav.active {
    transform: translateY(0);
}

.header__btn {
    width: 20px;
    height: 15px;
    top: 17px;
    right: 5.3%;
    cursor: pointer;
    position: absolute;
}


/* header pc */

@media screen and (min-width: 769px) {

    .header {
        display: flex;
        width: 100%;
        padding: 0px 30px 0px 0px;
    }
    
    .header__topic_sp {
        display: none;
    }
    
    .header__topic_pc {
        display: block;
        padding: 5px 0px 10px 20px;
    }
    
    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0); 
        margin-left: auto;
    }
    
    .nav__list {
        margin-top: 0;
        display: flex;
    }
    
    .nav__item {
        font-family: "Reem Kufi";
        font-size: 2.5rem;
        font-weight: 400;
        color: #fff;
        margin-top: 15px;
        padding-left: 70px;
        word-spacing: .5em
    }

    .my-parts {
        display: inline-block;
        transition: all .3s ease 0s;
        text-decoration: none;
    }
    
    .my-parts:hover {
        cursor: pointer;
        color: #FAC63C;
    }
    
    .nav__header {
        display: none;
    }
    
    .header__btn {
        display: none;
    }

}


/* ======================
　　　　　main
======================= */

/* About Me */

@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
}

.scroll-infinity__wrap__pc {
    display: none;
}

.scroll-infinity__wrap__sp {
    position: sticky;
    display: flex;
    overflow: hidden;
    z-index: 1;
    margin-top: -30px;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: 376px;
    height: 87px;
}

.scroll-infinity__item>img {
    width: 376px;
    height: 87px;
}


@keyframes infinity-scroll-right {
    from {
      transform: translateX(-100%);
    }
      to {
      transform: translateX(0%);
    }
}

.scroll-infinity__list--right{
    animation :infinity-scroll-right 40s infinite linear 0.5s both;
}


.section__topic2__a {
    margin-top: -133px;
    position: sticky;
    font-family: "Playfair Display";
    font-size: 5.0rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.section__subtopic2__a {
    position: sticky;
    font-family: "Sawarabi Gothic";
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 10;
}


.bg__Aboutme__sp {
    text-align: center;
}

.bg__Aboutme__pc {
    display: none;
}


.blur {
    position: sticky;
    z-index: 10;
    transition: all 2.0s;
    filter: blur(10px);
    &.scrollin{
      filter: blur(0);
    }
}


.name__jp__eng {
    display: flex;
    justify-content: center;
}

.Aboutme__name {
    font-family: "Sawarabi Gothic";
    font-size: 2.0rem;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-top: 80px;
    text-align: center;
}

.Aboutme__eng {
    font-family: "Reem Kufi";
    font-size: 2.0rem;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-top: 80px;
    padding-left: 10px;
    text-align: center;
}

.Aboutme__birthday {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    padding-right: 190px;
}

.rotate__pc {
    display: none;
}

.rotate__cont {
    position: absolute;
    top: 550px;
    left: -20%;
    width: 250px;
    height: 250px;
    margin:0 auto 30px;
    z-index: 1;
}

.rotate__float {
    animation: rotate 12s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotate__cont2 {
    position: absolute;
    top: 552px;
    left: -19%;
    width: 250px;
    height: 250px;
    margin:0 auto 30px;
    z-index: 1;

    animation: blur ease forwards;
    animation-timeline: view();
    animation-range: cover 0% cover 100%;
}

.rotate__float2 {
    animation: rotate 12s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.Aboutme__txt__all {
    position: sticky;
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    padding: 15px 15px 50px 20px;
    z-index: 15;
}

.Aboutme__txt {
    position: sticky;
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    z-index: 15;
    padding-top: 30px;
}

.wrap__pc {
    display: none;
}

.wrap {
    position: relative;
    width: 370px;
    min-height: 150px;
    background-size: cover;
    overflow: hidden;
    margin-bottom: -275px;
    z-index: 30;
    }

    .circle_container {
    position: absolute;
    right: 3%;
    bottom: 0;
    }
    
    .text_circle {
    width: 150px;/*文字サークルの大きさ*/
    animation: rotateIt 10s linear infinite;/*文字サークルの回転の速さ*/
    }
    
    @keyframes rotateIt {
    to {
    transform: rotate(-360deg);
    }
    }
    
    .text_circle text {
    font-family: "Playfair Display";
    font-size: 4.0rem;
    fill: #fff;
    }
    
    .text_circle textPath {
    letter-spacing: 14px;/*文字の余白*/
    }


.aboutmeImg__sp {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 100px;
}

.aboutmeImg__sp img {
    filter: grayscale(100%);
    transition: filter 1s ease-in-out;
  }

.aboutmeImg__sp img:hover {
    filter: grayscale(0%);
  }

.aboutmeImg__pc {
    display: none;
}


/* About Me pc */

@media screen and (min-width: 769px) {

    .bg__Aboutme__sp {
        display: none;
    }

    .bg__Aboutme__pc {
        display: block;
        text-align: center;
    }

    .scroll-infinity__wrap__sp {
        display: none;
    }

    .scroll-infinity__wrap__pc {
        display: block;
        position: sticky;
        display: flex;
        overflow: hidden;
        margin-top: -120px;
        z-index: 1;
    }

    .scroll-infinity__list {
        display: flex;
        list-style: none;
        padding: 0
    }
    
    .scroll-infinity__list--left {
        animation: infinity-scroll-left 100s infinite linear 0.5s both;
    }
    

    .scroll-infinity__item {
        width: 793px;
        height: 200px;
    }
    
    .scroll-infinity__item>img {
        width: 793px;
        height: 200px;
    }

    @keyframes infinity-scroll-right {
        from {
          transform: translateX(-100%);
        }
          to {
          transform: translateX(0%);
        }
    }

    .scroll-infinity__list--right {
        animation: infinity-scroll-right 100s infinite linear 0.5s both;
    }


    .section__topic2__a {
        font-family: "Playfair Display";
        font-size: 7.0rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        margin-top: -240px;
    }
    
    .section__subtopic2__a {
        font-family: "Sawarabi Gothic";
        font-size: 2.0rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 120px;
    }

    .Aboutme__all {
        display: flex;
        padding-top: 300px;
        padding-left: 80px;
        min-width: 769px;
        max-width: 1440px;
        margin: 0 auto;
    }

    .Aboutme__namebirthday {
        display: flex;
    }

    .Aboutme__name {
        font-family: "Sawarabi Gothic";
        font-size: 3.0rem;
        font-weight: 400;
        line-height: normal;
        color: #fff;
        padding-top: 0px;
        text-align: left;
    }
    
    .Aboutme__eng {
        font-family: "Reem Kufi";
        font-size: 3.0rem;
        font-weight: 400;
        line-height: normal;
        color: #fff;
        padding-top: 0px;
        text-align: left;
    }

    .Aboutme__birthday {
        font-family: "Sawarabi Gothic";
        font-size: 2.0rem;
        font-weight: 400;
        line-height: normal;
        color: #fff;
        padding-top: 5px;
        padding-right: 0px;
        padding-left: 30px;
        text-align: center;
    }

    .Aboutme__txt__all {
        position: sticky;
        font-family: "Sawarabi Gothic";
        font-size: 1.8rem;
        max-width: 800px;
        font-weight: 200;
        line-height: 30px;
        color: #fff;
        padding: 65px 50px 50px 0px;
        z-index: 15;
    }
    
    .Aboutme__txt {
        position: sticky;
        font-family: "Sawarabi Gothic";
        font-size: 1.8rem;
        max-width: 800px;
        line-height: 30px;
        color: #fff;
        z-index: 15;
        padding-top: 30px;
    }

    .rotate__sp {
        display: none;
    }

    .rotate__pc {
        display: block;
    }

    .rotate__cont__pc {
        position: absolute;
        top: 1200px;
        left: -5%;
        width: 400px;
        height: 400px;
        margin:0 auto 30px;
        z-index: 1;
    }
    
    .rotate__float__pc {
        animation: rotate 12s infinite linear;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
    
    .rotate__cont2__pc {
        position: absolute;
        top: 1205px;
        left: -4.5%;
        width: 400px;
        height: 400px;
        margin:0 auto 30px;
        z-index: 1;
    }
    
    .rotate__float2__pc {
        animation: rotate 12s infinite linear;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }


    .aboutmeImg__sp {
        display: none;
    }

    .aboutmeImg__pc {
        display: block;
        margin-top: -100px;
    }

    .aboutmeImg__pc img {
        filter: grayscale(100%);
        transition: filter 1s ease-in-out;
      }
    
    .aboutmeImg__pc img:hover {
        filter: grayscale(0%);
      }

    .wrap {
        display: none;
    }

    .wrap__pc {
        display: block;
        position: relative;
        max-width: 1440px;
        min-height: 300px;
        background-size: cover;
        overflow: hidden;
        margin-bottom: -500px;
        z-index: 30;
        }
    
        .circle_container {
        position: absolute;
        top: 80px;
        right: 20%;
        }
        
        .text_circle {
        width: 250px;/*文字サークルの大きさ*/
        animation: rotateIt 10s linear infinite;/*文字サークルの回転の速さ*/
        }
        
        @keyframes rotateIt {
        to {
        transform: rotate(-360deg);
        }
        }
        
        .text_circle text {
        font-family: "Playfair Display";
        font-size: 4.0rem;
        fill: #fff;
        }
        
        .text_circle textPath {
        letter-spacing: 14px;/*文字の余白*/
        }

}


/* Biography */

ul.horizontal-list {
	overflow-x: auto;
	white-space: nowrap;
    height: 550px;
}

li.item {
	display: inline-block;
	width: 310px;
    background-color: rgba(95, 132, 156, 0.7);
    margin: 20px 0px 20px 20px;
    border-radius: 20px;
    height: 450px;
}
	
ul.horizontal-list::-webkit-scrollbar{
    display:none;
}

.Bio1__txt__pc,
.Bio2__txt__pc,
.Bio3__txt__pc,
.Bio4__txt__pc,
.Bio5__txt__pc {
    display: none;
}

.Bio1__title,
.Bio2__title,
.Bio3__title,
.Bio4__title,
.Bio5__title {
    font-family: "Sawarabi Gothic";
    font-size: 2.0rem;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-top: 20px;
    padding-left: 17px;
}

.Bio1__date,
.Bio2__date,
.Bio3__date,
.Bio4__date,
.Bio5__date {
    font-family: "Reem Kufi";
    font-size: 2.0rem;
    font-weight: 400;
    line-height: normal;
    color: #FAC63C;
    margin-top: 10px;
    padding-left: 17px;
}

.Bio1__txt,
.Bio2__txt,
.Bio3__txt,
.Bio4__txt,
.Bio5__txt {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    padding: 30px 15px 15px 17px;
}

.Bio2__txt,
.Bio4__txt {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    padding: 30px 15px 11px 17px;
}


.Bio2__attention__sp {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.Bio2__attention__pc {
    display: none;
}

.btn__Bio__sp {
    margin: 0 auto;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    background: #FAC63C;
    border: 1.5px solid #FAC63C;
    border-radius: 60px;
    color: #fff;
    display: block;
    font-weight: bold;
    max-width: 230px;
    padding: 10px;
    text-align: center;
}

.btn__Bio__sp {
    background-color: rgba(95, 132, 156, 0.5);
    color: #FAC63C;
    overflow: hidden;
    position: relative;
    transition-duration: .4s;
    z-index: 2;
}

.btn__Bio__sp::after {
    background: #FAC63C;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .5s, transform 0s;
    transition-delay: 0s, .4s;
}
   
.btn__Bio__sp:hover {
    color: #015DAF;
}

.btn__Bio__sp:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
}

.text {
    position: relative;
    font-family: "Reem Kufi";
    font-size: 2.5rem;
    font-weight: 400;
    word-spacing: .5em
}


.Bio4__attention__sp {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.Bio4__attention__pc {
    display: none;
}


li.item__kamome {
	display: inline-block;
	width: 100%;
    background-color: #015DAF;
}


.illust__kamome__sp {
    text-align: center;
}

.illust__kamome__pc {
    display: none;
}

.copy__bio {
    text-align: center;
    margin-top: -20px;
}


.copy2_sp {
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    transform:rotate(-15deg);  
}

@keyframes textWave {
 0% {
 top: 0;
 }
 100% {
 top: -0.30em;
 }
}

p span {
font-size: 200%;
font-family: "Playfair Display";
color: #fff;
display: inline-block; 
position: relative; 
}

p span {
animation-name: textWave;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite; 
animation-direction: alternate; 
}
p span:nth-of-type(2) {
animation-delay: 0.2s; 
}
p span:nth-of-type(3) {
animation-delay: 0.4s;
}
p span:nth-of-type(4) {
animation-delay: 0.6s;
}
p span:nth-of-type(5) {
animation-delay: 0.8s;
}

p span:nth-of-type(6) {
animation-delay: 0.8s;
color: #015DAF;
}

p span:nth-of-type(7) {
animation-delay: 1s;
}
p span:nth-of-type(8) {
animation-delay: 1.2s;
}
p span:nth-of-type(9) {
animation-delay: 1.4s;
}

p span:nth-of-type(10) {
animation-delay: 1.4s;
color: #015DAF;
}

p span:nth-of-type(11) {
animation-delay: 1.6s;
}
p span:nth-of-type(12) {
animation-delay: 1.8s;
}
p span:nth-of-type(13) {
animation-delay: 2.0s;
}
p span:nth-of-type(14) {
animation-delay: 2.2s;
}

p span:nth-of-type(15) {
animation-delay: 2.4s;
}
p span:nth-of-type(16) {
animation-delay: 2.6s;
}
p span:nth-of-type(17) {
animation-delay: 2.8s;
}


/* Biography pc */

@media screen and (min-width: 769px) {

    ul.horizontal-list {
        overflow-x: auto;
        white-space: nowrap;
        height: 550px;
        padding-left: 60px;
    }
    
    li.item {
        display: inline-block;
        width: 560px;
        background-color: rgba(95, 132, 156, 0.7);
        margin: 20px 0px 20px 20px;
        border-radius: 20px;
        height: 430px;
    }

    .Bio1__title,
    .Bio2__title,
    .Bio3__title,
    .Bio4__title,
    .Bio5__title {
        font-family: "Sawarabi Gothic";
        font-size: 3.0rem;
        font-weight: 400;
        line-height: normal;
        color: #fff;
        padding-top: 38px;
        padding-left: 43px;
    }
    
    .Bio1__date,
    .Bio2__date,
    .Bio3__date,
    .Bio4__date,
    .Bio5__date {
        font-family: "Reem Kufi";
        font-size: 3.0rem;
        font-weight: 400;
        line-height: normal;
        color: #FAC63C;
        margin-top: 10px;
        padding-left: 43px;
    }

    .Bio1__txt,
    .Bio2__txt,
    .Bio3__txt,
    .Bio4__txt,
    .Bio5__txt {
        display: none;
    }

    .Bio1__txt__pc,
    .Bio3__txt__pc,
    .Bio5__txt__pc {
        display: block;
        font-family: "Sawarabi Gothic";
        font-size: 1.6rem;
        font-weight: 200;
        line-height: 30px;
        color: #fff;
        padding: 30px 43px 30px 48px;
    }

    .Bio2__txt__pc,
    .Bio4__txt__pc {
        display: block;
        font-family: "Sawarabi Gothic";
        font-size: 1.6rem;
        font-weight: 200;
        line-height: 30px;
        color: #fff;
        padding: 30px 43px 32px 48px;
    }

    .Bio2__download,
    .Bio4__download {
        display: flex;
    }

    .Bio2__attention__sp,
    .Bio4__attention__sp {
        display: none;
    }
    
    .Bio2__attention__pc,
    .Bio4__attention__pc {
        display: block;
        font-family: "Sawarabi Gothic";
        font-size: 1.6rem;
        font-weight: 200;
        line-height: 30px;
        padding-top: 13px;
        padding-left: 48px;
        color: #fff;
    }


    .btn__Bio__sp {
        margin: 0 auto;
        cursor: pointer;
        transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
        background: #FAC63C;
        border: 1.5px solid #FAC63C;
        border-radius: 60px;
        color: #fff;
        display: block;
        font-weight: bold;
        width: 300px;
        padding: 10px;
        
    }
    
    .btn__Bio__sp {
        background-color: rgba(95, 132, 156, 0.5);
        color: #FAC63C;
        overflow: hidden;
        position: relative;
        transition-duration: .4s;
        z-index: 2;
    }
    
    .btn__Bio__sp::after {
        background: #FAC63C;
        border-radius: 50%;
        content: "";
        display: block;
        margin: auto;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        padding-top: 100%;
        height: 0;
        z-index: -1;
        transform: translateY(-50%) scale(0.1);
        transition: opacity .5s, transform 0s;
        transition-delay: 0s, .4s;
    }
       
    .btn__Bio__sp:hover {
        color: #015DAF;
    }
    
    .btn__Bio__sp:hover::after {
        opacity: 1;
        transform: translateY(-50%) scale(1.1);
        transition-delay: 0s;
        transition: opacity .8s, transform .6s ease-in-out;
    }
    
    .text {
        position: relative;
        font-family: "Reem Kufi";
        font-size: 2.5rem;
        font-weight: 400;
        word-spacing: .5em
    }


    li.item__kamome {
        display: inline-block;
        width: 50%;
        background-color: #015DAF;
    }

    .illust__kamome__sp {
        display: none;
    }

    .illust__kamome__pc {
        display: block;
        text-align: center;
    }

    p span {
        font-size: 300%;
        font-family: "Playfair Display";
        color: #fff;
        display: inline-block; 
        position: relative; 
    }

    .blank {
        display: none;
    }

}




/* Strength */

.section__topic2__s {
    position: sticky;
    font-family: "Playfair Display";
    font-size: 5.0rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 5;
    padding-top: 50px;
}

.section__subtopic2__s {
    position: sticky;
    font-family: "Sawarabi Gothic";
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 5;
    padding-bottom: 50px;
}

.test__container {
    display: none;
}

.test-slick {
    display: none;
}

.swiper {
    width: 375px;
    height: 624px;
}

.swiper-button-prev,
.swiper-button-next {
    padding-top: 247px;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 1.5rem;
}

.swiper-button-prev {
    padding-left: 70px;
}

.swiper-button-next {
    padding-right: 70px;
}

.swiper-pagination {
    padding-bottom: 55px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: white ;
}

.st1 {
    background-image: url(../images/bg-st1_sp.png);
    background-position: center;
    width: 375px;
    height: 624px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.st2 {
    background-image: url(../images/bg-st2_sp.png);
    background-position: center;
    width: 375px;
    height: 624px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.st3 {
    background-image: url(../images/bg-st3_sp.png);
    background-position: center;
    width: 375px;
    height: 624px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.st4 {
    background-image: url(../images/bg-st4_sp.png);
    background-position: center;
    width: 375px;
    height: 624px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.st5 {
    background-image: url(../images/bg-st5_sp.png);
    background-position: center;
    width: 375px;
    height: 624px;
    background-repeat: no-repeat;
    margin: 0 auto;
}



.st1__title {
    text-align: center;
    padding-top: 40px;
}

.st1__txt {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    padding: 30px 25px 25px 30px;
    width: 370px;
    margin: 0 auto;
}

.st2__title {
    text-align: center;
    padding-top: 40px;
}

.st2__txt {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    padding: 30px 25px 25px 30px;
    width: 370px;
    margin: 0 auto;
}

.st3__title {
    text-align: center;
    padding-top: 40px;
}

.st3__txt {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    padding: 30px 25px 25px 30px;
    width: 370px;
    margin: 0 auto;
}

.st4__title {
    text-align: center;
    padding-top: 40px;
}

.st4__txt {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    padding: 30px 25px 25px 30px;
    width: 370px;
    margin: 0 auto;
}

.st5__title {
    text-align: center;
    padding-top: 40px;
}

.st5__txt {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    padding: 30px 25px 25px 30px;
    width: 370px;
    margin: 0 auto;
}


/* Strength pc */

@media screen and (min-width: 769px) {

    .section__topic2__s {
        font-family: "Playfair Display";
        font-size: 7.0rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        padding-top: 100px;
    }
    
    .section__subtopic2__s {
        font-family: "Sawarabi Gothic";
        font-size: 2.0rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .swiper {
        display: none;
    }

    .test__container {
        display: block;
        max-width: 1440px;
        height: 430px;
        margin: 0 auto;
    }

    .test-slick {
        display: block;
        max-width: 1440px;
        height: 430px;
        margin: 0 auto;
    }

    .test-slick .slick-arrow{
        width: initial!important;
        height: 50%!important;
        z-index:2!important;
        transform: rotate(90deg);
        top: initial;
        left: initial!important;
        right: 85px!important;
    }
    .test-slick .slick-arrow:before{ font-size: 50px; }
    .test-slick .slick-prev { 
        top: 0; }
    .test-slick .slick-next { 
        bottom: 0; }

    .test-slick .slick-dots{
        width: 50px;
        right: 83px;
        bottom: initial;
        top: 50%;
        transform: translateY(-50%);
    }


    .st1 {
        background-image: url(../images/bg-st1_pc.png);
        width: 1440px;
        height: 430px;
        background-repeat: no-repeat;
        margin: auto;
        display: flex;
    }

    .st2 {
        background-image: url(../images/bg-st2_pc.png);
        width: 1440px;
        height: 430px;
        background-repeat: no-repeat;
        margin: auto;
        display: flex;
    }

    .st3 {
        background-image: url(../images/bg-st3_pc.png);
        width: 1440px;
        height: 430px;
        background-repeat: no-repeat;
        margin: auto;
        display: flex;
    }

    .st4 {
        background-image: url(../images/bg-st4_pc.png);
        width: 1440px;
        height: 430px;
        background-repeat: no-repeat;
        margin: auto;
        display: flex;
    }

    .st5 {
        background-image: url(../images/bg-st5_pc.png);
        width: 1440px;
        height: 430px;
        background-repeat: no-repeat;
        margin: auto;
        display: flex;
    }



    .st1__title,
    .st2__title,
    .st3__title,
    .st4__title,
    .st5__title {
        display: block;
        text-align: center;
        padding-top: 70px;
        padding-left: 90px;
    }

    .st1__txt,
    .st2__txt,
    .st3__txt,
    .st4__txt,
    .st5__txt {  
        display: block;      
        width: 720px;
        font-family: "Sawarabi Gothic";
        font-size: 1.8rem;
        font-weight: 200;
        line-height: 30px;
        color: #fff;
        margin-top: -217px;
        padding: 0px 10px 25px 320px;
        
    }

}


@media screen and (min-width: 1100px) {

    .st1__txt,
    .st2__txt,
    .st3__txt,
    .st4__txt,
    .st5__txt {  
        display: block;      
        width: 850px;
        font-family: "Sawarabi Gothic";
        font-size: 1.8rem;
        font-weight: 200;
        line-height: 30px;
        color: #fff;
        margin-top: -197px;
        padding: 0px 10px 25px 350px;
        
    }

}


@media screen and (min-width: 1440px) {

    .st1__txt,
    .st2__txt,
    .st3__txt,
    .st4__txt,
    .st5__txt {  
        display: block;      
        width: 1150px;
        font-family: "Sawarabi Gothic";
        font-size: 1.8rem;
        font-weight: 200;
        line-height: 30px;
        color: #fff;
        margin-top: -167px;
        padding: 0px 10px 25px 350px;
        
    }

}



/* ======================
　　　　　Footer
======================= */

.footer__topic__sp {
    padding-top: 70px;
    padding-left: 20px;
    margin-bottom: -10px;
}

.footer__topic__pc {
    display: none;
}

.arrow__btn {
    display: flex;
}

.arrow_sp {
    position: sticky;
    padding-left: 60px;
    margin-bottom: -110px;
    z-index: 5;
}

.btn__top_sp {
    text-align: right;
    padding-right: 20px;
    margin-top: -20px;
    margin-bottom: -10px;
    z-index: 50;
}

.btn__top_pc {
    display: none;
}

.fluffy {
    position: sticky;
    z-index: 50;
    animation: fluffy 3s infinite;
}
  
 @keyframes fluffy {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
}

.address {
    color: #FFF;
    font-family: "Playball";
    font-size: 3.0rem;
    font-weight: 400;
    padding-top: 20px;
    text-align: center;
    position: sticky;
    z-index: 10;
}

.my-parts2 {
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}

.my-parts2:hover {
	cursor: pointer;
	color: #015DAF;
}

.copy {
    text-align: center;
    color: #FFF;
    font-family: "Reem Kufi";
    font-size: 1.0rem;
    font-weight: 400;
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: -120px;
    position: sticky;
    z-index: 5;
}

.scroll-infinity__wrap__pc__footer {
    display: none;
}

.scroll-infinity__item__f {
    width: 376px;
    height: 130px;
}

.scroll-infinity__item__f>img {
    width: 376px;
    height: 130px;
}


/* Footer pc */

@media screen and (min-width: 769px) { 

    .footer__topic__sp {
        display: none;
    }

    .footer__topic__pc {
        display: block;
        padding-top: 100px;
        padding-left: 30px;
        margin-bottom: -50px;
    }

    .arrow_sp {
        position: sticky;
        padding-left: 100px;
        margin-bottom: -110px;
        z-index: 5;
    }

    .btn__top_sp {
        display: none;
    }

    .btn__top_pc {
        display: block;
        text-align: right;
        padding-right: 50px;
        margin-top: -10px;
        margin-bottom: -15px;
    }

    .address {
        color: #FFF;
        font-family: "Playball";
        font-size: 7.0rem;
        font-weight: 400;
        padding-top: 20px;
        text-align: center;
    }

    .copy {
        color: #FFF;
        font-family: "Reem Kufi";
        font-size: 1.8rem;
        font-weight: 400;
        padding-top: 20px;
        padding-left: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .scroll-infinity__wrap__pc__footer {
        display: block;
        position: sticky;
        display: flex;
        overflow: hidden;
        margin-top: -220px;
        z-index: 1;
    }

    .scroll-infinity__list {
        display: flex;
        list-style: none;
        padding: 0
    }
    
    .scroll-infinity__list--left {
        animation: infinity-scroll-left 100s infinite linear 0.5s both;
    }
    

    .scroll-infinity__item {
        width: 793px;
        height: 226px;
    }
    
    .scroll-infinity__item>img {
        width: 793px;
        height: 226px;
    }

    @keyframes infinity-scroll-right {
        from {
          transform: translateX(-100%);
        }
          to {
          transform: translateX(0%);
        }
    }

    .scroll-infinity__list--right {
        animation: infinity-scroll-right 100s infinite linear 0.5s both;
    }

}

.wrapper {
    width:100%;
    overflow:hidden;
}

/* * {
    outline: 0.1px solid yellow;
  } */