* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

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

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  font-family: "M PLUS 2", sans-serif;
}

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

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input,
textarea,
select {
  border-radius: 0;
  vertical-align: middle;
}

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

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]),
select {
  padding: 0 10px;
}

input[type="submit"],
input[type="button"],
button {
  background-color: transparent;
  cursor: pointer;
}

textarea {
  padding: 10px 15px;
  overflow: auto;
  resize: vertical;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*basic*/

.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

body,
input,
textarea,
select {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  font-family: "M PLUS 2", sans-serif;
}

body {
  -webkit-transition: 1s;
  transition: 1s;
}

body.preload {
  opacity: 0;
}

body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

input,
textarea,
select {
  border: 1px solid #dddddd;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.min {
  font-weight: normal;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", "serif";
}

main {
  overflow: hidden;
  margin-top: -70px;
}

a {
  color: #000;
}

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

.wrapper {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}

.fade_up {
  -webkit-transform: translateY(40%);
  -webkit-transition: 0.8s;
  transform: translateY(40%);
  opacity: 0;
  transition: 0.8s;
}

.fade_up.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*header*/
#header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 71px;
  padding: 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

#header .logo_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#header .logo_box p:not(:last-child) {
  margin-right: 30px;
}

#header .logo_box a {
  display: block;
}

#header .logo_box .ario {
  width: 83px;
}

#header .logo_box .grandtree {
  width: 67px;
}

#header .logo_box .primetree {
  width: 88px;
}

#header .share {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  min-width: 181px;
  margin-left: auto;
}

#header .share :not(:last-child) {
  margin-right: 10px;
}

#header .share .twitter-share-button {
  display: block;
}

#header .share .fb-like,
#header .share .fb-like span,
#header .share .fb-like iframe {
  display: block;
}

/*mv*/
.mv {
  width: 100%;
  position: relative;
  padding: 120px 0 96px;
  background: url(../img/bg-mv.webp) no-repeat top center / cover;
  @media screen and (width <= 768px) {
    padding: 100px 0 60px;
    background-image: url(../img/sp/bg-mv.webp);
    background-position: bottom center;
  }
}

.mv__title {
  max-width: 1107px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  @media screen and (width <= 1140px) {
    max-width: 750px;
  }
  @media screen and (width <= 768px) {
    max-width: 345px;
  }
}

.mv__container {
  max-width: calc(1920px - 407px * 2 + 20px);
  margin-inline: auto;
  padding: 0 20px;
  position: relative;
  @media screen and (width <= 1140px) {
    max-width: calc(1920px - 590px * 2 + 20px);
  }
  @media screen and (width <= 768px) {
    max-width: calc(345px + 20px);
    padding: 0 10px;
  }
}
.mv__char--main {
  max-width: 543px;
  margin-inline: auto;
  margin-top: 8px;
  @media screen and (width <= 1140px) {
    max-width: 350px;
  }
  @media screen and (width <= 768px) {
    max-width: 244px;
  }
}
.mv__lead {
  max-width: 730px;
  margin: 16px auto 0;
  @media screen and (width <= 1140px) {
    max-width: 460px;
  }
  @media screen and (width <= 768px) {
    max-width: 300px;
  }
}
.mv__char {
  aspect-ratio: 1;
  width: 140px;
  position: absolute;
  z-index: 1;
  @media screen and (width <= 1140px) {
    width: 90px;
  }
  @media screen and (width <= 768px) {
    width: 60px;
  }
}
.mv__char-name {
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  margin-top: -15px;
  @media screen and (width <= 1140px) {
    font-size: 10px;
    margin-top: -9px;
  }
  @media screen and (width <= 768px) {
    font-size: 8px;
  }
}

.mv__char--maaru {
  top: -20px;
  left: 60px;
  @media screen and (width <= 768px) {
    top: -10px;
    left: 20px;
  }
}
.mv__char--otto {
  top: 100px;
  left: 160px;
  @media screen and (width <= 1140px) {
    top: 60px;
    left: 120px;
  }
  @media screen and (width <= 768px) {
    top: 52px;
    left: 5px;
  }
}
.mv__char--chichi {
  top: 250px;
  left: 170px;
  animation-delay: 0.4s;
  @media screen and (width <= 1140px) {
    top: 162px;
    left: 130px;
  }
  @media screen and (width <= 768px) {
    top: 117px;
    left: 5px;
  }
}
.mv__char--nini {
  top: 400px;
  left: 100px;
  @media screen and (width <= 1140px) {
    top: 260px;
    left: 80px;
  }
  @media screen and (width <= 768px) {
    top: 185px;
    left: 5px;
  }
}
.mv__char--hamigakiman {
  top: 545px;
  left: 175px;
  animation-delay: 0.8s;
  @media screen and (width <= 1140px) {
    top: 355px;
    left: 130px;
  }
  @media screen and (width <= 768px) {
    top: 251px;
    left: 15px;
  }
}
.mv__char--chapurion {
  top: 700px;
  left: 40px;
  @media screen and (width <= 1140px) {
    top: 455px;
    left: 50px;
  }
  @media screen and (width <= 768px) {
    top: 398px;
    left: 0px;
  }
}
.mv__char--yaya {
  top: -20px;
  right: 250px;
  @media screen and (width <= 1140px) {
    top: -15px;
    right: 180px;
  }
  @media screen and (width <= 768px) {
    top: -10px;
    right: 20px;
  }
}
.mv__char--janjan {
  top: 115px;
  right: 160px;
  animation-delay: 0.4s;
  @media screen and (width <= 1140px) {
    top: 71px;
    right: 110px;
  }
  @media screen and (width <= 768px) {
    top: 55px;
    right: 10px;
  }
}
.mv__char--gotton {
  top: 280px;
  right: 175px;
  @media screen and (width <= 1140px) {
    top: 180px;
    right: 135px;
  }
  @media screen and (width <= 768px) {
    top: 120px;
    right: 10px;
  }
}
.mv__char--utan {
  top: 415px;
  right: 100px;
  animation-delay: 1s;
  @media screen and (width <= 1140px) {
    top: 265px;
    right: 85px;
  }
  @media screen and (width <= 768px) {
    top: 185px;
    right: 5px;
  }
}
.mv__char--moufu {
  top: 550px;
  right: 183px;
  animation-delay: 0.4s;
  @media screen and (width <= 1140px) {
    top: 355px;
    right: 130px;
  }
  @media screen and (width <= 768px) {
    top: 250px;
    right: 15px;
  }
}
.mv__char--gutan {
  top: 695px;
  right: 40px;
  @media screen and (width <= 1140px) {
    top: 455px;
    right: 50px;
  }
  @media screen and (width <= 768px) {
    top: 398px;
    left: 300px;
  }
}
.mv__char--pappa {
  bottom: 490px;
  left: 120px;
  animation-delay: 0.8s;
  @media screen and (width <= 1140px) {
    bottom: 379px;
    left: 95px;
  }
  @media screen and (width <= 768px) {
    bottom: 240px;
    left: 5px;
  }
}
.mv__char--bakeppa {
  bottom: 385px;
  left: 200px;
  @media screen and (width <= 1140px) {
    bottom: 305px;
    left: 150px;
  }
  @media screen and (width <= 768px) {
    bottom: 240px;
    left: 55px;
  }
}
.mv__char--teachan {
  bottom: 520px;
  left: 245px;
  @media screen and (width <= 1140px) {
    bottom: 401px;
    left: 185px;
  }
  @media screen and (width <= 768px) {
    bottom: 305px;
    left: 50px;
  }
}
.mv__char--kukku {
  bottom: 470px;
  left: 365px;
  @media screen and (width <= 1140px) {
    bottom: 370px;
    left: 260px;
  }
  @media screen and (width <= 768px) {
    bottom: 305px;
    left: 100px;
  }
}
.mv__char--bakon {
  bottom: 515px;
  left: 495px;
  animation-delay: 1s;
  @media screen and (width <= 1140px) {
    bottom: 400px;
    left: 340px;
  }
  @media screen and (width <= 768px) {
    bottom: 305px;
    left: 150px;
  }
}
.mv__char--benki {
  bottom: 457px;
  right: 365px;
  @media screen and (width <= 1140px) {
    bottom: 360px;
    right: 255px;
  }
  @media screen and (width <= 768px) {
    bottom: 305px;
    left: 200px;
    right: 0;
  }
}
.mv__char--oruman {
  bottom: 520px;
  right: 250px;
  @media screen and (width <= 1140px) {
    bottom: 395px;
    right: 175px;
  }
  @media screen and (width <= 768px) {
    bottom: 305px;
    left: 250px;
    right: 0;
  }
}
.mv__char--kuu {
  bottom: 385px;
  right: 195px;
  @media screen and (width <= 1140px) {
    bottom: 300px;
    right: 140px;
  }
  @media screen and (width <= 768px) {
    bottom: 240px;
    left: 250px;
    right: 0;
  }
}
.mv__char--dada {
  bottom: 492px;
  right: 115px;
  animation-delay: 0.2s;
  @media screen and (width <= 1140px) {
    bottom: 367px;
    right: 85px;
  }
  @media screen and (width <= 768px) {
    bottom: 240px;
    left: 300px;
    right: 0;
  }
}

.mv__about {
  margin-top: 190px;
  @media screen and (width <= 1140px) {
    margin-top: 130px;
  }
  @media screen and (width <= 768px) {
    margin-top: 87px;
  }
}
.mv__about__image {
  max-width: 650px;
  width: 100%;
  margin-inline: auto;
  @media screen and (width <= 1140px) {
    max-width: 470px;
  }
  @media screen and (width <= 768px) {
    max-width: 345px;
  }
}
.mv__about__text {
  max-width: 710px;
  display: block;
  width: 100%;
  margin: 40px auto 0;
  @media screen and (width <= 1140px) {
    max-width: 570px;
  }
  @media screen and (width <= 768px) {
    max-width: 330px;
    margin: 25px auto 0;
  }
}

.mv__image {
  position: absolute;
}
.mv__image--balloon01 {
  top: 106px;
  left: -50px;
  @media screen and (width <= 1140px) {
    top: 60px;
    left: -20px;
    width: 47px;
  }
  @media screen and (width <= 768px) {
    top: -150px;
    left: 70px;
    width: 22px;
  }
}
.mv__image--balloon02 {
  top: 155px;
  left: 30px;
  @media screen and (width <= 1140px) {
    top: 98px;
    left: 35px;
    width: 50px;
  }
  @media screen and (width <= 768px) {
    top: -30px;
    left: -5px;
    width: 29px;
  }
}
.mv__image--balloon03 {
  top: 570px;
  right: 65px;
  @media screen and (width <= 1140px) {
    top: 370px;
    right: 65px;
    width: 55px;
  }
  @media screen and (width <= 768px) {
    top: -90px;
    right: -10px;
    width: 37px;
  }
}
.mv__image--balloon04 {
  top: 600px;
  right: -40px;
  @media screen and (width <= 1140px) {
    top: 390px;
    right: 5px;
    width: 45px;
  }
  @media screen and (width <= 768px) {
    top: -10px;
    right: 70px;
    width: 26px;
  }
}
.mv__image--rainbow {
  top: 268px;
  left: -245px;
  @media screen and (width <= 1140px) {
    top: 163px;
    left: -165px;
    width: 250px;
  }
  @media screen and (width <= 768px) {
    top: -153px;
    left: 160px;
    width: 120px;
  }
}
.mv__image--star01 {
  bottom: 598px;
  left: 88px;
  @media screen and (width <= 1140px) {
    bottom: 460px;
    left: 80px;
    width: 40px;
  }
  @media screen and (width <= 768px) {
    bottom: 365px;
    left: 5px;
    width: 24px;
  }
}
.mv__image--star02 {
  bottom: 635px;
  left: 170px;
  @media screen and (width <= 1140px) {
    bottom: 479px;
    left: 130px;
    width: 25px;
  }
  @media screen and (width <= 768px) {
    bottom: 365px;
    left: 330px;
    width: 22px;
  }
}
.mv__image--onpu01 {
  bottom: 610px;
  left: -50px;
  @media screen and (width <= 1140px) {
    bottom: 465px;
    left: -23px;
    width: 25px;
  }
  @media screen and (width <= 768px) {
    bottom: 470px;
    left: 80px;
    width: 17px;
  }
}
.mv__image--onpu02 {
  bottom: 540px;
  left: -50px;
  @media screen and (width <= 1140px) {
    bottom: 410px;
    left: -20px;
    width: 90px;
  }
  @media screen and (width <= 768px) {
    bottom: 280px;
    left: 220px;
    width: 32px;
  }
}
.mv__image--onpu03 {
  bottom: 425px;
  left: 55px;
  @media screen and (width <= 1140px) {
    bottom: 330px;
    left: 30px;
    width: 60px;
  }
  @media screen and (width <= 768px) {
    bottom: 330px;
    left: 30px;
    width: 60px;
    display: none;
  }
}
.mv__image--onpu04 {
  bottom: 388px;
  left: 120px;
  @media screen and (width <= 1140px) {
    bottom: 310px;
    left: 85px;
    width: 40px;
  }
  @media screen and (width <= 768px) {
    bottom: 405px;
    left: 0px;
    width: 25px;
    rotate: 10deg;
  }
}
.mv__image--onpu05 {
  top: 63px;
  right: 0;
  @media screen and (width <= 1140px) {
    top: 30px;
    right: 0;
    width: 65px;
  }
  @media screen and (width <= 768px) {
    top: -140px;
    right: 205px;
    width: 30px;
  }
}
.mv__image--onpu06 {
  top: 136px;
  right: -80px;
  @media screen and (width <= 1140px) {
    top: 80px;
    right: -65px;
    width: 75px;
  }
  @media screen and (width <= 768px) {
    right: 0px;
    top: -55px;
    width: 38px;
  }
}
.mv__image--onpu07 {
  top: 170px;
  right: 90px;
  @media screen and (width <= 1140px) {
    top: 110px;
    right: 65px;
    width: 25px;
  }
  @media screen and (width <= 768px) {
    top: -155px;
    right: 240px;
    width: 15px;
    rotate: 10deg;
  }
}
.mv__image--onpu08 {
  top: 800px;
  right: -25px;
  @media screen and (width <= 1140px) {
    top: 519px;
    right: 5px;
    width: 40px;
  }
  @media screen and (width <= 768px) {
    top: 470px;
    right: 220px;
    width: 28px;
    rotate: -10deg;
  }
}
.mv__image--onpu09 {
  display: none;
  @media screen and (width <= 768px) {
    display: block;
    width: 43px;
    top: -8px;
    right: 130px;
  }
}
.mv__image--ribbon01 {
  bottom: 630px;
  right: 110px;
  @media screen and (width <= 1140px) {
    bottom: 455px;
    right: 80px;
    width: 40px;
  }
  @media screen and (width <= 768px) {
    bottom: 705px;
    right: 80px;
    width: 25px;
  }
}
.mv__image--ribbon02 {
  bottom: 585px;
  right: 40px;
  @media screen and (width <= 1140px) {
    bottom: 429px;
    right: 30px;
    width: 45px;
  }
  @media screen and (width <= 768px) {
    bottom: 730px;
    right: 100px;
    width: 29px;
  }
}
.mv__image--fruit01 {
  bottom: 375px;
  right: 125px;
  @media screen and (width <= 1140px) {
    bottom: 290px;
    right: 71px;
    width: 40px;
  }
  @media screen and (width <= 768px) {
    bottom: 425px;
    right: 0px;
    width: 23px;
  }
}
.mv__image--fruit02 {
  bottom: 315px;
  right: 180px;
  @media screen and (width <= 1140px) {
    bottom: 250px;
    right: 105px;
    width: 20px;
  }
  @media screen and (width <= 768px) {
    bottom: 400px;
    right: 10px;
    width: 13px;
  }
}

@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(25deg);
  }
}
@keyframes decoSwingSp {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatingSp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.-swing {
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
  @media screen and (width <= 768px) {
    animation-name: decoSwingSp;
  }
}

.-fuwa {
  animation-name: floating;
  animation-duration: 3000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  @media screen and (width <= 768px) {
    animation-name: floatingSp;
  }
}

/* sche */
.sche {
  padding: 80px 0;
  background-color: #ffae00;
  margin-top: -2px;
  @media screen and (width <= 768px) {
    padding: 50px 0;
  }
}
.sche__inner {
  max-width: calc(1920px - 500px * 2 + 40px);
  padding: 0 20px;
  margin-inline: auto;
}
.sche__nurie {
  display: block;
  width: 100%;
  @media screen and (width <= 768px) {
    max-width: 345px;
    margin-inline: auto;
  }
}
.sche__title {
  max-width: 298px;
  width: 100%;
  margin: 30px auto 0;
  @media screen and (width <= 768px) {
    max-width: 250px;
  }
}
.sche__text {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.33;
  margin-top: 17px;
  @media screen and (width <= 768px) {
    font-size: 16px;
  }
}
.sche__list {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 30px;
  @media screen and (width <= 1140px) {
    gap: 4px 20px;
  }
  @media screen and (width <= 768px) {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 10px;
  }
}
.sche__item {
  width: calc(50% - 30px / 2);
  border-radius: 10px;
  overflow: hidden;
  @media screen and (width <= 1140px) {
    width: calc(50% - 20px / 2);
  }
  @media screen and (width <= 768px) {
    width: 100%;
  }
}
.sche__item:not(.finish) {
  display: grid;
  grid-template-columns: auto 150px;
  @media screen and (width <= 1140px) {
    grid-template-columns: auto 125px;
  }
}
.sche__item.finish {
  position: relative;

  .sche__item-head {
    opacity: 0.5;
  }
}
.sche__item.finish::after {
  position: absolute;
  content: "終了しました";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 0.4);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  @media screen and (width <= 1140px) {
    font-size: 16px;
  }
}
.sche__item-head {
  padding: 15px 19px;
  background-color: #fff;
  @media screen and (width <= 1140px) {
    padding: 15px 12px;
  }
}
.sche__item-name {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  @media screen and (width <= 1140px) {
    font-size: 14px;
  }
}
.sche__item-date {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  @media screen and (width <= 1140px) {
    font-size: 14px;
  }
}
.sche__item-name .star {
  color: #e60012;
}
.sche__item-link {
  background-color: #5cc5f1;
  color: #fff;
  font-size: 16px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 10px;
  padding: 18px 15px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.3;
  @media screen and (width <= 1140px) {
    font-size: 14px;
    padding: 18px 10px;
  }
}
.sche__item-link::after {
  content: "";
  aspect-ratio: 1;
  width: 10px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: -45deg;
  translate: -1px 2px;
}

/* notice */
.notice {
  padding: 50px 0;
}
.notice__inner {
  max-width: calc(1920px - 390px * 2 + 40px);
  padding: 0 20px;
  margin-inline: auto;
}
.notice__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
.notice__list {
  margin-top: 5px;
}
.notice__item {
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 2;
}

/*footer*/
#footer {
  padding-bottom: 100px;
  overflow: hidden;
  background-color: #165194;
}

#footer,
#footer a {
  color: #fff;
}

#footer .wrapper {
  position: relative;
  padding: 40px 0 55px;
}

#footer .foot_nav {
  padding: 0 0;
  font-size: 12px;
  line-height: 1.4;
}

#footer .foot_nav ul {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -10px 0;
}

#footer .foot_nav li {
  margin: 0 20px 10px 0;
}

#footer .foot_nav a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

#footer .foot_nav a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url("../img/arrow_01.png") no-repeat left top/100% 100%;
  content: "";
}

#footer .foot_bana {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#footer .foot_bana a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 50px;
}

#footer .foot_bana a:not(:last-child) {
  margin-right: 30px;
}

#footer .foot_bana .ario {
  border: 1px solid #fff;
}

#footer .foot_bana .ario img {
  width: 195px;
}

#footer .foot_bana .seven {
  background-color: #fff;
}

#footer .foot_bana .seven img {
  width: 153px;
}

#footer .pagetop {
  display: block;
  position: absolute;
  right: 0;
  bottom: 65px;
  width: 51px;
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  .pc {
    display: none !important;
  }

  img {
    width: 100%;
  }

  #header .share :not(:last-child) {
    margin-right: 0px;
  }

  #header {
    height: 50px;
    padding: 0 10px;
  }

  #header .logo_box p:not(:last-child) {
    margin-right: 6%;
  }

  #header .logo_box .ario {
    width: 31%;
    max-width: 49px;
  }

  #header .logo_box .grandtree {
    width: 25%;
    max-width: 39px;
  }

  #header .logo_box .primetree {
    width: 32%;
    max-width: 51px;
  }

  #header .fb_iframe_widget_fluid span {
    width: auto !important;
  }

  #footer .wrapper {
    padding: 40px 0;
  }

  #footer .foot_nav {
    padding: 0 4%;
  }

  #footer .foot_nav ul {
    margin: 0 -20px -10px 0;
  }

  #footer .foot_nav li {
    margin: 0 20px 10px 0;
  }

  #footer .foot_nav a {
    padding-left: 10px;
  }

  #footer .foot_bana {
    display: block;
  }

  #footer .foot_bana a {
    width: 68%;
    margin: 0 auto;
  }

  #footer .foot_bana a:not(:last-child) {
    margin: 0 auto 10px;
  }

  #footer .pagetop {
    position: static;
    margin: 40px auto 0;
  }
}

@media all and (-ms-high-contrast: none) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
}
