@charset "UTF-8";
@import url("magnific-popup.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

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

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

caption, th {
  font-weight: bold;
  text-align: left;
}

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input, textarea, select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio], input[type=checkbox], input[type=submit] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  80% {
    opacity: 1;
    background: black;
  }
  100% {
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  80% {
    opacity: 1;
    background: black;
  }
  100% {
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
  }
}
@-webkit-keyframes fv_fuwa {
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes fv_fuwa {
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-s {
    display: none !important;
  }
}
h1, h2, h3, h4, h5, p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.tamahiyo_2026 {
  font-family: "FOT-筑紫A丸ゴシック Std B", serif;
  font-weight: 500;
  position: relative;
  padding: 20px 20px 0;
  overflow: hidden;
  color: #000;
  background: white;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 {
    padding: 0;
  }
}
.tamahiyo_2026 .tamahiyo_2026-wrapper {
  background: #fffecc;
}
.tamahiyo_2026 .sec-kv {
  position: relative;
  z-index: 0;
}
.tamahiyo_2026 .sec-kv img {
  width: 100%;
  height: auto;
}
.tamahiyo_2026 .sec-kv .att {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}
.tamahiyo_2026 .intro-campaign-btn {
  margin: 20px auto;
  max-width: 490px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .intro-campaign-btn {
    margin-top: 6.6666666667vw;
    max-width: 85%;
  }
}
.tamahiyo_2026 .intro-campaign-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #27b9c4;
  border: 3px solid white;
  border-radius: 40px;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tamahiyo_2026 .intro-campaign-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -2;
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tamahiyo_2026 .intro-campaign-btn:hover::before {
  right: -3px;
  bottom: -3px;
}
.tamahiyo_2026 .intro-campaign-btn a {
  font-size: 22px;
  color: white;
  padding: 15px 0 17px;
  letter-spacing: 0.05em;
  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;
  position: relative;
  border-radius: 40px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .intro-campaign-btn a {
    font-size: 3.7333333333vw;
    padding: 3.7333333333vw 0;
  }
}
.tamahiyo_2026 .intro-campaign-btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  margin-left: 25px;
  display: block;
}
.tamahiyo_2026 .sec-message {
  background: #ffda00;
  position: relative;
  padding: 70px 0;
  color: #083156;
  margin-bottom: 100px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message {
    padding: 10.6666666667vw 0;
    margin-bottom: 8vw;
    margin-top: 8vw;
  }
}
.tamahiyo_2026 .sec-message::before {
  content: "";
  background-image: url(../img/message/deco.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  top: -18px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message::before {
    height: 2.9333333333vw;
    top: -2.9333333333vw;
    background-image: url(../img/message/deco-sp.svg);
  }
}
.tamahiyo_2026 .sec-message::after {
  content: "";
  background-image: url(../img/message/deco.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: -18px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message::after {
    height: 2.9333333333vw;
    bottom: -2.9333333333vw;
    background-image: url(../img/message/deco-sp.svg);
  }
}
.tamahiyo_2026 .sec-message .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0 120px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .title-area {
    padding: 0 5.3333333333vw;
    display: block;
  }
}
.tamahiyo_2026 .sec-message .title-area .num {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .title-area .num {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.tamahiyo_2026 .sec-message .title-area .num p {
  background: white;
  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;
  border-radius: 40px;
  font-size: 18px;
  color: #083156;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .title-area .num p {
    width: 50%;
    font-size: 2.9333333333vw;
    height: 6.6666666667vw;
  }
}
.tamahiyo_2026 .sec-message .title-area .num p + p {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .title-area .num p + p {
    margin: 0;
  }
}
.tamahiyo_2026 .sec-message .title-area .num.txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tamahiyo_2026 .sec-message .title-area .num h3 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .title-area .num h3 {
    font-size: 4.5333333333vw;
    margin: 4vw 0;
  }
}
.tamahiyo_2026 .sec-message .top-txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.65;
  margin: 40px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .top-txt {
    font-size: 3.4666666667vw;
    margin: 0 0 6.6666666667vw;
  }
}
.tamahiyo_2026 .sec-message .fig {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .fig {
    margin-bottom: 6.6666666667vw;
  }
}
.tamahiyo_2026 .sec-message .fig img {
  width: 521px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .fig img {
    width: 38.9333333333vw;
  }
}
.tamahiyo_2026 .sec-message .ttl-merrit {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .ttl-merrit {
    margin-bottom: 4vw;
  }
}
.tamahiyo_2026 .sec-message .ttl-merrit img {
  width: 372px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .ttl-merrit img {
    width: 68.8vw;
  }
}
.tamahiyo_2026 .sec-message .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8vw;
    padding: 0 13.3333333333vw;
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tamahiyo_2026 .sec-message .list li {
  background: white;
  border: 5px solid #ec7971;
  border-radius: 50%;
  width: 170px;
  height: 160px;
  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;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .list li {
    border: 5px solid #ec7971;
    width: 49%;
    height: 45%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-bottom: 2%;
  }
  .tamahiyo_2026 .sec-message .list li::before {
    padding-top: 95%;
    content: "";
    display: block;
  }
}
.tamahiyo_2026 .sec-message .list li p {
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .list li p {
    font-size: 3.2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    white-space: nowrap;
  }
}
.tamahiyo_2026 .sec-message .list li:nth-child(1), .tamahiyo_2026 .sec-message .list li:nth-child(4) {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .list li:nth-child(1), .tamahiyo_2026 .sec-message .list li:nth-child(4) {
    margin-top: 0;
  }
}
.tamahiyo_2026 .sec-message .title-area2 h3 {
  text-align: center;
  font-size: 27px;
  margin-bottom: 40px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .title-area2 h3 {
    font-size: 4.8vw;
    margin-bottom: 8vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
.tamahiyo_2026 .sec-message .title-area2 h3 span {
  display: inline;
  padding: 0 4px 2px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 60%, #fff 0%);
}
.tamahiyo_2026 .sec-message .title-area2 h4 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #ec7971;
  height: 50px;
  width: 590px;
  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;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .title-area2 h4 {
    font-size: 3.7333333333vw;
    height: 10.6666666667vw;
    width: 80%;
  }
}
.tamahiyo_2026 .sec-message .title-area2 .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 590px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .title-area2 .list2 {
    gap: 5px;
    width: 80%;
  }
}
.tamahiyo_2026 .sec-message .title-area2 .list2 li {
  background: white;
  width: 50%;
  padding: 20px 0;
  text-align: center;
  border-radius: 0 0 21px 21px;
  color: #ec7971;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .title-area2 .list2 li {
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 0;
    border-radius: 0 0 2.9333333333vw 2.9333333333vw;
  }
}
.tamahiyo_2026 .sec-message .bottom-fig {
  text-align: center;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .bottom-fig {
    margin-top: 6.6666666667vw;
    padding: 0 12vw;
  }
}
.tamahiyo_2026 .sec-message .bottom-fig img {
  width: 522px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-message .bottom-fig img {
    width: 100%;
  }
}
.tamahiyo_2026 .sec-intro {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 0 auto;
}
.tamahiyo_2026 .sec-intro .intro-area {
  margin: 0 0 65px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area {
    margin-bottom: 12vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .main-fig img {
  width: 100%;
  height: auto;
}
.tamahiyo_2026 .sec-intro .intro-area .ttl {
  max-width: 720px;
  margin: 65px auto 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .ttl {
    max-width: 100%;
    padding: 0 5.3333333333vw;
    margin: 10.6666666667vw auto 14.6666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .ttl::before {
  content: "";
  background-image: url(../img/intro/bal.svg);
  background-repeat: no-repeat;
  background-size: 93px auto;
  width: 93px;
  height: 160px;
  position: absolute;
  left: -5px;
  bottom: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .ttl::before {
    background-size: 11.4666666667vw auto;
    width: 11.4666666667vw;
    height: 19.7333333333vw;
    left: 2.6666666667vw;
    bottom: 3.7333333333vw;
    z-index: 3;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .ttl::after {
  content: "";
  background-image: url(../img/intro/box.svg);
  background-repeat: no-repeat;
  background-size: 88px auto;
  width: 88px;
  height: 100px;
  position: absolute;
  right: 16px;
  top: -50px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .ttl::after {
    background-size: 10.9333333333vw auto;
    width: 10.9333333333vw;
    height: 12.2666666667vw;
    right: 3.7333333333vw;
    top: -4.5333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .ttl img {
  width: 100%;
  height: auto;
}
.tamahiyo_2026 .sec-intro .intro-area .present-area {
  border: 6px solid #ffda00;
  max-width: 720px;
  background: white;
  border-radius: 23px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area {
    border: 3px solid #ffda00;
    max-width: 100%;
    margin: 0 5.3333333333vw;
    border-radius: 2.9333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .title-area {
  text-align: center;
  position: relative;
  top: -60px;
  margin-bottom: -35px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .title-area {
    top: -8vw;
    margin-bottom: -5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .title-area img {
  width: 645px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .title-area img {
    width: 82.6666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="frag1.svg"] {
  position: absolute;
  left: -26px;
  top: 85px;
  width: 223px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="frag1.svg"] {
    left: -3.2vw;
    top: 10.6666666667vw;
    width: 26.9333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="frag2.svg"] {
  position: absolute;
  right: -21px;
  top: 790px;
  width: 223px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="frag2.svg"] {
    right: -2.6666666667vw;
    top: 120vw;
    width: 27.4666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="frag3.svg"] {
  position: absolute;
  left: -32px;
  top: 1007px;
  width: 218px;
  height: auto;
}
.tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="deco1.svg"] {
  position: absolute;
  right: 53px;
  top: 367px;
  width: 33px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="deco1.svg"] {
    right: 5.3333333333vw;
    top: 58.6666666667vw;
    width: 4.5333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="deco2.svg"] {
  position: absolute;
  left: 64px;
  top: 815px;
  width: 47px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="deco2.svg"] {
    left: 8vw;
    top: 122.6666666667vw;
    width: 5.6vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="deco3.svg"] {
  position: absolute;
  right: 70px;
  top: 1110px;
  width: 41px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area img[src*="deco3.svg"] {
    right: 5.3333333333vw;
    top: inherit;
    bottom: 42.6666666667vw;
    width: 5.6vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p0 {
  margin-bottom: 35px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p0 {
    margin-bottom: 0vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p0 .fig {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p0 .fig {
    margin-bottom: 9.3333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p0 .fig img {
  width: 440px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p0 .fig img {
    width: 72vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p1 {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p1 {
    margin-top: -5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p1::after {
  content: "";
  background-image: url(../img/intro/num1/bg1.svg);
  background-repeat: no-repeat;
  background-size: 559px auto;
  width: 559px;
  height: 416px;
  display: block;
  position: absolute;
  left: 80px;
  top: -46px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p1::after {
    background-size: 73.3333333333vw auto;
    width: 73.3333333333vw;
    height: 56vw;
    left: 6.6666666667vw;
    top: -5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p1 .fig {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p1 .fig {
    margin-bottom: 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p1 .fig img {
  width: 473px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p1 .fig img {
    width: 61.8666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p1 h3 {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
  line-height: 1.9;
  color: #685400;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p1 h3 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p1 h3 .wave {
  font-size: 34px;
  text-align: center;
  -webkit-text-decoration: 3px underline wavy #ffda00;
          text-decoration: 3px underline wavy #ffda00;
  text-underline-offset: 8px;
  padding: 0 3px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p1 h3 .wave {
    font-size: 4.8vw;
    -webkit-text-decoration: 1px underline wavy #ffda00;
            text-decoration: 1px underline wavy #ffda00;
    text-underline-offset: 4px;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p1 p {
  font-size: 19px;
  line-height: 1.4736842105;
  color: #083156;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p1 p {
    font-size: 3.4666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .plus {
  text-align: center;
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .plus {
    margin: 9.3333333333vw 0;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .plus img {
  width: 68px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .plus img {
    width: 9.8666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p2 {
  position: relative;
  z-index: 3;
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p2::after {
  content: "";
  background-image: url(../img/intro/num1/bg2.svg);
  background-repeat: no-repeat;
  background-size: 309px auto;
  width: 309px;
  height: 309px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p2::after {
    background-size: 47.2vw auto;
    width: 47.2vw;
    height: 47.2vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p2 .fig {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p2 .fig {
    margin-bottom: 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p2 .fig img {
  width: 474px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p2 .fig img {
    width: 58.9333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p2 p {
  font-size: 19px;
  line-height: 1.4736842105;
  color: #083156;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p2 p {
    font-size: 3.4666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p3 {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p3 {
    padding: 6.6666666667vw 0 4vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p3 .fig {
  text-align: center;
  margin-bottom: 20px;
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p3 .fig img {
  width: 440px;
  height: auto;
}
.tamahiyo_2026 .sec-intro .intro-area .present-area .p3 .note {
  font-size: 12px;
  line-height: 1.3636363636;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area .p3 .note {
    font-size: 2.9333333333vw;
    padding: 0 2.6666666667vw;
    text-align: left;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 {
  border: 6px solid #ff9c9c;
  padding: 55px 0 35px;
  max-width: 720px;
  background: white;
  border-radius: 23px;
  margin: 45px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area2 {
    border: 3px solid #ff9c9c;
    max-width: 100%;
    margin: 9.3333333333vw 5.3333333333vw;
    border-radius: 2.9333333333vw;
    padding: 8vw 0 6.6666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2::before {
  content: "";
  background-image: url(../img/intro/num2/deco1.svg);
  background-repeat: no-repeat;
  background-size: 84px auto;
  width: 84px;
  height: 70px;
  display: block;
  position: absolute;
  left: 55px;
  top: 337px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area2::before {
    background-size: 10.1333333333vw auto;
    width: 10.1333333333vw;
    height: 8.5333333333vw;
    left: 7.4666666667vw;
    top: 46.6666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2::after {
  content: "";
  background-image: url(../img/intro/num2/deco2.svg);
  background-repeat: no-repeat;
  background-size: 143px auto;
  width: 143px;
  height: 268px;
  display: block;
  position: absolute;
  right: 33px;
  top: 216px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area2::after {
    background-size: 16.8vw auto;
    width: 16.8vw;
    height: 36.8vw;
    right: 2.6666666667vw;
    top: 34.1333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #f95d5d;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area2 h2 {
    font-size: 4.2666666667vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 h2 div {
  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;
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 h2 div::before {
  content: "";
  background-image: url(../img/intro/num2/line.svg);
  background-repeat: no-repeat;
  background-size: 41px auto;
  width: 41px;
  height: 69px;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area2 h2 div::before {
    background-size: 5.6vw auto;
    width: 5.6vw;
    height: 9.3333333333vw;
    margin-right: 0vw;
    margin-top: 1.3333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 h2 div::after {
  content: "";
  background-image: url(../img/intro/num2/line.svg);
  background-repeat: no-repeat;
  background-size: 41px auto;
  width: 41px;
  height: 69px;
  display: block;
  margin-left: 10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area2 h2 div::after {
    background-size: 5.6vw auto;
    width: 5.6vw;
    height: 9.3333333333vw;
    margin-left: 0vw;
    margin-top: 1.3333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 h2 div span {
  position: relative;
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 h2 div span i {
  font-family: serif;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area2 h2 div span i {
    font-size: 4.8vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 .txt {
  text-align: center;
  color: #083156;
  font-size: 21px;
  line-height: 1.4;
  margin: 15px 0 30px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area2 .txt {
    font-size: 3.4666666667vw;
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 .fig {
  text-align: center;
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 .fig img {
  width: 392px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area2 .fig img {
    width: 56.8vw;
  }
}
.tamahiyo_2026 .sec-intro .intro-area .present-area2 .note {
  font-size: 11px;
  color: #083156;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-intro .intro-area .present-area2 .note {
    font-size: 2.4vw;
  }
}
.tamahiyo_2026 .sec-benefits {
  margin: 100px auto 80px;
  max-width: 735px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-benefits {
    margin: 16vw auto 0;
    max-width: 100%;
  }
}
.tamahiyo_2026 .sec-benefits .list li {
  border: 3px solid #ffda00;
  background: white;
  border-radius: 25px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-benefits .list li {
    border: 2px solid #ffda00;
    border-radius: 30px;
    margin-bottom: 8vw;
  }
}
.tamahiyo_2026 .sec-benefits .list li.num1 {
  padding: 75px 45px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-benefits .list li.num1 {
    padding: 8vw 5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-benefits .list li.num2 {
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-benefits .list li.num2 {
    padding: 8vw 5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-benefits .list li.num3 {
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-benefits .list li.num3 {
    padding: 8vw 0;
  }
}
.tamahiyo_2026 .sec-benefits .list li .raw {
  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;
}
.tamahiyo_2026 .sec-benefits .list li .raw .fig {
  width: 317px;
  margin-right: 45px;
}
.tamahiyo_2026 .sec-benefits .list li .raw .fig2 {
  width: 286px;
  margin-right: 45px;
}
.tamahiyo_2026 .sec-benefits .list li .raw .txt-area h3 {
  font-size: 32px;
  line-height: 1.375;
  text-align: center;
  letter-spacing: 0.1em;
}
.tamahiyo_2026 .sec-benefits .list li .raw .txt-area p {
  font-size: 25px;
  line-height: 1.44;
  text-align: center;
  letter-spacing: 0.1em;
}
.tamahiyo_2026 .sec-benefits .list li .message {
  text-align: center;
  font-size: 37px;
  letter-spacing: 0.1em;
}
.tamahiyo_2026 .sec-event .place-area {
  background: #ffda00;
  position: relative;
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .place-area {
    padding: 4vw 0 8vw;
  }
}
.tamahiyo_2026 .sec-event .place-area::before {
  content: "";
  background-image: url(../img/event/top.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 35px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -27px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .place-area::before {
    height: 3.7333333333vw;
    top: -3.4666666667vw;
  }
}
.tamahiyo_2026 .sec-event .place-area h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .place-area h2 {
    margin-bottom: 4vw;
  }
}
.tamahiyo_2026 .sec-event .place-area h2 img {
  width: 474px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .place-area h2 img {
    width: 72vw;
  }
}
.tamahiyo_2026 .sec-event .place-area .bal {
  position: absolute;
  right: 50px;
  top: -40px;
  width: 60px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .place-area .bal {
    right: 2.6666666667vw;
    top: -6.6666666667vw;
    width: 9.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .place-area .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .place-area .btn-list {
    gap: 10px;
    padding: 0 5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .place-area .btn-list li {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .place-area .btn-list li {
    width: 50%;
  }
}
.tamahiyo_2026 .sec-event .place-area .btn-list li a {
  color: white;
  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;
  border-radius: 40px;
  padding: 14px 0 16px;
  font-size: 20px;
  letter-spacing: 0.075em;
  text-align: center;
  border: 3px solid white;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .place-area .btn-list li a {
    padding: 2.9333333333vw 0;
    font-size: 3.2vw;
    border: 2px solid white;
  }
}
.tamahiyo_2026 .sec-event .place-area .btn-list li a.kanto {
  background: #4cc0d3;
}
.tamahiyo_2026 .sec-event .place-area .btn-list li a.kinki {
  background: #ef9595;
}
.tamahiyo_2026 .sec-event .place-area .btn-list li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  margin-left: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .place-area .btn-list li a::after {
    border-top: 1.0666666667vw solid transparent;
    border-bottom: 1.0666666667vw solid transparent;
    border-left: 1.6vw solid #fff;
    margin-left: 1.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .place-area .note {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  color: #083156;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .place-area .note {
    margin-top: 4vw;
    font-size: 2.9333333333vw;
  }
}
.tamahiyo_2026 .sec-event .guide-area {
  padding: 70px 0 25px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .guide-area {
    padding: 9.3333333333vw 0 6.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .guide-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/event/bg-dot.webp);
  background-size: 845px auto;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .guide-area::before {
    background-size: 112.5333333333vw auto;
  }
}
.tamahiyo_2026 .sec-event .guide-area .illust1 {
  position: absolute;
  left: 33px;
  top: -75px;
  width: 95px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .guide-area .illust1 {
    left: 4vw;
    top: -11.7333333333vw;
    width: 14.9333333333vw;
  }
}
.tamahiyo_2026 .sec-event .guide-area .illust2 {
  position: absolute;
  right: 20px;
  top: -85px;
  width: 87px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .guide-area .illust2 {
    right: 2.6666666667vw;
    top: -11.7333333333vw;
    width: 13.6vw;
  }
}
.tamahiyo_2026 .sec-event .guide-area .guide-title {
  line-height: 1;
  background: white;
  border-radius: 60px;
  padding: 25px 0;
  font-size: 34px;
  color: #083156;
  margin: 0 auto 20px;
  max-width: 580px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .guide-area .guide-title {
    padding: 4vw 0;
    font-size: 4.2666666667vw;
    margin: 0 auto 4.5333333333vw;
    max-width: 85.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .guide-area .guide-txt {
  text-align: center;
}
.tamahiyo_2026 .sec-event .guide-area .guide-txt img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .guide-area .guide-txt img {
    width: 80vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list {
  margin-top: 190px;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list {
    margin-top: 21.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li {
  background: white;
  position: relative;
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 {
  padding: 0 55px 40px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num1 {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .mv {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num1 .mv {
    top: -13.3333333333vw;
    margin-bottom: -13.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .mv img {
  width: 720px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num1 .mv img {
    width: 91.2vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .fig {
  width: 50%;
  text-align: center;
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .fig img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .fig img {
    width: 45.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .fig.fig1 {
  width: 55%;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .fig.fig1 {
    padding-top: 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .fig.fig1 img {
  width: 100%;
  height: auto;
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .txt-area {
  width: 45%;
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .txt-area .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .txt-area .type p {
  padding: 0 3px;
  display: inline-block;
  font-size: 33px;
  letter-spacing: 0.084em;
  color: #ff6c7e;
  position: relative;
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .txt-area .type p::after {
  content: "";
  background-image: url(../img/event/wave.webp);
  background-size: auto 6px;
  background-position: center center;
  width: 103%;
  height: 6px;
  position: absolute;
  left: -1px;
  bottom: 2px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .txt-area .type p {
    font-size: 4vw;
  }
  .tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .txt-area .type p::after {
    content: "";
    background-image: url(../img/event/wave-sp.webp);
    background-size: auto 3px;
    background-position: center center;
    width: 100%;
    height: 0.8vw;
    position: absolute;
    left: 0;
    bottom: -0.5333333333vw;
    display: block;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .txt-area .type p span {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .txt-area .type p span {
    font-size: 6.9333333333vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .txt-area h4 {
  text-align: center;
  font-size: 26px;
  margin-top: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num1 .raw .txt-area h4 {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.pat .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.pat .type {
    margin-bottom: 0vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.pat .type p {
  padding: 0 3px;
  display: inline-block;
  font-size: 33px;
  letter-spacing: 0.084em;
  color: #009bbf;
  position: relative;
}
.tamahiyo_2026 .sec-event .benefit-list li.pat .type p::after {
  content: "";
  background-image: url(../img/event/wave.webp);
  background-size: auto 6px;
  background-position: center center;
  width: 103%;
  height: 6px;
  position: absolute;
  left: -1px;
  bottom: 2px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.pat .type p {
    text-decoration: none;
    position: relative;
    font-size: 4vw;
  }
  .tamahiyo_2026 .sec-event .benefit-list li.pat .type p::after {
    content: "";
    background-image: url(../img/event/wave-sp.webp);
    background-size: auto 3px;
    background-position: center center;
    width: 100%;
    height: 0.8vw;
    position: absolute;
    left: 0;
    bottom: -0.5333333333vw;
    display: block;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.pat .type p span {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.pat .type p span {
    font-size: 6.9333333333vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.pat .raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.pat .raw {
    gap: 10.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.pat .raw::after {
  content: "or";
  line-height: 1;
  padding-bottom: 9px;
  background: #009bbf;
  border-radius: 50%;
  color: white;
  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: 52px;
  height: 52px;
  font-size: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.pat .raw::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    font-size: 3.7333333333vw;
    padding-bottom: 0.8vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.pat .raw .item {
  width: 50%;
}
.tamahiyo_2026 .sec-event .benefit-list li.pat .raw .item .fig {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.pat .raw .item .fig {
    margin-bottom: 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.pat .raw .item .fig img {
  width: 211px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.pat .raw .item .fig img {
    width: 29.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.pat .raw .item .txt {
  font-size: 21px;
  text-align: center;
  line-height: 1.1904761905;
  color: #083156;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.pat .raw .item .txt {
    font-size: 3.2vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num2 {
  background-image: url(../img/event/num1/bg.webp);
  background-color: #fffbcc;
  background-size: 720px auto;
  background-position: center top;
  padding: 20px 55px 40px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num2 {
    background-size: 96vw auto;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num2 .type p {
  color: #009bbf;
}
.tamahiyo_2026 .sec-event .benefit-list li.num2 .raw::after {
  background: #009bbf;
}
.tamahiyo_2026 .sec-event .benefit-list li.num3 {
  padding: 20px 55px 40px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num3 {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num3 .type p {
  color: #62b700;
}
.tamahiyo_2026 .sec-event .benefit-list li.num3 .raw::after {
  background: #62b700;
}
.tamahiyo_2026 .sec-event .benefit-list li.num3 .raw .txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.tamahiyo_2026 .sec-event .benefit-list li.num3 .raw .txt-wrap .txt {
  text-align: left;
}
.tamahiyo_2026 .sec-event .benefit-list li.num3 .raw .txt-wrap .txt small {
  font-size: 12px;
  margin-top: -0.4em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num3 .raw .txt-wrap .txt small {
    font-size: 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num4 {
  background-image: url(../img/event/num1/bg.webp);
  background-color: #fffbcc;
  background-size: 720px auto;
  background-position: center top;
  padding: 20px 55px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num4 {
    background-size: 96vw auto;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num4 .raw {
  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;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num4 .raw {
    gap: 13.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num4 .raw .award {
  padding: 0 3px;
  display: inline-block;
  font-size: 33px;
  letter-spacing: 0.084em;
  color: #685400;
  position: relative;
}
.tamahiyo_2026 .sec-event .benefit-list li.num4 .raw .award::after {
  content: "";
  background-image: url(../img/event/wave.webp);
  background-size: auto 6px;
  background-position: center center;
  width: 103%;
  height: 6px;
  position: absolute;
  left: -1px;
  bottom: -2px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num4 .raw .award {
    text-decoration: none;
    position: relative;
    font-size: 3.4666666667vw;
  }
  .tamahiyo_2026 .sec-event .benefit-list li.num4 .raw .award::after {
    content: "";
    background-image: url(../img/event/wave-sp.webp);
    background-size: auto 3px;
    background-position: center center;
    width: 100%;
    height: 0.8vw;
    position: absolute;
    left: 0;
    bottom: -1.3333333333vw;
    display: block;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num4 .raw .txt {
  font-size: 23px;
  color: #083156;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num4 .raw .txt {
    font-size: 3.4666666667vw;
  }
}
.tamahiyo_2026 .sec-event .benefit-list li.num5 {
  padding: 20px 55px;
  font-size: 12px;
  border-radius: 0 0 25px 25px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .benefit-list li.num5 {
    padding: 1.3333333333vw 2.6666666667vw 4vw;
    font-size: 2.9333333333vw;
    border-radius: 0 0 3.2vw 3.2vw;
  }
}
.tamahiyo_2026 .sec-event .reserve-campaign {
  background: white;
  border-radius: 0 0 25px 25px;
  position: relative;
  padding-bottom: 25px;
  margin: 115px 45px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .reserve-campaign {
    padding: 0 0 5.3333333333vw;
    border-radius: 0 0 3.2vw 3.2vw;
    margin: 16vw 5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .reserve-campaign .ttl {
  position: relative;
  top: -66px;
  left: -22px;
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .reserve-campaign .ttl {
    top: -6.6666666667vw;
    left: inherit;
    margin-bottom: 12vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tamahiyo_2026 .sec-event .reserve-campaign .ttl img {
  width: 720px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .reserve-campaign .ttl img {
    width: 91.2vw;
  }
}
.tamahiyo_2026 .sec-event .reserve-campaign .txt {
  position: absolute;
  left: 65px;
  top: 80px;
  font-size: 18px;
  color: #083156;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .reserve-campaign .txt {
    left: 0;
    top: 10.6666666667vw;
    font-size: 3.4666666667vw;
    text-align: center;
    width: 100%;
  }
}
.tamahiyo_2026 .sec-event .reserve-campaign .fig {
  text-align: center;
}
.tamahiyo_2026 .sec-event .reserve-campaign .fig img {
  width: 566px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .reserve-campaign .fig img {
    width: 79.2vw;
  }
}
.tamahiyo_2026 .sec-event .reserve-campaign .btn {
  width: 290px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .reserve-campaign .btn {
    width: 70.6666666667vw;
    margin: 2.6666666667vw auto 1.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .reserve-campaign .btn a {
  width: 100%;
  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;
  font-size: 13px;
  color: #083156;
  background: #ffda00;
  border-radius: 40px;
  height: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .reserve-campaign .btn a {
    font-size: 3.2vw;
    height: 8vw;
  }
}
.tamahiyo_2026 .sec-event .reserve-campaign .btn a::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #083156;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .reserve-campaign .btn a::after {
    margin-left: 2.6666666667vw;
    border-top: 1.0666666667vw solid transparent;
    border-bottom: 1.0666666667vw solid transparent;
    border-left: 2.1333333333vw solid #083156;
  }
}
@media (any-hover: hover) {
  .tamahiyo_2026 .sec-event .reserve-campaign .btn a:hover {
    opacity: 0.4;
  }
}
.tamahiyo_2026 .sec-event .reserve-campaign .note {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .reserve-campaign .note {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
    text-align: left;
    padding: 0 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .reserve-campaign .note .red {
  color: red;
}
.tamahiyo_2026 .sec-event .model-campaign {
  background: white;
  border-radius: 0 0 25px 25px;
  position: relative;
  padding-bottom: 25px;
  margin: 115px 45px 0;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign {
    padding: 0 0 5.3333333333vw;
    border-radius: 0 0 3.2vw 3.2vw;
    margin: 16vw 5.3333333333vw 2.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .ttl {
  position: relative;
  top: -66px;
  left: -22px;
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .ttl {
    top: -6.6666666667vw;
    left: inherit;
    margin-bottom: 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .ttl img {
  width: 720px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .ttl img {
    width: 91.2vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list {
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list {
    padding: 0 5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li {
  border: 3px solid #4ab6ff;
  border-radius: 25px;
  padding: 45px 35px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li {
    border: 2px solid #4ab6ff;
    border-radius: 3.2vw;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li.num1::before {
  content: "";
  background-image: url(../img/event/num3/ico.svg);
  background-repeat: no-repeat;
  background-size: 158px auto;
  width: 158px;
  height: 83px;
  position: absolute;
  right: -19px;
  top: -35px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li.num1::before {
    background-size: 24vw auto;
    width: 24vw;
    height: 12.8vw;
    right: 8vw;
    top: 45.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li.num2::before {
  content: "";
  background-image: url(../img/event/num3/ico2.svg);
  background-repeat: no-repeat;
  background-size: 72px auto;
  width: 72px;
  height: 90px;
  position: absolute;
  left: 50px;
  top: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li.num2::before {
    background-size: 12vw auto;
    width: 12vw;
    height: 14.9333333333vw;
    left: inherit;
    right: 2.6666666667vw;
    top: 0vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li.num2::after {
  content: "";
  background-image: url(../img/event/num3/ico2-2.svg);
  background-repeat: no-repeat;
  background-size: 83px auto;
  width: 83px;
  height: 83px;
  position: absolute;
  right: -20px;
  top: -25px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li.num2::after {
    background-size: 11.7333333333vw auto;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    right: 6.6666666667vw;
    top: 38.6666666667vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li.num3 {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.tamahiyo_2026 .sec-event .model-campaign .list li.num3 img {
  width: 100%;
  height: auto;
}
.tamahiyo_2026 .sec-event .model-campaign .list li h4 {
  letter-spacing: 0.1em;
  font-size: 34px;
  text-align: center;
  padding: 0 3px;
  display: inline-block;
  color: #083156;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li h4 {
    text-decoration: none;
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li h4 span {
  position: relative;
}
.tamahiyo_2026 .sec-event .model-campaign .list li h4 span::after {
  content: "";
  background-image: url(../img/event/wave2.webp);
  background-size: auto 6px;
  background-position: center center;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li h4 span::after {
    background-image: url(../img/event/wave-sp2.webp);
    background-size: auto 3px;
    height: 0.8vw;
    left: 0;
    bottom: -0.5333333333vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .raw {
    gap: 1.3333333333vw;
    display: block;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .raw + .raw {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .raw + .raw {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .raw.sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .raw .txt {
  font-size: 16px;
  line-height: 1.6875;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  color: #083156;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .raw .txt {
    font-size: 3.2vw;
    margin-bottom: 8vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .raw .fig.fig2 {
    text-align: center;
    margin-top: -4vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .raw .fig img {
  max-width: 100%;
  height: auto;
}
.tamahiyo_2026 .sec-event .model-campaign .list li .raw .fig img[src*="illust1.svg"] {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .raw .fig img[src*="illust1.svg"] {
    width: 48.8vw;
    margin-left: 2.6666666667vw;
    display: block;
  }
  .tamahiyo_2026 .sec-event .model-campaign .list li .raw .fig img[src*="illust2.svg"] {
    width: 35.7333333333vw;
    margin: 0 auto;
    display: block;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .raw .point-block {
  background: #4ab6ff;
  border-radius: 8px;
  height: 90px;
  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: 50%;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .raw .point-block {
    height: 12vw;
    border-radius: 1.6vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .raw .point-block p {
  color: white;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .raw .point-block p {
    font-size: 2.9333333333vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .btn {
  width: 290px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .btn {
    width: 100%;
    margin: 4vw auto 0;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .btn a {
  width: 100%;
  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;
  font-size: 13px;
  color: #083156;
  background: #ffda00;
  border-radius: 40px;
  height: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .btn a {
    font-size: 3.2vw;
    height: 9.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .btn a::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #083156;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .btn a::after {
    margin-left: 2.6666666667vw;
    border-top: 1.0666666667vw solid transparent;
    border-bottom: 1.0666666667vw solid transparent;
    border-left: 2.1333333333vw solid #083156;
  }
}
@media (any-hover: hover) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .btn a:hover {
    opacity: 0.4;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .note {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .model-campaign .list li .note {
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.tamahiyo_2026 .sec-event .model-campaign .list li .note .red {
  color: red;
}
.tamahiyo_2026 .sec-event .botom-note {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  color: #083156;
}
@media screen and (max-width: 767px) {
  .tamahiyo_2026 .sec-event .botom-note {
    font-size: 2.9333333333vw;
    margin-top: 4vw;
  }
}

.pop-style {
  width: 800px;
  max-height: 90vh;
  overflow: auto;
  margin: 0 auto;
  background: white;
  padding: 40px 20px;
  font-family: "FOT-筑紫A丸ゴシック Std B", serif;
}
@media screen and (max-width: 767px) {
  .pop-style {
    width: 100%;
    height: 93vh;
    padding: 6.6666666667vw 2.6666666667vw;
  }
}
.pop-style .inner {
  position: relative;
}
.pop-style a {
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .pop-style a:hover {
    opacity: 0.6;
  }
}
.pop-style .popup-modal-dismiss {
  margin: 30px auto 0;
  width: 300px;
  height: 45px;
  border-radius: 40px;
  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;
  color: #000;
  background: #ffda00;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pop-style .popup-modal-dismiss {
    width: 70%;
    height: 40px;
  }
}

.pop-area .raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .pop-area .raw {
    gap: 10px;
  }
}
.pop-area .raw h2 {
  font-size: 17px;
  text-align: center;
  padding: 5px 0;
  color: white;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .pop-area .raw h2 {
    font-size: 3.7333333333vw;
    padding: 3px 0;
    margin-bottom: 2.6666666667vw;
  }
}
.pop-area .raw h3 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .pop-area .raw h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.pop-area .raw ul {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .pop-area .raw ul {
    padding: 0 0.5333333333vw;
  }
}
.pop-area .raw ul li {
  border: 2px solid #003259;
  padding: 10px;
  text-align: center;
  border-radius: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pop-area .raw ul li {
    border: 1px solid #003259;
    padding: 1.3333333333vw;
    margin-bottom: 2.1333333333vw;
    font-size: 2.9333333333vw;
  }
}
.pop-area .raw ul li small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .pop-area .raw ul li small {
    font-size: 80%;
  }
}
.pop-area .raw ul + h3 {
  margin-top: 1.5em;
}
.pop-area .raw .kanto {
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .pop-area .raw .kanto {
    width: 50%;
  }
}
.pop-area .raw .kanto h2 {
  background: #00c2d5;
}
.pop-area .raw .kanto h3 {
  color: #00c2d5;
}
.pop-area .raw .kinki {
  width: 67.5%;
}
@media screen and (max-width: 767px) {
  .pop-area .raw .kinki {
    width: 50%;
  }
}
.pop-area .raw .kinki h2 {
  background: #ff9598;
}
.pop-area .raw .kinki h3 {
  color: #ff9598;
}
.pop-area .raw .kinki ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pop-area .raw .kinki ul {
    display: block;
  }
}
.pop-area .raw .kinki ul li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .pop-area .raw .kinki ul li {
    width: 100%;
  }
}

.pop-schedule h2 {
  font-size: 22px;
  text-align: center;
  padding: 5px 0;
  color: #ff5f7b;
  margin-bottom: 40px;
}
.pop-schedule .schedule-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pop-schedule .schedule-area h3 {
  font-size: 18px;
  margin-bottom: 0.4em;
}
.pop-schedule .schedule-area .list {
  margin-bottom: 1.5em;
}
.pop-schedule .schedule-area .list li {
  font-size: 17px;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .pop-schedule .schedule-area .list li {
    font-size: 4vw;
    margin-bottom: 0.6em;
  }
}
.pop-schedule .schedule-area .list li a {
  color: #4ab6ff;
  text-decoration: underline;
}
.pop-schedule .schedule-area .list li span {
  font-family: "FOT-筑紫A丸ゴシック Std M", serif;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .pop-schedule .schedule-area .list li span {
    margin-left: 0.5em;
    font-size: 3.4666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */