@charset "UTF-8";
/*--------------------------------------------------------------------------------
  Reset
--------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body, table, input, textarea, select, option, button, h1, h2, h3, h4, h5, h6 {
 /* font-family: Helvetica,Arial, Roboto, 'Droid Sans', '游ゴシック', YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, sans-serif;
  */
  line-height: 1.1;
}

body {
  position: relative !important;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

:focus {
  outline: 0 !important;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: #03342C;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

/*------------------------------------------------------------
  Text Format
------------------------------------------------------------*/
/* text position */
.inner_on {
  padding: 0px !important;
  border: 1px solid #a9a9a9 !important;

}
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* font weight */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
  adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
  clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
  for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
.font-hiragino {
  font-family: Helvetica,Arial, Roboto, 'Droid Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, sans-serif;
}
.header-fix {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 10px;
  background: #fff;
}

body {
  max-width: 767px;
  margin: auto;
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
  line-height: 1.5;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.is-visible {
  z-index: 110;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  margin-top: 0 !important;
}
body.is-visible .fixed {
  position: relative;
}

.menuMark.is-visible {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.container {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
}

.l-main {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.l-main:after {
  display: block;
  clear: both;
  content: "";
}

.sm {
  display: none !important;
}

.trans {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.trans:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
  header
------------------------------------------------------------*/
/*------------------------------------------------------------
  Headline
------------------------------------------------------------*/
/*------------------------------------------------------------
  Button
------------------------------------------------------------*/
.drawer-brand {
  font-weight: 700;
  line-height: 28px;
  display: block;
  color: #FFFFFF;
}
.dra_border {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}
.drawer-nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header {
  position: relative;
  max-width: 767px;
  margin: auto;
}

header .header-top {
  position: relative;
  padding: 10px 10px 0;
  min-height: 50px;
}

header .header-top .text {
  font-size: 1.1rem;
  padding-right: 55px;
  font-family: Helvetica,Arial, Roboto, 'Droid Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, sans-serif;
}

header .header-top .text a {
  color: #03342C;
}

header .bnt-menu {
  width: 50px;
  background: #222;
  color: #fff;
  border: none;
  height: 50px;
  padding: 0;
  position: absolute;
  z-index: 99;
  top: 00px;
  right: 10px;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  float: none;
  font-family: Helvetica,Arial, Roboto, 'Droid Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, sans-serif;
}

header .bnt-menu .drawer-hamburger-icon {
  position: absolute;
  top: 15px;
  left: 10px;
  height: 3px;
  width: 30px;
  background: #fff;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

header .bnt-menu .drawer-hamburger-icon:before, header .bnt-menu .drawer-hamburger-icon:after {
  position: absolute;
  right: 0;
  content: "";
  height: 3px;
  width: 100%;
  background: #fff;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

header .bnt-menu .drawer-hamburger-icon:before {
  top: 8px;
}

header .bnt-menu .drawer-hamburger-icon:after {
  top: -8px;
}

header nav ul {
  width: 100%;
  height: 100%;
  padding: 0 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}

header.is-down nav {
  right: 0;
}

.is-down .drawer-hamburger-icon {
  height: 0 !important;
}

.is-down .bnt-menu .drawer-hamburger-icon:before, .is-down .bnt-menu .drawer-hamburger-icon:after {
  top: 0 !important;
}

.is-down .bnt-menu .drawer-hamburger-icon:before {
  top: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.is-down .bnt-menu .drawer-hamburger-icon:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

header .bnt-menu .menu {
  font-size: 1.12rem;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
}

.bnt-select {
  color: #FF5903;
  font-size: 1.2rem;
  border: 1px solid #FF5903;
  padding: 2px 5px;
  border-radius: 5px;
  margin-right: 10px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

header .bnt {
  float: right;
  width: 50px;
  margin-right: 55px;
  margin-left: 5px;
}

header .bnt img {
  width: 100%;
}

.box-red {
  color: #FF5052;
  background-color: #FFFFFF;
  border: 2px solid #FF5052;
  padding: 5px;
  font-size: 1.4rem;
  margin-top: 5px;
}

header nav {
  background: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25rem;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  right: -100%;
  /*overflow: scroll;*/
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  /*overflow-y: scroll;*/
}
header nav .drawer-brand{
  color: #fff ;
}
header nav a:visited,
header nav a:link{
  color: #fff;
}



header nav .link {
  margin-bottom: 10px;
}

header nav .link a {
  font-size: 1.6rem;
  color: #fff;
}

header nav .link a.drawer-brand {
  font-size: 2rem;
}

header nav .link li {
  margin-bottom: 10px;
  text-align: left;
}

.header-box {
  background: #a7db37;
  padding: 5px 10px;
}
.header-box > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-family: Helvetica,Arial, Roboto, 'Droid Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, sans-serif;
}

.header-box .custom-select {
  position: relative;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  width: auto;
}
.header-box .custom-select select option {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 320px) {
  .header-box .custom-select {
    width: 31.5% !important;
  }
  .header-box .custom-select select {
    width: 100% !important;
    font-size: 1.2rem !important;
  }
  .header-box .custom-select:after{
    left: 86% !important;
  }
  .header-box .search {
    width: 63% !important;
    font-size: 1.2rem !important;
  }
  .header-box .search input, .header-box .search button{
    font-size: 1.1rem !important;
  }
  .header-box .search span{
    margin-top: -10px !important;
  }
}

.header-box .custom-select select {
  cursor: pointer;
  border: none;
  width: 105px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: normal;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  color: #333;
  font-size: 1.4rem;
  border-radius: 5px;
  height: 37px;
  position: relative;
  padding-right: 20px;
}

.header-box .custom-select:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 93px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: .3rem solid transparent;
  border-right: .3rem solid transparent;
  border-top: 0.5rem solid green;
  pointer-events: none;
}

.header-box .search {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.header-box .search form {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.header-box .search span {
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -12px;
  z-index: 99;
}
/* NSFT mod start */
/*
.header-box .search fieldset {
  position: relative;
}
*/
.header-box .search fieldset {
 border: 1px solid #ccc;
 position: relative;
 border-radius:5px;
 overflow:hidden;
}
/* NSFT mod end */

.header-box .search input, .header-box .search button {
  position: relative;
  height: 35px;
  padding: 0 10px;
  display: inline-block;
  float: left;
  width: 85%;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.4rem;
}
.header-box .search button {

}

.header-box .search input {
  color: #000;
  z-index: 2;
  border: 0 none;
  width: 100%;
  padding: 0 60px 0 10px;
}

.header-box .search input + button {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header-box .search input + button .fa {
  color: #fff;
}

.header-box .search button {
  z-index: 1;
  width: 40px;
  padding: 0;
  position: absolute;
  z-index: 99;
  right: 0;
  border: none;
  background: #fff;
  border-left: 1px solid #a7db37;
  cursor: pointer;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
header .menu-nav{
  border-top: 1px solid #C8C8C8;
}
header .menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

header .menu-nav ul li {
  padding: 5px 0;
  position: relative;
  border-right: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  width: calc(100%/4);
  position: relative;
  background-color: #FFFDFD;
  background: -moz-linear-gradient(bottom, #EEEEEE 50%, #FFFDFD 50%);
  background: -o-linear-gradient(bottom, #EEEEEE 50%, #FFFDFD 50%);
  background: -ms-linear-gradient(bottom, #EEEEEE 50%, #FFFDFD 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #EEEEEE), color-stop(0.5, #FFFDFD));
  line-height: 11px;
}

header .menu-nav ul li:last-child {
  border-right: none;
}

header .menu-nav ul li span {
  background: red;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  margin-right: 5px;
  padding: 0px 5px;
  color: #fff;
}
header .menu-nav ul li img {
  height: 27px;
}

header .menu-nav ul a {
  text-decoration: none;
  font-size: 1rem;
  color: #000000;
  display: block;
  margin-top: 5px;
}

header .menu-nav ul a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 33;
}

header .menu-nav ul .txt-price a {
  font-size: 1.2rem;
}

footer {
  border-top: 2px solid #ff9900;
  margin-top: 20px;
  padding: 0 10px 15px;
}

footer .menu-footer {
  padding: 20px 15px 5px;
}

footer li {
  background: url(../mimg/icon_footer.png) no-repeat left center;
  padding-left: 15px;
  margin-bottom: 15px;
}

footer li a {
  color: #005600;
  font-size: 1.4rem;
}

footer .sp_btn_green {
  -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acde38), color-stop(1, #72b545));
  background: -moz-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -o-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -ms-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #acde38), to(#72b545));
  background: linear-gradient(to bottom, #acde38 5%, #72b545 100%);
  background-color: #acde38;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #83c41a;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer .sp_btn_green a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-size: 1.8rem;
  padding: 8px;
}

.is-down .bnt-menu {
  right: 26rem;
  position: fixed;
  top: 10px;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  z-index: 9999;
}

.header-fix.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-top: 0;
}
.header-fix.is-fixed .menu-nav{
  border-top: 1px solid #C8C8C8;
}

.drawer-brand {
  font-size: 20px;
  padding: 10px 0;
}
.drawer-menu-item {
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #222;
}

#menu-wrap {
  position: absolute;
  z-index: 99;
}

.goodslist .buy_area .seclect_order select{
  width: 100% !important;
  max-width: 100% !important;
}
.seclect_order {
/* NSFT del start */
/*  display: none; */
/* NSFT del end */
}
#fixed {
overflow: scroll;
-webkit-overflow-scrolling: touch;
}

/* -------- */
.max-w245 {
  max-width: 245px !important;
}


.section-top01 .sub_acmenu .deli_acmenu2 ul {
  margin-bottom: 10px;
}
.section-top01 .sub_acmenu:last-of-type .deli_acmenu2 ul {
  margin-bottom: 0;
}
.section-top01 .sub_acmenu .deli_acmenu2 li{
  border-top: none !important;
  border: none !important;
}
.section-top01 .sub_acmenu .deli_acmenu2 li .txt3{
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#d0d0d0));
  background: -webkit-linear-gradient(#fbfbfb, #d0d0d0);
  background: -o-linear-gradient(#fbfbfb, #d0d0d0);
  background: linear-gradient(#fbfbfb, #d0d0d0);
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 0 10px;
  height: 39px;
  line-height: 20px;
  font-size: 1.8rem;
  color: #03342C;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.section-top01 .sub_acmenu .deli_acmenu2 li .txt3:before{
  content: "";
  background: url(../mimg/up.png) no-repeat center center;
  width: 20px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.section-top01 .sub_acmenu .deli_acmenu2 li .txt3.active-submenu::before{
  content: "";
  background: url(../mimg/dow.png) no-repeat center center;
  width: 20px;
  height: 13px;
}
.section-top01 .submenu {
  font-size: 1.2rem !important;
}
.section-top01 .submenu p{
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 320px) {
  .section-top01 .sub_acmenu .deli_acmenu2 li .txt3:before{
    content: "";
    background: url(../mimg/up.png) no-repeat center center;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
    right: 0;
  }
  .section-top01 .sub_acmenu .deli_acmenu2 li .txt3.active-submenu::before {
    content: "";
    background: url(../mimg/dow.png) no-repeat center center;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
    right: 0;
  }
}
.star-adbox select {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  margin: 0px auto;
  text-align: center;
  font-size: 1em;
}

/* ---------- */
/* NSFT mod start */
/* #card_security_code { */
#card_security_code ,#save_card_security_code{
/* NSFT mod end */
  width: 55px !important;
}
#bnt_itemDiv {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.font-s18 {
  font-size: 1.8rem !important;
}
input[type="number"] {
  padding: 5px;
  border-color:#949494;
}
.lh-20 {
  line-height: 20px;
}
.pd85 {
  padding-top: 8.5px !important;
  padding-bottom: 8.5px !important;
}
.pdl15 {
  padding-left: 15px !important;
}
.w180 {
  width: 180px !important;
}
.font-s28 {
  font-size: 28px !important;
  line-height: 0.5 !important;
  position: relative !important;
  top: 7px !important;
}
.font-cg {
  color: #CCC !important;
}
.cd-popup-container .cd-buttons .sp-btn-green,
.cd-popup-container .cd-buttons .sp-btn-white {
  padding: 9px !important;
  font-size: 1.3em !important;
}
