:root {
    /* --main-theme-color: #01316A; */
    --main-column: 1200px;
    --sub-column: 1024px;
}
* {
    box-sizing: border-box;
    /* color: #2D2E2D;
    font-family: "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo", sans-serif; */
    font-weight: 400;
    list-style: none;
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
}
a {
    /* color: #1d1d1f; */
    text-decoration: none;
}
a:hover,
a:hover img {
    opacity: .8;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
body {
    /* background: #000; */
    overflow-x: hidden;
}
/* .visualy-hidden {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
} */
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 968px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.ft-shippori {
    font-family: 'Shippori Mincho', serif;
}
.ft-cormorant {
    font-family: 'Cormorant Infant', serif;
}
.ft-oswald {
    font-family: 'Oswald', sans-serif;
}
.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.medal {
    background: #fff;
    padding: 0 0 60px;
}
.medal-head {
    background: url("https://truach.co.jp/wordpress/wp-content/themes/truach/assets/images/athtag/medal-bg.png") no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 0 100px;
    padding: 50px 0;
}
.medal-head__inner {
    margin: 0 auto;
    width: 90%;
    max-width: var(--main-column);
}
.medal-head__inner h1 {
    margin: 0 0 25px;
    width: 50%;
}
.medal-head__inner .medal-logo {
    width: 50%;
}
.medal-head__inner p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 25px 0 0;
    width: 75%;
}
.medal-body__column:not(:last-child) {
    margin: 0 0 75px;
}
.medal-body__column h2 {
    background: rgb(113,17,126);
    background: linear-gradient(90deg, rgba(113,17,126,1) 0%, rgba(210,0,124,1) 35%, rgba(212,124,0,1) 100%);
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    margin-left: -10px;
    margin-bottom: 35px;
    padding: 8px 25px 8px calc((100% - var(--main-column)) / 2);
    transform:skewX(-5deg);
    width: 95%;
    max-width: max-content;
}
.medal-body__column h2 .medal-tag {
    display: inline-block;
    margin-right: 10px;
    width: 100px;
}
.medal-body__column h2 .medal-ttl__txt {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    margin-left: 6px;
}
.medal-body__column h2 .medal-ttl__txt2 {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    margin-left: 6px;
}
.medal-flex {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1120px;
}
.medal-flex__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.medal-flex__text {
    width: 62%;
}
.medal-flex__text p {
    font-size: 16px;
    line-height: 2em;
}
.medal-flex__image {
    position: absolute;
    right: 0;
    bottom: -30%;
    width: 38%;
}

.medal-body__inner.column-save {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.medal-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.medal-item {
    position: relative;
    width: 31%;
}
.medal-item.full {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 45px;
    width: 100%;
}
.medal-item .medal-item__image {
    position: relative;
    width: 100%;
}
.medal-item .medal-item__image::before {
    background: url("https://truach.co.jp/wordpress/wp-content/themes/truach/assets/images/athtag/medal-symbol2.png") no-repeat;
    background-position: top;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: -50px;
    top: -5px;
    width: 100px;
}
.medal-item.user1 .medal-item__image::before {
    background-image: url("https://truach.co.jp/wordpress/wp-content/themes/truach/assets/images/athtag/medal-user1.png");
    height: 100px;
    bottom: -50px;
    top: inherit;
    left: 0;
}
.medal-item.user2 .medal-item__image::before {
    background-image: url("https://truach.co.jp/wordpress/wp-content/themes/truach/assets/images/athtag/medal-user2.png");
    height: 100px;
    bottom: -50px;
    top: inherit;
    left: 0;
}
.medal-item.award2 .medal-item__image::before {
    background-image: url("https://truach.co.jp/wordpress/wp-content/themes/truach/assets/images/athtag/medal-symbol1.png");
    height: 100px;
    bottom: -50px;
    top: inherit;
    left: 0;
}

.medal-item.full .medal-item__text {
    width: 66%;
}
.medal-item.full .medal-item__image {
    width: 31%;
}
.medal-text__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.medal-type {
    color: #d2007c;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 19px;
    margin: -7px 0 4px;
}
.medal-type.logo {
    margin: 0 0 10px;
}
.medal-item.full .medal-type.logo {
    justify-content: flex-start;
    font-size: 24px;
    margin: 0 18px 0 0;
}
.medal-type.logo::before {
    background: url("https://truach.co.jp/wordpress/wp-content/themes/truach/assets/images/athtag/medal-logo.png") no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    width: 82px;
}
.medal-item.full .medal-type.logo::before {
    height: 19px;
    width: 90px;
}

.medal-item__name {
    font-size: 21px;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 15px;
    text-align: right;
}
.medal-item__name span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 8px;
}
.medal-item__name .medal-usertype {
    font-size: 14px;
    font-weight: 300;
}

.medal-item.full .medal-item__name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 24px;
    margin: 0;
    text-align: left;
}
.medal-item.full .medal-item__name span {
    font-size: 20px;
    margin-left: 8px;
}
.medal-item.full .medal-item__name .medal-usertype {
    font-size: 14px;
}

.medal-item__comment {
    width: 100%;
}
.br{
display:block;
}
@media screen and (max-width: 1268px) {
.br{
display:none;
}
    .medal-body__column h2 {
        font-size: 24px;
        padding: 8px 25px 8px 50px;
    }
    .medal-body__column h2 .medal-tag {
        width: 82px;
    }
    .medal-body__column h2 .medal-ttl__txt {
        font-size: 18px;
    }
    .medal-body__column h2 .medal-ttl__txt2 {
        font-size: 24px;
    }
    .medal-flex__text {
        width: 62%;
    }
    .medal-flex__image {
        bottom: 0;
        width: 38%;
    }
    .medal-item .medal-item__image::before {
        left: -25px;
    }
}
@media screen and (max-width: 768px) {
    .medal {
        padding: 0 0 45px;
    }
    .medal-head {
        background-image: url("https://truach.co.jp/wordpress/wp-content/themes/truach/assets/images/athtag/medal-bg-sp.png");
        margin: 0 0 100px;
        padding: 50px 0 280px;
    }
    .medal-head__inner h1 {
        width: 100%;
    }
    .medal-head__inner .medal-logo {
        width: 90%;
    }
    .medal-head__inner p {
        width: 60%;
    position: absolute;
    font-size: 14px;
    }
    .medal-body__column h2 {
        font-size: 21px;
    }
    .medal-body__column h2 .medal-ttl__txt {
        font-size: 16px;
    }
    .medal-body__column h2 .medal-ttl__txt2 {
        font-size: 21px;
    }
    .medal-flex__inner {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .medal-flex__text {
        width: 100%;
    }
    .medal-flex__image {
        margin: 0 0 25px auto;
        position: static;
        width: 90%;
    }
    .medal-item {
        width: 100%;
    }
    .medal-item:not(:last-child) {
        margin: 0 0 25px;
    }
    .medal-item.full .medal-item__text {
        width: 100%;
    }
    .medal-item.full .medal-item__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .medal-type {
        font-size: 19px;
    }
    .medal-item.full .medal-type.logo {
        justify-content: flex-end;
        font-size: 24px;
        margin: 0;
        width: 100%;
    }
    
    .medal-item__name {
        font-size: 21px;
        font-weight: 600;
        line-height: 1em;
        margin: 0 0 15px;
        text-align: right;
    }
    .medal-item__name span {
        font-size: 18px;
        font-weight: 600;
        margin-left: 8px;
    }
    .medal-item__name .medal-usertype {
        font-size: 14px;
        font-weight: 300;
    }
    
    .medal-item.full .medal-item__name {
        justify-content: flex-end;
        flex-wrap: wrap;
        font-size: 24px;
        margin: 8px 0 0;
        text-align: right;
        width: 100%;
    }
    .medal-item.full .medal-item__name span {
        font-size: 20px;
        margin-left: 8px;
    }
    .medal-item.full .medal-item__name .medal-usertype {
        font-size: 14px;
        width: 100%;
    }
    .medal-item .medal-item__image::before {
        left: -15px;
        top: 0;
        width: 80px;
    }
}

.main {
    background: #fff;
}
.medal-body__column:first-child {
    background: url(../images/athtag/image_award_bg.png) no-repeat;
    background-position: left 25% center;
    background-size: 311px 300px;
    padding-bottom: 100px;
}
.medal-flex {
    width: 92%;
    max-width: var(--main-column);
}
.medal-flex__inner {
    width: 100%;
    max-width: none;
}
.medal-flex__text {
    width: 55%;
}
.athlist {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 35px;
}
.athlist::before {
    order: 1;
}
.athlist::before,
.athlist::after {
    content: "";
    display: block;
    width: 23%;
}
.athlist-item {
    width: 23%;
}
.athlist-item:nth-child(-n+2) {
    width: 48.5%;
}
.athlist-item__image {
    text-align: center;
}
.athlist-item:not(:nth-child(-n+2)) .athlist-item__image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 257px;
}
.athlist-item__copy,
.athlist-item__name,
.athlist-item__tag {
    text-align: center;
}
.athlist-item__copy {
    color: #D2007C;
    font-family: 'Shippori Mincho', serif;
    font-size: 24px;
    font-weight: 700;
}
.athtags::before {
    background: url(https://truach.co.jp/wordpress/wp-content/themes/truach/assets/images/athtag/medal-logo.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 19px;
    margin-right: 5px;
    width: 90px;
}
.athlist-item__name {
    font-size: 24px;
    font-weight: 700;
}
.athlist-item__name span {
    font-size: 75%;
    font-weight: 700;
    margin-left: 5px;
}
.athlist-item__tag {
    font-size: 14px;
}
.athlist-item__txt {
    font-size: 14px;
    margin: 25px 0 0;
}

.bottom {
    background: #fff;
    /* margin: 0 0 45px; */
    padding: 45px 0;
    position: relative;
}
.bottom::before,
.bottom::after {
    background: rgb(113, 17, 126);
    background: linear-gradient(90deg, rgba(113, 17, 126, 1) 0%, rgba(210, 0, 124, 1) 35%, rgba(212, 124, 0, 1) 100%);
    content: "";
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.bottom::before {
    top: 0;
}
.bottom::after {
    background: #FFA602;
    bottom: 0;
}
.bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.bottom-left {
    width: 25%;
}
.bottom-right {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 75%;
}
.bottom-right__item {
    text-align: center;
    width: 24.5%;
}
.bottom-right__item .athlist-item__copy {
    font-size: 18px;
    font-weight: 600;
}
.bottom-right__item .athlist-item__name {
    font-size: 18px;
    font-weight: 600;
}
.bottom-right__item .athlist-item__tag {
    font-size: 12px;
}
.bottom-right__item .athtags::before {
    height: 15px;
    width: 82px;
}
@media screen and (max-width: 968px) {
    .bottom-right__item {
        width: 49%;
    }
}
@media screen and (max-width: 768px) {
    .medal-body__column:first-child {
        background-position: left 20% bottom 5%;
        background-size: 311px 300px;
        padding-bottom: 100px;
    }
    .medal-flex__text {
        width: 100%;
    }
    .athlist-item,
    .athlist-item:nth-child(-n+2) {
        width: 48.5%;
    }
    .athlist-item__copy {
        font-size: 20px;
    }
    .athlist-item__name {
        font-size: 20px;
    }
    .bottom-left {
        margin: 0 auto;
        width: 250px;
    }
    .bottom-right {
        width: 100%;
    }
}

/* 既存スタイル調整用 */
.l-contact {
    margin-top: 0;
}
.l-breadcrumbs {
    padding-top: 0;
}

/* パスワード保護画面用 */
/* パスワード保護ページ用のスタイル */
.password-protection-wrapper {
    max-width: 500px;
    margin: 60px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.password-protection-wrapper h3 {
    color: #333;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}

.password-protection-wrapper p {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.password-input-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.password-input-group label {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.password-input-group input[type="password"] {
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    transition: border-color 0.3s ease;
}

.password-input-group input[type="password"]:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
}

.password-input-group input[type="submit"] {
    background: #0073aa;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    min-width: 120px;
}

.password-input-group input[type="submit"]:hover {
    background: #005a87;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .password-protection-wrapper {
        margin: 30px 20px;
        padding: 30px 20px;
    }
    
    .password-input-group {
        flex-direction: column;
    }
    
    .password-input-group input[type="password"] {
        max-width: 100%;
    }
}