/* Override CSS START */
.page_introduction_center.big_title .title { font-size: 47px; }


@media screen and (max-width: 576px){
  .page_introduction_center.big_title .title { font-size: 40px; }
}
@media screen and (max-width: 480px){
  .page_introduction_center.big_title .title { font-size: 34px; }
}
/* Override CSS END */

.nav {
/*   width: 100%; */
}

.text_secondary {
  color: #6c757d;
}

.my_75 {
  margin-top: 75px;
}

.border_bottom {
  border-bottom: 1px solid #CCC;
}

.bcoin_page_arrival {
  padding: 20px 0px;
}

.bcoin_page_arrival p {
  line-height: 25px;
}

.bcoin_banner {
  margin-top: 10px;
}

.text_space_3 {
  letter-spacing: 3px;
}

.btn.btn_shopping {
  margin-top: 20px;
}

.btn.item_cart {
  padding-left: 15px;
  padding-right: 15px;
}

.btn.btn_xl_60 {
  height: 60px;
  font-size: 15px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  font-weight: bold;
  border-radius: 0;
}
a.btn.btn_xl_60{
  line-height: 45px;
}

.form_inline {
  flex-wrap: unset;
}

.bg_menu {
  background: #DCE6EF;
}

.bg_menu1 {
  background: #F7F9FC;
}

.bg_mycart {
  background: #F1F5F9;
}

.bg_shortcut {
  background: #F5F8FA;
}

.bg_while {
  background: #FFF;
}

@media screen and (max-width: 576px){
  .text_secondary {
    font-size: 13px;
  }
  .bcoin_page_arrival {
    padding: 0;
  }
}

/* sidebar bcoin */

.sidebar_bcoin_listitem {
  margin-bottom: 16px;
  padding: 37px 0px 40px 0px;
  max-height: 1420px;
}

.sidebar_bcoin_listitem .title {
  /* font-family: 'cinzel-regular'; */
  padding: 0px 10px 0px 18px;
  font-size: 13px;
  display: inline-block;
  position: relative;
}
.sidebar_bcoin_listitem .navbar_nav .title:before{
  content: "";
  background: url('../../images/online/icon_list.svg') no-repeat center center !important;
  background-size: contain !important;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 4px;
}
.sidebar_bcoin_listitem .navbar_nav .title.font_weight_bold:before{
  transform: translateY(-50%) rotate(90deg);
}
.sidebar_bcoin_listitem .title .description {
  font-family: 'cinzel-regular';
  font-size: 12px;
  letter-spacing: 3px;
}

.sidebar_bcoin_listitem .text_center.title {
  padding: 0px 0px 15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sidebar_bcoin_listitem .icon_list {
  background: url('../../images/online/icon_list.svg') no-repeat center center;
  background-position-x: 0px;
  width: 15px;
  height: 12px;
  display: inline-block;
}

.sidebar_bcoin_listitem .nav_item {
  padding: 10px 0 10px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sidebar_bcoin_listitem ul.list_style_square > li{
  padding: 6px 0;
}
.sidebar_bcoin_listitem ul.list_style_square > li:first-child{
  margin: 8px 0 0;
}
.sidebar_bcoin_listitem .more {
  padding: 20px 0px;
}
.sidebar_bcoin_listitem .more .btn {
  padding: 6px;
  width: 100%;
}

@media screen and (max-width: 992px){
  .sidebar_bcoin_listitem{
    margin: 45px -24px 0;
  }
  .sidebar_bcoin_listitem .bcoin_menu_12{
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar_bcoin_listitem .bcoin_menu_12 > div{
    width: 50%;
    padding: 0 10px;
    display: flex;
    flex-direction:column;
  }
  .sidebar_bcoin_listitem .bcoin_menu_12 .title{
    text-align: left;
  }
  .sidebar_bcoin_listitem .more{
    margin: auto 0 0;
  }
}
@media screen and (max-width: 576px){
  .sidebar_bcoin_listitem .bcoin_menu_12 > div{
    width: 100%;
  }
  .sidebar_bcoin_listitem .bcoin_menu_12 > div + div{
    margin: 40px 0 0;
  }
}

/* bcoin arrival */

.bcoin_arrival {
  padding: 0px 55px;
}

.bcoin_arrival_p_30 {
  padding: 0px 30px;
}
@media screen and (max-width: 1080px){
  .bcoin_arrival {
    padding: 0px 30px;
  }
}
@media (max-width: 768px) {
  .bcoin_arrival {
    padding: 0px 20px;
  }
}
@media (max-width: 576px) {
  .bcoin_arrival {
    padding: 0px 10px;
  }
}

.float_up.icon_heart {
  /* margin: 10px; */
  background: url('../../images/online/icoheart_bg.svg');
  width: 33px;
  height: 33px;
  background-color: #F7F9FC;
  border-radius: 4px 0px 5px 0;
}

.float_up.icon_heart_slt {
  /* margin: 10px; */
  background: url('../../images/online/icoheartslt_bg.svg');
  width: 33px;
  height: 33px;
  background-color: #F7F9FC;
  border-radius: 0px 0px 5px;
}

.float_up.icon_heart_pink {
  width: 33px;
  height: 33px;
  border-radius: 0px 0px 5px;
  background-color: #f7f9fc;
  background-size: 65% 100%;
  left: 0;
  top: 0;
}

.bcoin_news_item {
  padding: 50px 20px 0px 20px;
}

.bcoin_news_item li {
  margin-top: 15px;
  border-bottom: 1px solid #CCC;
}

/* guide */

.guide_box {
  margin: 40px 0px;
}

.mt_100 {
  margin-top: 100px;
}

.online_shop_guide {
  text-decoration: underline;
}

.step_box {
  margin: 40px 0px;
  padding: 0px 0px 0px 100px;
}

.step_round {
  width: 30px;
  height: 30px;
  padding: 2px 0px 0px 10px;
  border-radius: 50%;
  background: #171245;
  font: 17px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}

.step_label {
  padding: 5px 8px;
  font: 18px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  font-weight: bold;
}

.arrow_icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url('../../images/common/ico_arrow_right_blank.svg') center no-repeat;
  background-size: 100% 100%;
  padding: 0 50px;
  content: "";
}
.step_box .arrow_icon{
  padding: 0 40px;
}

.bcoint_step_hint {
  position: relative;
}

.bcoint_hint {
  background: url('../../images/online/icoUnion.svg') center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 2px;
  right: 40px;
  padding: 6px 10px 10px 5px;
  color: #E24091;
  font: 11px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  font-weight: bold;
}

.convert_box .convert_box_title {
  position: relative;
  border: 1px solid #E24091;
  background-size: 100% 100%;
  padding: 10px 10px 10px 20px;
  color: #E24091;
  margin: 0px auto;
  font: 18px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  font-weight: bold;
  text-align: center;
  width: 80%;
}

.convert_box .convert_box_title .good_deal {
  background: url('../../images/online/icodeal.svg') center no-repeat;
  position: absolute;
  left: -20px;
  top: -17px;
  padding: 25px;
  background-size: 100% 100%;
}

.convert_box .convert_img {
  text-align: center;
  margin: 30px 0px 0px 0px;
}

.convert_box .convert_img .img_des {
  font: 16px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  margin-top: 15px;
}

.convert_box .convert_img .arrow_convert_icon {
  position: relative;
  padding: 10px;
  margin-right: 70px;
  text-align: center;
}

.convert_box .convert_img .arrow_convert_icon > span {
  position: absolute;
}

.convert_box .convert_img .arrow_convert_icon > span.ico_arrow_convert_right {
  padding: 0px 0px 0px 20px;
}

.convert_box .convert_img .arrow_convert_icon > span.ico_arrow_convert_left {
  padding: 10px 0px 0px 0px;
}

.convert_box .convert_img .payment_description {
  text-align: center;
  opacity: 0.44;
  margin: 35px 0px;
}

.use_bicoin {
  background-color: rgba(220, 230, 239, 0.23);
  padding: 30px 50px;
}

.use_bicoin .guide_follow {
  font: 19px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  font-weight: bold;
  padding: 40px 0px 20px 0px;
}

.use_bicoin .guide_content {
  padding: 25px 0px 20px 0px;
}

.use_bicoin .guide_content .card_group {
  background: #ffffff;
  padding: 50px 0px;
}

.use_bicoin .guide_content .card_content {
  text-align: left;
  padding: 15px 30px 15px 30px;
  height: 50px;
}

.use_bicoin .guide_content .card_content .img_coin1 {
  position: absolute;
  top: -13px;
  right: 25px;
  background: 100% 100%;
  width: 10%;
}

.use_bicoin .guide_content .card_content .img_coin2 {
  position: absolute;
  top: -13px;
  right: 60px;
  background: 100% 100%;
  width: 10%;
}

.use_bicoin .guide_content .card_content .img_coin3 {
  position: absolute;
  top: -13px;
  right: 95px;
  background: 100% 100%;
  width: 10%;
}

.use_bicoin .guide_content .card_content .coin_step1 {
  position: absolute;
  top: -32px;
  left: 30px;
  color: #E62F8B;
  font-size: 38px
}

.use_bicoin .guide_content .coin_box {
  position: relative;
  border: 1px solid #E24091;
  background: #ffffff;
  background-size: 100% 100%;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  height: 42px;;
}

.use_bicoin .guide_content .coin_box strong {
  color: #E62F8B;
  font: 26px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1240px){
  .step_box .arrow_icon{
    padding: 0 20px;
  }
  .bcoint_hint {
    right: 50px;
  }
}
@media screen and (max-width: 992px){
  .bcoint_hint {
    right: auto;
    left: 60px;
  }
}
@media screen and (max-width: 768px){
  .use_bicoin {
    padding: 30px;
  }
  .convert_box .convert_box_title{
    width: 94%;
  }
  .guide_box .description br{
    display: none;
  }
  .step_box{
    padding: 0 0 0 40px;
  }
  .step_box .arrow_icon{
    padding: 0 16px;
  }
  .use_bicoin .guide_content > div {
    padding: 0 8px;
  }
  .use_bicoin .guide_content .card_group{
    padding: 40px 0;
  }
}
@media screen and (max-width: 576px){
  .convert_box .convert_box_title {
    font: 600 14px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  }
  .step_label{
    font-size: 15px;
  }
  .step_round {
    width: 24px;
    height: 25px;
    padding: 3px 0px 0px 8px;
    font-size: 14px;
  }
  .convert_box .convert_img img{
    width: 70px;
  }
  .convert_box .convert_img .img_des {
    font-size: 14px;
    margin-top: 12px;
  }
  .use_bicoin .guide_follow {
    font-size: 18px;
    padding: 20px 0px 10px 0px;
  }
  .use_bicoin {
    padding: 20px;
  }
  .convert_box .convert_box_title{
    width: 100%;
  }
  .bcoin_page_arrival p{
    font-size: 14px;
  }
  .guide_box .copy{
    font-size: 19px;
  }
  .guide_box .ttl{
    font-size: 18px;
  }
  .guide_box .description{
    font-size: 14px;
    text-align: left;
  }
  .guide_box{
    margin: 40px 0 60px;
  }
  .guide_box .description{
    font-size: 14px;
  }
  .use_bicoin .guide_content.save_coin > div + div{
    margin: 50px 0 0;
  }
  .convert_box .convert_img .payment_description{
    text-align: left;
    margin: 20px 0px 50px;
  }
  .convert_box .convert_img .arrow_convert_icon{
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px){
  .bcoin_arrival_title{
    margin: 15px 0 0;
  }
  .bcoin_arrival_title .font_cinzel_regular{
    font-size: 34px;
  }
  .bcoint_hint{
    left: auto;
    bottom: 24px;
  }
  .step_box .arrow_icon{
    padding: 0;
  }
  .convert_box .convert_box_title{
    font-size: 13px;
  }
  .convert_box .convert_box_title .good_deal{
    top: -28px;
  }
  .use_bicoin .guide_content .card_group{
    padding: 30px 0 60px;
  }

}
@media screen and (max-width: 430px){
  .guide_box .copy br{
    display: none;
  }
}


/* Shopping Cart START */

.shopping_cart_notify {
  padding: 10px;
  margin: 0 15px 35px;
  text-align: center;
  font-size: 16px;
}

.shopping_cart_notify .highlight {
  display: inline-block;
  margin: 0 15px;
  font-weight: normal;
}

.shopping_cart_rule {
  margin: 80px 0;
}

.shopping_cart hr {
  margin-right: 15px;
}

.shopping_cart .title{
  font-size: 16px;
  margin: 1.5rem 15px 1rem 0;
  font-weight: 600;
}

.shopping_cart .btn_quality_update {
  height: 40px;
  background-color: #F5F8FA;
  border: 1px solid #D9E6F2;
}

.shopping_cart .purchase_salon{
  margin-right: 15px;
  margin-bottom:15px;
}

.shopping_cart .purchase_salon .title{
  margin: 0px 0 1rem;
}

.shopping_cart .purchase_salon select{
  font-size: 14px;
  max-width: 400px;
  margin: 0;
}

@media screen and (max-width: 576px){
  .shopping_cart_rule {
    margin: 50px 0;
  }
  .shopping_cart_notify {
    font-size: 14px;
    margin: 10px 0 30px;
  }
  .shopping_cart_notify .highlight {
    margin: 0 10px;
  }
  .shopping_cart .note{
    margin: 0 0 8px;
  }
  .shopping_cart .btn_quality_update{
    height: 36px;
    padding: 6px 16px;
  }
  .shopping_cart .title{
    font-size: 14px;
  }
  .shopping_cart .purchase_salon select{
    max-width: 100%;
  }
}

/* Shopping Cart END */

/* Cart Item START */

.price_big {
  font-size: 25px;
  font-weight: bolder;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
}
.price_medium {
  font-size: 18px;
  font-weight: bolder;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
}

.price_highlight {
  font-size: 18px;
  font-weight: 500;
  margin: 0 5px;
  color: #E72E8B;
}

.cart_item {
  padding-bottom: 20px;
}

.cart_item .image {
  width: 125px;
  flex: 0 0 125px;
  height: 125px;
}

.cart_item .product_info {
  color: #333;
  text-decoration: underline;
  font-size: 14px;
  word-break: break-all;
}

.cart_item .money_info {
  padding: 0 1em 0 2em;
  max-width: 240px;
}

.cart_item .amount_select {
  margin-top: 30px;
  justify-content: flex-end;
}

.cart_item .amount_select>select {
  margin-left: 10px;
  height: 34px;
  width: 81px;
}

.cart_item .amount_info .btn_delete {
  margin-top: 15px;
}

.shopping_cart_summary {
  width: 300px;
  margin-left: auto;
  margin-top: 15px;
}
.shopping_cart .row{
  margin: 0;
}
@media screen and (max-width: 992px){
  .shopping_cart .price_big {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px){
  .cart_item {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px){

  .cart_item {
    padding-bottom: 36px;
  }
  .cart_item .money_info{
    margin: 16px 0 0;
  }
  .cart_item .amount_info{
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0 0 ;
  }
  .cart_item .amount_select{
    margin: 0;
  }
  .cart_item .amount_info .btn_delete{
    margin: 0 0 0 8px;
    padding: 4px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px){
  .cart_item .image {
    width: 80px;
    flex: 0 0 80px;
    height: 80px;
  }
  .cart_item .amount_select span{
    flex: 0 0 40px;
  }
}



/* Cart Item END */

/* Coin Summary END */

.coin_summary {
  background: url('../../images/online/bg_box_pink_bottom_left.svg') center no-repeat;
  background-size: 100% 100%;
  height: 56px;
  line-height: 50px;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}

.coin_summary .total_coin {
  font-size: 18px;
  font-weight: bold;
  margin: 0 5px;
  color: #E72E8B;
}

@media screen and (max-width: 768px){
  .coin_summary{
    margin: 50px 0 10px;
  }
}

/* Coin Summary END */

/* Sidebox Summary START */

.sidebox_summary {
  border: 1px solid #E7EFF6;
}

.sidebox_summary .product_info, .sidebox_summary .money_info {
  padding: 20px;
}

.sidebox_summary .money_info {
  background: #F1F5F9;
}

.sidebox_summary .money_info.h_65 {
  height: 65px;
}

.continue_shopping {
  display: block;
  text-align: center;
  margin-top: 15px;
  text-decoration: underline;
}

@media screen and (max-width: 1080px){
  .sidebox_summary .money_info .price_big{
    font-size: 23px;
  }
}
@media screen and (max-width: 1080px){
  .sidebox_summary .btn.btn_xl_60{
    padding: 0;
  }
}

/* Sidebox Summary END */

/* item short cut */

.bcoin_short_cut_item {
  line-height: 28px;
  font: bold 14px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  padding: 14px 0px;
  margin-bottom: 8px;
  box-shadow: 0px 0px 1px 1px #D9E6F2;
  display: flex;
  align-items: center;
}

.bcoin_short_cut_item .bg_shortcut_item {
  height: 100%;
}

.bcoin_short_cut_item .bg_shortcut {
  margin: 0px 13px;
  width: 24px;
  height: 27px;
}

.bcoin_short_cut_item .ellipse {
  background: url('../../images/online/icoEllipse.svg') no-repeat center center;
  background-size: 100%;
}

.bcoin_short_cut_item .home {
  background: url('../../images/online/icohome.svg') no-repeat center center;
  background-size: 100%;
}

.bcoin_short_cut_item .news {
  background: url('../../images/online/iconews.svg') no-repeat center center;
}

.bcoin_short_cut_item .email {
  background: url('../../images/online/icoemail.svg') no-repeat center center;
  background-size: 100%;
}

.bcoin_menu_12 {
  padding: 0px 15px;
  width: 100%;
}

.bcoin_menu_right {
  padding: 0px 10px;
}

@media screen and (max-width: 1240px){
  .bcoin_short_cut_item .bg_shortcut {
    margin: 0px 12px 0 16px;
    width: 24px;
    height: 27px;
  }
  .bcoin_short_cut_item span{
    font-size: 13px !important;
  }
}

/* product */

.form_filter {
  padding: 20px;
  border: 1px solid #D9DCDF;
}

.form_filter .form_group {
  padding: 10px 0px 0px 15px;
}

.form_filter .form_control {
  width: 100%;
  font: 13px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
}

.form_filter .form_control.label {
  padding: 0px 5px;
}

/* filter */

.filter {
  margin-top: 20px;
  margin-bottom: -40px;
}
.filter .form_control{
  font-size: 12px;
}
.filter .checkbox_item input[type="checkbox"] ~ .checkmark {
  background: #E6EDF3;
  outline: none;
}
.filter .checkbox_item input[type="checkbox"]:checked ~ .checkmark{
  background: #171245;
}
.result_filter {
  font-size: 26px;
  font-family: 'cinzel-regular';
}

.bcoin_menu_right .view_all {
  margin-top: 25px;
}

.bcoin_menu_right .view_all a {
  text-decoration: underline;
  color: #000;
}

/* News START */
.news_bar {
  line-height: 40px;
}
.news_item {
  padding: 5px 0px 20px 0px;
}

.news_item a{
  text-decoration: none;
}

.news_item {
  padding: 20px 0px 10px 0px;
}

.news_item_pt_0 {
  padding-top: 0;
}

.news_item .image {
  width: 85px;
  height: 85px;
}

.news_item .news_date {
  color: #9EB1BF;
  margin-bottom: 5px;
}

.news_item .news_title {
  color: #000000;
}

.news_item .news_des {
  margin-top: 7px;
}

.news_item .image_top1 {
  width: 278px;
  height: 278px;
}

.news_item .news_des_top1 {
  margin: 20px 0px 30px 0px;
}

.news_item .news_des_top1 img {
  margin: 0 0 30px;
  max-width: 100%;
}
.news_item .featured_image img {
  max-width: 100%;
  margin: 0 0 20px;
}
@media screen and (max-width: 576px){
  .news_item .news_des_top1 img {
    margin: 0 0 20px;
  }
  .news_item .featured_image img {
    max-width: 100%;
    margin: 20px 0;
  }
}

.news_item .product_detail_link {
  text-decoration: underline;
}

.news_related {
  margin: 40px 0px 0px 0px;
  font: 20px "Yu Gothic Bold";
  font-weight: bold;
}

/* News END */

.bcoin_mycart {
  border-radius: 5px;
}

.bcoin_mycart .description_cart {
  padding: 15px 19px;
  font-size: 13px;
}

/* history START */

.history_container {
  padding: 45px 15px;
}

.history_box {
  position: relative;
  margin: 45px 0;
}

.history_item .image {
  display: block;
  background-color: #FFF;
  width: 100%;
  padding-bottom: 54.55%;
  margin-bottom: 10px;
}

.history_item .title {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}

.history_item .fee {
  font-family: 'Hiragino Sans GB';
  margin-top: 10px;
}

.history_item .fee .number {
  font-size: 14px;
}

.history_item .fee .text {
  font-size: 14px;
}

.history_nav_carousel>button[class^="owl-"] {
  position: absolute;
  user-select: none;
  outline: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #64286C;
  opacity: 0;
  z-index: 1;
  transition: all 0.25s ease;
}

.history_nav_carousel .owl-prev {
  left: 0;
  box-shadow: 8px 0 8px 0 rgba(0, 0, 0, 0.1);
}

.history_nav_carousel .owl-next {
  right: 0;
  box-shadow: -8px 0 8px 0 rgba(0, 0, 0, 0.1);
}

.history_box:hover+.history_nav_carousel .owl-prev, .history_box:hover+.history_nav_carousel .owl-next, .history_nav_carousel:hover .owl-prev, .history_nav_carousel:hover .owl-next {
  background: rgba(255, 255, 255, 0.89);
  opacity: 1;
}

.homepage_banner {
  background: url('../../images/online/top_img.jpg') center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 400px;
}

.homepage_banner .title {
  font-size: 56px;
  font-family: 'cinzel-regular';
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  text-shadow: 0 6px 8px rgba(0,0,0,.2);
  letter-spacing: 13px;
}

.homepage_banner .description {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 0 0;
  text-shadow: 0 4px 4pxcrgba(0,0,0,.2);
}

.homepage_banner .btn_registry {
  color: #000;
  line-height: 2;
  width: 265px;
  font-weight: bold;
  border-radius: 5px;
  font-size: 17px;
  margin-top: 25px;
  border-color: #000;
}
@media screen and (max-width: 768px){
  .homepage_banner .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px){
  .homepage_banner{
    height: 340px;
  }
  .homepage_banner .title {
    font-size: 42px;
    letter-spacing: 12px;
  }
  .homepage_banner .description {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 480px){
  .homepage_banner{
    height: 260px;
  }
  .homepage_banner .title {
    font-size: 32px;
    letter-spacing: 9px;
    margin-bottom: 8px;
  }
  .homepage_banner .btn_registry {
    line-height: 1.6;
    width: auto;
    font-size: 15px;
    margin-top: 14px;
    height: 36px;
  }
}




/* Content */
.page_introduction_center ~ .page_introduction_center {
  margin-top: 100px;
}
.bcoin_arrival .btn.btn_load_more {
  margin-top: 60px;
}
.main_bcoin .item {
  margin-top: 55px;
}
.main_bcoin .item_default {
  width: auto;
/*   height: 160px; */
  border: 1px solid #DCE6EF;
  border-radius: 5px;
  box-shadow:0px 1px 14px 0px rgba(40,96,119,.1);
  padding: 10px;
  position: relative;
}

.main_bcoin .item_default .item_image {
  position: relative;
/*
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%; height: 85%;
*/
  cursor: pointer;
}
.main_bcoin .item .depscription {
  margin-top: 20px;
  font-size: 14px;
}
.main_bcoin .item div.star {
  width: 160px;
}
.main_bcoin .item .text_red{
  color: #CC0339;
  font: 600 12px/1.6em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif !important;
}
.main_bcoin .item .add_cart {
  width: 160px;
}
.main_bcoin .item .price {
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .bcoin_arrival .btn.btn_load_more {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px){
  .main_bcoin .item {
    margin-top: 35px;
  }
  .bcoin_arrival .btn.btn_load_more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px){
  .main_bcoin .item {
    margin-top: 20px;
  }
  .main_bcoin.product_ranking .item {
    margin-top: 40px;
  }
  .main_bcoin .item .depscription {
    margin-top: 16px;
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .main_bcoin .item_default, .main_bcoin .depscription, .main_bcoin .price, .main_bcoin .star, .main_bcoin .add_cart {
    margin-left: auto;
    margin-right: auto;
  }
}
.main_bcoin .item .btn_viewmore {
  margin-top: 15px;
}

/* 商品リスト */
.list_product_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.list_product_wrap > div:not(.pagination){
  width: 25%;
  flex: 0 0 auto;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 768px){
  .list_product_wrap > div:not(.pagination){
    width: 33.3333%;
  }
}
@media screen and (max-width: 480px){
  .list_product_wrap > div:not(.pagination){
    width: 50%;
  }
}

/* 関連商品 */
[class*="list_product_"]{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -8px;
}
[class*="list_product_"] > li{
  width: 25%;
  position: relative;
  padding: 8px;
}
[class*="list_product_"][class*="related"] > li{
  width: 16.6666%;
}
[class*="list_product_"] article > a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
[class*="list_product_"] > li:hover p{
  text-decoration: underline;
}
[class*="list_product_"] .area_img{
  border: 1px solid #DCE6EF;
  border-radius: 5px;
  box-shadow: 0px 1px 14px 0px rgba(40,96,119,.1);
  padding: 10px;
  margin: 0 0 20px;
  position: relative;
}
[class*="list_product_"] .area_img .add_favorite{
  position: absolute;
  left: 0;
  top: 0;
}
[class*="list_product_"] .img:before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 82%;
}
[class*="list_product_"] .product_name{
  font: 400 13px/1.6em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  margin: 0 0 10px;
}
[class*="list_product_"] .price{
  font: 600 12px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  margin: 0 0 8px;
}

@media screen and (max-width: 768px){
  [class*="list_product_"][class*="related"] > li{
    width: 33.3333%;
  }
}
@media screen and (max-width: 480px){
  [class*="list_product_"][class*="related"] > li{
    width: 50%;
  }
  [class*="list_product_"] .area_img{
    margin: 0 0 16px;
  }
}

/* images */
.img_product{
  background: url(../../images/online/img_online_noimg.svg) no-repeat center center !important;
  background-size: cover;
  display: block;
}
.img_product:before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 480px){
  .img_product:before{
    padding-top: 70%;
  }
}

/* float up */
.main_bcoin .item .float_up {
  position: absolute;
  z-index: 1;
}
/* float up heart */
.main_bcoin .item .float_up.icon_heart {
  /* margin: 10px; */
  background: url('../../images/online/icoheart_bg.svg');
  width: 33px;
  height: 33px;
  background-color: #F7F9FC;
  border-radius: 0px 0px 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.main_bcoin .item .float_up.icon_heart_slt {
  /* margin: 10px; */
  background: url('../../images/online/icoheartslt_bg.svg');
  width: 33px;
  height: 33px;
  background-color: #F7F9FC;
  border-radius: 0px 0px 5px;
}
/* float up status */
.main_bcoin .item .status {
/*   width: 160px; */
  font-family: 'cinzel-regular';
  top: -18px;
  font-size: 19px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
/* float up ranking */
.main_bcoin .item .ranking {
  font-family: 'cinzel-regular';
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 360px) {
  .float_up.ranking {
    left: 50%;
    transform: translateX(-50%)
  }
}
.ranking.text_no1 {
  color: #B4A345;
}

.ranking.text_no2 {
  color: #9497AD;
}

.ranking.text_no3 {
  color: #67542A;
}

.ranking.text_no4 {
  color: #000000;
}

.ranking.text {
  font-size: 17px;
}

.ranking.number {
  font-size: 32px;
  line-height: 22px;
}

.ranking.text_no4.number {
  font-size: 26px;
  line-height: 30px;
}

.ranking.text_no4.text {
  font-size: 13px;
}

/* new */
.main_bcoin{}
.main_bcoin li {
  margin-top: 15px;
  width: 100%;

}
/* history */
.main_bcoin .item_history {
  min-width: 160px;
  padding: 10px;
}
.main_bcoin .item_history .depscription {
  width: 160px;
  margin-top: 20px;
}
.main_bcoin .item_history .price {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  font-weight: bold;
  width: 160px;
}
@media screen and (max-width: 768px){
  .main_bcoin .item_history  {
    width: 33.3333%;
  }
}
@media screen and (max-width: 480px){
  .main_bcoin .item_history  {
    width: 50%;
  }
}

/* Side bar right */
.bcoin_menu_right .item {
  min-width: 92px;
  padding: 20px 0px;
}
.bcoin_menu_right .item.border_bottom {
  border-bottom: 1px solid #D9DCDF;
}
.bcoin_menu_right .item_default {
  width: 100px;
  height: 100px;
  padding: 8px;
  border: 1px solid #DCE6EF;
  border-radius: 5px;
  background: #fff;
  margin: 0 auto;
}

.bcoin_menu_right .item_default .item_image {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%; height: 90%;
}
.bcoin_menu_right .item .depscription {
  font-size: 12px;
  overflow: hidden;
  margin-top: 14px;
}
.bcoin_menu_right .item .price {
  margin-top: 10px;
}
.bcoin_menu_right .item .text_red{
  color: #CC0339;
  font: 600 12px/1.6em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif !important;
}
.bcoin_menu_right .item .btn_viewmore {
  margin-top: 15px;
}
/* ranking page */
.top_item_ranking .item {
  position: relative;
  margin-top: 45px;
}
.top_item_ranking .item_default {
  width: 180px;
  height: 180px;
  border: 1px solid #DCE6EF;
  border-radius: 5px;
}

.top_item_ranking .item_default .item_image {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%; height: 90%;
  min-width: 160px;
  cursor: pointer;
}
.top_item_ranking .content {
  margin-left: 20px;
}
.top_item_ranking .img_item {
  min-width: 180px;
}
.top_item_ranking .float_up {
  position: absolute;
  z-index: 1;
}
.top_item_ranking .ranking {
  width: 180px;
  font-family: 'cinzel-regular';
  top: -20px;
}
.top_item_ranking .price {
  font-weight: bold;
}
label.label_price {
  font-size: 12px;
  min-width: 36px;
}
label.label_price_between {
  min-width: 40px;
  text-align: center;
  font-size: 12px;
}
label.label_price_last {
  width: 30px;
  padding-left: 5px;
  font-size: 12px;
}
label.label_coin {
  font-size: 12px;
  min-width: 76px;
}

/* 商品検索 */
.area_search_product .ttl{
  margin: 0 0 6px;
}
.area_search_product .form_control.price_range{
  width: 100%;
  min-width: 80px;
  max-width: 80px;
}
.area_search_product .form_control.coin_range{
  width: 100%;
  min-width: 50px;
  max-width: 50px;
}
.area_search_product .search_btn{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px){
  .search_wrap{
    display: flex;
    flex-wrap: nowrap;
  }
  .search_wrap .price{
    flex: 0 0 20%;
  }
  .search_wrap .keyword{
    flex: 1 1 auto;
    min-width: 10px;
  }
  .search_wrap .search_btn{
    flex: 0 0 10%;
  }
}
@media screen and (max-width: 768px){
  .area_search_product .form_group {
    padding: 10px 15px 0px 15px;
  }
  .search_wrap{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px){
  .search_wrap .search_btn button{
    padding: 0 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px){
  .form_filter{
    padding: 16px;
  }
  .search_wrap .search_btn{
    padding: 0;
  }
  .search_wrap .search_btn button{
    padding: 0 10px;
    height: 32px;
  }
  .area_search_product .ttl{
    margin: 0;
  }
  .form_control{
    height: 32px;
  }
}

.area_filter > div{
  display: flex;
}
.area_filter .right{
  margin: 0 0 0 auto;
}
@media screen and (max-width: 576px){
  .area_filter > div{
    flex-direction:column;
  }
  .area_filter .right span{
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px){
  .area_filter{
    margin-top: 0;
  }
  .area_filter .right{
    flex-direction:column;
    margin: 10px 0 20px;
  }
  .area_filter .right .stock{
    margin: 0 0 8px;
  }
  .area_filter .checkbox_item{
    padding: 0 0px 0 24px;
  }
}


/* disable Loading Indicator */
.stripe-loading-indicator{
  display:none
}

/* お支払い　クレカ */
.list_card img{
  width: 45px;
}
.list_card img.jcb{
  width: 40px;
}
.list_card img.diners{
  width: 34px;
}
