@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes blur2 {
  0% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes blur2 {
  0% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes blur3 {
  0% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blur3 {
  0% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes clip-anime-left-right {
  0% {
    opacity: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clip-anime-left-right {
  0% {
    opacity: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes expansion {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  28% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  36%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes expansion {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  28% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  36%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#about.site-section-content {
  padding: 120px 0px;
  margin: 0 24px;
  position: relative;
}
@media screen and (max-width:650px) {
  #about.site-section-content {
    padding: 100px 0px;
  }
}
#about.site-section-content .h1 {
  text-align: center;
  max-width: 1000px;
  margin: 50px auto 0;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.9058823529);
  padding: 40px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .h1 {
    margin: 20px auto;
    font-size: 18px;
  }
}
#about.site-section-content .about-title {
  background: url("../img/sozai/title.png") no-repeat center/contain;
  height: 110px;
  width: 100%;
}
#about.site-section-content button {
  margin-bottom: 24px;
}
@media screen and (max-width:650px) {
  #about.site-section-content button {
    font-size: 16px;
  }
}
#about.site-section-content button.link_to_photo {
  background-color: #232323;
}
#about.site-section-content table {
  margin: 40px auto;
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 1000px;
}
@media screen and (max-width:650px) {
  #about.site-section-content table {
    margin: 24px auto;
  }
}
#about.site-section-content table th {
  width: 30%;
  padding: 16px;
  background-color: #0f0f0f;
  color: #ffffff;
}
@media screen and (max-width:650px) {
  #about.site-section-content table th {
    width: 100%;
    padding: 8px;
    display: block;
  }
}
#about.site-section-content table td {
  border-bottom: 1px solid #000;
  padding: 8px;
  width: 70%;
  background-color: #ffffff;
}
@media screen and (max-width:650px) {
  #about.site-section-content table td {
    width: 100%;
    padding: 16px;
    display: block;
  }
}

header {
  padding-bottom: 56.55%;
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 999;
}
@media screen and (max-width:650px) {
  header {
    padding-bottom: 200%;
  }
}
header h1 {
  display: none;
}
header .header-wrapper {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:650px) {
  header .header-wrapper {
    padding-bottom: 24%;
  }
}
header .header-wrapper .header-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0px;
  z-index: 2;
  left: 0px;
  background: url("../img/sozai/header-text.webp") no-repeat center/contain;
}
header .header-wrapper .header-text.animated {
  -webkit-animation: expansion 1.5s forwards;
          animation: expansion 1.5s forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width:650px) {
  header .header-wrapper .header-text {
    background: url("../img/sozai/header-text-sp.webp") no-repeat center/contain;
  }
}
header .header-wrapper .header-chara {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background: url("../img/sozai/header-chara.webp") no-repeat center/contain;
}
header .header-wrapper .header-chara.animated {
  -webkit-animation: expansion 1.5s forwards;
          animation: expansion 1.5s forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width:650px) {
  header .header-wrapper .header-chara {
    background: url("../img/sozai/header-chara-sp.webp") no-repeat center/contain;
  }
}
header .header-wrapper .header-bg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  z-index: 0;
  left: 0px;
  background: url("../img/sozai/header-bg.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  header .header-wrapper .header-bg {
    background: url("../img/sozai/header-bg-sp.webp") no-repeat center/contain;
  }
}
header .title {
  position: absolute;
  background: url("../img/sozai/bg-texture.webp"), -webkit-gradient(linear, left top, left bottom, from(#0c0c0c), to(#302f2e));
  background: url("../img/sozai/bg-texture.webp"), linear-gradient(#0c0c0c, #302f2e);
  width: 300px;
  width: min(21.875vw, 420px);
  height: 100%;
  right: 0;
  top: 0;
  z-index: 99;
}
@media screen and (max-width:650px) {
  header .title {
    background: url("../img/sozai/title-bg.webp") no-repeat top/contain;
    width: 100%;
    height: 111%;
  }
}
header .title .logo-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 30%;
  outline-offset: -6px;
  outline: 1px solid #8f8686;
}
@media screen and (max-width:650px) {
  header .title .logo-wrapper {
    padding: 0;
    position: absolute;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 16px;
    height: min(24.6153846154vw, 160px);
    padding: 0 16px;
  }
}

#header-real {
  padding-bottom: 56.55%;
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 999;
  background: url("../img/sozai/realkuji-banner-pc.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #header-real {
    padding-bottom: 200%;
    background: url("../img/sozai/realkuji-banner-sp.webp") no-repeat center/contain;
  }
}
#header-real h1 {
  display: none;
}

#items.site-section-content {
  position: relative;
}
#items.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0;
  position: relative;
}
@media screen and (max-width:1000px) {
  #items.site-section-content .site-section-inner {
    padding: 60px 0px;
  }
}
#items.site-section-content .site-section-inner .heading-bg {
  background-color: #3d55a5;
}
#items.site-section-content .site-section-inner .heading-h1:before {
  content: "LINE UP";
}
@media screen and (max-width:650px) {
  #items.site-section-content .site-section-inner .heading-h1:before {
    font-size: 60px;
  }
}
#items.site-section-content .site-section-inner .tab-contents {
  margin: 0 24px;
}
#items.site-section-content .site-section-inner .tab-contents p {
  margin-bottom: 16px;
}
#items.site-section-content .site-section-inner .tab-contents {
  text-align: center;
}
#items.site-section-content .site-section-inner .goods-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 0px;
  max-width: 1300px;
}
@media screen and (max-width:650px) {
  #items.site-section-content .site-section-inner .goods-wrapper {
    padding: 0px;
  }
}
#items.site-section-content .site-section-inner .goods-wrapper .goods-card {
  position: relative;
  max-width: 1000px;
  text-align: center;
  display: none;
}
#items.site-section-content .site-section-inner .goods-wrapper .goods-card.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:650px) {
  #items.site-section-content .site-section-inner .goods-wrapper .goods-card {
    width: 100%;
    max-width: unset;
  }
}
#items.site-section-content .site-section-inner .goods-nav {
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  gap: 8px;
}
@media screen and (max-width:650px) {
  #items.site-section-content .site-section-inner .goods-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#items.site-section-content .site-section-inner .goods-nav button {
  background-color: #949494;
  border-radius: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 0;
  height: unset;
}
#items.site-section-content .site-section-inner .goods-nav button:nth-child(1).active {
  background-color: #439c59;
}
#items.site-section-content .site-section-inner .goods-nav button:nth-child(2).active {
  background-color: #af5285;
}
#items.site-section-content .site-section-inner .goods-nav button:nth-child(3).active {
  background-color: #3d55a5;
}
#items.site-section-content .site-section-inner .goods-nav button:nth-child(4).active {
  background-color: #555555;
}
@media screen and (max-width:650px) {
  #items.site-section-content .site-section-inner .goods-nav button {
    padding: 16px;
    font-size: 18px;
  }
}
@media screen and (max-width:650px) {
  #items.site-section-content .site-section-inner .link_to_purchase,
  #items.site-section-content .site-section-inner .link_to_items_top {
    font-size: 16px;
  }
}
#items.site-section-content .site-section-inner .link_to_items_top {
  background-color: #3a3a3a;
}
#items.site-section-content .site-section-inner-real {
  padding: 120px 0px;
  margin: 0;
  position: relative;
}

#howto {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#howto.site-section-content {
  width: 100%;
  position: relative;
}
#howto.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0;
  position: relative;
}
#howto.site-section-content .site-section-inner .heading-bg {
  background-color: #af5285;
}
#howto.site-section-content .site-section-inner .heading-h1:before {
  content: "PURCHASE";
}
@media screen and (max-width:650px) {
  #howto.site-section-content .site-section-inner .heading-h1:before {
    font-size: 60px;
  }
}
#howto.site-section-content .site-section-inner .content-bg {
  padding: 0 24px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #0f0f0f;
  border-radius: 24px;
  background-color: #ffffff;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background-color: unset;
  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: 24px;
}
#howto.site-section-content .site-section-inner .content-bg .step {
  background-color: #9b9b9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: 1px solid #000;
  max-width: 500px;
  position: relative;
  width: 48%;
}
@media screen and (max-width:650px) {
  #howto.site-section-content .site-section-inner .content-bg .step {
    width: 100%;
  }
}
@media screen and (max-width:650px) {
  #howto.site-section-content .site-section-inner .content-bg .step-img {
    width: 100%;
  }
}
#howto.site-section-content .site-section-inner .content-bg .step-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#howto.site-section-content .site-section-inner .content-bg .text {
  word-break: break-all;
}
#howto.site-section-content .site-section-inner .content-bg .text-wrapper {
  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;
}
#howto.site-section-content .site-section-inner .content-bg-real {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width:650px) {
  #howto.site-section-content .site-section-inner .content-bg-real {
    padding: 0 24px;
  }
}
#howto.site-section-content .site-section-inner .content-bg-real .arrow {
  position: relative;
  margin: 1rem auto -1rem;
  width: 60px;
  height: 60px;
}
#howto.site-section-content .site-section-inner .content-bg-real .arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(179, 2, 2);
  height: 30px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
#howto.site-section-content .site-section-inner .content-bg-real .real_step {
  background-color: #ffffff;
  gap: 24px;
  border: 1px solid #333333;
  position: relative;
  width: 100%;
  padding: 16px 24px 24px;
}
#howto.site-section-content .site-section-inner .content-bg-real .real_step h3 {
  font-size: 16px;
}
#howto.site-section-content .site-section-inner .content-bg-real button {
  margin-top: 24px;
}
@media screen and (max-width:650px) {
  #howto.site-section-content .site-section-inner .content-bg-real button {
    font-size: 16px;
  }
}

#purchase.site-section-content {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
#purchase.site-section-content .heading-bg {
  background-color: #da8139;
}
#purchase.site-section-content .heading-h1:before {
  content: "LOTTERY";
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .heading-h1:before {
    font-size: 60px;
  }
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .heading-h1-real {
    font-size: 16px;
  }
}
#purchase.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 0px;
  position: relative;
}
@media screen and (max-width:1000px) {
  #purchase.site-section-content .site-section-inner {
    padding: 60px 0px;
  }
}
#purchase.site-section-content .content-bg {
  padding: 0px 24px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #0f0f0f;
  border-radius: 24px;
  background-color: #ffffff;
  height: auto;
  text-align: center;
  background-color: unset;
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .content-bg {
    width: 100%;
  }
}
#purchase.site-section-content .content-bg table {
  margin: 40px auto;
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .content-bg table {
    margin: 24px auto;
  }
}
#purchase.site-section-content .content-bg table th {
  width: 30%;
  padding: 16px;
  background-color: #0f0f0f;
  color: #ffffff;
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .content-bg table th {
    width: 100%;
    padding: 8px;
    display: block;
  }
}
#purchase.site-section-content .content-bg table td {
  border-bottom: 1px solid #000;
  padding: 8px;
  width: 70%;
  background-color: #ffffff;
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .content-bg table td {
    width: 100%;
    padding: 16px;
    display: block;
  }
}
#purchase.site-section-content .content-bg .nav-weblottery-list {
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  gap: 8px;
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .content-bg .nav-weblottery-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 24px;
  }
}
#purchase.site-section-content .content-bg .nav-weblottery-list button {
  background-color: #949494;
  border-radius: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 0;
  height: unset;
}
#purchase.site-section-content .content-bg .nav-weblottery-list button:nth-child(1).active {
  background-color: #439c59;
}
#purchase.site-section-content .content-bg .nav-weblottery-list button:nth-child(2).active {
  background-color: #af5285;
}
#purchase.site-section-content .content-bg .nav-weblottery-list button:nth-child(3).active {
  background-color: #3d55a5;
}
#purchase.site-section-content .content-bg .nav-weblottery-list button:nth-child(4).active {
  background-color: #555555;
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .content-bg .nav-weblottery-list button {
    padding: 16px;
    font-size: 18px;
  }
}
#purchase.site-section-content .content-bg .lot-img {
  display: none;
}
#purchase.site-section-content .content-bg .lot-img.active {
  display: block;
}
#purchase.site-section-content .content-bg .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#purchase.site-section-content .content-bg .btn-notice-wrapper {
  color: #0f0f0f;
}
#purchase.site-section-content .content-bg .btn-notice-wrapper .btn-wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .content-bg .btn-notice-wrapper .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
#purchase.site-section-content .content-bg .btn-notice-wrapper .btn-wrapper button {
  margin: 0;
}
#purchase.site-section-content .content-bg .select-box-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .content-bg .select-box-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#purchase.site-section-content .content-bg #selectbox {
  margin: 0 1rem 16px 0;
  width: 70px;
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0f0f0f;
  background-color: #ffffff;
  vertical-align: middle;
  background-clip: padding-box;
  border: 2px solid #0f0f0f;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0 1px #0f0f0f;
          box-shadow: 0 0 0 1px #0f0f0f;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#purchase.site-section-content .content-bg select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#purchase.site-section-content .content-bg .notice {
  padding: 40px;
  background: rgba(255, 255, 255, 0.9058823529);
}
@media screen and (max-width:650px) {
  #purchase.site-section-content .content-bg button {
    font-size: 16px;
  }
}
#purchase.site-section-content .tabs {
  margin-top: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
#purchase.site-section-content {
  /*タブのスタイル*/
}
#purchase.site-section-content .tab_item {
  background-color: #949494;
  color: #ffffff;
  border-radius: 24px;
  border: 0;
  height: unset;
  width: 24%;
  padding: 24px;
  font-size: 24px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  margin: 0 4px;
}
@media screen and (max-width:850px) {
  #purchase.site-section-content .tab_item {
    padding: 16px;
    font-size: 18px;
    float: none;
    width: 100%;
    margin-bottom: 8px;
  }
}
#purchase.site-section-content {
  /*ラジオボタンを全て消す*/
}
#purchase.site-section-content input[name=tab_item] {
  display: none;
}
#purchase.site-section-content {
  /*タブ切り替えの中身のスタイル*/
}
#purchase.site-section-content .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
#purchase.site-section-content {
  /*選択されているタブのコンテンツのみを表示*/
}
#purchase.site-section-content #group1:checked ~ #group1_content,
#purchase.site-section-content #group2:checked ~ #group2_content,
#purchase.site-section-content #group3:checked ~ #group3_content,
#purchase.site-section-content #group4:checked ~ #group4_content {
  display: block;
}
#purchase.site-section-content {
  /*選択されているタブのスタイルを変える*/
}
#purchase.site-section-content .tabs input:checked + .tab_item.tab-group1 {
  background-color: #439c59;
}
#purchase.site-section-content .tabs input:checked + .tab_item.tab-group2 {
  background-color: #af5285;
}
#purchase.site-section-content .tabs input:checked + .tab_item.tab-group3 {
  background-color: #3d55a5;
}
#purchase.site-section-content .tabs input:checked + .tab_item.tab-group4 {
  background-color: #555555;
}

.nav-wrapper .hamburger {
  background: -webkit-gradient(linear, left top, left bottom, from(#0c0c0c), to(#302f2e));
  background: linear-gradient(#0c0c0c, #302f2e);
  outline-offset: -6px;
  outline: 1px solid #8f8686;
  position: fixed;
  top: 20px;
  width: 80px;
  height: 80px;
  border-radius: 0;
  left: min(1.25vw, 24px);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
  z-index: 999;
}
.nav-wrapper .hamburger:before {
  content: "MENU";
  font-size: 16px;
}
.nav-wrapper .hamburger {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
.nav-wrapper .hamburger.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 70px;
  height: 70px;
  background: #f3f3f3;
  outline-offset: -6px;
  outline: 1px solid #363333;
  color: #0f0f0f;
}
.nav-wrapper .hamburger.active:before {
  content: "CLOSE";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width:650px) {
  .nav-wrapper .hamburger {
    width: 70px;
    height: 70px;
    left: 1rem;
  }
}
.nav-wrapper .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c0c0c), to(#42413f));
  background: linear-gradient(#0c0c0c, #42413f);
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 100;
  text-align: center;
}
@media screen and (max-width:650px) {
  .nav-wrapper .nav {
    width: 100%;
  }
}
.nav-wrapper .nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav-wrapper .nav__list {
  margin: 0;
  padding: 40% 0 0;
  padding: 100px 0;
  list-style: none;
  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;
  gap: 40px;
}
@media screen and (max-width:650px) {
  .nav-wrapper .nav__list {
    gap: 40px;
    padding: 40px 0;
  }
}
.nav-wrapper .nav__item {
  display: table;
  width: 100%;
}
.nav-wrapper .nav__item p {
  font-size: 13px;
}
.nav-wrapper .__portal,
.nav-wrapper .__may {
  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;
}
.nav-wrapper .__portal p,
.nav-wrapper .__may p {
  width: 80%;
  margin: auto;
  color: #ffffff;
  margin-top: 4px;
}
.nav-wrapper .nav__link {
  display: table-cell;
  color: #f3f3f3;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
}
.nav-wrapper .nav__link.may {
  background: url("../img/sozai/header-pc.webp") no-repeat center/contain;
  height: 100px;
  width: 90%;
}
.nav-wrapper .nav__link.portal {
  background: url("../img/sozai/tsukiichi-portal-header.webp") no-repeat center/contain;
  height: 100px;
  width: 90%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img,
video,
object {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul,
li {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  -webkit-overflow-scrolling: touch;
  color: #0f0f0f;
  font-family: "Kaisei Tokumin", serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

.site-content-wrapper {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

.site-content-wrapper-real {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  background: url("../img/sozai/bg-realkuji.webp");
}

button {
  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;
  width: 100%;
  height: 64px;
  max-width: 500px;
  text-align: center;
  padding: 24px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(97, 53, 64, 0.5607843137);
  border-radius: 50px;
  background-color: #991919;
  font-size: 24px;
}

.red-bold {
  color: rgb(218, 33, 33);
  font-weight: bold;
  font-size: 20px;
}
.red-bold.small {
  font-size: 18px;
}

.serif {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}

body::-webkit-scrollbar {
  width: 24px;
}
@media screen and (max-width:650px) {
  body::-webkit-scrollbar {
    width: 0px;
  }
}

body::-webkit-scrollbar-track {
  background-color: #0f0f0f;
}

body::-webkit-scrollbar-thumb {
  background-color: #f3f3f3;
  border-radius: 12px;
  height: 80px;
}

.top {
  position: absolute;
  display: table;
  right: 1rem;
  bottom: 1rem;
  width: 60px;
  height: 60px;
  background-color: #991919;
}
.top a {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
}

.slide-in {
  opacity: 0;
}
.slide-in.active {
  opacity: 1;
  -webkit-animation: 1s ease-in-out fadeIn;
          animation: 1s ease-in-out fadeIn;
}

.heading-bg {
  content: "";
}
.heading-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 80% 0, 80% 100%, 0 100%);
}
.heading-bg.slide-to-right {
  -webkit-transition: clip-path 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  transition: clip-path 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  clip-path: inset(0 0 100% 0);
}
.heading-bg.active {
  margin: 0 auto;
  -webkit-transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 1s;
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 1s;
  clip-path: inset(0 0 0 0);
}
.heading-bg .heading-h1 {
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin: 0 auto 60px;
  color: #ffffff;
  position: relative;
  font-size: 40px;
}
@media screen and (max-width:650px) {
  .heading-bg .heading-h1 {
    height: 80px;
    line-height: 80px;
    width: unset;
    font-size: 24px;
  }
}
.heading-bg .heading-h1:before {
  content: "LINE UP";
  position: absolute;
  top: 0px;
  opacity: 0.1;
  font-size: 90px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width:650px) {
  .heading-bg .heading-h1:before {
    font-size: 60px;
  }
}

/* 背景用のレイヤー */
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation: slide 5s;
          animation: slide 5s;
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  height: 100%;
  background: url("../img/sozai/bg-ichimatsu.webp"), -webkit-gradient(linear, left top, left bottom, from(#0c0c0c), to(#444341));
  background: url("../img/sozai/bg-ichimatsu.webp"), linear-gradient(#0c0c0c, #444341);
  background: repeating-linear-gradient(110deg, #d2f6ff, #d2f6ff 50px, #eafbff 50px, #eafbff 100px);
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:650px) {
  #loading {
    background-size: 150px;
  }
}
#loading .loading-title-wrapper {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  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;
  position: relative;
  opacity: 1;
}
#loading .loading-title-event {
  font-size: 40px;
  margin-bottom: 8px;
}
@media screen and (max-width:650px) {
  #loading .loading-title-event {
    margin-bottom: 8px;
  }
}
#loading .loading-title {
  background: url(../img/logo/logo_tsukiichi_b.webp) no-repeat center/contain;
  width: 400px;
  height: 200px;
}
@media screen and (max-width:650px) {
  #loading .loading-title {
    max-width: 300px;
  }
}

#official.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
}
#official.site-section-content .heading-bg {
  background-color: #555555;
}
#official.site-section-content .heading-wrap {
  text-align: center;
}
@media screen and (max-width:650px) {
  #official.site-section-content .heading-wrap {
    width: 100%;
  }
}
#official.site-section-content .heading-h2 {
  font-weight: 500;
  margin: 24px 0;
}
#official.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 0px;
  position: relative;
}
@media screen and (max-width:1000px) {
  #official.site-section-content .site-section-inner {
    padding: 60px 0px;
  }
}
#official.site-section-content .site-section-inner .heading-h1:before {
  content: "OFFICIAL SNS";
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .heading-h1:before {
    font-size: 60px;
  }
}
#official.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #0f0f0f;
  border-radius: 24px;
  background-color: #ffffff;
  height: auto;
  max-width: 1000px;
  margin: 0 auto 40px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 0;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px 72px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account {
  margin: 0 8px;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account {
    margin: 0 4px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account a {
  display: inline-block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.x {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.x:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.x:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#caution.site-section-content {
  width: 100%;
  position: relative;
}
#caution.site-section-content .site-section-inner {
  padding: 60px 0px 100px;
  margin: 0;
  position: relative;
}
#caution.site-section-content .site-section-inner .heading-bg {
  background-color: #439c59;
}
#caution.site-section-content .site-section-inner .heading-h1:before {
  content: "NOTICE";
}
@media screen and (max-width:650px) {
  #caution.site-section-content .site-section-inner .heading-h1:before {
    font-size: 60px;
  }
}
@media screen and (max-width:650px) {
  #caution.site-section-content .site-section-inner .heading-h1-real {
    font-size: 16px;
  }
}
#caution.site-section-content .site-section-inner .content-bg {
  padding: 0 24px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #0f0f0f;
  border-radius: 24px;
  background-color: #ffffff;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background-color: unset;
}
@media screen and (max-width:650px) {
  #caution.site-section-content .site-section-inner .content-bg {
    margin: 0 24px;
    padding: 0;
  }
}
#caution.site-section-content .site-section-inner table {
  width: calc(100% - 0px);
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  border-collapse: separate;
  margin-bottom: 24px;
  background-color: #0f0f0f;
  color: #0f0f0f;
}
#caution.site-section-content .site-section-inner table th {
  width: 100%;
  padding: 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
#caution.site-section-content .site-section-inner table tr:nth-child(odd) {
  background-color: #0f0f0f;
  color: #ffffff;
}
#caution.site-section-content .site-section-inner table tr {
  background-color: #ffffff;
}
#caution.site-section-content .site-section-inner .caution-item-wrapper .caution-item {
  text-align: left;
  list-style: none;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
#caution.site-section-content .site-section-inner .caution-item-wrapper .caution-item:before {
  content: "・";
}
#caution.site-section-content .site-section-inner .caution-item-wrapper .caution-item.indent:before {
  content: "";
}
#caution.site-section-content .site-section-inner .caution-item-wrapper .caution-item.indent {
  text-indent: 1em;
}
#caution.site-section-content .site-section-inner .caution-item-wrapper .caution-item.indent2:before {
  content: "";
}
#caution.site-section-content .site-section-inner .caution-item-wrapper .caution-item.indent2 {
  text-indent: 2em;
}
#caution.site-section-content .site-section-inner .caution-item-wrapper .caution-item.indent3 {
  text-indent: 1em;
}
#caution.site-section-content .site-section-inner .caution-item-wrapper .caution-item.indent3:before {
  content: "・";
}
#caution.site-section-content .site-section-inner .caution-item-wrapper .site-items-image-creditcard {
  display: inline-block;
  width: 200px;
}

#portal .site-section-inner {
  text-align: center;
}
#portal .site-section-inner a {
  display: block;
  font-size: 24px;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 120px 40px;
  color: #0f0f0f;
}
#portal .site-section-inner a p {
  margin-top: 8px;
  font-size: 16px;
}

#realKujiIntro {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#realKujiIntro.site-section-content {
  width: 100%;
  position: relative;
}
#realKujiIntro.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0;
  position: relative;
}
#realKujiIntro.site-section-content .site-section-inner .heading-bg {
  background-color: #7153a8;
}
#realKujiIntro.site-section-content .site-section-inner .heading-h1:before {
  content: "REAL KUJI";
}
@media screen and (max-width:650px) {
  #realKujiIntro.site-section-content .site-section-inner .heading-h1:before {
    font-size: 60px;
  }
}
#realKujiIntro.site-section-content .site-section-inner .content-bg {
  padding: 0 24px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #0f0f0f;
  border-radius: 24px;
  background-color: #ffffff;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background-color: unset;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #realKujiIntro.site-section-content .site-section-inner .content-bg {
    font-size: 16px;
  }
}
#realKujiIntro.site-section-content .site-section-inner .desc {
  padding: 40px;
  background: rgba(255, 255, 255, 0.9058823529);
}
@media screen and (max-width:650px) {
  #realKujiIntro.site-section-content .site-section-inner button {
    font-size: 16px;
  }
}

#photo.site-section-content {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
#photo.site-section-content .heading-bg {
  background-color: #7153a8;
}
#photo.site-section-content .heading-h1:before {
  content: "PHOTO SPOT";
}
@media screen and (max-width:650px) {
  #photo.site-section-content .heading-h1:before {
    font-size: 60px;
  }
}
#photo.site-section-content .h1 {
  text-align: center;
  max-width: 1000px;
  margin: 50px auto 0;
  font-size: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.5490196078);
}
@media screen and (max-width:650px) {
  #photo.site-section-content .h1 {
    margin: 20px 24px;
    font-size: 18px;
  }
}
#photo.site-section-content img {
  max-width: 1000px;
}
#photo.site-section-content .content-bg {
  margin: 0 auto;
  padding: 24px;
  max-width: 1000px;
}
#photo.site-section-content .note {
  background: #cfcfcf;
  font-size: 14px;
  padding: 16px;
}
#photo.site-section-content .note li {
  list-style: none;
}
#photo.site-section-content .note li:before {
  content: "・";
}
#photo.site-section-content .note p {
  font-size: 18px;
}
#photo.site-section-content p {
  text-align: center;
  margin-bottom: 16px;
}