@charset "UTF-8";
/* default
----------------------------------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

* {
  font-size: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

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

ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}

:focus {
  outline: none;
}

a,
a:visited,
.hover {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
a:hover,
a:visited:hover,
.hover:hover {
  opacity: 0.5;
}

.inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.inner.sm {
  max-width: 900px;
}
.inner.xs {
  max-width: 650px;
}
@media screen and (max-width: 1080px) {
  .inner {
    max-width: 900px;
  }
}
@media screen and (max-width: 960px) {
  .inner {
    padding-left: 8.5333333333%;
    padding-right: 8.5333333333%;
  }
  .inner .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.bgColor01 {
  background-color: #eae9e3;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  br.sp {
    display: block;
  }
}

.content {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .content {
    padding: 60px 0;
  }
}

.sec-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-title {
    margin-bottom: 40px;
    font-size: 19px;
  }
}
.sec-title span {
  display: block;
  margin-bottom: 1.6666666667em;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .sec-title span {
    font-size: 10px;
  }
}

.heading {
  margin-bottom: 2.1em;
  font-size: 20px;
  line-height: 1.625em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .heading {
    margin-bottom: 1.8em;
    font-size: 16px;
  }
}

.txt {
  font-size: 14px;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .txt {
    font-size: 12px;
  }
}
.txt p + p {
  margin-top: 2em;
}

.txt-list > div + * {
  margin-top: 2.9em;
}
@media screen and (max-width: 960px) {
  .txt-list > div + * {
    margin-top: 2em;
  }
}
.txt-list > div dt {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .txt-list > div dt {
    font-size: 14px;
  }
}

.detail {
  margin-top: 75px;
}
@media screen and (max-width: 960px) {
  .detail {
    margin-top: 50px;
  }
}
.detail .title {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .detail .title {
    margin-bottom: 16px;
  }
}
.detail .detail-list > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: solid 1px #c5c5c5;
  font-size: 12px;
  line-height: 1.8333333333em;
}
@media screen and (max-width: 960px) {
  .detail .detail-list > div {
    display: block;
    padding-top: 16px;
    font-size: 10px;
  }
}
.detail .detail-list > div + * {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .detail .detail-list > div + * {
    margin-top: 16px;
  }
}
.detail .detail-list > div:last-child {
  padding-bottom: 30px;
  border-bottom: solid 1px #c5c5c5;
}
@media screen and (max-width: 960px) {
  .detail .detail-list > div:last-child {
    padding-bottom: 16px;
  }
}
.detail .detail-list > div dt {
  width: 33.2307692308%;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .detail .detail-list > div dt {
    width: 100%;
    margin-bottom: 1em;
  }
}
.detail .detail-list > div dd {
  width: 66.7692307692%;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .detail .detail-list > div dd {
    width: 100%;
  }
}

.sep-line {
  margin: 75px 0;
  border: none;
  border-top: solid 1px #c5c5c5;
}
@media screen and (max-width: 960px) {
  .sep-line {
    margin: 36px 0;
  }
}

.btn-aco {
  position: relative;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 200px;
  aspect-ratio: 3/1;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.btn-aco:hover {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .btn-aco {
    aspect-ratio: 200/55;
    font-size: 14px;
  }
}
.btn-aco::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 16px;
  height: 8px;
  background-image: url("./img/arrow01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) scaleY(1);
  transition: ease 0.2s;
}
@media screen and (max-width: 960px) {
  .btn-aco::before {
    width: 8px;
    height: 4px;
  }
}
.btn-aco.on::before {
  transform: translateY(-50%) scaleY(-1);
}

.btn-buy {
  max-width: 550px;
  margin: 75px auto 0;
}
@media screen and (max-width: 960px) {
  .btn-buy {
    margin-top: 36px;
  }
}
.btn-buy a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  font-size: 24px;
  color: #ffffff;
  background-color: #c01c24;
}
@media screen and (max-width: 960px) {
  .btn-buy a {
    height: 60px;
    font-size: 16px;
  }
}

.slider {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .slider {
    margin-bottom: 40px;
  }
}
.slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  bottom: 30px;
}
@media screen and (max-width: 960px) {
  .slider .slick-dots {
    gap: 5px;
    bottom: 10px;
  }
}
.slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .slider .slick-dots li {
    width: 5px;
    height: 5px;
  }
}
.slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #000000;
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  .slider .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}
.slider .slick-dots li button::before {
  display: none;
}
.slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.slider .slideArrow {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 30px;
  height: 60px;
  background-image: url("./img/arrow03.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.slider .slideArrow:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1080px) {
  .slider .slideArrow {
    width: 10px;
    height: 20px;
  }
}
.slider .slideArrow.prev {
  left: -80px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1080px) {
  .slider .slideArrow.prev {
    left: -20px;
  }
}
.slider .slideArrow.next {
  right: -80px;
}
@media screen and (max-width: 1080px) {
  .slider .slideArrow.next {
    right: -20px;
  }
}

/* body-header
--------------------------------------------------------*/
#body-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  aspect-ratio: 2800/1750;
  background-image: url("./img/key01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


@media screen and (max-width: 960px) {
  #body-header {
    flex-direction: column;
    gap: 30px;
    aspect-ratio: 1/1;
  }
}
#body-header .logo {
  width: 170px;
}
@media screen and (max-width: 960px) {
  #body-header .logo {
    width: 100px;
  }
}
#body-header .catch {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 24px;
  line-height: 2;
  color: #ffffff;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width: 960px) {
  #body-header .catch {
    position: static;
    padding-left: 0.75em;
    font-size: 14px;
    text-align: center;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
}

/* news
--------------------------------------------------------*/
#news {
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  #news {
    padding: 20px 0;
  }
}
#news .news-list {
  text-align: center;
}
#news .news-list > div {
  display: inline-flex;
  gap: 1em;
}
@media screen and (max-width: 960px) {
  #news .news-list > div {
    font-size: 12px;
  }
}
#news .news-list > div dd a {
  text-decoration: underline;
}

/* secConcept
--------------------------------------------------------*/
#secConcept #lead {
  color: #ffffff;
  background-image: url("./img/bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#secConcept #lead .sec-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 960px) {
  #secConcept #lead .sec-title {
    margin-bottom: 40px;
  }
}
#secConcept #lead .txt {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #secConcept #lead .txt {
    text-align: justify;
  }
}
#secConcept #lead .btn-aco {
  margin: 80px auto 0;
}
@media screen and (max-width: 960px) {
  #secConcept #lead .btn-aco {
    margin: 40px auto 0;
  }
}
#secConcept .aco-wrap {
  overflow: hidden;
  height: 0;
}
#secConcept #secAbout .ptn-img {
  max-width: 450px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 960px) {
  #secConcept #secAbout .ptn-img {
    margin-bottom: 36px;
  }
}
#secConcept #secAbout .ptn-img figcaption {
  margin-bottom: 1em;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #secConcept #secAbout .ptn-img figcaption {
    font-weight: bold;
  }
}
#secConcept #secAbout .ptn-img ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #secConcept #secAbout .ptn-img ul {
    justify-content: space-between;
  }
}
#secConcept #secAbout .ptn-img ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 33.3333333333%;
}
#secConcept #secAbout .ptn-img ul li img {
  width: 57.3333333333%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  #secConcept #secAbout .ptn-img ul li img {
    width: 60px;
  }
}
#secConcept #secAbout .ptn-img ul li p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #secConcept #secAbout .ptn-img ul li p {
    font-size: 9.4px;
  }
}
#secConcept #secAbout .normal-img {
  max-width: 325px;
  margin: 50px auto;
}
@media screen and (max-width: 960px) {
  #secConcept #secAbout .normal-img {
    margin: 36px auto;
  }
}

/* secItems
--------------------------------------------------------*/
#secItems #sec-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  aspect-ratio: 1400/1050;
  background-image: url("./img/bg_item01_1.jpg");
  background-size: 101% 101%;
  background-position: center;
}
@media screen and (max-width: 960px) {
  #secItems #sec-header {
    aspect-ratio: 375/280;
  }
}
#secItems #sec-header .head-title {
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}
#secItems #sec-header .head-title span {
  display: block;
}
#secItems #sec-header .head-title span:nth-of-type(1) {
  margin-bottom: 1.1111111111em;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  #secItems #sec-header .head-title span:nth-of-type(1) {
    margin-bottom: 1.3333333333em;
    font-size: 12px;
  }
}
#secItems #sec-header .head-title span:nth-of-type(2) {
  font-size: 36px;
  line-height: 1.5em;
}
@media screen and (max-width: 960px) {
  #secItems #sec-header .head-title span:nth-of-type(2) {
    font-size: 18px;
  }
}
#secItems.second #sec-header {
  background-image: url("./img/bg_item01_2.jpg");
}
#secItems .content .normal-img {
  margin: 75px 0 50px;
}
@media screen and (max-width: 960px) {
  #secItems .content .normal-img {
    margin: 50px 0 36px;
  }
}
#secItems .content .normal-img.double {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#secItems .content .normal-img.double > * {
  width: calc((100% - 10px) / 2);
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  #secItems .content .normal-img.double > * {
    width: calc((100% - 1px) / 2);
  }
}
#secItems #item01 .normal-img:nth-of-type(1) {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #secItems #item01 .normal-img:nth-of-type(1) {
    margin-top: 50px;
  }
}

/* secBuy
--------------------------------------------------------*/
#secBuy .sec-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 960px) {
  #secBuy .sec-title {
    margin-bottom: 36px;
  }
}
#secBuy .message {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #secBuy .message {
    font-size: 16px;
    text-align: justify;
  }
  #secBuy .message br {
    display: none;
  }
}

/* sns
--------------------------------------------------------*/
@media screen and (max-width: 960px) {
  #sns {
    padding: 40px 0;
  }
}
#sns .title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #sns .title {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
#sns ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  #sns ul {
    gap: 22.5px;
  }
}
#sns ul li {
  width: 60px;
}
@media screen and (max-width: 960px) {
  #sns ul li {
    width: 45px;
  }
}

/* body-header
--------------------------------------------------------*/
#body-footer {
  position: relative;
}
#body-footer .logo {
  width: 170px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
  #body-footer .logo {
    width: 100px;
    margin-bottom: 40px;
  }
}
#body-footer dl {
  text-align: center;
}
#body-footer dl dt {
  margin-bottom: 1em;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #body-footer dl dt {
    font-size: 10px;
  }
}
#body-footer dl dd {
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #body-footer dl dd {
    font-size: 12px;
  }
}
#body-footer dl dd + * {
  margin-top: 0.8em;
}
#body-footer .copy {
  margin-top: 80px;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #body-footer .copy {
    margin-top: 40px;
  }
}
#body-footer .totop {
  position: absolute;
  top: 100px;
  right: 50px;
  width: 60px;
}
@media screen and (max-width: 960px) {
  #body-footer .totop {
    position: static;
    width: 30px;
    margin: 40px auto 0;
  }
}/*# sourceMappingURL=style.css.map */