@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";.material-symbols-outlined {
    font-variation-settings: "FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;
    opacity: 0;
    visibility: hidden
}

@media(max-width: 768px) {
    .material-symbols-outlined {
        font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 24
    }
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0,0,0,0)
}
* {
    box-sizing: border-box
} 
body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}
ul,
ul,
li,
nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0,0,0,0);
    text-decoration: none;
    color: inherit;
    transition: 0.5s; 
}

button {
    color: inherit
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

sup {
    vertical-align: super;
    font-size: .75em
}

sub {
    vertical-align: sub;
    font-size: .75em
}

.sp-only{display: block!important;}
.pc-only{display: none!important;}

html {
    font-size: 62.5%
}

body {
    font-family:"Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    font-feature-settings: "palt";
    -webkit-print-color-adjust: exact;
    word-break: break-all;
    background:#FF9736;
    letter-spacing: 0.15rem;
}
.hd_logo{
    display:none;
}
.hd_inner{
    height:100px;
}
/* ハンバーガー */
.hamburger {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ×アイコン */
.hamburger.is-open span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

/* ドロワー */
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:100vh;
 background:#FF9736;
  transform: translateY(-100%);
  visibility: hidden;
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.45s;
  z-index: 900;
}

.drawer.is-open {
  transform: translateY(0);
  visibility: visible;
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s;
}


.hd_inner,
.contents_inner{
    padding:0 20px;
}
.hd_nav_inner{
    padding: 30px;
}
.ft_inner{
    padding:20px;
}

.hd_navList{
    padding-top:40px;
}

.hd_navList li{
    padding:20px 10px;
    font-size: 1.8rem;
}
    
.hd_navList li a.btn_info{
        border: 1px solid #fff;
        border-radius: 24px;
        padding: 4px 30px;
 }
.hd_navList li a.btn_info:after{
   content: "";
  display: inline-block;
  width:14px;
  height: 14px;
  margin:0 0 0 4px;

  vertical-align: middle;
  background: url(../images/blank-link-w.svg) no-repeat center center;
    background-size: contain;
   }
.hd_navList li:last-child img{
    width: 285px;
    border-radius: 12px;
    margin-top: 40px;
}
.site_title h1.img-wrap{
   padding:0 20px;
    overflow: hidden;
  position: relative;
}
.site_title h1 img{
    width: 100%;
}
.site_title picture{
    width: 88.7%;
    margin-left:auto;
    margin-right:0;
    display: block;
    overflow: hidden;
}


.img-wrap::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #FF9736;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
@keyframes solfuwa {
  0%, 100% {
    transform: translateY(0); /* 元の位置 */
  }
  50% {
    transform: translateY(10px); /* 下に10px移動 */
  }
}
/* アニメーションを適用するクラス */
.solfuwa {
  animation: solfuwa 3s ease-in-out infinite alternate;
}
.profile_wrap{
    padding:100px 0 380px;
    background-image:url(../images/gizagiza.svg),url(../images/solkun_02_sp.webp);
    background-repeat:repeat-x,no-repeat;
    background-position:center bottom,center bottom;
    background-size:auto 34px,100% auto;
    background-color: #2ACDE2;
    margin-bottom: -1px;
}

.sec_profile{
    position: relative;
}

.sec_goods h2,
.sec_friends h2,
.sec_profile h2{
    margin:0 0 3rem;
}
.sec_friends h2 img{
    display: block;
    margin:auto;
    width:100%;
}
.sec_profile h2 img{
    display: block;
    margin:auto;
    width:76%;
}

.sec_profile section{
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-between;
    margin-bottom:4rem;
}
.sec_profile section h3{
    width:75px;
}
.sec_profile section div{
    width:calc(100% - 80px);
}
.sec_profile > p{
    text-align: center;
    margin-bottom: 6rem;
}

.sec_profile .txt_profile{
    font-size: 2.0rem;
    text-align: left;
    border-bottom: 1px dotted #fff;
    padding-bottom:8px;
    margin-bottom:8px;
}
.sec_profile .txt_detail{
    font-size: 1.4rem;
    text-align: left;
}


.friends_wrap{
    padding:100px 0 200px;
    background:url(../images/bg_wave_b_sp.png) center bottom repeat-x #01C58D;
    margin-bottom: -1px;
}
.sec_friends ul li{
    text-align: center;
}
.sec_friends ul li:first-child{
    display: none;
}
.sec_friends ul li img{
    display: block;
    width: 80%;
    margin:0 auto 2rem;
}
.sec_friends ul li.comming_soon img{
    width:244px;
}
.sec_friends li h3{
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 2rem;
}
.sec_friends li p{
    margin-bottom: 2rem;
    text-align: left;
}
.chocho{
    display: block;
    margin:0 auto;
    width: 44px;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0); /* 元の位置 */
  }
  50% {
    transform: translateY(-15px); /* 上に20px移動 */
  }
}
/* アニメーションを適用するクラス */
.floating {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.goods_wrap{
    padding:75px 0 100px;
    background:url(../images/bg_wave_g_sp.png) center bottom repeat-x #FF9736;;
}
.sec_goods h2 img{
    display: block;
    margin:auto;
}
.sec_goods ul li {
    margin-bottom:4rem;
    text-align: center;
}
.sec_goods ul li img{
      transition: 0.3s; 
}
.sec_goods ul li span{
        border-radius:20px ;
    overflow: hidden; 
    display: block;
        width: 100%;
/* height: 100%;*/
  margin-bottom:1rem;
}
.sec_goods ul li :hover img {
  transform: scale(1.1); /* 1.1倍に拡大 */
}

.btn_ec{
    width: 100%;
    display: block;
    border-radius: 40px;
    background: #fff;
    color: #01C58D;
    text-align: center;
    padding:18px;
    margin:0 auto 6rem;
    letter-spacing: 0.2rem
}
.btn_ec:hover{
    background: #01C58D;
    color: #fff
}
.btn_ec:after {
  content: "";
  display: inline-block;
  width:16px;
  height: 16px;
  margin:0 0 0 4px;
  background-size: contain;
  vertical-align: middle;
  background: url(../images/blank-link.svg) no-repeat center center;
}
.btn_ec:hover:after{
  background: url(../images/blank-link-w.svg) no-repeat center center;
    background-size: contain;
}

.solkun_03{
    display: block;
    width: 172px;
    margin:auto;
}



footer{
    color:#303030;
    background: #fff;
}


.btn_sns_x,
.btn_sns_y{
    width: 100%;
    position: relative;
    max-width: 394px;
    display: flex;
    border-radius: 40px;
    background: #01C58D;
    border: 1px solid #01C58D;
    color: #fff;
    padding: 6px 56px 6px 6px;
    margin: 2rem auto;
    align-items: center;
}
.btn_sns_x::before,
.btn_sns_y::before {
    content: "";
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-right:6px;
}
.btn_sns_x::before{
    background: url(../images/icon_x.svg) no-repeat left center;
    background-size:56px ;
}
.btn_sns_y::before {
    background: url(../images/icon_y.svg) no-repeat left center;
    background-size:56px ;
}
.btn_sns_x span,
.btn_sns_y span{
    display:block;
    text-align:center;
    margin: auto;
}
.btn_sns_x::after,
.btn_sns_y::after {
  content: "";
  position: absolute;
  right: 15px;               /* 右端からの距離 */
  top: 50%;                  /* 中央配置 */
  transform: translateY(-50%); /* 垂直方向の微調整 */
  /* 三角形を作成 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;     /* 上下5px、左8px（幅になる） */
  border-color: transparent transparent transparent #fff; /* 左側だけ白 */
}
.btn_sns_x:hover,
.btn_sns_y:hover{
    background: #fff;
    color: #01C58D;
}

.btn_kamehameha{
    width: 100%;
    max-width: 328px;
    margin:auto;
    display: block;
}

.ft_nav ul {
    display: flex;
    justify-content: center;
    margin:1.8rem 0;
}
.ft_nav ul li:after{
    content:'｜';
    color: #01C58D;
    margin-left: 6px;
    margin-right: 6px;
}
.ft_nav ul li:last-child:after{
    content:none;
    margin-left: 0;
    margin-right: 0;
}
.ft_txt{
    font-size: 1.0rem;
    margin-bottom:1.8rem;
    text-align: center; 
}
.ft_copy{
    font-size: 1.2rem;
    padding-bottom:1.8rem;
    text-align: center; 
}
@media screen and (min-width: 430px) {
    .profile_wrap{
        padding:100px 0 480px;
    }
}
@media screen and (min-width: 520px) {
    .profile_wrap{
        padding:100px 0 580px;
    }
    .friends_wrap {
        padding: 100px 0 200px;
        background:url(../images/bg_wave_b.png) center bottom repeat-x #01C58D;
    }
    .btn_ec br{display: none;}
    .goods_wrap{
        background:url(../images/bg_wave_g.png) center bottom repeat-x #FF9736;;
    }
    .btn_ec{
        max-width:480px;
    }
    .btn_ec br{display: none;}
}
@media screen and (min-width: 620px) {
    .profile_wrap{
        padding:100px 0 680px;
    }
}
@media screen and (min-width: 768px) {
    .sp-only{display: none!important;}
    .pc-only{display: block!important;}
    .hd_logo{
        position: relative;
        display: block;
    }
    .hd_logo_btn{
        position: fixed;
        top:20px;
        left:20px;
        display: block;
        width:12%;
    }

    .hd_inner {
        height: 92px;
    }
    .hd_navList {
        padding-top: 0;
    }
    .hamburger{
        display:none;
    }
    .hd_navList{
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .drawer {
        position: static;
        transform: none;
        visibility: visible;
    }
    .hd_nav_inner {
        padding: 0;
    }
    .hd_navList li{
        padding: 0;
        font-size: 1.4rem;
    }
    .hd_navList li a{
        padding:12px ;
        display: block;
    }
    .hd_navList li a.btn_info{
        padding: 4px 16px;
        margin: 0 16px;
    }
    .hd_navList li:last-child {
        width: 18%;
        background: #fff;
        border-radius: 0 0 12px 12px;
    }
    .hd_navList li:last-child a{
        padding:12px 0;
    }

    .hd_navList li:last-child img{
        border-radius: 0;
        margin-top: 0;
    }
    .site_title h1 img{
        margin-bottom:70px;
        width: 100%;
    }
    .site_title{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .site_title h1{
        width: 42.2%;
        margin-left:3.5%;
        padding: 0;
    }
    .site_title picture{
        width:53.8%;
    }
    .profile_wrap{
        padding:100px 0 100px;
        background-image:url(../images/gizagiza.svg),url(../images/solkun_02.webp);
        background-repeat:repeat-x,no-repeat;
        background-position:center bottom,center bottom;
        background-size:auto 34px,575px auto;
        background-color: #2ACDE2;
        margin-bottom: -1px;
    }
    .chocho {
        margin: 0 auto 6rem;
    }
    .flex_profile{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .flex_profile > div{
        width:36%;
    }
    .sec_profile h2 img {
        width: 302px;
    }
    .sec_friends h2 img {
        width: 470px;
    }
    .sec_goods h2 img{
        width:450px;
    }
    .sec_friends ul,
    .sec_goods ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec_friends ul li ,
    .sec_goods ul li {
        width: 31%;
    }
    .sec_friends ul li:first-child {
        display: block;
    }

    .sec_friends ul li.charactor img {
        width: 344px;
        margin: 0 auto 4rem;
    }
    .ft_sns{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .ft_sns li{width:48%;}
}
@media screen and (min-width: 1024px) {
    .btn_sns_x, .btn_sns_y {
        margin: 8rem auto;
    }
    .ft_sns{
        width:840px;
        margin:auto;
    }
     .chocho {
        position: absolute;
        margin: 0 auto ;
        left:52%;
        top:30rem;
    }
    .flex_profile_2{
            margin-top: 10rem;
    }
    .sec_profile section {
        margin-bottom: 8rem;
    }
    .sec_profile_1_1,
    .sec_profile_1_3,
    .sec_profile_2_2{
        margin-left: 4rem;
    }
    .sec_profile .sec_profile_2_2{
        width: calc(100% - 4rem);
    }
}
@media screen and (min-width: 1280px) {
    .hd_navList li a {
        padding: 12px 24px;
    }
    .hd_navList li:last-child {
        width: 216px;
    }
    .hd_navList li:last-child img{
        border-radius: 0 0 20px 20px;
    }
    .hd_navList li a.btn_info {
        margin: 0 52px 0 16px;
    }
    .ft_inner,
    .hd_nav_inner,
    .hd_inner,
    .site_title{
        width:1200px;
        margin:auto;
    }   
    .site_title{
     padding-top: 80px;
    }   
    .contents_inner{
        width: 1100px;
        margin:auto;
        padding: 0;
    }
     .chocho {
        top: 32rem;
    }
    .sec_profile > p {
        margin-bottom: 10rem;
    }
    .sec_profile_1_1,
    .sec_profile_1_3,
    .sec_profile_2_2{
        margin-left: 8rem;
    }
    .sec_profile_1_1{
        margin-left: 12rem;
    }
     .sec_profile_2_1{
        margin-left: 4rem;
    }
    .friends_wrap {
        padding: 150px 0 200px;
    }
    .goods_wrap {
       padding: 0px 0 100px;
    }
    .sec_goods ul li {
        width: 28.5%;
        margin-bottom: 4.6rem;
    }
    .btn_ec {
        margin: 3rem auto 9rem;
    }
    .ft_nav ul {
        margin: 3.6rem 0;
    }
    .ft_txt {
        margin-bottom: 3.6rem;
    }
}