@charset "UTF-8";
main {
  background-color: #112B59;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  main {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  main {
    font-size: 3.2vw;
  }
}
main .serif {
  font-family: "Noto Serif JP", serif;
}

.cam01 {
  padding-block: 10em 6em;
}
@media screen and (max-width: 750px) {
  .cam01 {
    padding-block: 7em 3em;
  }
}
.cam01_inner {
  max-width: 71.875em;
  width: 90%;
  margin-inline: auto;
  position: relative;
  background-color: #CFC182;
  padding-block: 6.25em 4.375em;
  border-radius: 0.625em;
}
@media screen and (max-width: 750px) {
  .cam01_inner {
    padding-block: 4.25em 2em;
  }
}
.cam01_inner h2 {
  position: absolute;
  top: -5.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 55.3125em;
}
@media screen and (max-width: 750px) {
  .cam01_inner h2 {
    width: 100%;
    top: -3.5em;
  }
}
.cam01_block {
  position: relative;
  max-width: 57.125em;
  width: 90%;
  margin-inline: auto;
}
.cam01_block_icon {
  position: absolute;
  top: -1.5em;
  left: -2.5em;
  width: 25.2%;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .cam01_block_icon {
    left: -1.5em;
    width: 45.2%;
  }
}
.cam01_block_icon.num03 {
  width: 21.88%;
}
@media screen and (max-width: 750px) {
  .cam01_block_icon.num03 {
    width: 37.88%;
  }
}
.cam01_block_bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cam01_block_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 916/16;
  background-image: url("../260110_newYear-fair/flame_top.webp");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 750px) {
  .cam01_block_bg::before {
    background-position: right;
  }
}
.cam01_block_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 916/16;
  background-image: url("../260110_newYear-fair/flame_bottom.webp");
  background-size: contain;
  background-repeat: repeat;
  background-position: center center;
}
.cam01_block_inner {
  position: relative;
  padding-top: 1em;
  padding-inline: 2em;
  background-image: url("../260110_newYear-fair/flame_loop.webp");
  background-size: contain;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .cam01_block_inner {
    padding-bottom: 1em;
  }
}
.cam01_block_ttl {
  padding-left: 2.625em;
}
@media screen and (max-width: 750px) {
  .cam01_block_ttl {
    text-align: center;
    padding-left: 0;
  }
}
.cam01_block_ttl h3 {
  font-size: 2.625em;
  color: #ca2102;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .cam01_block_ttl h3 {
    font-size: 1.8em;
  }
}
.cam01_block_ttl h3 .num {
  font-size: 1.6666666667em;
}
.cam01_block_txt {
  font-size: 1.3125em;
  font-weight: 500;
  margin-top: 0.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cam01_block_txt {
    font-size: 1em;
    margin-top: 0.5em;
  }
}
.cam01_block_img {
  margin-top: 1em;
}
.cam01_block_note {
  margin-top: 1em;
}
.cam01_block_note p {
  font-size: 0.75em;
  letter-spacing: 0;
}
.cam01_block:first-of-type .cam01_block_inner {
  padding-top: 0.4em;
}
@media screen and (max-width: 750px) {
  .cam01_block:first-of-type .cam01_block_inner {
    padding-top: 1em;
  }
}
.cam01_block:nth-of-type(n + 2) {
  margin-top: 4em;
}
.cam01_block.second .cam01_block_ttl {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 750px) {
  .cam01_block.second .cam01_block_ttl {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.cam01_block.second .cam01_block_ttl .cam01_cam02_01 {
  font-size: 2.125em;
  font-weight: bold;
  color: #ca2102;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding-top: 0.3em;
}
@media screen and (max-width: 750px) {
  .cam01_block.second .cam01_block_ttl .cam01_cam02_01 {
    padding-top: 0;
    font-size: 1.4em;
  }
}
.cam01_block.second .cam01_block_ttl .cam01_cam02_02 {
  position: absolute;
  bottom: 0;
  left: 2.8em;
  font-size: 1.3125em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .cam01_block.second .cam01_block_ttl .cam01_cam02_02 {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 1.1em;
    margin-top: 0.2em;
  }
}
.cam01_block.third .cam01_block_ttl h3 {
  font-size: 2em;
}
.cam01_block.third .cam01_block_tokuten_list:nth-of-type(n + 2) {
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 0.09375em solid #000;
}
.cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  align-items: flex-start;
  position: relative;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl {
    flex-direction: column;
    align-items: center;
    gap: 1em;
    text-align: center;
  }
}
.cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl_num {
  font-size: 1.4375em;
  color: #fff;
  background-color: #85760f;
  padding: 0.2em 0.3em 0.2em 0.5em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl_num {
    width: 100%;
    font-size: 1.1em;
    padding-block: 0.1em;
  }
}
.cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl h4 {
  color: #85760f;
  font-size: 2.0625em;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl h4 {
    font-size: 1.5em;
  }
}
.cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl h4.no2 {
  font-size: 3.25em;
}
@media screen and (max-width: 750px) {
  .cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl h4.no2 {
    font-size: 2.5em;
  }
}
.cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl h4 .black {
  color: #231815;
  font-size: 0.52em;
  line-height: 1.2;
}
.cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl h4 .gold {
  letter-spacing: -0.02em;
}
.cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl h4 .gold .num {
  font-size: 1.48em;
}
.cam01_block.third .cam01_block_tokuten_list .cam01_block_tokuten_ttl h4 .gold ruby rt {
  font-size: 0.3em;
  vertical-align: middle;
}

.tyusen {
  background-image: url("../260110_newYear-fair/tyusen_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-block: 5.25em 4.375em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .tyusen {
    padding-block: 3em;
  }
}
.tyusen_side {
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 1;
  width: 11.33%;
}
@media screen and (max-width: 750px) {
  .tyusen_side {
    display: none;
  }
}
.tyusen_side.sideRight {
  left: auto;
  right: 1%;
}
.tyusen_cloud {
  position: absolute;
  top: 9em;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .tyusen_cloud {
    display: none;
  }
}
.tyusen_cloud.sideLeft {
  width: 13.5em;
}
.tyusen_cloud.sideRight {
  left: auto;
  right: 0;
  width: 12.1875em;
}
.tyusen_inner {
  max-width: 62.5em;
  width: 90%;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .tyusen_inner {
    width: 100%;
  }
}
.tyusen_present {
  margin-top: 2em;
}
.tyusen_amazon {
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .tyusen_amazon {
    width: 90%;
    margin-inline: auto;
  }
}
.tyusen .cam01_block_note {
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .tyusen .cam01_block_note {
    width: 90%;
    margin-inline: auto;
  }
}
.tyusen .cam01_block_note p {
  color: #fff;
}

.compareEvent {
  background-image: url("../260110_newYear-fair/kengaku_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-block: 5.25em 4.375em;
}
@media screen and (max-width: 750px) {
  .compareEvent {
    padding-block: 4.25em 3.375em;
  }
}
.compareEvent_inner {
  max-width: 56.25em;
  width: 90%;
  margin-inline: auto;
}
.compareEvent_block {
  text-align: center;
  margin-top: 4em;
}
.compareEvent_block:nth-of-type(n + 2) {
  margin-top: 8em;
}
@media screen and (max-width: 750px) {
  .compareEvent_block:nth-of-type(n + 2) {
    margin-top: 6em;
  }
}
.compareEvent_block_tie {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 0.2em 3em;
}
@media screen and (max-width: 750px) {
  .compareEvent_block_tie {
    font-size: 1em;
  }
}
.compareEvent_block_name {
  margin-top: 2em;
  width: 25em;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .compareEvent_block_name {
    width: 60%;
    margin-top: 1em;
  }
}
.compareEvent_block_txt {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .compareEvent_block_txt {
    font-size: 1em;
  }
}
.compareEvent_block_ldk {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .compareEvent_block_ldk {
    font-size: 1.1em;
  }
}
.compareEvent_block_img {
  margin-top: 2em;
}
.compareEvent_block_btnArea {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .compareEvent_block_btnArea {
    flex-direction: column;
    gap: 0.75em;
    align-items: center;
  }
}
.compareEvent_block_btnArea .btnArea_btn {
  width: 20em;
  margin: 0;
}
.compareEvent_block_btnArea .btnArea_btn a {
  font-size: 1.15em;
}

.bunjyoCam {
  padding-block: 5.25em 4.375em;
  background-color: #f4edd8;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bunjyoCam {
    padding-bottom: 1em;
  }
}
.bunjyoCam_lead {
  font-size: 2.0625em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .bunjyoCam_lead {
    font-size: 1.6em;
  }
}
.bunjyoCam h2 {
  color: #91804f;
  font-size: 3.125em;
  font-weight: bold;
  margin-top: 0.1em;
}
@media screen and (max-width: 750px) {
  .bunjyoCam h2 {
    font-size: 2.4em;
    line-height: 1.3;
    margin-top: 0.3em;
  }
}
.bunjyoCam_box {
  max-width: 62.5em;
  width: 90%;
  margin-inline: auto;
}
.bunjyoCam_bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-top: 2em;
}
.bunjyoCam_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 916/16;
  background-image: url("../260110_newYear-fair/flame_top.webp");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 750px) {
  .bunjyoCam_bg::before {
    background-size: contain;
    position: relative;
    bottom: -1px;
  }
}
.bunjyoCam_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 916/16;
  background-image: url("../260110_newYear-fair/flame_bottom.webp");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 750px) {
  .bunjyoCam_bg::after {
    background-size: contain;
    position: relative;
    top: -1px;
  }
}
.bunjyoCam_inner {
  position: relative;
  padding-top: 1em;
  padding-inline: 15%;
  background-image: url("../260110_newYear-fair/flame_loop.webp");
  background-size: contain;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: 6em;
  padding-block: 3em;
}
@media screen and (max-width: 750px) {
  .bunjyoCam_inner {
    padding-inline: 9%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0em;
    padding-block: 2em;
  }
}
.bunjyoCam_block {
  width: 50%;
  padding-right: 6%;
  border-right: 0.0625em solid #91804f;
}
.bunjyoCam_block:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 6%;
  border-right: none;
}
.bunjyoCam_block:last-of-type {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .bunjyoCam_block {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .bunjyoCam_block:nth-of-type(n + 2) {
    padding-top: 3em;
    margin-top: 4em;
    border-top: 0.0625em solid #91804f;
  }
}
.bunjyoCam_block_ttl {
  font-size: 1.4375em;
  font-weight: 500;
  margin-top: 0.2em;
}
.bunjyoCam_block_price {
  margin-top: 0.3em;
}
.bunjyoCam_block_price_txt {
  font-size: 1.125em;
}
.bunjyoCam_block_price_value {
  font-size: 2.3125em;
  font-weight: bold;
}
.bunjyoCam_block_price_value span {
  font-size: 0.8108108108em;
}
.bunjyoCam_block_price_value.priceBefore {
  position: relative;
}
.bunjyoCam_block_price_value.priceBefore::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(8deg);
  width: 60%;
  height: 0.08125em;
  background-color: #b60005;
  z-index: 1;
}
.bunjyoCam_block_price_value.priceBefore::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-8deg);
  width: 60%;
  height: 0.08125em;
  background-color: #b60005;
  z-index: 1;
}
.bunjyoCam_block_price_value.priceAfter {
  font-size: 3.3125em;
  position: relative;
}
.bunjyoCam_block_price_value.priceAfter::before {
  content: "▼";
  display: inline-block;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 0.36em;
  font-weight: bold;
}
.bunjyoCam_block_price_note {
  margin-top: 0.3em;
}
.bunjyoCam_block_price_note p {
  font-size: 0.875em;
}
.bunjyoCam_block_price.doubleNG .doubleNG_block {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 1em;
  background-color: #b60005;
  color: #fff;
  padding: 0.45em 0.3em 0.45em 0.5em;
}
.bunjyoCam_block_price.doubleNG .bunjyoCam_block_price_txt {
  margin-top: 1em;
}
.bunjyoCam_block_price.doubleNG .bunjyoCam_block_price_value.priceAfter {
  line-height: 1.2;
}
.bunjyoCam_block_price.doubleNG .bunjyoCam_block_price_value.priceAfter::before {
  content: none;
}
.bunjyoCam_block_price.doubleNG .bunjyoCam_block_price_note {
  margin-top: 1em;
}
.bunjyoCam_block_btnArea {
  margin-top: 0.5em;
}
.bunjyoCam_block_btnArea .btnArea_btn {
  width: 100%;
  margin-top: 0;
}
.bunjyoCam_block_btnArea .btnArea_btn a {
  font-size: 1em;
}
.bunjyoCam_block_btnArea .btnArea_btn:nth-of-type(n + 2) {
  margin-top: 0.5em;
}

.contact {
  margin-top: 0;
}

.btnArea_btn {
  text-align: center;
  width: 28.75em;
  margin-inline: auto;
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  .btnArea_btn {
    width: 100%;
  }
}
.btnArea_btn a {
  display: block;
  width: 100%;
  font-size: 1.375em;
  font-weight: 500;
  color: #231815;
  position: relative;
  background-color: #fff;
  border: 0.1em solid #000;
  border-radius: 3em;
  box-shadow: 0.1em 0.2em 0em 0 rgb(0, 0, 0);
  transition-duration: 0.3s;
  padding: 0.9em 0;
}
@media screen and (max-width: 750px) {
  .btnArea_btn a {
    font-size: 1.1em;
  }
}
.btnArea_btn a::before {
  content: "→";
  display: inline-block;
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btnArea_btn.red {
  color: #cc2514;
}
.btnArea_btn.red a {
  background-color: #e50012;
  color: #fff;
  border: 0.1em solid #fff;
}
.btnArea_btn.anchor a::before {
  content: "↓";
}/*# sourceMappingURL=style.css.map */