@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-padding-top: 60px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

html {
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #010101;
  background: #1b0c09;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

body {
  position: relative;
  overflow-x: hidden;
}
body:before {
  content: "";
  background: url(../img/bg.webp) no-repeat center/cover;
  position: fixed;
  inset: 0;
  width: 100%;
  opacity: 0.7;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -2;
}
body.modal-open {
  overflow: hidden; /* モーダル表示時のスクロール無効化 */
}

main {
  padding-top: 120px;
}
@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}

p {
  line-height: 1.6;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes floatIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.kv-area {
  margin-bottom: 50px;
}
.kv-area h1 {
  opacity: 0;
  -webkit-animation-name: floatIn;
          animation-name: floatIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv-area h1 img {
  margin-bottom: 10px;
}
.kv-area h1.logo_front img {
  margin-bottom: 20px;
}
.kv-area p {
  opacity: 0;
  -webkit-animation-name: floatIn;
          animation-name: floatIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (max-width: 767px) {
  .kv-area {
    margin-bottom: 30px;
  }
  .kv-area h1 img, .kv-area h1.logo_front img {
    width: 98%;
    margin: 50px 0 2%;
  }
}
@media (max-width: 575px) {
  .kv-area {
    margin-bottom: 5%;
  }
}

.section-info {
  background: #fff url(../img/bg_washi.jpg) repeat center top;
  padding: 40px;
  border: 1px solid #ccc;
  margin-bottom: 80px;
  outline: 2px solid #1b0c09;
  outline-offset: -12px;
}
.section-info .caution_txt {
  font-weight: bold;
  color: #c42000;
  font-size: 120%;
}
@media (max-width: 575px) {
  .section-info {
    margin: 0 auto 10%;
    max-width: 96%;
    padding: 32px 16px;
    outline: 1px solid #000;
    outline-offset: -6px;
  }
}
.section-info h2 {
  text-align: center;
  background-color: #1b0c09;
  color: #fff;
  padding: 0.9em 1em 0.8em;
  border: none;
  -webkit-box-shadow: 0 6px 0 0px #1b0c09 inset, 0 7px 0 0px #998e72 inset, 0 -6px 0 0px #1b0c09 inset, 0 -7px 0 0px #998e72 inset;
          box-shadow: 0 6px 0 0px #1b0c09 inset, 0 7px 0 0px #998e72 inset, 0 -6px 0 0px #1b0c09 inset, 0 -7px 0 0px #998e72 inset;
}
@media (max-width: 575px) {
  .section-info h2 {
    font-size: 16px !important;
  }
}
.section-info .list-info dt {
  background-color: #1b0c09;
  padding: 0.5em 1em;
  line-height: 1;
  display: inline-block;
  color: #dcb945;
  margin-bottom: 0.6em !important;
}
.section-info .tokuten_area {
  background-color: #f4f1eb;
  border: 2px solid #dcb945;
  margin-bottom: 30px;
  text-align: center;
  padding: 0;
}
.section-info .tokuten_area dt {
  display: block;
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0e9cc), to(#f4f1eb));
  background-image: linear-gradient(0deg, #f0e9cc, #f4f1eb);
  border-bottom: 2px solid #dcb945;
  color: #1b0c09;
  margin: 0 !important;
  font-size: 20px;
  padding: 0.6em 0;
}
@media (max-width: 575px) {
  .section-info .tokuten_area dt {
    line-height: 1.4;
    font-size: 18px;
  }
}
.section-info .tokuten_area dt span {
  background: -webkit-gradient(linear, left bottom, left top, from(#645100), to(#c29200));
  background: linear-gradient(0deg, #645100, #c29200);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-info .tokuten_area dd,
.section-info .tokuten_area li {
  padding: 40px 40px 20px;
  margin: 0;
  list-style: none;
}
.section-info .tokuten_area dd:last-child,
.section-info .tokuten_area li:last-child {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .section-info .tokuten_area dd,
  .section-info .tokuten_area li {
    padding: 6% 6% 3%;
  }
  .section-info .tokuten_area dd:last-child,
  .section-info .tokuten_area li:last-child {
    padding-bottom: 6%;
  }
}
.section-info .tokuten_area dd p,
.section-info .tokuten_area li p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
  padding: 0.4em 0.3em 0.3em;
}
.section-info .tokuten_area dd p.tokuten_title01,
.section-info .tokuten_area li p.tokuten_title01 {
  background-color: #414549;
}
.section-info .tokuten_area dd p.tokuten_title02,
.section-info .tokuten_area li p.tokuten_title02 {
  background-color: #64628c;
}
.section-info .tokuten_area dd p.tokuten_title03,
.section-info .tokuten_area li p.tokuten_title03 {
  background-color: #6f94ba;
}
.section-info .tokuten_area dd p.tokuten_title04,
.section-info .tokuten_area li p.tokuten_title04 {
  background-color: #944d3f;
}
.section-info .tokuten_area dd p.tokuten_title05,
.section-info .tokuten_area li p.tokuten_title05 {
  background-color: #bfa782;
}
@media (max-width: 575px) {
  .section-info .tokuten_area dd p,
  .section-info .tokuten_area li p {
    margin-bottom: 3%;
  }
}

.section-sort {
  background-color: rgba(220, 185, 69, 0.6);
  padding: 40px 32px 20px;
  margin: 32px auto 60px;
  /* border-radius: 12px; */
  width: 92%;
}
@media (max-width: 767px) {
  .section-sort {
    padding: 24px 12px 8px;
  }
}
.section-sort h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .section-sort h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.section-sort h2:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
}
.section-sort .dropdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 44px 0 32px;
}
@media (max-width: 991px) {
  .section-sort .dropdown-wrap {
    margin: 25px 0;
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap {
    position: relative;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before, .section-sort .dropdown-wrap:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    line-height: 1;
    color: #010101;
    z-index: 1;
    position: absolute;
    right: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before, .section-sort .dropdown-wrap:after {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before {
    top: 22px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:after {
    bottom: 8px;
  }
}
.section-sort .dropdown-wrap select {
  width: calc((100% - 24px) / 2);
  max-width: 480px;
  padding: 12px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .section-sort .dropdown-wrap select {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
.section-sort .js-sort-clear {
  padding: 8px 12px;
  color: #fff;
  background: #1b0c09;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-sort .js-sort-clear {
    font-size: 14px;
  }
}
.section-sort .reset-txt {
  color: #fff;
}

.hdg-sort {
  text-align: center;
  border-bottom: 1px solid #010101;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .hdg-sort {
    font-size: 24px;
  }
}

.form-wrap {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .form-wrap {
    padding: 12px 0 5%;
  }
}

.section-item {
  background-color: #fff;
  margin: 40px 0;
  padding: 40px 20px;
  border: 2px solid #dcb945;
}
@media (max-width: 767px) {
  .section-item {
    padding: 20px 12px;
    margin: 12px 0;
  }
}
.section-item .limit-item {
  color: #c09300;
  border: 1px solid #c09300;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .limit-item {
    margin: 12px 0;
  }
}
.section-item .js-sold + span + .soldTxt {
  background-color: #b93a21;
  color: #fff;
  display: block;
  width: 4em;
  padding: 0 8px;
  margin: 4px auto;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-align: center;
}
.section-item select {
  margin-right: 8px;
  padding: 2px 8px;
  color: #333;
}
@media (max-width: 767px) {
  .section-item select {
    margin-left: 8px;
  }
}

#anchor-cart {
  background: #fff url(../img/bg_washi.jpg) repeat center top;
  padding: 40px;
  border: 1px solid #ccc;
  outline: 2px solid #1b0c09;
  outline-offset: -12px;
}
@media (max-width: 767px) {
  #anchor-cart h2 {
    padding-top: 0px !important;
  }
}
@media (max-width: 575px) {
  #anchor-cart {
    margin: 0 auto;
    padding: 32px 16px;
    outline: 1px solid #000;
    outline-offset: -6px;
    max-width: 96%;
  }
}

:root {
  scroll-behavior: auto !important;
}

@media (width < 768px) {
  select {
    font-size: 1rem;
  }
}
.tobira_area {
  text-align: center;
  padding: 0px;
  margin-bottom: 80px;
}
.tobira_area h2 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .tobira_area h2 {
    margin-bottom: 6%;
  }
}
.tobira_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px;
  padding: 0px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tobira_area ul li {
  list-style: none;
}
.tobira_area ul li:last-child {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .tobira_area ul {
    display: block;
    padding: 0;
  }
  .tobira_area ul li:last-child {
    padding: 30px 0 0;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .tobira_area ul li:last-child {
    padding-top: 5%;
  }
}
@media (max-width: 575px) {
  .tobira_area ul {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  .tobira_area {
    margin-bottom: 10%;
  }
}
@media (max-width: 575px) {
  .tobira_area {
    padding: 0 5%;
  }
}

#gr_10182750 .hdg-item::before,
#gr_10182751 .hdg-item::before,
#gr_10182753 .hdg-item::before,
#gr_10182754 .hdg-item::before,
#gr_10182755 .hdg-item::before {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 6px;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

#gr_10182750 .hdg-item::before {
  content: "ツキウタ。";
  background-color: #414549;
}

#gr_10182751 .hdg-item::before {
  content: "VAZZROCK";
  background-color: #64628c;
}

#gr_10182753 .hdg-item::before {
  content: "ALIVE";
  background-color: #6f94ba;
}

#gr_10182754 .hdg-item::before {
  content: "SQ";
  background-color: #944d3f;
}

#gr_10182755 .hdg-item::before {
  content: "infinit0";
  background-color: #bfa782;
}

.shop-01-wrap,
.shop-02-wrap,
.shop-03-wrap,
.shop-04-wrap,
.shop-05-wrap {
  padding: 60px 0;
}
.shop-01-wrap .section-item:first-child,
.shop-02-wrap .section-item:first-child,
.shop-03-wrap .section-item:first-child,
.shop-04-wrap .section-item:first-child,
.shop-05-wrap .section-item:first-child {
  margin-top: 0;
}
.shop-01-wrap .section-item:last-child,
.shop-02-wrap .section-item:last-child,
.shop-03-wrap .section-item:last-child,
.shop-04-wrap .section-item:last-child,
.shop-05-wrap .section-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .shop-01-wrap,
  .shop-02-wrap,
  .shop-03-wrap,
  .shop-04-wrap,
  .shop-05-wrap {
    padding: 10% 0;
  }
}

.shop-01-wrap {
  background-color: rgba(65, 69, 73, 0.8);
}

.shop-02-wrap {
  background-color: rgba(100, 98, 140, 0.8);
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .shop-02-wrap {
    margin-bottom: 10%;
  }
}

.shop-03-wrap {
  background-color: rgba(111, 148, 186, 0.8);
}

.shop-04-wrap {
  background-color: #944d3f;
  background-color: rgba(148, 77, 63, 0.8);
}

.shop-05-wrap {
  background-color: #bfa782;
  background-color: rgba(191, 167, 130, 0.8);
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .shop-05-wrap {
    margin-bottom: 10%;
  }
}

.shop-link {
  text-align: center;
}
@media (max-width: 767px) {
  .shop-link {
    margin-bottom: 60px;
  }
  .shop-link div {
    margin-bottom: 20px;
  }
  .shop-link div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .shop-link {
    margin-bottom: 7%;
  }
  .shop-link div {
    width: 80%;
    margin: 0 auto 20px;
  }
}

@media (min-width: 1200px) {
  .shop-link02 {
    width: 940px;
    margin: 0 auto;
  }
}
@-webkit-keyframes float-up-movement {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes float-up-movement {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes float-down-movement {
  0%, 100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes float-down-movement {
  0%, 100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.float-up {
  -webkit-animation: float-up-movement 4s ease-in-out infinite alternate;
          animation: float-up-movement 4s ease-in-out infinite alternate;
  will-change: transform;
}

.float-down {
  -webkit-animation: float-down-movement 4s ease-in-out infinite alternate;
          animation: float-down-movement 4s ease-in-out infinite alternate;
  will-change: transform;
}

.tsukikotto_wrap {
  position: relative;
  height: 160px;
  /* -- 壱ノ門 -- */
  /* -- /壱ノ門 -- */
  /* -- 弐ノ門 -- */
  /* -- /弐ノ門 -- */
}
@media (max-width: 991px) {
  .tsukikotto_wrap {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .tsukikotto_wrap {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .tsukikotto_wrap {
    height: 160px;
  }
}
.tsukikotto_wrap .tsukikotto li {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
}
.tsukikotto_wrap .tsukikotto li img {
  height: auto;
  margin: 0 auto;
}
.tsukikotto_wrap .tsukikotto li.kotto01 {
  top: 0px;
  left: 20%;
}
.tsukikotto_wrap .tsukikotto li.kotto02 {
  top: 25px;
  left: 32%;
}
.tsukikotto_wrap .tsukikotto li.kotto03 {
  top: 0px;
  left: 46%;
}
.tsukikotto_wrap .tsukikotto li.kotto04 {
  top: 30px;
  right: 32%;
}
.tsukikotto_wrap .tsukikotto li.kotto05 {
  top: 0px;
  right: 20%;
}
@media (max-width: 1399px) {
  .tsukikotto_wrap .tsukikotto li.kotto04 {
    right: 31%;
  }
}
@media (max-width: 1199px) {
  .tsukikotto_wrap .tsukikotto li.kotto01 {
    left: 10%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto02 {
    left: 26%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto03 {
    left: 44%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto04 {
    right: 27%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto05 {
    right: 10%;
  }
}
@media (max-width: 991px) {
  .tsukikotto_wrap .tsukikotto li.kotto01 {
    left: 0px;
  }
  .tsukikotto_wrap .tsukikotto li.kotto02 {
    left: 19%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto03 {
    left: 42%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto04 {
    right: 20%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto05 {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .tsukikotto_wrap .tsukikotto li img {
    height: auto;
  }
  .tsukikotto_wrap .tsukikotto li.kotto01 img {
    width: 11vw;
  }
  .tsukikotto_wrap .tsukikotto li.kotto02 img {
    width: 14vw;
  }
  .tsukikotto_wrap .tsukikotto li.kotto03 {
    left: 42%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto03 img {
    width: 15vw;
  }
  .tsukikotto_wrap .tsukikotto li.kotto04 {
    right: 19%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto04 img {
    width: 14vw;
  }
  .tsukikotto_wrap .tsukikotto li.kotto05 img {
    width: 11.5vw;
  }
}
@media (max-width: 575px) {
  .tsukikotto_wrap .tsukikotto li.kotto01 {
    left: 8%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto01 img {
    width: 13vw;
  }
  .tsukikotto_wrap .tsukikotto li.kotto02 {
    left: 23%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto02 img {
    width: 16vw;
  }
  .tsukikotto_wrap .tsukikotto li.kotto03 {
    left: 43.5%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto03 img {
    width: 17vw;
  }
  .tsukikotto_wrap .tsukikotto li.kotto04 {
    right: 24.5%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto04 img {
    width: 16vw;
  }
  .tsukikotto_wrap .tsukikotto li.kotto05 {
    right: 8%;
  }
  .tsukikotto_wrap .tsukikotto li.kotto05 img {
    width: 13.5vw;
  }
}
.tsukikotto_wrap .tsukikotto_01 li.kotto01 {
  top: 0;
  left: 38%;
}
.tsukikotto_wrap .tsukikotto_01 li.kotto02 {
  top: 0;
  left: 53%;
}
@media (max-width: 1199px) {
  .tsukikotto_wrap .tsukikotto_01 li.kotto01 {
    left: 36%;
  }
}
@media (max-width: 991px) {
  .tsukikotto_wrap .tsukikotto_01 li.kotto01 {
    left: 32%;
  }
}
@media (max-width: 767px) {
  .tsukikotto_wrap .tsukikotto_01 li.kotto01 {
    left: 28%;
  }
}
@media (max-width: 575px) {
  .tsukikotto_wrap .tsukikotto_01 li.kotto01 {
    left: 25%;
  }
  .tsukikotto_wrap .tsukikotto_01 li.kotto01 img {
    width: 17vw;
  }
  .tsukikotto_wrap .tsukikotto_01 li.kotto02 {
    left: 52%;
  }
  .tsukikotto_wrap .tsukikotto_01 li.kotto02 img {
    width: 22vw;
  }
}
.tsukikotto_wrap .tsukikotto_02 li.kotto03 {
  top: 10px;
  left: 31%;
}
.tsukikotto_wrap .tsukikotto_02 li.kotto04 {
  top: 30px;
  right: 45%;
}
.tsukikotto_wrap .tsukikotto_02 li.kotto05 {
  top: 0px;
  right: 30%;
}
@media (max-width: 1399px) {
  .tsukikotto_wrap .tsukikotto_02 li.kotto03 {
    left: 29%;
  }
}
@media (max-width: 1199px) {
  .tsukikotto_wrap .tsukikotto_02 li.kotto03 {
    left: 27%;
  }
}
@media (max-width: 991px) {
  .tsukikotto_wrap .tsukikotto_02 li.kotto03 {
    left: 18%;
  }
  .tsukikotto_wrap .tsukikotto_02 li.kotto04 {
    right: 43%;
  }
  .tsukikotto_wrap .tsukikotto_02 li.kotto05 {
    right: 20%;
  }
}
@media (max-width: 767px) {
  .tsukikotto_wrap .tsukikotto_02 li.kotto04 {
    right: 41%;
  }
}
@media (max-width: 575px) {
  .tsukikotto_wrap .tsukikotto_02 li.kotto03 {
    left: 14%;
  }
  .tsukikotto_wrap .tsukikotto_02 li.kotto03 img {
    width: 22vw;
  }
  .tsukikotto_wrap .tsukikotto_02 li.kotto04 img {
    width: 20vw;
  }
  .tsukikotto_wrap .tsukikotto_02 li.kotto05 {
    right: 18%;
  }
  .tsukikotto_wrap .tsukikotto_02 li.kotto05 img {
    width: 16vw;
  }
}

.anchor-position {
  scroll-margin-top: 60px;
}
@media (max-width: 575px) {
  .anchor-position {
    scroll-margin-top: 30px;
  }
}

header .img-logo {
  display: block;
  max-height: 70px;
  width: auto;
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  padding: 8px 0;
  max-height: 100vh;
  background-color: rgba(27, 12, 9, 0.9);
}
@media (max-width: 767px) {
  nav.navbar .container {
    padding: 0 8px;
  }
}
nav.navbar .container .logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.navbar .container .logo_area .logo_txt {
  margin: 0 0 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 575px) {
  nav.navbar .container .logo_area .logo_txt {
    font-size: 16px;
    line-height: 1.4;
  }
}
nav.navbar .container .logo_area .logo_txt span {
  color: #dcb945;
}
nav.navbar button.btn.btn-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 0;
  text-decoration: none;
  background-color: #1b0c09;
}
@media (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
  }
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar button.btn.btn-link .navbar-toggler-icon {
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23dcb945' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #1b0c09;
}
nav.navbar .modal-dialog .modal-content {
  background-color: #1b0c09;
  border: none;
  border-radius: 0;
}
nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 20px 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 35px 18px 0;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  border: none;
  font-size: 42px;
  opacity: 1 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23dcb945' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .btn-anchor a {
  padding: 12px 32px;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  nav.navbar .btn-anchor a {
    padding: 10px;
    line-height: 1;
  }
}
nav.navbar .btn-anchor a:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
}
nav.navbar .modal-body {
  padding: 0 0 60px;
  list-style-type: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 575px) {
  nav.navbar .modal-body {
    padding: 0 0 10%;
  }
}
nav.navbar .modal-body .nav-item {
  margin: 0 auto;
  padding: 0 8px;
  position: relative;
  color: #fff;
}
nav.navbar .modal-body .nav-item.active {
  color: #dcb945 !important;
}
nav.navbar .modal-body .nav-item.active a {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  nav.navbar .modal-body .nav-item {
    width: 100%;
  }
}
nav.navbar .modal-body .nav-link {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 575px) {
  nav.navbar .modal-body .nav-link {
    font-size: 16px;
  }
}
nav.navbar .modal-body .page-link {
  border-bottom: 1px solid #a9a7a7;
  padding: 30px 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-body .page-link {
    padding: 6% 0;
  }
}
nav.navbar .modal-body .page-link img {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  nav.navbar .modal-body .page-link img {
    width: 70vw;
  }
}
nav.navbar .modal-body .link-arrow::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 46%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
}
nav.navbar .modal-body .sm-link {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 575px) {
  nav.navbar .modal-body .sm-link {
    margin-top: 5%;
  }
}
nav.navbar .modal-body .sm-link li.col2 {
  color: #fff;
  width: 48%;
}
nav.navbar .modal-body .sm-link li.col2 img {
  max-width: 200px;
}
@media (max-width: 575px) {
  nav.navbar .modal-body .sm-link li.col2 img {
    width: 100%;
  }
}
nav.navbar .modal-body .sm-link li.col3 {
  color: #fff;
  width: 32%;
}
nav.navbar .modal-body .sm-link li.col3 img {
  width: 100%;
}

.modal-backdrop {
  z-index: 1;
}

footer {
  background-color: #1b0c09;
  padding: 20px;
}
footer .link-pageup {
  position: fixed;
  z-index: 1;
  bottom: 15px;
  right: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .link-pageup img {
    width: 70%;
    float: right;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
}

.section-info .hdg-info {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-info .hdg-info {
    font-size: 20px;
  }
}

.section-item .hdg-item {
  font-size: 24px;
  border-bottom: 1px solid #1B0C09;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

#anchor-cart .hdg-cart {
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #1B0C09;
  padding: 12px 8px;
  font-size: 28px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #anchor-cart .hdg-cart {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  #anchor-cart .hdg-cart {
    border-bottom: 1px solid #1B0C09;
  }
}

.list-icon {
  list-style-type: none;
  padding-left: 0;
}
.list-icon > li {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 8px;
}
.list-icon > li span {
  color: #c90000;
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0;
}
.section-info .list-info dt {
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 16px;
  }
}
.section-info .list-info dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-info .list-info dd {
    font-size: 14px;
  }
}
.section-info .list-info dd .list-icon {
  margin: 12px 0 0;
}

.section-item .list-item dt {
  margin-bottom: 4px;
  font-size: 18px;
  color: #c09300;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-item .list-item dt {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section-item .list-item dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .list-item dd {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.section-item .list-item .txt-description {
  margin-bottom: 12px;
}
.section-item .list-item .txt-catchphrase {
  font-size: 14px;
  margin: 20px 0 32px;
}
.section-item .list-item .txt-note-comment03 {
  margin: 32px 0 0;
}
.section-item .list-item .txt-note-comment01 {
  margin: 8px 0 20px;
}

.list-select {
  margin: 4px 4px 20px;
}
.list-select dt,
.list-select dd {
  font-size: 14px;
  text-align: center;
}
.list-select dt {
  margin-bottom: 4px;
}

a {
  text-decoration: underline;
  color: #1a0dab;
  word-break: break-all;
}
@media (hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #1a0dab;
  }
}
a.btn {
  text-decoration: none;
}

.txt-description a {
  color: #e03e2d;
}

.btn-item {
  background-color: #1B0C09;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 50px;
  padding: 8px;
  text-align: center;
  margin: 40px auto 0;
  width: 480px;
  max-width: 92%;
}
@media (max-width: 767px) {
  .btn-item {
    margin: 20px auto 0;
  }
}
.btn-item:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-left: 8px;
  font-size: 20px;
}
.btn-item:hover {
  color: #fff;
  text-decoration: none;
}
@media (hover) {
  .btn-item:hover {
    opacity: 0.7;
  }
}

.btn-cart {
  background-color: #1B0C09;
  color: #dcb945;
  font-weight: bold;
  border-radius: 50px;
  font-size: 20px;
  display: block;
  text-decoration: none;
  padding: 0.8em;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0;
  border: 2px solid #eee;
}
@media (max-width: 575px) {
  .btn-cart {
    font-size: 4.5vw;
    letter-spacing: 0;
    font-size: 16px;
  }
}
.btn-cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 8px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .btn-cart:before {
    font-size: 4vw;
  }
}
@media (hover) {
  .btn-cart:hover {
    opacity: 0.8;
    color: #dcb945;
  }
}