@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

br.pc-V{
    display: block;
}

@media screen and (min-width: 992px) {
    br.pc-V{
    display: none;
}
}

.p-info-award__mv {
    position: relative
}

.p-info-award__mv-image {
    position: relative;
    height: 0;
    padding-bottom: 100%
}

.p-info-award__mv-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease
}

@media screen and (min-width: 576px) {
    .p-info-award__mv-image {
        position:relative;
        height: 0;
        padding-bottom: 44.44444%
    }

    .p-info-award__mv-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.p-info-award__heading {
    text-align: center;
    padding: 32px 20px
}

@media screen and (min-width: 992px) {
    .p-info-award__heading {
        padding:48px 0 56px
    }
}

.p-info-award__heading-title {
    font-family: source-han-serif-japanese,serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #C3A66C
}

@media screen and (min-width: 992px) {
    .p-info-award__heading-title {
        font-size:2.8rem
    }
}

.p-info-award__heading-description {
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 20px
}

.p-info-award__contents {
    background: #FFF8F8;
    padding: 32px 0 8px
}

@media screen and (min-width: 992px) {
    .p-info-award__contents {
        padding:48px 0 24px
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__contents-inner {
        max-width:1200px;
        margin: 0 auto;
        padding: 0 40px 40px
    }
}

.p-info-award__contents-heading {
    padding: 0 20px 24px
}

@media screen and (min-width: 992px) {
    .p-info-award__contents-heading {
        padding:0 0 24px
    }
}

.p-info-award__contents-heading-title {
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
    position: relative
}

.p-info-award__contents-heading-title:after,.p-info-award__contents-heading-title:before {
    position: absolute;
    height: 1px;
    width: calc(50% - 80px);
    content: "";
    border-top: 1px solid #333333;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-info-award__contents-heading-title:before {
    left: 0
}

.p-info-award__contents-heading-title:after {
    right: 0
}

@media screen and (min-width: 992px) {
    .p-info-award__contents-heading-title {
        font-size:1.8rem
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__contents-heading-title:after,.p-info-award__contents-heading-title:before {
        width:calc(50% - 100px)
    }
}

.p-info-award__contents-heading-title--past:after,.p-info-award__contents-heading-title--past:before {
    width: calc(50% - 108px)
}

@media screen and (min-width: 992px) {
    .p-info-award__contents-heading-title--past:after,.p-info-award__contents-heading-title--past:before {
        width:calc(50% - 140px)
    }
}

.p-info-award__anchors-wrapper {
    padding: 0 15px
}

@media screen and (min-width: 992px) {
    .p-info-award__anchors-wrapper {
        padding:0
    }
}

.p-info-award__anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 992px) {
    .p-info-award__anchors {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 500px;
        margin: 0 auto
    }
}

.p-info-award__anchor {
    background: #fff;
    width: calc(50% - 3px);
    margin-bottom: 6px;
    position: relative
}

@media screen and (min-width: 992px) {
    .p-info-award__anchor {
        width: calc(50% - 8px);
        margin: 0 4px 8px
    }
}

.p-info-award__anchor--none {
    width: calc(12.5% - 8px)
}

.p-info-award__anchor:after {
    display: inline-block;
    border-bottom: solid 1px #727171;
    border-right: solid 1px #727171;
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: auto;
    left: 50%;
    bottom: 8px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.p-info-award__anchor a {
    display: block;
    background: #FFFFFF;
    text-align: center;
    padding: 8px 8px 20px
}

.p-info-award__anchor a:hover img {
    opacity: 0.7
}

@media screen and (min-width: 992px) {
    .p-info-award__anchor a {
        padding:8px 4px 20px;
        height: 100%
    }
}

.p-info-award__anchor-image {
    width: 68%;
    margin: 0 auto
}

@media screen and (min-width: 992px) {
    .p-info-award__anchor-image {
        width:100%;
        max-width: 100px
    }
}

.p-info-award__anchor-name {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 4px
}

.p-info-award__item {
    margin-top: -80px;
    padding-top: 120px
}

.p-info-award__item+.p-info-award__item {
    margin-top: -100px
}

@media screen and (min-width: 992px) {
    .p-info-award__item {
        max-width:1200px;
        margin: 12px auto 0;
        padding: 0 40px
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__item+.p-info-award__item {
        margin-top:24px
    }
}

.p-info-award__item-inner {
    background: #FFFFFF;
    padding: 40px 20px
}

@media screen and (min-width: 992px) {
    .p-info-award__item-inner {
        padding:56px 60px
    }
}

.p-info-award__item-title {
    color: #C3A66C;
    font-family: source-han-serif-japanese,serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center
}
.p-info-award__item-inner:has(a[href*="FM10278"]) .p-info-award__item-title{
    font-size: 1.58rem;
}

@media screen and (min-width: 992px) {
    .p-info-award__item-title {
        font-size:2.2rem
    }
    .p-info-award__item-inner:has(a[href*="FM10278"]) .p-info-award__item-title{
    font-size: 2.2rem;
}
}

@media screen and (max-width: 375px) {
    .p-info-award__item-inner:has(a[href*="FM10278"]) .p-info-award__item-title{
    font-size: 1.48rem;
}
}

@media screen and (min-width: 992px) {
    .p-info-award__item-flex {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 40px
    }
}

.p-info-award__item-image {
    width: 100%;
    margin: 20px auto 16px
}

.p-info-award__item-image img {
    width: 100%;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease
}

.p-info-award__item-image a:hover img {
    opacity: 0.7
}

@media screen and (min-width: 992px) {
    .p-info-award__item-image {
        width:52%;
        margin: 0
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__item-info {
        width:40%
    }
}

.p-info-award__item-name {
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem
}

@media screen and (min-width: 992px) {
    .p-info-award__item-name {
        font-size:1.8rem
    }
}

.p-info-award__item-price {
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.3rem;
    margin: 8px 0
}

.p-info-award__item-price span {
    margin-left: 8px
}

.p-info-award__item-price span span {
    font-size: 1rem;
    margin-left: 2px
}

@media screen and (min-width: 992px) {
    .p-info-award__item-price {
        font-size:1.5rem
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__item-price span span {
        font-size:1.1rem
    }
}

.p-info-award__item-annotation {
    color: #333333;
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 8px
}

@media screen and (min-width: 992px) {
    .p-info-award__item-annotation {
        font-size:1.1rem;
        margin-top: 8px
    }
}

.p-info-award__item-link {
    margin-top: 16px
}

@media screen and (min-width: 992px) {
    .p-info-award__item-link {
        margin-top:20px
    }
}

.p-info-award__item-border {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #E3E3E3
}

.p-info-award__item-border .p-info-award__item-award {
    border-top: 0;
    margin-top: 0
}

.p-info-award__item-crown {
    border: 1px solid #C3A66C;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px
}

.p-info-award__item-crown-image {
    width: 94px
}

.p-info-award__item-crown-text {
    width: calc(100% - 94px);
    padding-left: 16px
}

.p-info-award__item-crown-title {
    color: #C3A66C;
    font-size: 1.4rem
}

.p-info-award__item-crown-sup {
    color: #C3A66C;
    font-size: 1rem;
    margin-top: 4px
}

.p-info-award__item-award {
    border-top: 1px solid #E3E3E3;
    padding: 20px 0 0;
    margin-top: 24px
}

@media screen and (min-width: 992px) {
    .p-info-award__item-award {
        padding:24px 0 0
    }
}

.p-info-award__item-award-title {
    font-size: 1.6rem;
    color: #E7A9B7;
    padding-left: 36px;
    margin-bottom: 4px;
    position: relative
}

.p-info-award__item-award-title:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDMyIDI0Ij4KICA8ZyBpZD0i44Kw44Or44O844OXXzU4ODQiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDU4ODQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04ODAgLTE3NTQpIj4KICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMjI1MCIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMjI1MCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4ODAgMTc1NCkiIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAiLz4KICAgIDxnIGlkPSLjgrDjg6vjg7zjg5dfNTg3NiIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNTg3NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODgwIDE3NTQpIj4KICAgICAgPHBhdGggaWQ9IuODkeOCuV8yNjE2IiBkYXRhLW5hbWU9IuODkeOCuSAyNjE2IiBkPSJNMTM1OS4yNjksMTE5Ny4wNDNhMS43MjEsMS43MjEsMCwwLDAtLjgxNCwzLjIzOGMtMS4zNjgsMS45MjUtNS41ODgsNy4zNDItOC44ODEsNS45NTctMi44MTItMS4xODItMy44LTYuMTA2LTQuMTM1LTguOWEyLjAxOCwyLjAxOCwwLDEsMC0uOSwwYy0uMzM3LDIuOC0xLjMyMyw3LjcyMi00LjEzNSw4LjktMy4yOTMsMS4zODUtNy41MTMtNC4wMzItOC44ODEtNS45NTdhMS43OTEsMS43OTEsMCwxLDAtLjU4My4xODhsNC42NjMsMTMuNTE1aDE4Ljc3bDQuNjYzLTEzLjUxNWExLjcyLDEuNzIsMCwxLDAsLjIzMS0zLjQyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzI4Ljk5IC0xMTkzLjM0OSkiIGZpbGw9IiNmM2QwZDgiLz4KICAgICAgPHJlY3QgaWQ9IumVt+aWueW9ol8yMjQ5IiBkYXRhLW5hbWU9IumVt+aWueW9oiAyMjQ5IiB3aWR0aD0iMTguNzk2IiBoZWlnaHQ9IjEuODY5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjYwMiAyMS42NCkiIGZpbGw9IiNmM2QwZDgiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 20px
}

@media screen and (min-width: 992px) {
    .p-info-award__item-award-title {
        font-size:1.8rem
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__item-award-title:before {
        top:4px
    }
}

.p-info-award__item-award--more .p-info-award__item-award {
    display: none;
    padding-top: 0
}

.p-info-award__item-award-text {
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.3rem;
    margin-bottom: 12px;
    padding-left: 36px
}

.p-info-award__item-award-text small {
    font-size: 1rem
}

@media screen and (min-width: 992px) {
    .p-info-award__item-award-text {
        font-size:1.4rem;
        margin-bottom: 16px
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__item-award-text small {
        font-size:1.1rem
    }
}

.p-info-award__item-award-more {
    cursor: pointer;
    font-size: 1.3rem;
    padding: 8px 0 0;
    margin-top: 20px;
    text-align: center
}

.p-info-award__item-award-more span {
    position: relative;
    margin-left: -20px
}

.p-info-award__item-award-more span:before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #8D8D8D;
    position: absolute;
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-info-award__item-award-more span:after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #8D8D8D;
    position: absolute;
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.p-info-award__item-award-more.is-opened span:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.p-info-award__item .js-award-accordion .p-info-award__item-award {
    padding-top: 0
}

.p-info-award__item-banner {
    margin-top: 24px
}

.p-info-award__item-banner-text {
    font-size: 1rem;
    margin-top: 4px;
    text-align: right
}

@media screen and (min-width: 992px) {
    .p-info-award__item-reviews {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.p-info-award__item-reviews-outer {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 24px 0;
    margin: 24px 0
}

.p-info-award__item-reviews-annotation {
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    color: #333333;
    margin-top: 12px;
    text-align: right
}

@media screen and (min-width: 992px) {
    .p-info-award__item-reviews-annotation {
        font-size:1.1rem
    }
}

.p-info-award__item-review {
    background: #F8F8F8;
    padding: 20px 24px
}

.p-info-award__item-review+.p-info-award__item-review {
    margin-top: 8px
}

@media screen and (min-width: 992px) {
    .p-info-award__item-review {
        width:calc(50% - 10px)
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__item-review+.p-info-award__item-review {
        margin-top:0
    }
}

.p-info-award__item-review-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-info-award__item-review-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-info-award__item-review-name {
    font-size: 1.1rem;
    padding-left: 16px
}

.p-info-award__item-review-date {
    font-size: 1.1rem
}

.p-info-award__item-review-title {
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    margin: 16px 0
}

.p-info-award__item-review-text {
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.2rem
}

@media screen and (min-width: 992px) {
    .p-info-award__item-cart {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__item-cart-info {
        width:50%
    }
}

.p-info-award__item-cart-form {
    margin-top: 20px
}

@media screen and (min-width: 992px) {
    .p-info-award__item-cart-form {
        width:40%;
        margin-top: 0
    }
}

.p-info-award__item-cart-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-info-award__item-cart-button {
    width: calc(100% - 75px - 28px)
}

@media screen and (min-width: 992px) {
    .p-info-award__item-cart-button {
        width:calc(100% - 100px - 28px)
    }
}

.p-info-award__item-cart-variants {
    margin-bottom: 16px
}

@media screen and (min-width: 992px) {
    .p-info-award__item-cart-variants {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 24px
    }
}

.p-info-award__item-cart-variants-label {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 4px
}

@media screen and (min-width: 992px) {
    .p-info-award__item-cart-variants-label {
        width: 70px;
        font-size: 1.4rem;
        margin-bottom: 0
    }
}

.p-info-award__item-cart-variants-select {
    width: 100%;
    font-size: 1.2rem
}

@media screen and (min-width: 992px) {
    .p-info-award__item-cart-variants-select {
        width: calc(100% - 70px);
        font-size: 1.3rem
    }
}


.p-info-award__item-cart-button.is-disabled {
    opacity: .5;
    pointer-events: none
}

.p-info-award__variant-dropdown {
    position: relative;
    width: 100%
}

.p-info-award__variant-dropdown-button {
    position: relative;
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 9px 40px 9px 14px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    background: #fff;
    color: #3a3134;
    font: inherit;
    text-align: left;
    cursor: pointer
}

.p-info-award__variant-dropdown-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #3a3134;
    border-bottom: 1px solid #3a3134;
    -webkit-transform: translateY(-65%) rotate(45deg);
    transform: translateY(-65%) rotate(45deg)
}

.p-info-award__variant-dropdown.is-open .p-info-award__variant-dropdown-button:after {
    -webkit-transform: translateY(-25%) rotate(225deg);
    transform: translateY(-25%) rotate(225deg)
}

.p-info-award__variant-dropdown-selected,
.p-info-award__variant-dropdown-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}

.p-info-award__variant-dropdown-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 46px;
    height: 38px;
    -o-object-fit: contain;
    object-fit: contain
}

.p-info-award__variant-dropdown-list {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 20;
    width: 100%;
    max-height: 280px;
    margin: 0;
    padding: 8px 0;
    overflow-y: auto;
    border: 1px solid #e2d6d9;
    background: #fff;
    -webkit-box-shadow: 0 8px 18px rgba(80, 54, 62, .12);
    box-shadow: 0 8px 18px rgba(80, 54, 62, .12);
    list-style: none
}

.p-info-award__variant-dropdown.is-open .p-info-award__variant-dropdown-list {
    display: block
}

.p-info-award__variant-dropdown-option {
    width: 100%;
    min-height: 51px;
    padding: 5px 10px;
    border: 0;
    background: #fff;
    color: #3a3134;
    font: inherit;
    text-align: left;
    cursor: pointer
}

.p-info-award__variant-dropdown-option:hover,
.p-info-award__variant-dropdown-option.is-selected {
    background: #fbf2f5
}

.p-info-award__history {
    padding: 32px 0 40px
}

@media screen and (min-width: 992px) {
    .p-info-award__history {
        padding:80px 0 0
    }
}

.p-info-award__history-heading {
    margin: 24px 0 0;
    text-align: center
}

@media screen and (min-width: 992px) {
    .p-info-award__history-heading {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 40px 0 16px
    }
}

.p-info-award__history-heading-logo {
    width: 12%;
    min-width: 104px;
    max-width: 120px;
    margin: 0 auto 24px
}

@media screen and (min-width: 992px) {
    .p-info-award__history-heading-logo {
        width:120px;
        margin: 0 40px 0 0
    }
}

.p-info-award__history-heading-title {
    color: #333333;
    font-family: trajan-pro-3,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.38
}

@media screen and (min-width: 992px) {
    .p-info-award__history-heading-title {
        font-size:4rem
    }
}

.p-info-award__history-heading-subtitle {
    color: #333333;
    font-family: trajan-pro-3,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin-top: 8px
}

@media screen and (min-width: 992px) {
    .p-info-award__history-heading-subtitle {
        font-size:1.8rem;
        margin-top: 16px
    }
}

.p-info-award__history-inner {
    padding: 0 2.8%
}

@media screen and (min-width: 992px) {
    .p-info-award__history-inner {
        padding:0
    }
}

.p-info-award__history-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 992px) {
    .p-info-award__history-items {
        -webkit-box-pack:stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch
    }
}

.p-info-award__history-item {
    width: calc(50% - 3px);
    background: #fff;
    padding: 16px 8px 24px;
    margin-bottom: 8px
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item {
        width:calc(33.3333333333% - 13.3333333333px);
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 20px 16px 32px
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item:nth-child(3n) {
        margin-right:0
    }
}

.p-info-award__history-item-title {
    color: #C3A66C;
    font-family: source-han-serif-japanese,serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 8px;
    text-align: center
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-title {
        font-size:1.6rem;
        margin-bottom: 20px
    }
}

.p-info-award__history-item-image {
    width: 100%
}

.p-info-award__history-item-image a:hover img {
    opacity: 0.7
}

.p-info-award__history-item-info {
    margin: 8px 0
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-info {
        margin:16px 0
    }
}

.p-info-award__history-item-name {
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-name {
        font-size:1.6rem
    }
}

.p-info-award__history-item-price {
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center
}

.p-info-award__history-item-price span {
    font-size: 1rem;
    margin: 0 0 0 2px
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-price {
        font-size:1.3rem
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-price span {
        font-size:1.1rem
    }
}

.p-info-award__history-item-name+.p-info-award__history-item-price {
    margin-top: 4px
}

.p-info-award__history-item-annotation {
    color: #333333;
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-annotation {
        font-size:1.1rem;
        margin-top: 8px
    }
}

.p-info-award__history-item-border {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E3E3E3
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-border {
        margin-top:20px;
        padding-top: 20px
    }
}

.p-info-award__history-item-crown {
    border: 1px solid #C3A66C;
    border-radius: 4px;
    padding: 12px 8px;
    text-align: center
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-crown {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px;
        text-align: left
    }
}

.p-info-award__history-item-crown-image {
    width: 94px;
    margin: 0 auto
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-crown-image {
        margin:0
    }
}

.p-info-award__history-item-crown-text {
    margin-top: 8px
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-crown-text {
        margin:0;
        padding-left: 16px;
        width: calc(100% - 94px)
    }
}

.p-info-award__history-item-crown-title {
    color: #C3A66C;
    font-size: 1rem
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-crown-title {
        font-size:1.4rem
    }
}

.p-info-award__history-item-crown-sup {
    color: #C3A66C;
    font-size: 1rem;
    margin-top: 2px
}

.p-info-award__history-item-crown+.p-info-award__history-item-award {
    margin-top: 12px
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-crown+.p-info-award__history-item-award {
        margin-top:16px
    }
}

.p-info-award__history-item-award-title {
    font-size: 1.3rem;
    color: #E7A9B7;
    margin-bottom: 2px
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-award-title {
        font-size:1.6rem
    }
}

.p-info-award__history-item-award-text {
    font-family: "Noto Sans JP",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 8px
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-award-text {
        font-size:1.3rem
    }
}

.p-info-award__history-item-award-more {
    cursor: pointer;
    font-size: 1.3rem;
    padding: 8px 0 0;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0;
    margin-top: 16px;
    text-align: center
}

.p-info-award__history-item-award-more span {
    position: relative;
    margin-left: -20px;
    position: relative;
    margin-left: -20px
}

.p-info-award__history-item-award-more span:before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #8D8D8D;
    position: absolute;
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-info-award__history-item-award-more span:after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #8D8D8D;
    position: absolute;
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.p-info-award__history-item-award-more span:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #8D8D8D;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-info-award__history-item-award-more span:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #8D8D8D;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.p-info-award__history-item-award-more.is-opened span:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.p-info-award__history-item-award--more .p-info-award__history-item-award {
    display: none;
    padding-top: 0
}

.p-info-award__history-item-buttons {
    margin-top: 16px;
    padding-top: 20px;
    border-top: 1px solid #E3E3E3
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-buttons {
        margin-top:20px;
        padding-top: 24px
    }
}

.p-info-award__history-item-button {
    max-width: 260px;
    margin: 0 auto;
    width: 80%
}

.p-info-award__history-item-button+.p-info-award__history-item-button {
    margin-top: 8px
}

.p-info-award__history-item-button a {
    font-size: 1.2rem;
    line-height: 1.5
}

.p-info-award__history-item-button a.c-link__default-arrow:after {
    right: 16px
}

.p-info-award__history-item-button .c-svg {
    display: none
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-button {
        max-width:300px
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-button+.p-info-award__history-item-button {
        margin-top:12px
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-button a {
        font-size:1.5rem
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-button .c-svg {
        display:block
    }
}

.p-info-award__history-item .js-award-accordion .p-info-award__history-item-award {
    padding-top: 0
}

.p-info-award__history-item-variants {
    max-width: 260px;
    margin: 0 auto 20px
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-variants {
        max-width:300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.p-info-award__history-item-variants-label {
    font-size: 1.1rem;
    margin-bottom: 4px
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-variants-label {
        font-size:1.5rem;
        margin: 0 16px 0 0
    }
}

.p-info-award__history-item-variants-select .c-select__select {
    font-size: 1.1rem
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-variants-select .c-select__select {
        font-size:1.5rem
    }
}

.p-info-award__banner {
    padding: 30px 20px 0;
    margin: 0 auto 40px;
    padding: 0 15px
}

.p-info-award__banner a:hover img {
    opacity: 0.7
}

@media screen and (min-width: 992px) {
    .p-info-award__banner {
        padding:0 40px 40px
    }
}

@media screen and (min-width: 992px) {
    .p-info-award__banner {
        max-width:1200px;
        margin: 0 auto 60px;
        padding: 0 40px
    }
}

.l-container {
    margin-bottom: 0
}

.p-info-award__item-flex+.p-info-award__item-cart {
    border-top: 1px solid #E3E3E3;
    padding-top: 24px
}

.p-info-award__history-item-button .c-button__pink span {
    font-size: .8rem
}

@media screen and (min-width: 992px) {
    .p-info-award__history-item-button .c-button__pink span {
        font-size:1.2rem;
        border-bottom: 1px solid;
    }
}

.p-info-award__history-item-button .p-info-award__history-item-award-text {
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .p-info-award__history-item-button .p-info-award__history-item-award-text {
        font-size: .7rem;
    }
}
