* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

h1,
h2,
h3 {
    font-weight: normal;
    margin: 0;
}

p {
    margin: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #221714;
}

.txt-s {
    font-size: 1.4rem;
}

.txt-m {
    font-size: 1.75rem;
}

.txt-l {
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
}

.txt-ss {
    font-size: 1.2rem;
}






/*********************** topslide ***************************/
.pc768,
.pc414,
.pc320 {
    display: block !important;
}

.sp768,
.sp414,
.sp320 {
    display: none !important;
}


.topslide {
    position: relative;
}

.topslide .top-back-img01 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 22%;
    transform: translateX(-50%) translateY(-50%);
    filter: brightness(110%);
}

.topslide .top-back-img02 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 1;
    width: 27.5%;
    transform: translateX(-50%) translateY(-50%);
    filter: brightness(120%);
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 110px;
    padding-bottom: 2%;
    z-index: 1006;
    display: flex;
    justify-content: space-between;
}

.active {
    background-color: rgba(255, 255, 255, 0.5);
    transition: .5s;
    z-index: 1;
}

.header-logo-img {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 300px;
}

.header-sns {
    z-index: 1000;
    display: flex;
    flex-wrap: nowrap;
}

.header-sns a {
    width: calc(100% / 3);
    border-right: 1px solid #221714;
}

.header-sns img {
    width: 100%;
    padding: 0 15px;
}

.header-sns a:nth-child(3) {
    border-right: none;
}

.bx-viewport {
    height: 100vh !important;
}

.header-right {
    width: 50%;
    position: relative;
}

.header-left {
    width: 50%;
    position: relative;
}

.header-link {
    /* height: 50px; */
    position: absolute;
    width: 200px;
    bottom: 0;
    right: 10%;
    display: flex;
    transform: translateY(30%);
}

.header-navi-list .online-store {
    margin: 20px 0;
}

.header-navi-list .btn-inner {
    border: 0 !important;
    padding: 0 !important;
    transform: initial !important;
    left: 0 !important;
}

.header-navi-instagram {
    margin-top: 40px !important;
}

.header-navi-instagram .btn {
    border-bottom: 1.5px solid #221714;
    padding-bottom: 20px;
}

.header-navi-list .online-store .btn {
    margin-left: 50px !important;
}

.header-navi-list .btn-inner img {
    margin: 5px 15px 0 0 !important;
}


/* ハンバーガーメニュー */
.header-cat {
    z-index: 1005;
}

.header-cat input,
.header-cat label {
    display: block;
}

.header-cat input {
    display: none;
}

.header-cat label {
    position: absolute;
    right: 10px;
    z-index: 1002;
    margin-top: 12.5px;
    margin-right: 4px;
}

span.hamburger-icon {
    display: inline-block;
    width: 25px;
    height: 12px;
}

span.hamburger-icon i {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    display: block;
    transition: all .3s ease-in-out;
}

span.hamburger-icon i:nth-child(1) {
    top: 0;
    width: 20px;
    margin-left: 5px;
}

span.hamburger-icon i:nth-child(2) {
    margin: auto;
    top: 0;
    bottom: 0;
}

span.hamburger-icon i:nth-child(3) {
    bottom: 0;
    width: 20px;
    margin-left: 5px;
}

.header-cat input:checked+label span.hamburger-icon i:nth-child(1) {
    margin: auto;
    transform: rotate(45deg);
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.header-cat input:checked+label span.hamburger-icon i:nth-child(2) {
    transform: rotateX(90deg);
    top: 0;
    bottom: 0;
}

.header-cat input:checked+label span.hamburger-icon i:nth-child(3) {
    margin: auto;
    transform: rotate(-45deg);
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.header-cat input:checked~.header-navi {
    z-index: 1001;
    opacity: 1;
    transform: translateX(0%);
}

.header-navi {
    position: fixed;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0px;
    right: 0;
    transform: translateX(350%);
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .175s ease-out;
}

.header-navi-wrap {
    width: 25vw;
    min-width: 300px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0px;
    transition-duration: 1s;
    transition-property: right;
    overflow-y: hidden;
    display: block;
}

.header-navi-list {
    margin: 100px 0 0 0;
    display: block;
    justify-content: inherit;
}

.header-navi-item a {
    padding: 0 50px;
    color: #000;
    font-size: 18px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    transition: background-color .3s ease-in-out;
}

.header-navi-item a:hover {
    color: #939597;
}

.navi2 {
    justify-content: space-around;
    padding-top: 1.5rem;
    padding-right: 40%;
    padding-left: 50px;
}

.navi2 li {
    font-size: 2rem;
}

.navi2 img {
    width: 2.5rem;
    height: 2.5rem;
}

input[type="checkbox"]:checked .header-link {
    right: 0;
    top: 0;
}

.close {
    position: absolute;
    right: 30%;
    top: 80px;
}

.cercle::after{
    content: '';
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #221714;
    border-radius: 50%;
    transform: translateX(20%) translateY(-30%);
}






/******************** introduction ********************/
#introduction {
    margin: 150px 0;
}

#introduction h1 {
    text-align: center;
    line-height: 2.5em;
}




/******************** block01 ********************/
#block01 section {
    margin: 200px 0;
}

#block01 .txt-l {
    line-height: 2.5;
}

#block01 .txt-s {
    line-height: 3;
}

.content p,
.content h3 {
    text-align: left;
}

#block01 .content-bottom {
    margin-top: 35px;
}

#block01 .heading {
    width: 65%;
    border-bottom: 1.5px solid #221714;
}

#block01 .sentence .heading h2 {
    text-align: right;
}

#block01 .sentence .content {
    text-align: center;
    margin-top: 30px;
}

/****** block01>thought ******/
.thought {
    display: flex;
    flex-flow: row-reverse;
    margin-top: 150px !important;
}

.thought .animation {
    width: calc(100% - 40%);
    position: relative;
}

.thought .animation-inner {
    position: absolute;
    bottom: 0;
}

.thought .animation img {
    position: absolute;
    left: -3%;
    top: -12%;
    width: 35%;
}

.thought video {
    width: 100%;
}

.thought .sentence {
    width: calc(100% - 60%);
    background-image: url(../assets/images/1.png);
    background-size: cover;
}

.thought .sentence .content-inner {
    display: inline-block;
}

/****** block01>story ******/
.story {
    display: flex;
}

.story .image {
    width: calc(100% - 60%);
}

.story .image-inner {
    height: 600px;
    position: relative;
}

.story .title-img {
    position: absolute;
    width: 30%;
    right: -2%;
    top: -4%;
}

.story .main-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 70% 50%;
}

.story .sentence {
    width: calc(100% - 40%);
}

#block01 .story .heading {
    width: 45%;
}

.story .content {
    text-align: center;
}

.story .content-inner {
    display: inline-block;
    background-image: url(../assets/images/7.png);
    background-position: 100% 13%;
    background-size: 30%;
    background-repeat: no-repeat;
}

.story .content-inner p {
    line-height: 1.75 !important;
}

.story .content-inner .comment {
    margin-top: 35px;
    padding: 5% 7%;
    border: 1.5px solid #221714;
    border-radius: 5px;
}

/****** block01>commitment ******/
.commitment {
    display: flex;
    flex-flow: row-reverse;
    height: 850px;
    margin-bottom: 100px !important;
}

.commitment .image {
    width: calc(100% - 55%);
    height: 88%;
}

.commitment .image-inner {
    height: 100%;
    position: relative;
}

.commitment .image-inner .title-img {
    position: absolute;
    width: 55%;
    top: -9%;
    left: -5%;
}

.commitment .main-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 70% 50%;
}

.commitment .sentence {
    width: calc(100% - 42.5%);
    background-image: url(../assets/images/11.png), url(../assets/images/8.png);
    background-position: left 20% top 0, right 50% bottom 0;
    background-size: 15%, 70%;
    background-repeat: no-repeat, no-repeat;
}

#block01 .commitment .heading {
    width: 55%;
    margin-left: auto;
}

#block01 .commitment .heading h2 {
    text-align: left;
}

.commitment .sentence .content-inner {
    display: inline-block;
}





/********************* block02 *********************/
#block02 section {
    display: flex;
}

#block02 section:nth-of-type(2) {
    flex-flow: row-reverse;
}

#block02 .image {
    height: 400px;
    width: calc(100% - 47%);
}

#block02 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#block02 .commitment03 .image img {
    object-position: bottom;
}

#block02 .sentence {
    position: relative;
    color: #ffffff;
    width: calc(100% - 53%);
    background-color: #555D69;
}

#block02 .sentence-inner {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%) translateX(-30%);
    -webkit-transform: translateY(-50%) translateX(-30%);
}

#block02 section:nth-of-type(2) .sentence-inner {
    left: initial;
    right: 38%;
    transform: translateY(-50%) translateX(50%);
    -webkit-transform: translateY(-50%) translateX(50%);
}


#block02 .sentence-inner .txt-l {
    margin-bottom: 20px;
    line-height: 1.5;
}

#block02 .sentence-inner .txt-s {
    line-height: 2;
}





/********************* block03 *********************/
#block03 {
    margin-bottom: 200px;
}

/****** block03>cooking ******/
#block03 .background {
    position: relative;
    height: 650px;
    background-image: url(../images/Cooking_image.jpg);
    background-size: cover;
    background-position: center bottom 30%;
}

#block03 .background h3 {
    position: absolute;
    bottom: 17.5%;
    left: 13.5%;
}

#block03 .cooking .sentence {
    position: relative;
    margin: 0 12%;
    padding-top: 10%;
}

#block03 .cooking .sentence img {
    position: absolute;
    top: -10%;
    left: -3%;
    width: 30%;
}

#block03 .cooking .main-sentence {
    display: flex;
}

#block03 .cooking .main-sentence .left {
    width: calc(100% - 60%);
}

#block03 .cooking .main-sentence .left .txt-l {
    margin-bottom: 10px;
}

#block03 .cooking .main-sentence .right {
    display: flex;
    width: calc(100% - 40%);
}

#block03 .cooking .main-sentence .right div {
    height: fit-content;
    width: fit-content;
    padding: 4.5% 2.5%;
    margin-left: 6.5%;
    border: 1.5px solid #221714;
    border-radius: 5px;
}

#block03 .cooking .main-sentence .right .txt-s {
    width: 86%;
    margin: 0 auto;
}

#block03 .cooking .main-sentence .right .txt-l {
    margin-bottom: 15px;
    text-align: center;
}

/****** block03>recipe ******/
#block03 .recipe {
    margin: 200px 8% 400px 12%;
}

.recipe-top {
    position: relative;
    height: 500px;
}

.recipe-top .sentence {
    background-image: url(../assets/images/14.png);
    background-position: left 30% top 80%;
    background-repeat: no-repeat;
    background-size: 7%;
}

.recipe-top .sentence img {
    width: 40%;
    margin-left: -35px;
}

.recipe .recipe-slide {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-button-prev,
.swiper-button-next {
    color: #221714;
    top: 350px;
    z-index: initial;
}

.swiper-button-prev {
    left: initial;
    right: 400px !important;
    transform: translateX(-83px);
}

.recipe-bottom {
    margin: 0 8%;
}

#block03 .recipe .change {
    margin-bottom: 100px;
}

#block03 .cooking-name {
    margin-bottom: 20px;
}

/****** block03>recipe>slide設定 ******/
.swiper-container {
    height: 800px;
    z-index: initial;
}

.swiper-wrapper{
    z-index: initial;
}

.swiper-img {
    height: 500px;
    width: 420px;
    margin-left: auto;
    margin-right: 50px;
}

.swiper-slide {
    height: 500px !important;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
    margin-top: 100px;
    object-fit: cover;
    object-position: center;
}

.swiper-slide-content {
    transform: translateY(-110%);
    width: 50%;
    height: 210px;
}

.swiper-container-fade .swiper-slide {
    opacity: 0 !important;
    visibility: hidden !important;
}

.swiper-container-fade .swiper-slide {
    opacity: 0;
    transition: opacity 1s linear;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible !important;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1;
}

/****** block03>product ******/

#block03 .product {
    display: flex;
    margin: 0 12%;
}

#block03 .product .image {
    width: calc(100% - 45%);
    height: 450px;
}

#block03 .product .image-inner {
    height: 100%;
}

#block03 .product .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right 10% center;
}

#block03 .product .sentence {
    width: calc(100% - 55%);
    position: relative;
}

#block03 .product .sentence-inner {
    margin-left:  15%;
}

#block03 .product .heading{
    padding-bottom: 15px;
    border-bottom: 2px solid #221714;
}

#block03 .content-inner>p:first-child {
    margin: 25px 30px 10px 0 !important;
}

#block03 .content-inner p {
    margin: 20px 0;
}

#block03 .content-inner .purchase{
    margin-bottom: 15px;
}

#block03 .content-inner .purchase p{
    margin: 0;
}

#block03 .content-inner .bold{
    font-weight: 600;
}

#block03 .product .purchase-link:hover{
    color: #939597;
}






/********************* footer *********************/
/****** footer>footer-photo設定 ******/
.loop_wrap {
    display: flex;
    height: 475px;
    overflow: hidden;
}

.loop_wrap ul {
    /* width: ; */
    height: 100%;
    display: flex;
}

.loop_wrap li {
    list-style: none;
}

.loop_wrap ul img {
    height: 475px;
    width: 350px;
    object-fit: cover;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.loop_wrap ul:first-child {
    animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
    animation: loop2 50s linear infinite;
}

/****** footer-photo設定kokomade ******/
/****** footer>online-store ******/
.online-store .btn {
    width: 350px;
    margin: 0 auto;
}

.online-store .btn .btn-inner {
    display: flex;
    border: 1.5px solid #221714;
    border-radius: 5px;
    padding: 5% 15%;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
}

.online-store .btn-inner .right:hover {
    color: #939597;
}

.online-store .btn .btn-inner::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #221714;
    border-right: solid 3px #221714;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -5px;
}

.online-store .btn .btn-inner img {
    width: 50px;
}

/****** footer>footer-logo ******/
.footer-logo {
    margin: 100px 0;
}

.footer-logo img {
    display: block;
    width: 25%;
    margin: 0 auto;
}

#footer .last {
    margin-bottom: 30px;
    padding-top: 15px;
    border-top: 1.5px solid #221714;
    text-align: center;
    letter-spacing: 0.1em;
}





/********************* レスポンシブ設定 *********************/
@media screen and (max-width:1200px) {
    .thought .sentence {
        background-position-x: right;
    }

    .commitment {
        height: 700px;
    }

    #block02 .image {
        height: 330px;
    }

    #block02 .sentence-inner {
        width: 70%;
    }

    #block02 section:nth-of-type(2) .sentence-inner {
        right: 45%;
    }

    #block03 .cooking .sentence {
        margin: 0 10%;
    }

    #block03 .recipe {
        margin: 200px 6% 400px 10%;
    }

    .swiper-slide-content {
        width: 45%;
    }

    .swiper-img {
        height: 450px;
        width: 370px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 325px;
    }

    .swiper-button-prev {
        right: 370px !important;
        transform: translateX(-63px);
    }

    .swiper-slide-content {
        transform: translateY(-90%);
    }

}

@media screen and (max-width:1100px) {
    .thought .animation-inner {
        bottom: 100px;
    }

    #block03 .cooking .main-sentence .right div {
        margin-left: 4%;
    }

    #block03 .cooking .sentence {
        margin: 0 7%;
    }

    #block03 .recipe {
        margin: 200px 5% 400px 7%;
    }

    #block03 .product {
        margin: 0 7%;
    }

}

@media screen and (max-width:1000px) {
    #block03 .cooking .sentence {
        margin: 0 4.5%;
    }

    #block03 .recipe {
        margin: 200px 5% 400px 6%;
    }

    .commitment {
        height: 600px;
    }

    .loop_wrap {
        height: 400px;
    }

}

@media screen and (max-width:900px) {
    .header-logo-img {
        width: 250px;
        left: 15%;
    }

    .content-inner:first-child {
        margin-left: 15px;
    }

    .thought .animation-inner {
        bottom: 150px;
    }


    .commitment {
        height: 500px;
    }

    #block02 .image {
        height: 280px;
    }

    #block02 .sentence-inner {
        width: 85%;
    }

    #block03 .cooking .main-sentence .left {
        width: calc(100% - 45%);
    }

    #block03 .cooking .main-sentence .right {
        flex-wrap: wrap;
        width: calc(100% - 55%);
    }

    #block03 .cooking .main-sentence .right div {
        max-width: 250px;
        margin: 10px 0;
    }

    #block03 .product {
        margin: 0 7%;
    }

    #block03 .recipe {
        margin: 200px 2% 400px 6%;
    }

    .swiper-slide-content {
        width: 42.5%;
    }

    .swiper-img {
        height: 410px;
        width: 330px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 305px;
    }

    .swiper-button-prev {
        right: 330px !important;
        transform: translateX(-65px);
    }

    .swiper-slide-content {
        transform: translateY(-80%);
    }
}

@media screen and (min-width:769px) {
    .topslide .bx-wrapper:nth-of-type(2) {
        display: none;
    }

    .header-navi-wrap {
        width: 430px;
        right: -5vw;
        top: -70px;
        height: initial;
    }
}

@media screen and (max-width:768px) {
    .pc768 {
        display: none !important;
    }

    .sp768 {
        display: block !important;
    }

    .topslide .bx-wrapper:first-of-type {
        display: none;
    }

    .topslide .top-back-img01 {
        width: 40%;
    }

    .topslide .top-back-img02 {
        width: 65%;
    }

    header{
        height: 80px;
        padding-bottom: 3%;
    }

    .header-logo-img {
        left: 10%;
    }

    .header-navi-wrap {
        width: 105vw;
        height: 110vh;
        transform: translateX(8%) translateY(-9%);
    }

    .close {
        right: 18%;
        top: 10.5vh;
    }

    .cercle::after{
        transform: translateX(19%) translateY(-30%);
    }

    /*********** block01 ***********/
    #block01 section {
        margin: 100px 0;
    }

    #block01 .sentence {
        margin: 100px 0;
    }

    .thought {
        display: block;
    }

    .thought .animation-inner {
        position: initial;
    }

    .thought .animation {
        width: 90%;
        margin: 0 auto;
    }

    #block01 .heading {
        width: 50% !important;
    }

    #block01 .sentence {
        width: 100%;
    }

    #block01 .content-inner {
        margin-left: 0px;
    }

    .story {
        display: block;
    }

    .story .image {
        width: 90%;
        margin: 0 auto;
    }

    .story .image-inner {
        height: 450px;
    }

    .story .title-img {
        position: absolute;
        width: 30%;
        left: -2%;
        top: -5%;
    }

    .story .sentence {
        width: 90%;
    }

    .story .content {
        margin: 0 auto;
    }

    .commitment {
        display: block;
        height: initial;
        margin: 0 auto;
    }

    .commitment .image {
        width: 90%;
        margin: 0 auto;
        height: 450px;
    }

    .commitment .main-img {
        object-position: 70% 75%;
    }

    .commitment .sentence {
        background-image: url(../assets/images/11.png);
        background-position: right 15% top 0;
        background-size: 18%;
        width: 100%;
    }

    .commitment .sentence .content-inner {
        display: block;
        margin-left: 26% !important;
    }

    #block01 .commitment .heading {
        margin-left: initial;
    }

    #block01 .commitment .heading h2 {
        text-align: right;
    }

    #block02 section {
        display: block;
    }

    #block02 .image {
        height: 400px;
        width: 100%;
    }

    #block02 .sentence {
        width: 100%;
    }

    #block02 .sentence-inner {
        width: 100%;
        position: relative;
        left: initial;
        padding: 7% 10%;
        transform: initial;
        -webkit-transform: initial;
    }

    #block02 section:nth-of-type(2) .sentence-inner {
        right: initial;
        transform: initial;
        -webkit-transform: initial;
    }

    #block03 .cooking .sentence img {
        position: absolute;
        top: -5%;
        left: -3%;
        width: 30%;
        min-width: 200px;
    }

    #block03 .cooking .main-sentence {
        display: block;
        text-align: center;
    }

    #block03 .cooking .main-sentence .left {
        display: inline-block;
        text-align: left;
        width: initial;
        margin-left: -70px;
    }

    #block03 .cooking .main-sentence .right {
        flex-wrap: initial;
        width: 100%;
    }

    #block03 .cooking .main-sentence .right {
        display: inline-block;
        margin-top: 30px;
        text-align: center;
        text-align: -webkit-center;
    }

    #block03 .cooking .main-sentence .right div {
        max-width: initial;
        margin: 3% 12%;
    }

    #block03 .cooking .main-sentence .right .txt-l {
        text-align: left;
    }

    #block03 .cooking .main-sentence .right .txt-s {
        width: 100%;
        padding: 0 10px;
        text-align: left;
    }

    #block03 .recipe {
        margin: 200px 8% 100px;
    }

    .recipe-top {
        height: initial;
    }

    .recipe-top .sentence {
        background-position: right 10% top 60%;
        background-size: 15%;
    }

    .recipe-top .sentence img {
        width: 100%;
        margin-left: -35px;
    }


    .recipe .recipe-slide {
        position: initial;
    }

    .swiper-container {
        height: initial;
        overflow: initial;
    }

    .swiper-slide {
        height: initial !important;
    }

    .swiper-img {
        height: 400px;
        width: 100%;
        margin-right: auto;
    }

    .swiper-slide img {
        height: 100%;
        /* width: 82%; */
        margin-top: initial;
    }

    .swiper-slide-content {
        transform: initial;
        width: 82%;
        height: initial;
        margin: 30px auto 0 auto;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 200px;
    }

    .swiper-button-prev {
        left: initial;
        right: initial !important;
        transform: translateX(-120%) !important;
    }

    .swiper-button-next {
        right: 0;
        transform: translateX(120%) !important;
    }

    #block03 .product {
        margin: 100px 8%;
    }

    #block03 .product {
        display: block;
    }

    #block03 .product .image {
        width: 100%;
        height: 450px;
    }

    #block03 .product .sentence {
        width: 100%;
        position: relative;
    }

    #block03 .product .sentence-inner {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        margin-top: 30px;
        margin-left: 0;
    }

    #block03 .product .content-inner {
        margin: 0;
    }

    #block03 {
        margin-bottom: 100px;
    }

    .footer-logo img {
        width: 40%;
    }
}

@media screen and (max-width:500px) {
    .txt-s {
        font-size: 1.3rem;
    }

    .txt-m {
        font-size: 1.5rem;
    }

    .txt-l {
        font-size: 1.7rem;
        line-height: 2;
        font-weight: 600;
    }

    .header-logo-img {
        width: 90%;
        bottom: 3px;
    }

    /* ハンバーガー設定 */
    .header-link {
        width: 180px;
        right: 5%;
    }

    span.hamburger-icon {
        width: 20px;
        height: 10px;
    }

    .header-cat label {
        margin-top: 10px;
        margin-right: 7.5px;
    }

    span.hamburger-icon i:nth-child(1) {
        width: 17px;
        margin-left: 3px;
    }

    span.hamburger-icon i:nth-child(3) {
        width: 17px;
        margin-left: 3px;
    }

    .header-sns img {
        padding: 0 15px;
    }

    .header-navi-wrap {
        transform: translateX(3%) translateY(-11%);
    }

    .header-navi-list {
        margin-top: 130px;
    }

    .close {
        right: 18%;
        top: 12.7vh;
    }

    .cercle::after{
        width: 35px;
        height: 35px;
        transform: translateX(20%) translateY(-30%);
    }

    /* ハンバーガー設定ここまで */
    .thought .animation img {
        top: -18%;
        width: 50%;
    }

    .story .title-img {
        width: 40%;
        top: -8%;
    }

    .commitment .image-inner .title-img {
        width: 70%;
        top: -13%;
        left: -1%;
    }

    .commitment .sentence .content-inner {
        margin-left: 16% !important;
    }

    .recipe-top .sentence img {
        margin-left: -25px;
    }

    .swiper-slide-content {
        width: 100%;
        margin: 30px auto 0 auto;
    }

    #block03 .background h3 {
        position: absolute;
        bottom: 10%;
        left: 7%;
    }

    #block03 .background {
        background-position: left 40% bottom 30%;
        /* height: 500px; */
    }

    #block03 .cooking .main-sentence .left {
        margin-left: initial;
    }

    .loop_wrap ul img {
        width: 300px;
    }

    .footer-logo img {
        width: 55%;
    }

}

@media screen and (max-width:414px) {
    .pc414 {
        display: none !important;
    }

    .sp414 {
        display: block !important;
    }

    .topslide .top-back-img01 {
        width: 50%;
    }

    .topslide .top-back-img02 {
        bottom: 10%;
    }

    header{
        padding-bottom: 6%;
    }

    .cercle::after{
        transform: translateX(21%) translateY(-30%);
    }

    .story .title-img {
        top: -6%;
    }

    #block01 .story .content{
        width: 76%;
    }

    .commitment .image-inner .title-img {
        top: -10%;
    }

    .commitment .sentence .content-inner {
        margin-left: 10% !important;
    }

    #block02 .image {
        height: 260px;
    }

    .online-store .btn {
        width: 82%;
    }

    .online-store .btn .btn-inner {
        padding: 3% 9%;
    }
}

@media screen and (max-width:375px) {
    .header-logo-img {
        width: 100%;
        bottom: 22px;
    }

    header{
        padding-bottom: 3%;
    }

    /* ハンバーガー設定 */
    .header-link {
        width: 150px;
        right: 0%;
        bottom: 20px;
    }

    .header-cat label {
        transform: translateX(3px);
    }

    .header-sns img {
        padding: 0 10px;
    }

    /* ハンバーガー設定ここまで */
    #block01 .sentence {
        margin: 50px 0;
    }

    #block01 .image-inner {
        height: 430px;
    }

    #block01 .story .content{
        width: 80%;
    }

    .commitment {
        margin-bottom: 50px !important;
    }

    #block02 .image {
        height: 230px;
    }

    #block02 .sentence-inner{
        padding: 7% 9%;
    }

    #block03 .recipe {
        margin: 130px 10% 0px;
    }

    #block03 .background {
        height: 550px;
        background-position: left 30% bottom 30%;
    }

    .swiper-img {
        height: 380px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 190px;
    }

    #block03 .product {
        margin-top: 50px;
    }

    #block03 .product .image {
        height: 380px;
    }

    .online-store .btn .btn-inner::after {
        right: 6%;
    }
}

@media screen and (max-width:320px) {
    .pc320 {
        display: none !important;
    }

    .sp320 {
        display: block !important;
    }

    /* ハンバーガー設定 */
    .header-link {
        width: 130px;
        right: 4%;
    }

    .header-cat label {
        transform: translateX(5px);
    }

    .header-sns img {
        padding: 0 6px;
    }

    /* ハンバーガー設定ここまで */

    #block01 .image-inner {
        height: 350px;
    }

    #block01 .content-inner {
        margin-left: 30px;
        margin-right: 30px;
    }

    #block01 .heading {
        width: 60% !important;
    }

    #introduction {
        margin: 80px 10px;
    }

    .thought .sentence {
        background-size: 130%;
        background-repeat: no-repeat;
        background-position: top 5% right 30%;
    }

    #block03 .background {
        height: 500px;
    }

    #block03 .recipe .change {
        margin-bottom: 50px;
    }

    .swiper-img {
        height: 320px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 160px;
    }


    .online-store .btn .btn-inner::after {
        right: 4%;
    }

}