@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
/* CSS Document */
.TOMandJERRY_content h1 {
    font-size: 2rem;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
    padding: 1em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.TOMandJERRY_content h2 {
    font-size: 3rem;
    width: 100%;
    text-align: center;
    padding: 1em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-decoration: underline;
}

h2.en {
    font-family: 'M PLUS Rounded 1c';
    font-weight: 600;
}

.TOMandJERRY_content {
    background: #c6ccd8;
    color: #000;
    padding-bottom: 2em;
}

.TOMandJERRY_content a.button {
    border-radius: 2em;
    color: #fff;
    background: #e1002a;
    border: 2px solid #000;
    margin: 0;
    font-size: 1.6rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.TOMandJERRY_content a.button:hover {
    opacity: 1;
    transition: .4s;
    transform: scale(1.1);
}

.TOMandJERRY_content .column {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.TOMandJERRY_content .column .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2vw;
}

.TOMandJERRY_content .column .row {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    gap: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.novelty .row {display: flex;gap: 1em;align-items: center;}

.novelty {
    display: flex;
    background: #fff;
    border-radius: 3em;
    gap: 1em;
    max-width: 600px;
    margin: 2em auto;
    padding: 0 3em 3em;
    align-items: center;
    flex-direction: column;
}

.row.novelty img {
}

.TOMandJERRY_content .column .row .item_link {
    display: flex;
    gap: 1em;
    margin: 0 auto;
    flex-direction: column;
}

.TOMandJERRY_content .column .row img {
    width: 60%;
}

.TOMandJERRY_content .column .column img {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {
.TOMandJERRY_content .column .row{
    gap: 0;
    display:flex;
    flex-direction: column-reverse;
}

.TOMandJERRY_content .column {
    gap: 5em;
}
    .TOMandJERRY_content .column .row:nth-of-type(even){
    display:flex;
    flex-direction: column;
}

.TOMandJERRY_content .column .row .item_link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5em;
}

.TOMandJERRY_content h2 {
    padding: 0;
    margin-top: 1em;
}

.novelty {
    display: flex;
    background: #fff;
    border-radius: 1em;
    gap: 1em;
    margin: 2em 2vw 0;
    padding: 0 1em 1em;
    align-items: center;
    flex-direction: column;
}

.TOMandJERRY_content .column {
    gap: 3em;
}

.TOMandJERRY_content .column .column img {
    width: 100%;
    max-width: 100vw;
}

.TOMandJERRY_content .column .row img {
    width: 100%;
    padding: 2vw;
}
}