@charset "UTF-8";
@media (max-width: 700px) {
  main {
    overflow-x: hidden;
  }
  .yellow_ball {
    width: 16px !important;
    height: 16px !important;
    top: -3px !important;
  }
  .blog_button {
    width: 170px !important;
  }
  .ttl img {
    position: relative;
    top: -0.3vw;
    margin-right: 16px;
  }
  .general_button {
    height: 44px !important;
    border-radius: 100px !important;
    padding: 0 16px 0 24px !important;
    width: 148px;
  }
  .general_button h6 {
    font-size: 14px !important;
  }
  .general_button img {
    width: 16px !important;
    height: 16px !important;
    margin-left: 22px !important;
  }
  .padding_plane {
    padding-inline: 4.103vw !important;
    padding-top: 7.692vw !important;
    padding-bottom: 7.692vw !important;
  }
  .plane_padding {
    padding-inline: 4.103vw !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .about {
    height: 390px !important;
  }
  .about .content {
    width: 100% !important;
  }
  .about .content > img {
    position: absolute;
    margin-top: 40px !important;
    width: 358px !important;
    height: auto !important;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
  }
  .about .content .general_button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about .about_bg_left {
    width: 113px;
    position: relative;
    left: -30px !important;
    bottom: 0;
    object-fit: cover;
    z-index: 1;
  }
  .about .about_bg_right {
    width: 113px;
    position: relative;
    right: -30px !important;
    bottom: 0;
    object-fit: cover;
    z-index: 1;
  }
  .pop {
    height: 82px !important;
    padding: 16px 0 !important;
    box-sizing: border-box;
  }
  .pop .pop-marquee {
    height: 50px !important;
  }
  .pop .pop-marquee__wrapper {
    height: 50px !important;
  }
  .pop .pop-marquee__row {
    height: 50px !important;
  }
  .pop .pop-marquee__row img {
    height: 50px !important;
  }
  .works .ttl_works {
    width: 218px !important;
    height: auto !important;
  }
  .works {
    /* ★ right寄せはやめる（ここが崩れの元） */
  }
  .works .works_layer {
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    min-width: 0;
  }
  .works {
    /* ★ viewport は幅を削らない */
  }
  .works .works_slider_viewport {
    width: 100%;
    overflow: hidden;
    padding: 0 !important;
    min-width: 0;
  }
  .works {
    /* ★ SPはカードが小さいので gap も少し縮める */
  }
  .works .works_content_card_container {
    gap: 16px !important;
    /* “次がチラ見え”演出は track 側で */
    padding-right: 24px !important;
    box-sizing: content-box;
  }
  .works {
    /* ★ ここが最重要：スライド幅＝カード幅＝218に揃える */
  }
  .works .works_slide {
    width: 55.897vw !important;
    flex: 0 0 auto !important;
  }
  .works .works_content_card {
    width: 55.897vw !important;
    /* aspect-ratio はPCのままでもOK。崩れるなら下をON */
    /* aspect-ratio: 430 / 240; */
  }
  .works .works_content_card .works_img_container {
    width: 218px !important;
    height: auto !important;
  }
  .works .works_content_card .works_img_container > img {
    width: 100%;
    height: auto;
    display: block;
  }
  .works .works_content_card .title-container p {
    font-size: 16px !important;
  }
  .works .works_content_card .title-container img {
    width: 24px !important;
    height: 24px !important;
  }
  .works {
    /* =========================
       BUTTONS
       ========================= */
  }
  .works .button-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
    z-index: 10;
  }
  .works button {
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .works .left_button,
  .works .right_button {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .works .button_circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    opacity: 0;
  }
  .works .triangle {
    width: 15px;
    height: 18px;
    background: white;
    opacity: 0;
  }
  .entertainment {
    padding-block: 20px !important;
  }
  .entertainment .ttl {
    margin-bottom: 16px !important;
  }
  .entertainment .content {
    justify-content: center !important;
  }
  .entertainment .entertainment_bg {
    position: absolute;
    background-color: #F4F4F4 !important;
    top: 0;
    right: -5.128vw !important;
    width: 67% !important;
    height: 100% !important;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }
  .entertainment .entertainment_item_box {
    position: relative;
    padding: 16px !important;
    background-color: #fff !important;
    z-index: 3 !important;
    width: 100% !important;
    height: 150px !important;
    text-align: center;
    border-radius: 16px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 24px !important;
    padding: 16px;
  }
  .entertainment .entertainment_item_box:first-child {
    margin-top: 30px !important;
  }
  .entertainment .entertainment_item_box div {
    width: 326px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .entertainment .entertainment_item_box div .leftalign {
    text-align: left;
  }
  .entertainment .entertainment_item_box:last-child {
    margin-bottom: 30px !important;
  }
  .entertainment .entertainment_item_box .entertainment_item_box_icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .entertainment .entertainment_item_box .entertainment_item_box_icon h3 {
    width: 175px;
  }
  .entertainment .entertainment_item_box .entertainment_item_box_icon img {
    width: 80px;
    height: 80px;
  }
  .entertainment .entertainment_item_box .entertainment_item_box_icon h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0C6FFF;
    text-align: left;
  }
  .entertainment .entertainment_item_box .entertainment_item_box_content {
    width: 296px;
    margin: 0 auto;
  }
  .entertainment .entertainment_item_box .entertainment_item_box_content p {
    font-size: 14px !important;
    color: #000 !important;
    margin: 0 !important;
  }
  .member {
    position: relative;
    overflow: hidden;
  }
  .member__swiper {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 16px;
  }
  .member .left-padding {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    z-index: 10;
    background: white;
  }
  .member .button-container {
    display: flex;
    justify-content: space-between;
    margin: 48px 0 0 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .member button {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .member .button_circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FBD50F;
    opacity: 0;
  }
  .member .left_button,
  .member .right_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .member .triangle {
    background: #FBD50F;
    height: 18px;
    width: 15px;
    opacity: 0;
  }
  .member .triangle.left {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  .member .triangle.right {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .member .left_button:hover .button_circle,
  .member .right_button:hover .button_circle {
    background-color: #F28705;
  }
  .member .left_button:hover .triangle,
  .member .right_button:hover .triangle {
    background: #F28705;
  }
  .member .fade1,
  .member .fade2,
  .member .fade3 {
    animation: fade 1s infinite ease-in-out;
  }
  .member .fade2 {
    animation-delay: 0.2s;
  }
  .member .fade3 {
    animation-delay: 0.4s;
  }
  .member-card {
    scroll-snap-align: start; /* モバイルのスナップ */
    background: #fff;
    border-radius: 16px;
    padding: 10px;
    border: 10px solid #F4F4F4;
    /* transition: transform .2s ease, box-shadow .2s ease;*/
    flex-shrink: 0;
    width: 255px !important;
    height: 371px !important;
    box-sizing: border-box;
  }
  .member-card__thumb {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
    border-radius: 999px;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  .member-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
  }
  .member-card__role {
    margin: 0 auto 6px;
    color: #519DFF;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }
  .member-card__name {
    margin: 0 auto 10px;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
  }
  .member-card__rule {
    border: 0;
    height: 1px;
    margin: 0 0 10px;
    background: lightgray;
    opacity: 0.5;
  }
  .member-card__bio {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .shop {
    flex-direction: column;
    justify-content: flex-start;
  }
  .shop .sp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
  }
  .shop .hero_con {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .shop .hero {
    width: 174px;
    height: 174px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .shop .items {
    display: flex;
    width: 112px;
    height: 112px;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .shop .items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  .shop .copy {
    width: 358px;
    height: 310px;
    margin-left: 0;
    padding-inline: 16px;
    margin-top: 30px;
  }
  .shop .copy .shop_img {
    width: 260px;
    height: 117px;
  }
  .shop .copy p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-block: 30px;
  }
  .shop .copy .copy_button {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    border: none;
    border-radius: 100px;
    text-decoration: none;
    padding: 10px 20px;
    width: 174px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shop .copy .copy_button img {
    position: relative;
    margin: 0;
    top: 1px;
    width: 16px !important;
    height: 16px !important;
  }
  .shop .copy .copy_button h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
  }
  .shop .copy .copy_button:hover img {
    right: -8px;
    width: 32px;
    height: 32px;
    filter: blur(3px);
  }
  .news_section {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: center;
  }
  .news_section .news_content {
    width: 100%;
    padding: 24px 32px;
    max-width: none;
  }
  .news_section .ttl {
    margin-bottom: 30px;
  }
  .news_section .news_item {
    transition: background-color 0.2s ease;
    display: flex;
    flex-direction: column;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .news_section .news_item:last-of-type {
    border-bottom: none;
  }
  .news_section .news_item:hover {
    background-color: #fafafa;
  }
  .news_section .news_item__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
  }
  .news_section .news_item__date {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.02em;
  }
  .news_section .news_item__badge_container {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 82px;
    margin-right: 32px;
  }
  .news_section .news_item__badge {
    display: inline-block;
    padding: 3px 16px 4px 16px;
    background-color: #4A9EFF;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 12px;
    letter-spacing: 0.03em;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .news_section .news_item__badge--update {
    background-color: #5BB5E8;
  }
  .news_section .news_item__title {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .news_section .news_item h3 {
    margin-bottom: 15px;
  }
  .news_more {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    padding: 8px 0;
    color: #4A9EFF;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.2s ease, transform 0.2s ease;
  }
  .news_more:hover {
    color: #2B7FD8;
    transform: translateX(4px);
  }
  .blog_section {
    height: 570px;
  }
  .blog_section .ttl {
    margin-bottom: 30px;
  }
  .blog_section .note-grid {
    width: 100%;
    gap: 10px;
    row-gap: 30px;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .blog_section .note-card {
    gap: 10px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    height: 120px;
  }
  .blog_section .note-card-image img {
    width: 170px;
    height: 90px;
    border-radius: 8px;
  }
  .blog_section .note-grid a {
    width: 100%;
    max-width: none;
  }
  .blog_section .note-card-image {
    width: 170px;
  }
  .blog_section .note-card-content {
    width: calc(100% - 170px);
  }
  .blog_section .note-card-title-box {
    margin: 0px;
  }
  .blog_section .note-card-content {
    position: relative;
  }
  .blog_section .note-card-author {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
  }
  .blog_section .note-card-title-box {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 30px;
    left: 0px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 13px;
  }
  .blog_section .note-card-title-box p, .blog_section .note-card-title-box h3 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* ★ 3行まで表示 */
    -webkit-box-orient: vertical;
  }
  .blog_section .note-card-title-box p {
    position: absolute;
    top: 0px;
  }
  .works {
    display: flex;
    flex-direction: column;
    padding: 40px;
  }
}

/*# sourceMappingURL=index_responsive.css.map */
