/*------------------------------------------
  Base Layout
------------------------------------------*/
.lp-wrapper {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-size: 3.73333vw;
    background: #fff;
    color: #1a1a1a;
    line-height: 1.714;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    position: relative;
}
.lp-wrapper a {
    color: #1a1a1a;
}
.lp-wrapper img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.ft-nav, .cmn-ft {
    z-index: 100;
}

@media only screen and (min-width: 769px) {
    .lp-wrapper {
        font-size: 18px;
        display: flex;
    }
    .lp-wrapper:before {
        content: none;
    }
    .cmn-hd {
        border-bottom: none;
    }
    .btn-pagetop {
        width: 45px;
        height: 45px;
        background: url(../images/btn-pagetop.svg) no-repeat;
        background-size: 100%;
        z-index: 110;
    }
    .btn-pagetop img {
        display: none;
    }
}

@media only screen and (max-width: 769px) {
    a:hover {
        opacity: 1;
    }
}

/*------------------------------------------
  common
------------------------------------------*/
.l-main {
    background: #fff;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding-top: 10.13333vw;
    background: #e8380d;
}

@media only screen and (min-width: 769px) {
    .l-main {
        width: 500px;
        padding-top: 50px;
    }
}

.l-inner {
    padding: 0 8vw;
}

@media only screen and (min-width: 769px) {
    .l-inner {
        padding: 0 40px;
    }
}

.page-ttl {
    color: #fff;
    background: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10.13333vw;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 100;
    font-weight: 500;
}

@media only screen and (min-width: 769px) {
    .page-ttl {
        height: 50px;
        top: 88px;
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

/* ========== Fixed Btn ========== */
.fixed-btn {
    position: -webkit-sticky;
    position:         sticky;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 52px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: #e8380d;
    color: #fff;
    text-align: center;
}
.fixed-btn:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -15px;
    background: url(../images/btn-open.svg) no-repeat center;
    background-size: 100%;
}

@media only screen and (min-width: 769px) {
    .fixed-btn {
        display: none;
    }
}

/* ========== modules ========== */
.c-loopTxt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    width: 100%;
    font-family: "Krona One", sans-serif;
    letter-spacing: .3em;
    font-size: 3.2vw;
}
.c-loopTxt__inner {
    display: flex;
    -webkit-animation: loopTxt 30s linear infinite;
            animation: loopTxt 30s linear infinite;
}
.c-loopTxt__inner .logo-txt {
    display: inline-block;
    line-height: 1.1;
    white-space: nowrap;
}
.c-loopTxt.white {
    color: #fff;
}

@-webkit-keyframes loopTxt {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes loopTxt {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 769px) {
    .c-loopTxt {
        font-size: 16px;
    }
}

.c-list .list-item {
    position: relative;
}
.c-list .list-item:last-child {
    margin-bottom: 0 !important;
}
.c-list .list-item__txt {
    position: relative;
}
.c-list .list-item .item-store {
    font-size: 4.26667vw;
    font-weight: 700;
    margin-bottom: .3em;
}
.c-list .list-item .item-name {
    font-size: 5.33333vw;
    font-weight: 700;
    line-height: 1.2;
}
.c-list .list-item .item-name span {
    font-size: 80%;
}
.c-list .list-item .item-name.nowrap {
    white-space: nowrap;
}
.c-list .list-item .item-price {
    margin-top: .2em;
}
.c-list .list-item .item-txt {
    margin-top: .8em;
}
.c-list .list-item .item-txt p {
    margin-bottom: .8em;
}
.c-list .list-item .item-txt p:last-child {
    margin-bottom: 0;
}
.c-list .list-item .item-txt .sub {
    font-size: 86%;
}
.c-list .list-item .item-label {
    position: absolute;
    top: 0;
    right: 8vw;
}
.c-list .list-item .item-label span {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background: #e8380d;
    padding: 0 .5em;
    min-width: 15.46667vw;
    text-align: center;
}
.c-list .list-item .item-caution {
    font-size: 2.66667vw;
    margin-top: 1.2em;
}
.c-list .list-item .item-caution p {
    text-indent: -1em;
    padding-left: 1em;
}
.c-list .list-item .item-btn {
    text-align: center;
    margin-top: 4.26667vw;
}
.c-list .list-item .item-btn a {
    display: inline-block;
    width: 52vw;
}

@media only screen and (min-width: 769px) {
    .c-list .list-item .item-store {
        font-size: 21px;
    }
    .c-list .list-item .item-name {
        font-size: 26px;
    }
    .c-list .list-item .item-label {
        right: 40px;
    }
    .c-list .list-item .item-label span {
        min-width: 77px;
    }
    .c-list .list-item .item-caution {
        font-size: 13px;
    }
    .c-list .list-item .item-btn {
        margin-top: 21px;
    }
    .c-list .list-item .item-btn a {
        width: 260px;
    }
}

/* ========== pc-side ========== */
.pc-side {
    display: none;
}
.pc-side--right {
    position: fixed;
    width: 100%;
    height: calc(100vh - 55px);
    bottom: 0;
    left: 0;
    background: #e8380d;
    z-index: 101;
}
.pc-side .side-nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -ms-overflow-y: auto;
        overflow-y: auto;
}
.pc-side .side-nav a {
    color: #fff;
    display: block;
}
.pc-side .side-nav__close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    bottom: 16px;
    right: 40px;
    background: url(../images/btn-close.svg) no-repeat center;
    background-size: 100%;
}
.pc-side .side-nav__list li {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: .8em;
}
.pc-side .side-nav__list li:last-child {
    margin-bottom: 0;
}
.pc-side .side-nav__list li ul {
    margin-top: .8em;
    padding-left: 1.3em;
}

@media only screen and (min-width: 769px) {
    .pc-side {
        display: block !important;
        opacity: 1 !important;
        width: calc((100% - 500px) / 2);
        height: calc(100vh - 88px);
        position: -webkit-sticky;
        position:         sticky;
        left: 0;
        top: 88px;
    }
    .pc-side--left {
        background: #e8380d;
    }
    .pc-side .side-txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 45px;
        display: flex;
        align-items: center;
        background: #e8380d;
        z-index: 1;
    }
    .pc-side .side-txt .c-loopTxt {
        font-size: 10px;
    }
    .pc-side .side-link {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .pc-side .side-link a {
        font-size: 12px;
        font-weight: 700;
        background: #e8380d;
        color: #fff;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pc-side .side-bg {
        display: -moz-flex;
        display:      flex;
        -ms-flex-pack: justify;
        flex-wrap: wrap;
    }
    .pc-side .side-bg__slider {
        width: 50%;
    }
    .pc-side .side-bg .slider-item {
        width: 100%;
        height: calc(100vh - 88px);
    }
    .pc-side .side-bg .slider-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .pc-side--right {
        background: #f8f8f5;
    }
    .pc-side .side-nav {
        align-items: center;
    }
    .pc-side .side-nav__close {
        display: none;
    }
    .pc-side .side-nav__inner {
        padding: 0;
    }
    .pc-side .side-nav a {
        color: #e8380d;
    }
    .pc-side .side-nav__list li {
        font-size: 12px;
    }
}

/* ========== swiper ========== */
.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-slide {
    width: auto;
}

/* ========== animation ========== */
.fadeIn {
    opacity: 0;
}
.fadeIn.js-scr-active {
    opacity: 1;
    transition: .6s;
}

body {
    opacity: 0;
}
body.is--active {
    opacity: 1;
    transition: 1s;
}

/*------------------------------------------
  TOP
------------------------------------------*/
.p-topmv {
    position: relative;
    padding-bottom: 15.46667vw;
}
.p-topmv:before {
    content: "";
    width: 191.46667vw;
    height: 191.46667vw;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.66667vw;
    background: #fff;
}
.p-topmv__inner {
    position: relative;
    z-index: 1;
}
.p-topmv .mv-lead {
    margin-top: 1.2em;
    text-align: center;
}
.p-topmv .mv-lead .note {
    font-size: 2.66667vw;
    margin-top: 1.8em;
}

@media only screen and (min-width: 769px) {
    .p-topmv {
        padding-bottom: 75px;
    }
    .p-topmv:before {
        width: 955px;
        height: 955px;
        bottom: 14px;
    }
    .p-topmv .mv-lead .note {
        font-size: 13px;
    }
}

.p-kumamototen {
    padding: 2.66667vw 0 21.33333vw;
}
.p-kumamototen__inner {
    padding: 10.66667vw 0 0;
    position: relative;
    z-index: 1;
}
.p-kumamototen:before, .p-kumamototen:after {
    content: "";
    width: 196vw;
    height: 196vw;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
.p-kumamototen:before {
    top: 10.93333vw;
}
.p-kumamototen:after {
    bottom: 10.66667vw;
}
.p-kumamototen .c-loopTxt__inner {
    width: 298.66667vw;
}
.p-kumamototen .kumamototen-head {
    position: relative;
    text-align: center;
    margin-bottom: 8vw;
}
.p-kumamototen .kumamototen-head__img img {
    transform: scale(1.28);
}
.p-kumamototen .kumamototen-head__img .slick-list {
    overflow: visible;
}
.p-kumamototen .kumamototen-head__img .slick-slide {
    position: relative;
}
.p-kumamototen .kumamototen-head__img .slick-slide:nth-child(odd) {
    z-index: 1;
}
.p-kumamototen .kumamototen-head__label {
    width: 100%;
    position: absolute;
    top: 29.33333vw;
    left: 0;
    z-index: 1;
}
.p-kumamototen .kumamototen-head__label img {
    width: 22.4vw;
}
.p-kumamototen .kumamototen-head__ttl {
    padding-top: 9.33333vw;
    margin-bottom: 3.2vw;
}
.p-kumamototen .kumamototen-head__date img {
    width: 61.33333vw;
}
.p-kumamototen .kumamototen-list {
    background: #fff;
}
.p-kumamototen .kumamototen-list__item {
    display: block;
    position: relative;
    margin-bottom: 8vw;
}
.p-kumamototen .kumamototen-list__item:last-child {
    margin-bottom: 0;
}
.p-kumamototen .kumamototen-list__item .item-more {
    position: absolute;
    right: 0;
    bottom: 6.93333vw;
    width: 36.8vw;
}
.p-kumamototen .kumamototen-more {
    text-align: center;
    padding: 10.66667vw 0 0;
}
.p-kumamototen .kumamototen-more a {
    display: inline-block;
    width: 37.86667vw;
}

@media only screen and (min-width: 769px) {
    .p-kumamototen {
        padding: 13px 0 106px;
    }
    .p-kumamototen__inner {
        padding: 53px 0 0;
    }
    .p-kumamototen:before, .p-kumamototen:after {
        width: 978px;
        height: 978px;
    }
    .p-kumamototen:before {
        top: 53px;
    }
    .p-kumamototen:after {
        bottom: 53px;
    }
    .p-kumamototen .c-loopTxt__inner {
        width: 1490px;
    }
    .p-kumamototen .kumamototen-head {
        margin-bottom: 40px;
    }
    .p-kumamototen .kumamototen-head__label {
        top: 146px;
    }
    .p-kumamototen .kumamototen-head__label img {
        width: 112px;
    }
    .p-kumamototen .kumamototen-head__ttl {
        padding-top: 46px;
        margin-bottom: 16px;
    }
    .p-kumamototen .kumamototen-head__date img {
        width: 368px;
    }
    .p-kumamototen .kumamototen-list__item {
        margin-bottom: 40px;
    }
    .p-kumamototen .kumamototen-list__item .item-more {
        bottom: 35px;
        width: 184px;
    }
    .p-kumamototen .kumamototen-more {
        padding: 53px 0 0;
    }
    .p-kumamototen .kumamototen-more a {
        width: 188px;
    }
}

.p-jack__inner {
    position: relative;
    z-index: 1;
}

.p-jack .jack-head {
    position: relative;
}
.p-jack .jack-head .c-loopTxt {
    position: absolute;
    left: 0;
    top: 24vw;
    font-size: 7.46667vw;
    transform: rotate(-7deg);
}

.p-jack .jack-block {
    position: relative;
    padding: 3.2vw 0 8.53333vw;
    color: #fff;
}
.p-jack .jack-block:nth-child(2n) {
    background: #fff;
    color: #1a1a1a;
}
.p-jack .jack-block__wrapper {
    background: #f55209;
    padding: 2.66667vw 0 0;
}
.p-jack .jack-block__head {
    margin-bottom: 4vw;
}
.p-jack .jack-block__item {
    position: relative;
    margin-top: 5.33333vw;
}
.p-jack .jack-block__item:first-child {
    margin-top: 0;
}
.p-jack .jack-block__item .item-img {
    position: relative;
    margin-bottom: 1.33333vw;
}
.p-jack .jack-block__item .item-img img {
    border-radius: 0 8vw 0 8vw/0 8vw 0 8vw;
}
.p-jack .jack-block__item .item-img .label {
    position: absolute;
    top: 2.66667vw;
    left: 0;
    color: #fff;
    font-size: 3.46667vw;
    padding: 0 2px 0 2.66667vw;
    line-height: 7.73333vw;
    font-weight: 700;
    background: #e8380d;
}
.p-jack .jack-block__item .item-img .label:after {
    content: "";
    width: 2.66667vw;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -1px;
    background: url(../images/top/ribbon.svg) no-repeat center;
    background-size: auto 100%;
}
.p-jack .jack-block__item .item-img .label span {
    font-family: "Krona One", sans-serif;
}
.p-jack .jack-block__item .item-ttl {
    font-weight: 900;
    font-size: 8vw;
    line-height: 1.2;
    white-space: nowrap;
}
.p-jack .jack-block__item .item-ttl.size01 {
    font-size: 6.93333vw;
}
.p-jack .jack-block__item .item-ttl.size02 {
    font-size: 7.46667vw;
}
.p-jack .jack-block__item .item-ttl .sub {
    display: block;
    font-size: 5.33333vw;
}
.p-jack .jack-block__item .item-date {
    display: inline-block;
    font-family: "Krona One", sans-serif;
    font-size: 2.66667vw;
}
.p-jack .jack-block__item .item-date > div {
    display: -moz-flex;
    display:      flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    gap: 0 6.93333vw;
}
.p-jack .jack-block__item .item-date p {
    position: relative;
}
.p-jack .jack-block__item .item-date p:after {
    content: "";
    width: 2.13333vw;
    height: 2.13333vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 100%;
    margin-left: 2.13333vw;
    background-image: url(../images/arrow01-bk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.p-jack .jack-block__item .item-date p:last-child:after {
    content: none;
}
.p-jack .jack-block__item .item-date span {
    font-size: 190%;
}
.p-jack .jack-block__item .item-date.white p:after {
    background-image: url(../images/arrow01-wh.svg);
}
.p-jack .jack-block__item .item-date.orange {
    color: #f55209;
    margin-top: 1.33333vw;
}
.p-jack .jack-block__item .item-date.orange > div {
    background: #fff614;
    padding: 0 1.33333vw;
}
.p-jack .jack-block__item .item-date.orange p:after {
    background-image: url(../images/arrow01-og.svg);
}
.p-jack .jack-block__item .item-txt {
    margin-top: .4em;
}
.p-jack .jack-block__item .item-txt p {
    margin-bottom: 1em;
}
.p-jack .jack-block__item .item-txt p:last-child {
    margin-bottom: 0;
}
.p-jack .jack-block__item .item-txt .time {
    margin-bottom: 0;
    font-size: 2.66667vw;
}
.p-jack .jack-block__item .item-txt .time strong {
    font-size: 160%;
}
.p-jack .jack-block__item .item-catch {
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #00b48a;
    padding: .6em 1em;
    margin: 1em 0 1.5em;
}
.p-jack .jack-block__foot {
    margin-top: 4vw;
    text-align: center;
}
.p-jack .jack-block__foot .foot-img {
    padding-top: 5.33333vw;
    max-width: 59.2vw;
    margin: auto;
}
.p-jack .jack-block__foot .foot-img img {
    transform: scale(1.28);
    border-radius: 50%;
}
.p-jack .jack-block__foot .foot-img .slick-list {
    overflow: visible;
}
.p-jack .jack-block__foot .foot-img .slick-slide {
    position: relative;
}
.p-jack .jack-block__foot .foot-btn {
    display: inline-block;
    width: 36.8vw;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 769px) {
    .p-jack .jack-head .c-loopTxt {
        top: 120px;
        font-size: 37px;
    }
    .p-jack .jack-block {
        padding: 16px 0 42px;
    }
    .p-jack .jack-block__wrapper {
        padding: 13px 0 0;
    }
    .p-jack .jack-block__head {
        margin-bottom: 20px;
    }
    .p-jack .jack-block__item {
        margin-top: 26px;
    }
    .p-jack .jack-block__item .item-img {
        margin-bottom: 7px;
    }
    .p-jack .jack-block__item .item-img img {
        border-radius: 0 40px 0 40px / 0 40px 0 40px;
    }
    .p-jack .jack-block__item .item-img .label {
        top: 13px;
        font-size: 17px;
        padding: 0 2px 0 13px;
        line-height: 38px;
    }
    .p-jack .jack-block__item .item-img .label:after {
        width: 13px;
    }
    .p-jack .jack-block__item .item-ttl {
        font-size: 40px;
    }
    .p-jack .jack-block__item .item-ttl.size01 {
        font-size: 34px;
    }
    .p-jack .jack-block__item .item-ttl.size02 {
        font-size: 37px;
    }
    .p-jack .jack-block__item .item-ttl .sub {
        font-size: 26px;
    }
    .p-jack .jack-block__item .item-date {
        font-size: 13px;
    }
    .p-jack .jack-block__item .item-date > div {
        gap: 0 34px;
    }
    .p-jack .jack-block__item .item-date p:after {
        width: 10px;
        height: 10px;
        margin-left: 10px;
    }
    .p-jack .jack-block__item .item-date.orange {
        margin-top: 6px;
    }
    .p-jack .jack-block__item .item-date.orange > div {
        padding: 0 6px;
    }
    .p-jack .jack-block__item .item-txt .time {
        font-size: 13px;
    }
    .p-jack .jack-block__foot {
        margin-top: 20px;
    }
    .p-jack .jack-block__foot .foot-img {
        padding-top: 26px;
        max-width: 295px;
    }
    .p-jack .jack-block__foot .foot-btn {
        width: 184px;
    }
}

.p-foot {
    padding: 12.26667vw 0 13.33333vw;
    background: #fff;
    text-align: center;
}
.p-foot .foot-btn {
    display: block;
}

@media only screen and (min-width: 769px) {
    .p-foot {
        padding: 60px 0 66px;
    }
}

/*------------------------------------------
  kumamototen
------------------------------------------*/
.lp-wrapper--kumamototen .l-main {
    padding: 0;
    overflow: visible;
}

.p-mv {
    padding-top: 10.13333vw;
}

@media only screen and (min-width: 769px) {
    .p-mv {
        padding-top: 50px;
    }
}

.p-entry .entry-label {
    position: -webkit-sticky;
    position:         sticky;
    left: 0;
}

.p-entry .entry-list {
    position: relative;
    z-index: 1;
}

.p-entry .entry-foot {
    padding-bottom: 21.33333vw;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.p-entry .entry-foot:before {
    content: "";
    width: 196vw;
    height: 196vw;
    border-radius: 50%;
    position: absolute;
    bottom: 8.53333vw;
    left: 50%;
    transform: translateX(-50%);
}
.p-entry .entry-foot a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 37.86667vw;
}

@media only screen and (min-width: 769px) {
    .p-entry .entry-label {
        margin-left: 0;
    }
    .p-entry .entry-foot {
        padding-bottom: 106px;
    }
    .p-entry .entry-foot:before {
        width: 978px;
        height: 978px;
        bottom: 42px;
    }
    .p-entry .entry-foot a {
        width: 188px;
    }
}

.p-entry01 .entry-lead {
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
    background: #fff;
}

.p-entry01 .entry-list {
    background: #fff;
    padding-bottom: 13.33333vw;
}
.p-entry01 .entry-list .list-item {
    margin-bottom: 9.6vw;
}

.p-entry01 .entry-foot {
    background: #f55209;
}
.p-entry01 .entry-foot:before {
    background: #fff;
}

@media only screen and (min-width: 769px) {
    .p-entry01 .entry-lead {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .p-entry01 .entry-list {
        padding-bottom: 66px;
    }
    .p-entry01 .entry-list .list-item {
        margin-bottom: 48px;
    }
}

.p-entry02 {
    background: #f55209;
}
.p-entry02 .entry-lead {
    color: #fff;
    padding-bottom: 11.73333vw;
    background: #231815;
}
.p-entry02 .entry-lead p {
    margin-bottom: .3em;
}
.p-entry02 .entry-lead span {
    display: inline-block;
    font-size: 121%;
    line-height: 1.38;
    padding: 0 .2em;
}
.p-entry02 .entry-lead .fire {
    font-weight: 700;
    color: #231815;
    background: #f55209;
    padding: 0 .3em;
}
.p-entry02 .entry-lead .water {
    font-weight: 700;
    color: #231815;
    background: #fff;
    padding: 0 .3em;
}
.p-entry02 .entry-list {
    background: #231815;
    padding-bottom: 13.33333vw;
}
.p-entry02 .entry-list .list-item {
    margin-bottom: 11.73333vw;
}
.p-entry02 .entry-list .list-item__img {
    margin-bottom: 5.33333vw;
}
.p-entry02 .entry-list .list-item.fire {
    color: #f55209;
}
.p-entry02 .entry-list .list-item.water {
    color: #fff;
}
.p-entry02 .entry-list .list-item .item-icon {
    position: absolute;
    width: 17.06667vw;
    top: -5.33333vw;
    right: 4vw;
}
.p-entry02 .entry-foot {
    background: #bf6727;
}
.p-entry02 .entry-foot:before {
    background: #231815;
}

@media only screen and (min-width: 769px) {
    .p-entry02 .entry-lead {
        padding-bottom: 58px;
    }
    .p-entry02 .entry-list {
        padding-bottom: 66px;
    }
    .p-entry02 .entry-list .list-item {
        margin-bottom: 58px;
    }
    .p-entry02 .entry-list .list-item__img {
        margin-bottom: 26px;
    }
    .p-entry02 .entry-list .list-item .item-icon {
        width: 85px;
        top: -26px;
        right: 20px;
    }
}

.p-entry03 {
    background: #bf6727;
}
.p-entry03 .entry-lead {
    padding-bottom: 10.66667vw;
    color: #fff;
}
.p-entry03 .entry-list {
    padding-bottom: 13.33333vw;
}
.p-entry03 .entry-list .list-item {
    margin-bottom: 10.66667vw;
    color: #fff;
}
.p-entry03 .entry-list .list-item__img {
    margin-bottom: 4.26667vw;
}
.p-entry03 .entry-foot {
    background: #e8380d;
}
.p-entry03 .entry-foot:before {
    background: #bf6727;
}

@media only screen and (min-width: 769px) {
    .p-entry03 .entry-lead {
        padding-bottom: 53px;
    }
    .p-entry03 .entry-list {
        padding-bottom: 66px;
    }
    .p-entry03 .entry-list .list-item {
        margin-bottom: 53px;
    }
    .p-entry03 .entry-list .list-item__img {
        margin-bottom: 21px;
    }
}