@charset "UTF-8";
/*リセットs
-----------------------------zw---------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
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: inherit;
  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;
}

/*メディアクエリー
---------------------------------------------*/
/* font
---------------------------------------------*/
/* contents
---------------------------------------------*/
html,
body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #F8F6EF;
  overflow-x: hidden;
  box-sizing: border-box;
  font-size: 13px;
  color: #544E45;
  letter-spacing: 0.03em;
  line-height: 1.2;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 800px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 800px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  .spNone {
    display: none;
  }
}

#header {
  position: relative;
  border-bottom: solid 1px #b8b8b8;
}
#header .main_gif {
  background-image: url(../images/main_sp.gif);
  background-size: 101% auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  height: 100dvh;
  width: 100%;
}
@media screen and (min-width: 800px) {
  #header .main_gif {
    background-image: url(../images/main_pc.gif);
    background-size: 105% auto;
    background-position: center center;
    height: 100vh;
    width: 100%;
  }
}
#header .text_logo {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 71.2%;
  top: 8%;
  left: 16%;
  transform: translateX(-50%);
}
@media screen and (min-width: 800px) {
  #header .text_logo {
    width: 100%;
    top: 36%;
    left: -24%;
  }
}
#header .text_logo .tit_up {
  width: 84%;
  margin-bottom: 4%;
  max-width: 400px;
}
@media screen and (min-width: 800px) {
  #header .text_logo .tit_up {
    margin-bottom: 24px;
    width: 30%;
  }
}
#header .text_logo .tit_down {
  width: 100%;
  max-width: 480px;
}
@media screen and (min-width: 800px) {
  #header .text_logo .tit_down {
    width: 36%;
  }
}
#header .main {
  position: absolute;
  width: 64%;
  top: 58%;
  left: 53%;
  transform: translate(-50%, -50%);
  max-width: 430px;
}
@media screen and (min-width: 800px) {
  #header .main {
    width: 27%;
    top: 51%;
    left: 73%;
  }
}
#header .fadeInUp {
  animation-name: fadeInAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 800px) {
  section.content .max800 {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 799px) {
  section.content div.bkg01 {
    position: relative;
    background-image: url(../images/back_gr.png);
    background-size: 80%;
    background-position: -25% 0%;
    width: 100%;
    padding-top: 120%;
  }
}
@media screen and (min-width: 800px) {
  section.content div.bkg01 {
    position: relative;
    background-image: url(../images/back_gr.png);
    background-size: 45%;
    background-position: 135% 85%;
    width: 100%;
    padding-top: 832px;
  }
}
section.content div.bkg01 .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 800px) {
  section.content div.bkg01 .video {
    max-width: 800px;
  }
}
section.content .title {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 800px) {
  section.content .title {
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 80px;
    max-width: 800px;
  }
}
section.content .title p.naname {
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding-left: 4px;
  padding-right: 7px;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  section.content .title p.naname {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
section.content .title .naname::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
section.content .title .naname::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}
section.content .title p:last-child {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  section.content .title p:last-child {
    font-size: 22px;
  }
}
section.content .title p:last-child span {
  background: linear-gradient(transparent 63%, #F0E237 90%);
}

section.content .textarea {
  line-height: 2;
  margin-bottom: 100px;
  font-size: 13px;
}
@media screen and (min-width: 800px) {
  section.content .textarea {
    margin: 0 auto;
    margin-bottom: 180px;
    font-size: 15px;
  }
}
section.content .textarea h2.lead {
  margin: 0px 37px auto;
}
@media screen and (min-width: 800px) {
  section.content .textarea h2.lead {
    margin: 0;
  }
}
section.content .textarea h2.lead p {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 800px) {
  section.content .textarea h2.lead p {
    padding-bottom: 30px;
  }
}
section.content .textarea h2.lead p:last-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  section.content .textarea h2.lead p:last-child {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
section.content .textarea img.cmn {
  width: clamp(200px, 53.3333333333vw, 350px);
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  section.content .textarea img.cmn {
    margin-bottom: 40px;
  }
}
section.content .textarea .btn01 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
  section.content .textarea .btn01 {
    max-width: 400px;
    margin-bottom: 80px;
  }
}
section.content .textarea a {
  background: #EA9B1C;
  width: clamp(295px, 77.3333333333vw, 515px);
  border-radius: 30px;
  color: #fff;
  height: 26px;
  margin: 0 auto;
  text-align: center;
  padding: 13px 0px;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  section.content .textarea a {
    font-size: 13px;
    border-radius: 60px;
    padding: 20px 10px;
  }
}
section.content .textarea a img {
  width: 7%;
}
@media screen and (min-width: 800px) {
  section.content .textarea a img {
    width: 6%;
  }
}
section.content .textarea p {
  text-align: center;
}

ul.slide-items {
  margin-bottom: 50px;
}
ul.slide-items img {
  border: solid 1px #544E45;
}

ul.flex-item {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
ul.flex-item li {
  width: 33.3333%;
  margin-bottom: 100px;
}
@media screen and (min-width: 800px) {
  ul.flex-item li {
    margin-bottom: 80px;
  }
}
ul.flex-item li img {
  border: solid 1px #544E45;
}

hr {
  border-width: 0.8px;
  border-color: #000;
  width: 37.5%;
  margin-bottom: 50px;
}
@media screen and (min-width: 800px) {
  hr {
    width: 200px;
    margin-bottom: 70px;
  }
}

.unit01 {
  line-height: 1.9;
  margin-bottom: 70px;
}
@media screen and (min-width: 800px) {
  .unit01 {
    max-height: 877px;
    margin-bottom: 120px;
    line-height: 2.5;
    letter-spacing: 0.06em;
  }
}
.unit01 img {
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (min-width: 800px) {
  .unit01 img {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.unit01 p {
  text-align: center;
  padding: 0px 40px;
}
@media screen and (min-width: 800px) {
  .unit01 p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.5;
    padding: 0;
  }
}

.unit02 {
  margin-bottom: 60px;
}
@media screen and (min-width: 800px) {
  .unit02 {
    max-width: 800px;
    margin: 0 auto;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    margin-bottom: 60px;
  }
}

.unit03 .itemArea {
  margin: 0px 20px auto;
  position: relative;
}
@media screen and (min-width: 800px) {
  .unit03 .itemArea {
    max-width: 800px;
    margin: 0 auto;
  }
}
.unit03 .itemArea p.item {
  text-align: center;
  padding-bottom: 25px;
}
.unit03 .itemArea ul.itemlist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 470px;
  overflow: hidden;
  justify-content: space-around;
  padding-bottom: 60px;
}
@media screen and (min-width: 800px) {
  .unit03 .itemArea ul.itemlist {
    height: 275px;
    padding-bottom: 120px;
    justify-content: space-between;
  }
}
.unit03 .itemArea ul.itemlist li {
  width: 46%;
  margin-bottom: 25px;
}
@media screen and (min-width: 800px) {
  .unit03 .itemArea ul.itemlist li {
    width: 22%;
    padding-right: 2px;
  }
}
.unit03 .itemArea ul.itemlist li a {
  text-align: center;
}
.unit03 .itemArea ul.itemlist li a div.credit {
  margin-top: 8px;
}
.unit03 .itemArea ul.itemlist li a div.credit p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 12px;
}
.unit03 .itemArea ul.itemlist li a div.credit p.name {
  margin-bottom: 4px;
}
.unit03 .itemArea ul.itemlist li:nth-child(even) {
  padding-left: 12px;
}
@media screen and (min-width: 800px) {
  .unit03 .itemArea ul.itemlist li:nth-child(even) {
    padding-left: 0;
  }
}
.unit03 .lastImg {
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 100px;
}
@media screen and (min-width: 800px) {
  .unit03 .lastImg {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

div.more__btn {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 799px) {
  div.more__btn {
    padding-top: 100px;
  }
}
@media screen and (min-width: 800px) {
  div.more__btn {
    padding-top: 52px;
  }
}
div.more__btn button::before {
  content: "+";
  display: inline-block;
}
@media screen and (max-width: 799px) {
  div.more__btn button::before {
    margin-right: 15px;
  }
}
@media screen and (min-width: 800px) {
  div.more__btn button::before {
    margin-right: 15px;
    font-weight: 300;
  }
}
div.more__btn.active {
  background: none !important;
}
@media screen and (min-width: 800px) {
  div.more__btn.active {
    margin-top: 20px;
  }
}
div.more__btn.active button::before {
  content: "-";
}

section.block01 {
  background: #A8BF54;
  color: #000;
}
section.block01 .unit01 img.topImg {
  width: 90%;
}
@media screen and (min-width: 800px) {
  section.block01 .unit01 img.topImg {
    width: 29.5138888889%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 800px) {
  section.block01 .unit02 {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
}
section.block01 .unit02 .loop img {
  border: solid 1px #000;
}
section.block01 .unit03 .itemArea p.item {
  font-family: "futura-pt-condensed";
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 0.8;
}
@media screen and (min-width: 800px) {
  section.block01 .unit03 .itemArea p.item {
    font-size: 38px;
  }
}
section.block01 .unit03 .itemArea ul.itemlist a {
  color: #000;
}
section.block01 .unit03 .itemArea ul.itemlist a img {
  border: solid 1px #000;
}
section.block01 .unit03 .itemArea li:last-child img {
  border: solid 1px #a8bf54;
}
section.block01 .unit03 .lastImg {
  width: 55.7333333333%;
}
@media screen and (min-width: 800px) {
  section.block01 .unit03 .lastImg {
    width: 21%;
  }
}

section.block01 div.more__btn button {
  box-sizing: border-box;
  background: #869843;
  border: 1px solid #000;
  color: #000;
  font-family: "futura-pt-condensed";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 0.8;
  display: block;
}
@media screen and (max-width: 799px) {
  section.block01 div.more__btn button {
    width: 100%;
    margin: 0 auto;
    padding: 18px 0;
    border-radius: 30px;
  }
}
@media screen and (min-width: 800px) {
  section.block01 div.more__btn button {
    background: #869843;
    width: 380px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 18px 0;
    font-size: 20px;
  }
}

section.block02 {
  background: #D8EBF9;
  color: #656565;
}
section.block02 .unit01 img {
  width: 85.3333333333%;
}
@media screen and (min-width: 800px) {
  section.block02 .unit01 img {
    width: 29.9305555556%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
}
section.block02 .unit01 hr {
  border-color: #656565;
}
@media screen and (min-width: 800px) {
  section.block02 .unit02 {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
section.block02 .unit02 .loop img {
  border: solid 1px #fff;
}
section.block02 .unit03 .itemArea p.item {
  font-family: "abril-display";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (min-width: 800px) {
  section.block02 .unit03 .itemArea p.item {
    font-size: 28px;
  }
}
section.block02 .unit03 .itemArea ul.itemlist a {
  color: #656565;
  text-align: center;
}
section.block02 .unit03 .itemArea ul.itemlist a img {
  border: solid 1px #fff !important;
}
section.block02 .unit03 .itemArea ul.itemlist li:last-child img {
  border: solid 1px #d8ebf9;
}
section.block02 .unit03 .lastImg {
  width: 55.7333333333%;
}
@media screen and (min-width: 800px) {
  section.block02 .unit03 .lastImg {
    width: 22%;
  }
}

section.block02 div.more__btn button {
  box-sizing: border-box;
  background: #fff;
  color: #656565;
  font-family: "abril-display";
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1;
  display: block;
  border: 1px solid #fff;
}
@media screen and (max-width: 799px) {
  section.block02 div.more__btn button {
    width: 100%;
    margin: 0 auto;
    padding: 18px 0;
    border-radius: 30px;
  }
}
@media screen and (min-width: 800px) {
  section.block02 div.more__btn button {
    width: 380px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 19px 0 15px 0;
    font-size: 18px;
  }
}

section.block03 {
  background: #5F9E81;
  color: #fff;
  border-bottom: solid 5px #EA9B29;
}
@media screen and (min-width: 800px) {
  section.block03 {
    border-bottom: solid 10px #EA9B29;
  }
}
section.block03 .unit01 img {
  width: 95%;
  padding-right: 15px;
}
@media screen and (min-width: 800px) {
  section.block03 .unit01 img {
    width: 34.5833333333%;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-right: 38px;
  }
}
section.block03 hr {
  border-color: #fff;
}
@media screen and (min-width: 800px) {
  section.block03 .unit02 {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
section.block03 .unit02 .loop img {
  border: solid 1px #fff;
}
section.block03 .unit03 .itemArea p.item {
  font-family: "kodomo-rounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding-bottom: 25px;
  letter-spacing: 0;
}
@media screen and (min-width: 800px) {
  section.block03 .unit03 .itemArea p.item {
    font-size: 32px;
  }
}
section.block03 .unit03 .itemArea ul.itemlist a {
  color: #fff;
}
section.block03 .unit03 .itemArea ul.itemlist a img {
  border: solid 1px #fff !important;
}
section.block03 .unit03 .lastImg {
  background-image: url(../images/last_panic.png);
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: 89% 0%;
  width: 100%;
  height: 160px;
  padding-bottom: 100px;
}
@media screen and (min-width: 800px) {
  section.block03 .unit03 .lastImg {
    background-size: 110%;
    background-position: 80% 0%;
    max-width: 800px;
    margin-top: 100px;
    padding-bottom: 120px;
  }
}

section.block03 div.more__btn button {
  box-sizing: border-box;
  background: #498067;
  color: #fff;
  font-family: "kodomo-rounded", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  display: block;
  border: 1px solid #fff;
}
@media screen and (max-width: 799px) {
  section.block03 div.more__btn button {
    width: 100%;
    margin: 0 auto;
    padding: 18px 0;
    border-radius: 30px;
  }
}
@media screen and (min-width: 800px) {
  section.block03 div.more__btn button {
    width: 380px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 19px 0 15px 0;
    font-size: 21px;
  }
}

section.block03 .comesoon {
  background: #498067;
  width: 68%;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 25px 0px 30px 0px;
}
@media screen and (min-width: 800px) {
  section.block03 .comesoon {
    width: 28%;
    border-radius: 60px;
    margin-top: 20px;
    margin-bottom: 100px;
    padding: 40px 0px 45px 0px;
  }
}
section.block03 .comesoon p {
  color: #fff;
  text-align: center;
  font-family: "kodomo-rounded", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
section.block03 .comesoon p:first-child {
  font-size: 17px;
}
@media screen and (min-width: 800px) {
  section.block03 .comesoon p:first-child {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
section.block03 .comesoon p:last-child {
  font-size: 20px;
}
@media screen and (min-width: 800px) {
  section.block03 .comesoon p:last-child {
    font-size: 24px;
  }
}

#_jpk30 div.more__btn {
  background: #869843;
}
@media screen and (max-width: 799px) {
  #_jpk30 div.more__btn {
    background: linear-gradient(180deg, rgba(168, 191, 84, 0) 0%, #A8BF54 35%);
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 800px) {
  #_jpk30 div.more__btn {
    background-color: #A8BF54;
  }
}

#_ice div.more__btn {
  background: #D8EBF9;
}
@media screen and (max-width: 799px) {
  #_ice div.more__btn {
    background: linear-gradient(180deg, rgba(168, 191, 84, 0) 0%, #D8EBF9 35%);
    width: 100%;
    margin: 0 auto;
  }
}
#_panic div.more__btn {
  background: #5F9E81;
}
@media screen and (max-width: 799px) {
  #_panic div.more__btn {
    background: linear-gradient(180deg, rgba(168, 191, 84, 0) 0%, #5F9E81 35%);
    width: 100%;
    margin: 0 auto;
  }
}
section.campaign {
  margin-top: 80px;
  line-height: 1.75;
  border-bottom: solid 5px #EA9B29;
  padding-bottom: 120px;
}
@media screen and (min-width: 800px) {
  section.campaign {
    margin: 0 auto;
    padding-top: 160px;
    border-bottom: solid 10px #EA9B29;
    padding-bottom: 240px;
  }
}
section.campaign .cmp_tit {
  padding: 0px 10px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
  section.campaign .cmp_tit {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
section.campaign .cmp_tit p.naname {
  margin: 0 auto;
  background: #EAE6DC;
  padding: 8px 0px;
  border-radius: 30px;
  width: 80%;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (min-width: 800px) {
  section.campaign .cmp_tit p.naname {
    width: 46%;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 0.06em;
  }
}
section.campaign .cmp_tit p:last-child {
  font-size: 19px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  section.campaign .cmp_tit p:last-child {
    padding: 0;
    font-size: 24px;
  }
}
section.campaign img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  section.campaign img {
    width: 32%;
    margin: 0 auto;
  }
}

section.campaign .info .gp01 {
  margin-top: 50px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .gp01 {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 60px;
  }
}
section.campaign .info .gp01 p.sub_tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (min-width: 800px) {
  section.campaign .info .gp01 p.sub_tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px;
  }
}
section.campaign .info .gp01 p:last-child {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 800px) {
  section.campaign .info .gp01 p:last-child {
    max-width: 800px;
    width: 100%;
    font-size: 15px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
  }
}
section.campaign .info .pd40 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 {
    max-width: 800px;
    width: 100%;
  }
}
section.campaign .info .pd40 .gp02 {
  margin-top: 40px;
  font-size: 12px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp02 {
    font-size: 14px;
    line-height: 2;
    margin-top: 100px;
  }
}
section.campaign .info .pd40 .gp02 .inner {
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp02 .inner {
    display: flex;
    justify-content: space-between;
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
section.campaign .info .pd40 .gp02 .inner ul {
  display: flex;
  padding-bottom: 30px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp02 .inner ul {
    padding-bottom: 60px;
  }
}
section.campaign .info .pd40 .gp02 .border {
  border-bottom: solid 1px #544E45;
  width: 48%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp02 .border {
    border-bottom: solid 1px #544E45;
    width: 380px;
    margin-bottom: 100px;
  }
}
section.campaign .info .pd40 .gp03 {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 {
    max-width: 560px;
  }
}
section.campaign .info .pd40 .gp03 p.oubo {
  font-size: 14px;
  font-weight: bold;
  color: #EA9B29;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 p.oubo {
    margin-bottom: 60px;
    font-size: 17px;
  }
}
section.campaign .info .pd40 .gp03 .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8.5px 0 8.5px;
  border-color: #ea9a29 transparent transparent transparent;
  margin: 0 auto;
  margin: 10px auto;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 .triangle {
    border-width: 22.55px 12.8px 0 12.8px;
    margin: 12px auto;
  }
}
section.campaign .info .pd40 .gp03 .step {
  margin: 0 auto;
  background: #fff;
  padding: 20px 20px 30px 20px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 .step {
    padding: 40px 40px 60px 40px;
  }
}
section.campaign .info .pd40 .gp03 .step p {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 .step p {
    font-size: 15px;
  }
}
section.campaign .info .pd40 .gp03 .step p:first-child {
  font-size: 13px;
  padding-bottom: 15px;
  -webkit-text-decoration: underline #544E45;
          text-decoration: underline #544E45;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 .step p:first-child {
    font-size: 17px;
    padding-bottom: 30px;
  }
}
section.campaign .info .pd40 .gp03 .step p.naname {
  font-size: 11px;
  position: relative;
  display: inline-block;
  padding-left: 4px;
  padding-right: 7px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 .step p.naname {
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding-left: 8px;
    padding-right: 14px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
section.campaign .info .pd40 .gp03 .step .naname::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 1px;
  height: 70%;
  left: -3px;
  background: #544E45;
  border-radius: 3px;
  transform: rotate(-25deg);
}
section.campaign .info .pd40 .gp03 .step .naname::after {
  position: absolute;
  content: "";
  right: 0;
  top: 3px;
  width: 1px;
  height: 70%;
  background: #544E45;
  border-radius: 3px;
  transform: rotate(25deg);
}
section.campaign .info .pd40 .gp03 .step p.mb30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 .step p.mb30 {
    margin-bottom: 50px;
  }
}
section.campaign .info .pd40 .gp03 .step p.fs12 {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 .step p.fs12 {
    font-size: 16px;
  }
}
section.campaign .info .pd40 .gp03 .step img.card {
  width: 67.7966101695%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 .step img.card {
    width: 46.7857142857%;
    margin-bottom: 60px;
  }
}
section.campaign .info .pd40 .gp03 .step img.icon {
  width: 4%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp03 .step img.icon {
    width: 3%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
section.campaign .info .pd40 .gp04 {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp04 {
    margin-top: 100px;
  }
}
section.campaign .info .pd40 .gp04 .description {
  margin-bottom: 50px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp04 .description {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp04 p {
    font-size: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp04 p:last-child {
    padding-bottom: 0;
  }
}
section.campaign .info .pd40 .gp04 p.about {
  font-size: 14px;
  font-weight: bold;
  color: #EA9B29;
  margin-bottom: 15px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp04 p.about {
    font-size: 17px;
    margin-bottom: 30px;
    padding: 0;
  }
}
section.campaign .info .pd40 .gp04 img {
  width: 8.5333333333%;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp04 img {
    width: 8%;
    margin: 0 auto;
    padding-top: 20px;
  }
}
section.campaign .info .pd40 .gp04 span a {
  text-decoration: underline;
  padding-top: 10px;
  color: #544E45;
  display: block;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp04 span a {
    padding-top: 20px;
    display: block;
  }
}
section.campaign .info .pd40 .gp04 .btn_link {
  margin-top: 60px;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp04 .btn_link {
    margin-top: 120px;
  }
}
section.campaign .info .pd40 .gp04 .btn_link .btn_flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
section.campaign .info .pd40 .gp04 .btn_link a {
  background: #EA9B1C;
  border-radius: 30px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 13px 0px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp04 .btn_link a {
    width: 350px;
    border-radius: 60px;
    padding: 20px 10px;
    font-size: 16px;
  }
}
section.campaign .info .pd40 .gp04 .btn_link a img.btn_icon {
  width: 7%;
  padding-top: 0;
  margin: 0;
}
@media screen and (min-width: 800px) {
  section.campaign .info .pd40 .gp04 .btn_link a img.btn_icon {
    width: 7%;
  }
}

footer {
  padding-bottom: 30px;
}
@media screen and (min-width: 800px) {
  footer {
    padding-bottom: 60px;
  }
}
footer .uni {
  background: #E3DCD2;
}
footer .uni img {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0px;
}
@media screen and (min-width: 800px) {
  footer .uni img {
    max-width: 560px;
    padding: 80px 0px;
    margin: 0 auto;
  }
}
footer .footer {
  margin-top: 80px;
}
@media screen and (min-width: 800px) {
  footer .footer {
    margin-top: 100px;
  }
}
footer .footer .flex {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
}
footer .footer .flex .twitter {
  width: 8.5333333333%;
}
@media screen and (min-width: 800px) {
  footer .footer .flex .twitter {
    width: 3%;
  }
}
footer .footer .flex .insta {
  width: 7.4666666667%;
}
@media screen and (min-width: 800px) {
  footer .footer .flex .insta {
    width: 2.5%;
  }
}
footer .pokeuni {
  width: 29.0666666667%;
  padding-top: 50px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 800px) {
  footer .pokeuni {
    width: 8.5%;
    padding-top: 60px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
footer p {
  text-align: center;
  font-size: 8px;
}
@media screen and (min-width: 800px) {
  footer p {
    font-size: 10px;
  }
}
footer p.copy {
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  footer p.copy {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */