@charset "UTF-8";
button, [type=button], [type=reset], [type=submit] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover {
  background-color: #1565c0;
}

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

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #1565c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

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

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.2;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #333;
  font-size: 62.5%;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a:focus {
  outline: none;
  border: 0;
}

select:focus {
  outline: none;
  border: 0;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "Yu Gothic UI", "ＭＳ ゴシック", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  color: #5F5F5F;
}

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

div {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  div {
    font-size: 13px;
  }
}

h2, h3, h4, h5 {
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  h2, h3, h4, h5 {
    font-size: 1.8rem;
  }
}

dd, dt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  dd, dt {
    font-size: 1.3rem;
  }
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

strong {
  font-size: 1.25rem;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000100;
  letter-spacing: 0.05em;
}
a:hover {
  opacity: 0.8;
  color: #000100;
  text-decoration: none;
}
a:focus {
  outline: inherit !important;
  outline-offset: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  span {
    font-size: 1.3rem;
  }
}

p {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 1.3rem;
  }
}

input, select {
  vertical-align: middle;
  font-size: 14px;
}

textarea {
  width: 100%;
  padding: 5px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

li {
  list-style: none;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

img.alignleft {
  text-align: left;
}

img.aligncenter {
  display: block;
  margin: 1px auto;
}

img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
}

body {
  padding-top: 129px !important;
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 110px !important;
  }
}

label {
  font-size: 14px;
}

select {
  font-size: 14px;
  padding: 15px 20px;
  color: #5F5F5F !important;
}

.content-width {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-width-small {
  width: 88%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .hidden-middle {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.pa0 {
  padding: 0px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt0 {
  margin-top: 0px !important;
}

a:hover {
  text-decoration: none !important;
}

.breadcrumb {
  padding: 10px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
.breadcrumb ul {
  display: flex;
  padding-bottom: 8px;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb ul li a:after {
  content: ">";
  margin: 0px 10px;
}
.breadcrumb ul li a, .breadcrumb ul li span {
  color: #C7C7C7;
  font-size: 12px;
}

.com-btn--gray a {
  display: block;
  background-color: #B7B7B7;
  width: 100%;
  max-width: 329px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
  padding: 20px 0px;
  text-align: center;
}
.com-btn--gray a:hover {
  color: #fff;
  text-decoration: none;
}

.com-btn--blue {
  width: 95%;
  max-width: 343px;
  margin: 0px auto;
}
.com-btn--blue a {
  display: block;
  padding: 20px 0px;
  background-color: #3CB0B8;
  color: #fff;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.com-btn--blue a:hover {
  color: #fff;
}

.guide-main {
  background-color: #F8F8F8;
}

.page-template-page-guide .footer {
  margin-top: 0px !important;
}

.ec_else .page-title {
  margin-bottom: 20px;
}
.ec_else .page-title h1 {
  font-size: 50px;
  color: #3CB0B8;
  text-align: center;
  font-family: "Merriweather", serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .ec_else .page-title h1 {
    font-size: 34px;
  }
}
.ec_else .page-title span {
  font-size: 20px;
  color: #3CB0B8;
  margin-top: 10px;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .ec_else .page-title span {
    font-size: 14px;
    margin-top: 6px;
  }
}
.ec_else .about_us .notion-wrap {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .ec_else .about_us .notion-wrap {
    margin-bottom: 30px !important;
  }
}
.ec_else .notion .notion-wrap {
  margin-top: 40px;
  margin-bottom: 125px;
}
.ec_else .notion h3 {
  font-size: 20px;
  font-weight: bold;
  color: #5F5F5F;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
  margin-top: 40px;
}
.ec_else .notion dl {
  border-bottom: 1px solid #707070;
  padding: 20px 0px;
}
.ec_else .notion dl:first-child {
  border-top: 1px solid #707070;
}
.ec_else .notion dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #5F5F5F;
}
@media screen and (max-width: 1024px) {
  .ec_else .notion dl dt {
    margin-bottom: 2px;
    font-size: 12px;
  }
}
.ec_else .notion dl dd {
  font-size: 14px;
  color: #5F5F5F;
}
@media screen and (max-width: 1024px) {
  .ec_else .notion dl dd {
    font-size: 12px;
  }
}
.ec_else .notion dl dd a {
  font-size: 14px;
  color: #5F5F5F;
}
@media screen and (max-width: 1024px) {
  .ec_else .notion dl dd a {
    font-size: 12px;
  }
}
.ec_else .privacy {
  margin-bottom: 80px;
}
.ec_else .privacy .privacy-desc {
  margin-bottom: 50px;
  margin-top: 40px;
}
.ec_else .privacy p {
  font-size: 14px;
  line-height: 1.78;
  color: #5F5F5F;
  letter-spacing: 0.12em;
}
.ec_else .privacy h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ec_else .privacy .privacy-container {
  margin-bottom: 60px;
}
.ec_else .privacy .com-btn--blue {
  margin: 0px;
  margin-top: 25px;
}
.ec_else .guide .guide-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}
.ec_else .guide .guide-wrap .guide-wrap-side {
  width: 270px;
}
@media screen and (max-width: 600px) {
  .ec_else .guide .guide-wrap .guide-wrap-side {
    width: 100%;
    margin-bottom: 40px;
  }
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 600px) {
  .ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky {
    position: inherit;
    top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky ul {
    padding-left: 0px;
  }
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky ul li {
  list-style: disc;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky ul li {
    list-style: none;
    margin-bottom: 0px;
  }
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky ul li:last-child {
  margin-bottom: 0px;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky ul li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky ul li a {
    color: #3CB0B8;
    border-bottom: 1px solid #707070;
    padding: 15px 0px;
  }
  .ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky ul li a:after {
    width: 14px;
    height: 16px;
    background-image: url(../assets/img/css/icon-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_0 li:nth-child(1) {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_0 li:nth-child(1) a {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_1 li:nth-child(2) {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_1 li:nth-child(2) a {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_2 li:nth-child(3) {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_2 li:nth-child(3) a {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_3 li:nth-child(4) {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_3 li:nth-child(4) a {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_4 li:nth-child(5) {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_4 li:nth-child(5) a {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_5 li:nth-child(6) {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_5 li:nth-child(6) a {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_6 li:nth-child(7) {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_6 li:nth-child(7) a {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_7 li:nth-child(8) {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_7 li:nth-child(8) a {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_8 li:nth-child(9) {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-side .guide-wrap-side-sticky .nav_8 li:nth-child(9) a {
  color: #3CB0B8 !important;
}
.ec_else .guide .guide-wrap .guide-wrap-main {
  width: calc(100% - 270px);
}
@media screen and (max-width: 600px) {
  .ec_else .guide .guide-wrap .guide-wrap-main {
    width: 100%;
  }
}
.ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container {
  padding-top: 100px;
}
.ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container:first-child {
  padding-top: 0px;
}
@media screen and (max-width: 1024px) {
  .ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container {
    padding-top: 60px;
  }
}
.ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container p {
  font-size: 14px;
  padding: 0px;
  line-height: 1.78;
  margin: 0px;
}
.ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container .guide-wrap-main-dl dt {
  color: #fff;
  font-size: 20px;
  background-color: #B7B7B7;
  text-align: center;
  padding: 15px 0px;
}
.ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container .guide-wrap-main-dl dd {
  background-color: #fff;
  padding: 40px 40px;
}
@media screen and (max-width: 1024px) {
  .ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container .guide-wrap-main-dl dd {
    padding: 20px;
  }
}
.ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container .guide-wrap-main-dl dd .com-btn--blue {
  margin: 0px;
  margin-top: 20px;
}
.ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container .guide-wrap-main-dl dd .into-dl {
  border-bottom: 1px dashed #707070;
  padding: 20px 0px;
}
.ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container .guide-wrap-main-dl dd .into-dl:last-child {
  border-bottom: none;
}
.ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container .guide-wrap-main-dl dd .into-dl dt {
  background-color: inherit;
  color: #5F5F5F;
  font-size: 20px;
  text-align: left;
  padding: 0px;
  margin-bottom: 10px;
}
.ec_else .guide .guide-wrap .guide-wrap-main .guide-wrap-main-container .guide-wrap-main-dl dd .into-dl dd {
  font-size: 14px;
  padding: 0px;
  line-height: 1.78;
}

.archive .archive-visual {
  position: relative;
  margin-bottom: 73px;
}
@media screen and (max-width: 600px) {
  .archive .archive-visual {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .archive .archive-visual .archive-visual-img img {
    width: 100%;
  }
}
.archive .archive-visual .archive-visual-txt {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 80%;
  max-width: 439px;
}
@media screen and (max-width: 600px) {
  .archive .archive-visual .archive-visual-txt {
    width: 50%;
    top: 50px;
  }
}
.archive .breadcrumb-archive {
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .archive .breadcrumb-archive {
    left: 0px;
  }
}
.archive .breadcrumb-archive a, .archive .breadcrumb-archive span {
  color: #fff;
}
.archive .archive-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .archive .archive-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100% !important;
  }
}
.archive .sidebar-active .cat-btn a {
  border-bottom: none !important;
}
.archive .sidebar-active .cat-btn a:after {
  display: none !important;
}
.archive .sidebar-active .sidebar-search-category {
  display: block !important;
}
.archive .sidebar {
  width: 285px;
}
@media screen and (max-width: 1024px) {
  .archive .sidebar {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .archive .sidebar {
    width: 100%;
    margin-bottom: 40px;
    background-color: #F8F8F8;
    padding: 30px 5%;
  }
}
.archive .sidebar .cat-btn a {
  display: block;
  width: 100%;
  padding: 15px 0px;
  text-align: left;
  font-size: 14px;
  position: relative;
  color: #707070;
  border-bottom: 1px solid #B7B7B7;
}
.archive .sidebar .cat-btn a:after {
  content: "";
  display: block;
  right: 16.5px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background-color: #707070;
  position: absolute;
}
.archive .sidebar .cat-btn a:before {
  content: "";
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #707070;
  position: absolute;
}
.archive .sidebar .sidebar-search .sidebar-serch-title {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  z-index: 2;
}
.archive .sidebar .sidebar-search .sidebar-serch-title:before {
  width: 100%;
  left: 0px;
  height: 1px;
  background-color: #5F5F5F;
  bottom: 50%;
  transform: translateY(50%);
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
.archive .sidebar .sidebar-search .sidebar-serch-title h2 {
  font-size: 14px;
  display: inline-block;
  background-color: #fff;
  padding: 2px 10px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .archive .sidebar .sidebar-search .sidebar-serch-title h2 {
    background-color: #f8f8f8;
  }
}
.archive .sidebar .sidebar-search .s-box {
  position: relative;
  margin-bottom: 20px;
}
.archive .sidebar .sidebar-search .s-box input {
  margin: 0px;
  width: 100%;
}
.archive .sidebar .sidebar-search .s-box .search-text {
  padding: 15px 15px;
  padding-right: 40px;
  border-radius: 0px;
}
.archive .sidebar .sidebar-search .s-box .search-text:focus {
  box-shadow: none;
}
.archive .sidebar .sidebar-search .s-box .searchsubmit {
  padding: 0px;
  width: 34px;
  background-image: url(../assets/img/css/icon-arrow-search.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 17px; /* 画像のサイズを11pxに設定 */
  background-color: inherit;
  position: absolute;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 3;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .archive .sidebar .sidebar-search .sidebar-search-category {
    display: none;
  }
}
.archive .sidebar .sidebar-search .sidebar-search-category li {
  border-bottom: 1px solid #B7B7B7;
}
.archive .sidebar .sidebar-search .sidebar-search-category li a {
  display: block;
  padding: 10px 0px;
  font-size: 14px;
  letter-spacing: 0.12em;
}
.archive .archive-main {
  width: 860px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .archive .archive-main {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 600px) {
  .archive .archive-main {
    width: 90%;
    margin: 0 auto;
    padding-left: 0px;
  }
}
.archive .archive-main .archive-main-title {
  margin-bottom: 35px;
  position: relative;
}
.archive .archive-main .archive-main-title h1 {
  font-size: 20px;
}
.archive .archive-main .archive-main-title .archive-main-title-select {
  position: absolute;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 600px) {
  .archive .archive-main .archive-main-title .archive-main-title-select {
    position: relative;
    left: 0px;
    bottom: 0px;
    transform: inherit;
    margin-top: 5px;
  }
}
.archive .archive-main .archive-main-title .archive-main-title-select:before {
  position: absolute;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
  content: "並び替え：";
  color: #5F5F5F;
  font-size: 14px;
}
.archive .archive-main .archive-main-title .archive-main-title-select select {
  width: 193px;
  position: relative;
  z-index: 3;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #5F5F5F;
  padding-left: 80px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-appearance: none;
  appearance: none;
  background: url(../assets/img/css/icon-arrow-bottom.png) center right 10px no-repeat;
  background-size: 11px; /* 画像のサイズを11pxに設定 */
}
.archive .archive-main .archive-main-wrap {
  display: flex;
  flex-wrap: wrap;
}
.archive .archive-main .archive-main-wrap .archive-main-wrap-col {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
}
.archive .archive-main .archive-main-wrap .archive-main-wrap-col:nth-child(3n) {
  margin-right: 0px;
}
@media screen and (max-width: 600px) {
  .archive .archive-main .archive-main-wrap .archive-main-wrap-col {
    width: 49%;
    margin-right: 2%;
  }
  .archive .archive-main .archive-main-wrap .archive-main-wrap-col:nth-child(3n) {
    margin-right: 2%;
  }
  .archive .archive-main .archive-main-wrap .archive-main-wrap-col:nth-child(2n) {
    margin-right: 0px;
  }
}
.archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemimg {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemimg {
    margin-bottom: 10px;
  }
}
.archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemimg img {
  width: 100%;
  max-height: 251px;
  height: 20.9166666667vw;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemimg img {
    height: 39.2307692308vw;
  }
}
.archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemimg a {
  display: block;
}
@media screen and (max-width: 600px) {
  .archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemimg a {
    font-size: 14px;
  }
}
.archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemimg a:focus {
  outline: none;
}
@media screen and (max-width: 600px) {
  .archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemname {
    margin-bottom: 5px;
  }
}
.archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemname a {
  font-size: 14px;
  color: #5F5F5F;
}
.archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemprice {
  font-size: 18px;
  color: #ACACAC;
}
.archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemprice .tax {
  font-size: 14px;
}
.archive .archive-main .archive-main-wrap .archive-main-wrap-col .itemsoldout {
  background-color: #D00715;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  margin-top: 5px;
  font-size: 10px;
}
.archive .archive-main .pagination_wrapper {
  margin: 0px 0px 60px 0px;
}
.archive .page-numbers li {
  margin-right: 10px;
}
.archive .page-numbers li:last-child {
  margin-right: 0px;
}
.archive .page-numbers li a, .archive .page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: #5F5F5F;
  border: none;
}
.archive .page-numbers li a:focus, .archive .page-numbers li span:focus {
  outline: none;
}
.archive .page-numbers li .next {
  font-size: 0px;
  background-image: url(../assets/img/css/pagination-next.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.archive .page-numbers li .prev {
  font-size: 0px;
  background-image: url(../assets/img/css/pagination-prev.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.archive .page-numbers .current {
  border-radius: 50%;
  background-color: #3CB0B8 !important;
  color: #fff !important;
}

.single .single-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
@media screen and (max-width: 600px) {
  .single .single-wrap {
    flex-wrap: wrap;
  }
}
.single .single-wrap .single-wrap-img {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .single .single-wrap .single-wrap-img {
    width: 100%;
  }
}
.single .single-wrap .single-wrap-img ul {
  display: flex;
}
.single .single-wrap .single-wrap-txt {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .single .single-wrap .single-wrap-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.single .single-wrap .single-wrap-txt h1 {
  font-size: 25px;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.single .single-wrap .single-wrap-txt .single-wrap-txt-desc {
  margin-bottom: 60px;
}
.single .single-wrap .single-wrap-txt .single-wrap-txt-desc p {
  font-size: 14px;
  line-height: 2.1 !important;
  letter-spacing: 0.12em;
  margin: 0px;
}
.single .single-wrap .single-wrap-txt .single-wrap-txt-content {
  border-top: 1px solid #B7B7B7;
  padding-top: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .single .single-wrap .single-wrap-txt .single-wrap-txt-content {
    margin-bottom: 40px;
  }
}
.single .single-wrap .single-wrap-txt .single-wrap-txt-content hr {
  width: 100%;
  margin: 25px 0px;
}
.single .single-wrap .single-wrap-txt .single-wrap-txt-content p {
  margin: 10px 0px 25px;
  line-height: 2.1 !important;
  letter-spacing: 0.12em;
}
.single .single-wrap .single-wrap-txt .single-wrap-txt-content h2, .single .single-wrap .single-wrap-txt .single-wrap-txt-content h3, .single .single-wrap .single-wrap-txt .single-wrap-txt-content h4, .single .single-wrap .single-wrap-txt .single-wrap-txt-content h5 {
  font-size: 14px;
  color: #3CB0B8;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.single .single-wrap .single-wrap-txt .field_price {
  font-size: 25px;
  font-weight: bold;
  color: #5F5F5F;
  margin-bottom: 25px;
}
.single .single-wrap .single-wrap-txt .field_price .tax {
  font-size: 14px;
  font-weight: bold;
  color: #5F5F5F;
}
.single .single-wrap .single-wrap-txt .quantity {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .single .single-wrap .single-wrap-txt .quantity {
    margin-bottom: 14px;
  }
}
.single .single-wrap .single-wrap-txt .quantity input {
  width: 80px;
  margin: 0px;
  text-align: center;
  border-radius: 0px;
  -webkit-appearance: none !important;
  appearance: none !important;
  vertical-align: middle;
  -moz-appearance: textfield !important;
  padding: 10px;
}
.single .single-wrap .single-wrap-txt .quantity input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.single .single-wrap .single-wrap-txt .quantity input[type=number]::-webkit-outer-spin-button,
.single .single-wrap .single-wrap-txt .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single .single-wrap .single-wrap-txt .number-spinner-wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 10px;
}
.single .single-wrap .single-wrap-txt .number-spinner-wrap .spinner {
  position: absolute;
  bottom: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  transform: translateY(50%);
  cursor: pointer;
}
.single .single-wrap .single-wrap-txt .number-spinner-wrap .spinner:hover {
  opacity: 0.8;
}
.single .single-wrap .single-wrap-txt .number-spinner-wrap .spinner img {
  width: 10px;
}
.single .single-wrap .single-wrap-txt .number-spinner-wrap .spinner-down {
  left: 10px;
}
.single .single-wrap .single-wrap-txt .number-spinner-wrap .spinner-up {
  right: 10px;
}
.single .single-wrap .single-wrap-txt .cart-button input {
  width: 100%;
  max-width: 325px;
  background-color: #3CB0B8;
  color: #fff;
  padding: 20px;
  border-radius: 0px;
}
.single .single-wrap .single-wrap-txt .cart-button input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.single .single-wrap .single-wrap-txt .attention {
  font-size: 14px;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
  margin-top: 15px;
}
.single .single-wrap .single-wrap-txt .attention a {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-decoration: underline;
  color: #3CB0B8;
}
.single .single-wrap .single-wrap-txt .itemsoldout {
  background-color: #D00715;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  margin-top: 5px;
  font-size: 10px;
}
.single .slick-list {
  width: 100%;
}
.single #single-slick-main {
  background-color: #f0f0f0 !important;
}
.single #single-slick-main div {
  line-height: 1;
  font-size: 0px;
}
.single #single-slick-main li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single #single-slick-sub {
  margin-top: 15px;
}
.single #single-slick-sub div {
  line-height: 1;
  font-size: 0px;
}
.single #single-slick-sub p {
  margin: 0px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .single #single-slick-sub p {
    margin-top: 5px;
    font-size: 11px;
  }
}
.single #single-slick-sub .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: left;
  flex-wrap: wrap !important;
}
.single #single-slick-sub .slick-track:before {
  display: none !important;
}
.single #single-slick-sub .slick-slide {
  display: block !important;
  float: none !important;
  margin-bottom: 2.66% !important;
  width: 23% !important;
  margin-right: 2.66% !important;
  padding: 0px;
}
.single #single-slick-sub .slick-slide:nth-child(4n) {
  margin-right: 0px !important;
}
@media screen and (max-width: 600px) {
  .single #single-slick-sub .slick-slide {
    padding: 0px 2px;
    margin-bottom: 10px;
  }
}
.single #single-slick-sub li {
  text-align: center !important;
}
.single #single-slick-sub img {
  width: 100%;
  height: 121px;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .single #single-slick-sub img {
    height: 18.4vw;
  }
}
.single #single-slick-sub .slick-current li {
  position: relative;
}
.single #single-slick-sub .slick-current li:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
}

.contact .contact-confirm .contact-wrap-desc {
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .contact .contact-confirm .contact-wrap-desc {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.contact .contact-confirm dl:first-child {
  border-top: none !important;
}
.contact .contact-confirm .notion-wrap {
  margin-bottom: 56px !important;
}
.contact .contact-confirm .submit {
  display: flex;
  flex-wrap: wrap;
  max-width: 810px;
  width: 90%;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 75px;
}
.contact .contact-confirm .submit input {
  max-width: 375px;
  width: 47%;
  display: inline-block;
  border-radius: 0px;
  padding: 20px 0px;
  margin: 0px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .contact .contact-confirm .submit input {
    font-size: 12px;
  }
}
.contact .contact-confirm .submit .pre {
  margin-right: 55px;
  background-color: #B7B7B7;
}
@media screen and (max-width: 600px) {
  .contact .contact-confirm .submit .pre {
    margin-right: 5%;
  }
}
.contact .contact-confirm .submit .wpcf7-spinner {
  margin-top: 5px;
}
.contact .contact-wrap .contact-wrap-desc {
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .contact .contact-wrap .contact-wrap-desc {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.contact .contact-wrap dl dt {
  margin-bottom: 5px;
}
.contact .contact-wrap dl dt em {
  color: #3CB0B8;
  font-size: 14px;
}
.contact .contact-wrap dl dd {
  margin-bottom: 30px;
}
.contact .contact-wrap dl dd input {
  background-color: #F4F4F4;
  border-radius: 0px;
  border: none;
  padding: 10px;
  font-size: 16px;
  box-shadow: inherit;
}
.contact .contact-wrap dl dd input:focus {
  background-color: #F4F4F4;
  outline: none;
  box-shadow: inherit;
}
.contact .contact-wrap dl dd textarea {
  background-color: #F4F4F4;
  border-radius: 0px;
  border: none;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  height: 203px;
  box-shadow: inherit;
}
.contact .contact-wrap dl dd textarea:focus {
  background-color: #F4F4F4;
  outline: none;
  box-shadow: inherit;
}
.contact .privacy-bool {
  margin-bottom: 70px;
}
.contact .privacy-bool .wpcf7-list-item {
  margin-left: 0px !important;
}
.contact .privacy-bool .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contact .privacy-bool .wpcf7-list-item label a {
  text-decoration: underline;
  color: #5F5F5F;
}
.contact .privacy-bool .wpcf7-list-item input {
  margin: 0px;
  margin-right: 5px;
}
.contact .privacy-bool .wpcf7-list-item input:focus {
  outline: none;
}
.contact .wpcf7-submit {
  width: 90%;
  max-width: 343px;
  margin: 0 auto 10px;
  display: block;
  background-color: #3CB0B8;
  color: #fff;
  border-radius: 0px;
  padding: 20px;
}
.contact .wpcf7-submit:disabled:hover {
  background-color: #3CB0B8;
}
.contact .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

.cart #content {
  padding: 0px;
}
.cart .cart_page_title-large {
  font-size: 50px !important;
}
@media screen and (max-width: 600px) {
  .cart .cart_page_title-large {
    font-size: 30px !important;
  }
}
.cart .cart_page_title {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: "Merriweather", serif;
  font-weight: normal;
}
.cart .cart_page_title span {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: block;
}
.cart .cart_navi {
  margin-bottom: 25px;
}
.cart .cart_navi ul {
  display: flex;
  border-left: 1px solid #3CB0B8;
  border-top: 1px solid #3CB0B8;
  border-right: 1px solid #3CB0B8;
  border-bottom: 1px solid #3CB0B8;
}
@media screen and (max-width: 600px) {
  .cart .cart_navi ul {
    border: 1px solid #3CB0B8;
  }
}
.cart .cart_navi ul li {
  width: 25%;
  padding: 25px 0px;
  text-align: center;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .cart .cart_navi ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding: 16px 0px;
    line-height: 1.5;
    padding-left: 10px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 600px) {
  .cart .cart_navi ul li {
    padding: 5px 0px 5px 5px;
  }
}
.cart .cart_navi ul li:last-child:after {
  display: none !important;
}
.cart .cart_navi ul li:after {
  position: absolute;
  right: -25px;
  top: 0px;
  width: 25px;
  height: 100%;
  background-image: url(../assets/img/css/cart-link-normal.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .cart .cart_navi ul li:after {
    width: 8px;
    background-size: cover;
    background-position: right;
    right: -8px;
    background-image: url(../assets/img/css/cart-link-normal-sp.png);
  }
}
.cart .cart_navi ul .current {
  background-color: #3CB0B8;
  color: #fff;
}
.cart .cart_navi ul .current span {
  color: #fff !important;
}
.cart .cart_navi ul .current:after {
  background-image: url(../assets/img/css/cart-link-active.png) !important;
}
@media screen and (max-width: 600px) {
  .cart .cart_navi ul .current:after {
    background-image: url(../assets/img/css/cart-link-active-sp.png) !important;
  }
}
.cart .upbutton {
  text-align: right;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 1024px) {
  .cart .upbutton {
    justify-content: space-between;
  }
}
.cart .upbutton p {
  margin: 0px;
}
@media screen and (max-width: 600px) {
  .cart .upbutton p {
    width: 65%;
    font-size: 14px;
    text-align: left;
  }
}
.cart .upbutton input {
  background-color: #3CB0B8;
  color: #fff;
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 20px;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .cart #cart_table {
    border-top: 1px solid #E5E5E5;
  }
}
.cart #cart_table th {
  background-color: #E5E5E5;
}
.cart #cart_table th, .cart #cart_table td {
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cart #cart_table th, .cart #cart_table td {
    padding: 6px;
  }
}
.cart #cart_table th:nth-child(3), .cart #cart_table td:nth-child(3) {
  text-align: left;
}
.cart #cart_table tr {
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
@media screen and (max-width: 1024px) {
  .cart #cart_table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E5E5E5;
    clear: both;
    border-right: 1px solid #E5E5E5;
    position: relative;
    justify-content: stretch;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table thead {
    display: none;
  }
}
.cart #cart_table thead th:nth-child(1) {
  width: 4%;
}
.cart #cart_table thead th:nth-child(2) {
  width: 10%;
}
.cart #cart_table thead th:nth-child(3) {
  width: 37%;
}
.cart #cart_table thead th:nth-child(4) {
  width: 9%;
}
.cart #cart_table thead th:nth-child(5) {
  width: 9%;
}
.cart #cart_table thead th:nth-child(6) {
  width: 9%;
}
.cart #cart_table thead th:nth-child(7) {
  width: 9%;
}
.cart #cart_table thead th:nth-child(8) {
  width: 9%;
}
.cart #cart_table .tax {
  color: #5F5F5F;
}
.cart #cart_table img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .cart #cart_table .num {
    display: none;
  }
}
.cart #cart_table input {
  margin: 0px;
  text-align: center;
  border-radius: 0px;
}
.cart #cart_table input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.cart #cart_table .delButton {
  background-color: #3CB0B8;
  color: #fff;
  width: 55px;
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .cart #cart_table .thumbnail {
    width: 30%;
    height: 100%;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    vertical-align: middle;
    display: flex;
    align-items: center;
    position: absolute;
  }
}
.cart #cart_table .thumbnail a {
  display: block;
  width: 100%;
}
.cart #cart_table .thumbnail img {
  width: 100%;
  max-width: inherit;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .cart #cart_table .thumbnail img {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .cart #cart_table .thumbnail img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table .productname {
    text-align: left;
    font-weight: 500;
    width: 100%;
    padding: 1rem;
    padding-left: 35%;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table .unitprice {
    text-align: left;
    width: 100%;
    font-size: 12px;
    padding: 0 1rem;
    padding-left: 35%;
  }
  .cart #cart_table .unitprice:before {
    content: "単価:";
    margin-right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table .quantity {
    width: 100%;
    font-size: 12px;
    padding-left: 35%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .cart #cart_table .quantity:before {
    content: "数量:";
    margin-right: 0.4rem;
  }
  .cart #cart_table .quantity input {
    padding-left: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table .subtotal {
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    padding-left: 35%;
  }
  .cart #cart_table .subtotal:before {
    content: "金額(税込):";
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table .action input {
    -webkit-appearance: none;
    cursor: pointer;
    width: 20%;
    display: block;
    border: none;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 83px;
    right: 5%;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table .stock {
    text-align: left;
    width: 100%;
    font-size: 12px;
    padding-left: 35%;
  }
  .cart #cart_table .stock:before {
    content: "在庫状態:";
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table tfoot tr {
    flex-direction: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table tfoot th {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table tfoot .thumbnail {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table tfoot .stock {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table tfoot .action {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table tfoot .text-right {
    width: 70%;
    text-align: right;
    border-left: 1px solid #E5E5E5;
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .cart #cart_table tfoot .amount {
    width: 30%;
    background: #fff;
  }
}
.cart .cart_table_confirm {
  margin-bottom: 50px;
}
.cart .cart_table_confirm th {
  background-color: #E5E5E5;
}
.cart .cart_table_confirm th, .cart .cart_table_confirm td {
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cart .cart_table_confirm th, .cart .cart_table_confirm td {
    padding: 10px 5px;
    font-size: 12px;
  }
}
.cart .cart_table_confirm th:nth-child(3), .cart .cart_table_confirm td:nth-child(3) {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .cart .cart_table_confirm .num {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cart .cart_table_confirm .thumbnail {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cart .cart_table_confirm .action {
    display: none;
  }
}
.cart .cart_table_confirm tr {
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.cart .cart_table_confirm thead th:nth-child(1) {
  width: 6%;
}
.cart .cart_table_confirm thead th:nth-child(2) {
  width: 11%;
}
.cart .cart_table_confirm thead th:nth-child(3) {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .cart .cart_table_confirm thead th:nth-child(3) {
    width: 40%;
  }
}
.cart .cart_table_confirm thead th:nth-child(4) {
  width: 10%;
}
@media screen and (max-width: 1024px) {
  .cart .cart_table_confirm thead th:nth-child(4) {
    width: 20%;
  }
}
.cart .cart_table_confirm thead th:nth-child(5) {
  width: 12%;
}
@media screen and (max-width: 1024px) {
  .cart .cart_table_confirm thead th:nth-child(5) {
    width: 10%;
  }
}
.cart .cart_table_confirm thead th:nth-child(6) {
  width: 12%;
}
@media screen and (max-width: 1024px) {
  .cart .cart_table_confirm thead th:nth-child(6) {
    width: 20%;
  }
}
.cart .cart_table_confirm thead th:nth-child(7) {
  width: 10%;
}
.cart .cart_table_confirm .tax {
  color: #5F5F5F;
}
.cart .cart_table_confirm img {
  width: 100%;
}
.cart .cart_table_confirm input {
  margin: 0px;
  text-align: center;
  border-radius: 0px;
}
.cart .cart_table_confirm input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.cart .cart_table_confirm .delButton {
  background-color: #3CB0B8;
  color: #fff;
  width: 55px;
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
}
.cart .cart_table_confirm .aright {
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .cart .cart_table_confirm .aright {
    padding: 10px;
  }
}
.cart .cart_table_confirm .aright:last-child {
  text-align: right;
  border-left: 0px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.cart .cart_table_confirm .amount-total {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cart .cart_table_confirm .amount-total {
    padding: 10px 5px 10px 0px;
    font-size: 16px;
    text-align: left !important;
  }
}
.cart .send {
  margin-top: 30px;
  font-size: 0px;
  display: flex;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .cart .send {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cart .send input {
  border-radius: 0px;
  width: 48%;
  max-width: 343px;
  background-color: #b7b7b7;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .cart .send input {
    width: 100%;
    font-size: 14px;
  }
}
.cart .send input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.cart .send .continue_shopping_button, .cart .send .back_to_customer_button, .cart .send .back_to_delivery_button {
  margin-right: 35px !important;
  padding: 20px !important;
  background-color: #B7B7B7 !important;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .cart .send .continue_shopping_button, .cart .send .back_to_customer_button, .cart .send .back_to_delivery_button {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px;
  }
}
.cart .send .to_customerinfo_button, .cart .send .to_confirm_button {
  background-color: #3CB0B8 !important;
  color: #fff !important;
  padding: 20px !important;
}
.cart .send .back_cart_button {
  margin-right: 25px !important;
  padding: 20px !important;
}
@media screen and (max-width: 600px) {
  .cart .send .back_cart_button {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
}
.cart .send .to_deliveryinfo_button {
  margin-right: 25px !important;
  background-color: #3CB0B8 !important;
  color: #fff !important;
  padding: 20px !important;
}
@media screen and (max-width: 600px) {
  .cart .send .to_deliveryinfo_button {
    font-size: 14px;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
}
.cart .send .to_reganddeliveryinfo_button, .cart .send .to_confirm_button, .cart .send .checkout_button {
  background-color: #3CB0B8 !important;
  color: #fff !important;
  padding: 20px !important;
}
@media screen and (max-width: 600px) {
  .cart .send .to_reganddeliveryinfo_button, .cart .send .to_confirm_button, .cart .send .checkout_button {
    margin-bottom: 10px !important;
  }
}
.cart .error_message {
  text-align: center;
  margin-top: 25px;
}
.cart #customer-info h5 {
  font-size: 20px;
  border-bottom: 1px solid #5F5F5F;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.cart #customer-info input {
  margin: 0px;
  border-radius: 0px;
  background-color: #F4F4F4;
  border: none;
  padding: 10px;
}
.cart #customer-info input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.cart #customer-info .customer_form {
  border-top: 1px solid #E5E5E5;
}
.cart #customer-info .customer_form th, .cart #customer-info .customer_form td {
  font-size: 14px;
  font-weight: normal;
  padding: 18px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form th, .cart #customer-info .customer_form td {
    font-size: 12px;
    padding: 10px 2px;
  }
}
.cart #customer-info .customer_form th:nth-child(1), .cart #customer-info .customer_form td:nth-child(1) {
  width: 21.5%;
  background-color: #F4F4F4;
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form th:nth-child(1), .cart #customer-info .customer_form td:nth-child(1) {
    width: 30%;
  }
}
.cart #customer-info .customer_form th:nth-child(2), .cart #customer-info .customer_form td:nth-child(2) {
  width: 78.5%;
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form th:nth-child(2), .cart #customer-info .customer_form td:nth-child(2) {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form td {
    padding: 10px;
  }
}
.cart #customer-info .customer_form tr {
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.cart #customer-info .customer_form .customer_form_first td {
  text-align: left;
  background-color: #fff !important;
}
.cart #customer-info .customer_form .customer_form_first .customer_form_first-input {
  display: flex;
  align-items: center;
}
.cart #customer-info .customer_form .customer_form_first input {
  margin: 0px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form .customer_form_first input {
    padding: 5px;
  }
}
.cart #customer-info .customer_form .customer_form_first input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3CB0B8;
  content: "";
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form .customer_form_first input[type=radio]:checked:before {
    width: 7px;
    height: 7px;
  }
}
.cart #customer-info .customer_form .customer_form_first dl dt {
  margin-bottom: 10px;
}
.cart #customer-info .customer_form .customer_form_first dl dt:last-child {
  margin-bottom: 0px;
}
.cart #customer-info .customer_form .customer_form_first dl dt label {
  display: flex;
  align-items: center;
}
.cart #customer-info .customer_form textarea {
  width: 100%;
  margin: 0px;
  background-color: #F4F4F4;
  border: none;
  box-shadow: none;
  height: 90px;
}
.cart #customer-info .customer_form textarea:focus {
  box-shadow: none;
  border: none;
}
.cart #customer-info .to_memberlogin_button {
  background-color: #3CB0B8;
  color: #fff;
  margin-bottom: 70px;
  padding: 20px;
  font-weight: bold;
}
.cart #customer-info .customer_form_2 {
  border-top: 1px solid #E5E5E5;
}
.cart #customer-info .customer_form_2 th, .cart #customer-info .customer_form_2 td {
  font-size: 14px;
  font-weight: normal;
  padding: 18px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form_2 th, .cart #customer-info .customer_form_2 td {
    width: 70%;
    padding: 10px 2px;
    font-size: 11px;
  }
}
.cart #customer-info .customer_form_2 th:first-child, .cart #customer-info .customer_form_2 td:first-child {
  text-align: center;
  background-color: #F4F4F4;
  width: 21.5%;
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form_2 th:first-child, .cart #customer-info .customer_form_2 td:first-child {
    width: 30%;
  }
}
.cart #customer-info .customer_form_2 th input, .cart #customer-info .customer_form_2 td input {
  width: 100%;
  max-width: inherit;
}
.cart #customer-info .customer_form_2 th em, .cart #customer-info .customer_form_2 td em {
  color: #3CB0B8;
  font-size: 10px !important;
  display: inline-block;
  margin-right: 3px;
  vertical-align: super;
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form_2 th em, .cart #customer-info .customer_form_2 td em {
    font-size: 8px !important;
    margin-right: 1px;
  }
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form_2 td {
    padding: 10px;
  }
}
.cart #customer-info .customer_form_2 .password-td input {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .cart #customer-info .customer_form_2 .password-td input {
    margin-bottom: 3px;
  }
}
.cart #customer-info .customer_form_2 input {
  width: 100% !important;
}
.cart #customer-info .customer_form_2 tr {
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.cart #customer-info .customer_form_2 textarea {
  width: 100%;
  margin: 0px;
  background-color: #F4F4F4;
  border: none;
}
.cart #customer-info .customer_form_2 textarea:focus {
  box-shadow: none;
}
.cart select {
  width: 193px;
  position: relative;
  z-index: 3;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #B7B7B7;
  margin: 0px;
  -webkit-appearance: none;
  appearance: none;
  background: url(../assets/img/css/select-bottom.png) center right 10px no-repeat;
  background-size: 10px; /* 画像のサイズを11pxに設定 */
}
@media screen and (max-width: 600px) {
  .cart select {
    font-size: 12px;
  }
}
.cart .confiem_notice {
  background-color: #B7B7B7;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px 0px;
}
@media screen and (max-width: 600px) {
  .cart .confiem_notice {
    font-size: 11px;
    text-align: left;
    padding: 10px;
  }
}
.cart .confirm_table-container h3 {
  background-color: #B7B7B7;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  margin: 20px 0px 0px;
}
.cart .confirm_table {
  margin: 0px 0px 20px;
  table-layout: fixed;
  border-bottom: 1px solid #B7B7B7;
}
.cart .confirm_table th, .cart .confirm_table td {
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .cart .confirm_table th, .cart .confirm_table td {
    font-size: 11px;
  }
}
.cart .confirm_table tr {
  border: 1px solid #B7B7B7;
  border-bottom: none;
}
.cart .confirm_table th {
  width: 30%;
  border-right: 1px solid #B7B7B7;
  background-color: #F4F4F4;
  text-align: center;
}
.cart .confirm_table td {
  width: 70%;
}
.cart .confirm_table .ttl {
  border: none !important;
  border-top: 1px solid #B7B7B7 !important;
}
.cart .confirm_table .ttl td {
  padding: 0px !important;
}
.cart .table-footer tr {
  border: none !important;
}
.cart .confirm-attention {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .cart .confirm-attention {
    margin-bottom: 20px;
  }
}
.cart .confirm-attention p {
  font-size: 14px;
  text-align: center;
  margin: 0px;
}
@media screen and (max-width: 600px) {
  .cart .confirm-attention p {
    text-align: left;
  }
}
.cart .confirm-attention p a {
  text-decoration: underline;
  font-size: 14px;
  color: #3CB0B8;
}
@media screen and (max-width: 600px) {
  .cart .confirm-attention p a {
    font-size: 12px;
  }
}
.cart .member-wrap-input-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .cart .member-wrap-input-flex {
    display: block;
  }
}
.cart .member-wrap-input-flex input {
  width: calc(100% - 200px);
}
@media screen and (max-width: 600px) {
  .cart .member-wrap-input-flex input {
    width: 100%;
  }
}
.cart .member-wrap-input-flex .nav {
  margin: 0px;
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .cart .member-wrap-input-flex .nav {
    text-align: left;
    margin-top: 3px;
  }
}
.cart .member-wrap-input-flex .nav a {
  color: #3CB0B8;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .cart .member-wrap-input-flex .nav a {
    font-size: 12px;
  }
}

.cart-finish h1 {
  text-align: center;
  font-size: 50px;
  color: #3CB0B8;
}
.cart-finish .cart_page_desc {
  color: #3CB0B8;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .cart-finish .cart_page_desc {
    font-size: 16px;
  }
}
.cart-finish h3 {
  text-align: center;
}
.cart-finish .header_explanation {
  margin: 35px 0px;
}
.cart-finish .header_explanation p {
  text-align: center;
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 0px;
}

#name_row td {
  width: 39.25% !important;
}
@media screen and (max-width: 600px) {
  #name_row td {
    width: 35% !important;
  }
}
#name_row .member_name {
  display: none !important;
}

.cart #zipcode_row .zipcode_row_wrap, .member #zipcode_row .zipcode_row_wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .cart #zipcode_row .zipcode_row_wrap, .member #zipcode_row .zipcode_row_wrap {
    display: block;
  }
}
.cart #zipcode_row .zipcode_row_wrap input, .member #zipcode_row .zipcode_row_wrap input {
  width: 45% !important;
  max-width: 252px !important;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .cart #zipcode_row .zipcode_row_wrap input, .member #zipcode_row .zipcode_row_wrap input {
    margin-right: 14px;
  }
}
@media screen and (max-width: 600px) {
  .cart #zipcode_row .zipcode_row_wrap input, .member #zipcode_row .zipcode_row_wrap input {
    margin-right: 0px;
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.cart #zipcode_row .zipcode_row_wrap .col-btn, .member #zipcode_row .zipcode_row_wrap .col-btn {
  width: 45%;
  max-width: 252px !important;
}
@media screen and (max-width: 1024px) {
  .cart #zipcode_row .zipcode_row_wrap .col-btn, .member #zipcode_row .zipcode_row_wrap .col-btn {
    width: 180px;
  }
}
.cart #zipcode_row .zipcode_row_wrap .col-btn a, .member #zipcode_row .zipcode_row_wrap .col-btn a {
  display: block;
  text-align: center;
  padding: 10px 0px;
  background-color: #3CB0B8;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .cart #zipcode_row .zipcode_row_wrap .col-btn a, .member #zipcode_row .zipcode_row_wrap .col-btn a {
    font-size: 12px;
  }
}

#zipcode_row .zipcode_row_wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #zipcode_row .zipcode_row_wrap {
    display: block;
  }
}
#zipcode_row .zipcode_row_wrap input {
  width: 45%;
  max-width: 252px !important;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #zipcode_row .zipcode_row_wrap input {
    margin-right: 14px;
  }
}
@media screen and (max-width: 600px) {
  #zipcode_row .zipcode_row_wrap input {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
#zipcode_row .zipcode_row_wrap .col-btn {
  width: 45%;
  max-width: 252px !important;
}
@media screen and (max-width: 1024px) {
  #zipcode_row .zipcode_row_wrap .col-btn {
    width: 180px;
  }
}
#zipcode_row .zipcode_row_wrap .col-btn a {
  display: block;
  text-align: center;
  padding: 10px 0px;
  background-color: #3CB0B8;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  #zipcode_row .zipcode_row_wrap .col-btn a {
    font-size: 12px;
  }
}

#password1 {
  max-width: 532px !important;
}

#password2 {
  max-width: 532px !important;
}

.password-td input {
  max-width: 532px !important;
}

@media screen and (max-width: 600px) {
  #escott-dialog {
    width: 100% !important;
  }
}
#escott-dialog button:focus {
  outline: none !important;
  box-shadow: none;
}
#escott-dialog .ui-dialog-titlebar {
  border-bottom: none;
  padding: 30px 50px 0px;
}
@media screen and (max-width: 600px) {
  #escott-dialog .ui-dialog-titlebar {
    padding: 20px 15px;
  }
}
#escott-dialog .ui-dialog-titlebar span {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #707070;
}
#escott-dialog #escott-token-dialog {
  padding: 30px 50px;
}
@media screen and (max-width: 600px) {
  #escott-dialog #escott-token-dialog {
    padding: 20px 15px;
  }
}
#escott-dialog #escott-token-form {
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  #escott-dialog #escott-token-form {
    padding-top: 20px;
  }
}
#escott-dialog #escott-token-form .customer_form {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
#escott-dialog #escott-token-form .customer_form td, #escott-dialog #escott-token-form .customer_form th {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  vertical-align: middle;
  font-size: 14px;
  padding: 12px;
  color: #5F5F5F;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  #escott-dialog #escott-token-form .customer_form td, #escott-dialog #escott-token-form .customer_form th {
    padding: 10px;
    font-size: 13px;
  }
}
#escott-dialog #escott-token-form .customer_form th {
  background-color: #F4F4F4;
  text-align: center;
}
#escott-dialog #escott-token-form .customer_form input {
  background-color: #F4F4F4;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: 237px;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  #escott-dialog #escott-token-form .customer_form input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
#escott-dialog #escott-token-form .customer_form input:focus {
  box-shadow: none;
}
#escott-dialog #escott-token-form .customer_form select {
  width: 85px;
  margin-right: 10px;
  margin-bottom: 0px;
  display: inline-block;
  border: 1px solid #707070;
}
#escott-dialog #escott-token-form .customer_form select:focus {
  border: 1px solid #707070;
}
@media screen and (max-width: 600px) {
  #escott-dialog #escott-token-form .customer_form select {
    margin-right: 4px;
    padding-right: 23px;
  }
}
#escott-dialog .settlement_form_send {
  margin-top: 25px;
}
#escott-dialog .settlement_form_send .to_confirm_button {
  background-color: #3CB0B8;
  color: #fff;
}

.member #content {
  padding: 0px;
}
.member .member_page_title, .member h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
.member .member_page_title_new {
  font-size: 50px;
  color: #3CB0B8;
  text-align: center;
  font-family: "Merriweather", serif;
  letter-spacing: 0.08em;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .member .member_page_title_new {
    font-size: 34px;
  }
}
.member .member_page_title_new span {
  font-size: 20px;
  color: #3CB0B8;
  margin-top: 10px;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .member .member_page_title_new span {
    font-size: 16px;
  }
}
.member #memberinfo table {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .member #memberinfo .memberinfo-first {
    display: block;
    border-top: 1px solid #B7B7B7;
  }
}
@media screen and (max-width: 1024px) {
  .member #memberinfo .memberinfo-first tbody {
    width: 100%;
    display: block;
  }
}
.member #memberinfo .memberinfo-first th {
  background-color: #F4F4F4;
  text-align: center;
}
.member #memberinfo .memberinfo-first td {
  text-align: left !important;
}
.member #memberinfo .memberinfo-first th, .member #memberinfo .memberinfo-first td {
  font-size: 14px;
  font-weight: normal;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #B7B7B7;
}
@media screen and (max-width: 1024px) {
  .member #memberinfo .memberinfo-first th, .member #memberinfo .memberinfo-first td {
    padding: 10px;
    border-bottom: 1px solid #B7B7B7;
  }
}
.member #memberinfo .memberinfo-first tr {
  border: 1px solid #B7B7B7;
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .member #memberinfo .memberinfo-first tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    border-top: none;
  }
}
.member #memberinfo .memberinfo-first th {
  width: 15%;
}
@media screen and (max-width: 1024px) {
  .member #memberinfo .memberinfo-first th {
    width: 35%;
    padding: 10px 2px;
  }
}
.member #memberinfo .memberinfo-first td {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .member #memberinfo .memberinfo-first td {
    width: 65%;
  }
}
.member #memberinfo .retail th {
  background-color: #F4F4F4;
  text-align: center;
}
.member #memberinfo .retail th, .member #memberinfo .retail td {
  font-size: 12px;
  font-weight: normal;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #B7B7B7;
}
.member #memberinfo .retail tr {
  border: 1px solid #B7B7B7;
  border-right: none;
}
.member #memberinfo #history_head th, .member #memberinfo #history_head td {
  font-size: 12px;
  font-weight: normal;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #B7B7B7;
}
.member #memberinfo #history_head tr {
  border: 1px solid #B7B7B7;
  border-right: none;
}
@media screen and (max-width: 600px) {
  .member .exclude_cancel {
    margin-right: 10px !important;
  }
}
.member .exclude_cancel label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .member .exclude_cancel label {
    font-size: 12px;
  }
}
.member #usces_purdate {
  margin-bottom: 0px;
}
.member .usce_period {
  display: flex;
  align-items: center;
}
.member .usce_period span {
  display: block;
  width: 60px;
}
.member .usces_filter_history {
  margin-bottom: 15px;
}
.member .usces_filter_history input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.member .usces_filter_history select:focus {
  border: 1px solid #bbb !important;
}
.member .regmember input {
  background-color: #3CB0B8 !important;
  color: #fff !important;
  padding: 20px !important;
}
.member .header_explanation {
  margin-bottom: 30px;
}
.member .header_explanation ul li {
  text-align: center;
}
.member .send {
  margin-top: 30px;
  font-size: 0px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .member .send {
    flex-wrap: wrap;
  }
}
.member .send input {
  border-radius: 0px;
  width: 48%;
  max-width: 343px;
  font-size: 14px;
  padding: 20px !important;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .member .send input {
    padding: 20px !important;
    width: 100%;
    font-size: 13px;
  }
}
.member .send input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.member .send .top, .member .send .editmember {
  margin-right: 35px !important;
}
@media screen and (max-width: 600px) {
  .member .send .top, .member .send .editmember {
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
  }
}
.member .send .editmember {
  background-color: #3CB0B8 !important;
  color: #fff !important;
}
.member .send .back_cart_button {
  margin-right: 25px !important;
  padding: 20px !important;
}
.member .send .to_deliveryinfo_button {
  margin-right: 25px !important;
  background-color: #3CB0B8 !important;
  color: #fff !important;
  padding: 20px !important;
}
.member .send .to_reganddeliveryinfo_button, .member .send .to_confirm_button, .member .send .checkout_button {
  background-color: #3CB0B8 !important;
  color: #fff !important;
  padding: 20px !important;
}
.member .customer_form {
  border-top: 1px solid #E5E5E5;
}
.member .customer_form th, .member .customer_form td {
  font-size: 14px;
  font-weight: normal;
  padding: 18px;
  vertical-align: middle;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 600px) {
  .member .customer_form th, .member .customer_form td {
    padding: 10px;
    font-size: 10px;
  }
}
.member .customer_form th:first-child, .member .customer_form td:first-child {
  text-align: center;
  background-color: #F4F4F4;
  width: 21.5%;
}
@media screen and (max-width: 600px) {
  .member .customer_form th:first-child, .member .customer_form td:first-child {
    width: 30%;
  }
}
.member .customer_form th input, .member .customer_form td input {
  width: 100%;
  max-width: inherit !important;
}
.member .customer_form th em, .member .customer_form td em {
  color: #3CB0B8;
  font-size: 10px !important;
  display: inline-block;
  margin-right: 3px;
  vertical-align: super;
}
@media screen and (max-width: 600px) {
  .member .customer_form th em, .member .customer_form td em {
    font-size: 8px !important;
    margin-right: 1px;
  }
}
@media screen and (max-width: 600px) {
  .member .customer_form th {
    padding: 10px 0px;
  }
}
.member .customer_form #password1, .member .customer_form #password2 {
  margin-bottom: 10px !important;
}
.member .customer_form input {
  margin: 0px;
  border-radius: 0px;
  background-color: #F4F4F4;
  border: none;
  padding: 10px;
}
.member .customer_form input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.member .customer_form input {
  width: 100% !important;
  max-width: 532px !important;
  margin-bottom: 0px;
}
.member .customer_form tr {
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.member .customer_form select {
  width: 193px;
  position: relative;
  z-index: 3;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #B7B7B7;
  margin: 0px;
  -webkit-appearance: none;
  appearance: none;
  background: url(../assets/img/css/select-bottom.png) center right 10px no-repeat;
  background-size: 10px; /* 画像のサイズを11pxに設定 */
}
@media screen and (max-width: 600px) {
  .member .customer_form select {
    font-size: 12px;
  }
}
.member .member-box .member-wrap {
  border: 1px solid #B7B7B7;
  border-bottom: none;
  margin-bottom: 40px;
}
.member .member-box .member-wrap label {
  display: flex;
}
.member .member-box .member-wrap label .member-wrap-txt {
  width: 234px;
  display: flex;
  background-color: #F4F4F4;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}
@media screen and (max-width: 600px) {
  .member .member-box .member-wrap label .member-wrap-txt {
    width: 30%;
    font-size: 12px;
  }
}
.member .member-box .member-wrap label .member-wrap-input {
  width: calc(100% - 234px);
  padding: 20px 15px;
  border-bottom: 1px solid #B7B7B7;
}
@media screen and (max-width: 600px) {
  .member .member-box .member-wrap label .member-wrap-input {
    width: 70%;
    padding: 10px;
  }
}
.member .member-box .member-wrap label .member-wrap-input input {
  border-radius: 0px;
  margin: 0px;
}
.member .member-box .member-wrap label .member-wrap-input input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.member .member-box .member-wrap label .member-wrap-input-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .member .member-box .member-wrap label .member-wrap-input-flex {
    display: block;
  }
}
.member .member-box .member-wrap label .member-wrap-input-flex input {
  width: calc(100% - 200px);
}
@media screen and (max-width: 600px) {
  .member .member-box .member-wrap label .member-wrap-input-flex input {
    width: 100%;
  }
}
.member .member-box .member-wrap label .member-wrap-input-flex .nav {
  margin: 0px;
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .member .member-box .member-wrap label .member-wrap-input-flex .nav {
    width: 100%;
    text-align: left;
  }
}
.member .member-box .member-wrap label .member-wrap-input-flex .nav a {
  color: #3CB0B8;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .member .member-box .member-wrap label .member-wrap-input-flex .nav a {
    font-size: 12px;
  }
}
.member .submit {
  margin-top: 10px;
}
.member .forgetmenot label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member .forgetmenot label input {
  margin: 0px;
  margin-right: 5px;
}
.member .forgetmenot label input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.member .submit {
  width: 95%;
  max-width: 343px;
  margin: 15px auto 30px;
}
.member .submit input {
  display: block;
  border-radius: 0px;
  padding: 20px 0px;
  background-color: #3CB0B8;
  color: #fff;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.member .submit input:hover {
  color: #fff;
  background-color: #3CB0B8;
}
.member .submit input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.member .new-entry p {
  text-align: center;
}
.member .new-entry p a {
  color: #3CB0B8;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .member .new-entry p a {
    font-size: 15px;
  }
}
.member .password_policy_2 {
  text-align: center;
  font-size: 14px;
  line-height: 2.14;
}
@media screen and (max-width: 600px) {
  .member .history-area {
    width: 100%;
    overflow-x: scroll;
  }
}
.member .history-area table {
  width: 100%;
  min-width: 600px;
}

.header {
  position: fixed;
  background-color: #fff;
  top: 0px;
  left: 0px;
  z-index: 100;
  margin: 0px;
  width: 100%;
  border-bottom: none;
}
.header .header-menu {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 57px;
  background-color: #3CB0B8;
  height: 60px;
  cursor: pointer;
  display: none;
  z-index: 6;
}
@media screen and (max-width: 1024px) {
  .header .header-menu {
    display: block;
  }
}
.header .header-menu:hover {
  opacity: 0.7;
}
.header .header-menu .header-menu-link-active span {
  background-color: rgba(255, 255, 255, 0) !important;
}
.header .header-menu .header-menu-link-active span:before {
  transform: translateY(50%) rotate(30deg) !important;
  margin: 0px !important;
}
.header .header-menu .header-menu-link-active span:after {
  transform: translateY(50%) rotate(-30deg) !important;
  margin: 0px !important;
}
.header .header-menu .header-menu-link {
  position: relative;
  height: 100%;
}
.header .header-menu .header-menu-link span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  width: 31px;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.3s ease;
}
.header .header-menu .header-menu-link span:before {
  width: 31px;
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  bottom: 50%;
  transform: translateY(50%);
  margin-bottom: 8px;
  position: absolute;
  left: 0px;
  transition: all 0.3s ease;
}
.header .header-menu .header-menu-link span:after {
  transition: all 0.3s ease;
  width: 31px;
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  bottom: 50%;
  transform: translateY(50%);
  margin-bottom: -8px;
  position: absolute;
  left: 0px;
}
.header .header-wrap__menu--active {
  display: block !important;
}
.header .header-wrap {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 2.5%;
  position: relative;
  z-index: 3;
}
.header .header-wrap__logo {
  width: 415px;
}
@media screen and (max-width: 1200px) {
  .header .header-wrap__logo {
    width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-wrap__logo {
    width: 247px;
    max-width: 400px;
  }
}
.header .header-wrap__logo a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header .header-wrap__menu {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
    left: 0px;
    z-index: 10;
    background-color: #fff;
  }
}
.header .header-wrap__menu ul {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header .header-wrap__menu ul {
    display: block;
    padding: 30px 5%;
  }
}
.header .header-wrap__menu ul li {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .header .header-wrap__menu ul li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-wrap__menu ul li {
    border-bottom: 1px solid #707070;
    margin-right: 0px;
    padding: 18px 0px;
  }
}
.header .header-wrap__menu ul li:last-child {
  margin-right: 0px;
}
.header .header-wrap__menu ul li a {
  font-size: 14px;
  font-size: clamp(13px, 1.09375vw, 14px);
  font-weight: 500;
  display: block;
  text-decoration: none;
  color: #5F5F5F;
}
@media screen and (max-width: 1200px) {
  .header .header-wrap__menu ul li a {
    font-size: clamp(11px, 1vw, 13px);
    font-weight: bold;
  }
}
@media screen and (max-width: 600px) {
  .header .header-wrap__menu ul li a {
    font-size: 16px;
  }
}
.header .nav {
  background-color: #B7B7B7;
  padding: 15px 2.5%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.header .nav ul {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .header .nav ul {
    justify-content: center;
  }
}
.header .nav ul li {
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .header .nav ul li {
    margin-right: 10px;
  }
}
.header .nav ul li:last-child {
  margin-right: 0px;
}
.header .nav ul li a {
  color: #fff;
  display: block;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .header .nav ul li a {
    font-size: 12px;
  }
}
.header .nav ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #3CB0B8;
  border-radius: 50%;
  width: 22px;
  height: 24px;
  margin-left: 3px;
}
@media screen and (max-width: 600px) {
  .header .nav ul li span {
    font-size: 14px;
    width: 20px;
    height: 22px;
  }
}
.header .nav ul .icno01 a {
  position: relative;
}
.header .nav ul .icno01 a:after {
  background-image: url(../assets/img/css/icon-cart-01.png);
  width: 10px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 5.5px;
}
@media screen and (max-width: 1024px) {
  .header .nav ul .icno01 a:after {
    bottom: 3px;
  }
}
.header .nav ul .icno02 a {
  position: relative;
}
.header .nav ul .icno02 a:after {
  background-image: url(../assets/img/css/icon-cart-02.png);
  width: 13px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .header .nav ul .icno02 a:after {
    bottom: 3px;
    width: 12px;
    height: 13px;
  }
}
.header .nav ul .icno03 a {
  position: relative;
}
.header .nav ul .icno03 a:after {
  background-image: url(../assets/img/css/icon-cart-03.png);
  width: 20px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .header .nav ul .icno03 a:after {
    bottom: 3px;
    width: 12px;
    height: 13px;
  }
}
.header .nav ul .icno04 a {
  position: relative;
}
.header .nav ul .icno04 a:after {
  background-image: url(../assets/img/css/icon-cart-04.png);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .header .nav ul .icno04 a:after {
    bottom: 3px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 600px) {
  .header .nav ul .icno04 a {
    font-size: 0px;
  }
}

.footer {
  background-color: #F8F8F8;
  padding: 65px 0px 0px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0px 0px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrap .footer-wrap-logo {
    margin-bottom: 15px;
  }
}
.footer .footer-wrap .footer-wrap-logo a {
  display: block;
  width: 80%;
  max-width: 388px;
  margin: 0 auto;
}
.footer .footer-wrap .footer-wrap-menu {
  margin-bottom: 30px;
}
.footer .footer-wrap .footer-wrap-menu ul {
  text-align: center;
}
.footer .footer-wrap .footer-wrap-menu ul li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .footer .footer-wrap .footer-wrap-menu ul li {
    display: block;
    margin-right: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer-wrap .footer-wrap-menu ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.footer .footer-wrap .footer-wrap-menu ul li:nth-child(6) {
  margin-right: 0px;
}
.footer .footer-wrap .footer-wrap-menu ul li a {
  color: #5F5F5F;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .footer .footer-wrap .footer-wrap-menu ul li a {
    font-size: 14px;
  }
}
.footer .footer-wrap .footer-wrap-menu ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 600px) {
  .footer .footer-wrap .footer-wrap-menu ul li:last-child {
    margin-right: 10px;
  }
}
.footer .footer-copy {
  background-color: #fff;
  padding: 15px 0px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-copy {
    padding: 10px 0px;
  }
}
.footer .footer-copy p {
  margin: 0px;
  font-size: 14px;
  text-align: center;
  color: #3CB0B8;
}
@media screen and (max-width: 1024px) {
  .footer .footer-copy p {
    font-size: 11px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
