@font-face {
    font-family: GT America Trial Light;
    src: url(GT-America-Trial-Light.otf);
}
/*
* {
    transition: 1s;
}
*/
html {
    font-size: 11px;
    line-height: 35px;
    letter-spacing: 0.08em;
    font-family: GT America Trial Light;
    color: #000;
    background-color: #fdfdfd;
    -webkit-tap-highlight-color: rgba(166,42,31,0.6);
}

html, body {
 /* height: 100vh; */
    width: 100%;
}

body {
    margin: 80px 0 0 0;
    font-size: 2rem;
    overflow-x: hidden;
}


p {
    margin: 28px 0 14px 0;
}


a, a:visited {
    text-decoration: none;
    color: black;
    /* white-space: nowrap; */
}

a:hover {
    text-decoration: underline;
    color: #A62A1F;
}

.text > a {
    color: #A62A1F;
}

.crossed, .crossed:hover .crossed:visited {
    text-decoration: line-through !important;
    color: #000;
}

img {
    width: 100%;
    max-width: 100%;
}

input {
    border: 0;
    border-bottom: 2px solid #fdfdfd;
    width: 140px;
    font-family: GT America Trial Light;
    transition: .5s;
}


.input_selected {
    border-bottom: 2px solid #A62A1F;
    width: 72.5%;
    transition: .5s;
}

.red {
    color: #A62A1F !important;
}

.big {
    font-size: 4rem;
    line-height: 56px;
}

.normal {
    font-size: 3rem;
    line-height: 56px;
}

.sm_title {
    font-size: 2.5rem;
}

.no_break {
    white-space: nowrap;
}

/* effect 
:hover {
    background-color: rgba(194,0,24,79);
    filter: hue-rotate(180deg);
    -webkit-filter: hue-rotate(180deg);
}*/

/* header & footer */
.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 60px;
    z-index: 100;
}

#title_name {
    font-size: 1.8rem;
}

.menu_text {
    line-height: 50px;
}

#words {
    margin-top: 1vw; /* 150px */
    margin-bottom: 7vw; /* 224px */
}

.credit {
    font-size: 1.36rem;
    color: #9B9B9B;
    margin: 100px 0 56px 0;
}

/* icons */
svg {
    fill: #000;
    position: relative;
    display: inline-block;
}
svg:hover {
    fill: #A62A1F;
}

.icon_x {
    width: 25px;
    height: 25px;
    margin-bottom: -1px;
    margin-right: 12px;
    fill: #000;
}

#logo {
    max-width: 35%; /* 283px */
    min-width: 220px;
    margin-top: -58px
}

/* Grid */
#container {
    position: relative;
    width: 100vw;
    max-width: 1440px;
    margin: 0 auto;  
}

.flex_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 6.94%;
}

.col1, .col2, .col4, .col_text, .col_image {
    position: relative;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
}

.col1 {
    flex-basis: 11.29%; /* 140px */
}

.col2, .col_image {
    flex-basis: 29.03%; /* 360px */
}

.col4, .col_text {
    flex-basis: 64.51%; /* 800px */
}


/* break points */
@media only screen and (max-width: 1360px) and (min-width: 1241px){
    html {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1240px) and (min-width: 1011px){
    html {
        font-size: 9px;
        line-height: 32px;
    }
    .big, .normal {
        line-height: 52px;
    }
}


@media only screen and (max-width: 1010px) and (min-width: 801px) {
    html {
        font-size: 9px;
        line-height: 32px;
    }
 
    body {
        margin: 60px 0 0 0;
    }
    
    p {
        margin: 14px 0 14px 0;
    }
   
    #title_name {
        display: none;
    }
    .big, .normal {
        line-height: 52px;
    }
    .col4 {
        flex: 1;
    }
}

@media only screen and (max-width: 800px) and (min-width: 641px) {
    html {
        font-size: 9px;
        line-height: 32px;
    }
      body {
        margin: 60px 0 0 0;
    }
    
    p {
        margin: 14px 0 14px 0;
    }
    
   #logo {
    max-width: 220px;
    }
    #title_name {
        display: none;
    }
    
    #item {
        display: none;
    }
    .col2 {
    flex-basis: 45%; /* 580px */
    }
    .big, .normal {
        line-height: 52px;
    }
}

@media only screen and (max-width: 640px) and (min-width: 421px) {
    html {
        font-size: 9px;
        line-height: 28px;
    }
    body {
        margin: 40px 0 0 0;
    }
    p {
        margin: 14px 0 14px 0;
    }
    #logo {
        max-width: 220px;
    }
     
    #title_name {
        display: none;
    }
    
    .big, .normal {
        line-height: 46px;
    }
    #item {
        display: none;
    }
    
    #words {
        margin-top: 12vw; /* 150px */
        margin-bottom: 16vw; /* 224px */
    }
    
    
    .side_col {
        display: none;
    }
      
    .col1, .col2, .col4, .col_text, .col_image {
        flex: 1;
        position: relative;
        box-sizing: border-box;
        min-width: 0;
        min-height: 0;
        flex-basis: auto;
    }
}

@media only screen and (max-width: 420px) {
    html {
        font-size: 11px;
    }
    
    body {
        margin: 40px 0 0 0;
        font-size: 1.8rem;
    }
    
    #logo {
        max-width: 180px;
        min-width: 180px;
    }
    #title_name {
        display: none;
    }
    #about {
        font-size: 1.7rem;
    }
    #words {
        margin-top: 1vw; 
        margin-bottom: 16vw; /* 224px */
    }
    
    .keep_items, #item {
        margin-bottom: 60px;
        font-size: 1.8rem;
    }
    
    .credit {
        font-size: 1.3rem;
    }
    
    .menu_text {
    line-height: 48px;
    }
    
    .big {
        font-size: 2.54rem;
        line-height: 42px;
    }

    .normal {
        font-size: 2rem;
        line-height: 42px;
    }

    .sm_title {
        font-size: 2.5rem;
    }
    
    .flex_row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 25px;
    }
    
    .col1, .col2, .col4, .col_text, .col_image {
        flex: 1;
        position: relative;
        box-sizing: border-box;
        min-width: 0;
        min-height: 0;
        flex-basis: auto;
    }
    
    .side_col {
        display: none;
    }
    
    .sticky {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 30px;
        z-index: 100;
    }
}

@media only screen and (max-width: 420px) and (max-height: 640px) {
    body {
        margin: 20px 0 0 0;
    }
}