@charset "UTF-8";
.hide {
  display: none;
}

@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}
@media screen and (max-device-width: 639px) {
  .pc_d {
    display: none;
  }
}
@media screen and (min-device-width: 640px) {
  .sp_d {
    display: none;
  }
}
/********************************************************

  PC layout

********************************************************/
/****************************
  useful
****************************/
/* font-family */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  line-height: 1.7;
  font-feature-settings: "palt";
  font-weight: 200;
  font-size: 15px;
  position: relative;
  margin: 0;
  color: #2b2b2b;
}

a {
  text-decoration: none;
  color: #191919;
}

a:link,
a:visited {
  text-decoration: none;
}

a.line:link,
a.line:visited {
  text-decoration: underline;
}

a.line:hover,
a.line:active {
  text-decoration: none;
}

a:hover img {
  opacity: 0.9;
  transition: 0.5s;
}

ul {
  list-style: none;
}

.m0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m5 {
  margin-bottom: 5px;
}

.logo {
  position: relative;
  z-index: 11;
  background: #FFF;
  padding: 20px 0 10px;
  width: 100%;
  text-align: center;
}
.logo img {
  width: 70%;
  max-width: 220px;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .logo img {
    width: 180px;
  }
}

.floatMenu {
  display: none;
  position: fixed;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 10;
}
.floatMenu ul {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (min-width: 640px) {
  .floatMenu ul {
    padding: 8px 0 8px 8px;
  }
}
.floatMenu ul li {
  border-radius: 0px;
  text-align: center;
  border: 2px solid #ccc;
  background: #fff;
}
.floatMenu ul li a {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #2d1e0c;
  font-family: "EB Garamond", sans-serif;
}
@media screen and (min-width: 640px) {
  .floatMenu ul li a {
    line-height: 1.3;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 639px) {
  .floatMenu ul li a {
    line-height: 2.4;
  }
}
@media screen and (max-width: 639px) {
  .floatMenu ul li.half {
    width: 50%;
  }
}
.floatMenu ul li.menuTtl {
  background: transparent;
  border: 0;
  margin-right: 10px;
}
.floatMenu ul li.menuLogo {
  background: #ccc;
  border: 2px solid #b7b7b7;
  border-radius: 0;
}
.floatMenu ul li.menuLogo a {
  padding: 10px 15px;
  border-radius: 0;
}
@media screen and (min-width: 640px) {
  .floatMenu ul li:not(:last-child) {
    margin-bottom: 3px;
  }
}
.floatMenu ul li a:hover,
.floatMenu ul li.target {
  background-color: #fffea5;
  border-radius: 0;
}
.floatMenu ul li:last-child a {
  background: #cccccc;
  text-align: center;
  color: #FFF;
}
.floatMenu ul li:last-chil a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  margin-right: 5px;
  background: url("https://www.jreastmall.com/img/goods/S107/shop/assests/lp/salalist/img/tab_ico02.png") no-repeat;
}
.floatMenu ul li.irg_li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.floatMenu ul li a span {
  font-weight: bold;
  font-size: 10px;
  display: block;
  margin-top: 5px;
}
.floatMenu ul li.irg_li a {
  padding: 10px 15px;
}

.floatMenu_l {
  position: fixed;
  left: 0;
  bottom: 50px;
  z-index: 10;
  text-align: center;
}
.floatMenu_l .menutitle {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}

@media screen and (max-width: 639px) {
  .menutitle {
    display: none;
  }
  .floatMenu {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .floatMenu ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 0;
  }
  .floatMenu ul li {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    width: 33.3%;
  }
  .floatMenu ul li.full {
    width: 100%;
  }
  .floatMenu ul li.irg_li a {
    font-size: 11px;
    border-radius: 0;
  }
  .floatMenu ul li.menuLogo {
    display: none;
  }
  .floatMenu ul li.menuLogo a {
    background: transparent;
  }
  .floatMenu ul li a span {
    display: none;
  }
  .floatMenu ul li.target {
    border-radius: 0;
  }
}
.pagetop::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.3);
  transition: all 0.4s;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #000;
  text-align: center;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  line-height: 61px;
  border-radius: 50%;
}

.pagetop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  display: none;
}

@media (max-width: 1000px) {
  .pagetop {
    bottom: 60px;
  }
}
@media screen and (max-width: 639px) {
  .pagetop a {
    display: block;
  }
  .pagetop::before {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -4px;
  }
  .pagetop {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.3);
    transition: all 0.4s;
  }
  .pagetop a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    line-height: 31px;
    border-radius: 50%;
  }
  .pagetop.show {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    display: block;
  }
}
.logo {
  position: relative;
  z-index: 11;
  background: #FFF;
  padding: 20px 0 10px;
  width: 100%;
  text-align: center;
}
.logo img {
  width: 70%;
  max-width: 220px;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .logo img {
    width: 180px;
  }
}

@media screen and (max-width: 639px) {
  .footer_area {
    padding-top: 50px;
    background: #F5F5F5;
  }
}
@media screen and (min-width: 640px) {
  .footer_area {
    padding-top: 100px;
  }
}

.backtohome_wrapper {
  width: 100%;
  padding: 60px 0;
}
.backtohome_wrapper .backhome {
  width: 95%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}
.backtohome_wrapper .backhome img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.backtohome_wrapper .backhome a {
  line-height: 4;
  background: #999999;
  color: #FFFFFF;
  display: block;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .backtohome_wrapper .backhome a {
    line-height: 5;
  }
}
.backtohome_wrapper .backhome a .material-icons {
  vertical-align: middle;
  padding-left: 2px;
}
@media screen and (max-width: 639px) {
  .backtohome_wrapper .backhome a .material-icons {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 640px) {
  .backtohome_wrapper .backhome a .material-icons {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .backtohome_wrapper .backhome a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 640px) {
  .backtohome_wrapper .backhome a {
    font-size: 1.6rem;
  }
}
.backtohome_wrapper .backhome a:hover {
  background: #424242;
  color: #FFFFFF;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #FFFFFF;
}

@media screen and (max-width: 639px) {
  .article-wrapper {
    margin: 30px 0;
  }
}
@media screen and (min-width: 640px) {
  .article-wrapper {
    margin: 100px 0;
  }
}
@media screen and (max-width: 639px) {
  .article-wrapper .banner_full {
    box-sizing: border-box;
    padding: 0 8px;
  }
}

.sec-title1 {
  width: 95%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.sec-title1 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.sec-title1 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

p.intro {
  background: #1aa9f4;
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  line-height: 2.4em;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  p.intro {
    line-height: 2;
    font-size: 1.4rem;
  }
}

.article-inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
.article-inner img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.article-inner .sec_text {
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}
.article-inner .subsec-block2 {
  background: #FFFFFF;
  margin: 0 0 3em;
  overflow: hidden;
  border-top: 0.3em solid #008efb;
  border-radius: 0.5em;
  padding: 3em 2.5em 3.5em;
}
@media screen and (max-width: 639px) {
  .article-inner .subsec-block2 {
    width: 94%;
    margin: 0 auto 1.5em;
    padding: 1.5em 0.5em 1em;
  }
}
.article-inner .subsec-title2 {
  width: 80%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.article-inner .subsec-title2 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.article-inner .subsec-title2 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.article-inner .points {
  width: 95%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.article-inner .points img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.article-inner .points dt {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.article-inner .points dt img {
  width: 50%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
.article-inner .points dt img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.article-inner .points dd.description {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .article-inner .points dd.description {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 639px) {
  .article-inner .points dd.description.reverse {
    flex-direction: column-reverse;
  }
}
.article-inner .points dd.description img {
  display: block;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .article-inner .points dd.description img {
    width: 100%;
  }
}
.article-inner .points dd.description ul {
  width: 50%;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .article-inner .points dd.description ul {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 639px) {
  .article-inner .points dd.description ul {
    margin-top: 1em;
    width: 100%;
  }
}
.article-inner .points dd.description ul li {
  line-height: 2;
}
@media screen and (max-width: 639px) {
  .article-inner .points dd.description ul li {
    font-size: 14px;
  }
}
.article-inner .points dd.description ul em {
  font-style: normal;
  font-weight: 800;
  background-color: #fffd01;
}
.article-inner .points dd.description.full {
  display: block;
}
.article-inner .points dd.description.full ul {
  width: 100%;
}
.article-inner .points dd.description.full ul li {
  text-align: center;
}

.main-nav {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.main-nav img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .main-nav {
    margin-top: 1em;
  }
}
@media screen and (max-width: 639px) {
  .main-nav {
    margin-top: 1em;
  }
}
.main-nav li {
  width: 50%;
  padding: 0.5%;
}
.main-nav li img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

#intro .article-wrapper,
#pickup .article-wrapper {
  background-color: #ccf1fb;
  background-image: url(https://www.jreastmall.com/img/goods/S107/shop/assests/lp/salalist/images/pc/sec_bg_01.png), url(https://www.jreastmall.com/img/goods/S107/shop/assests/lp/salalist/images/pc/sec_bg_02.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 6.75em 0;
}

.title {
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-family: "EB Garamond", sans-serif;
  font-feature-settings: "palt";
  font-weight: 200;
}
@media screen and (max-width: 639px) {
  .title {
    font-size: 28px;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .title {
    margin-bottom: 4.4rem;
    font-size: 44px;
  }
}
.title .title-jp {
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 639px) {
  .title .title-jp {
    font-size: 12px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 640px) {
  .title .title-jp {
    margin-top: 20px;
    font-size: 16px;
  }
}

h3.title {
  margin: 2rem auto 1rem;
}

.banner-title {
  width: 100%;
  text-align: center;
}
.banner-title img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

.banner_full {
  width: 100%;
  margin: 0 auto;
}

.pickup__label {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.pickup__label img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 639px) {
  .pickup__label {
    box-sizing: border-box;
    padding: 8px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 640px) {
  .pickup__label {
    margin-bottom: 40px;
  }
}
.pickup .search_label.sp {
  width: 98%;
  margin: auto;
  background: #3a65de;
  color: #FFFFFF;
  line-height: 3;
  padding-left: 16px;
  letter-spacing: 1.5px;
}
.pickup .search_label.sp i {
  vertical-align: middle;
  padding-bottom: 2px;
}
.pickup .search_label.sp i.active {
  transform: rotate(180deg);
}
.pickup .filter_block {
  margin: auto;
  border: 2px solid #00acda;
  box-sizing: border-box;
  position: relative;
}
.pickup .filter_block .search_label {
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  text-align: center;
}
.pickup .filter_block .search_label span {
  font-weight: bold;
  background: #FFFFFF;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0;
  padding: 0 8px;
}
@media screen and (max-width: 639px) {
  .pickup .filter_block {
    padding: 8px;
    width: 98%;
  }
}
@media screen and (min-width: 640px) {
  .pickup .filter_block {
    padding: 36px 40px 0 40px;
    width: 920px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
}
.pickup .filter {
  margin-bottom: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .pickup .filter {
    font-size: 12px;
  }
}
@media screen and (min-width: 641px) {
  .pickup .filter {
    font-size: 14px;
  }
}
.pickup .filter input {
  display: none;
}
.pickup .filter input:checked + label.filter__button {
  background: #3a65de;
  color: #FFFFFF;
}
.pickup .filter__button {
  cursor: pointer;
  display: inline-block;
  background: #F0F0F0;
}
@media screen and (max-width: 639px) {
  .pickup .filter__button {
    font-size: 10px;
    margin-right: 2px;
    margin-bottom: 4px;
    padding: 8px 6px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 640px) {
  .pickup .filter__button {
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 4px;
    padding: 4px 8px;
    border-radius: 2px;
  }
}
.pickup .filter__button:hover {
  background: #7e9ae9;
  color: #FFFFFF;
}

.item_list {
  padding: 0;
}

.item {
  box-sizing: border-box;
}
.item a {
  text-decoration: none;
  color: #2b2b2b;
}
.item a:hover img {
  opacity: 0.7;
}
.item a:hover {
  color: #6f460f;
}
@media screen and (min-width: 640px) {
  .item {
    width: 33.3%;
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 639px) {
  .item {
    width: 50%;
    padding: 8px;
    margin-bottom: 40px;
  }
}
.item__image img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.item__image img {
  border: 1px solid #F5F5F5;
  border-radius: 8px;
}
.item__name {
  font-weight: 500;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 54px;
  margin-top: 4px;
}
@media screen and (max-width: 639px) {
  .item__name {
    -webkit-line-clamp: 3;
    line-height: 1.4;
    font-size: 13px;
    font-size: 12px;
  }
  .item__name br {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .item__label {
    line-height: 1.7;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 640px) {
  .item__label {
    margin: 8px 0;
    min-height: 78px;
  }
}
.item__label span {
  color: #FFFFFF;
  background: #3a65de;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .item__label span {
    font-size: 10px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 2px 4px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 640px) {
  .item__label span {
    font-size: 12px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 4px 8px;
    border-radius: 2px;
  }
}
.item__size {
  letter-spacing: 1.4px;
}
@media screen and (max-width: 639px) {
  .item__size {
    margin: 0;
    font-size: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 640px) {
  .item__size {
    margin: 0 0;
    font-size: 14px;
  }
}
.item__price {
  display: none;
  font-weight: bold;
  text-align: right;
  font-size: 1.6em;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 639px) {
  .item__price {
    font-size: 16px;
  }
}
.item__price span {
  font-size: 60%;
}
.item__btn__buy {
  border-bottom: 1px dotted #e0e0e0;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .item__btn__buy {
    font-size: 1.4rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 639px) {
  .item__btn__buy {
    font-size: 1.2rem;
    padding: 8px 0;
  }
}
.item__btn__buy i {
  font-size: 100%;
  vertical-align: middle;
  padding-right: 4px;
  position: absolute;
  right: 0;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .item__btn__buy i {
    font-size: 1.6rem;
    padding: 8px 0;
    bottom: 0px;
  }
}
@media screen and (max-width: 639px) {
  .item__btn__buy i {
    font-size: 1.2rem;
    line-height: 2.8;
    bottom: 0;
  }
}

.pick_item_list {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.item-2 {
  box-sizing: border-box;
}
.item-2 a {
  text-decoration: none;
  color: #2b2b2b;
}
.item-2 a:hover img {
  opacity: 0.7;
}
.item-2 a:hover {
  color: #6f460f;
}
@media screen and (min-width: 640px) {
  .item-2 {
    width: 48%;
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.item-2__image img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.item-2__image img {
  border: 1px solid #F5F5F5;
  border-radius: 8px;
}
.item-2__name {
  font-weight: 500;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 54px;
  margin-top: 4px;
}
@media screen and (max-width: 639px) {
  .item-2__name {
    -webkit-line-clamp: 3;
    line-height: 1.4;
    font-size: 13px;
    font-size: 12px;
  }
  .item-2__name br {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .item-2__label {
    line-height: 1.7;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 640px) {
  .item-2__label {
    margin: 8px 0;
    min-height: 78px;
  }
}
.item-2__label span {
  color: #FFFFFF;
  background: #3a65de;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .item-2__label span {
    font-size: 10px;
    margin-right: 2px;
    margin-bottom: 0;
    padding: 2px 4px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 640px) {
  .item-2__label span {
    font-size: 12px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 4px 8px;
    border-radius: 2px;
  }
}
.item-2__size {
  letter-spacing: 1.4px;
}
@media screen and (max-width: 639px) {
  .item-2__size {
    margin: 0;
    font-size: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 640px) {
  .item-2__size {
    margin: 0 0;
    font-size: 14px;
  }
}
.item-2__price {
  display: none;
  font-weight: bold;
  text-align: right;
  font-size: 1.6em;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 639px) {
  .item-2__price {
    font-size: 16px;
  }
}
.item-2__price span {
  font-size: 60%;
}
.item-2__btn__buy {
  border-bottom: 1px dotted #e0e0e0;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .item-2__btn__buy {
    font-size: 1.4rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 639px) {
  .item-2__btn__buy {
    font-size: 1.2rem;
    padding: 8px 0;
  }
}
.item-2__btn__buy i {
  font-size: 100%;
  vertical-align: middle;
  padding-right: 4px;
  position: absolute;
  right: 0;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .item-2__btn__buy i {
    font-size: 1.6rem;
    padding: 8px 0;
    bottom: 0px;
  }
}
@media screen and (max-width: 639px) {
  .item-2__btn__buy i {
    font-size: 1.2rem;
    line-height: 2.8;
    bottom: 0;
  }
}

.list-item_pickup {
  margin-top: 30px;
  width: 95%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-item_pickup img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.list-item_pickup .card.card-half,
.list-item_pickup .item-2 {
  position: relative;
  width: 49%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 639px) {
  .list-item_pickup .card.card-half,
  .list-item_pickup .item-2 {
    padding: 8px;
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 639px) {
  .list-item_pickup .card__label {
    margin: 0 0 4px;
    min-height: 54px;
  }
}
@media screen and (min-width: 640px) {
  .list-item_pickup .card__label {
    margin: 16px 0;
    min-height: 78px;
  }
}
.list-item_pickup .card__label span {
  color: #FFFFFF;
  background: #3a65de;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 2px;
}
.list-item_pickup .card__label span em {
  font-weight: bold;
  color: #fffd01;
  font-style: normal;
}
@media screen and (max-width: 639px) {
  .list-item_pickup .card__label span {
    font-size: 10px;
    margin-right: 2px;
    padding: 2px 4px;
  }
}
@media screen and (min-width: 640px) {
  .list-item_pickup .card__label span {
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 6px;
    padding: 4px 8px;
  }
}
.list-item_pickup .card__pop {
  width: 100%;
  color: #FFFFFF;
  background: #f96e20;
  text-align: center;
  border-radius: 30px;
  line-height: 2em;
  position: relative;
  font-size: 1.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .list-item_pickup .card__pop {
    font-size: 1.2em;
    border-radius: 16px;
  }
}
.list-item_pickup .card__pop:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f96e20;
  border-width: 10px;
  margin-left: -10px;
}
.list-item_pickup .card__name {
  font-weight: bold;
  font-size: 1em;
}
@media screen and (max-width: 639px) {
  .list-item_pickup .card__name {
    min-height: 66px;
    line-height: 1.4;
    font-size: 13px;
  }
  .list-item_pickup .card__name br {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .list-item_pickup .card__size {
    font-size: 12px;
  }
}
.list-item_pickup .card__price {
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .list-item_pickup .card__price {
    font-size: 12px;
  }
}
.list-item_pickup .card__price .number {
  font-size: 1.6em;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 639px) {
  .list-item_pickup .card__price .number {
    font-size: 20px;
  }
}
.list-item_pickup .card__btn a {
  display: block;
  width: 100%;
  text-align: center;
  background: #00acda;
  color: #FFFFFF;
  margin-bottom: 0.5em;
  border-radius: 10px;
  line-height: 3;
}
@media screen and (max-width: 639px) {
  .list-item_pickup .card__btn a {
    font-size: 14px;
  }
}
.list-item_pickup .card__btn a i {
  vertical-align: middle;
  padding-right: 2px;
}
.list-item_pickup .card__btn a:hover {
  background: #3a65de;
}

.lineup_wrapper {
  margin-top: 4em;
  padding-top: 4em;
  border-radius: 10px;
  width: 95%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
}
.lineup_wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px) {
  .more_btn {
    margin: 20px auto;
    padding: 10px 0;
    width: 95%;
  }
}
@media screen and (min-width: 640px) {
  .more_btn {
    margin: 20px auto;
    padding: 20px 0 60px;
    width: 80%;
  }
}

/*  ポイントリスト */
@media screen and (min-width: 640px) {
  .points-list {
    display: flex;
  }
}
.nav__pagetop {
  display: none;
  position: unset;
  z-index: 999;
  bottom: 60px;
  right: 4px;
}

.nav__pagetop a {
  padding: 10px 10px;
  line-height: 1.2;
  border: 1px solid #f0f0f0;
  border-radius: 10px 0 0 10px;
  background: #222222;
  color: #FFF9EE;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */