@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

#eyemetrics {
    padding-top: 0!important
}

main #Main {
    max-width: 1600px;
    padding-top: 0;
    box-sizing: border-box;
}

#Main * {
    box-sizing: border-box;
}

.button[data-layout="default"] .button-anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: max-content;
    padding: 0 36px;
    margin: 0 auto;
    border: 1px solid #333333;
    font-size: 1.25rem;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.button[data-layout="default"] .button-anchor::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
}

.button[data-layout="default"]+.button[data-layout="default"] {
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .button[data-layout="default"] .button-anchor {
        font-size: 1rem;
        min-width: 270px;
        height: 48px
    }
}

@media screen and (min-width: 768px) {
    html {
        height: auto;
        overflow: auto
    }

    body {
        position: relative;
        height: auto;
        overflow: hidden
    }

    .spBreak {
        display: none;
    }

    #Main {
        line-height:1.3;
        overflow-x: hidden;
        margin-top: 0
    }

    .button[data-layout="default"] .button-anchor {
        font-size: 1.125rem;
        width: 428px;
        height: 60px
    }
}

#mainvisual {
    background-color: #ffffff;
    height: 650px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mainvisual::before {
    background: url("/brand/eyemetrics/img/202407/bg_mainvisual.png") no-repeat right 35%;
    background-size: auto 140%;
    content: "";
    width: 100%;
    width: 1064px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-26%);
}
#mainvisual .mainvisualInner {
    width: 100%;
    max-width: 1380px;
    padding: 0 50px;
    z-index: 2;
}
#mainvisual #pageTitle {
    background: url("/brand/eyemetrics/img/202407/mainvisual_title.svg") no-repeat left center;
    background-size: auto 100%;
    width: 568px;
    height: 137px;
    overflow: hidden;
    text-indent: -9999px;
}
#mainvisual #mainBrandLogo {
    height: 48px;
    margin-top: 64px;
}
#mainvisual #mainBrandLogo img {
    width: auto;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width:1380px) {
    #mainvisual {
        height: calc(650 / 1380 * 100vw);
    }
    #mainvisual::before {
        width: calc(1064 / 1380 * 100vw);
    }
    #mainvisual .mainvisualInner {
        padding: 0 50px;
    }
    #mainvisual #pageTitle {
        width: calc(568 / 1380 * 100vw);
        height: calc(137 / 1380 * 100vw);
    }
    #mainvisual #mainBrandLogo {
        height: calc(48 / 1380 * 100vw);
        margin-top: calc(64 / 1380 * 100vw);
    }
}

@media only screen and (max-width:767px) {
    #mainvisual {
        flex-direction: column;
        height: auto;
    }
    #mainvisual::before {
        background-position: -20% 30%;
        background-size: auto 142%;
        width: 100%;
        height: calc(650 / 750 * 100vw);
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-bottom: calc(30 / 750 * 100vw);
    }
    #mainvisual .mainvisualInner {
        padding: 0 calc(30 / 750* 100vw);
    }
    #mainvisual #pageTitle {
        width: calc(513 / 750 * 100vw);
        height: calc(123 / 750 * 100vw);
    }
    #mainvisual #mainBrandLogo {
        height: calc(60 / 750 * 100vw);
        margin-top: calc(42 / 750 * 100vw);
    }
}

section .secHead {
    text-align: center;
    padding: 0 50px 95px;
    margin-bottom: 50px;
    position: relative;
}
section .secHead::after {
    background-color: #b30000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 65px;
}
section .secHead .secTitle.svgTitle {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 42px;
    height: 42px;
    text-indent: -9999px;
    overflow: hidden;
}
section .secHead .secCopy {
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-top: 20px;
}
section .secInner {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 50px;
}
section .secDesc {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
    margin-top: 50px;
}

section .secButton {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: max-content;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 1.25rem;
    line-height: 48px;
    text-align: center;
    border: 1px solid #000000;
    position: relative;
}
section .secButton.buttonCenter {
    margin: 30px auto 0;
}
section .secButton::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
}
@media only screen and (max-width:767px) {
    section .secHead {
        padding: 0 calc(30 / 750 * 100vw) calc(95 / 750 * 100vw);
        margin-bottom: calc(40 / 750 * 100vw);
    }
    section .secHead::after {
        width: calc(2 / 750 * 100vw);
        height: calc(65 / 750 * 100vw);
    }
    section .secHead .secTitle.svgTitle {
        background-size: auto 100%;
        height: calc(42 / 750 * 100vw);
    }
    section .secHead .secCopy {
        font-size: calc(24 / 750 * 100vw);
        margin-top: calc(20 / 750 * 100vw);
    }
    section .secInner {
        padding: 0 calc(30 / 750 * 100vw);
    }
    section .secDesc {
        font-size: calc(24 / 750 * 100vw);
        margin-top: calc(40 / 750 * 100vw);
        text-align: left;
    }
    section .secButton {
        gap: calc(20 / 750 * 100vw);
        padding: 0 calc(35 / 750 * 100vw);
        margin-top: calc(40 / 750 * 100vw);
        font-size: calc(24 / 750 * 100vw);
        line-height: calc(58 / 750 * 100vw);
        border-width: calc(1 / 750 * 100vw);
    }
    section .secButton.buttonCenter {
        margin: calc(40 / 750 * 100vw) auto 0;
    }
    section .secButton::before {
        width: calc(14 / 750 * 100vw);
        height: calc(14 / 750 * 100vw);
        border-top-width: calc(1 / 750 * 100vw);
        border-right-width: calc(1 / 750 * 100vw);
    }
}

.columnBlock {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    margin-top: 100px;
}
.columnBlock:first-child {
    margin-top: 0;
}
.columnBlock:nth-child(even) {
    flex-direction: row-reverse;
}
.columnBlock .columnBody {
    width: calc(100% / 2 - (40px / 2));
    max-width: 640px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.columnBlock .columnImage {
    width: calc(100% / 2 - (40px / 2));
}
.columnBlock .columnImage img {
    width: auto;
    max-width: 100%;
}
.columnBlock .columnCopy {
    font-size: 2.0rem;
    font-family: "Noto Serif JP", serif;
    line-height: 2;
}
.columnBlock .columnDesc {
    font-size: 1.125rem;
    line-height: 2;
}
@media only screen and (max-width:767px) {
    .columnBlock {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(40 / 750 * 100vw);
        margin-top: calc(100 / 750 * 100vw);
        padding: 0 calc(30 / 750 * 100vw);
    }
    .columnBlock:nth-child(even) {
        flex-direction: column;
    }
    .columnBlock .columnBody {
        width: 100%;
        max-width: none;
        padding: 0;
        gap: calc(50 / 750 * 100vw);
    }
    .columnBlock .columnImage {
        width: 100%;
    }
    .columnBlock .columnCopy {
        font-size: calc(40 / 750 * 100vw);
        letter-spacing: -0.01em;
        line-height: 1.5;
    }
    .columnBlock .columnDesc {
        font-size: calc(24 / 750 * 100vw);
    }
}

.orderParts {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.orderParts .partsImage {
    width: calc(100% / 4 - (20px * 3 / 4));
}
.orderParts .partsImage img {
    width: auto;
    max-width: 100%;
}
@media only screen and (max-width:767px) {
    .orderParts {
        gap: calc(30 / 750 * 100vw);
        flex-wrap: wrap;
    }
    .orderParts .partsImage {
        width: calc(100% / 2 - ((30 / 750 * 100vw) / 2));
    }
}

.itemBlock {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    width: 100%;
}
.itemBlock:first-child {
    margin-top: 0;
}
.itemBlock .itemBody {
    width: calc(100% / 2 - (80px / 2));
    max-width: 670px;
    padding-left: 50px;
}
.itemBlock .itemImage {
    width: calc(100% / 2 - (80px / 2));
}
.itemBlock .itemImage img {
    width: auto;
    max-width: 100%;
}
.itemBlock .itemLogo {
    margin-bottom: 25px;
}
.itemBlock .itemLogo img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: 100%;
}
.itemBlock .itemInfo {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 32px;
    margin-bottom: 30px;
    position: relative;
}
.itemBlock .itemInfo::after {
    background-color: #b30000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
}
.itemBlock .itemDesc {
    font-size: 1.125rem;
    line-height: 2;
}
.itemBlocks {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.itemBlocks .itemBlock:nth-child(even) {
    flex-direction: row;
}
.itemBlocks .itemBlock:nth-child(even) .itemBody {
    padding-left: 0;
    padding-right: 50px;
}
@media only screen and (max-width:767px) {
    .itemBlock {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: calc(20 / 750 * 100vw);
        padding: 0  calc(30 / 750 * 100vw);
    }
    .itemBlock .itemBody {
        width: 100%;
        max-width: none;
        padding-left: 0;
    }
    .itemBlock .itemImage {
        width: 100%;
        border: calc(1/ 750 * 100vw) solid #bdbdbd;
    }
    .itemBlock .itemLogo {
        height: calc(120 / 750 * 100vw);
        margin-bottom: calc(20 / 750 * 100vw);
    }
    .itemBlock .itemInfo {
        font-size: calc(28 / 750 * 100vw);
        padding-bottom: calc(27 / 750 * 100vw);
        margin-bottom: calc(40 / 750 * 100vw);
    }
    .itemBlock .itemInfo::after {
        width: calc(100 / 750 * 100vw);
        height: calc(2 / 750 * 100vw);
    }
    .itemBlock .itemDesc {
        font-size: calc(24 / 750 * 100vw);
    }
    .itemBlocks {
        gap: calc(60 / 750 * 100vw);
    }
    .itemBlocks .itemBlock:nth-child(even) {
        flex-direction: column;
    }
    .itemBlocks .itemBlock:nth-child(even) .itemBody {
        padding-right: 0;
    }
}

#order .secHead .secTitle.svgTitle {
    background-image: url("/brand/eyemetrics/img/202407/title_order.svg");
}
#collection .secHead .secTitle.svgTitle {
    background-image: url("/brand/eyemetrics/img/202407/title_collection.svg");
}
#event {
    background-color: #f6f6f6;
}
#event .itemBlock .itemLogo {
    margin-block: 40px 0;
}
#event .itemBlock .itemLogo img {
    max-width: 100%;
    max-height: none;
}
#event .itemBlock .itemInfo {
    font-size: 2rem;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
#event .itemBlock .itemInfo::after {
    background-color: #000000;
    width: 100%;
}
#event .itemBlock .itemDesc {
    line-height: 1.5;
}
#event .itemBlock .itemList {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 26px;
    min-height: 300px;
    margin-top: 50px;
    padding: 28px 20px;
}
#event .itemBlock .itemList > li {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    font-size: 1.125rem;
    line-height: 1.5;
    position: relative;
}
#event .itemBlock .itemList > li::before {
    background-color: #262122;
    content: "";
    width: 4px;
    min-height: 20px;
    position: relative;
}
#event .itemBlock .itemSubImage {
    margin-block: 40px;
}
#event .itemBlock .itemSubImage img {
    max-width: 100%;
    max-height: none;
}

@media only screen and (min-width:768px) {
    #event .itemBlock {
        flex-direction: row;
        align-items: stretch;
    }
    #event .itemBlock .itemBody {
        width: calc(100% / 2 - 80px);
        padding: 20px 0;
        margin-right: 20px;
        align-self: center;
    }
    #event .itemBlock .itemImage {
        width: calc(100% / 2);
    }
    #event .itemBlock .itemImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width:767px) {
    #event {
        padding-block: calc(40 / 750 * 100vw);
    }
    #event .itemBlock {
        flex-direction: column-reverse;
    }
    #event .itemBlock .itemImage {
        border: none;
    }
    #event .itemBlock .itemLogo {
        width: 50%;
        max-width: 100%;
        height: auto;
        margin-block: calc(40 / 750 * 100vw);
        margin-inline: auto;
    }
    #event .itemBlock .itemInfo {
        font-size: calc(42 / 750 * 100vw);
        text-align: center;
        width: 100%;
        padding-bottom: calc(20 / 750 * 100vw);
        margin-bottom: calc(25 / 750 * 100vw);
    }
    #event .itemBlock .itemDesc {
        text-align: center;
    }
    #event .itemBlock .itemList {
        gap: calc(32 / 750 * 100vw);
        min-height: calc(360 / 750 * 100vw);
        margin-top: calc(50 / 750 * 100vw);
        padding: calc(28 / 750 * 100vw) calc(20 / 750 * 100vw);
    }
    #event .itemBlock .itemList > li {
        gap: calc(30 / 750 * 100vw);
        font-size: calc(24 / 750 * 100vw);
    }
    #event .itemBlock .itemList > li::before {
        width: calc(8 / 750 * 100vw);
        min-height: calc(30 / 750 * 100vw);
    }
    #event .itemBlock .itemSubImage {
        margin-block: calc(40 / 750 * 100vw);
    }
}
