/** Shopify CDN: Minification failed

Line 62:0 Unexpected "}"

**/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.01rem;
  color: #fff;
  position: relative;
  background:#000;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #0FB1F5;
}

a {
  text-decoration: none;
  color: #fff;
}

small {
  font-size: 80%;
}

.annotation {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 10px;
}
.annotation:nth-child(n+2) {
  margin-top: 5px;
}

.pc {
  display: none;
}

.button {
  border-radius: 5px;
  background-color:#a40101;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #fff;

    background: linear-gradient(to right, #d1af44, #f7f0c0, #d1af44);
    color: #000 !important;
}
}
.button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(20 / 390 * 100vw);
  width: calc(20.5 / 390 * 100vw);
  height: calc(7.36 / 390 * 100vw);
  margin-top: calc(-3.26 / 390 * 100vw);
  background: url("/cdn/shop/files/arrow.png?v=1756332511") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 778px) {
  .header {
    position: fixed;
    top: calc(20 / 390 * 100vw);
    left: calc(20 / 390 * 100vw);
  }
  .header img {
    width: calc(28 / 390 * 100vw);
  }

  .footer {
    padding: calc(30 / 390 * 100vw) 0;
  }
  .footer__logo, .footer__menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__logo li:first-child, .footer__menu li:first-child {
    margin-right: calc(30 / 390 * 100vw);
  }
  .footer__logo li img, .footer__menu li img {
    width: auto;
    height: calc(100 / 390 * 100vw);
  }
  .footer__menu {
    margin: calc(30 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
  .footer__menu a {
    text-decoration: underline;
    font-size: calc(10 / 390 * 100vw);
  }
  .footer__copyright {
    font-size: calc(10 / 390 * 100vw);
    text-align: center;
  }

  .mv, .detail, .order {
    padding-bottom: calc(100 / 390 * 100vw);
  }

  h2 {
    font-size: calc(80 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
  }

  .inner {
    padding: 0 calc(30 / 390 * 100vw);
  }

  .button {
    height: calc(80 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    margin-top: calc(50 / 390 * 100vw);
  }

  .detail__mv {
    margin-bottom: calc(50 / 390 * 100vw);
  }
  .detail__title h3 {
    font-size: calc(26 / 390 * 100vw);
    text-align: center;
  }
  .detail__title p {
    font-size: calc(20 / 390 * 100vw);
    font-weight: bold;
    margin: calc(5 / 390 * 100vw) 0;
  }
  .detail__about {
    margin-top: calc(50 / 390 * 100vw);
  }
  .detail__about p {
    text-align: justify;
  }
  .detail__about dl {
    margin-top: calc(40 / 390 * 100vw);
  }
  .detail__about dl dd {
    background-color: #fff;
    padding: calc(30 / 390 * 100vw);
    font-weight: bold;
    color: #050A1E;
  }
  .detail__materials {
    margin-top: calc(50 / 390 * 100vw);
  }
  .detail__materials dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: calc(10 / 390 * 100vw);
    padding-bottom: calc(20 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
    border-bottom: 1px solid #767586;
  }
  .detail__materials dl:first-of-type {
    padding-top: calc(20 / 390 * 100vw);
    border-top: 1px solid #767586;
  }
  .detail__materials dl:last-child {
    margin-bottom: 0;
  }
  .detail__materials dl dt {
    width: 15%;
  }
  .detail__materials dl dd {
    width: 75%;
  }
  .detail__point div {
    margin-top: calc(50 / 390 * 100vw);
  }
  .detail__point__left dl, .detail__point__right dl {
    margin-top: calc(-40 / 390 * 100vw);
  }
  .detail__point__left dl dt span, .detail__point__left dl dd p span, .detail__point__right dl dt span, .detail__point__right dl dd p span {
    background-color: #fff;
    padding: calc(5 / 390 * 100vw) calc(30 / 390 * 100vw);
  }
  .detail__point__left dl dt, .detail__point__right dl dt {
    font-family: Roboto;
    font-weight: bold;
    font-size: calc(20 / 390 * 100vw);
  }
  .detail__point__left dl dd, .detail__point__right dl dd {
    margin-top: calc(10 / 390 * 100vw);
    font-weight: bold;
    color: #050A1E;
  }
  .detail__point__left dl dd p:nth-child(2), .detail__point__right dl dd p:nth-child(2) {
    margin-top: calc(13 / 390 * 100vw);
  }
  .detail__point__left img {
    padding-right: calc(30 / 390 * 100vw);
  }
  .detail__point__right img {
    padding-left: calc(30 / 390 * 100vw);
  }
  .detail__point__right dl {
    text-align: right;
  }

  .order dl:nth-child(n+2) {
    margin-top: calc(20 / 390 * 100vw);
  }
  .order dl dt {
    width: calc(140 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw) 0;
    font-weight: bold;
    border: solid 2px #fff;
    text-align: center;
  }
  .order dl dd {
    margin-top: calc(5 / 390 * 100vw);
    text-align: justify;
  }
}
@media screen and (min-width: 779px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .header, .footer {
    position: fixed;
    width: min(calc(100% - 500px) / 2);
    height: 100vh;
    top: 0;
    color: #fff;
    padding: min(calc(50 / 1440 * 100vw), 50px) min(calc(50 / 1440 * 100vw), 50px) min(calc(30 / 1440 * 100vw), 30px);
    background:#a30303;
  }
  .header a, .footer a {
    color: #fff;
  }

  .header {
    left: 0;
  }
  .header__logo {
    display: flex;
  }
  .header__logo .pc {
    margin-right: min(calc(30 / 1440 * 100vw), 30px);
  }
  .header__logo img {
    width: auto;
    height: min(calc(100 / 1440 * 100vw), 100px);
  }
  @media screen and (max-width:1080px) {
    .header__logo img {
        width: 50px;
        height:auto;
    }
    .header__logo li:nth-child(3) img{
	      width: 40px;
    }
  }
  .header__menu {
    border-top: 1px solid #a96868;
    margin: min(calc(60 / 1440 * 100vw), 60px) 0;
  }
  .header__menu li {
    position: relative;
    padding: min(calc(20 / 1440 * 100vw), 20px) 0;
    border-bottom: 1px solid #a96868;
    font-family: Roboto;
    font-weight: bold;
    font-size: min(calc(16 / 1440 * 100vw), 16px);
  }
  .header__menu li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: min(calc(20 / 1440 * 100vw), 20px);
    width: min(calc(20.5 / 1440 * 100vw), 20.5px);
    height: min(calc(7.36 / 1440 * 100vw), 7.36px);
    margin-top: min(calc(-3.68 / 1440 * 100vw), -3.68px);
    background: url("/cdn/shop/files/arrow.png?v=1756332511") no-repeat;
    background-size: 100%;
  }

  .footer {
    right: 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .footer div {
    width: 100%;
  }
  .footer__menu a {
    text-decoration: underline;
    font-size: min(calc(10 / 1440 * 100vw), 10px);
  }
  .footer__copyright {
    font-size: min(calc(10 / 1440 * 100vw), 10px);
    margin-top: min(calc(50 / 1440 * 100vw), 50px);
  }

  main {
    width: min(calc(500 / 1440 * 100vw), 500px);
    margin: 0 auto;
    padding-bottom: min(calc(20 / 1440 * 100vw), 50px);
  }

  .mv, .detail, .order {
    padding-bottom: min(calc(100 / 1440 * 100vw), 100px);
  }

  h2 {
    font-size: min(calc(80 / 1440 * 100vw), 80px);
    margin-bottom: min(calc(20 / 1440 * 100vw), 20px);
  }

  .inner {
    padding: 0 min(calc(30 / 1440 * 100vw), 30px);
  }

  .button {
    height: min(calc(80 / 1440 * 100vw), 80px);
    font-size: min(calc(20 / 1440 * 100vw), 20px);
    margin-top: min(calc(50 / 1440 * 100vw), 50px);
  }
  .button:before {
    content: "";
    position: absolute;
    top: 50%;
    right: min(calc(20 / 1440 * 100vw), 20px);
    width: min(calc(20.5 / 1440 * 100vw), 20.5px);
    height: min(calc(7.36 / 1440 * 100vw), 7.36px);
    margin-top: min(calc(-3.68 / 1440 * 100vw), -3.68px);
  }

  .detail__mv {
    margin-bottom: min(calc(50 / 1440 * 100vw), 50px);
  }
  .detail__title h3 {
    font-size: min(calc(26 / 1440 * 100vw), 26px);
    text-align: center;
  }
  .detail__title p {
    font-size: min(calc(20 / 1440 * 100vw), 20px);
    font-weight: bold;
    margin: min(calc(5 / 1440 * 100vw), 5px) 0;
  }
  .detail__about {
    margin-top: min(calc(50 / 1440 * 100vw), 50px);
  }
  .detail__about p {
    text-align: justify;
  }
  .detail__about dl {
    margin-top: min(calc(40 / 1440 * 100vw), 40px);
  }
  .detail__about dl dd {
    background-color: #fff;
    padding: min(calc(30 / 1440 * 100vw), 30px);
    font-weight: bold;
    color: #050A1E;
  }
  .detail__materials {
    margin-top: min(calc(50 / 1440 * 100vw), 50px);
  }
  .detail__materials dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: min(calc(10 / 1440 * 100vw), 10px);
    padding-bottom: min(calc(20 / 1440 * 100vw), 20px);
    margin-bottom: min(calc(20 / 1440 * 100vw), 20px);
    border-bottom: 1px solid #767586;
  }
  .detail__materials dl:first-of-type {
    padding-top: min(calc(20 / 1440 * 100vw), 20px);
    border-top: 1px solid #767586;
  }
  .detail__materials dl:last-child {
    margin-bottom: 0;
  }
  .detail__materials dl dt {
    width: 15%;
  }
  .detail__materials dl dd {
    width: 75%;
  }
  .detail__point div {
    margin-top: min(calc(50 / 1440 * 100vw), 50px);
  }
  .detail__point__left dl, .detail__point__right dl {
    margin-top: min(calc(-40 / 1440 * 100vw), -40px);
  }
  .detail__point__left dl dt span, .detail__point__left dl dd p span, .detail__point__right dl dt span, .detail__point__right dl dd p span {
    background-color: #fff;
    padding: min(calc(5 / 1440 * 100vw), 5px) min(calc(30 / 1440 * 100vw), 30px);
  }
  .detail__point__left dl dt, .detail__point__right dl dt {
    font-family: Roboto;
    font-weight: bold;
    font-size: min(calc(20 / 1440 * 100vw), 20px);
  }
  .detail__point__left dl dd, .detail__point__right dl dd {
    margin-top: min(calc(10 / 1440 * 100vw), 10px);
    font-weight: bold;
    color: #050A1E;
  }
  .detail__point__left dl dd p:nth-child(2), .detail__point__right dl dd p:nth-child(2) {
    margin-top: min(calc(13 / 1440 * 100vw), 13px);
  }
  .detail__point__left img {
    padding-right: min(calc(30 / 1440 * 100vw), 30px);
  }
  .detail__point__right img {
    padding-left: min(calc(30 / 1440 * 100vw), 30px);
  }
  .detail__point__right dl {
    text-align: right;
  }

  .order dl:nth-child(n+2) {
    margin-top: min(calc(20 / 1440 * 100vw), 20px);
  }
  .order dl dt {
    width: min(calc(140 / 1440 * 100vw), 140px);
    padding: min(calc(8 / 1440 * 100vw), 8px) 0;
    font-weight: bold;
    border: solid 2px #fff;
    text-align: center;
  }
  .order dl dd {
    margin-top: min(calc(5 / 1440 * 100vw), 5px);
    text-align: justify;
  }
}

/* plus2025 */

  .detail__point__left dl dt, .detail__point__right dl dt {
    color:#a40101;
  }

main{
 background:#000;
}

.inner{
	margin: 0px auto;
}
    .detail__materials dl {
        font-size: 14px;
    }

    h2 {
      color:#fff;
        font-size: 24px;
    }
  .mb30{
    margin-bottom:30px;
  }
  .subbox{
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 45px;
    background: #490000;
  }

.header{
        z-index: 100;
}
.header__menu li {
        font-size: 16px;
}
.footer__menu a {
    font-size: 10px;
}
.order dl dt{
  min-width:200px;
}

.mv .inner{
    filter: drop-shadow(0 0 0.5rem #fff);
}

.pb0{
  padding-bottom:0px!important;
}

.mt45{
  margin-top:45px;
}

/* スライドショー */

	.slick-slide {
    	opacity: 0.2;
	    margin-left: 5px;
	    margin-right: 5px;
	}
	.slick-center{
	    opacity: 1;
	}
	.slick-prev:before , .slick-next:before{
        display:none;
    }
	.slideshow-container{
        margin-top:30px;
        margin-bottom:30px;
	}
    .slideshow-container2 , .detail__point .slideshow-container2 div{
        margin-top: 0!important;
    	z-index: 0;
    }
    .slideshow-container2 img{
	    opacity: 1;
    }
	.slideshow-container2 .slick-slide {
	    margin-left: 0px;
	    margin-right: 0px;
      margin-bottom: 0px; 
	}


/*---------------*/

@media screen and (max-width: 778px) {
    h2 {
        font-size: 24px;
    }
    .mv, .detail, .order {
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 779px) {
    .mv, .detail, .order {
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 779px) and (max-width: 1220px) {
    .header .button {
        display: none;
    }
    main {
        width: 440px;
    }
}
@media screen and (min-width: 779px) and (max-width: 920px) {
    .header, .footer {
        width: 170px;
    }
}