/****************************************************
 SP css
****************************************************/
body {
  margin: 0 0;
  font-family: "Noto Sans JP";
  color: #d9d9d9;
}
p {
  line-height: 2;
}
.container {
  width: 95%;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.btn {
  display: flex;
  justify-content: center;
  margin: 50px auto;
  box-sizing: content-box;
  width: 90%;
}
.btn a img {
  /* margin: 10px; */
  /* width: 90%; */
  object-fit: contain;
}
.buy-btn{
  width: 100%;
}
.btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pc-view {
  display: none;
}
.sp-view img {
  object-fit: contain;
  width: 90%;
}
.card {
  text-align: center;
  width: 100%;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}
.red-txt {
  color: #cc606d;
}
.bold {
  font-weight: bold;
}
.asterisk-list ul {
  list-style: none;
  margin-bottom: 20px;
}
.asterisk-list ul li::before {
  content: "※ ";
}
.asterisk-list ul li {
  font-size: 16px;
  line-height: 25px;
  padding-left: 1em;
  text-indent: -1em;
}
.disc ul li::before {
  content: "・";
}
.disc ul li {
  font-size: 16px;
  line-height: 25px;
  padding-left: 1em;
  text-indent: -1em;
}
h2.ttl-img {
  margin-bottom: 50px;
  margin-top: 30px;
}
h2.ttl-img img {
  object-fit: contain;
  width: 80%;
}
h3 {
  font-family: "Noto Serif JP", serif;
  margin: 15px auto;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
/* header============================================ */
header {
  margin: 0 ;
}
.header{
  display:flex;
  align-items:flex-start;
  justify-content: flex-start;
}

.header img {
  height: 25px;
  width: min-content;
  margin: 18px auto 18px 10px;
}
/* top============================================ */
.top {
  background-color: #2a292f;
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}
.top h1 img {
  margin: 20px 0;
  object-fit: contain;
  width: 100%;
}
.top h2 img {
  margin: 27px 0;
  object-fit: contain;
  width: 100%;
}
.movies {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.movies img {
  object-fit: contain;
  width: 90%;
  margin: 10px;
}
.youtube iframe {
  /* object-fit: contain; */
  width: 90%;
  /* height: auto;  */
  aspect-ratio: 16 / 9;
}
.movie-container {
  margin-bottom: 15px;
  width: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top p {
  text-align: left;
  /* margin: 10px; */
}
/* eposcard============================================ */

img {
  object-fit: contain;
  width: 100%;
}
.coupon {
  padding: 8px;
  margin-bottom: 25px;
}

/* main============================================ */
.main,
.main2 {
  background: url(./img/item_bg.png) top left repeat;
  background-size: 35px;
  padding: 35px 0;
}
h2,
h3,
p {
  text-align: center;
}
.main p {
  margin-bottom: 25px;
}
.sizes2 {
  font-size: 18px;
}
.size-notes {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.l-size-notes span {
  text-align: center;
  display: block;
  font-size: 12px;
}
.l-size-notes img {
  width: 180px;
}
.r-size-notes {
  margin: 25px 0 10px 0;
}

.about-purchase ul,
.about-delivery ul {
  font-size: 16px;
  line-height: 27px;
}
.art-main {
  object-fit: contain;
  display: flex;
  justify-content: center;
}
.art-main img {
  object-fit: contain;
  width: 100%;
}
.note-btn a {
  width: fit-content;
  height: 50px;
  margin: 15px auto 40px auto;
  padding: 15px;
  background-color: #2a292f;
  font-size: 16px;
  color: #ffffff;
}
/* works************* */
.work {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
}
.work p {
  text-align: left;
}
.work-img {
  object-fit: contain;
  display: flex;
  justify-content: center;
}
.work-img img {
  object-fit: contain;
  width: 90%;
}

/* .about-work-and-btn{
      margin-left: 25px;
    } */
/* 購入ボタン************* */
.btn-purchase {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.btn-purchase a {
  background: url(./img/pc/btn_buy_bg_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 900;
  width: 376px;
  height: 58px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}
.bnr-purchase a{
  background: url(./img/bnr-buy-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 900;
  width: 336px;
  height: 90px;
  text-align: center;
  line-height: 86px;
  vertical-align: middle;
}
/* message============================================ */
.message {
  background-color: #2a292f;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.message-movie {
  margin-bottom: 45px;

  object-fit: contain;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.message-movie img {
  margin-bottom: 20px;
  width: 90%;
}
.message-photo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* profile============================================ */
.profile {
  background-color: #2a292f;
  font-family: "Noto Serif JP", serif;
}
.profile-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: content-box;
  flex-shrink: 0;
}
.profile-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.profile-1-txt {
  display: flex;
  justify-content: flex-end;
}
.profile-1 p,
.profile-2 p {
  /* .profile-1-txt p, .profile-2-txt p{ */
  text-align: left;
  width: 85%;
  margin: 10px;
}
.profile-1 img,
.profile-2 img {
  max-height: 300px;
  align-self: normal;
}
/* notes============================================ */
.notes {
  background-color: #17171c;
  padding: 20px;
}
.notes h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 32px auto;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.notes p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
}

.note-ttl {
  margin-bottom: 15px;
  margin-top: 2em;
  margin-bottom: -30px;
  font-weight: 600;
  font-size: 1.1;
  display: block;
}
/* Footer Links============================================ */
nav {
  padding: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.foot-bottom-nav nav {
  background-color: #2a292f;
}

.foot-bottom-nav-list li {
  line-height: 3;
}
.foot-bottom-nav nav ul.foot-bottom-nav-list li a {
  font-family: "Noto Sans JP", serif;
  text-decoration: none;
  font-size: 15px;
  color: #d9d9d9;
}
/* Footer============================================ */
.footer {
  height: 80px;
  background-color: #3a3c6d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-copy {
  text-align: center;
  background-color: #3a3c6d;
  padding: auto;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  align-self: center;
}
/* Accordion============================================ */
.grad-btn,
.grad-btn-hide {
  position: absolute;
  bottom: -51px;
  right: 0;
  color: #3a3c6d;
  background-color: #d9d9d9;
  height: 38px;
  padding: 9px;
  width: 165px;
  text-align: center;
  font-weight: 600;
}
label::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(./img/icon_arrow.svg) no-repeat;
  background-size: contain;
  margin-top: 0.2em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.grad-btn-hide {
  display: none;
}
label.grad-btn-hide::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(./img/icon_arrow.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  transform: rotateX(180deg) translate(-4px, 4px);
}
.grad-wrap {
  position: relative;
  margin-bottom: 55px;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 10em; /*隠した状態の高さ*/
  margin-bottom: 85px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /*グラデーションで隠す高さ*/
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-btn-hide {
  display: block; /*チェックされていたら、grad-btn-hideを表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
