@charset "UTF-8";

@import url("common.css");
@import url("reset.css");

@font-face {
    font-family: "semibold";
    src: url("../폰트/프리텐다드/Pretendard-SemiBold.eot");
    src:
        url("../폰트/프리텐다드/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../폰트/프리텐다드/Pretendard-SemiBold.woff2") format("woff2"),
        url("../폰트/프리텐다드/Pretendard-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "bold";
    src: url("../폰트/프리텐다드/Pretendard-Bold.eot");
    src:
        url("../폰트/프리텐다드/Pretendard-Bold.eot?#iefix") format("embedded-opentype"),
        url("../폰트/프리텐다드/Pretendard-Bold.woff2") format("woff2"),
        url("../폰트/프리텐다드/Pretendard-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "medium";
    src: url("../폰트/프리텐다드/Pretendard-Medium.eot");
    src:
        url("../폰트/프리텐다드/Pretendard-Medium.eot?#iefix") format("embedded-opentype"),
        url("../폰트/프리텐다드/Pretendard-Medium.woff2") format("woff2"),
        url("../폰트/프리텐다드/Pretendard-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "regular";
    src: url("../폰트/프리텐다드/Pretendard-Regular.eot");
    src:
        url("../폰트/프리텐다드/Pretendard-Regular.eot?#iefix") format("embedded-opentype"),
        url("../폰트/프리텐다드/Pretendard-Regular.woff2") format("woff2"),
        url("../폰트/프리텐다드/Pretendard-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Old Standard TT";
    src:
        url("../폰트/Old_Standard_TT/OldStandardTT-Bold.woff2") format("woff2"),
        url("../폰트/Old_Standard_TT/OldStandardTT-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
    overflow-x: hidden;
}
body.on {
    overflow: hidden; /* 스크롤 막기 */
}
body {
    background-color: #000;
    overflow-x: hidden;
}
.mobile_ear,
.mobile_ear2 {
    display: none;
}
.up_btn {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 5;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;

    display: none;
}
.up_btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header02 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* background-color: red; */
    backdrop-filter: blur(5px);
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.header02 .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0 auto;

    display: flex;
    line-height: 70px;
    justify-content: space-between;
    align-content: center;
    text-align: center;
}
.header02 .inner h1 {
    cursor: default;
    font-family: "bold";
    font-size: 30px;
}
.header02 .inner .text {
    cursor: pointer;
    font-family: "semibold";
    display: flex;
    align-items: center;
    column-gap: 60px;
}
.header02 .inner .text p:first-child {
    font-family: "bold";
    text-decoration: underline;
}
.header02 .inner .text button {
    cursor: pointer;
    font-family: "semibold";
    font-size: 16px;
    background-color: #e4242a;
    color: #fff;
    border: none;
    padding: 7px 14px;
    border-radius: 40px;
}
.main_visual {
    width: 100%;
    height: 900px;
    margin-bottom: 120px;
    background: url("../img/main_bg.png") center center/ cover no-repeat;
}
.main_visual .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.main_visual .inner > img {
    width: 350px;
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%) rotate(-25deg);
    object-fit: cover;
}
.main_visual .inner .text {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
}
.main_visual .inner .text h2 {
    font-family: "bold";
    font-size: 60px;
    margin-bottom: 25px;
}
.main_visual .inner .text p {
    font-family: "semibold";
    font-size: 20px;
}
.main_visual .inner .text .text_top {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.main_visual .inner .text .text_btm {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 15px;
}
.main_visual .inner .text strong {
    font-family: "medium";
    font-size: 25px;
    font-weight: normal;
}
.main_visual .inner .text button {
    cursor: pointer;
    font-family: "semibold";
    font-size: 18px;
    background-color: #e4242a;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 12px 20px;
    transition: 0.6s;
}
.main_visual .inner .text button:hover {
    transform: scale(0.95);
}
.main_visual .inner .award {
    position: absolute;
    bottom: 12%;
    right: 15px;
    width: 80px;
}
.main_visual .inner .award img {
    width: 100%;
    object-fit: cover;
}
.section01 {
    width: 100%;
    height: 650px;
    margin: 120px auto;
    background: url("../img/section01_bg.png") center center/ cover no-repeat;
    position: relative;
    overflow: hidden;
}
.section01 h3,
.section03 h3 {
    font-family: "Old Standard TT";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3);
    font-size: 60px;
    color: #fff;
    cursor: default;

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section01 h3.fade,
.section03 h3.fade {
    transform: translate(-50%, -50%) scale(1);
    transition: 1s;
}
.section02 {
    width: 100%;
    height: 100%;
    background: url("../img/section02_ear.png") right 20% center no-repeat fixed;
    background-size: 25%;
}
.section02 .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 120px auto;
    display: flex;
    flex-direction: column;
    row-gap: 20%;
    color: #fff;
}
.section02 .inner .item {
    width: 50%;
    margin: 200px 0;
    cursor: default;

    opacity: 0;
    transform: translateX(-100%);
}
.section02 .inner .item.scroll_on {
    opacity: 1;
    transform: translateX(0);
}
.section02 .inner .item.on0 {
    transition: 0.5s 0.3s;
}
.section02 .inner .item.on1 {
    transition: 0.5s 0.6s;
}
.section02 .inner .item.on2 {
    transition: 0.5s 1s;
}
.section02 .inner .item h3 {
    word-break: keep-all;
    font-family: "bold";
    font-size: 50px;
    margin-bottom: 30px;
}
.section02 .inner .item p {
    font-family: "semibold";
    font-size: 20px;
    color: #868686;
    word-break: keep-all;
    line-height: 1.4;
}
.section02 .inner .item p span {
    color: #fff;
}

.section03 {
    width: 100%;
    height: 650px;
    margin: 120px auto;
    background: url("../img/section03_bg.png") center center/ cover no-repeat;
    position: relative;
}
/* .section03 h3 {
    font-family: 'Old Standard TT';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(4.0);
    font-size: 60px;
    color: #fff;
    cursor: default;
} */
.section04 {
    width: 100%;
    height: 100%;
}
.section04 .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 120px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
}
.section04 .inner .item_wrap {
    width: 60%;
    opacity: 0;
    transform: translateX(-100%);
}
.section04 .inner .item_wrap.scroll_on {
    opacity: 1;
    transform: translateX(0);
    transition: 0.6s;
}
.section04 .inner .item {
    width: 80%;
    color: #fff;
    margin: 100px 0;
    word-break: keep-all;
}
.section04 .inner .item h3 {
    font-family: "bold";
    font-size: 50px;
    margin-bottom: 30px;
}
.section04 .inner .item p {
    font-family: "semibold";
    font-size: 20px;
    color: #868686;
    word-break: keep-all;
    line-height: 1.4;
}
.section04 .inner .item p span {
    color: #fff;
}
.section04 .inner img {
    width: 30%;
    /* height: 100%; */
    object-fit: cover;

    display: none;

    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section04 .inner img.scroll_on {
    display: block;
    /* right: 0; */
}
.section05 {
    width: 100%;
    height: 100%;
}
.section05 .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 120px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section05 .inner .item {
    width: 80%;
    color: #fff;
    margin: 100px 0;
    word-break: keep-all;
    cursor: default;
}
.section05 .inner .item h3 {
    font-family: "bold";
    font-size: 50px;
    margin-bottom: 30px;
}
.section05 .inner .item p {
    font-family: "semibold";
    font-size: 20px;
    color: #868686;
    word-break: keep-all;
    line-height: 1.4;
}
.section05 .inner .item p span {
    color: #fff;
}
.section05 .inner img {
    width: 45%;
    height: 75%;
    object-fit: cover;
    border-radius: 40px;
}
.section06 {
    width: 100%;
    height: 100%;
    display: grid;
    background-color: #fff;
}
.section06 .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 120px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    word-break: keep-all;
}
.section06 .inner .text {
    margin-bottom: 100px;
    cursor: default;
}
.section06 .inner .text h3 {
    font-family: "bold";
    font-size: 50px;
    margin-bottom: 30px;
}
.section06 .inner .text p {
    font-family: "semibold";
    font-size: 18px;
    color: #868686;
    line-height: 1.4;
}
.section06 .inner .text p span {
    color: #000;
}
.section06 .inner video {
    width: 90%;
    border-radius: 40px;
    border: none;
}
.section07 {
    width: 100%;
    display: grid;
}
.section07 .inner {
    color: #fff;
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 120px auto;
}
.section07 .inner h3 {
    cursor: default;
    font-family: "bold";
    font-size: 50px;
    margin-bottom: 40px;
}
.swiper-slide {
    display: flex !important;
    flex-direction: column;
    /* align-items: center; */
}
.swiper img,
.swiper video {
    width: 40%;
    object-fit: cover;
    border-radius: 40px;
    background-color: #000;
}
.swiper-slide .text {
    width: 40%;
    word-break: keep-all;
    background-color: #000;
}
.swiper-slide .text h4 {
    font-family: "semibold";
    font-size: 25px;
    padding: 20px 0;
}
.swiper-slide .text p {
    font-family: "medium";
    font-size: 18px;
    color: #868686;
    line-height: 1.4;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none;
}

.section08 {
    width: 100%;
    display: grid;
}
.section08 .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    height: 800px;
    margin: 120px auto;
    display: flex;
    flex-direction: column;
    color: #fff !important;
}
.section08 .inner h3 {
    cursor: default;
    font-family: "bold";
    font-size: 50px;
    margin-bottom: 80px;
}
.section08 .inner .item_wrap {
    display: flex;
    justify-content: space-between;
    word-break: keep-all;
}
.section08 .inner .item_wrap .left {
    width: 30%;
}
.section08 .inner .item_wrap .left .option {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.section08 .inner .item_wrap .left .option > li .depth01 {
    color: #fff !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "semibold";
    font-size: 20px;
    margin-bottom: 30px;
}
.section08 .inner .item_wrap .left .option > li .depth01.on img {
    transform: rotate(180deg);
    transition: 0.3s;
}
.section08 .inner .item_wrap .left .option > li .depth02 {
    position: fixed !important;
    width: 90%;
    opacity: 0;
    transform: translateY(100%);
}
.section08 .inner .item_wrap .left .option > li .depth02.on {
    position: static !important;
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s;
}
.section08 .inner .item_wrap .left .option > li .depth02 li a {
    font-family: "medium";
    font-size: 18px;
    line-height: 1.4;
    color: #868686;
}
.section08 .inner .item_wrap .right {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.section08 .inner .item_wrap .right div {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(50%);
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}
.section08 .inner .item_wrap .right div.on {
    opacity: 1;
    transform: translateY(0);
}
.section08 .inner .item_wrap .right div.bg01 {
    background: url("../img/bg.01.webp") center center/ cover no-repeat;
    background-size: 70%;
}
.section08 .inner .item_wrap .right div.bg02 {
    background: url("../img/bg.02.webp") center center/ cover no-repeat;
    background-size: 70%;
}
.section08 .inner .item_wrap .right div.bg03 {
    background: url("../img/bg.03.webp") center center/ cover no-repeat;
    background-size: 70%;
}
.section08 .inner .item_wrap .right div.bg04 {
    background: url("../img/bg.04.webp") center center/ cover no-repeat;
    background-size: 70%;
}
.section08 .inner .item_wrap .right div.bg05 {
    background: url("../img/bg.05.webp") center center/ cover no-repeat;
    background-size: 70%;
}
.section08 .inner .item_wrap .right div.bg06 {
    background: url("../img/bg.06.webp") center center/ cover no-repeat;
    background-size: 70%;
}
.section08 .inner .item_wrap .right div.bg07 {
    background: url("../img/bg.07.webp") center center/ cover no-repeat;
    background-size: 70%;
}
.section09 {
    width: 100%;
    display: grid;
}
.section09 .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 120px auto;
    color: #fff;
    word-break: keep-all;
    cursor: default;
}
.section09 .inner h3 {
    font-family: "bold";
    font-size: 50px;
    margin-bottom: 30px;
}
.section09 .inner > p {
    font-family: "semibold";
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 70px;
}
.section09 .inner .item_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section09 .inner .item_wrap .item {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section09 .inner .item_wrap .item img {
    width: 50%;
}
.section09 .inner .item_wrap .item:hover img {
    transform: scale(1.03);
    transition: 0.5s;
}
.section09 .inner .item_wrap .item .text {
    width: 50%;
    margin-top: 40px;
}
.section09 .inner .item_wrap .item .text h4 {
    font-family: "semibold";
    font-size: 30px;
    margin-bottom: 30px;
}
.section09 .inner .item_wrap .item .text p {
    font-family: "semibold";
    font-size: 16px;
    line-height: 1.4;
    color: #868686;
}
.section10 {
    width: 100%;
    background-color: #fff;
    display: grid;
}
.section10 .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 120px auto;
}
.section10 .inner h3 {
    font-family: "bold";
    font-size: 50px;
    margin-bottom: 30px;
}
.section10 .inner a {
    font-family: "semibold";
    font-size: 20px;
    color: #e4242a;
    display: flex;
    align-items: center;
}
/* .section10 .inner a:hover {
    transform: scale(0.95);
    transition: 0.6s;
} */
.section10 .inner a img {
    width: 10px;
    margin-left: 15px;
}
.section10 .inner .item_wrap {
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section10 .inner .item_wrap .item {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section10 .inner .item_wrap .item > img {
    width: 50%;
    display: none;
}
.section10 .inner .item_wrap .item > img.on {
    display: block;
}
.section10 .inner .item_wrap .item .text {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
}
.section10 .inner .item_wrap .item .text h4 {
    font-family: "semibold";
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 25px;
}
.section10 .inner .item_wrap .item .text strong {
    font-family: "semibold";
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 40px;
}
.section10 .inner .item_wrap .item .text .color span {
    position: absolute;
    left: -99999999999px;
}
.section10 .inner .item_wrap .item .text .color {
    display: flex;
    column-gap: 20px;
    margin-bottom: 40px;
}
.section10 .inner .item_wrap .item .text .color button {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
}
.section10 .inner .item_wrap .item .text .color button.on {
    border: 2px solid #e4242a;
}
.section10 .inner .item_wrap .item .text .color .white {
    background-color: #fff;
}
.section10 .inner .item_wrap .item .text .color .black {
    background-color: #000;
}
.section10 .inner .item_wrap .item .text .color .yellow {
    background-color: #ffc800;
}
.section10 .inner .item_wrap .item .text .button {
    display: flex;
    column-gap: 35px;
}
.section10 .inner .item_wrap .item .text .button button {
    font-family: "semibold";
    font-size: 18px;
    border: none;
    background-color: #e4242a;
    padding: 12px 16px;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;

    transition: 0.6s;
}
.section10 .inner .item_wrap .item .text .button button:hover {
    transform: scale(0.95);
}
.section10 .inner .item_wrap .item .text .button p {
    font-family: "semibold";
    font-size: 18px;
    color: #868686;
    padding: 16px 0;
}
.section10 .inner .item_wrap .item .item02 {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
}
.section10 .inner .item_wrap .item .item02 div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section10 .inner .item_wrap .item .item02 .box01 img,
.section10 .inner .item_wrap .item .item02 .box03 img {
    width: 75%;
}
.section10 .inner .item_wrap .item .item02 .box01 p,
.section10 .inner .item_wrap .item .item02 .box03 p {
    font-family: "semibold";
    font-size: 30px;
    margin-top: 30px;
}
.section10 .inner .item_wrap .item .item02 .box02 {
    margin: 85px 0;
}
.section10 .inner .item_wrap .item .item02 .box02 {
    font-family: "semibold";
    font-size: 30px;
}
.footer {
    width: 100%;
    /* height: 410px; */
    background-color: #000;
    outline: 2px dotted #000;
    padding: 60px;
}
.footer .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    /* height: 100%; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer .inner .left {
    width: 50%;
}
.footer .inner .left .item_wrap {
    display: flex;
    column-gap: 20%;
}
.footer .inner .left .item_wrap .item strong {
    font-family: "medium";
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    cursor: default;
}
.footer .inner .left .item_wrap .item a {
    font-family: "regular";
    display: block;
    font-size: 16px;
    color: #868686;
    margin-bottom: 15px;
}
.footer .bottom ul {
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    font-family: "medium";
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    word-break: keep-all;
}
.footer .bottom ul p {
    color: #868686;
}
.footer .right h4 {
    font-family: "medium";
    font-size: 18px;
}

.email {
    position: relative;
    width: 300px;
    /* margin-left: 50px; */
    margin-top: 30px;
}

.email input {
    font-size: 16px;
    color: #fff;
    width: 300px;
    border: none;
    border-bottom: solid #868686 1px;
    padding-bottom: 10px;
    padding-left: 0px;
    position: relative;
    background: none;
    z-index: 5;
}

.email input::placeholder {
    color: #868686;
}
.email input:focus {
    outline: none;
}

.email span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0%; /* right로만 바꿔주면 오 - 왼 */
    background-color: #000;
    width: 0;
    height: 2px;
    border-radius: 2px;
    transition: 0.5s;
}

.email label {
    width: 100%;
    display: flex;
    position: absolute;
    color: #868686;
    left: 0px;
    font-size: 16px;
    bottom: 10px;
    transition: all 0.2s;
}
.email label p {
    font-family: "regular";
    /* width: 80%; */
}

.email a > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    object-fit: cover;
}
.email input:focus ~ label,
.email input:valid ~ label {
    font-size: 16px;
    bottom: 40px;
    color: #fff;
    font-weight: bold;
}

.email input:focus ~ span,
.email input:valid ~ span {
    width: 100%;
}
.right .check ul li {
    font-family: "regular";
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}
input[type="checkbox"]:checked:after {
    content: "⊙";
    width: 20px;
    height: 20px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;

    background-color: red;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 2px;
}

@media screen and (max-width: 1280px) {
    .section01 h3,
    .section03 h3 {
        transform: translate(-50%, -50%) scale(2);
    }
}
@media screen and (max-width: 1090px) {
    .header .inner h1 a img {
        width: 180px;
    }
    .header .pc_nav .gnb,
    .header .inner .util {
        column-gap: 30px;
    }
    .footer .inner .left .item_wrap {
        column-gap: 5%;
    }
}
@media screen and (max-width: 960px) {
    .header {
        height: 80px;
    }
    .header .inner h1 a img {
        width: 180px;
    }
    .header .mobile_nav .gnb {
        margin-top: 40px;
    }
    .header .mobile_nav button {
        top: 15px;
    }
    /* body {
        margin-top: 80px;
    } */
    .header .pc {
        display: none;
    }
    .header .inner .util {
        column-gap: 35px;
    }
    .main_visual {
        height: 800px;
    }
    .main_visual .inner > img {
        width: 280px;
    }
    .section01,
    .section03 {
        height: 600px;
        margin: 90px auto;
    }
    .main_visual {
        margin-bottom: 90px;
    }
    .section02 .inner,
    .section04 .inner,
    .section05 .inner,
    .section06 .inner,
    .section07 .inner,
    .section08 .inner,
    .section09 .inner,
    .section10 .inner {
        margin: 90px auto;
    }
    .section02 .inner .item h3,
    .section04 .inner .item h3,
    .section05 .inner .item h3,
    .section06 .inner .text h3,
    .section07 .inner h3,
    .section08 .inner h3,
    .section09 .inner h3,
    .section10 .inner h3 {
        font-size: 45px;
    }
    .section02 .inner .item p,
    .section04 .inner .item p,
    .section05 .inner .item p,
    .section06 .inner .text p,
    .section09 .inner > p,
    .section10 .inner a {
        font-size: 18px;
    }
    .section06 .inner .text {
        margin-bottom: 60px;
    }
    .section08 .inner h3 {
        margin-bottom: 50px;
    }
    .section09 .inner .item_wrap .item .text h4 {
        font-size: 25px;
    }
    .section09 .inner .item_wrap .item .text h4 {
        margin-bottom: 20px;
    }
    .section10 .inner .item_wrap .item .item02 .box01 p,
    .section10 .inner .item_wrap .item .item02 .box03 p,
    .section10 .inner .item_wrap .item .item02 .box02 {
        font-size: 25px;
    }
    .footer .inner .left .item_wrap .item strong,
    .footer .right h4 {
        font-size: 16px;
    }
    .footer .inner .left .item_wrap .item a,
    .email input {
        font-size: 14px;
    }
    input[type="checkbox"],
    input[type="checkbox"]:checked:after {
        width: 18px;
        height: 18px;
    }
    .up_btn {
        width: 55px;
        height: 55px;
        bottom: 70px;
    }
}
@media screen and (max-width: 760px) {
    .header .mobile_nav {
        width: 60%;
    }
    .section02 .inner .item h3,
    .section04 .inner .item h3,
    .section05 .inner .item h3,
    .section06 .inner .text h3,
    .section07 .inner h3,
    .section08 .inner h3,
    .section09 .inner h3,
    .section10 .inner h3 {
        font-size: 35px;
        word-break: keep-all;
    }
    .section02 .inner .item p,
    .section04 .inner .item p,
    .section05 .inner .item p,
    .section06 .inner .text p,
    .section09 .inner > p,
    .section10 .inner a,
    .swiper-slide .text p,
    .section08 .inner .item_wrap .left .option > li .depth02 li a {
        font-size: 16px;
    }
    .section02 .inner .item {
        margin: 160px 0;
    }
    .swiper-slide .text h4,
    .section09 .inner .item_wrap .item .text h4 {
        font-size: 20px;
    }
    .section10 .inner .item_wrap .item .text .button button,
    .section10 .inner .item_wrap .item .text .button p {
        font-size: 16px;
    }
    .section10 .inner .item_wrap .item .item02 .box01 p,
    .section10 .inner .item_wrap .item .item02 .box03 p,
    .section10 .inner .item_wrap .item .item02 .box02 {
        font-size: 20px;
    }
    .footer .inner {
        flex-direction: column;
        row-gap: 20px;
    }
    .footer .inner .left {
        width: 100%;
    }
    .footer .inner .left .item_wrap {
        justify-content: space-between;
        column-gap: 0;
    }
    label {
        font-size: 14px;
    }
    .footer .bottom ul {
        margin-top: 35px;
    }
    .header02 .inner .text {
        column-gap: 35px;
    }
}
@media screen and (max-width: 680px) {
    .section01 {
        background: url("../img/mobile01.png") center center no-repeat fixed;
    }
    .section01 h3.fade {
        mix-blend-mode: difference;
    }
    .section02 {
        background: url("../img/section02_ear.png") center center no-repeat fixed;
        background-size: 60%;
        background-blend-mode: color;
        background-color: rgba(0, 0, 0, 0.83);
    }
    .section03 {
        background: url("../img/mobile02.png") center center no-repeat fixed;
        background-size: cover;
    }
    .section02 .inner {
        display: block;
    }
    .section02 .inner .item.scroll_on {
        width: 100%;
        margin: 0;
        padding: 60px 0;
    }
    .section04 .inner .item_wrap.scroll_on,
    .section04 .inner .item {
        width: 100%;
    }
    .section04 .inner .item {
        width: 80%;
        margin: 0;
        padding: 60px 0;
    }
    .section04 .inner .item:last-child {
        margin-left: auto;
        text-align: end;
    }
    .section04 .inner img.pc_ear,
    .section05 .inner img.pc_ear2 {
        display: none;
    }
    .section04 .inner img.mobile_ear {
        width: 80%;
        display: block;
        position: absolute;
        right: -30%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.28;
        z-index: -1;
    }
    .section05 .inner {
        flex-direction: column-reverse;
        background: url("../img/mobile03.png");
        background-size: cover;
        background-blend-mode: color;
        background-color: rgba(0, 0, 0, 0.85);
    }
    .section05 .inner img {
        width: 100%;
    }
    .section05 .inner .item {
        width: 100%;
        margin: 0;
        padding: 60px 0;
    }
    .section06 .inner video {
        width: 100%;
    }
    .section08 .inner .item_wrap {
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .section08 .inner .item_wrap .right div.bg01,
    .section08 .inner .item_wrap .right div.bg02,
    .section08 .inner .item_wrap .right div.bg03,
    .section08 .inner .item_wrap .right div.bg04,
    .section08 .inner .item_wrap .right div.bg05,
    .section08 .inner .item_wrap .right div.bg06 {
        background-size: 100%;
    }
    .section08 .inner .item_wrap .right {
        margin: 0 auto;
        height: 40vh;
    }
    .swiper-slide {
        align-items: center;
        width: 85% !important;
        margin: 0 auto;
    }
    .section08 .inner .item_wrap .left {
        width: 90%;
        margin: 0 auto;
    }
    .section08 .inner .item_wrap .left .option > li .depth01 {
        margin-bottom: 8px;
    }
    .section09 .inner .item_wrap {
        flex-direction: column;
        row-gap: 30px;
    }
    .section09 .inner .item_wrap .item .text {
        width: 80%;
    }
    .section09 .inner .item_wrap .item {
        width: 100%;
    }
    .section09 .inner .item_wrap .item img {
        width: 35%;
    }
}

@media screen and (max-width: 560px) {
    .main_visual {
        height: 690px;
    }
    .section01 {
        background-size: 60%;
    }
    .section10 .inner .item_wrap .item .text .button {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }
}
@media screen and (max-width: 470px) {
    .header {
        height: 70px;
    }
    .header .inner h1 a img {
        width: 130px;
    }
    .header .inner .util {
        column-gap: 30px;
    }
    .sns {
        width: 80%;
        column-gap: 0;
        justify-content: space-between;
    }
    .email input {
        width: 80%;
    }
    .email a > img {
        right: 20%;
    }
    .section04 .inner .text .buy {
        background-color: transparent;
    }
    .footer {
        padding: 40px 0;
        font-size: 14px;
    }
    .footer .inner {
        width: calc(100% - 60px);
        margin: 0 auto;
    }
}
@media screen and (max-width: 430px) {
    .section07 {
        display: block;
    }
    .section09 .inner .item_wrap .item .text p {
        font-size: 14px;
    }
    .swiper-3d {
        perspective: 400px !important;
    }
    .swiper img,
    .swiper video {
        width: 100%;
    }
    .swiper-slide .text {
        width: 100%;
    }
    .header .inner .util,
    .header02 .inner .text {
        column-gap: 20px;
    }
    .main_visual .inner .text h2 {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .main_visual .inner .text p,
    .main_visual .inner .text strong {
        font-size: 18px;
    }
    .main_visual .inner > img {
        width: 200px;
    }
    .header .inner h1 a img {
        width: 120px;
    }
    .main_visual {
        height: 580px;
        margin-bottom: 60px;
    }
    .section01,
    .section03 {
        height: 580px;
    }
    .main_visual .inner .award {
        width: 50px;
    }
    .main_visual .inner .text button {
        font-size: 16px;
        padding: 12px 14px;
    }
    .header02 .inner .text {
        column-gap: 25px;
    }
    .section10 .inner .item_wrap .item .item02 .box01 p,
    .section10 .inner .item_wrap .item .item02 .box03 p,
    .section10 .inner .item_wrap .item .item02 .box02 {
        font-size: 16px;
    }
    .section01,
    .section03 {
        margin: 60px auto;
    }
    .section01 h3.fade,
    .section03 h3.fade {
        font-size: 40px;
    }
    .section02 .inner .item h3,
    .section04 .inner .item h3,
    .section05 .inner .item h3,
    .section06 .inner .text h3,
    .section07 .inner h3,
    .section08 .inner h3,
    .section09 .inner h3,
    .section10 .inner h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .section02 .inner .item.scroll_on {
        padding: 45px 0;
    }
    .section02 .inner,
    .section04 .inner,
    .section05 .inner,
    .section06 .inner,
    .section07 .inner,
    .section08 .inner,
    .section09 .inner,
    .section10 .inner {
        margin: 60px auto;
    }
    .section02 .inner .item p,
    .section04 .inner .item p,
    .section05 .inner .item p,
    .section06 .inner .text p,
    .section09 .inner > p,
    .section10 .inner a,
    .swiper-slide .text p,
    .section08 .inner .item_wrap .left .option > li .depth02 li a {
        font-size: 16px;
    }
    .section08 .inner .item_wrap .left .option > li .depth01,
    .swiper-slide .text h4 {
        font-size: 16px;
    }
    .section09 .inner .item_wrap .item .text h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section10 .inner .item_wrap .item > img {
        width: 80%;
    }
    .section10 .inner .item_wrap {
        margin-top: 60px;
    }
    .section10 .inner .item_wrap .item .text h4 {
        font-size: 25px;
    }
    .section10 .inner .item_wrap .item .text strong {
        font-size: 18px;
    }
    .section10 .inner .item_wrap .item .text .color button {
        width: 32px;
        height: 32px;
    }
    .section10 .inner .item_wrap .item .item02 {
        margin-top: 60px;
    }
    .section10 .inner .item_wrap .item .item02 .box01 img,
    .section10 .inner .item_wrap .item .item02 .box03 img {
        width: 60%;
    }
    .section10 .inner .item_wrap .item .item02 .box01 p,
    .section10 .inner .item_wrap .item .item02 .box03 p,
    .section10 .inner .item_wrap .item .item02 .box02 {
        margin: 60px 0;
        word-break: keep-all;
    }
    .sns {
        margin: 60px auto;
    }
    .sns img {
        width: 30px;
    }
    .etc {
        display: none;
    }
    .footer .right {
        display: none;
    }
    .footer .bottom ul {
        justify-content: center;
        column-gap: 5px;
        text-align: center;
    }
}
