@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

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

body {
  margin: 0;
  letter-spacing: 0.04em;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "CONDENSEicon";
  src: url(../web_fonts/CONDENSEicon.eot) format("eot"),url(../web_fonts/CONDENSEicon.woff) format("woff"),url(../web_fonts/CONDENSEicon.ttf) format("truetype"),url(../web_fonts/CONDENSEicon.otf) format("opentype");
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

.flex-col-sp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp_2>li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin>li {
  width: 50%;
}

a {
  color: inherit;
}

a:focus {
  outline: none;
}

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

.link-arrow {
  position: relative;
}

.link-arrow::after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  font-weight: bold;
}

.link-arrow__left::before {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #048c50;
}

.link--green {
  color: #048c50;
}

.link--green:visited {
  color: #048c50;
}

.link--gold {
  color: #836900 !important;
  font-weight: bold;
}

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

.js-hover:hover {
  opacity: 1;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

ol.list-num {
  padding-left: 1.2em;
}

ol.list-num>li {
  margin-bottom: 10px;
  counter-increment: number;
  position: relative;
}

ol.list-num>li::before {
  content: counter(number) ".";
  display: block;
  margin-left: -1em;
  position: absolute;
  top: 0;
  left: 0;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.table {
  margin-top: 20px;
  border: 1px solid #999;
  text-align: center;
}

.table dl dt {
  background-color: #f3f3f3;
  padding: 10px;
}

.table dl dd {
  padding: 10px;
}

.table--default {
  margin: 0;
}

.table--default dl {
  line-height: 1.8;
}

.table .table-list>li {
  margin-top: 10px;
}

.table .table-list>li:first-child {
  margin-top: 0;
}

.table .table-note {
  display: block;
  position: relative;
  font-size: 10px;
}

.table .table-note::before {
  content: "※";
  display: inline-block;
}

.table-ordered>li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  border: 1px solid #f3f3f3;
  border-collapse: collapse;
}

.table-ordered>li::before {
  display: none;
}

.table-ordered>li .table-ordered__num {
  display: table-cell;
  width: 35px;
  background-color: #f0f3f8;
  border: 1px solid #f3f3f3;
  color: #f3fbff;
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.table-ordered>li .table-ordered__txt {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
  border: 1px solid #f3f3f3;
}

.table-ordered>li .table-ordered__txt .table-ordered__title {
  font-size: 14px;
}

.table-ordered>li .table-ordered__txt .table-ordered__txt--last {
  font-weight: bold;
  font-size: 19px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button {
  background-color: inherit;
  border: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #777;
  border-radius: 3px;
  background: #777;
  color: #fff;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

.form-submit {
  position: relative;
  width: 100%;
  line-height: 34px;
  padding: 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.submit-btn {
  position: relative;
}

.submit-btn:after {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #fff;
}

.section-confirmation input[type="submit"],
.section-confirmation input[type="button"] {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

.section-confirmation input[type="submit"]:hover,
.section-confirmation input[type="button"]:hover {
  opacity: 0.7;
}

.section-confirmation .input-submit {
  position: relative;
  margin-bottom: 10px;
}

.section-confirmation .input-button {
  position: relative;
}

.reset-btn {
  width: 100%;
  display: block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: none;
  border-color: #777;
  border-radius: 3px;
  background: #777;
  color: #fff;
}

.reset-btn:hover {
  color: #fff;
}

.c-form .c-content-wrap__inner {
  padding: 0;
}

.c-form .c-company-tbl {
  text-align: left;
}

.c-form .c-company-tbl__wrap {
  padding-left: 0;
  padding-right: 0;
}

.c-form .c-company-tbl__ttl {
  text-align: left;
  text-align-last: left;
}

.c-form .c-company-tbl__ttl span {
  color: #671216;
  font-size: 10px;
}

.c-form input[name*="email"]:nth-child(2),
.c-form input[name*="password"]:nth-child(2) {
  margin-top: .5em;
}

.c-form select[name="reminder"] {
  margin-bottom: .5em;
}

.c-form input[type="radio"] {
  margin: 0 5px 0;
}

.c-form input[type="tel"] {
  width: 25%;
}

.c-form input[name*="addr"] {
  margin: 0.5em 0 0;
}

.c-form .birth-year {
  width: 30%;
  display: inline-block;
}

.c-form .birth-month {
  width: 15%;
  display: inline-block;
}

.c-form .birth-day {
  width: 15%;
  display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  color: #777;
  border: none;
  padding: 5px 5px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: transparent;
  border: 1px solid #999;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

textarea::placeholder,
input::placeholder {
  color: #999;
}

.search-block {
  position: relative;
}

.search-block i {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  color: #999;
}

.search-block .search-input {
  height: 36px;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 15px;
}

.search-block .search-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(4,140,80,0.8);
}

select {
  color: #777;
  border: 1px solid #ddd;
  background: #fff;
  height: 37px;
  width: 100%;
}

select:focus-visible {
  outline: 1px solid #999;
}

textarea {
  width: 100%;
  height: 239px;
  resize: vertical;
}

textarea.textarea-min {
  height: 100px;
}

input.input__min {
  width: 45%;
}

input.input-year {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}

input.input-month {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

input.input-day {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

.radio-input {
  opacity: 0;
  display: none;
}

.radio-input+label {
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
}

.radio-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #836900;
  border-radius: 50%;
}

.radio-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #836900;
  border-radius: 50%;
}

.radio {
  padding-left: 20px;
  position: relative;
}

.radio:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

input[type="radio"]:checked+.radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #0080cd;
  border-radius: 50%;
}

.checkbox {
  padding-left: 20px;
  position: relative;
}

.checkbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

input[type="checkbox"]:checked+.checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #0080cd;
  border-right: 3px solid #0080cd;
}

.form-check-list>li {
  display: inline-block;
  margin-right: 5px;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

.ec-zipInputHelp span {
  color: #671216;
  font-size: 14px;
}

.ec-select select {
  color: #777;
  border: 1px solid #ddd;
  background: #fff;
  height: 37px;
  width: 100%;
  border-radius: 0px;
}

.ec-select select:focus-visible {
  border: 1px solid #999;
  outline: 1px solid transparent;
}

.ec-select select:focus {
  border: 1px solid #999;
  outline: 1px solid transparent;
}

.ec-birth select {
  color: #777;
  border: 1px solid #ddd;
  background: #fff;
  height: 37px;
  border-radius: 0px;
}

.ec-birth select:focus-visible {
  border: 1px solid #999;
  outline: 1px solid transparent;
}

.ec-birth select:focus {
  border: 1px solid #999;
  outline: 1px solid transparent;
}

.ec-radio span {
  font-weight: 300;
}

.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
  color: #671216 !important;
  font-weight: 300 !important;
}

#shopping_order_card_exp_month,
#shopping_order_card_exp_year {
  width: 50px !important;
}

body,
button,
input,
select,
textarea {
  color: #777;
  font-family: "Helvetica","Helvetica Neue","Arial","Noto Sans JP",sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  font-size: 15px;
  font-size: .9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.montserrat {
  font-family: "Montserrat",sans-serif;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  left: 3px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fbfce8;
  border-right: 1px solid #fbfce8;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  left: 3px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fbfce8;
  border-right: 1px solid #fbfce8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}

.mfp-figure .close-btn {
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 0;
}

.mfp-figure .close-btn img {
  width: 25px;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-figure {
  cursor: pointer;
}

.mfp-bg {
  opacity: 0;
  transition: opacity .5s;
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity .5s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@font-face {
  font-family: "slick";
  src: url("../img/fonts/slick.eot");
  src: url("../img/fonts/slick.eot?#iefix") format("embedded-opentype"),url("../img/fonts/slick.woff") format("woff"),url("../img/fonts/slick.ttf") format("truetype"),url("../img/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.c-breadcrumb {
  padding-top: 4px;
}

.c-breadcrumb__lists>li {
  display: inline-block;
  font-size: 13px;
}

.c-breadcrumb__lists a {
  text-decoration: none;
}

.c-breadcrumb__lists a::after {
  content: ">";
  padding: 0 7px 0 9px;
}

.c-btn-wrap--center {
  text-align: center;
}

.c-btn-space {
  margin-top: 35px;
}

.c-btn {
  font-weight: 300;
  font-family: "Helvetica","Helvetica Neue","Arial",sans-serif;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}

.c-btn::before {
  content: '';
  position: absolute;
  top: 60%;
  right: -34px;
  width: 30px;
  height: 1px;
  background: #777;
  transition: all .3s;
}

.c-btn::after {
  content: '';
  position: absolute;
  top: 49%;
  right: -35px;
  width: 15px;
  height: 1px;
  background: #777;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  transition: all .3s;
}

.c-btn--border {
  font-size: 16px;
  border: 1px solid #777;
  display: block;
  text-align: center;
  padding: 27px 0;
  transition: .4s ease;
}

.c-btn--border::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  width: 30px;
  height: 1px;
  background: #777;
  transition: all .3s;
}

.c-btn--border::after {
  content: '';
  position: absolute;
  top: 47%;
  right: 26px;
  width: 15px;
  height: 1px;
  background: #777;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  transition: all .3s;
}

.c-border-btn {
  transition: .4s ease;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #777;
  display: block;
  text-align: center;
  padding: 27px 0;
  width: 100%;
}

.c-border-btn--black {
  background: #070e27;
  border: 1px solid #070e27;
  color: #fff;
  font-weight: 400;
}

.c-border-btn--gray {
  background: #777;
  color: #fff;
  font-weight: 400;
}

.c-border-btn--center {
  margin: auto;
}

.c-border-btn:hover {
  opacity: .8;
}

.c-btn-wrap--2column {
  margin-bottom: 38px;
}

.c-btn-wrap--2column--center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn-wrap--2column .c-btn-wrap:not(:last-child) {
  margin-bottom: 20px;
}

.c-btn-wrap--3column {
  margin-bottom: 38px;
}

.c-btn-wrap--3column .c-btn-wrap:not(:last-child) {
  margin-bottom: 20px;
}

.ec-inlineBtn {
  color: #777 !important;
  background-color: transparent !important;
  border-color: #ddd !important;
  font-weight: 300 !important;
  transition: .5s !important;
}

.ec-inlineBtn:active,
.ec-inlineBtn:hover,
.ec-inlineBtn:focus,
.ec-inlineBtn:focus-visible {
  color: #671216 !important;
  outline: none !important;
  background-color: transparent !important;
  border-color: #ddd !important;
}

.c-categories__lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-categories__list {
  border: 1px solid #fff;
  width: 50%;
}

.c-categories__link {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-categories__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40%;
  content: "";
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000 100%);
}

.c-categories__link:hover {
  opacity: 1;
}

.c-categories__link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: .5s;
  opacity: 1;
}

.c-categories__link img {
  width: 100%;
  transition-duration: .5s;
}

.c-categories__cat {
  font-weight: 300;
  font-family: "Helvetica","Helvetica Neue","Arial",sans-serif;
  font-size: 24px;
  display: block;
  width: 100%;
  padding: 0 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  line-height: 1;
}

.c-company-tbl {
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #ddd;
}

.c-company-tbl__wrap {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.c-company-tbl__ttl {
  margin-bottom: 15px;
}

.c-content-wrap {
  margin-top: 34px;
}

.c-content-wrap:first-of-type {
  margin-top: 0;
}

.c-content-wrap__inner {
  margin-top: 24px;
  padding: 0 15px;
}

.c-content-wrap__inner--wide {
  margin-top: 30px;
}

.c-content-wrap__txt {
  margin-bottom: 15px;
}

.c-content-wrap__txt--wide {
  margin-bottom: 30px;
}

.c-content-wrap__txt--mt {
  margin-top: 15px;
}

.c-content-wrap__note {
  font-size: 12px;
  color: #f62f2f;
  text-indent: -1em;
  padding-left: 1em;
}

.c-content-wrap__note:last-child {
  margin-bottom: 15px;
}

.c-content-wrap__note--space {
  margin-bottom: 15px;
}

.c-content-wrap__box {
  border: 1px solid #ddd;
  padding: 15px 17px;
}

.c-content-wrap__box .c-content-wrap__note:last-child {
  margin-bottom: 0;
}

.c-content-wrap__scroll {
  height: 500px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 30px 15px 15px;
}

.c-footer {
  font-family: "Helvetica","Helvetica Neue","Arial",sans-serif;
}

.c-footer__nav {
  margin-top: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-footer__list {
  font-size: 16px;
  margin-top: 30px;
}

.c-footer__list:first-child {
  margin-top: 0;
}

.c-footer__list--min {
  font-size: 12px;
  margin-top: 20px;
}

.c-footer__list--min:nth-child(6) {
  margin-top: 30px;
}

.c-footer__blank {
  display: none;
}

.c-footer__icon {
  width: 40px;
  margin-top: 18px;
}

.c-footer__icon:first-child {
  margin-top: 0;
}

.c-footer__copy {
  text-align: center;
  margin-top: 75px;
}

.c-footer a {
  text-decoration: none;
}

.c-heading {
  font-family: "Helvetica","Helvetica Neue","Arial",sans-serif;
  font-size: 31px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 300;
  letter-spacing: .06em;
}

.c-center-ttl {
  text-align: center;
  font-weight: 300;
  letter-spacing: .06em;
  font-size: 23px;
  margin-bottom: 20px;
}

.c-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 23px;
}

.c-ttl--border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-left: 15px;
}

.c-border-ttl {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 15px;
}

.c-side-ttl {
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  margin-bottom: 22px;
}

.c-side-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9%;
  background: #f9f9f4;
  width: 7px;
  height: 80%;
  border: 1px solid #ddd;
}

.c-line-ttl {
  font-size: 300;
  text-align: center;
  position: relative;
}

.c-line-ttl::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #ddd;
}

.c-info__item {
  background: #f3f3f3;
  color: #777;
  margin-bottom: 20px;
  padding: 28px 32px;
}

.c-info__item:last-child {
  margin-bottom: 0;
}

.c-info__ttl {
  font-size: 21px;
  margin-bottom: 16px;
  font-weight: 300;
  text-align: center;
}

.c-info__txt {
  font-size: 16px;
  margin-bottom: 15px;
}

.c-info a {
  text-decoration: none;
}

.c-item-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: 0 -10px;
}

.c-item-list__card {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.c-item-list__card:last-child {
  margin-bottom: 0;
}

.c-item-list__card:nth-last-child(2) {
  margin-bottom: 0;
}

.c-item-list__pic img {
  width: 100%;
}

.c-item-list__pic--sold {
  position: relative;
}

.c-item-list__pic--sold::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(153,153,153,0.8);
  top: 0;
  left: 0;
}

.c-item-list__pic--sold span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  z-index: 10;
}

.c-item-list__txt {
  background: #fff;
  padding: 10px 15px;
}

.c-item-list__price--mini {
  font-size: 12px;
  text-decoration: line-through;
}

.c-item-list__soldout {
  color: #671216;
}

.c-item-list__saleprice {
  color: #671216;
}

.c-item-list a {
  text-decoration: none;
}

.c-item-list .schedule-time {
  font-weight: bold;
}

.c-item-list .schedule-time span {
  color: #671216;
}

.c-dot-list>li {
  position: relative;
  padding-left: 1.2em;
}

.c-dot-list>li::before {
  position: absolute;
  content: "・";
  display: inline-block;
  top: 0;
  left: .2em;
}

.c-square-list>li {
  position: relative;
  padding-left: 1.2em;
}

.c-square-list>li::before {
  position: absolute;
  display: inline-block;
  top: 6px;
  left: 0;
  content: "";
  background-color: #777;
  width: 11px;
  height: 11px;
}

.c-note-list>li {
  position: relative;
  padding-left: 1.2em;
  color: #f62f2f;
  font-size: 12px;
}

.c-note-list>li::before {
  position: absolute;
  content: "※";
  display: inline-block;
  top: 0;
  left: .2em;
}

.c-news {
  padding: 0 15px;
}

.c-news__wrap {
  font-size: 16px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.c-news__wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-news__data {
  margin-bottom: 8px;
}

.c-news a {
  text-decoration: none;
}

.ec-newsRole .c-news .ec-newsRole__newsItem {
  font-size: 16px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.ec-newsRole .c-news .ec-newsRole__newsItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ec-newsRole .c-news .ec-newsRole__newsDate {
  color: #777;
  font-size: 16px;
  margin: 0 0 8px 0;
}

.ec-newsRole .c-news .ec-newsRole__newsTitle {
  width: 100%;
  margin: 0;
  font-weight: 300;
  color: #777;
  font-size: 16px;
}

.ec-newsRole .c-news .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
  margin: 15px 0 0;
}

.ec-newsRole .c-news .ec-newsRole__newsDescription a {
  color: #671216;
}

.c-page-title {
  position: relative;
}

.c-page-title__inner {
  width: 90%;
  height: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fbfce8;
}

.c-page-title__txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fbfce8;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.32em;
  font-family: "Helvetica","Helvetica Neue","Arial",sans-serif;
  font-weight: 300;
}

.c-pager {
  text-align: center;
}

.c-pager__arrow {
  width: 30px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.c-pager__arrow::before {
  content: '';
  position: absolute;
  top: 78%;
  width: 30px;
  height: 1px;
  background: #777;
  transition: all .3s;
}

.c-pager__arrow::after {
  content: '';
  position: absolute;
  top: 67%;
  width: 15px;
  height: 1px;
  background: #777;
  transition: all .3s;
}

.c-pager__arrow--prev::before {
  left: -4px;
}

.c-pager__arrow--prev::after {
  left: -4px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.c-pager__arrow--next::before {
  right: -4px;
}

.c-pager__arrow--next::after {
  right: -4px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.c-pager__item {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 0 10px;
}

.c-pager__item:hover {
  color: #070e27;
}

.c-pager__item--current {
  color: #070e27;
}

.c-search {
  display: none;
  cursor: pointer;
}

.c-search.is-view {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 10;
}

.c-search__label {
  text-align: center;
  width: 40px;
  height: 146px;
  margin-left: auto;
}

.c-search__icon {
  padding: 8px 0;
  display: block;
  background: #070e27;
  border-top-left-radius: 6px;
}

.c-search__txt {
  padding: 8px 9px;
  width: 40px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 0.3em;
  background: #eee;
  border-bottom-left-radius: 6px;
}

.c-tab__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-tab__item {
  display: block;
  width: 33.333%;
  outline: 0;
  text-align: center;
  height: 109px;
  font-size: 18px;
  background: #fdfdfc;
  color: #c9c9c9;
  cursor: pointer;
  transition: .4s ease;
  padding-top: 25px;
  line-height: 1.4;
}

.c-tab__item span {
  display: block;
  position: relative;
}

.c-tab__item span::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 22px;
  background: #c9c9c9;
  transition: all .3s;
}

.c-tab__item span::after {
  content: '';
  position: absolute;
  top: 55px;
  left: 52%;
  width: 1px;
  height: 12px;
  background: #c9c9c9;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  transition: all .3s;
}

.c-tab__item.is-active {
  color: #777;
  background: #f9f9f4;
}

.c-tab__item.is-active span::before {
  background: #777;
}

.c-tab__item.is-active span::after {
  background: #777;
}

.c-tab__item--line2 {
  padding-top: 14px;
}

.c-tab__item--line2 span::before {
  top: 55px;
}

.c-tab__item--line2 span::after {
  top: 65px;
}

.c-tab__wrap {
  font-size: 16px;
  display: none;
  opacity: 0;
  padding: 15px;
  border: 15px solid #f9f9f4;
  line-height: 2;
}

.c-tab__wrap.is-current {
  display: block;
  opacity: 1;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-tab__wrap a {
  text-decoration: underline;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-table {
  text-align: center;
  margin-right: calc(50% - 50vw);
  overflow: auto;
}

.c-table__inner {
  width: 456px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-table__column {
  width: 228px;
}

.c-table__column:last-child .c-table__ttl {
  border-left: none;
}

.c-table__column:last-child .c-table__detail {
  border-left: none;
}

.c-table__ttl {
  padding: 19px 0;
  background: #f9f9f4;
  border: 1px solid #ddd;
}

.c-table__detail {
  padding: 19px 0;
  border: 1px solid #ddd;
  border-top: none;
}

.c-table-2col__inner {
  width: 456px;
}

.c-table-2col__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-table-2col__column:last-child .c-table-2col__ttl {
  border-bottom: 1px solid #ddd;
}

.c-table-2col__column:last-child .c-table-2col__detail {
  border-bottom: 1px solid #ddd;
}

.c-table-2col__ttl {
  width: 228px;
  font-size: 18px;
  background: #f9f9f4;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 20px 0;
}

.c-table-2col__ttl span {
  display: block;
  font-size: 14px;
  margin-top: -2px;
}

.c-table-2col__ttl--middle {
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-table-2col__detail {
  width: 228px;
  text-align: left;
  border: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-table-6col {
  text-align: center;
  margin-right: calc(50% - 50vw) !important;
  overflow: auto;
}

.c-table-6col__inner {
  width: 710px;
}

.c-table-6col__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-table-6col__column:last-child .c-table-6col__ttl {
  border-bottom: 1px solid #ddd;
}

.c-table-6col__column:last-child .c-table-6col__detail {
  border-bottom: 1px solid #ddd;
}

.c-table-6col__ttl {
  width: 135px;
  background: #f9f9f4;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 20px 0;
}

.c-table-6col__detail {
  width: 115px;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
  padding: 20px 0;
}

.c-table-9col {
  text-align: center;
  margin-right: calc(50% - 50vw) !important;
  overflow: auto;
}

.c-table-9col__inner {
  width: 1055px;
}

.c-table-9col__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-table-9col__column:last-child .c-table-9col__ttl {
  border-bottom: 1px solid #ddd;
}

.c-table-9col__column:last-child .c-table-9col__detail {
  border-bottom: 1px solid #ddd;
}

.c-table-9col__ttl {
  width: 135px;
  background: #f9f9f4;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 20px 0;
}

.c-table-9col__detail {
  width: 115px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  padding: 20px 0;
}

.c-response-table {
  margin-bottom: 0;
  margin-top: 90px;
}

.c-response-table__thead {
  display: none;
}

.c-response-table__tr,
.c-response-table__td {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
}

.c-response-table__tr {
  border: 1px solid #ddd;
  border-top: none;
  padding: 22px 0;
}

.c-response-table__first td:first-child:before {
  content: "カード会社\A支払方法";
  white-space: pre;
  background: #f9f9f4;
  height: 90px;
  padding: 25px 0;
  position: absolute;
  top: -110px;
  left: 0;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}

.c-toggle {
  border-bottom: 1px solid #ddd;
}

.c-toggle__q {
  position: relative;
  cursor: pointer;
  padding: 25px 40px 25px 45px;
}

.c-toggle__q::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background-image: url(/html/template/bernet/assets/img/faq/close.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 25px;
  height: 25px;
  transition: .3s;
  color: transparent;
}

.c-toggle__q.open::after {
  background-image: url(/html/template/bernet/assets/img/faq/open.svg);
}

.c-toggle__q::before {
  position: absolute;
  content: "Q.";
  left: 20px;
}

.c-toggle__a {
  display: none;
  padding-left: 45px;
  padding-right: 40px;
  position: relative;
  margin-bottom: 35px;
}

.c-toggle__a::before {
  position: absolute;
  content: "A.";
  left: 20px;
}

.c-toggle__a-note {
  display: block;
  font-size: 12px;
  color: #f62f2f;
  margin-top: 8px;
}

.c-toggle:first-of-type {
  border-top: 1px solid #ddd;
}

.c-toggle:first-of-type .c-toggle__a {
  display: block;
}

.c-toggle:first-of-type .c-toggle__q:after {
  background-image: url(/html/template/bernet/assets/img/faq/open.svg);
}

.c-toggle:first-of-type .c-toggle__q.open:after {
  background-image: url(/html/template/bernet/assets/img/faq/close.svg);
}

.l-footer {
  color: #fbfce8;
  background: #070e27;
  padding: 50px 15px 30px;
}

.gnav-btn {
  display: none;
  width: 30px;
  height: 15px;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  top: 18px;
  right: 13px;
  z-index: 999;
  cursor: pointer;
}

.home .gnav-btn {
  display: block;
}

.gnav-btn__container {
  position: relative;
  width: 30px;
  height: 15px;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.gnav-btn__container>span {
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fbfce8;
}

.is-header .gnav-btn,
.is-header .gnav-search {
  display: block;
}

.is-header .gnav-btn__container>span {
  background-color: #777;
}

.gnav-btn__container>span:first-child {
  top: 0;
}

.gnav-btn__container>span:nth-child(2) {
  top: 7px;
}

.gnav-btn__container>span:nth-child(3) {
  bottom: 0;
}

.gnav-search {
  display: none;
  width: 40px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  top: 17px;
  right: 65px;
  z-index: 999;
  cursor: pointer;
}

.home .gnav-search {
  display: block;
}

.is-spmenu-open .gnav-search {
  display: none;
}

.gnav-search__container {
  position: relative;
}

.gnav-search__container::after {
  position: absolute;
  content: "";
  background-image: url(/html/template/bernet/assets/img/common/search_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.is-header .gnav-search__container::after {
  background-image: url(/html/template/bernet/assets/img/common/search.svg);
}

.is-spmenu-open .gnav-btn {
  display: none;
}

.is-spmenu-open .gnav-search__container::after {
  background-image: url(/html/template/bernet/assets/img/common/search_open.svg);
}

.g-nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: -1;
  transition: all 0.3s;
}

.g-nav.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}

.g-nav__close {
  position: relative;
}

.g-nav__close-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.g-nav__logo {
  width: 130px;
}

.g-nav__closebtn {
  cursor: pointer;
  width: 22px;
  position: absolute;
  top: 18px;
  right: 13px;
}

.g-nav__wrap {
  position: relative;
  margin-bottom: 200px;
}

.g-nav__wrap a {
  text-decoration: none;
  cursor: pointer;
}

.g-nav__list {
  border-bottom: 1px solid #eee;
  font-size: 17px;
  letter-spacing: 0.24em;
  padding-left: 23px;
}

.g-nav__list>a {
  display: block;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}

.g-nav__list>a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 23px;
  width: 32px;
  height: 1px;
  background: #777;
}

.g-nav__list>a::after {
  content: '';
  position: absolute;
  top: 46%;
  right: 23px;
  width: 15px;
  height: 1px;
  background: #777;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.g-nav__cart {
  font-size: 15px;
  text-align: center;
  margin-top: 25px;
}

.g-nav__cart a {
  background: #eee;
  display: inline-block;
  border-radius: 50px;
  padding: 0 15px;
}

.g-nav__cart span {
  padding-left: 1em;
}

.g-nav__cat {
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
}

.g-nav__cat.is-active {
  opacity: 1;
  visibility: visible;
}

.g-nav__catback {
  font-size: 17px;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.g-nav__catback::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 32px;
  height: 1px;
  background: #777;
}

.g-nav__catback::after {
  content: '';
  position: absolute;
  top: 46%;
  left: 20px;
  width: 15px;
  height: 1px;
  background: #777;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.g-nav__catlists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g-nav__catlist {
  font-size: 14px;
  padding-left: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 60px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.g-nav__catlist::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 32px;
  height: 1px;
  background: #777;
}

.g-nav__catlist::after {
  content: '';
  position: absolute;
  top: 46%;
  right: 20px;
  width: 15px;
  height: 1px;
  background: #777;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.g-nav__catlist:nth-child(odd) {
  border-right: 1px solid #eee;
}

.g-nav__catlist a {
  display: block;
  width: 100%;
}

.g-nav__child {
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
}

.g-nav__child.is-active {
  opacity: 1;
  visibility: visible;
}

.g-nav__childlists .g-nav__catlist {
  position: relative !important;
}

.g-nav__sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  padding: 0 23px;
}

.g-nav__sub>li {
  width: calc(50% - 10px);
  margin: 10px 0;
}

.is-spsubmenu-open .g-nav__catlist {
  position: static;
}

.pc-g-nav {
  display: none;
}

.pc-g-nav__lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pc-g-nav__list {
  margin-right: 26px;
}

.pc-g-nav__list a {
  text-decoration: none;
  transition: .5s;
  cursor: pointer;
}

.pc-g-nav__list a:hover {
  color: #671216;
  transition: .5s;
}

.pc-g-nav__list a.is-current {
  color: #671216;
}

.pc-g-nav__list--cart {
  font-size: 14px;
  margin-right: 0;
}

.pc-g-nav__list--cart a {
  background: #f9f9f4;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 50px;
  line-height: 1;
}

.pc-g-nav__list--cart span {
  padding-left: .8em;
}

.pc-g-nav__cat {
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s;
}

.pc-g-nav__cat.is-active {
  visibility: visible;
  opacity: 1;
}

.pc-g-nav__logo {
  width: 190px;
}

.pc-g-nav__close {
  background-image: url(/html/template/bernet/assets/img/common/menu-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 50%;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pc-g-nav__close-inner {
  text-align: center;
}

.pc-g-nav__catlists {
  position: absolute;
  width: 50%;
  height: 100vh;
  background: #fff;
  top: 70px;
  right: 0;
  padding: 40px 80px;
}

.pc-g-nav__closebtn {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}

.pc-g-nav__childlists {
  position: absolute;
  left: 50%;
  top: 135px;
  height: 100%;
  width: 100%;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.pc-g-nav__childlist {
  font-size: 16px;
  margin-bottom: 16px;
}

.pc-g-nav__catlist {
  font-size: 24px;
  margin-bottom: 24px;
  width: 60%;
}

.pc-g-nav__catlist--all {
  position: relative;
  margin-bottom: 48px;
}

.pc-g-nav__catlist--all::after {
  content: "";
  position: absolute;
  background: #ddd;
  height: 1px;
  width: 30px;
  bottom: -24px;
  left: 0;
}

.pc-g-nav__catlist--parent:hover>a {
  color: #671216;
}

.pc-g-nav__catlist--parent:hover .pc-g-nav__childlists {
  visibility: visible;
  opacity: 1;
}

.items .pc-g-nav__list--category>a {
  color: #671216;
}

.is-menu-open {
  overflow: hidden;
}

.search {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  position: relative;
  background-image: url(/html/template/bernet/assets/img/common/search_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.search .g-nav__close {
  display: none;
}

.search.is-panelactive {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  z-index: 10000;
}

.search.is-panelactive .g-nav__close {
  display: block;
}

.search.is-panelactive .search-wrap {
  display: block;
}

.search .pc-g-nav__logo {
  width: 180px;
  margin: auto;
}

.search .g-nav__logo {
  width: 125px;
  margin: auto;
}

.search .pc-g-nav__close-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search .g-nav__close-inner {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  top: 100px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search .search-txt {
  color: #fbfce8;
  letter-spacing: .2em;
  font-weight: 400;
  text-align: center;
}

.search .g-nav__close {
  position: static;
}

.search .g-nav__closebtn {
  margin: 10px 10px 0 auto;
}

.search-wrap {
  margin-top: 25px;
  display: none;
}

.search-wrap form {
  position: relative;
}

.search-wrap input[type="search"] {
  border-radius: 50px;
  -webkit-appearance: none;
  outline: none;
  padding-left: 20px;
  height: 40px;
}

.search-wrap input[type="search"]::-webkit-input-placeholder {
  color: #ccc;
}

.search-wrap input[type="search"]:-ms-input-placeholder {
  color: #ccc;
}

.search-wrap input[type="search"]::placeholder {
  color: #ccc;
}

.search-wrap input[type="submit"] {
  position: absolute;
  top: 9px;
  right: 15px;
  background: url(/html/template/bernet/assets/img/common/search.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.l-header__wrap {
  visibility: hidden;
  background: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: .4s ease;
}

.l-header__wrap.is-fixed {
  visibility: visible;
  opacity: 1;
}

.l-header__inner {
  height: 51px;
  padding-left: 8px;
}

.l-header__logo {
  width: 68px;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

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

.l-container--sppad {
  padding: 0 30px;
}

.l-page-wrap {
  padding: 35px 0 40px;
}

.items .l-page-wrap {
  padding: 20px 0 40px;
}

.about_our_clothes .about-block {
  margin-top: 25px;
}

.about_our_clothes .about-block:first-child {
  margin-top: 0;
}

.about_our_clothes .about-block__imgblock {
  margin: 0 calc(50% - 50vw);
}

.about_our_clothes .about-block__sec {
  background: #fff;
  position: relative;
  top: -20px;
  padding: 25px;
}

.about_our_clothes .about-block__ttl {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}

.about_our_clothes .about-block__txt {
  font-size: 16px;
  line-height: 1.8;
}

.abouts .g-map {
  margin-top: 30px;
}

.abouts .g-map iframe {
  width: 100%;
  height: 300px;
}

.attic_member .l-container {
  line-height: 1.7;
}

.attic_member .first-info {
  font-size: 16px;
  margin-bottom: 50px;
}

.attic_member .about-attic {
  margin-bottom: 89px;
}

.attic_member .about-attic .c-line-ttl {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 50px;
}

.attic_member .about-attic .c-line-ttl::after {
  bottom: -15px;
}

.attic_member .about-attic .c-dot-list>li {
  font-size: 16px;
  margin-bottom: 20px;
}

.attic_member .about-attic .c-note-list {
  margin-top: 30px;
}

.attic_member .bg-content {
  background-color: #fbfce8;
  padding-bottom: 58px;
}

.attic_member .about-service {
  position: relative;
  top: -29px;
  background-image: url(/html/template/bernet/assets/img/attic/about-service_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.attic_member .about-service__txt {
  color: #fff;
  padding: 55px 30px 83px;
}

.attic_member .about-service__txt .c-line-ttl {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 50px;
  letter-spacing: .04em;
}

.attic_member .about-service__txt .c-line-ttl::after {
  bottom: -15px;
}

.attic_member .about-service__txt>p {
  font-size: 16px;
}

.attic_member .bg-inner {
  padding: 40px 15px 50px;
  background-color: #fff;
  margin: -58px 30px 0;
  position: relative;
}

.attic_member .about-bene {
  margin-bottom: 50px;
}

.attic_member .about-bene .c-line-ttl {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 50px;
  letter-spacing: .04em;
}

.attic_member .about-bene .c-line-ttl::after {
  bottom: -15px;
}

.attic_member .about-bene__lists {
  text-align: center;
}

.attic_member .about-bene__list {
  margin-bottom: 25px;
}

.attic_member .about-bene__no {
  font-size: 18px;
}

.attic_member .about-bene__txt {
  font-size: 16px;
}

.attic_member .about-bene__bg {
  color: #fff;
  background-color: #671216;
  font-size: 20px;
  padding: 5px;
  margin: 8px 0;
}

.attic_member .about-bene__myp {
  text-align: center;
}

.attic_member .about-old .c-line-ttl {
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 50px;
  letter-spacing: .04em;
}

.attic_member .about-old .c-line-ttl::after {
  bottom: -15px;
}

.attic_member .about-old__ttl {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 14px;
}

.attic_member .about-old__txt {
  font-size: 16px;
  margin-bottom: 30px;
}

.attic_member .about-old__txt--mini {
  font-size: 14px;
  margin-bottom: 50px;
}

.attic_member .about-old__link {
  font-weight: 700;
  text-align: center;
}

.attic_member .about-old__link i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.attic_member .about-old__link i img {
  vertical-align: text-top;
}

.attic_member .about-old__link a {
  text-decoration: none;
}

.cart_page .ec-progress .ec-progress__item {
  font-weight: 300;
}

.cart_page .ec-progress .ec-progress__item::after {
  background: #070e27;
  height: 0.15em;
}

.cart_page .ec-progress .ec-progress__number {
  background: #070e27;
}

.cart_page .ec-progress .is-complete .ec-progress__number {
  background: #671216;
}

.cart_page .ec-progress .is-complete .ec-progress__label {
  color: #671216;
}

.cart_page .ec-cartRole {
  color: #777;
}

.cart_page .ec-cartRole .ec-cartRole__total {
  font-weight: 300;
}

.cart_page .ec-cartRole .ec-cartRole__totalAmount {
  color: #671216;
}

.cart_page .ec-cartRole__totalText {
  margin: 0 auto 1em;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.cart_page .ec-cartHeader .ec-cartHeader__label {
  background: #fbfce8;
  font-weight: 300;
}

.cart_page .ec-cartRow .ec-cartRow__summary {
  font-weight: 300;
}

.cart_page .ec-alert-warning {
  background: transparent;
  padding: 0;
}

.cart_page .ec-alert-warning .ec-alert-warning__text {
  font-weight: 300;
  color: #671216;
}

.cart_page .ec-login {
  background: #fff;
}

.cart_page .ec-guest {
  background: #fbfce8;
}

.cart_page .ec-customerRole {
  line-height: 1.6;
}

.entry .c-form dl:not([class]) {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.entry .c-form dl:not([class]) dt:not([class]) {
  margin-bottom: 15px;
  text-align: left;
  text-align-last: left;
}

.entry .c-form dl:not([class]) dt:not([class]) .ec-label {
  font-weight: 300;
  margin-bottom: 0;
}

.entry .c-form dl:not([class]) dt:not([class]) span {
  color: #671216;
  font-size: 10px;
}

.faq .c-ttl {
  font-weight: 300;
  padding-left: 20px;
}

.faq .faq-content {
  margin-top: 50px;
}

.faq .faq-content:first-child {
  margin-top: 0;
}

.guide .c-ttl {
  padding: 0 15px;
}

.guide .c-table {
  margin-top: 20px;
}

.home .mv {
  position: relative;
}

.home .mv__logo {
  width: 188px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home .mv__spimg {
  width: 100%;
}

.home .mv__catch {
  color: #fbfce8;
  font-size: 18px;
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home .top-banner {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 0;
}

.home .top-banner .slick-slide {
  margin: 0 10px;
}

.home .top-banner .slick-slide:not(.slick-center) .top-banner__img {
  position: relative;
}

.home .top-banner .slick-slide:not(.slick-center) .top-banner__img:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation-name: fadeopa;
  animation-name: fadeopa;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.home .top-banner .slick-arrow {
  z-index: 10;
  width: 10px;
  height: 31px;
}

.home .top-banner .slick-arrow::before {
  opacity: 1;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.home .top-banner .slick-prev {
  left: 4%;
}

.home .top-banner .slick-prev::before {
  background-image: url(/html/template/bernet/assets/img/top/left.png);
  background-size: contain;
}

.home .top-banner .slick-next {
  right: 4%;
}

.home .top-banner .slick-next::before {
  background-image: url(/html/template/bernet/assets/img/top/right.png);
  background-size: contain;
}

.home .top-categories {
  display: none;
}

.home .top-categories__lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home .top-categories__list {
  position: relative;
}

.home .top-categories__list a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.home .top-categories__list a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
  opacity: 0;
  background-image: url(/html/template/bernet/assets/img/top/repeat.png);
  background-repeat: repeat;
  background-size: 6px 6px;
}

.home .top-categories__list a:hover img {
  opacity: 1;
}

.home .top-categories__list:first-child {
  width: 52%;
}

.home .top-categories__list:nth-child(2) {
  width: 40%;
  margin-right: 10px;
  margin-top: 60px;
}

.home .top-categories__list:nth-child(3) {
  width: 45%;
  margin-left: 15px;
  margin-top: -10px;
}

.home .top-categories__list:nth-child(4) {
  width: 46%;
  margin-top: 26px;
}

.home .top-categories__list:last-child {
  width: 80%;
  margin-left: 14%;
  margin-top: 25px;
}

.home .top-categories__name {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  z-index: 1;
}

.home .top-categories__name span {
  display: block;
  font-size: 10px;
}

.home .top-categories__name::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  transition: all 0.25s ease-in;
}

.home .top-item {
  background: #f9f9f4;
  padding: 40px 0;
}

.home .top-item__up {
  text-align: center;
  margin-top: -13px;
  margin-bottom: 18px;
}

.home .top-band {
  background-image: url(/html/template/bernet/assets/img/top/band-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-bottom: 40px;
}

.home .top-band__inner {
  padding: 45px 30px;
}

.home .top-band__logo {
  width: 138px;
  margin: 0 auto 18px;
}

.home .top-band__txt {
  color: #fbfce8;
  line-height: 2;
  font-size: 18px;
}

.home .top-news {
  padding: 42px 0 85px;
}

.is-fadein {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.is-load {
  -webkit-animation: loadIn 2s ease 0s 1 normal;
  animation: loadIn 2s ease 0s 1 normal;
}

@keyframes loadIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loadIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeopa {
  from {
    background-color: rgba(249,249,244,0);
  }

  to {
    background-color: rgba(249,249,244,0.9);
  }
}

@keyframes fadeopa {
  from {
    background-color: rgba(249,249,244,0);
  }

  to {
    background-color: rgba(249,249,244,0.9);
  }
}

.items .sort {
  padding-top: 8px;
}

.items .sort__lists {
  text-align: right;
}

.items .sort__lists>li {
  display: inline-block;
  font-size: 13px;
}

.items .sort__lists>li:first-child::after {
  content: "|";
  padding: 0 7px 0 9px;
}

.items .sort__lists a {
  text-decoration: none;
}

.items .c-pager {
  margin-top: 40px;
}

.items .ec-topicpath {
  color: #777;
  border-top: none;
  border-bottom: none;
}

.items .ec-topicpath .ec-topicpath__divider {
  color: #777;
}

.items .ec-searchnavRole .ec-searchnavRole__infos {
  color: #777;
  margin-bottom: 0;
}

.items .ec-searchnavRole .ec-searchnavRole__infos .no-item {
  margin-bottom: 50px;
}

.items .ec-select {
  margin-bottom: 0;
}

.items .ec-select .disp-number {
  display: none;
}

.items .ec-select select {
  background-color: #fff;
  color: #777;
  border-color: #ddd;
}

.items .ec-select select:focus {
  border-color: #ddd;
}

.mypage .ec-login {
  background-color: transparent;
}

.mypage .ec-login .ec-errorMessage {
  color: #671216;
}

.mypage input[type="checkbox"] {
  display: inline;
}

.mypage .ec-mypageRole {
  color: #777;
  line-height: 1.6;
}

.mypage .ec-navlistRole .ec-navlistRole__navlist {
  border-color: #ddd;
}

.mypage .ec-navlistRole .ec-navlistRole__item {
  font-weight: 300;
  border-color: #ddd;
}

.mypage .ec-navlistRole .ec-navlistRole__item a:hover {
  background-color: #f3f3f3;
}

.mypage .ec-navlistRole .active a {
  color: #671216;
}

.mypage .ec-welcomeMsg {
  color: #777;
  border-bottom: none;
}

.mypage .ec-mydelivery .ec-addressRole .ec-addressRole__actions {
  border-bottom: none;
}

.mypage .ec-historyRole .ec-historyRole__contents {
  color: #777;
}

.mypage .ec-historyRole .ec-historyListHeader__date {
  font-weight: 300;
}

.mypage .ec-historyRole .ec-definitions dt,
.mypage .ec-historyRole .ec-definitions--soft dt {
  font-weight: 300;
}

.mypage .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
  font-weight: 300;
  font-size: 1.1rem;
}

.mypage .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
  font-weight: 300;
  font-size: 1rem;
}

.mypage .ec-registerCompleteRole {
  color: #777;
}

.mypage .ec-orderRole {
  color: #777;
}

.mypage .ec-definitions dt,
.mypage .ec-definitions--soft dt {
  font-weight: 500;
}

.mypage .ec-totalBox {
  background-color: #f9f9f4;
}

.mypage .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.mypage .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #671216;
  font-weight: 500;
}

.mypage .ec-imageGrid {
  border-top: none;
}

.mypage .ec-orderRole__detail .c-side-ttl {
  margin-top: 20px;
  margin-bottom: 10px;
}

.mypage .ec-orderMail .ec-orderMail__link a {
  color: #671216;
}

.mypage .ec-orderMail .ec-orderMail__close a {
  color: #671216;
}

.mypage .ec-addressList .ec-addressList__item {
  border-bottom: 1px solid #ddd;
}

.mypage .c-form dl:not([class]) {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.mypage .c-form dl:not([class]) dt:not([class]) {
  margin-bottom: 15px;
  text-align: left;
  text-align-last: left;
}

.mypage .c-form dl:not([class]) dt:not([class]) .ec-label {
  font-weight: 300;
}

.mypage .c-form dl:not([class]) dt:not([class]) span {
  color: #671216;
  font-size: 10px;
}

.order_page .c-side-ttl {
  margin-bottom: 10px;
  margin-top: 15px;
  background: transparent;
  padding: 0;
  padding-left: 15px;
  font-size: 15px;
}

.order_page .ec-orderRole {
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.order_page .ec-orderDelivery {
  margin-bottom: 40px;
}

.order_page .ec-orderDelivery .ec-orderDelivery__title {
  padding: 14px 0 14px;
  font-weight: 300;
  font-size: 16px;
}

.order_page .ec-orderDelivery .shopping-note {
  color: #671216;
  margin-bottom: 10px;
}

.order_page .ec-orderPayment {
  margin-bottom: 20px;
}

.order_page .ec-orderPayment .ec-rectHeading {
  margin-bottom: 20px;
}

.order_page .ec-borderedDefs {
  margin-bottom: 20px;
}

.order_page .ec-select label {
  font-weight: 300;
}

.order_page .ec-totalBox {
  background-color: #f9f9f4;
}

.order_page .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.order_page .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #671216;
  font-weight: 500;
}

.order_page .ec-blockBtn--cancel {
  background-color: #777;
  border-color: #777;
  font-weight: 300 !important;
  transition: .5s !important;
}

.order_page .ec-blockBtn--cancel:active,
.order_page .ec-blockBtn--cancel:hover,
.order_page .ec-blockBtn--cancel:focus,
.order_page .ec-blockBtn--cancel:focus-visible {
  outline: none !important;
  background-color: #777 !important;
  border-color: #777 !important;
}

.order_page .ec-blockBtn--action {
  background-color: #070e27;
  border-color: #070e27;
  font-weight: 300 !important;
  transition: .5s !important;
}

.order_page .ec-blockBtn--action:active,
.order_page .ec-blockBtn--action:hover,
.order_page .ec-blockBtn--action:focus,
.order_page .ec-blockBtn--action:focus-visible {
  outline: none !important;
  background-color: #070e27 !important;
  border-color: #070e27 !important;
}

.order_page .ec-addressRole .ec-addressRole__actions {
  border-bottom: 1px solid #ddd;
}

.order_page .ec-addressList .ec-addressList__item {
  border-bottom: 1px solid #ddd;
}

.order_page .ec-radio p img {
  width: 490px;
}

.order_page .ec-borderedDefs dl {
  border-bottom: none;
}

.order_page #yamato_payment4_credit .ec-rectHeading h2 {
  font-size: 15px;
  font-weight: bold;
  background: transparent;
  padding: 0;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 15px;
}

.order_page #yamato_payment4_credit .ec-rectHeading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9%;
  background: #f9f9f4;
  width: 7px;
  height: 80%;
  border: 1px solid #ddd;
}

.order_page .amazon_pay_amazonpaymentdescriptor_block>div {
  margin-bottom: 1em;
}

.order_page .amazon_pay_amazonpaymentdescriptor_block>div>img {
  width: 80px;
}

.order_page .amazon_customer_regist_v2 #shopping_order_login_check_v2_1 {
  margin-top: 25px;
}

.order .c-company-tbl {
  text-align: left;
}

.privacy .c-ttl {
  padding-left: 15px;
  padding-right: 15px;
}

.product .l-page-wrap {
  padding-bottom: 60px;
}

.product .l-page-wrap .l-container {
  padding: 0 30px;
}

.product .gallery {
  padding: 0 15px;
}

.product .gallery__navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.product .gallery__navitem {
  min-width: 22%;
  outline: none;
  margin-right: 10px;
  opacity: .5;
  transition: opacity .3s linear;
  max-width: 22%;
}

.product .gallery__navitem.is-current {
  opacity: 1;
}

.product .gallery__slide .slick-prev,
.product .gallery__slide .slick-next {
  height: 50px;
  width: 14px;
}

.product .gallery__slide .slick-next {
  right: -20px !important;
}

.product .gallery__slide .slick-prev {
  left: -20px !important;
}

.product .gallery__slide .slick-arrow {
  z-index: 2 !important;
}

.product .gallery__slide .slick-arrow:before {
  content: "" !important;
}

.product .gallery__slide .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.product .gallery__slide .slick-next:before {
  background: url(/html/template/bernet/assets/img/product/arrow-right.png) !important;
  background-size: contain !important;
}

.product .gallery__slide .slick-prev:before {
  background: url(/html/template/bernet/assets/img/product/arrow-left.png) !important;
  background-size: contain !important;
}

.product .gallery__navigation {
  overflow: auto;
  margin-right: calc(50% - 50vw);
  margin-top: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product .gallery__navigation::-webkit-scrollbar {
  display: none;
}

.product .detail {
  padding: 0 15px;
  margin-bottom: 70px;
}

.product .detail__ttl {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 24px;
  margin-top: 38px;
}

.product .detail__price {
  font-size: 20px;
  margin-bottom: 5px;
}

.product .detail__price--mini {
  font-size: 16px;
  margin-bottom: 5px;
}

.product .detail__price--sold {
  color: #671216;
}

.product .detail__tax {
  font-size: 14px;
}

.product .detail__tax--mini {
  font-size: 10px;
}

.product .detail__postage {
  background: #671216;
  color: #fff;
  text-align: center;
  padding: 7px;
  margin: 18px 0;
  font-weight: 400;
}

.product .detail__txtarea {
  position: relative;
  margin-top: 74px;
}

.product .detail__txtarea::before {
  position: absolute;
  left: 0;
  top: -32px;
  content: "";
  height: 1px;
  width: 45px;
  background-color: #ddd;
}

.product .detail__txtarea>p {
  margin-bottom: 35px;
}

.product .c-tab {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 30px;
}

.product .recommend {
  background: #f9f9f4;
  padding: 44px 0 80px;
  margin-bottom: 45px;
}

.product .quantity-wrap input[type="number"] {
  display: inline-block;
  width: 3em;
  border: none;
  padding: 0;
  text-align: right;
  outline: none;
}

.product .ec-modal .ec-modal-wrap {
  border: none;
}

.product .ec-modal .ec-inlineBtn--cancel {
  background-color: #777;
  border-color: #777;
  font-weight: 300;
}

.product .ec-modal .ec-inlineBtn--action {
  background-color: #070e27;
  border-color: #070e27;
  font-weight: 300;
}

.shop .access {
  padding: 0 10px;
  margin-bottom: 43px;
}

.shop .access__ttl {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.1em;
}

.shop .access__add {
  line-height: 1.8;
  font-size: 16px;
  margin-top: 10px;
}

.shop .access__g-map {
  margin-top: 14px;
}

.shop .access__g-map a {
  text-decoration: none;
}

.shop .access__g-map i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.shop .access__map {
  margin-top: 28px;
}

.shop .slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.shop .slick-dots {
  bottom: 13px;
}

.shop .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
}

.shop .slick-dots button {
  width: 10px;
  height: 10px;
}

.shop .slick-dots button::before {
  content: "";
  background: #fbfce8;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.shop .slick-dots li.slick-active button:before {
  background: #fbfce8;
}

.shop .slick-dots li.slick-active button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background: #671216;
  width: 7px;
  height: 7px;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}

.size_condition .c-ttl {
  padding: 0 15px;
  font-weight: 300;
}

.size_condition .c-border-ttl {
  font-weight: 300;
}

.size_condition .c-side-ttl {
  font-weight: 300;
  margin-top: 35px;
}

.size_condition .size {
  margin-bottom: 22px;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-lightgray {
  background-color: #f3f3f3 !important;
}

.u-bc-blue {
  background-color: #0080cd !important;
}

.u-bc-white {
  background-color: #fff;
}

.u-bc--salmon {
  background-color: #feb38a;
}

.u-bc--skyblue {
  background-color: #40a0da;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #671216 !important;
}

.u-c-green {
  color: #048c50 !important;
}

.u-c-blue {
  color: #0080cd !important;
}

.u-c-navy {
  color: #070e27 !important;
}

.ec-color-red {
  color: #671216 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-i {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.is-hidden {
  display: none !important;
  opacity: 0 !important;
}

.is-show {
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.delay-time02 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-time04 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.f-s-small {
  font-size: 12px;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

@media screen and (min-width: 516px) {
  .c-table {
    font-size: 14px;
    margin-right: 0;
  }

  .c-table__inner {
    width: 100%;
  }

  .c-table__column {
    width: 50%;
  }

  .c-table__ttl {
    padding: 23px 0;
  }

  .c-table__detail {
    padding: 23px 0;
  }

  .c-table-2col__inner {
    width: 100%;
  }

  .c-table-2col__detail {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 576px) {
  .c-item-list__card {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}

@media screen and (min-width: 735px) {
  a:hover {
    opacity: 0.8;
  }

  a:hover img {
    opacity: 0.8;
  }

  .c-form .l-container {
    max-width: 760px;
  }

  .c-form .c-company-tbl__ttl {
    width: 160px;
  }

  .c-form .birth-year {
    width: 113px;
  }

  .c-form .birth-month {
    width: 52px;
  }

  .c-form .birth-day {
    width: 52px;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    padding: 5px 10px;
  }

  .search-block {
    font-size: 14px;
  }

  .search-block i {
    font-size: 14px;
  }

  .search-block .search-input {
    padding: 4px 5px 6px 30px;
    font-size: 14px;
  }

  select {
    width: 290px;
  }

  textarea {
    width: 100%;
    height: 294px;
  }

  textarea.textarea-min {
    height: 230px;
  }

  input.input__min {
    width: 200px;
  }

  input.middle-width {
    width: 325px;
  }

  input.full-width {
    width: 100%;
  }

  input.full-width--670 {
    width: 670px;
  }

  .input-birth input[type="text"] {
    float: inherit;
  }

  input.input-year {
    width: 113px;
  }

  input.input-month {
    width: 52px;
  }

  input.input-day {
    width: 52px;
  }

  input[type="text"].input--inline {
    display: inline-block;
    width: 90%;
  }

  .form-check-list {
    padding: 7px 0;
  }

  .form-check-list>li {
    margin-right: 10px;
  }

  .ec-select select {
    width: 290px;
  }

  .mfp-figure .close-btn {
    right: -40px;
    top: 20px;
  }

  .c-btn-space {
    margin-top: 40px;
  }

  .c-btn:hover::before {
    right: -44px;
  }

  .c-btn:hover::after {
    right: -45px;
  }

  .c-btn--border {
    padding: 25px 20px;
    text-align: left;
  }

  .c-btn--border::before {
    right: 10px;
  }

  .c-btn--border::after {
    right: 10px;
  }

  .c-btn--border:hover::before {
    right: 6px;
  }

  .c-btn--border:hover::after {
    right: 6px;
  }

  .c-border-btn {
    padding: 25px 0;
    width: 200px;
  }

  .c-btn-wrap--2column {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-btn-wrap--2column .c-btn-wrap {
    width: 200px;
  }

  .c-btn-wrap--2column .c-btn-wrap:not(:last-child) {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .c-btn-wrap--3column {
    margin-bottom: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-btn-wrap--3column .c-btn-wrap {
    width: 240px;
    font-size: 14px;
  }

  .c-btn-wrap--3column .c-btn-wrap:not(:last-child) {
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .c-btn-wrap--3column .c-btn-wrap:nth-child(2) .c-btn--border::before {
    right: 60px;
  }

  .c-btn-wrap--3column .c-btn-wrap:nth-child(2) .c-btn--border::after {
    right: 60px;
  }

  .c-btn-wrap--3column .c-btn-wrap:nth-child(2) .c-btn--border:hover::before {
    right: 54px;
  }

  .c-btn-wrap--3column .c-btn-wrap:nth-child(2) .c-btn--border:hover::after {
    right: 54px;
  }

  .c-btn-wrap--3column .c-btn-wrap:nth-child(3) .c-btn--border::before {
    right: 30px;
  }

  .c-btn-wrap--3column .c-btn-wrap:nth-child(3) .c-btn--border::after {
    right: 30px;
  }

  .c-btn-wrap--3column .c-btn-wrap:nth-child(3) .c-btn--border:hover::before {
    right: 24px;
  }

  .c-btn-wrap--3column .c-btn-wrap:nth-child(3) .c-btn--border:hover::after {
    right: 24px;
  }

  .c-btn-wrap--3column .c-btn {
    font-size: 14px;
  }

  .c-categories__list {
    width: 25%;
  }

  .c-categories__cat {
    font-size: 28px;
    padding: 0 26px 20px;
  }

  .c-company-tbl {
    text-align: left;
    max-width: 760px;
    margin: auto;
  }

  .c-company-tbl__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 20px 25px 100px;
  }

  .c-company-tbl__ttl {
    margin-bottom: 0;
    width: 140px;
    margin-right: 45px;
    text-align: justify;
    text-align-last: justify;
  }

  .c-company-tbl__detail {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-content-wrap {
    margin-top: 60px;
    font-size: 14px;
  }

  .c-content-wrap__inner {
    padding: 0 36px;
    margin-top: 31px;
  }

  .c-content-wrap__inner--wide {
    margin-top: 50px;
  }

  .c-content-wrap__txt--mt {
    margin-top: 23px;
  }

  .c-content-wrap__note:last-child {
    margin-bottom: 40px;
  }

  .c-content-wrap__box {
    padding: 23px 30px;
  }

  .c-content-wrap__scroll {
    padding: 45px 30px 30px;
  }

  .c-footer__nav {
    margin-top: 85px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-footer__lists {
    text-align: center;
  }

  .c-footer__list {
    display: inline-block;
    padding: 0 13px;
    margin-top: 0;
  }

  .c-footer__blank {
    display: block;
    height: 30px;
  }

  .c-footer__sns {
    text-align: center;
    margin-top: 60px;
  }

  .c-footer__icon {
    width: 50px;
    display: inline-block;
    margin: 0 15px;
  }

  .c-footer__copy {
    margin-top: 60px;
  }

  .c-heading {
    font-size: 42px;
    margin-bottom: 14px;
  }

  .c-center-ttl {
    margin-bottom: 36px;
  }

  .c-ttl {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 35px;
  }

  .c-ttl--border {
    padding-bottom: 26px;
    padding-left: 36px;
  }

  .c-border-ttl {
    font-weight: 300;
    padding: 26px 36px;
  }

  .c-side-ttl {
    margin-bottom: 31px;
    font-size: 16px;
    font-weight: 300;
  }

  .c-line-ttl {
    font-size: 32px;
  }

  .c-item-list__txt {
    font-size: 14px;
  }

  .c-square-list>li::before {
    width: 12px;
    height: 12px;
  }

  .c-note-list>li {
    font-size: 14px;
  }

  .c-news {
    max-width: 960px;
    margin: auto;
    padding: 0;
  }

  .c-news__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .c-news__data {
    width: 92px;
    margin-right: 27px;
  }

  .c-news__ttl {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ec-newsRole .c-news .ec-newsRole__newsItem {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .ec-newsRole .c-news .ec-newsRole__newsDate {
    margin: 0;
  }

  .c-page-title {
    background-size: cover;
    background-position: center;
    height: 360px;
  }

  .c-page-title--items {
    background-image: url(/html/template/bernet/assets/img/header/items-header.jpg);
  }

  .c-page-title--shop {
    background-image: url(/html/template/bernet/assets/img/header/shop-header.jpg);
  }

  .c-page-title--company {
    background-image: url(/html/template/bernet/assets/img/header/company-header.jpg);
  }

  .c-page-title--guide {
    background-image: url(/html/template/bernet/assets/img/header/guide-header.jpg);
  }

  .c-page-title--about_our_clothes {
    background-image: url(/html/template/bernet/assets/img/header/about_our_clothes-header.jpg);
  }

  .c-page-title--faq {
    background-image: url(/html/template/bernet/assets/img/header/faq-header.jpg);
  }

  .c-page-title--product {
    background-image: url(/html/template/bernet/assets/img/header/product-header.jpg);
  }

  .c-page-title--size {
    background-image: url(/html/template/bernet/assets/img/header/size-header.jpg);
  }

  .c-page-title img {
    display: none;
  }

  .c-page-title__inner {
    width: 95%;
    height: 80%;
  }

  .c-page-title__txt {
    font-size: 52px;
  }

  .c-pager__arrow::before {
    width: 36px;
  }

  .c-pager__arrow::after {
    top: 69%;
  }

  .c-pager__arrow--prev::before {
    left: -8px;
  }

  .c-pager__arrow--prev::after {
    left: -8px;
  }

  .c-pager__arrow--prev:hover::before {
    left: -12px;
  }

  .c-pager__arrow--prev:hover::after {
    left: -12px;
  }

  .c-pager__arrow--next::before {
    right: -8px;
  }

  .c-pager__arrow--next::after {
    right: -8px;
  }

  .c-pager__arrow--next:hover::before {
    right: -12px;
  }

  .c-pager__arrow--next:hover::after {
    right: -12px;
  }

  .c-pager__item {
    padding: 0 6px;
  }

  .c-tab__item {
    font-size: 20px;
    height: 80px;
    padding-top: 28px;
  }

  .c-tab__item span {
    display: inline-block;
  }

  .c-tab__item span::before {
    top: 2px;
    left: inherit;
    right: -14px;
  }

  .c-tab__item span::after {
    top: 13px;
    left: inherit;
    right: -16px;
  }

  .c-tab__item:hover {
    color: #777;
    background: #f9f9f4;
  }

  .c-tab__item:hover span::before {
    top: 5px;
    background: #777;
  }

  .c-tab__item:hover span::after {
    top: 16px;
    background: #777;
  }

  .c-tab__item--line2 {
    padding-top: 14px;
  }

  .c-tab__item--line2 span::before {
    top: 15px;
  }

  .c-tab__item--line2 span::after {
    top: 25px;
  }

  .c-tab__item--line2:hover span::before {
    top: 18px;
  }

  .c-tab__item--line2:hover span::after {
    top: 28px;
  }

  .c-table-6col {
    font-size: 14px;
    margin-right: 0 !important;
  }

  .c-table-6col__inner {
    width: 100%;
  }

  .c-table-6col__ttl {
    width: 190px;
    padding: 24px 0;
  }

  .c-table-6col__detail {
    width: 190px;
    padding: 24px 0;
  }

  .c-table-9col {
    font-size: 14px;
    margin-right: 0 !important;
  }

  .c-table-9col__inner {
    width: 100%;
  }

  .c-table-9col__ttl {
    width: 190px;
    padding: 24px 0;
  }

  .c-table-9col__detail {
    width: 117px;
    padding: 24px 0;
  }

  .c-response-table {
    margin-top: 0;
    font-size: 14px;
  }

  .c-response-table__thead {
    display: table-row;
  }

  .c-response-table__th {
    padding: 22px 0;
    border: 1px solid #ddd;
    background: #f9f9f4;
  }

  .c-response-table__tr,
  .c-response-table__td {
    display: table-cell;
    padding: 22px 0;
    border: 1px solid #ddd;
  }

  .c-response-table__tr {
    display: table-row;
  }

  .c-response-table__first td:first-child:before {
    display: none;
  }

  .c-toggle__q {
    font-size: 14px;
    padding: 35px 70px 35px 65px;
  }

  .c-toggle__q::after {
    right: 45px;
  }

  .c-toggle__q::before {
    left: 40px;
  }

  .c-toggle__a {
    font-size: 14px;
    padding-left: 65px;
    padding-right: 70px;
    margin-bottom: 54px;
  }

  .c-toggle__a::before {
    left: 40px;
  }

  .l-footer {
    padding: 97px 0;
  }

  .gnav-btn {
    display: none;
  }

  .home .gnav-btn {
    display: none;
  }

  .is-header .gnav-btn,
  .is-header .gnav-search {
    display: none;
  }

  .gnav-search {
    display: none;
  }

  .home .gnav-search {
    display: none;
  }

  .g-nav.is-active {
    display: none;
  }

  .pc-g-nav {
    display: block;
  }

  .search {
    background-image: url(/html/template/bernet/assets/img/common/search.jpg);
  }

  .search .search-txt {
    font-size: 18px;
    margin-top: 10px;
  }

  .search-wrap {
    margin-top: 30px;
    margin-bottom: 45px;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .l-header__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px 0 20px;
    height: 70px;
  }

  .l-header__logo {
    width: 90px;
    margin-top: -10px;
  }

  .l-container {
    padding: 0 15px;
    max-width: 1230px;
  }

  .l-container--wide {
    max-width: 1400px;
  }

  .l-container--sppad {
    padding: 0 15px;
  }

  .l-page-wrap {
    padding: 83px 0 100px;
  }

  .items .l-page-wrap {
    padding: 38px 0 85px;
  }

  .about_our_clothes .about-block {
    margin-top: 60px;
    position: relative;
  }

  .about_our_clothes .about-block__imgblock {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about_our_clothes .about-block__imgblock--rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .about_our_clothes .about-block__imgblock img {
    width: 100%;
  }

  .about_our_clothes .about-block__img-mini {
    max-width: 400px;
  }

  .about_our_clothes .about-block__img-big {
    max-width: 800px;
  }

  .about_our_clothes .about-block__sec {
    position: absolute;
    top: inherit;
    z-index: 1;
    bottom: 42px;
    padding: 40px;
  }

  .about_our_clothes .about-block__ttl {
    text-align: left;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .about_our_clothes .about-block:nth-child(2) .about-block__sec {
    right: 0;
  }

  .abouts .g-map {
    margin: 60px auto 0;
    max-width: 760px;
  }

  .attic_member .first-info {
    text-align: center;
    font-size: 18px;
    margin-bottom: 70px;
  }

  .attic_member .about-attic {
    width: 887px;
    margin: 0 auto 140px;
  }

  .attic_member .about-attic .c-line-ttl {
    font-size: 32px;
    margin-bottom: 70px;
  }

  .attic_member .about-attic .c-line-ttl::after {
    bottom: -25px;
  }

  .attic_member .about-attic .c-dot-list>li {
    margin-bottom: 10px;
  }

  .attic_member .about-attic .c-note-list {
    margin-top: 24px;
  }

  .attic_member .bg-content {
    padding-bottom: 94px;
  }

  .attic_member .about-service {
    top: -50px;
    background-image: url(/html/template/bernet/assets/img/attic/about-service.jpg);
  }

  .attic_member .about-service__txt {
    padding: 90px 30px 140px;
  }

  .attic_member .about-service__txt .c-line-ttl {
    font-size: 32px;
    margin-bottom: 70px;
  }

  .attic_member .about-service__txt .c-line-ttl::after {
    bottom: -25px;
  }

  .attic_member .about-service__txt>p {
    text-align: center;
  }

  .attic_member .bg-inner {
    padding: 95px 86px 86px;
    margin: -100px 40px 0;
  }

  .attic_member .about-bene .c-line-ttl {
    font-size: 32px;
    margin-bottom: 70px;
  }

  .attic_member .about-bene .c-line-ttl::after {
    bottom: -25px;
  }

  .attic_member .about-bene__bg {
    font-size: 22px;
    padding: 8px 4px;
    margin: 10px 0;
  }

  .attic_member .about-old {
    text-align: center;
  }

  .attic_member .about-old .c-line-ttl {
    font-size: 32px;
    margin-bottom: 70px;
  }

  .attic_member .about-old .c-line-ttl::after {
    bottom: -25px;
  }

  .attic_member .about-old__ttl {
    margin-bottom: 25px;
  }

  .attic_member .about-old__txt {
    margin-bottom: 45px;
  }

  .attic_member .about-old__txt--mini {
    font-size: 16px;
    margin-bottom: 45px;
  }

  .entry .c-form dl:not([class]) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0px 25px 0px;
  }

  .entry .c-form dl:not([class]) dt:not([class]) {
    margin-bottom: 0;
    width: 160px;
    margin-right: 45px;
  }

  .entry .c-form dl:not([class]) dd:not([class]) {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .faq .c-ttl {
    padding-left: 40px;
  }

  .faq .faq-content {
    margin-top: 60px;
  }

  .guide .c-ttl {
    padding: 0 36px;
  }

  .guide .c-table {
    margin-top: 27px;
  }

  .home .mv__bg {
    background-image: url(/html/template/bernet/assets/img/top/mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
  }

  .home .mv__logo {
    width: 220px;
  }

  .home .mv__spimg {
    display: none;
  }

  .home .mv__catch {
    bottom: 36px;
  }

  .home .top-banner {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .home .top-banner .slick-slide {
    margin: 0 25px;
  }

  .home .top-banner .slick-arrow {
    width: 20px;
    height: 63px;
  }

  .home .top-banner .slick-prev {
    left: 15%;
  }

  .home .top-banner .slick-next {
    right: 15%;
  }

  .home .top-categories {
    display: block;
    margin-bottom: 25px;
  }

  .home .top-categories__lists {
    padding: 0 15px;
    max-width: 1230px;
    margin: 0 auto 48px;
  }

  .home .top-categories__list a:hover {
    opacity: 1;
  }

  .home .top-categories__list a:hover::after {
    opacity: 1;
  }

  .home .top-categories__list a:hover .top-categories__name {
    z-index: 1;
    color: #fbfce8;
  }

  .home .top-categories__list a:hover .top-categories__name::after {
    left: -100%;
  }

  .home .top-categories__list:first-child {
    width: 37.5%;
  }

  .home .top-categories__list:nth-child(2) {
    width: 27.5%;
    margin-right: 0;
    margin-top: 150px;
  }

  .home .top-categories__list:nth-child(3) {
    width: 27.5%;
    margin-left: 0;
    margin-top: 50px;
  }

  .home .top-categories__list:nth-child(4) {
    width: 36%;
    margin-top: -28px;
  }

  .home .top-categories__list:last-child {
    margin-left: 0;
    width: 47.5%;
    margin-top: 45px;
  }

  .home .top-categories__name {
    font-size: 26px;
    bottom: 54px;
    padding: 10px 25px;
    transition: all .5s;
    line-height: 1.2;
  }

  .home .top-categories__name span {
    font-size: 14px;
  }

  .home .top-item {
    padding: 84px 0;
  }

  .home .top-item .l-container {
    max-width: 1410px;
  }

  .home .top-item__up {
    margin-top: -10px;
    margin-bottom: 35px;
  }

  .home .top-band {
    background-image: url(/html/template/bernet/assets/img/top/band-bg.jpg);
    background-position: center;
    margin-bottom: 80px;
  }

  .home .top-band__inner {
    padding: 75px 15px;
    max-width: 984px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home .top-band__logo {
    width: 165px;
  }

  .home .top-band__txt {
    font-size: 20px;
  }

  .home .top-news {
    padding: 90px 0 90px;
  }

  .items .c-pager {
    margin-top: 60px;
  }

  .items .ec-searchnavRole .ec-searchnavRole__infos {
    border-top: none;
    max-width: 1400px;
  }

  .items .ec-searchnavRole .ec-searchnavRole__infos .no-item {
    margin-bottom: 100px;
  }

  .mypage .ec-orderRole__detail .c-side-ttl {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .mypage .c-form dl:not([class]) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0px 25px 0px;
  }

  .mypage .c-form dl:not([class]) dt:not([class]) {
    margin-bottom: 0;
    width: 160px;
    margin-right: 45px;
  }

  .mypage .c-form dl:not([class]) dd:not([class]) {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .order_page .c-side-ttl {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 300;
  }

  .order_page .ec-orderPayment .ec-rectHeading {
    margin-bottom: 30px;
  }

  .order_page #yamato_payment4_credit .ec-rectHeading h2 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
  }

  .order_page .amazon_pay_amazonpaymentdescriptor_block>div>img {
    width: 100px;
  }

  .order_page .amazon_customer_regist_v2 #shopping_order_login_check_v2_1 {
    margin-top: 35px;
  }

  .order .c-company-tbl__ttl {
    width: 160px;
  }

  .privacy .c-ttl {
    padding-left: 36px;
    padding-right: 36px;
  }

  .product .l-page-wrap {
    margin-bottom: 30px;
  }

  .product .l-page-wrap .l-container {
    padding: 0 15px;
  }

  .product .product-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .product .product-column__txt {
    width: 70%;
    margin-left: 55px;
    max-width: 750px;
  }

  .product .gallery {
    width: 30%;
    padding: 0;
    max-width: 330px;
  }

  .product .gallery__item img {
    width: 100% !important;
  }

  .product .gallery__navigation {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product .gallery__navitem {
    width: 19%;
    min-width: initial;
    min-width: auto;
    max-width: initial;
    max-width: auto;
    margin-right: 1%;
    cursor: pointer;
  }

  .product .gallery__slide .slick-prev,
  .product .gallery__slide .slick-next {
    display: none;
  }

  .product .gallery__navigation {
    margin-right: auto;
  }

  .product .detail {
    padding: 0;
    margin-bottom: 45px;
  }

  .product .detail__ttl {
    font-size: 26px;
    margin-top: 0;
  }

  .product .detail__minitxt {
    font-size: 14px;
  }

  .product .detail__postage {
    width: 330px;
    font-size: 14px;
    padding: 9px;
  }

  .product .detail__txtarea {
    margin-top: 55px;
  }

  .product .detail__txtarea::before {
    top: -25px;
  }

  .product .c-tab {
    margin: 0 auto 50px;
  }

  .product .recommend {
    padding: 90px 0 100px;
    margin-bottom: 90px;
  }

  .shop .access {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 70px 20px 110px 55px;
  }

  .shop .access--rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 70px 55px 0 20px;
  }

  .shop .access--rev .access__info {
    padding-left: 18%;
  }

  .shop .access__info {
    width: 50%;
    margin-top: -30px;
  }

  .shop .access__ttl {
    font-size: 40px;
  }

  .shop .access__add {
    margin-top: 0;
  }

  .shop .access__g-map {
    font-size: 14px;
    line-height: 1;
    margin-top: 35px;
  }

  .shop .access__g-map i img {
    vertical-align: bottom;
  }

  .shop .access__map {
    margin-top: 0;
    width: 50%;
  }

  .shop .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .shop .slick-dots {
    bottom: 48px;
  }

  .shop .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 10px;
  }

  .shop .slick-dots button {
    width: 16px;
    height: 16px;
  }

  .shop .slick-dots button::before {
    width: 16px;
    height: 16px;
  }

  .shop .slick-dots li.slick-active button:after {
    width: 12px;
    height: 12px;
  }

  .size_condition .c-ttl {
    padding: 0 36px;
  }

  .size_condition .c-side-ttl {
    margin-bottom: 15px;
  }

  .size_condition .size {
    margin-top: 40px;
    margin-bottom: 55px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }

  .u-sp-hide-i {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) {
  .ec-newsRole .c-news.ec-newsRole__news {
    border: none;
    padding: 0;
  }

  .cart_page .ec-cartRole__totalText p {
    margin: 0 10%;
  }

  .forgot input[type="email"] {
    margin-bottom: 0;
  }

  .mypage .ec-login .ec-grid2 {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mypage .ec-mydelivery .ec-off1Grid .ec-off1Grid__cell {
    margin-left: 0;
  }

  .mypage .ec-historyRole .ec-historyListHeader__date {
    font-size: 16px;
  }
}

@media screen and (min-width: 798px) {
  img {
    width: auto;
  }

  .flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col_2>li {
    width: 50%;
  }

  .flex-col_3>li {
    width: 33.3333%;
  }

  .flex-col_4>li {
    width: 25%;
  }

  .flex-col_5>li {
    width: 20%;
  }

  .flex-col-sp_2>li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin>li {
    width: 100%;
  }

  .flex-col_pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-arrow::after {
    margin-left: 10px;
  }

  .link-arrow__left::before {
    margin-top: -3px;
    margin-right: 10px;
    font-size: 16px;
  }

  .viewlinks {
    font-size: 16px;
  }

  .table {
    display: table;
    margin-top: 30px;
    text-align: left;
    border-collapse: collapse;
  }

  .table dl {
    display: table-row;
  }

  .table dl dt {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #999;
  }

  .table dl dd {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #999;
  }

  .table--min {
    width: 500px;
  }

  .table--min dl dt {
    width: 170px;
  }

  .table--default {
    margin: 0;
  }

  .table--default dt {
    width: 180px;
    vertical-align: middle;
  }

  .table .table-note {
    padding-left: 1.5em;
    font-size: 13px;
  }

  .table .table-note::before {
    position: absolute;
    top: 0px;
    left: 0;
  }

  .table-ordered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-ordered>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    min-height: 140px;
  }

  .table-ordered>li .table-ordered__num {
    width: 50px;
    font-size: 23px;
  }

  .table-ordered>li .table-ordered__txt {
    padding: 30px 20px;
  }

  .table-ordered>li .table-ordered__txt .table-ordered__title {
    font-size: 18px;
  }

  .table-ordered>li .table-ordered__txt .table-ordered__txt--last {
    font-size: 23px;
  }

  .form-submit {
    width: 200px;
    margin-left: 296px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
  }

  .form-submit:hover {
    opacity: 0.6;
  }

  .submit-btn {
    margin-top: 30px;
  }

  .submit-btn:after {
    left: 480px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .section-confirmation input[type="submit"],
  .section-confirmation input[type="button"] {
    font-size: 16px;
  }

  .section-confirmation .input-submit {
    width: 200px;
    display: inline-block;
    margin: 0 20px 0 100px;
  }

  .section-confirmation .input-button {
    width: 200px;
    display: inline-block;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .c-item-list__card {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }

  .c-table-2col__ttl {
    width: 360px;
    padding: 24px 0;
  }

  .c-table-2col__detail {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .f-s-small {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .c-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-info__item {
    width: calc(33.333% - 15px);
    margin-bottom: 0;
    padding: 37px 32px;
  }

  .c-info__ttl {
    font-size: 20px;
  }

  .c-info__txt {
    margin-bottom: 45px;
  }

  .c-tab__item--line2 {
    padding-top: 28px;
  }

  .c-tab__item--line2 br {
    display: none;
  }

  .c-tab__item--line2 span::before {
    top: 2px;
  }

  .c-tab__item--line2 span::after {
    top: 13px;
  }

  .c-tab__item--line2:hover span::before {
    top: 5px;
  }

  .c-tab__item--line2:hover span::after {
    top: 16px;
  }

  .attic_member .about-bene {
    margin-bottom: 75px;
  }

  .attic_member .about-bene__lists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .attic_member .about-bene__list {
    width: calc(33.333% - 25px);
    margin-bottom: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 735px) {
  .mfp-content {
    width: 90%;
  }

  .c-search {
    display: none !important;
  }
}

@media screen and (max-width: 375px) {
  .g-nav__list {
    font-size: 14px;
  }

  .g-nav__list>a {
    padding: 15px 0;
  }

  .g-nav__cart {
    margin-top: 20px;
  }

  .g-nav__catback {
    padding: 15px 0;
  }

  .g-nav__sub {
    margin-top: 15px;
  }

  .g-nav__sub>li {
    margin: 3px 0;
  }
}