@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.db {
  display: block;
}
.df {
  display: flex;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '\0020';
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(25, 25, 25, 0);
  font-size: 62.5%;
  /*10px*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3vw;
  }
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  color: #191919;
  font-weight: 500;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p {
  margin-top: 0;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
li {
  list-style: none;
}
dt {
  font-weight: normal;
}
dd {
  margin-bottom: 0;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:link,
a:visited {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
a[href^='tel:'] {
  color: #3185f8;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
    color: #191919;
  }
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 0;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
::selection {
  background-color: #3185f8;
  color: #fff;
  text-decoration-color: #fff;
}
select::-ms-expand {
  display: none;
}
address,
em {
  font-style: normal;
}
button,
input,
textarea,
select {
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  button,
  input,
  textarea,
  select {
    font-size: 16px;
  }
}
html,
body,
button,
input,
textarea,
select {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .delete::before,
  .delete::after {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    animation: fade-in-out 2s ease 0.15s forwards;
  }
}
.delete::before {
  content: '';
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  z-index: 100000;
}
@media screen and (max-width: 767px) {
  .delete::after {
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: 'お気に入りから\A削除しました';
    white-space: pre;
    font-size: 3.5vw;
    background: #fff;
    border-radius: 2vw;
    padding: 1em 3em;
    z-index: 100001;
  }
}
.l-wrapper {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    min-width: inherit;
  }
}
.inner {
  margin: 0 auto;
}
.white {
  color: #fff;
}
.black {
  color: #191919;
}
.orange {
  color: #3185f8;
}
.pink {
  color: #eb5256;
}
.sky {
  color: #2192c1;
}
.green {
  color: #25a45e;
}
.b-white {
  background-color: #fff;
}
.b-black {
  background-color: #191919;
}
.b-orange {
  background-color: #3185f8;
}
.b-sky {
  background-color: #2192c1;
}
.b-green {
  background-color: #25a45e;
}
.db {
  display: block;
}
.bold {
  font-weight: bold;
}
.tabCategory,
.tabBrand {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 1.1em;
  margin-right: -2.4em;
}
@media screen and (max-width: 767px) {
  .tabCategory,
  .tabBrand {
    font-size: 3vw;
    margin-right: -0.8em;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 1em;
  }
}
.tabCategory li,
.tabBrand li {
  margin-right: 1.2em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .tabCategory li,
  .tabBrand li {
    margin-right: 0.4em;
    margin-bottom: 0.4em;
  }
}
.tabCategory li a,
.tabBrand li a {
  color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding-left: 0.7em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .tabCategory li a,
  .tabBrand li a {
    height: 11.5vw;
    border-radius: 1vw;
  }
}
.tabCategory li a::before,
.tabBrand li a::before {
  font-size: 26px;
  color: #e5e5e5;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .tabCategory li a::before,
  .tabBrand li a::before {
    font-size: 5.5vw;
  }
}
.tabCategory li a.on,
.tabBrand li a.on {
  font-weight: bold;
}
.tabCategory li a.on::before,
.tabBrand li a.on::before {
  color: #3185f8;
}
@media screen and (max-width: 767px) {
  .tabCategory {
    border-bottom: 1px solid #e0dedb;
  }
}
.name.new::before {
  content: '';
  width: 33px;
  height: 17px;
  background-image: url('../img/new.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
  display: inline-block;
  position: relative;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .name.new::before {
    width: 7vw;
    height: 4vw;
  }
}
.goodBtn {
  line-height: 1;
  pointer-events: none;
}
.goodBtn.icon-favorite_outline::before {
  color: #9a9a9a;
  cursor: pointer;
}
.goodBtn.icon-favorite::before {
  color: #eb5256;
}
.goodBtn::before {
  pointer-events: all;
}
.moreLink {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebebeb;
  border-radius: 10px;
  width: 74%;
  height: 52px;
  color: #191919;
  margin: 1.45em auto 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .moreLink {
    border-radius: 1.5vw;
    font-size: 3.3vw;
    height: 14.2vw;
    margin: 0 auto;
    width: 95%;
  }
}
.moreLink::after {
  font-size: 20px;
  margin-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .moreLink::after {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  .sidenavi_l {
    position: absolute;
    right: 100%;
    top: 0;
    width: 260px;
    background: #ebebeb;
    padding-bottom: 5em;
    max-height: 90vh;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .sidenavi_l {
    border-top: 1px solid #f4f4f4;
  }
}
.sidenavi_l .button {
  margin-top: 19px;
}
.menu-ttl {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .menu-ttl {
    border-bottom: 1px solid #f4f4f4;
    font-size: 3.5vw;
    letter-spacing: 0.05em;
  }
}
.menu-ttl a {
  display: block;
  padding: 0.5em 1.3em;
}
@media screen and (min-width: 768px) {
  .menu-ttl a {
    background-color: #3185f8;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .menu-ttl a {
    color: #191919;
    padding: 1.2em 0.8em;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .menu-ttl a::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu-ttl a::after {
    color: #3185f8;
    position: absolute;
    right: 0.25em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8vw;
    transition: all 0.25s;
  }
}
.menu-ttl.on a::after {
  transform: translateY(-50%) rotate(180deg);
}
.menu-list li {
  font-size: 14px;
  border-bottom: 1px solid #cccac7;
}
@media screen and (max-width: 767px) {
  .menu-list li {
    font-size: 3.1vw;
    border-color: #f4f4f4;
  }
}
.menu-list li a {
  color: #191919;
  display: block;
  padding: 1.22em 1.3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu-list li a {
    padding: 0.85em 2.2em;
  }
}
.menu-list li a::after {
  color: #4b4b4b;
  font-size: 25px;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .menu-list li a::after {
    font-size: 6vw;
    color: #aaaaaa;
  }
}
.menu-list li a:hover {
  opacity: 1;
  background-color: #fefefe;
}
@media screen and (max-width: 767px) {
  .aco-wrap {
    display: none;
  }
}
.main_r {
  width: calc(100% - 260px);
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_r {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .main_r::after {
    position: absolute;
    content: '';
    width: 260px;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 100%;
    background: #ebebeb;
  }
}
@media screen and (min-width: 768px) {
  .main_r .searchWrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: -7.7em;
    right: 16em;
    width: 60%;
  }
}
@media screen and (max-width: 1060px) {
  .main_r .searchWrapper {
    right: 13em;
  }
}
@media screen and (max-width: 767px) {
  .main_r .searchWrapper {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1.45em;
  }
}
@media screen and (max-width: 767px) {
  .searchBtnBox {
    margin-bottom: 1.75em;
  }
}
.searchBtnBox .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .searchBtnBox .inner {
    flex-wrap: wrap;
    max-width: 97%;
  }
}
.searchBtnBox .button1 {
  width: calc((100% / 3) + 85px);
}
@media screen and (max-width: 1160px) {
  .searchBtnBox .button1 {
    width: calc((100% / 3) - 17px);
  }
}
@media screen and (max-width: 767px) {
  .searchBtnBox .button1 {
    width: 49%;
  }
}
.searchBtnBox .button2 {
  width: calc((100% / 3) + -130px);
}
@media screen and (max-width: 1160px) {
  .searchBtnBox .button2 {
    width: calc((100% / 3) + -48px);
  }
}
@media screen and (max-width: 920px) {
  .searchBtnBox .button2 {
    width: calc((100% / 3) + -24px);
  }
}
@media screen and (max-width: 767px) {
  .searchBtnBox .button2 {
    width: 49%;
  }
}
.searchBtnBox .button1 .btn,
.searchBtnBox .button2 .btn {
  font-size: 23px;
  font-weight: bold;
  border-radius: 10px;
  flex-direction: column;
  height: 168px;
  padding-top: 1.65em;
}
@media screen and (max-width: 920px) {
  .searchBtnBox .button1 .btn,
  .searchBtnBox .button2 .btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .searchBtnBox .button1 .btn,
  .searchBtnBox .button2 .btn {
    font-size: 4.3vw;
    letter-spacing: 0.1em;
    height: auto;
    padding-top: 1.2em;
    padding-bottom: 1.15em;
    border-radius: 1.5vw;
  }
}
.searchBtnBox .button1 .btn::before,
.searchBtnBox .button2 .btn::before {
  font-size: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .searchBtnBox .button1 .btn::before,
  .searchBtnBox .button2 .btn::before {
    font-size: 8.5vw;
    margin-bottom: 0.05em;
  }
}
.searchBtnBox .button .btn {
  width: 100%;
  box-shadow: 0 4px 0 0 #d9d7d5;
}
.searchBtnBox .button .btn:hover {
  opacity: 1;
  border-bottom: none;
  box-shadow: 0 0 0 0 #d9d7d5;
  transform: translateY(4px);
}
.searchBtnBox .wrapper {
  width: calc((100% / 3) - 10px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1160px) {
  .searchBtnBox .wrapper {
    width: calc((100% / 3) + 15px);
  }
}
@media screen and (max-width: 767px) {
  .searchBtnBox .wrapper {
    width: 100%;
    flex-direction: inherit;
    justify-content: space-between;
    margin-top: 0.65em;
  }
}
.searchBtnBox .wrapper .howMuch {
  border: 2px solid #e0dedb;
  box-shadow: 0 2px 0 0 #d9d7d5;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .searchBtnBox .wrapper .howMuch {
    width: 76%;
    border-width: 1px;
    display: flex;
    align-items: flex-end;
    padding: 1.05em 0.7em 1.1em;
    border-radius: 1.5vw;
  }
}
.searchBtnBox .wrapper .howMuch dt {
  color: #717171;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .searchBtnBox .wrapper .howMuch dt {
    margin-bottom: 0;
    font-size: 3vw;
    margin-right: 1em;
  }
}
.searchBtnBox .wrapper .howMuch dd {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .searchBtnBox .wrapper .howMuch dd {
    font-size: 3.6vw;
  }
}
.searchBtnBox .wrapper .howMuch dd span {
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-right: 0.1em;
}
@media screen and (max-width: 767px) {
  .searchBtnBox .wrapper .howMuch dd span {
    font-size: 6vw;
  }
}
.searchBtnBox .wrapper .button {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .searchBtnBox .wrapper .button {
    width: 22.5%;
    margin-top: 0;
  }
}
.searchBtnBox .wrapper .button .btn {
  border-radius: 8px;
  height: 47px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .searchBtnBox .wrapper .button .btn {
    font-size: 4vw;
    padding-right: 1em;
    height: 100%;
    border-radius: 1.5vw;
  }
}
.searchBtnBox .wrapper .button .btn::before {
  display: inline-block;
  content: '決済する';
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .searchBtnBox .wrapper .button .btn::before {
    content: '決済';
  }
}
.searchBtnBox .wrapper .button .btn::after {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .searchBtnBox .wrapper .button .btn::after {
    font-size: 1em;
  }
}
.resultGuide {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .resultGuide {
    margin-right: 1%;
    margin-bottom: 0.7em;
  }
}
.resultGuide .select2-container .select2-selection--single {
  height: 32px;
}
.resultGuide .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.resultGuide .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 3px;
}
.resultGuide
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #191919 transparent;
  border-width: 0 4px 4px 4px;
}
.resultGuide .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #191919 transparent transparent transparent;
  border-width: 4px 4px 0 4px;
}
.resultGuide .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 9px;
  padding-right: 33px;
}
@media screen and (max-width: 767px) {
  .resultGuide .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
}
.select2-dropdown {
  min-width: 120px !important;
}
.selectBox {
  position: relative;
  margin-left: auto;
}
.selectBox select {
  height: 32px;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  padding-left: 0.6em;
  padding-right: 2.4em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .selectBox select {
    font-size: 16px;
  }
}
.selectBox::after {
  position: absolute;
  right: 0.3em;
  top: 47%;
  transform: translateY(-50%);
  font-size: 21px;
  pointer-events: none;
}
.selectBox .select2-container--default .select2-selection--single {
  border: 1px solid #d0d0d0;
  border-radius: 0;
}
.viewMethod {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 1em;
}
.viewMethod .btn {
  font-size: 24px;
  color: #191919;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500em;
}
@media screen and (max-width: 767px) {
  .viewMethod .btn {
    font-size: 6vw;
    width: 9vw;
    height: 9vw;
  }
}
.viewMethod .btn.on {
  color: #3185f8;
  background-color: #f9f2e4;
}
.viewMethod .btn:first-child {
  margin-left: 0.3em;
}
.item_box_listWrapper .ttl {
  font-size: 13px;
  color: #fff;
  background: #434343;
  display: flex;
  height: 40px;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .item_box_listWrapper .ttl {
    display: none !important;
  }
}
.item_box_listWrapper .ttl li {
  font-weight: normal;
  border-left: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.655em;
  padding-bottom: 0.655em;
}
.item_box_listWrapper .ttl li:nth-child(1) {
  min-width: 43px;
  border-left: none;
}
.item_box_listWrapper .ttl li:nth-child(2) {
  width: 50%;
}
.item_box_listWrapper .ttl li:nth-child(3) {
  min-width: 140px;
  width: 14%;
}
.item_box_listWrapper .ttl li:nth-child(4),
.item_box_listWrapper .ttl li:nth-child(5) {
  width: 14%;
}
.item_box_listWrapper .ttl li:nth-child(6) {
  width: 8%;
  min-width: 72px;
}
.item_box_list .item_box .img .img_bg {
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: contain;
  background-position: center;
  background-image: url('../../img/item01.png');
}
.item_box_list .item_box .goodBtn {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .item_box_list .item_box .goodBtn {
    font-size: 5.5vw;
  }
}
.item_box_list .item_box .jan {
  font-size: 14px;
  color: #929292;
}
@media screen and (max-width: 767px) {
  .item_box_list .item_box .jan {
    font-size: 3vw;
  }
}
.item_box_list .item_box .name {
  font-weight: bold;
  color: #191919;
}
.item_box_list .item_box .price {
  color: #eb5256;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .item_box_list .item_box .price {
    font-weight: normal;
  }
}
.thumbnail_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -23px;
}
@media screen and (max-width: 767px) {
  .thumbnail_list {
    margin-right: 0;
  }
}
.thumbnail_list .item_box {
  width: 217px;
  margin-right: 23px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thumbnail_list .item_box {
    width: calc(100% / 2);
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0.7em;
  }
}
.thumbnail_list .item_box .goodBtn {
  position: absolute;
  right: 0.5em;
  top: 9.8em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .thumbnail_list .item_box .goodBtn {
    right: 0.3em;
    top: 0.4em;
    top: 48vw;
  }
}
@media screen and (min-width: 768px) {
  .thumbnail_list .item_box .goodBtn.icon-favorite::after {
    position: absolute;
    content: '';
    background: url('../img/favorite_hover.png');
    width: 151px;
    height: 86px;
    left: 50%;
    margin-left: -75px;
    bottom: calc(100% - 0.9em);
    opacity: 0;
    pointer-events: none;
  }
  .thumbnail_list .item_box .goodBtn.icon-favorite.active::after {
    animation: fade-in-out 2s ease 0.15s forwards;
  }
}
@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.thumbnail_list .item_box a {
  display: flex;
  flex-direction: column;
}
.thumbnail_list .item_box a:hover {
  opacity: 1;
}
.thumbnail_list .item_box a:hover .img {
  border: 1px solid #2192c1;
  box-shadow: 0 0 0 1px #2192c1;
}
.thumbnail_list .item_box a:hover .name {
  text-decoration: underline;
}
.thumbnail_list .item_box .img {
  width: 100%;
  height: 233px;
  border: 1px solid #e2e0dd;
  border-radius: 10px;
  -webkit-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
  order: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .thumbnail_list .item_box .img {
    border-radius: 0;
    border-left: none;
    border-right: none;
    height: auto;
    border-bottom: none;
    margin-bottom: 0.35em;
  }
}
.thumbnail_list .item_box .img .img_bg {
  width: 202px;
  height: 190px;
  border-radius: 2px;
  margin: 7px auto;
}
@media screen and (max-width: 767px) {
  .thumbnail_list .item_box .img .img_bg {
    width: 49vw;
    height: 45.5vw;
    margin: 0.5vw auto;
  }
}
.thumbnail_list .item_box div:not(.img) {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .thumbnail_list .item_box div:not(.img) {
    margin-left: 0.8em;
    margin-right: 0.8em;
  }
}
.thumbnail_list .item_box .table_list_view {
  display: none;
}
.thumbnail_list .item_box .jan {
  order: 2;
}
@media screen and (max-width: 767px) {
  .thumbnail_list .item_box .jan {
    margin-bottom: 0.25em;
    padding-right: 6vw;
  }
}
.thumbnail_list .item_box .name {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.7;
  -webkit-transition: text-decoration 0.2s ease-in;
  transition: text-decoration 0.2s ease-in;
  order: 3;
}
@media screen and (max-width: 767px) {
  .thumbnail_list .item_box .name {
    font-size: 3.3vw;
    line-height: 1.65;
  }
}
.thumbnail_list .item_box .price {
  font-size: 18px;
  border-top: 1px solid #e0dedb;
  margin-top: 14px;
  order: 4;
}
@media screen and (max-width: 767px) {
  .thumbnail_list .item_box .price {
    font-size: 3.7vw;
    border-top: none;
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail_list .item_box:nth-child(odd) {
    border-right: 1px solid #e2e0dd;
  }
}
.table_list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_list {
    border-top: 1px solid #e2e2e2;
  }
}
.table_list .item_box {
  display: flex;
}
@media screen and (min-width: 768px) {
  .table_list .item_box {
    border: 1px solid #e2e2e2;
    min-height: 92px;
  }
}
@media screen and (max-width: 767px) {
  .table_list .item_box {
    padding-left: 0.3em;
    padding-right: 0.6em;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 0.65em;
    padding-bottom: 0.85em;
  }
}
.table_list .item_box a {
  display: flex;
  color: #191919;
  position: relative;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .table_list .item_box a {
    flex-direction: column;
  }
}
.table_list .item_box a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .table_list .item_box div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 14%;
  }
}
@media screen and (min-width: 768px) {
  .table_list .item_box .goodBtn {
    width: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e2e2e2;
  }
}
@media screen and (max-width: 767px) {
  .table_list .item_box .goodBtn {
    margin-right: 0.2em;
    margin-top: 1.4em;
  }
}
.table_list .item_box .jan {
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  .table_list .item_box .jan {
    min-width: inherit;
    width: 100%;
    order: 1;
    margin-bottom: 0.25em;
    width: 65vw;
    margin-left: auto;
  }
}
.table_list .item_box .img {
  border: 1px solid #e0dedb;
  border-radius: 5px;
  background-color: #fff;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .table_list .item_box .img {
    transform: none;
    width: 20vw;
    height: 20vw;
    top: 0.1em;
    left: 0;
    border-radius: 1vw;
  }
}
.table_list .item_box .img .img_bg {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
}
.table_list .item_box .name {
  font-size: 14px;
  padding-left: 90px;
  padding-right: 2em;
  width: 50%;
  display: block;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .table_list .item_box .name {
    margin-top: auto;
    margin-bottom: auto;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .table_list .item_box .name {
    order: 2;
    font-size: 3.3vw;
    line-height: 1.65;
    width: 65vw;
    margin-left: auto;
    padding: 0;
  }
}
.table_list .item_box .table_list_view {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .table_list .item_box .table_list_view {
    display: none;
  }
}
.table_list .item_box .price {
  font-size: 14px;
  justify-content: flex-end;
  width: 8%;
  padding-right: 0.5em;
  min-width: 72px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .table_list .item_box .price {
    min-width: inherit;
    order: 3;
    font-size: 4.5vw;
    width: 65vw;
    margin-left: auto;
    margin-top: 0.95em;
  }
}
@media screen and (min-width: 768px) {
  .table_list .item_box div {
    border-left: 1px solid #e2e2e2;
  }
}
@media screen and (min-width: 768px) {
  .table_list .item_box:nth-child(odd) {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .table_list .item_box:nth-child(even) {
    background: #fafcfc;
  }
}
@media screen and (min-width: 768px) {
  .table_list .item_box:nth-child(n + 2) {
    border-top: none;
  }
}
.table_list .item_box.on {
  background: #fff9cf;
}
.ttl-01 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl-01 {
    font-size: 4.8vw;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.ttl-01 .updated {
  font-size: 14px;
  color: #919191;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ttl-01 .updated {
    font-size: 3.1vw;
  }
}
.ttl-01 .number {
  margin-left: 1.4em;
}
@media screen and (max-width: 767px) {
  .ttl-01 .number {
    margin-left: 0.7em;
  }
}
[data-ttl]::before {
  font-weight: bold !important;
}
@media screen and (max-width: 767px) {
  [data-ttl]::before {
    font-weight: normal !important;
  }
}
[data-ttl='brand']::before {
  content: 'シリーズから探す';
  font-family: 'Noto Sans JP', serif !important;
}
@media screen and (max-width: 767px) {
  [data-ttl='brand']::before {
    content: 'シリーズから探す';
    font-family: 'Noto Sans JP', serif !important;
  }
}
[data-ttl='category']::before {
  content: 'カテゴリーから探す';
  font-family: 'Noto Sans JP', serif !important;
}
@media screen and (max-width: 767px) {
  [data-ttl='category']::before {
    content: 'カテゴリーから探す';
  }
}
@media all and (-ms-high-contrast: none) {
  .searchBtnBox .wrapper .howMuch {
    margin-bottom: 0.6em;
  }
  .table_list .item_box {
    min-height: inherit;
    display: table;
    width: 100%;
  }
  .table_list .item_box a {
    display: table;
  }
  .table_list .item_box div {
    display: table-cell !important;
    vertical-align: middle;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    min-height: 92px;
  }
  .table_list .item_box .name {
    width: 49%;
  }
  .table_list .item_box .img {
    min-height: inherit;
  }
  .table_list .item_box .img .img_bg {
    display: block !important;
    min-height: inherit;
  }
  .table_list .item_box .goodBtn {
    display: table-cell;
    vertical-align: middle;
  }
  .goodBtn {
    pointer-events: all;
  }
}
.loader {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  padding-left: 260px;
}
.line-spin-fade-loader {
  position: relative;
  top: -8px;
  left: -4px;
}
.line-spin-fade-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 4px;
  height: 15px;
  border-radius: 2px;
  margin: 2px;
  background-color: #000;
}
.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(2) {
  top: 13.64px;
  left: 13.64px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(4) {
  top: -13.64px;
  left: 13.64px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(6) {
  top: -13.64px;
  left: -13.64px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(8) {
  top: 13.64px;
  left: -13.64px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.l-header .header-top {
  display: flex;
  align-items: center;
}
.l-header .header-top .h-logo {
  width: 341px;
  height: 79px;
  border-right: 1px solid #d8d8d8;
  padding: 1em;
}
@media screen and (max-width: 980px) {
  .l-header .header-top .h-logo {
    width: 300px;
  }
}
@media screen and (max-width: 920px) {
  .l-header .header-top .h-logo {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .header-top .h-logo {
    height: auto;
    border-right: none;
    padding: 0;
    width: 57%;
    margin-left: 4%;
    margin-top: 0.9em;
    margin-bottom: 0.8em;
  }
}
.l-header .header-top .h-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 {
    width: 100%;
  }
}
@media screen and (min-width: 1060px) {
  .l-header .hNavi .nav2 li {
    padding-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li {
    width: calc(100% / 5);
  }
}
.l-header .hNavi .nav2 li.on::before,
.l-header .hNavi .nav2 li.on::after {
  bottom: 0;
}
.l-header .hNavi .nav2 li.on::before {
  left: 100%;
}
.l-header .hNavi .nav2 li.on::after {
  transform: rotateY(180deg);
  right: 100%;
}
@media screen and (min-width: 1060px) {
  .l-header .hNavi .nav2 li.on a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li.on a::before {
    color: #fefefe;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li.on .bubble {
    color: #fefefe;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li a {
    flex-direction: column;
    width: 100%;
    height: 13vw;
    padding-top: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li a::before {
    font-size: 6vw;
  }
}
@media screen and (max-width: 1060px) {
  .l-header .hNavi .nav2 li a .bubble {
    top: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li a .bubble {
    color: #ececec;
    font-size: 2.5vw;
    margin-top: 0.1em;
  }
}
@media screen and (max-width: 1060px) {
  .l-header .hNavi .nav2 li a .bubble::before {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #292929 transparent;
    bottom: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li:nth-child(n + 2):not(.sp_position) {
    border-left: 1px solid #767676;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li.sp_position {
    position: absolute;
    right: 13vw;
    top: 0;
    width: 17vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li.sp_position a {
    height: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li.sp_position a::before {
    color: #434343;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li.sp_position a .bubble {
    color: #434343;
  }
}
@media screen and (max-width: 767px) {
  .l-header .hNavi .nav2 li.sp_position.on a {
    background: transparent;
  }
}
.welcome {
  position: absolute;
  top: 1.7em;
  right: 1.7%;
}
@media screen and (max-width: 1160px) {
  .welcome {
    right: 1%;
  }
}
.welcome a {
  margin-left: 0.4em;
  color: #191919;
  display: inline-flex;
  align-items: center;
}
.welcome a .bold {
  margin-right: 0.4em;
}
.welcome a::after {
  font-size: 22px;
  color: #b3b3b3;
  margin-left: 0.2em;
}
@media screen and (max-width: 767px) {
  .toggle-btn {
    position: absolute;
    top: 1.3em;
    right: 3.5vw;
    height: 3vw;
    width: 6vw;
    border-top: 1px solid #191919;
    border-bottom: 1px solid #191919;
  }
}
@media screen and (max-width: 767px) {
  .toggle-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    background: #191919;
    width: 100%;
    height: 1px;
  }
}
.toggle-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .toggle-menu {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 10000;
    visibility: hidden;
  }
}
.toggle-menu .toggle-menu-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.toggle-menu .toggle-close {
  position: absolute;
  top: 2vw;
  left: 82vw;
  width: 6.5vw;
  height: 6.5vw;
  transform: rotate(45deg);
}
.toggle-menu .toggle-close::before,
.toggle-menu .toggle-close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: #fff;
}
.toggle-menu .toggle-close::after {
  transform: rotate(90deg);
}
.toggle-menu .toggle-menu-inner {
  width: 80vw;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  height: 100%;
  transform: translateX(-80vw);
  transition: all ease-in 0.3s;
}
.toggle-menu .toggle-menu-inner .toggle-menu-ttl {
  font-size: 3vw;
  background-color: #434343;
  color: #fff;
  padding: 0.92em 1.5em;
  line-height: 1;
  font-weight: normal;
}
.toggle-menu .toggle-menu-inner .menu-list:not(.aco-wrap) li a {
  display: flex;
  align-items: center;
  padding: 0.95em;
}
.toggle-menu .toggle-menu-inner .menu-list:not(.aco-wrap) li a::before {
  color: #5e5e5e;
  font-size: 6vw;
  position: relative;
  top: -0.1em;
  line-height: 1;
  margin-right: 0.3em;
}
.toggle-menu.open {
  visibility: inherit;
}
.toggle-menu.open .toggle-menu-bg {
  opacity: 1;
}
.toggle-menu.open .toggle-menu-inner {
  transform: translateX(0);
}
.l-footer {
  background: #434343;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 2.1em;
    padding-bottom: 3.2em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo {
    width: 57%;
    margin: 0 auto 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 2.1em;
  }
}
.l-footer .fNavi .nav1 {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav1 {
    font-size: 3.1vw;
    margin-top: 3.35em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav1 a {
    color: #bababa;
    padding: 0.75em 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav1 a::before {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav1 a.icon-dropNext::before {
    content: '\e90d';
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav1::before {
    display: block;
    content: 'その他';
    font-size: 3vw;
    color: #bababa;
    border-bottom: 1px solid #808080;
    padding-bottom: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav2 {
    border-top: 1px solid #808080;
  }
}
@media screen and (min-width: 1060px) {
  .l-footer .fNavi .nav2 li {
    padding-bottom: 4px;
  }
}
.l-footer .fNavi .nav2 li.on::before,
.l-footer .fNavi .nav2 li.on::after {
  top: 0;
}
.l-footer .fNavi .nav2 li.on::before {
  transform: rotateX(180deg);
}
.l-footer .fNavi .nav2 li.on::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 1060px) {
  .l-footer .fNavi .nav2 li.on a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav2 li.on a {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav2 li a {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    padding: 0.75em 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav2 li a::before {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 1060px) {
  .l-footer .fNavi .nav2 li a .bubble {
    bottom: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav2 li a .bubble {
    margin-bottom: 0;
    color: #bababa;
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 1060px) {
  .l-footer .fNavi .nav2 li a .bubble::before {
    border-width: 4px 4px 0 4px;
    border-color: #292929 transparent transparent transparent;
    top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav1,
  .l-footer .fNavi .nav2 {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav1 li,
  .l-footer .fNavi .nav2 li {
    border-bottom: 1px solid #808080;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .fNavi .nav1 li a::before,
  .l-footer .fNavi .nav2 li a::before {
    margin-right: 0.3em;
  }
}
.l-footer .copy {
  font-size: 12px;
  color: #888;
  margin-left: 30px;
  margin-top: -0.2em;
}
@media screen and (max-width: 767px) {
  .l-footer .copy {
    font-size: 2.5vw;
    margin-top: 3.3em;
    text-align: center;
    margin-left: 0;
  }
}
.searchWrapper {
  display: flex;
}
.search {
  background: #ebebeb;
  height: 48px;
  width: calc(100% - 48px);
  padding: 0 1.7em;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 767px) {
  .search {
    width: calc(100% - 45px);
    height: 45px;
    font-size: 16px;
    padding: 0 0.7em;
  }
}
.searchbtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 28px;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 767px) {
  .searchbtn {
    width: 45px;
    height: 45px;
    font-size: 6vw;
  }
}
.Navi {
  background: #434343;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .Navi {
    padding-left: 0;
  }
}
.Navi a {
  color: #fff;
  display: flex;
}
.Navi ul {
  display: flex;
}
.Navi ul.nav1 {
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .Navi ul.nav1 {
    flex-wrap: wrap;
  }
}
.Navi ul.nav1 li {
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .Navi ul.nav1 li {
    margin-right: 0;
  }
}
.Navi ul.nav1 li a {
  display: flex;
  align-items: center;
}
.Navi ul.nav1 li a::before {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.Navi ul.nav1 li a.icon-exit::before {
  margin-right: 0.3em;
}
.Navi ul.nav2 {
  font-size: 14px;
}
@media screen and (min-width: 1060px) {
  .Navi ul.nav2 li {
    border-left: 1px solid #6a6a6a;
  }
}
.Navi ul.nav2 li:first-child {
  border-left: none;
}
.Navi ul.nav2 li.on {
  border-left: none;
  position: relative;
}
@media screen and (min-width: 1060px) {
  .Navi ul.nav2 li.on::before,
  .Navi ul.nav2 li.on::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 10px;
    background: url('../img/tab.png');
  }
}
.Navi ul.nav2 li.on::before {
  left: 100%;
}
.Navi ul.nav2 li.on::after {
  right: 100%;
}
@media screen and (min-width: 1060px) {
  .Navi ul.nav2 li.on a {
    background: #fff;
    color: #191919;
  }
}
@media screen and (max-width: 1060px) {
  .Navi ul.nav2 li.on a {
    background: #565656;
    color: #fefefe;
  }
}
.Navi ul.nav2 li.on a:hover {
  opacity: 1;
}
.Navi ul.nav2 li.on + li {
  border-left: none;
}
.Navi ul.nav2 li a {
  width: 149px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .Navi ul.nav2 li a {
    width: 120px;
  }
}
@media screen and (max-width: 1060px) {
  .Navi ul.nav2 li a {
    width: 54px;
    height: 53px;
  }
}
.Navi ul.nav2 li a::before {
  font-size: 25px;
  color: #a5a5a5;
}
@media screen and (min-width: 1060px) {
  .Navi ul.nav2 li a::before {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  .Navi ul.nav2 li a .bubble {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    font-size: 12px;
    color: #fefefe;
    background: #292929;
    white-space: nowrap;
    padding: 0 0.5em;
    visibility: hidden;
    -webkit-transition: opacity visibility 0.2s ease-in;
    transition: opacity visibility 0.2s ease-in;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .Navi ul.nav2 li a .bubble {
    position: static;
    transform: none;
    border-radius: 0;
    opacity: 1;
    visibility: inherit;
    background: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 1060px) {
  .Navi ul.nav2 li a .bubble::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .Navi ul.nav2 li a .bubble::before {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  .Navi ul.nav2 li a:hover {
    background: #565656;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .Navi ul.nav2 li a:hover {
    background: transparent;
    opacity: 1;
  }
}
.Navi ul.nav2 li a:hover .bubble {
  visibility: inherit;
  opacity: 1;
}
.button .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mv {
  padding-top: 37px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 0;
  }
}
.mv .swiper-slide a {
  display: block;
}
.mv .swiper-slide img {
  width: 100%;
}
.mv .swiper-button-prev,
.mv .swiper-button-next {
  width: 34px;
  height: 91px;
  background-color: rgba(57, 57, 57, 0.8);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv .swiper-button-prev,
  .mv .swiper-button-next {
    width: 5vw;
    height: 12vw;
    margin-top: -6vw;
  }
}
.mv .swiper-button-prev::after,
.mv .swiper-button-next::after {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .mv .swiper-button-prev::after,
  .mv .swiper-button-next::after {
    font-size: 4vw;
  }
}
.mv .swiper-button-prev {
  left: -17px;
}
@media screen and (max-width: 767px) {
  .mv .swiper-button-prev {
    left: 0;
  }
}
.mv .swiper-button-prev::after {
  content: '' !important;
}
.mv .swiper-button-next {
  right: -17px;
}
@media screen and (max-width: 767px) {
  .mv .swiper-button-next {
    right: 0;
  }
}
.mv .swiper-button-next::after {
  content: '' !important;
}
@media screen and (min-width: 768px) {
  .contents-top01 {
    margin-top: 27px;
    margin-bottom: 23px;
    border: 1px solid #e0dedb;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .contents-top01 {
    padding-bottom: 1.5em;
  }
}
.contents-top01 h2 {
  background-color: #e4e4e4;
  padding: 0.45em 1.7em 0.25em;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #e0dedb;
}
@media screen and (max-width: 767px) {
  .contents-top01 h2 {
    font-size: 3.8vw;
    font-weight: bold;
    background-color: transparent;
    padding: 1.1em 3% 0.5em;
  }
}
.contents-top01 h2::before {
  font-size: 16px;
  color: #3185f8;
  margin-right: 0.5em;
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents-top01 h2::before {
    font-size: 4vw;
    margin-right: 0.3em;
  }
}
.contents-top01 .news {
  font-size: 14px;
  letter-spacing: 0.025em;
  height: auto;
  overflow-y: auto;
  margin: 10px 15px 10px 25px;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .contents-top01 .news {
    font-size: 3.1vw;
    letter-spacing: 0.025em;
    height: inherit;
    margin: 1.2em 3% 0;
    padding-top: 0;
  }
}
.contents-top01 .news dt {
  color: #6e6e6e;
  float: left;
  width: 8em;
}
@media screen and (max-width: 767px) {
  .contents-top01 .news dt {
    width: 7em;
  }
}
@media screen and (max-width: 767px) {
  .contents-top01 .news dt:nth-of-type(n + 4) {
    display: none;
  }
}
.contents-top01 .news dd {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .contents-top01 .news dd {
    margin-bottom: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .contents-top01 .news dd:nth-of-type(n + 4) {
    display: none;
  }
}
.contents-top01 .news dd a {
  color: #3185f8;
}
.contents-top01 .moreBtn {
  text-align: right;
  font-size: 3vw;
  margin-right: 0.7em;
}
.contents-top01 .moreBtn a {
  color: #2192c1;
}
.contents-top01 .moreBtn a::after {
  font-size: 1.2em;
  margin-left: 0.3em;
  position: relative;
  top: 0.1em;
}
.contents-top02 {
  padding-top: 49px;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .contents-top02 {
    padding-top: 2.1em;
    padding-bottom: 2.35em;
  }
}
.contents-top02 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2px;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .contents-top02 .wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents-top02 .ttl-01 {
    margin-bottom: 0.45em;
  }
}
@media screen and (min-width: 768px) {
  .brandWrapper .main_r {
    padding-bottom: 60px;
  }
}
.contents-brand01 {
  padding-top: 33px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contents-brand01 {
    padding-top: 1.4em;
    padding-bottom: 2em;
  }
}
.contents-brand01 .ttl-01 {
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .contents-brand01 .ttl-01 {
    margin-bottom: 0.85em;
  }
}
.contents-brand01 .thumbnail_list {
  margin-top: 1.8em;
}
.contents-brand01 .table_list {
  margin-bottom: 2.3em;
}
@media screen and (max-width: 767px) {
  .contents-brand01 .table_list {
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .detailWrapper .main_r {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .detailWrapper + .l-footer .searchWrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: 1em;
    right: 14em;
    width: 40.5%;
  }
}
@media screen and (min-width: 768px) {
  .detailWrapper + .l-footer .searchWrapper .search {
    background: #ebebeb;
    height: 48px;
    width: calc(100% - 48px);
    padding: 0 1.7em;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media screen and (min-width: 768px) {
  .detailWrapper + .l-footer .searchWrapper .searchbtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 28px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.contents-detail01 {
  padding-top: 35px;
  padding-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-detail01 {
    padding-top: 1em;
    padding-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contents-detail01 .inner {
    display: flex;
  }
}
.contents-detail01 .jan {
  font-size: 14px;
  color: #929292;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .jan {
    font-size: 3vw;
    margin-bottom: 0.35em;
    margin-left: 4%;
    margin-right: 4%;
  }
}
.contents-detail01 .name {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 1.1em;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .name {
    font-size: 4.7vw;
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 0.9em;
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media screen and (min-width: 768px) {
  .contents-detail01 .cartWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .contents-detail01 .cartWrapper {
    margin-left: 4%;
    margin-right: 4%;
  }
}
.contents-detail01 .goodBtn2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .goodBtn2 {
    width: 92%;
    margin: 1.2em auto 1em;
    display: flex;
    height: 17vw;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 1vw;
    border: 1px solid #d0cece;
    font-size: 3.4vw;
    font-weight: bold;
    color: #191919;
    pointer-events: all;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}
@media screen and (max-width: 767px) {
  .contents-detail01 .goodBtn2::before {
    font-size: 5.5vw;
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .contents-detail01 .goodBtn2.icon-favorite {
    border-color: #eae8e5;
    background: #eae8e5;
  }
}
.contents-detail01 .price {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .price {
    font-size: 5.3vw;
    font-weight: bold;
    text-align: right;
  }
}
.contents-detail01 .price .exclude {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .price .exclude {
    font-size: 4vw;
  }
}
.contents-detail01 .add_to_cart {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .add_to_cart {
    margin-top: 0.25em;
  }
}
.contents-detail01 .add_to_cart .quantity {
  font-size: 14px;
  margin-left: auto;
}
.contents-detail01 .add_to_cart .quantity .lot {
  border: 1px solid #e0dedb;
  border-radius: 5px;
  background-color: white;
  width: 65px;
  height: 40px;
  text-align: right;
  padding: 0 0.7em;
  margin-left: 0.8em;
  direction: rtl;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .add_to_cart .quantity .lot {
    font-size: 16px;
  }
}
.contents-detail01 .add_to_cart .cartBtn {
  position: relative;
  margin-left: 1em;
}
.contents-detail01 .add_to_cart .cartBtn::after {
  position: absolute;
  right: 0.5em;
  top: 45%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
}
.contents-detail01 .add_to_cart .cartBtn input {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 500em;
  background: #2192c1;
  width: 132.5px;
  height: 37.12px;
  padding-right: 1em;
}
.contents-detail01 .description {
  margin-top: 2.2em;
  margin-bottom: 1.7em;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .description {
    margin-top: 1.2em;
    border-top: 1px solid #e0dedb;
    padding: 1.8em 5% 0;
    margin-bottom: 1.8em;
  }
}
.contents-detail01 .description p {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .description p {
    font-size: 3.3vw;
    line-height: 1.95;
  }
}
.contents-detail01 .moreBtn {
  margin-top: 0.85em;
  display: none;
}
.contents-detail01 .moreBtn a::after {
  font-size: 20px;
  margin-left: 0.2em;
  position: relative;
  top: 0.2em;
}
.contents-detail01 .description_table {
  width: 100%;
  margin-bottom: 2.35em;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .description_table {
    width: 92%;
    margin: 0 auto 1.3em;
  }
}
.contents-detail01 .description_table tr {
  background: #fff;
}
.contents-detail01 .description_table tr th,
.contents-detail01 .description_table tr td {
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #e0dedb;
  font-size: 14px;
  line-height: 1.75;
  padding: 0.75em 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .description_table tr th,
  .contents-detail01 .description_table tr td {
    border-left: none;
    border-right: none;
    border-width: 2px;
    vertical-align: top;
    padding: 1.65em 0;
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 768px) {
  .contents-detail01 .description_table tr th {
    text-align: center;
    background: #757575;
    color: #fff;
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .contents-detail01 .description_table tr th {
    font-weight: bold;
    width: 25%;
  }
}
.contents-detail01 .description_table tr td {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .description_table tr td {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .contents-detail01 .left_detail {
    width: 382px;
    margin-right: 27px;
  }
}
@media screen and (min-width: 768px) {
  .contents-detail01 .right_detail {
    width: calc(100% - 382px);
  }
}
.contents-detail01 .movie {
  width: 330px;
  height: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .movie {
    width: 84vw;
    height: 47vw;
    margin-bottom: 1.45em;
    margin-top: 0;
  }
}
.contents-detail01 .movie a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.contents-detail01 .movie a::before {
  content: '';
  background-image: url(../img/play.png);
  width: 69px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24.5px;
  margin-left: -34.5px;
  z-index: 2;
}
.contents-detail01 .movie .img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 350ms ease 0s;
  -o-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .sliderWrapper {
    margin-bottom: 1.4em;
  }
}
.contents-detail01 .swiper-custom-parent {
  width: 382px;
  border: 1px solid #e0dedb;
  border-radius: 4px;
  height: 412px;
  padding: 7px;
  position: relative;
  margin-bottom: 3px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .swiper-custom-parent {
    width: 70vw;
    border-radius: 1vw;
    height: 75vw;
    padding: 3px;
    margin-bottom: 0.4em;
    margin-left: auto;
    margin-right: auto;
  }
}
.contents-detail01 .swiper-custom-parent .goodBtn {
  font-size: 37px;
  position: absolute;
  right: 0.4em;
  top: 0.4em;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .swiper-custom-parent .goodBtn {
    font-size: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .contents-detail01 .swiper-custom-parent .goodBtn.icon-favorite::after {
    position: absolute;
    content: '';
    background: url('../img/favorite_hover.png');
    width: 151px;
    height: 86px;
    left: 50%;
    margin-left: -75px;
    bottom: calc(100% - 0.6em);
    opacity: 0;
    pointer-events: none;
  }
  .contents-detail01 .swiper-custom-parent .goodBtn.icon-favorite.active::after {
    animation: fade-in-out 2s ease 0.15s forwards;
  }
}
.contents-detail01 .gallery-top {
  position: relative;
}
.contents-detail01 .gallery-top .js-imgPopUpBtn {
  font-size: 16px;
  font-weight: normal;
  color: #191919;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0.4em;
  margin-right: 0.8em;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .gallery-top .js-imgPopUpBtn {
    font-size: 3vw;
    margin-top: 0.8em;
  }
}
.contents-detail01 .gallery-top .js-imgPopUpBtn::before {
  font-size: 31px;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .gallery-top .js-imgPopUpBtn::before {
    font-size: 5.5vw;
  }
}
.contents-detail01 .gallery-top .swiper-slide {
  width: 366px;
  height: 396px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .gallery-top .swiper-slide {
    width: 100%;
    height: 73vw;
  }
}
.contents-detail01 .gallery-top .swiper-slide .img_bg {
  width: 100%;
  height: 344px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .gallery-top .swiper-slide .img_bg {
    height: 64vw;
  }
}
.contents-detail01 .icon-a-prev,
.contents-detail01 .icon-a-next {
  color: #363636;
  top: inherit;
  bottom: 0.5em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .icon-a-prev,
  .contents-detail01 .icon-a-next {
    bottom: -0.3em;
  }
}
.contents-detail01 .icon-a-prev::after,
.contents-detail01 .icon-a-next::after {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .icon-a-prev::after,
  .contents-detail01 .icon-a-next::after {
    font-size: 6.5vw;
  }
}
.contents-detail01 .icon-a-prev {
  left: 8px;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .icon-a-prev {
    left: 0;
  }
}
.contents-detail01 .icon-a-prev::after {
  content: '\e90c';
}
.contents-detail01 .icon-a-next {
  right: inherit;
  left: 45px;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .icon-a-next {
    left: 7vw;
  }
}
.contents-detail01 .icon-a-next::after {
  content: '\e902';
}
.contents-detail01 .gallery-thumbs {
  overflow: visible;
  margin-left: 27px;
  margin-right: -16px;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .gallery-thumbs {
    width: 72vw;
    margin: 0 auto;
  }
}
.contents-detail01 .gallery-thumbs .swiper-wrapper {
  flex-wrap: wrap;
  transform: none !important;
}
.contents-detail01 .gallery-thumbs .swiper-slide {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .gallery-thumbs .swiper-slide {
    width: 13vw;
    height: 13vw;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .contents-detail01 .gallery-thumbs .swiper-slide:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.contents-detail01 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.contents-detail01 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid #434343;
}
@media screen and (max-width: 767px) {
  .contents-detail01 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
    border-width: 2px;
  }
}
.lb-outerContainer {
  width: 500px !important;
}
@media screen and (max-width: 767px) {
  .lb-outerContainer {
    width: 70vw !important;
  }
}
.lb-outerContainer img {
  width: 100% !important;
  height: auto !important;
}
.loginWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .loginWrapper {
    padding-top: 6em;
  }
}
.signin {
  width: 512px;
  padding: 62px 99px 48px;
}
@media screen and (min-width: 768px) {
  .signin {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  }
}
.signin .logo {
  margin-bottom: 2.5em;
}
.signin input {
  border-radius: 7px;
  color: #333333;
  border: 1px solid #e6e6e6;
  padding: 12px 16px;
  hanging-punctuation: 40px;
  width: 100%;
  margin: 0.5em 0;
}
.signin .loginBtn {
  border-radius: 8px;
  height: 47px;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 4px 0 0 #d9d7d5;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0.5em 0 3.5em;
}
.signin .loginBtn:hover {
  opacity: 1;
  border-bottom: none;
  box-shadow: 0 0 0 0 #d9d7d5;
  transform: translateY(4px);
}
.signin .member {
  display: flex;
  justify-content: space-between;
  margin: 1em -1em;
}
@media screen and (max-width: 767px) {
  .signin .member {
    flex-direction: column;
    margin: 0;
    text-align: left;
    font-size: 80%;
  }
}
.signin a {
  color: #737373;
}
@media screen and (max-width: 767px) {
  .signin a {
    display: inline-block;
    margin: 0.5em;
  }
}
.footer {
  margin-top: auto;
  font-size: 12px;
  color: #ababab;
}
.footer a {
  color: #191919;
  color: #ababab;
  border-right: 1px solid #ababab;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .footer a:nth-last-of-type(1) {
    border-right: none;
  }
}
.footer .copy {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    display: block;
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .cartWrapper .main_r {
    padding-bottom: 60px;
  }
}
.contents-cart01 {
  padding-top: 33px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contents-cart01 {
    padding-top: 1.4em;
    padding-bottom: 4.2em;
  }
}
.contents-cart01 .ttl-01 {
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .ttl-01 {
    margin-bottom: 0.85em;
  }
}
.contents-cart01 .item-cart-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table thead {
    display: none;
  }
}
.contents-cart01 .item-cart-table thead th {
  font-weight: normal;
  border-left: 1px solid #000;
  border-bottom: 1px solid #434343;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.655em;
  padding-bottom: 0.655em;
  font-size: 13px;
  color: #fff;
  background: #434343;
  height: 40px;
}
.contents-cart01 .item-cart-table thead th:nth-of-type(1) {
  border-left: 1px solid #434343;
}
.contents-cart01 .item-cart-table thead th:nth-last-of-type(1) {
  border-right: 1px solid #434343;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody tr {
    display: block;
    border-bottom: 1px solid #c3c1be;
    padding: 1em 1em 0.7em 28vw;
    position: relative;
  }
}
.contents-cart01 .item-cart-table tbody tr th,
.contents-cart01 .item-cart-table tbody tr td {
  border: 1px solid #c3c1be;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody tr th,
  .contents-cart01 .item-cart-table tbody tr td {
    display: block;
    border: none;
  }
}
.contents-cart01 .item-cart-table tbody tr:nth-child(even) {
  background: #fafcfc;
}
.contents-cart01 .item-cart-table tbody .num {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  width: 33px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .num {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .contents-cart01 .item-cart-table tbody .cart-image-ttl {
    width: calc((100% - 33px - 75px) / 2);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .cart-image-ttl {
    position: relative;
  }
}
.contents-cart01 .item-cart-table tbody .cart-image-ttl a {
  color: #171717;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contents-cart01 .item-cart-table tbody .cart-image-ttl a {
    display: flex;
    align-items: center;
    padding: 14px 22px 16px 19px;
  }
}
@media screen and (max-width: 980px) {
  .contents-cart01 .item-cart-table tbody .cart-image-ttl a {
    flex-direction: column;
  }
}
.contents-cart01 .item-cart-table tbody .cart-image-ttl a:hover {
  opacity: 1;
  text-decoration: underline;
}
.contents-cart01 .item-cart-table tbody .cart-image-ttl .item-cart-image {
  border: 1px solid #e0dedb;
  border-radius: 5px;
  background-color: #fff;
  width: 68px;
  height: 68px;
  padding: 3px;
  box-sizing: border-box;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .cart-image-ttl .item-cart-image {
    width: 20vw;
    height: 20vw;
    top: 0;
    right: 100%;
    border-radius: 1vw;
    position: absolute;
  }
}
.contents-cart01 .item-cart-table tbody .cart-image-ttl .item-cart-image .img_bg {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contents-cart01 .item-cart-table tbody .cart-image-ttl .item-cart-title {
  width: calc(100% - 68px - 1em);
}
@media screen and (max-width: 980px) {
  .contents-cart01 .item-cart-table tbody .cart-image-ttl .item-cart-title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .cart-image-ttl .item-cart-title {
    display: block;
    font-size: 3.3vw;
    line-height: 1.65;
    width: 100%;
    margin-left: auto;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .contents-cart01 .item-cart-table tbody .item-cart-price-tax {
    width: calc(((100% - 33px - 75px) / 2) / 3);
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .item-cart-price-tax {
    text-align: right;
  }
}
.contents-cart01 .item-cart-table tbody .item-cart-price-tax .item-cart-price {
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .item-cart-price-tax .item-cart-price {
    font-size: 4.27vw;
  }
}
.contents-cart01 .item-cart-table tbody .item-cart-price-tax .item-cart-tax {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .item-cart-price-tax .item-cart-tax {
    display: inline-block;
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .contents-cart01 .item-cart-table tbody .item-cart-button {
    width: calc(((100% - 33px - 75px) / 2) / 3);
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .item-cart-button {
    text-align: right;
  }
}
.contents-cart01 .item-cart-table tbody .item-cart-button .lot {
  border: 1px solid #e0dedb;
  border-radius: 5px;
  background-color: white;
  width: 65px;
  height: 40px;
  text-align: right;
  padding: 0 0.7em;
  direction: rtl;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .item-cart-button .lot {
    margin-right: 0.5em;
    font-size: 16px;
    width: 5.5em;
    height: 1.8em;
    padding: 0 0.7em;
  }
}
.contents-cart01 .item-cart-table tbody .item-cart-button .button {
  display: block;
  text-align: center;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .item-cart-button .button {
    margin-top: 0px;
    line-height: 1;
    display: inline-block;
  }
}
.contents-cart01 .item-cart-table tbody .item-cart-button .button a {
  font-size: 13px;
  color: #fff;
  background-color: #434343;
  border-radius: 3px;
  width: 68px;
  height: 25px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .item-cart-button .button a {
    font-size: 12px;
    width: auto;
    height: 2em;
    padding: 0 0.7em;
  }
}
@media screen and (min-width: 768px) {
  .contents-cart01 .item-cart-table tbody .item-cart-subtotal {
    width: calc(((100% - 33px - 75px) / 2) / 3);
    padding-left: 0.5em;
    padding-right: 0.5em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .item-cart-subtotal {
    text-align: right;
    margin-top: 0.8em;
    padding-top: 0.3em;
    border-top: 1px dotted #c3c1be;
    margin-left: -24vw;
    font-weight: bold;
    font-size: 4.5vw;
  }
}
.contents-cart01 .item-cart-table tbody .item-cart-delete-button {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .item-cart-delete-button {
    width: auto;
    position: absolute;
    left: 0.2em;
    top: 0;
  }
}
.contents-cart01 .item-cart-table tbody .item-cart-delete-button a {
  background-color: #434343;
  color: #fff;
  font-size: 17px;
  border-radius: 500em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .item-cart-table tbody .item-cart-delete-button a {
    width: 6.27vw;
    height: 6.27vw;
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents-cart01 .item-cart-table tbody td:not(.cart-image-ttl) {
    text-align: center;
    vertical-align: middle;
  }
}
.contents-cart01 .item-none-text {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1.5em;
  text-align: center;
}
.contents-cart01 .item-none-text + .cart-basket-none {
  margin: 0;
  text-align: -webkit-center;
}
.contents-cart01 .cart-total-wrapper {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .contents-cart01 .cart-total-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .cart-total-wrapper {
    margin-top: 1em;
  }
}
.contents-cart01 .cart-total-wrapper .item-cart-total {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .cart-total-wrapper .item-cart-total {
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .cart-total-wrapper .item-cart-total .cart-total-subtotal {
    font-size: 4vw;
  }
}
.contents-cart01 .cart-total-wrapper .item-cart-total .cart-total-tax {
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .cart-total-wrapper .item-cart-total .cart-total-tax {
    font-size: 4vw;
  }
}
.contents-cart01 .cart-total-wrapper .item-cart-total .cart-total-price {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .cart-total-wrapper .item-cart-total .cart-total-price {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .cart-total-wrapper .empty-button {
    display: none;
  }
}
.contents-cart01 .cart-total-wrapper .empty-button .btn-delete {
  background-color: #ebebeb;
  font-size: 14px;
  width: 194px;
  height: 45px;
  border-radius: 3px;
  justify-content: center;
  text-align: center;
  color: #191919;
}
.contents-cart01 .cart-total-wrapper .empty-button .btn-delete::before {
  width: 21px;
  height: 18px;
  font-size: 20px;
  margin-right: 5px;
}
.contents-cart01 .cart-bottom-wrapper {
  margin-top: 4.35em;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .cart-bottom-wrapper {
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .contents-cart01 .cart-bottom-wrapper .cart-back-button,
  .contents-cart01 .cart-bottom-wrapper .cart-buy-button {
    margin-left: auto;
    margin-right: auto;
    width: 75vw;
    font-size: 4.5vw;
    height: 3.5em;
  }
}
.contents-cart01 .cart-bottom-wrapper .cart-back-button .btn,
.contents-cart01 .cart-bottom-wrapper .cart-buy-button .btn {
  font-size: 15px;
  width: 214px;
  height: 49px;
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .cart-bottom-wrapper .cart-back-button .btn,
  .contents-cart01 .cart-bottom-wrapper .cart-buy-button .btn {
    width: 100%;
    font-size: 4.5vw;
    height: 100%;
  }
}
.contents-cart01 .cart-bottom-wrapper .cart-back-button .btn::before,
.contents-cart01 .cart-bottom-wrapper .cart-buy-button .btn::before {
  margin-right: 5px;
}
.contents-cart01 .cart-bottom-wrapper .cart-buy-button .btn {
  background-color: #3185f8;
}
.contents-cart01 .cart-bottom-wrapper .cart-buy-button .btn::before {
  display: inline-block;
  content: '';
  margin-right: 0.4em;
  width: 17px;
  height: 13px;
  background-image: url('../img/next.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contents-cart01 .cart-bottom-wrapper .cart-back-button {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .contents-cart01 .cart-bottom-wrapper .cart-back-button {
    margin-right: auto;
    margin-top: 1em;
  }
}
.contents-cart01 .cart-bottom-wrapper .cart-back-button .btn {
  background-color: #25a45e;
}
.contents-cart01 .cart-bottom-wrapper .cart-back-button .btn::before {
  font-size: 20px;
}
@media all and (min-width: 768px) {
  .contents-cart01 .u-countpop-wrap {
    position: relative;
  }
  .contents-cart01 .u-countpop-wrap select[name='lot']:hover + span + .u-countpop {
    opacity: 1;
  }
  .contents-cart01 .u-countpop {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid #c3c1be;
    background: #f2ede5;
    padding: 0 9px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 250ms ease 0s;
    -moz-transition: opacity 250ms ease 0s;
    -ms-transition: opacity 250ms ease 0s;
    -o-transition: opacity 250ms ease 0s;
    transition: opacity 250ms ease 0s;
  }
}
@media all and (max-width: 767px) {
  .contents-cart01 .u-countpop-wrap {
    position: relative;
  }
  .contents-cart01 .u-countpop-wrap select[name='lot']:focus + span + .u-countpop {
    opacity: 1;
  }
  .contents-cart01 .u-countpop {
    position: absolute;
    z-index: 2;
    font-size: 10px;
    border: 1px solid #c3c1be;
    background: #f2ede5;
    padding: 0 9px;
    bottom: -17px;
    left: -9.3vw;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 250ms ease 0s;
    -moz-transition: opacity 250ms ease 0s;
    -ms-transition: opacity 250ms ease 0s;
    -o-transition: opacity 250ms ease 0s;
    transition: opacity 250ms ease 0s;
  }
}
@media screen and (min-width: 768px) {
  .mypageWrapper .main_r {
    padding-bottom: 60px;
  }
}
.contents-mypage01 {
  padding-top: 33px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contents-mypage01 {
    padding-top: 1.4em;
    padding-bottom: 4.2em;
  }
}
.contents-mypage01 .ttl-01 {
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .contents-mypage01 .ttl-01 {
    margin-bottom: 0.85em;
  }
}
.contents-mypage01 table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-mypage01 table {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contents-mypage01 table caption {
  font-size: 13px;
  color: #fff;
  background: #434343;
  height: 40px;
  caption-side: top;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.655em;
  padding-bottom: 0.655em;
}
.contents-mypage01 table tr th,
.contents-mypage01 table tr td {
  vertical-align: middle;
  border: 1px solid #e0dedb;
  font-size: 14px;
  line-height: 1.75;
  padding: 0.75em 1em;
  font-weight: normal;
}
.contents-mypage01 table tr th {
  text-align: center;
  background: #757575;
  color: #fff;
  width: 27%;
}
.contents-mypage01 table tr td {
  width: 73%;
}
.contents-mypage01 table tr td .input-wrapper {
  margin-bottom: 0.5em;
}
.contents-mypage01 table tr td input:not([type='checkbox']) {
  height: 39px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0.5em 1.5em;
  font-weight: normal;
}
.contents-mypage01 table tr td input:not([type='checkbox']):not([name='postalcode']) {
  width: 80%;
}
@media screen and (max-width: 980px) {
  .contents-mypage01 table tr td input:not([type='checkbox']):not([name='postalcode']) {
    width: 100%;
  }
}
.contents-mypage01 table tr td input[name='postalcode'] {
  max-width: 240px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contents-mypage01 table tr td input[name='postalcode'] {
    width: 60%;
  }
}
.contents-mypage01 table tr td .u-checkbox {
  width: 64px;
  margin-bottom: 0.5em;
}
.contents-mypage01 table tr td .u-checkbox-in,
.contents-mypage01 table tr td .u-checkbox-in i {
  height: 30px;
}
.contents-mypage01 table tr td .u-checkbox-in {
  position: relative;
  line-height: 1;
  width: 100%;
}
.contents-mypage01 table tr td .u-checkbox-in input {
  display: none;
}
.contents-mypage01 table tr td .u-checkbox-in input:checked + i {
  background: #3185f8;
  border: 1px solid #3185f8;
}
.contents-mypage01 table tr td .u-checkbox-in input:checked + i::before {
  background: #fff;
  left: calc(100% - 26px - 2px);
}
.contents-mypage01 table tr td .u-checkbox-in input:checked + i::after {
  content: attr(data-ontext);
  color: #fff;
  right: auto;
  left: 10px;
}
.contents-mypage01 table tr td .u-checkbox-in input,
.contents-mypage01 table tr td .u-checkbox-in label {
  position: absolute;
  top: 0;
}
.contents-mypage01 table tr td .u-checkbox-in i {
  width: 100%;
  position: relative;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: #f1f1f1;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  z-index: 1;
  -webkit-transition: all 350ms ease 0s;
  -moz-transition: all 350ms ease 0s;
  -ms-transition: all 350ms ease 0s;
  -o-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s;
  pointer-events: none;
}
.contents-mypage01 table tr td .u-checkbox-in i::before,
.contents-mypage01 table tr td .u-checkbox-in i::after {
  pointer-events: none;
  line-height: 1;
  font-family: 'Arial', 'Consolas', 'Courier New', 'Meiryo', monospace;
  font-style: normal;
  position: absolute;
  top: 50%;
  font-size: 10px;
}
.contents-mypage01 table tr td .u-checkbox-in i::before {
  width: 26px;
  height: 26px;
  left: 2px;
  content: '';
  display: block;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  left: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 350ms ease 0s;
  -moz-transition: all 350ms ease 0s;
  -ms-transition: all 350ms ease 0s;
  -o-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.contents-mypage01 table tr td .u-checkbox-in i::after {
  right: 10px;
  content: attr(data-offtext);
  display: inline-block;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contents-mypage01 table tr td .u-checkbox-in label {
  line-height: 1;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.contents-mypage01 table tr:nth-child(even) {
  background: #fafcfc;
}
.contents-mypage01 .button {
  margin-top: 2em;
}
.contents-mypage01 .button .btn {
  font-size: 15px;
  width: 214px;
  height: 49px;
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  text-align: center;
  background-color: #3185f8;
}
@media screen and (min-width: 768px) {
  .historyWrapper .main_r {
    padding-bottom: 60px;
  }
}
.contents-history01 {
  padding-top: 33px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contents-history01 {
    padding-top: 1.4em;
    padding-bottom: 4.2em;
  }
}
.contents-history01 .ttl-01 {
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .contents-history01 .ttl-01 {
    margin-bottom: 0.85em;
  }
}
.contents-history01 .narrow-wrapper {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .contents-history01 .narrow-wrapper {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.contents-history01 .selectBox {
  margin-right: 0.5em;
}
.contents-history01 .selectBox.selectBox-month {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .contents-history01 .selectBox.selectBox-month {
    margin-left: 0.5em;
  }
}
.contents-history01 .year,
.contents-history01 .month {
  border: 1px solid #e0dedb;
  border-radius: 5px;
  background-color: white;
  height: 40px;
  text-align: right;
  padding: 0 1.5em 0 0.5em;
  direction: rtl;
}
.contents-history01 .year {
  width: 75px;
}
.contents-history01 .month {
  width: 60px;
}
.contents-history01 .narrowBtn {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 500em;
  background: #2192c1;
  width: 132.5px;
  height: 37.12px;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .contents-history01 .narrowBtn {
    margin-left: 0.5em;
  }
}
.contents-history01 .total-wrapper {
  display: flex;
  justify-content: flex-end;
  font-size: 17px;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .contents-history01 .total-wrapper {
    font-size: 16px;
    margin-left: 1em;
    margin-right: 1em;
  }
}
.contents-history01 .total-wrapper .total-number {
  margin-right: 5em;
}
@media screen and (max-width: 767px) {
  .contents-history01 .total-wrapper .total-number {
    margin-right: 2em;
  }
}
.contents-history01 table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-history01 table {
    display: block;
    border-top: 1px solid #e0dedb;
  }
}
.contents-history01 table thead {
  font-size: 13px;
  color: #fff;
  background: #434343;
  height: 40px;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .contents-history01 table thead {
    display: none;
  }
}
.contents-history01 table thead th {
  font-weight: normal;
  border-left: 1px solid #000;
  border-bottom: 1px solid #434343;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.655em;
  padding-bottom: 0.655em;
}
.contents-history01 table thead th:nth-child(1) {
  border-left: none;
}
.contents-history01 table thead th:last-child {
  border-right: 1px solid #434343;
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e0dedb;
    padding: 0.7em 1.5em 0.7em 28vw;
    position: relative;
    min-height: 26vw;
  }
}
.contents-history01 table tbody tr td {
  vertical-align: middle;
  border: 1px solid #e0dedb;
  font-size: 14px;
  line-height: 1.75;
  padding: 0.75em 1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody tr td {
    display: block;
    border: none;
    padding: 0;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody tr td::before {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody tr td.number::before {
    content: '注文番号：';
  }
}
@media screen and (min-width: 768px) {
  .contents-history01 table tbody tr td.img-wrap {
    width: 96px;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody tr td.img-wrap {
    position: absolute;
    top: 1em;
    left: 1.5em;
  }
}
.contents-history01 table tbody tr td.img-wrap .img {
  border: 1px solid #e0dedb;
  border-radius: 5px;
  background-color: #fff;
  width: 68px;
  height: 68px;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody tr td.img-wrap .img {
    width: 20vw;
    height: 20vw;
    border-radius: 1vw;
  }
}
.contents-history01 table tbody tr td.img-wrap .img .img_bg {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contents-history01 table tbody tr td.name {
  font-size: 14px;
  padding-right: 2em;
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody tr td.name {
    font-size: 3.2vw;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody tr td.name::before {
    content: '商品名：';
  }
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody tr td.price::before {
    content: '金額（税抜）：';
  }
}
@media screen and (max-width: 767px) {
  .contents-history01 table tbody tr td.date::before {
    content: '発注日：';
  }
}
.contents-history01 table tbody tr:nth-child(even) {
  background: #fafcfc;
}
.contents-history01 .pager {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .contents-history01 .pager {
    margin-top: 1.5em;
  }
}
.contents-history01 .pager li {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.contents-history01 .pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #bfc5cf;
  color: #191919;
}
.contents-history01 .pager li.on a {
  background: #191919;
  color: #fff;
  border-color: #191919;
}
@media screen and (min-width: 768px) {
  .contactWrapper .main_r {
    padding-bottom: 60px;
  }
}
.contents-contact01 {
  padding-top: 33px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contents-contact01 {
    padding-top: 1.4em;
    padding-bottom: 4.2em;
  }
}
.contents-contact01 .ttl-01 {
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .contents-contact01 .ttl-01 {
    margin-bottom: 0.85em;
  }
}
.contents-contact01 table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-contact01 table {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents-contact01 table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents-contact01 table tr {
    display: block;
  }
}
.contents-contact01 table tr th,
.contents-contact01 table tr td {
  vertical-align: middle;
  border: 1px solid #e0dedb;
  font-size: 14px;
  line-height: 1.75;
  padding: 0.75em 1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .contents-contact01 table tr th,
  .contents-contact01 table tr td {
    display: block;
  }
}
.contents-contact01 table tr th {
  text-align: center;
  background: #f8f8f8;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .contents-contact01 table tr th {
    width: 100%;
    border-bottom: none;
    padding: 0.4em 1.5em;
    text-align: left;
  }
}
.contents-contact01 table tr td {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .contents-contact01 table tr td {
    width: 100%;
  }
}
.contents-contact01 table tr td textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 250px;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0.5em 1.5em;
  font-weight: normal;
}
.contents-contact01 .confirmationBtn {
  font-size: 15px;
  width: 214px;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 2em;
}
.contents-contact01 .confirmationBtn .btn {
  justify-content: center;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .infoWrapper .main_r {
    padding-bottom: 60px;
  }
}
.contents-info01 {
  padding-top: 33px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .contents-info01 {
    padding-top: 1.4em;
    padding-bottom: 3em;
  }
}
.contents-info01 .ttl-01 {
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .contents-info01 .ttl-01 {
    margin-bottom: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .contents-info01 .inner {
    max-width: 92%;
  }
}
.contents-info01 .tabBtn {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 1.1em;
  margin-right: -2.4em;
}
@media screen and (max-width: 767px) {
  .contents-info01 .tabBtn {
    font-size: 3vw;
    margin-right: -0.8em;
    margin-bottom: 2em;
  }
}
.contents-info01 .tabBtn li {
  margin-right: 1.2em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .contents-info01 .tabBtn li {
    margin-right: 0.4em;
    margin-bottom: 0.4em;
  }
}
.contents-info01 .tabBtn li a {
  color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding-left: 0.7em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .contents-info01 .tabBtn li a {
    height: 11.5vw;
    border-radius: 1vw;
  }
}
.contents-info01 .tabBtn li a::before {
  font-size: 26px;
  color: #e5e5e5;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .contents-info01 .tabBtn li a::before {
    font-size: 5.5vw;
  }
}
.contents-info01 .tabBtn li a.on {
  font-weight: bold;
}
.contents-info01 .tabBtn li a.on::before {
  color: #3185f8;
}
@media screen and (min-width: 768px) {
  .contents-info01 .newsList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .contents-info01 .newsList li {
    margin-bottom: 2em;
    margin-left: 9.5px;
    margin-right: 9.5px;
  }
}
@media screen and (max-width: 767px) {
  .contents-info01 .newsList li {
    margin-bottom: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .contents-info01 .newsList li a {
    display: flex;
    justify-content: space-between;
  }
}
.contents-info01 .newsList li a .img {
  display: block;
  width: 257px;
  height: 257px;
  background: #e1e1e1;
  padding: 2px;
  position: relative;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .contents-info01 .newsList li a .img {
    width: 34vw;
    height: 34vw;
    margin-bottom: 0;
  }
}
.contents-info01 .newsList li a .img::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff url('../../img/detail1.png') no-repeat center/auto 100%;
  position: relative;
  z-index: 1;
}
.contents-info01 .newsList li a .img::after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #151515;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.contents-info01 .newsList li a .img.noImg::before {
  background: #fafafa;
  content: 'SHOKUFO Co., Ltd.';
  color: #191919;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents-info01 .newsList li a .img.noImg::before {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contents-info01 .newsList li a .text {
    width: 53.5vw;
  }
}
.contents-info01 .newsList li a time {
  font-size: 13px;
  margin-bottom: 0.85em;
}
@media screen and (max-width: 767px) {
  .contents-info01 .newsList li a time {
    font-size: 3vw;
    margin-bottom: 1.1em;
  }
}
.contents-info01 .newsList li a p {
  font-size: 14px;
  color: #191919;
}
@media screen and (max-width: 767px) {
  .contents-info01 .newsList li a p {
    font-size: 3.5vw;
  }
}
.contents-info01 .newsList li a:hover .img::after {
  width: 100%;
}
.contents-info01 .pager {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .contents-info01 .pager {
    margin-top: 1.75em;
  }
}
.contents-info01 .pager a {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #bfc5cf;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 5px;
}
.contents-info01 .pager a.jp-current {
  background: #191919;
  color: #fff;
  border-color: #191919;
}
.contents-info01 .pager a.jp-previous,
.contents-info01 .pager a.jp-next {
  width: auto;
  height: auto;
  border: none;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1.5px #359fb1;
  border-right: solid 1.5px #359fb1;
}
.contents-info01 .pager a.jp-previous.jp-disabled,
.contents-info01 .pager a.jp-next.jp-disabled {
  visibility: hidden;
}
.contents-info01 .pager a.jp-previous {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: 10px;
}
.contents-info01 .pager a.jp-next {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
.pagination {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 6.2em;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 1.75em;
  }
}
.pagination a {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #bfc5cf;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 5px;
}
.pagination .next.disabled,
.pagination .last.disabled,
.pagination .first.disabled,
.pagination .previous.disabled {
  visibility: hidden;
}
.newsttl time {
  font-size: 13px;
  color: #8a8a8a;
  margin-bottom: 0.85em;
  display: block;
}
@media screen and (max-width: 767px) {
  .newsttl time {
    font-size: 3vw;
    margin-bottom: 1.1em;
  }
}
.newsttl time.tab::before {
  color: #fff;
  width: 70px;
  height: 25px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.8em;
}
@media screen and (max-width: 767px) {
  .newsttl time.tab::before {
    width: 4.8em;
    height: 1.7em;
  }
}
.newsttl time.tab.tab1::before {
  background: #c64a79;
  content: '商品';
}
.newsttl time.tab.tab2::before {
  background: #2c8eb9;
  content: 'お知らせ';
}
.contents-infoDetail01 {
  padding-top: 33px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 {
    padding-top: 1.4em;
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 .inner {
    max-width: 92%;
  }
}
.contents-infoDetail01 .ttl-01 {
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 .ttl-01 {
    margin-bottom: 0.85em;
  }
}
@media screen and (min-width: 768px) {
  .contents-infoDetail01 .wrapper {
    border: 2px solid #efefef;
    padding: 46px 48px 100px;
  }
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 .wrapper {
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  .contents-infoDetail01 .newsttl {
    border-left: 4px solid #dbdbdb;
    padding-left: 25px;
    padding-top: 0.5em;
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 .newsttl {
    margin-bottom: 1.55em;
  }
}
.contents-infoDetail01 .newsttl time {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 .newsttl time {
    font-size: 3vw;
  }
}
.contents-infoDetail01 .newsttl h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 .newsttl h2 {
    font-size: 4.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
}
.contents-infoDetail01 .img {
  display: block;
  margin-bottom: 52px;
  width: 373px;
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 .img {
    width: 86%;
    margin: 0 auto 2.15em;
  }
}
.contents-infoDetail01 .text p {
  line-height: 2.35;
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 .text p {
    font-size: 3.3vw;
  }
}
.contents-infoDetail01 .text .mt2 {
  margin-top: 2.25em;
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 .text .mt2 {
    margin-top: 1.6em;
  }
}
.contents-infoDetail01 .text a {
  color: #3185f8;
  display: inline-flex;
  align-items: center;
}
.contents-infoDetail01 .text a::before {
  font-size: 1.1em;
}
.contents-infoDetail01 .text a::after {
  font-size: 1.6em;
}
.contents-infoDetail01 .button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contents-infoDetail01 .button {
    margin-top: 3em;
  }
}
.contents-infoDetail01 .button .btn {
  font-size: 15px;
  width: 214px;
  height: 49px;
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .searchWrapper .main_r {
    padding-bottom: 60px;
  }
}
.contents-search01 {
  padding-top: 33px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contents-search01 {
    padding-top: 1.4em;
    padding-bottom: 2em;
  }
}
.contents-search01 .ttl-01 {
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .contents-search01 .ttl-01 {
    margin-bottom: 0.85em;
  }
}
@media screen and (min-width: 768px) {
  .contents-search01 .tabCategory,
  .contents-search01 .tabBrand {
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 768px) {
  .downloadWrapper .main_r {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .downloadWrapper + .l-footer .searchWrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: 1em;
    right: 14em;
    width: 40.5%;
  }
}
@media screen and (min-width: 768px) {
  .downloadWrapper + .l-footer .searchWrapper .search {
    background: #ebebeb;
    height: 48px;
    width: calc(100% - 48px);
    padding: 0 1.7em;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media screen and (min-width: 768px) {
  .downloadWrapper + .l-footer .searchWrapper .searchbtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 28px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.contents-download01 {
  padding-top: 35px;
  padding-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-download01 {
    padding-top: 1em;
    padding-bottom: 0;
    width: 100%;
  }
}
.contents-download01 .ttl-01 {
  margin-bottom: 1em;
  margin-bottom: 1em;
}
.contents-download01 .download_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -23px;
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list {
    margin-right: 0;
  }
}
.contents-download01 .download_list .item_box {
  width: 297px;
  margin-right: 23px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box {
    width: calc(100% / 2);
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #e2e0dd;
  }
}
.contents-download01 .download_list .item_box .img {
  border: 1px solid #e2e0dd;
  border-radius: 10px;
  padding: 7px;
  margin-bottom: 8px;
  -webkit-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box .img {
    border-radius: 0;
    border: none;
    margin-bottom: 0.35em;
    padding: 0;
  }
}
.contents-download01 .download_list .item_box .img .img_bg {
  width: 100%;
  height: 190px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box .img .img_bg {
    width: 49vw;
    height: 45.5vw;
    margin: 0.5vw auto;
  }
}
.contents-download01 .download_list .item_box .text {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box .text {
    margin-left: 4%;
    margin-right: 4%;
  }
}
.contents-download01 .download_list .item_box .name {
  font-size: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.7;
  -webkit-transition: text-decoration 0.2s ease-in;
  transition: text-decoration 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box .name {
    font-size: 3.5vw;
    line-height: 1.65;
    margin-bottom: 0.3em;
  }
}
.contents-download01 .download_list .item_box .explanation {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box .explanation {
    font-size: 3.2vw;
    line-height: 1.65;
  }
}
.contents-download01 .download_list .item_box .downloadBtn {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box .downloadBtn {
    margin-top: 0.7em;
  }
}
.contents-download01 .download_list .item_box .downloadBtn .js-toolDownload {
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 500em;
  background: #2192c1;
  width: 132.5px;
  height: 37.12px;
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box .downloadBtn .js-toolDownload {
    font-size: 3.5vw;
    width: 40vw;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box:nth-child(odd) {
    border-right: 1px solid #e2e0dd;
  }
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box:nth-child(1),
  .contents-download01 .download_list .item_box:nth-child(2) {
    border-top: 1px solid #e2e0dd;
  }
}
@media screen and (max-width: 767px) {
  .contents-download01 .download_list .item_box:nth-last-child(1),
  .contents-download01 .download_list .item_box:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
.contents-download01 .download_list .item_box.on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .contents-download01 .download_list .item_box.on .img {
    border: 1px solid #2192c1;
    box-shadow: 0 0 0 1px #2192c1;
  }
}
.contents-download01 .download_list .item_box.on .name {
  text-decoration: underline;
}
