@charset "UTF-8";
html {
  box-sizing: border-box;
}
a{transition: opacity .2s}
a:hover{
opacity : .8
}

*, *::after, *::before {
  box-sizing: inherit;
}


/* 色の変数定義 カラーパレット生成 */


/* text */


/* transition */


/*  width */


/* margin,paddingのリセット */


/* position: absolute 上下左右 */

.iconfont-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.iconfont-2x {
  font-size: 2em;
}

.iconfont-3x {
  font-size: 3em;
}

.iconfont-4x {
  font-size: 4em;
}

.iconfont-5x {
  font-size: 5em;
}

.iconfont-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.iconfont-fonticon-01:before {
  content: "\EA01";
}

.iconfont-fonticon-close:before {
  content: "\EA02";
}

.iconfont-fonticon-arrow-blue:before {
  content: "\EA03";
}

.iconfont-fonticon-arrowNarrow:before {
  content: "\EA04";
}

.iconfont-fonticon-exLink:before {
  content: "\EA05";
}

.iconfont-fonticon-global:before {
  content: "\EA06";
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}


/* 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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 {
  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"], 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.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}


/**
 * 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;
}


/*  general */

.hide {
  display: none;
}

.noLink {
  opacity: 0.6;
  pointer-events: none;
}

.clearfix:after, .l-main:after, .l-sub:after {
  clear: both;
  content: "";
  display: block;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.weightBold {
  font-weight: 700;
}

br.sp {
  display: none;
}

br.spBreak {
  display: block !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10rem {
  margin-bottom: 10rem !important;
}

.mb6rem {
  margin-bottom: 6rem !important;
}

.mb4rem {
  margin-bottom: 4rem !important;
}

.wideImg {
  width: 100%;
  height: auto;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mr1 {
  margin-right: 1rem !important;
}

.mr2 {
  margin-right: 2rem !important;
}

.mr3 {
  margin-right: 3rem !important;
}

.mr4 {
  margin-right: 4rem !important;
}

.mr5 {
  margin-right: 5rem !important;
}

.mr6 {
  margin-right: 6rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.d-block {
  display: block !important;
}

.d-flex, .l-home__content__areaLink {
  display: -ms-flexbox !important;
  display: flex !important;
}

.f-fd-c {
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-jc-fs {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-jc-sb {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-jc-fe {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-jc-c {
  -ms-flex-pack: center;
  justify-content: center;
}

.f-ai-fs {
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-ai-c, .l-home__content__areaLink {
  -ms-flex-align: center;
  align-items: center;
}

.f-ai-st {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-ai-fe {
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-fxd-c {
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-fw-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lstn {
  list-style-type: none;
}

.if, .linkBtn::after, .l-btn::before, .textLink::before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linkBtn {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 1.5rem;
  margin-top: 2rem;
  position: relative;
  font-weight: 700;
}

.linkBtn::after {
  content: '\EA06';
  position: absolute;
  height: 1.4rem;
  right: 1.5rem;
  top: calc(50% - .7rem);
}

.linkBtn:hover {
  background: #fff;
  color: #000;
}

.op0 {
  opacity: 0;
}

.serif {
  font-family: "Hannari", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-btn {
  display: block;
  border: 1px solid #000;
  position: relative;
  text-align: center;
  padding: 1.6rem;
  margin: auto;
  transition: background .2s, border .2s, color .2s;
}

.l-btn:hover::before {
  right: 1.6rem;
}

.l-btn::before {
  content: '\EA01';
  display: block;
  position: absolute;
  font-size: 1.2rem;
  height: 1.2rem;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  transition: right .2s;
}

.l-btn--blue {
  background: #114FB2;
  color: #fff;
  border-color: #114FB2;
}

.l-btn--blue:hover {
  color: #fff;
}

.textLink {
  color: #114FB2;
  position: relative;
  padding-left: 2.2rem;
  display: inline-block;
}

.textLink::before {
  content: '\EA03';
  font-size: 1.4rem;
  height: 2rem;
  position: absolute;
  top: .6rem;
  left: 0;
  transition: left .2s;
}

.textLink:hover::before {
  left: .5rem;
}

.glayBox {
  background: #F2F4F7;
  padding: 1rem 2rem;
}

.l-secondVi {
  height: 400px;
  background: 50% 0;
  background-size: cover;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-company .l-secondVi {
  background-image: url(../img/common/vi-about.png);
}

.l-apparel .l-secondVi {
  background-image: url(../img/common/vi-apparel.png);
}

.l-media .l-secondVi {
  background-image: url(../img/common/vi-media.png);
}

.l-contact .l-secondVi {
  background-image: url(../img/common/vi-contact.png);
}

.l-secondVi .pageTitle {
  font-size: 4.6rem;
  line-height: 1;
  margin-top: 6rem;
  color: #fff;
}

.l-secondVi .pageTitle .jp {
  margin-top: 1rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 100;
}

#second .l-main {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: auto;
  padding: 6rem 0 1.6rem;
}

#second .l-company .l-main {
  max-width: 860px;
}

.imgStretch img {
  width: 100%;
  height: auto;
}


/*  preset */

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Droid Sans", sans-serif;
  line-height: 1.7;
  font-size: 1.4rem;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  max-width: 1280px;
  margin: auto;
}
body#two-column {
  max-width: none
}
body#two-column .l-header, body#two-column .l-content{
  max-width: 1280px;
  margin: auto;

  padding: 0 15px;
}

.l-home .l-content--full {
  background: #f2f3f3;
  padding: 60px 15px 100px;
}

.l-home .l-content--full .title{
font-size: 2rem;
  padding-bottom: 1rem;
}

.l-home .l-content--full.line {
  background: #01b901;
  padding: 40px 0;
  color: #fff;
}

.l-home .l-content--full.line .l-content {
  width: 1100px;
  margin: auto;
}

.l-home .l-content--full.line .box:first-child {
  padding-top: 1rem;
}
.l-home .l-content--full.line .box:first-child img{
 width: 90%;
  height:auto
}
.l-home .l-content--full.line .text {
  background: #299400;
  margin-bottom: 1rem;
}

.l-home .l-content--full.line .text img {
  width: 140px;
  height:  140px;
}

.l-home .l-content--full.line .text p {
  padding: 2rem 3rem;
  font-size: 1.8rem;
  text-align: left;
}

.l-home .l-content--full .l-content {
  padding-bottom: 0;
}

.l-home .l-content--full .title {
  text-align: center;
}


.l-home__recommendArea--col3 .item {
  width: 32%;
}

.l-home__recommendArea--col3 .item .link {
  background: #fff;
  height: 230px;
}
.l-content.series  .title {
  font-size: 2rem;
  padding-bottom: 1rem
}
.l-home__recommendArea--col3 .item .link img {
  max-width: 100%;
  height: auto;
  width: 320px;
}

.l-home__recommendArea--col3.category .item:nth-child(n + 4) {
  margin-top: 2rem;
}

.l-home__recommendArea--col3.category .item .link {
  background: #fff;
  height: 75px;
  padding: 1rem 1.5rem;
  line-height: 1;
}
.l-home__recommendArea--col3.category .item .link:hover ,.l-home__recommendArea--col3.category .item .link:hover .title {
  color: #002f7b;
}
.l-home__recommendArea--col3.category .item .link .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;  
  line-height: .8;
}

.l-home__recommendArea--col3.category .item .link .sub {
  font-size: 1.2rem;
}

.l-home__recommendArea--col2 .item {
  width: calc(50% - 1rem);
}

.l-home__recommendArea--col2 .item:nth-child(n + 3) {
  margin-top: 2rem;
}

.l-home__recommendArea--col2 .item .link {
  text-align: left;
}

.l-home__recommendArea--col2 .item .link img {
  display: block;
  background: #eee;
  height: 195px;
  margin-bottom: 0.5rem;
}




body header {
  text-align: center;
}

body.no-message .l-header__info {
  display: none;
}

.robot, .l-secondVi .pageTitle, .l-title--h2 {
  font-family: 'Roboto', sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: color .15s , opacity .15s;
  color: #000;
}

img {
  vertical-align: bottom;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

small {
  font-size: 1em;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.l-title--h2 {
  font-size: 4.2rem;
  margin: 10rem auto 6rem;
  letter-spacing: .8rem;
}

.l-title--h3 {
  color: #114FB2;
  position: relative;
  padding: 2.4rem 1rem;
  font-size: 2rem;
}

.l-title--h3::before {
  content: '';
  display: block;
  width: 2.2rem;
  height: 5px;
  background: #114FB2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


/* content */

.l-content h2, .l-content h3, .l-content h4, .l-content h5 {
  margin-top: 0;
}

.l-content .subTitle {
  font-size: 3rem;
}

.l-content h2 {
  font-size: 1.8rem;
}

.l-content__imageTitle {
  height: 465px;
  background: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  color: #fff;
  font-family: Arial, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 5.5rem;
  background-size: cover;
  background-position: 50%;
  text-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}

.l-content__imageTitle.kyoto {
  background-image: url(../img/common/title-bg-kyoto.jpg);
}

.l-content__imageTitle.tokyo {
  background-image: url(../img/common/title-bg-tokyo.jpg);
}

.l-content__nav {
  list-style-type: none;
}

.l-content__nav .pc, .l-content__nav .sp {
  display: none;
}

.l-content__nav .link {
  font-size: 1.4rem;
  text-decoration: underline;
}

.l-content__nav .link:hover {
  text-decoration: none;
}

.l-content__main p {
  line-height: 2;
}


/* footer */

.l-footer__nav {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer__nav__content, .l-footer__nav__info {
  font-weight: 700;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__nav__content .item .link, .l-footer__nav__info .item .link {
  display: block;
}

.l-footer .copylight {
  opacity: 0.6;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 2rem
}


/* header */

.l-header {
  width: 100%;
  z-index: 9999;
  transition: height .2s;
  background: #fff;
}

.l-header__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002f7b;
  color: #ebcc7b;
  padding: 0 1.5rem;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1280px;
}

.l-header__info, .l-header__info a {
  color: #ebcc7b;
}

.l-header__info a:hover {
  text-decoration: underline;
}

.l-header__btn {
  position: absolute;
  top: 1.7rem;
  left: 2rem;
  z-index: 9910;
  height: 28px;
}

.l-header .menu-trigger {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 35px;
  height: 28px;
  z-index: 9910;
}

.l-header .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 1.5px;
}

.l-header .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.l-header .menu-trigger span:nth-of-type(2) {
  top: calc(50% - 3px);
}

.l-header .menu-trigger span:nth-of-type(3) {
  bottom: 2px;
}

.l-header .menu-trigger.active span {
  background-color: #811325;
}

.l-header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.l-header .menu-trigger.active span:nth-of-type(2) {
  left: 40%;
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}

.l-header .menu-trigger.active span:nth-of-type(3) {
  opacity: 1;
  transform: translateY(-13px) rotate(45deg);
  bottom: 0;
}

@keyframes active-menu-bar02 {
  100% {
    height: 16px;
  }
}

.l-header__content {
  margin-top: 40px;
  padding-bottom: 0;
  position: relative;
  background-color: #fff;
}

.l-header__content__cart #cNav {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  display: none;
}

.l-header__content__cart #cNav a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 25px;
  font-weight: 700;
  line-height: 1;
}

.l-header__content__cart #cNav span {
  display: block;
}

.l-header__content__cart #cNav .quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-header__content__cart #cNav .quantity .icon {
  padding-bottom: 2.2rem;
  margin: 0 1.5rem 0 1rem;
  width: auto;
  min-width: 20px;
  background: url(/images/design/icon-cart.svg) no-repeat 50% bottom;
  background-size: 20px auto;
  color: #811325;
  font-size: 1.3rem;
}

.l-header__content__logo {
  text-indent: -9999px;
  display: block;
  margin: auto;
  height: 32px;
}

.l-header__content__logo span {
  display: block;
}

.l-header__content__logo .logo {
  background: url(/images/design/logo-title.svg) no-repeat 49.5%;
  background-size: contain;
  height: 100%;
  width: 130px;
}

.l-header__content__logo .sub {
  background: url(/images/design/logo-subTitle.svg) no-repeat 50%;
  background-size: contain;
  height: 17px;
}

.l-header__wrap {
  position: relative;
}

.l-header__wrap .l-header__wrap__login {
  display: none;
}

.l-header__wrap .l-header__wrap__register {
  display: none;
}

.l-header__wrap__searchArea input {
  outline: none;
}

.l-header__wrap__searchArea #aside_search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__wrap__searchArea .textWrap {
  width: calc(100% - 4rem);
  overflow: hidden;
  transition: width .4s;
}

.l-header__wrap__searchArea .txt {
  width: 100%;
  height: 35px;
  background: #e3e5e7;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 5px 10px;
  display: block;
  font-size: 1.6rem;
}

.l-header__wrap__searchArea .onover {
  width: 30px;
  height: 30px;
  transition: transform .4s;
}

.l-header__wrap__searchArea .onover:hover {
  transform: scale(1.2);
}

.l-header__wrap__gnav {
  line-height: 1;
  padding: 0;
}

.l-header__wrap__gnav .item .link {
  font-weight: 700;
  font-size: 1.6rem;
}

.l-header__wrap__gnav .item .link:hover {
  color: #811325;
}


/*  main */

.l-main {
  position: relative;
  height: 100%;
  margin: auto;
}


/* sub */

.l-sub {
  position: relative;
  width: 25%;
  float: left;
}

.l-sub p {
  margin: 0;
  padding: 0;
  font-size: 5rem;
  text-align: center;
  color: #ffffff;
}


/* btn */

.m-btn {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.m-btn a {
  display: block;
  background: #a1a1a1;
  color: #ffffff;
  padding: 1em;
  transition: all .3s;
  border-radius: 5px;
  box-shadow: 0 1px 3px #212121;
}

.m-btn a:hover {
  box-shadow: 0 1px 1px #212121;
  background: #6e6e6e;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.l-header__wrap__gnav__childMenu {
  padding: 0;
  top: 3rem;
  left: -2rem;
display: none;
  z-index: 100;
}

.l-header__wrap__gnav__childMenu .wrap {
  list-style-type: none;
  text-align: left;
}
#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}


/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: no-repeat 0 0;
}


/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #0F3A80;
}

#loading .logoWrap {
  width: 300px;
  height: 60px;
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  animation: loading 2s forwards;
}

@keyframes loading {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}

#loading .logo {
  width: 300px;
  height: 60px;
  background: url(../img/common/logo.svg) no-repeat 50%;
  background-size: contain;
}

#loading .wrap {
  width: 70%;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
  animation: loading 2s forwards;
  opacity: 0;
}

@keyframes loading {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.4s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1.2s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.l-home .l-content__imageTitle {
  background-image: url(../img/home/title-bg.jpg);
}

.l-home .bottomImg {
  width: 100%;
  height: auto;
  display: block;
}

.l-home__content__areaName {
  margin-bottom: 2rem;
}

.l-home__content__areaLink {
  height: 180px;
  font-family: Arial, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background-size: cover;
  padding-left: 6%;
  cursor: pointer;
  transition: opacity .2s;
  margin-bottom: 2rem;
}

.l-home__content__areaLink:hover {
  opacity: 0.8;
}

.l-home__content__areaLink.kyoto {
  background-image: url(../img/common/title-bg-kyoto.jpg);
}

.l-home__content__areaLink.tokyo {
  background-image: url(../img/common/title-bg-tokyo.jpg);
}

.second .contact {
  padding: 3rem;
  background: url(../img/common/logo-gray.svg) no-repeat #000 right 6rem top 50%;
  background-size: 100px;
}

.second .contact img {
  width: 100%;
  max-width: 518px;
}

html {
  min-width: 1280px;
}

body.no-message .l-header__content {
  margin-top: 40px;
}

.l-header {
  top: 0;
}

.l-header__btn {
  display: none;
}

.l-header__content {
  padding-bottom: 55px;
  margin-top: 80px;
}

.l-header__content__cart #cNav {
  right: 0;
  top: 1.4rem;
}

.l-header__content__cart #cNav a {
  width: 200px;
}

.l-header__content__cart #cNav a:hover {
  opacity: 0.7
}

.l-header__content__cart #cNav .quantity::before {
  content: 'カート';
}

.l-header__content__logo {
  width: 245px;
  height: 73px;
}

.l-header__content__logo .logo {
  width: 100%;
  height: 52px;
}

.l-header__content__logo .sub {
  width: 100%;
  height: 20px;
  margin-top: 15px;
}

.l-header__wrap {
  display: block !important;
}

.l-header__wrap__searchArea {
  width: auto;
  position: absolute;
  top: -14rem;
  left: 0;
}

.l-header__wrap__searchArea #aside_search {
  padding: 3.5rem 4rem 3rem 0;
}

.l-header__wrap__searchArea #aside_search.active .textWrap, .l-header__wrap__searchArea #aside_search:hover .textWrap {
  width: 254px;
  padding-right: 1.5rem;
}

.l-header__wrap__searchArea .textWrap {
  width: 0;
}

.l-header__wrap__login {
  position: absolute;
  top: .9rem;
  right: 15.5rem;
  color: #ebcc7b;
}

.l-header__wrap__register {
  position: absolute;
  top: 0rem;
  right: 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #550c18;
  color: #ebcc7b;
  padding: 0 2.5rem;
}

.l-header__wrap__gnav {
  display: -ms-flexbox;
  display: flex;

}
.l-header__wrap__gnav .link {
padding: 3rem 0
}
.l-header__wrap__gnav .item:not(:first-child){
  margin-left: 90px;
}


.hoverEffect, .l-btn--blue {
  position: relative;
  overflow: hidden;
  display: block;
}

.hoverEffect:hover::after, .l-btn--blue:hover::after {
  left: 0;
}

.hoverEffect::after, .l-btn--blue::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: -100%;
  transition: left .4s;
}

.l-secondVi .pageTitle {
  font-size: 5.5rem;
}

#second .l-main {
  padding: 10rem 0;
}

.l-content__imageTitle {
  margin-bottom: 6rem;
  padding: 10px 0 10px 10rem;
}

.l-content__nav {
  width: 200px;
  margin-right: 135px;
  padding-left: 2rem;
}

.l-content__nav .pc {
  display: block;
}

.l-content__nav .item:not(:first-child) {
  margin-top: 2rem;
}

.l-content__nav.second:not(:first-child) {
  margin-top: 1.5rem;
}

.l-content__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-content__main {
  width: 860px;
}


  .l-footer {
    margin-top: 3rem;
    max-width: 1280px;
    margin: 1rem auto;
  }

.l-footer__nav__content, .l-footer__nav__info {
  padding-left: 0;
  margin-bottom: 0;
}

.l-footer__nav__content .item:not(:first-child), .l-footer__nav__info .item:not(:first-child) {
  margin-left: 3rem;
}

.l-footer__nav__content .item .link:hover, .l-footer__nav__info .item .link:hover {
  color: #811325;
}

.l-home__content__areaLink {
  height: 245px;
  font-size: 3.8rem;
  padding-left: 10%;
  margin-bottom: 3rem;
}

.l-home__content__areaLink__text {
  margin-bottom: 6rem;
}

.l-home__vi .link, .l-home__bnrBig .link {
  display: block;
  width: 100%;
  height: 488px;
  background-position: 50%;
  background-size: cover;
  text-indent: -99999px;
}

.l-home__pickUpArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 20px;
}

.l-home__pickUpArea .item .link {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 6rem;
}

.l-home__pickUpArea .item .link::before {
  content: 'ENTER';
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  margin: auto;
}

.l-home__pickUpArea .item .link:hover::before {
  color: #811325;
}

.l-home__pickUpArea .item .link .image {
  width: 400px;
  height: 400px;
  background: no-repeat 50%;
  background-size: cover;
  margin-bottom: 2rem;
}

.l-home__pickUpArea .item .link .title {
  margin-bottom: .5rem;
}

.l-home__pickUpArea .item .link p {
  color: #999;
}

.l-home__areaTitle {
  margin: 30px 0 30px;
  padding-top: 50px;
  border-top: 1px solid #f2f2f2;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.2rem;
}

.l-home__recommendArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 60px;
}

.l-home__recommendArea .item .link {
  display: block;
  text-align: center;
}

.l-home__recommendArea .item .link .image {
  width: 210px;
  height: 210px;
  background: no-repeat 50%;
  background-size: cover;
  margin-bottom: 1rem;
}

.l-home__recommendArea .item .link .title {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 100;
  color: #999;
  text-align: left;
}

.l-home__recommendArea .item .link p {
  color: #999;
  text-align: left;
}

.l-home__recommendArea .item .link .price::after {
  content: ' 円';
  font-size: 1.2rem;
}


/* cms対応 */

.tit_sty02 {
  padding: 50px 0 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 0;
}

.tit_sty02 span {
  font-weight: bold;
  padding-left: 8px;
  font-size: 2.4rem;
  line-height: 1;
  border-left: 0;
}

#page {
  position: static
}

#content {
  width: 100%
}

.bread_crumb ul, #page #main #maincolumn, .innerWrap, #bnr_area1 {
  max-width: 1280px
}

.bread_crumb ul {
  width: 100%
}

.itemSet .title a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 100;
  color: #333;
}

.itemSet .price dl dt {
  display: none
}

.itemSet .price strong {
  font-size: 1.4rem;
  color: #333;
  font-weight: 100;
}

.itemSet .price .tax_exp {
  font-size: 80%;
}
.itemSet .price dl dd span {
  color: #333;
}

.itemImage.toimg {
  width: 640px;
}

.itemDetail .detail {
  display: flex;
  justify-content: space-between;
}

.itemDetail .itemData {
  width: 570px;
}

.itemDetail .itemImage .imageMain {
  width: 640px;
  margin-bottom: 30px;
}

.itemDetail .itemImage .imageMain a {
  height: 640px;
}

.itemDetail .itemImage .imageMain a img {
  width: 100%;
  height: auto;
}

.itemDetail .itemImage ul {
  display: flex;
  flex-wrap: wrap;
}
.itemDetail .itemImage ul li{
  margin-bottom: 5px
}
.itemData .price {
  border-bottom: none;
  margin-bottom: 30px;
}

.itemData #item_title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .1rem;
  border-bottom: none;
}

.itemData .price dl dt {
  display: none
}

.itemData .price dl dd {
  display: flex;
  align-items: flex-end;
}

.itemData .price .sales_price span {
  line-height: 1;
}

.itemData .price .sales_price .priceText {
  font-size: 38px;
  font-weight: 100;
  display: flex;
  align-items: flex-end;
}

.itemData .price .sales_price .yen, .itemData .price .sales_price .tax {
  margin-bottom: 5px;
}

.itemData .price .sales_price .yen {
  font-size: 14px;
  margin: 0 5px 5px;
}

.btnCart, .cart ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.itemData .mySet .bookmark, .itemData .mySet .susumeru, .itemData .mySet .mail_contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.itemData .memo, .t_overscroll .table_sty_y {
  margin-bottom: 30px
}

ul.icon_social.clearfix {
  display: flex;
  justify-content: flex-end
}

.itemData .mySet .inner {
  margin-top: 10px
}

.itemData .mySet .inner div {
  margin-bottom: 2px
}

.itemData .price dl dd strong {
  color: #000;
  font-size: 38px;
}

.itemData .price dl dd span {
  font-size: 14px;
}

.t_overscroll .size_color tr th:first-child {
  width: 170px;
}

.t_overscroll .size_color tr th, .t_overscroll .size_color tr td {
  background: none;
  border: none;
  padding: 1.8rem 0;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}

.t_overscroll .size_color tr th {
  font-size: 1.2rem;
  color: #5d5d5d;
}

.t_overscroll .size_color tr td label {
  height: 50px;
}

.t_overscroll .size_color tr td input {
  height: 20px;
}

.t_overscroll .size_color tr td select {
  height: 35px;
  min-width: 20%;
  border: none;
}

.t_overscroll #matrix {
  border: 1px solid #eee;
  border-width: 1px 0;
}

.t_overscroll .size_color tr:not(:first-child) {
  border-top: 1px solid #eee
}

#reviewWrap {
  display: none
}

.tit_sty02 span {
  font-weight: 100;
  font-size: 1.6rem;
}

.home .tit_sty02 span {
  font-weight: bold;
  font-size: 2.4rem;
}

table.slide_area {
  width: 100%
}

.itemlist_all li {
  width: 18.5%
}

select.data {
  height: 35px;
  border: 1px solid #e8e8e8;
  min-width: 60px;
  margin-bottom: 20px;
}

.itemDetail .catchcopy {
  font-size: 160%;
  margin-bottom: 1.6rem;
}

.t_overscroll #matrix tr th:first-child {
  position: relative;
}

.t_overscroll #matrix tr th:first-child::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  background-color: #eaeaea;
}

.t_overscroll #matrix tr th:not(:first-child), .t_overscroll #matrix tr td {
  text-align: center
}

.t_overscroll #matrix tr td select {
  margin-bottom: 0;
}

.itemData .price dl {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.itemData .price dl.list_price {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.itemData .price dl.list_price dd del {
  font-size: 16px
}

.timeSail {
  border: none;
  color: #811325;
  background: #fff2f4;
  margin-bottom: 40px
}

#side .search {
  display: none
}

.itemListPage .pager .set {
  border-top: none;
  background: #fff;
}

.itemListPage .pager .set select {
  color: #000;
  border: none;
  padding: 10px;
  font-weight: 700;
  background: #fff;
  text-transform: none;
  border: none;
  padding: 10px 20px 10px 0;
  font-weight: 700;
  background: #fff url(/images/common/arrow-bottom.svg) no-repeat right 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 15px auto;
}

.itemListPage .pager .set select:not(:first-child) {
  margin-left: 20px
}

.pagebar li {
  border-left: none;
}

.pagebar a span {
  padding: 5px 10px;
}

ul.pagebar {
  display: flex;
  justify-content: center;
  padding-top: 40px
}

.t_overscroll #matrix select {
  border: none;
  padding: 10px;
  font-weight: 700;
  background: #fff;
  text-transform: none;
  border: none;
  padding: 0px 20px 0px 0;
  font-weight: 700;
  background: #fff url(/images/common/arrow-bottom.svg) no-repeat right 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 15px auto;
  height: 25px;
  display: block;
  margin: 0 0 0 auto;
  min-width: 15%;
}

.pager .set {
  padding-top: 0;
}

.pager #page_tit_sty {
  padding-top: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.pager #page_tit_sty span {
  font-size: 2rem
}

#side .tit_sty02 {
  display: none
}

.l-header__wrap__gnav .item .link .linkName {
  padding-bottom: 5px
}

.itemSet .price .off {
  font-size: 1.2rem
}

.l-header__wrap__gnav .item .link.current .linkName {
  border-bottom: 1px solid #000
}

.mailmagazin {
  display: none;
}

#menuList a:before, #menuList ul li.toggle-li>div:before {
  color: #888
}


/*#menuList ul li.toggle-li > div:before{
  color: #fff;
  background: #000;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  font-size: 18px;
}
#menuList ul li.toggle-li.act > div:before {
 content: '\e806';
  transform: rotate(180deg);
}*/

#menuList .submenu ul li {
  border-top: none;
}

#menuList .submenu>ul {
  border-color: #fff
}

#menuList .submenu ul li a, #menuList .submenu ul li span {
  color: #333;
  /* padding: 8px10px 0 0; */
}

#menuList .submenu ul ul li {
  border-top: none
}

#menuList .submenu ul li.toggle-li span {
  color: #696868
}

#page_tit_sty {
  border: none;
  margin-bottom: 0;
}

#comment_main {
  border: none;
  padding: 0;
}

form[name="form_login"] {
  background: #f9f9f9;
  padding: 40px;
  text-align: center;
  margin-bottom: 50px;
}

.tit_sty02 {
  border: none;
  padding-top: 0;
}

form[name="form_login"] .tit_sty02 {
  margin: 0
}

form[name="form_login"] .table_sty th, form[name="form_login"] .table_sty td {
  padding: 20px 0px;
  background: none;
  border: none;
}

form[name="form_login"] table.table_sty {
  border: none;
  width: 500px;
  margin: auto;
}

form[name="form_login"] th {
  font-weight: 100;
  width: 180px;
}

form[name="form_login"] td input {
  border: none;
  box-shadow: none;
  background: #fff;
  padding: 20px 10px;
  min-width: 210px;
}

form[name="input_form"] td input {
  border: none;
  box-shadow: none;
  background: #eee;
  padding: 10px 12px;
  font-size: 16px;
  margin: 0 5px
}

form[name="input_form"] .tit_sty03 {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

form[name="input_form"] th.w2column_th {
  width: 270px
}

.newMember {
  border: 1px solid #eee;
  padding: 50px 0 20px;
  border-width: 1px 0 0;
}

.verisign {
  background: #f9f9f9;
  border: none;
  padding: 20px;
}

form[name="input_form"] table {
  border: none;
}

form[name="input_form"] .table_sty th, form[name="input_form"] .table_sty td {
  border-width: 1px 0;
  border-color: #eee;
}

form[name="input_form"] .table_sty th {
  background: none;
  padding: 20px 0;
}

form[name="input_form"] #guide_box3 {
  background: #eee;
  border: none
}

form[name="input_form"] #Layer {
  border: none
}

form[name="input_form"] .table_sty td {
  padding: 20px 30px;
}

#two-column #side {
  display: none
}

#two-column form .table_sty th, #two-column form .table_sty td {
  padding: 20px 0px;
  background: none;
  border: 1px solid #eee;
  border-width: 1px 0 0
}

#two-column form table.table_sty {
  border: none;
  margin: auto;
  border-bottom: 1px solid #eee;
}

#two-column form th {
  font-weight: 100;
  width: 180px;
}

#two-column form td input {
  border: none;
  box-shadow: none;
  background: #fff;
  padding: 20px 10px;
  min-width: 210px;
}

#two-column form td input {
  border: none;
  box-shadow: none;
  background: #eee;
  padding: 10px 12px;
  font-size: 16px;
  margin: 0 5px
}

.icon_list img, table.slide_area td.contents .icon_list img {
  height: 18px;
  width: auto
}

.l-header .message {
  text-align: left;
}

.itemListPage .itemSet .price, .itemListPage .itemSet .title, .itemListPage .itemSet .sales_price {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 4px;
}

.home .itemSet .price, .home .itemSet .title, .home .itemSet .sales_price {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 4px;
}

.home .tit_sty02 {
  padding-top: 50px;
}

.error, .errorArea {
  border: none;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-weight: 100;
  color: #D90000;
  background: #fdf1f1;
}

#searchWrap .inner select {
  border: none;
  padding: 10px;
  font-weight: 700;
  background: #fff;
  text-transform: none;
  border: none;
  padding: 0px 50px 0px 0;
  font-weight: 700;
  background: #fff url(/images/common/arrow-bottom.svg) no-repeat right 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 15px auto;
  height: 25px;
  display: block;
}

.tit_sty03 {
  padding: 0;
  border: none;
}

.table_sty_cart {
  border-color: #eee
}

.table_sty_cart th, .table_sty_cart td {
  border-top: none
}

.bd_box_wrap {
  border-color: #eee
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  background: #eee;
  border: none;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid #ccc !important;
}

.noLogin {
  border-color: #eee;
}

.txt_cart_null {
  border: none
}

#cartWrap form table {
  border: none;
}

#cartWrap form .table_sty th, #cartWrap form .table_sty td {
  border-width: 1px 0;
  border-color: #eee;
}

#cartWrap form .table_sty th {
  background: none;
  padding: 20px 0;
}

#cartWrap form #guide_box3 {
  background: #eee;
  border: none
}

#cartWrap form #Layer {
  border: none
}

#cartWrap form .table_sty td {
  padding: 20px 30px;
}

.bd_box_wrap {
  border: 2px solid #000;
  padding: 15px
}

div#anchor_address_num_list {
  margin-bottom: 0
}

td.txtC {
  font-size: 18px
}

.footMessage {
  display: none
}

.contactWeap form table {
  border: none;
}

.contactWeap form .table_sty th, .contactWeap form .table_sty td {
  border-width: 1px 0;
  border-color: #eee;
}

.contactWeap form .table_sty th {
  background: none;
  padding: 20px 0;
}

.contactWeap table.table_sty td dt {
  border-color: #eee
}

.contactWeap form #guide_box3 {
  background: #eee;
  border: none
}

.contactWeap form #Layer {
  border: none
}

.contactWeap form .table_sty td {
  padding: 20px 30px;
}

input.ime_E_N {
  margin: 0 5px;
  margin-bottom: 10px;
}

.contactWeap form .table_sty td {
  padding-right: 0
}

table.table_sty td dd input[type="radio"] {
  margin-right: 10px
}

.contactWeap table.table_sty td dd {
  margin-bottom: 20px
}

select {
  border: none;
  padding: 10px;
  font-weight: 700;
  background: #fff;
  text-transform: none;
  border: none;
  border-radius: 0;
  padding: 8px 50px 8px 10px;
  font-weight: 100;
  background: #eee url(/images/common/arrow-bottom.svg) no-repeat right 10px top 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 15px auto;
  display: inline-block;
}

.drivebox {
  border: none
}

.cart_ico {
  display: none
}

.itemData .mySet .susumeru a img, .itemData .mySet .bookmark input[ type="image"] {
  height: 22px;
  width: auto
}

select {
  cursor: pointer;  
  border: 1px solid #ccc;
}

#info p {
  margin-bottom: 20px
}

#info dt {
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

#info dd {
  margin-bottom: 10px;
  /*padding-left: 15px;*/
  position: relative;
  list-style-type:none
}
/*
#info dd::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}*/
#info dd ul li {
  list-style-type: disc;
  margin-left: 1.6rem;
}
.home .itemSet .sales_price, .itemListPage .itemSet .sales_price {
  margin-bottom: 5px;
}

#regist form table {
  border: none;
}

#regist form .table_sty th, #regist form .table_sty td {
  border-width: 1px 0;
  border-color: #eee;
}

#regist form .table_sty th {
  background: none;
  padding: 20px 0;
}

#regist form .table_sty th[colspan] {
  background: #eee;
  padding-left: 20px
}
 .table_sty td:not(:first-child){
  padding-left: 20px
}
 .table_sty td:not(:first-child)::before {
 	content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #eee;
  	position: absolute;
  top: calc(50% - 9px);
  left: 0;
  
}

#regist form .tit_sty02 {
  font-weight: 700;
}

form .tit_sty02::before {
  content: '■';
  font-size: 26px
}

#regist table.table_sty td dt {
  border-color: #eee
}

#regist form #guide_box3 {
  background: #eee;
  border: none
}

#regist form #Layer {
  border: none
}

#regist th.w2column_th {}

form .tit_sty02 {
  padding-bottom: 0
}

#regist form .table_sty td {
  padding: 20px 30px;
}

#regist input.ime_E_N {
  margin: 0 5px;
  margin-bottom: 10px;
}

#regist th.w2column_th {
  width: 270px
}

#regist form .table_sty td {
  padding-right: 0
}

.btnCarea select {
  margin-bottom: 10px
}

.table_sty_cart td {
  padding: 28px 10px;
}

#cart_4 .all.bgYe.fwb {
  background: #fff;
  border-top: solid 1px #000;
}

#cart_4 .table_sty_cart {
  margin-top: 40px !important
}

#cart_4 .table_sty_cart th:first-child {
  text-align: left
}

#cart_4 .all.bgYe.fwb td {
  padding-top;
  10px
}

#anchor_register .tRed {
  color: #000
}

.totalprice {
  border-bottom: 3px solid #000;
}

.totalprice .table_sty th, .totalprice .table_sty td {
  font-size: 18px;
  background: #fff;
}

#cartWrap .inner td .tRed {
  color: #000 !important
}

#cartWrap .inner .txtR {
  padding-right: 0
}

#hNav img {
  height: 40px;
  width: auto
}

.l-header__info {
  padding-right: 0
}

.l-header__info .thead, #hNav .toimg {
  display: flex;
  align-items: center
}

body#single-column table.slide_area {
  width: 100% !important;
}

body#single-column .itemlist_all li {
  width: 18.5%;
}

.mypage_wrap {
  border-top: solid 1px #eee;
}

.mypage_wrap li {
  margin: 0;
  width: 50%;
  border-color: #eee;
  border-width: 0px 1px 1px 1px
}

.mypage_wrap li a {
  padding: 30px 20px
}

.mypage_wrap li:nth-child(even) {
  border-left: none
}

.mypage_ #maincolumn .innerWrap .table_sty {
  width: 50%
}


.mypage_ #single-column .inner .table_sty {
  width: 50%
}

.mypageaddress_book_ .table_sty_y th,.mypageaddress_book_ .table_sty_y td{
border: none
}
.mypageaddress_book_ .table_sty_y  tr:first-child{
background: none;
  border-bottom: 3px solid #000
}
.mypageaddress_book_ .table_sty_y  th{
  text-align:left;
background: none;
}
.mypageaddress_book_ .table_sty_y td:not(:first-child){
  position: relative;
  padding-left: 20px
}
.mypageaddress_book_ .table_sty_y td:not(:first-child)::before {
 	content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #eee;
  	position: absolute;
  top: calc(50% - 9px);
  left: 0;
  
}
.my_address td{
background: #f4fafd;
}

#single-column .inner .table_sty tr:first-child th {
  background: #fff
}
#single-column.member_  .inner .table_sty tr th,#single-column.member_  .inner .table_sty tr td{
	background: none;
  border: none
}
#single-column .inner .table_sty th, .table_sty td{
  border: 1px solid #eee;
  position: relative
}

#single-column .inner table{
  border: none;
}

#single-column .inner .table_sty th, #single-column .inner .table_sty td {
  border-width: 1px 0;
  border-color: #eee;
}

#single-column .inner .table_sty th {
  background: none;
  padding: 20px 0;
}
#single-column.cart_ .inner  .totalprice .txtR{
  border-top: 1px solid #eee;
}

.table_sty_y .my_address td:nth-child(2) {
  width: 14rem
}

.table_sty_y .my_address td:nth-child(5) {
  width: 18rem
}

.itemDetail {
  margin-bottom: 40px
}

#page form table {
  border: none;
}

#page form .table_sty th, #page form .table_sty td {
  border-width: 1px 0;
  border-color: #eee;
}

#page form .table_sty th {
  background: none;
  padding: 20px 0;
}

#page form .table_sty th[colspan] {
  background: #eee;
  padding-left: 20px
}
#single-column.mypage_ .inner .table_sty tr:first-child th{
  border: none;
  font-size: 23px !important;
  padding-bottom: 10px;
}

#matrix tr td.sold input{display: none}

.infoContents{
width: 780px;
  margin: auto
}
.info_ #maincolumn{
width: 780px;
  margin: auto
}

.info_ #maincolumn #page_tit_sty ,.infoContents #page_tit_sty {
 margin-bottom: 65px;
  position: relative;
font-size: 24px;
  color: #811325;
  text-align: center;
}
.info_ #maincolumn #page_tit_sty::before,.infoContents #page_tit_sty::before{
content: '';
display: block;
  width: 4rem;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto
  
}
.infoContents .priceList {
padding: 30px;
  width: 100%;
  text-align: center;
  background: #fbfbfb;
}
.infoContents .priceList p{

  text-align: left;
}


  .l-header__wrap__gnav .item:hover .l-header__wrap__gnav__childMenu {
    height: auto;
  }

  .l-header__wrap__gnav__childMenu {
    position: absolute;
  }

  .l-header__wrap__gnav__childMenu .wrap {
    padding: 0 2rem 2rem;
  }

  .l-header__wrap__gnav__childMenu .wrap .child-item:not(:first-child) .child-link {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .l-header__wrap__gnav__childMenu .wrap .child-link {
    display: block;
   background: rgb(48, 48, 48);
    padding: 1rem 2rem 1rem 1.5rem;
    color: #fff;
    white-space: nowrap;
  }

  .l-header__wrap__gnav__childMenu .wrap .child-link:hover {
    background-color: #1f1f1f;
    opacity:1
  }

.l-header__wrap__gnav .item.hasChild .link {
  padding-right: 2.5rem;
  position: relative;
}
.l-header__wrap__gnav .item.hasChild .link .dropDown {
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  background: url(/images/design/icon-arrowBottom-black.svg) 50% no-repeat;
  background-size: 14px auto;
  right: 0;
  top: calc(50% - 8px);
  transition: transform .2s;
  z-index: 100;
}

.l-header__wrap__gnav .item {
  position: relative;
}
.infoContents dl dt.big{
	font-size: 1.8rem;
  color: #771324
}

.l-home__recommendArea--col2 .item .link .title {
  color: #000;
}
.home #picUp .tit_sty02 {
display : none
}
.home #newItem {
margin-bottom : 0
}

article#newsList {
 
  padding: 2rem 2rem 1rem;
  border: 1px solid #dedede;

}
article#newsList .tit_sty02{
  padding:0;
  line-height: 1.2;
  border-bottom: 1px solid #dedede;
  text-align: left;
  padding-bottom: 1.6rem
}
article#newsList .tit_sty02 span{
  font-size: 1.6rem;
  padding: 0

}
.news li {
  border-bottom: 1px dashed #eee;
}
#newsList{
margin-bottom: 0
}
#newsList dt {
  position:absolute

}
#newsList .news dl{
  text-align:left;
  position: relative;
}
#newsList .image,#news .image{
  display: none
}
#newsList .news .txt{
  display: block;
  padding-left: 180px
}
.contentsnews_ #page #main #maincolumn {
  max-width: 800px;
  margin: 6rem auto
}
.swiper-container {
  width: 1250px;
  height: 489px;
}

#newsList .new{
font-size: 1rem;
  position: relative;
  border: none;
  transform: scale(.8);
  left: -.6rem;
  top: -.4rem;

}
.l-header__info .myData span {
  margin-left: 10px;
}

.l-header__info .myData span strong{
  margin-right: 3px;
}

.l-home .l-home__shopBnr {
  padding: 40px 15px 50px;
  margin-bottom: 30px;
}
.l-home__recommendArea--col6 .item {
  width: 15%;
}

.l-home__recommendArea--col6 .item .link {
  background: #fff;
  max-height: 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
}

.l-home__recommendArea--col6 .item .link img {
  max-width: 80%;
  height: auto;
  width: 192px;
}
.itemData .mySet .susumeru {
  display: none;
}
label input[type="radio"], label input[type="checkbox"]{
-webkit-transform: scale(1.2);
  transform: scale(1);
}

.itemData .mySet .friend{display:none}

.itemData .mySet .inner div {
  text-align: right;
}

.itemData .mySet .inner div.review{display:none}
label,input{cursor: pointer}
.itemData .mySet .inner div.goods_request{margin-bottom: 5px}

#single-column .inner .table_sty td.carriageSet {
  text-align: right;
}
#single-column .inner .table_sty td.carriageSet .entry{
  margin-bottom:0
}


dd#postageCheck2 {
  margin-right: 0;
}

.l-header__info .message{width: 34%}
.l-header__info .myData {white-space: nowrap}
.noshiBtn{display:none}
#news .new {
  font-size: 1rem;
  position: relative;
  border: none;
  transform: scale(.8);
  left: -.6rem;
  top: -.4rem;
}
#single-column.member_ .inner .table_sty tr th{
width:22rem
}
.verisign {
  width: 700px;
}

#guide_box3 .infoContents dl{
margin: 20px 0
}
#guide_box3 .infoContents dl dt{
font-weight: 700;
  margin-bottom:1rem
}
#guide_box3 .infoContents dl dd{
  margin-bottom:3rem
}
.pagebar li.next a, .pagebar li.next2 a, .pagebar li.prev a, .pagebar li.prev2 a {
  white-space: nowrap;
}
.addressSend dl dt{
  white-space: nowrap;
}

.addressSend {
  width: 900px;
}

.addressSend dl dt {
  width: 185px;
  padding: 10px 10px;
}
.cart_button_big{
margin-bottom: 20px
}
.news dl dt span {
  position: absolute;
   left: 75px;
   top: -1px;
}
#news .news dl dt {
  position: relative;
}

  /*710*/
.l-home__recommendArea.series {
  /*710*/
}

.l-home__recommendArea.series .item:nth-child(n + 4) {
  margin-top: 2.5rem;
}



.l-home__recommendArea.series .item .link {
  background: #e8ebef;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 162px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.8rem;
}

.l-home__recommendArea.series .item .link img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.l-home__recommendArea.series .item .link .title {
  position: relative;
  z-index: 10;
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0;
  word-break: keep-all;
  padding:0
}


.l-home__recommendArea.category {

  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-home__recommendArea.category .item {
  width: auto;
  margin: 1rem .25rem;
}

.l-home__recommendArea.category .item .link {
  background-color: #b0b0b0;
  padding: .6rem 1rem;
  line-height: 1;
  border-radius: .5rem;
}

.l-home__recommendArea.category .item .link .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding-bottom:0
}

.l-home .l-content--full.word {
  /*710*/
  padding-bottom: 60px;
}

.l-home .l-content--full.brand {
  /*710*/
  padding-bottom: 60px;
}


.l-home__recommendArea.brand {
  /*710*/
}

.l-home__recommendArea.brand .item .title,
.l-home__recommendArea.brand .item .caption {
  text-align: left;
  line-height: 1.8;
}

.l-home__recommendArea.brand .item .title {
  margin-top: 2rem;
  padding-bottom: 0
}

.l-home__recommendArea.brand .item .caption {
  margin-top: 1rem;
}
.swiper-pagination-bullet {
  background: rgb(142 142 142 / 70%);
  opacity: 1;
}



@media screen and (min-width:800px) { 
.l-home .news dl dt span {
   left: 90px;
}
}