@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  position: relative;
}

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

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

li {
  list-style: none;
}

main {
  display: block;
}

.main {
  font-size: 10px;
}
@media screen and (min-width: 1080px) {
  .main {
    min-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .main {
    font-size: 0.9259259259vw;
  }
}
@media screen and (max-width: 768px) {
  .main {
    font-size: 1.3333333333vw;
  }
  .main img {
    width: 100%;
  }
}

.kv {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .kv {
    min-width: 160em;
  }
}
.kv img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .dots::after {
    content: "";
    display: block;
    position: absolute;
    top: 17em;
    left: 0;
    bottom: 11em;
    width: 100%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0.8em, transparent 0.8em), radial-gradient(circle, rgba(255, 255, 255, 0.4) 0.8em, transparent 0.8em);
    background-position: 0 1em, 1.8em 4.6em;
    background-size: 3.6em 7.2em;
    z-index: 1;
  }
}
.bg_veg {
  position: absolute;
  top: 7em;
  left: 50%;
  width: 154.6em;
  max-width: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.bg_veg.__down {
  top: 16em;
}
@media screen and (max-width: 768px) {
  .bg_veg {
    display: none;
  }
}

.about {
  position: relative;
  padding: 5em 2em 11.3em;
  background-color: #ffebc0;
  text-align: center;
}
.about_ttl {
  margin-bottom: 3em;
}
.about_ttl > img {
  width: 36.4em;
}
@media screen and (max-width: 768px) {
  .about_ttl > img {
    width: 42.6em;
  }
}
.about_txt {
  font-size: 2em;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about_txt {
    font-size: 2.8em;
    letter-spacing: -0.05em;
  }
  .about_txt big {
    font-size: inherit;
  }
}
.about_txt strong {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .about_txt strong {
    font-size: 1.0714285714em;
  }
}
.about_txt + .about_txt {
  margin-top: 1.25em;
}
.about_img {
  display: block;
  width: 75.7em;
  margin: 1.75em auto 0;
}
.about .common_btn {
  margin-top: 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.present {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3em;
  margin: 2em 0;
  z-index: 3;
}
.present_img {
  width: 23.1em;
}
.present_txt {
  font-size: 2.6em;
  font-weight: bold;
}
.present_txt strong {
  font-size: 1.0769230769em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
.present_txt small {
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  .present {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .present_img {
    width: 35.6em;
  }
}

.campaign {
  position: relative;
  padding: 6.5em 2em 11.3em;
  background-color: #d0e9ff;
  text-align: center;
}
.campaign::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.6em;
  left: 50%;
  width: 100%;
  height: 3.6em;
  background: url("../../img/lace_head_blue.png") repeat-x center bottom/159em auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .campaign::before {
    min-width: 159em;
  }
}
.campaign.dots::after {
  top: 20.5em;
}
.campaign_ttl {
  margin-bottom: 3.5em;
}
.campaign_ttl > img {
  width: 47.4em;
}
@media screen and (max-width: 768px) {
  .campaign_ttl > img {
    width: 55em;
  }
}
.campaign_img {
  position: relative;
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .campaign_img {
    margin-top: 2em;
    margin-left: -1em;
    margin-right: -1em;
  }
}
.campaign_txt {
  font-size: 2.4em;
  line-height: 1.7;
  font-weight: bold;
}
.campaign_txt strong {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .campaign_txt {
    font-size: 3em;
  }
  .campaign_txt strong {
    font-size: 1.2em;
  }
}
.campaign .snsmsg {
  position: relative;
  z-index: 2;
  margin-top: 3em;
}
.campaign .one_data {
  border: 2px solid #112668;
}
.campaign .name {
  color: #112668;
}
.campaign .time {
  color: #112668;
}
.campaign .read_more {
  width: 14.4230769231em;
  height: 2.7692307692em;
  font-size: 2.6em;
  font-weight: 700;
  color: #fff;
  line-height: 2.7692307692em;
  background: #235a89;
  border-radius: 1.4076923077em;
  margin: 0.7692307692em auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid transparent;
}
.campaign .read_more:hover {
  color: #235a89;
  background: #fff;
  border: 2px solid #235a89;
}
@media screen and (max-width: 768px) {
  .campaign .read_more {
    width: 14.6666666667em;
    height: 2.8666666667em;
    font-size: 3em;
    line-height: 2.8666666667em;
    border-radius: 1.4333333333em;
    margin: 2.6666666667em auto 0;
  }
}

.event {
  position: relative;
  padding: 6.5em 2em 11.3em;
  background-color: #ffebc0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .event {
    padding-bottom: 22.5em;
  }
}
.event::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.6em;
  left: 50%;
  width: 100%;
  height: 3.6em;
  background: url("../../img/lace_head_yellow.png") repeat-x center bottom/159em auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .event::before {
    min-width: 159em;
  }
}
.event.dots::after {
  top: 20.5em;
}
.event .common_box.__orange {
  padding: 22em 2em 8em;
}
@media screen and (max-width: 768px) {
  .event .common_box.__orange {
    padding-top: 26em;
  }
}
.event_ttl {
  margin-bottom: 3.5em;
}
.event_ttl > img {
  width: 36.2em;
}
@media screen and (max-width: 768px) {
  .event_ttl > img {
    width: 42.6em;
  }
}
.event_ttl__sub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5em;
  background-color: #ffb033;
  font-size: 3em;
  color: #fff;
}
.event_ttl__sub > strong {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .event_ttl__sub {
    padding: 1.25em;
  }
}
.event_ttl__sub::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #fff 50%, transparent 52%), linear-gradient(315deg, #fff 50%, transparent 52%);
  background-size: 20px 20px;
  height: 9px;
  width: calc(100% - 6px);
  left: 3px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .event_ttl__sub::before {
    background-size: 15px 15px;
    height: 7px;
    width: calc(100% - 6px);
  }
}
.event_img {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
}
@media screen and (min-width: 769px) {
  .event_img > img {
    width: 45.6em;
  }
}
@media screen and (max-width: 768px) {
  .event_img {
    margin: -3em -7em -6em -5.5em;
  }
}
.event_txt {
  font-size: 2.6em;
  line-height: 1.7;
  font-weight: bold;
}
.event_txt strong {
  font-size: 1.1538461538em;
}
.event_txt strong .larger_txt {
  font-size: 1.6666666667em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .event_txt {
    font-size: 2.8em;
  }
  .event_txt strong {
    margin: 1em 0;
    font-size: 1.2142857143em;
  }
  .event_txt strong .larger_txt {
    font-size: 1.7647058824em;
  }
  .event_txt .sp_box {
    display: block;
    margin-bottom: 1em;
  }
}
.event_detail {
  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;
  position: relative;
  margin-left: 3.5em;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .event_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 3.5em;
  }
}
.event_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 1em 0;
  font-size: 2em;
  text-align: left;
}
.event_description > dt {
  position: relative;
  width: 4em;
  margin-right: 1em;
  text-align: justify;
}
.event_description > dt::after {
  content: "：";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  right: -1em;
}
.event_description > dd {
  width: calc(100% - 5em);
}
@media screen and (max-width: 768px) {
  .event_description {
    margin: 1.5em 0 1em;
    font-size: 2.6em;
  }
}

.pagetop {
  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;
  position: fixed;
  right: 3.6em;
  bottom: 3.6em;
  width: 8em;
  height: 8em;
  background-color: #ffb033;
  border: 0.75em solid #ffe296;
  border-radius: 50%;
  color: #fff;
  z-index: 5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .pagetop:hover {
    border-width: 0.5em;
  }
}
.pagetop::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8em;
  height: 8em;
  border: 1px solid rgba(255, 176, 51, 0.5);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagetop > span {
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pagetop {
    position: absolute;
    left: 50%;
    bottom: 4em;
    width: 15.6em;
    height: 15.6em;
    border: 1.5em solid #ffe296;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pagetop > span {
    font-size: 2.7em;
  }
}

.common_btn {
  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;
  position: relative;
  width: 100%;
  max-width: 90.8em;
  height: 9.7em;
  border-radius: 5em;
  margin-inline: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #ffb033;
  -webkit-box-shadow: 0 1.2em 0 #ffe296;
          box-shadow: 0 1.2em 0 #ffe296;
}
.common_btn.__disabled {
  pointer-events: none;
  background-color: #ffcb78;
  -webkit-box-shadow: 0 1.2em 0 #ffeec1;
          box-shadow: 0 1.2em 0 #ffeec1;
}
.common_btn.__disabled > span {
  color: rgba(255, 255, 255, 0.4);
}
.common_btn.__disabled::after {
  content: none;
}
.common_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4.25em;
  width: 1.75em;
  height: 1.75em;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 769px) {
  .common_btn:hover {
    -webkit-box-shadow: 0 0.3em 0 #ffe296;
            box-shadow: 0 0.3em 0 #ffe296;
    -webkit-transform: translateY(0.9em);
            transform: translateY(0.9em);
  }
}
.common_btn > span {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .common_btn {
    width: 63.6em;
    height: 9.7em;
    border-radius: 9.7em;
    margin-top: 3.5em;
    border-width: 0.3em;
    -webkit-box-shadow: 0 1.4em 0 #ffe296;
            box-shadow: 0 1.4em 0 #ffe296;
  }
  .common_btn:hover {
    -webkit-transform: none;
            transform: none;
  }
  .common_btn > span {
    font-size: 3.2em;
  }
}

.common_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 99.8em;
  margin: 0 auto;
  background: #fff;
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  margin-inline: auto;
  z-index: 2;
}
.common_box.__orange {
  padding: 6em 8em;
  background-image: repeating-linear-gradient(90deg, #ffb033, #ffb033 12px, transparent 12px, transparent 16px), repeating-linear-gradient(180deg, #ffb033, #ffb033 12px, transparent 12px, transparent 16px), repeating-linear-gradient(90deg, #ffb033, #ffb033 12px, transparent 12px, transparent 16px), repeating-linear-gradient(180deg, #ffb033, #ffb033 12px, transparent 12px, transparent 16px);
}
.common_box.__blue {
  padding: 6em 2em;
  background-image: repeating-linear-gradient(90deg, #235a89, #235a89 12px, transparent 12px, transparent 16px), repeating-linear-gradient(180deg, #235a89, #235a89 12px, transparent 12px, transparent 16px), repeating-linear-gradient(90deg, #235a89, #235a89 12px, transparent 12px, transparent 16px), repeating-linear-gradient(180deg, #235a89, #235a89 12px, transparent 12px, transparent 16px);
}
.common_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 6em;
  left: 2em;
  right: 2em;
  bottom: 2em;
  background-image: linear-gradient(180deg, #eee 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 4.5em; /* 行の高さ */
}
.common_box > p {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .common_box.__orange, .common_box.__blue {
    padding: 5em 3.5em 6em;
  }
}
.common_box::before {
  left: 3em;
  right: 3em;
  bottom: 12em;
  background-size: 100% 6em; /* 行の高さ */
}

.column_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3em auto;
  padding: 4.5em 2.5em;
  max-width: 80em;
  background-color: #fff2d8;
  border-radius: 1em;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .column_box {
    margin-top: 7em;
    padding: 6.5em 4em 4.5em;
  }
}
.column_box > li {
  list-style-type: disc;
  margin-left: 1.25em;
  font-size: 2em;
}
.column_box > li + li {
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .column_box > li {
    font-size: 2.4em;
  }
}
.column_box::before {
  content: "";
  display: block;
  position: absolute;
  top: -4em;
  left: -6.4em;
  width: 11.9em;
  height: 8.9em;
  background: url("../../img/ex.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .column_box::before {
    top: -5.4em;
    left: -1em;
    width: 16em;
    height: 11.9em;
  }
}

.num_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  width: 93em;
  padding: 2.5em;
  margin: 4em auto 4.8em;
  background-color: #fff2d8;
  z-index: 3;
}
.num_box .campaign_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 3 auto;
          flex: 1 3 auto;
  font-size: 2.4em;
}
.num_box + .num_box {
  position: relative;
  margin-top: 8.2em;
}
.num_box + .num_box::before {
  content: "";
  display: block;
  position: absolute;
  top: -6.5em;
  left: 50%;
  width: 4.4em;
  height: 4.9em;
  background: url("../../img/arrow.png") no-repeat center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .num_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 7em;
  }
  .num_box .campaign_txt {
    font-size: 3em;
  }
  .num_box + .num_box {
    margin-top: 17em;
  }
  .num_box + .num_box::before {
    top: -14em;
    width: 6.3em;
    height: 6.8em;
  }
}
.num_img {
  width: 5.4em;
}
.num_img > img {
  width: auto;
  height: 4.8em;
}
@media screen and (max-width: 768px) {
  .num_img {
    width: auto;
    margin-top: -5.5em;
  }
  .num_img > img {
    height: 6.2em;
  }
}

.area_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30em;
  padding-bottom: 5.5em;
  background-color: #fff;
}
.area_foot img {
  width: 25.6em;
}
@media screen and (max-width: 768px) {
  .area_foot img {
    width: 28.6em;
  }
}
.area_foot::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5.5em;
  left: 0;
  bottom: 0;
  background: url("../../img/bg_pattern.png") repeat center/8em auto;
}

.color_txt {
  color: #ff8d00;
}

.marker_txt {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff33f));
  background: linear-gradient(transparent 60%, #fff33f 40%);
}

.period_txt {
  margin-top: 1.5em;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  .period_txt {
    font-size: 2.4em;
  }
}

.line_txt {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #000;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .footer_listen.sp {
    display: block !important;
  }
}
.footer-cmn-sub {
  background: #69b4e9 !important;
}/*# sourceMappingURL=style.css.map */