/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/**
 * Remove default margin.
 */

body {
  margin: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden], template {
  display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
  outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
  font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
  text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"],
/* 1 */

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
  cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

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

td, th {
  padding: 0;
}


/** my reset
********************************************************************************/

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal;
}

ul, ol, dl, li, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}


/** clearfix
********************************************************************************/

#hdTop:after, #gNav:after, #content:after, #sideMenu .innerList:after, #ftLinks:after, #breadcrumb:after {
  display: block;
  content: "";
  clear: both;
}


/** common
********************************************************************************/

body {
  /* font-family:"¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro", "HGSÌÀÄ«E","HGSMinchoE", "HGÌÀÄ«E", "HGMinchoE", serif; */
  font-family: "ÞâÌÀÄ«", YuMincho, "Hiragino Mincho ProN W3", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  color: #333;
}

.lTxt {
  font-size: 1.1em;
}

#wrap {
  min-width: 1100px;
  overflow: hidden;
}

#inner {
  width: 1100px;
  margin: 0 auto;
}


/** header **/

#header {
  padding-top: 20px;
  position: relative;
}

#header a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}

#hdTop {
  margin-bottom: 20px;
}

#hdNav {
  float: left;
}

#hdNav .hdNavItem {
  float: left;
  margin-right: 20px;
  line-height: 0;
}

#hdInfo {
  float: right;
}

#hdInfo .hdInfoItem {
  float: left;
  margin-left: 20px;
  line-height: 0;
}

#logo {
  text-align: center;
  line-height: 0;
  margin-bottom: 54px;
}

#gNav {
  margin-bottom: 19px;
}

#gNav .gNavItem {
  float: left;
  line-height: 0;
}

#gTop {
  margin-right: 87px;
}

#gFlower {
  margin-right: 70px;
}

#gLeaves {
  margin-right: 71px;
}

#gKaishiki {
  margin-right: 72px;
}

#gGarnish {
  margin-right: 68px;
}

#gNav .gNavImg {}


/** content **/

#breadcrumb {
  padding-top: 9px;
  line-height: 1;
  margin-bottom: 7px;
}

#breadcrumb .breadcrumbItem {
  color: #939393;
  font-size: 12px;
  float: left;
  margin-right: 5px;
}

#breadcrumb .breadcrumbLink {
  color: #939393;
}


/** sidebar **/

#sideBar {
  width: 260px;
  float: right;
}


/** Calender **/

#calenderSpace {
  padding-top: 0px;
  padding-bottom: 15px;
  border-bottom: none;
  border-top: none;
}

.calenderSpace-title-dl {
  border: 2px solid #EEE;
  background-color: #EEE;
  font-size: .9em;
  font-weight: bold;
  color: #444;
  text-align: center;
  padding: 0.3em 0em 0.1em 0em;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

#calenderSpace dl {
  height: 28em;
  overflow: none;
  border: 2px solid #EEE;
  background-color: #FFF;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  margin-bottom: 0em !important;
}

#calenderSpace dt {
  font-size: 1em;
  font-weight: bold;
  color: #FFF;
  background-color: #EEE;
  height: 12%;
  padding: 2.0em 0em 0.5em 0.5em;
}

#calenderSpace dd {
  font-size: .8em;
  color: #555;
  line-height: 1.2em;
  margin: .8em 1em 0em 1em;
}

#calenderSpace .side_cal_memo {
  margin: 20px 0px 25px 0px;
}

.tbl_calendar {
  margin: 10px 0px 15px 40px !important;
  border: 1px solid !important;
  border-collapse: collapse !important;
  border-spacing: 1px !important;
}

.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
}

.spcommonbtn {
  display: none;
}

/** infoSpace **/

#infoSpace {
  padding-top: 0px;
  padding-bottom: 15px;
  border-bottom: none;
  border-top: none;
}

.infoSpace-title-dl {
  border: 2px solid #EEE;
  background-color: #EEE;
  font-size: .9em;
  font-weight: bold;
  color: #444;
  text-align: center;
  padding: 0.3em 0em 0.1em 0em;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

#infoSpace dl {
  height: 10em;
  overflow: auto;
  border: 2px solid #EEE;
  background-color: #FFF;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

span.infoSpace_date {
  color: #444;
  font-size: .8em;
  margin-bottom: 2px;
}

#infoSpace a:link {
  text-decoration: none;
  color: #333;
}

#infoSpace a:visited {
  text-decoration: none;
  color: #333;
}

#infoSpace a:active {
  text-decoration: none;
  color: #333;
}

#infoSpace a:hover {
  text-decoration: underline;
}

#infoSpace dt {
  font-size: 1em;
  font-weight: bold;
  color: #FFF;
  background-color: #EEE;
  height: 12%;
  padding: 0.7em 0em 0.5em 0.5em;
}

#infoSpace dd {
  font-size: .8em;
  color: #696969;
  line-height: 1.2em;
  margin: .8em 1em 0em 1em;
}


/** cart **/

#cart {
  padding-top: 10px; //border-bottom:1px solid #ccc;
  //border-top:1px solid #ccc;
}

#cartInn {
  font-size: 15px;
  font-weight: bold;
  display: table;
  margin-bottom: 33px;
}

#prdNum {
  display: table-cell;
  width: 36px;
  height: 25px;
  background: url(https://file001.shop-pro.jp/PA01320/730/images/ico-cart.png) no-repeat left bottom;
  line-height: 1;
  padding: 0 30px 5px 4px;
  font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  margin-right: 9px;
  text-align: center;
  font-size: 18px;
}

#cartTxt {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
}

#cartTxt:hover {
  text-decoration: underline;
}

#cartItemList {
  font-size: 15px;
  margin-bottom: 18px;
}

#cartItemList .cartItemTtl {
  background: url(https://file001.shop-pro.jp/PA01320/730/images/bg-cart-now.png) no-repeat 145px center;
  margin-bottom: 5px;
}

#cartItemList .cartItem {
  border-bottom: 1px dotted #ccc;
  height: 34px;
  line-height: 34px;
}

#cartMore {}

#cartMoreBtn {
  text-decoration: none;
  color: #333;
  display: block;
  padding-left: 33px;
  background: url(https://file001.shop-pro.jp/PA01320/730/images/ico-cart-s.png) no-repeat left center;
  margin-bottom: 27px;
}

#cartMoreBtn:hover {
  text-decoration: underline;
}


/** side menu **/

#sideMenu {
  padding-top: 50px;
  border-bottom: #ccc solid 1px;
}

#sideMenu a {
  text-decoration: none;
  color: #333;
}

#sideMenu a:hover {
  text-decoration: underline;
}

#sideMenuList {}

#sNewItem, #sSellItem, #sSetItem {
  margin-bottom: 44px;
}

#sKind, #sSeason, #sSize {
  margin-bottom: 28px;
}

#sColor {
  margin-bottom: 68px;
}

#sNewItem .sideMenuTtl, #sSellItem .sideMenuTtl, #sSetItem .sideMenuTtl, #sKind .sideMenuTtl, #sSeason .sideMenuTtl, #sSize .sideMenuTtl, #sColor .sideMenuTtl {
  background-image: url(https://file001.shop-pro.jp/PA01320/730/images/bg-cart-now.png);
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}

#sNewItem .sideMenuTtl {
  background-position: 55px center;
}

#sSellItem .sideMenuTtl {
  background-position: 115px center;
}

#sSetItem .sideMenuTtl {
  background-position: 98px center;
}

#sKind .sideMenuTtl {
  background-position: 86px center;
}

#sSeason .sideMenuTtl {
  background-position: 86px center;
}

#sSize .sideMenuTtl {
  background-position: 100px center;
}

#sColor .sideMenuTtl {
  background-position: 71px center;
}

#sNewItem .sideMenuLink, #sSellItem .sideMenuLink, #sSetItem .sideMenuLink {
  font-size: 14px;
  padding-left: 20px;
  display: block;
}

#sKind .innListitem {
  float: left;
  width: 66px;
  margin-right: 30px;
  margin-bottom: 10px;
}

#sKind .end {
  margin-right: 0;
}

#sSeason .innListitem {
  float: left;
  margin-bottom: 10px;
}

#jan, #feb, #mar, #may, #jun, #jul {
  width: 26px;
  margin-right: 52px;
}

#apr, #aug {
  width: 26px;
}

#sep {
  width: 26px;
  margin-right: 43px;
}

#oct, #nov {
  width: 35px;
  margin-right: 43px;
}

#dec {
  width: 35px;
}

#sSize .innListitem {
  text-align: left;
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

#sSize .right {
  text-align: right;
}

#sSize .end {
  padding-right: 1em;
  width: 114px;
}

#sColor .innListitem {
  float: left;
  position: relative;
}

#sColor .innLink:after {
  display: block;
  content: "¢£";
  position: absolute;
  top: 1.5em;
  left: 50%;
  margin-left: -0.5em;
}

#green, #yellow, #red, #blue {
  margin-right: 29px;
}

#green .innLink:after {
  color: #389057;
}

#yellow .innLink:after {
  color: #ddb529;
}

#red .innLink:after {
  color: #e2333b;
}

#blue .innLink:after {
  color: #1b5da6;
}

#other .innLink:after {
  color: #dadada;
}

#delivery {
  padding-top: 50px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

#delTxt {
  font-size: 16px;
  padding-left: 41px;
  background: url(https://file001.shop-pro.jp/PA01320/730/images/ico-delivery.png) no-repeat left 5px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.attTxt {
  font-size: 0.8em;
  margin-bottom: 43px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}

.attTxt .red {
  color: #b7282e;
}

#fbPagePost {
  margin-bottom: 30px;
  border: 1px solid #3B5998;
}

#twPagePost {
  margin-bottom: 143px;
  border: 1px solid #83B93D;
}

#twBox {
  text-align: center;
}


/** footer **/

#footer {
  width: 100%;
}

#footer a {
  text-decoration: none;
  color: #333;
}

#footer a:hover {
  text-decoration: underline;
}

#ftTopBox {
  border-bottom: 1px solid #ccc;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

#ftTopBox .inner {
  width: 1100px;
  margin: 0 auto;
}

#ftTopBox .inner:after {
  display: block;
  content: "";
  clear: both;
}

#pageTop {
  position: relative;
  width: 260px;
  float: right;
}

#pageTopLink {
  position: absolute;
  top: 0;
  right: 0;
}

#ftNav {
  width: 740px;
  float: left;
}

#ftNavTtl {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

#ftNavList {
  width: 680px;
  display: table;
  margin: 0 auto;
  line-height: 1;
}

#ftNavList .ftNavItem {
  display: table-cell;
  text-align: center;
}

#ftLinks {
  width: 1100px;
  margin: 0 auto 20px;
}

#ftLinks .ttl {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 18px;
}

#ftLinks .gray {
  color: #999;
}

#ftLinks .ftList {
  font-size: 14px;
  text-indent: 1em;
}

#ftLinks .ftListItem {
  line-height: 1;
  margin-bottom: 15px;
}

#ftLinks .btm1Line {
  margin-bottom: 43px;
}

#sns {
  width: 1070px;
  margin: 0 auto 46px;
}

#snsList li {
  float: left;
  margin-right: 20px;
}

#snsList:after {
  display: block;
  content: "";
  clear: both;
}

#tw .snsLink {
  background: url(https://file001.shop-pro.jp/PA01320/730/images/img-tw-icon.png) no-repeat left center;
}

#fb .snsLink {
  background: url(https://file001.shop-pro.jp/PA01320/730/images/img-fb-icon.png) no-repeat left center;
}

#instgm .snsLink {
  background: url(https://file001.shop-pro.jp/PA01320/730/images/img-instgm-icon.png) no-repeat left center;
}

#snsList .snsLink {
  display: block;
  width: 33px;
  height: 33px;
  overflow: hidden;
  text-indent: -9999px;
}

#snsList .snsLink:hover {
  opacity: .8;
  -ms-filter: "alpha(opacity=80)";
}

#serviceGuide {
  float: left;
  width: 295px;
}

#orderManual {
  float: left;
  width: 278px;
}

#companyInfo {
  float: left;
  width: 247px;
}

#spComTra {
  float: left;
  width: 280px;
}

#companyInfo .btmHalfLine, #spComTra .btmHalfLine {
  margin-bottom: 43px;
}

#ftLogo {
  margin-bottom: 50px;
}

#ftLogoTtl {
  text-align: center;
  line-height: 0;
  margin-bottom: 3px;
}

#ftAdd {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  background: url(https://file001.shop-pro.jp/PA01320/730/images/bg-ft-leaf.png) no-repeat center;
  padding-top: 19px;
  height: 59px;
}

#copyBox {
  border-top: 1px solid #ccc;
}

#copyright {
  color: #bbb;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  padding: 30px 0;
}


/**---------------------------------------------------------------------------------------------------------------------------**/


/** clearfix
********************************************************************************/

#tab:after {
  display: block;
  content: "";
  clear: both;
}


/** company
********************************************************************************/

#company {
  width: 740px;
  float: left;
}

#company .compTtl {
  margin-bottom: 80px;
}

#tabBox {
  padding-left: 40px;
}

#tab {
  background: url(https://file001.shop-pro.jp/PA01320/730/images/bg-ci-tab.gif) no-repeat left bottom;
  padding-left: 52px;
  margin-bottom: 71px;
}

#tab .tabItem {
  float: left;
  line-height: 0;
  margin-right: 20px;
}

#tabBox .boxes {
  display: none;
}

#tabBox .act {
  display: block;
}

#tabBox .boxTtl {
  margin-bottom: 38px;
}

#cpTbl {}

#cpTbl .tHead {
  text-align: left;
  font-size: 16px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  width: 135px;
  padding: 30px 0;
}

#cpTbl .tData {
  vertical-align: top;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  line-height: 1.7;
  font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  padding: 30px 0;
}

#cpTbl .nob {
  border-bottom: none;
}

#cpTbl .nop {
  padding: 0;
}

#tabBox .imgSalu {
  margin: 70px 0 54px;
  line-height: 0;
}

#tabBox .txtSalu {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 25px;
}

#tabBox .dateName {
  text-align: right;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 25px;
}


/**---------------------------------------------------------------------------------------------------------------------------**/


/** clearfix
********************************************************************************/

#gidNav:after {
  display: block;
  content: "";
  clear: both;
}


/** trade
********************************************************************************/

#guide {
  width: 740px;
  float: left;
}

#guide .gidBox {
  margin-bottom: 70px;
  padding-top: 30px;
}

#guide .gidTtl {
  margin-bottom: 40px;
}

#guide .gidTxt {
  font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 1.7em;
  word-break: break-all;
}

#guide .strttl {
  font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  font-size: 14px;
  color: #9b711f;
  font-weight: bold;
}

#guide .gidLink {
  color: #8f8f8f;
}

#guide .gidLink:hover {
  color: #ccc;
}

#guide .subttl {
  font-size: 18px;
  padding-top: 1em;
  font-weight: bold;
}

#guide .service {
  font-size: 14px;
  font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  margin-bottom: 1.7em;
}

#gidNav {
  display: table;
  width: 100%;
  border-left: 1px solid #ccc;
  margin-bottom: 74px;
}

#gidNav .gidItem {
  display: table-cell;
  border-right: 1px solid #ccc;
  line-height: 1;
  text-align: center;
  position: relative;
}

#gidNav .gidLink {
  color: #333;
  text-decoration: none;
  display: inline-block;
  text-indent: 2em;
}

#gidNav .opt {
  position: absolute;
  left: 50%;
  margin-left: -90px;
  display: none;
}

#gidNav .act {
  display: block;
}

#gidNav .bg {
  background: url(https://file001.shop-pro.jp/PA01320/730/images/bg-ug-pop.gif) no-repeat;
  width: 183px;
  height: 11px;
}

#gidNav .optList {
  width: 141px;
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px 20px 0;
  background: #fff;
}

#gidNav .optItem {
  text-align: left;
  margin-bottom: 13px;
}

#gidNav .optLink {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
}

#gidNav .gidLink:hover, #gidNav .optLink:hover {
  text-decoration: underline;
}

#regLink {
  background: url(https://file001.shop-pro.jp/PA01320/730/images/ico-ug-reg.png) no-repeat;
}

#ordLink {
  background: url(https://file001.shop-pro.jp/PA01320/730/images/ico-ug-ord.png) no-repeat;
}

#delLink {
  background: url(https://file001.shop-pro.jp/PA01320/730/images/ico-ug-del.png) no-repeat;
}


/** FAQ **************/

#faq {
  margin-bottom: 70px;
  padding-top: 30px;
}

#faqNav {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#faqNav .faqItem {
  width: 209px;
  display: table-cell;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  line-height: 1;
  padding-left: 36px;
  font-size: 14px;
}

#faqNav .tCol {
  display: table-row;
  width: 100%;
  border: none;
  line-height: 2;
}

#faqNav .faqLink {
  color: #333;
  text-decoration: none;
}

#faqNav .faqLink:hover {
  text-decoration: underline;
}


/** Order **************/

#order .subttl {
  padding: 0;
}

#order .gidImg {
  margin-bottom: 28px;
}

#order .ordList {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1em;
}

#order .ordItem {
  display: table-cell;
  font-size: 13px;
  padding: 0 20px 0 10px;
}

#order .fot {
  text-align: center;
}

#order .mgn {
  margin-bottom: 28px;
}


/** Check **************/

#check .ordList {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}

#check .ordItem {
  list-style: inside disc;
  font-size: 14px;
}


/** Payment **************/

#payment .gidTxt {
  margin-bottom: 2em;
}

#payment .gidImg {
  margin: 1em 0 13px;
}

#payment .attred {
  color: #f00;
}

#payment .mgn {
  margin-bottom: 3.4em;
}

#payment .sml {
  font-size: 12px;
}

#payment .ordList {
  padding-left: 1em;
  margin-bottom: 2em;
}

#payment .ordItem {
  font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  list-style: disc;
  font-size: 14px;
  margin-bottom: 1em;
}


/** Flow **************/

#flow .gidImg {
  margin-bottom: 28px;
}

#flow .ordList {
  display: table;
  width: 480px;
  table-layout: fixed;
  margin-bottom: 1em;
  margin-left: 160px;
}

#flow .ordItem {
  display: table-cell;
  font-size: 13px;
  padding: 0 20px 0 10px;
}

#flow .end {
  padding-left: 30px;
}

#flow .jp {
  color: #b7282e;
  display: block;
}

#flow .sg {
  display: block;
  color: #3b499f;
}


/** Shipping Delivery **************/

#shipdeli .udl {
  text-decoration: underline;
}


/** Status **************/

#status .gidTxt {
  margin: 0;
}

#status .fot {
  margin-bottom: 1.7em;
}

#status .track {
  margin-top: 1.7em;
  display: table;
}

#status .gidImg {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1.7em;
}

#status .trackBox {
  display: table-cell;
  vertical-align: middle;
}

#status .jp {
  color: #b7282e;
  display: block;
}

#status .sg {
  display: block;
  color: #3b499f;
}


/** returned **************/

#returned .ordList {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
  margin-bottom: 1.7em;
}

#returned .ordItem {
  list-style: inside disc;
  font-size: 14px;
}


/** about
********************************************************************************/

#about {
  width: 740px;
  float: left;
}

#about .abtTtl {
  margin-bottom: 80px;
}

#mainBox .pageTtl, #mainBox .pageCatch, #mainBox .pageRead {
  float: right;
}

#mainBox .pageTtl {
  margin-left: 17px;
}

#mainBox .pageCatch {
  margin-left: 80px;
}

#mainBox .pageBg {
  clear: both;
  margin-bottom: 8px;
}

#mainBox .pageThree {
  text-align: center;
}


/** conversion
********************************************************************************/

#conversion {
  display: none;
}


/** first user
********************************************************************************/

#first {
  font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  width: 1100px;
  margin: 0 auto;
}

#first .firTtl {
  margin-bottom: 60px;
}

#first .firSubTtl {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 60px;
}

#firSpe {
  font-size: 14px;
  line-height: 30px;
  width: 1080px;
  background-image: url(https://file001.shop-pro.jp/PA01320/730/images/bg-first-specialty.jpg);
  background-repeat: no-repeat;
  padding: 10px;
  margin-bottom: 37px;
}

#firSpe .firSpeCont {
  width: 600px;
  margin-left: 500px;
}

#firSpe .firSpeTtl {
  text-align: left;
  margin-bottom: 20px;
}

#firSpe .spe {
  text-align: left;
  margin-bottom: 20px;
}

#firSpe .speLast {
  text-align: left;
}


/**  */

#firSto {
  font-size: 14px;
  line-height: 30px;
  width: 1020px;
  background-image: url(https://file001.shop-pro.jp/PA01320/730/images/bg-first-stock.jpg);
  background-repeat: no-repeat;
  padding: 40px;
  padding-bottom: 90px;
  margin-bottom: 49px;
}

#firSto .firStoCont {
  width: 700px;
}

#firSto .firStoTtl {
  text-align: left;
  margin-bottom: 20px;
}

#firSto .sto {
  text-align: left;
  margin-bottom: 20px;
}

#firSto .stoLast {
  text-align: left;
}


/** original order */

#firOri {
  font-size: 14px;
  line-height: 30px;
  width: 1020px;
  background-image: url(https://file001.shop-pro.jp/PA01320/730/images/bg-first-original.jpg);
  background-repeat: no-repeat;
  padding: 40px;
  margin-bottom: 49px;
}

#firOri .firOriCont {
  width: 600px;
  margin-left: 500px;
}

#firOri .firOriTtl {
  text-align: left;
  margin-bottom: 20px;
}

#firOri .ori {
  text-align: left;
  margin-bottom: 20px;
}

#firOri .oriLast {
  text-align: left;
}


/** insurance */

#firSec {
  font-size: 14px;
  line-height: 30px;
  width: 1100px;
  background-image: url(https://file001.shop-pro.jp/PA01320/730/images/bg-first-security.jpg);
  background-repeat: no-repeat;
  margin-bottom: 49px;
}

#firSec .firSecCont {
  padding: 40px;
  margin-bottom: 36px;
  height: 393px;
}

#firSec .firSecTtl {
  text-align: left;
  margin-bottom: 20px;
}

#firSec .sec {
  text-align: left;
  margin-bottom: 20px;
}

#firSec .secLast {
  text-align: left;
}


/** */

#first .line {
  margin: 0 0 49px;
}

#firCst {
  margin-bottom: 49px;
}

#firCst .sec {
  font-size: 14px;
}


/** payment */

#firPay {
  margin-bottom: 49px;
}

#firPay:after {
  display: block;
  content: "";
  clear: both;
}

#firPay .firPayCont {
  float: right;
  padding-right: 30px;
}

#firPay .firPayTtl {
  margin-bottom: 41px;
}

#firPay .firPaySubTtl {
  margin-bottom: 14px;
}

#firPay .sec {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

#firPay .firPayLink {
  color: #ccc;
}

#firPay .firPayImg {
  float: left;
}


/** sincerity */

#firSin {
  margin-bottom: 100px;
}

#firSin .firSinTtl {
  margin-bottom: 45px;
}

#firSin .sec {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

#firSin .end {
  font-size: xx-small;
}

#first2 {
  font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
}

#first2 .firTtl {
  margin-bottom: 60px;
}

#first2 .firSubTtl {
  padding-top: 80px;
  margin-bottom: 49px;
}

#first2 .lssz {
  font-size: 16px;
}

#first2 .fLink {
  color: #ccc;
}


/** number of days */

#fNod {
  margin-bottom: 20px;
}

#fNod .fTtl {
  margin-bottom: 15px;
}

#fNod .spe {
  margin-bottom: 11px;
}

#fNod .fImg {
  margin-bottom: 36px;
}


/** about shipping cost */

#fAsc {
  margin-bottom: 20px;
}

#fAsc .fImg {
  margin-bottom: 40px;
}

#fAsc .spe {
  margin-bottom: 20px;
}


/** payment */

#fPay {}

#fPay .fSubTtl {
  padding-top: 29px;
  font-size: 25px;
  font-family: "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro", "HGSÌÀÄ«E", "HGSMinchoE", "HGÌÀÄ«E", "HGMinchoE", serif;
  margin-bottom: 18px;
}

#fPay .fImg {
  margin-bottom: 16px;
}

#fPay .spe {
  margin-bottom: 20px;
}


/** Freepage Information
********************************************************************************/

#InfoPage {}

#InfoPage div.infoPageTtl {
  margin-bottom: 15px;
}

#InfoPage div.infoPage_items {
  min-height: 400px;
  margin: 0px;
}

#InfoPage div.infoPage_item {
  margin: 10px 0px 40px 0px;
  border-bottom: solid 1px;
  border-color: #DDD;
}

#InfoPage div.infoPage_item_date {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

#InfoPage div.infoPage_item_info {
  padding-left: 20px //font-weight: bold;
}

div.pagination {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  float: none;
  justify-content: left;
  align-items: left;
  position: static;
  margin-top: 40px;
  font-family: "ÞâÌÀÄ«", YuMincho, "Hiragino Mincho ProN W3", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  color: #333;
}

div.pagination ul.clearfix {
  display: inline-block;
  float: none;
  position: static;
  z-index: auto;
  margin: 0;
  letter-spacing: -.4em;
}

div.pagination ul li {
  display: inline-block;
  float: none;
  list-style: none;
}

div.pagination ul li a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 8px;
  line-height: 1.2em;
  letter-spacing: 0;
  text-align: center;
  width: 25px;
  margin: 0 4px;
}

.clearfix {
  display: block;
  min-height: 1%;
  margin-left: 2px;
  margin-right: 2px;
}

div.pagination ul li.current a {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
  margin-top: 2px;
  border-color: #1b6ca6;
  padding-bottom: 3px;
  background-color: #3289c7;
  color: #fff;
  cursor: text;
}

@media screen and (max-width:640px) {
  #wrap {
    padding: 0;
    width: 100%;
    min-width:1px;
  }
}


/**  member
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- **/

#member {
  font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
}

#memberTtl {
  margin-bottom: 60px;
}

#memberSubTtl {
  padding-top: 20px;
  margin-bottom: 49px;
}

#member .aptTtl {
  margin-bottom: 26px;
}

#member .aptPrg {
  font-size: 14px;
  line-height: 2.1;
  margin-bottom: 52px;
}

#member .aptImg {
  margin-bottom: 52px;
}

#member .aptSubTtl {
  font-size: 14px;
  font-weight: bold;
}

#member .line {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

#member .memRegTxt {
  text-align: center;
  margin-bottom: 12px;
}

#member .memRegBtn {
  text-align: center;
  margin-bottom: 130px;
}


/* ¥«¥é¡¼¥ß¡¼Âç¾Þ2016¡¡¥Ð¥Ã¥Á */

#batchBox {
  padding: 0 50px 20px;
}


/* ¥í¥°¥¤¥ó²ñ°÷Ì¾É½¼¨ */

.memberLoginDisplay {
  top: 83px;
  right: 52px;
  width: 300px;
  text-align: right;
  position: absolute;
  font-size: 0.8em;
}

.memberLoginDisplay .link {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.memberLoginDisplay .link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-left: 8px solid #333;
  border-bottom: 4px solid transparent;
}


/* ¤Ï¤¸¤á¤Æ¤ÎÊý¤ÎÅÐÏ¿¥ê¥ó¥¯É½¼¨ */

.memberRegiDisplay {
  top: 107px;
  right: 52px;
  width: 300px;
  text-align: right;
  position: absolute;
  font-size: 0.8em;
}

.memberRegiDisplay .link {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.memberRegiDisplay .link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-left: 8px solid #333;
  border-bottom: 4px solid transparent;
}


/* ¥­¡¼¥ï¡¼¥É¸¡º÷¥Ü¥¿¥ó */

button#b_search {
  background: transparent;
  top: 98px;
  left: 38px;
  width: 100px;
  height: 50px;
  text-align: left;
  vertical-align: middle;
  position: absolute;
  font-size: 0.8em;
  border: hidden;
  outline: none;
}

span.b_search_text {
  padding: 0px 0px 16px 5px;
  vertical-align: top;
}


/** search **/

#search {
  border: hidden;
  background-color: #EEE;
  top: 138px;
  left: 45px;
  padding-bottom: 0px;
  width: 500px;
  vertical-align: middle;
  text-align: left;
  position: absolute;
  display: hidden;
  text-align: left;
}

#searchForm {
  border: 1px solid #ccc;
  padding: 5px 0;
  text-align: center;
}

#searchForm .text {
  border: none;
  width: 420px;
  margin: 3px;
}

#searchForm .btn {
  border: 2px solid #999;
  color: #696969;
  font-size: .9em;
  font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px; //box-shadow:2px 2px #555;
  margin: 0px 0px 3px 0px;
}


/*       202103       */

@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 341px) {
  #spHeader .fixedBtn li {
    padding: 0 20px;
  }
  #spHeader .fixedBtn a {
    font-size: 12px;
  }
}

@keyframes headerin {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes btnin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  span.placeholder {
    display:none !important;
  }
  body {
    font-family: 'Noto Serif JP', serif;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #spHeader {
  }
  #spHeader .spHeader {
    z-index:100;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 4px 6.928px 24px 0px rgba(153, 153, 153, 0.2);
  }
  body.fixed #spHeader .spHeader, #spHeader .spHeader.fixed {
    position: fixed;
    transform: translateY(-100%);
    animation: headerin .3s forwards;
    z-index:100;
  }
  #spHeader img {
    max-width: 100%;
  }
  #spHeader h1 {
    text-align: center;
    font-size: 10px;
    letter-spacing: 1.3px;
    line-height: 19px;
    background-color: rgb(238, 238, 238);
  }
  body.fixed #spHeader .spHeader h1, #spHeader .spHeader.fixed h1 {
    display: none;
  }
  #spHeader .headerInner {
    padding: 11px 25px 10px;
    position: relative;
  }
  #spHeader .menu {
    position: absolute;
    left: 33px;
    top: 13px;
    width: 18px;
    line-height: 1;
    cursor: pointer;
  }
  #spHeader .logo {
    margin: 0 auto 8px;
    width: 86px;
    line-height: 1;
  }
  #spHeader .login {
    position: absolute;
    right: 35px;
    top: 10px;
    width: 21px;
    line-height: 1;
    cursor: pointer;
  }
  #spHeader .cart {
    position: absolute;
    right: 90px;
    top: 8px;
    width: 24px;
    line-height: 1;
  }
  #spHeader .cart span {
    position: absolute;
    right: -4px;
    top: -1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgb(183, 40, 46);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 9px;
  }
  #spHeader #search {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  #spHeader #search .btn {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 34px;
    height: calc(100% - 2px);
    overflow: hidden;
    color: transparent;
    background: #fff url(https://img20.shop-pro.jp/PA01320/730/etc/icon-search.png) no-repeat center / auto 15px;
    border: none;
    border-radius: 0;
  }
  #spHeader #searchForm {
    padding: 0 10px 0 44px;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  #spHeader #searchForm .text {
    padding: 0 10px;
    margin: 0;
    margin-left:34px;
    width: calc(100vw - 84px) !important;
    box-sizing: border-box;
    background-color: transparent;
    height: 33px;
    font-size: 16px;
    letter-spacing: 1px;
     border: none;
     outline: none;
    font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  }
  #spHeader .menuBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    transform: translateX(-100%);
    transition: .3s;
  }
  #spHeader .menuBox .menuSec {
    height: 100%;
    overflow: auto;
  }
  #spHeader .menuBox.open {
    transform: translateX(0) !important;
  }
  #spHeader .menuBg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  #spHeader .menuBox .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  #spHeader .menuBox .menuInner {
    width: calc(100% - 55px);
    overflow: auto;
    box-sizing: border-box;
    background-color: #fff;
    border: 15px solid #ccc;
    padding: 24px 15px;
  }
  #spHeader .menuBox .gNavi {
    margin-bottom: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ccc;
  }
  #spHeader .menuBox .gNavi ul:not(:last-child) {
    margin-bottom: 40px;
  }
  #spHeader .menuBox .gNavi li:not(:last-child) {
    margin-bottom: 21px;
  }
  #spHeader .menuBox .gNavi a {
    padding-left: 7px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-decoration: none;
    line-height: 1.2;
    border-left: 2px solid #ccc;
    letter-spacing: 0.1em;
  }
  #spHeader .menuBox .gNavi a .jp {
    width: 100%;
  }
  #spHeader .menuBox .gNavi a .small {
    font-size: 12px;
  }
  #spHeader .menuBox .gNavi a .en {
    width: 47.5%;
    flex-shrink: 0;
    font-size: 12px;
    color: rgb(204, 204, 204);
  }
  #spHeader .menuBox .bannerList {
    margin-bottom: 41px;
  }
  #spHeader .menuBox .bannerList li:not(:last-child) {
    margin-bottom: 15px;
  }
  #spHeader .menuBox .bannerList a {
    padding: 0 20px 0 68px;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 1.1;
    color: #333;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(https://img20.shop-pro.jp/PA01320/730/etc/icon-arrow.png) no-repeat right 10px center / auto 15px;
  }
  #spHeader .menuBox .bannerList span {
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
  #spHeader .menuBox .bannerList .en {
    margin-top: 4px;
    font-size: 11px;
    color: rgb(204, 204, 204);
    letter-spacing: 1px;
  }
  #spHeader .menuBox .bannerList .img {
    margin-top: -19px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 68px;
  }
  .spfooter #spHeader .menuBox .bannerList .img {
    width: 75px
  }
  #spHeader .menuBox .menulogo {
    margin: 0 auto 22px;
    width: 185px;
  }
  #spHeader .menuBox .snsList {
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  #spHeader .menuBox .snsList li {
    margin: 0 14px;
    width: 32px;
  }
  #spHeader .menuBox.rmenu {
    transform: translateX(100%);
  }
  #spHeader .menuBox.rmenu .close {
    left: 0;
    right: auto;
  }
  #spHeader .menuBox.rmenu .menuInner {
    margin: 0 0 0 auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #spHeader .menuBox.rmenu .menulogo {
    margin-top: auto;
  }
  #spHeader .menuBox.rmenu .gNavi a .en {
    width: 38.5%;
    font-size: 11px;
  }
  #spHeader .menuBox.rmenu .gNavi ul ul {
    margin-top: 18px;
  }
  #spHeader .menuBox.rmenu .gNavi ul ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #spHeader .menuBox.rmenu .gNavi ul ul a {
    border: none;
    font-size: 12px;
  }
  #spHeader .menuBox.rmenu .gNavi {
    padding-bottom: 0;
    border-bottom: none;
  }
  #spHeader .fixedBtn {
    padding: 7px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    display: none;
  }
  #spHeader .fixedBtn.show {
    display: flex;
    transform: translateY(100%);
    animation: btnin .3s forwards;
    z-index:100;
  }
  #spHeader .fixedBtn li {
    padding: 0 23px;
    border-right: 1px solid #fff;
  }
  #spHeader .fixedBtn li:last-child {
    border-right: none;
  }
  #spHeader .fixedBtn a {
    line-height: 1;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  }
  
  #inner {
    width: 100%;
  }
  #sideBar,#footer,#bnrPic {
    display:none;
  }
  .topTtl img {
    width:100%;
  }
  #content #top {
    width:100%;
    float: none;
    padding-top: 0;
  }
  #mainVis {
    width:100%;
    margin-top:102px;
  }
  
  .ftsec .menuBox {
    position: initial !important;
    transform: initial !important;
  }
  .ftsec .bannerList {
    margin: 0 15px 60px !important;
    border-bottom:1px solid #ccc;
  }
  .ftsec .bannerList li {
    border-top:1px solid #ccc;
    margin: 0 !important;
    padding: 10px 0 10px 10px !important;
  }
  .spfooter {
    margin-top: 85px !important;
  }
  .spfooter a {
    color: #333;
    text-decoration: none;
  }
  .spfooter .ftit {
    text-align: center;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: bold;
  }
  
  .spfooter .menuBox .bannerList .jp {
    font-size: 18px !important;
    transform: translateY(1px);
  }
  .spfooter .menuBox .bannerList .en {
    font-size: 12px !important;
    margin-top: 4px !important;
  }
  
  .ftsec2 {
    margin: 0 15px 40px;
    position: relative;
    padding: 25px 15px 0;
  }
  .ftsec2:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-top:3px solid #ccc;
    border-bottom:1px solid #ccc;
    top:0;
    left:0;
    position: absolute;
  }
  #calender_btm:before {
    top:102px;
  }
  #calender_btm {
    padding-bottom: 60px;
    margin-top: -102px;
    margin-bottom: -22px;
    padding-top: 125px !important;
  }
  .ftsec2 h2 {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  
  }
  .ftsec2 span {
    font-size: 14px;
    color: #ccc;
    margin-left: 14px;
    font-family: 'Noto Serif JP', serif;
  }
  .ftsec2 dl span {
    margin: 0 !important;
    color: #333;
    display: block;
  }
  
  .ftsec2 dl br {
    display: none;
  }
  .ftsec2 dl a {
    font-size: 14px;
    line-height: 1.3;
  }
  .ftsec2 dl li {
    margin-bottom: 10px;
  }
  .spcommonbtn {
    text-align: center;
    padding: 10px 0 0;
    position: relative;
    z-index: 1;
    display: block;
  }
  .spcommonbtn img {
    max-width: 230px;
  }
  .side_cal_memo {
    font-size: 14px;
  }
  .tbl_calendar {
    margin: 0px !important;
    width: 47%;
  }
  .tbl_calendar * {
    font-size: 12px;
  }
  .side_cal {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 10px;
  }
  .tbl_calendar th, .tbl_calendar td {
    padding: 1px 3px !important;
  }
  .ftsec2 .cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  .ftsec2 .cols .img {
    width: 30%;
  }
  .ftsec2 .cols .t {
    width: 65%;
  }
  .ftsec2 .cols .t p {
    font-weight: bold;
    line-height: 1.3;
    font-size: 14px;
  }
  .ftsec2 .cols .img img {
    width: 100%;
  }
  .ftsec2 .freet {
    font-size: 14px;
  }
  .ftsec2 .freet li {
    padding-left: 14px;
  }
  .ftsec2 .freet span {
    margin-left: -14px;
  }
  .ftsec2 .freet strong {
    color: #b7282e;
  }
  .sppageTop {
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 30px 0 45px;
  }
  .sppageTop img {
    max-width: 80px;
  }
  .ftlinks {
    margin: 0 15px 20px;
  }
  .ftlinks ul {
    display: flex;
    flex-wrap: wrap;
  }
  .ftlinks ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .ftlinks ul li a {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
  }
  .menulogo {
    margin-bottom: 40px;
  }
  .menulogo a {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .menulogo a img {
    width: 150px;
  }
  
  #spHeader.ftsns .menuBox {
    position:initial !important;
    transform: translateX(0) !important;
    margin-bottom: 30px;
  }
  .ftcopy {
    margin-bottom: 50px;
    font-size: 10px;
    text-align: center;
    color: #bbb;
  }
  #breadcrumb {
    margin: 0;
    margin-top: 102px;
    padding: 10px;
  }
  #breadcrumb * {
    font-size: 11px;
  }
  #InfoPage_items {
    margin: 0 15px !important;
  }
  #privacy,#trade {
    margin: 102px 0 0 !important;
    padding: 0 15px;
    width: auto !important;
    box-sizing: border-box !important;
    float: none !important;
  }
  #privacy .prvTtl {
    margin-left: -15px;
    margin-bottom: 30px !important;
  }
  #trade .trdTtl {
    margin-left: -15px;
    margin-bottom: 30px !important;
  }
  #prvTbl,#trdTbl,.compTtl {
    margin-bottom: 20px !important;
  }
  #privacy img, #trade img, #company img {
    width: 100%;
  }
  #company {
    width: 100%;
    float: none !important;
  }
  #company #tab {
    margin-bottom: 30px !important;
    width: 95% !important;
    margin: 0 auto;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #company #tab li {
    margin: 0 10px 10px !important;
  }
  #tabBox {
    padding: 0 !important;
    margin: 0 15px !important;
    width: auto !important;
  }
  #tabBox .boxTtl {
    width: 250px;
  }
  #cpTbl iframe {
    width: 100% !important;
  }
  .dateName img {
    width: 150px !important;
  }
  #guide {
    width: calc(100% - 30px) !important;
    float: none;
    padding: 0 15px;
  }
  #guide img {
    width: 100%;
  }
  #guide .gidTtl {
    margin-left: -15px;
    margin-bottom: 30px !important;
    width: 100vw;
  }
  #guide .sp.flow {
    padding: 0px 5px 20px;
  }
  #gidNav {
    margin-bottom: 20px !important;
    border: none !important;
    width: 100% !important;
  }
  #gidNav li {
    display: block !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  #gidNav li a {
    border: 1px solid #ccc;
    width: 60% !important;
    display: block;
    padding: 10px;
    margin: 0 0 10px !important;
  }
  #regLink {
    background: url(https://file001.shop-pro.jp/PA01320/730/images/ico-ug-reg.png)10px center no-repeat;
  }

  #ordLink {
    background: url(https://file001.shop-pro.jp/PA01320/730/images/ico-ug-ord.png) 10px center no-repeat;
  }

  #delLink {
    background: url(https://file001.shop-pro.jp/PA01320/730/images/ico-ug-del.png) 10px center no-repeat;
  }
  #faqNav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border: none !important;
    justify-content: space-between;
  }

  #faqNav .faqItem {
    width: 48%;
    display: block;
    border: none;
    line-height: 1;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #faqNav .faqItem a {
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
    line-height: 1.2;
  }
  .scguide {
    overflow-x: scroll;
  }
  .scguide .inner {
    width: 800px;
  }
  .onlyarrow {
    width: 4%;
  }
  #guide .gidBox {
    padding-top: 102px;
    margin-top: -102px;
  }
  .scguide {
    margin-bottom: 20px;
  }
  #first {
    width: 100% !important;
  }
  #first img {
    width: 100%;
  }
  #first .firTtl {
    margin-bottom: 20px;
  }
  #first .firTtl img {
    width: 140%;
  }
  #firSpe {
    width: auto;
    background: url(https://file001.shop-pro.jp/PA01320/730/images/bg-first-specialty.jpg) -13% top no-repeat;
    background-size: 200%;
    padding: 65% 15px 30px;
    margin-bottom: 37px;
  }
  .firSpeTtl,.firStoTtl, .firOriTtl, .firSecTtl, .firSinTtl {
    height: 24px;
  }
  .firSpeTtl img,.firStoTtl img, .firOriTtl img, .firSecTtl img,.firSinTtl img {
    height: 100%;
    width: auto !important;
  }
  #firSpe .firSpeCont {
    width: 100%;
    margin-left: 0;
  }
  

  #firSto {
    font-size: 14px;
    line-height: 30px;
    width: auto !important;
    background: #f8f8f8 url(https://file001.shop-pro.jp/PA01320/730/images/bg-first-stock.jpg) right bottom no-repeat;
    background-size: 200%;
    padding: 30px 15px;
    padding-bottom: 82%;
    margin-bottom: 49px;
  }

  #firSto .firStoCont {
    width: auto !important;
  }

  #firSto .firStoTtl {
    text-align: left;
    margin-bottom: 20px;
  }

  #firSto .sto {
    text-align: left;
    margin-bottom: 20px;
  }

  #firSto .stoLast {
    text-align: left;
  }


  /** original order */

  #firOri {
    font-size: 14px;
    line-height: 1.5;
    width: auto !important;
    background: #f9f9f9 url(https://file001.shop-pro.jp/PA01320/730/images/bg-first-original.jpg) left bottom no-repeat;
    background-size: 200%;
    padding: 30px 15px 290px;
    margin-bottom: 49px;
  }

  #firOri .firOriCont {
    width: auto !important;
    margin-left: 0;
  }

  #firOri .firOriTtl {
    text-align: left;
    margin-bottom: 20px;
  }

  #firOri .ori {
    text-align: left;
    margin-bottom: 20px;
  }

  #firOri .oriLast {
    text-align: left;
  }

  #first .firSubTtl {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 30px;
  }

  /** insurance */

  #firSec {
    font-size: 14px;
    line-height: 30px;
    width: auto !important;
    background: #e8eff5 url(https://file001.shop-pro.jp/PA01320/730/images/bg-first-security.jpg) center bottom no-repeat;
    margin-bottom: 49px;
    background-size: 200%;
  }

  #firSec .firSecCont {
    padding: 30px 15px 50px;
    margin-bottom: 36px;
    height: 393px;
  }
  hr.line {
    display: none;
  }
  #firCst {
    margin: 0 15px 40px;
  }
  .firPayTtl {
    text-align: center;
  }
  #firPay .firPayCont {
    float: none;
    padding: 0 15px;
  }
  #firPay .firPayCont img {
    width: 200px;
    margin: 0 auto;
  }
  .firPayImg {
    padding: 0 15px;
  }
  .firPayImg img {
  }
  #firSin {
    margin: 0 15px;
  }
  #about .abtTtl img {
    width: 100vw !important;
  }
  #about {
    width:100%;
    margin:0 auto !important;
    text-align: center;
    float: none !important;
  }
  #about img {
    width: 90%;
    margin: 0 auto;
  }
  #about .pageTtl,
  #about .pageCatch {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  #about .pageTtl img {
    width: 30px;
    margin-bottom: 20px;
  }
  #about .pageCatch img {
    width: 10px;
    margin-bottom: 20px;
  }
  .topPrdItem .prdLink {
    opacity: .1 !important;
    
  }
  
	.prdTtl,
	.prdTtl * {
    word-break: keep-all !important;
	}
}