@charset "UTF-8";

/* 共通部分
------------------------------*/
html {
    font-size: 100%;
    box-sizing: border-box;
}
body{
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
}
main{
    overflow: hidden;
}
footer{
    overflow: hidden;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
dt{
    font-weight: 400;
}
.section-title{
    text-align: center;
    margin-bottom: 50px;
}
span{
    display: inline-block;
}
p{
    line-height: 150%;
}
/* HEADER
----------------------------------*/
header{
    position: fixed;
    top:30px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    z-index: 2;
}
.main-navi{
    display: flex;
    justify-content: space-between;
    font-family: "Urbanist", serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.4em;
    line-height: 20px;
    padding: 0 10px;
}
.main-navi li:hover {
    color: gray; /* ホバー時の文字色 */
}

.insta{
    width: 20px;
}

/* ハンバーガーメニュー
----------------------------------*/
.btn{
    display: none;
}
.hamburger-navi{
    display: none;
}

/* TOP-page
----------------------------------*/

/* FV
----------------------------------*/
.FV .wrapper-wide{
    max-width: 1280px;
    margin:0 auto 100px;
    border-radius: 200px 200px 500px 500px;
    background-color: #CEE6F3;
    position: relative;
    text-align: center;
}
h1{
    font-family: "Urbanist", serif;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 0.7em;
    line-height: 60px;
    padding:288px 0 35px;
}
.FV-asirai3{
    width: 35px;
    padding-bottom: 30px;
}
.FV .wrapper-wide p{
    font-family: "Urbanist", serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.3em;
    padding-bottom: 288px;
}
.FV-asirai1{
    position: absolute;
    top: 25px;
    left: 0;
    width: 24%;
    z-index: 30;
}
.FV-asirai2{
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 20%;
    z-index: 30;
  }

/* work
----------------------------------*/
.wrapper-default{
    max-width: 1000px;
    margin: 0 auto 100px;
    text-align: center;
}
.work-title{
    width: 159px;
}
.work-item-tag{
    font-family: "Urbanist", serif;
    font-weight: 700;
    font-size: 12px;
    color: #CB5D00;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.work-item-tag span{
    margin-right: 10px;
    padding: 3px 3px 3px 7px;
    background-color: #CB5D00;
    color: #fff;
    border-radius: 50px;
}
.wrapper-default p{
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.wrapper-default ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 50px;
    margin-bottom:60px;
    padding: 0 10px;
}
.work-item{
    text-align: left;
}
button{
    font-family: "Urbanist", serif;
    font-weight: 700;
    color: #fff;
    background-color: #CB5D00;
    letter-spacing: 0.2em;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 50px;
}

/* profile
----------------------------------*/
.profile{
    margin-bottom: 100px;
    padding: 0 10px;
}
.wrapper-yellow{
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFF6EB;
    border-radius: 100px;
    position: relative;
}
.PF-asirai1 {
    position: absolute;
    top: -45px;
    right: 0px;
    width: 146px;
}
.SP-asirai1{
    display: none;
}
.profile .wrapper-yellow::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 167px;
    height: 124px;
    background-image: url('../img/TOP/PF-asirai2.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
.profile .block{
    width: 75%;
    margin: 0 auto;
}
.pf-title{
    width: 254px;
    padding-top: 70px;
}
.profile .block .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 70px;
}
.profile .left{
    width: 250px;
}
.profile .block .left{
    position: relative;
}
.pf-button{
    position: absolute;
    bottom: -30px;
    right: -30px;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 100px 200px;
}
.profile .right{
    width: calc(100% - 250px);
    padding: 30px 0 0 70px;
    letter-spacing: 0.2em;
    line-height: 1.5;
}
.name{
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 20px;
}
.profile .block-title{
    font-family: "Urbanist", serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.5em;
    padding-bottom: 20px;
}
.profile ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    font-family: "Urbanist", serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2;
    padding-bottom: 60px;
}
.profile li{
    padding-right: 36px;
}


/* contact
----------------------------------*/
#contact .wrapper-wide{
    max-width: 1280px;
    background-color: #CEE6F3;
    border-radius: 500px 500px 0 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden; 
}
.contact-title{
    width: 254px;
    padding-top: 132px;
    margin-bottom: 50px;
}
.contact-button{
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 0 48px;
    margin-bottom: 70px;
}
#contact p{
    font-family: "Urbanist", serif;
    font-weight: 600;
    font-size: 14px;
    color: #CB5D00;
    letter-spacing: 0.2em;
    padding-bottom: 60px;
}
.page-top{
	width: 111px;
	position: absolute;
	bottom: 130px;
	right: 140px;
}
.slide-contents{
    display: flex;
    padding-bottom: 50px;
}


/* work-page
----------------------------------
----------------------------------*/
.page-title{
	max-width: 1280px;
	border-radius: 100px 100px 200px 200px;
    background-color: #CEE6F3;
	margin: 0 auto 80px;
    position: relative;
    overflow: hidden;
}

#work h2{
	font-family: "Urbanist", serif;
	font-weight: 700;
	font-size: 50px;
	color: #CB5D00;
	letter-spacing: 0.7em;;
    padding: 170px 0 70px 200px;
}
#work .work-wrapper{
	margin: 0 auto 120px;	
}

/* detail-page
----------------------------------
----------------------------------*/
#detail{
    line-height: 150%;
}
/* detail-mv
----------------------------------*/
#detail .page-title{
    max-width: none;
	border-radius: 100px 100px 0 0;
    background-color:#CEE6F3 ;
	margin: 0 auto;
    padding: 0;
    position: relative;
}
#detail h2{
	font-family: "Urbanist", serif;
	font-weight: 700;
	font-size: 50px;
	color: #CB5D00;
	letter-spacing: 0.7em;;
	padding: 170px 0 125px;
    text-align: center;
}

#detail .asirai-left{
    position: absolute;
    bottom: 20px;
    left:calc(50% - 350px);
    width: 160px;
}
#detail .move-left{
    position: absolute;
    bottom: 20px;
    left:calc(50% - 310px);
    width: 52px;
}
#detail .asirai-right{
    position: absolute;
    top: 120px;
    right:calc(50% - 330px);
    width: 100px;
}
#detail .move-right{
    position: absolute;
    top: 100px;
    right:calc(50% - 240px);
    width: 52px;
}

/* detail-thumb
----------------------------------*/
.thumb{
    background-color: #CEE6F3;
    max-width: none;
    padding-bottom: 110px;
    margin: 0 auto;
    padding: 0 10px 110px;
}
.thumb .wrapper-white{
    background-color: #fff;
    max-width: 1000px;
	border-radius: 400px 400px 100px 100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.sp-asirai1 {
    display: none;
}
.thumb .block{
    width: 70%;
    margin: 0 auto;
}
.thumb-title{
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 120px 0 30px;
}
.thumb-tag{
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #A3A3A3;
    margin-top: 10px;
}
.remodel{
    width: 700px;
    margin-bottom: 40px;
}
.thumb .block dl{
    display: flex;
    font-size: 14px;
    text-align: left;
}
.thumb .block dl:nth-of-type(3) a:hover{
    color: #A3A3A3;
}
.indention{
    display: none;
}
.thumb .block p{
    text-align: left;
    padding:20px 0 60px;
    letter-spacing: 0.1em;
}
.image-visual{
    max-width: 2560px;
    margin: 0 auto 100px;
}

/* detail-backgraund
----------------------------------*/
.backgraund{
    height: 30px;
    background-color: #CEE6F3;
    border-radius: 0 0 100px 100px;
    margin-bottom: 70px;
}

/* detail-input-output
----------------------------------*/
.input{
    padding:0 10px;
    margin-bottom: 60px;
}
.detail-asirai3{
    position: absolute;
    top:-70px;
    right: 0;
    width: 236px;
}
:is(.input, .output) .wrapper-yellow .block{
    width: 84%;
    padding: 50px 0 30px;
    margin: 0 auto;
}
.sub-title{
    font-family: "Urbanist", serif;
	font-weight: 700;
	font-size: 40px;
	color: #CB5D00;
	letter-spacing: 0.4em;
    position: relative;
    margin-bottom: 40px;
}
.sub-title::after{
    content: '';
    position: absolute;
    top: 0px;
    right: ;
    width: 60px;
    height: 40px;
    background-image: url('../img/detail/title-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#detail .box{
    margin-bottom: 30px;
}
.article-title{
    font-weight: 500;
	font-size: 20px;
    padding: 0 0 10px 34px;
    margin-bottom: 20px;
    background-image: url('../img/detail/line.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}
.article-title::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 17px;
    background-image: url('../img/detail/text-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.output{
    padding: 0 10px;
    margin-bottom:100px;
}
.output .wrapper-yellow::after {
    content: '';
    position: absolute;
    bottom: -220px;
    left: calc(50% - min(55vw,550px));
    width: 250px;
    height: 350px;
    background-image: url(../img/detail/asirai4.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.output-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.item{
    min-width: 294px;
    width: calc(50% - 20px);
}
.box:nth-of-type(1) p {
    margin-bottom: 20px;
    padding: 0;
}
.output p{
    padding-top: 10px;
}
.output dl{
    margin-bottom: 10px;
}
.output dt{
    font-size: 12px;
}

/* detail-desing
----------------------------------*/
.desing{
    padding:0 10px;
    margin-bottom: 100px;
}
.desing .wrapper{
    max-width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.desing h3{
    text-align: center;
}
.desing .article-title{
    margin-bottom: 0px;
    background-image:none;
    text-align: left;
}
.pc-desing{
    width: 70%;
    padding-right: 10px;
}
.sp-desing{
    width: 30%;
    padding-left: 10px;
}
.banner{
    width: 500px;
    margin: 0 auto;
}
.button-ja{
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 0 40px;
    display: block; /* インライン要素だと margin: auto; が効かないので block にする */
    margin: 0 auto;
}

/* profile-page
----------------------------------
----------------------------------*/

  /* profile-mv
----------------------------------*/
#profile h2{
	font-family: "Urbanist", serif;
	font-weight: 700;
	font-size: 50px;
	color: #CB5D00;
	letter-spacing: 0.7em;;
    padding: 170px 0 70px 200px;
}

  /* article
----------------------------------*/
.article{
    padding: 0 20px;
}
.article h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.article .wrapper-yellow{
    margin-bottom: 60px;
}
.article .wrapper-yellow::before{
    content: '';
    position: absolute;
    top: -40px;
    right: -50px;
    width: 160px;
    height: 124px;
    background-image: url('../img/detail/asirai2.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.article .wrapper-yellow::after{
    content: '';
    position: absolute;
    bottom: -40px;
    left: -10px;
    width: 160px;
    height: 124px;
    background-image: url('../img/detail/asirai1.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#profile .flex{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    margin: 0 auto;
}
.article .left{
    width: 35%;
    padding-right: 20px;
}
.article .right{
    width: 65%;
}
.article .right p{
    font-size: 14px;
}
#profile .grid{
    display: grid;
    max-width: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 50px;
    margin:0 auto 100px;
}
.flip-container {
    perspective: 1000px; /* 3D効果 */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
  }
  .flip-box {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    cursor: pointer;
  }
  .flip-container.flipped .flip-box { /* クラス追加で回転 */
    transform: rotateY(180deg);
  }
  .front,.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    justify-content: center;
    align-items: center;
    background-color: #FFF6EB;
    border-radius: 50px;
  }
.front{
    padding: 50px 0 30px;
    text-align: center;
    z-index: 2;
}
.article h4{
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.icon{
    margin-bottom: 30px;
}
.icon1{
    width: 82px;
}
.icon2{
    width: 166px;
}
.icon3{
    width: 130px;
}
.icon4{
    width: 120px;
}
.icon5{
    width: 126px;
}
.icon6{
    width: 124px;
}
.arrow{
    width: 110px;
}
.back{
    transform: rotateY(180deg);
}
.back p{
    padding: 70px 35px 0 35px;
    line-height: 200%;
}
.back p::before{
    content: '';
    position: absolute;
    top: 24px;
    left: calc(50% - 12px);
    width: 30px;
    height: 21px;
    background-image: url('../img/profile/text-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* アニメーション専用のセクション 
----------------------------------
----------------------------------*/

/*hover*/
.animation-shake:hover {
    animation: rotate 0.7s ease-in-out both;
}
.work-item:hover img {
    animation: rotate 0.7s ease-in-out both;
}
@keyframes rotate {
      0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
      }
      25% {
        transform: rotate(3deg) translate3d(0, 0, 0);
      }
      50% {
        transform: rotate(-3deg) translate3d(0, 0, 0);
      }
      75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
      }
      100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
      }
}

/*scroll-infinity*/
.scroll-infinity__list{
    min-width: calc((72px + 40px)*10);/*画像10枚分の横幅を確保して、スライドが崩れないようにするための設定！*/
    display: flex;
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.scroll-infinity__item{
    min-width: 72px;
    margin-left: 40px;
}
.slide-contents-sp{
    display: none;
}
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
}

/*shake*/
.shake{
    animation: shake 5s infinite;
}
.shake-2{
    animation-delay: 3s;
}

@keyframes shake {
    0% {
        transform: rotate(0);
    }
    6%, 18%, 30%, 42% {
        transform: rotate(15deg);
    }
    12%, 24%, 36% {
        transform: rotate(-15deg);
    }
    48% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

/* slide-up */
.slide-up {
    opacity: 0;
    transform: translateY(50px);
}
.slide-up-linked {
    opacity: 0;
    transform: translateY(50px);
}

/* spread */
.spread {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
}

/* text-animate */
.text-animate span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
}



  /* レスポンシブ tablet
----------------------------------*/
@media screen and (max-width: 768px) {

/* FV
----------------------------------*/
.FV .wrapper-wide p {
padding-bottom: 220px;
}
.FV-asirai1 {
    top: 50px;
    left: 20px;
    width: 30%;
}
.FV-asirai2 {
    bottom: -10px;
    right: 20px;
    width: 26%;
}

/* profile
----------------------------------*/
.profile .right {
    width: 100%;
    padding: 20px 0 0;
}
/* contact
----------------------------------*/
.page-top {
    right: 30px;
}
#contact .wrapper-wide::after {
    width: 150%;
}

/* WORK-page
----------------------------------*/
#work .mv-wrapper{
	margin: 0 auto 60px;
}
#work h2::after {
    width: 150%;
}
#work .work-wrapper{
	margin: 0 auto 80px;	
}

/* DETAIL-page
----------------------------------*/
#detail .asirai-left {
    left: calc(50% - 250px);
    width: 120px;
}
#detail .move-left {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 220px);
    width: 38px;
}
#detail .asirai-right {
    right: calc(50% - 240px);
    width: 80px;
    top: 80px;
}
#detail .move-right {
    position: absolute;
    top: 60px;
    right: calc(50% - 170px);
    width: 42px;
}
.thumb .wrapper-white {
    border-radius: 300px 300px 70px 70px;
}
.output .wrapper-yellow::after {
    display: none;
}
.output-flex {
    gap: 10px;
}
.box:nth-of-type(3) .output-flex-left {
    order: 2; /* 画像を下に */
}

.box:nth-of-type(3) .output-flex-right {
    order: 1; /* テキストを上に */
}
.item{
    width: 100%;
}
.desing{
    padding: 0 30px;
}
/* PROFILE-page
----------------------------------*/
#profile h2::after {
    width: 150%;
}
.article .wrapper-yellow::after {
    bottom: -70px;
    width: 120px;
}
#profile .flex {
    width: 90%;
    padding: 40px 0 60px;
}
.article .left {
    width: 40%;
    min-width: 270px;
    padding-right: 0px;
    margin: 0 auto;
}
.article .left img{
    margin-bottom: 30px;
}
.article .right {
    width: 78%;
    padding-left: 0px;
    margin: 0 auto;
}
}


 /* レスポンシブ sp
----------------------------------*/
@media screen and (max-width: 500px) {

/* HEADER
----------------------------------*/
header {
    top: 0px;
}
nav{
    display: none;
}
/* ハンバーガーメニュー
----------------------------------*/
.btn{
    display: block;
    width: 60px;
    height: 60px;
    background-color:#FFF6EB ;
    border-radius: 50%;
    margin: 10px;
    position: fixed;
    top:0;
    right: 0;
    z-index: 30;
}
.btn i{
    position: absolute;
    left:15px;
    width: 30px;
    height: 1px;
    background-color:#000;
    transition: .3s;
}
.btn i:nth-of-type(1){
    top: 20px;
}
.btn i:nth-of-type(2){
    top: 30px;
}
.btn p{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2em;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-47%, -30%);
    transition: .3s;
}
.btn.active i:nth-of-type(1){
    transform:translateY(4px)rotate(45deg) ;
    transition: transform 0.3s ease;
}
.btn.active i:nth-of-type(2){
    transform:translateY(-6px)rotate(-45deg) ;
    transition: transform 0.3s ease;
}
.btn.active p{
    transform: translate(-47%, -10%);
    transition: transform 0.3s ease;
}
.menu{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top:0;
    right: 0;
    width: 100%;
    background-color: #CEE6F3;
    z-index: 20;
    border-radius: 0 0 400px 400px;
    transition: opacity 0.3s ease, visibility 0s 0.3s; /* opacityとvisibilityの遷移 */
}
.hamburger-navi{
    display: block;
    padding: 200px 0; 
    text-align: center;
}
.hamburger-navi li{
    font-family: "Urbanist", serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.4em;
    margin-bottom: 40px;
}
.menu.active{
    opacity: 1;
    visibility: visible; /* 表示される */
    transition: opacity 0.3s ease; /* opacityの遷移 */
}


/* FV
----------------------------------*/
.FV .wrapper-wide {
    border-radius: 100px 100px 400px 400px;
}
h1 {
    font-size: 40px;
    letter-spacing: 0.5em;
    padding: 230px 0 30px;
}
.FV-asirai3 {
    padding-bottom: 20px;
}
.FV .wrapper-wide p {
    padding-bottom: 230px;
}
.FV-asirai1 {
    top: 10px;
    left: 0;
    width: 35%;
}

/* work
----------------------------------*/
.work {
    margin: 0 auto 160px;
}
.work ul{
    gap: 0;
    padding: 0 40px;
}
.work-item-sp-none{
    display: none;
}

/* profile
----------------------------------*/
.profile ul{
    flex-direction: column;
    list-style-type: disc;
    list-style-position: inside;
}
.PF-asirai1{
    display: none;
}
.SP-asirai1{
    display: block;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
}
.profile .wrapper-yellow::after {
    content: '';
    position: absolute;
    bottom: -210px;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 270px;
    height: 220px;
    background-image: url(../img/TOP/SP-asirai2.png);
}

/* contact
----------------------------------*/
.contact-wrapper{
    overflow: hidden;
}
.contact-button {
    font-size: 16px;
    padding: 0 36px;
}
.contact-container::after {
    width: 340%;
    left: -10px
}
.page-top {
    width: 80px;
    right: 0
}

/* WORK-page
----------------------------------*/
.page-title {
    border-radius: 100px 100px 400px 400px;
    text-align: center;
}
#work h2{
    padding-left: 0;
}
#work h2::after {
    width: 320%;
}
#work .work-wrapper{
	margin: 0 auto 80px;	
}
#work .work-item-sp-none{
    display: block;
}

/* DETAIL-page
----------------------------------*/
#detail .asirai-left,.asirai-right,.move-left,.move-right {
    display: none;
}
#detail h2 {
padding: 100px 0 70px;
    letter-spacing: 0.5em;
}
.thumb{
    padding-bottom: 40px;
}
.thumb .block {
    width: 84%;
}
.thumb .wrapper-white {
    margin: 0 auto;
    position: relative;
}
.sp-asirai1 {
    display: block;
    position: absolute;
    top: -40px;
    left: calc(50% - min(42vw, 210px));
    width: 90%;
}
.indention{
display: block;
}
.point{
    display: none;
}
.image-visual {
    margin: 0 auto 40px;
}
#detail .wrapper-yellow {
    border-radius: 140px 140px 30px 30px;
}
.sub-title{
    text-align: center;
    margin:60px auto;
}
.cup::before {
    content: '';
    position: absolute;
    top: -70px;
    left: calc(50% - 20px);
    width: 40px;
    height: 48px;
    background-image: url(../img/detail//SP-asirai2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.sub-title::after {
    display: none;
}
.detail-asirai3 {
    display: none;
}
.output .wrapper-yellow::after {
    display: none;
}
.output-flex-left {
    width: 100%;
    padding-right: 0px;
}
.output-flex-right {
    width: 100%;
    padding-left: 0px;
}
.slide-contents-sp {
    display: flex;
    width: 100vw; /* 幅を画面いっぱいに */
    overflow: hidden; /* 横スクロール防止 */
}

.scroll-infinity__list {
    white-space: nowrap; /* 折り返し防止 */
}
.desing .sub-title {
    margin: 0px auto 20px;
}
.desing .wrapper {
    flex-direction: column;
}
.pc-desing {
    width: 100%;
    padding-right: 0px;
    margin: 0 auto 20px;
}
.sp-desing {
    width: 100%;
    padding-left: 0px;
    margin: 0 auto;
}
.banner{
    margin-top: 30px;
}

/* PROFILE-page
----------------------------------*/
.article{
    padding: 0 10px;
}
.article .wrapper-yellow{
    border-radius: 80px;
}
#profile .grid {
    gap: 20px;
    margin: 100px 30px;
}
#profile h2 {
    padding-left: 0;
    letter-spacing: 0.4em;
}
#profile h2::after {
    width: 320%;
}



}