/*
Theme Name: Tamriko
*/
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Playfair Display', serif;

    font-family: 'Montserrat', sans-serif;
    background-color: #F9F9F9;
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
p {
    margin: 0;
}
.main-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav {
    width: 100%;
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.nav-logo {
    font-size: 36px;
    line-height: 48px;
    color: #C490E4;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}
.nav-menu {
    cursor: pointer;
    display: block;
    width: 110.09px;
    height: 25.63px;
    transition: all .1s linear;
}


.main-texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-texts-text {
    width: 439px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 31px;
    color: #212121;
    text-transform: uppercase;
}
.main-texts-title h1{
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 40px;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.main-content {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.main-img {
    width: 734px;
    height: 734px;
    transition: all .1s linear;
}
.main-img-pc {
    width: 734px;
    height: 734px;
    transition: all .1s linear; 
}
.main-img img {
    width: 734px;
    height: 734px;
}
.main-hr {
    border: 0;
    height: 4.5px;
    width: 516px;
    background: #212121;
    margin-bottom: 20px;
    transition: all .1s linear;
}
.main-texts-contact {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #212121;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
    cursor: pointer;
    transition: all .1s linear;
    margin-bottom: 50px;
    text-decoration: none;
}
.main-texts-contact:hover {
    color: #C490E4;
    text-decoration: underline;
}
.main-texts-contact img {
    margin-right: 13px;
}
.main-texts-links {
    display: flex;
    align-items: center;
}
.main-texts-links-item {
    margin-right: 30px;
    cursor: pointer;
    width: 79px;
    height: 79px;
    position: relative;
    transition: all .1s linear;
}
.main-texts-links-item:last-child {
    margin-right: 0px;
}
.js--link-item1h {
    display: none;
}
.js--link-item2h {
    display: none;
}
.js--link-item3h {
    display: none;
}
.js--link-item4h {
    display: none;
}
.nav-links {
    display: flex;
    justify-content: space-around;
    width: 40%;
    position: fixed !important;
}
.albums__nav-links {
    display: flex;
    justify-content: space-around;
    width: 40%;
    position: fixed !important;
}
.nav-links-wrapper li {
    list-style: none;
    height: 108px;
    margin-bottom: 40px;
    transition: all .1s linear;
    width: 100%;
}
.nav-links-wrapper li:last-child {
    margin-bottom: 0;
}
.nav-links-wrapper li:hover {
    transform: translateX(15px);
}

.nav-links a {
    font-family: 'Playfair Display', serif;
    color: #CDF0EA;
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    height: 108px;
}
.nav-links-wrapper li:nth-child(2) {
    margin-top: -37px;
}
.nav-links-wrapper li:nth-child(3) {
    margin-top: -37px;
}

.albums__nav-links a {
    font-family: 'Playfair Display', serif;
    color: #CDF0EA;
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    height: 108px;
}
.albums__nav-links-wrapper li:nth-child(2) {
    margin-top: -37px;
}
.albums__nav-links-wrapper li:nth-child(3) {
    margin-top: -37px;
}


.nav-links {
    width: 60%;
}
.album__nav-links {
    width: 60%;
}
.nav-links {
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 0;
    background-color: #C490E4;
    display: flex;
    justify-content: flex-end;
    width: 61%;
    transform: translateX(-200%);
    transition: transform .6s ease-in;
    margin-top: 0;
    z-index: 222;
}
.albums__nav-links {
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 0;
    background-color: #C490E4;
    display: flex;
    justify-content: flex-end;
    width: 61%;
    transform: translateX(-200%);
    transition: transform .3s ease-in;
    margin-top: 0;
    z-index: 222;
}
.albums__nav-links li{
    opacity: 0;
    opacity: 1;
}
.burger {
    display: block;
    cursor: pointer;
}
.nav-active {
    transform: translateX(-71.7%);
}
.nav-links-wrapper {
    margin-right: 100px;
    margin-top: 168px;
    position: absolute;
}
.close-menu-btn {
    margin-top: 76px;
    padding-right: 100px;
    cursor: pointer;
}
.albums__close-menu-btn {
    margin-top: 76px;
    padding-right: 100px;
    cursor: pointer;
}
.container-block-background {
    position: fixed;
    z-index: 4;
    display: none;
    width: 100%;
    min-height: 200vh;
}
.albums__container-block-background {
    position: fixed;
    z-index: 4;
    display: none;
    width: 100%;
    min-height: 200vh;
}
.menuimg {
    display: block;
}
.menuimg-p {
    display: none;
}

.album-main-title {
    background-color: #CDF0EA;
    transition: all .1s linear;
    min-height: 96px;
}
.album-main-title p{
    font-family: 'Playfair Display', serif;
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.album {
    width: 406.6px;
    margin: 10px 15px;
    cursor: pointer;
    text-decoration: none;
}
.album:hover .album-main-title {
    background-color: #F6C6EA;
}

.main-albums-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 22px;
    margin-top: 70px;
    justify-content: unset;
}
.album-main-img  {
    display: flex;
    margin-bottom: 30px;
    width: 407px;
    height: 407px;
}
.album-main-img img {
    width: 100%;
    height: 100%;
}
.backtolist {
    cursor: pointer;
    margin-top: -8px;
    transition: all .1s linear;
    width: 337px;
    height: 44px;
}
.album-desc {
    display: flex;
    align-items: center;
}
.album-texts {
    margin-top: 70px;
    padding: 0 15px;
}
.album-desc-text {
    font-family: 'Montserrat', sans-serif;
    max-width: 845px;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 23px;
}
.album-list-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    cursor: pointer;
    background-color: #CDF0EA;
    margin-bottom: 20px;
    user-select: none;
}
.album-list-item p{
    font-family: 'Playfair Display', serif;
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}
.album-list-item:last-child {
    margin-bottom: 25px;
}
.album-list-item:hover {
    background-color: #CDF0EA;
}
.album-list-title p {
    font-family: 'Playfair Display', serif;
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.album-list-title img {
    padding-right: 10px;
    height: 28px;
    width: 24px;
}
.to-top {
    background-color: #C490E4;
    position: fixed;
    bottom: 22px;
    right:32px;
    width:79px;
    height:79px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-decoration: none;
    opacity:0;
    pointer-events: none;
    transition: all .4s;
}
.to-top.active {
    bottom:88px;
    pointer-events: auto;
    opacity:1;
}
.to-top img {
    margin-top: 24px;
}
.album-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
    
}
.album-images-wrapper img {
    margin-right: 16.3px;
    margin-bottom: 20px;
    height: 322px;
}
.album-images-wrapper img:nth-child(4) {
    margin-right: 0;
}
.album-images-wrapper img:nth-child(8) {
    margin-right: 0;
}
.album-images-wrapper img:nth-child(12) {
    margin-right: 0;
}
.album-images-wrapper img:nth-child(16) {
    margin-right: 0;
}
.album-images-wrapper img:nth-child(20) {
    margin-right: 0;
}
.album-images-wrapper img:nth-child(24) {
    margin-right: 0;
}
.album-images-wrapper img:nth-child(28) {
    margin-right: 0;
}
.album-images-wrapper img:nth-child(32) {
    margin-right: 0;
}
.album-images-wrapper img:nth-child(36) {
    margin-right: 0;
}
.album-images-wrapper img:nth-child(40) {
    margin-right: 0;
}
.main-img-wrapper {
    display: flex;
    align-items: flex-end;
}
.mob-links {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}
.mob-mail {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.mob-mail img {
    height: 55px;
    width: 55px;
}
.mob-links a {
    margin-bottom: 10px;
    margin-right: 0;
    height: 76px;
    width: 76px;
}
.mob-links a img {
    width: 76px;
    height: 76px;
}
.mob-links a:last-child {
    margin-bottom: 0;
}
.album-images-pagination {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.album-images-pagination-prev a{
    cursor: pointer;
}
.album-images-pagination-prev a{
    cursor: pointer;
}
.album-images-pagination-prev a{
    cursor: pointer;
}
.album-list-content {
    display: none;
}
.albumlist-active {
    display: block;
}
.listarrow-active {
    transform: rotate(90deg);
    padding-right: 0 !important;
    padding-top: 12px !important;
}
.listarrow {
    transition: all .1s linear;
}
.album-images-pagination-prev {
    width: 328px;
    height: 44px;
    transition: all .1s linear;
}
.album-images-pagination-prev a{
    width: 328px;
    height: 44px;
    cursor: pointer;
    transition: all .1s linear;
    position: absolute;
}
.album-images-pagination-next {
    width: 275px;
    height: 44px;
    transition: all .1s linear;
}
.album-images-pagination-next a{
    width: 275px !important;
    height: 44px !important;
    transition: all .1s linear;
    position: absolute;
}
.album-list-content li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
}
.album-list-content li:last-child {
    margin-bottom: 26px;
}
.album-list-content li:hover {
    background-color: #CDF0EA;
}
.album-list-content li a{
    font-family: 'Playfair Display', serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    color: #212121;
}









.full-loader-wrapper {
    font-family: 'Playfair Display', serif;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    color: #212121;
    user-select: none;
  }
  
  .full-loader-wrapper {
    font-size: 36px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
  }
  
  .main {

    transition: opacity 0.3s ease-in;
  }



.splash {
  display: none;
  background-color: #fff;
}

.preloader  {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     z-index: 9999;
    height: 100%;
}
.preload-content2 {
    display: none;
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     z-index: 9999;
    height: 100%;
}
.preloaderWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.loader-imgs-wrapper {
    display: block;
    opacity: 0;
    transition: all .1s linear;
    height: 100%;
}
  
  /* LOADER 1 */
  .loader {
    transform-origin: bottom center;
    transition: all .2s linear;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    width: 100%;
    font-family: 'Playfair Display', serif;
  }
  .loader3{
    transform-origin: bottom center;
    transition: all .2s linear;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
  }
  .loader-img-1 img{
    width: 72px;
    height: 72px;
    margin-top: 52px;
    margin-bottom: 46px;
  }
  .loader-text {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 900;

    animation-name: top;
    animation: top 0.7s forwards;
    position: absolute;
    animation-delay: 2s;
    
  }
  .loader-imgs {
    opacity: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all .4s linear;
  }

  @keyframes top {
    to {
        transform: translateY(-155px);
    }
  }
  
  @keyframes rotate {
    to {
      transform: rotate(360deg);
    }
  }
  
  @keyframes grow {
    50% {
      transform: scale(1);
    }
  }





@media only screen and (max-width: 480px) {
    .nav-menu {
        position: fixed;
        bottom: 20px;
        left: unset;
        transform: translateX(-113px);
        background-color: #CDF0EA !important;
    }
    .nav-container {
        justify-content: center;
    }
    .main-content {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        padding: 0 20px;
    }
    .main-full-wrapper {
        max-height:none !important;
        width: auto !important;
        padding-top: 20px;
    }
    .albums__main-full-wrapper {
        max-height:none !important;
        width: auto !important;
        padding-top: 20px;
    }
    .main-section {
        height: auto !important;
    }
    .main-hr {
        display: none;
    }
    .pc-links {
        display: none;
    }
    .pc-mail {
        display: none;
    }
    .main-img {
        width: 247px;
        height: 247px;
    }
    .main-texts-text {
        font-size: 18px;
        width: 100%;
        max-width: 335px;
    }
    .nav-logo {
        font-size: 25px;
    }
    .main-texts-title h1{
        font-size: 32px;
    }
    .main-img-wrapper {
        margin-top: 40px;
    }
    .nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .albums__nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .nav-active {
        transform: translateY(0);
    }
    .nav-links-wrapper {
        margin-left: 20px;
        margin-right: 0;
		margin-top: 168px;
    }
    .nav-links-wrapper li a {
        font-size: 42px !important;
    }
    .close-menu-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 80px;
        margin-left: 20px;
		right: unset;
    }
    .albums__close-menu-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .nav-active body{
        overflow-y: hidden;
    }
    .main-img-pc {
        display: none;
    }
    /*Album*/
    .main-albums-wrapper {
        flex-direction: column;
        margin-top: 20px;
        justify-content: unset;
    }
    .album {
        width: 335px;
    }
    .album p {
        font-size: 18px;
    }
    .album img {
        width: 335px;
        height: 335px;
    }
    .album-main-img  {
        width: 335px;
        height: 335px;
        margin-bottom: 10px;
    }
    .albums__nav-menu{
        position: fixed;
        bottom: 20px;
        left: 20px;
        background-color: #CDF0EA;
    }
    .nav-logo {
        font-size: 25px;
    }
    .albums-content {
        padding: 0 20px;
    }
    .album-list {
        display: none;
    }
    .album-desc-text {
        display: none;
    }
    .album-desc {
        justify-content: center;
    }
    .album-images-wrapper img {
        margin-right: 5px;
        width: 100%;
        height: auto;
    }
    .album-images-pagination {
        flex-direction:column;
    } 
    .album-main-title {
        min-height: 48px;
    }
    .album-texts {
        padding: 0;
        margin-top: 20px;
    }
    .to-top.active {
        bottom:20px;
    }
    .loader-img-1 img{
        width: 72px;
        height: 72px;
        margin-top: 102px;
        margin-bottom: 46px;
    }
    .album-images-wrapper {
        justify-content: space-evenly;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 480px) {
    .nav-menu {
        position: fixed;
        bottom: 20px;
        left: unset;
        transform: translateX(-113px);
        background-color: #CDF0EA !important;
    }
    .nav-container {
        justify-content: center;
    }
    .main-content {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        padding: 0 20px;
    }
    .main-full-wrapper {
        max-height:none !important;
        width: auto !important;
        padding-top: 20px;
    }
    .albums__main-full-wrapper {
        max-height:none !important;
        width: auto !important;
        padding-top: 20px;
    }
    .main-section {
        height: auto !important;
    }
    .main-hr {
        display: none;
    }
    .pc-links {
        display: none;
    }
    .pc-mail {
        display: none;
    }
    .main-img {
        width: 247px;
        height: 247px;
    }
    .main-texts-text {
        font-size: 18px;
        width: 100%;
        max-width: 335px;
    }
    .nav-logo {
        font-size: 25px;
    }
    .main-texts-title h1{
        font-size: 32px;
    }
    .main-img-wrapper {
        margin-top: 40px;
    }
    .nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .albums__nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .nav-active {
        transform: translateY(0);
    }
    .nav-links-wrapper {
        margin-left: 20px;
        margin-right: 0;
		margin-top: 20px;
    }
    .nav-links-wrapper li a {
        font-size: 42px !important;
    }
    .close-menu-btn {
        position: absolute;
        bottom: 0;
		right: 0;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .albums__close-menu-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .nav-active body{
        overflow-y: hidden;
    }
    .main-img-pc {
        display: none;
    }
    /*Album*/
    .main-albums-wrapper {
        flex-direction: column;
        margin-top: 20px;
        justify-content: unset;
    }
    .album {
        width: 335px;
    }
    .album img {
        width: 335px;
        height: 335px;
    }
    .album-main-img  {
        width: 335px;
        height: 335px;
        margin-bottom: 10px;
    }
    .albums__nav-menu{
        position: fixed;
        bottom: 20px;
        left: 20px;
        background-color: #CDF0EA;
    }
    .nav-logo {
        font-size: 25px;
    }
    .albums-content {
        padding: 0 20px;
    }
    .album-list {
        display: none;
    }
    .album-desc-text {
        display: none;
    }
    .album-desc {
        justify-content: center;
    }
    .album-images-wrapper img {
        margin-right: 5px;
        width: 100%;
        height: auto;
    }
    .album-images-pagination {
        flex-direction:column;
    } 
    .album-main-title {
        min-height: 48px;
    }
    .album-texts {
        padding: 0;
    }
    .to-top.active {
        bottom:20px;
    }
    .loader-img-1 img{
        width: 72px;
        height: 72px;
        margin-top: 102px;
        margin-bottom: 46px;
    }
	.album p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 600px) {
    .nav-menu {
        position: fixed;
        bottom: 20px;
        left: 20px;
        transform: translateX(0);
        background-color: #CDF0EA !important;
    }
    .nav-container {
        justify-content: center;
    }
    .main-content {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        padding: 0 20px;
    }
    .main-full-wrapper {
        max-height:none !important;
        width: auto !important;
    }
    .albums__main-full-wrapper {
        max-height:none !important;
        width: auto !important;
    }
    .main-section {
        height: auto !important;
    }
    .main-hr {
        display: none;
    }
    .pc-links {
        display: none;
    }
    .pc-mail {
        display: none;
    }
    .main-img {
        width: 380px;
        height: 380px;
    }
    .main-texts-text {
        font-size: 24px;
        width: 100%;
        max-width: 470px;
    }
    .nav-logo {
        font-size: 36px;
    }
    .main-texts-title h1{
        font-size: 36px;
    }
    .main-img-wrapper {
        margin-top: 40px;
    }
    .nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .albums__nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .nav-active {
        transform: translateY(0);
    }
    .nav-links-wrapper {
        margin-left: 20px;
        margin-right: 0;
		margin-top: 20px;
    }
    .nav-links-wrapper li a {
        font-size: 52px !important;
    }
    .close-menu-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 80px;
        margin-left: 20px;
		right: 0;
    }
    .albums__close-menu-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .nav-active body{
        overflow-y: hidden;
    }
    .main-img-wrapper {
        display:flex;
    }
    .main-img-pc {
        display: none;
    }
    .mob-mail {
        font-size: 18px;
    }
    /*Album*/
    .main-albums-wrapper {
        flex-direction: column;
        margin-top: 20px;
        justify-content: unset;
    }
 
    .albums__nav-menu{
        position: fixed;
        bottom: 20px;
        left: 20px;
        background-color: #CDF0EA;
    }
    .nav-logo {
        font-size: 36px;
    }
    .albums-content {
        padding: 0 20px;
    }
    .album-list {
        display: none;
    }
    .album-desc-text {
        display: none;
    }
    .album-desc {
        justify-content: center;
    }
    .album-images-wrapper img {
        margin-right: 5px;
        width: 100%;
        height: auto;
    }
    .album-images-wrapper {
        justify-content: space-evenly;
        margin-top: 20px;
    }
    .album-images-pagination {
        flex-direction:column;
    }
    .album-main-title {
        min-height: 48px;
    }
    .album-texts {
        padding: 0;
        margin-top: 20px;
    }
    .to-top.active {
        bottom:20px;
    }
    .loader-img-1 img{
        width: 72px;
        height: 72px;
        margin-top: 102px;
        margin-bottom: 46px;
    }
    .album-main-img  {
        width: 407px;
        height: 407px;
    }
	.album p {
        font-size: 36px;
    }
	.album {
        width: 406.6px;
    }
}

@media only screen and (min-width: 768px) {
    .nav-menu {
        position: fixed;
        bottom: 20px;
        left: 20px;
        transform: translateX(0);
        background-color: #CDF0EA !important;
    }
    .nav-container {
        justify-content: center;
    }
    .main-content {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        padding: 0 20px;
    }
    .main-full-wrapper {
        max-height:none !important;
        width: auto !important;
    }
    .albums__main-full-wrapper {
        max-height:none !important;
        width: auto !important;
    }
    .main-section {
        height: auto !important;
    }
    .main-hr {
        display: none;
    }
    .pc-links {
        display: none;
    }
    .pc-mail {
        display: none;
    }
    .main-img {
        width: 380px;
        height: 380px;
    }
    .main-texts-text {
        font-size: 24px;
        width: 100%;
        max-width: 470px;
    }
    .nav-logo {
        font-size: 36px;
    }
    .main-texts-title h1{
        font-size: 36px;
    }
    .main-img-wrapper {
        margin-top: 40px;
    }
    .nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .albums__nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .nav-active {
        transform: translateY(0);
    }
    .nav-links-wrapper {
        margin-left: 20px;
        margin-right: 0;
		margin-top: 20px;
    }
    .nav-links-wrapper li a {
        font-size: 52px !important;
    }
    .close-menu-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 80px;
        margin-left: 20px;
		right: 0;
    }
    .albums__close-menu-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .nav-active body{
        overflow-y: hidden;
    }
    .main-img-wrapper {
        display:flex;
    }
    .main-img-pc {
        display: none;
    }
    .mob-mail {
        font-size: 18px;
    }
    /*Album*/
    .main-albums-wrapper {
        flex-direction: column;
        margin-top: 20px;
        justify-content: unset;
    }

    .albums__nav-menu{
        position: fixed;
        bottom: 20px;
        left: 20px;
        background-color: #CDF0EA;
    }
    .nav-logo {
        font-size: 36px;
    }
    .albums-content {
        padding: 0 20px;
    }
    .album-list {
        display: none;
    }
    .album-desc-text {
        display: none;
    }
    .album-desc {
        justify-content: center;
    }
    .album-images-wrapper img {
        margin-right: 5px;
        width: auto;
        height: 322px;
    }
    .album-images-wrapper {
        justify-content: space-evenly;
        margin-top: 20px;
    }
    .album-images-pagination {
        flex-direction:unset;
    }
    .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
        top: calc(0) !important;
        bottom: 2% !important;
    }
    .album-main-title {
        min-height: 96px;
    }
    .album-texts {
        padding: 0 15px;
        margin-top: 20px;
    }
    .to-top.active {
        bottom:20px;
    }
    .album {
        width: 406.6px;
        margin: 10px 7px;
    }
    .loader-img-1 img{
        width: 72px;
        height: 72px;
        margin-top: 52px;
        margin-bottom: 46px;
    }
    .album-main-img  {
        width: 407px;
        height: 407px;
    }
}

@media only screen and (min-width: 992px) {
    .main-img-pc {
        width: 434px;
        height: 434px;
        display: block;
    }
    .main-full-wrapper {
        width: auto !important;
    }
    .albums__main-full-wrapper {
        padding-right: 73px !important;;
        padding-left: 73px !important;;
        width: auto !important;
    }
    .main-content {
        margin-top: 70px;
    }
    .main-texts-contact {
        font-size: 18px;
    }
    .main-hr {
        width: 350px;
        margin-left: 0;
    }
    .nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .albums__nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .nav-active {
        transform: translateY(0);
    }
    .nav-menu {
        position:unset;
        bottom:unset;
        left:unset;
        transform: translateX(0);
        background-color:unset !important;
    }
    .albums__nav-menu {
        position:unset;
        bottom:unset;
        left:unset;
        background-color:unset;
    }
    .nav-container {
        justify-content: space-between;
    }
    .main-content {
        flex-direction: unset;
        align-items: unset;
        margin-top: 70px;
        padding: 0;
    }
    .main-full-wrapper {
        max-height: none !important; 
        width: auto !important;
    }
    .albums__main-full-wrapper {
        width: auto !important;
    }
    .main-section {
        height: auto !important;
    }
    .main-hr {
        display: block;
    }
    .pc-links {
        display: flex;
    }
    .pc-mail {
        display: flex;
    }
    .main-img-pc {
        width: 434px;
        height: 534px;
    }
    .main-texts-text {
        font-size: 24px;
        width: 439px;
        max-width: none;
    }
    .nav-logo {
        font-size: 36px;
    }
    .main-texts-title h1{
        font-size: 36px;
    }
    .main-img-wrapper {
        margin-top: 0px;
    }
    .nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .albums__nav-links {
        width: 100%;
        transform: translateY(-100%);
        justify-content:unset;
    }
    .nav-active {
        transform: translateY(0);
    }

    .nav-links-wrapper {
        margin-left: 20px;
        margin-right: 0;
		margin-top: 168px;
    }
    .nav-links-wrapper li a {
        font-size: 72px !important;
    }
    .close-menu-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 80px;
        margin-left: 20px;
		right: unset;
    }
    .albums__close-menu-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .nav-active body{
        overflow-y: hidden;
    }
    .mob-mail {
        display: none;
    }
    .mob-links {
        display: none;
    }
    .main-img-wrapper {
        display: none;
    }
    /*Album*/

    .main-albums-wrapper {
        flex-direction:unset;
        justify-content: center;
        margin-top: 70px;
    }

    .albums-content {
        padding: 0;
    }
    .album-list {
        display: block;
    }
    .album-desc-text {
        display: block;
    }
    .album-desc {
        justify-content: unset;
    }
    .album-images-wrapper img {
        margin-right: 16.3px;
        margin-bottom: 20px;
        width: auto;
        height: 322px;
    }
    .album-images-wrapper {
        justify-content: space-evenly;
        margin-top: 50px;
    }
    .album-images-wrapper a:nth-child(4) img {
        margin-right: 16.3px;
    }
    .album-images-wrapper a:nth-child(8) img {
        margin-right: 16.3px;
    }
    .album-images-wrapper a:nth-child(12) img {
        margin-right: 16.3px;
    }
    .album-images-wrapper a:nth-child(16) img {
        margin-right: 16.3px;
    }
    .album-images-wrapper a:nth-child(20) img {
        margin-right: 16.3px;
    }
    .album-images-wrapper a:nth-child(24) img {
        margin-right: 16.3px;
    }
    .album-images-wrapper a:nth-child(28) img {
        margin-right: 16.3px;
    }
    .album-images-wrapper a:nth-child(32) img {
        margin-right: 16.3px;
    }
    .album-images-pagination {
        flex-direction:unset;
    }
    .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
        top: calc(50% - 30px);
    }
    .album-main-title {
        min-height: 96px;
    }
    .album-texts {
        padding: 0 15px;
        margin-top: 80px;
    }
    .to-top.active {
        bottom:88px;
    }
    .album {
        width: 406.6px;
        margin: 10px 7px;
    }
    .loader-img-1 img{
        width: 72px;
        height: 72px;
        margin-top: 52px;
        margin-bottom: 46px;
    }
    .album-main-img  {
        width: 407px;
        height: 407px;
    }
}

@media only screen and (min-width: 1310px) {
    .main-img-pc {
        width: 534px;
        height: 534px;
    }
    .main-full-wrapper {
        width: auto !important;
    }
    .albums__main-full-wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 1310px !important;
    }
    .main-content {
        margin-top: 70px;
    }
    .main-texts-contact {
        font-size: 22px;
    }
    .main-hr {
        width: 516px;
    }
    .nav-active {
        transform: translateX(-61.7%) !important;
    }
    .nav-links {
        width: 61%;
        justify-content: flex-end;
        transform: translateX(-200%);
    }
    .albums__nav-links {
        width: 61%;
        justify-content: flex-end;
        transform: translateX(-200%);
    }
    .nav-links-wrapper {
        margin-right: 100px;
        margin-top: 168px;
        margin-left: 0;
    }
    .nav-links-wrapper li a {
        font-size: 100px !important;
    }
    .close-menu-btn {
        position:unset;
        bottom:auto;
        margin-bottom: auto;
        margin-left: auto;
		right: unset;
    }
    .albums__close-menu-btn {
        position:unset;
        bottom:auto;
        margin-bottom: auto;
        margin-left: auto;
    }
    .main-img-wrapper {
        display: none;
    }
    /*Album*/
    
    .albums-content {
        padding: 0;
    }
    .album-list {
        display: block;
    }
    .album-desc-text {
        display: block;
    }
    .album-desc {
        justify-content: unset;
    }
    .album-images-wrapper img {
        margin-right: 16.3px;
        margin-bottom: 20px;
        height: 322px;
    }
    .album-images-wrapper {
        justify-content: center;
        margin-top: 50px;
    }
    .album-images-wrapper a:nth-child(4) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(8) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(12) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(16) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(20) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(24) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(28) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(32) img {
        margin-right: 0;
    }
    .album-images-pagination {
        flex-direction:unset;
    }
    .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
        top: calc(50% - 30px);
    }
    .album-main-title {
        min-height: 96px;
    }
    .album-texts {
        padding: 0 15px;
        margin-top: 80px;
    }
    .to-top.active {
        bottom:88px;
    }
    .main-albums-wrapper {
        flex-direction:unset;
        justify-content: center;
        margin-top: 70px;
    }
    .album {
        width: 406.6px;
        margin: 10px 7px;
    }
    .loader-img-1 img{
        width: 72px;
        height: 72px;
        margin-top: 52px;
        margin-bottom: 46px;
    }
    .album-main-img  {
        width: 407px;
        height: 407px;
    }
}

@media only screen and (min-width: 1366px) {
    .main-img-pc {
        width: 534px;
        height: 534px;
    }
    .main-full-wrapper {
        width: auto !important;
    }
    .albums__main-full-wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 1310px !important;
    }
    .main-content {
        margin-top: 70px;
    }
    .main-texts-contact {
        font-size: 22px;
    }
    .main-hr {
        width: 516px;
    }
    .nav-active {
        transform: translateX(-61.7%) !important;
    }
    .nav-links {
        width: 61%;
        justify-content: flex-end;
        transform: translateX(-200%);
    }
    .albums__nav-links {
        width: 61%;
        justify-content: flex-end;
        transform: translateX(-200%);
    }
    .nav-links-wrapper {
        margin-right: 100px;
        margin-top: 168px;
        margin-left: 0;
    }
    .nav-links-wrapper li a {
        font-size: 100px !important;
    }
    .close-menu-btn {
        position:unset;
        bottom:auto;
        margin-bottom: auto;
        margin-left: auto;
		right: unset;
    }
    .albums__close-menu-btn {
        position:unset;
        bottom:auto;
        margin-bottom: auto;
        margin-left: auto;
    }
    .main-img-wrapper {
        display: none;
    }
    /*Album*/
    
    .albums-content {
        padding: 0;
    }
    .album-list {
        display: block;
    }
    .album-desc-text {
        display: block;
    }
    .album-desc {
        justify-content: unset;
    }
    .album-images-wrapper img {
        margin-right: 16.3px;
        margin-bottom: 20px;
        height: 322px;
    }
    .album-images-wrapper {
        justify-content: center;
        margin-top: 50px;
    }
    .album-images-wrapper a:nth-child(4) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(8) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(12) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(16) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(20) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(24) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(28) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(32) img {
        margin-right: 0;
    }
    .album-images-pagination {
        flex-direction:unset;
    }
    .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
        top: calc(50% - 30px);
    }
    .album-main-title {
        min-height: 96px;
    }
    .album-texts {
        padding: 0 15px;
        margin-top: 80px;
    }
    .to-top.active {
        bottom:88px;
    }
    .main-albums-wrapper {
        flex-direction:unset;
        justify-content: center;
        margin-top: 70px;
    }
    .album {
        width: 406.6px;
        margin: 10px 7px;
    }
    .loader-img-1 img{
        width: 72px;
        height: 72px;
        margin-top: 52px;
        margin-bottom: 46px;
    }
    .album-main-img  {
        width: 407px;
        height: 407px;
    }
}

@media only screen and (min-width: 1440px) {
    .main-img-pc {
        width: 734px;
        height: 734px;
    }
    .main-full-wrapper {
        width: 1310px !important;
    }
    .albums__main-full-wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 1310px !important;
    }
    .main-content {
        margin-top: 35px;
    }
    .main-texts-contact {
        font-size: 22px;
    }
    .main-hr {
        width: 516px;
    }
    .nav-active {
        transform: translateX(-71.7%) !important;
    }
    .nav-links {
        width: 61%;
        justify-content: flex-end;
        transform: translateX(-200%);
    }
    .albums__nav-links {
        width: 61%;
        justify-content: flex-end;
        transform: translateX(-200%);
    }
    .nav-links-wrapper {
        margin-right: 100px;
        margin-top: 168px;
        margin-left: 0;
    }
    .nav-links-wrapper li a {
        font-size: 100px !important;
    }
    .close-menu-btn {
        position:unset;
        bottom:auto;
        margin-bottom: auto;
        margin-left: auto;
		right: unset;
    }
    .albums__close-menu-btn {
        position:unset;
        bottom:auto;
        margin-bottom: auto;
        margin-left: auto;
    }
    .main-img-wrapper {
        display: none;
    }
    
    .albums-content {
        padding: 0;
    }
    .album-list {
        display: block;
    }
    .album-desc-text {
        display: block;
    }
    .album-desc {
        justify-content: unset;
    }
    .album-images-wrapper img {
        margin-right: 16.3px;
        margin-bottom: 20px;
        height: 322px;
    }
    .album-images-wrapper {
        justify-content: center;
        margin-top: 50px;
    }
    .album-images-wrapper a:nth-child(4) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(8) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(12) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(16) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(20) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(24) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(28) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(32) img {
        margin-right: 0;
    }
    .album-images-pagination {
        flex-direction:unset;
    }
    .to-top {
        background-color: #C490E4;
        position: fixed;
        right: 32px;
        transform: translateX(0);
    }
    .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
        top: calc(50% - 30px);
    }
    .album-main-title {
        min-height: 96px;
    }
    .album-texts {
        padding: 0 15px;
        margin-top: 80px;
    }
    .to-top.active {
        bottom:88px;
    }
    .main-albums-wrapper {
        flex-direction:unset;
        justify-content: center;
        margin-top: 70px;
    }
    .album {
        width: 406.6px;
        margin: 10px 15px;
    }
    .loader-img-1 img{
        width: 72px;
        height: 72px;
        margin-top: 52px;
        margin-bottom: 46px;
    }
    .album-main-img  {
        width: 407px;
        height: 407px;
    }
}

@media only screen and (min-width: 1600px) {
    .main-img-pc {
        width: 734px;
        height: 734px;
    }
    .main-full-wrapper {
        width: 1310px !important;
    }
    .albums__main-full-wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important; 
        width: 1310px !important;
    }
    .main-content {
        margin-top: 70px;
    }
    .main-texts-contact {
        font-size: 22px;
    }
    .main-hr {
        width: 516px;
    }
    .nav-active {
        transform: translateX(-71.7%) !important;
    }
    .nav-links {
        width: 61%;
        justify-content: flex-end;
        transform: translateX(-200%);
    }
    .albums__nav-links {
        width: 61%;
        justify-content: flex-end;
        transform: translateX(-200%);
    }
    .nav-links-wrapper {
        margin-right: 100px;
        margin-top: 168px;
        margin-left: 0;
    }
    .nav-links-wrapper li a {
        font-size: 100px !important;
    }
    .close-menu-btn {
        position:unset;
        bottom:auto;
        margin-bottom: auto;
        margin-left: auto;
		right: unset;
    }
    .albums__close-menu-btn {
        position:unset;
        bottom:auto;
        margin-bottom: auto;
        margin-left: auto;
    }
    .main-img-wrapper {
        display: none;
    }
    .albums-content {
        padding: 0;
    }
    .album-list {
        display: block;
    }
    .album-desc-text {
        display: block;
    }
    .album-desc {
        justify-content: unset;
    }
    .album-images-wrapper img {
        margin-right: 16.3px;
        margin-bottom: 20px;
        height: 322px;
    }
    .album-images-wrapper {
        justify-content: center;
        margin-top: 50px;
    }
    .album-images-wrapper a:nth-child(4) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(8) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(12) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(16) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(20) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(24) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(28) img {
        margin-right: 0;
    }
    .album-images-wrapper a:nth-child(32) img {
        margin-right: 0;
    }
    .album-images-pagination {
        flex-direction:unset;
    }
    .to-top {
        background-color: #C490E4;
        position: fixed;
        right:unset;
        transform: translateX(1305px);
    }
    .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
        top: calc(50% - 30px);
    }
    .album-main-title {
        min-height: 96px;
    }
    .album-texts {
        padding: 0 15px;
        margin-top: 80px;
    }
    .to-top.active {
        bottom:88px;
    }
    .main-albums-wrapper {
        flex-direction:unset;
        justify-content: center;
        margin-top: 70px;
    }
    .album {
        width: 406.6px;
        margin: 10px 15px;
    }
    .loader-img-1 img{
        width: 72px;
        height: 72px;
        margin-top: 52px;
        margin-bottom: 46px;
    }
    .album-main-img  {
        width: 407px;
        height: 407px;
    }
}