@charset "UTF-8";
/* ___________共通設定___________ */

/* body */
body {
    overflow: hidden;
    margin: 140px auto 0;
    background-size: 50%;
    background-repeat: repeat;
    background-image: url(../images/bg.svg);
    background-color: #f0eadc;
    background-blend-mode: lighten;
    z-index: 999;
    color: #725230;
    /* FSから流用 */
    font-family: heisei-maru-gothic-std, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}

/* section */
section {
    position: relative;
    padding: 40px 20px 0;
    margin: 20px 0;
}

/* p */
p {
    font-size: 16px;
}
p:last-of-type {
    margin-bottom: 0;
}

/* ul li */
ul li {
    list-style-type: none;
}

/* a */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition: all .3s;
}

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

/* キービジュアル（動画→静止画） */
.rightside img {
    z-index: -1;
    max-width: 550px;
}

/* h3 */
h3 {
    font-size: 22px;
    font-weight: bold;
}

/* ポップアップ */
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }
  
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 300px;
    }
  }

/* section */
.secTitle {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(0px);
    transition: 1s;
}
section h3 {
    opacity: 0;
    transform: translateY(0px);
    transition: 1s;
}
section p {
    opacity: 0;
    transform: translateY(0px);
    transition: 1s;
}
section ul {
    opacity: 0;
    transform: translateY(0px);
    transition: 1s;
}
section img {
    opacity: 0;
    transform: translateY(0px);
    transition: 0s;
}
section .faq-wrap {
    opacity: 0;
    transform: translateY(0px);
    transition: 1s;
}
.headTxt {
    max-width: 600px;
    margin: 0 auto;
}
.contentsWrapper>img,
.contentsWrapper>div:nth-child(n + 2) {
    margin-top: 45px;
}
.contentsWrapper>img:first-child {
    margin-top: 0;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

/* セクションごとのフレックスボックスのサイズ */
#sec02 .flexBox .secTxt {
    position: relative;
    width: 92%;
}
#sec02 .flexBox .secImg {
    position: relative;
    width: 50%;
    align-items: center;
}

@media screen and (max-width: 600px) {
    #sec02 .flexBox .secTxt p {
        position: sticky;
    }
}
@media screen and (min-width: 601px) {
    #sec02 .flex1 {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 768px) {
    .flexBox .secImg {
        border-radius: 15px;
    }
    #sec01 {
        padding-top: 50px;
    }
    #sec02 {
        padding-top: 0px;
    }
}

/*_________おこめのたべりんぐうどん設定____________ */
/* h2 ふきだし */
.arrow_box {
    margin: 0;
    margin-top: 10%;
    margin-bottom: 70px;
    position: relative;
    width: 600px;
    height: 64px;
    background: #5BC242;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}
.arrow_box:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(91, 194, 66, 0);
    border-top-width: 33px;
    border-bottom-width: 33px;
    border-left-width: 23px;
    border-right-width: 23px;
    margin-left: -23px;
    border-top-color: #5BC242;
    top: 100%;
    left: 50%;
}
.arrow_box img {
    position: absolute;
    padding-top: 5px;
    vertical-align: middle;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    border-radius: 0px;
}

/* h2_img 見出しアイコン調整 */
.h2_img {
    position: absolute;
    top: -20%;
    z-index: 3;
}

/* sec03 美味しいの声 */
#review .h2_img {
    left: -30%;
    top: -30%;
    width: 25%;
}

/* sec04 */
#sec04 .h2_img {
    left: 103%;
    top: -40px;
    width: 20%;
}

/* sec05 素材のひみつ */
#sec05 .h2_img {
    left: 90%;
    top: -50px;
    width: 35%;
}

/* sec06 動画でみる */
#sec06 .h2_img {
    left: -30%;
    width: 23%;
}

/* sec07 おすすめのレシピ */
#sec07 .h2_img {
    left: 105%;
    width: 24%;
}

/* sec08 公式サイト */
#sec08 .h2_img {
    left: -27%;
    width: 18%;
}

/* sec13 */
#sec13 .h2_img {
    left: 110%;
    width: 15%;
}

/* --------------　body設定　------------- */
/* -----Loading画像----- */
#splash {
    /*fixedで全面に固定*/
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #fff;
    text-align: center;
    color: #fff;
}

/* Loading画像中央配置　*/
.mainImg {
    position: relative;
}
#splash_logo {
    width: 100%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
    width: 280px;
}

/* キービジュアル */
.flexBox {
    display: flex;
}
.flex-text img {
    width: 100%;
}
.flex-text {
    position: relative;
    width: 50%;
}
.rightside {
    width: 50%;
}
.leftside {
    z-index: 9;
    width: 50%;
}
.leftside_item h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    /* display: flex; */
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
/* .top_main_item_img img {
    max-width: 100%;
} */
.top_main_item_img {
    /* flex-basis: 50%; */
}
/* .top_main_item_text {
    flex-basis: 90%;
    margin-left: 1em;
} */
#top_main_item_text img {
    text-align: end;
}
.rightside video {
    z-index: -1;
    max-width: 550px;
}

/* キービジュアル変更 */
.h1-text {
    width: 120%;
    transform: rotate(-10deg);
    padding: 5%;
}
.leftside>.top_main_text span,
.leftside>.leftside_item>.top_main_item>.top_main_item_text span {
    color: #5BC242;
    line-height: 1em;
    display: inline-block;
    margin: 0 0 3%;
}
.leftside>.top_main_text h3 {
    font-size: 36px;
    margin: 0 0 32px 0;
    line-height: 1.3em;
}
.leftside>.top_main_text span {
    font-size: 22px;
}
.leftside>.leftside_item>.top_main_item>.top_main_item_text span { 
    font-size: 18px; 
}
#key-button {
    margin: 0;
    width: 100%;
    font-size: 16px;
    padding: 4% 0 1%;
}
.leftside .sku-button#key-button{
    display: none;
}

/* 動画マスク */
.mask {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
}
.mask_sp {
    width: 400px;
    -webkit-clip-path: url(#svgPath_sp);
    clip-path: url(#svgPath_sp);
}
.leftside_item {
    padding: 0 0 10%;
    display: flex;
}
.top_main_item{
    width: 30%;
    margin: 0 6% 0 0;
}
.top_main_item:last-child { 
    margin: 0;
}

@media screen and (max-width :980px) {
    .leftside>.top_main_text h3 {
        font-size: 32px;
    }
    .leftside>.top_main_text span {
        font-size: 20px;
    }
    .top_main_item_text h3 {
        font-size: 18px;
    }
    .top_main_item_text #key-button {
        font-size: 14px;
    }
}

@media screen and (max-width :800px) {
    .leftside>.top_main_text h3 {
        font-size: 28px;
    }
    .leftside>.top_main_text span {
        font-size: 18px;
    }
    .top_main_item_text #key-button {
        font-size: 12px;
    }
}

@media screen and (min-width:769px) {
    .pc_only {
        /* PC,タブレット */
        display: block;
    }
    .sp_only {
        display: none;
    }
    .mainImg-test {
        justify-content: center;
        align-items: center;
        display: flex;
        margin: auto;
        max-width: 1180px;
        position: relative;
        background-repeat: no-repeat;
        min-height: calc(70vh);
        overflow: hidden;
        margin-bottom: 25px;
        padding: 30px;
    }

    /* パンクズ */
    ul.p_list {
        margin: -36px auto 0 auto;
    }
}

@media screen and (max-width:768px) {
    body {
        margin: -20px auto 0;
    }
    .leftside_item {
        padding: 5%;
    }
    .h2_img {
        left: 50% !important;
        top: -20vw !important;
        z-index: 3;
        transform: translate(-50%) !important;
    }
    .pc_only {
        /* PC,タブレット */
        display: none;
    }
    .sp_only {
        display: block;
    }
    .rightside video {
        z-index: -1;
        max-width: 400px;
    }
    /* .youtube__aspect-ratio {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .youtube__aspect-ratio iframe {
        width: 100%;
        height: 100%;
    } */
    .arrow_box img {
        height: 30px !important;
    }
    #sec01 .flexBox .secTxt {
        top: -20px !important;
    }
    .flex-text {
        width: 100%;
    }
    .arrow_box {
        margin-top: 120px !important;
        margin-bottom: 65px !important;
    }
    .arrow_box_about {
        margin-top: 0px !important;
    }
    .sec02_header02 {
        max-width: 100% !important;
    }
    .item-pittari {
        top: 0 !important;
    }
    #sec02 .flexBox .secImg {
        width: 100% !important;
    }
    #sec02 .flexBox {
        flex-direction: column !important;
    }
    #sec02 .flex3 {
        flex-direction: column-reverse !important;
    }
    iframe {
        max-width: 100% !important;
    }
    #review {
        overflow: hidden !important;
    }
    .mainImg-test {
        padding: 8px;
        display: flex;
        flex-direction: column-reverse;
    }
    .leftside,
    .h1-text {
        width: 100%;
    }
    .leftside {
        margin-top: -95px;
    }
    .leftside_item {
        /* flex-direction: column; */
        text-align: center;
        margin-left: 0;
        padding: 0 5%;
    }
    .leftside_item img {
        text-align: center;
    }
    .top_main_item_text {
        margin: 0;
    }
    .leftside_item .top_main_item_text h3 {
        font-size: 16px !important;
        text-align: center;
        line-height: 1.5;
        margin: 0;
    }
    .leftside_item .top_main_item_text #key-button{
        font-size: 16px;
        width: 100%;
    }
    .leftside>.top_main_text h3 {
        font-size: 36px;
        text-align: center;
    }
    .leftside>.top_main_text span{
        font-size: 24px;
        margin: 0;
    } 
    .leftside_item>.top_main_item{
        width: 100%;
        margin: 0 4% 0 0;
    }
    .leftside_item>.top_main_item:last-child{
        margin: 0;
    }
    #sec01 .flexBox .secTxt {
        width: 100% !important;
    }
    #sec01 .flexBox {
        padding: 30px;
        flex-direction: column-reverse !important;
    }
    #sec01 .flexBox .secTxt img {
        width: 280px !important;
    }
    #sec01 .flexBox .secImg {
        width: 100% !important;
    }
    #sec02 .flexBox .secImg {
        text-align: center;
    }
    .itemlist_flex {
        /* padding: 50px 30px 30px !important; */
        padding: 4.5rem !important;
        flex-direction: column !important;
    }
    .itemlist_flex-item {
        width: 100% !important;
    }
    #sec05 .flexBox {
        padding: 0 20px;
        flex-direction: column !important;
    }
    .sec05-flex-item {
        width: 100% !important;
    }
}

@media screen and (max-width:600px) {
    p {
        font-size: 14px;
    }
    h1 span.h1-big {
        font-size: 35px;
        margin-top: 7px;
    }
    h1 span.h1-big:after {
        font-size: 13px;
    }
    h1 small {
        bottom: 71px;
    }
    h1 span.h1-no {
        font-size: 23px;
    }
    .container_under h2 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .container_under section:nth-of-type(2) h2 {
        font-size: 20px;
    }
    .flexBox {
        position: relative;
    }
    .container_under .flexBox h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }
    .flexBox h3 {
        font-size: 19px;
        text-align: center;
        margin-bottom: 20px;
    }
    .contentsWrapper>p {
        margin-top: 20px;
    }
    .beigeBack+section,
    section+.beigeBack {
        padding-top: 50px;
    }
    .txtBig {
        font-size: 17px;
    }
    .spLeft {
        text-align: left;
    }
    .spCenter {
        text-align: center;
    }
    .headTxt {
        margin-top: 20px;
    }
    .point .txtBig:before {
        left: -25px;
    }
    .point .txtBig:after {
        right: -22px;
    }
    .secTitle {
        margin-bottom: 20px;
    }
    .top_main_item_text #key-button{
        display: none;
    }
    .leftside .sku-button#key-button{
        display: block;
        width: 85%;
        padding: 2% 0 1%;
    }
    .leftside>.top_main_text span{
        font-size: 18px;
    }
    .leftside>.top_main_text h3{
        font-size: 26px;
        margin: 0 0 16px 0;
    }
}

/* ----------sec01 まるいうどん！？---------*/
#ring_sec1 {
    border-radius: 20px;
    background: rgb(255, 255, 255, .5);
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: center;
}

/* うどん　点滅 */
section.see .secTitle,
section.see h3,
section.see p,
section.see ul,
section.see img,
section.see .secImg,
section.see .faq-wrap,
section.see {
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 600px) {
    .container_under h2 {
        font-size: 21px;
    }
}

@media screen and (min-width: 768px) {
    #sec01 .flex1 {
        flex-direction: row-reverse;
        padding: 0 30px;
    }
}

#sec01 .flexBox .secTxt {
    position: relative;
    width: 50%;
}
#sec01 .flexBox .secImg {
    position: relative;
    width: 46%;
}
#sec01 .flexBox .secImg img {
    width: 100%;
    position: relative;

}
#sec01 .flexBox .secTxt img {
    width: 340px;
    transform: rotate(-10deg);
    margin-top: -5%;
    margin-bottom: 5%;
    z-index: 1;
}
#sec01 .flexBox .secTxt img.tit {
    position: relative;
}
.fukidashi {
    width: 200px !important;
    position: absolute !important;
    top: 0;
    left: 50%;
}
.pulse-icon {
    position: absolute !important;
    width: 120px !important;
    left: -30px;
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#sec02 .flexBox {
    position: relative;
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 2%;
    margin-bottom: 70px;
}
#sec02 img {
    align-items: center;
}
.item_hand {
    position: absolute;
    top: -100px;
    right: 0;
    width: 200px !important;
}
.item-pittari {
    position: relative;
    top: -25px;
}
.item-corn {
    z-index: 9;
    width: 80px !important;
    position: absolute;
    top: 250px;
    right: 0;
    top: 55%;
}
.sec02_header02 {
    position: relative;
    width: 100% !important;
    max-width: 100%;
    z-index: 9;
}
.slick-list {
    overflow: visible !important;
}

@media screen and (max-width: 768px) {
    .item_hand {
        top: -120px;
        width: 170px !important;
    }
    .item-corn {
        width: 70px !important;
        top: -80px;
    }
}

/*----- sec03 美味しいの声　スライダー -----*/
.loopSlide {
    display: flex;
    width: 1500px;
    height: 550px;
}
.loopSlide img {
    width: auto !important;
    height: 100%;
    padding-right: 20px;
}
.loopSlide img:first-child {
    animation: slide1 120s -60s linear infinite;
}
.loopSlide img:last-child {
    animation: slide2 120s linear infinite;
}
#review .contentsWrapper {
    width: 100%;
}
#review {
    background-color: #FEF1CE;
    background-image: url(../images/sec03_bg01.png),
        url(../images/sec03_bg02.png);
    background-size: fit-content,
        fit-content;
    background-repeat: repeat-x,
        repeat-x;
    background-position: top center,
        bottom center;
    z-index: 2;
    padding-bottom: 80px;
}

@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

/* スライダー　止める */
.loopSlide-wrap:hover .loopSlide img {
    animation-play-state: paused;
}

/* -----sec04　商品一覧 ----- */
.itemlist_flex {
    background-color: #fff;
    border-radius: 20px;
    padding: 5%;
    margin-bottom: 8%;
    gap: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.itemlist_flex-item {
    width: 47.5%;
}
.itemlist img {
    width: 100%;
}
.itemlist_flex-item:nth-child(1) {
    text-align: center;
}
.item-list-icon {
    margin-top: 30px;
    width: 80%;
}
.itemlist li {
    vertical-align: middle;
}
.itemlist_flex-item h3 {
    color: #5BC242;
    font-size: 20px;
    font-weight: bold;
}
.itemlist_flex-item {
    display: inline;
}
.flex6 {
    flex-basis: 40%;
}
.flex7 {
    flex-basis: 60%;
}
.flex7 h2{
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4;
    color:#ff8d6a;
    text-align: left;
}
.flex7 img {
    width: 100%;
}
.flex7 .price{
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}
.flex7 .price img{
    width: 80px;
}
.flex7 .price p{
    font-weight: bold;
    font-size: 40px;
    line-height: 1.4;
    color:#5bc242;
    text-align: right;
}
.flex7 .price p span{
    font-weight: bold;
    font-size: 22px;
}
.flex7_p {
    width: 80%;
    text-align: center;
}
.itemlist p {
    text-align: left;
}
.itemlist_flex-item:nth-child(1) {
    text-align: center;
}
.item-list-icon {
    margin-top: 30px;
}
.itemlist2 li {
    vertical-align: middle;
}
.itemlist_flex-item h3 {
    color: #5BC242;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width:850px) {
    .flex7 h2{
        font-size: 28px;
    }
}

@media screen and (max-width:768px) {
    .flex7 h2{
        font-size:38px;
    }
}

@media screen and (max-width:600px) {
    .flex7 h2{
        font-size: 28px;
        margin-bottom: 12px;
    }
    .itemlist .button {
        width: 80%;
    }
    .flex7 .price img {
        width: 60px;
    }
    .flex7 .price p{
        font-size: 32px;
    }
    
    .flex7 .price p span{
        font-size: 20px;
    }
}

@media screen and (max-width:480px) {
    .flex7 h2{
        font-size: 24px;
    }
}

/* sec05 素材のひみつ */
#sec05flex {
    position: relative;
    gap: 3%;
    justify-content: space-between;
}
#sec05flex img {
    width: 100% !important;
}
.sec05-flex-item {
    width: 33.3%;
}
#sec05 .secImg {
    margin-bottom: -5%;
}
#sec05 h3 {
    background-color: #ff8d6a;
    border-radius: 40px;
    color: #fff;
    padding: 4% 4% 2%;
    margin: 5% 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

/* sec13 専門家 */
#sec13bg {
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 50px 40px;
    width: 100%;
}
#sec13bg h3 {
    margin: auto;
    max-width: 740px;
    padding-bottom: 21px;
}
#sec13bg p {
    margin: auto;
    max-width: 740px;
    padding-bottom: 21px;
}

@media screen and (min-width :850px) {
    #sec13 {
        max-width: 1000px;
        min-width: 900px;
        margin: 0 auto;
    }
}

#sec13 .flexBox {
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    text-align: center;
    padding-bottom: 0px;
    box-sizing: border-box;
    margin: auto;
    max-width: 740px;
    margin-top: 48px;
}

@media screen and (max-width: 768px) {
    #sec13bg .flexBox {
        padding: 0 20px;
        flex-direction: column !important;
    }
    #sec13bg {
        background-color: #fff;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 50px 0px;
        width: 100%;
    }
}

#sec13 section .secImg {
    margin-bottom: 0;
}
.flex4 .flex5 {
    align-items: center;
}
.flex4 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
}
.flex4 img {
    width: 100%;
}
.flex4 {
    flex-basis: 30%;
}
.flex5 {
    flex-basis: 70%;
}
.flex5 {
    text-align: left !important;
    padding-left: 5%;
}

@media screen and (max-width:768px) {
    #sec13bg {
        background-color: #fff;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 30px;
        width: 100%;
    }
    #sec13 .flexBox {
        padding: 0;
        margin: 0 auto;
    }
    #sec13 .flexBox img {
        max-width: 60%;
    }
    .flex4 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        margin: 30px 0;
    }
    .flex5 h2 {
        text-align: center;
    }
    .itemlist {
        /* background-color: #fff;
        border-radius: 20px;
        box-sizing: border-box; */
        width: 100%;
        padding: 0;
    }
}

/*  -----sec06 動画でみる----- */
.pickup_youtube {
    max-width: 600px;
    margin: 0 auto 18px;
}
.pickup_youtube:last-child {
    margin-bottom: 0px;
}
.pickup_youtube .ttl {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: initial;
    line-height: 1.4;
}

@media screen and (max-width:600px) {
    .pickup_youtube .ttl {
        font-size: 16px;
    }
}

/* ----sec07 おすすめのレシピ----- */
/* 個別設定なし */

/* -----sec08 公式サイト----- */
.sec08_ring {
    width: 34%;
}
.sec08_ring img {
    max-width: 80%;
    margin: auto;
}
.sliderArea .slick-dots {
    display: none;
}

@media screen and (max-width:840px) {
    .sec08_ring .button {
        font-size: 18px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 60px!important;
    }

    .sliderArea .slick-dots{
    bottom: -40px;
    right: 0;
    }
}

@media screen and (max-width:768px) {
    .sliderArea .sec08_ring img{
        width: 100%;
    }
    .sliderArea .sec08_ring .button{
        margin: 32px auto 0;
    }
}

/* -----sec09 NEWS----- */
#sec09 a {
    border-bottom: dotted 4px #725230;
    margin: 20px;
}
#sec09 p {
    margin-top: 0;
    font-size: 18px;
}
#sec09 li {
    font-size: 18px;
}
#news_box {
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 50px 0px;
    width: 100%;
}
.news_list.flexBox {
    text-align: center;
    padding-bottom: 0px;
    align-items: center;
}
#news_box ul{
    padding: 0px;
}
/* #news_box a{
    margin: 0px;
} */
.news_list p {
    margin: 0;
}
.news_list {
    border-bottom: dotted 4px #725230;
    margin: 0 40px;
}
.news_list time {
    width: 20%;
    text-align: left;
}
.news_list p {
    width: 90%;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #news_box {
        padding: 0px !important;
    }
    .news_list.flexBox {
        align-items: normal;
    }
}

@media screen and (max-width: 480px) {
    .news_list.flexBox {
        display: block;
        text-align: left;
    }
    .news_list p {
        width: 100%;
        padding-bottom: 12px;
    }
}

/* -----sec10 Q&A------ */
#sec10 {
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box
}
#sec10 h2 {
    margin: 50px 0 7px;
}
div.faq-wrap>p {
    margin-bottom: 0;
}
.faq-wrap p a:hover {
    text-decoration: none;
}
div.faq-wrap {
    margin-bottom: 10px;
    margin-left: 50px;
}
div.faq-wrap .faq-q>p,
div.faq-wrap .faq-a>p {
    margin-top: 0;
    margin-bottom: 0;
}
div.faq-wrap,
.faq-q p {
    font-size: 18px;
}
.faq-a p {
    font-size: 16px;
}
.faq-q {
    display: flex;
    padding: 10px 50px 4px 0px;
    position: relative;
    cursor: pointer;
    border-bottom: dotted 4px #725230;
    margin: 0 20px;
}
.faq-a {
    display: flex;
    font-size: 16px;
    padding: 30px 15px 20px 30px;
}
.faq-q span,
.faq-a span {
    font-size: 18px;
    margin-right: 13px;
}
.faq-q:before,
.faq-q:after {
    content: "";
    background-color: #725230;
    width: 18px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: .2s;
}
.faq-q:after {
    transform: rotate(90deg);
}
.faq-q.active:after {
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    #sec10 {
        padding: 20px !important;
    }
    .faq-q {
        padding: 10px 45px 7px 0px !important;
    }
    .faq-a {
        padding: 20px 15px 10px 15px;
    }
    div.faq-wrap,
    .faq-q p,
    .faq-a p,
    div.faq-wrap ul li {
        font-size: 14px;
    }
    .faq-q span,
    .faq-a span {
        font-size: 14px;
        margin-right: 8px;
        line-height: 1.3em;
    }
    .faq-q:before,
    .faq-q:after {
        right: 15px;
        width: 15px;
    }
}

@media (max-width: 600px) {
    .main_h1 {
        top: 16%;
        left: 32%;
        width: 57vw;
    }
    .mainview {
        height: calc(45vh);
    }
    div.faq-wrap {
        margin-left: 10px;
    }
}

@media screen and (max-width: 500px) {
    div.faq-wrap ul li {
        margin-left: -3rem;
    }
}

/* sec11 フッター上 ビジュアル */
#sec11 {
    margin: 0;
    padding: 0;
}
#sec11 img {
    vertical-align: bottom;
    width: 100%;
    margin-bottom: -20px;
    border-radius: 80% 80% 0% 0% / 70% 70% 0% 0%;
    margin-top: 200px;
}
#sec11_img {
    max-width: 150%;
}

/* -----購入ボタン----- */
.button {
    background-color: #fff;
    border: solid 2px #725230;
    border-radius: 40px;
    width: 70%;
    padding: 2.5% 4% 1%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
}
.button.sp_only{
    display: none;
}
/* .button a {
    text-align: center;
    color: #725230;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
} 

 .button a:hover {
    opacity: 0.6;
    transition: all .3s;
} */

@media screen and (max-width: 768px) {
    .button {
        font-size: 16px;
    }
    /* 
    .button a {
        font-size: 16px;
    } */
    .button.pc_only{
        display: none;
    }
    .button.sp_only{
        display: block;
    }
}

/* ___________レスポンシブ__________ */
/* __________共通設定 _________*/
@media screen and (min-width :850px) {
    .contentsWrapper {
        max-width: 1000px;
        min-width: 900px;
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .fukidashi {
        width: 150px !important;
    }
    p {
        font-size: 14px;
    }
    h1 small {
        bottom: 71px;
    }
    h1 span.h1-no {
        font-size: 23px;
    }
    .flexBox h3 {
        font-size: 19px;
        text-align: center;
        margin-bottom: 20px;
    }
    .contentsWrapper>p {
        margin-top: 20px;
    }
    .txtBig {
        font-size: 17px;
    }
    .spLeft {
        text-align: left;
    }
    .spCenter {
        text-align: center;
    }
    .headTxt {
        margin-top: 20px;
    }
    div.faq-wrap,
    div.faq-wrap ul li {
        font-size: 14px;
    }
    #sec09 li {
        font-size: 14px;
    }
    #sec09 p {
        font-size: 14px;
    }
    #sec09 ul {
        padding: 0;
    }
    #sec09 time {
        margin-right: 3rem;
    }
    #sec11 img {
        margin-top: 0px;
    }
    .sec05-flex-item {
        margin-bottom: 20%;
    }
}

@media screen and (min-width :768px) {
    .flexBox>div:nth-child(n + 2) {
        margin-top: 0;
    }
}

/* 画像ななめ配置 */
#title80 img {
    transform: rotate(-10deg);
    margin-bottom: 10%;
    padding: 5% 0;
}
#title80_2 img {
    transform: rotate(-10deg);
    margin-bottom: 10%;
    margin-top: -5%;
    padding: 5% 0;
}
#sec05 img {
    margin: 5% 0;
}

/* 追加コンテンツ作成 */
#modal-delete,
#modal-delete2 {
    max-width: 827px;
    margin: 0 auto;
    background-color: none;
    overflow-y: scroll;
}

/* スクロールバー非表示 */
#modal-delete::-webkit-scrollbar {
    display: none;
}
#modal-delete2::-webkit-scrollbar {
    display: none;
}
.modal-dialog {
    margin: 80px 0;
    max-width: 100%;
    overflow-y: scroll;
}
#sec01 .flexBox .secTxt .modal img {
    transform: none;
    margin: 0;
    width: 100%;
}
.modal-title {
    background-image: url(../images/h4bg.svg);
    background-repeat: no-repeat;
    width: 699px;
    height: 199px;
    text-align: center;
    color: #fff;
    align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 4rem;
    padding-left: 12%;
    padding-bottom: 1%;
    letter-spacing: 2px;
}
.flex-story-box1,
.flex-story-box2 {
    display: flex;
    align-items: center;
    margin: 8%;
    justify-content: space-evenly;
    position: relative;
}
#modal-delete h5,
#modal-delete2 h5 {
    font-size: 26px;
    font-weight: bold;
    color: #ff8d6a;
    margin: 0;
}
#modal-delete p,
#modal-delete2 p {
    margin: 0;
    font-size: 14px;
}
.story1-left {
    flex-basis: 40%;
}
.story1-right {
    flex-basis: 60%;
    margin: 0 5%;
}
.story-dot {
    border: 2px dashed #ff8d6a;
    margin: 3% 0 4%;
}
.flex-story2 h5 {
    font-size: 26px;
    font-weight: bold;
    color: #ff8d6a;
    margin: 0;
}
.flex-story2 p {
    margin: 0;
    font-size: 14px;
}
.story2-left {
    flex-basis: 60%;
    margin: 0 5%;
}
.story2-right {
    flex-basis: 40%;
}
#sec01 .modal-header {
    border-bottom: none;
    overflow-x: hidden;
}
#sec01 .modal-header>.close {
    opacity: 0.9;
}
#sec01 .modal-header>.close:hover {
    opacity: 0.6;
}
#story-button:hover {
    opacity: 0.6;
}
.modal-header .close {
    margin-top: -24px;
    margin-right: -20px;
}
button.close {
    opacity: 0.9;
    position: absolute;
    top: 36px;
    right: 12px;
    z-index: inherit;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
    }
}

.modal-content {
    border-radius: 50px;
    border: #ff8d6a 5px solid;
    background-color: #fffef4;
    background-image: url(../images/story-pathorange4.svg);
    background-repeat: repeat-y;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-size: 100%;
}

/* 背景アイコンイメージ調整 */
.story-item {
    position: absolute;
    top: 100%;
    left: 50%;
    max-width: 4%;
}
.story01-1 {
    top: -55%;
    left: 10%;
}
.story01-2 {
    top: -38%;
    left: 22%;
}
.story01-3 {
    top: 110%;
    left: 100%;
}
.story01-4 {
    top: 107%;
    left: 68%;
}
.story02-1 {
    top: -20%;
    left: 0%;
}
.story02-2 {
    top: 8%;
    left: -7%;
}
.story02-3 {
    left: 90%;
}
.story02-4 {
    top: 110%;
    left: 82%;
}
.story02-5 {
    top: 102%;
    left: 10%;
    max-width: 3%;
}
.story03-1 {
    top: 110%;
    left: 95%;
}
.story04-1 {
    position: absolute;
    top: 100%;
    left: 90%;
    max-width: 4%;
}
.story04-2 {
    top: 90%;
    left: 55%;
}
.story05-1 {
    top: -20%;
    left: 0%;
    max-width: 3%;
}
.story05-2 {
    top: -15%;
    left: 85%;
    max-width: 18%;
}
.story05-3 {
    top: 115%;
}
.story07-1 {
    top: 105%;
    left: 90%;
    max-width: 12%;
}
.story07-2 {
    left: 60%;
    max-width: 3.5%;
}
.story08-1 {
    left: 25%;
}
.story08-2 {
    top: 105%;
    left: 0%;
}
.story08-3 {
    top: 65%;
    left: -3%;
}
.story09-1 {
    top: 110%;
    left: 80%;
}
.story09-2 {
    left: 95%;
    max-width: 3%;
}
.story10-1 {
    top: -20%;
    left: -8%;
    max-width: 10%;
}
.story10-2 {
    top: 5%;
    left: 102%;
}
.story10-3 {
    top: 75%;
    left: 60%;
    max-width: 6%;
}
.story-close {
    position: absolute;
    max-width: 50%;
    padding: 1.27% 0 0.96% !important;
}
#story-button {
    background-color: #a48b78;
    color: #fff;
    width: 90%;
    padding: 2% 4% 1.5%;
    margin-top: 30px;
    border: none;
    font-family: heisei-maru-gothic-std, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8em;
}
#sec01 .modal>.close img {
    width: 60% !important;
}

/* 追加コンテンツ＋キービジュアル変更　SP */
@media screen and (max-width :768px) {
    #sec01 .modal-header>.close img {
        width: 75% !important;
    }
    #story-button {
        width: 100%;
    }
    .story-h4 {
        text-align: center;
    }
    .story-title1 {
        position: absolute;
        top: 0vh;
        left: 8vw;
        max-width: 100%;
    }
    .story-title2 {
        position: absolute;
        top: 0vh;
        left: 8vw;
        max-width: 100%;
    }
    .story-title3 {
        position: absolute;
        top: 0vh;
        left: 8vw;
        max-width: 100%;
    }
    .story-title4 {
        position: absolute;
        top: 0vh;
        left: 8vw;
        max-width: 100%;
    }
    #story-h4-img {
        width: 95% !important;
    }
    .story-logo {
        position: absolute;
        top: 15vh;
        left: 70%;
        max-width: 20%;
    }
    #sec01 .flexBox .secTxt .modal .story-h4 h4 #story-h4-img {
        width: 120% !important;
    }
    #modal-delete,
    #modal-delete2 {
        max-width: 93%;
        padding: 50px 0;
    }
    .flex-story-box1 {
        flex-direction: column;
        margin: 0% 5% 30% -5%;
        padding: 0 1%;
    }
    .flex-story-box2 {
        flex-direction: column-reverse;
        margin: 0% -8% 30% 5%;
        padding: 0 1%;
    }
    #modal-delete h5 #modal-delete2 h5 {
        font-size: 20px;
        margin: 5% 0;
    }
    .modal-content {
        background-image: url(../images/story-pathorange4.svg);
        background-size: 130%;
        background-position: top;
        background-repeat: repeat-y;
    }
    #story01 {
        margin: 0% 5% 30% -5%;
        padding: 0 1%;
    }
    .modal-header .close {
        margin-top: -65px;
        margin-right: -28px;
    }
    .modal-dialog {
        margin: 20px 0;
    }
    #sec01 .modal-header>.close:hover {
        opacity: 0.6;
    }
    #sec01 .modal-header>.close img {
        width: 90%;
    }
    .story-item {
        max-width: 6%;
    }
    .story01-1 {
        top: -12%;
        left: 13%;
    }
    .story01-2 {
        top: -5%;
        left: 20%;
    }
    .story01-3 {
        left: 97%;
        max-width: 8%;
    }
    .story01-4 {
        max-width: 8%;
    }
    .story02-1 {
        position: absolute;
        top: -20%;
        left: 0%;
    }
    .story02-3 {
        top: 105%;
        left: 85%;
    }
    .story02-5 {
        max-width: 4%;
    }
    .story04-1 {
        top: 110%;
        left: 85%;
    }
    .story04-2 {
        top: 37%;
        left: 3%;
        max-width: 7%;
    }
    .story05-1 {
        top: 40%;
        left: 5%;
        max-width: 4%;
    }
    .story05-2 {
        left: 10%;
        max-width: 24%;
    }
    .story05-3 {
        top: 100%;
        left: 45%;
        max-width: 8%;
    }
    .story07-1 {
        top: 100%;
        left: 80%;
        max-width: 20%;
    }
    .story07-2 {
        top: 105%;
        left: 35%;
        max-width: 5%;
    }
    .story08-1 {
        top: 112%;
    }
    .story08-2 {
        max-width: 8%;
    }
    .story10-1 {
        top: 45%;
        left: 75%;
        max-width: 15%;
    }
    .story10-2 {
        top: 56%;
        left: 87%;
    }
    .story10-3 {
        top: 98%;
        left: 50%;
        max-width: 10%;
    }
    .story2-left>.story-dot {
        margin: 3% 3% 4% 0;
    }
    button.close {
        top: 28px;
        right: 5px;
    }
    #sec01 .modal>.close img {
        width: 90% !important;
    }
    #close-bottom {
        margin: 0 auto;
        padding: 0;
        justify-content: center;
        position: inherit;
    }
    .story-close {
        bottom: 20px;
    }
    .rightside img {
        z-index: -1;
        max-width: 400px;
    }
    #key-button {
        margin-top: 0;
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
    }
}

/* スライダー */
.regular_3 .prev{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../images/prev_icon01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    z-index: 1;
}
.regular_3 .next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../images/next_icon01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    z-index: 1;
}