@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box
}

.wrap {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "�ҥ饮����ī ProN W3", "����ī", YuMincho, "HG��īE", "�ͣ� ����ī", "�ͣ� ��ī", serif;
  text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) and (max-width: 950px){
  html{
    font-size: 5.875px;
  }
}

@media only screen and (min-width: 641px) {
  body{
    min-width: unset;
  }
}

li {
  list-style: none;
}

.c-breadcrumb{
	display: none;
}

/* =============================================
                    PC
============================================= */
@media screen and (min-width:641px) {
  .spOnly {
    display: none !important;
  }

  a:hover {
    cursor: pointer;
  }

  a:hover img {
    opacity: 0.7;
    transition: all 1s;
  }

  .conts {
    position: relative;
  }

  .conts:before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 100vh;
    background-image: url(/lineup/pottagecurry/images/bg01.jpg);
    background-size: cover;
    background-position: center center;
  }

  .l-header {
    background-color: #ffffff;
  }

  .l-main {
    padding-bottom: 0;
  }

  #lpFooter {
    margin-bottom: 0;
    padding-bottom: 39px;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
}

.main {
  text-align: center;
}


/* =============================================
                    common
============================================= */
.flowerpotage-wrapper {
  position: relative;
  z-index: 2;
  width: 640px;
  margin: 0 auto;
  color: #000000;
  background-color: #ffffff;
}

@media screen and (max-width: 640px) {
  .flowerpotage-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

.flowerpotage-wrapper a {
  text-decoration: none;
}

.flowerpotage-wrapper a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

.flowerpotage-wrapper img {
  width: 100%;
  height: auto;
}

.flowerpotage-wrapper .sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.3em;
}

.flowerpotage-wrapper .txt+.txt,
.flowerpotage-wrapper .img+.img,
.flowerpotage-wrapper .txt+.img,
.flowerpotage-wrapper .img+.txt {
  margin-top: 1em;
}

.flowerpotage-wrapper .txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .flowerpotage-wrapper .txt {
    font-size: calc(18 / 450 * 100vw);
  }
}

.flowerpotage-wrapper .img {
  max-width: 100%;
  margin-inline: auto;
}

.flowerpotage-wrapper .btn {
  display: block;
  border: none;
  margin-inline: auto;
  transition: 0.3s;
  cursor: pointer;
}

.flowerpotage-wrapper .btn:hover {
  opacity: 0.7;
}

.btn_green {
  margin: 5% auto auto auto;
}

.btn_green a {
  display: block;
  width: fit-content;
  margin: auto;
  padding: 3% 6%;
  border-radius: 100vw;
  background-color: #a8cc4c;
  color: #ffffff;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .btn_green a {
    font-size: calc(18 / 450 * 100vw);
  }
}

.btn_orange {
  margin: 5% auto auto auto;
}

.btn_orange a {
  display: block;
  width: fit-content;
  margin: auto;
  padding: 3% 2em;
  border-radius: 100vw;
  background-color: #eb8400;
  color: #ffffff;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
}

.btn_orange-cart a {
  font-size: 25px;
}

@media screen and (max-width: 640px) {
  .btn_orange-cart a {
    font-size: calc(25 / 450 * 100vw);
  }
}


.btn_orange-cart a[href$="javascript:void(0);"] {
  background-color: #cccccc;
  pointer-events: none;
}

.btn_white a {
  display: block;
  width: 100%;
  margin: auto;
  padding: 3% 6%;
  border-radius: 100vw;
  background-color: #ffffff;
  color: #eb8400;
  font-size: 25px;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .btn_white a {
    font-size: calc(25 / 450 * 100vw);
  }
}

.btn_white a[href$="javascript:void(0);"] {
  background-color: #cccccc;
  pointer-events: none;
}

/* section */
.section {
  min-width: auto;
}

.section+.section {
  margin-top: min(calc(70 / 450 * 100vw), 70px);
}

.section .section__main {
  margin-bottom: min(calc(40 / 450 * 100vw), 40px);
}

.section .section__main .icon {
  width: min(calc(85 / 450 * 100vw), 85px);
  margin: auto auto 1em auto;
}

.section .section__main .title {
  margin-bottom: 0.5em;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.section .section__main .img {
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .section .section__main .title {
    font-size: calc(32 / 450 * 100vw);
  }
}

.cart {
  border: 2px solid #cfe1a2;
  padding: 10px;
  margin: 10px;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}


.cart .cart__price {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .cart .cart__price {
    font-size: calc(48 / 450 * 100vw);
  }
}

.cart .cart__price span {
  font-size: 50%;
}

.cart .cart__txt {
  width: fit-content;
  margin: 5% auto auto auto;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .cart .cart__txt {
    font-size: calc(25 / 450 * 100vw);
  }
}

.cart .cart__txt span.orange {
  color: #eb8400;
}

.cart .cart__txt span.fss {
  font-size: 60%;
}

.cart .cart_set {
  margin-top: 5%;
}

.cart .cart_set .title {
  width: calc(100% + 10px + 10px);
  margin: 0 0 20px -10px;
  padding: 5px 0;
  background-color: #cfe1a2;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .cart .cart_set .title {
    font-size: calc(18 / 450 * 100vw);
  }
}

.cart .cart_set .txt {
  padding: 0 0 5% 0;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .cart .cart_set .txt {
    font-size: calc(16 / 450 * 100vw);
  }
}

.cart_note {
  padding: 10px;
  margin: 10px;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-weight: bold;
}

.cart_note .txt {
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .cart_note .txt {
    font-size: calc(16 / 450 * 100vw);
  }
}

.cart_special {
  position: relative;
}

.cart_special .cart_special__btn {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  min-width: 70%;
  width: fit-content;
}

.potage .potage__box {
  margin-top: 5%;
  padding: 10% 5%;
  background-color: #eeece9;
}

.potage .potage__box .potage_introduction {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.potage .potage__box .potage_introduction+.potage_introduction {
  margin-top: 5%;
}

.potage .potage__box .potage_introduction .img {
  width: 38%;
  margin: 0;
}

.potage .potage__box .potage_introduction .txt {
  width: 60%;
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .potage .potage__box .potage_introduction .txt {
    font-size: calc(16 / 450 * 100vw);
  }
}

.potage .potage__box .potage_introduction .txt span {
  display: inline-block;
  font-size: 125%;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.img01 {
  width: min(calc(116 / 450 * 100vw), 116px);
}

.img07 {
  width: min(calc(358 / 450 * 100vw), 358px);
}

.global-footer {
  display: none;
}