@charset "UTF-8";
.p-recommend-head {
    position: relative;
}
figure.p-recommend-head-visual {
    aspect-ratio: 4/3;
}
h1.on_phpto_absolute_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.shogatsu_title {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 26px;
    height: 100%;
    text-align: center;
    letter-spacing: 0.3em;
    text-shadow: 2px 2px 5px #5a5a5a91;
}
h2.p-recommend__subtitle {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
h2.p-recommend__subtitle br {
    display: none;
}
/*ボックスレイアウト*/
ul.l-recommend_list {
    margin: 40px auto;
}
ul.l-recommend_list_innerbox {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 16px;
    margin: 0 0 80px 0;
}
li.p-recommend_list_innerbox_itembox {
    width: calc(100% / 2 - 8px);
}
.l-recommend_list_outbox_title {
    font-size: 14px;
    padding: 8px;
    border: solid 1px currentColor;
    line-height: 1;
}
.item_name{
  font-size: 14px;
}
@media (min-width: 769px) {
  li.p-recommend_list_innerbox_itembox {
    width: calc(100% / 3 - 10.7px);
}
}
@media (min-width: 966px) {
  figure.p-recommend-head-visual {
    aspect-ratio: 4 / 3;
    max-height: 80vh;
    width: 100%;
}
  ul.l-recommend_list_innerbox {
    gap: 40px 40px;
}
    li.p-recommend_list_innerbox_itembox {
        width: calc(100% / 4 - 30px);
    }
}