@charset "Shift_JIS";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

em,
i {
    font-style: normal
}

html {
    font-size: 62.5%
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: auto;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #2f1708;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .1em;
    margin: 0;
}

body a {
    text-decoration: none
}

body * {
    box-sizing: border-box
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

body {
    background-color: #fff;
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

body.is-complete {
    opacity: 1;
    height: auto;
    overflow: visible
}

.clearfix {
    *zoom: 1
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.container {
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .container {
        overflow: hidden
    }
}

.main {
    width: 100%;
    display: block;
    opacity: 0;
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

.main.is-loaded {
    opacity: 1
}

.inner {
    width: 100%;
    display: block;
    max-width: 1030px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width:768px) {
    .inner {
        max-width: 100%;
        padding: 0 15px
    }
}

img {
    height: auto
}

.br-sp {
    display: none
}

@media screen and (max-width:768px) {
    .br-sp {
        display: block
    }
}

.br-pc {
    display: block
}

@media screen and (max-width:768px) {
    .br-pc {
        display: none
    }
}

#barba-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff
}

#barba-wrapper.is-transition {
    opacity: 0;
    visibility: none;
    pointer-events: none
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.global-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0
}

@media screen and (max-width:768px) {
    .global-header {
        height: 0
    }
}

.global-header .inner {
    display: flex;
    justify-content: space-between;
    height: 0
}

@media screen and (max-width:768px) {
    .global-header .inner {
        justify-content: center
    }
}

.global-header__logo {
    display: block
}

.is-open .global-header__logo {
    visibility: hidden;
    pointer-events: none
}

.global-header__logo img {
    width: 145px
}

@media screen and (max-width:768px) {
    .global-header__logo img {
        width: 119px;
        opacity: 0;
        pointer-events: none
    }

    .global-header__logo img.is-show {
        opacity: 1;
        pointer-events: auto
    }
}

.global-header__btn {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    bottom: -16px;
    opacity: 1;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .15)
}

@media screen and (max-width:768px) {
    .global-header__btn {
        position: fixed;
        bottom: 20px;
        right: 15px
    }
}

.is-open .global-header__btn>span:first-child {
    -webkit-transform: translate(16px, 28px) rotate(45deg);
    transform: translate(16px, 28px) rotate(45deg)
}

.is-open .global-header__btn>span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translate(36px, 29px) rotate(0deg);
    transform: translate(36px, 29px) rotate(0deg)
}

.is-open .global-header__btn>span:last-child {
    -webkit-transform: translate(16px, 28px) rotate(-45deg);
    transform: translate(16px, 28px) rotate(-45deg)
}

.global-header__btn>span {
    display: block;
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #d51a23;
    border-radius: 1.5px;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1
}

.global-header__btn>span:first-child {
    -webkit-transform: translate(16px, 20px) rotate(0deg);
    transform: translate(16px, 20px) rotate(0deg)
}

.global-header__btn>span:nth-child(2) {
    -webkit-transform: translate(16px, 29px) rotate(0deg);
    transform: translate(16px, 29px) rotate(0deg)
}

.global-header__btn>span:last-child {
    -webkit-transform: translate(16px, 38px) rotate(0deg);
    transform: translate(16px, 38px) rotate(0deg)
}

.global-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.global-header__menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 99
}

.global-header__menu-inner {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:768px) {
    .global-header__menu-inner {
        max-width: 100%;
        padding: 0 25px
    }
}

.global-header__menu-left {
    min-width: 262px
}

.global-header__menu-right img {
    display: block;
    width: 237px;
    position: relative;
    top: 16px;
    left: -6px
}

@media screen and (max-width:767px) {
    .global-header__menu-right {
        display: none
    }
}

.global-header__menu-items {
    margin: 0 0 90px
}

.global-header__menu-items a {
    display: block;
    position: relative;
    margin: 0 0 40px;
    opacity: 1;
    color: #2f1708
}

.global-header__menu-items a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #7a371e;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.global-header__menu-items a:hover:after {
    opacity: 1
}

.global-header__menu-items a:hover span {
    -webkit-transform: translate(30px);
    transform: translate(30px)
}

.global-header__menu-items a span {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1;
    letter-spacing: -.1em;
    font-weight: 700;
    display: block;
    position: relative;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (max-width:768px) {
    .global-header__menu-items a span {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1
    }
}

.global-header__menu-sns {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media screen and (max-width:768px) {
    .global-header__menu-sns {
        position: fixed;
        bottom: 30px;
        left: 25px
    }
}

.global-header__menu-sns a {
    display: block;
    margin-right: 10px;
    opacity: 1;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.global-header__menu-sns a:hover {
    opacity: .8
}

.global-header__menu-sns a img {
    width: 40px
}

.global-footer {
    border-top: 1px solid #efeeed;
    padding: 76px 0 62px;
    position: relative;
    background-color: #fff
}

@media screen and (max-width:768px) {
    .global-footer {
        padding: 72px 0 94px
    }
}

.global-footer__btn {
    margin: 0 0 60px
}

@media screen and (max-width:768px) {
    .global-footer__btn {
        margin: 0 0 32px
    }
}

.global-footer__btn .btn {
    margin: 0 auto;
}

.global-footer__btn a.btn.btn-mid {
    border-radius:30px;
    width:280px;
    background: #f00;
    border: 2px solid #f00;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
}

.global-footer__btn a.btn.btn-mid span{
    font-size: 20px;
    font-size: 2rem;
}

.global-footer__btn a.btn.btn-mid:hover{
    background: #fff;
}
.global-footer__btn a.btn.btn-mid:hover span{
color: #f00;
}

.global-footer__btn a.btn.btn-mid:before{
    position:absolute;
    content:"";
    top:calc(50% - 14px);
    right:4.5%;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#fff;
    }
    .global-footer__btn a.btn.btn-mid:hover:before{
        background:#f00;
    }
.global-footer__btn a.btn.btn-mid:after{
        position:absolute;
        content:"＞";
        top:calc(50% - 1rem);
        right:6.1%;
        color:#f00;
        font-size:1.8rem;
        line-height: 1;
        letter-spacing: 0;
    }
    .global-footer__btn a.btn.btn-mid:hover:after{
        color:#fff;
    }

.global-footer__logo {
    margin: 0 0 30px;
    text-align: center
}

@media screen and (max-width:768px) {
    .global-footer__logo {
        margin: 0 0 16px
    }
}

.global-footer__logo a {
    display: inline-block
}

.global-footer__logo a:hover img {
    opacity: .8
}

.global-footer__logo img {
    width: 240px;
    display: block;
    margin: 0 auto;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

@media screen and (max-width:768px) {
    .global-footer__logo img {
        width: 120px
    }
}

.global-footer__copy {
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: -.025em;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .global-footer__copy {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1
    }
}

.mainvisual {
    position: relative
}

.mainvisual__inner {
    background-color: #d51a23;
    height: 379px;
    padding: 15px 0 0
}

.mainvisual__img {
    width: 100%;
    height: 315px;
    background: url(../images/top/mv-pc.png) repeat-x;
    background-position: 0 0;
    background-size: cover;
    -webkit-animation: bgroop 160s linear infinite;
    animation: bgroop 160s linear infinite
}

.mainvisual__title {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media screen and (max-width:768px) {
    .mainvisual__title {
        top: 38px
    }
}

.mainvisual__title img {
    width: 289px
}

@media screen and (max-width:768px) {
    .mainvisual__title img {
        width: 271px
    }
}

.mainvisual__form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    top: -40px
}

.is-search .mainvisual__form {
    top: 0;
    margin-bottom: 40px
}

@media screen and (max-width:768px) {
    .is-search .mainvisual__form {
        margin-bottom: 25px;
        padding: 0
    }
}

@media screen and (max-width:768px) {
    .mainvisual__form {
        padding: 15px;
        top: -50px
    }

    .is-search .mainvisual__form {
        top: 0
    }
}

.mainvisual__form input {
    width: 100%;
    background-color: #fff;
    padding: 29px 110px 29px 29px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15)
}

@media screen and (max-width:768px) {
    .mainvisual__form input {
        padding: 29px 105px 29px 17px
    }
}

.is-search .mainvisual__form input {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1)
}

.mainvisual__form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

@media screen and (max-width:768px) {
    .mainvisual__form button {
        right: 30px
    }
}

@-webkit-keyframes bgroop {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -2623px 0
    }
}

@keyframes bgroop {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -2623px 0
    }
}

.top-section__title {
    text-align: center;
    margin: 0 0 50px
}

.top-section__title img {
    max-width: 100%
}

.top-type .top-section__title img {
    width: 324px
}

@media screen and (max-width:768px) {
    .top-type .top-section__title img {
        width: 280px
    }
}

.top-recommend .top-section__title img {
    width: 335px
}

@media screen and (max-width:768px) {
    .top-recommend .top-section__title img {
        width: 279px
    }
}

/* ランキング */
.top-section.top-ranking{
 margin-bottom: 50px;
}

.top-section.top-ranking .top-recommend__item.top-other__item{
    position: relative;
}

.top-section.top-ranking .top-recommend__item-head{
    background: #f00;
}

.top-section.top-ranking .top-recommend__item-text.txtmin{
    min-height: 4.9em;
}

.top-section.top-ranking .top-recommend__item a{
    height: auto;
}

.top-recommend__item-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #a64d23;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
    padding: 0 2%;
    position: relative;
    z-index: 5;
}

.top-recommend__item-footer::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 2%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #ffffff;
    border-right: 0;
    
  }

.top-recommend__item-footer:hover{
    opacity: .7;
}

.top-ranking .top-section__title {
    margin: 0 0 25px;
}

.top-ranking .top-section__title img {
    width: 600px;
}

.top-ranking .top-section__title img.pc {
    display: inline-block;
}
.top-ranking .top-section__title img.sp {
    display: none;
}

.top-ranking .top-ranking__read{
    text-align: center;
    font-size: 15.5px;
    font-size: 1.55rem;
    padding: 0 0 4%;
    margin-bottom: 4%;
    line-height: 1.54839;
    font-weight: 700;
    background: url(../images/top/recipe-read.png) no-repeat center bottom;
    background-size: 70% auto;
}

/* .top-recommend__item.top-other__item:hover a + .ranking-modal{ */
.top-recommend__item.top-other__item .ranking-modal.show{
    opacity: 1;
    /* display: block; */
    visibility:visible;
    cursor: pointer;
    top: 9%;
}

.ranking-modal{
    position: absolute;
    top: 0;
    left: 2%;
    padding: 5% 6%;
    width: 96%;
    border: 5px solid #A84B00;
    background: #FFF5E9;
    border-radius: 15px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .55);
    z-index: 50;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
}

.ranking-modal__title{
    background: #A84B00;
    color: #fff;
    font-size: 15.5px;
    font-size: 1.55rem;
    line-height: 1.54839;
    font-weight: 700;
    border-radius: 20px;
    position: relative;
    padding: 2% 0;
    text-align: center;
    margin: 0 0 30px;
}

.ranking-modal__close{
    position: absolute;
    top: -16px;
    right: -16px;
    width: 32px;
    height: auto;
}

.ranking-modal__close img{
    width: 32px;
    height: auto;
}

.ranking-modal__title::before{
    content: "";
    position: absolute;
    bottom: -12px;
    left: calc(50% - 12px);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 13px solid #a84b00;
    border-bottom: 0;
}

.ranking-modal__txt{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
    margin: 0 0 20px;
    letter-spacing: 0;
}

.ranking-modal__pict{
    position: relative;
    padding: 3%;
    background: #fff;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, .15);
}

.ranking-modal__pict img{
width: 100%;
height: auto;
}

@media screen and (max-width:768px) {
    .top-ranking .top-section__title img {
        width: 90%;
    }
    .top-ranking .top-section__title img.pc {
        display: none;
    }
    .top-ranking .top-section__title img.sp {
        display: inline-block;
    }
    .top-ranking .top-ranking__read{
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 2.18182;
        letter-spacing: -.07em;
        /* background: url(../images/top/recipe-read.png) no-repeat center bottom; */
        background-size: 100% auto;
    }

    .top-ranking .top-other__item:nth-child(2n){
        display: block;
    }

    .top-recommend__item-footer {
        height: 36px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .top-recommend__item-footer::after {
        top: 12px;
        right: 2%;
        border-style: solid;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #ffffff;
        border-right: 0;
        
      }
}


.top-other .top-section__title img {
    width: 203px
}

.top-type {
    padding: 44px 0 143px
}

@media screen and (max-width:768px) {
    .top-type {
        padding: 44px 0 78px
    }
}

.top-type__items {
    margin: -100px auto 0
}

@media screen and (max-width:768px) {
    .top-type__items {
        margin: 0 auto
    }
}

.top-type__items.swiper-container {
    overflow: visible !important
}

.top-type__items-inner {
    display: flex;
    margin: 100px 0 0
}

@media screen and (max-width:768px) {
    .top-type__items-inner {
        margin: 0 auto
    }
}

.top-type__item {
    position: relative;
    width: 14.28%
}

.top-type__item a {
    display: block;
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #2f1708;
    padding: 30px 10px;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 8px 24px 0 transparent
}

.top-type__item a:hover {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15)
}

.top-type__item a:hover+.top-type__item-cat {
    top: -81px;
    z-index: 4
}

.top-type__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    height: 145px
}

.top-type__item-img img {
    max-width: 115px;
    width: 100%
}

.top-type__item-title {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.18182;
    letter-spacing: -.07em
}

.top-type__item-title strong {
    font-size: 15.5px;
    font-size: 1.55rem;
    line-height: 1.54839;
    font-weight: 700
}

.top-type__item-cat {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    transition: all .2s cubic-bezier(.5, 1.92, .52, .85)
}

.top-type__item-cat img {
    width: 90px
}

.top-hotate{
    background: url(../images/top/hotate-back.png) repeat-x top center;
    background-size: auto 100%;
    padding: 3% 0;
    margin: 0 0 6%;
}

.top-hotate .top-section__title{
    position: relative;
}

.top-hotate .top-section__title::before{
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/top/tilte-sub.png) no-repeat;
    display: block;
    width: 300px;
    background-size: contain;
    height: 80px;
}

.top-hotate .top-section__title img{
    width: 600px;
}

.top-hotate .swiper-slide{
    width:33%;
    text-align:center;
    border-radius: 8px;
    /* overflow: hidden; */
}

.top-hotate .swiper-slide a{
    display: inline-block;
    border-radius: 8px;
    /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15); */
    transition: all .4s;
    line-height: .7;
}

.top-hotate .swiper-slide a:hover{
    /* border: 1px solid rgba(47, 23, 8, .1); */
    box-shadow: -1px 8px 28px 0 rgba(0, 0, 0, .45);
    border-radius:8px;
}

.top-hotate .swiper-slide h3{
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 20px;
    line-height: 1.6;
    font-weight: 900;
    letter-spacing: -2px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    background: #fff;
    margin: 0;
}

.top-hotate .swiper-slide01 h3{
    border-top: 2px solid #DD1817;
    border-left: 2px solid #DD1817;
    border-right: 2px solid #DD1817;
    color: #DD1817;
}

.top-hotate .swiper-slide02 h3{
    border-top: 2px solid #58A136;
    border-left: 2px solid #58A136;
    border-right: 2px solid #58A136;
    color: #58A136;
}

.top-hotate .swiper-slide03 h3{
    border-top: 2px solid #FA8F26;
    border-left: 2px solid #FA8F26;
    border-right: 2px solid #FA8F26;
    color: #FA8F26;
}

.top-hotate .swiper-slide04 h3{
    border-top: 2px solid #405BFF;
    border-left: 2px solid #405BFF;
    border-right: 2px solid #405BFF;
    color: #405BFF;
}

.top-hotate .swiper-slide05 h3{
    border-top: 2px solid #B87137;
    border-left: 2px solid #B87137;
    border-right: 2px solid #B87137;
    color: #B87137;
}

.top-hotate .swiper-slide06 h3{
    border-top: 2px solid #422100;
    border-left: 2px solid #422100;
    border-right: 2px solid #422100;
    color: #422100;
}

.top-hotate .swiper-slide07 h3{
    border-top: 2px solid #D09D00;
    border-left: 2px solid #D09D00;
    border-right: 2px solid #D09D00;
    color: #D09D00;
}

.top-hotate .swiper-slide .hotate-img{
    position: relative;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.top-hotate .swiper-slide img{
    width: 100%;
    /* border-radius: 0 0 8px 8px; */
    opacity: 0;
}

.top-hotate .swiper-slide01 .hotate-img{
    background: url(../images/recipe/120.jpg) no-repeat center;
    background-size: auto 120%;
}

.top-hotate .swiper-slide02 .hotate-img{
    background: url(../images/recipe/121.jpg) center;
    background-size: auto 120%;
}

.top-hotate .swiper-slide03 .hotate-img{
    background: url(../images/recipe/122.jpg) center;
    background-size: auto 120%;
}

.top-hotate .swiper-slide04 .hotate-img{
    background: url(../images/recipe/123.jpg) center;
    background-size: auto 120%;
}

.top-hotate .swiper-slide05 .hotate-img{
    background: url(../images/recipe/124.jpg) center;
    background-size: auto 120%;
}

.top-hotate .swiper-slide06 .hotate-img{
    background: url(../images/recipe/125.jpg) center;
    background-size: auto 120%;
}

.top-hotate .swiper-slide07 .hotate-img{
    background: url(../images/recipe/126.jpg) center;
    background-size: auto 120%;
}

.top-hotate .top-hotate__cookingtime{
    position: absolute;
    bottom: 55px;
    right: 30px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0;
}

.top-hotate .top-hotate__cookingtime dt{
    padding: 0;
    margin: 26% 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.025em;
}

.top-hotate .top-hotate__cookingtime dd{
    padding: 0;
    margin: 7% 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.025em;
}

.top-hotate .top-recommend__item-label{
    position: absolute;
    bottom: 16px;
    right: 30px;
    margin: 0;
}

.top-hotate .js-swiper-pagination01{
    text-align: center;
    margin: 3% 0 0;
}

.top-hotate .js-swiper-pagination01 span{
    margin: 0 .5%;
}

.top-hotate .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #a64d23;
}

.top-hotate .swiper-pagination-bullet-active{
    background: #a64d23;
}

@media screen and (max-width:768px) {
    .top-hotate{
        margin: 0 0 50px;
    }
    .top-hotate .top-section__title{
        margin: 11% 0 3%;
    }
    .top-hotate .top-section__title img{
        width: 80%;
    }
    .top-hotate .swiper-slide{
        width:100%;
    }
    .top-hotate .swiper-slide a{
        width: 98%;
    }
}



.top-recommend {
    padding: 0 0 61px
}

@media screen and (max-width:768px) {
    .top-recommend {
        padding: 0 0 89px
    }
}

.top-recommend__items.swiper-container {
    overflow: visible !important
}

.top-recommend__items-pagination {
    margin: 60px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:768px) {
    .top-recommend__items-pagination {
        position: absolute;
        margin: 30px 0 0;
        z-index: 10
    }

    #js-top-type__items .top-recommend__items-pagination {
        position: static;
        margin: 15px 0 0
    }
}

.top-recommend__items-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a64d23
}

.top-recommend__items-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background-color: #dfbfa3;
    margin: 0 4px;
    outline: none;
    opacity: 1
}

.top-recommend__item {
    display: block;
    width: 484px;
    position: relative
}

@media screen and (max-width:768px) {
    .top-recommend__item {
        width: 100%
    }
}

.top-recommend__item a {
    display: block;
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #2f1708;
    padding: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(47, 23, 8, 0);
    width: 100%;
    height: 100%
}

.top-recommend__item a:hover {
    border: 1px solid rgba(47, 23, 8, .1);
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, .45)
}

.top-recommend__item-head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #a64d23;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    font-weight: 700
}

.top-recommend__item-head i {
    position: relative;
    top: -2px;
    left: 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1
}



.top-recommend__item-info {
    padding: 33px 32px;
    position: relative
}

@media screen and (max-width:768px) {
    .top-recommend__item-info {
        padding: 18px 20px
    }
}

.top-recommend__item-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 20px
}

.top-recommend__item-icon img {
    display: block;
    width: 60px
}

@media screen and (max-width:768px) {
    .top-recommend__item-icon img {
        width: 45px
    }
}

.top-recommend__item-label {
    border-radius: 20px;
    display: inline-block;
    padding: 9px 6px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: -.025em;
    font-weight: 700
}

.top-recommend__item-label.is-red {
    background-color: #dc1716
}

.top-recommend__item-label.is-green {
    background-color: #58a135
}

.top-recommend__item-label.is-yellow {
    background-color: #edbe2e
}

.top-recommend__item-label.is-blue {
    background-color: #405bff
}

.top-recommend__item-label.is-brown {
    background-color: #b87137
}

.top-recommend__item-label.is-white {
    background-color: #fa8f27
}

.top-recommend__item-label.is-orange {
    background-color: #fc932b
}

.top-recommend__item-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.66667;
    letter-spacing: 0;
    font-weight: 700;
    margin: 7px 0 6px
}

@media screen and (max-width:768px) {
    .top-recommend__item-title {
        margin: 7px 0 -1px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.63636
    }
}

.top-recommend__item-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 26px
}

@media screen and (max-width:768px) {
    .top-recommend__item-text {
        margin: 0 0 15px
    }
}

.top-recommend__item-box {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    .top-recommend__item-box {
        display: block
    }
}

.top-recommend__item-box-left {
    width: 160px;
    margin-right: 25px
}

@media screen and (max-width:768px) {
    .top-recommend__item-box-left {
        width: 100%;
        margin: 0 auto 28px
    }
}

.top-recommend__item-box-right {
    width: calc(100% - 185px)
}

@media screen and (max-width:768px) {
    .top-recommend__item-box-right {
        width: 100%
    }
}

.top-recommend__item-figure {
    margin: 0 0 10px
}

@media screen and (max-width:768px) {
    .top-recommend__item-figure {
        margin: 0 0 16px
    }
}

.top-recommend__item-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.top-recommend__item-img img {
    width: 160px;
    display: block;
    opacity: 0
}

@media screen and (max-width:768px) {
    .top-recommend__item-img img {
        width: 100%
    }
}

.top-recommend__item-time {
    background-color: #fdeeed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    color: #a54d23;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1
}

@media screen and (max-width:768px) {
    .top-recommend__item-time {
        height: 42px
    }
}

.top-recommend__item-time i {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700
}

.top-recommend__item-tag {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -.01em
}

@media screen and (max-width:768px) {
    .top-recommend__item-tag {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.125
    }
}

.top-recommend__item-material {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
    padding: 14px 16px;
    border: 1px solid #efeeed
}

@media screen and (max-width:768px) {
    .top-recommend__item-material {
        padding: 14px 16px 6px
    }
}

.top-recommend__item-material-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 16px
}

@media screen and (max-width:768px) {
    .top-recommend__item-material-title {
        margin: 0 0 15px
    }
}

.top-recommend__item-material-title img {
    width: 14px;
    margin-right: 10px
}

.top-recommend__item-material-title span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700
}

.top-recommend__item-material-items {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.top-recommend__item-material-items li {
    display: block;
    border: 1px solid #efeeed;
    padding: 6px 5px 5px;
    margin: 0 0 5px 5px;
    border-radius: 12px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: -.01em
}

@media screen and (max-width:768px) {
    .top-recommend__item-material-items li {
        font-size: 10px;
        font-size: 1rem;
        line-height: 1
    }
}

.no-items {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700
}

.top-other {
    padding: 0 0 90px
}

@media screen and (max-width:768px) {
    .top-other {
        padding: 0 0 36px
    }
}

.top-other__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px
}

@media screen and (max-width:768px) {
    .top-other__items {
        margin: 0 0 17px
    }
}

.top-other__item {
    width: calc(50% - 18px);
    margin-right: 36px;
    margin-bottom: 36px
}

@media screen and (max-width:768px) {
    .top-other__item {
        width: 100%;
        margin: 0 0 15px
    }
}

.top-other__item:nth-child(2n) {
    margin-right: 0
}

@media screen and (max-width:768px) {
    .top-other__item:nth-child(2n) {
        display: none
    }
}

@media screen and (max-width:768px) {

    #js-list-items__inner .top-other__item:nth-child(2n),
    .top-other__item:nth-child(2) {
        display: block
    }
}

.top-other__btn{
text-align:center;
}

.top-other__btn .btn {
    margin: 0 auto
}

.top-other__btn a{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -1px;
    display:inline-block;
    border: 1px solid #873021;
    padding:1.5% 1%;
    color:#873021;
    border-radius:30px;
    margin: 0 auto;
    position:relative;
    width:280px;
}

.top-other__btn a:hover{
    color:#fff;
    background:#873021;
}

.top-other__btn a:hover:before{
    background:#fff;
}

.top-other__btn a:hover:after{
    color:#873021;
}

.top-other__btn a:before{
position:absolute;
content:"";
top:calc(50% - 14px);
right:5%;
width:28px;
height:28px;
border-radius:50%;
background:#873021;
}

.top-other__btn a:after{
    position:absolute;
    content:"＞";
    top:calc(50% - .9rem);
    right:6.7%;
    transform:rotate(90deg);
    color:#fff;
    font-size:1.8rem;
}

@media screen and (max-width:768px) {
    .top-other__btn a{
        width:280px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top-other__btn .btn{
        margin: 0 auto 8%;
    }
    /* .top-other__btn a:before {
        top: calc(50% - 10px);
        right: 5%;
        width: 20px;
        height: 20px;
    } */
    .top-other__btn a:after {
        /* top: calc(50% - .8rem); */
        right: 6.67%;
        /* font-size: 1.6rem; */
    }
}

.top-brand {
    background-image: url(../images/common/suzu.gif);
    padding: 92px 0 166px
}

@media screen and (max-width:768px) {
    .top-brand {
        padding: 82px 0 99px
    }
}

.top-brand__head {
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    max-width: 640px;
    margin: 0 auto 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 40px;
    position: relative
}

@media screen and (max-width:768px) {
    .top-brand__head {
        display: block;
        padding: 14px 18px;
        margin: 0 auto 15px
    }
}

.top-brand__head:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 30px 30px 0;
    z-index: 2
}

@media screen and (max-width:768px) {
    .top-brand__head:after {
        bottom: -17px;
        border-width: 25px 25px 0
    }
}

.top-brand__head:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    z-index: 1;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15)
}

@media screen and (max-width:768px) {
    .top-brand__head:before {
        bottom: -10px
    }
}

.top-brand__head-img {
    display: block;
    width: 233px
}

@media screen and (max-width:768px) {
    .top-brand__head-img {
        max-width: 100%;
        margin: 0 auto 30px
    }
}

.top-brand__head-info {
    padding-left: 35px;
    width: calc(100% - 233px)
}

@media screen and (max-width:768px) {
    .top-brand__head-info {
        padding: 0;
        width: 100%
    }
}

.top-brand__head-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px
}

.top-brand__head-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (max-width:768px) {
    .top-brand__head-text {
        position: relative;
        z-index: 4
    }
}

.top-brand__head-mask {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 50px;
    height: 30px;
    z-index: 3;
    background-color: #fff
}

.top-brand__video {
    margin: 0 0 32px
}

.top-brand__video-thumb img {
    display: block;
    margin: 0 auto;
    width: 655px;
    position: relative;
    top: 0;
    left: -32px;
    cursor: pointer
}

@media screen and (max-width:768px) {
    .top-brand__video-thumb img {
        width: 100%;
        max-width: 655px;
        left: 0
    }
}

.sub-header {
    position: relative;
    background-color: #d51a23;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.is-detail .sub-header {
    background-image: url(../images/common/head-bg.png);
    background-repeat: repeat
}

@media screen and (max-width:768px) {
    .sub-header {
        position: fixed;
        bottom: 20px;
        left: 15px;
        z-index: 99;
        width: calc(100% - 105px);
        border-radius: 30px
    }

    .is-detail .sub-header {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        z-index: 2
    }
}

.sub-header__inner {
    text-align: center;
    padding: 83px 0;
    position: relative;
    width: 70%
}

.is-detail .sub-header__inner {
    padding: 70px 0 48px
}

@media screen and (max-width:768px) {
    .sub-header__inner {
        padding: 0;
        width: 100%
    }

    .is-detail .sub-header__inner {
        padding: 133px 0 59px
    }
}

.sub-header__title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative
}

@media screen and (max-width:768px) {
    .sub-header__title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1;
        margin: 0;
        padding: 20px 0;
        width: 100%
    }
}

.is-detail .sub-header__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    margin: 0 0 14px
}

@media screen and (max-width:768px) {
    .is-detail .sub-header__title {
        margin: 0
    }
}

.sub-header__title img {
    width: 13px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sub-header__title.is-select {
    padding: 0 50px
}

@media screen and (max-width:768px) {
    .sub-header__title.is-select {
        padding: 20px 50px;
        display: none
    }
}

.sub-header__title span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 0 0
}

@media screen and (max-width:768px) {
    .sub-header__title span {
        padding: 0 15px
    }
}

.is-detail .sub-header__title span {
    overflow: visible;
    white-space: normal
}

.sub-header__count {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .sub-header__count {
        display: none
    }
}

.sub-header__count i,
.sub-header__count small {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1
}

.sub-header__type {
    position: absolute;
    top: 130px;
    left: 50%;
    width: 100%;
    max-width: 460px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #d51a23;
    z-index: 14
}

@media screen and (max-width:768px) {
    .sub-header__type {
        top: -224px;
        max-width: 100%;
        width: 84%
    }
}

.sub-header__type a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    opacity: 1;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sub-header__type a:last-child {
    border: none
}

.sub-header__type a:hover {
    background-color: #be171f
}

.sub-header__type a span {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .sub-header__type a span {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1
    }
}

.sub-header__minute {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700;
    margin: 0 0 18px
}

@media screen and (max-width:768px) {
    .sub-header__minute {
        margin: 0 0 -3px
    }
}

.sub-header__minute i {
    display: inline-block;
    margin: 0 5px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1
}

.sub-header__text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.46667;
    letter-spacing: .025em
}

@media screen and (max-width:768px) {
    .sub-header__text {
        padding: 0 15px
    }
}

.list-items {
    padding: 80px 0 134px
}

@media screen and (max-width:768px) {
    .list-items {
        padding: 90px 0 134px
    }
}

.list-items__pulldown {
    position: relative;
    margin: 0 0 40px
}

@media screen and (max-width:768px) {
    .list-items__pulldown {
        margin: 0;
        position: fixed;
        bottom: 20px;
        left: 15px;
        z-index: 79;
        width: calc(100% - 105px)
    }
}

.list-items__pulldown-title {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    margin: 0 auto;
    background-color: #d51a23;
    text-align: center;
    padding: 18px 20px;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    transition: background-color .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.list-items__pulldown-title:hover {
    background-color: #be171f
}

@media screen and (max-width:768px) {
    .list-items__pulldown-title {
        padding: 20px;
        border-radius: 30px;
        max-width: 100%
    }
}

.list-items__pulldown-title span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: -.01em;
    font-weight: 700;
    color: #fff
}

.list-items__pulldown-title img {
    display: block;
    width: 9px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.list-items__pulldown__items {
    position: absolute;
    top: 51px;
    left: 50%;
    width: 100%;
    max-width: 340px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #d51a23;
    z-index: 14
}

@media screen and (max-width:768px) {
    .list-items__pulldown__items {
        position: absolute;
        top: -220px;
        max-width: 100%;
        width: calc(100% - 40px);
        left: 20px;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.list-items__pulldown__items a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    opacity: 1;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center
}

.list-items__pulldown__items a:last-child {
    border: none
}

.list-items__pulldown__items a:hover {
    background-color: #be171f
}

.list-items__pulldown__items a span {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .list-items__pulldown__items a span {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1
    }
}

.breadcrumb {
    padding: 0 0 20px
}

.breadcrumb__items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.breadcrumb__items a,
.breadcrumb__items span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.53333;
    letter-spacing: .025em;
    display: block;
    position: relative;
    padding-right: 16px
}

@media screen and (max-width:768px) {

    .breadcrumb__items a,
    .breadcrumb__items span {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.66667
    }
}

.breadcrumb__items a {
    color: #858f93;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1
}

.breadcrumb__items a:hover {
    color: #6c7579
}

.breadcrumb__items a:after {
    content: "/";
    position: absolute;
    top: 0;
    right: 5px
}

.breadcrumb__items span {
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pagination {
    text-align: center
}

.pagination__items {
    display: inline-block
}

.pagination__items-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15)
}

.pagination__items a,
.pagination__items span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-right: 1px solid #efeeed;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1
}

.pagination__items a {
    color: #7e7d7d
}

.pagination__items a:hover {
    background-color: #d51a23;
    color: #fff
}

.pagination__items span {
    color: #d51a23
}

.pagination__prev {
    font-family: Arial
}

.pagination__prev.is-disable {
    color: #7e7d7d
}

.pagination__next {
    font-family: Arial;
    border-right: none
}

.pagination__next.is-disable {
    color: #7e7d7d
}

.recipe-detail {
    padding: 80px 0 0;
    color: #2f1708;
    max-width: 800px;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .recipe-detail {
        padding: 56px 0 30px
    }
}

.recipe-detail__box {
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    margin: 0 0 93px
}

@media screen and (max-width:768px) {
    .recipe-detail__box {
        display: block;
        padding: 16px;
        margin: 0 0 60px
    }
}

.recipe-detail__img {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 288px;
    overflow: hidden;
    border-radius: 4px
}

@media screen and (max-width:768px) {
    .recipe-detail__img {
        width: 100%;
        margin: 0 0 30px
    }
}

.recipe-detail__img img {
    opacity: 0;
    width: 100%;
    display: block
}

.recipe-detail__info {
    width: calc(100% - 288px);
    padding-left: 32px
}

@media screen and (max-width:768px) {
    .recipe-detail__info {
        width: 100%;
        padding: 0
    }
}

.recipe-detail__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 21px
}

@media screen and (max-width:768px) {
    .recipe-detail__head {
        align-items: flex-end
    }
}

.recipe-detail__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.recipe-detail__title img {
    width: 19px;
    display: block;
    margin-right: 10px
}

.recipe-detail__title span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -.025em;
    font-weight: 700;
    display: block;
    margin-right: 10px
}

.recipe-detail__title small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -.025em;
    font-weight: 700
}

.recipe-detail__cal {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: -.025em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

@media screen and (max-width:768px) {
    .recipe-detail__cal {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1
    }
}

.recipe-detail__cal span {
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .recipe-detail__cal span {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1;
        margin: 0 6px
    }
}

.recipe-detail__material {
    display: block;
    margin: 0 0 50px
}

@media screen and (max-width:768px) {
    .recipe-detail__material {
        margin: 0 0 32px
    }
}

.recipe-detail__material li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin: 0 0 7px
}

.recipe-detail__material li div {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .025em
}

.recipe-detail__material li div small {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1
}

.recipe-detail__material li div:last-of-type {
    text-align: right
}

.recipe-detail__sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: static !important
}

.recipe-detail__sns a:last-of-type {
    margin-right: 0
}

.recipe-detail__step {
    padding: 0 0 59px
}

@media screen and (max-width:768px) {
    .recipe-detail__step {
        padding: 0 0 54px
    }
}

.recipe-detail__step-title {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: -.025em;
    font-weight: 700;
    margin: 0 0 58px
}

@media screen and (max-width:768px) {
    .recipe-detail__step-title {
        margin: 0 0 56px
    }
}

.recipe-detail__step-items {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    .recipe-detail__step-items {
        display: block
    }
}

.recipe-detail__step-item {
    display: block;
    width: calc(33.3% - 30px);
    margin-right: 30px
}

@media screen and (max-width:768px) {
    .recipe-detail__step-item {
        width: 100%;
        margin: 0 0 39px
    }
}

.recipe-detail__step-item:last-child {
    margin-right: 0
}

.is-2 .recipe-detail__step-item {
    width: calc(50% - 30px)
}

@media screen and (max-width:768px) {
    .is-2 .recipe-detail__step-item {
        width: 100%
    }
}

.recipe-detail__step-item-title {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700;
    margin: 0 0 25px
}

@media screen and (max-width:768px) {
    .recipe-detail__step-item-title {
        margin: 0 0 27px
    }
}

.recipe-detail__step-item-title i {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1
}

.recipe-detail__step-item-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .025em
}

.recipe-detail__plus-text {
    background-color: #fff;
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, .4);
    max-width: 480px;
    margin: 0 auto 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 33px;
    position: relative;
    border-radius: 10px
}

@media screen and (max-width:768px) {
    .recipe-detail__plus-text {
        display: block;
        padding: 14px 18px;
        margin: 0 auto 27px
    }
}

.recipe-detail__plus-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%) skew(25deg);
    transform: translate(-50%) skew(25deg);
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0;
    z-index: 2
}

@media screen and (max-width:768px) {
    .recipe-detail__plus-text:after {
        bottom: -17px;
        border-width: 25px 25px 0
    }
}

.recipe-detail__plus-text:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translate(-50%) rotate(45deg) skew(15deg);
    transform: translate(-50%) rotate(45deg) skew(15deg);
    width: 20px;
    height: 20px;
    z-index: 1;
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, .4)
}

@media screen and (max-width:768px) {
    .recipe-detail__plus-text:before {
        bottom: -10px
    }
}

.recipe-detail__plus-text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .01em;
    font-weight: 700;
    position: relative;
    z-index: 4
}

.recipe-detail__plus-mask {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 50px;
    height: 30px;
    z-index: 3;
    background-color: #fff
}

.recipe-detail__plus-img {
    display: flex;
    justify-content: center;
    overflow: hidden
}

@media screen and (max-width:480px) {
    .recipe-detail__plus-img {
        justify-content: flex-end
    }
}

.recipe-detail__plus-img img {
    display: block;
    width: 196px
}

@media screen and (max-width:480px) {
    .recipe-detail__plus-img img {
        padding-right: 20px
    }
}

.recipe-using {
    background-color: #fcedec;
    padding: 89px 0 135px
}

@media screen and (max-width:768px) {
    .recipe-using {
        padding: 59px 0 90px
    }
}

.recipe-using__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: -.025em;
    font-weight: 700;
    margin: 0 0 57px;
    text-align: center
}

@media screen and (max-width:768px) {
    .recipe-using__title {
        letter-spacing: -.105em
    }
}

.recipe-using__box {
    display: flex;
    justify-content: flex-start;
    max-width: 814px;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .recipe-using__box {
        display: block;
        max-width: 100%
    }
}

.recipe-using__img {
    width: 140px
}

@media screen and (max-width:768px) {
    .recipe-using__img {
        margin: 0 auto 30px
    }
}

.recipe-using__img img {
    display: block;
    width: 100%
}

.recipe-using__info {
    width: calc(100% - 140px);
    padding-left: 26px
}

@media screen and (max-width:768px) {
    .recipe-using__info {
        width: 100%;
        padding: 0
    }
}

.recipe-using__name {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1;
    letter-spacing: -.025em;
    font-weight: 700;
    margin: 9px 0 16px
}

@media screen and (max-width:768px) {
    .recipe-using__name {
        text-align: center;
        margin: 0 auto 35px;
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 1.3913
    }
}

.recipe-using__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.01em
}

.pagetop {
    font-weight: 500;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    cursor: pointer;
    display: flex;
    justify-items: center;
    align-items: center;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 50px
}

@media screen and (max-width:768px) {
    .pagetop {
        width: 80px;
        height: 80px;
        top: -40px
    }
}

/* .pagetop:hover {
    background-color: #be171f
} */

.pagetop>div {
    width: 100%
}

.pagetop img {
    display: block;
    width: 100px;
    height:auto;
    margin: 0 auto;
}

.pagetop span {
    display: none;
}

@media screen and (max-width:768px) {
    .pagetop img {
        /* width: 19px; */
        width: 70px;
        /* padding: 30px 0; */
    }
}

.pagetop span {
    text-align: center;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: -.025em;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .pagetop span {
        font-size: 10px;
        font-size: 1rem;
        line-height: 1
    }
}

.btn {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn-small {
    width: 90px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-small span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
}

.btn-mid {
    width: 240px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-mid span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
}

.btn-red {
    background-color: #d51a23
}

.btn-red:hover {
    background-color: #be171f
}

.btn-red>span {
    color: #fff
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(47, 23, 8, .8);
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1000
}

.modal__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .modal__inner {
        width: calc(100% - 30px)
    }
}

.modal__iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.modal__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.js-scroll-fade {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .6s cubic-bezier(.215, .61, .355, 1);
    transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (max-width:768px) {
    .js-scroll-fade {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.js-scroll-fade.is-animation {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.js-scroll-fade.is-delay {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition-delay: .34s
}

.js-scroll-fade-r {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1.2s cubic-bezier(.215, .61, .355, 1);
    transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (max-width:768px) {
    .js-scroll-fade-r {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.js-scroll-fade-r.is-animation {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.js-scroll-fade-r.is-delay {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition-delay: .34s
}

.barba-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.barba-wrapper.is-transition {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.modal__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABNCAYAAAAIPlKzAAAG1ElEQVR4nO1cbahVRRRdV/OZloUQSEGRGZVWmPZpmolZppamafairDSsDAmNRJIMFUsL81GZL+1DoczUSgPTlIhIiX4I9Sf8IVRYIRaRWpr6dMXoPnK9e86552Ofc9+1FiyUmXP23rPeOWfmzuyZEkn8j2N4FEAvAI8DqCpKG1Wi0RHABgADVc2pgwkAFot4zQBKVVvmnrgINpDcxOM4QPLOiGvrlQ+TPMqT8QbJUlR7VEEZTyO5tsLgQZJjPdfWK8eRbKEfkeKpAmFbkiu85o47muC5p954X4RoAULFUwVy4VJl4mS4R3uy59564T0xRIsUz9fQherWcMzw3N/aOTqBaKHiVTZytrqlOubVkWij5DudBieJV2706ZQGHRb5HudWxuEZRAtwQrygcZM8XXJSLJdOpTWKNtRAtADNzqYbAI8D8FqsQV80nJ2VABoiryoetwP42DCu7ZBfDv0NRAswGsBaAB1UTW1wG4CPDEV7CkDTsf/JO/uKeiCz4QuSnTyvTJG8heTfhm2aFtarPq8uzYZvSHaukWg3G4umhl2VDqerW7LhW5JdPA3LkzcZi/acL1ZVQPIJgx62HNtJXuDxkwf7ktynIkiPWWExqgLhQylG11H4gWQ3jx9L9iH5Z0QMSTE3KjZVUMYxhmMfh19JXu7xY8FrjUV7sVpMqqCCw0juV2bT4zeSvT1+svBqY9FejhOLKvBwAMm9ynx6uEb28/hJw14k/zCMrSluDKoghDcYB+h6vUEhvuKypzzBVng1ye9tVRBBF+guw0D/ITkiwl8UryC5W1lMj+akkxSqoAovI7nTMODDJBur+KxkD2PR3kwzs6MKYvBCkjuU+/Rww56JCf5wlk/922mnw1RBTJ5H8nsVRnq4AffUKr4vIfmLoc9lWabBVEECnkNymwonG2aG+L/Y+BPxXta5Q1WQkGeT3KLCyoaXKl6fi4xF+8BiwlUVpOAZJDer8LJhMck28j39ydDuaqtZaqvckfYAVgEYrmrSw02I9gTQ1ciem9C8F8BhVZMClkk37QAsB9CoamqPTwCMAXDIKpI4STdx4f6SDwBY2spE+9RaNBgL53BEMn6aVE1tsBHASGvRkINwkNyyKQBmq5pisSkv0WD8jfNhGoB5hqtocfG5dFT783JQREbmYwAW5fR0+/AlgKF5ioaChIN0Gu8AaKtqbPGVLEDnKhoKFA7yvclzpX+riPaXqskBRSdPu4Z9KHnFlvgawBAAe4pqSFHfnQAbJU3iiKpJD2drTpGioQbCnQXgWeNvnbO1BsBgVZMjihTuTBnF91E12dFRflaNLKoxRQnnGrYeQF9VYwfX6ayWHjx3FCFcIFp/VWMP99ouk7FjrshbOCfaOgADVE1+cG16XX615OokL5wumZCDChQtgPuJNx/ALFVj5SCncVyDTEQOUTXFw83UTI2zsS0J8hCuQWZbh6ma2mEJgEmW40dr4RpkCn2Eqqk93gfwoNXUueU3rp0EZyXaj/K6W6FRhivtTez5VnBS0K0crVJrSunhVra6ykrXYuMVtM2yMlfz5UEn2koVXnrsrMjeLMlaqyW2yJqwrz2FCOdEe9ewQT/Lqr3P10x1dTZsk2wEn69chWsr+RdWcKmul3r8lHOKcWK3y3851+MnN+Hc6/OWCiM9XAZSd48fHycaJ3bvkIwBn69QhlZEMM5G4CTYnSKpulFy66ywM8bTnumJKxn3ck60Kz1+4nCEZHVaYZdknZoLV5I8WSv8TvIqj58kHGS8i8blOV9vLVyTcpMtQKu0/X7G6fp7JdPe5yuxcAuU+fRwjbzG4yMLextnoO+XPR6hMakCD+crs9lEu87jw4I9ZEhjhYNy8IE3NlVQwbmGgewheaPHhyW7yb4xK7TIvjYVoyoo4yzDAPYZ7qapxvNlx6IVjsqZBbGEs/x543q9/h4febKL7JW1xPRqwj1jLFrVHiondpZd2paYGybcNGPRbq2RaAE7yfkAlnDnF5TKnUw1NO6OTBvsaUgt2IHkehVhNiwJZoCfBLBAzXKmg8uAHAXgM8PZ2yw4ICv8a4zsubWGrYFw3VV1OgSibchZjKQ4JKn6yw1sTT5mR16dkpwblAVuwHhXK3k9w1iSc6DS4sTZI+UOsoh3iOTdIcG2Rr6gWlAdc6KGI2nEa5GDD+pFtIAzVEvCsbDyfp/BJOK11PmZmZNjTMUv9e1p9RmLK54T7X7PvfXG8RFT8SvCNs2pgpjihf74rVOO9Zyxso5ku7D2qIIY4rlHe7zn2nrnHTJwpyxaN0S1RxV4WC6eE+0RzzWnCgeS3EiyY7X2xE26KcmR1t/Jv/9tAPgXW/uAQlWEDfEAAAAASUVORK5CYII=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 1001;
    pointer-events: auto;
}

.modal__inner {
    margin: 0 !important;
}