@charset "utf-8";

/*============================================


  foundation


============================================*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
*:before,
*:after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bolder;
}

hr,
legend {
  display: none;
}

img,
abbr,
acronym,
fieldset {
  vertical-align: bottom;
  border-style: none;
}
ol,
ul {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}
caption {
  text-align: left;
  font-weight: normal;
}
img,
embed,
object,
audio,
video {
  height: auto;
  width: 100%;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
button,
input,
select,
textarea {
  margin: 0;
}
object,
embed {
  vertical-align: top;
}
iframe {
  border: 0;
}
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
code {
  color: #ff3860;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
  background-color: whitesmoke;
}
pre {
  color: #4a4a4a;
  font-size: 0.8em;
  white-space: pre;
  word-wrap: normal;
  background-color: whitesmoke;
}
pre code {
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}
[disabled] {
  cursor: default;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
button,
select,
textarea {
  color: inherit;
  border-style: none;
  background-color: transparent;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  border: none;
  -webkit-appearance: button; /* iOS */
}
button,
select {
  text-transform: none;
} /* Firefox 40+, IE 11- */
button {
  overflow: visible;
}
select {
  -webkit-appearance: none; /* Chrome 41+ */
  -moz-appearance: none; /* Firefox 36+ */
}
select::-ms-expand {
  display: none;
} /* IE 11+ */
select::-ms-value {
  color: currentColor;
} /* IE 11+ */
optgroup {
  font-weight: bold;
}
textarea {
  resize: vertical;
}

/* font
------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans",
    "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic";
  color: #222;
  font-size: 1.3rem;
  font-weight: 400;
}
a {
  color: #222;
  cursor: pointer;
  text-decoration: none;
}
.ff-unique {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans",
      "ヒラギノ角ゴシック", "メイリオ", Meiryo, YuGothic, "Yu Gothic",
      "ＭＳ Ｐゴシック", "MS PGothic";
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    letter-spacing: 1px;
  }
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.shingo_db {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.shingo_b {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
  line-height: 1.4;
}

/*===================================================


  utility


===================================================*/

.mb5 {
  margin-bottom: 4px;
}
.mb10 {
  margin-bottom: 8px;
}
.mb15 {
  margin-bottom: 12px;
}
.mb20 {
  margin-bottom: 16px;
}
.mb30 {
  margin-bottom: 24px;
}
.mb40 {
  margin-bottom: 32px;
}
.mb50 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 48px;
}
.mb80 {
  margin-bottom: 64px;
}
.mb100 {
  margin-bottom: 80px;
}
.mb120 {
  margin-bottom: 96px;
}

.fz-p11 {
  font-size: 1rem;
}
.fz-p12 {
  font-size: 1.1rem;
}
.fz-p13 {
  font-size: 1.2rem;
}
.fz-p14 {
  font-size: 1.3rem;
}
.fz-p15 {
  font-size: 1.3rem;
}
.fz-p16 {
  font-size: 1.4rem;
}
.fz-p17 {
  font-size: 1.5rem;
}
.fz-p18 {
  font-size: 1.6rem;
}
.fz-p20 {
  font-size: 1.7rem;
}
.fz-p22 {
  font-size: 1.9rem;
}
.fz-p24 {
  font-size: 1.9rem;
}
.fz-p28 {
  font-size: 2rem;
}
.fz-p32 {
  font-size: 2.4rem;
}
.fz-p36 {
  font-size: 2.5rem;
}
.fz-p38 {
  font-size: 2.6rem;
}

.fc-basic {
  color: #3cb4c8;
}
.fc-em {
  color: #e4597a;
}
.fc-light {
  color: #fff;
}
.fc-dim {
  color: #999;
}

.shortest {
  color: #1492cc;
}
.shortest .day {
  color: #f89e00;
}

.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}

.fwb {
  font-weight: 600;
}

.fas.front {
  padding-right: 0.4em;
}
.fas.rear {
  padding-left: 0.4em;
}
.far.front {
  padding-right: 0.4em;
}
.far.rear {
  padding-left: 0.4em;
}

.fade {
  transition: opacity 0.3s;
}

.u-link {
  text-decoration: underline;
}

.reading {
  line-height: 1.6;
}
.reading > *:not(:last-child) {
  margin-bottom: 1.2em;
}

.tb-br {
  display: none;
}

@media screen and (min-width: 768px) {
  .mb5 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .mb120 {
    margin-bottom: 120px;
  }

  .fz-p11 {
    font-size: 1.1rem;
  }
  .fz-p12 {
    font-size: 1.2rem;
  }
  .fz-p13 {
    font-size: 1.3rem;
  }
  .fz-p14 {
    font-size: 1.4rem;
  }
  .fz-p15 {
    font-size: 1.5rem;
  }
  .fz-p16 {
    font-size: 1.6rem;
  }
  .fz-p17 {
    font-size: 1.7rem;
  }
  .fz-p18 {
    font-size: 1.8rem;
  }
  .fz-p20 {
    font-size: 2rem;
  }
  .fz-p22 {
    font-size: 2.2rem;
  }
  .fz-p24 {
    font-size: 2.4rem;
  }
  .fz-p28 {
    font-size: 2.8rem;
  }
  .fz-p32 {
    font-size: 3.2rem;
  }
  .fz-p36 {
    font-size: 3.6rem;
  }
  .fz-p38 {
    font-size: 3.8rem;
  }

  .sp-br {
    display: none;
  }
  .tb-br {
    display: inline;
  }
}

@media screen and (min-width: 960px) {
  .pc-hide {
    display: none;
  }
  .fade:hover {
    opacity: 0.8;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*===================================================


  component


===================================================*/

/* heading
------------------------------------------- */
.pg-ttl .en {
  margin-top: 0.8em;
  letter-spacing: 2px;
}

/* button
------------------------------------------- */
.btn {
  display: inline-block;
  text-align: center;
  border-radius: 6px;
}
.btn.small {
  padding: 0.6em 1.2em;
}
.btn.medium {
  padding: 1em 1.8em;
}
.btn.large {
  padding: 1em 3.6em;
}

.btn.wide {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn.basic {
  color: #fff;
  background-color: #3cb4c8;
}
.btn.cdd {
  color: #fff;
  background-color: #e4597a;
}
.btn.confirm {
  color: #fff;
  background-color: #5fba3b;
}
.btn.search {
  color: #fff;
  background-color: #5fba3b;
}
.btn.reset {
  color: #fff;
  background-color: #9e9e9e;
}
.btn.back {
  background-color: #eee;
}
.btn.buy {
  color: #fff;
  background-color: #5fba3b;
}
.btn.bd {
  color: #222;
  border: 1px solid #ccc;
  background-color: #fff;
}
.btn.bd-dim {
  color: #222;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
}
.btn.disable {
  color: #fff;
  background-color: #888;
}

@media screen and (max-width: 767px) {
  .btn.sp-wide {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.oparate li:nth-child(2n) {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .oparate {
    display: flex;
    justify-content: center;
  }
  .oparate.modal {
    justify-content: space-between;
  }
  .oparate.modal li {
    width: 48%;
  }
  .oparate.equal li {
    min-width: 280px;
  }
  .oparate.modal li:nth-child(2n) {
    margin-left: 0;
  }

  .oparate li:nth-child(2n) {
    margin-top: 0;
    margin-left: 40px;
  }
}

/* soldout
------------------------------------------- */
.soldout-txt {
  position: relative;
}
.soldout-txt::after {
  position: absolute;
  content: "SOLD OUT";
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #e4597a;
  text-align: center;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0,
    white 1px -1px 0, white 0px 1px 0, white 0-1px 0, white -1px 0 0,
    white 1px 0 0;
}
.soldout-txt img {
  opacity: 0.2;
}
.archives .soldout-txt::after {
  font-size: 1.4rem;
}
.item-use-clip .soldout-txt::after {
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .item-use-clip .soldout-txt::after {
    font-size: 6rem;
  }
}

@media screen and (min-width: 960px) {
  .archives .soldout-txt::after {
    font-size: 1.6rem;
  }
}

/* remarks
------------------------------------------- */
.remarks li:not(:last-child) {
  margin-bottom: 0.5em;
}
.remarks li {
  position: relative;
  padding-left: 8px;
}
.remarks li::before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #3cb4c8;
}

.list.square li {
  position: relative;
  padding-left: 1em;
}
.list.square li::before {
  position: absolute;
  content: "";
  top: 0.8em;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #3cb4c8;
}

/* color-chip
------------------------------------------- */
.color-chip {
  display: inline-block;
  margin-right: 0.6em;
  width: 14px;
  height: 14px;
  vertical-align: sub;
  background-image: url(../img/common/color-chip.webp);
  background-size: 14px 224px;
}
.no-webp .color-chip {background-image: url(../img/common/color-chip.png);}

.chip-colorful {
  background-position: 0 0;
}
.chip-blue {
  background-position: 0 -14px;
}
.chip-green {
  background-position: 0 -28px;
}
.chip-pink {
  background-position: 0 -42px;
}
.chip-silver {
  background-position: 0 -56px;
}
.chip-lightblue {
  background-position: 0 -70px;
}
.chip-yellowgreen {
  background-position: 0 -84px;
}
.chip-red {
  background-position: 0 -98px;
}
.chip-gold {
  background-position: 0 -112px;
}
.chip-deepblue {
  background-position: 0 -126px;
}
.chip-yellow {
  background-position: 0 -140px;
}
.chip-orange {
  background-position: 0 -154px;
}
.chip-black {
  background-position: 0 -168px;
}
.chip-purple {
  background-position: 0 -182px;
}
.chip-brown {
  background-position: 0 -196px;
}
.chip-glay {
  background-position: 0 -210px;
}

/* abc
------------------------------------------- */
.abc ul {
  display: flex;
  flex-wrap: wrap;
}
.abc ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.abc.menu ul li {
  margin: 6px;
}
.abc.menu ul li a {
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.abc.sidebar ul li {
  margin-right: 6px;
  margin-bottom: 6px;
  width: 28px;
}
.abc.sidebar ul li a {
  width: 28px;
  height: 28px;
  border-radius: 16px;
  transition: color 0.3s, background-color 0.3s;
}
.abc.sidebar ul li a:hover {
  color: #fff;
  background-color: #3cb4c8;
}

/*===================================================


  layout


===================================================*/

/* header
------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.header .head-bar {
  display: none;
}

.head-main .row {
  display: flex;
  align-items: center;
}
.header .sign {
  margin-left: 5px;
}
.header .sign .sitename {
  width: 86px;
}
.header .sign .total {
  display: none;
}

.header .optional {
  padding-top: 0.3em;
}
.header .hello {
  font-size: 0.9rem;
}
.header .hello .greeting {
  display: none;
}

.head-info {
  margin-left: auto;
}
.head-info .credit {
  display: none;
}

.head-info .gate-nav {
  display: flex;
}
.head-info .gate-nav li:not(:last-child) {
  border-left: 1px solid #ddd;
}
.head-info .gate-nav li:first-child {
	display: none;
}

.header .cat-nav {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
	display: none;
}
/*
.header.is-open .cat-nav {
  opacity: 1;
  visibility: visible;
}
*/
.header .cat-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.header .cat-nav li {
  width: 50%;
}
.header .cat-nav li a {
  padding: 16px 0;
  width: 100%;
  height: auto;
}
.header .cat-nav li:nth-child(2n) {
  border-left: 1px solid #ddd;
}
.header .cat-nav li:nth-child(n + 3) {
  border-top: 1px solid #ddd;
}

.header .ctrl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.header .ctrl {
  width: 48px;
  height: 48px;
}
.header .ctrl.cdd {
  width: 60px;
}
.header .ctrl.search {
  background-color: #3cb4c8;
}

.header .ctrl .fas {
  padding: 0.3em 0;
  font-size: 1.8rem;
}
.header .ctrl .txt {
  font-size: 0.9rem;
  font-weight: bold;
}
.header .ctrl .txt .end {
  display: none;
}

.header .cat-nav .ctrl .txt {
  font-size: 1.3rem;
}
.header .cat-nav .ctrl .fas {
  color: #3cb4c8;
}

.header .ctrl .count {
  position: absolute;
  top: 6px;
  right: 8px;
  color: #e4597a;
  font-size: 10px;
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  border: 1px solid #e4597a;
  background-color: #fff;
  box-shadow: 1px 1.732px 2px 0px rgba(34, 34, 34, 0.1);
}

@media screen and (min-width: 375px) {
  .header {
    height: 56px;
  }

  .header .ctrl {
    width: 56px;
    height: 56px;
  }
  .header .sign .sitename {
    width: 120px;
  }
  .header .cat-nav {
    top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .header {
    height: 88px;
  }

  .header .hello .greeting {
    display: inline;
  }

  .header .cat-nav {
		display: block;
    top: 88px;
  }

  .header .cat-nav ul {
    flex-wrap: nowrap;
  }
  .header .cat-nav li {
    width: 100%;
    display: flex;
		align-items: center;
  }
  .header .cat-nav li:nth-child(n + 3) {
    border-top: 0;
  }
  .header .cat-nav li:nth-child(2n) {
    border-left: 0;
  }
  .header .cat-nav li:not(:first-child) {
    border-left: 1px solid #ddd;
  }

  .header .ctrl {
    width: 88px;
    height: 88px;
  }
  .header .ctrl.cdd {
    width: 88px;
  }

  .header .ctrl .count {
    top: 12px;
    right: 15px;
    font-size: 12px;
    width: 22px;
    height: 22px;
  }
  .header .sign .sitename {
    width: 180px;
  }
  .header .optional {
    padding-top: 0.6em;
  }
  .header .hello {
    font-size: 1.1rem;
  }

  .header .ctrl .fas {
    font-size: 2.2rem;
  }
	.header .cat-nav .ctrl .icon {
		width: 2rem;
	}
	.header .cat-nav .ctrl .icon > * { width: 100%; height: auto; }

  .header .ctrl .txt {
    padding-top: 0.6em;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  .header {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    background-color: #fcfcfc;
  }
  .header .head-bar {
    display: block;
    height: 40px;
    background-color: #333;
  }
  .header .head-bar .wrap {
    height: 100%;
  }
  .header .head-bar ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .header .head-bar ul li {
    position: relative;
    padding-left: 14px;
    font-size: 1.2rem;
  }
  .header .head-bar ul li::before {
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .header .head-bar ul li:not(:last-child) {
    margin-right: 20px;
  }
  .header .head-bar ul li a {
    color: #fff;
  }
  .header .head-bar ul li a:hover {
    text-decoration: underline;
  }

  .head-main {
    border-right: 1px solid #ddd;
    justify-content: space-between;
  }

  .menu-btn {
    display: none;
  }

  .head-wrap {
    width: 92%;
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
  }
  .head-main .row {
    padding: 15px 0;
  }
  .header .sign {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  .header .sign .sitename {
    width: 200px;
  }
  .header .optional {
    padding-top: 0;
    margin-left: 16px;
  }
  .header .hello {
    font-size: 1.3rem;
  }
  .header .sign .total {
    display: block;
  }
  .header .sign .total .total_num {
    padding: 0 4px;
    line-height: 1;
    font-size: 3.2rem;
  }
  .head-info .credit {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  .head-info .credit dt {
    margin-right: 10px;
  }
  .head-info .credit dd {
    width: 260px;
  }

  .header .gate-nav li.logo-search {
    display: none;
  }

  .head-info .gate-nav {
    justify-content: flex-end;
  }
  .head-info .gate-nav li:first-child {
		display: block;
  }
	.head-info .gate-nav li:nth-of-type(1),
	.head-info .gate-nav li:nth-of-type(2) {
		margin-right: 14px;
	}

  .head-info .gate-nav li:not(:last-child) {
    border-left: 0;
  }

  .header .gate-nav .ctrl {
    flex-direction: row;
    padding: 0.8em 1.4em;
    border-radius: 3px;
    width: auto;
    height: auto;
    color: #fff;
  }
  .header .gate-nav .ctrl.cdd {
    background-color: #e4597a;
  }
  .header .gate-nav .ctrl.my {
    background-color: #3cb4c8;
  }
  .header .gate-nav .ctrl.login {
    background-color: #3cb4c8;
  }
  .header .gate-nav .ctrl .fas {
    padding: 0 0.4em 0 0;
    font-size: inherit;
  }
  .header .gate-nav .ctrl .txt {
    padding-top: 0;
    font-size: 1.3rem;
  }
  .header .ctrl .txt .end {
    display: inline;
  }
  .header .ctrl.cdd {
    width: auto;
  }
	.header .gate-nav .btn.small {
		border-radius: 3px;
		padding-top: 0.8em; padding-bottom: 0.7em;
	}

  .header .cat-nav {
    position: static;
    width: auto;
    flex: 1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  /*.header .cat-nav.js-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }*/
  .header .cat-nav ul {
    border-right: 1px solid #ddd;
  }
  .header .cat-nav li a {
    padding: 10px 0;
    height: auto;
    min-height:98px;
    transition: color 0.3s;
  }
  .header .cat-nav li a:hover {
    color: #3cb4c8;
  }
  .header .cat-nav .ctrl .txt {
    padding-top: 0.4em;
    font-size: 1.5rem;
  }
  .header .cat-nav li:first-child {
    border-left: 1px solid #ddd;
  }

  .header .cat-nav .ctrl .fas {
    padding: 0;
  }

  .header .pnav ul li a:hover {
    color: #3cb4c8;
  }

  .header .ctrl .count {
    top: -6px;
    right: -10px;
  }
}

@media screen and (min-width: 1100px) {
  .header .sign .sitename {
    width: 220px;
  }
  .header .optional {
    display: flex;
    align-items: baseline;
  }
  .header .sign .total {
    margin-left: 16px;
  }

  .header .pnav ul li {
    font-size: 1.5rem;
  }
  .header .pnav ul li a {
    padding: 0 28px;
  }
}

@media screen and (min-width: 1280px) {
  .header .sign {
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  .header .hello {
    padding-top: 0;
    font-size: 1.2rem;
    padding-left: 1em;
  }
}

/* common
------------------------------------------- */
.lower #sb_site {
  padding-top: 56px;
}
.container {
  padding-top: 16px;
  padding-bottom: 60px;
}
.container.home {
  padding-top: 0;
}
.wrap {
  margin: 0 auto;
  width: 92%;
}
.wrap.w1260 {
  max-width: 1260px;
}
.wrap.w1020 {
  max-width: 1020px;
}
.wrap.w960 {
  max-width: 960px;
}
.wrap.w800 {
  max-width: 800px;
}
.wrap.w400 {
  max-width: 400px;
}

.breadcrumbs {
  padding: 12px 0;
  background-color: #f8f8f8;
}
.breadcrumbs ol {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs li {
  position: relative;
  font-size: 1rem;
}
.breadcrumbs li:not(:last-child) {
  padding-right: 16px;
  margin-right: 16px;
}
.breadcrumbs li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: rotate(45deg);
}
.breadcrumbs a {
  color: #3cb4c8;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .lower #sb_site {
    padding-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .lower #sb_site {
    padding-top: 88px;
  }

  .container {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .breadcrumbs li {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  .lower #sb_site {
    padding-top: 0;
  }

  .breadcrumbs {
    padding: 16px 0;
  }

  .container {
    padding-bottom: 120px;
  }

  .page-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .page-main {
    margin-left: 3%;
    width: 76.19%;
  }
  .page-main.limited {
    max-width: 960px;
  }
}
@media screen and (min-width: 1260px) {
	.page-main.spread {
		margin-left: 40px;
		width: calc(100% - 300px);
	}
}

/* archives
------------------------------------------- */
.archives ul {
  display: flex;
  flex-wrap: wrap;
}
.archives ul li {
  position: relative;
  margin-top: 1.8vh;
  width: 31%;
}
.archives .logo {
  border: 1px solid #ddd;
}
.archives .logo a {
  display: block;
}

.archives ul li:not(:nth-child(3n)) {
  margin-right: 3.5%;
}
.archives ul li .favorite {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  background-color: rgba(228, 89, 122, 0.85);
  opacity: 0;
  visibility: hidden;
}
.archives ul li .favorite a {
  color: #fff;
}

.archives ul li .logo .cdd {
  display: none;
}
.archives ul li.badge .logo .cdd {
  display: block;
  position: absolute;
  color: #e4597a;
  top: 6px;
  right: 6px;
}

@media screen and (min-width: 768px) {
  .archives ul li:not(:nth-child(3n)) {
    margin-right: auto;
  }
  .archives ul li {
    width: 18.4%;
  }
  .archives ul li:not(:nth-child(5n)) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 960px) {
  .archives ul li .logo {
    position: relative;
    transition: border 0.3s;
  }
  .archives ul li:hover .logo {
    border: 1px solid #e4597a;
  }

  .archives ul li .logo picture {
    transform: scale(0.9);
    transition: transform 0.3s;
  }
  .archives ul li:hover .logo picture {
    transform: scale(1);
  }

  .archives ul li .favorite {
    transition: opacity 0.3s, visibility 0.3s;
  }
  .archives ul li:not(.badge):not(.soldout):hover .favorite {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 1340px) {
  .archives ul {
    margin-right: -16px;
  }

  .variable .archives ul li {
    margin-right: 16px;
    width: 176px;
  }
}

/* pagination
------------------------------------------- */
.pager {
  margin-top: 24px;
  font-size: 1.2rem;
}
.pagination {
  margin-bottom: 16px;
}
.pagination-list {
  display: flex;
  text-align: center;
  justify-content: center;
}
.pagination-list li {
  border-radius: 3px;
  border: 1px solid #3cb4c8;
  background-color: #fff;
}
.pagination-list li:not(:last-child) {
  margin-right: 5px;
}
.pagination-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 0.8em;
  height: 100%;
  color: #3cb4c8;
  transition: color 0.3s, background-color 0.3s;
}
.pagination-list a:hover {
  color: #fff;
  background-color: #3cb4c8;
}
.pagination-list li.active a {
  color: #fff;
  border-color: #3cb4c8;
  background-color: #3cb4c8;
}
.disp_num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.disp_num .txt {
  padding-left: 8px;
}
.select-wrap {
  position: relative;
  display: inline-block;
  width: 70px;
  border-radius: 3px;
  border: 1px solid #3cb4c8;
  z-index: 0;
}
.select-wrap::after {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3cb4c8;
  border-bottom: 2px solid #3cb4c8;
  transform: rotate(45deg);
  z-index: -1;
}
.select-wrap select {
  padding: 0.6em;
  border: 0;
  width: 100%;
  background-color: transparent;
}

@media screen and (min-width: 360px) {
  .pager {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
  }
  .pagination {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .pagination-list li:not(:last-child) {
    margin-right: 4px;
  }
}

@media screen and (min-width: 960px) {
  .pager {
    margin-top: 60px;
  }
  .pagination-list li:not(:last-child) {
    margin-right: 6px;
  }
}

/* page-side
------------------------------------------- */
.page-side {
  display: none;
}

@media screen and (min-width: 960px) {
  .page-side {
    display: block;
    width: 22%;
    max-width: 260px;
  }

  .srv-sign {
    position: relative;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
  }
  .srv-sign::after {
    position: absolute;
    content: "";
    top: -1px;
    left: calc(50% - 45%);
    width: 90%;
    height: 5px;
    background-color: #3cb4c8;
  }
  .srv-sign .inside {
    padding: 10px 16px;
    background-color: #fff;
  }
  .srv-sign .heading {
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
  }
  .sb-list li {
    font-size: 1.4rem;
    border-bottom: 1px solid #ddd;
  }
  .sb-list li a {
    position: relative;
    display: block;
    padding: 10px 8px;
    transition: background-color 0.3s;
  }
  .sb-list li a:hover {
    background-color: #f8f8f8;
  }
  .sb-list li a::after {
    position: absolute;
    color: #ddd;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    top: calc(50% - 0.5em);
    right: 8px;
    transition: right 0.3s;
  }
  .sb-list li a:hover::after {
    right: 4px;
  }
}

/* slide-menu
------------------------------------------- */
.sb-srv-sign {
  padding: 16px;
  border-top: 4px solid #3cb4c8;
  background-color: #f6feff;
}
.sb-srv-sign .heading {
  padding-bottom: 8px;
  border-bottom: 1px solid #d5e3e3;
}
.sb-srv-sign .pricing .num_price {
  padding: 0 0.2em;
}
.sb-srv-sign .pay {
  width: 80%;
}

.sb-phone {
	border-top: #ddd 1px solid;
	background-color: #fcf9f2;
	padding: 16px;
}
.sb-candidate {
	background-color: #fff;
	border-bottom: #ddd 1px solid;
	padding: 30px 16px 20px;
}
.sb-searchbox .searchbox {
	border-bottom: 0;
}

.slide-menu {
  margin-bottom: 60px;
}

ul.block > li {
  border-top: 1px solid #ddd;
}
.slide-menu .block > li > a {
  position: relative;
  display: block;
  padding: 16px;
}
.slide-menu .block > li > a::after {
  position: absolute;
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  top: calc(50% - 0.5em);
  right: 16px;
}

.sb-nav.main li .block li a {
  display: block;
  padding: 12px 16px;
}

.slide-menu .sb-nav.main li a.sub-trig::after {
  color: #009fad;
  content: "\f13a";
  transition: transform 0.3s;
}
.slide-menu .sb-nav.main li.sub-open .sub-trig::after {
  transform: rotate(180deg);
}

.sb-nav.main > li > a {
  font-weight: bold;
}

.sb-nav.search {
  background-color: #f9f9f9;
	border-bottom: #ddd 1px solid;
}
.sb-nav.search > li > a {
  font-size: 1.5rem;
}
.sb-nav.search .child {
  background-color: #fff;
}
.sb-nav.page {
  border-bottom: 1px solid #ddd;
}

.sb-nav.main .child {
  display: none;
}

.sb-nav.main .abc {
  padding: 8px;
}
.slide-menu .sb-nav.sub li {
  padding-left: 16px;
  font-size: 1.2rem;
}
.slide-menu .sb-nav.sub li a {
  display: inline-block;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
	.sb-searchbox .searchbox__ttl { display: none; }
	.sb-searchbox input[type="text"].searchbox__input { width: calc(100% - 4rem - 4px); }
	.sb-searchbox .searchbox__btn { font-size: 2rem; padding: 1rem; }
}


/* footer
------------------------------------------- */
.footer {
  border-top: 1px solid #ddd;
  background-color: #fcfcfc;
}
.footer .info {
  padding: 40px 0;
}
.footer .banner {
  margin-bottom: 40px;
}
.footer .banner li:nth-child(2n) {
  margin-top: 16px;
}
.recruit {
  padding: 32px 0;
  background-color: #f1f8f9;
}
.recruit-list li:not(:last-child) {
  margin-bottom: 16px;
}
.recruit-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px 16px 16px;
  border: 3px solid #3cb4c8;
  border-radius: 8em;
  background-color: #fff;
}
.recruit-list li a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -0.5em;
  color: #3cb4c8;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
}
.recruit-list li .thumb {
  width: 32px;
}
.recruit-list li .txt {
  padding-left: 8px;
}
.recruit-list li .txt .first {
  font-size: 1.1rem;
}
.recruit-list li .txt .second {
  display: block;
  font-size: 1.2rem;
}

.footer .credit {
  margin-bottom: 40px;
}
.footer .credit .logo {
  margin-right: auto;
  margin-left: auto;
  width: 200px;
}

.footer .contact {
  margin-bottom: 40px;
}
.footer .contact .dial {
  margin-right: auto;
  margin-left: auto;
  width: 260px;
}
.footer .contact .dial a {
  display: block;
}

.foot_cal {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 230px;
}

.foot_cal .cal_wrapper table.cal tr td {
  padding: 0;
}
.foot_cal .cal_wrapper table.cal tr td .Today {
  font-weight: bolder;
  color: #6976ae;
}
#cal0 {
  margin: 0 0 10px;
}
#calendar {
  padding: 4px;
  margin-bottom: 20px;
}
#calendar_in {
  padding: 13px 0;
  background: #fff;
}
#calendar h5 {
  margin-bottom: 15px;
  text-align: center;
}
.cal_ui {
  padding: 1rem 4%;
  text-align: center;
  background: #aaa;
}
.holiday_time {
  font-weight: bold;
}
span.Today {
  cursor: pointer;
  font-weight: bolder;
  display: block;
}
.deli {
  background-color: #009900;
  color: #ffffff;
}
li.openingsale {
  color: #ffffff;
  font-weight: bolder;
  background-color: #ff0000;
}
li.holyday {
  color: #fff;
  background: #ff0060;
}
li.Sun {
  color: #fff;
  background: #ff0060;
}
li.Sat {
  color: #fff;
  background: #ff0060;
}
.schedule_wrapper {
  padding: 10px 0px;
  width: 310px;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #666;
}
.schedule_wrapper h3 {
  padding: 0px 10px;
  font-weight: normal;
  margin: 0px;
  font-size: 12px;
  color: #666;
}
.schedule_wrapper .schedule_list {
  padding: 0px 10px;
  margin: 0px;
}
.schedule_wrapper .schedule_list ol {
  padding: 0px;
  margin: 5px auto;
  border-top: solid 1px #ccc;
}
.schedule_wrapper .schedule_list ol li {
  padding: 5px 10px 0px 0px;
  margin: 0px 0px 0px 30px;
  font-size: 12px;
  line-height: 1.5em;
}
.schedule_wrapper .schedule_list ol li:hover {
  text-decoration: underline;
}
.cal_wrapper table.cal tr th p {
  padding: 2px 0;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #e96d5a;
}
.cal_wrapper table.cal tr th .cal_ui {
}
.cal_ui input {
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: none;
}
.cal_arrow {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
}
.cal_ui .cal_prev {
  float: left;
  background-image: url(../img/common/cal-prev.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 20px;
}
.no-webp .cal_ui .cal_prev { background-image: url(../img/common/cal-prev.png); }
.cal_ui .cal_current {
  cursor: default;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.cal_ui .cal_next {
  float: right;
  background-image: url(../img/common/cal-next.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 20px;
}
.no-webp .cal_ui .cal_next {background-image: url(../img/common/cal-next.png);}
.cal_wrapper table.cal tr td {
  border-top: solid 1px #eee;
}
.cal_wrapper table.cal tr td {
  text-align: center;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.cal_wrapper table.cal tr.headline td {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #b3b3b3;
  font-weight: bold;
  padding: 8px 0;
}
.cal_wrapper table.cal tr.headline {
}
.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 0.4rem 0;
  font-size: 1.4rem;
  text-align: center;
  background-color: #f9f9f9;
}
.cal_wrapper table.cal tr td div span {
  position: absolute;
  top: 20px;
  left: 0px;
  display: none;
  width: 180px;
  border: solid 1px #eee;
  background-color: #fff;
  text-align: left;
  padding: 5px;
  z-index: 10;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: 1px 1px 3px #666;
}
.cal_wrapper table.cal tr.headline td {
  border: medium none;
}
.cal_wrapper table.cal tr td .Sat {
  background: #f4c9c2;
}
.cal_wrapper table.cal tr td .Sun {
  background: #f4c9c2;
}
.cal_wrapper table.cal tr td .Today {
  font-weight: bolder;
}
.cal_wrapper table.cal tr td .Deli {
  background-color: #efe;
}
.cal_wrapper table.cal tr td .Holyday {
  background: #f4c9c2;
}
.cal_wrapper table.cal tr td .Birthday {
  font-weight: bolder;
  background-color: #eef;
  color: #090;
  border-radius: 3px;
}
.cal_wrapper table.cal tr td .backward {
  color: #ccc;
  font-weight: normal;
  background-color: #f9f9f9;
  border-radius: 3px;
}
.cal_wrapper table.cal tr td .pointer {
  cursor: pointer;
}
.cal_wrapper table.cal tr td .pointer:hover {
  background-color: #eee;
}
.holiday_desc {
  font-weight: bold;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
}
.holiday_desc:before {
  color: #f4c9c2;
  content: "■";
  font-size: 3rem;
  left: -0.5rem;
  position: absolute;
  top: -1.3rem;
}

.footer .links {
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
}
.footer .links ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .links ul li {
  width: 50%;
  border-bottom: 1px solid #ddd;
}
.footer .links ul li:nth-child(2n-1) {
  border-right: 1px solid #ddd;
}
.footer .links ul li a {
  display: block;
  padding: 12px;
}
.copywrite {
  padding: 1.2rem 0;
  text-align: center;
  color: #fff;
  background: #333;
}

@media screen and (min-width: 360px) {
  .recruit-list li .thumb {
    width: 43px;
  }

  .recruit-list li .txt {
    padding-left: 16px;
  }
  .recruit-list li .txt .first {
    font-size: 1.2rem;
  }
  .recruit-list li .txt .second {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .footer .banner {
    display: flex;
    justify-content: space-between;
  }
  .footer .banner li {
    width: 48%;
  }
  .footer .banner li:nth-child(2n) {
    margin-top: 0;
  }

  .foot-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .credit {
    width: 100%;
  }

  .footer .contact {
    margin-right: 60px;
    margin-bottom: 0;
  }
  .foot_cal {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 960px) {
  .foot-row {
    display: flex;
    align-items: center;
    flex-wrap: no-wrap;
  }
  .footer .credit {
    margin-bottom: 0;
    width: 24%;
  }
  .footer .contact {
    margin-right: 40px;
    margin-left: 40px;
    width: 34%;
  }
  .foot_cal {
    width: 230px;
  }
  .footer .links {
    padding: 12px 0;
  }
  .footer .links ul {
    justify-content: center;
  }

  .footer .links ul li {
    width: auto;
    border-bottom: 0;
  }
  .footer .links ul li:nth-child(2n-1) {
    border-right: 0;
  }
  .footer .links ul li a {
    display: inline;
  }
}

/*============================================


  project


============================================*/

/* home
------------------------------------------- */
.hero {
  display: flex;
  align-items: center;
  height: 63vw;
	border-bottom: #ddd 1px solid;
  background-size: cover;
  background-position: 100% 50%;
  background-color: #e1f3f7;
  background-image: url("../img/home/kv-sp.webp");
  padding-top: 56px;
}
.no-webp .hero { background-image: url("../img/home/kv-sp.jpg"); }

.hero_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

/*
.mv_talent {
   width: calc(100% - 150px);
   align-self: flex-end;
   position: relative;
}
.mv_talent img{
  width:100%;
  height:auto;
}

.mv_talentnote {
    position: absolute;
    width: 230px;
    text-align: right;
    font-weight: bold;
    font-size:1rem;
    left: -161px;
    bottom:10px;
}
.mv_talentnote span{
    background: linear-gradient(transparent 40%, #f6ffbb 40%);
}
*/
.hero .copy{
  align-self:center;
  width: 150px;
  padding-bottom: 60px;
}

.hero .copy::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: rgb(230, 56, 140);
  background: linear-gradient(
    90deg,
    rgba(230, 56, 140, 1) 14%,
    rgba(44, 171, 189, 1) 14%,
    rgba(44, 171, 189, 1) 28%,
    rgba(146, 197, 53, 1) 28%,
    rgba(146, 197, 53, 1) 44%,
    rgba(227, 202, 33, 1) 44%,
    rgba(227, 202, 33, 1) 58%,
    rgba(53, 137, 202, 1) 58%,
    rgba(53, 137, 202, 1) 72%,
    rgba(233, 72, 61, 1) 72%,
    rgba(233, 72, 61, 1) 86%,
    rgba(239, 128, 23, 1) 86%
  );
  margin-top: 10px;
}

.copy .anniversary {
  margin-bottom: 8px;
  width: 69px;
}
.copy .txt span {
  display: block;
}
.copy .txt .first {
  font-size: 1rem;
}
.copy .txt .second {
  font-size: 2.4rem;
}
.sp-payment {
  position: relative;
  padding-top: 16px;
}
.sp-payment.top {
  margin: 10px 0;
}
.sp-payment.archive {
  margin-bottom: 16px;
}
.sp-payment .badge {
  position: absolute;
  top: 0;
  left: 8px;
  display: inline-block;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  background-color: #f89e00;
}
.sp-payment .badge::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 16px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: #f89e00 transparent transparent transparent;
}
.sp-payment .inside {
  display: flex;
  justify-content: space-between;
  padding: 22px 12px 12px;
}
.sp-payment.top .inside {
  background-color: #f7f7f7;
}
.sp-payment.archive .inside {
  background-color: #fef9f2;
}

.sp-payment .pricing {
  width: 126px;
}
.sp-payment .pricing dd {
  line-height: 1;
}
.sp-payment .pricing dd .num_price {
  font-size: 2.8rem;
}

.sp-payment .means {
  flex: 1;
}
.sp-payment .means dd {
  padding-top: 0.4em;
  max-width: 286px;
}

.home-heading {
  display: flex;
}
.home-heading.fix {
  align-items: flex-end;
  justify-content: space-between;
}
.home-heading.key {
  flex-direction: column;
}
.home-heading.fix .txt {
  font-size: 1.6rem;
}
.home-heading.key .txt {
  font-size: 2rem;
}
.home-heading .stock {
  font-size: 1.1rem;
  text-align: right;
}
.home-heading .stock .total_num {
  padding-left: 0.2em;
  font-size: 2.2rem;
}

@media screen and (min-width: 375px) {
  .hero .copy{
    width:180px;
  }
/*
.mv_talent {
    width: calc(100% - 180px);
}
*/
  .copy .txt .first {
  font-size: 1.2rem;
}
.copy .txt .second {
  font-size: 2.8rem;
}
  .home-heading.key .txt {
    font-size: 2.2rem;
  }
  .sp-payment .pricing dd .num_price{
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
    .hero {
    align-items: stretch!important;
    position: relative;
    padding-bottom: 0px;
    padding-top: 88px;
    height: 45vw;
    background-image: none;
    overflow: hidden;
    z-index: 0;
  }
  .hero_content{
    align-items:center;
    background-image: url("../img/home/kv-pc.webp");
    background-size: auto 45vw;
    background-position: 150px 50%;
    height: 100%!important;
    position: relative;
  }
  .no-webp .hero_content{ background-image: url("../img/home/kv-pc.jpg"); }
  .hero_content::after {
    background: -moz-linear-gradient(left,  rgba(225,243,247,0) 0%, rgba(225,243,247,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(225,243,247,0) 0%,rgba(225,243,247,1) 100%);
    background: linear-gradient(to right,  rgba(225,243,247,0) 0%,rgba(225,243,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1f3f7', endColorstr='#e1f3f7',GradientType=1 );
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
  }
  /*
  .mv_talent {
   width: 40%;
   align-self: flex-end;
   position: relative;
}
.mv_talentnote {
  font-size:1.2rem;
  width:270px;
  left:-310px;
}
  .hero::after {
    position: absolute;
    /* content: ""; 
    top: 0;
    left: calc(50% - 480px);
    width: 960px;
    height: 100%;
    background-size: 960px 510px;
    z-index: -1;
  }
  */
  .hero .copy{
    width: 410px;
  }
  .hero .copy .anniversary {
    margin-bottom: 16px;
    width: 120px;
  }
  .copy .txt .first {
    font-size: 2.4rem;
  }
  .copy .txt .second {
    font-size: 5.6rem;
  }

  .home-heading.key {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }

  .home-heading.fix .txt {
    font-size: 2.2rem;
  }
  .home-heading.key .txt {
    font-size: 2.8rem;
  }

  .home-heading .stock {
    font-size: 1.3rem;
  }
  .home-heading .stock .total_num {
    font-size: 3.6rem;
  }

  .sp-payment .inside {
    justify-content: center;
    padding: 22px 22px 12px;
  }
  .sp-payment .means {
    flex: unset;
  }
  .sp-payment .badge {
    left: 12%;
  }
  .sp-payment .pricing {
    width: 160px;
  }
  .sp-payment .pricing dd .num_price{
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 960px) {
  .hero_content {
    align-items: center;
    background-size: auto 410px;
}
/*
.mv_talentnote {
    position: absolute;
    width: 300px;
    text-align: right;
    font-weight: bold;
    left:-320px;
    bottom:30px;
}
.mv_talent {
    width: 40%;
    align-self:center;
    }
*/
  .hero {
    padding-bottom: 0;
    padding-top: 0;
    height: 410px;
  }
	.hero + .searchbox { margin-bottom: 30px; }

  .hero::after {
    left: calc(50% - 340px);
    background-position: 50% 100%;
  }
  .hero .copy {
    display: inline-block;
    align-items: center;
    max-width: 600px;
    padding-bottom: 0;
    width: 450px;
  }
  
  .copy {
    text-align: center;
  }
  .hero .copy .anniversary {
    margin-right: 30px;
    margin-bottom: 0;
    width: 142px;
  }

  .home-heading.key {
    margin-bottom: 16px;
  }

  .home-heading.fix .txt {
    font-size: 2.4rem;
  }
  .home-heading.key .txt {
    font-size: 2.8rem;
  }

  .copy .txt .first {
    padding-top: 8px;
    margin-bottom: 8px;
    font-size: 2.8rem;
  }
  .copy .txt .second {
    line-height: 1;
    font-size: 6.6rem;
  }

  .sp-payment {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .hero_content {
    background-position: 100% 50%;
  }
}
@media screen and (min-width: 1220px) {
  .home-heading.key .txt {
    font-size: 3.4rem;
  }
}

/* home - contents */
.home-about-circle,
.home-about-goods {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.home-about-circle li {
	border: #ddd 1px solid;
	border-radius: 50%;
	background-color: #f4f4f4;
	padding: 7px;
	margin: 0.5rem;
	max-width: 180px;
	width: 48%;
}
.home-about-circle li:nth-of-type(1) { color: #3cb4c8; }
.home-about-circle li:nth-of-type(2) { color: #5fba3b; }
.home-about-circle li:nth-of-type(3) { color: #f89e00; }
.home-about-circle li:nth-of-type(4) { color: #e4597a; }
.home-about-circle .inside {
	background-color: #fff;
	border-radius: 50%;
	padding-top: 100%;
	position: relative;
	width: 100%; height: 0;
}
.home-about-circle .body {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	padding: 1rem;
}
.home-about-circle .icon { 
	margin: 1rem auto;
	width: 43%; max-width: 61px;
}
.home-about-circle .note { color: #222; }
.home-about-goods {
	-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;
}
.home-about-goods .files { 
	margin: 0.5rem 1rem;
	width: 270px;
}
.home-about-goods .btn {
	margin: 0.5rem 1rem;
}
.home-about-arr { 
	color: #ddd;
	font-size: 3rem;
}
.home-about-salelist li {
	background-color: #fff;
	border: #ddd 1px solid;
	padding: 1rem 1rem 0 1rem;
	margin-top: 1rem;
}
.home-about-salelist li .image {
	background-color: #fcf9f2;
	padding: 0.8rem 1rem;
}
.home-about-salelist li .image span {
	aspect-ratio: 100 / 16.7;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	position: relative;
	width: 100%;
	z-index: 0;
}
.home-about-salelist li:nth-of-type(2) .image span picture,
.home-about-salelist li:nth-of-type(3) .image span picture { width: 100%; height: 100%; }
.home-about-salelist li:nth-of-type(2) .image span img,
.home-about-salelist li:nth-of-type(3) .image span img {
	height: 100%;
	width: auto;
}
.home-about-salelist li .ttl { 
	padding: 0.5em 0;
}
.home-guidelist li {
	background-color: #f4f4f4;
	padding: 1rem;
	margin-top: 1rem;
	width: 48%;
}
.home-guidelist .icon {
	margin: 0 auto 0.5rem;
	width: 45px;
}
.home-fullorder-service {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
}
.home-fullorder-service .logoichi {
	margin-right: 1rem;
	width: 115px;
}
.home-fullorder-service .logoplus { width: 181px; }
.home-fullorder-service .note { width: 100%; }
@media screen and (max-width: 409px) {
	.home-about-circle li:nth-of-type(odd) { margin-left: 0; margin-right: 0; }
	.home-about-circle li:nth-of-type(even) { margin-left: 4%; margin-right: 0; }
	.home-about-circle .body { padding: 3vw; }
	.home-about-circle .icon { margin-top: 2vw; margin-bottom: 2vw; }
}
@media screen and (min-width: 768px) {
	.home-about-circle li { width: calc((100% - 4rem) / 4); }
	.home-about-salelist li .image { padding: 1rem 2rem; }
	.home-about-salelist li .image span { aspect-ratio: 100 / 14; }
	.home-about-salelist li:nth-of-type(2) .image span img,
	.home-about-salelist li:nth-of-type(3) .image span img { height: 100%; max-height: 49px; width: auto; }
	.home-about-salelist li:nth-of-type(4) .image span picture { max-width: 270px; }
	.home-guidelist { margin-top: -1rem; }
	.home-guidelist li { margin-top: 2rem; width: 31%; }
	.home-guidelist .icon { margin-bottom: 1rem; width: 62px; }
	.home-fullorder-service .note { width: calc(100% - 125px); }
}

/* login
------------------------------------------- */
.short-set-input input {
  width: 100%;
}
.forgot-mail .wrap {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .forgot-mail .wrap {
    padding-top: 80px;
    margin-top: 80px;
  }
}

/* form
------------------------------------------- */
.inquiry-logo {
  width: 120px;
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .inquiry-logo {
    width: 240px;
  }
}

/* detail
------------------------------------------- */


.item-main {
  margin-bottom: 8px;
}
.single-thumb.badge {
  position: relative;
}
.single-thumb.badge::after {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #e4597a;
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: bold;
}
.item-summary {
  margin-bottom: 16px;
}

.item-summary .price .num_price{
  font-size: 3.6rem;
}
.item-summary .price .unit {
  padding-left: 0.2em;
}
.item-summary .action li:first-child {
  margin-bottom: 12px;
}
.single-main .main-cat {
  margin-bottom: 24px;
}
.single-main .main-cat li:not(:last-child) {
  margin-bottom: 12px;
}
.single-main .main-cat li a {
  display: block;
  padding: 0.8em 0;
  color: #1994a9;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
}
.single-main .target {
  border: 1px solid #3cb4c8;
}
.single-main .target .heading {
  padding: 0.8em 0;
  background-color: #3cb4c8;
}
.single-main .target .contents {
  padding: 4px 16px 16px;
}
.single-main .target-list {
  display: flex;
  flex-wrap: wrap;
}
.single-main .target-list li {
  margin-top: 12px;
  margin-right: 8px;
}
.single-main .target-list li a {
  display: block;
  padding: 0.4em 1.2em;
  border-radius: 6px;
  color: #1994a9;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  line-height:1.2;
}
.single-main .target-list li a span{
  vertical-align:middle;
}

.single-main .category-sec {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.2em;
}
.single-main .category-sec i {
  color: #888;
  font-size: 116%;
}
.single-main .category-sec > .ttl {
	display: block;
	min-width: 3em;
}
.single-main .category-sec ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 12px;
  font-weight: bold;
}
.single-main .category-sec ul li {
  margin-top: 8px;
  margin-right: 1.2em;
}
.single-main .category-sec ul li a {
  color: #1994a9;
  text-decoration: underline;
  line-height: 1.6;
}
.price-group {
  display: flex;
  align-items: baseline;
  height:45px;
}
.single-payment {
  padding: 8px 12px;
  margin-bottom: 16px;
  border: 3px double #ccc;
  background-color: #f9f9f9;
}
.single-payment dt {
  font-size: 1.3rem;
}
.single-payment dd {
  padding-top: 0.3em;
  max-width: 220px;
}
.model-num {
  margin-right: 0.8em;
}
.included {
  padding: 20px;
  background-color: #fef9f2;
}
.included-list dl:not(:last-child) {
  margin-bottom: 16px;
}
.included-list dt {
  padding: 0.4em;
  text-align: center;
  color: #bd9b68;
  border: 2px solid #dbc8ad;
}
.included-list dd {
  padding-top: 8px;
  font-size: 93%;
}
.included-list .data-set {
  display: flex;
  margin-top: 8px;
}
.included-list .data-set .icons {
  width: 94px;
}
.included-list .data-set .txt {
  flex: 1;
  padding-left: 16px;
}
.help-links {
  display: flex;
  justify-content: space-between;
}
.help-links li {
  width: 31%;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.help-links li a {
  display: block;
  padding: 1em 0;
}
.help-links li i {
  display: block;
  padding-bottom: 0.2em;
  color: #666;
  font-size: 161.6%;
  height:24px;
}
.single-phone {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	margin-bottom: 16px;
}
.single-phone .ttl {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}
.single-phone .dial {
	border: #ddd 1px solid;
	border-radius: 6px;
	background-color: #fcfcfc;
	display: block;
	padding: 1em 0;
	text-align: center;
	width: 100%;
}
.single-phone .num { 
	margin-left: auto; margin-right: auto;
	max-width: 260px;
	width: 100%;
}

.single-step li {
  position: relative;
}
.single-step li .badge {
  position: absolute;
  content: "";
  top: -24px;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.single-step li:nth-of-type(1) .badge {
  background-color: #3cb4c8;
}
.single-step li:nth-of-type(2) .badge {
  background-color: #5fba3b;
}
.single-step li:nth-of-type(3) .badge {
  background-color: #f89e00;
}
.single-step li:nth-of-type(4) .badge {
  background-color: #e4597a;
}

.single-step li:not(:last-child) {
  margin-bottom: 48px;
}
.single-step li .alph {
  padding-top: 0.4em;
}

.usage-sec {
  padding: 48px 0;
  background-color: #fcfcfc;
}
.usage li {
  position: relative;
}
.usage li:not(:last-child) {
  margin-bottom: 24px;
}
.usage li .use-set {
  z-index: 0;
}
.usage li .pos-logo {
  position: absolute;
}

.pos-logo.hp.pc {
  top: 36%;
  left: 27%;
  width: 20%;
}
.pos-logo.hp.sp {
  top: 42%;
  left: 9%;
  width: 14%;
}
.pos-logo.plate {
  top: 37%;
  left: 12%;
  width: 27%;
}
.pos-logo.nc {
  top: 38%;
  left: 18%;
  width: 32%;
}
.pos-logo.en {
  top: 58%;
  left: 11%;
  width: 14%;
}

.up-elem {
  position: fixed;
  left: 0;
  bottom: -130px;
  padding: 16px 0;
  width: 100%;
  z-index: 999;
  background-color: #fcfcfc;
  transition: bottom 0.3s;
}
.beckon .up-elem {
  bottom: 0;
}

.up-elem a {
  display: block;
  animation: btnRumbleAnim 2s infinite;
}

.sub_talentnote {
    font-weight:bold;

display:inline-block;
margin:1em 0;
}

.sub_talentnote span{
 background: linear-gradient(transparent 40%, #f6ffbb 40%);
}
.sub_talent_wrap {
  display: flex;
  width: calc(100vw - 2em);
  max-width: 1300px;
  margin: 0 auto 0;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  top: 41px;
}

.sub_talent {
  margin-left: auto;
  width: 200px;
  position: relative;
  top: 3vw;
}

@media (min-width:768px){
	.single-phone .ttl { margin-bottom: 0; width: 8em; }
	.single-phone .dial { 
		width: 260px;
		background-color: transparent; border: 0; padding: 0;
	}
  .sub_talent_wrap {
  margin: -68px auto 0;
  }
}
@media (min-width:990px){
  .sub_talent_wrap {
  margin: -160px auto 0;
		pointer-events: none;
  }
  .sub_talent {
    margin-left: 0;
    top: 50px;
  }
}
@media (min-width:1200px){
  .sub_talent_wrap {
    margin: -280px auto 0;
  }
}
/* .talent_block{
  padding:0 0 160px;
    position:relative;
}
.talent_block::after{
    content:"";
    display:block;
    background:url(../img/single/talent_sub.png) no-repeat;
    background-size:contain;
    width: 140px;
    height: 204px;
    position: absolute;
    left: 1em;
    bottom: -21px;
} */

@keyframes btnRumbleAnim {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  15% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(4px, 0);
  }
  25% {
    transform: translate(-3px, 0);
  }
  30% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
.up-elem a img {
  border-radius: 5px;
  border: 2px solid #f99e00;
}

@media screen and (min-width: 768px) {
  .single-thumb.badge::after {
    top: 16px;
    right: 16px;
    font-size: 2.4rem;
  }
  .included-list dl {
    display: flex;
  }
  .included-list dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
  }
  .included-list dd {
    flex: 1;
    padding-left: 18px;
  }

  .single-step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single-step li {
    width: 45%;
  }
  .single-step li:not(:last-child) {
    margin-bottom: 70px;
  }
  .single-step li:nth-child(n + 3) {
    margin-top: 60px;
  }

  .single-step li .badge {
    top: -24px;
    left: 16px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }

  .usage-sec {
    padding: 60px 0;
  }

  .usage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .usage li {
    width: 48%;
  }
  .usage li:not(:last-child) {
    margin-bottom: 0;
  }
  .usage li:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {
  .single-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content max-content 1fr;
    grid-column-gap: 4%;
  }
  .single-row .item-main {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-bottom: 24px;
  }
  .single-row .item-summary {
    grid-column: 2 / 3;
    grid-row: 1 / 5;
    display: flex;
    flex-wrap:wrap;
    margin-bottom:0;
  }
  .single-main .target:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .single-main .target:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  /*
  .single-row .item-main {
    float: left;
    margin-bottom: 24px;
    width: 48%;
  }
  .single-row .item-summary {
    float: right;
    width: 48%;
    margin-bottom: 0;
  }
  .single-main .target {
    float: left;
    width: 48%;
  }*/

  .item-summary .related-words {
    width:100%;
    order: 1;
  }
  .item-summary .price-group {
    width:100%;
    height: 60px;
    order: 2;
  }
  .item-summary .single-payment {
    width:100%;
    order: 3;
  }
  .item-summary .action {
    width:100%;
    order: 4;
  }
  .item-summary .included {
    width:100%;
    order: 5;
  }
  .item-summary .single-inquiry {
    width:100%;
    order: 6;
  }
  .item-summary .help-links {
    width:100%;
    order: 7;
  }
	.item-summary .single-phone {
    width:100%;
    order: 8;
  }

  .single-phone {
    margin-bottom: 0;
  }

  .included-list dd {
    padding-top: 0;
  }

  .item-summary .price .num_price{
    font-size: 4.8rem;
  }

  .related-words {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .single-main .related-cat {
    width: 100%;
  }
  .single-main .category-sec ul li a {
    transition: opacity 0.3s;
  }
  .single-main .category-sec ul li a:hover {
    opacity: 0.8;
  }

  .single-main .target-list li a {
    transition: background-color 0.3s;
  }
  .single-main .target-list li a:hover {
    background-color: #fff;
  }

  .single-step {
    flex-wrap: wrap;
  }
  .single-step li:nth-child(n + 3) {
    margin-top: 0;
  }
  .single-step li {
    width: 42%;
  }

  .single-step li .badge {
    left: -16px;
  }

  .single-payment {
    padding: 12px 16px;
    margin-bottom: 20px;
  }
  .single-payment dd {
    max-width: 240px;
  }
}

@media screen and (min-width: 1100px) {
  .single-row {
    grid-template-columns: calc(100% - 500px) 440px;
    grid-column-gap: 60px;
  }
  /*
  .single-row .item-main,
  .single-main .target {
    width: calc(100% - 500px);
  }
  .single-row .item-summary {
    width: 440px;
  }
*/
  .single-payment dt {
    font-size: 1.3rem;
  }
}

/* filter */
.filter {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f4f4f4;
}
.filter-tab {
  background: #fafafa;
}
.filter-tab li {
  display: table-cell;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.filter-tab li i {
  padding-right: 0.6em;
  color: #3cb4c8;
  font-size: 116%;
}
.filter-tab li.f-key i {
  padding-right: 0;
  padding-left: 0.6em;
}
.filter-tab li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.filter-tab .active a {
  color: #3cb4c8;
}
.filter-tab .f-key {
  padding-left: 1px;
  font-size: 1.3rem;
  background-color: #fcfcfc;
}
.filter-tab .f-key a {
  border-left: 1px solid #ddd;
}
.f-cond a {
  display: block;
  padding: 24px 0;
}
.filter-tab .f-cond .ico {
  position: relative;
}
.filter-tab .f-color {
  width: 15%;
}
.filter-tab .f-business {
  width: 15%;
}
.filter-tab .f-key {
  width: 22%;
}

.filter-tab li .key-btn {
  padding: 0.8rem 1.6rem;
}
.filter-tab .f-key .w-arw {
  padding-right: 1.2rem;
  line-height: 1.3rem;
  background-size: auto 1.3rem;
}
.filter-box .conditions li {
  float: left;
  margin-bottom: 16px;
  width: 25%;
}
.filter-box {
  display: none;
  padding: 30px 4%;
  border-top: 1px solid #ddd;
}
.filter-box.active {
  display: block;
}
.filter-tab .active {
  position: relative;
}
.filter-tab .active::before {
  border-color: transparent transparent #f4f4f4;
  border-style: solid;
  border-width: 0 9px 9px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  bottom: -1px;
  width: 0;
  z-index: 2;
}
.filter-tab .active::after {
  border-color: transparent transparent #ddd;
  border-style: solid;
  border-width: 0 10px 10px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  bottom: 0;
  width: 0;
  z-index: 1;
}
.filter-box .conditions li label {
  cursor: pointer;
}

.filter-box .conditions li input {
  display: none;
}
.filter-box .conditions li input[type="checkbox"] + label {
  display: inline-block;
  background-image: url(../img/common/check-off.webp);
  background-size: auto 14px;
  background-position: 0 0;
  padding: 0 0 0 2.2rem;
  line-height: 16px;
}
.no-webp .filter-box .conditions li input[type="checkbox"] + label { background-image: url(../img/common/check-off.png); }
.filter-box .conditions li input[type="checkbox"]:checked + label {
  color: #f9527e;
  font-weight: bold;
  background-image: url(../img/common/check-on.webp);
}
.no-webp .filter-box .conditions li input[type="checkbox"]:checked + label { background-image: url(../img/common/check-on.png); }
.filter-box .inner {
  margin-bottom: 1rem;
}
.filter-operate {
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.filter-operate.oparate li:nth-child(2n) {
  margin-left: 16px;
}
.pc-filter .stand-key {
  display: none;
}
.chk-num {
  position: absolute;
  top: -10px;
  right: -20px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 50%;
  background: #f9527e;
}
.key-lede {
  color: #666;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .filter-tab li {
    font-size: 1.2rem;
  }
  .filter-tab .f-key {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .filter-operate.oparate li:nth-child(2n) {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .f-cond a {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1260px) {
	.pc-filter { max-width: 960px; margin-left: auto; margin-right: auto; }
}

/*============================================

  utility.css

============================================*/

/* pc-filter */
.filter-box .keyword-list {
  margin: 0;
}
.filter-box .keyword-list li {
  margin: 0 4px 12px;
  font-size: 1.2rem;
}
.filter-box .keyword-list li a {
  background-color: #fff;
  transition: border 0.3s;
}
.filter-box .keyword-list li a:hover {
  border: 1px solid #3cb4c8;
}

@media screen and (max-width: 850px) {
  /* filter */
  .sp-filter .f-key {
    display: none;
  }
  .sp-filter .filter-box:first-child {
    display: block;
  }
  .is-open .filter-link a {
    background-image: url(../img/common/w-cross.png);
  }
	.no-webp .is-open .filter-link a { background-image: url(../img/common/w-cross.png); }
  .filter-box .conditions li {
    width: 33.333%;
  }

  .filter-tab .f-cond .ico {
    position: relative;
    display: inline-block;
  }
  .filter-tab li i {
    padding-right: 0;
    padding-bottom: 0.4em;
    font-size: 182%;
    display: block;
  }
  .pc-filter .filter-tab li.f-business {
    border: none;
  }
  .filter-box {
    padding: 30px 4% 16px;
  }
}

@media screen and (max-width: 768px) {
  .pc-filter .filter-operate {
    display: table;
    width: 100%;
  }
  .pc-filter .filter-operate li {
    display: table-cell;
    width: 40%;
  }
  .pc-filter .filter-operate li:last-child {
    padding-left: 3%;
    width: 60%;
  }
  .filter-operate.oparate .btn.sp-wide {
    width: 100%;
  }
  .pc-filter .stand-key .btn.sp-wide {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  /* filter */
  .filter-box {
    padding: 2rem 4%;
  }
  .sp-filter .conditions li label {
    font-size: 1.1rem;
  }
  .ope-btn {
    font-size: 1.3rem;
    padding: 1.2rem 1rem;
  }
  .stand-key-btn {
    font-size: 1.3rem;
  }
  .sp-filter .filter-tab .f-cond .ico {
    background-size: auto 1.2rem;
    font-size: 1.2rem;
  }

  .filter-tab .f-cond .ico {
    padding-left: 0;
    font-size: 1rem;
    background-position: 50% 0;
  }
  .pc-filter .filter-box {
    padding: 16px 4% 12px;
  }
  .pc-filter .stand-key {
    padding: 0 4% 16px;
  }
  .pc-filter .conditions li label {
    font-size: 1.1rem;
  }
  .pc-filter .filter-box .conditions li {
    margin-bottom: 6px;
    width: 50%;
  }
  .pc-filter .filter-box .conditions.three-col li {
    width: 33.333%;
  }

  .chk-num {
    right: calc(50% - 28px);
    top: -6px;
  }
}

@media screen and (max-width: 480px) {
  /* filter */
  .sp-filter .f-cond a {
    padding: 0.6rem 0 1rem;
  }
  .sp-filter .filter-tab .f-cond .ico {
    padding-left: 0;
    background-position: 50% 0.8rem;
    background-size: auto 16px;
    font-size: 1rem;
    padding-top: 3rem;
  }
  .sp-filter .chk-num {
    font-size: 1rem;
    height: 15px;
    right: -9px;
    top: 3px;
    width: 15px;
  }
  .sp-filter .filter-tab .active::after {
    border-width: 0 6px 6px;
    margin-left: -6px;
  }
  .sp-filter .filter-tab .active::before {
    border-width: 0 5px 5px;
    margin-left: -5px;
  }
  .filter-tab .f-color {
    width: 18%;
  }
  .filter-tab .f-business {
    width: 18%;
  }
  .sp-filter .filter-box {
    padding: 1.4rem 4%;
  }
  .sp-filter .filter-box .conditions li {
    width: 50%;
    margin-bottom: 1rem;
  }
  .sp-filter .filter-box .conditions.three-col li {
    width: 33.333%;
  }
  .sp-filter .filter-box .inner {
    margin-bottom: 0;
  }
  .filter-operate {
    padding-top: 1rem;
  }
  .sp-filter .filter-operate {
    display: table;
    width: 100%;
  }
  .sp-filter .filter-operate li {
    display: table-cell;
    width: 40%;
  }
  .sp-filter .filter-operate li:last-child {
    padding-left: 3%;
    width: 60%;
  }
  .ope-btn {
    font-size: 1.3rem;
    padding: 1rem 0;
    width: 100%;
    margin: 0;
  }
  .stand-key-btn {
    display: block;
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .sp-filter .filter-box .conditions li input[type="checkbox"] + label {
    padding: 0 0 0 2rem;
  }
}

@media screen and (max-width: 414px) {
  /* filter */
  .sp-filter .filter-box .conditions li {
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 320px) {
  /* filter */
  .sp-filter .conditions li label {
    font-size: 1rem;
  }
  .sp-filter .f-cond a {
    padding: 0 0 0.4rem;
  }
  .sp-filter .filter-box .conditions li {
    margin-bottom: 0;
  }
}

.top_serchbtn {
  width: 60px;
  height: 280px;
  position: fixed;
  top: 50vh;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top_serchbtn > a {
  width: 100%;
  font-weight: bold;
  display: block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 990px) {
  .top_serchbtn {
    display: none;
  }
}
