@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800;900&family=Oxygen:wght@700&display=swap");
h4,
h5,
h6,
p,
li,
ol,
dl,
label,
select,
button,
span,
table,
.no-shaggy {
  transform: rotate(0.03deg);
}

.shaggy--clear {
  transform: rotate(0) !important;
}

/*--------------------------------------------------
　分岐　サンプル
-------------------------------------------------*/
/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.8rem;
  position: relative;
}
@media (max-width: 991px) {
  .content-1200 {
    padding: 0;
  }
}

#father {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  width: 100%;
  color: #42210b;
}
#father p {
  line-height: 1.15;
}

.text-color-red {
  color: #e93937;
}

.text-color-blue {
  color: #0060a1;
}

.bg-l-brown {
  background-color: #936f49;
}

.bg-d-brown {
  background-color: #603813;
}

.bg-d-pink {
  background-color: #ff6d7e;
}

.bg-d-red {
  background-color: #c60908;
}

.bg-d-sky {
  background-color: #3393ff;
}

.bg-l-pink {
  background-color: #ff9090;
}

.bg-lemon {
  background-color: #ffefb0;
}

.bg-chocolate {
  background-color: #42210b;
}

.text-brown {
  color: #603813;
}

.border-brown {
  border: 1px solid #603813;
}

.bg-goods {
  background-color: #fff39d;
  border-radius: 10px;
}

.bg-white-area {
  background-color: #fff;
  border-radius: 25px;
  position: relative;
  padding: 24px;
  margin: 20px 20px 20px 20px;
  z-index: 1;
  box-shadow: 0px 0px 15px rgb(94, 161, 159);
}
@media (max-width: 1200px) {
  .bg-white-area {
    padding: 1%;
  }
}
@media (max-width: 767px) {
  .bg-white-area {
    border-radius: 10px;
    margin: 15px 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .bg-white-area {
    padding: 0 10px 15px 10px;
    margin: 15px 10px 15px 10px;
  }
}

hr {
  border-color: #919191 !important;
  margin: 10px 0;
}

/* 画像 hover:半透明 ＿＿＿＿＿＿＿＿＿＿＿*/
.tra:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
}

.border-radius10 {
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .border-radius10 {
    border-radius: 5px;
  }
}

/*--------------------------------------------------
  mixin
-------------------------------------------------*/
/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.8rem;
  position: relative;
}

@media (max-width: 991px) {
  .content-1200 {
    padding: 0;
  }
}
.bland-logo-area {
  position: relative;
  z-index: 5;
}

/*--------------------------------------------------
  mainvisual
-------------------------------------------------*/
.mainvisual-box {
  max-width: 1780px;
  margin: 0 auto -22px auto;
  padding: 0 0.8rem;
  position: relative;
}
@media (max-width: 1780px) {
  .mainvisual-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mainvisual-box {
    padding-bottom: 56%;
  }
}

.mainvisual-bg {
  background-image: url("images26/mainvisual-bg.jpg");
  background-position: center top;
  position: relative;
}
@media (max-width: 1780px) {
  .mainvisual-bg {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .mainvisual-bg {
    background-image: url("images26/mainvisual-bg--sp.jpg");
    background-size: auto 100%;
  }
}

.mainvisual-logo-area {
  position: relative;
  display: inline-block;
  width: 55%;
}
@media (max-width: 767px) {
  .mainvisual-logo-area {
    width: 100%;
  }
}

.mainvisual-logo-bg {
  position: relative;
  z-index: 2;
}
@media (max-width: 1780px) {
  .mainvisual-logo-bg img {
    width: 100%;
    height: auto;
  }
  .mainvisual-logo-bg {
    width: 96%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .mainvisual-logo-bg {
    width: 115%;
    margin-left: -8%;
    margin-top: -1%;
  }
}

.mainvisual-logo {
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  z-index: 3;
  top: 78px;
}
@media (max-width: 1780px) {
  .mainvisual-logo img {
    width: 100%;
    height: auto;
  }
  .mainvisual-logo {
    width: 56%;
    top: 14%;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .mainvisual-logo {
    width: 68%;
    top: 13%;
    left: 49%;
  }
}

.icon-webgentei {
  position: absolute;
  top: 35px;
  left: 70px;
  z-index: 3;
}
@media (max-width: 1780px) {
  .icon-webgentei img {
    width: 100%;
    height: auto;
  }
  .icon-webgentei {
    width: 17%;
    top: 7%;
    left: 9%;
  }
}
@media (max-width: 767px) {
  .icon-webgentei {
    width: 23%;
    top: 2%;
    left: -3%;
  }
}

.mainvisual-cap {
  position: absolute;
  top: -170px;
  right: -377px;
  z-index: 1;
}
@media (max-width: 1780px) {
  .mainvisual-cap img {
    width: 100%;
    height: auto;
  }
  .mainvisual-cap {
    width: 49%;
    top: -32%;
    right: -38%;
  }
}
@media (max-width: 767px) {
  .mainvisual-cap {
    width: 57%;
    top: 47%;
    right: -4%;
  }
}

.mainvisual-giftbox {
  position: absolute;
  top: -3px;
  left: -440px;
  z-index: 1;
}
@media (max-width: 1780px) {
  .mainvisual-giftbox img {
    width: 100%;
    height: auto;
  }
  .mainvisual-giftbox {
    width: 55%;
    top: -3px;
    left: -44%;
  }
}
@media (max-width: 767px) {
  .mainvisual-giftbox {
    width: 72%;
    top: 83%;
    left: -10%;
  }
}

.mainvisual-tnkcard {
  position: absolute;
  top: 327px;
  left: -280px;
  z-index: 1;
}
@media (max-width: 1780px) {
  .mainvisual-tnkcard img {
    width: 100%;
    height: auto;
  }
  .mainvisual-tnkcard {
    width: 35%;
    top: 60%;
    left: -28%;
  }
}
@media (max-width: 1200px) {
  .mainvisual-tnkcard {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .mainvisual-tnkcard {
    width: 33%;
    top: 59%;
  }
}
@media (max-width: 767px) {
  .mainvisual-tnkcard {
    width: 45%;
    top: 143%;
    left: 6%;
  }
}

.mainvisual-fukidashi {
  position: absolute;
  top: 295px;
  right: -214px;
  z-index: 1;
}
@media (max-width: 1780px) {
  .mainvisual-fukidashi img {
    width: 100%;
    height: auto;
  }
  .mainvisual-fukidashi {
    width: 29%;
    top: 53%;
    right: -19%;
  }
}
@media (max-width: 767px) {
  .mainvisual-fukidashi {
    width: 41%;
    top: 131%;
    right: 2%;
  }
}

.mainvisual-text01 {
  position: absolute;
  top: -16px;
  right: -13px;
}
@media (max-width: 1780px) {
  .mainvisual-text01 img {
    width: 100%;
    height: auto;
  }
  .mainvisual-text01 {
    width: 12%;
    top: -2%;
    right: 0%;
  }
}

.mainvisual-text02 {
  position: absolute;
  top: 440px;
  left: -67px;
}
@media (max-width: 1780px) {
  .mainvisual-text02 img {
    width: 100%;
    height: auto;
  }
  .mainvisual-text02 {
    width: 7%;
    top: 82%;
    left: 0%;
  }
}

.mainvisual-obi {
  background-color: #0060a1;
  padding: 10px;
  position: relative;
  color: #fff;
  font-weight: 500;
}
.mainvisual-obi p {
  font-size: clamp(1rem, 0.886rem + 0.485vi, 1.25rem);
}

.main-bg {
  background: url(images26/bg-hana.png), url(images26/bg-main.png);
  background-repeat: repeat-y, no-repeat;
  background-position: center, center 0;
  background-size: auto, cover;
  background-attachment: local, fixed;
  background-color: #8be2e0;
}
@media (max-width: 767px) {
  .main-bg {
    background-image: none !important;
  }
}

.bg-hana01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
#navigation {
  background-color: #0060a1;
  z-index: 10;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
#navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
}
#navigation li {
  position: relative;
  display: inline-block;
  transition: 0.5s;
  padding: 2px 15px;
  border-radius: 5px;
  line-height: 1.2;
}
#navigation li:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-right: 1px solid #fff;
}
#navigation li:last-child:before {
  content: "";
  border-right: 0px;
}
#navigation li a {
  height: 100%;
  display: block;
  position: relative;
}
#navigation .navigation-img {
  width: 138px;
}
#navigation .navigation-img img {
  width: 100%;
  height: auto;
}
#navigation .navigation-img {
  position: relative;
}
@media (max-width: 991px) {
  #navigation .navigation-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #navigation .navigation-img {
    width: 100%;
  }
}
#navigation .navigetion-border::before {
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-right: 1px solid #fff;
}
@media (max-width: 991px) {
  #navigation li {
    padding: 2px 1%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #navigation {
    font-size: 10px;
    padding: 0;
  }
  #navigation li {
    padding: 0;
  }
  #navigation li:before {
    border: 0;
    padding: 2px 0;
  }
}

.sticky-element {
  position: sticky;
  top: 0; /* スクロール時に上端から0pxの位置で固定 */
  z-index: 100; /* 他の要素の上に表示したい場合 */
}

.mainvisual-houzai--link01 {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 4;
}
.mainvisual-houzai--link01 a {
  display: block;
  width: 100%;
  height: 100%;
}

.mainvisual-houzai--link02 {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 4;
}
.mainvisual-houzai--link02 a {
  display: block;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------
価格まわりのコンポーネント
-------------------------------------------------*/
.item-quantity {
  font-family: "Oxygen", "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1 !important;
  vertical-align: bottom;
  bottom: -0.04em;
  position: relative;
}
.item-quantity small {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  bottom: 0.04em;
}
@media all and (max-width: 1200px) {
  .item-quantity {
    font-size: 2.2rem;
  }
  .item-quantity small {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .item-quantity {
    font-size: 2.4rem;
  }
  .item-quantity small {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .item-quantity {
    font-size: 34px;
  }
  .item-quantity small {
    font-size: 26px;
  }
}
@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 30px;
  }
  .item-quantity small {
    font-size: 22px;
  }
}

.price {
  font-family: "Oxygen", sans-serif;
  letter-spacing: -0.1rem;
  font-size: 3.4rem;
  font-weight: 700;
  padding: 0 0 0 3px;
  line-height: 0.9 !important;
  position: relative;
}
.price > small {
  bottom: 0.04em;
  position: relative;
}
@media (max-width: 1200px) {
  .price {
    font-size: 3.3rem;
  }
}
@media (max-width: 991px) {
  .price {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .price {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .price {
    font-size: 40px;
    padding: 0 0 0 2px;
  }
}

.price--ruby {
  font-size: 1rem;
  font-weight: 600;
  top: -2%;
  right: 6%;
}

.price--unit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1 !important;
  position: relative;
}
@media (max-width: 767px) {
  .price--unit {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .price--unit {
    font-size: 22px;
  }
}

.re-type {
  font-size: clamp(1.313rem, 1.256rem + 0.242vi, 1.438rem);
  font-weight: 600 !important;
}

.red-right {
  color: #ff0000;
}

.soutou {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
  color: #3e3a39;
  margin-top: 5px;
}
@media (max-width: 576px) {
  .soutou {
    font-size: 16px;
  }
}

.under-btn-text-wrap {
  max-width: 420px;
}

.info-text {
  font-size: 0.8rem;
  line-height: 1.1 !important;
}
.info-text a {
  color: #42210b !important;
  text-decoration: underline;
}
.info-text a:hover, .info-text a:focus {
  color: rgba(34, 34, 34, 0.5) !important;
  cursor: pointer;
  text-decoration: none;
}

/*--------------------------------------------------
itemユニット
-------------------------------------------------*/
.item-title-wrap {
  font-size: 2rem;
  position: relative;
  width: calc(100% + 48px);
  top: -24px;
  left: -24px;
  z-index: 1;
  padding: 0 0 0px clamp(90px, 14vw, 120px);
}
@media (max-width: 1200px) {
  .item-title-wrap {
    top: -13px;
  }
}
@media (max-width: 991px) {
  .item-title-wrap {
    top: -10px;
  }
}
@media (max-width: 767px) {
  .item-title-wrap {
    top: 0;
  }
}
@media (max-width: 576px) {
  .item-title-wrap {
    padding-left: calc(min(70px, 19vw) + 0.6rem);
    width: calc(100% + 24px);
    left: -12px;
    border-radius: 10px 10px 0 0;
    padding: 0 0 5px clamp(78px, 14vw, 120px);
  }
}

.item-icon-m-gentei {
  width: 120px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .item-icon-m-gentei {
    width: 100px;
    left: -22px;
  }
}
@media (max-width: 576px) {
  .item-icon-m-gentei {
    left: -13px;
  }
}

.item-category-name {
  border-radius: 50em;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.892rem + 0.227vi, 1.063rem);
}
.item-category-name span {
  transform: rotate(0.06deg);
  display: inline-block;
}
@media (max-width: 576px) {
  .item-category-name {
    font-size: 12px;
  }
}

.item-title {
  font-weight: 900;
  position: relative;
  z-index: 1;
  padding: 15px 6px 4px 0;
  color: #603813;
  line-height: 1;
  font-size: clamp(1.188rem, 0.847rem + 1.455vi, 1.938rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  z-index: 1;
}
@media (max-width: 1200px) {
  .item-title {
    padding: 10px 6px 16px 0;
  }
}
@media (max-width: 767px) {
  .item-title {
    padding: 6px 3px 12px 2%;
  }
}
@media (max-width: 576px) {
  .item-title {
    padding: 6px 3px 6px 10px;
  }
}
.item-title small {
  font-size: 50%;
}

.item-title-border {
  border-bottom: 2px solid #0060a1;
  display: block;
  top: -19px;
  position: relative;
}
@media (max-width: 767px) {
  .item-title-border {
    top: -6px;
  }
}

.text-up {
  vertical-align: 0.1em;
}

.item-name {
  font-weight: 800;
  font-size: clamp(1.5rem, 1.418rem + 0.5vw, 2rem);
  line-height: 1;
  color: #0060a1;
  letter-spacing: -1px;
}

.item_name_ktl {
  letter-spacing: -3px;
}
@media all and (min-width: 1200px) {
  .item_name_ktl {
    font-size: 28px;
  }
}
@media all and (min-width: 991px) {
  .item_name_ktl {
    font-size: 26px;
  }
}

.item-name-mini {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  color: #e93937;
}
@media (max-width: 1200px) {
  .item-name-mini {
    font-size: clamp(1.375rem, 1.261rem + 0.48vw, 1.625rem);
  }
}

.item-text {
  font-size: 15px;
  line-height: 1.3 !important;
  font-weight: 500;
}

.item-set-box {
  position: relative;
  padding: 10px 10px 7px 10px;
  border: 1px solid #919191;
  width: 100%;
  color: #3e3a39;
}

.set-title {
  font-size: clamp(1.5rem, 1.418rem + 0.5vw, 2rem);
  font-weight: 800;
  line-height: 1;
}

.set-title--long {
  font-size: clamp(1.5rem, 1.418rem + 0.5vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.item-set-title {
  position: absolute;
  top: -14px;
  left: 7px;
  padding: 1px 5px 2px;
  margin: 0;
  font-size: 0.9rem;
  background-color: #fff;
  color: #3e3a39;
}

.item-set-text {
  font-size: 0.9rem;
}

.item-set--kakakuarabi img {
  width: 100%;
  height: auto;
}
.item-set--kakakuarabi {
  width: 22%;
}
@media (max-width: 991px) {
  .item-set--kakakuarabi {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .item-set--kakakuarabi {
    width: 149px;
  }
}
@media (max-width: 576px) {
  .item-set--kakakuarabi {
    width: 111px;
  }
}

@media (max-width: 1200px) {
  .item-02 {
    margin-top: 4%;
    margin-left: -1%;
  }
}
@media (max-width: 767px) {
  .item-02 {
    margin-top: 30px;
  }
}

/*--------------------------------------------------
コラーゲン紹介
-------------------------------------------------*/
.speech-bubble-collagen {
  position: relative;
  border-radius: 15px;
  border: 3px solid #f4524e;
  background-color: #ffefeb;
  padding: 0.5rem;
}
.speech-bubble-collagen h4 {
  font-weight: 500;
  line-height: 1;
  font-size: 19px !important;
  margin-left: 5px;
}
.speech-bubble-collagen span {
  color: #f4524e;
  font-weight: 500;
}
.speech-bubble-collagen ol {
  font-size: clamp(0.813rem, 0.755rem + 0.243vi, 0.938rem) !important;
  padding: 0 0 0 24px !important;
}
.speech-bubble-collagen li {
  line-height: 1.2;
  padding-bottom: 0.3rem;
  font-weight: 500;
  font-size: 14px;
}
.speech-bubble-collagen li small {
  line-height: 0.9;
  display: inherit;
}
.speech-bubble-collagen li span {
  color: #f4524e;
}
@media all and (max-width: 991px) {
  .speech-bubble-collagen h4 {
    font-size: clamp(1.125rem, 0.469rem + 3.279vw, 2.5rem);
  }
  .speech-bubble-collagen ol {
    margin-left: 0%;
  }
  .speech-bubble-collagen li {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .speech-bubble-collagen {
    padding: 7px 0 0 7px;
  }
  .speech-bubble-collagen h4 {
    margin-left: 2px;
  }
  .speech-bubble-collagen ol {
    margin-left: -1%;
  }
}

.pl-toubi {
  padding-left: 0.85rem;
}

.item-collagen-ill {
  position: absolute;
  top: -14px;
  right: -4%;
  width: 19%;
}
.item-collagen-ill img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .item-collagen-ill {
    right: -2%;
  }
}
@media (max-width: 767px) {
  .item-collagen-ill {
    top: -12px;
    right: -3%;
    width: 22%;
  }
}

.houzai-collagen {
  position: absolute;
  top: -20px;
  right: 63px;
  z-index: 2;
}
.houzai-collagen img {
  width: 100%;
  height: auto;
}
.houzai-collagen {
  width: 19%;
}
@media all and (max-width: 991px) {
  .houzai-collagen {
    width: 16%;
    top: -19px;
    right: 14%;
  }
}
@media all and (max-width: 767px) {
  .houzai-collagen {
    right: 16%;
  }
}
@media all and (max-width: 576px) {
  .houzai-collagen {
    width: 16%;
    top: -12px;
    right: 15%;
  }
  .houzai-collagen img {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------
アイコン類
-------------------------------------------------*/
.item-icon-otoku {
  width: 113px;
}

.item-icon-square {
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
  font-weight: bold;
  transform: rotateZ(-0.05deg);
}
@media (max-width: 576px) {
  .item-icon-square {
    font-size: 16px;
  }
}

.i-this-month {
  background-color: #29a3da;
  color: #fff;
}

.i-souryou {
  background-color: #e93937;
  color: #fff;
}

/*--------------------------------------------------
ターミナリア紹介
-------------------------------------------------*/
.speech-bubble-terminalia {
  position: relative;
  border-radius: 15px;
  border: 3px solid #ff4104;
  background-color: #ffe4e0;
  padding: 0.5rem;
}
.speech-bubble-terminalia h4 {
  font-weight: 700;
  line-height: 1;
  font-size: 18px !important;
  margin-bottom: 5px;
}
.speech-bubble-terminalia h4 span {
  color: #ff4104;
}
.speech-bubble-terminalia p {
  line-height: 1.2;
  padding-bottom: 0.3rem;
  font-weight: 500;
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
.speech-bubble-terminalia p small {
  line-height: 0.9;
  display: inherit;
}
.speech-bubble-terminalia p span {
  color: #ff4104;
}
@media all and (max-width: 991px) {
  .speech-bubble-terminalia h4 {
    font-size: clamp(1.125rem, 0.469rem + 3.279vw, 2.5rem);
  }
  .speech-bubble-terminalia p {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .speech-bubble-terminalia {
    padding: 7px 0 0 7px;
  }
  .speech-bubble-terminalia p {
    font-size: 13px;
  }
  .speech-bubble-terminalia h4 {
    margin-left: 2px;
  }
}

.speech-bubble-terminalia-list {
  width: 68%;
}
@media all and (max-width: 767px) {
  .speech-bubble-terminalia-list {
    width: 61%;
  }
}

.speech-bubble-terminalia-capimg {
  position: relative;
  margin: -5px 0 -10px -7px;
}
@media all and (max-width: 767px) {
  .speech-bubble-terminalia-capimg {
    margin: -5px 0 -5px -7px;
    width: 62px;
  }
  .speech-bubble-terminalia-capimg img {
    width: 100%;
    height: auto;
  }
}

.speech-bubble-terminalia-img {
  position: absolute;
  bottom: -18px;
  right: -17px;
  z-index: 2;
}
.speech-bubble-terminalia-img img {
  width: 100%;
  height: auto;
}
.speech-bubble-terminalia-img {
  width: 19%;
}
@media all and (max-width: 767px) {
  .speech-bubble-terminalia-img {
    width: 90px;
    bottom: -18px;
    right: -17px;
  }
}

.border-orange {
  border-top: 1px solid #ff4104;
}

/*--------------------------------------------------
グッツのスタイル
-------------------------------------------------*/
.goods-set-title {
  background-color: #4583ce;
  display: inline;
  color: #fff;
  padding: 7px 33px 7px 90px;
  font-size: clamp(1.188rem, 1.017rem + 0.727vi, 1.563rem);
  clip-path: polygon(0% 0%, 100% 0%, 97% 50%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .goods-set-title {
    line-height: 0.95;
    padding: 5px 33px 5px 85px;
  }
}

.goods-set-detail {
  padding: 10px;
  position: relative;
}
@media all and (max-width: 767px) {
  .goods-set-detail {
    padding: 0;
  }
}
.goods-set-detail--left {
  width: 62%;
  float: left;
}
@media all and (max-width: 991px) {
  .goods-set-detail--left {
    width: 100%;
  }
}

.goods-set-detail--right {
  width: 38%;
  float: right;
}
@media all and (max-width: 991px) {
  .goods-set-detail--right {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .goods-set-detail--right {
    padding: 0 2%;
  }
}

@media all and (max-width: 991px) {
  .goods-set-detail--attention {
    width: 100%;
  }
}

/*--------------------------------------------------
cart
-------------------------------------------------*/
.btn-cart {
  width: 80%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 50px;
  background-color: #3cb200;
  position: relative;
}
.btn-cart:hover {
  background-color: rgb(51.404494382, 152.5, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

.btn-cart--min {
  max-width: 500px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 50px;
  background-color: #3cb200;
  position: relative;
}
.btn-cart--min:hover {
  background-color: rgb(51.404494382, 152.5, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 991px) {
  .btn-cart--min {
    font-size: 1.5rem;
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .btn-cart--min {
    font-size: 1.2rem;
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart--min {
    font-size: 1rem;
  }
}

.btn-keppin {
  background-color: #6c757d !important;
  box-shadow: none;
  color: #fff;
}

/*矢印ボタン_____________*/
.arrow_btn {
  color: #fff !important;
  position: relative;
  transition: 0.5s;
}

.arrow_btn::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}

.arrow_btn:hover::after {
  right: 12px;
}

a.text-link {
  text-decoration: underline;
}

.icon-gentei {
  width: 110px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .icon-gentei {
    left: -5px;
    width: 104px;
    top: 30px;
  }
}
@media (max-width: 576px) {
  .icon-gentei {
    width: 88px;
    top: 58%;
  }
}

.icon-goods-gentei {
  width: 110px;
  position: absolute;
  top: 38px;
  left: -28px;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .icon-goods-gentei {
    width: 100px;
    left: -22px;
  }
}
@media (max-width: 576px) {
  .icon-goods-gentei {
    left: -13px;
  }
}

.icon-mame88 {
  max-width: 267px;
  margin-bottom: 8px;
}
.icon-mame88 img {
  width: 100%;
  height: auto;
}
.icon-mame88 img {
  text-align: right;
}

.atention-text {
  font-size: 13px;
  padding-bottom: 1px;
  line-height: 1.4 !important;
}

/*=============================================>>>>>
= 注意書きリンク =
===============================================>>>>>*/
.text-attention {
  text-align: right;
  font-size: 13px;
}
.text-attention a {
  color: #42210b;
  text-decoration: underline;
}
.text-attention a:hover, .text-attention a:focus {
  color: rgba(34, 34, 34, 0.5);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .text-attention {
    margin-top: 10px;
    text-align: left;
  }
}

/* --------------------------------------------------
注意事項
-------------------------------------------------*/
#note h4 {
  font-size: 20px;
}
#note p {
  font-size: 16px;
}
#note li {
  font-size: clamp(0.938rem, 0.909rem + 0.121vi, 1rem);
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .box-sp {
    justify-content: center;
    align-items: center;
  }
}

/* --------------------------------------------------
animation
-------------------------------------------------*/
/* fuwafuwa */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.anm-fwfw {
  animation: 3s fuwafuwa infinite ease-in-out;
}

/* --------------------------------------------------
pagetop
-------------------------------------------------*/
.pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.5);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
}

#item-section,
#father_313761 {
  content: "";
  margin-top: -85px;
  padding-top: 85px;
}
@media (max-width: 767px) {
  #item-section,
  #father_313761 {
    margin-top: -21%;
    padding-top: 21%;
  }
}

#father_313763 {
  content: "";
  margin-top: -90px;
  padding-top: 90px;
}
@media (max-width: 767px) {
  #father_313763 {
    margin-top: -14%;
    padding-top: 14%;
  }
}

#father_313764 {
  content: "";
  margin-top: -90px;
  padding-top: 90px;
}
@media (max-width: 767px) {
  #father_313764 {
    margin-top: -14%;
    padding-top: 14%;
  }
}

#father_316084 {
  content: "";
  margin-top: -90px;
  padding-top: 90px;
}
@media (max-width: 767px) {
  #father_316084 {
    margin-top: -14%;
    padding-top: 14%;
  }
}

#father_313760,
#father_316086 {
  content: "";
  margin-top: -90px;
  padding-top: 90px;
}
@media (max-width: 576px) {
  #father_313760,
  #father_316086 {
    margin-top: -18%;
    padding-top: 15%;
  }
}

#father_316085 {
  content: "";
  margin-top: -90px;
  padding-top: 90px;
}
@media (max-width: 767px) {
  #father_316085 {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  #father_316085 {
    margin-top: -15%;
    padding-top: 15%;
  }
}/*# sourceMappingURL=26papa.css.map */