/*------------------------------------------
  Base Layout
------------------------------------------*/
.lp-wrapper {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 4vw;
    background: #fffcd3;
    color: #fffcd3;
    line-height: 1.6;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    position: relative;
}
.lp-wrapper a {
    color: #fffcd3;
}
.lp-wrapper img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

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

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

/*------------------------------------------
  common
------------------------------------------*/
.l-main {
    background: #fffcd3;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

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

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

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

/* ========== Fixed Nav ========== */
.fixed-guide {
    position: -webkit-sticky;
    position:         sticky;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
}
.fixed-guide:before {
    content: "";
    width: 100%;
    height: 14.4vw;
    position: absolute;
    bottom: 100%;
    margin-bottom: -1px;
    left: 0;
    background: linear-gradient(0deg, #ff5640 0%, rgba(255, 86, 64, .55) 40%, rgba(255, 86, 64, 0) 100%);
}
.fixed-guide__btn {
    position: absolute;
    right: 1.86667vw;
    bottom: 100%;
    margin-bottom: 3.2vw;
}
.fixed-guide__btn a {
    display: block;
    width: 15.73333vw;
}
.fixed-guide__nav {
    overflow: hidden;
}
.fixed-guide__nav a {
    display: block;
    background: #ff5640;
    border-right: 1px solid #fffcd3;
    font-size: 3.2vw;
    letter-spacing: .03em;
    padding: 1.1em 1.66em;
    font-weight: 800;
}

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

.pc-vote {
    display: none;
}

@media only screen and (min-width: 769px) {
    .pc-vote {
        display: block;
        position: fixed;
        bottom: 20px;
        right: 50%;
        margin-right: -226px;
        z-index: 100;
    }
    .pc-vote a {
        display: block;
        width: 78px;
    }
}

/* ========== modules ========== */
.c-btn01 {
    text-align: center;
}
.c-btn01 a {
    display: inline-block;
    width: 80vw;
    border-radius: 10.13333vw;
    font-size: 8vw;
    font-family: "Lilita One", sans-serif;
    color: #ff5640;
    background: #fffcd3;
    letter-spacing: .097em;
    padding: .1em 0;
}
.c-btn01 span {
    display: inline-block;
    padding-right: 5.33333vw;
    background-image: url(../images/arrow-r01.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2.93333vw;
}

@media only screen and (min-width: 769px) {
    .c-btn01 a {
        width: 400px;
        border-radius: 50px;
        font-size: 40px;
    }
    .c-btn01 span {
        padding-right: 26px;
        background-size: 15px;
    }
}

.c-lead {
    padding: 0 2.66667vw;
    margin-bottom: 6.4vw;
}

@media only screen and (min-width: 769px) {
    .c-lead {
        padding: 0 13px;
        margin-bottom: 32px;
    }
}

.radius20 {
    border-radius: 5.33333vw;
}

@media only screen and (min-width: 769px) {
    .radius20 {
        border-radius: 26px;
    }
}

.js-loopSlider01 .slider-item {
    padding: 0 .8vw;
}
.js-loopSlider01 .slider-item img {
    border-radius: 4vw;
}

@media only screen and (min-width: 769px) {
    .js-loopSlider01 .slider-item {
        padding: 0 4px;
    }
    .js-loopSlider01 .slider-item img {
        border-radius: 20px;
    }
}

/* ========== pc-side ========== */
.pc-side {
    display: none;
}

@media only screen and (min-width: 769px) {
    .pc-side {
        display: block;
        width: calc((100% - 500px) / 2);
        height: calc(100vh - 88px);
        position: -webkit-sticky;
        position:         sticky;
        left: 0;
        top: 88px;
    }
    .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;
    }
    .pc-side .side-nav {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #ff5640;
        line-height: 1.5;
    }
    .pc-side .side-nav a {
        color: #ff5640;
        display: block;
    }
    .pc-side .side-nav__inner {
        display: -moz-flex;
        display:      flex;
        -ms-flex-pack: justify;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        max-width: 320px;
        padding: 10px;
    }
    .pc-side .side-nav__ttl {
        font-family: "Lilita One", sans-serif;
        font-size: 18px;
        letter-spacing: .15em;
        width: 100%;
        margin-bottom: .8em;
    }
    .pc-side .side-nav__list li {
        font-size: 13px;
        font-weight: 800;
        margin-bottom: 1em;
    }
    .pc-side .side-nav__list li:last-child {
        margin-bottom: 0;
    }
    .pc-side .side-nav__qr {
        text-align: center;
        font-size: 11px;
        font-weight: 900;
        width: 88px;
        margin-top: 20px;
    }
    .pc-side .side-nav__qr span {
        display: block;
        margin: .3em 0 0;
    }
}

/* ========== 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
------------------------------------------*/
.lp-wrapper--top section {
    margin-bottom: 1.6vw;
}
.lp-wrapper--top section:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .lp-wrapper--top section {
        margin-bottom: 8px;
    }
}

.p-topmv {
    position: relative;
}
.p-topmv__inner {
    padding: 2.66667vw 0 0;
}
.p-topmv .mv-ttl {
    position: absolute;
    top: 49.06667vw;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.p-topmv .mv-ttl img {
    width: 83.46667vw;
}
.p-topmv .mv-slider {
    height: 56vw;
    overflow: hidden;
}
.p-topmv .mv-slider--top {
    margin-bottom: 44.8vw;
}
.p-topmv .mv-slider .slider-item {
    height: 56vw;
}
.p-topmv .mv-slider .slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 5.33333vw;
}

@media only screen and (min-width: 769px) {
    .p-topmv__inner {
        padding: 13px 0 0;
    }
    .p-topmv .mv-ttl {
        top: 245px;
    }
    .p-topmv .mv-ttl img {
        width: 416px;
    }
    .p-topmv .mv-slider {
        height: 280px;
    }
    .p-topmv .mv-slider--top {
        margin-bottom: 223px;
    }
    .p-topmv .mv-slider .slider-item {
        height: 280px;
    }
    .p-topmv .mv-slider .slider-item img {
        border-radius: 26px;
    }
}

.p-lead {
    text-align: center;
}
.p-lead__inner {
    padding: 8.53333vw 0 9.6vw;
    background: linear-gradient(0deg, #ff6e14 0%, #ff5c41 100%);
}
.p-lead .lead-ttl {
    font-size: 6.4vw;
    line-height: 1.34;
    font-weight: 900;
    margin-bottom: .8em;
}
.p-lead .lead-txt .note {
    font-size: 2.66667vw;
    margin-top: 1.5em;
}

@media only screen and (min-width: 769px) {
    .p-lead__inner {
        padding: 42px 0 48px;
    }
    .p-lead .lead-ttl {
        font-size: 32px;
    }
    .p-lead .lead-txt .note {
        font-size: 13px;
    }
}

.p-oshigourmet__inner {
    padding: 1.6vw 2.4vw 6.4vw;
    background: #ff5f5f;
}

.p-oshigourmet .oshigourmet-ttl {
    margin-left: -5.6vw;
    margin-right: -5.6vw;
    margin-bottom: 6.4vw;
}

.p-oshigourmet .oshigourmet-lead {
    color: #fff28e;
}

.p-oshigourmet .oshigourmet-entry {
    margin-bottom: 6.4vw;
}
.p-oshigourmet .oshigourmet-entry__ttl {
    text-align: center;
    margin-bottom: 3.2vw;
}
.p-oshigourmet .oshigourmet-entry__ttl img {
    width: 66.13333vw;
}
.p-oshigourmet .oshigourmet-entry__list {
    display: -moz-flex;
    display:      flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    gap: 1.6vw 0;
    justify-content: space-between;
}
.p-oshigourmet .oshigourmet-entry__list li {
    width: 49.24%;
}

.p-oshigourmet .oshigourmet-more__txt {
    font-weight: 900;
    letter-spacing: .1em;
    margin-bottom: .5em;
}

.p-oshigourmet .oshigourmet-more a {
    color: #ff5f5f;
}

.p-oshigourmet .oshigourmet-more span {
    background-image: url(../images/arrow-r02.svg);
}

@media only screen and (min-width: 769px) {
    .p-oshigourmet__inner {
        padding: 8px 12px 32px;
    }
    .p-oshigourmet .oshigourmet-ttl {
        margin-left: -28px;
        margin-right: -28px;
        margin-bottom: 32px;
    }
    .p-oshigourmet .oshigourmet-entry {
        margin-bottom: 32px;
    }
    .p-oshigourmet .oshigourmet-entry__ttl {
        margin-bottom: 16px;
    }
    .p-oshigourmet .oshigourmet-entry__ttl img {
        width: 330px;
    }
    .p-oshigourmet .oshigourmet-entry__list {
        gap: 8px 0;
    }
}

.p-spicy__inner {
    padding: 2.4vw 2.4vw 5.33333vw;
    background: #f83d25;
}

.p-spicy .spicy-ttl {
    margin-bottom: 6.4vw;
}
.p-spicy .spicy-ttl img {
    border-radius: 4vw;
}

.p-spicy .spicy-photo {
    margin-bottom: 5.33333vw;
}

.p-spicy .spicy-more a {
    color: #f83d25;
    background: #fdf446;
}

.p-spicy .spicy-more span {
    background-image: url(../images/arrow-r03.svg);
}

@media only screen and (min-width: 769px) {
    .p-spicy__inner {
        padding: 12px 12px 26px;
    }
    .p-spicy .spicy-ttl {
        margin-bottom: 32px;
    }
    .p-spicy .spicy-ttl img {
        border-radius: 20px;
    }
    .p-spicy .spicy-photo {
        margin-bottom: 26px;
    }
}

.p-mango__inner {
    padding: 2.4vw 2.4vw 6.4vw;
    background: #d2f3fa;
}

.p-mango .mango-ttl {
    margin-bottom: 6.4vw;
}
.p-mango .mango-ttl img {
    border-radius: 4vw;
}

.p-mango .mango-photo {
    margin-bottom: 5.33333vw;
}

.p-mango .mango-lead {
    color: #ff5f00;
}

.p-mango .mango-more a {
    color: #fffcd3;
    background: #ff5f00;
}

.p-mango .mango-more span {
    background-image: url(../images/arrow-r04.svg);
}

@media only screen and (min-width: 769px) {
    .p-mango__inner {
        padding: 12px 12px 32px;
    }
    .p-mango .mango-ttl {
        margin-bottom: 32px;
    }
    .p-mango .mango-ttl img {
        border-radius: 20px;
    }
    .p-mango .mango-photo {
        margin-bottom: 26px;
    }
}

.p-brand__inner {
    padding: 6.4vw 0;
    background: url(../images/top/brand-bg.jpg) no-repeat center;
    background-size: cover;
}

.p-brand .brand-ttl {
    text-align: center;
}
.p-brand .brand-ttl img {
    width: 28vw;
}

@media only screen and (min-width: 769px) {
    .p-brand__inner {
        padding: 32px 0;
    }
    .p-brand .brand-ttl img {
        width: 140px;
    }
}

.p-special__inner {
    padding: 1.6vw 2.4vw 9.33333vw;
    background: #59d3b7;
}

.p-special .special-ttl {
    text-align: center;
    font-family: "Lilita One", sans-serif;
    font-size: 12.26667vw;
    letter-spacing: .05em;
}

.p-special .special-item {
    margin-bottom: 8vw;
}
.p-special .special-item:last-child {
    margin-bottom: 0;
}
.p-special .special-item__txt {
    padding: 2.13333vw 2.4vw 0;
}
.p-special .special-item .item-date {
    font-family: "Lilita One", sans-serif;
    line-height: 1.3;
    font-size: 11.73333vw;
    letter-spacing: .05em;
}
.p-special .special-item .item-date span {
    font-weight: 900;
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: inline-block;
    vertical-align: middle;
    color: #59d3b7;
    background: #fffcd3;
    font-size: 4vw;
    border-radius: 1.33333vw;
    padding: .2em .3em;
    letter-spacing: 0;
}
.p-special .special-item .item-ttl {
    line-height: 1.166;
    font-weight: 900;
    margin-bottom: 3.2vw;
}
.p-special .special-item .item-ttl__main {
    font-size: 6.4vw;
}
.p-special .special-item .item-ttl__sub {
    letter-spacing: .03em;
    margin-top: 1em;
}
.p-special .special-item .item-txt {
    line-height: 1.466;
}
.p-special .special-item .item-txt p {
    margin-bottom: .8em;
}
.p-special .special-item .item-txt p:last-child {
    margin-bottom: 0;
}
.p-special .special-item .item-txt .box {
    border: 1.5px solid #fffcd3;
    padding: .8em 1em;
    margin-bottom: .8em;
}
.p-special .special-item .item-txt .box:last-child {
    margin-bottom: 0;
}
.p-special .special-item .item-txt .box__ttl {
    font-weight: 900;
    font-size: 5.33333vw;
    line-height: 1.2;
    margin-bottom: .3em;
}
.p-special .special-item .item-txt .box__ttl span {
    font-weight: 800;
    font-size: 70%;
}
.p-special .special-item .item-txt .box__txt {
    font-size: 3.2vw;
}
.p-special .special-item .item-txt .box table {
    font-size: 3.73333vw;
    width: 100%;
}
.p-special .special-item .item-txt .box table th, .p-special .special-item .item-txt .box table td {
    font-weight: 500;
}
.p-special .special-item .item-txt .box table th {
    width: 3em;
}
.p-special .special-item .item-txt .caution {
    font-size: 80%;
}
.p-special .special-item .item-btn {
    margin-top: 3.2vw;
}

@media only screen and (min-width: 769px) {
    .p-special__inner {
        padding: 8px 12px 46px;
    }
    .p-special .special-ttl {
        font-size: 61px;
    }
    .p-special .special-item {
        margin-bottom: 40px;
    }
    .p-special .special-item__txt {
        padding: 10px 12px 0;
    }
    .p-special .special-item .item-date {
        font-size: 58px;
    }
    .p-special .special-item .item-date span {
        font-size: 20px;
        border-radius: 6px;
    }
    .p-special .special-item .item-ttl {
        margin-bottom: 16px;
    }
    .p-special .special-item .item-ttl__main {
        font-size: 32px;
    }
    .p-special .special-item .item-txt .box__ttl {
        font-size: 26px;
    }
    .p-special .special-item .item-txt .box__txt {
        font-size: 16px;
    }
    .p-special .special-item .item-txt .box table {
        font-size: 18px;
    }
    .p-special .special-item .item-btn {
        margin-top: 16px;
    }
}

.p-caution {
    padding: 5.6vw 5.6vw 16vw;
    color: #434343;
    font-size: 3.2vw;
    line-height: 1.5;
}

@media only screen and (min-width: 769px) {
    .p-caution {
        padding: 28px;
        font-size: 16px;
    }
}

.p-sweets {
    background: url(../images/top/sweets-bg.png) repeat;
    background-size: 9.6vw;
    border-top: 1px solid #d54836;
    padding: 4vw 0 16vw;
    color: #d54836;
}
.p-sweets .sweets-ttl {
    position: relative;
    margin-bottom: 13.33333vw;
}
.p-sweets .sweets-ttl:before {
    content: "";
    width: 21.6vw;
    height: 18.66667vw;
    position: absolute;
    top: 0;
    left: 11.73333vw;
    background: url(../images/top/sakura05.png) no-repeat;
    background-size: 100%;
}
.p-sweets .sweets-ttl img {
    width: 100%;
}
.p-sweets .sweets-txt {
    text-align: center;
    margin-bottom: 13.33333vw;
}
.p-sweets .sweets-item {
    position: relative;
    margin-bottom: 17.33333vw;
}
.p-sweets .sweets-item:last-child {
    margin-bottom: 0;
}
.p-sweets .sweets-item__wrapper {
    margin-bottom: 13.33333vw;
}
.p-sweets .sweets-item__img {
    position: relative;
    z-index: 1;
}
.p-sweets .sweets-item__img .label {
    position: absolute;
    bottom: -5.33333vw;
    right: 0;
    width: 31.46667vw;
}
.p-sweets .sweets-item__img img {
    width: 100%;
}
.p-sweets .sweets-item__txt {
    position: relative;
    width: 85.06667vw;
    height: 61.6vw;
    margin: auto;
    background: url(../images/top/sweets-item-bg.svg) no-repeat center;
    background-size: 100%;
}
.p-sweets .sweets-item__txt:before, .p-sweets .sweets-item__txt:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}
.p-sweets .sweets-item__txt .ttl {
    text-align: center;
}
.p-sweets .sweets-item__txt .txt {
    width: 64vw;
    margin: auto;
}
.p-sweets .sweets-item01 .sweets-item__txt {
    margin-top: -10.66667vw;
}
.p-sweets .sweets-item01 .sweets-item__txt:before {
    top: 12.26667vw;
    left: -3.73333vw;
    width: 13.06667vw;
    height: 11.2vw;
    background-image: url(../images/top/sweets-item01-bg01.png);
}
.p-sweets .sweets-item01 .sweets-item__txt:after {
    bottom: -1.86667vw;
    right: 7.46667vw;
    width: 20vw;
    height: 17.06667vw;
    background-image: url(../images/top/sweets-item01-bg02.png);
}
.p-sweets .sweets-item01 .ttl {
    padding-top: 16vw;
    margin-bottom: 5.86667vw;
}
.p-sweets .sweets-item01 .ttl img {
    width: 66.13333vw;
}
.p-sweets .sweets-item02 .sweets-item__txt {
    margin-top: -10.66667vw;
}
.p-sweets .sweets-item02 .sweets-item__txt:before {
    bottom: 12.26667vw;
    right: -5.06667vw;
    width: 11.2vw;
    height: 15.2vw;
    background-image: url(../images/top/sweets-item02-bg01.png);
}
.p-sweets .sweets-item02 .sweets-item__txt:after {
    content: none;
}
.p-sweets .sweets-item02 .ttl {
    padding-top: 14.13333vw;
    margin-bottom: 3.73333vw;
}
.p-sweets .sweets-item02 .ttl img {
    width: 50.13333vw;
}
.p-sweets .sweets-item03 .sweets-item__txt {
    margin-top: -6.66667vw;
}
.p-sweets .sweets-item03 .sweets-item__txt:before {
    left: 4.8vw;
    top: -2.93333vw;
    width: 20.8vw;
    height: 20.26667vw;
    background-image: url(../images/top/sweets-item03-bg01.svg);
}
.p-sweets .sweets-item03 .sweets-item__txt:after {
    content: none;
}
.p-sweets .sweets-item03 .ttl {
    padding-top: 8vw;
    margin-bottom: 2.66667vw;
}
.p-sweets .sweets-item03 .ttl img {
    width: 39.46667vw;
}
.p-sweets .sweets-photo {
    margin-bottom: 13.33333vw;
}
.p-sweets .more a {
    background: #d54836;
}

@media only screen and (min-width: 769px) {
    .p-sweets {
        background-size: 48px;
        padding: 20px 0 80px;
    }
    .p-sweets .sweets-ttl {
        margin-bottom: 66px;
    }
    .p-sweets .sweets-ttl:before {
        width: 108px;
        height: 93px;
        left: 58px;
    }
    .p-sweets .sweets-txt {
        margin-bottom: 66px;
    }
    .p-sweets .sweets-item {
        margin-bottom: 86px;
    }
    .p-sweets .sweets-item__wrapper {
        margin-bottom: 66px;
    }
    .p-sweets .sweets-item__img .label {
        bottom: -26px;
        width: 157px;
    }
    .p-sweets .sweets-item__txt {
        width: 424px;
        height: 307px;
    }
    .p-sweets .sweets-item__txt .txt {
        width: 320px;
    }
    .p-sweets .sweets-item01 .sweets-item__txt {
        margin-top: -53px;
    }
    .p-sweets .sweets-item01 .sweets-item__txt:before {
        top: 61px;
        left: -18px;
        width: 65px;
        height: 56px;
    }
    .p-sweets .sweets-item01 .sweets-item__txt:after {
        bottom: -9px;
        right: 37px;
        width: 100px;
        height: 85px;
    }
    .p-sweets .sweets-item01 .ttl {
        padding-top: 80px;
        margin-bottom: 29px;
    }
    .p-sweets .sweets-item01 .ttl img {
        width: 330px;
    }
    .p-sweets .sweets-item02 .sweets-item__txt {
        margin-top: -53px;
    }
    .p-sweets .sweets-item02 .sweets-item__txt:before {
        bottom: 61px;
        right: -25px;
        width: 56px;
        height: 76px;
    }
    .p-sweets .sweets-item02 .ttl {
        padding-top: 70px;
        margin-bottom: 18px;
    }
    .p-sweets .sweets-item02 .ttl img {
        width: 250px;
    }
    .p-sweets .sweets-item03 .sweets-item__txt {
        margin-top: -33px;
    }
    .p-sweets .sweets-item03 .sweets-item__txt:before {
        left: 24px;
        top: -15px;
        width: 104px;
        height: 101px;
    }
    .p-sweets .sweets-item03 .ttl {
        padding-top: 40px;
        margin-bottom: 13px;
    }
    .p-sweets .sweets-item03 .ttl img {
        width: 197px;
    }
    .p-sweets .sweets-photo {
        margin-bottom: 66px;
    }
}

/*------------------------------------------
  Oshigourmet
------------------------------------------*/
.lp-wrapper--oshigourmet .l-main {
    padding-bottom: 16vw;
}

@media only screen and (min-width: 769px) {
    .lp-wrapper--oshigourmet .l-main {
        padding-bottom: 16px;
    }
}

.p-oshimv {
    position: relative;
    padding-top: 2.66667vw;
    margin-bottom: 10.66667vw;
}
.p-oshimv__inner {
    background: #ff5f5f;
    padding: 1.06667vw 2.4vw 5.33333vw;
    position: relative;
}
.p-oshimv__inner:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -1px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ff5f5f transparent transparent transparent;
    border-width: 4vw 2.93333vw 0 2.93333vw;
}
.p-oshimv .mv-ttl {
    margin-left: -5.6vw;
    margin-right: -5.6vw;
    margin-bottom: 3.2vw;
}
.p-oshimv .mv-present {
    text-align: center;
    font-weight: 800;
}
.p-oshimv .mv-present__head {
    line-height: 1.42;
    margin-bottom: 1em;
}
.p-oshimv .mv-present__head .head-lead {
    color: #fff28e;
    font-size: 3.73333vw;
    margin-bottom: .5em;
}
.p-oshimv .mv-present__head .head-lead span {
    display: inline-block;
    position: relative;
}
.p-oshimv .mv-present__head .head-lead span:before, .p-oshimv .mv-present__head .head-lead span:after {
    content: "";
    width: 2px;
    height: 1em;
    background: #fff28e;
    border-radius: 4px;
    position: absolute;
    bottom: .2em;
}
.p-oshimv .mv-present__head .head-lead span:before {
    left: -.5em;
    transform: rotate(-20deg);
}
.p-oshimv .mv-present__head .head-lead span:after {
    right: -.5em;
    transform: rotate(20deg);
}
.p-oshimv .mv-present__head .head-ttl {
    color: #ff5f5f;
    background: #fff28e;
    position: relative;
    font-size: 5.86667vw;
    line-height: 10.13333vw;
}
.p-oshimv .mv-present__head .head-ttl:before, .p-oshimv .mv-present__head .head-ttl:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.p-oshimv .mv-present__head .head-ttl:before {
    left: 0;
    border-color: transparent transparent transparent #ff5f5f;
    border-width: 5.06667vw 0 5.06667vw 1.33333vw;
}
.p-oshimv .mv-present__head .head-ttl:after {
    right: 0;
    border-color: transparent #ff5f5f transparent transparent;
    border-width: 5.06667vw 1.33333vw 5.06667vw 0;
}
.p-oshimv .mv-present__item .item-ttl {
    font-size: 5.33333vw;
    line-height: 1.2;
    margin-bottom: .5em;
}
.p-oshimv .mv-present__item .item-img img {
    border-radius: 5.33333vw;
}
.p-oshimv .mv-entry {
    margin-top: 2.66667vw;
}
.p-oshimv .mv-entry__ttl {
    text-align: center;
    background: #fff28e;
    color: #ff5f5f;
    border-radius: 1.33333vw;
    font-size: 4.26667vw;
    letter-spacing: .06em;
    font-weight: 800;
    padding: .3em 0;
    margin-bottom: .3em;
}
.p-oshimv .mv-entry__step div {
    margin-bottom: .3em;
}
.p-oshimv .mv-entry__step div:last-child {
    margin-bottom: 0;
}
.p-oshimv .mv-entry__foot {
    text-align: center;
    margin-top: 1em;
}
.p-oshimv .mv-entry__foot img {
    width: 70.13333vw;
}

@media only screen and (min-width: 769px) {
    .p-oshimv {
        padding-top: 13px;
        margin-bottom: 53px;
    }
    .p-oshimv__inner {
        padding: 5px 12px 26px;
    }
    .p-oshimv__inner:after {
        border-width: 20px 15px 0 15px;
    }
    .p-oshimv .mv-ttl {
        margin-left: -28px;
        margin-right: -28px;
        margin-bottom: 16px;
    }
    .p-oshimv .mv-present__head .head-lead {
        font-size: 18px;
    }
    .p-oshimv .mv-present__head .head-ttl {
        font-size: 29px;
        line-height: 50px;
    }
    .p-oshimv .mv-present__head .head-ttl:before {
        border-width: 25px 0 25px 7px;
    }
    .p-oshimv .mv-present__head .head-ttl:after {
        border-width: 25px 7px 25px 0;
    }
    .p-oshimv .mv-present__item .item-ttl {
        font-size: 26px;
    }
    .p-oshimv .mv-present__item .item-img img {
        border-radius: 26px;
    }
    .p-oshimv .mv-entry {
        margin-top: 13px;
    }
    .p-oshimv .mv-entry__ttl {
        border-radius: 7px;
        font-size: 21px;
    }
    .p-oshimv .mv-entry__foot img {
        width: 350px;
    }
}

.p-entry {
    margin-bottom: 3.2vw;
}
.p-entry:last-child {
    margin-bottom: 0;
}
.p-entry__inner {
    position: relative;
    padding-bottom: 6.4vw;
}
.p-entry .entry-num {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff28e;
    font-family: "Lilita One", sans-serif;
    font-size: 13.33333vw;
    letter-spacing: .1em;
    line-height: 1.2;
}
.p-entry .entry-head {
    position: relative;
    text-align: center;
    margin-top: -5.33333vw;
    margin-bottom: 6.4vw;
}
.p-entry .entry-head__label span {
    display: inline-block;
    font-weight: 900;
    padding: .4em 0;
    min-width: 63.46667vw;
    border-radius: 5.33333vw;
    background: #fffcd3;
}
.p-entry .entry-head__ttl {
    line-height: 1.3;
    font-weight: 900;
}
.p-entry .entry-head__ttl span {
    display: block;
}
.p-entry .entry-head__ttl .ttl-main {
    font-size: 13.33333vw;
}
.p-entry .entry-head__ttl .ttl-sub {
    font-size: 6.4vw;
}
.p-entry .entry-lead {
    padding: 0 5.33333vw;
    margin-bottom: 6.4vw;
}
.p-entry .entry-lead .caution {
    margin-top: 1em;
    font-size: 66%;
}
.p-entry .entry-point {
    padding: 0 2.4vw;
    margin-bottom: 6.4vw;
}
.p-entry .entry-point__ttl {
    text-align: center;
    margin-bottom: 6.4vw;
}
.p-entry .entry-point__ttl img {
    width: 63.73333vw;
}
.p-entry .entry-point__item {
    margin-bottom: 6.4vw;
}
.p-entry .entry-point__item:last-child {
    margin-bottom: 0;
}
.p-entry .entry-point__item .item-img {
    margin-bottom: 3.2vw;
}
.p-entry .entry-point__item .item-ttl {
    text-align: center;
    font-weight: 900;
    font-size: 8.53333vw;
    line-height: 1.2;
}
.p-entry .entry-point__item .item-txt {
    padding: 3.2vw 3.2vw 0;
}
.p-entry .entry-point__item .item-txt .caution {
    font-size: 66%;
    margin-top: .5em;
}
.p-entry .entry-blog {
    position: relative;
}
.p-entry .entry-blog:before, .p-entry .entry-blog:after {
    content: "";
    position: absolute;
    left: 2%;
    background: #fffcd3;
    width: 96%;
    height: 2px;
}
.p-entry .entry-blog:before {
    top: 0;
}
.p-entry .entry-blog:after {
    bottom: 0;
}
.p-entry .entry-blog__trigger {
    text-align: center;
    cursor: pointer;
    font-family: "Lilita One", sans-serif;
    line-height: 1.1;
    font-size: 8vw;
    letter-spacing: .1em;
    padding: .6em 0;
    position: relative;
}
.p-entry .entry-blog__trigger .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6.4vw;
    right: 1em;
    transition: .3s;
    transform-origin: center center;
}
.p-entry .entry-blog__trigger.is-active .arrow {
    transform: translateY(-50%) rotate(45deg);
}
.p-entry .entry-blog__contents {
    display: none;
    padding-bottom: 6.4vw;
}
.p-entry .entry-blog .main-area .box-inner .list-box .list-ttl {
    display: none;
}
.p-entry .entry-blog .main-area .box-inner .list-box {
    margin-top: 0;
}
.p-entry .entry-blog .main-area .box-inner .list-box .item-list {
    gap: 40px 2px;
}
.p-entry .entry-foot {
    text-align: center;
    margin-top: 6.4vw;
}
.p-entry .entry-foot__comment {
    margin-bottom: 5.33333vw;
}
.p-entry .entry-foot__comment img {
    width: auto;
    height: 17.86667vw;
}
.p-entry .entry-foot__btn a {
    display: inline-block;
    background: #fffcd3;
    font-weight: 900;
    font-size: 5.06667vw;
    border-radius: 10.13333vw;
    width: 80vw;
    line-height: 14.4vw;
}
.p-entry .entry-foot__btn span {
    display: inline-block;
    padding-right: 5.33333vw;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2.93333vw;
}

.entry01 .p-entry__inner {
    background: #ff6e14;
}

.entry01 .entry-head__label span {
    color: #ff6e14;
    border: 2px solid #ff6e14;
}

.entry01 .entry-foot__btn a {
    color: #ff6e14;
}

.entry01 .entry-foot__btn span {
    background-image: url(../images/oshigourmet/entry01-arrow.svg);
}

.entry02 .p-entry__inner {
    background: #ff607f;
}

.entry02 .entry-head__label span {
    color: #ff607f;
    border: 2px solid #ff607f;
}

.entry02 .entry-foot__btn a {
    color: #ff607f;
}

.entry02 .entry-foot__btn span {
    background-image: url(../images/oshigourmet/entry02-arrow.svg);
}

.entry03 .p-entry__inner {
    background: #ffb100;
}

.entry03 .entry-head__label span {
    color: #ffb100;
    border: 2px solid #ffb100;
}

.entry03 .entry-foot__btn a {
    color: #ffb100;
}

.entry03 .entry-foot__btn span {
    background-image: url(../images/oshigourmet/entry03-arrow.svg);
}

.entry04 .p-entry__inner {
    background: #ff4141;
}

.entry04 .entry-head__label span {
    color: #ff4141;
    border: 2px solid #ff4141;
}

.entry04 .entry-foot__btn a {
    color: #ff4141;
}

.entry04 .entry-foot__btn span {
    background-image: url(../images/oshigourmet/entry04-arrow.svg);
}

.entry05 .p-entry__inner {
    background: #ff8084;
}

.entry05 .entry-head__label span {
    color: #ff8084;
    border: 2px solid #ff8084;
}

.entry05 .entry-foot__btn a {
    color: #ff8084;
}

.entry05 .entry-foot__btn span {
    background-image: url(../images/oshigourmet/entry05-arrow.svg);
}

.entry06 .p-entry__inner {
    background: #77d0d8;
}

.entry06 .entry-head__label span {
    color: #77d0d8;
    border: 2px solid #77d0d8;
}

.entry06 .entry-foot__btn a {
    color: #77d0d8;
}

.entry06 .entry-foot__btn span {
    background-image: url(../images/oshigourmet/entry06-arrow.svg);
}

@media only screen and (min-width: 769px) {
    .p-entry {
        margin-bottom: 16px;
    }
    .p-entry__inner {
        padding-bottom: 32px;
    }
    .p-entry .entry-num {
        font-size: 66px;
    }
    .p-entry .entry-head {
        margin-top: -26px;
        margin-bottom: 32px;
    }
    .p-entry .entry-head__label span {
        min-width: 316px;
        border-radius: 26px;
    }
    .p-entry .entry-head__ttl .ttl-main {
        font-size: 66px;
    }
    .p-entry .entry-head__ttl .ttl-sub {
        font-size: 32px;
    }
    .p-entry .entry-lead {
        padding: 0 26px;
        margin-bottom: 32px;
    }
    .p-entry .entry-point {
        padding: 0 12px;
        margin-bottom: 32px;
    }
    .p-entry .entry-point__ttl {
        margin-bottom: 32px;
    }
    .p-entry .entry-point__ttl img {
        width: 318px;
    }
    .p-entry .entry-point__item {
        margin-bottom: 32px;
    }
    .p-entry .entry-point__item .item-img {
        margin-bottom: 16px;
    }
    .p-entry .entry-point__item .item-ttl {
        font-size: 42px;
    }
    .p-entry .entry-point__item .item-txt {
        padding: 16px 16px 0;
    }
    .p-entry .entry-blog__trigger {
        font-size: 40px;
    }
    .p-entry .entry-blog__trigger .arrow {
        font-size: 32px;
    }
    .p-entry .entry-blog__contents {
        padding-bottom: 32px;
    }
    .p-entry .entry-blog .main-area .box-inner {
        padding: 0;
    }
    .p-entry .entry-blog .main-area .box-inner .list-box .item-list {
        padding: 0;
    }
    .p-entry .entry-blog .main-area .box-inner .list-box .item-list {
        gap: 40px 2px;
    }
    .p-entry .entry-blog .main-area .box-inner .list-box .item-list li {
        width: calc(100% / 2 - 1px);
    }
    .p-entry .entry-foot {
        margin-top: 32px;
    }
    .p-entry .entry-foot__comment {
        margin-bottom: 26px;
    }
    .p-entry .entry-foot__comment img {
        height: 89px;
    }
    .p-entry .entry-foot__btn a {
        font-size: 25px;
        border-radius: 50px;
        width: 400px;
        line-height: 72px;
    }
    .p-entry .entry-foot__btn span {
        padding-right: 26px;
        background-size: 15px;
    }
}