@charset "UTF-8";

@media screen and (max-width: 480px) { 

/*-----cmn-----*/
body {
  font-size: 0.95rem;
  line-height: 1.5;
}
.nopc {
    display: inherit;
    visibility: visible; 
}
.nosp {
  display: none;
  visibility: hidden; 
}
.sec_inner {
    width: 90%;
    margin: 50px auto 0;
}
.sec_inner.dsp_flex {
    display: inline;
}
.sec_box {
    width: 90%;
}
.inner {
    width: 100%;
}
/*---------------------------------------------------------------
  TOP
-----------------------------------------------------------------*/
/*トップイメージ*/
#main_img {
    /*background-image: url(/res/img/top_consept_bg.jpg);
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;*/
}
#main_img img {
    margin: 0;
}
#main_img p {
    margin: 0;
    padding: 20px;
    font-size: 0.8rem;
}

/*おすすめ商品*/
ul.b_item_recommend.dsp_flex {
    display: inline;
}
ul.b_item_recommend li {
    width: 90%;
    margin: 0 auto;
}
ul.b_item_recommend li.linea {
    margin-bottom: 20px;
}
ul.b_item_recommend li.linea img {
    width: 90%;
    margin-bottom: 10px;
}

/*---------------------------------------------------------------
  FOOTER
-----------------------------------------------------------------*/
#cmn_footer {
    font-size: 0.9rem;
    margin-bottom: 50px;
}
#cmn_footer .inner {
    width: 90%;
}
#cmn_footer ul.dsp_flex {
    display: inline-block;
}
#cmn_footer ul {
    width: 90%;
    padding: 0;
    margin-left: 30px;
    margin-bottom: 30px;
}
#cmn_footer ul li {
    margin-bottom: 10px;
} 
/*---------------------------------------------------------------
  HEADER
-----------------------------------------------------------------*/
.top_inner {
    width: 90%;
}
#cmn_head {
    position: static;
    min-width: initial;
}
#cmn_head_top {
    padding: 5px;
}
#cmn_head_main {
    padding: 10px 5px;
}
#logo img {
    width: 50%;
}
/*fixメニュー*/
#fix_menu {
  background-color: #d3c6a6;
  -webkit-box-shadow: 1px 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 1px rgba(0, 0, 0, 0.1);
  height: 52px;
  position: fixed;
  border-bottom: none;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 20;
  -webkit-transition: bottom 0.3s ease 0s;
  -o-transition: bottom 0.3s ease 0s;
  transition: bottom 0.3s ease 0s;
}
#fix_menu ul {
    width: 100vw;
    margin: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
/*#fix_menu li {
    width: calc(100% / 4);
}*/

#fix_menu .fm_btn {
    font-size: 0.8rem;/*font-size: 0.65rem;*/
    display: flex;
    height: 50px;
    align-items: center;/*align-items: flex-end;*/
}
#fix_menu li:nth-child(1) .fm_btn {
  background: url(/res/img/onetest/sp_home_icon.svg) top 10px center no-repeat;
  background-size: 22px 22px;
}
#fix_menu li:nth-child(2) .fm_btn {
  background: url(/res/img/onetest/sp_mypage_icon.svg) top 10px center no-repeat;
  background-size: 22px 22px;
}
#fix_menu li:nth-child(3) .fm_btn {
  background: url(/res/img/onetest/sp_menu_icon.svg) top 16px center no-repeat;
  background-size: 15px 15px;
}
#fix_menu li:nth-child(4) .fm_btn {
  background: url(/res/img/onetest/sp_menu_icon.svg) top 16px center no-repeat;
  background-size: 15px 15px;
}
/*スマホメニューコンテンツ*/
#sp_menu {
  font-size: 0.9rem;
  display: block;
  background: rgb(136,135,140,0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  -webkit-animation: Zoom_in 0.3s ease 0s forwards;
  animation: Zoom_in 0.3s ease 0s forwards;
  padding: 1.0rem;
}
#sp_menu_inner {
  width: 100%;
  height: 92%;
  background: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1001;
  overflow: hidden;
}
#sp_menu_inner img {
  width: 50%;
  margin: 30px auto;
  display: block;
}
#sp_menu_inner img.close_btn {
  width: 30px;
  display: block;
}
#sp_menu_inner li {
    padding: 7px 35px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
}
#sp_menu_inner li span {
    font-size: 0.7rem;
    color: #00a95f;
    display: block;
}
#sp_menu_inner a {
    font-weight: bold;
}
#sp_menu_inner a:after {
    content: ">";
    height: 4.3rem;
    position: absolute;
    right: 3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    opacity: 1;
}
#spmenu_contact {
    background: #efefef;
    padding: 13px 30px;
    text-align: center;
    margin: 10px;
}
#spmenu_contact span {
    font-size: 0.7rem;
    color: #00a95f;
    margin-left: 10px;
} 
/*スマホメニューボタン*/
/*#sp_menu_btn {
  font-size: 0.7rem;
  font-weight: bold;
  background: #009b63;
  position: fixed;
  padding: 33px 0 4px 0px;
  border-radius: 50px 0 0 50px;
  top: 35px;
  right: 0;
  width: 70px;
  z-index: 1000;
  color: #fff;
  -webkit-transition: right 0.2s ease 0s;
  -o-transition: right 0.2s ease 0s;
  transition: right 0.2s ease 0s;
  text-align: center;
  letter-spacing: -0.05em;
}
#sp_menu_btn > div {
  height: 2px;
  width: 27px;
  position: absolute;
  background-color: #fff;
  top: 9px;
  left: 50%;
  margin-left: -14px;
}
#sp_menu_btn > div:before, 
#sp_menu_btn > div:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
#sp_menu_btn > div:after {
  top: 16px;
}*/
/*LP header*/
#lhead {
    width: 100%;
    padding: 10px 20px;
}

/*---------------------------------------------------------------
  LP
-----------------------------------------------------------------*/
#pglp.sec_inner {
    width: 100%;
    margin: 0 auto 50px;
}

/*---------------------------------------------------------------
  ITEM
-----------------------------------------------------------------*/
/*詳細*/
#item_detail.sec_inner {
   width: 100%;
}
#item_detail .dsp_flex {
    display: inline;
}
#item_detail #item_img {
    width: 100%;
}
#item_info {
    width: 100%;
    margin-top: 30px;
}
#item_pr.sec_box {
    width: 100%;
}

/*---------------------------------------------------------------
  MYPAGE
-----------------------------------------------------------------*/
#mypage_menu {
    width: 90%;
    margin: 30px auto 30px;
}
.my_box {
    width: 90%;
    margin: 0 auto 100px;
}
/*ポイント履歴*/
#m_point_title {
    font-size: 0.75rem;
}
#m_point_dl dl {
    display: flex;
    padding: 10px 0;
    font-size: 0.75rem;
}
#m_point_dl dd {
    border: none;
    padding: 0;
}

/*---------------------------------------------------------------
  CART
-----------------------------------------------------------------*/
/*ログイン*/
#member_login {
    width: 100%;
}

/*カートの中身*/
.cart_inner {
    display: inline-block;
    margin-top: 50px;
}
.cart_list {
    margin: 0;
    width: 100%;
}
.cart_contents {
    display: inline-block;
    width: 100%;
}
.c_item_box {
    width: 100%;
}
.c_item_box img {
    width: 100px;
    height: 100px;
}
.c_item_thumb {
    width: 100px;
    height: 100px;
}
.c_qty {
    width: 100%;
    justify-content: flex-end;
}
.c_qty div button {
    display: block;
}
.c_total_price {
    width: 100%;
    height: 160px;
    margin: 0 0 50px;
}
/*カートステップ*/
.order_step {
    width: 100%;
    font-size: 0.7rem;
    margin: 50px auto 0;
}
.order_step .step_text span {
    display: block;
}
/*お届け先選択*/
#c_shipping_add dl {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
}
#c_shipping_add dd {
    border: none;
}
/*お届け先複数選択*/
#multiple_add dd.multiple_item {
    width: 100%;
    border: none;
}
#multiple_add dd.multiple_qty {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
#multiple_add dd.multiple_add_select select {
    width: 100%;
}
/*支払方法代引き手数料表*/
.fee_dl {
    width: 100%;
}
.fee_dl dl {
    display: flex;
}
.fee_dl dt {
    font-size: 0.75rem;
    width: 60%;
}
.fee_dl dd {
    border: none;
    width: 40%;
    text-align: center;
    margin: 0;
}
/*注文内容確認*/
.o_cfm_box {
    width: 100%;
}
.o_cfm_dl dt {
    width: 50%;
}
.o_cfm_tdl dd {
    width: 40%;
}
.o_cfm_item {
    display: inline;
}

/*---------------------------------------------------------------
  ENTRY
-----------------------------------------------------------------*/
/*-----規約-----*/
textarea.rules_text {
    width: 90%;
    min-height: 350px;
}

/*-----[contact]-----*/
#contact_form {
     width: 100%;
}


/*---------------------------------------------------------------
   STATIC PAGE
-----------------------------------------------------------------*/
/*-----特商法-----*/
#law_dl dl {
    display: inline;
}
#law_dl dt {
    width: 100%;
}
#law_dl dd {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
}
/*-----会社概要-----*/
.static_dl dl {
    display: inline;
}
.static_dl dt {
    width: 100%;
}
.static_dl dd {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
} 

}