@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 100%;
  line-height: 1.529;
  color: #333;
  background-color: #f2efe8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
}

.container {
    width: 100%;
    max-width: 565px;
    padding:0 25px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .container {
    max-width: 555px;
    padding-right: 20px;
    padding-left: 20px;
  }
  img {
    width: 100%;
  }
}
body .sp-item {
  display: none !important;
}

body .pc-item {
  display: block !important;
}

@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
  img {
    width: 100%;
  }
}
.kozuka {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}

@media screen and (max-width: 640px) {
  body {
    width: auto;
    margin: 0 auto;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
  }
  .sp img {
    max-width: 80%;
  }
}
.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.ov_hd {
  overflow: hidden;
}

.scarlet {
  color: #c1272d;
}

.bg_none {
  background-image: none !important;
}

.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.line_0 {
  line-height: 0;
}

.zindex {
  z-index: 200;
}

input[type="radio"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

input[type="image"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* ----------------------------------------------------

  text

---------------------------------------------------- */
em {
  text-decoration: underline;
  font-style: normal;
}

.bd_red {
  border-bottom: 1px solid #ff0004;
  padding-bottom: 2px;
}

.bd_red02 {
  border-bottom: 3px solid #ff0004;
  padding-bottom: 0px;
}

.red {
  color: #ed1c24;
}

.deeppink {
  color: #ed1e79;
}

.yellow {
  background: linear-gradient(transparent 30%, #ffff00 30%);
}

.gray {
  color: #666666;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.strike {
  text-decoration: line-through;
}

.ul {
  text-decoration: underline;
}

.marker-border-1 {
  background: linear-gradient(transparent 50%, #ffff66 0%);
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.font10 {
  font-size: 10px !important;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
  line-height: 150%;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font20 {
  font-size: 20px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
}

.font23 {
  font-size: 23px !important;
}

.font24 {
  font-size: 24px !important;
}

.font25 {
  font-size: 25px !important;
}

.font26 {
  font-size: 26px !important;
}

.font27 {
  font-size: 27px !important;
}

.font28 {
  font-size: 28px !important;
}

.font29 {
  font-size: 29px !important;
}

.font30 {
  font-size: 30px !important;
}

.font32 {
  font-size: 32px !important;
}

/* ----------------------------------------------------

  float

---------------------------------------------------- */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.clear {
  clear: both;
}

img {
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* ここからカスタム */

/* リキッドレイアウト対応 */
/* 514pxからは全体的に縮小していく */
html {
  font-size: 16px;
}
@media (max-width: 515px) {
  html {
    font-size: calc(16 / 515 * 100vw);
  }
}

ul {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

/****************
プリヘッド
/****************/
.l-header {
    height: 7.5rem;
}

.header {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__title {
  width: 100%;
  max-width: 21.25rem;
  margin-top: 2.6875rem;
}

/****************
メインビュー
/****************/
.mv__img-items {
  position: relative;
}

.mv__slide {
  width: 100%;
  position: relative;
}

.mv__slide ::before {
  content: "";
  display: block;
  padding-top: 66.796117%;
}

.mv__slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.mv__pic {
  position: absolute;
  bottom: -2.375rem;
  left: -3.125rem;
  z-index: 1;
  width: 100%;
  max-width: 9.375rem;
}

.mv__contents {
  margin-top: 1.875rem;
}

.mv__head {
  font-size: 1.25rem;
  text-align: center;
}

.mv__text {
  text-align: justify;
  margin-top: 1.5625rem;
}

.mv__btn {
  margin-top: 1.875rem;
}

/****************
イメージアイテム
/****************/
.section-images {
  margin-top: 5rem;
}

.images__item {
  width: 100%;
}

/****************
アイテムリスト
/****************/
.section-list {
  margin-top: 4.375rem;
}

.list__body {
  position: relative;
  padding-bottom: 3.125rem;
}

.list__title {
  width: 100%;
  max-width: 21.25rem;
  margin-left: auto;
  margin-right: auto;
}

.list__items {
  margin-top: 1.5625rem;
}

.list__btn {
  margin-top: 2.1875rem;
}

/****************
ランキング
/****************/
.list__body.list__body--ranking::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 3.4375rem;
  z-index: -1;
  background-image: url(./../images/ranking_bg.png);
  background-position: center 20%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% - 3.4375rem);
}


/****************
コーデセット
/****************/
.list__body.list__body--codeset::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 4.6875rem;
  z-index: -1;
  background-image: url(./../images/codeset_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% - 4.6875rem);
}

/****************
おすすめ
/****************/
.list__body.list__body--recommend::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 3.75rem;
  z-index: -1;
  background-image: url(./../images/recommend_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% - 3.75rem);
}

/****************
セール
/****************/
.list__body.list__body--sale::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 5rem;
  z-index: -1;
  background-image: url(./../images/sale_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% - 5rem);
}

/****************
フッター
/****************/
.l-footer {
  margin-top: 5.9375rem;
}

footer {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  background-color: #c8c3b7;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.footer__item {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.footer__copy {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-top: 0.625rem;
}

/****************
共通
/****************/

/****************
下からフェードイン
/****************/
/*フェードインアニメーションの指定下から*/
.js-scrollanime {
  opacity: 0;
  /*下からフェードイン*/
  transform: translateY(-100px);
} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/****************
ボタン
/****************/
.btn {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  position: relative;
  display: block;
  color: #666666;
  font-size: 1.875rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 315px;
  padding: 2.1875rem 0.625rem;
  width: calc(100% - 2.1875rem);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btn::after {
  content: "";
  position: absolute;
  top: 51%;
  right: calc(50% - 6.5625rem);
  transform: translateY(-50%);
  background-image: url(./../images/btn.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.875rem;
  height: 1.25rem;
}

.btn:hover {
  background-color: #807856;
}

/****************
カードリスト
/****************/
.card-list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-list__item {
  width: 100%;
  max-width: calc(50% - 1.03125rem);
}

.card-list__item + .card-list__item {
  margin-left: 2.0625rem;
}

/* 複数の時の対処 */
.card-list__item:nth-child(2n + 1) {
  margin-left: 0;
}

.card-list__item:nth-child(n + 3) {
  margin-top: 3.4375rem;
}

/****************
アイテム
/****************/
.item-card a:hover .item-card__img {
  opacity: 0.5;
}
.item-card a:hover .item-card__img-bg {
  background-color: rgba(152, 128, 128, 0.24);
}
.item-card a:hover .item-card__img-bg.item-card__img-bg--brown {
  background-color: rgba(128, 120, 86, 0.3);
}

.item-card__img,
.item-card__img-bg {
  width: 100%;
  position: relative;
  transition: all 0.3s;
}

.item-card__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.item-card__img-bg {
  background-color: rgba(152, 128, 128, 0.48);
}

.item-card__img-bg::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-card__img-bg .item-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.item-card__img-bg .item-card__img::before {
  padding-top: 150%;
}

.item-card__img-bg.item-card__img-bg--brown {
  background-color: rgba(128, 120, 86, 0.6);
}

.item-card__contents {
  display: flex;
  align-items: flex-start;
  margin-top: 1.25rem;
  margin-left: 0.9375rem;
}

.item-card__content {
  margin-left: 1.25rem;
}

.item-card__number {
  font-family: "adorn-bouquet", sans-serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1;
}

.item-card__price {
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.4375rem;
}
