@charset "UTF-8";
body #container {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main img {
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}

/*----------------------------------------
lead
----------------------------------------*/
.lead-hdg {
    width: calc(100% + 20px);
    margin-left: -10px;
    color: #0074bf;
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.lead-hdg span {
    background: linear-gradient(transparent 86%, #f5e75e 86%);
}

.lead-hdg small {
    font-size: 66.66667%;
}

.lead-hdg em {
    font-size: 120%;
    color: #00afdb;
}

.lead-txt {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.88889;
    letter-spacing: 0.05em;
}

.lead-txt span {
    font-weight: 600;
    color: #0074bf;
}

.lead-img {
    text-align: center;
}

/*----------------------------------------
section
----------------------------------------*/
.section-a {
    padding: 48px 0;
}

.section-a-content {
    display: grid;
    gap: 41px;
    margin-top: 12px;
}

.gigarakucamera-inner-a {
    padding: 0 16px;
}

.gigarakucamera-feature-title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 4px 10px;
    border: 2px solid #0074bf;
    border-radius: 100px;
    color: #0074bf;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.gigarakucamera-feature-list {
    margin-top: 12px;
}

.gigarakucamera-feature-list li {
    position: relative;
    margin-bottom: -1px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.gigarakucamera-feature-list li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 9px;
    width: 4px;
    height: 4px;
    background-color: #333333;
    border-radius: 100%;
}

.section-b {
    padding: 64px 0;
    background-color: #0074bf;
    color: #ffffff;
}

.section-b .gigarakucamera-hdg-a {
    color: #ffffff;
}

.section-b-content {
    display: grid;
    gap: 8px;
}

.section-c {
    margin-bottom: 80px;
}

.section-c:last-child {
    margin-bottom: 0;
}

.gigarakucamera-box-c {
    position: relative;
    padding: 40px 16px 0;
    background: linear-gradient(to right, #f8f8f8, #ebebeb);
}
.gigarakucamera-box-c::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
}
.gigarakucamera-box-c--reverse {
    background: linear-gradient(to left, #f8f8f8, #ebebeb);
}
.gigarakucamera-box-c-title h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.gigarakucamera-box-c-text {
    font-size: 16px;
}
.gigarakucamera-box-c-content-out {
    position: relative;
    z-index: 1;
    margin-top: 33px;
}
.gigarakucamera-box-c-title-area {
    margin-bottom: 20px;
    border-bottom: 2px solid #0074bf;
}

.gigarakucamera-box-c-title {
    display: grid;
    grid-area: title;
    column-gap: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.gigarakucamera-box-c-text-area {
    grid-area: text-area;
    padding-left: 20px;
}

.gigarakucamera-box-c-text {
    line-height: 1.8;
}

.gigarakucamera-box-c-text span {
    font-size: 14px;
}

.gigarakucamera-box-c-content-out--shadow {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.gigarakucamera-box-c-content-out img {
    display: block;
    width: 100%;
}

.gigarakucamera-box-c-list li {
    position: relative;
    padding-left: 29px;
    padding-right: 7px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

.gigarakucamera-box-c-list li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    width: 8px;
    height: 8px;
    background-color: #0074bf;
    border-radius: 100%;
}

.gigarakucamera-box-c-note {
    margin-top: 21px;
    padding: 16px 20px 17px 25px;
    background-color: #0074bf;
    border-radius: 10px;
}

.gigarakucamera-box-c-note-list {
    display: grid;
    gap: 8px;
}

.gigarakucamera-box-c-note-list li {
    position: relative;
    padding-left: 20px;
    color: #fff227;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

.gigarakucamera-box-c-note-list li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 1px;
    width: 8px;
    height: 8px;
    background-color: #fff227;
    border-radius: 100%;
}

.gigarakucamera-box-c-note-text-note {
    margin: 18px 0 0;
    padding-left: 28px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.gigarakucamera-card-inner {
    display: grid;
    grid-template-areas: 'image title' 'image text';
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 70px 1fr;
    row-gap: 12px;
    column-gap: 12px;
    align-items: center;
    padding: 20px 52px 22px 20px;
    text-decoration: none;
    background-color: #ffffff;
    opacity: 1;
    transition: opacity 0.3s;
}
.gigarakucamera-card-text {
    grid-area: text;
}
.gigarakucamera-card-image {
    grid-area: image;
    margin-top: 0;
}

.gigarakucamera-card {
    position: relative;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
}

.gigarakucamera-card-title {
    grid-area: title;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
    color: #333333;
    letter-spacing: 0.01em;
}

.gigarakucamera-card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    letter-spacing: 0.01em;
}

.gigarakucamera-card-text sup {
    font-size: 8px;
}

.gigarakucamera-hdg-a {
    margin-bottom: 32px;
    color: #0074bf;
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
}

.gigarakucamera-image {
    margin-top: 31px;
}

.gigarakucamera-mv {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content;
}

.gigarakucamera-mv-bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.gigarakucamera-mv-main {
    position: absolute;
    top: calc(50% + 39px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 40px);
}

.gigarakucamera-mv-title {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    margin-bottom: 16px;
    padding: 9px 20px 16px;
    background-color: rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0 0 20px rgba(0, 116, 191, 0.2));
}

.gigarakucamera-mv-title-lead {
    display: block;
    margin-bottom: 3px;
    color: #333333;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.gigarakucamera-mv-logo {
    display: block;
    height: auto;
    width: 171px;
    margin: 0 auto 12px;
}

.gigarakucamera-mv-image {
    position: absolute;
}

.gigarakucamera-mv-title-box {
    display: block;
    width: 100%;
    padding: 4px 10px 8px;
    background-color: #0074bf;
    color: #ffffff;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

.gigarakucamera-mv-sub {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.05em;
}

.gigarakucamera-mv-feature {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}

.gigarakucamera-mv-feature li {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    background-color: #0074bf;
    border-radius: 10px;
    color: #fff227;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0;
}

.gigarakucamera-top-note {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.gigarakucamera-reasion {
    display: grid;
    gap: 80px;
    padding: 80px 0;
}

.gigarakucamera-camera .camera-top-product__label {
    font-weight: 700;
}

.gigarakucamera-camera .contact-button__link {
    color: #333;
}

/*----------------------------------------
gigarakucamera
----------------------------------------*/
#main {
    overflow: hidden;
}

#main img {
    vertical-align: baseline;
}

@media (min-width: 768px) {
    .section-a-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    .lead-hdg {
        font-size: 30px;
    }
    .lead-txt {
        font-size: 16px;
    }
    .gigarakucamera-mv-title {
        max-width: 400px;
    }
    .gigarakucamera-mv-title-lead {
        line-height: 1.4;
    }
    .gigarakucamera-mv-logo {
        width: 171px;
    }
    .gigarakucamera-mv-title-box {
        font-size: 18px;
    }
    .gigarakucamera-mv-sub {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .gigarakucamera-mv-feature {
        grid-template-columns: repeat(6, 1fr);
        max-width: 748px;
    }
    .gigarakucamera-mv-feature li {
        min-height: 76px;
        font-size: 18px;
        line-height: 1.4;
    }

    .lead-hdg {
        font-size: 40px;
        letter-spacing: 0.05em;
    }
    .lead-txt {
        font-size: 1.8rem;
        text-align: center;
    }
    .gigarakucamera-feature-title {
        min-height: 74px;
        font-size: 18px;
    }
    .gigarakucamera-feature-list li::before {
        top: 11px;
    }
    .section-a {
        padding-bottom: 49px;
    }
    .section-b {
        padding-top: 104px;
        padding-bottom: 104px;
    }
    .section-b-content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 32px;
    }
    .gigarakucamera-card {
        min-height: 287px;
        width: calc(245 / 1040 * 100%);
    }
    .gigarakucamera-card-inner {
        display: block;
        width: 100%;
        height: 100%;
        padding: 12px 24px 13px;
    }
    .gigarakucamera-card-title {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 47px;
        margin-bottom: 25px;
        text-align: center;
    }
    .gigarakucamera-card-image {
        display: block;
        max-width: 110px;
        max-height: 110px;
        margin: 0 auto;
    }
    .gigarakucamera-card-text {
        margin-top: 12px;
        text-align: center;
    }
    .gigarakucamera-reasion {
        padding: 148px 0 82px;
    }
    .gigarakucamera-reasion .gigarakucamera-hdg-a {
        margin-bottom: -85px;
    }
    .section-c {
        margin-top: 148px;
    }
    .section-c:last-child {
        margin-bottom: 66px;
    }
    .d-sp {
        display: none !important;
    }
    .gigarakucamera-box-c {
        padding: 68px 0;
        background: linear-gradient(
            to right,
            #f8f8f8,
            #ebebeb 68%,
            #ffffff 68%,
            #ffffff 100%
        );
    }
    .gigarakucamera-box-c--reverse {
        background: linear-gradient(
            to left,
            #f8f8f8,
            #ebebeb 68%,
            #ffffff 68%,
            #ffffff 100%
        );
    }
    .gigarakucamera-box-c-inner {
        display: grid;
        grid-template-areas: 'content content-out';
        grid-template-columns: repeat(2, auto);
        column-gap: 3.9%;
    }
    .gigarakucamera-box-c--reverse .gigarakucamera-box-c-inner {
        grid-template-areas: 'content-out content';
    }
    .gigarakucamera-box-c-content {
        display: grid;
        grid-area: content;
        grid-template-areas: 'title-area title-area' '. text-area';
        grid-template-columns: 1fr 436px;
        height: -webkit-fit-content;
        height: fit-content;
    }
    .gigarakucamera-box-c--reverse .gigarakucamera-box-c-content {
        grid-template-areas: 'title-area title-area' 'text-area .';
        grid-template-columns: 436px 1fr;
    }
    .gigarakucamera-box-c-title-area {
        display: grid;
        grid-area: title-area;
        grid-template-areas: '. title';
        grid-template-columns: 1fr 436px;
    }
    .gigarakucamera-box-c--reverse .gigarakucamera-box-c-title-area {
        grid-template-areas: 'title .';
        grid-template-columns: 436px 1fr;
    }
    .gigarakucamera-box-c-title h3 {
        font-size: 32px;
    }
    .gigarakucamera-box-c--reverse .gigarakucamera-box-c-title {
        padding-left: 0;
    }
    .gigarakucamera-box-c--reverse .gigarakucamera-box-c-text-area {
        padding-left: 0;
    }
    .gigarakucamera-box-c-text {
        font-size: 18px;
    }
    .gigarakucamera-box-c-content-out {
        grid-area: content-out;
        max-width: 580px;
        height: auto;
        margin-top: 0;
        padding-right: 20px;
    }
    .gigarakucamera-box-c-title {
        margin-bottom: 13px;
    }
    .gigarakucamera-box-c-list li {
        padding-left: 33px;
        font-size: 18px;
    }
    .gigarakucamera-box-c-list li::before {
        top: 12px;
        left: 13px;
    }
    .gigarakucamera-box-c::before {
        display: none;
    }
    .gigarakucamera-box-c--reverse .gigarakucamera-box-c-content-out {
        justify-self: end;
        padding-right: 0;
        padding-left: 20px;
    }
    .gigarakucamera-box-c-note {
        padding: 20px 18px 18px 26px;
    }
    .gigarakucamera-box-c-note-list li {
        margin-bottom: 5px;
        padding-left: 21px;
        font-size: 18px;
        line-height: 1.5;
    }
    .gigarakucamera-box-c-note-list li:last-child {
        margin-bottom: 0;
    }
    .gigarakucamera-box-c-note-list li::before {
        top: 9px;
    }
    .gigarakucamera-box-c-note-list li .sm {
        font-size: 14px;
    }
    .gigarakucamera-box-c-note-text-note {
        margin: 20px 0 0px;
        padding-bottom: 4px;
    }
    .gigarakucamera-box-c-list li.spec {
        margin-bottom: 20px;
    }
    .gigarakucamera-hdg-a {
        font-size: 40px;
    }
    .gigarakucamera-hdg-b {
        margin-bottom: 36px;
        font-size: 26px;
    }
    .gigarakucamera-inner-a {
        max-width: 1080px;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }
    .gigarakucamera-mv-title {
        top: 4%;
        width: 30%;
        max-width: none;
        padding: 16px 28px 24px;
    }
    .gigarakucamera-mv-title-lead {
        margin-bottom: 4px;
        font-size: 20px;
    }
    .gigarakucamera-mv-logo {
        width: 70%;
    }
    .gigarakucamera-mv-image {
        top: 0;
        left: 52%;
        height: 100%;
    }
    .gigarakucamera-mv-image img {
        height: 100%;
    }
    .gigarakucamera-mv-title-box {
        padding-top: 4px;
        padding-bottom: 8px;
        margin-top: 20px;
        font-size: 22px;
    }
    .gigarakucamera-img {
        width: 400px;
    }
    .gigarakucamera-camera.camera-top-section {
        padding: 100px 0 72px;
    }
    .gigarakucamera-camera .camera-top-title-lv2 {
        padding-bottom: 8px;
        letter-spacing: 0;
    }
    .gigarakucamera-camera .camera-top-product-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 73px 23px;
    }
    .gigarakucamera-camera
        .camera-top-product-list
        .camera-top-product-list__item {
        flex: 0 0 calc(331 / 1040 * 100%);
        max-width: 332px;
    }
    .gigarakucamera-camera .camera-top-product {
        padding: 20px 21px 23px;
    }
    .gigarakucamera-camera .camera-top-product-list__link:hover {
        opacity: 1;
    }
    .gigarakucamera-camera .camera-top-product__text {
        letter-spacing: 0;
    }
    .gigarakucamera-camera .camera-top-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gigarakucamera-camera .camera-top-button .contact-button {
        width: 100%;
        margin-top: 40px;
    }
    .gigarakucamera-camera .camera-top-button .contact-button::after {
        right: 18px;
    }
    .gigarakucamera-camera .contact-button__link {
        padding: 13px 12px;
    }
}

@media (min-width: 768px) and (max-width: 1365.98px) {
    .gigarakucamera-mv-bg {
        height: 225px;
    }
    .gigarakucamera-mv-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gigarakucamera-mv-main {
        top: 13px;
        transform: translateX(-50%);
    }
    .gigarakucamera-mv-title {
        width: 207px;
        margin-bottom: 12px;
        padding: 9px 18px 12px;
    }
    .gigarakucamera-mv-title-lead {
        margin-bottom: 2px;
        font-size: 11.5px;
    }
    .gigarakucamera-mv-logo {
        width: 145px;
        margin-bottom: 0;
    }
    .gigarakucamera-mv-title-box {
        margin-top: 12px;
        padding-bottom: 2px;
        font-size: 12.65px;
    }
    .gigarakucamera-mv-sub {
        margin-bottom: 6px;
        font-size: 10.35px;
    }
    .gigarakucamera-mv-feature {
        max-width: 430px;
        gap: 4px;
    }
    .gigarakucamera-mv-feature li {
        min-height: 44px;
        border-radius: 7px;
        font-size: 10px;
        font-size: 8.05px;
    }
    .gigarakucamera-mv-feature li.spec {
        padding: 0 11px;
    }
    .gigarakucamera-mv-feature li.spec2 {
        padding: 0 20px;
    }
    .gigarakucamera-card {
        width: calc(327 / 1040 * 100%);
    }
}

@media (min-width: 1366px) and (max-width: 1599.98px) {
    .gigarakucamera-mv-bg {
        height: 391px;
    }
    .gigarakucamera-mv-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gigarakucamera-mv-main {
        top: 24px;
        transform: translateX(-50%);
    }
    .gigarakucamera-mv-title {
        width: 360px;
    }
    .gigarakucamera-mv-logo {
        width: 252px;
    }
    .gigarakucamera-mv-sub {
        margin-bottom: 12px;
    }
    .gigarakucamera-mv-feature li {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    .gigarakucamera-mv-bg {
        height: 562px;
    }
    .gigarakucamera-mv-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gigarakucamera-mv-main {
        top: 33px;
        transform: translateX(-50%);
    }
    .gigarakucamera-mv-title {
        width: 517px;
        margin-bottom: 24px;
        padding: 25px 40px 35px;
    }
    .gigarakucamera-mv-title-lead {
        font-size: 28.74px;
    }
    .gigarakucamera-mv-logo {
        width: 362px;
    }
    .gigarakucamera-mv-title-box {
        margin-top: 29px;
        padding-bottom: 13px;
        font-size: 31.62px;
    }
    .gigarakucamera-mv-sub {
        margin-bottom: 16px;
        font-size: 25.87px;
    }
    .gigarakucamera-mv-feature {
        gap: 10px;
        max-width: 1075px;
    }
    .gigarakucamera-mv-feature li {
        min-height: 109px;
        border-radius: 14.37px;
        font-size: 20px;
    }
    .gigarakucamera-mv-feature li.spec {
        padding: 0 28px;
    }
    .gigarakucamera-box-c {
        background: linear-gradient(
            to right,
            #f8f8f8,
            #ebebeb 68%,
            #ffffff 68%,
            #ffffff 100%
        );
    }
    .gigarakucamera-box-c--reverse {
        background: linear-gradient(
            to left,
            #f8f8f8,
            #ebebeb 68%,
            #ffffff 68%,
            #ffffff 100%
        );
    }
}

@media (max-width: 767.98px) {
    .gigarakucamera-camera.camera-top-section.is-bg-lightBlue {
        padding: 65px 0 62px;
    }
    .gigarakucamera-camera .camera-top-title-lv2 {
        padding-bottom: 2px;
        letter-spacing: 0;
    }
    .gigarakucamera-camera .camera-top-product {
        min-height: 353px;
    }
    .gigarakucamera-camera .camera-top-product__img {
        width: calc(100% - 4px);
        margin: 20px auto 0;
    }
    .gigarakucamera-camera .camera-top-product__text {
        line-height: 1.6;
        letter-spacing: 0;
    }
    .gigarakucamera-camera .contact-button {
        position: relative;
        margin-top: 30px;
        padding: 16px;
    }
    .gigarakucamera-camera .contact-button__link::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 24px;
        display: block;
        width: 10px;
        height: 10px;
        border: 2px solid #000;
        border-bottom: none;
        border-left: none;
        transform: rotate(45deg) translateY(-50%);
    }
}
