@charset "UTF-8";
body {
  background-color: #FFF;
  color: white;
}

main {
  padding-top: 0;
  overflow: hidden;
}

canvas {
  pointer-events: none;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
}
header .inner {
  max-width: none;
}
header .inner h1 img {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  header {
    background: none;
    backdrop-filter: none;
    height: 50px;
  }
  header h1 {
    max-width: 180px;
  }
}

#keyvisual {
  height: 836px;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
#keyvisual > .sp img {
  width: 100%;
}
#keyvisual .main_image {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 1060px;
  -webkit-transform: translate3d(-180px, 20px, 0);
          transform: translate3d(-180px, 20px, 0);
}
@media screen and (max-width: 768px) {
  #keyvisual .main_image {
    left: 5%;
    width: 110%;
    max-width: none;
    min-width: auto;
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    bottom: 35%;
  }
}
#keyvisual .main_image.sp {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 1060px;
  -webkit-transform: translate3d(-180px, 20px, 0);
          transform: translate3d(-180px, 20px, 0);
}
@media screen and (max-width: 768px) {
  #keyvisual .main_image.sp {
    left: 5%;
    width: 120%;
    max-width: none;
    min-width: auto;
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    bottom: 23%;
  }
}
#keyvisual .txt_sp {
  font-size: 14px;
  color: #333;
  text-align: center;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 5%;
}
#keyvisual .logo_box {
  width: 395px;
  position: absolute;
  left: 50%;
  top: 18%;
  -webkit-transform: translate3d(-140px, 0, 0);
          transform: translate3d(-140px, 0, 0);
}
@media screen and (max-width: 768px) {
  #keyvisual .logo_box {
    bottom: 10%;
    top: auto;
    width: 80%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
#keyvisual .logo_box h1 {
  font-size: 10px;
  text-align: center;
  margin-top: 1em;
  color: #b07f39;
}
@media screen and (max-width: 768px) {
  #keyvisual .logo_box h1 {
    font-size: 2vw;
  }
}
#keyvisual .mycolor_box {
  width: 482px;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate3d(-140%, 0, 0);
          transform: translate3d(-140%, 0, 0);
}
@media screen and (max-width: 768px) {
  #keyvisual .mycolor_box {
    left: 5%;
    top: 10%;
    width: 50%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
#keyvisual .mycolor_box .logo {
  position: absolute;
  left: 20px;
  top: -37px;
}
@media screen and (max-width: 768px) {
  #keyvisual .mycolor_box .logo {
    width: 30vw;
  }
}
#keyvisual .mycolor_box ul {
  width: 100%;
  height: 482px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(111, 111, 111, 0.07);
  gap: 6%;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  #keyvisual .mycolor_box ul {
    height: 50vw;
  }
  #keyvisual .mycolor_box ul li img {
    width: 80%;
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#keyvisual .mycolor_box ul li {
  width: 47%;
  background-color: #952112;
  position: relative;
}
#keyvisual .mycolor_box ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#keyvisual .mycolor_box p {
  font-size: 14px;
  margin-top: 2.5em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #keyvisual .mycolor_box p {
    display: none;
  }
}
#keyvisual .term {
  width: 800px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
@media screen and (max-width: 768px) {
  #keyvisual .term {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #keyvisual {
    background: none;
    max-height: none;
    padding: 0;
    height: 200vw;
    padding-bottom: 20px;
  }
}
#keyvisual::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../IMG/kv_bg_pc.jpg) no-repeat right top;
  background-size: cover;
  z-index: -1;
  -webkit-animation: shaking 6000ms ease-in-out infinite;
          animation: shaking 6000ms ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #keyvisual::after {
    width: 150%;
    left: -20%;
  }
}

@-webkit-keyframes shaking {
  0% {
    -webkit-transform: skew(0deg, 0deg) scale(120%);
            transform: skew(0deg, 0deg) scale(120%);
  }
  50% {
    -webkit-transform: skew(15deg, 5deg) scale(120%);
            transform: skew(15deg, 5deg) scale(120%);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg) scale(120%);
            transform: skew(0deg, 0deg) scale(120%);
  }
}

@keyframes shaking {
  0% {
    -webkit-transform: skew(0deg, 0deg) scale(120%);
            transform: skew(0deg, 0deg) scale(120%);
  }
  50% {
    -webkit-transform: skew(15deg, 5deg) scale(120%);
            transform: skew(15deg, 5deg) scale(120%);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg) scale(120%);
            transform: skew(0deg, 0deg) scale(120%);
  }
}
#keyvisual .logo_box {
  opacity: 0;
  -webkit-transition: 2000ms ease-out 500ms;
  transition: 2000ms ease-out 500ms;
}
#keyvisual img {
  opacity: 1;
}
#keyvisual .mycolor {
  clip-path: polygon(0% 0%, 0% 0%, 0% 1%, 1% 1%, 1% 0%, 0% 0%);
}
#keyvisual ul {
  clip-path: polygon(0% 0%, 0% 0%, 0% 1%, 1% 1%, 1% 0%, 0% 0%);
}
#keyvisual ul li {
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
}
#keyvisual .main_image {
  clip-path: polygon(0% 0%, 0% 0%, 0% 1%, 1% 1%, 1% 0%, 0% 0%);
}
#keyvisual .txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

#keyvisual.loaded.active .logo_box {
  opacity: 1;
}
#keyvisual.loaded.active .mycolor {
  -webkit-animation: cutin 300ms linear 1000ms forwards;
          animation: cutin 300ms linear 1000ms forwards;
}
#keyvisual.loaded.active .main_image {
  -webkit-animation: cutin 800ms linear 1000ms forwards;
          animation: cutin 800ms linear 1000ms forwards;
}
#keyvisual.loaded.active ul {
  -webkit-animation: cutin 300ms linear 1000ms forwards;
          animation: cutin 300ms linear 1000ms forwards;
}
#keyvisual.loaded.active ul li:nth-child(1) {
  -webkit-animation: zoomout 500ms ease-out 1400ms forwards;
          animation: zoomout 500ms ease-out 1400ms forwards;
}
#keyvisual.loaded.active ul li:nth-child(2) {
  -webkit-animation: zoomout 500ms ease-out 1500ms forwards;
          animation: zoomout 500ms ease-out 1500ms forwards;
}
#keyvisual.loaded.active ul li:nth-child(3) {
  -webkit-animation: zoomout 500ms ease-out 1600ms forwards;
          animation: zoomout 500ms ease-out 1600ms forwards;
}
#keyvisual.loaded.active ul li:nth-child(4) {
  -webkit-animation: zoomout 500ms ease-out 1700ms forwards;
          animation: zoomout 500ms ease-out 1700ms forwards;
}

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-filter: brightness(3);
            filter: brightness(3);
    opacity: 0;
  }
  99.9% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
  }
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    -webkit-filter: brightness(3);
            filter: brightness(3);
    opacity: 0;
  }
  99.9% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
  }
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
.txt {
  -webkit-animation: fadeup_slow 800ms ease-out 1100ms forwards;
          animation: fadeup_slow 800ms ease-out 1100ms forwards;
}
@-webkit-keyframes fadeup_slow {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
            transform: translate3d(0%, 100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeup_slow {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
            transform: translate3d(0%, 100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}

#term {
  background-color: #000;
  padding: 1.5em 0;
  font-size: 13px;
}
#term div {
  text-align: center;
}
#term div span {
  position: relative;
  letter-spacing: 2px;
}
#term div span::before, #term div span::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  #term div span::before, #term div span::after {
    width: 50px;
  }
}
#term div span::before {
  left: 0;
  -webkit-transform: translate3d(-130%, 0, 0);
          transform: translate3d(-130%, 0, 0);
}
#term div span::after {
  right: 0;
  -webkit-transform: translate3d(130%, 0, 0);
          transform: translate3d(130%, 0, 0);
}

#introduction {
  padding: 100px 0 150px;
  background: url(../IMG/intro_bg.jpg) no-repeat left top;
  background-size: cover;
  clip-path: polygon(0 0px, 100% 0%, 100% 90%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #introduction {
    background: url(../IMG/intro_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    clip-path: polygon(0 0px, 100% 0%, 100% 100%, 0% 97%);
  }
}
@media screen and (max-width: 768px) {
  #introduction {
    padding: 50px 0 70px;
  }
}
#introduction h2 {
  padding-bottom: 1em;
}
#introduction h2 img {
  display: inline;
}
@media screen and (max-width: 768px) {
  #introduction h2 {
    padding: 0 3%;
    margin-bottom: 2em;
    font-size: 6vw;
  }
}
#introduction div {
  width: 50%;
  margin: 0 0 0 auto;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #introduction div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 150px;
    padding-bottom: 20px;
  }
}
#introduction div h2 {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #introduction div h2 {
    margin-bottom: 0.5em;
  }
  #introduction div h2 .pc {
    display: none !important;
  }
}
#introduction div p {
  color: #333;
  display: block;
  width: 600px;
}
@media screen and (max-width: 768px) {
  #introduction div p {
    padding: 0 4%;
    font-size: 3vw;
    line-height: 2;
    letter-spacing: 0.1em;
    text-shadow: none !important;
    color: #FFF;
  }
}
#introduction div p img {
  display: block;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 768px) {
  #introduction div p img {
    width: 70%;
    margin: 30px auto 0 auto;
  }
}

#detail {
  padding: 100px 0 100px;
  background: #FFF;
  background-size: cover;
  color: #333;
}
#detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}
#detail .inner > div:first-child {
  width: 45%;
}
#detail .inner > div {
  width: 55%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  #detail .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #detail .inner > div {
    width: 100% !important;
    padding: 0 5%;
  }
  #detail .inner .products {
    padding-bottom: 30px;
  }
}
#detail .inner h2 span {
  display: block;
  padding-bottom: 0.8em;
  font-size: 12px;
  text-align: center;
  margin-top: 1em;
  color: #b07f39;
}
@media screen and (max-width: 768px) {
  #detail .inner h2 span {
    font-size: 2.4vw;
  }
}
#detail .inner p.text {
  text-align: center;
}
#detail .inner ul {
  padding: 1em 0;
}
#detail .inner ul li {
  text-align: center;
}
#detail .inner ul li::before {
  content: "※ ";
}
#detail .inner p.price {
  text-align: center;
}
#detail .inner p.term {
  margin-top: 0.6em;
}
#detail .inner .order {
  margin: 20px 0;
  text-align: center;
}
#detail .inner .order img {
  display: inline;
}
#detail .inner .order a.link {
  color: #d10000;
  font-size: 16px;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-bottom: 1px solid #d10000;
}
#detail .inner .order a.link:hover {
  color: #f83d3d;
}
#detail .inner .order a.cart {
  -webkit-transition: 300ms;
  transition: 300ms;
}
#detail .inner .order a.cart:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
#detail .inner .products {
  position: relative;
}
#detail .inner .products img {
  width: 100%;
}

.fix_button {
  background-color: #232323;
  font-size: 14px;
}

.comingsoon,
.end {
  display: block;
  background-color: rgba(136, 136, 136, 0.83);
  width: 80%;
  margin: 0 auto;
  padding: 1em;
  border-radius: 5px;
}

.line {
  border-bottom: 1px dotted #FFF;
  margin: 60px auto;
  max-width: 1200px;
  width: 100%;
  height: 1px;
}

.product_set {
  background: url(../IMG/bg.jpg);
  padding-top: 100px;
}
.product_set > div {
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1180px;
  background: rgba(111, 111, 111, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .product_set > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_set > div.fv {
    width: 94%;
  }
}
.product_set > div > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product_set > div > div {
    width: 100%;
  }
}
.product_set > div > div img {
  margin: 0 auto;
}
.product_set > div > div h2,
.product_set > div > div p {
  color: #333;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product_set > div > div h2,
  .product_set > div > div p {
    margin-top: 30px;
  }
}
.product_set > div > div p {
  font-size: 16px;
  line-height: 2;
  margin-top: 3em;
  text-align: center;
}
.product_set > div.pr {
  margin-top: 100px;
  max-width: none;
  background-color: #952112;
}

#stamp_sheet {
  margin-top: -150px;
  padding-top: 250px;
}
#stamp_sheet .pr .scroll_inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #stamp_sheet .pr .scroll_inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#stamp_sheet .pr .scroll_inner ul {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#stamp_sheet .pr .scroll_inner ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  cursor: pointer;
}
#stamp_sheet .pr .scroll_inner ul li:nth-child(1) {
  -webkit-transition: 500ms ease-out 0ms;
  transition: 500ms ease-out 0ms;
}
#stamp_sheet .pr .scroll_inner ul li:nth-child(2) {
  -webkit-transition: 500ms ease-out 100ms;
  transition: 500ms ease-out 100ms;
}
#stamp_sheet .pr .scroll_inner ul li:nth-child(3) {
  -webkit-transition: 500ms ease-out 200ms;
  transition: 500ms ease-out 200ms;
}
#stamp_sheet .pr .scroll_inner ul li:nth-child(4) {
  -webkit-transition: 500ms ease-out 300ms;
  transition: 500ms ease-out 300ms;
}
#stamp_sheet .pr .scroll_inner ul li:nth-child(5) {
  -webkit-transition: 500ms ease-out 400ms;
  transition: 500ms ease-out 400ms;
}
#stamp_sheet .pr .scroll_inner ul.active li {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
@media screen and (max-width: 768px) {
  #stamp_sheet .pr .scroll_inner ul {
    max-width: none;
    width: 350vw;
    padding-left: 0%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #stamp_sheet .pr .scroll_inner ul li {
    width: 50vw;
  }
  #stamp_sheet .pr .scroll_inner ul li img {
    width: 100%;
  }
}
#stamp_sheet .pr .scroll_inner ul li img {
  margin: 0 auto;
}

#photo_book .pr .scroll_inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #photo_book .pr .scroll_inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#photo_book .pr .scroll_inner ul {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #photo_book .pr .scroll_inner ul {
    max-width: none;
    width: 240vw;
    padding-left: 15%;
    padding-right: 15%;
  }
}
#photo_book .pr .scroll_inner ul li {
  border: 1px solid;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #photo_book .pr .scroll_inner ul li {
    width: 80vw;
    margin-bottom: 40px;
  }
  #photo_book .pr .scroll_inner ul li img {
    width: 100%;
  }
}
#photo_book .pr .scroll_inner ul li img {
  margin: 0 auto;
}
#photo_book .pr .scroll_inner ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}
#photo_book .pr .scroll_inner ul li:nth-child(1) {
  -webkit-transition: 500ms ease-out 0ms;
  transition: 500ms ease-out 0ms;
}
#photo_book .pr .scroll_inner ul li:nth-child(2) {
  -webkit-transition: 500ms ease-out 100ms;
  transition: 500ms ease-out 100ms;
}
#photo_book .pr .scroll_inner ul li:nth-child(3) {
  -webkit-transition: 500ms ease-out 200ms;
  transition: 500ms ease-out 200ms;
}
#photo_book .pr .scroll_inner ul.active li {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

#tote .pr ul {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #tote .pr ul {
    gap: 5%;
  }
}
#tote .pr ul li {
  width: 42%;
  margin-bottom: 40px;
  cursor: pointer;
}
#tote .pr ul li img {
  width: 100%;
}
#tote .pr ul li p {
  font-size: 12px;
  padding-top: 1em;
  line-height: 2;
  color: #ead4d4;
}
@media screen and (max-width: 768px) {
  #tote .pr ul li {
    width: 90%;
  }
  #tote .pr ul li p {
    font-size: 16px;
  }
}
#tote .pr ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}
#tote .pr ul li:nth-child(1) {
  -webkit-transition: 500ms ease-out 0ms;
  transition: 500ms ease-out 0ms;
}
#tote .pr ul li:nth-child(2) {
  -webkit-transition: 500ms ease-out 100ms;
  transition: 500ms ease-out 100ms;
}
#tote .pr ul li:nth-child(3) {
  -webkit-transition: 500ms ease-out 200ms;
  transition: 500ms ease-out 200ms;
}
#tote .pr ul li:nth-child(4) {
  -webkit-transition: 500ms ease-out 300ms;
  transition: 500ms ease-out 300ms;
}
#tote .pr ul li:nth-child(5) {
  -webkit-transition: 500ms ease-out 400ms;
  transition: 500ms ease-out 400ms;
}
#tote .pr ul.active li {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

#photo {
  position: relative;
}
#photo .catch {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #photo .catch {
    width: 80%;
  }
}
#photo .copy {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  line-height: 1;
  padding: 0.2em 1em;
  z-index: 10000;
}

.cart {
  padding: 1em;
  color: #FFF;
  background: url(../IMG/allow.svg) no-repeat right 20px center #000;
  background-size: auto 40%;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.slick-img img {
  height: auto;
  width: 100%;
  pointer-events: none;
}

.swiper-slide img {
  width: 100%;
}

/* スライド アクティブ時 */
.swiper-slide img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 15s;
  transition: 15s;
}
.swiper-slide.swiper-slide-visible img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mordal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mordal .cartain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.mordal .mordal_main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 1000px;
  max-height: 80svh;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .mordal .mordal_main {
    text-align: center;
    width: 96%;
  }
}
.mordal .mordal_main h2 {
  text-align: center;
}
.mordal .mordal_main img {
  max-height: 75svh;
  margin: 0 auto;
}
.mordal .mordal_main ul {
  margin-top: 1em;
}
.mordal .mordal_main ul li {
  background-color: #ffd900;
  margin-bottom: 20px;
  padding: 1em;
  text-align: center;
  border-radius: 5px;
}
.mordal .mordal_main ul li span {
  line-height: 1;
}
.mordal .mordal_main ul li.cancel {
  background-color: #83b5de;
}
.mordal .mordal_main ul li.caution {
  background-color: #e98b8b;
}