@charset "UTF-8";
/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spサイズをpcへ引き伸ばし
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #F1F3E8;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.2px;
  font-size: 12px;
  transition: all 0.5s ease 0s;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600; /* bold */
  font-style: normal;
  color: #1B3600;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 14px;
  }
}

.gen_bold {
  font-family: grange-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #6E8C51;
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .gen_bold {
    font-size: 13px;
    letter-spacing: none;
  }
}

.gen_hevy {
  font-family: grange-condensed, sans-serif;
  font-weight: 900;
  font-style: normal;
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

@media screen and (min-width: 900px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 899px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 899px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: FFFCEE;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99;
}
@media screen and (max-width: 899px) {
  #page-top {
    right: 3%;
  }
}
#page-top img {
  width: 2.3611111111vw;
}
@media screen and (max-width: 899px) {
  #page-top img {
    width: 7.6vw;
  }
}

#page-top a {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  opacity: 0.5;
}

/* .fv
===================================================== */
.fv {
  overflow: hidden;
  width: 100%;
  position: relative;
  /* TOP loop TEXT 
  ===================== */
  /* TOP loop TEXT END  
  ===================== */
}
@media screen and (min-width: 900px) {
  .fv {
    margin-top: 50px;
  }
}
@media screen and (max-width: 899px) {
  .fv {
    overflow: hidden;
    margin-top: 40px;
  }
}
.fv article {
  overflow: hidden;
  position: absolute;
  top: 0;
}
.fv .loop_wrap {
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.fv .loop_wrap div {
  color: rgba(132, 140, 81, 0.2);
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 43px;
  overflow: hidden;
  line-height: 0.7;
  letter-spacing: 0.18em;
}
.fv .loop_wrap div:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}
.fv .loop_wrap div:nth-child(even) {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.fv .fvTitleArea {
  /*h1*/
  /* PC Img 
  ===================== */
}
@media screen and (max-width: 899px) {
  .fv .fvTitleArea {
    position: absolute;
    top: 7svh;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 900px) {
  .fv .fvTitleArea {
    justify-content: center;
  }
}
@media screen and (max-width: 899px) {
  .fv .fvTitleArea .fvTitle {
    width: 72.5333333333vw;
  }
}
@media screen and (min-width: 900px) {
  .fv .fvTitleArea .fvTitle {
    position: absolute;
    width: 31%;
    left: 15.25%;
    top: 15.3039832285%;
  }
}
@media screen and (min-width: 900px) {
  .fv .fvTitleArea .fvImgArea__img {
    position: absolute;
    width: 33.75%;
    top: 2.0964360587%;
    left: 51%;
  }
}

@media screen and (max-width: 899px) {
  .fv::before {
    content: "";
    display: block;
    padding-top: 86.6666666667%;
  }
}

@media screen and (min-width: 900px) {
  .fvTitleArea::before {
    content: "";
    display: block;
    padding-top: 39.5%;
    width: clamp(900px, 69vw, 1200px);
    /* 最小8px、最大24px、普段は2vwで可変 */
    margin: 0 auto;
  }
}

@media screen and (max-width: 899px) {
  .bgtop {
    background-image: url(../images/Rectangle266.png);
    height: 67px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#area01 {
  text-align: center;
}
@media screen and (max-width: 899px) {
  #area01 {
    background-color: #E6ECDC;
  }
}
@media screen and (min-width: 900px) {
  #area01 .des_area {
    background-image: url(../images/Union.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 900px) {
  #area01 .sec {
    background-color: #E6ECDC;
  }
}
@media screen and (min-width: 900px) {
  #area01 .section_ttl {
    padding-top: 75px;
  }
}
@media screen and (min-width: 900px) {
  #area01 .more {
    margin-top: 40px !important;
  }
}

/* section ttl */
.section_ttl {
  text-align: center;
}

.ttl_jp {
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 5px; /* 内側のスペース */
  border-bottom: solid 1px #6E8C51;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (min-width: 900px) {
  .ttl_jp {
    font-size: 30px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 899px) {
  .ttl_jp {
    font-size: 7.2vw;
    margin: 0px auto 45px;
  }
}
.ttl_jp::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #E6ECDC; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
  z-index: 1;
}
.ttl_jp::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  right: calc(50% - 3px);
  width: 14px;
  height: 1px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #6E8C51;
}

#area03 .ttl_jp::before {
  background-color: #F1F3E8;
}

/* ボタンカスタム */
input[type=checkbox] {
  display: none; /* checkboxを非表示にする */
}

input[type=checkbox]:checked + label {
  background: #1B3600; /* マウス選択時の背景色を指定する */
  color: #F1F3E8; /* マウス選択時のフォント色を指定する */
}

input[type=radio] {
  display: none; /* チェックボックスを非表示にする */
}

.container_cbox {
  display: grid;
  grid-template-rows: repeat(2, 28px); /*子要素の高さ 28pxを２個リピート*/
  gap: 8px 6px;
  margin: 44px auto 0;
  padding-bottom: 55px;
  text-align: center;
  cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
  color: #F1F3E8; /* フォントの色を指定 */
}
@media screen and (max-width: 899px) {
  .container_cbox {
    max-width: 315px;
    grid-template-columns: 0.8fr 1fr 1fr 1fr; /*子要素一つずつの横幅 frは比率 1:1:1*/
  }
}
@media screen and (min-width: 900px) {
  .container_cbox {
    max-width: 355px;
    grid-template-columns: 0.7fr 1fr 1fr 1fr; /*子要素一つずつの横幅 frは比率 1:1:1*/
  }
}
.container_cbox .circle {
  border-radius: 50px;
  grid-row: 1/3;
}
.container_cbox label {
  border-radius: 50px; /* 角丸を指定する */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #587140;
}
@media screen and (min-width: 900px) {
  .container_cbox label {
    font-size: 13px;
  }
}

#area02 {
  padding-top: 100px;
  background-color: #E6ECDC;
}

/* coordinate タブ切り替え */
* {
  box-sizing: border-box;
}

.content_area {
  width: 100%;
}

.tab_box {
  border-bottom: rgba(27, 54, 0, 0.8) solid 2px;
}

.tab-container {
  margin: 0 auto;
  margin-bottom: -2px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .tab-container {
    justify-content: center;
    gap: clamp(3px, 3vw, 14px);
    /* 最小8px、最大24px、普段は2vwで可変 */
  }
}
@media screen and (min-width: 900px) {
  .tab-container {
    justify-content: center;
    gap: 15px;
  }
}

.tab {
  text-align: center;
  align-items: center;
  background-color: #587140;
  color: #FDFFEE;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  border-bottom: rgba(27, 54, 0, 0.8) solid 2px;
}
@media screen and (max-width: 899px) {
  .tab {
    max-width: 107px;
    width: 28.5333333333%;
    font-size: 13px;
    height: 38px;
  }
}
@media screen and (min-width: 900px) {
  .tab {
    width: 9.5833333333%;
    font-size: 15px;
    height: 38px;
  }
}

@media screen and (min-width: 900px) {
  .tab.active {
    background-color: #E6ECDC;
    border: rgba(27, 54, 0, 0.8) 2px;
    color: #1B3600;
    border-style: solid solid none solid; /* 下だけ消す */
  }
}
@media screen and (max-width: 899px) {
  .tab.active {
    position: relative;
    background-color: #E6ECDC;
    color: #1B3600;
    border: rgba(27, 54, 0, 0.8) 2px solid;
    border-bottom: none;
  }
  .tab.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1vw;
    background: #E6ECDC;
  }
}
.content-container {
  border-top: none; /* タブと繋がる部分の上線を消す */
  text-align: center;
}
@media screen and (max-width: 899px) {
  .content-container {
    padding: 20px 0 100px 0;
  }
}
@media screen and (min-width: 900px) {
  .content-container {
    padding: 50px 0 100px 0;
  }
}

.content {
  display: none; /*必須*/
}

.content.show {
  display: block; /*必須*/
}

#area03 {
  margin: 100px auto;
}

@media screen and (min-width: 900px) {
  .item_box {
    width: 106px;
  }
}
.item_box .item {
  width: 87%;
  margin: -18px auto 0;
}
@media screen and (min-width: 900px) {
  .item_box .item {
    width: 95%;
  }
}
.item_box ul {
  text-align: left;
  line-height: 1.4;
}
.item_box ul li:nth-child(1) {
  font-size: 9px;
}
.item_box ul li:nth-child(2) {
  font-size: 9px;
}
.item_box ul li:nth-child(3) {
  font-size: 11px;
}
.item_box .item_num {
  position: relative;
  left: -1vw;
}
@media screen and (min-width: 900px) {
  .item_box .item_num {
    left: 0;
  }
}

@media screen and (min-width: 900px) {
  .other_cre_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* もっと見るbtn */
.more {
  color: #FDFFEE;
  background-color: #587140;
  border-radius: 50px;
  z-index: 5;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .more {
    font-size: 4.2666666667vw;
    width: 78.1333333333vw;
    margin: 40px auto 0;
    padding: 15px;
  }
}
@media screen and (min-width: 900px) {
  .more {
    font-size: 17px;
    width: 30.5vw;
    max-width: 366px;
    margin: 80px auto 0;
    padding: 16px;
  }
}

/* 価格
===================================================== */
.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__sale {
  color: red;
  margin-left: 5px;
}

.creditAjax_price__off {
  color: red;
}
.creditAjax_price__off::before {
  content: "(";
}
.creditAjax_price__off::after {
  content: ")";
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

.creditAjax_img120 {
  width: 17.3333333333vw;
}
@media screen and (min-width: 900px) {
  .creditAjax_img120 {
    width: 65px;
  }
}

.other_cre .creditAjax_link,
.other_cre .cre_shop {
  display: flex;
  justify-content: flex-start;
  gap: 3.5px;
  line-height: 1.4;
}
.other_cre ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-start;
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .other_cre ul {
    width: 90%;
  }
}
.other_cre ul li {
  width: 40.9333333333vw;
  margin-bottom: 4%;
}
@media screen and (min-width: 900px) {
  .other_cre ul li {
    width: 153px;
  }
}

.cre_shop .buy {
  width: 21.3333333333vw;
}
@media screen and (min-width: 900px) {
  .cre_shop .buy {
    width: 80px;
  }
}
.cre_shop .buy::after {
  background-color: unset;
}

/* アイテム名
===================================================== */
.creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.creditAjax_brand {
  font-size: 2.4vw;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .creditAjax_brand {
    font-size: 9px;
  }
}

.creditAjax_item {
  font-size: 2.4vw;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .creditAjax_item {
    font-size: 9px;
  }
}

#area01 .creditAjax_item {
  height: 7vw;
}
@media screen and (min-width: 900px) {
  #area01 .creditAjax_item {
    font-size: 9px;
    height: 27px;
  }
}

.creditAjax_price {
  font-size: 2.9333333333vw;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .creditAjax_price {
    font-size: 11px;
  }
}

@media screen and (min-width: 900px) {
  .pickup_area .itemList {
    width: 678px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 899px) {
  .pickup_area .itemList .swiper-slide {
    width: 136px !important;
  }
}
.pickup_area .itemList .swiper-slide p.photo::before, .pickup_area .itemList .swiper-slide p:first-child::before {
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .pickup_area .itemList .swiper-slide p.photo::before, .pickup_area .itemList .swiper-slide p:first-child::before {
    width: 28px;
    height: 28px;
    color: #826800;
    background: #e8e6df;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 8px;
  }
}
@media screen and (min-width: 900px) {
  .pickup_area .itemList .swiper-slide p.photo::before, .pickup_area .itemList .swiper-slide p:first-child::before {
    width: 28px;
    height: 28px;
    color: #826800;
    background: #e8e6df;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 8px;
  }
}
.pickup_area .itemList .swiper-slide:nth-child(1) p.photo::before, .pickup_area .itemList .swiper-slide:nth-child(1) p:first-child::before {
  background: #c2a662;
  color: #F1F3E8;
}
.pickup_area .itemList .swiper-slide:nth-child(2) p.photo::before, .pickup_area .itemList .swiper-slide:nth-child(2) p:first-child::before {
  content: "2";
  background: #b7b7b7;
  color: #F1F3E8;
}
.pickup_area .itemList .swiper-slide:nth-child(3) p.photo::before, .pickup_area .itemList .swiper-slide:nth-child(3) p:first-child::before {
  content: "3";
  background: #a28d7d;
  color: #fbf6e5;
}
.pickup_area .itemList .swiper-slide:nth-child(4) p.photo::before, .pickup_area .itemList .swiper-slide:nth-child(4) p:first-child::before {
  content: "4";
}
.pickup_area .itemList .swiper-slide:nth-child(5) p.photo::before, .pickup_area .itemList .swiper-slide:nth-child(5) p:first-child::before {
  content: "5";
}
.pickup_area .itemList .swiper-slide:nth-child(6) p.photo::before, .pickup_area .itemList .swiper-slide:nth-child(6) p:first-child::before {
  content: "6";
}
.pickup_area .itemList .swiper-slide:nth-child(7) p.photo::before, .pickup_area .itemList .swiper-slide:nth-child(7) p:first-child::before {
  content: "7";
}
.pickup_area .itemList .swiper-slide:nth-child(8) p.photo::before, .pickup_area .itemList .swiper-slide:nth-child(8) p:first-child::before {
  content: "8";
}
.pickup_area .itemList .swiper-slide:nth-child(9) p.photo::before, .pickup_area .itemList .swiper-slide:nth-child(9) p:first-child::before {
  content: "9";
}
.pickup_area .itemList .swiper-slide:nth-child(10) p.photo::before, .pickup_area .itemList .swiper-slide:nth-child(10) p:first-child::before {
  content: "10";
}

/* 自動取得
===================================================== */
.itemList {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .itemList {
    margin-bottom: 15px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 899px) {
  .itemList {
    margin-bottom: 2.1333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  .itemList .swiper-wrapper {
    padding-bottom: 25px;
    margin-top: 10px;
    margin: 0 auto;
    gap: 0px;
    row-gap: 70px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 899px) {
  .itemList .swiper-wrapper {
    padding-bottom: 8vw;
    height: 565px;
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    row-gap: 50px;
  }
}
@media screen and (min-width: 900px) {
  .itemList .swiper-slide {
    margin-right: 0px !important;
    font-size: 11px;
  }
}
@media screen and (max-width: 899px) {
  .itemList .swiper-slide {
    margin-right: 0;
    width: 100%;
  }
}
.itemList .swiper-slide .price {
  font-size: 11px;
  position: relative;
}
.itemList .swiper-slide a::after {
  content: "BUY";
  background: #6E8C51;
  width: 50px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-right: 5px;
  border-radius: 50px;
  bottom: 0;
  right: 0;
  position: absolute;
  color: #FDFFEE;
}

.itemList {
  overflow: hidden;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .itemList {
    width: 56.5833333333%;
    overflow: hidden;
  }
}
.itemList a {
  position: relative;
  display: block;
}
.itemList a > p {
  position: relative;
}
@media screen and (min-width: 900px) {
  .itemList img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 899px) {
  .itemList img {
    margin-bottom: 2.6666666667vw;
  }
}
.itemList img + span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #5a89a1;
  color: #FDFFEE;
  box-sizing: border-box;
  padding: 0 10px;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .itemList img + span {
    font-size: 11px;
  }
}
@media screen and (max-width: 899px) {
  .itemList img + span {
    padding: 0.8vw 2.1333333333vw;
    font-size: 2.4vw;
  }
}
.itemList .ico_box {
  display: none;
}
.itemList .ico_box + p {
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .itemList .ico_box + p {
    font-size: 11px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 899px) {
  .itemList .ico_box + p {
    font-size: 2.6666666667vw;
    margin-bottom: 0.8vw;
  }
}
.itemList .textOverflow > p,
.itemList .label {
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5555555556;
  line-height: 1.4;
  /* 文字をはみ出させるための記述 */
  overflow: hidden;
  white-space: nowrap;
  /* 文字がはみ出た時に三点リーダーにする */
  text-overflow: ellipsis;
}
@media screen and (min-width: 900px) {
  .itemList .textOverflow > p,
  .itemList .label {
    font-size: 11px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 899px) {
  .itemList .textOverflow > p,
  .itemList .label {
    margin-bottom: 13px;
    font-size: 11px;
  }
}
.itemList .price,
.itemList .salecolor,
.itemList .salecolor + .price {
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .itemList .price,
  .itemList .salecolor,
  .itemList .salecolor + .price {
    font-size: 12px;
  }
}
@media screen and (max-width: 899px) {
  .itemList .price,
  .itemList .salecolor,
  .itemList .salecolor + .price {
    font-size: 2.6666666667vw;
  }
}
.itemList .salecolor,
.itemList .salecolor + .price {
  color: #cc0b0b;
}

/* スタッフコーデ
===================================================== */
/*並び替えbtn*/
#area02 .content-container {
  position: relative;
}
@media screen and (min-width: 900px) {
  #area02 .content-container {
    padding: 0 0 100px 0;
  }
  #area02 .content-container .section_ttl {
    padding-top: 0;
    margin-top: -30px;
  }
}
@media screen and (max-width: 899px) {
  #area02 .content-container {
    padding: 0 0 100px 0;
  }
  #area02 .content-container .section_ttl {
    padding-top: 0;
    margin-top: -155px;
  }
  #area02 .content-container .more {
    margin-top: 70px;
  }
}

@media screen and (min-width: 900px) {
  .changebtn {
    width: 830px;
    margin: 30px auto 0;
    top: 70px;
    text-align: right;
    display: block;
    position: sticky;
  }
}
@media screen and (max-width: 899px) {
  .changebtn {
    width: 94.6666666667%;
    margin: 130px auto 0;
    top: 70px;
    text-align: right;
    display: block;
    position: sticky;
    z-index: 10;
  }
}
.changebtn__img {
  width: 64px;
  margin-left: auto;
}

@media screen and (max-width: 899px) {
  .staff149, .staff150, .staff153 {
    width: 88.8%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3.9039039039%;
    row-gap: 35px;
  }
  .staff149 li, .staff150 li, .staff153 li {
    width: 48.048048048%;
  }
  .staff149 li a .img, .staff150 li a .img, .staff153 li a .img {
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .staff149 li a .img::before, .staff150 li a .img::before, .staff153 li a .img::before {
    content: "";
    display: block;
    padding-top: 134.375%;
  }
  .staff149 li a .img img, .staff150 li a .img img, .staff153 li a .img img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .staff149 li .coordinate_kokkaku_user, .staff150 li .coordinate_kokkaku_user, .staff153 li .coordinate_kokkaku_user {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .staff149 li .coordinate_kokkaku_user a, .staff150 li .coordinate_kokkaku_user a, .staff153 li .coordinate_kokkaku_user a {
    width: 27.5%;
    border-radius: 50%;
  }
  .staff149 li .coordinate_kokkaku_user a img, .staff150 li .coordinate_kokkaku_user a img, .staff153 li .coordinate_kokkaku_user a img {
    border-radius: 50%;
  }
  .staff149 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data, .staff150 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data, .staff153 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data {
    text-align: left;
    font-size: 10px;
    width: 68.75%;
  }
  .staff149 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data li, .staff150 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data li, .staff153 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data li {
    width: 100%;
    word-break: break-word;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 900px) {
  .staff149, .staff150, .staff153 {
    width: 679px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.9145802651%;
    row-gap: 70px;
  }
  .staff149 li, .staff150 li, .staff153 li {
    width: 23.5640648012%;
  }
  .staff149 li a .img, .staff150 li a .img, .staff153 li a .img {
    margin-bottom: 8px;
    width: 160px;
    height: 215px;
    overflow: hidden;
    position: relative;
  }
  .staff149 li a .img img, .staff150 li a .img img, .staff153 li a .img img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .staff149 li .coordinate_kokkaku_user, .staff150 li .coordinate_kokkaku_user, .staff153 li .coordinate_kokkaku_user {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .staff149 li .coordinate_kokkaku_user a, .staff150 li .coordinate_kokkaku_user a, .staff153 li .coordinate_kokkaku_user a {
    width: 27.5%;
    border-radius: 50%;
  }
  .staff149 li .coordinate_kokkaku_user a img, .staff150 li .coordinate_kokkaku_user a img, .staff153 li .coordinate_kokkaku_user a img {
    border-radius: 50%;
  }
  .staff149 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data, .staff150 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data, .staff153 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data {
    text-align: left;
    font-size: 10px;
    width: 68.75%;
  }
  .staff149 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data li, .staff150 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data li, .staff153 li .coordinate_kokkaku_user .coordinate_kokkaku_user_data li {
    width: 100%;
    word-break: break-word;
    box-sizing: border-box;
  }
}

/* チェックしたアイテム
===================================================== */
#area03 {
  font-size: 10px;
}
@media screen and (min-width: 900px) {
  #area03 .check__container {
    width: 678px;
    margin: 0 auto;
  }
  #area03 .check__container .swiper-wrapper li {
    width: 162px;
  }
  #area03 .check__container .swiper-wrapper li .item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 899px) {
  #area03 .check__container {
    margin-bottom: 2.1333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  #area03 .item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    margin-bottom: 13px;
  }
  #area03 .more {
    margin-top: 70px;
  }
}
#area03 .check__item {
  margin-right: 0 !important;
}
#area03 .swiper-wrapper a::after {
  content: "BUY";
  background: #6E8C51;
  width: 50px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-right: 5px;
  border-radius: 50px;
  bottom: 0;
  right: 0;
  position: absolute;
  color: #FDFFEE;
}

/* .totop
===================================================== */
#page-top {
  position: fixed;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 900px) {
  #page-top {
    border-radius: 10px 0 0 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 899px) {
  #page-top {
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #page-top svg {
    width: 15px;
  }
}
@media screen and (max-width: 899px) {
  #page-top svg {
    width: 3.2vw;
  }
}

.totop {
  position: relative;
  z-index: 999;
}/*# sourceMappingURL=style.css.map */