/* --------------------
 Heat
-------------------- */
.heat__item-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .heat__item-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.heat__item {
    padding: 30px 0;
    position: relative;
}

@media (min-width: 768px) {
    .heat__item {
        padding-bottom: 70px;
        padding-top: 70px;
    }
}

.heat__item:after {
    background-image: url(../images/pages/philosophy/philosophy-separator.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1080px 20px;
    bottom: -10px;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    position: absolute;
    right: 0;
    top: auto;
}

@media (min-width: 768px) {
    .heat__item:after {
        max-width: none;
    }
}

.heat__item:last-child::after {
    display: none;
}

.heat__item.ph__item--1, .heat__item.ph__item--7 {
    background-image: url(../images/commons/com-bg-1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.heat__item.ph__item--1 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(50% + 30px) calc(100% - 30px), 50% 100%, calc(50% - 30px) calc(100% - 30px), 0 calc(100% - 30px));
    padding-top: 5px;
    padding-bottom: 80px;
}

.heat__item.ph__item--7 {
    clip-path: polygon(0 0, calc(50% - 30px) 0, 50% calc(0% + 30px), calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
    padding-top: 80px;
    padding-bottom: 0;
}

.heat__item.ph__item--1:after, .heat__item.ph__item--6:after {
    display: none;
}

.heat__item__title {
    margin: 0;
}

.heat__item__title__number {
    color: #ff5a00;
    display: block;
    font-family: "Josefin Sans";
    font-size: 5.0rem;
    font-style: italic;
    font-weight: 100;
    left: 0;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .heat__item__title__number {
        font-size: 6.0rem;
    }
}

@media (min-width: 992px) {
    .heat__item__title__number {
        font-size: 8.0rem;
    }
}

.heat__item__title__text {
    color: #ff5a00;
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    line-height: 1.9;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .heat__item__title__text {
        font-size: 2.6rem;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .heat__item__title__text {
        font-size: 2.8rem;
    }
}

.ph__item--1 .heat__item__title__text {
    margin-top: -0.8em;
} 

.heat__item__title__text em {
    background: transparent;
    background: linear-gradient(to top, rgba(255, 230, 0, 0) 3px, #ffe600 3px, #ffe600 9px, rgba(255, 230, 0, 0) 9px, transparent 100%);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline;
    font-style: normal;
    font-weight: inherit;
}

.heat__item__fig {
    text-align: center;
}

.heat__item__content {
    margin: 0 0 30px;
}

.heat__item__content p {
    font-size: 1.4rem;
    letter-spacing: .22em;
    line-height: 2.2;
    margin: 0 0 2em;
}

@media (min-width: 768px) {
    .heat__item__content p {
        font-size: 1.6rem;
        text-align: center;
    }
}

.heat__item__content p:last-child {
    margin-bottom: 0;
}

.heat__item__content p em {
    background: transparent;
    background: linear-gradient(to top, rgba(255, 230, 0, 0) 0, #ffe600 0, #ffe600 6px, rgba(255, 230, 0, 0) 6px, transparent 100%);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline;
    font-style: normal;
    font-weight: inherit;
}

.heat__item__content p.ls-a, .heat__item__content p span.ls-a {
    letter-spacing: .2em;
}

.heat__item__detail {
    margin: 40px 0 0;
}

@media (min-width: 768px) {
    .heat__item__detail {
        margin-top: 60px;
    }
}

.heat__item__detail__item {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .heat__item__detail__item {
        margin-bottom: 60px;
    }
}

.heat__item__detail__item:last-child {
    margin-bottom: 0;
}

.heat__item__detail__item__title {
    background-color: #ff5a00;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 2px 1em 3px;
}

@media (min-width: 768px) {
    .heat__item__detail__item__title {
        font-size: 2.0rem;
    }
}

@media (min-width: 992px) {
    .heat__item__detail__item__title {
        font-size: 2.4rem;
    }
}

.heat__item__detail__item__content {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .heat__item__detail__item__content {
        margin-bottom: 40px;
    }
}

.heat__item__detail__item__content p {
    font-size: 1.4rem;
    letter-spacing: .22em;
    line-height: 2.2;
    margin: 0 0 2em;
}

@media (min-width: 768px) {
    .heat__item__detail__item__content p {
        font-size: 1.6rem;
    }
}

.heat__item__detail__item__content p:last-child {
    margin-bottom: 0;
}

.heat__item__detail__item__content p.ls-a, .heat__item__detail__item__content p span.ls-a {
    letter-spacing: .2em;
}

.heat__item__detail__item__content p sub {
    bottom: 0;
}

.heat__item__detail__item__fig {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .heat__item__detail__item__fig {
        margin-bottom: 50px;
    }
}

.heat__item__detail__item__fig:last-child {
    margin-bottom: 0;
}

.heat__item__detail__item__fig__viewer {
    text-align: center;
}

.heat__item__detail__item__fig__viewer-inner {
    display: inline-block;
    text-align: center;
}

.heat__item__detail__item__fig__viewer__caption {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 15px 0 0;
    text-align: right;
}

@media (min-width: 768px) {
    .heat__item__detail__item__fig__viewer__caption {
        font-size: 1.4rem;
    }
}

.heat__item__detail__item__fig__content p {
    font-size: 1.4rem;
    letter-spacing: .22em;
    line-height: 2.2;
    margin: 0;
}

@media (min-width: 768px) {
    .heat__item__detail__item__fig__content p {
        font-size: 1.6rem;
        text-align: center;
    }
}

.heat__item__detail__item__fig__viewer + .heat__item__detail__item__fig__content {
    margin-top: 20px;
}

.heat__item__detail__item__action .com-button {
    letter-spacing: .1em;
}

@media (max-width: 767px) {
    .heat__item__detail__item__action .com-button {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .heat__item__detail__item__action .com-button {
        letter-spacing: .2em;
        max-width: 500px;
    }
}

.heat__item__detail__item__content + .heat__item__detail__item__action {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .heat__item__detail__item__content + .heat__item__detail__item__action {
        margin-top: 50px;
    }
}

.heat__item__detail__item__31 {
    margin: 30px 0 0;
}

.heat__item__detail__item__31__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.03);
}

@media (min-width: 768px) {
    .heat__item__detail__item__31__item-wrapper {
        flex-direction: row;
    }
}

.heat__item__detail__item__31__item {
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .heat__item__detail__item__31__item {
        padding-bottom: 0;
        width: calc(33.33333% - 0px);
    }
}

.heat__item__detail__item__31__item__thumb {
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}

.heat__item__detail__item__31__item__title {
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.heat__item__detail__item__31__item__content {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .heat__item__detail__item__31__item__content {
        max-width: 310px;
    }
}

.heat__item__detail__item__31__item__content p {
    font-size: 1.4rem;
    letter-spacing: .22em;
    line-height: 2.2;
    margin: 0;
}

@media (min-width: 768px) {
    .heat__item__detail__item__31__item__content p {
        font-size: 1.6rem;
    }
}

.heat__item__detail__item__31__caption {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: right;
}

@media (min-width: 768px) {
    .heat__item__detail__item__31__caption {
        font-size: 1.4rem;
    }
}

.heat__item__detail__item__62 {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 30px;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .heat__item__detail__item__62 {
        align-items: flex-end;
        flex-direction: row;
    }
}

.heat__item__detail__item__62__item {
    position: relative;
    width: auto;
}

.heat__item__detail__item__62__item__caption {
    bottom: 0;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 0;
}

@media (min-width: 768px) {
    .heat__item__detail__item__62__item__caption {
        font-size: 1.4rem;
    }
}

.heat__item__detail__item__62__item:last-child .heat__item__detail__item__62__item__caption {
    color: #ffffff;
}

.heat__item__detail__item__63 {
    margin: 50px 0 0;
}

.heat__item__detail__item__63__title {
    color: #1b1464;
    font-family: "Zen Maru Gothic";
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .heat__item__detail__item__63__title {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .heat__item__detail__item__63__title {
        font-size: 2.4rem;
    }
}

.heat__item__detail__item__63__list {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 60px 30px;
    justify-content: space-between;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .heat__item__detail__item__63__list {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .heat__item__detail__item__63__list {
        column-gap: 60px;
    }
}

@media (min-width: 768px) {
    .heat__item__detail__item__63__list__item {
        width: calc(33.33333% - 20px);
    }
}

@media (min-width: 992px) {
    .heat__item__detail__item__63__list__item {
        width: calc(33.33333% - 40px);
    }
}

.heat__item__detail__item__63__list__item__thumb {
    margin: 0 0 10px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .heat__item__detail__item__63__list__item__thumb {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        min-height: 214px;
    }
}

.heat__item__detail__item__63__list__item__title {
    color: #1b1464;
    font-family: "Zen Maru Gothic";
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .heat__item__detail__item__63__list__item__title {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .heat__item__detail__item__63__list__item__title {
        font-size: 2.4rem;
    }
}

.heat__item__detail__item__63__list__item__content p {
    font-size: 1.4rem;
    letter-spacing: .22em;
    line-height: 2.2;
    margin: 0;
}

@media (min-width: 768px) {
    .heat__item__detail__item__63__list__item__content p {
        font-size: 1.6rem;
    }
}

.heat__item__detail__item__63__caption {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: right;
}

@media (min-width: 768px) {
    .heat__item__detail__item__63__caption {
        font-size: 1.4rem;
    }
}

.heat__item--1 {
    background-image: url(../images/commons/com-bg-1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
/*    padding-top: 60px;*/
}

@media (min-width: 768px) {
    .heat__item--1 {
        padding-bottom: 100px;
/*        padding-top: 70px;*/
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .heat__item--1 {
        background-image: url(../images/commons/com-bg-1@2x.png);
    }
}

.heat__item--1:after {
    background-color: #ffffff;
    background-image: none;
    bottom: -1px;
    -webkit-clip-path: polygon(0 0, calc(50% - 30px) 0, 50% 100%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(50% - 30px) 0, 50% 100%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
    height: 30px;
    max-width: none;
}

.heat__item--1 .heat__item__detail {
    margin-top: 0;
}

.heat__item--6:after {
    display: none;
}

.heat__item--7 {
    background-image: url(../images/commons/com-bg-1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .heat__item--7 {
        background-image: url(../images/commons/com-bg-1@2x.png);
    }
}

.heat__item--7:before {
    background-color: #ffffff;
    bottom: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1;
}

.heat__item--7:after {
    display: none;
}

.heat__item--7 .heat__item__fig {
    margin-left: -10px;
    margin-right: -10px;
}