@charset "euc-jp";
/* CSS Document */
* {
  box-sizing: border-box
}
body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
#potage li {
  list-style: none;
}
.inner {
  position: relative;
}
.modal {
  display: none;
  background-color: rgba(53, 53, 53, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
}
.modal .rspbody {
  height: 100%;
}
.modal .rspbody .rspimg {
  width: auto;
  max-height: 98%;
  margin: 0.5% auto 0;
}
/* =============================================
                    PC
============================================= */
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
  .soldout {
    color: #50331D;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    background: #EFEDED;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 430px;
  }
  .soldout .txt1 {
    font-size: 18px;
    line-height: 21px;
  }
  .soldout .txt2 {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 0 0;
  }
  a:hover {
    text-decoration: none;
    color: #999 !important;
  }
  a:hover img {
    opacity: 0.6;
  }
  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .main h1 {
    position: relative;
  }
  .main .btn.detail {
    position: absolute;
    left: 50%;
    top: 330px;
    transform: translateX(-50%);
  }
  .main .recommended {
    position: relative;
  }
  .main .recommended .btn.cart-s {
    position: absolute;
    right: 140px;
    bottom: 53px;
  }
  .main .optimize{
    padding: 0 0 41px;
    background: #f5e6d2;
  }
  .main .product {
    position: relative;
  }
  .main .product .label {
    position: absolute;
    left: -20px;
    top: -58px;
  }
  .sec-01 {
    padding: 84px 0 0;
    text-align: center;
    background: url("../images/acc_bg.png") center top no-repeat;
  }
  .sec-01 .acc-ttl {}
  .sec-01 .acc-product {
    margin-top: 54px;
  }
  .sec-01 .acc-block-1 {
    position: relative;
    margin-top: 92px;
  }
  .sec-01 .acc-block-2 {
    position: relative;
    margin-top: 48px;
  }
  .sec-01 .acc-block-3 {
    position: relative;
    margin-top: 66px;
  }
  .sec-01 .acc-block-4 {
    position: relative;
    margin-top: 80px;
  }
  .sec-01 .acc-block-1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 500px;
    height: 100px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    transition: .4s;
    transform: translateX(-50%);
  }
  .sec-01 .acc-block-1.active:after, .sec-01 .acc-block-2.active:after, .sec-01 .acc-block-3.active:after, .sec-01 .acc-block-4.active:after {
    opacity: 0;
    visibility: hidden;
  }
  .acc-btn {
    width: 500px;
    margin: 0 auto;
    position: relative;
  }
  .acc-btn img {
    width: 18px;
    height: auto;
  }
  #acc-btn-1 {
    position: absolute;
    right: 40px;
    bottom: 65px;
    cursor: pointer;
  }
  #acc-btn-2 {
    position: absolute;
    left: 205px;
    bottom: 107px;
    cursor: pointer;
  }
  #acc-btn-3 {
    position: absolute;
    right: 5px;
    bottom: 107px;
    cursor: pointer;
  }
  #acc-btn-4 {
    position: absolute;
    right: 35px;
    bottom: 55px;
    cursor: pointer;
  }
  #acc-btn-5 {
    position: absolute;
    right: 35px;
    bottom: 65px;
    cursor: pointer;
  }
  .sec-01 .acc-block-2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 500px;
    height: 130px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    transition: .4s;
    transform: translateX(-50%);
  }
  .sec-01 .acc-block-3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 500px;
    height: 60px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    transition: .4s;
    transform: translateX(-50%);
  }
  .sec-01 .acc-block-4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 500px;
    height: 100px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    transition: .4s;
    transform: translateX(-50%);
  }
  .sec-01 .btn.eat {
    margin-top: 15px;
  }
  .sec-01 .btn.pagetop {
    position: absolute;
    right: 94px;
    bottom: 107px;
  }
  .sec-02 {
    margin-top: 120px;
  }
  .sec-02 .slide-ttl {
    text-align: center;
  }
  .sec-02 .slide-body {
    width: 902px;
    margin: 0 auto;
  }
  .sec-02 .slide-note {
    padding: 20px 0 0;
    text-align: center;
  }
  .sec-02 .btn.materials {
    text-align: center;
    margin-top: 40px;
  }
  .sec-03 {
    margin: 116px 0 99px;
    padding: 0 0 79px;
    text-align: center;
    background: url("../images/taste_bg.png") center 14px no-repeat;
  }
  .sec-03 .taste-ttl {}
  .sec-03 .taste-img {
    margin: -10px 0 0;
  }
  .sec-03 .taste-comment {
    margin: 30px 0 0;
  }
  .sec-05 {
    position: relative;
  }
  .sec-05 .btn.cart-l {
    position: absolute;
    left: 50%;
    bottom: 440px;
    transform: translateX(-50%);
  }
  .arrow_box {
    width: 776px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translateX(-50%);
    margin: 0;
  }
  .slide-arrow::after {
    content: normal !important;
  }
  .prev-arrow, .next-arrow {
    transition: all .3s ease;
    cursor: pointer;
  }
  .prev-arrow:hover, .next-arrow:hover {
    opacity: 0.7;
  }
  .sec-cv {
    position: relative;
  }
  .sec-cv .btn.order {
    position: absolute;
    left: 50%;
    bottom: 268px;
    transform: translateX(-50%);
  }
  .sec-cv .btn.teiki {
    position: absolute;
    left: 50%;
    bottom: 125px;
    transform: translateX(-50%);
  }
  .selectbox {
    position: relative;
  }
  .selectbox::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 12px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #555;
    border-bottom: 0;
  }
  #potage select {
    position: absolute;
    right: 190px;
    bottom: 352px;
    height: 50px;
    text-indent: 20px;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
    border: 3px solid #707070;
    border-radius: 10px;
    width: 218px;
    appearance: none;
    background: #ffffff url(../images/arrow.png) 90% center no-repeat;
  }
}
/* =============================================
                    SP
============================================= */
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .soldout {
    color: #50331D;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    background: #EFEDED;
    padding: 20px 5px;
    margin-bottom: 10px;
  }
  .soldout .txt1 {
    font-size: 12px;
    line-height: 22px;
  }
  .soldout .txt2 {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 0;
  }
  #potage img {
    width: 100%;
  }
  .main {
    padding-bottom: 5%;
  }
  .main .btn.detail {
    position: absolute;
    left: 50%;
    bottom: 7.5%;
    width: 71%;
    transform: translateX(-50%);
  }
  .main .recommended {
    position: relative;
  }
  .main .recommended .btn.cart-s {
    position: absolute;
    right: 19%;
    bottom: 14%;
  }
  .main .product {
    position: relative;
  }
  .sec-01 {
    padding: 0;
    text-align: center;
    background: url("../images/acc_bg_sp.png") center 105% no-repeat;
  }
  .sec-01 .acc-ttl {}
  .sec-01 .acc-product {
    margin-top: 0;
  }
  .sec-01 .acc-block-1 {
    position: relative;
    margin-top: 3%;
  }
  .sec-01 .acc-block-2 {
    position: relative;
    margin-top: 2%;
  }
  .sec-01 .acc-block-3 {
    position: relative;
    margin-top: 12%;
  }
  .sec-01 .acc-block-4 {
    position: relative;
    margin-top: 8%;
  }
  .sec-01 .acc-block-1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 64%;
    height: 100px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    transition: .4s;
    transform: translateX(-50%);
  }
  .sec-01 .acc-block-1.active:after, .sec-01 .acc-block-2.active:after, .sec-01 .acc-block-3.active:after, .sec-01 .acc-block-4.active:after {
    opacity: 0;
    visibility: hidden;
  }
  .acc-btn {
    width: 500px;
    margin: 0 auto;
    position: relative;
  }
  .acc-btn img {
    width: 18px;
    height: auto;
  }
  #acc-btn-1 {
    position: absolute;
    right: 40px;
    bottom: 65px;
  }
  #acc-btn-2 {
    position: absolute;
    left: 205px;
    bottom: 107px;
  }
  #acc-btn-3 {
    position: absolute;
    right: 5px;
    bottom: 107px;
  }
  #acc-btn-4 {
    position: absolute;
    right: 35px;
    bottom: 55px;
  }
  #acc-btn-5 {
    position: absolute;
    right: 35px;
    bottom: 65px;
  }
  .sec-01 .acc-block-2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 64%;
    height: 130px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    transition: .4s;
    transform: translateX(-50%);
  }
  .sec-01 .acc-block-3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 64%;
    height: 60px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    transition: .4s;
    transform: translateX(-50%);
  }
  .sec-01 .acc-block-4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 64%;
    height: 100px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    transition: .4s;
    transform: translateX(-50%);
  }
  .sec-01 .btn.eat {
    margin-top: 6.5%;
  }
  .sec-01 .btn.eat img {
    width: 41.25%!important;
    height: auto;
  }
  .sec-01 .btn.pagetop {
    position: absolute;
    right: 3%;
    bottom: -1.3%;
  }
  .sec-02 {
    margin-top: 20%;
  }
  .sec-02 .slide-ttl {
    text-align: center;
  }
  .sec-02 .slide-body {
    width: 90.6%;
    margin: 0 auto;
  }
  .sec-02 .slide-note {
    padding: 2% 0 0;
    text-align: center;
  }
  .sec-02 .btn.materials {
    text-align: center;
    margin: 0;
  }
  .sec-02 .btn.materials img{
    width: 45.5%!important;
    height: auto;     
    text-align: center;
  }
  .sec-03 {
    margin: 8% 0 9%;
    padding: 0;
    text-align: center;
    background: url("../images/taste_bg.png") center 2% no-repeat;
  }
  .sec-03 .taste-ttl {}
  .sec-03 .taste-img {
    margin: -1.5% 0 0;
  }
  .sec-03 .taste-comment {
    margin: 0;
  }
  .sec-05 {
    position: relative;
  }
  .sec-05 .btn.cart-l {
    position: absolute;
    right: -1%;
    bottom: 19%;
    transform: translateX(-50%);
  }
  .sec-05 .btn.cart-l img{
    width: auto!important;
  }
  .arrow_box {
    width: 82.18%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    margin: 0;
  }
  .slide-arrow::after {
    content: normal !important;
  }
  .slide-arrow img{
    width: 100%!important;
  }
  .prev-arrow, .next-arrow {
    transition: all .3s ease;
    cursor: pointer;
  }
  .prev-arrow:hover, .next-arrow:hover {
    opacity: 1;
  }
  .sec-cv {
    position: relative;
  }
  .sec-cv .btn.order {
    position: absolute;
    left: 50%;
    bottom: 15.5%;
    transform: translateX(-50%);
  }
  .sec-cv .btn.order img{
    width: auto!important;
  }
  .sec-cv .btn.teiki {
    position: absolute;
    left: 50%;
    bottom: 4.5%;
    transform: translateX(-50%);
  }
  .sec-cv .btn.teiki img{
    width: auto!important;
  }
  .selectbox {
    position: relative;
  }
  .selectbox::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 12px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #555;
    border-bottom: 0;
  }
  #potage select {
    position: absolute;
    right: 15%;
    bottom: 51vw;
    height: 10vw;
    text-indent: 20px;
    line-height: 40px;
    font-size: 3.4vw;
    font-weight: bold;
    vertical-align: middle;
    border: 3px solid #707070;
    border-radius: 10px;
    width: 28vw;
    appearance: none;
    background: #ffffff url(../images/arrow.png) 90% center no-repeat;
  }
  #potage select option {
    font-size: 18px;
  }
  .modal {
    display: none;
    background-color: rgba(53, 53, 53, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
  .modal .rspbody .rspimg {
    max-width: 640px;
    max-height: inherit;
    width: 90%;
    height: auto;
    margin: 3% auto 0;
  }
}
/* IEでプルダウンの三角を削除 */
@media screen\0 {
  #potage select {
    background: none;
  }
}