/* はまペンRapメーカー 統合CSS */

/* =================================
   共通スタイル (hamapen.css)
   ================================= */
.hamapen-wrapper{
    padding: 0 !important;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}
img.pc{
    display: block
}
img.sp{
    display: none;
}
.spbr{
    display: none;
}
.panel_wrapper{
    position: relative;
    width: 100%;
    padding: 90px 0 0 0;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 1080px;
    margin: auto;
}
.inquiry{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: min(100%, 1080px);
    margin: 60px auto 80px;
    padding: 48px 20px 42px;
    background: #01478F;
    color: #FFF;
}
.inquiry__title {
    width: 170px;
    font-size: 1.7rem;
    font-weight: 700;
}
.inquiry__text__block {
    border-left: 1px solid #FFF;
    padding-left: 25px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 175%;
    margin: 0;
}
.inquiry__text{
    margin: 0 auto 10px;
}
.inquiry__text__notice {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
}

/* =================================
   ヒーローセクション (hamapen-rap-hero.css)
   ================================= */
.lyt-hero {
    position: relative;
    width: 100%;
    height: 592px;
    overflow: hidden;
    background: #00b1c3;
}

.lyt-hero-container {
    position: relative;
    width: 100%;
    max-width: 2880px;
    height: 100%;
    margin: 0 auto;
}

.lyt-hero-visual {
    background: url("/shared/images/kojin/hamapen-rap_mv_04.png") center bottom no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 477px;
    margin: auto;
    z-index: 2;
}
.lyt-hero-images{
    position: relative;
    max-width: 1440px;
    height: 477px;
    margin: auto;
}
.lyt-hero-download{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    height: 115px;
    background: #262626;
}
.hdg-hero-download-title{
    width: 428px;
}
.lyt-hero-download-link-group{
    display: flex;
    gap: 40px;
}
.lyt-hero-download-link-wrapper{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.lyt-hero-download-link-wrapper a img{
    width: 182px;
}
.download-btn{
    display: block;
    transition: transform 0.3s ease;
}
.download-btn:hover{
    transform: scale(1.05);
}
.lyt-hero-download-qr{
    width: 90px;
}

.hdg-hero-title {
    position: absolute;
    top: 28px;
    left: 50%;
    width: 100%;
    max-width:872px;
    transform: translateX(-50%);
    z-index: 3;
}

.hdg-hero-title-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hdg-hero-subtitle {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 3;
}

.hdg-hero-subtitle-img {
    max-width: 310px;
    height: auto;
    display: block;
}

.hero-character {
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.hero-character-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.text-hero-text-right {
    position: absolute;
    top: 354px;
    right: 20%;
    z-index: 3;
}

.text-hero-text-right-img {
    max-width: 230px;
    height: auto;
    display: block;
}

.hero-text-left {
    position: absolute;
    top: 318px;
    left: 254px;
    z-index: 3;
}

.hero-text-left-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =================================
   アバウトセクション (hamapen-rap-about.css)
   ================================= */
.lyt-about {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(15, 29, 74, 1) 100%);
}

.lyt-about-container {
    position: relative;
    width: 100%;
    margin: 0 auto -155px;
    padding: 90px 0 0;
    background: url("/shared/images/kojin/hamapen-rap_bg_top.png")no-repeat center top;
    background-size: contain;
}

.lyt-about-header {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
    z-index: 2;
}

.hdg-about-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 60px auto;
    max-width: 1080px;
}

.hdg-about-title-img {
    max-width: 100%;
    height: auto;
}

.hdg-about-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 640px;
}

.lyt-about-characters {
    position: absolute;
    height: 320px;
    margin: auto;
    top: -30px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1000px;
    max-width: 1300px;
}

.character {
    position: absolute;
    top: 0;
}

.character-left {
    left: 6%;
}

.character-right {
    right: 5%;
}

.character-img {
    max-width: 320px;
    height: auto;
}

.list-about-points {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 45px;
    width: 100%;
    max-width: 1080px;
    margin: auto auto 100px;
    z-index: 2;
    list-style: none;
    padding: 0;
}

.point-card {
    flex: 1;
    border-radius: 16px;
    border: 6px solid #01478F;
    background: #FFF;
    padding: 60px 30px 30px;
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s ease;
    width: auto;
    max-width: 330px;
    box-sizing: border-box;
}

.point-badge {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-badge h3 {
    margin: 0;
    padding: 0;
}

.point-number {
    color: #fff100;
    font-size: 28px;
    font-weight: bold;
}
.point-border{
    height: 6px;
    width: 100%;
    display: block;
    background: #01278f;
    margin: 23px auto;
    border-radius: 3px;
}
.point-content {
    padding: 20px 0 0;
}
.text-point-text p{
    margin: 0;
    color: #01478F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
}
.point-img {
    max-width: 270px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.lyt-about-video {
    position: relative;
    top: -100px;
}

.hdg-video-title {
    text-align: center;
    margin: -100px auto 0;
    padding-top: 180px;
    background: url("/shared/images/kojin/hamapen-rap_bg_middle.png")no-repeat center top;
    background-size: contain;
}

.hdg-video-title-text {
    display: block;
    margin: 0 auto 20px;
    width: 700px;
}
.hdg-video-title-text img{
    width: 100%;
}

.lyt-video-player-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 711px;
}
.lyt-video-player-container a{
    transition: opacity 0.25s ease;
}
.lyt-video-player-container a:hover{
    opacity:0.8;
}

.lyt-video-stage {
    position: absolute;
    pointer-events: none;
    bottom: 0;
}

.lyt-video-img {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
}

.video-platform {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.platform-logo {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.bank-logo {
    color: #01478f;
    font-size: 16px;
    font-weight: bold;
}

/* =================================
   使い方セクション (hamapen-rap-howto.css)
   ================================= */
.lyt-howto {
    position: relative;
    width: 100%;
    padding: 90px 0 90px 0;
    background: url("/shared/images/kojin/hamapen-rap_bg_step.png")no-repeat center top;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
}

.lyt-howto-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}

.lyt-howto-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-drip {
    position: absolute;
    background: #ffffff;
    opacity: 0.7;
}

.bg-drip-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, #ffffff 0%, transparent 100%);
    border-radius: 0 0 50% 50%;
}

.bg-drip-bottom {
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: #00d4ff;
    border-radius: 50% 50% 0 0;
    opacity: 0.3;
}

.bg-character {
    position: absolute;
    opacity: 0.1;
}

.bg-character-right {
    top: 100px;
    right: 50px;
    transform: rotate(15deg);
}

.bg-character-left {
    bottom: 200px;
    left: 50px;
    transform: rotate(-15deg);
}

.bg-character-img {
    width: 100px;
    height: auto;
}

.lyt-howto-header {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
}
.hdg-howto-title{
    max-width: 1080px;
    margin: 0 auto;
}
.hdg-howto-title-img {
    max-width: 100%;
    height: auto;
}

.lyt-howto-steps {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto auto 30px;
    z-index: 2;
    list-style: none;
    padding: 0;
}
.swiper-wrapper{
}

.lyt-slider .swiper-pagination {
    position: relative;
    bottom: 20px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lyt-slider .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #01478F;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 1;
}

.lyt-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #01478f;
}

.lyt-step-card {
    border-radius: 16px;
    border: 6px solid #01478f;
    background: #fff;
    width: auto;
    box-sizing: border-box;
    opacity: 1;
}

.lyt-step-header {
    background: #01478f;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hdg-step-title-img {
    max-width: 68px;
    height: auto;
}
.lyt-step-wrapper{
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.lyt-step-content {
    text-align: center;
    position: relative;
    background: #ffffff;
    max-width: 380px;
}
.lyt-slider{
    position: relative;
}
.lyt-slider .slick-prev::before,
.lyt-slider .slick-next::before {
    width: 16px;
    height: 16px;
    transform: none;
    margin: auto;
    border:none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.lyt-slider .slick-next::before {
    background-image: url('/shared/images/kojin/hamapen-rap_btn_right.png');
    background-size: contain;
}

.lyt-slider .slick-prev::before {
    background-image: url('/shared/images/kojin/hamapen-rap_btn_left.png');
    background-size: contain;
}
.lyt-slider .slick-prev,
.lyt-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    width: 66px!important;
    height: 66px!important;
    max-width: 66px!important;
    border-radius: 50%;
    border: #fff solid 3px;
    background: #01478F;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lyt-slider .slick-prev.swiper-button-disabled,
.lyt-slider .slick-next.swiper-button-disabled{
    opacity: 0.2;
}


.lyt-slider .slick-prev {
    left: 0;
}

.lyt-slider .slick-next {
    right:0;
}
.text-step-description {
    text-align: left;
    color: #01478F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
}
.text-step-description p{
    margin-bottom: 0;
}
.text-step-description img{
    height: auto;
    width: auto;
}
.hdg-step-description-img {
    max-width: 100%;
    height: 58px;
    display: block;
    margin: 0 auto 20px;
}

.lyt-step-image {
    width: 180px;
}

.lyt-step-img {
    width: 100%;
    height: auto;
}

.lyt-howto-notes {
    position: relative;
    text-align: center;
    max-width: 1080px;
    margin: auto auto 80px;
    z-index: 2;
}
.lyt-howto-notes .text-note-text {
    text-align: center;
}

.text-note-text {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
    text-align: left;
}

.lyt-character-intro {
    position: relative;
    z-index: 2;
}

.hdg-character-intro-title {
    text-align: center;
   margin: 0 auto 60px auto;
    width: 640px;
}

.hdg-character-intro-title-img {
    max-width: 100%;
    height: auto;
}

.lyt-character-profile {
    background: #ffffff;
    border: 6px solid #01478f;
    border-radius: 16px;
    padding: 40px 100px;
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 0 auto;
}

.lyt-character-avatar {
    flex-shrink: 0;
}

.lyt-avatar-circle {

}

.lyt-avatar-img {
    width: 240px;
    height: 240px;
    position: relative;
    z-index: 1;
}

.lyt-character-info {
    flex: 1;
}

.hdg-character-name {
    color: #01478f;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.text-character-description {
    color: #01478F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
}

.text-character-description p {
    margin: 0 0 8px 0;
    font-size: 16px;
}

/* =================================
   お子様向けメッセージセクション (hamapen-rap-for-kids.css)
   ================================= */
.lyt-for-kids {
    position: relative;
    width: 100%;
    padding: 90px 0 90px 0;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
}

.lyt-for-kids-container {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.lyt-for-kids-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.lyt-for-kids-header {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
}

.lyt-title-bg {
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: 86px;
    margin: 0 auto;
}

.hdg-main-title {
    position: relative;
    top: 25px;
    font-family: 'A P-OTF UD Shin Go Pr6N', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #fff100;
    margin: 0;
    z-index: 4;
}

.lyt-for-kids-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    z-index: 2;
}

.lyt-hamapen-character {
    flex-shrink: 0;
    width: 176px;
    height: 260px;
    position: absolute;
    margin-left: 18px;
}

.lyt-hamapen-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
}

.lyt-text-content {
    flex: 1;
    padding-left: 20px;
    max-width: 620px;
    margin: 0 auto;
}

.lyt-usage-conditions {
    margin:30px 0;
}

.text-condition-text {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #01478f;
    line-height: 2;
    text-align: center;
}
.text-condition-text rt{
    margin-bottom: 3px;
}

ruby {
    ruby-align: center;
}

rt {
    font-size: 8px;
    color: #01478f;
    letter-spacing: -0.24px;
    font-weight: 600;
}

.lyt-kids-message {
    background: #e8f6ff;
    border-radius: 100px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-kids-message-text {
    color: #01478F;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    text-align: center;
    margin: 0;
}

/* =================================
   開発者メッセージセクション (hamapen-rap-message.css)
   ================================= */
.lyt-message {
    position: relative;
    width: 100%;
    padding: 90px 0 90px 0;
    background: url("/shared/images/kojin/hamapen-rap_bg_message.png")no-repeat center top;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
}
.hdg-message-title{
    display: flex;
    justify-content:center;
    align-items: center;
}
.lyt-message-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}

.lyt-message-header {
    position: relative;
    text-align: center;
    margin-bottom: 120px;
    z-index: 2;
}

.hdg-message-title-img {
    max-width: 100%;
    height: auto;
}

.lyt-developer-cards {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
    z-index: 2;
}

.lyt-developer-card {
    flex: 1;
    background: #ffffff;
    border: 6px solid #01478f;
    border-radius: 16px;
    padding: 0 30px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(0);
    transition: all 0.3s ease;
    opacity: 1;
}

.lyt-developer-avatar {
    text-align: center;
    margin-bottom: 30px;
}

.lyt-avatar-placeholder {
    width: 240px;
    height: 240px;
    background: #f5f5f5;
    border-radius: 50%;
    margin: -60px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lyt-developer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lyt-developer-info {
    text-align: center;
}

.hdg-developer-name {
    color: #01478F;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0 0 10px 0;
}
.hdg-developer-name rt{
    margin-bottom: 3px;
}

.text-developer-company {
    color: #01478f;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.lyt-developer-divider {
    width: 100%;
    height: 6px;
    background: #01478f;
    margin: 30px 0;
    border-radius: 3px;
}

.text-developer-message {
    text-align: left;
    color: #333333;
    line-height: 1.7;
}

.text-developer-message p {
    color: #01478F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    margin: 0 0 15px 0;
}

.text-developer-message p:last-child {
    margin-bottom: 0;
}

.lyt-jp-universe-logo {
    position: relative;
    text-align: center;
    z-index: 2;
}

.lyt-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    transition: transform 0.3s ease;
}

@media (min-width: 1002px) {
    .lyt-logo-container:hover {
        transform: scale(1.1);
    }
}

.lyt-jp-universe-img {
    max-width: 250px;
    height: auto;
}

.text-logo-note {
    color: #333333;
    font-size: 16px;
    margin: 0;
}

/* =================================
   ダウンロードセクション (hamapen-rap-download.css)
   ================================= */
.lyt-download {
    position: relative;
    width: 100%;
    padding: 90px 0 90px 0;
    background: url("/shared/images/kojin/hamapen-rap_bg_download.png")no-repeat center top;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
}

.lyt-download-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}

.lyt-title-badge {
    margin: 0 auto 60px;
    width: 680px;
}

.badge-text {
    display: inline-block;
    background: #fff100;
    color: #01478f;
    font-family: 'A P-OTF UD Shin Go Pr6N', sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding: 17px 60px;
    border-radius: 100px;
    margin: 0;
}

.main-message {
    margin-top: 20px;
}

.lyt-download .text-message-text {
    color: #01478f;
    font-family: 'A P-OTF UD Shin Go Pr6N', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.lyt-download-box {
    position: relative;
    background: #ffffff;
    border: 6px solid #01478f;
    border-radius: 20px;
    padding: 40px 110px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 2;
}

.lyt-app-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lyt-app-info img{
    width: 538px;
}

.lyt-download-options {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.lyt-download-group {
    display: flex;
    align-items: center;
    gap: 30px;
}

.link-download-btn {
    display: block;
    transition: transform 0.3s ease;
}

.link-download-btn:hover {
    transform: scale(1.05);
}

.lyt-btn-img {
    width: 250px;
    height: 74px;
    object-fit: contain;
}

.lyt-qr-code {
    width: 114px;
    height: 114px;
    background: #ffffff;
}

.lyt-qr-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lyt-download-notes {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    z-index: 2;
}

.lyt-download-notes .text-note-text {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0;
}

.lyt-download-notes .text-note-text:last-child {
    margin-bottom: 0;
}

/* =================================
   レスポンシブ対応 - タブレット・スマホ共通
   ================================= */
@media (max-width: 1001px) {
    /* 共通スタイル */
    img.pc{
        display: none
    }
    img.sp{
        display: block;
    }
    .spbr{
        display: block;
    }
    .panel_wrapper{
        padding: 40px 20px;
    }
    .inquiry {
        display: block;
        margin: 0;
        padding: 44px 13%;
        text-align: center;
    }
    .inquiry__title {
        width: 100%;
        margin-bottom: 8px;
        font-size: 1.6rem;
    }
    .inquiry__text__block {
        border-top: 1px solid #FFF;
        border-left: none;
        padding: 16px 0 0;
        font-size: 1.4rem;
    }
    .inquiry__text{
        border-left: none;
        padding-left: 0;
    }
    .inquiry__text__notice {
        font-size: 1.3rem;
        margin: 10px auto 0;
        text-align: left;
    }

    /* ヒーローセクション */
    .hero{
        height: auto;
    }
    .lyt-hero-visual {
        background: url("/shared/images/kojin/hamapen-rap_mv_04.png") center bottom no-repeat;
        background-size: cover;
        height: 412px;
    }
    .hdg-hero-title {
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
        width: 400px;
    }
    .text-hero-text-right{
        top: 280px;
        left: 62%;
    }
    .lyt-hero-download{
        flex-direction: column;
        gap: 23px;
        height: 178px;
        padding: 20px;
        box-sizing: border-box;
    }
    .hdg-hero-download-title{
        width: 307px;
    }
    .lyt-hero-download-link-group{
        gap: 20px;
    }
    .lyt-hero-download-link-wrapper a img{
        width: auto;
        height: 44px;
    }
    .lyt-hero-download-qr{
        display: none;
    }

    /* アバウトセクション */
    .lyt-about{
        padding: 40px 0;
    }
    .hdg-about-title{
        max-width: 335px;
    }
    .lyt-about-container{
        padding: 0;
        margin-bottom: -190px;
        box-sizing: border-box;
    }
    .lyt-about-header {
        margin-bottom: 70px;
        padding: 0 20px;
    }
    .lyt-about-characters {
        width: 100%;
        min-width: 876px;
    }
    .list-about-points{
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .lyt-video-stage{
        width: 100%;
    }
    .hdg-video-title-text{
        width: 335px;
        margin: 0 auto 40px;
    }

    /* 使い方セクション */
    .lyt-howto{
        background: url("/shared/images/kojin/hamapen-rap_bg_step_sp.png")no-repeat center top;
        background-size: cover;
        padding: 40px 0 ;
    }
    .lyt-howto-header{
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .lyt-howto-steps{
        max-width: 630px;
    }
    .lyt-step-wrapper{
        padding: 20px 20px 0;
        flex-direction: column-reverse;
    }
    .lyt-step-content{
        padding: 20px;
    }
    .lyt-step-image{
        width: 140px;
    }
    .lyt-step-image img{
        width: 140px;
    }
    .lyt-howto-steps .slick-prev {
        left: -50px;
        width: 35px;
        height: 35px;

    }


    .lyt-howto-steps .slick-next {
        right: -50px;
        width: 35px;
        height: 35px;
    }
    .lyt-slider .slick-prev::before,
    .lyt-slider .slick-next::before {
        width: 10px;
        height: 10px;
        transform: none;
        margin: auto;
        border:none;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .lyt-slider .slick-prev,
    .lyt-slider .slick-next {
        top: 46%;
        width: 50px!important;
        height: 50px!important;
        max-width: 50px!important;
        border:#fff solid 2px;
    }
    .lyt-howto-container{
        padding:0;
    }
    .hdg-howto-title{
        width: 100%;
    }
    .hdg-howto-title img{
        margin: auto;
    }
    .lyt-step-wrapper{
        position: relative;
        height: 100%;
        justify-content: flex-end;
    }
    .lyt-step-image{
        position: absolute;
        margin: auto;
        bottom: 60px;
        left: 0;
        right: 0;
    }
    .lyt-step-card{
        border: 4px solid #01478f;
        width: 100%;
        height: 470px;
        margin: auto;
    }
    .lyt-step-header{
        padding: 8px;
    }
    .hdg-step-title{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hdg-step-title-img {
        max-width: 56px;
    }
    .lyt-step-content {
        padding: 0 30px 0 30px;
        text-align: center;
        position: relative;
        background: #ffffff;
    }
    .text-step-description{

    }
    .hdg-step-description-img{
        font-size: 15px;
        height: 25px;
        width: auto;
        margin-bottom: 10px;
    }
    .text-step-description p{
        font-size: 15px;
    }
    .lyt-howto-notes{
        margin-bottom: 40px;
        padding: 0 20px;
    }
    p.text-note-text{
        text-align: left;
        font-size: 15px;
    }
    .lyt-character-intro{
        padding: 0 20px;
    }
    .hdg-character-intro-title{
        width: 100%;
        margin-bottom: 20px;
    }
    .hdg-character-intro-title img{
        margin: auto;
    }
    .hdg-character-name{
        color: #01478F;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
    }
    .text-character-description p{
        font-size: 15px;
    }
    .lyt-character-profile{
        border: 4px solid #01478f;
        padding: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .lyt-avatar-circle{
        width: 180px;
        height: 180px;
    }
    .lyt-avatar-img{
        width: 100%;
        height: auto;
    }
    .hdg-character-name{
        text-align: center;
        margin-bottom: 10px;
    }

    /* お子様向けメッセージセクション */
    .lyt-for-kids {
        padding: 40px 20px;
    }
    .lyt-for-kids-container {
        padding: 40px 20px ;
    }
    .lyt-for-kids-header{
        margin-bottom: 0;
    }
    .title-ruby {
        gap: 30px;
    }
    .ruby-text {
        font-size: 8px;
    }
    .hdg-main-title {
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
        max-width: 335px;
        margin: auto;
    }
    .lyt-for-kids-content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }
    .lyt-hamapen-character {
        position: static;
        width: 176px;
        height: 260px;
        margin: auto;
    }
    .lyt-text-content {
        padding: 0;
        text-align: center;
    }
    .text-condition-text {
        font-size: 16px;
        line-height: 1.8;
    }
    .lyt-kids-message {
        margin-left: 0;
        padding: 15px 30px;
    }
    .lyt-for-kids .text-message-text {
        font-size: 16px;
    }

    /* 開発者メッセージセクション */
    .lyt-message{
        background: url("/shared/images/kojin/hamapen-rap_bg_message_sp.png")no-repeat center top;
        background-size: cover;
        padding: 40px 20px;
    }
    .lyt-message-container{
        padding: 0;
    }
    .lyt-message-header{
        margin-bottom: 80px;
    }
    .lyt-developer-card {
        border: 4px solid #01478f;
    }
    .lyt-developer-cards{
        flex-direction: column;
        gap: 75px;
        margin-bottom: 30px;
    }
    .lyt-developer-avatar {
        margin-bottom: 20px;
    }
    .hdg-developer-name{
        font-size: 18px;
    }
    .text-developer-company{
        font-size: 14px;
    }
    .lyt-developer-divider {
        height: 4px;
    }
    .text-developer-message p{
        font-size: 15px;
    }
    .lyt-avatar-placeholder{
        width: 180px;
        height: 180px;
    }
    .text-logo-note{
        font-size: 15px;
    }

    /* ダウンロードセクション */
    .lyt-download {
        padding: 0 20px;
        background: url("/shared/images/kojin/hamapen-rap_bg_download_sp.png")no-repeat center top;
        background-size: cover;
    }
    .lyt-download-container {
        padding: 40px 0;
    }
    .lyt-title-badge{
        width: 180px;
        margin-bottom: 30px;
    }
    .badge-text {
        font-size: 24px;
        padding: 12px 40px;
    }
    .lyt-download .text-message-text {
        font-size: 24px;
    }
    .lyt-download-box {
        padding: 20px;
        border: 4px solid #01478f;
    }
    .lyt-app-info {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        width: 222px;
        margin: 0 auto 10px;
    }
    .app-icon {
        width: 100px;
        height: 100px;
    }
    .app-version {
        font-size: 18px;
    }
    .app-cta {
        font-size: 24px;
    }
    .lyt-download-options {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .link-download-btn{
        margin: auto;
    }
    .lyt-download-group {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
    }
    .lyt-btn-img {
        width: 180px;
        height: 53px;
    }
    .lyt-qr-code {
        display: none;
    }
    .lyt-download-notes .text-note-text {
        font-size: 14px;
        text-align: left;
    }
}

/* =================================
   レスポンシブ対応 - スマホ
   ================================= */
@media (max-width: 767px) {
    /* アバウトセクション */
    .lyt-hero-visual {
        background: url("/shared/images/kojin/hamapen-rap_mv_04_sp.png") center bottom no-repeat;
        background-size: cover;
        height: 100vw;
    }
    .about{
        padding: 40px 0;
    }
    .hdg-about-title{
        margin-bottom: 20px;
    }
    .hdg-about-subtitle{
        width: 176px;
    }
    .about-container{
        padding: 0;
        margin-bottom: -209px;
        box-sizing: border-box;
    }
    .lyt-about-characters{
        top: 50px;
        height: 150px;
    }
    .list-about-points{
        padding: 0 20px;
    }
    .character-right{
        width: 150px;
        height: 150px;
        right: 25%;
        top: -20px;
    }
    .character-left{
        width: 150px;
        height: 150px;
        left: 26%;
        top: -20px;
    }
    .character-img{
        width: 100%;
    }
    .point-card{
        border-width: 4px;
        padding: 20px 30px 30px;
    }
    .point-badge{
        width: 80px;
        height: 80px;
    }
    .point-border{
        height: 4px;
        margin: 18px auto;
    }
    .text-point-text p{
        font-size: 15px;
    }
    .lyt-about-video {
        top: -130px;
    }
    .hdg-video-title {
        margin-top: 0;
        padding-top: 90px;
        background-size: 540px;
    }
    .video-title-text{
        width: 335px;
        margin: 0 auto 40px;
    }
    .lyt-video-player-container {
        height: 290px;
    }
    .lyt-video-player-container a{
        transition: none !important;
    }
    .lyt-video-player-container a:hover{
        opacity:inherit;
    }
    .lyt-video-stage{
        bottom: 0;
    }

    /* ヒーローセクション */
    .lyt-hero {
        width: 100%;
        height: auto;
    }
    .text-hero-text-right{
        left: auto;
        right: 10px;
    }
    .lyt-hero-download{
        height: 178px;
    }
    .hdg-hero-title {
        top: 25vw;
        left: 50%;
        transform: translateX(-50%);
        width: 85.3%;
    }
    .hdg-hero-title-img {
        content: url('/shared/images/kojin/hamapen-rap_mv_01_sp.png');
        width: 100%;
        max-width: 320px;
    }
    .hdg-hero-subtitle {
        margin: auto;
        top: 15px;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 67.73%;
    }
    .hdg-hero-subtitle-img {
        max-width: 254px;
        width: 100%;
    }
    .text-hero-text-right {
        bottom: 160px;
        right: 20px;
        width: 140px;
    }
    .text-hero-text-right-img {
        width: 100%;
        max-width: 140px;
    }
    .lyt-howto-steps{
        max-width: 100%;
    }
    .lyt-step-header{
        height: 40px!important;
        padding: 0 ;
    }
    .lyt-step-wrapper{

    }
    .lyt-step-card{
        width: 100%;
        height: 420px;
        max-width:none;
    }
    .lyt-step-content{
        padding: 0;
    }
    .text-step-description img{
        height:24px;
    }
    .lyt-step-img{
        width: 180px;
        height: auto;
    }
    .lyt-howto-steps .slick-prev,
    .lyt-howto-steps .slick-next {
        width: 50px!important;
        height: 50px!important;
        max-width: 50px!important;
    }
    .lyt-howto-steps .slick-prev{
        left: 4px;
    }
    .lyt-howto-steps .slick-next{
        right: 4px;
    }
}

@media (max-width: 570px) {
    .hero-visual{
        background: url('/shared/images/kojin/hamapen-rap_mv_04_sp.png') no-repeat center bottom;
        background-size: cover;
        height: 412px;
    }
    .hero-title{
        top: 98px;
    }
}

@media (max-width: 480px) {
    /* お子様向けメッセージセクション */
    .lyt-for-kids-container {
        padding: 0;
    }
    .hdg-main-title {
        width: 100%;
    }
    .text-condition-text {
        font-size: 16px;
    }
    .lyt-for-kids .message-text {
        font-size: 14px;
    }
    .lyt-kids-message {
        padding: 12px 20px;
        border-radius: 50px;
    }
    .text-kids-message-text{
        font-size: 16px;
    }

    /* ダウンロードセクション */
    .lyt-download-container {
        padding: 40px 0;
    }
    .badge-text {
        font-size: 20px;
        padding: 10px 30px;
    }
    .lyt-download .text-message-text {
        font-size: 20px;
    }
    .lyt-download-box {
        padding: 20px 15px;
        gap: 10px;
        border: 4px solid #01478f;
    }
    .app-version {
        font-size: 16px;
    }
    .app-cta {
        font-size: 20px;
    }
    .lyt-download-group {
        flex-direction: column;
        gap: 15px;
    }
    .lyt-btn-img {
        width: 160px;
        height: 47px;
    }
    .lyt-qr-code {
        width: 70px;
        height: 70px;
    }
    .lyt-download-notes .text-note-text {
        color: #333;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 175%;
    }
}