@charset "UTF-8";

*{
  box-sizing: border-box;
}

body{
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.container{
    padding: 0;
}

.block-topic-path--list{
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.pane-contents{
    padding-bottom: 0;
}

img{
    max-width: 100%;
}

.container a{
    text-decoration: none;
}

.pc{
    display: block;
}

.sp {
    display: none;
}

#mv {
    margin-bottom: 100px;
}

p {
    line-height: 1.5em;
}

/* mv */
.mv{
    margin-bottom: 70px;
}

/* イントロ */
.intro{
    margin-bottom: 70px;
}

.intro p{
    font-size: 32px;
    text-align: center;
}

/* nav */
.category-nav{
    background-color: #F2F6F9;
    padding: 50px 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.category-nav-container{
    width: 1024px;
    padding: 0 30px;
    margin: 0 auto;
}

.category-nav-title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.category-nav-list{
    display: flex;
    flex-direction: row;
}

.category-nav-link{
    flex: 1;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
}

.category-nav-link img{
    width: 100%;
    max-width: 100px;
}

.category-nav-link:first-of-type{
    border: 5px solid #D8D84A;
    background-color: #FFFFCC;
}

.category-nav-link:nth-of-type(2){
    border: 5px solid #70B7FF;
    background-color: #F5FAFF;
    margin: 0 30px;
}

.category-nav-link:last-of-type{
    border: 5px solid #FF9AB4;
    background-color: #FFF7F9;
}

.category-nav-type{
    font-size: 36px;
    font-weight: bold;
    color: #123B71;
}

.category-nav-type span{
    font-weight: normal;
    padding-top: 10px;
}

/* section*/
section:nth-of-type(-n+4) h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e3a8a;
    color: white;
    border-radius: 70px;
    padding: 20px;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: bold;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

section h2 span{
    line-height: 1;
}

section h2 img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

/* section1: LEDの種類で選ぶ */
#led-types {
    background-color: #FFFFCC;
}

.select{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 20px;
}

.section-container{
    width: 1024px;
    padding: 100px 30px 0;
    margin: 0 auto;
}

/* LEDの種類で選ぶ */

.led-type {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.led-type-info {
    flex: 1;
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.led-type-info:nth-of-type(2){
    background-color: #FFF8F0;
}

.led-type-info:nth-of-type(3){
    background-color: #F0F8FF;
}

.led-type-info:nth-of-type(4){
    background-color: #F2F2F7;
}

.led-type-info img {
    width: 100%;
    max-width: 150px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.led-type-info h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.gray-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 300;
}

.desc {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.recommend {
    background-color: #FCFFAD;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.recommend-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.recommend-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.recommend-list li {
    background-color: #74B9FF;
    color: #FFF;
    padding: 5px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}

/* 商品ブロック */
.product-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-category{
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.product-category-title{
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
    margin: 0 auto;
}

.product-category-title h3{
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1;
    padding-bottom: 5px;
}

.product-category-title p{
    font-size: 20px;
    line-height: 1.2;
}

.product-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.product-list .product-info:nth-child(4n){
    margin-right: 0;
}

.product-list .product-info:last-child{
    margin-right: 0;
}

.product-list::after{
    /* content: "";
    flex-grow: 999; */
    /* width: 100%;
    max-width: 215px;
    height: 0; */
}

.product-info{
    width: 100%;
    max-width: 195px;
    text-align: center;
    margin-right: 20px;
}

.product-info:last-child{
    margin-right: 0;
}

.product-info:nth-child(n+5){
    margin-top: 20px;
}

.product-name{
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #000;
}

.product-price{
    font-size: 16px;
    color: #000;
}

.product-price span{
    font-size: 8px;
}

.product-link{
    color: #FFF;
    background-color: #123B71;
    padding: 10px 0;
}

#led-types .product-container .product-category:nth-child(n+2){
    width: 48%;
}

#led-types .product-container .product-category:nth-child(even){
    margin-right: 20px;
}

#white-led{
    background-color: #fff;
}

#soft-led{
    background-color: #FFF8F0;
}

#concentrated-led{
    background-color: #F0F8FF;
}

#dimmable-led{
    background-color: #F2F2F7;
}

/* section2: スイッチタイプで選ぶ */
#switch-types .product-category-title p:nth-child(3){
    font-size: 16px;
    margin-top: 20px;
}

#switch-types .product-container .product-category:nth-child(n+2){
    width: 48%;
}

#switch-types{
    background-color: #F5FAFF;
}

#knock-type{
    background-color: #FFF;
}

#rotary-switch-type{
    background-color: #FFF8F0;
}

#side-switch-type{
    background-color: #F2F2F7;
}

/* section3: デザイン・機能で選ぶ */
#design-function{
    background-color: #FFF7F9;
}

#clip-type-features{
    background-color: #F8F9FA;
}

#design-function .product-category-title p{
    font-size: 16px;
}

#design-function .product-category-title h3{
    margin: 10px 0;
}

#clip-type-features h3{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.product-container-inner01{
    background-color: #FCEEEF;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 50%;
    margin: 0 auto 30px;
}

.product-container-inner02{
    background-color: #B1FED3;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 100%;
}

.bottom-sections{
    display: flex;
}

.bottom-sections .product-category{
    margin-right: 10px;
}

.bottom-sections .product-category:last-child{
    margin-right: 0;
}

#lightweight-compact-design{
    background-color: #F0F8FF;
    flex: 2;
}

#character{
    background-color: #FFFFCC;
    flex: 1;
}

#usb-charging{
    background-color: #F2F2F7;
    flex: 1;
}

/* まとめ */

#lineup-list{
    margin: 100px auto;
}

#lineup-list h2{
    font-size: 36px;
    color: #123B71;
    font-weight: bold;
    text-align: center;
}

        .table-container {
            /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
            background: white;
            border-radius: 8px;
            overflow-x: auto;
            overflow-y: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            max-width: 1200px;
        }

        .table-container h2{
            font-size: 36px;
            color: #123B71;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
            min-width: 800px;
        }

        th {
            background: linear-gradient(135deg, #6fa8dc, #4a90e2);
            color: white;
            padding: 12px 8px;
            text-align: center;
            font-weight: 600;
            font-size: 13px;
            border-right: 1px solid rgba(255,255,255,0.2);
        }

        th:last-child {
            border-right: none;
        }

        td {
            padding: 12px 8px;
            border-bottom: 1px solid #e0e0e0;
            border-right: 1px solid #e0e0e0;
            vertical-align: middle;
        }

        td:last-child {
            border-right: none;
        }

        tr:last-child td {
            border-bottom: none;
        }

        .product-number {
            background: linear-gradient(135deg, #8e7cc3, #7b68ee);
            color: white;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            font-weight: bold;
            font-size: 16px;
            margin: 0 auto;
        }

        tr .product-name {
            font-size: 14px;
            font-weight: 500;
            color: #333;
            text-align: center;
        }

        .price {
            color: #e91e63;
            font-weight: bold;
            text-align: center;
            font-size: 15px;
        }

        .led-badge {
            display: inline-block;
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 600;
            text-align: center;
            min-width: 60px;
        }

        .led-white {
            background: #2196f3;
            color: white;
        }

        .led-soft {
            background: #4caf50;
            color: white;
        }

        .led-rechargeable {
            background: #ff9800;
            color: white;
        }

        .led-uv {
            background: #9c27b0;
            color: white;
        }

        .switch-type {
            display: inline-block;
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 600;
            text-align: center;
            min-width: 80px;
        }

        .switch-hook {
            background: #ff9800;
            color: white;
        }

        .switch-rotation {
            background: #e91e63;
            color: white;
        }

        .switch-side {
            background: #4caf50;
            color: white;
        }

        .features {
            color: #666;
            font-size: 13px;
            text-align: center;
            max-width: 150px;
        }

        .view-btn {
            background: #4caf50;
            padding: 8px 16px;
            border: none;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }

        .view-btn a{
            color: white;
        }

        .view-btn:hover {
            background: #45a049;
        }

        .col-image {
            width: 60px;
            text-align: center;
        }

        .col-name {
            width: 200px;
        }

        .col-price {
            width: 120px;
            text-align: center;
        }

        .col-led {
            width: 120px;
            text-align: center;
        }

        .col-switch {
            width: 140px;
            text-align: center;
        }

        .col-features {
            width: 160px;
            text-align: center;
        }

        .col-link {
            width: 100px;
            text-align: center;
        }

/* <!-- .click_button --> */

.click_button{
    display: block;
    margin: 0 auto 100px;
    background-color: #33507e;
    width: 65%;
    border: none;
}

.click_button a{
    padding: 20px;
    background-color: #33507e;
    display: block;
    width: 100%;
    height: auto;
}

.click_button a p{
    font-size: 32px;
    text-align: center;
    color: #fff;
}


/* SP */

@media screen and (max-width: 520px) {

html {
    scroll-padding-top: 60px;
    overflow: scroll;
}

.pc{
    display: none;
}

.sp {
    display: block;
}

.container {
        padding: 0 15px;
}

.section-container{
    width: 100%;
}

:target::before{
    content: none;
}

/* mv */
.mv{
    margin-bottom: 30px;
}

/* intro */
.intro{
    margin-bottom: 30px;
}

.intro p{
    font-size: 16px;
}

/* nav */

.category-nav {
    padding: 40px 0;
}

.category-nav-container{
    width: 100%;
}

.category-nav-type{
    line-height: 1.2;
    margin-top: 20px;
}

.category-nav-title{
    font-size: 28px;
    line-height: 1.3;
}

.category-nav-list{
    flex-direction: column;
}

.category-nav-link:nth-of-type(2){
    margin: 20px 0;
}

.category-nav{
    padding: 50px 0;
}

.led-type {
    gap: 10px;
    flex-wrap: wrap;
}

.led-type-info {
    padding: 12px;
    flex: 1 1 calc(50% - 5px);
    min-width: calc(50% - 5px);
}

.led-type-info img {
    max-width: 100px;
    height: 80px;
}

.led-type-info h3 {
    font-size: 14px;
}

section:nth-of-type(-n+4) h2{
    width: 100%;
    font-size: 6.3vw;
    margin-bottom: 20px;
    padding: 10px;
}

section h2 img {
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
}

/* section */
.section-container{
    padding: 40px 15px 0;
}

/* section1: LEDの種類で選ぶ */
.recommend{
    padding: 8px;
}

.recommend-list li{
    line-height: 1.2;
}

.recommend-title{
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.led-type-info{
    padding: 10px;
}

.gray-text{
    font-size: 14px;
    line-height: 1.3;
    text-align: justify;
}

.led-type-info h3{
    font-size: 18px;
}

.desc{
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
}

.led-type-info img {
    max-width: 100%;
    height: auto;
}

/* 商品ブロック */
.product-category{
    padding: 5vw 3vw;
    margin-bottom: 20px;
    width: 100%!important;
}

.product-category-title{
    padding-bottom: 10px;
}

.product-category-title h3{
    font-size: 24px;
    margin-top: 0;
}

.product-category-title p{
    font-size: 16px;
}

.product-info{
    margin-right: 0;
    max-width: 40vw;
}

.product-info:nth-child(n+5) {
    margin-top: 10px;
}

.product-link{
    padding: 5px 0;
}

.product-list{
    justify-content: center;
    gap: 10px;
}

.product-list .product-info:nth-child(4n){
    margin-right: 0;
}

.product-name{
    font-size: 14px;
    line-height: 1.3;
    margin: 8px 0 4px;
}

.product-price{
    letter-spacing: 0.03em;
    font-size: 18px;
}

.product-price span{
    font-size: 10px;
}

#led-types .product-container .product-category:nth-child(2n) {
    margin-right: 0;
}

#led-types .product-container .product-category:nth-child(n+2){
    width: 100%;
}

/* section2: スイッチタイプで選ぶ */
#switch-types .product-container .product-category:nth-child(n+2){
    width: 100%;
}

#switch-types .product-category-title p:nth-child(3){
    font-size: 14px;
    margin-top: 10px;
}


/* section3: デザイン・機能で選ぶ */
.bottom-sections{
    display: block;
}

#clip-type-features h3{
    font-size: 24px;
    line-height: 1.3;
}

#design-function .product-category-title h3{
    margin: 0;
    font-size: 20px;
}

#design-function .product-category-title p{
    font-size: 14px;
}

.product-container{
    justify-content: center;
}

.product-container-inner01{
    width: 100%;
    padding: 20px 10px;
}

.product-container-inner01 .product-info, .product-container-inner02 .product-info{
    max-width: 37vw;
}

.product-container-inner02{
    padding: 20px 10px;
}



/* まとめ */
#lineup-list{
    margin: 40px auto;
}

#lineup-list h2{
    font-size: 28px;
    line-height: 1.2;
    background-color: #FFF;
    margin-bottom: 10px;
}

.table-container {
    border-radius: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    font-size: 12px;
    min-width: 900px;
}

th {
    padding: 8px 6px;
    font-size: 11px;
}

td {
    padding: 8px 6px;
}

.product-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

tr .product-name {
    padding-left: 8px;
}

.price {
    font-size: 13px;
}

.led-badge {
    padding: 3px 8px;
    font-size: 10px;
    min-width: 50px;
}

.switch-type {
    padding: 3px 8px;
    font-size: 10px;
    min-width: 60px;
}

.features {
    font-size: 14px;
    max-width: 120px;
}

.view-btn {
    padding: 6px 12px;
    font-size: 10px;
}

/* <!-- .click_button --> */

.click_button{
    margin: 0 auto 30px;
    width: 100%;
}

.click_button a{
    padding: 8px;
    background-color: #33507e;
    display: block;
    width: 100%;
    height: auto;
}

.click_button a p{
    font-size: 5.5vw;
}


}