@charset "utf-8";

.mobile_inner{
  background: linear-gradient(90deg,#d5e5f1 0%,#d5e5f1 50%,#ffdada 50%,#ffdada 100%);
}
.vb_mobile_no1{
  background: rgba(255,255,255,0.6);
}
.shoppingguide_area_fff{background: none;}
.shoppingguide_area_fff .nav_sticky_area{
  background: linear-gradient(90deg,rgba(240,244,247,0.93) 0%,rgba(240,244,247,0.93) 50%,rgba(255,241,241,0.93) 50%,rgba(255,241,241,0.93) 100%);
  border-bottom:none;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  z-index: 10;
  width: 100%;
  top: 44px;
}
.title_underbar{
  padding:0;
  position:relative;
  margin-bottom:40px;
}
.title_underbar:after{
  position:absolute;
  content:'';
  display:block;
  width:120px;
  height:6px;
  background: #e20000;
  right:0;
  left:0;
  bottom:-10px;
  margin:auto;
}
.shoppingguide_area_fff h4.h4_title{
  font-size:3.6rem;
}
.shoppingguide_area_fff h4.h4_title small{
  font-size:2.8rem;
  margin:0 2px;
}
@media screen and (max-width : 768px) {
  .mobile_inner {
    padding-top: 50px;
  }
  .title_underbar:after{
    width:80px;
    height:4px;
  }
  .shoppingguide_area_fff{
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .shoppingguide_area_fff h4.h4_title,
  .shoppingguide_area_fff h4.h4_title .h4_title_e20000{
    font-size:2.4rem;
    line-height:1.35em;
  }
  .shoppingguide_area_fff h4.h4_title small{
    font-size:1.6rem;
  }
  .title_underbar,
  .shoppingguide_area h4{
    margin-bottom:20px;
  }
  .shoppingguide_area_fff .nav_sticky_area {
    top: 50px;
    padding-top: 11px;
  }
}
@media screen and (max-width : 468px) {
  .shoppingguide_area_fff h4.h4_title,
  .shoppingguide_area_fff h4.h4_title .h4_title_e20000{
    font-size:2rem;
  }
  .shoppingguide_area_fff h4.h4_title small{
    font-size:1.4rem;
  }
  .shoppingguide_area_fff .nav_sticky_area {
    top: 44px;
  }
}

.nav_sticky_area div a{
  position:relative;
}
.nav_sticky_area div a:after{
  position:absolute;
  display:block;
  width:1em;
  height:1.5em;
  font-size:16px;
  content:'▼';
  top:0;
  bottom:0;
  right:25px;
  margin:auto;
}
.cart-area-mobile-split{
  padding:45px 0;
}
.cart-area-mobile-split h1{
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  line-height:1.1em;
}
.cart-area-mobile-split h1 span{
  font-size: 24px;
}

.cart-area-mobile-split > h2{
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  line-height:1.1em;
  color: #333;
}
.cart-area-mobile-split > h2 span{
  font-size:25px;
}
.cart-area-mobile-split .flex_box .balloon{
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: rgba(255,255,255,0.7);
  color: #333;
  height: 85px;
  width:90%;
  margin:20px auto 40px;
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
  justify-content: center;

  box-shadow: 0px 3px 10px 2px rgba(119,119,119,0.25);
}
.cart-area-mobile-split .flex_box .balloon:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width:13px;
  border-bottom-width:13px;
  border-left-width:12px;
  border-right-width:12px;
  margin-left: -12px;
  border-top-color:rgba(255,255,255,0.8);
  top:100%;
  left:50%;
}
.cart-area-mobile-split .flex_box .balloon span{
  font-size:22px;
  text-align: center;
  display:block;
  line-height: 1.7;
}
.cart-area-mobile-split .flex_box .balloon-vbp span{
  color:#004079;
}
.cart-area-mobile-split .flex_box .col_in_2 img{
  display: block;
  height:270px;
  margin:30px auto 0;
}
.cart-area-mobile-split .flex_box .col_in_2 .col_cart_box{
  width:90%;
  margin:40px auto 10px;
  padding:0;
}
.cart-area-mobile-split .flex_box .col_in_2 .notes_fz14_number{
  width:90%;
  margin:0 auto;
}
.cart-area-mobile-split .flex_box .balloon-vb span{color:#e20000;}

.cart-area-mobile-split#intro-area > .flex_box{
  max-width:700px;
  margin:0 auto;
}
.cart-area-mobile-split#intro-area .btn_solid_radius_70{
  max-width:450px;
}
.cart-area-mobile-split#intro-area .btn_solid_radius_70:after{content:'▼';}
.cpbanner_campaign_area_2m {
    background: url(/assets/images/cpbanner/store/2021/bg/cpbanner_cp_004ea1_present_bg_sp.png);
    background-position: center;
    background-size: cover;
    padding: 20px 10px;
    text-align: center;
    margin: 0 auto;
}
.cpbanner_campaign_area img {
    max-width: 96%;
    height: auto;
}
.cpbanner_area_02:hover {
    opacity: 0.8;
}
.shoppingguide_area_fff h4.h4_title {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}
.shoppingguide_area_fff h4.h4_title small {
    font-size: 1.4rem;
}
.shoppingguide_area_fff h4.h4_title .h4_title_e20000 {
    color: #e20000;
}
.nav_sticky_area div {
  width: 50%;
  text-align: center;
}
.nav_sticky_area div img {
    width: 100%;
    height: auto;
    max-width: 397px;
    padding-bottom: 12px;
}
table.table_ratio_vb {
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  width: 100%;
}
table.table_ratio_vb th {
  background: #DFDFDF;
  padding: 10px 10px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
table.table_ratio_vb th,table.table_ratio_vb td {
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  color: #333333;
}
table.table_ratio_vb td {
  width: 50%;
  padding: 25px 15px;
  text-align: center;
}
.table_icon_circle {
  font-size: 10rem;
  text-align: center;
  font-weight: normal;
}
.table_price_area {
  display: flex;
  flex-wrap: wrap;
  max-width: 160px;
  margin: 0 auto;
  font-size: 1.8rem;
}
.table_price_area div:nth-child(2n-1) {
  width: 30%;
}
.table_price_area div:nth-child(2n) {
  width: 70%;
}
.table_price_area div:nth-child(2n) {
  text-align: right;
}
@media screen and (max-width : 468px) {
  .inner_box_white_store{
    padding-left:10px;
    padding-right:10px;
  }
  .nav_sticky_area div{
    padding: 12px 3px 0px;
  }
  .nav_sticky_area div a{
    font-size:13px;
  }
  .nav_sticky_area div a:after{
    width:1em;
    height:1.5em;
    font-size:10px;
    right:10px;
  }
  .cart-area-mobile-split{
    padding:30px 0;
  }
  .cart-area-mobile-split h1{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height:1.1em;
  }
  .cart-area-mobile-split h1 span{
    font-size: 18px;
  }
  .cart-area-mobile-split .flex_box .balloon{
    width:95%;
    font-size: 14px;
    height: 90px;
    padding:10px 5px;
    margin:10px auto 30px;
  }
  .cart-area-mobile-split .flex_box .balloon span{
    font-size:19px;
    line-height:1.5;
  }
  #cart-area .cart-area-mobile-split .flex_box .balloon{
    height:60px
  }
  #cart-area .cart-area-mobile-split .flex_box .balloon span{
    font-size:14px;
  }
  .cart-area-mobile-split .flex_box .col_in_2 img{
    height:210px;
  }
  .cart-area-mobile-split .flex_box .col_in_2 .col_cart_box,
  .cart-area-mobile-split .flex_box .col_in_2 .notes_fz14_number{
    width:95%;
  }
  .cart-area-mobile-split .flex_box .col_in_2 .col_cart_box{
    margin: 25px auto 10px;
  }

  .cart-area-mobile-split#intro-area .btn_solid_radius_70{
    max-width:250px;
    font-size:16px;
  }
  .cart-area-mobile-split#intro-area .btn_solid_radius_70:after{
    right:50px;
    font-size:14px;
  }
}


table.table_ratio_vb th, table.table_ratio_vb td{
  border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
table.table_ratio_vb th{
  color: #fff;
  background: #333333;
}
table.table_ratio_vb th ul.notes_fz14_number li{
  color:#fff;
  font-weight: normal;
}
table.table_ratio_vb td{
  color: #333333;
  background: #fff;
}
table.table_ratio_vb .ratio_vb-link-list p{
  text-align: center;
}
table.table_ratio_vb .ratio_vb-link-list p a{
  color: #00a1e6;
}

.cv-area-pc{padding:10px 0 30px;}
.cv-area-pc a{
  display:block;
  margin:0 auto;
}

.btn_solid_radius_e20000 {
  background: #e20000;
  box-shadow: 0px 6px 0px 0px #9e0f0f;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  margin-bottom: 10px;
}
.btn_solid_radius_808285 {
  background: #808285;
  box-shadow: 0px 6px 0px 0px #58595b;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  margin-bottom: 10px;
}

.btn_solid_radius_70{
  position: relative;
  display: block;
  width:90%;
  margin:4px auto 10px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.btn_solid_radius_70:after{
  position:absolute;
  display:block;
  width:1em;
  height:1.5em;
  font-size:16px;
  content:'▶';
  top:0;
  bottom:0;
  right:25px;
  margin:auto;
}
.cart_name_senior{
  font-size:1.6rem;
  width: 100%;
  line-height: 1;
  font-weight: 600;
}
.cart_price_sub {
  width: 58%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}
.cart_price{
  font-size:3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.2px;
}
.cart_price .yen {
  font-size: 2.0rem;
}
.cart_price .tax {
  font-size: 1.42rem;
}
@media screen and (max-width: 768px){
  .cv-area-sp{
    padding-top:30px;
  }
  .cv-area-sp .cv-btn-area{
    width: calc(100% - 20px);
    background: #e6e7e8;
    border-radius: 5px;
    margin: 20px auto;
    padding: 10px 20px;
  }
  .cv-area-sp .cv-p-deco{
    width:270px;
    font-size: 18px;
    margin:25px auto 0;
    position:relative;
  }
  .cv-area-sp .cv-p-deco:before,
  .cv-area-sp .cv-p-deco:after{
    position:absolute;
    display:inline-block;
    background: #333;
    content:'';
    width:2px;
    height:18px;
    top:0;
    bottom:0;
    margin:auto;
  }
  .cv-area-sp .cv-p-deco:before{
    left:-5px;
    transform: rotate(-40deg);
  }
  .cv-area-sp .cv-p-deco:after{
    right:-5px;
    transform: rotate(40deg);
  }

  .col_cart_box_senior {
      width: 100%;
      margin: 0 auto 15px;
  }
  a.cart_btn_store_senior{
    font-size:18px;
  }
  a.cart_btn_heightfix_sp{
    height:70px;
    display:flex;
    justify-content:center;
    align-items: center;
  }
  .btn_solid_radius_70:hover{
    color:#fff;
  }
  .mobile-free-trial-area {
    width: 100% !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-bottom: 0px !important;
    background: #f3f3f3 !important;
    border-radius: 0px !important;
  }

  .sb-free-trial-area {
    width: 100% !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 0px !important;
    background: #e5e5e5 !important;
    border-radius: 0px !important;
  }
}
@media screen and (max-width: 468px){
  .btn_solid_radius_70 {
    width:95%;
  }
  .btn_solid_radius_70:after{
    font-size:10px;
    right:10px;
  }
  .cv-area-sp .cv-p-deco{
    width:220px;
    font-size: 15px;
    margin:25px auto 0;
  }
  a.cart_btn_store_senior{
    font-size:14px;
  }
  a.cart_btn_heightfix_sp{
    height:60px;
  }
}
@media screen and (max-width: 400px) {
  .vb_anchor_adjustment {
    padding-top: 60px;
    margin-top: -60px;
  }
  .table_icon_circle {
    font-size: 5rem;
  }
  .table_price_area {
    font-size: 1.4rem;
  }
}

.cv-btn-area > .col_in_2_none:first-of-type{
  width:55%;
}
.cv-btn-area > .col_in_2_none:last-of-type{
  width:45%;
}
.bg_fff_06{
  background: rgba(255,255,255,0.6);
}
.fc_e20000{color:#e20000;}
.fc_004079{color:#004079;}

.font-like-store-page {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height:1.7;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.01rem;
}