@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  --clip-path-heigt: 40px;
}

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

body {
  font-family: YakuHanJPs, "Noto Sans JP", Meiryo, sans-serif;
}

html {
  font-size: 15px;
}

a {
  text-decoration: underline;
  color: #1d2088;
  cursor: pointer;
}

a:hover {
  color: #E8380D;
  opacity: 0.6;
}

.pc {
  display: initial !important;
}

.sp {
  display: none;
}

.t_center {
  text-align: center;
}

.indent {
  padding-left: 1em !important;
  text-indent: -1em;
}

.space_em {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1em;
  display: block;
}

h2 {
  position: relative;
  max-width: 40%;
  padding: 0 65px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  color: #004098;
  background: none;
  border: none;
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #004098;
}
h2 span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 1.5em;
  background: var(--light-blue);
  white-space: nowrap;
}

.entry {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.entry {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.content_border {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1080px;
  height: auto;
  border: 1px;
}

.BUTTON_ZLL {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #ff7a1f;
  border: solid #FFF 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #FFFFFF !important;
  /* font-family: Brush Script MT; */
  font-size: 26px;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  min-width: 40%;
  padding: 20px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  box-shadow: 5px 5px 15px -10px #000;
}
.BUTTON_ZLL::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.BUTTON_ZLL:has(b) {
  position: relative;
}
.BUTTON_ZLL:has(b) b {
  display: block;
  color: #222;
  font-weight: 700;
  position: absolute;
  top: calc(100% + 0.8em);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.9em;
}
.BUTTON_ZLL.entry {
  font-weight: bold;
  background: linear-gradient(to bottom, #fab75a, #E8380D);
}
.BUTTON_ZLL.sub {
  font-size: clamp(0.938rem, 0.859rem + 0.39vw, 1.125rem);
  font-size: 15px;
  background: #007341;
}
.BUTTON_ZLL.undefind {
  pointer-events: none;
  color: #e3e3e3;
  border-color: #e3e3e3;
  background: #666;
}

.head_black {
  padding: 30px 10% 10px 10%;
  text-align: center;
  background-color: #f9f0bf;
}

.cp_headder {
  position: relative;
}

.contents01 {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background: #007ec6;
  background-color: #f9f0bf;
  overflow: hidden;
  z-index: auto;
}
.contents01 h1 {
  margin: 0 auto;
  padding: 0px 56px 0px;
  z-index: 1;
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/cont01back.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
  opacity: 0;
}

.fade-in {
  animation: fadeIn 1s ease-in-out forwards;
  /* フェードインアニメーション */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(1);
  }
  100% {
    transform: translateY(0) scale(1.01);
    opacity: 1;
  }
}
.contents01_in {
  z-index: 2;
}

.contents01::after {
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: linear-gradient(180deg, transparent 0 50%, #007ec6 130%);
}

.period {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 90%;
  margin: 1em auto 3em auto;
  padding: 0.7em 1em;
  border-radius: 1em;
  color: #222;
  background: #fff;
  box-shadow: 5px 5px 15px -10px #000;
  z-index: 1;
}
.period img {
  width: 25%;
  height: auto;
  padding: 0 2em 0 1em;
}
.period p {
  font-weight: 700;
  width: auto;
  margin: 0 0;
  font-size: 1.1rem;
}

.other-prizes {
  padding-top: 0;
  padding-bottom: 30px;
}
.other-prizes .inner {
  width: 100%;
  padding: 0;
  border-radius: 1em;
}

h2 {
  width: 100%;
  margin: 0 auto;
  padding: 1em 0 1em 0;
}

.unsupported a {
  text-decoration: underline;
}

.box_t {
  border: 3px solid #1d2088;
  background: #fcfdfe;
  color: #1d2088;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  margin-top: 8px;
}
.box_t.sub {
  border: 3px solid #1d2088;
  background: #fff;
  border-radius: 8px;
  padding: 1rem 2.5%;
  text-align: left;
  margin-top: 8px;
}
.box_t .inner {
  color: #1d2088;
  padding: 1rem 1rem;
  text-align: center;
  padding: 0 1.3em 1em 1.3em;
}
.box_t .inner span {
  padding: 0;
  color: #1d2088;
  font-size: clamp(1.875rem, 1.693rem + 0.91vw, 2.375rem);
  font-weight: bold;
}
.box_t .inner span.sm {
  padding: 0;
  padding-left: 0px;
  padding-left: 0px;
  padding-left: 0.1em;
  color: #003B6B;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  font-weight: bold;
}

.box_t.sub li {
  padding-top: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
}

ul.em {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  flex-flow: column wrap;
  gap: 0.3em;
}
ul.em li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  padding-top: 0.3em;
  font-size: 0.9em;
  line-height: 1.4;
}

.cp_headder {
  position: relative;
}

.cp_headder::after {
  content: "";
  position: absolute;
  height: var(--clip-path-heigt);
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #007ec6;
  left: 0;
  top: auto;
  bottom: calc(var(--clip-path-heigt) * -1);
  z-index: 2;
}

.contents02 {
  padding: 40px 56px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background: #007ec6;
}

.entrybutton_container {
  z-index: 1;
  grid-area: entry;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1em 4em;
  width: 100%;
  margin: 0 0 3em 0;
  padding: 0 1em;
}

.box_t .inner p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-left: 0.2em;
  text-indent: 0px;
  padding: 2em 0 1em 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.button-junp_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1em 1em;
  width: 100%;
}

.button-junp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 12px;
  border: solid 1px #005A98;
  color: #005A98 !important;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
  cursor: pointer;
}
.button-junp::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg) translateY(50%);
  color: inherit;
}
.button-junp--long-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 12px;
  border: solid 1px #005A98;
  color: #005A98 !important;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
  cursor: pointer;
}
.button-junp--long-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg) translateY(50%);
  color: inherit;
}
.button-junp--long-text {
  font-size: 15px;
  letter-spacing: 0.06em;
}

.contents03 .space_em {
  height: 1.3em;
}

#prize::after {
  content: "";
  position: absolute;
  height: var(--clip-path-heigt);
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #47A2E3;
  left: 0;
  top: auto;
  bottom: calc(var(--clip-path-heigt) * -1);
  z-index: 2;
}

#prize {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  height: auto;
  align-content: flex-start;
  gap: 1em;
  padding: 40px 56px;
  background-color: #005A99;
  background-color: #47A2E3;
  background-image: url(../images/keihinback_01.png);
}
#prize .container {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  gap: 1em;
  max-width: 864px;
  margin: 0 auto;
}
#prize h2 span {
  background-color: #47A2E3;
}
#prize .item_containers {
  display: grid;
  align-content: start;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  width: 100%;
  margin-bottom: 1em;
}
#prize .item_containers.single {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  width: calc(50% - 0.5em);
}
#prize h4 {
  background: #007f41;
  grid-column: 1/-1;
  border-radius: 100px;
  font-size: 1.4em;
  padding: 1rem;
  font-weight: 700;
  color: #fff100;
  text-align: center;
  letter-spacing: 0.06em;
}
#prize .prize_item {
  height: 100%;
  display: grid;
  align-content: flex-start;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr auto auto;
  grid-template-areas: "auto itemimg" "auto itemimg" "itemname itemname" "detail detail";
  background: #fff;
  border-radius: 1em;
  padding: 8px 8px 12px 8px;
}
#prize .prize_item .prize-label {
  background: #007f41;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  padding: 8px;
  border-radius: 1rem;
}
#prize .prize_item .course {
  grid-area: course;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: clamp(1.5rem, 0.581rem + 1.92vw, 1.875rem);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: baseline;
  color: #fff;
}
#prize .prize_item .course span {
  font-size: 16px;
}
#prize .prize_item .number {
  justify-content: center;
  grid-area: number;
  text-align: center;
  font-size: clamp(1.875rem, 0.65rem + 2.56vw, 2.375rem);
  color: #fff100;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  z-index: 1;
}
#prize .prize_item .number span {
  font-size: 50%;
  font-weight: 600;
}
#prize .prize_item .itemname {
  grid-area: itemname;
  position: relative;
  z-index: 1;
  font-family: "source-han-sans-japanese", sans-serif;
  font-feature-settings: "palt";
  font-weight: 900;
  font-style: normal;
  color: #231815;
  font-size: clamp(1.563rem, 1.378rem + 0.92vw, 2rem);
  line-height: 1.2;
  text-align: left;
}
#prize .prize_item .itemname span {
  display: inline-block;
  width: fit-content;
}
#prize .prize_item .itemname .brand {
  font-weight: 600;
  line-height: 1.4;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  padding-right: 0.5em;
}
#prize .prize_item .itemname .capacity {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
}
#prize .prize_item .itemname .alcohol {
  font-weight: 400;
  font-size: 20px;
}
#prize .prize_item .itemname .icon-cold {
  position: absolute;
  left: 0;
  bottom: 100%;
}
#prize .prize_item .itemname .icon-cold img {
  width: auto;
  max-width: clamp(2.5rem, 1.75rem + 2.22vw, 3.25rem);
}
#prize .prize_item .pecoma {
  font-family: "source-han-sans-japanese", sans-serif;
  padding: 4px 6px;
  border-radius: 4px;
  background: #eb6100;
  color: #fff;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  font-size: 13px;
}
#prize .prize_item .detail {
  grid-area: detail;
  padding-top: 0.3em;
  color: #000;
  font-size: 0.9em;
}
#prize .prize_item .detail .em {
  padding: 0.5em 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}
#prize .prize_item .detail .em + .em {
  padding-top: 0;
}
#prize .prize_item .itemimg {
  justify-self: center;
  align-self: center;
  grid-area: itemimg;
  max-height: 200px;
}
#prize .prize_item .itemimg img {
  width: auto;
  height: auto;
}
#prize #seicomart.item_containers h4,
#prize #seicomart.item_containers .prize-label {
  background: #e4007f;
}
#prize #suntory.item_containers h4,
#prize #suntory.item_containers .prize-label {
  background: #0068b7;
}
#prize #nihon-ham.item_containers h4,
#prize #nihon-ham.item_containers .prize-label {
  background: #954016;
}
#prize #sapporo-br.item_containers h4,
#prize #sapporo-br.item_containers .prize-label {
  background: #e60012;
}

.contents03 {
  position: relative;
  padding: 40px 56px;
  background: #FFFDD9;
}
.contents03 h2 {
  margin: 0 auto;
  padding: 1em 0 1em 0;
}
.contents03 h2 span {
  display: inline-block;
  width: auto;
  position: relative;
  background: #FFFDD9;
  white-space: nowrap;
}

.box_t02_container {
  background: #F0E800;
  border-radius: 0 0 1em 1em;
  padding: 1em 1em;
}
.box_t02_container .inner {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  color: var(--text);
  color: #000;
  background: #fff;
  margin: 0 auto 1em auto;
  padding: 1em 0.8em;
  border-radius: 6px;
}
.box_t02_container img {
  width: auto;
  max-width: 100%;
}

.box_t02_header {
  background: #F0E800;
  border-radius: 1em 1em 0 0;
}

.box_t02 .catch {
  padding: 1em 1em 0 1em;
}

#entry.contents03 .box_t02 {
  background: #E7F7FE;
  padding: 1em 0;
}
#entry.contents03 .box_t02 .inner {
  padding: 0 1.3em 0 1.3em;
}
#entry.contents03 .box_t02 .inner p {
  padding: 0 0;
}

.box_t02 h5 {
  display: flex;
  justify-content: center;
  max-width: 450px;
  color: #003B6B;
  position: relative;
  padding: 0 10em;
  margin: 1em auto 0.5em auto;
  font-size: 1.4em;
  font-weight: 600;
}
.box_t02 h5::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #466c8b;
  content: "";
  z-index: 1;
}
.box_t02 h5 span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 1.5em;
  margin: 0 auto;
  white-space: nowrap;
  background: #fff;
  z-index: 2;
}

#Wchance {
  position: relative;
}

#Wchance::after {
  content: "";
  position: absolute;
  height: var(--clip-path-heigt);
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #FFFDD9;
  left: 0;
  top: auto;
  bottom: calc(var(--clip-path-heigt) * -1);
  z-index: 2;
}

.wch_inner {
  display: flex;
  gap: 1em;
  width: 100%;
}
.wch_inner .wch_inner_l,
.wch_inner .wch_inner_r {
  flex-basis: 50%;
  display: flex;
  align-items: flex-start;
  min-width: 0;
}
.wch_inner .wch_inner_l img,
.wch_inner .wch_inner_r img {
  width: 100%;
  height: auto;
  display: block;
}
.wch_inner .wch_inner_r {
  align-items: center;
}

.plus_em {
  max-width: 100%;
  text-align: left;
  margin: 1em auto;
}
.plus_em li {
  font-size: 0.9em;
  line-height: 1.6;
  padding-bottom: 0.4em;
  padding-left: 1em;
  text-indent: -1em;
}
#terms {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 40px 56px;
  background-color: #62BFFF;
  padding: 40px 10%;
  background-image: url(../images/keihinback_01.png);
}
#terms h2 span {
  background: #62BFFF;
}
#terms h4 {
  background: #003B6B;
  color: #fff;
  padding: 4px 0.8em;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.note {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 2em 1em 1em 1em;
}
.note .bg_head_3 {
  background: #ffffff;
  padding: 2em;
  color: black;
  text-align: left;
}
.note .bg_head_3 h5 {
  font-size: 1.1em;
  padding: 4px 0.8em;
  font-weight: 600;
  line-height: 1.6;
  margin: 0.8em auto;
  color: #000;
}
.note ul {
  padding: 0 0 1em 0.8em;
}
.note ul li {
  font-size: 1em;
  text-indent: -1em;
  margin: 0 auto;
  padding: 0 0 0.5em 1em;
  line-height: 1.5;
  text-align: left;
}
.note ul li span {
  color: red;
}

/*//// モーダル ////*/
button.button_001 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: solid 1px #1d2088;
  color: #1d2088 !important;
  cursor: pointer;
  background: #E7F7FE;
  box-sizing: border-box;
  padding: 0.5em 0.5em;
  margin: 1px 5px;
  font-size: 0.9em;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  overflow: visible;
  text-indent: 0;
}
button.button_001:hover {
  opacity: 0.6;
}

/* モーダルの背景 */
dialog {
  all: unset;
  display: revert;
}

.modal {
  position: fixed;
  /* 画面に固定 */
  z-index: 999;
  /* 他の要素の上に表示 */
  left: 0;
  top: 0;
  width: 100%;
  /* 全幅 */
  height: 100%;
  /* 全高さ */
  overflow: auto;
  /* スクロール可能 */
  background-color: rgb(0, 0, 0);
  /* 背景色 */
  background-color: rgba(0, 0, 0, 0.4);
  /* 透過 */
}

dialog::backdrop {
  background: rgba(94, 94, 94, 0.5);
  backdrop-filter: blur(4px);
}

body.is-modal {
  /* 追加 */
  overflow: hidden;
}

dialog::backdrop {
  background: rgba(94, 94, 94, 0.5);
  backdrop-filter: blur(4px);
}

body.is-modal {
  overflow: hidden;
}

dialog {
  /* 追加 */
  padding: 0;
}

.dialog_inner {
  /* 追加 */
  padding: 16px;
}

.modal-Wrap {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.modal-content {
  display: flex;
  flex-flow: column wrap;
  background-color: #fefefe;
  margin: 1em;
  padding: 3em 3em;
  border: 1px solid #888;
  width: fit-content;
  /* 幅 */
  max-width: 760px;
  height: fit-content;
  border-radius: 6px;
  z-index: 2;
  /* 他の要素の上に表示 */
  position: relative;
}
.modal-content h1 {
  font-size: var(--font-size-L);
}
.modal-content h2 {
  font-size: var(--font-size-L);
  color: var(--main-colorAA);
  padding: 1rem 0;
}
.modal-content h3 {
  width: 100%;
  text-align: left;
  font-size: var(--font-size-L);
}

.modal-content__inner {
  /*overflow-y: scroll;*/
  position: relative;
  background-color: #fff;
}
.modal-content__inner p {
  line-height: 1.6;
}

.js_modalClose {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
  width: 26px;
  height: 26px;
  font-size: large;
  cursor: pointer;
  z-index: 1001;
}

:root {
  --icon-width: 3px;
  --icon-color: black;
}

.js_modalClose:before,
.js_modalClose:after {
  content: "";
  position: absolute;
  top: 4px;
  width: 24px;
  height: var(--icon-width);
  background-color: currentColor;
  border-radius: 10px;
}

.js_modalClose:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js_modalClose:after {
  left: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-content .in_cart {
  max-width: 600px;
  margin: 0 auto;
}

/* ページ一番上に戻るボタン */
#topBtn {
  height: 50px;
  position: absolute;
  bottom: 636px;
  right: calc((100vw - 1200px) / 2);
  right: 10px;
  z-index: 2;
  display: none;
  color: #FF9900;
  opacity: 0.7;
}

#topBtn:hover {
  opacity: 1 !important;
}

#topBtn.is-fixed {
  position: fixed;
  bottom: 4px;
}

#topBtn a::before {
  display: inline-block;
  content: url("../images/top_back.svg");
  line-height: 50px;
  width: 50px;
  height: 50px;
}

.topBtn_box {
  display: inline-block;
  height: 20px;
}

/* グレーアウト */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}/*# sourceMappingURL=tasty_cp_2026.css.map */