*{
    box-sizing: border-box;
}

html, body{
    min-height: 100vh;
}

body{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
}

body::after{
    content: '';
    background-color: #f2e2c1;
    width: 100%;
    position: fixed;
    height: calc(100vh + 150px);
    top: 0;
    z-index: -1;
    left: 0px;
    background-size: cover;
    right: 10px;
    bottom: 0;
}

.template-history {
    max-width: 1270px;
    margin: 0 auto;
    width: calc(100% - 40px);
    overflow: hidden;
}
.center-image.full-image img {
    width: 100%;
}
img{max-width: 100%;}
svg{width: 100%;height: 100%;}
li{list-style: none;}
ul{margin: 0;padding: 0;}
.share-click {
    position: fixed;
    top: 20px;
    right: 10px;
    max-width: 60px;
    cursor: pointer;
    z-index: 9;
}
.share-wrapper ul li:first-child img{
    max-width: 50px;
}
.share-click svg path {
    fill: #000;
}
.share-click svg {
    fill: transparent;
}

.share-wrapper {
    position: fixed;
    top: 75px;
    right: 16px;
    display: none;
}

.share-wrapper ul li:last-child{
    margin-top: 2px
}
.share-wrapper ul li img {
    max-width: 45px;
    cursor: pointer;
}

.logo-container {
    max-width: 100px;
    position: fixed;
    top: 20px;
    left: 20px;
}

.history-headline {
    margin: 60px auto 50px auto;
    max-width: 1024px;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    line-height: 71px;
}

.image-container.rect {
    float: right;
    max-width: 50%;
    padding: 0px 0px 0px 20px;
}

p {
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    line-height: 39px;
}

.tag-by-line-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    margin: 10px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 22px;
    font-weight: 700;
}
.center-image {
    text-align: center;
    margin: 50px 0px;
}

h2 {
    text-align: center;
    font-size: 56px;
    margin: 60px 0px;
}

.break-line {
    max-width: 920px;
    width: calc(100% - 20px);
    border-bottom: 2px dashed #000;
    margin: 60px auto;
}


.crd-container {
    text-align: center;
    margin: 0px 0px 60px 0px;
}

.crd-container .credit-headline {
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    margin: 0px 0px 10px 0px;
}

.crd-item {
    font-size: 17px;
    margin: 0px 0px 5px 0px;
}

.crd-item span {
    font-style: italic;
    font-weight: 600;
}

::selection{
    background-color: red;
    color: white;
}

.share-wrapper ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.share-wrapper.active{display: block;}
.image-container.rect.mobile {
    display: none;
}
.image-container.rect.desktop{
    display: block;
}

.tag-by-line-container a{text-decoration: none;color: #000;}
.tag-by-line-container a:hover{text-decoration: underline;}
.loader {
    z-index: 99999;
    background: #211d2e;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.loder-wrapper {
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.loder-wrapper img {
    width: 800px;
    margin: 0 auto;
}
.main-image {
    position: relative;
	margin-bottom: 20px;
}
.title {
    position: absolute;
    background-color: #fff;
    z-index: 9;
    color: #000;
    padding: 5px;
    font-size: 14px;
    font-style: italic;
    left: 30px;
    bottom: 10px;
    border-radius: 4px;
}
.image-container , .center-image{
    position: relative;
}



@media screen and (max-width:1550px){
    .template-history{
        padding: 0px 120px;
    }
}


@media screen and (max-width:1400px) and (min-width:1025px){
    .logo-container {
        max-width: 80px;
        position: fixed;
        top: 10px;
        left: 10px;
    }
    .template-history{width: 100%;}
    .history-headline {
        margin: 50px auto 50px auto;
        font-size: 46px;
        line-height: 54px;
    }
    .share-click {
        top: 10px;
        right: 10px;
        max-width: 50px;
    }
    .tag-by-line-container {
        font-size: 18px;
    }
    p {
        font-size: 20px;
        line-height: 34px;
    }
    h2 {
        font-size: 47px;
        margin: 40px 0px;
    }
    .crd-container .credit-headline {
        font-size: 18px;
    }
    .crd-item {
        font-size: 15px;
    }
    .share-wrapper {
        top: 60px;
        right: 10px;
    }
    .share-wrapper ul li:first-child img {
        max-width: 45px;
    }
    .share-wrapper ul li img {
        max-width: 40px;
    }
}

@media screen and (max-width:1024px) {
    .logo-container {
        max-width: 80px;
        top: 10px;
        left: 10px;
    }
    .share-click {
        top: 10px;
        right: 10px;
        max-width: 50px;
    }
    .history-headline {
        margin: 50px auto 50px auto;
        font-size: 42px;
        line-height: 54px;
    }
    .template-history {
        padding: 0px 80px;
    }
    p {
        font-size: 22px;
        line-height: 37px;
    }
    .tag-by-line-container {
        font-size: 20px;
    }
    h2 {
        margin: 40px 0px;
        font-size: 47px;
    }

}



@media screen and (max-width:767px){
    .image-container.rect.desktop {
        display: none;
    }
    .image-container.rect.mobile{display: block;}
    .logo-container {
        max-width: 60px;
        position: relative;
        top: unset;
        left: unset;
    }
    .share-click {
        max-width: 42px;
        top: unset;
        right: unset;
        position: relative;
    }
    header {
        background-color: rgb(0,0,0,0.9);
        position: fixed;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 5px;
        flex-wrap: wrap;
        z-index: 9;
    }
    .share-click svg path {
        fill: #fff;
    }
    .template-history {
        padding: 0px 0px;
    }
    .history-headline {
        font-size: 9vw;
        line-height: 11vw;
        margin: 90px auto 20px auto;
        text-align: left;
    }
    .tag-by-line-container {
        font-size: 18px;
    }
    .image-container.rect {
        float: none;
        max-width: 100%;
        padding: 0px 0px 20px 0px;
    }
    p {
        font-size: 5vw;
        line-height: 8.5vw;
    }
    h2 {
        font-size: 8.5vw;
        margin: 30px 0px;
    }
    .break-line {
        margin: 30px auto;
    }
    .crd-container .credit-headline {
        font-size: 16px;
    }
    .crd-item {
        font-size: 15px;
    }
    .crd-container {
        margin: 0px 0px 40px 0px;
    }
    .share-wrapper ul li:first-child img{
        max-width: 50px;
    }
    .share-wrapper {
        top: 62px;
        right: 5px;
    }
    .share-wrapper ul li img {
        max-width: 40px;
    }
    

}

@media screen and (max-width:767px) and (orientation: landscape){
    .history-headline {
        font-size: 5.5vw;
        line-height: 7vw;
    }
    p {
        font-size: 3.2vw;
        line-height: 5.2vw;
    }
    h2 {
        font-size: 6.5vw;
        margin: 0px 0px 30px 0px;
    }
    
    

}
