@charset "utf-8";
html,
body {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 2;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    box-sizing: border-box;
    outline: none;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #000000;
    scroll-behavior: smooth;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width:1440px) {
    html,
    body {
        font-size: 22px;
        line-height: 2;
    }
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: url("../images/text-background.webp") no-repeat scroll;
    background-position: center;
    background-size: cover;
}

* {
    font-family: "Helvetica", Arial, sans-serif;
    color: #000000;
    line-height: 2;
    font-weight: normal;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
}

p {
    font-size: 1rem;
    line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

b {
    font-size: 1rem;
    font-weight: bold;
}

span {
    font-size: 1rem;
}

img {
    max-width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
}

img:hover {
    transition: all .5s ease-in-out;
}

a {
    font-size: 1rem;
    opacity: 1;
    transition: all .5s ease-in-out;
}

a:hover {
    opacity: .75;
    transition: all .5s ease-in-out;
}

hr {
    height: 1px;
    background-color: #000000;
    opacity: 1;
}


/*animation-fade*/

.sh-animation-fade {
    transform: translateY(96px);
    opacity: 0;
    transition: all 1s ease-in-out;
}

.sh-animation-active {
    transform: translateY(0);
    opacity: 1;
}

.sh-animation-active.sh-fade-top {
    animation: fade-top 1s ease-in-out;
}

.sh-animation-active.sh-fade-right {
    animation: fade-right 1s ease-in-out;
}

.sh-animation-active.sh-fade-bottom {
    animation: fade-bottom 1s ease-in-out;
}

.sh-animation-active.sh-fade-left {
    animation: fade-left 1s ease-in-out;
}

@keyframes fade-top {
    0% {
        transform: translateY(-24px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(48px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-bottom {
    0% {
        transform: translateY(24px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-48px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/*animation-fade-end*/


/*common-style*/

.sh-main-style {
    font-size: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.sh-padding-style {
    padding: 0 40px 0 80px;
}

.sh-margin-bottom {
    margin-block-end: 80px;
}

.sh-input-style:focus {
    outline: transparent;
}

.sh-underline-style1 {
    width: 160px;
    margin: 24px 0 80px 0;
}

.sh-underline-style2 {
    width: 160px;
}

.sh-seperator-style {
    width: 64%;
    max-width: 480px;
    position: relative;
    left: 20px;
    margin: 0 auto;
    opacity: 1;
    border-top: 1px solid #000000;
    margin-block-start: 80px;
    margin-block-end: 80px;
    clear: both;
}

.sh-seperator-image {
    text-align: center;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    position: absolute;
    top: -24px;
    right: 0;
    left: 0;
    background-color: #ffffff;
}

.sh-seperator-margin {
    margin-block-end: 32px;
}

.sh-shadow-style1 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 -4px 8px -4px rgba(0, 0, 0, .4);
}

.sh-shadow-style2 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 4px 8px -4px rgba(0, 0, 0, .4);
}

.sh-hright-style {
    text-align: end;
}

.sh-hleft-style {
    text-align: start;
}

.sh-hsize-style1 {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 7.5rem;
    line-height: 1;
    font-weight: bold;
}

.sh-hsize-style2 {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: bolder;
}

.sh-hsize-style3 {
    font-size: 4.5rem;
}

.sh-hsize-style4 {
    font-size: 3rem;
}

.sh-hsize-style1,
.sh-hsize-style4:hover {
    color: transparent;
    background: url("../images/text-background.webp") no-repeat scroll;
    background-position: center;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, .1));
    transition: all .5s ease-in-out;
}

.sh-hsize-style5 {
    font-size: 1.5rem;
    line-height: 1.5;
}

.sh-hsize-style6 {
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (max-width:768px) {
    .sh-hsize-style1 {
        font-size: 6rem;
    }
    .sh-hsize-style2 {
        font-size: 3.5rem;
    }
    .sh-hsize-style3 {
        font-size: 3.5rem;
    }
    .sh-hsize-style4 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:480px) {
    .sh-hsize-style1 {
        font-size: 4.5rem;
    }
    .sh-hsize-style2 {
        font-size: 2.5rem;
    }
    .sh-hsize-style3 {
        font-size: 2.5rem;
    }
    .sh-hsize-style4 {
        font-size: 2rem;
    }
}

.sh-pright-style {
    text-align: end;
}

.sh-pleft-style {
    text-align: start;
}

.sh-psize-style1 {
    line-height: 1;
}

.sh-psize-style3 {
    font-size: 1rem;
    line-height: 1.5;
}


/*common-style-end*/


/*loader-section*/

.sh-loader-content {
    height: 100dvh;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transition-duration: 1s;
    transition-delay: .75s;
}

.sh-loader-items {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-block-start: -40px;
    margin-inline-start: -40px;
}

.sh-items-cube {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    border-radius: 15%;
    transform: translate(0, -15px) rotate(-45deg);
    animation: push-cube 2.5s cubic-bezier(.79, 0, .47, .97) infinite;
}

@keyframes push-cube {
    0% {
        transform: translate(0, -15px) rotate(-45deg);
    }
    5% {
        transform: translate(0, -15px) rotate(-47deg);
    }
    20% {
        transform: translate(15px, -30px) rotate(47deg);
    }
    25% {
        transform: translate(15px, -30px) rotate(45deg);
    }
    30% {
        transform: translate(15px, -30px) rotate(40deg);
    }
    45% {
        transform: translate(30px, -45px) rotate(137deg);
    }
    50% {
        transform: translate(30px, -45px) rotate(135deg);
    }
    55% {
        transform: translate(30px, -45px) rotate(130deg);
    }
    70% {
        transform: translate(45px, -60px) rotate(220deg);
    }
    75% {
        transform: translate(45px, -60px) rotate(225deg);
    }
    80% {
        transform: translate(45px, -60px) rotate(227deg);
    }
    95% {
        transform: translate(0, -15px) rotate(-227deg);
    }
    100% {
        transform: translate(0, -15px) rotate(-230deg);
    }
}

.sh-items-line {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 16px;
    left: 16px;
    border-left: 1px solid #000000;
    transform: rotate(45deg);
}

.sh-loader-text {
    padding: 0 4%;
    position: absolute;
    bottom: 16px;
    left: 0;
}


/*loader-section-end*/


/*wrapper-section*/

.sh-wrapper-content {
    width: 80%;
    max-width: 1440px;
    display: none;
    overflow: hidden;
    scrollbar-width: thin;
}

@media screen and (max-width:768px) {
    .sh-wrapper-content {
        width: 85%;
    }
}

@media screen and (max-width:480px) {
    .sh-wrapper-content {
        width: 100%;
    }
}


/*logo/indicator*/

.sh-logo-icon {
    width: 80px;
    position: fixed;
    z-index: 99;
    top: 16px;
    left: 0;
}

.sh-indicator-content {
    width: 40px;
    height: 100dvh;
    position: fixed;
    z-index: 9;
    top: 100px;
    left: 0;
    background-color: #ffffff;
    border-right: 1px solid #000000;
}

.sh-indicator-line {
    width: 3px;
    height: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: calc(40px - 2px);
    background: url("../images/text-background.webp") no-repeat scroll;
    background-position: center;
    background-size: cover;
    border-radius: .5px;
}


/*logo/indicator-end*/


/*nav-content*/

.sh-nav-content {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
}

.sh-nav-button {
    width: auto;
    height: 48px;
    position: absolute;
    z-index: 1;
    bottom: 80px;
    left: -56px;
    display: flex;
    justify-content: left;
    align-items: center;
    transform: rotate(-90deg);
}

.sh-button-text,
.sh-button-lines {
    display: inline-block;
    vertical-align: middle;
    transition: .5s ease-in-out;
}

.sh-button-text {
    width: auto;
    letter-spacing: .25rem;
}

.sh-button-lines {
    width: 80px;
    height: 16px;
    margin-inline-start: 8px;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.sh-button-lines:hover {
    opacity: .75;
    transition: all .5s ease-in-out;
}

.sh-button-line {
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #000000;
    border-radius: 1px;
    display: block;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
}

.sh-button-line1 {
    width: 64px;
    top: 0;
}

.sh-button-line2 {
    width: 24px;
    top: 8px;
}

.sh-button-line3 {
    width: 48px;
    top: 16px;
}

.sh-line-toggle .sh-button-line:nth-child(1) {
    top: 0;
    transform: rotate(135deg);
}

.sh-line-toggle .sh-button-line:nth-child(2) {
    opacity: 0;
    left: -24px;
}

.sh-line-toggle .sh-button-line:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg);
}

.sh-nav-link {
    width: 240px;
    height: 100dvh;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-right: .2px solid #000000;
    transform: translate(0, 100%);
    transition: all .5s ease-in-out;
}

@media screen and (max-width:480px) {
    .sh-nav-link {
        width: 100%;
    }
}

.sh-link-items {
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translate(0, -100%);
}

.sh-items-list {
    letter-spacing: .125rem;
    padding: 8px;
    display: block;
    transform: translate(0, 48px);
}

.sh-items-list::after {
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin-block-start: -1rem;
    background-color: #000000;
    display: block;
    transform-origin: center left;
    transition: width .5s ease-in-out;
}

.sh-items-list:hover::after {
    width: 48px;
}

.sh-link-toggle {
    transform: translate(0, 0);
}

.sh-link-toggle .sh-items-list {
    opacity: 1;
    transform: translate(0, 0);
}

.sh-link-toggle .sh-items-list:nth-of-type(1) {
    transition-delay: .1s;
}

.sh-link-toggle .sh-items-list:nth-of-type(2) {
    transition-delay: .2s;
}

.sh-link-toggle .sh-items-list:nth-of-type(3) {
    transition-delay: .3s;
}


/*nav-content-end*/


/*header-content*/

.sh-header-content {
    height: 100dvh;
}

.sh-header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.sh-header-link {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 1.25rem;
    color: #000000;
    line-height: 1.5;
    letter-spacing: .075rem;
    text-align: start;
    width: auto;
    position: absolute;
    z-index: 1;
    bottom: 80px;
    left: 80px;
}

.sh-link-list {
    font-size: 1rem;
    padding: 0 4px;
}

@media screen and (max-width:768px) {
    .sh-header-link {
        display: none;
    }
}

.sh-header-small {
    height: 72dvh;
}


/*header-content-end*/


/*main-content*/


/*main-area*/

.sh-main-area {
    height: auto;
}

.sh-area-group {
    width: auto;
    margin-block-end: 80px;
}

.sh-group-website {
    text-align: end;
    float: right;
}

.sh-group-graphic {
    text-align: start;
    float: left;
}

.sh-area-title {
    width: auto;
    margin-inline-end: 32px;
    margin-block-end: 24px;
    display: inline-block;
    vertical-align: top;
}

.sh-title-website {
    margin-inline-end: 32px;
}

.sh-title-graphic {
    margin-inline-start: 32px;
}

.sh-title-icon {
    width: 64px;
    margin-block-end: 24px;
}

.sh-title-text {
    font-size: 3rem;
    line-height: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.sh-area-image {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.sh-main-image {
    max-width: 100%;
    height: auto;
    margin-block-end: 16px;
    display: block;
}

.sh-main-image:hover {
    z-index: 9;
    border: .5px solid #000000;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, .3), 0 5px 10px -5px rgba(0, 0, 0, .5);
    filter: grayscale(1);
}

@media screen and (max-width:768px) {
    .sh-area-image {
        width: 85%;
    }
    .sh-title-icon {
        width: 54px;
    }
    .sh-title-text {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:480px) {
    .sh-area-image {
        width: 100%;
    }
    .sh-title-icon {
        width: 48px;
    }
    .sh-title-text {
        font-size: 2rem;
    }
}

.sh-area-text {
    text-align: start;
    padding-block-start: 32px;
    padding-block-end: 64px;
}

.sh-area-logo {
    width: 80px;
    margin: 0 0 0 2%;
    opacity: 1;
    display: table;
}


/*area-slide*/

.sh-area-slide {
    height: 100dvh;
    overflow: hidden;
}

.sh-slide-fade {
    animation: slide-fade 1.5s ease-in-out;
}

.sh-slide-website {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 150%;
    margin-inline-start: -50%;
    overflow: hidden;
    cursor: pointer;
}

.sh-website-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}

.sh-website-first {
    left: 50%;
}

.sh-slide-graphic {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 150%;
    margin-inline-end: -50%;
    cursor: pointer;
}

.sh-graphic-image {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
    object-position: center right;
}

.sh-graphic-first {
    right: 50%;
}


/*area-slide-end*/


/*area-list*/

.sh-list-content {
    width: 45%;
    margin: 0 2% 8% 2%;
    display: inline-block;
    vertical-align: top;
}

.sh-list-link:hover {
    transition: all .5s ease-in-out;
    opacity: 1;
}

@media screen and (max-width:480px) {
    .sh-list-content {
        width: 100%;
    }
}

.sh-list-icon {
    margin: 5px;
    display: inline-block;
    vertical-align: top;
}


/*area-list-end*/


/*main-area-end*/


/*main-content-end*/


/*modal-gallery*/

.sh-modal-gallery {
    height: 100dvh;
    position: fixed;
    z-index: 9;
    top: 0;
    padding: 80px 8%;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    pointer-events: none;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.sh-modal-gallery:target {
    opacity: 1;
    pointer-events: auto;
}

.sh-gallery-logo {
    width: 80px;
    margin: 0 0 0 2%;
    display: table;
}

.sh-image-item {
    width: 480px;
    max-width: 48%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:600px) {
    .sh-image-item {
        max-width: 100%;
        display: block;
    }
}

.sh-gallery-link {
    padding-block-start: 80px;
}

.sh-gallery-close {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
}

.sh-gallery-icon {
    padding: 4px;
}


/*modal-gallery-end*/


/*scroll-arrow*/

.sh-scroll-arrow {
    width: auto;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sh-arrow-top {
    position: absolute;
    z-index: 0;
    right: 48px;
    bottom: 32px;
}

.sh-arrow-right {
    float: right;
    margin-block-start: 32px;
    padding-inline-end: 64px;
}

.sh-arrow-bottom {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 24px;
    left: 0;
}

.sh-arrow-left {
    float: left;
    margin-block-start: 32px;
    padding-inline-start: 64px;
}

.sh-arrow-slide {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
}

.sh-link-arrow {
    position: relative;
    float: right;
    padding-block-start: 32px;
    padding-inline-end: 32px;
}

.sh-arrow-icon {
    width: 16px;
    height: 16px;
    margin: 0 -8px;
    display: block;
}

.sh-icon-top {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    animation: arrow-bottom 2s infinite;
}

.sh-icon-right {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    animation: arrow-right 2s infinite;
}

.sh-icon-left {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    animation: arrow-left 2s infinite;
}

.sh-icon-bottom {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    animation: arrow-top 2s infinite;
}

.sh-icon-square {
    border: 1px solid #000000;
}

.sh-arrow-icon:nth-child(2) {
    animation-delay: -.2s;
}

.sh-arrow-icon:nth-child(3) {
    animation-delay: -.4s;
}

@keyframes arrow-top {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(16px, 16px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(-16px, -16px);
    }
}

@keyframes arrow-right {
    0% {
        opacity: 0;
        transform: rotate(-45deg) translate(-16px, -16px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(-45deg) translate(16px, 16px);
    }
}

@keyframes arrow-left {
    0% {
        opacity: 0;
        transform: rotate(-45deg) translate(16px, 16px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(-45deg) translate(-16px, -16px);
    }
}

@keyframes arrow-bottom {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-16px, -16px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(16px, 16px);
    }
}

.sh-arrow-text {
    font-size: 1rem;
    color: #000000;
    line-height: 1.25;
    letter-spacing: .25rem;
    padding-inline-start: 32px;
    padding-inline-end: 32px;
}


/*scroll-arrow-end*/


/*footer-content*/

.sh-footer-content {
    clear: both;
}

.sh-footer-designer,
.sh-footer-vendors {
    font-size: 1rem;
}


/*footer-media*/

.sh-footer-media {
    width: auto;
}

.sh-footer-icon {
    padding: 8px;
}

.sh-footer-contact {
    width: auto;
    position: fixed;
    z-index: 0;
    right: 16px;
    bottom: 0;
    opacity: 0;
    transform: translateY(96px);
    transition: all .5s ease-in-out;
}

.sh-contact-icon {
    padding: 4px;
}

.sh-contact-show {
    opacity: 1;
    transform: translateY(0)
}


/*footer-media-end*/


/*footer-content-end*/


/*modal-content*/

.sh-modal-content {
    height: 100dvh;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #ffffff;
    margin-block-start: -125dvh;
    overflow-x: hidden;
    scrollbar-width: thin;
    padding: 80px;
}

.sh-text-para {
    white-space: pre-wrap;
    white-space: pre-line;
}

.sh-modal-margin {
    margin-block-end: 80px;
}

.sh-modal-logo {
    width: 80px;
    margin: 8% 0 0 2%;
    opacity: 1;
    display: table;
}


/*modal-close*/

.sh-modal-close {
    width: calc(100% - 40px);
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    margin-block-end: -80px;
    background-color: #ffffff;
}

.sh-modal-close:hover {
    opacity: 1;
}

.sh-modal-icon:hover {
    opacity: .5;
}


/*modal-close-end*/


/*wrapper-section-end*/