@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
}
.under{
  text-decoration : underline;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"],
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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  box-sizing: border-box;
}

h1 {
  margin: 0;
}

body {
  min-width: 1100px;
  font-size: 13px;
  line-height: 1.69;
  color: #343434;
}

body,
input,
button,
select,
textarea {
  font-family: "iconfont", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

a {
  color: #343434;
  outline: none;
  transition: opacity 0.3s;
}
a:visited, a:active {
  text-decoration: underline;
}
a:hover, a:focus {
  opacity: 0.6;
  outline: 0;
  text-decoration: none;
}

#wrapper {
  position: relative;
  padding-top: 58px;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 1.14em 1.2em 1.14em;
  border: 1px solid #c4c6cb;
  background: #fff;
  font-size: 107.69231%;
  line-height: 1.2em;
}
input[type="text"].is-empty {
  background-color: #fdeaea;
}

label > input[type="radio"],
label > input[type="checkbox"] {
  display: inline-block;
  margin-right: 0.6em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 1.14em 2.2em 1.14em 1.2em;
  border: 0;
  border-radius: 0;
  width: 180%;
  background: #fff;
  font-size: 107.69231%;
  line-height: 1.2em;
}
select.is-empty {
  color: #a09f9f;
  background-color: #fdeaea;
}

.form-select {
  position: relative;
  display: inline-block;
  border: 1px solid #c4c6cb;
  overflow: hidden;
}
.form-select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  margin-top: -3px;
  width: 7px;
  height: 5px;
  background: url("/assets/sp/images/ico_delta_bottom_black.png") no-repeat center;
  background-size: 7px 5px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 999;
}
#header::after {
  clear: both;
  content: "";
  display: table;
}
#header .logo {
  float: left;
  margin: 7px 20px;
}
#header .logo img {
  display: block;
}
#header a {
    float:right;
    margin-right:20px;
}

#header .nav {
  float: right;
  margin: 11px 20px;
}
#header .nav::after {
  clear: both;
  content: "";
  display: table;
}
#header .gnav,
#header .orderNav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  display: table;
}
#header .gnav li,
#header .orderNav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
#header .gnav li,
#header .orderNav li {
  display: table-cell;
}
#header .gnav li {
  height: 36px;
  line-height: 36px;
}
#header .gnav a {
  padding: 0 1.1em;
  border-left: 1px solid #656667;
  line-height: 1.2em;
}
#header .orderNav .order {
  padding-right: 12px;
}
#header .orderNav .order a {
  display: block;
  padding: 0 13px 0 23px;
  height: 36px;
  line-height: 36px;
  background: url("/assets/osusume/images/ico_delta_left_white.png") no-repeat #c91616;
  background-position: left 11px center;
  background-size: 4px auto;
  text-decoration: none;
  color: #fff;
}
#header .orderNav .orderNav-item {
  padding-left: 10px;
}
#header .orderNav .orderNav-item a {
  padding-left: 8px;
  background: url("/assets/osusume/images/ico_delta_left_black.png") no-repeat left center;
  background-size: 4px auto;
  font-size: 84.61538%;
  color: #5d5c5c;
}

.lp > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 984px;
}

.content > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 984px;
}

.item_wrap {
    width: 100%;
}

.item_wrap > .inner {
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
    padding: 25px 57px 40px;
    margin-top: 0;
    border: none;
}

.item_wrap .item_contents {
    margin-top: 32px;
    border-bottom: darkslategrey 1px dotted;
    padding-bottom: 10px;
}

.item_wrap .item_contents .item_image {
    width: 525px;
    margin-right: 36px;
    float: left;
    zoom: 1;
    position: relative;
}

.item_wrap .item_contents .item_image img {
    width: 100%;
}

.item_wrap .item_contents .item_detail_wrap {
    width: 425px;
    float: right;
}

.item_wrap .item_contents .item_title {
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    border-bottom: #cac5b9 2px solid;
    font-size: 24px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 140%;
    color: #000000;
    display: block;
}

.item_wrap .item_contents .item_price {
    padding: 0 100px 12px 0;
    margin: 0 0 15px 0;
    border-bottom: #ede7d9 1px solid;
    line-height: 140%;
    text-align: left;
    position: relative;
}

.item_wrap .item_contents .item_adcode {
    border-bottom: #ede7d9 1px solid;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.item_wrap .item_contents .item_adcode span {
    font-size: 105%;
}

.item_wrap .item_contents .item_detail {
    border-bottom: #ede7d9 1px solid;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    font-size: 115%;
}

.item_wrap .item_contents .item_quantity .form-parts {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

.item_wrap .item_contents .item_quantity .label {
    margin-right: 0.7em;
    padding-top: 1.14em;
    font-size: 107.69231%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

.item_wrap .item_contents .subtotal_price {
    color: #df0100;
    font-weight: bold;
    font-size: 120%;
    margin-top: 20px;
}

.item_wrap .total_price {
    color: #df0100;
    font-weight: bold;
    font-size: 150%;
    margin-top: 20px;
    text-align: right;
}

.ageAlert {
    font-size: 150.1%;
    text-align: right;
}

.item_wrap .item_contents:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}


#footer {
  padding: 59px 0 13px;
  text-align: center;
}
#footer .inner {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}
#footer .pagetop {
  margin-bottom: 15px;
}
#footer .pagetop img {
  vertical-align: top;
  cursor: pointer;
}
#footer .info {
  margin-bottom: 23px;
  padding: 42px 0 27px 0;
  background: #343434;
  color: #fff;
}
#footer .info .lead {
  margin-bottom: 17px;
  font-size: 130.76923%;
  line-height: 1.2em;
  font-weight: normal;
}
#footer .info-tel {
  position: relative;
  margin: 0 auto 29px;
  border-bottom: 1px solid #fff;
  width: 609px;
}
#footer .info-tel .area-img {
  position: absolute;
  bottom: 0;
  left: 30px;
}
#footer .info-tel .area-img img {
  vertical-align: bottom;
}
#footer .info-tel .area-txt {
  padding: 31px 0 22px;
  min-height: 96px;
}
#footer .info-tel .area-txt .number {
  margin-bottom: 16px;
  font-size: 192.30769%;
  line-height: 1.1em;
  font-weight: bold;
}
#footer .info-tel .area-txt .time {
  font-size: 115.38462%;
}
#footer rt {
  font-size: 10px;
  font-weight: normal;
}
#footer .company .logo {
  margin-bottom: 5px;
}
#footer .company .donate {
  font-size: 84.61538%;
  line-height: 1.36em;
  color: #ccc;
}
#footer .copy-nav {
  margin-bottom: 22px;
}
#footer .copy-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -.4em;
}
#footer .copy-nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
#footer .copy-nav li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  padding: 0 19px;
  border-right: 1px solid #343434;
  font-size: 100%;
  line-height: 1.1em;
}
#footer .copy-nav li:first-child {
  border-left: 1px solid #343434;
}
#footer .copy-nav a {
  text-decoration: none;
}
#footer address {
  font-size: 84.61538%;
  font-style: normal;
}
