@charset "utf-8";

html,
body {
    width: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h2 {
    margin-bottom: 30px;
}

#wrap {
    width: 100%;
    overflow-x: hidden;
}

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}

header .inner {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
    display: flex;
    align-items: center;
}

header .logo img {
    display: block;
    height: 20px;
    max-width: 220px;
    object-fit: contain;
}

header .btn-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

header .btn-mobile i {
    font-size: 22px;
    color: #fff;
}

header .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

header .btn-close i {
    font-size: 22px;
    color: #fff;
}

header .gnb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0;
    padding: 18vh 40px 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 100;
}

header .gnb li {
    padding: 40px 0;
}

header .gnb li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

header .gnb li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* main visual */
#main-visual {
    width: 100%;
    height: 520px;
    min-height: auto;
}

#main-visual .main-bg {
    height: 100%;
}

#main-visual .main-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-visual .main-title {
    display: block;
    top: 52%;
    left: 32px;
    right: 32px;
    transform: translateY(-50%);
    max-width: none;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.main-title .copy1 {
    margin-bottom: 16px;
}

/* section1 */
.section1 {
    padding: 110px 40px;
    width: 100%;
}

.section1-inner {
    width: 100%;
    max-width: 100%;
    display: block;
}

.section1-inner img {
    width: 100%;
    margin-bottom: 44px;
}

.section1-inner span {
    margin-bottom: 14px;
}

.section1-inner h3 {
    margin-bottom: 16px;
}

.section1-inner p {
    font-size: 15px;
    line-height: 1.7;
    word-break: keep-all;
}

.section1-inner .button {
    padding: 0;
    margin: 34px auto 0;
}

.section1-inner .button a {
    padding: 12px 28px;
    font-size: 14px;
}

/* section2 */
.section2 {
    width: 100%;
    padding: 110px 40px 140px;
}

.section2 h2 {
    margin-bottom: 90px;
}

.section2-inner {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 120px;
}

.section2-inner img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 38px;
}

.section2-inner .new1,
.section2-inner .new2,
.section2-inner .new3,
.section2-inner .new4 {
    width: 100%;
    min-width: 0;
}

.section2-inner .new1 img,
.section2-inner .new2 img,
.section2-inner .new3 img,
.section2-inner .new4 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section2 .section2-inner .new-text {
    min-height: auto;
    line-height: 1.6;
}

.section2 .section2-inner .new1,
.section2 .section2-inner .new2,
.section2 .section2-inner .new3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    padding-bottom: 90px;
}

.section2 .section2-inner .new-button {
    margin: 30px 0 0;
}

/* section3 */
.section3 {
    width: 100%;
    padding: 130px 40px 90px;
}

.section3-inner {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
}

.section3 .section3-inner .call-img {
    width: 100%;
    line-height: 0;
}

.section3 .call-img a {
    display: block;
    line-height: 0;
}

.section3 .section3-inner .call-img img {
    display: block;
    width: 100%;
    height: auto;
}

.section3 .call-text {
    width: 100%;
    background: #f3eee4;
    border-radius: 12px 12px 0 0;
    padding: 46px 24px 52px;
    word-break: keep-all;
    margin-top: -7px;
}

.section3 .call-text h2 {
    margin-bottom: 16px;
}

.section3 .call-text p {
    font-size: 15px;
    line-height: 1.7;
}

/* section4 */
.section4 {
    width: 100%;
    padding: 120px 0 110px;
}

.section4-inner {
    width: 100%;
    max-width: 100%;
}

.section4-inner .story {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.section4-inner .story a {
    width: 100%;
    padding: 0 40px;
}

.section4-inner .story p {
    margin-bottom: 74px;
}

.section4-inner .story strong {
    position: relative;
    padding-right: 80px;
    white-space: normal;
}

.section4-inner .story strong img {
    position: absolute;
    top: 20px;
    right: 0;
}

/* footer */
footer {
    width: 100%;
    padding: 44px 40px 60px;
}

.footer-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    word-break: keep-all;
}

.infor p {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 8px;
    letter-spacing: 0.04em;
}

footer .footer-logo .logo {
    font-size: 15px;
    line-height: 20px;
    font-family: "Suisse Int'l Mono";
    margin-top: 40px;
    letter-spacing: -2px;
}

footer .sns {
    position: static;
    margin-top: 24px;
    display: flex;
    gap: 16px;
}

footer .sns a img {
    width: 22px;
    height: auto;
}

/* mobile hover */
.section1-inner a:hover img,
.section2-inner a:hover img {
    transform: translateY(-4px);
}

.section4-inner .story a:hover {
    transform: translateY(-2px);
}

.section4-inner .story a:hover img {
    transform: translateX(3px);
}

footer .sns a:hover img {
    opacity: 0.75;
    transform: translateY(-2px);
}