/*
Reset Stylesheet
v1.0
Author: And Arc
*/
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

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

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

body {
  line-height: 1;
  font-family: sans-serif;
}

main {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

._pc {
  display: block;
}

img._pc {
  display: inline;
}

._sp {
  display: none;
}

img._sp {
  display: none;
}

@media (max-width: 767px) {
  ._pc {
    display: none;
  }
  img._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
  img._sp {
    display: inline;
  }
}
.mw {
  width: 94%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

header {
  background-color: #efdf68;
}
.prizeHead {
  margin-bottom: 70px;
}

.prizeTtl img {
  margin-top: -6%;
}

#lottery .prizeTtl img {
  margin-top: -10%;
}

.prizeBody {
  padding-bottom: 180px;
}

.prizeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prizeItem:has(.accountName) img {
  display: block;
  margin-bottom: 10px;
}
.prizeItem .accountName {
  background-color: #b03441;
  padding: 7px 0 9px;
  border-radius: 99em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.prizeNote {
  margin-top: 80px;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

#shigaootsu .prizeList {
  gap: 40px;
}
#shigaootsu .prizeItem {
  position: relative;
  width: calc(50% - 20px);
}
#shigaootsu .prizeItem img {
  margin-bottom: 0;
}
#shigaootsu .prizeItem .accountName {
  position: absolute;
  top: 61.75%;
  left: 0;
  right: 0;
  font-size: min(2.65vw, 26px);
  margin: 0 auto;
  padding: min(0.95vw, 9px) 0;
  width: 83%;
}
#shigaootsu .prizeNote {
  margin-bottom: -20px;
}

#toyota {
  background: #efdf68;
}
#toyota .prizeTtl {
  margin-bottom: 30px;
}
#toyota .prizeList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 8%;
}

#lottery .prizeTtl {
  margin-bottom: 45px;
}
#lottery .prizeBody {
  padding-bottom: 100px;
}
#lottery .prizeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 8%;
}
#lottery .prizeList .prizeItem {
  width: 28%;
}
#lottery .prizeList.prizeList_column02 {
  margin-bottom: 50px;
  grid-template-columns: repeat(2, 1fr);
}

.message {
  padding-bottom: 80px;
}
.message .messageTxt {
  margin-bottom: 50px;
}
.message .linkBtn + .linkBtn {
  margin-top: 30px;
}
@media screen and (hover: hover) {
  .message .linkBtn a:hover {
    opacity: 0.7;
  }
}

.contact {
  background-color: #c13a47;
  padding: 150px 0 80px;
}
.contact .contactBody {
  background-color: #fff;
  padding: 90px 50px 80px;
}
.contact .contactTtl {
  font-size: 35px;
  line-height: 1.8;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.4em;
  color: #c13a47;
  margin-bottom: 75px;
}
.contact .contactBox {
  background-color: #e5e5e5;
  padding: 70px 3% 55px;
}
.contact .contactBox h4,
.contact .contactBox .contactTxt {
  max-width: 630px;
  margin: auto;
}
.contact .contactBox h4 {
  margin-bottom: 35px;
  text-align: center;
  font-size: min(3.8vw, 32px);
  color: #fff;
  background-color: #38abe2;
  padding: 7px 0 9px;
  border-radius: 99em;
}
.contact .contactBox .contactTxt {
  text-align: left;
  font-size: min(2.35vw, 20px);
  line-height: 2.2;
  font-weight: bold;
}

@media (max-width: 767px) {
  .prizeHead {
    margin-bottom: 25px;
  }
  .prizeBody {
    padding-bottom: min(19vw, 120px);
  }
  .prizeNote {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
  }
  #shigaootsu .prizeTtl {
    margin-bottom: 10px;
  }
  #shigaootsu .prizeList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75vw 4%;
  }
  #shigaootsu .prizeItem {
    width: 90%;
    margin: auto;
  }
  #shigaootsu .prizeItem .accountName {
    top: 61.5%;
    font-size: 5vw;
    margin: 0 auto;
    padding: 1.75vw 0 2vw;
  }
  #toyota .prizeTtl {
    margin-bottom: 10px;
  }
  #toyota .prizeBody {
    padding-bottom: min(19vw, 120px);
  }
  #toyota .prizeList {
    gap: 3.5vw 4%;
  }
  #lottery .prizeTtl {
    margin-bottom: 20px;
  }
  .prizeItem .accountName {
    padding: 7px 0 9px;
    font-size: 2.8vw;
  }
  #lottery .prizeBody {
    padding-bottom: 50px;
  }
  #lottery .prizeList {
    gap: 3.5vw 4%;
  }
  #lottery .prizeList.prizeList_column02 {
    margin-bottom: 3.5vw;
  }
  #lottery .prizeList .prizeItem {
    width: 30.6666%;
  }
  .message {
    padding-bottom: 60px;
  }
  .message .messageTxt {
    margin-bottom: 30px;
  }
  .message .linkBtn + .linkBtn {
    margin-top: 20px;
  }
  .contact {
    padding: 80px 0 80px;
  }
  .contact .contactBody {
    padding: 35px 3% 35px;
  }
  .contact .contactTtl {
    margin-bottom: 30px;
    font-size: 7vw;
    letter-spacing: 0.2em;
  }
  .contact .contactBox {
    padding: 35px 6% 30px;
  }
  .contact .contactBox h4,
  .contact .contactBox .contactTxt {
    max-width: 630px;
    margin: auto;
  }
  .contact .contactBox h4 {
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: min(4vw, 32px);
    padding: 7px 0 6px;
  }
  .contact .contactBox h4 .spbr {
    display: block;
  }
  .contact .contactBox .contactTxt {
    font-size: min(3.5vw, 20px);
  }
}