@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

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

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #131313;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  font-weight: normal;
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.02em;
  text-justify: inter-ideograph;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
h1, h2, h3, h4, h5 {
  line-height: 1.4;
}

strong {
  font-weight: bold;
}

em {
  font-weight: bold;
}

a {
  outline: none;
  transition: all 0.1s;
  position: relative;
}
a:link {
  color: #3286C4;
  text-decoration: none;
}
a:visited {
  color: rgb(86.9, 128.4397260274, 159.1);
  text-decoration: none;
}
a:hover {
  color: rgba(50, 134, 196, 0.8);
}
a:active {
  color: #115b91;
}
a:focus {
  outline: none;
}

p {
  margin: 0 0 1em;
}

img,
iframe {
  max-width: 100%;
  vertical-align: top;
}

input,
textarea,
select {
  box-sizing: border-box;
  font-size: 1.6rem;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-moz-placeholder {
  color: inherit;
  font-size: 1.5rem;
  opacity: 0.5;
}

::placeholder {
  color: inherit;
  font-size: 1.5rem;
  opacity: 0.5;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

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

.slick-slide {
  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;
}

body {
  font-size: 1.3rem;
  line-height: 2;
  overflow: hidden;
}
body .glightbox-clean .gdesc-inner {
  padding: 1em;
}
body .glightbox-clean .gslide-title {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
}

.row {
  width: 100%;
  padding: 0 16px;
}

#wrapper {
  position: relative;
}

.entry-content {
  margin: 24px auto 80px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#shikaminn__hero {
  position: relative;
  width: 100%;
  min-height: 130dvh;
  transition: 1.2s;
  opacity: 0;
  font-size: 1rem;
  background-color: transparent;
  color: transparent;
  background: url(/img/shikaminn/shikaminn_bg_01.webp) no-repeat center center/cover;
  animation: fadeIn 2s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#shikaminn__hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 50dvh;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 25%, rgb(255, 255, 255) 100%);
}
#shikaminn__hero .hero__logo {
  position: absolute;
  width: 56%;
  max-width: 260px;
  height: 260px;
  top: calc(50dvh - 140px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  transform: scale(0.9);
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.5));
  animation: fadeIn 1.5s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#shikaminn__hero .hero__logo span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url(/img/shikaminn/shikaminn_logo.svg) no-repeat center center/contain;
          mask: url(/img/shikaminn/shikaminn_logo.svg) no-repeat center center/contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#shikaminn__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 48px 4%;
}
@media screen and (min-width: 768px) {
  #shikaminn__lead {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    padding: 80px 4%;
  }
}

.shikaminn__lead__ja {
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding: 48px 2%;
}
.shikaminn__lead__ja p {
  margin: 0 1.25em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .shikaminn__lead__ja {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 980px) {
  .shikaminn__lead__ja p {
    margin: 0 1.5em;
    font-size: 1.8rem;
  }
}

.shikaminn__lead__en {
  line-height: 1.5;
  font-family: "Times New Roman", Times, serif;
  padding: 24px 2%;
}
.shikaminn__lead__en p {
  margin: 1em 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  .shikaminn__lead__en p {
    font-size: 1.7rem;
    letter-spacing: 0.075em;
  }
}

.shikaminn__lead__ja p,
.shikaminn__lead__en p {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 3s ease, transform 3s ease;
}
.shikaminn__lead__ja p.is_show,
.shikaminn__lead__en p.is_show {
  opacity: 1;
  transform: translateY(0);
}

#shikaminn__products {
  margin: 120px auto;
  width: 100%;
  max-width: 680px;
}
#shikaminn__products .products__heading {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 1.8rem;
  margin: 12px 0 32px;
}
#shikaminn__products .products__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 12px;
}
#shikaminn__products .products__list li {
  width: 33.33%;
  padding: 4px;
}
#shikaminn__products .products__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#shikaminn__products .products__list a {
  display: block;
  background-color: #000;
}
#shikaminn__products .products__list a:hover img {
  opacity: 0.85;
  transition: all 0.1s;
}
#shikaminn__products .products__list a:active img {
  opacity: 0.7;
}
#shikaminn__products .products__list p {
  line-height: 1.25;
  margin: 0.25em;
  font-family: "Times New Roman", Times, serif;
}

.contact__heading {
  font-size: 1.6rem;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  margin: 0 0 32px 0.1em;
  letter-spacing: 0.1em;
}

#shikaminn__contact {
  max-width: 560px;
  margin: 120px auto;
  padding: 80px 20px 0;
}
#shikaminn__contact dt {
  margin: 2px;
  font-family: "Times New Roman", Times, serif;
}
#shikaminn__contact dd {
  margin-bottom: 10px;
}
#shikaminn__contact input,
#shikaminn__contact select,
#shikaminn__contact textarea {
  width: 100%;
  border: 1px solid rgba(19, 19, 19, 0.2);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #342b29;
  padding: 8px;
}
#shikaminn__contact input:focus,
#shikaminn__contact select:focus,
#shikaminn__contact textarea:focus {
  border: 1px solid rgba(19, 19, 19, 0.3);
  background-color: #fff;
  color: #131313;
}
#shikaminn__contact input::-moz-placeholder, #shikaminn__contact select::-moz-placeholder, #shikaminn__contact textarea::-moz-placeholder {
  color: #999;
}
#shikaminn__contact input::placeholder,
#shikaminn__contact select::placeholder,
#shikaminn__contact textarea::placeholder {
  color: #999;
}
#shikaminn__contact input,
#shikaminn__contact select {
  height: 38px;
}
#shikaminn__contact textarea {
  height: 240px;
}
#shikaminn__contact .required {
  margin: 0 4px;
  color: #EB1C24;
}
#shikaminn__contact select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: rgba(255, 255, 255, 0.3) url(/img/icon_caret_down.svg) no-repeat center right 12px/auto 5px;
}
@media screen and (min-width: 768px) {
  #shikaminn__contact {
    margin-top: 240px;
  }
}

.contact__note {
  font-size: 1.2rem;
  text-align: center;
}

.contact__btn {
  position: relative;
  width: 240px;
  height: 44px;
  margin: 16px auto 0;
}
.contact__btn::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 24px;
  display: block;
  width: 26px;
  height: 6px;
  position: absolute;
  background: transparent url(/img/link_arrow_wh.svg) no-repeat center center/26px auto;
  opacity: 0;
  transition: all 0.3s 0.1s;
}
.contact__btn:hover::after {
  right: 12px;
  opacity: 1;
}

#shikaminn__contact .btn--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #131313;
  color: #131313;
  background: transparent url(/img/link_arrow.svg) no-repeat right 12px top 16px/26px auto;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.1s;
  font-family: "Times New Roman", Times, serif;
}
#shikaminn__contact .btn--submit:hover {
  background-color: #131313;
  color: #fff;
}

.contact_confirm,
.contact_complete {
  padding: 24px 8px 0;
}
.contact_confirm .entry-title,
.contact_complete .entry-title {
  max-width: 480px;
  margin: auto;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 2rem;
  margin-bottom: 2rem;
  padding: 24px 0 4px 0.1em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 100;
  text-align: center;
}
.contact_confirm .entry-content,
.contact_complete .entry-content {
  max-width: 480px;
  margin: auto;
  padding: 0 24px;
  padding-bottom: 40px;
}
.contact_confirm .required,
.contact_complete .required {
  color: #EB1C24;
  margin: 0 0.25em;
}
.contact_confirm dt,
.contact_complete dt {
  margin: 2px 0;
  font-size: 1.2rem;
}
.contact_confirm dd,
.contact_complete dd {
  margin-bottom: 20px;
}
.contact_confirm input,
.contact_confirm select,
.contact_confirm textarea,
.contact_complete input,
.contact_complete select,
.contact_complete textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.contact_confirm input:focus,
.contact_confirm select:focus,
.contact_confirm textarea:focus,
.contact_complete input:focus,
.contact_complete select:focus,
.contact_complete textarea:focus {
  background-color: #fff;
}
.contact_confirm .btn--submit,
.contact_complete .btn--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #131313;
  color: #131313;
  background: transparent url(/img/link_arrow.svg) no-repeat right 12px top 16px/26px auto;
  font-size: 1.4rem;
  cursor: pointer;
}
.contact_confirm .btn--submit:hover,
.contact_complete .btn--submit:hover {
  background-color: #131313;
  color: #fff;
}
.contact_confirm .btn--back,
.contact_complete .btn--back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 44px;
  border: 1px solid #131313;
  color: #131313;
  font-size: 1.4rem;
  cursor: pointer;
  opacity: 0.35;
}
.contact_confirm .contact__btns,
.contact_complete .contact__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_confirm .contact__btns > *,
.contact_complete .contact__btns > * {
  margin: 0 4px;
}

#footer {
  margin-top: 40px;
}

.footer__by {
  margin: 24px 0;
}
.footer__by p {
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
}
.footer__by .img {
  width: 132px;
  height: 35px;
  margin: 0 auto;
}
.footer__by .img a {
  display: block;
}
.footer__by .img a:hover {
  opacity: 0.6;
}
.footer__by .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__link {
  text-align: center;
  font-size: 1rem;
}
.footer__link a {
  display: block;
  color: #131313;
  opacity: 0.4;
  text-decoration: underline;
}

.copyrights {
  font-size: 1rem;
  text-align: center;
  margin: 0;
  padding: 0 0 16px 0.04em;
  letter-spacing: 0.04em;
}

.productDetail {
  padding: 0 5.867% 24px;
}
.productDetail a {
  color: #131313;
}
.productDetail .img {
  margin: 0 -3.867%;
}
.productDetail img {
  width: 100%;
  height: auto;
}
.productDetail .header {
  position: relative;
  line-height: 1.6;
  padding: 0 0 16px;
  margin: 20px 0;
}
.productDetail .header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #131313;
}
.productDetail .header p {
  margin: 0;
}
.productDetail .name {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  margin-bottom: 8px;
}
.productDetail .price {
  font-size: 1.2rem;
}
.productDetail .price span {
  font-size: 1.6rem;
}
.productDetail .creator {
  margin: 40px -12px;
  padding: 2px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.25);
  font-size: 1.3rem;
  box-shadow: 0 0 8px -4px rgba(19, 19, 19, 0.075), 0 0 40px -12px rgba(19, 19, 19, 0.075);
}
.productDetail .creator p {
  margin: 0;
}
.productDetail .creator .signature {
  margin-top: 8px;
  text-align: right;
}
.productDetail .creator .creator__imgs {
  display: flex;
}
.productDetail .creator .creator__imgs img {
  width: calc(33.33% - 4px);
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 2px;
  border-radius: 1px;
}
.productDetail .creator .creator__txt {
  padding: 20px 24px;
}
.productDetail .figures {
  margin-bottom: 20px;
}
.productDetail .figures figure {
  margin: 0 0 12px;
  text-align: center;
}
.productDetail .figures figure img {
  width: auto;
  height: 100px;
  margin-bottom: 4px;
}
.productDetail .figures figcaption {
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: bold;
}
.productDetail .tags {
  display: flex;
  flex-wrap: wrap;
}
.productDetail .tags .tag {
  padding: 0 8px 8px 0;
}
.productDetail .tags a {
  display: block;
  border: 1px solid #ddd;
  padding: 8px 14px;
  background-color: #eee;
  color: #666;
  padding: 4px 8px;
  font-size: 1.2rem;
  border-radius: 2px;
}
.productDetail .infoWrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.productDetail .infoTxt {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 130px);
  margin-right: 4px;
}
.productDetail .infoTxt > * {
  margin-right: 0.5em;
}
.productDetail .infoTxt > *:last-child {
  margin-right: 0;
}
.productDetail .ecLink {
  width: 38%;
  min-width: 126px;
  max-width: 160px;
}
.productDetail .ecLink .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-right: 5px;
  border: 1px solid #131313;
  color: #131313;
  border-radius: 4px;
  font-size: 1.4rem;
}
.productDetail .ecLink .btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 6px 2px 0;
  background: url(/img/icon_cart.svg) no-repeat center center/contain;
}
.productDetail .ecLink .btn:hover {
  background-color: #131313;
  color: #fff;
}
.productDetail .ecLink .btn:hover:before {
  background: url(/img/icon_cart_wh.svg) no-repeat center center/contain;
}
.productDetail .ecLink .btn:active {
  background-color: rgb(52.8695652174, 31.1652173913, 11.1304347826);
}

#productImgs {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

#productThumbs {
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
#productThumbs .slick-track {
  transform: unset !important;
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}
#productThumbs .slick-slide {
  width: 20% !important;
  cursor: pointer;
  background-color: #5f3814;
}
#productThumbs .slick-slide img {
  transition: 0.1s;
  opacity: 0.5;
}
#productThumbs .slick-slide.slick-current img, #productThumbs .slick-slide:hover img {
  opacity: 1;
}

.related .heading {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 12px;
}

#relatedList .slick-list {
  margin: 0 -4px;
}
#relatedList .slick-slide {
  margin: 0 4px;
}
#relatedList .slick-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
#relatedList .slick-arrow:hover {
  opacity: 0.7;
}
#relatedList .slick-arrow:active {
  opacity: 1;
}
#relatedList .prev-arrow {
  right: 100%;
}
#relatedList .next-arrow {
  left: 100%;
}
#relatedList a {
  display: block;
  background: #5f3814;
}
#relatedList a:hover img {
  opacity: 0.9;
}
#relatedList a:active img {
  opacity: 0.8;
}
#relatedList img {
  transition: 0.1s;
}

@media only screen and (min-width: 624px) {
  #shikaminn__new .slick-list {
    margin: 0 -120px;
    position: relative;
  }
  #shikaminn__new .slick-list::before, #shikaminn__new .slick-list::after {
    content: "";
    display: block;
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(229, 227, 220, 0.65);
  }
  #shikaminn__new .slick-list::before {
    left: 0;
    background: linear-gradient(to right, #E5E3DC, rgba(229, 227, 220, 0.65));
    z-index: 2;
  }
  #shikaminn__new .slick-list::after {
    right: 0;
    background: linear-gradient(to left, #E5E3DC, rgba(229, 227, 220, 0.65));
    z-index: 2;
  }
  #shikaminn__new .slick-track {
    margin-left: 120px;
  }
  #shikaminn__new .slick-arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 0;
    width: 46px;
    height: 100%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 99;
    opacity: 0.4;
  }
  #shikaminn__new .slick-arrow:hover {
    opacity: 0.7;
  }
  #shikaminn__new .slick-arrow:active {
    opacity: 1;
  }
  #shikaminn__new .slick-arrow.slick-disabled {
    cursor: auto;
    opacity: 0;
  }
  #shikaminn__new .slick-prev {
    right: calc(100% - 8px);
    background: url(/img/icon_angle_left.svg) no-repeat center center/32px auto;
  }
  #shikaminn__new .slick-next {
    left: calc(100% - 8px);
    background: url(/img/icon_angle_right.svg) no-repeat center center/32px auto;
  }
}
@media only screen and (min-width: 821px) {
  body {
    font-size: 1.4rem;
  }
  .row {
    max-width: 1120px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 20px;
  }
  #shikaminn__hero .hero__imgs img {
    -o-object-position: center center;
       object-position: center center;
  }
  #shikaminn__new {
    max-width: 1120px;
    margin: 96px 0;
  }
  #shikaminn__new .new__heading {
    font-size: 2.2rem;
    margin: 0 0 40px;
  }
  #shikaminn__new .new__list img {
    width: 260px;
    height: 400px;
  }
  #shikaminn__imgs {
    overflow: visible;
    margin: 80px auto -160px;
    max-width: 1120px;
  }
  #shikaminn__imgs .img {
    border: none;
  }
  #shikaminn__imgs .img--01 {
    max-width: 800px;
    min-width: auto;
    height: 480px;
    margin-left: -40px;
  }
  #shikaminn__imgs .img--02 {
    margin-top: 40px;
    max-width: 340px;
    min-width: auto;
    height: 480px;
    margin-left: 30px;
  }
  #shikaminn__imgs .img--03 {
    max-width: 340px;
    min-width: auto;
    height: 340px;
    margin: -430px 0 0 400px;
  }
  #shikaminn__imgs .img--04 {
    max-width: 360px;
    min-width: auto;
    height: 480px;
    margin: -200px 0 0 auto;
  }
  #shikaminn__imgs .img--05 {
    max-width: 200px;
    min-width: auto;
    height: 260px;
    margin: -310px 0 0 340px;
  }
  #shikaminn__imgs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #shikaminn__imgs .txt {
    max-width: 500px;
    margin: 0 20px 0 0;
    background-color: #E5E3DC;
    padding: 44px 60px 72px 40px;
    color: #2E1300;
    z-index: 2;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    line-height: 2;
    box-shadow: none;
  }
  #shikaminn__imgs .txt p {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  #shikaminn__imgs .imgs__heading {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.6rem;
    margin-bottom: 20px;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
  }
  #shikaminn__products {
    max-width: 100%;
    margin: 160px 0;
  }
  #shikaminn__products .products__heading {
    font-size: 2.2rem;
    margin: 12px 0 40px;
  }
  #shikaminn__products .products__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 944px;
    margin: 0 auto;
  }
  #shikaminn__products .products__list li {
    width: calc(25% - 20px);
    padding: 0;
    margin: 10px;
  }
  #shikaminn__products .products__list img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #shikaminn__shops {
    margin: 120px 0;
    padding: 32px 72px;
    text-align: center;
  }
  #shikaminn__shops::before, #shikaminn__shops::after {
    width: calc(50vw - 340px);
  }
  #shikaminn__shops .shops__heading {
    font-size: 2.2rem;
  }
  #shikaminn__shops .shops__link {
    width: 240px;
    margin: 32px auto;
  }
  #shikaminn__shops .btn--link {
    font-size: 1.4rem;
  }
  #shikaminn__maintenance {
    margin: 120px auto;
    max-width: 1048px;
  }
  #shikaminn__maintenance .maintenance__content {
    padding: 56px 32px 72px;
  }
  #shikaminn__maintenance .maintenance__content h3 {
    font-size: 2.3rem;
    margin-bottom: 40px;
  }
  #shikaminn__maintenance .maintenance__heading {
    font-size: 2.2rem;
    margin: 12px 0 40px;
  }
  #shikaminn__maintenance .maintenance__card {
    max-width: 760px;
    margin: 0 auto;
    padding: 34px 32px 30px;
    text-align: center;
  }
  #shikaminn__maintenance .maintenance__link {
    width: 240px;
  }
  #shikaminn__maintenance .btn--link {
    font-size: 1.4rem;
  }
  .contact__heading {
    font-size: 2.2rem;
  }
  #shikaminn__contact {
    padding: 0 20px;
    max-width: 780px;
  }
  #shikaminn__contact > p {
    max-width: 85%;
    margin: 0 auto 32px;
  }
  #shikaminn__contact .contact__form {
    padding: 24px 100px 48px;
  }
  #shikaminn__contact dt {
    margin: 2px 4px;
  }
  #shikaminn__contact dd {
    margin-bottom: 10px;
  }
  #shikaminn__contact input,
  #shikaminn__contact select,
  #shikaminn__contact textarea {
    background-color: rgba(229, 227, 220, 0.16);
  }
  #shikaminn__contact input:focus,
  #shikaminn__contact select:focus,
  #shikaminn__contact textarea:focus {
    background-color: #fff;
  }
  #header {
    padding: 40px 0 24px;
  }
  #header .header__sitename a {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 128px;
    height: 28px;
    background: url(/img/shikaminn_logo.svg) no-repeat center center/contain;
    margin: auto;
  }
  #header .header__sitename a:hover {
    opacity: 0.7;
  }
  .productDetail {
    max-width: 1120px;
    margin: 24px auto;
    padding: 16px 0 24px;
    display: flex;
  }
  .productDetail .img {
    width: 44%;
    max-width: inherit;
    padding: 0 20px;
    margin: 0;
  }
  .productDetail .txt {
    width: 56%;
    padding: 12px 32px;
  }
  .productDetail .header {
    padding: 0 0 24px;
    margin: 0 0 28px;
  }
  .productDetail .header:before {
    width: 48px;
  }
  .productDetail .header p {
    margin: 0;
  }
  .productDetail .name {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
  .productDetail .productNum {
    font-size: 1.6rem;
  }
  .productDetail .info {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
  .productDetail .info > * {
    padding-right: 8px;
  }
  .productDetail .component {
    margin: 24px -2%;
    font-size: 1.2rem;
  }
  .productDetail .figures {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .productDetail .figures figcaption {
    font-size: 1.3rem;
  }
  .productDetail .figures figcaption span {
    display: block;
  }
  .productDetail .tags a:hover {
    background-color: #e3e3e3;
  }
  .productDetail .tags a:active {
    background-color: #d9d9d9;
  }
  .productDetail .creator .creator__imgs img {
    height: 100px;
  }
  .productDetail .related .heading {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  #relatedList .slick-arrow {
    width: 28px;
  }
}
#bgm-controller {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
  color: white;
  transition: all 0.3s ease;
  font-size: 14px;
}

/* スクロール後のblend効果 */
#bgm-controller.blend {
  mix-blend-mode: difference;
  color: white;
}

.bgm-button {
  background: transparent;
  color: inherit;
  border: none;
  border-radius: 18px;
  padding: 6px 14px;
  cursor: pointer;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  opacity: 0.75;
}
@media only screen and (min-width: 821px) {
  .bgm-button:hover {
    opacity: 0.65;
  }
}

/* 再生中のボタンにだけ適用されるクラス */
.bgm-playing {
  position: relative;
  overflow: hidden;
  opacity: 1;
}

/* 下線のアニメーション */
.bgm-playing::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, white 0%, transparent 50%, white 100%);
  background-size: 200% 100%;
  animation: underlineSlide 2s linear infinite;
  opacity: 0.75;
}

@keyframes underlineSlide {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}