@charset "UTF-8";

/* clearfix
---------------------------------------------------------- */
.clearfix:after,
.mod-cmn-sns:after {
  content: "";
  display: block;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
  color: #665b5c;
  font-family:
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka,
    "MS PGothic", arial, helvetica, sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Sans-Serif;
  color: #665b5c;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }
}
p {
  margin-top: 20px;
  line-height: 26px;
}

a {
  color: #8e0011;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a.link_bb {
  color: #665b5c;
  font-size: 14px;
  text-decoration: underline;
}

a.link_bb:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}

/* インプット(number)のスピンボタンなし */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.list-dot {
  margin: 50px auto;
}

.list-dot > li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  font-size: 15px;
}

.list-dot > li + li {
  margin-top: 15px;
}

.list-dot > li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: #473c3d;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.note-list {
  margin: 15px auto 0;
}

.note-list > li {
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1em;
}

.note-list > li.small-txt {
  font-size: 12px;
}

.note-list > li + li {
  margin-top: 10px;
}

.confirmHeader,
.completed_header {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .confirmHeader,
  .completed_header {
    padding-top: 0px !important;
  }
}
/*******************************
    layout
*******************************/
.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

/*******************************
    header
*******************************/
body {
  min-width: 1345px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  display: none;
  z-index: 999;
}

#header #headerTop .headerTop-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 8px 10px;
}

/*  Menu
--------------------------*/
#sideMenu {
  min-width: 1345px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
  margin-top: -100%;
  -webkit-transition-property: margin;
  transition-property: margin;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  /* display: none; */
}
@media screen and (max-width: 767px) {
  #sideMenu {
    left: auto;
    right: 0;
    min-width: 0px;
  }
}
#sideMenu.is-show {
  margin: 0;
}

.sideMenuInner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hokuto_logo {
  margin-top: 0;
  display: inline-block;
}

.sideMenuList {
  width: calc(100% - 120px);
  text-align: center;
}

.sideMenuList > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.sideMenuList > li + li {
  margin-left: 10px;
}

.sideMenuList > li.site_logo {
  width: 100px;
}

.sideMenuList > li > a {
  color: #665b5c;
}

.sideMenuList > li > a:hover {
  color: #8e000f;
}

/*******************************
    error
*******************************/
.contener.error {
  padding: 5% 0 2%;
}

.contener.error .title {
  font-size: 150%;
  line-height: 1.8;
}

.content03 .entry-form .error {
  color: #ffb000;
}

/*******************************
    modal
*******************************/
#modalOpen {
  cursor: pointer;
}

#modalOpen:hover {
  color: #8e000f;
}

#modalMain {
  display: none;
  max-width: 600px;
  width: 90%;
  height: 80%;
  margin: 0;
  padding: 30px;
  background-color: #ffffff;
  color: #666666;
  position: fixed;
  overflow-y: scroll;
  z-index: 1005;
  cursor: pointer;
}

#modalBg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  cursor: pointer;
}

.modal .box + .box {
  margin-top: 30px;
}

.modal h2 {
  margin-bottom: 15px;
  color: #8e000f;
  font-size: 150%;
}

.modal h3 {
  margin-bottom: 15px;
  font-size: 120%;
}

.modal h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 110%;
  font-weight: bold;
}

.modal .box > *:first-child {
  margin-top: 0;
}

.modal ul {
  margin-bottom: 30px;
}

.modal li {
  padding-left: 30px;
  text-indent: -30px;
  font-size: 80%;
  line-height: 1.8;
}

/*******************************
    main
*******************************/
#main {
  width: 100%;
  margin: 0 auto;
}

.contener {
  /*  overflow: hidden;*/
  padding: 35px 0 40px 0;
}
#content02 {
  padding-top: 0;
  padding-bottom: 120px;
}

#content02 .contener-inner {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .contener {
    padding: 30px 0 40px 0;
  }
  #content02 {
    padding-bottom: 20px;
  }
}
.contener-inner {
  width: 90%;
  max-width: 1235px;
  margin: 0 auto;
}

.contener .textBox {
  font-size: 16px;
  line-height: 2.2;
}

.contener .textBox span {
  color: #e9bc09;
}

.line .line_mark01 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
}

.line_mark01 {
  margin: 0;
  border: none;
  width: 114px;
  height: 88px;
  background: url(../img/line_mark01.svg) no-repeat center 0/100% auto;
}

.line {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  padding-top: 88px;
  border: none;
  display: none;
}

.line::before,
.line::after {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  z-index: -1;
}

.line::before {
  left: 0;
  background: url(../img/line_01.png) repeat-x 0 45px;
}

.line::after {
  right: 0;
  content: "";
  display: block;
  /* background: url(../img/line_02.png) repeat-x 0 45px; */
  background: url(../img/line_01.png) repeat-x 0 45px;
}

.key_Box {
  position: relative;
}

.key_Box::before {
  content: "";
  background: url(../img/kinoko_image01.png) no-repeat 0 center/100% auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 171px;
}

@media screen and (min-width: 1400px) {
  .key_Box_line {
    position: absolute;
    display: block;
    width: 100%;
    /* height: 135px; */
    height: 150px;
    /* background: url(../img/kinoko_image02.png) no-repeat center 10px, url(../img/line_mark01.svg) no-repeat center 0/120px 130px; */
    background:
      url(../img/kinoko_image02.png) no-repeat center -3px,
      url(../img/line_mark01.svg) no-repeat center 17px/120px 130px;
    z-index: 2;
  }

  .key_Box {
    position: relative;
  }

  .key_Box::before {
    width: 50%;
    background: url(../img/line_key01.png) repeat-x 0 50%;
  }

  .key_Box::after {
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 171px;
    /* background: url(../img/line_key02.png) repeat-x 0 50%; */
    background: url(../img/line_key01.png) repeat-x 0 50%;
  }
}

.key_txtBox {
  margin: 0 auto;
  padding-top: 185px;
  width: 670px;
}

.campaign-ttl img {
  width: 100%;
  display: block;
}
.kvUnder {
  background-image: url(../img/countdown_pc.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .kvUnder {
    background-image: url(../img/countdown_sp.jpg);
  }
}

.contentBox {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentBox .titleBox {
  width: 31%;
  margin-right: 6%;
}

.contentBox .txtBox {
  width: 63%;
}

.contentBox .txtBox .content-txt {
  line-height: 3;
}

/* テキスト関連
----------------------------*/
.txt_center {
  text-align: center;
}

.txt-italic {
  font-style: italic;
}

.txt-color-red {
  color: #8e0011;
}

.txt-ligthr {
  text-decoration: line-through;
}

.site_title {
  margin: 10px auto 60px;
  width: 670px;
}

.content-title_photo {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .content-title_photo {
    margin-bottom: 20px;
  }
}
.content-line-title {
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
  font-size: 36px;
  color: #665b5c;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}

.content-line-title::before,
.content-line-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  height: 16px;
  width: 50%;
}

.content-line-title::before {
  left: 0;
  background: url(../img/line_01.png) repeat-x 0 0;
}

.content-line-title::after {
  right: 0;
  /* background: url(../img/line_02.png) repeat-x 0 0; */
  background: url(../img/line_01.png) repeat-x 0 0;
}

.content-line-title.txt-13 {
  position: relative;
}

.content-line-title.txt-13::before,
.content-line-title.txt-13::after {
  width: calc(50% - 8em);
}

.content-title-red {
  margin: 0 auto 40px;
  color: #b81b25;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

#term-area .content-title-red {
  margin: 20px auto;
  font-weight: normal;
}

.txt-b {
  font-weight: bold;
}

.txt-emp {
  display: block;
  margin: 0 auto 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.content-txt {
  font-size: 16px;
  line-height: 1.6;
}

/* キャンペーン
----------------------------*/
#campaignbox {
  padding-top: 1px;
  padding-bottom: 70px;
}

.campaignbox {
  background-image: url(../img/comp_back_pc.jpg);
  background-size: cover;
  background-position: right 0;
}

@media screen and (max-width: 767px) {
  .campaignbox {
    background-image: url(../img/comp_back_sp.jpg);
    padding-bottom: 10px;
  }
  #campaignbox {
    padding-bottom: 5px;
  }
}
.campaignbox_kv_img {
  width: 1184px;
  display: block;
  margin: 0px auto 0;
}

@media screen and (max-width: 767px) {
  .campaignbox_kv_img {
    margin-top: 10px;
    width: 330px;
  }
}

.next_item {
  margin-bottom: 20px;
  color: #251e1c;
  display: flex;
  /*  align-items: center;*/
  position: relative;
  background-image: url(../img/frame_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 55px 40px 40px 45px;
  aspect-ratio: 2365/878;
  letter-spacing: -0.2px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.next_item_heading {
  font-size: 35px;
  line-height: 1.6;
  color: #a61527;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .next_item {
    background-image: url(../img/frame_sp.png);
    aspect-ratio: 1355/1563;
  }
  .next_item_heading {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0px;
  }
}
.bl_anniversary {
  margin: 55px auto 35px;
}
.bl_anniversary img {
  width: 100%;
  height: auto;
}
.bl_campBanner {
  margin: 55px auto 35px;
}
@media screen and (max-width: 767px) {
  .bl_campBanner {
    margin-bottom: 12px;
  }
}
.bl_campBanner img {
  width: 100%;
  height: auto;
}
.bl_sepabox {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.bl_sepabox img {
  width: 400px;
}
.bl_sepabox::after {
  height: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #403d3c;
  width: calc(100% - 430px);
}

@media screen and (max-width: 767px) {
  .bl_sepabox img {
    width: 210px;
  }
  .next_item {
    display: block;
    padding: 19px 14px 14px 16px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .bl_sepabox::after {
    display: none;
  }
}
.next_itemBottom {
  width: 100%;
}
.next_itemBottom_media {
  display: flex;
  margin-top: 20px;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .next_itemBottom_media {
    display: block;
  }
}
.next_itemBottom_media_data {
  flex: 1;
  margin-right: 20px;
}
.next_itemBottom_media_imgWrapper {
  width: 142px;
}

.next_itemBottom_media_data_txt01 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.next_itemBottom_media_data_txt01 strong {
  color: #ea0018;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  font-weight: 700;
}
.next_itemBottom_media_data_txt02 small {
  font-weight: 500;
  line-height: 1.8;
  font-size: 16px;

  text-indent: -1em;
  display: block;
  padding-left: 1em;
}
.next_itemBottom_media_data_txt02 small a {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  color: #3f3c3c;
  text-indent: 0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .next_itemBottom_media_data_txt02 small a {
    display: inline-block;
  }
}

.next_itemBottom_media_data_txt02 small a:after {
  content: "";
  width: 8px;
  height: 8px;

  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  border-bottom: none;
  border-right: 2px solid #3e3c3c;
  border-top: 2px solid #3e3c3c;
}
@media screen and (max-width: 767px) {
  .next_itemBottom_media_data_txt01 {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .next_itemBottom_media_data_txt02,
  .next_itemBottom_media_data_txt01 {
    padding-right: 55px;
  }
  .next_itemBottom_media_data_txt02 small {
    font-size: 9.5px;
    font-weight: bold;
  }
  .next_itemBottom_media_data_txt02 small a {
    font-size: 8px;
    margin-left: 0;
  }
  .next_itemBottom_media_data_txt02 small a:after {
    width: 4px;
    height: 4px;
  }
  .next_itemBottom_media_data_txt01 strong {
    font-size: 11.5px;
  }
  .next_itemBottom_media_imgWrapper {
    width: 65px;
    position: absolute;
    top: 0;
    right: -10px;
  }
  .next_itemBottom_media_data {
    margin-right: 0;
  }
  .next_itemBottom_media {
    margin-top: 5px;
    position: relative;
  }
}

.el_link {
  font-size: 18px;
  display: block;
  width: fit-content;
  color: #3e3c3c;
  margin-left: auto;
  margin-left: auto;
  text-decoration: underline;
}
.el_link::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #3e3c3c;
  border-right: 2px solid #3e3c3c;
  width: 6px;
  margin-left: 2px;
  height: 6px;
  transform: rotate(-45deg);
}

.el_link__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .el_link {
    font-size: 9.5px;
  }

  .el_link::after {
    width: 4px;
    height: 4px;
  }
  .el_link__sp {
    display: none !important;
  }
}
.next_item_meta {
  flex: 1;
  padding: 40px 40px 10px;
  text-align: center;
}

.next_item_imgWrapper {
  /*  background-image: url(../img/comp_itemmessage_pc.png);*/
  width: 46.1%;
  padding: 0 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.next_item_imgWrapper_header {
  position: absolute;
  left: 50%;
  top: 4px;
  width: 375px;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .next_item_imgWrapper_header {
    width: 215px;
    top: 5px;
  }
}
/* .next_item_imgWrapper::after {
  content: "";
  background-image: url(../img/bubble.svg);
  position: absolute;
  right: -45px;
  top: 85px;
  background-size: cover;
  transform: translateY(-100%);
  width: 166px;
  display: block;

  aspect-ratio: 166/106;
} */
/*
.next_item_imgWrapper figcaption {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
} */

.next_item_imgWrapper img {
  width: 100%;
  /*  margin:20px 0 0;*/
  display: block;
}
@media screen and (max-width: 767px) {
  /* .next_item_imgWrapper::after {

    width: 90px;
    right: 6px;
    top: 48px;
  } */
  .next_item_imgWrapper {
    text-align: center;
    line-height: 1.6;
  }
  .next_item_imgWrapper small {
    display: inline-block;
  }
  /* .next_item_imgWrapper figcaption {
    font-size: 10px;
  } */
}
.next_item_img01 {
  max-width: 100%;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .next_item_img01 {
    margin-bottom: 12px;
  }
}
.next_item_txt01 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
.next_item_txt01 span {
  font-weight: bold;
  color: #a61527;
  font-size: 24px;
}
.next_item_txt01 b {
  font-size: 24px;
  font-weight: bold;
}
.next_item_txt02_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .next_item_imgWrapper {
    /*    background-image: url(../img/comp_itemmessage_sp.png);*/
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .next_item_txt02_sp {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    margin-left: 10px;
    font-weight: bold;
    transform: scale(0.7);
    transform-origin: top left;
    white-space: nowrap;
  }

  .next_item_meta {
    padding: 10px 10px 0;
    margin-right: 0;
  }

  .next_item_txt01 {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .next_item_txt01 br {
    display: none;
  }

  .next_item_txt01 b,
  .next_item_txt01 span {
    font-size: 13px;
  }

  .next_item_txt02 {
    display: none;
  }

  .next_item_imgWrapper img {
    /* width: 90%; */
    margin: 0 auto;
    display: block;
  }
}

.application_box {
  position: relative;
  background-size: 100% 100%;
  margin-right: -35px;
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url(../img/campaignbox/campaign_back.png);
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 767px) {
  .application_box {
    margin-left: -10px;
    margin-right: -18px;
    padding-top: 36px;
    padding-bottom: 34px;
    background-image: url(../img/campaignbox/campaign_back_sp.png);
  }
}

/*.application_box::before,
.application_box::after {
  content: '';
  width: 165px;
  height: 83px;
  position: absolute;
  background-size: cover;
}

.application_box::before {
  left: -20px;
  top: -7px;
  background-image: url(../img/campaignbox/campaignbox_left.svg);
}

.application_box::after {
  right: -20px;
  top: -7px;
  background-image: url(../img/campaignbox/campaignbox_right.svg);
}
*/
/*@media screen and (max-width: 767px) {
  .application_box::before {
    left: -12px;
  }

  .application_box::after {
    right: -12px;
  }

  .application_box::before,
  .application_box::after {
    width: 100px;
    height: 50px;
    top: -12px;
    z-index: 2;
  }
}*/

.application_unit {
  display: flex;
  justify-content: space-around;
  padding: 0 3%;
}

@media screen and (max-width: 767px) {
  .application_unit {
    flex-direction: column;
    padding: 0 25px;
  }
}

.application_item_header img {
  width: 100%;
}

.application_item {
  background-image: url(../img/campaignbox/wood_back.png);
  width: 46%;
  background-repeat: no-repeat;
  aspect-ratio: 536/504;
  padding: 0 22px 22px;
  font-weight: bold;
  background-size: contain;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .application_item {
    width: calc(100% - 10px);
    font-size: 10px;
    padding: 12px 12px 12px;
  }

  .application_item:not(:first-child) {
    margin-top: 45px;
  }
}

.application_item_header {
  position: relative;
  width: calc(100% + 44px);
  margin: -58px auto 0 -22px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .application_item_header {
    margin: -38px auto 16px;
    width: 90%;
  }
}

.application_item_body p {
  margin-top: 0;
  line-height: 1.6;
}

.application_item_body {
  background-image: url(../img/campaignbox/body.png);
  background-size: 100% 100%;
  margin-top: -30px;
  padding: 24px 20px 98px;
  line-height: 1.6;
  border-radius: 10px;
  letter-spacing: -0.4px;
  min-height: 345px;
  box-sizing: border-box;
  position: relative;
  color: #3e3c3c;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .application_item_body {
    font-size: 10px;
  }
}

.application_item_body .application_item_body_formTxt {
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
}

.application_item_body .cl_red {
  color: #c40018;
  font-weight: bold;
}

.application_item_body_txtl {
  font-size: 18px;
}
.application_item_body_txtl span {
  display: block;
  font-size: 20px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .application_item_body_txtl span {
    font-size: 10.5px;
  }
}

/* .application_item_body .application_item_body_txtl {
  line-height: 1.6 ;
} */

.application_item_body_txts {
  font-size: 18px;
}

.application_item_body_txtm {
  font-size: 15px;
}

.application_item_body_txt02 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .application_item_body {
    font-weight: bold;
    min-height: 80%;
    padding: 10px 6px 50px;
    /* aspect-ratio: 191/160; */
  }

  .application_item_body .application_item_body_formTxt {
    font-size: 10px;
  }

  .application_item_body_txtl {
    font-size: 10px;
  }

  .application_item_body_txts {
    font-size: 10px;
  }

  .application_item_body_txtm {
    font-size: 10px;
  }

  .application_item_body_txt02 {
    font-size: 10px;
  }
}

.application_item_body_inputWrapper {
  width: 100%;
  max-width: 260px;
  margin: 25px auto 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .application_item_body_inputWrapper {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

.application_item_body_inputWrapper input {
  display: block;
  left: 48%;
  line-height: 100%;
  width: 25%;
  height: 36%;
  position: absolute;
  bottom: 14%;
  border: none;
}

.application_item_footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .application_item_body_inputWrapper {
    width: 65%;
  }

  .application_item_footer {
    bottom: 10px;
  }
}

.twitterMessage {
  display: block;
  margin: 45px auto 0;
}

.application_item_footer_btn {
  border: none;
  background-color: transparent;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .twitterMessage {
    width: 165px;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .application_item_footer_btn img {
    width: 185px;
  }
}

.application_box_footer {
  padding: 0 4%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .application_box_footer {
    padding: 0;
    margin: 30px 40px 0 30px;
  }
}
.application_box_link {
  display: block;
  width: fit-content;
  margin-left: auto;
  color: #3e3c3c;
  font-size: 18px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .application_box_link {
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
    color: #333;
  }
}
.application_box_bottomTxt a {
  color: inherit;
  text-decoration: underline;
}
.application_box_link::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #3e3c3c;
  border-right: 2px solid #3e3c3c;
  width: 6px;

  height: 6px;
  transform: rotate(-45deg);
}
.application_box_heading {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8b2c2c+1,c53333+50,8b2c2c+100 */
  background: linear-gradient(
    to right,
    rgba(139, 44, 44, 1) 1%,
    rgba(197, 51, 51, 1) 50%,
    rgba(139, 44, 44, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 25px;
  text-align: center;
  padding: 8px 0;
  border-radius: 17px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.application_box_bottomTxt {
  color: #3f3c3c;
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .application_box_heading {
    font-size: 12px;
    padding: 4px 0;
  }

  .application_box_bottomTxt {
    font-size: 10px;
    margin-top: 8px;
    font-weight: bold;
    line-height: 1.4;
  }
}

/* .electionboxWrapper{
  padding: 0 4%;
} */

.electionbox {
  margin-top: 65px;
  display: flex;
  padding: 40px 38px 40px;
  letter-spacing: -0.2px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  background-image: url(../img/election/election_back.png);
  background-size: cover;
  aspect-ratio: 2347/892;
}

@media screen and (max-width: 767px) {
  .electionbox {
    background-image: url(../img/election/election_back_sp.png);
    aspect-ratio: 1339/1549;
    padding: 10px 10px 10px;
    display: block;
    position: relative;
  }
}

.electionbox_meta_date {
  background-image: url(../img/election/election_ribbon.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 29px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 127px;
  color: #fff;
  position: absolute;
  left: 32px;
  top: -52px;
}

@media screen and (max-width: 767px) {
  .electionbox_meta_date {
    width: 218px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    padding: 0px;
    top: -38px;
    height: 69px;
  }
}

.electionbox_meta_list {
  display: flex;

  margin-top: 98px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.electionbox_meta_list li {
  margin: 5px 20px;
  font-size: 37px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .electionbox_meta_list {
    justify-content: flex-start;
    gap: 0 18px;
    margin: 0;
    align-items: flex-start;
    padding: 50px 25px 10px;
    min-height: 132px;
    line-height: 1.4;
  }
  .electionbox_meta_list li {
    font-size: 16px;
    margin: 0px 0;
    text-align: center;
  }
}

.electionbox_meta_list li::after {
  content: "さま";
}

.electionbox_meta {
  flex: 1;
  position: relative;
  margin-right: 20px;
}

.electionbox_meta_txt01 {
  text-align: right;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .electionbox_meta_txt01 {
    font-size: 12px;
    padding-right: 20px;
  }

  .electionbox_meta {
    margin-right: 0px;
  }
}

.electionbox_imgWrapper {
  /* background-image: url(../img/election/election_item_pc.svg); */
  width: 45%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  margin: 20px 20px 0;
}

.electionbox_imgWrapper_header {
  position: absolute;
  left: 50%;
  top: -8px;
  width: 375px;
  transform: translateX(-50%);
}

/* .electionbox_imgWrapper::after {
  content: "";
  aspect-ratio: 158/101;
  display: block;
  width: 155px;
  position: absolute;
  top: 40px;
  right: -20px;
  transform: translateY(-100%);
  background-size: cover;
  background-image: url(../img/election/bubble2.svg);
} */
@media screen and (max-width: 767px) {
  .electionbox_imgWrapper {
    padding-right: 0;
    line-height: 1.6;
    margin: 0;
    display: block;
  }
  .electionbox_imgWrapper small {
    margin-left: 5px;
  }
  .electionbox_imgWrapper_header {
    top: 12px;
    width: 220px;
  }

  /* .electionbox_imgWrapper::after {
    width: 75px;
    top: 12px;
    right: 2px;
  } */
  /* .electionbox_imgWrapper::after{
    display: none;
  } */
}

.electionbox_imgWrapper figcaption {
  display: block;
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .electionbox_imgWrapper figcaption {
    font-size: 10px;
    bottom: 2%;
    /* margin-top: -5.5vw; */
  }
}
.electionbox_imgWrapper img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* .electionbox_txt01 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.electionbox_txt01 b {
  font-size: 24px;
  font-weight: bold;
} */

@media screen and (max-width: 767px) {
  .electionbox_imgWrapper {
    /* background-image: url(../img/election/election_item_sp.svg);
    background-size: contain; */
    padding-left: 0;
    padding-top: 5%;
    padding-right: 0;
    width: 100%;
  }

  .electionbox_meta {
    padding-top: 0;
  }

  .electionbox_imgWrapper img {
    width: 92%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 400px) {
  .electionbox_imgWrapper {
    padding-top: 5%;
  }
}

#content05 {
  background-color: #ddd;
}
#content06 {
  background-image: url(../img/banner_back_pc.png);
}
@media screen and (max-width: 767px) {
  #content06 {
    padding-top: 1px;
    padding-bottom: 1px;
    background-image: url(../img/banner_back_sp.png);
  }
  #content06 .contener-inner {
    width: 70%;
  }
}
/* 写真関連
----------------------------*/
.content_photo {
  margin-bottom: 0;
}

/* ボタン関連
----------------------------*/
.anchor-link-btn {
  margin: 0 auto 20px;
  width: 650px;
}

.anchor-link-btn > a {
  position: relative;
  display: block;
  /* padding: 12px 20px; */
  color: #fff;
  background: #b81b25;
  /* font-size: 24px; */
  font-size: 27px;
  text-align: center;
  line-height: 1.4;
  /* font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif; */
}

.anchor-link-btn > a > .small-txt {
  /* font-size: 16px; */
  font-size: 19px;
}

/* .anchor-link-btn > a::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  content: "";
  border: 2px solid transparent;
  border-bottom-color: #f4cf2c;
  border-left-color: #f4cf2c;
  width: 8px;
  height: 8px;
  border-radius: 2px;
} */

/* Btn */

.btn-entry,
.btn {
  position: relative;
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 6px 12px;
  margin: 15px auto;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 2.5;
  letter-spacing: 0.2em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background: #b81b25;
  border: none;
}

.btn-entry:after,
.btn:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  border: 2px solid transparent;
  border-bottom-color: #f4cf2c;
  border-right-color: #f4cf2c;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.btn-entry:hover,
.btn:hover {
  opacity: 0.8;
}

/* program
----------------------------*/
.contener.bg_white {
  background: #fff;
}

.program {
  width: 500px;
  max-width: 95vw;
  margin: 40px auto 30px;
  /* padding: 15px; */
  /* background:
    url(../img/box_line-tl.png) no-repeat 0 0,
    url(../img/box_line-tr.png) no-repeat right 0,
    url(../img/box_line-bl.png) no-repeat 0 bottom,
    url(../img/box_line-br.png) no-repeat right bottom;
  background-size:
    50px 50px,
    50px 50px,
    50px 50px,
    50px 50px; */
}

@media screen and (max-width: 767px) {
  .program {
    background-size: 25px 25px;
  }
}

.program .program_inner {
  position: relative;
  /* padding: 35px 40px; */
  color: #e73740;
}

@media screen and (max-width: 767px) {
  .program .program_inner {
    padding: 12px 20px;
  }
}

.program .bay {
  position: absolute;
  top: 58%;
  right: 0.5em;
  width: 90px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 450%;
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
  text-align: center;
}
#content01 .program .bay {
  top: 40%;
  right: 1.1em;
}

.program .bay > span {
  display: inline-block;
  margin-left: 5px;
  font-size: 50%;
  vertical-align: middle;
}
.messageWrapper {
  width: 1170px;
  margin: 50px auto 40px;
  padding-top: 1px;
  aspect-ratio: 1784/374;
  background-repeat: no-repeat;
  font-weight: bold;
  font-family:
    "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background-size: contain;
  background-image: url(../img/message_pc.png);
}

.messageWrapper_header {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-top: -18px;
}
.messageWrapper_body {
  font-size: 30px;
  padding: 0 40px 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .messageWrapper {
    aspect-ratio: 1283/473;
    width: 90%;
    margin: 0px auto 20px;
    background-image: url(../img/message_sp.png);
  }
  .messageWrapper_header {
    font-size: 18px;
    margin-top: -6px;
  }
  .messageWrapper_body {
    font-size: 3vw;
    padding: 0 20px 0;
    margin-top: 5px;
  }
}
/* winning
----------------------------*/
.winning {
  position: relative;
  margin: 50px auto;
  width: 560px;
}

.winning > .goods_photo.today {
  top: 11px;
  left: calc(100% - 80px);
  width: 180px;
  height: 180px;
}

.winning > .goods_photo.today > img {
  max-width: 100px;
  width: 65%;
}

.winning > .goods_photo.today > .goods_photo_txt {
  width: 80px;
  height: 80px;
  padding: 27px 21px 5px 12px;
  text-indent: -1em;
}

.item01 .winning > .goods_photo.today > img {
  width: 74%;
  max-width: 140px;
}

.winning-day {
  margin: 20px auto 30px;
  color: #b81b25;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

.winner-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.winning-name {
  width: 33%;
  margin-top: 20px;
  color: #514445;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.winning-name > span {
  display: inline-block;
  margin: 5px 20px;
}

/* .winning-name + .winning-name {
  margin-top: 10px;
} */

.winning-txt {
  text-align: center;
  font-size: 18px;
}

/* campaign-info
----------------------------*/
.campaign-info {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.campaign-end {
  margin: 80px auto 100px;
}

.contener > .campaign-end:first-child {
  margin: 40px auto 40px;
}

.campaign-info-txt {
  margin-bottom: 20px;
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

.campaign-info-strong-txt {
  margin-bottom: 5px;
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
}

.campaign-end-strong {
  padding: 20px;
  border: 1px solid #ccc;
  font-weight: bold;
}

.campaign-end-txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

/* content01
----------------------------*/
#content01.content01 {
  padding-top: 1px;
  padding-bottom: 0;
}

/* bannerLink
----------------------------*/
.bannerLink {
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bannerLink {
    padding: 0 25px;
    margin-top: 0;
  }
}
.bannerLink_daikouhyou {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bannerLink_daikouhyou {
    width: 150px;
    margin-bottom: 5px;
    display: block;
    margin: 0 auto 5px;
  }
}
.bannerLink_txt {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 767px) {
  .bannerLink_txt {
    font-size: 14px;
  }
}

.bannerLink_img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .bannerLink_img {
    margin-bottom: 15px;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.bannerLink_days a {
  text-decoration: underline;
  color: #000;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .bannerLink_days a {
    font-size: 18px;
  }
}

/* content02
----------------------------*/
.bnr-special {
  width: 90%;
  max-width: 1020px;
  margin: 70px auto 10px;
}

@media screen and (max-width: 767px) {
  .bnr-special {
    margin: 45px auto 0;
  }
}

.bnr-special a {
  display: inline-block;
  /* pointer-events: none; */
}

/* content02
----------------------------*/
@media screen and (min-width: 767px) {
  .content02 .textBox {
    font-size: 100%;
    line-height: 2;
  }
}

.content02 .graph {
  width: 74%;
}
.pointList {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.pointList_item {
  flex: 1;
  color: inherit;
  background-color: #fff;
  box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
}
.pointList_item_imgWrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pointList_item_imgWrapper {
    margin-bottom: 10px;
  }
}
.pointList_item_imgWrapper img {
  height: auto;
  display: block;
}
.pointList_item_heading {
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px 0 10px;
  line-height: 1.4;
  text-align: center;
  min-height: 2.8em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 15px center;
}
@media screen and (max-width: 767px) {
  .pointList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .pointList_item_heading {
    font-size: 10px;
    margin-bottom: 10px;
    background-size: 12px auto;
    padding: 0 20px 0 6px;
    letter-spacing: -1px;
    background-position: right 10px center;
  }
}
/*
.pointlist {
  overflow: hidden;
  margin: 50px auto 60px;
}

.pointlist p {
  margin-top: 20px;
  margin-bottom: 0;
}

.pointlist > li {
  float: left;
  margin-right: 8%;
  margin-top: 60px;
  width: 46%;
  text-align: left;
}

.pointlist.single > li {
  margin-right: 0;
  width: 100%;
}

.pointlist > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #665b5c;
}

.pointlist > li:nth-child(2n) {
  margin-right: 0;
}

.pointlist > li:first-child,
.pointlist > li:nth-child(2) {
  margin-top: 0;
}

.pointlist .pointlist-photo {
  margin-right: 20px;
  width: 180px;
  height: 180px;
}

.pointlist .pointlist-txtBox {
  width: calc(100% - 200px);
} */

.pickuplist {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
  flex-wrap: wrap;
  max-width: 1020px;
}

.pickuplist > li {
  width: 46%;
  margin: 0 2%;
}
.pickuplist_heading {
  text-align: center;
  margin-top: 35px;
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pickuplist_heading {
    font-size: 13px;
    margin-top: 25px;
  }
}

/* .pickuplist > li:nth-child(2n) {
  margin-right: 0;
} */

.pickuplist p {
  font-size: 14px;
  line-height: 2;
}

.pickuplist p + p {
  margin-top: 10px;
}

.list-num {
  margin: 30px auto;
}

.list-num > li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 16px;
  line-height: 1.7;
}

.list-num > li + li {
  margin-top: 10px;
}

.is-accordion {
  position: relative;
  overflow: hidden;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
  max-height: 720px;
}

.is-accordion::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(10%, transparent),
    to(#fff)
  );
  background: linear-gradient(to bottom, transparent, transparent 10%, #fff);
}

.is-accordion.is-open {
  max-height: 100%;
}

.is-accordion.is-open::after {
  content: none;
}

.is-accordion-btn > a {
  position: relative;
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
  color: #fff;
  background: #b81b25;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}

.is-accordion-btn > a::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  border: 2px solid transparent;
  border-bottom-color: #f4cf2c;
  border-left-color: #f4cf2c;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.link_kinokolabo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.link_kinokolabo a {
  width: 48%;
  margin: 0 2%;
}

@media screen and (max-width: 767px) {
  .link_kinokolabo a {
    width: 100%;
    margin: 0 auto;
  }
}

.pointlist-title {
  margin: 15px 0 10px;
  color: #8e0011;
  font-size: 150%;
  line-height: 1.4;
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
}

/* content03 */
.content03-list > dt {
  font-weight: bold;
  font-size: 20px;
}

.content03-list > dd > *:first-child {
  margin-top: 0;
}
#content03 .entry-form th::after {
  content: "※必須";
  font-weight: bold;
  font-size: 0.8em;
  color: #f00;
  margin-left: 5px;
}
/*----------------------------*/
/* campaign
----------------------------*/
.campaign.item01 .campaign-box {
  margin-left: 100px;
}

.campaign.item01 .campaign-box .goods_photo.today {
  width: 380px;
  height: 380px;
}

.campaign.item01 .campaign-box .goods_photo.today::before {
  content: none;
}

.campaign.item01 .campaign-box .goods_photo.today > img {
  max-width: 74%;
}

.campaign.item01 .campaign-box .goods_photo.today .goods_photo_txt {
  width: 145px;
  height: 145px;
  top: -25px;
  right: -25px;
  padding: 15px 39px 3px 0;
}

.campaign.item01 .campaign-box .campaign-goods-today {
  font-size: 15px;
}

.campaign-goods-area {
  width: 41%;
  position: relative;
}

/* .campaign-goods-area .goods_photo.today::before {
  position: absolute;
  display: block;
  content: "";
  width: 67px;
  height: 185px;
  background: url(../img/goods_text01.png) no-repeat 0 0/100% auto;
  top: 45px;
  right: -105px;
} */

.goods_photo {
  position: absolute;
  border-radius: 50%;
  margin: 0;
}

.goods_photo > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
}

.goods_photo > .goods_photo_txt {
  position: absolute;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1.5;
  font-size: 14px;
}

.goods_photo .campaign-goods-today {
  position: absolute;
  top: 82%;
  left: 50%;
  width: 12em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 13px;
}

.goods_photo .campaign-goods-tommorow {
  position: absolute;
  top: 82%;
  left: 50%;
  width: 9em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 13px;
}

.goods_photo .campaign-goods-winning {
  position: absolute;
  top: 82%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 13px;
}

.goods_photo.today {
  top: 0;
  left: 0;
  background: #fff;
  width: 320px;
  height: 320px;
  z-index: 2;
}

.goods_photo.today > img {
  max-width: 200px;
}

.goods_photo.today > .goods_photo_txt {
  width: 120px;
  height: 120px;
  background: #e73740;
  top: -25px;
  right: -25px;
  padding: 21px 34px 20px 5px;
}

.goods_photo.tommorow {
  top: 200px;
  right: -35px;
  background: #eee7e4;
  width: 220px;
  height: 220px;
  z-index: 1;
}

.goods_photo.tommorow > img {
  max-width: 140px;
}

.goods_photo.tommorow > .goods_photo_txt {
  top: -20px;
  right: -44px;
  width: 100px;
  height: 100px;
  background: #bea77b;
  padding: 20px 18px 10px 10px;
}

.campaign-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1000px;
}

.campaign-box .campaign-txt-area {
  width: 54%;
  margin-right: 3%;
}

.campaign-box .content-title-red {
  margin-top: 50px;
}

.campaign-box .campaign-txt {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

/* question
----------------------------*/
.question {
  margin: 80px auto 0;
  /* ansBox */
}

.question .ansBox {
  position: relative;
  margin: 80px auto 60px;
  text-align: center;
}

.question .yBox {
  position: absolute;
  top: -51px;
  left: 50%;
  right: 0;
  display: inline-block;
  width: 135px;
  height: 130px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background:
    url(../img/box_line-tl.png) no-repeat 0 0,
    url(../img/box_line-tr.png) no-repeat right 0,
    url(../img/box_line-bl.png) no-repeat 0 bottom,
    url(../img/box_line-br.png) no-repeat right bottom;
  z-index: 2;
  /* padding: 15px; */
  padding: 17px;
}

.question .ansday {
  margin: 0 40px 0 0;
}

.question .kiyaku {
  text-align: center;
}

.kinkatsu_day {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  background: #fff;
  outline: none;
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
  color: #e73740 !important;
  padding: 0px;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kinkatsu_day {
    font-size: 28px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .question .entry .kinkatsu_day:not(:target) {
    width: 100%;
    height: 98px;
    line-height: 1;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .question ::i-block-chrome,
  .question .entry .kinkatsu_day {
    width: 100%;
    height: 70px;
    line-height: 1;
  }
}

/* content04
----------------------------*/
@media screen and (max-width: 767px) {
  #content04 .textBox {
    font-size: 14px;
    line-height: 2;
  }

  #content05 .txtBox p {
    line-height: 2;
  }
}

.title-line-tb {
  margin-bottom: 45px;
  border-top: 1px solid #b59d72;
  border-bottom: 1px solid #b59d72;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  color: #473c3d;
  font-weight: normal;
}
.title-line-tb.title-line-tb__banner {
  margin-top: 80px;
}
/*  winner
----------------------------------*/
.winner {
  margin: 50px auto 30px;
  background-color: #fff;
  color: #8e0011;
  padding: 25px 10px 15px;
  font-weight: bold;
}

.winner h5 {
  margin-bottom: 10px;
  font-size: 120%;
  line-height: 1.2;
}

.winner h5 + p {
  font-size: 120%;
  line-height: 1;
}

.winner span {
  display: inline-block;
  margin-right: 20px;
  font-size: 116%;
  font-weight: normal;
}

.winner span + span {
  margin-right: 0;
}

/*******************************
    footer
*******************************/
.footer {
  width: 100%;
  margin: 50px auto 0;
  background: #fff;
}

.footer-bnr {
  display: flex;
  justify-content: center;
  /* max-width: 900px;
  width: 86.6666667%; */
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .footer-bnr {
    display: block;
  }
}

.footer-bnr a {
  width: 48%;
  margin: 0 1%;
}

@media screen and (max-width: 767px) {
  .footer-bnr a {
    width: 100%;
    margin: 0 auto;
  }
}

.footer-link {
  margin-bottom: 0;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: -10px auto 15px;
}

.copyright {
  display: block;
  color: #665b5c;
  text-align: center;
  font-size: 12px;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sideMenuList > li {
    font-size: 12px;
  }

  .sideMenuList > li + li {
    margin-left: 10px;
  }
}

@media screen and (max-width: 950px) {
  .sideMenuList > li + li {
    margin-left: 10px;
  }
}

@media screen and (max-width: 800px) {
  .sideMenuList > li {
  }

  .sideMenuList > li + li {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }

  html.is-open,
  body.is-open {
    overflow-x: hidden;
  }

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  p {
    font-size: 14px;
  }

  /*******************************
	    header
	*******************************/
  #header {
    display: block;
    opacity: 1;
    -webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
  }

  #header #headerTop {
    background: url(../img/body_bg.png) repeat center top/cover;
  }

  #header #headerTop .left img {
    height: 32px;
    margin-right: 8px;
  }

  #header #headerTop .right {
    position: absolute;
    top: 0;
    right: 0;
  }

  #header #headerTop #headerMenuBtn {
    display: block;
    padding: 13px;
    background: #514445;
    text-align: center;
  }

  #header #headerTop .right img {
    width: 25px;
  }

  /*  Menu
	--------------------------*/
  #sideMenu {
    margin-top: 0;
    right: calc(-17em - 50px);
    -webkit-transition-property: right;
    transition-property: right;
    width: 17em;
    background: #fff;
    padding: 20px 0;
    -webkit-box-shadow:
      0 1px 8px rgba(0, 0, 0, 0.2),
      0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow:
      0 1px 8px rgba(0, 0, 0, 0.2),
      0 1px 8px rgba(0, 0, 0, 0.2);
  }

  #sideMenu.current {
    right: -1px;
  }

  #sideMenu #closeMenuBtn {
    position: absolute;
    top: 0;
    left: -50px;
    padding: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #b9a270;
  }

  #sideMenu #closeMenuBtn > span {
    position: absolute;
    top: 23px;
    left: 12px;
    display: block;
    width: 27px;
    height: 2px;
    background: #fff;
  }

  #sideMenu #closeMenuBtn > span:first-child {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #sideMenu #closeMenuBtn > span:nth-child(2n) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #sideMenu .sideMenuList {
    width: 100%;
    text-align: left;
  }

  #sideMenu .sideMenuList > li {
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  #sideMenu .sideMenuList > li.site_logo > a {
    padding-top: 0;
  }

  #sideMenu .sideMenuList > li.site_logo img {
    width: 100px;
  }

  #sideMenu .sideMenuList > li > #modalOpen,
  #sideMenu .sideMenuList > li > a {
    display: block;
    padding: 15px 25px;
  }

  #overlay.current {
    display: block;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 998;
    cursor: pointer;
  }

  .contener#content01 {
    /* padding-top: 65px; */
    /* padding-top: 50px; */
  }

  .contener-inner .line {
    width: 116%;
    margin: 0 -8%;
  }

  .btn {
    padding: 12px 26px;
    font-size: 14px;
  }

  .contener-inner {
    margin: 0 auto;
    width: 88%;
  }

  .pointlist {
    margin: 0 auto 40px;
  }

  .pointlist > li {
    float: none;
    width: 100%;
  }

  .pointlist > li:nth-child(2n),
  .pointlist > li + li {
    margin-top: 25px;
  }

  .pointlist > li > a {
    display: block;
  }

  .pointlist > li .pointlist-photo {
    margin: 0 auto 20px;
    display: block;
    width: 50%;
    height: auto;
  }

  .pointlist > li .pointlist-txtBox {
    width: 100%;
  }

  .pointlist > li .pointlist-txt {
    font-size: 16px;
    margin-top: 0;
  }

  .site_title {
    margin: 0 auto;
    width: 90%;
  }

  .content-title-red {
    font-size: 18px;
  }

  .pointlist-title {
    font-size: 20px;
    text-align: center;
  }

  .content-line-title {
    font-size: 24px;
  }

  .content-line-title.txt-13::before,
  .content-line-title.txt-13::after {
    width: calc(50% - 4.5em);
  }

  .winning-day {
    font-size: 24px;
  }

  .txt-emp {
    font-size: 20px;
  }

  .title-line-tb {
    font-size: 24px;
  }

  .campaign-info-txt {
    font-size: 16px;
  }

  .campaign-info-strong-txt {
    font-size: 20px;
  }

  .content-title_photo {
    text-align: center;
  }

  .content-title_photo img.sp {
    margin: 0 auto;
    width: 100%;
  }

  .content-title_photo img.sp.fd {
    padding: 0 40px;
  }

  .key_Box::before {
    top: 5px;
    /* height: 28%; */
    height: 32%;
    background: url(../img/sp/kinoko_image01.png) no-repeat 0 center/100% auto;
  }

  .list-dot > li {
    font-size: 14px;
  }

  .note-list > li {
    font-size: 14px;
  }

  .note-list > li.small-txt {
    font-size: 11px;
  }

  .note-list > li + li {
    margin-top: 10px;
  }

  .key_txtBox {
    margin: 0 auto;
    width: 86.6666667%;
    padding-top: 35%;
    padding-bottom: 12%;
    text-align: center;
  }

  .key_txtBox .sp {
    display: inline-block;
  }

  .key_txtBox::after {
    position: absolute;
    bottom: 0;
    right: 3%;
    content: "";
    width: 36%;
    padding-bottom: 12%;
    background: url(../img/sp/kinoko_image02.png) no-repeat 0 0/100% auto;
  }

  .key_txtBox > img {
    width: 100%;
  }

  .pickuplist {
    display: block;
    margin-top: 10px;
  }

  .pickuplist p {
    margin-top: 10px;
  }

  .pickuplist > li {
    margin: 0 auto;
    width: 100%;
  }

  .pickuplist > li + li {
    margin-top: 20px;
  }

  .pickuplist > li img {
    max-width: none;
    width: 100%;
  }

  .link_kinokolabo {
    margin: 10px auto 0;
    width: 100%;
    display: block;
  }

  .link_kinokolabo a {
    display: block;
    margin: auto;
  }

  .link_kinokolabo a:first-child {
    margin-bottom: 20px;
  }

  .link_kinokolabo img {
    max-width: none;
    width: 100%;
    vertical-align: middle;
  }

  .goods_photo.today > .goods_photo_txt {
    top: -3%;
    right: -3%;
    width: 85px;
    height: 84px;
    padding: 12px 20px 0 0;
    font-size: 11px;
  }

  .winning > .goods_photo.today > .goods_photo_txt {
    top: -3%;
    right: -20px;
    padding: 27px 24px 5px 12px;
  }

  /* winning
	----------------------------*/
  .winning > .goods_photo > img {
    max-width: none;
  }

  .winning > .goods_photo.today > img {
    max-width: none;
  }

  .item01 .winning > .goods_photo.today > img {
    max-width: none;
  }

  /*----------------------------*/
  /* campaign
	----------------------------*/
  .campaign-info {
    width: 86.6666667%;
  }

  .campaign-info .anchor-link-btn {
    width: 100%;
  }

  .campaign-info .anchor-link-btn > a {
    /* font-size: 14px; */
    font-size: 22px;
  }

  .campaign-info .anchor-link-btn > a::after {
    width: 6px;
    height: 6px;
  }

  .campaign-info .anchor-link-btn .small-txt {
    /* font-size: 13px; */
    font-size: 16px;
  }

  .campaign-box {
    display: block;
    min-width: inherit;
  }

  .campaign-box .campaign-txt-area {
    width: 100%;
    margin: 0 auto;
  }

  .campaign-box .campaign-txt {
    font-size: 14px;
  }

  .campaign.item01 .campaign-box {
    margin-left: 0;
  }

  .campaign.item01 .campaign-box .goods_photo.today {
    position: absolute;
    right: 19.5%;
    left: 19.5%;
    margin: 0 auto;
    width: 61%;
    height: 0;
    padding-bottom: 61%;
  }

  .campaign.item01 .campaign-box .goods_photo.today .goods_photo_txt {
    top: -16%;
    left: 68%;
    right: auto;
    width: 120px;
    height: 120px;
    padding: 14px 33px 0 0;
  }

  .campaign.item01 .campaign-box .campaign-goods-today {
    font-size: 15px;
  }

  .campaign-goods-area {
    width: 100%;
    height: 0;
    padding-bottom: 60.5%;
    margin: 50px auto 80px;
  }

  .campaign-goods-area .goods_photo.today {
    height: 0;
    width: 61%;
    padding-bottom: 61%;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .campaign-goods-area .goods_photo.today > img {
    max-width: 60%;
  }

  .campaign-goods-area .goods_photo.tommorow {
    height: 0;
    width: 41%;
    padding-bottom: 41%;
    right: 7%;
    top: 40%;
  }

  .campaign-goods-area .goods_photo.tommorow > .goods_photo_txt {
    top: -12%;
    right: -16%;
    width: 75px;
    height: 75px;
    padding: 14px 14px 0 0;
    font-size: 11px;
  }

  .campaign-goods-area .goods_photo.tommorow > img {
    max-width: 80%;
  }

  .campaign-end {
    margin: 60px auto 0;
  }

  .contentBox {
    display: block;
  }

  .contentBox .content_photo {
    text-align: center;
  }

  .contentBox .titleBox {
    width: 100%;
    font-size: 20px;
  }

  .contentBox .txtBox {
    width: 100%;
  }

  .contentBox .txtBox .content-txt {
    font-size: 14px;
  }

  .program {
    margin: 0px auto 25px;
  }

  /* .program .program_inner {
    padding: 6.3%;
  } */
  .goods_photo {
    /* margin-top: 20px; */
  }

  .goods_photo.tommorow {
    top: 45%;
    right: -10px;
  }

  .question {
    margin: 0 auto;
    width: 75.3846154%;
  }

  .question .entry .kinkatsu_day {
    width: 70px;
    height: 70px;
    padding: 15px;
    font-size: 20px;
  }

  .question .yBox {
    width: 100px;
    height: 100px;
  }

  .question .ansday {
    margin: 0 20px 0 0;
  }

  .winning {
    margin: 50px auto 20px;
    width: 100%;
  }

  .winning .goods_photo.today {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px auto 0;
    height: 0;
    width: 61%;
    padding-bottom: 61%;
  }

  .footer .footer-bnr {
    margin: 50px auto;
    width: 86.6666667%;
    text-align: center;
  }

  .footer .footer-bnr img {
    width: 100%;
  }

  .footer .footer-bnr img.sp {
    display: inline-block;
  }

  .footer .footer-bottom {
    margin: 20px auto;
    display: block;
    padding-bottom: 20px;
  }

  .footer .footer-link {
    text-align: center;
    font-size: 10px;
  }

  .footer .copyright {
    margin: 15px auto 0;
    font-size: 10px;
  }
  #content01 .program .bay {
    right: 18.5%;
  }
}

@media screen and (max-width: 540px) {
  .program {
    width: 80.6666667%;
    margin-bottom: 10px;
  }

  .program .bay {
    right: 13.5%;
    font-size: 9vw;
    width: 13vw;
  }

  .question .btn {
    margin: 0 -8%;
    max-width: none;
    width: 116%;
  }

  .campaign-goods-area .goods_photo.today::before {
    top: 14%;
    right: -38%;
    width: 40px;
    height: 120px;
  }

  .winning-name > span {
    display: block;
    margin: 15px 0 0 0;
  }
}

@media screen and (max-width: 400px) {
  .campaign-goods-area .goods_photo.today::before {
    top: 4%;
    right: -38%;
  }
}

/*# sourceMappingURL=style.css.map */

/*追加修正*/
.contener.error .title {
  margin-top: 0;
}

.contener.error {
  padding: 60px 0 40px 0;
}

.submitBtn {
  margin-top: 20px;
  line-height: 1.5;
}

.page_404 #sideMenu,
.page_alert #sideMenu {
  margin: 0;
}

.page_404 #wrap,
.page_alert #wrap {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .page_404 #wrap,
  .page_alert #wrap {
    margin-top: 50px;
  }
}
.pickuplist_comp li {
  margin-top: 40px;
}
.pickuplist_baanerWrapper {
  margin-bottom: 5px;
}
.pickuplist_comp li a {
  color: #665b5c;
}
.pickuplist_txt {
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}

.bl_menuBanner img {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .bl_menuBanner {
    margin-left: -6vw;
    margin-right: -6vw;
  }
  .bl_menuBanner img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.bl_fixedImg {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.popupItem {
  width: 920px;
  max-width: 90%;
  position: fixed;
  top: 50%;
  background-color: #fff;
  padding: 20px;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  border: 5px solid #bc9d66;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}
.popupItem_inner {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .popupItem_inner {
    flex-direction: column;
  }
}
.popupItem_imgWrapper {
  width: 40%;
}
.popupItem_meta {
  flex: 1;
}
.popupItem_heading {
  color: #8e0011;
  margin-bottom: 25px;
  font-size: 35px;
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
}
.popupItem_txt {
  font-size: 28px;
  line-height: 1.5;
  min-height: 200px;
  font-family:
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
}
.popupItem_link {
  font-size: 24px;
  display: block;
  color: #3f3c3c;
  width: fit-content;
  margin: 10px auto 0;
  text-decoration: underline;
}
.popupBack {
  position: fixed;
  display: block;
  transition: all 0.3s;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}
.popupItem.is-active {
  opacity: 1;
  pointer-events: auto;
}

html.is-modal {
  overflow: hidden;
}

html.is-modal .popupBack {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .popupItem_inner {
    flex-direction: column;
  }
  .popupItem_heading {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .popupItem_txt {
    font-size: 20px;
    min-height: 0px;
  }
  .popupItem_link {
    font-size: 16px;
  }
}
