@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Marcellus&family=Outfit&display=swap");
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fafafa;
  color: #23232d;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
/* a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
} */

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none transparent;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

button {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.inner {
  margin: 0 auto;
  width: calc(100% - 48px);
}
@media print, screen and (min-width: 768px) {
  .inner {
    width: calc(100% - 80px);
    max-width: 1200px;
  }
}

.header {
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  border-bottom: 1px solid #0e0e0e;
}
.header .info {
  padding: 8px 24px;
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
  background-color: #626262;
  color: #fcfcfc;
  font-size: 1rem;
}
.header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding: 0 24px;
  width: 100%;
  min-height: 72px;
}
.header .menu_btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 24px;
  height: 24px;
  border: 0;
  background: none transparent;
  line-height: none;
  cursor: pointer;
}
.header .menu_btn::before, .header .menu_btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0e0e0e;
}
.header .menu_btn::before {
  top: 8px;
}
.header .menu_btn::after {
  bottom: 8px;
}
.header a {
  display: inline-block;
}
.header .logo {
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
}
.header .cart {
  position: relative;
}
.header .cart i {
  display: inline-block;
  position: absolute;
  right: -0.5ex;
  top: -0.5ex;
  z-index: 2;
  padding: 2px 1px;
  min-width: 8px;
  border-radius: 6px;
  background-color: #0e0e0e;
  color: #fcfcfc;
  font: normal 400 1rem/1 "Outfit", sans-serif;
  letter-spacing: 1px;
  white-space: nowrap;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .header .info {
    text-align: center;
  }
  .header .wrap {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .header .menu_btn {
    width: 56px;
  }
  .header .menu_btn::before {
    top: 6px;
  }
  .header .menu_btn::after {
    bottom: 6px;
  }
}

.footer {
  padding: 64px 0 0;
  background-color: #626262;
  color: #fcfcfc;
  text-align: center;
}
.footer section {
  padding: 32px 0;
  border-bottom: 1px solid #fcfcfc;
}
.footer h2 {
  margin: 0 0 24px;
  font-size: 2rem;
  text-align: left;
}
.footer li {
  letter-spacing: 2px;
  text-align: left;
}
.footer li + li {
  margin-top: 16px;
}
.footer a {
  color: #fcfcfc;
}
.footer .logo {
  display: inline-block;
  margin: 64px auto 32px;
}
.footer .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 28px;
}
.footer .copyright {
  display: block;
  margin: 64px 0 0;
  padding: 16px 0;
  border-top: 1px solid #fcfcfc;
  font: normal 400 1.2rem/1 "Outfit", sans-serif;
  letter-spacing: 2px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .footer {
    padding-top: 112px;
  }
  .footer .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer section {
    padding: 0;
    border-bottom: 0;
  }
  .footer h2 {
    margin-bottom: 32px;
    font-size: 2.4rem;
  }
  .footer .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 80px;
  }
  .footer .logo {
    margin: 0;
  }
  .footer .copyright {
    margin-top: 112px;
    font-size: 1.4rem;
  }
}

header, main, section, article, aside, footer {
  display: block;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

h2 {
  margin: 0 0 32px;
  font: normal 400 2.4rem/1.3 "Marcellus", serif;
  letter-spacing: 2px;
}
h2 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font: normal 400 1rem/2 "Outfit", sans-serif;
  color: #777;
  letter-spacing: 1px;
}
h2 span::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 1px;
  background-color: #777;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  h2 {
    margin-bottom: 40px;
    font-size: 4rem;
  }
  h2 span {
    font-size: 1.2rem;
  }
}

p {
  margin: 0;
}

strong, b {
  font-weight: 500;
}

em, i, address {
  font-style: normal;
}

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

li {
  line-height: 1.5;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

figure {
  display: block;
  margin: 0;
}

.btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .btn_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 40px;
  border: 1px solid #474747;
  border-radius: 40px;
  color: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
}
.btn.more {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 100%;
  margin-top: 64px;
  padding-right: 23px;
  min-width: 183px;
  background: none transparent;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.btn.more::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 16px;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.more:hover {
  text-decoration: none;
  color: #23232d;
}
.btn.more:hover::before {
  left: 20px;
}
@media print, screen and (min-width: 920px) {
  .btn {
    min-height: 48px;
  }
  .btn.more {
    margin-top: 72px;
    min-width: 240px;
    font-size: 2rem;
  }
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slick-track::before, .slick-track::after {
  content: none;
}

.slick-slide {
  float: none;
}
.slick-slide img {
  width: 100%;
}

.slick-dots {
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2px;
}
.slick-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #d4d4d4;
  height: 100%;
  line-height: 1;
}
.slick-dots li.slick-active {
  background-color: #0e0e0e;
}
.slick-dots button {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: 101%;
}

.dots_wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 30px;
}
.dots_wrap.color1 i {
  color: #fafafa;
}
.dots_wrap.color1 .slick-dots li {
  background-color: #474747;
}
.dots_wrap.color1 .slick-dots li.slick-active {
  background-color: #d4d4d4;
}
.dots_wrap i {
  display: inline-block;
  position: absolute;
  top: 50%;
  font: normal 400 1.2rem/1 "Outfit", sans-serif;
  letter-spacing: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dots_wrap i.min {
  left: 0;
}
.dots_wrap i.max {
  right: 0;
}
@media print, screen and (min-width: 920px) {
  .dots_wrap i {
    font-size: 1.4rem;
  }
}

.news_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news_list li + li {
  margin-top: 16px;
}
.news_list time {
  display: inline-block;
  margin-right: 1em;
}
.news_list a {
  display: inline-block;
  padding-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}
@media print, screen and (min-width: 920px) {
  .news_list li + li {
    margin-top: 24px;
  }
}

.float_bnr {
  display: inline-block;
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 16px;
  width: 100%;
  max-width: min(91.73vw, 346px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.float_bnr a {
  display: block;
}
.float_bnr img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.float_bnr button {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 16px;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 920px) {
  .float_bnr {
    left: auto;
    right: 16px;
    width: auto;
    max-width: 346px;
    -webkit-transform: none;
            transform: none;
  }
}