@charset "UTF-8";
.ginza .sp_only {
  display: none;
}
@media (max-width: 800px) {
  .ginza .sp_only {
    display: block;
  }
}
.ginza .caption {
  font-size: 16px;
}
@media (max-width: 800px) {
  .ginza .caption {
    font-size: 10px;
  }
}
.ginza p {
  color: #ffffff;
  font-size: 24px;
}
@media (max-width: 800px) {
  .ginza p {
    font-size: 17px;
  }
}
.ginza .item-area {
  background-color: #e10000;
}
.ginza .item-area__cnt1 {
  padding: 30px 20px 0 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-animation-name: zoom-in-anim;
          animation-name: zoom-in-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
}
.ginza .item-area__cnt1 h2 {
  padding: 0px 50px 30px;
  border-bottom: 4px dotted #fff;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt1 h2 {
    padding: 0px 20px 30px;
  }
}
.ginza .item-area__cnt1 p {
  padding: 44px 40px 66px 40px;
  background-position: bottom right 20px;
  -webkit-animation-name: zoom-in-anim;
          animation-name: zoom-in-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt1 p {
    padding: 30px 20px 40px 20px;
  }
}
.ginza .item-area__cnt1 p.finish {
  padding: 0;
  margin-top: 30px;
  background-image: none;
  font-size: 24px;
  display: block;
  font-weight: bold;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt1 p.finish {
    font-size: 4vw;
  }
}
.ginza .item-area__cnt1 .cnt01_ttl01 {
  margin-bottom: 30px;
}
.ginza .item-area__cnt2 {
  padding: 30px 20px 0 20px;
  -webkit-animation-name: zoom-in-anim;
          animation-name: zoom-in-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ginza .item-area__cnt2 p {
  color: #2d0000;
}
.ginza .item-area__cnt2 .kakukaku {
  -webkit-animation-name: kaku-kaku;
          animation-name: kaku-kaku;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ginza .item-area__cnt2_border {
  background: url(../images/cont02_bg.png) repeat;
  background-size: contain;
  margin-top: 30px;
  padding: 10px 40px;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt2_border {
    padding: 10px 30px;
  }
}
.ginza .item-area__cnt2_wrapper h2 {
  margin-bottom: 30px;
}
.ginza .item-area__cnt2_wrapper .cnt02_sec01_ttl02 {
  display: block;
  margin: 30px auto 30px;
  width: 70%;
}
.ginza .item-area__cnt2 .info {
  margin-bottom: 30px;
}
.ginza .item-area__cnt2 .info small {
  font-size: 80%;
  font-weight: normal;
}
.ginza .item-area__cnt2 .info small.caption {
  font-size: 16px;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt2 .info small.caption {
    font-size: 10px;
  }
}
.ginza .item-area__cnt2 .info h3 {
  font-size: 24px;
  font-weight: bold;
  background-color: #1d2087;
  display: inline-block;
  margin: auto auto 10px auto;
  padding: 2px 10px;
  color: #fff000;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt2 .info h3 {
    font-size: 16px;
  }
}
.ginza .item-area__cnt2 .info p {
  margin: auto;
}
.ginza .item-area__cnt2 .info p.prize {
  text-indent: -3em;
  padding-left: 3em;
}
.ginza .item-area__cnt2 .info p.prize span {
  font-weight: bold;
}
.ginza .item-area__cnt2 .info p.prize span.prize1 {
  color: #d1a616;
}
.ginza .item-area__cnt2 .info p.prize span.prize2 {
  color: #8b9298;
}
.ginza .item-area__cnt2 .info p.prize span.prize3 {
  color: #d70c18;
}
.ginza .item-area__cnt2 .info p.prize span.prize4 {
  color: #009fe8;
}
.ginza .item-area__cnt2 .info p.prize span.prize5 {
  color: #2d0000;
}
.ginza .item-area__cnt2 .info p.strong {
  font-weight: bold;
}
.ginza .item-area__cnt2 .info p.strong .caution {
  font-weight: normal;
}
.ginza .item-area__cnt2 .info p.goods {
  text-indent: -1em;
  padding-left: 1em;
}
.ginza .item-area__cnt2_sec1 p {
  margin: 35px auto;
}
.ginza .item-area__cnt2_sec1 p.caution {
  border: #e10000 4px solid;
  background-color: white;
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt2_sec1 p.caution {
    padding: 16px;
  }
}
.ginza .item-area__cnt2_sec1 p.caution span {
  font-size: 20px;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt2_sec1 p.caution span {
    font-size: 2vw;
  }
}
.ginza .item-area__cnt2_sec2_img {
  padding: 35px 0 43px 0;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt2_sec2_img {
    padding: 20px 0 20px 0;
  }
}
.ginza .item-area__cnt2_sec3 p.txt {
  margin-bottom: 30px;
}
.ginza .item-area__cnt2_sec3_img {
  padding: 0px 0 43px 0;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt2_sec3_img {
    padding: 0px 0 20px 0;
  }
}
.ginza .item-area .line02 {
  padding: 60px 0 0 0;
  background-position: top 30px left 10px;
  -webkit-animation-name: zoom-in-anim;
          animation-name: zoom-in-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
}
.ginza .item-area__cnt3 {
  background-position: top right 30px;
  -webkit-animation-name: zoom-in-anim;
          animation-name: zoom-in-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
}
.ginza .item-area__cnt3_sec1 {
  color: #FFFFFF;
}
.ginza .item-area__cnt3_sec1 h3 {
  font-size: 24px;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt3_sec1 h3 {
    font-size: 5vw;
  }
}
.ginza .item-area__cnt3_sec1 a {
  text-decoration: underline;
  color: #FFFFFF;
}
.ginza .item-area__cnt3_sec1_right {
  text-align: justify;
  padding: 0 20px 0 20px;
}
.ginza .item-area__cnt3_sec1_left {
  width: 30%;
  padding: 0 30px;
  margin: 60px auto;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt3_sec1_left {
    text-align: center;
  }
}
.ginza .item-area__cnt3_sec2 {
  padding: 60px 20px 50px 20px;
}
.ginza .item-area__cnt3_sec2 p {
  text-align: right;
}
.ginza .item-area__cnt3_sec3 {
  padding: 0 20px 0 20px;
  margin-bottom: 30px;
  background-position: top right 30px;
  -webkit-animation-name: zoom-in-anim;
          animation-name: zoom-in-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
}
.ginza .item-area__cnt3_sec3 p {
  /*                    padding-left: 30px;*/
}
.ginza .item-area__cnt3_sec3 p span {
  font-weight: bold;
}
.ginza .item-area .line03 {
  background-position: top right 50px;
  -webkit-animation-name: zoom-in-anim;
          animation-name: zoom-in-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
  padding-bottom: 30px;
}
.ginza .item-area__cnt4 {
  padding: 100px 0 0 0;
  background-position: top left 20px;
  -webkit-animation-name: zoom-in-anim;
          animation-name: zoom-in-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt4 {
    padding: 30px 0 0 0;
  }
}
.ginza .item-area__cnt4 .wrap {
  padding: 0 60px;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt4 .wrap {
    padding: 0 20px;
  }
}
.ginza .item-area__cnt4 p {
  padding: 40px 0;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt4 p {
    padding: 20px 0;
  }
}
.ginza .item-area__cnt4 .center {
  padding: 20px 0 130px 0;
  text-align: center;
  background-position: bottom 60px left 20px;
  -webkit-animation-name: zoom-in-anim;
          animation-name: zoom-in-anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
}
@media (max-width: 800px) {
  .ginza .item-area__cnt4 .center {
    padding: 10px 0 130px 0;
  }
}

@-webkit-keyframes zoom-in-anim {
  0% {
    background-size: 0;
  }
  100% {
    background-size: 30%;
  }
}

@keyframes zoom-in-anim {
  0% {
    background-size: 0;
  }
  100% {
    background-size: 30%;
  }
}
@-webkit-keyframes kaku-kaku {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@keyframes kaku-kaku {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
.sd {
  opacity: 0; /* 要素を透明にする */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; /* 0.5秒かけてアニメーションを行う */
}

.sd.show {
  opacity: 1; /* 要素を不透明する */
  -webkit-transform: none;
          transform: none; /* アニメーションをなくす */
}

.sd-bu {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px); /* Y座標を100px移動するアニメーション */
}

.switch__label {
  width: 100px;
  position: relative;
  display: inline-block;
}

.switch__content {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 50px;
  overflow: hidden;
}

.switch__content:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  top: 0;
  left: 0;
  border: 1.5px solid #E5E5EA;
  border-radius: 30px;
  background-color: #fff;
}

.switch__content:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.switch__input {
  display: none;
}

.switch__circle {
  display: block;
  top: 0px;
  left: 2px;
  position: absolute;
  -webkit-box-shadow: 0 2px 6px #999;
  box-shadow: 0 2px 6px #999;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.switch__input:checked ~ .switch__circle {
  left: 50px;
}

.switch__input:checked ~ .switch__content:after {
  background-color: #4bd865;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */