@charset "UTF-8";

/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

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

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
HTML
==================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  background: #fff;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

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

/* ====================================================
Layout
==================================================== */
.js-scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}
.js-scrollin.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ====================================================
Utility
==================================================== */
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

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

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none;
  }
}

.u-fn-hover {
  display: inline-block;
}
.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.u-img-of {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center", sans-serif;
}

.c-scroll-box {
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.c-scroll-box-y {
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  .c-scroll-box-sp {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.js-u__scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}

.js-u__scrollin.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-floating {
  width: 100px;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .btn-floating {
    max-width: 340px;
    width: 90%;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
.btn-floating img {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-floating__link:hover {
  opacity: 1;
}
.btn-floating__link:hover img {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}

.back-top {
  width: 70px;
  position: fixed;
  right: 92px;
  bottom: 86px;
  z-index: 101;
}
@media (any-hover: hover) {
  .back-top {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .back-top:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .back-top {
    bottom: 40px;
    right: 15px;
  }
}
@media screen and (max-width: 834px) {
  .back-top {
    width: 47px;
  }
}
@media screen and (max-width: 640px) {
  .back-top {
    bottom: 70px;
  }
}

.top-mv {
  padding-bottom: clamp(3.2em, 4vw, 4.5em);
  max-width: 1180px;
  margin: 0 auto;
}
.top-mv__fors {
  margin-bottom: 4.3em;
}
@media screen and (max-width: 834px) {
  .top-mv__fors {
    margin-bottom: 0;
  }
}
.top-mv__fors .slick-arrow {
  width: 70px;
  height: 70px;
  top: 54%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 10;
  opacity: 1;
}
@media screen and (max-width: 834px) {
  .top-mv__fors .slick-arrow {
    width: 23px;
    height: 23px;
  }
}
.top-mv__fors .slick-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9FA0A0;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
.top-mv__fors .slick-arrow::before {
  opacity: 1;
  content: "";
  display: block;
  width: 26px;
  height: 39px;
  background: url(../img/index/ico-arr.png) no-repeat center/100%;
  mix-blend-mode: normal;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-mv__fors .slick-arrow::before {
    width: 7px;
    height: 11px;
  }
}
.top-mv__fors .slick-arrow.slick-prev {
  left: 26px;
}
@media screen and (max-width: 834px) {
  .top-mv__fors .slick-arrow.slick-prev {
    left: 7px;
  }
}
.top-mv__fors .slick-arrow.slick-next {
  right: 26px;
}
@media screen and (max-width: 834px) {
  .top-mv__fors .slick-arrow.slick-next {
    right: 7px;
  }
}
.top-mv__fors .slick-arrow.slick-next::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-mv__wp {
  max-width: 995px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-mv__wp {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .top-mv__wp {
    display: none;
  }
}
.top-mv__navs {
  margin: 0 -28px;
}
.top-mv__navs .slick-arrow {
  width: 36px;
  height: 36px;
  top: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 10;
  opacity: 1;
}
@media screen and (max-width: 834px) {
  .top-mv__navs .slick-arrow {
    width: 23px;
    height: 23px;
  }
}
.top-mv__navs .slick-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9FA0A0;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
.top-mv__navs .slick-arrow::before {
  opacity: 1;
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/index/ico-arr.png) no-repeat center/100%;
  mix-blend-mode: normal;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-mv__navs .slick-arrow::before {
    width: 7px;
    height: 11px;
  }
}
.top-mv__navs .slick-arrow.slick-prev {
  left: 14px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.top-mv__navs .slick-arrow.slick-next {
  right: 14px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.top-mv__navs .slick-arrow.slick-next::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-mv__navs-item {
  padding: 0 28px;
  cursor: pointer;
}

.news-top {
  position: relative;
  padding-bottom: 13.8em;
}
@media screen and (max-width: 834px) {
  .news-top {
    padding-bottom: 19vw;
  }
}
.news-top:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../img/index/after-news.png) no-repeat center bottom/1131px auto;
  left: -11px;
  bottom: -32px;
}
@media screen and (max-width: 1024px) {
  .news-top:after {
    background: url(../img/index/after-news.png) no-repeat center bottom/100% auto;
  }
}
@media screen and (max-width: 834px) {
  .news-top:after {
    background: url(../img/index/after-news.png) no-repeat center bottom/95% auto;
    left: -2px;
    bottom: -8px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.news-top__wrapper {
  max-width: 750px;
  width: 88%;
  margin: 0 auto;
}
.news-top__ttl {
  font-size: clamp(1.068rem, 0.448rem + 1.655vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #44B149;
  background: -webkit-gradient(linear, left top, right top, from(#44B149), to(#F6AB00));
  background: -o-linear-gradient(left, #44B149 0%, #F6AB00 100%);
  background: linear-gradient(90deg, #44B149 0%, #F6AB00 100%);
  padding: 0.4em 1em;
  margin-bottom: 0.8em;
}
.news-top__list {
  height: 66px;
  overflow: auto;
  mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 17px, black 17px);
  mask-size: 100% 20000px;
  mask-position: left bottom;
  -webkit-mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 17px, black 17px);
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media screen and (max-width: 834px) {
  .news-top__list {
    height: 37px;
  }
}
.news-top__list-item {
  margin-bottom: 0.7em;
}
.news-top__list-item:last-of-type {
  margin-bottom: 0;
}
.news-top__list-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: clamp(1.1rem, 0.727rem + 0.994vw, 1.9rem);
  line-height: 1.57;
  color: #231916;
}
.news-top__list-time {
  width: 135px;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .news-top__list-time {
    width: 18%;
  }
}
.news-top__list-txt {
  width: calc(100% - 135px);
  padding-right: 10px;
}
@media (any-hover: hover) {
  .news-top__list-txt {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .news-top__list-txt:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 834px) {
  .news-top__list-txt {
    width: 82%;
  }
}
@media screen and (max-width: 374px) {
  .news-top__list-txt {
    padding-left: 15px;
  }
}
.news-top__list-txt .new {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #F5A200;
  margin-left: 5px;
}
.news-top__list:hover {
  -webkit-mask-position: left top;
}

/*.top-movie {
  padding: 5em 0 13em;
  margin-bottom: -3em;
  overflow: hidden;
  background: url(../img/index/bg-movie.png) no-repeat top center/2750px auto;
}
@media screen and (max-width: 834px) {
  .top-movie {
    padding: 2.1em 0 8em;
    background: url(../img/index/bg-movie-sp.png) no-repeat top center/875px 100%;
  }
}*/

/*
.top-shop {
  background: url(../img/index/bg-shop.png) no-repeat top center/2750px auto;
  position: relative;
  z-index: 0;
  padding: 7.8em 0 5em;
}
@media screen and (max-width: 834px) {
  .top-shop {
    padding: 5.2em 0 10vw;
    background: url(../img/index/bg-shop.png) no-repeat top center/875px auto;
  }
}
*/
.top-shop__wrapper {
  overflow: hidden;
}
.top-shop__img01 {
  pointer-events: none;
  position: absolute;
  top: 11.5vw;
  left: calc((100% - 1180px) / 2);
  -webkit-transform: translateX(31%);
      -ms-transform: translateX(31%);
          transform: translateX(31%);
  width: min(14.5%, 173px);
}
@media screen and (max-width: 1024px) {
  .top-shop__img01 {
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-shop__img01 {
    width: 14%;
    top: 20vw;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
.top-shop__img02 {
  pointer-events: none;
  position: absolute;
  top: 3vw;
  right: calc((100% - 1180px) / 2);
  -webkit-transform: translateX(31%);
      -ms-transform: translateX(31%);
          transform: translateX(31%);
  width: min(29.4%, 347px);
}
@media screen and (max-width: 1024px) {
  .top-shop__img02 {
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-shop__img02 {
    width: 25%;
    top: 6vw;
    -webkit-transform: translateX(34%);
        -ms-transform: translateX(34%);
            transform: translateX(34%);
  }
}
.top-shop__img03 {
  pointer-events: none;
  position: absolute;
  width: 217px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-67%, -68%);
      -ms-transform: translate(-67%, -68%);
          transform: translate(-67%, -68%);
}
/*
.top-shop__heading {
  text-align: center;
  margin-bottom: 5.5em;
}
@media screen and (max-width: 834px) {
  .top-shop__heading {
    margin-bottom: 3em;
    position: relative;
    z-index: 2;
  }
}
*/
.top-shop__desc {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 3.4em;
  color: #231916;
}
@media screen and (max-width: 834px) {
  .top-shop__desc {
    margin-bottom: 1.7em;
  }
}
.top-shop__catch {
  margin-bottom: 1.4em;
  color: #231916;
}
@media screen and (max-width: 834px) {
  .top-shop__catch {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 834px) {
  .top-shop__group {
    padding-top: 1.7em;
    border-top: 1px solid #9FA0A0;
  }
}
/*.top-shop__group-ttl {
  font-family: "trajan-pro-3", sans-serif;
  font-size: clamp(1.8rem, 0.961rem + 2.236vw, 3.6rem);
  text-align: center;
  color: #B0894F;
  margin-bottom: 1.1em;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .top-shop__group-ttl {
    font-size: 1.8rem;
  }
}*/
.top-shop__group-ttlsub {
  font-size: clamp(1.6rem, 0.761rem + 2.236vw, 3.4rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.2em;
  color: #231916;
}
.top-shop__group-ttlsub span {
  display: inline-block;
  background: #EAE0CF;
  padding: 4px 6px;
}
.top-shop__group-note {
  text-align: center;
  padding-top: 1.1em;
  padding-bottom: 2em;
  color: #231916;
}
@media screen and (max-width: 834px) {
  .top-shop__group-note {
    padding-top: 0.5em;
    padding-bottom: 1.4em;
  }
}
.top-shop__group-item {
  padding-bottom: 7em;
  margin-bottom: 5em;
  border-bottom: 1px solid #9FA0A0;
}
@media screen and (max-width: 834px) {
  .top-shop__group-item {
    padding-bottom: 3.5em;
    margin-bottom: 2.6em;
  }
}
.top-shop__group-item:nth-child(2) {
  padding-bottom: 3.5em;
  margin-bottom: 5.5em;
}
@media screen and (max-width: 834px) {
  .top-shop__group-item:nth-child(2) {
    padding-bottom: 2.3em;
    margin-bottom: 2.5em;
  }
}
.top-shop__group-item:nth-child(2) .top-shop__group-ttl {
  margin-bottom: 0.85em;
}
.top-shop__group-item:nth-child(2) .top-shop__group-img {
  position: relative;
  left: 7px;
}
@media screen and (max-width: 834px) {
  .top-shop__group-item:nth-child(2) .top-shop__group-img {
    left: 0;
  }
}
.top-shop__group-item:nth-child(3) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.top-shop__group-item:nth-child(3) .top-shop__group-ttl {
  margin-bottom: 0.75em;
}
.top-shop__group-item:nth-child(3) .top-shop__group-img {
  position: relative;
  left: 9px;
}
@media screen and (max-width: 834px) {
  .top-shop__group-item:nth-child(3) .top-shop__group-img {
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-shop__group-img {
    width: 80%;
    margin: 0 auto;
  }
}
/*
.top-pet {
  background: url(../img/index/bg-pet.png) no-repeat top center/2750px auto;
  position: relative;
  z-index: 0;
  padding: 6.5em 0 5.8em;
  overflow: hidden;
  margin-bottom: -2.1em;
}
@media screen and (max-width: 834px) {
  .top-pet {
    background: url(../img/index/bg-pet.png) no-repeat top center/874px 100%;
    padding: 3em 0 3em;
  }
}
*/

/*
.top-pet__heading {
  text-align: center;
  margin-bottom: 4.8em;
}
@media screen and (max-width: 834px) {
  .top-pet__heading {
    margin-bottom: 2.3em;
  }
}
*/

.top-pet__catch {
  margin-bottom: 1.2em;
  color: #231916;
}
.top-pet__wp {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top-pet__img {
    padding: 0 3px;
  }
}
.top-pet__caption {
  display: block;
  font-size: clamp(1rem, 0.72rem + 0.745vw, 1.6rem);
  padding-top: 0.5em;
  margin-bottom: 1.5em;
  font-weight: 600;
  color: #231916;
}
@media screen and (max-width: 834px) {
  .top-pet__caption {
    padding-top: 0.8em;
    padding-left: 0.5em;
    margin-bottom: 2em;
  }
}
.top-pet__desc {
  color: #231916;
}
.top-pet__desc .txt-highlight {
  background-image: -o-linear-gradient(left, #fff 50%, transparent 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-size: 200% 30px;
  background-repeat: no-repeat;
  background-position: 0% 2px;
  padding-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .top-pet__desc .txt-highlight {
    padding-bottom: 2px;
  }
}
.top-pet__store {
  max-width: 1000px;
  margin: 0 auto;
  padding: 8em 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-pet__store {
    padding: 4vw 0;
  }
}
.top-pet__store-img01, .top-pet__store-img02 {
  position: absolute;
}
.top-pet__store-img01 {
  width: 24.3%;
  left: 4em;
  top: 3.5em;
}
@media screen and (max-width: 834px) {
  .top-pet__store-img01 {
    width: 25.3%;
    left: 0em;
    top: 10px;
  }
}
.top-pet__store-img02 {
  width: 28%;
  right: -3em;
  top: -1em;
}
@media screen and (max-width: 834px) {
  .top-pet__store-img02 {
    width: 26%;
    right: 0;
    top: 2px;
    -webkit-transform: translateX(17px);
        -ms-transform: translateX(17px);
            transform: translateX(17px);
  }
}
/*
.top-pet__store-ttl {
  font-size: clamp(1.6rem, 0.761rem + 2.236vw, 3.4rem);
  line-height: 1.3;
  text-align: center;
  color: #20823E;
  margin-bottom: 0.6em;
}
.top-pet__store-ttl span {
  font-family: "trajan-pro-3", sans-serif;
  font-weight: 600;
  font-size: clamp(3.3rem, 1.576rem + 4.596vw, 7rem);
  line-height: 1;
  position: relative;
  top: 13px;
}
@media screen and (max-width: 834px) {
  .top-pet__store-ttl span {
    top: 8px;
  }
}
*/
.top-pet__store-note {
  text-align: center;
  display: block;
  color: #231916;
}
/*
.top-recruit {
  background: url(../img/index/bg-recruit.png) no-repeat top center/2750px auto;
  position: relative;
  z-index: 0;
  padding: 9.3em 0 9em;
  overflow: hidden;
  margin-bottom: -3em;
  color: #231916;
}
@media screen and (max-width: 834px) {
  .top-recruit {
    padding: 3.5em 0 5em;
    background: url(../img/index/bg-recruit.png) no-repeat top center/874px 100%;
    margin-bottom: -2.75em;
  }
}
*/
.top-recruit__img01 {
  position: absolute;
  top: 17.5vw;
  left: calc((100% - 1180px) / 2);
  -webkit-transform: translateX(21%);
      -ms-transform: translateX(21%);
          transform: translateX(21%);
  width: min(16%, 189px);
}
@media screen and (max-width: 1024px) {
  .top-recruit__img01 {
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__img01 {
    width: 47px;
    top: 38vw;
    left: 4.5em;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.top-recruit__img02 {
  position: absolute;
  top: -3vw;
  left: 1vw;
  width: min(19.94%, 200px);
  background: #fde1b0;
}
.top-recruit__img02 img {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 834px) {
  .top-recruit__img02 {
    width: 75px;
    top: 41%;
    left: 8px;
    background: none;
  }
}
.top-recruit__img03 {
  position: absolute;
  top: 0;
  right: 0;
  width: min(21%, 210px);
  -webkit-transform: translate(36%, -53%);
      -ms-transform: translate(36%, -53%);
          transform: translate(36%, -53%);
}
@media screen and (max-width: 834px) {
  .top-recruit__img03 {
    width: 70px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 28%;
    -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.top-recruit__img04 {
  position: absolute;
  top: 67%;
  right: calc((100% - 1180px) / 2);
  -webkit-transform: translateX(13%);
      -ms-transform: translateX(13%);
          transform: translateX(13%);
  width: min(34.32%, 405px);
}
@media screen and (max-width: 834px) {
  .top-recruit__img04 {
    width: 130px;
    top: 38.5%;
    -webkit-transform: translateX(46%);
        -ms-transform: translateX(46%);
            transform: translateX(46%);
    bottom: auto;
    right: 0;
  }
}
/*
.top-recruit__heading {
  text-align: center;
  margin-bottom: 5.6em;
}
@media screen and (max-width: 834px) {
  .top-recruit__heading {
    margin-bottom: 1.6em;
  }
}
*/
.top-recruit__catch {
  margin-bottom: 1.2em;
}
.top-recruit__wp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8.4em;
}
@media screen and (max-width: 834px) {
  .top-recruit__wp {
    margin-bottom: 3em;
  }
}
.top-recruit__img {
  width: 58%;
}
@media screen and (max-width: 834px) {
  .top-recruit__img {
    width: 80%;
    margin: 0 auto;
  }
}
.top-recruit__ct {
  width: 42%;
  padding-left: clamp(3em, 4vw, 5em);
  padding-top: 2.4em;
}
@media screen and (max-width: 834px) {
  .top-recruit__ct {
    max-width: 374px;
    width: 72%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 1.5em;
  }
}
@media screen and (max-width: 374px) {
  .top-recruit__ct {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.top-recruit__ttlsub {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  .top-recruit__ttlsub {
    margin-bottom: 0.1em;
    text-align: center;
  }
}
.top-recruit__desc {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 834px) {
  .top-recruit__desc {
    margin-bottom: 0.2em;
    text-align: center;
  }
}
.top-recruit__dots {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .top-recruit__dots {
    font-size: 1.34rem;
    padding-left: 18px;
  }
}
.top-recruit__dots li::before {
  content: "●";
  color: #804F22;
}
.top-recruit__jobs {
  margin-bottom: 5em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-recruit__jobs {
    margin-bottom: 2.1em;
  }
}
.top-recruit__jobs-ttl {
  text-align: center;
  margin-bottom: 0.2em;
}
.top-recruit__jobs-intro {
  text-align: center;
  margin-bottom: 0.8em;
}
.top-recruit__jobs-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 1.3em 1.8em;
  margin-bottom: 0.8em;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-recruit__jobs-item {
    padding: 1em 1.8em 1.6em;
  }
}
.top-recruit__jobs-item.is-disable:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  background: #898989;
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
}
.top-recruit__jobs-item.is-disable:before {
  content: "終了しました";
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  font-size: clamp(2.4rem, 1.561rem + 2.236vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
  top: 0;
  left: 0;
  z-index: 3;
}
.top-recruit__jobs-item:last-of-type {
  margin-bottom: 0;
}
.top-recruit__jobs-list {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top-recruit__jobs-list {
    width: 98%;
  }
}
.top-recruit__jobs-circle {
  width: 84px;
  height: 84px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  background: #804F22;
  color: #fff;
  font-size: clamp(1.2rem, 0.688rem + 1.366vw, 2.3rem);
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .top-recruit__jobs-circle {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top-recruit__jobs-schedule {
  width: 35.4%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top-recruit__jobs-schedule {
    width: 100%;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding-left: 50px;
  }
}
.top-recruit__jobs-date {
  font-size: clamp(2rem, 1.255rem + 1.988vw, 3.6rem);
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 640px) {
  .top-recruit__jobs-date {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 374px) {
  .top-recruit__jobs-date {
    font-size: 1.4rem;
  }
}
.top-recruit__jobs-date .--s {
  font-size: 56%;
  display: inline-block;
}
.top-recruit__jobs-time {
  font-size: clamp(1.15rem, 0.754rem + 1.056vw, 2rem);
}
.top-recruit__jobs-txt {
  width: 41.3%;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .top-recruit__jobs-txt {
    width: 100%;
    text-align: left;
    padding-left: 55px;
    -webkit-font-feature-settings: "palt";
  }
}
.top-recruit__jobs-txt span {
  color: #804F22;
  font-weight: 700;
  display: block;
}

.top-social {
  background: url(../img/index/bg-shop.png) no-repeat top center/2750px auto;
  padding: 4em 0 3.4em;
  z-index: 0;
  position: relative;
  color: #231916;
}
@media screen and (max-width: 834px) {
  .top-social {
    background: url(../img/index/bg-shop.png) no-repeat top center/874px auto;
    padding: 1.7em 0 2em;
  }
}

.btn-footer {
  max-width: 885px;
  width: 90%;
  margin: 0 auto 4.5em;
}
@media screen and (max-width: 834px) {
  .btn-footer {
    max-width: 650px;
    margin: 0 auto 3em;
  }
}
.btn-footer__item {
  margin-bottom: 2em;
}
@media screen and (max-width: 834px) {
  .btn-footer__item {
    margin-bottom: 1.8em;
  }
}
.btn-footer__item:last-of-type {
  margin-bottom: 0;
}
.btn-footer__item a {
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: 2px solid;
  position: relative;
  height: 83px;
  padding: 0 20px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 641px) {
  .btn-footer__item a {
    font-size: clamp(1.6rem, 0.834rem + 2.043vw, 3.245rem);
  }
}
@media screen and (max-width: 640px) {
  .btn-footer__item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 314px;
    text-align: center;
    height: 70px;
    padding: 0 10px;
    line-height: 1.5;
    margin: 0 auto;
  }
}
.btn-footer__item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 38px;
  top: calc(50% - 19px);
  right: 25px;
}
@media screen and (max-width: 834px) {
  .btn-footer__item a:after {
    width: 15px;
    height: 38px;
    right: 10px;
  }
}
.btn-footer__icon {
  margin-right: 1.3em;
}
@media screen and (max-width: 640px) {
  .btn-footer__icon {
    margin-right: 0;
    width: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
  }
}
.btn-footer__link--instagram {
  color: #E61D5E;
}
@media screen and (max-width: 640px) {
  .btn-footer__link--instagram {
    font-size: 1.6rem;
  }
}
.btn-footer__link--instagram:after {
  background: url(../img/common/ico-arr-pink.png) no-repeat center/100%;
}
.btn-footer__link--lab {
  color: #1D2088;
}
@media screen and (max-width: 640px) {
  .btn-footer__link--lab {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .btn-footer__link--lab .btn-footer__icon {
    width: 60px;
  }
}
.btn-footer__link--lab:after {
  background: url(../img/common/ico-arr-violet.png) no-repeat center/100%;
}

#page-campain {
  color: #323232;
}
#page-campain .back-top {
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 50%;
  border: 1px solid #3278dc;
}
@media screen and (min-width: 1025px) {
  #page-campain .back-top {
    right: 27px;
  }
}
#page-campain .back-top picture, #page-campain .back-top img {
  display: none;
}
#page-campain .back-top:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid #3278dc;
  border-width: 1px 1px 0 0;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
#page-campain .back-top:after {
  content: "TOP";
  position: absolute;
  color: #3278dc;
  font-size: 1.013rem;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-campain .main-footer {
  padding-top: 18px;
}

.main-footer {
  padding-bottom: 5em;
}
@media screen and (max-width: 834px) {
  .main-footer {
    padding-bottom: 11em;
  }
}
.main-footer__menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.5em;
  gap: 14px 22px;
}
@media screen and (max-width: 640px) {
  .main-footer__menu {
    padding: 0 15px;
    gap: 12px 22px;
    margin-bottom: 1.5em;
  }
}
.main-footer__link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #261F1C;
}
@media screen and (max-width: 640px) {
  .main-footer__link {
    font-size: 1.072rem;
  }
}
.main-footer__logo {
  display: block;
  width: 240px;
  margin: 0 auto 2.4em;
}
@media screen and (max-width: 640px) {
  .main-footer__logo {
    width: 162px;
    margin: 0 auto 1.3em;
  }
}
.main-footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  display: block;
  color: #261F1C;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 834px) {
  .main-footer__copyright {
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .main-footer__copyright {
    font-size: 1.072rem;
    letter-spacing: 0;
  }
}

.campain-intro {
  position: fixed;
  width: 100%;
  height: calc(100vh - 100px);
  background: url("../img/campain/bg-campain.jpg") no-repeat;
  background-size: cover;
  top: 100px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .campain-intro {
    height: calc(100vh - 54px);
    top: 54px;
  }
}
@media screen and (max-width: 640px) {
  .campain-intro {
    display: none;
  }
}
.campain-intro__img {
  text-align: right;
  max-height: 161px;
  background: #3278DC;
  padding-right: 50%;
  margin-bottom: 52px;
}
.campain-intro__img img {
  max-width: 594px;
}
.campain-intro__ct {
  text-align: center;
  max-width: 578px;
  height: calc(100vh - 161px);
  margin: 0 50% 0 auto;
}
.campain-intro__ttl {
  margin-bottom: 23px;
}
.campain-intro__ttl img {
  max-width: 337px;
}
.campain-intro__anchor {
  margin-bottom: 17px;
}
.campain-intro__anchor-item:not(:last-child) {
  margin-bottom: 13px;
}
.campain-intro__anchor-item a {
  display: inline-block;
  color: #3278DC;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
}
@media (any-hover: hover) {
  .campain-intro__anchor-item a:hover {
    opacity: 1;
    color: white;
  }
}
.campain-intro__btn {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 170px;
  height: 32px;
  background: #84AEEA;
  color: white;
  border: 1px solid #3278DC;
  -webkit-box-shadow: #3278DC 2px 2px;
          box-shadow: #3278DC 2px 2px;
  font-size: 1.1rem;
  padding: 5px 10px 5px 30px;
  margin: 0 auto;
}
.campain-intro__btn:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: solid white;
  border-width: 0 0 2px 2px;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.campain-main {
  background: white;
}
@media screen and (min-width: 641px) {
  .campain-main {
    position: relative;
    max-width: 500px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 10px;
            box-shadow: rgba(0, 0, 0, 0.75) 0 0 10px;
    margin-left: 50%;
    z-index: 1;
  }
}

.mv-campain__img img {
  width: 100%;
}
.mv-campain__ct {
  background: url("../img/campain/mv-bg.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 25px 0 35px;
  overflow: hidden;
}
.mv-campain__ct-ttl {
  position: relative;
  margin-bottom: 25px;
}
.mv-campain__ct-ttl:after {
  content: "";
  position: absolute;
  background: url("../img/campain/campain-note.png") top no-repeat;
  background-size: contain;
  width: 41.6%;
  height: 100%;
  top: -12px;
  right: -14.5%;
}
.mv-campain__ct-ttl img {
  width: 100%;
}
.mv-campain__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 0 -2px 14px;
}
.mv-campain__list-item {
  position: relative;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: #3278DC 2px 2px;
          box-shadow: #3278DC 2px 2px;
  padding: 0 9px 5px 9px;
  overflow: hidden;
}
.mv-campain__list-item--main {
  grid-column: span 2/span 2;
  width: 72.2%;
  margin: 0 auto;
}
.mv-campain__list-item--main .mv-campain__list-img:before {
  padding-bottom: 61.145194274%;
}
.mv-campain__list-item--main .mv-campain__list-tag {
  width: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#C78A03), color-stop(150%, #F0CC7E), color-stop(250%, #F4E7CF));
  background: -o-linear-gradient(left, #C78A03, #F0CC7E 150%, #F4E7CF 250%);
  background: linear-gradient(90deg, #C78A03, #F0CC7E 150%, #F4E7CF 250%);
  font-size: 1.6rem;
  padding: 16px 0 6px;
  top: -4px;
  left: -25px;
}
.mv-campain__list-item--main .mv-campain__list-desc {
  font-size: 1rem;
  padding: 1px 4px 0;
}
.mv-campain__list-item--main .mv-campain__list-ttl {
  margin: -1px 3px 0;
}
.mv-campain__list-item--main .mv-campain__list-ttl span {
  font-size: 1.5rem;
}
.mv-campain__list-item--main .mv-campain__list-ttl strong {
  font-size: 2.1rem;
  margin: -3px -2px 0 0;
}
.mv-campain__list-item--main .mv-campain__list-ttl strong small {
  font-size: 1.2rem;
}
.mv-campain__list-img {
  position: relative;
  margin: 0 -9px 4px;
}
.mv-campain__list-img:before {
  content: "";
  display: block;
  padding-bottom: 57.4074074074%;
}
.mv-campain__list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-campain__list-tag {
  position: absolute;
  text-align: center;
  background: #FF6482;
  color: white;
  width: 70px;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 5px 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -1px;
  left: -23px;
  z-index: 1;
}
.mv-campain__list-tag strong {
  font-size: 1.5rem;
}
.mv-campain__list-desc {
  font-size: 0.8rem;
  margin: 0 -2px 5px -4px;
}
.mv-campain__list-desc small {
  font-size: 0.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.mv-campain__list-ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  margin-left: -4px;
}
.mv-campain__list-ttl span {
  font-size: 1.2rem;
}
.mv-campain__list-ttl strong {
  color: #3278DC;
  font-size: 1.5rem;
  letter-spacing: 0.9px;
  word-break: keep-all;
  margin: -2px -1px 0 0;
}
.mv-campain__list-ttl strong small {
  font-size: 0.9rem;
}
.mv-campain__list-ttl--smaller {
  margin: 7px -4px 0;
}
.mv-campain__list-ttl--smaller span {
  font-size: 1rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.mv-campain__list-ttl--smaller strong {
  font-size: 1.2rem;
}
.mv-campain__list-ttl--smaller strong small {
  font-size: 0.8rem;
}
.mv-campain__txt {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 374px) {
  .mv-campain__txt {
    font-size: 1.5rem;
  }
}

.sec-overview {
  padding: 26px 0;
}

.overview-list {
  margin: 22px 0 13px;
}
.overview-list__item {
  position: relative;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #3278DC;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
  padding: 20px 15px 15px;
}
.overview-list__item:not(:last-child) {
  margin-bottom: 32px;
}
.overview-list__item:nth-child(even) {
  background: #FFD8E0;
  border-color: #FF6482;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  padding-bottom: 12px;
}
.overview-list__item:nth-child(even) .overview-list__ttl {
  background: #FF6482;
}
.overview-list__ttl {
  position: absolute;
  width: 100%;
  max-width: 254px;
  background: #3278DC;
  color: white;
  -webkit-clip-path: polygon(3.4% 0, 96.6% 0, 100% 50%, 96.6% 100%, 3.4% 100%, 0% 50%);
          clip-path: polygon(3.4% 0, 96.6% 0, 100% 50%, 96.6% 100%, 3.4% 100%, 0% 50%);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  padding: 1px 10px;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.overview-list__item small {
  font-size: 62.5%;
}

.sec-prize {
  background: url("../img/campain/bg-prize.jpg") repeat;
  padding-top: 12px;
}

.prize-list {
  margin-top: -13px;
}
.prize-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 21px 0;
}
.prize-list__item:not(:last-child) {
  margin-bottom: -2px;
}
.prize-list__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
.prize-list__item:nth-child(even):before {
  content: "";
  position: absolute;
  background: white;
  width: calc(100% + 40px);
  height: 100%;
  top: 0;
  left: -20px;
  z-index: -1;
}
.prize-list__item--main .prize-list__ct {
  line-height: 1.6;
  padding-bottom: 0;
}
.prize-list__item--main .prize-list__ct-ttl {
  margin-bottom: 15px;
}
.prize-list__item--main .prize-list__ct-ttl span {
  margin: 5px 0 -1px 0;
}
.prize-list__item--main .prize-list__ct-ttl span:not(:first-child) {
  margin: 3px 0 -3px -2px;
}
.prize-list__item--main .prize-list__ct-ttl strong {
  bottom: -3px;
  right: 1px;
}
.prize-list__item--main .prize-list__img p {
  width: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#C78A03), color-stop(150%, #F0CC7E), color-stop(250%, #F4E7CF));
  background: -o-linear-gradient(left, #C78A03, #F0CC7E 150%, #F4E7CF 250%);
  background: linear-gradient(90deg, #C78A03, #F0CC7E 150%, #F4E7CF 250%);
  padding: 15px 0 3px;
  top: -3px;
  left: -25px;
}
.prize-list__img {
  position: relative;
  width: 47.9%;
  border-radius: 10px;
/*  border: 1px solid #3278DC;*/
  outline: 2px solid #3278DC;
  outline-offset: -1px;
  -webkit-box-shadow: #3278DC 2px 2px;
          box-shadow: #3278DC 2px 2px;
  overflow: hidden;
}
.prize-list__img p {
  position: absolute;
  text-align: center;
  background: #FF6482;
  color: white;
  width: 70px;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px 0 5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  letter-spacing: 1.5px;
  top: -3px;
  left: -21px;
  z-index: 1;
}
.prize-list__img p small {
  font-size: 1.2rem;
}
.prize-list__ct {
  width: 48%;
  font-weight: 300;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.7;
  padding-bottom: 10px;
}
.prize-list__ct-tag {
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1px;
}
@media screen and (max-width: 374px) {
  .prize-list__ct-tag {
    font-size: 0.9rem;
  }
}
.prize-list__ct-ttl {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2666666667;
  margin-bottom: 9px;
}
@media screen and (max-width: 374px) {
  .prize-list__ct-ttl {
    font-size: 1.3rem;
  }
}
.prize-list__ct-ttl span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: -6px;
}
.prize-list__ct-ttl span:not(:first-child) {
  margin: -4px 0 -5px -2px;
}
@media screen and (max-width: 374px) {
  .prize-list__ct-ttl span {
    font-size: 1rem;
  }
}
.prize-list__ct-ttl strong {
  position: absolute;
  color: #3278DC;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 1px;
  bottom: -1px;
  right: 0;
}
.prize-list__ct-ttl strong small {
  font-size: 1.4rem;
}
.prize-list__ct-desc {
  font-weight: 600;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 9px;
}
.prize-list__ct-note {
  font-weight: 300;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.625;
  margin-top: 1px;
  padding-left: 1em;
  text-indent: -1em;
}
.prize-list__ct-note::before {
  display: inline;
  content: "※";
}

.sec-notes {
  background: #EAF1FB;
  margin-top: -13px;
  padding: 20px 0;
}
.sec-notes .c-ttl__02 {
  margin-bottom: 5px;
}

.notes-txt {
  text-align: center;
  font-size: 0.85rem;
}

.notes-list {
  border-top: 1px solid #3278DC;
  padding-top: 13px;
  margin-top: 12px;
}
.notes-list__item:not(:last-child) {
  margin-bottom: 26px;
}
.notes-list__item p {
  position: relative;
  font-weight: 300;
  padding-left: 12px;
}
.notes-list__item p:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.notes-list__ttl {
  position: relative;
  color: #3278DC;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1818181818;
  padding-left: 12px;
  margin-bottom: 13px;
}
.notes-list__ttl:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.sec-participate {
  background: #FFE355;
  padding: 19px 0 34px;
}

.participate-step {
  position: relative;
  counter-reset: my-sec-counter;
  margin: 21px 0 37px;
}
.participate-step__item {
  position: relative;
  text-align: center;
  background: white;
  border-radius: 13px;
  padding: 50px 15px 20px;
}
.participate-step__item:not(:last-child) {
  margin-bottom: 30px;
}
.participate-step__item:not(:last-child):after {
  content: "";
  position: absolute;
  background: white;
  width: 41px;
  height: 22px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.participate-step__item:last-child {
  padding: 44px 5px 11px;
}
.participate-step__item .c-txt__03 {
  margin: 3px 0 8px;
}
.participate-step__ttl {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 -10px;
}
@media screen and (max-width: 374px) {
  .participate-step__ttl {
    font-size: 1.3rem;
  }
}
.participate-step__ttl:before {
  content: "STEP";
  position: absolute;
  text-align: left;
  width: 51px;
  color: #3278DC;
  border-bottom: 2px solid #3278DC;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.6px;
  padding-bottom: 4px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.participate-step__ttl:after {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  color: #3278DC;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  top: -48px;
  left: calc(50% + 20px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.participate-step__btn {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 291px;
  height: 35px;
  background: #6FA0E6;
  color: white;
  border: 1px solid #3278DC;
  -webkit-box-shadow: #3278DC 4px 4px;
          box-shadow: #3278DC 4px 4px;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 5px 40px 7px 10px;
  margin: 0 auto;
}
.participate-step__btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  top: 40%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.participate-wrap {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 33px 20px 16px;
  margin: 54px 0 29px;
}
.participate-wrap .c-txt__02 {
  margin: 0 -8px 11px;
}
.participate-wrap__ttl {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 253px;
  background: #3278DC;
  color: white;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  -webkit-clip-path: polygon(3.4% 0, 96.6% 0, 100% 50%, 96.6% 100%, 3.4% 100%, 0% 50%);
          clip-path: polygon(3.4% 0, 96.6% 0, 100% 50%, 96.6% 100%, 3.4% 100%, 0% 50%);
  padding: 1px 10px;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.participate-wrap__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}
.participate-wrap__list-item {
  text-align: center;
  width: 30%;
  font-weight: 300;
}
.participate-wrap__list-img {
  text-align: center;
  height: 72px;
  margin-bottom: 11px;
}
.participate-wrap__list-img img {
  height: 100%;
}

.participate-accor:not(:last-child) {
  margin-bottom: 15px;
}
.participate-accor--green .participate-accor__btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00B900), to(#029604));
  background: -o-linear-gradient(left, #00B900 50%, #029604);
  background: linear-gradient(90deg, #00B900 50%, #029604);
}
.participate-accor--green .participate-accor__list-item {
  border-color: #00B900;
}
.participate-accor--green .participate-accor__list-item:before {
  background: #00B900;
}
.participate-accor--green .participate-accor__list-item:not(:last-child):after {
  border-right-color: #00B900;
  border-bottom-color: #00B900;
}
.participate-accor:last-child .participate-accor__ct {
  margin-bottom: 0 !important;
}
.participate-accor--pink .participate-accor__btn {
  background: -webkit-gradient(linear, left top, right top, from(#DD72B3), color-stop(#DD72B3), to(#D2469B));
  background: -o-linear-gradient(left, #DD72B3, #DD72B3, #D2469B);
  background: linear-gradient(90deg, #DD72B3, #DD72B3, #D2469B);
}
.participate-accor--pink .participate-accor__list-item {
  border-color: #D2469B;
}
.participate-accor--pink .participate-accor__list-item:before {
  background: #D2469B;
}
.participate-accor--pink .participate-accor__list-item:not(:last-child):after {
  border-right-color: #D2469B;
  border-bottom-color: #D2469B;
}
.participate-accor__btn {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 58px;
  background: -webkit-gradient(linear, left top, right top, from(#E6A514), color-stop(#E6A514), to(#E67D14));
  background: -o-linear-gradient(left, #E6A514, #E6A514, #E67D14);
  background: linear-gradient(90deg, #E6A514, #E6A514, #E67D14);
  color: white;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding: 5px 35px 5px 13px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 374px) {
  .participate-accor__btn {
    font-size: 1.2rem;
  }
}
.participate-accor__btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  right: 17px;
  top: 44%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .participate-accor__btn:hover {
    opacity: 0.7;
  }
}
.participate-accor__btn.on {
  margin-bottom: 15px;
}
.participate-accor__btn.on:after {
  width: 17px;
  height: 2px;
  background: white;
  border: 0;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.participate-accor__btn.on + .participate-accor__ct {
  margin-bottom: 29px;
}
.participate-accor__ct {
  display: none;
}
.participate-accor__list {
  counter-reset: my-sec-counter;
}
.participate-accor__list-item {
  position: relative;
  border-radius: 10px;
  border: 1px solid #E67D14;
  padding: 65px 16px 10px;
}
.participate-accor__list-item:not(:last-child) {
  margin-bottom: 15px;
}
.participate-accor__list-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: white;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #E67D14;
  border-bottom: 1px solid #E67D14;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.participate-accor__list-item:before {
  content: "";
  position: absolute;
  background: #E67D14;
  width: 58px;
  height: 58px;
  border-radius: 10px 0 10px 0;
  top: -1px;
  left: -1px;
}
.participate-accor__list-item--last {
  padding-top: 46px;
}
.participate-accor__list-item--last:before {
  border-radius: 10px 0 0 10px;
}
.participate-accor__list-ttl {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 58px;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  padding: 3px 10px 5px 75px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 374px) {
  .participate-accor__list-ttl {
    padding-left: 65px;
  }
}
.participate-accor__list-ttl:before {
  content: "STEP";
  position: absolute;
  color: white;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.6px;
  top: 3px;
  left: 10px;
}
.participate-accor__list-ttl:after {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  text-align: center;
  width: 58px;
  color: white;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1;
  top: 21px;
  left: 0;
}
.participate-accor__list-download {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 7px 3px 0px;
}
.participate-accor__list-download a {
  display: block;
  text-align: center;
  font-weight: 300;
}
.participate-accor__list-download a:first-child {
  width: 51%;
}
.participate-accor__list-download a:nth-child(2) {
  width: 41.7%;
}
.participate-accor__list-download a p {
  margin-top: 4px;
}
.participate-accor__list-desc {
  font-weight: 500;
  color: #FF6482;
  margin-bottom: 7px;
}
.participate-accor__list-desc span {
  font-weight: bold;
  background: #FF6482;
  color: #FFFF64;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-right: 2px;
}
@media screen and (max-width: 374px) {
  .participate-accor__list-desc span {
    font-size: 0.9rem;
  }
}
.participate-accor__list-img {
  text-align: center;
  margin: 2px 0 4px;
}
.participate-accor__list-notegreen {
  text-align: center;
  color: #00B900;
  margin: -7px 0 3px;
}
.participate-accor__list-check {
  margin: -2px 0 9px;
}
.participate-accor__list-btn {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 248px;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#23A0A5), to(#1E6CB6));
  background: -o-linear-gradient(left, #23A0A5, #1E6CB6);
  background: linear-gradient(90deg, #23A0A5, #1E6CB6);
  color: white;
  -webkit-box-shadow: #BBD3E9 4px 4px;
          box-shadow: #BBD3E9 4px 4px;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 5px 30px;
  margin: 9px auto 3px;
  z-index: 1;
}
.participate-accor__list-btn:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: solid white;
  border-width: 2px 2px 0 0;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.participate-accor__list-btn--green {
  background: -webkit-gradient(linear, left top, right top, from(#73C300), to(#00B900));
  background: -o-linear-gradient(left, #73C300, #00B900);
  background: linear-gradient(90deg, #73C300, #00B900);
  -webkit-box-shadow: #B2EAB2 4px 4px;
          box-shadow: #B2EAB2 4px 4px;
  margin: 0 auto;
}
.participate-accor__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2px 1px 3px;
}
.participate-accor__wrap-img {
  width: 42.6%;
  margin-left: 5px;
}
.participate-accor__wrap-ct {
  width: 48.2%;
  background: #F1F1F1;
  padding: 11px 9px 5px;
}
.participate-accor__wrap-thumb {
  margin: 4px -5px 0;
}
.participate-accor__step {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 5px;
}
.participate-accor__step-item {
  position: relative;
  text-align: center;
  font-weight: 300;
  font-size: 6px;
  font-size: 0.6rem;
  line-height: 1.3333333333;
}
.participate-accor__step-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #009AD0;
  border-bottom: 7px solid transparent;
  top: 62%;
  right: -12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.participate-accor__step-item p {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 20px;
  background: #1E6CB6;
  color: white;
  border-radius: 5px;
  padding: 2px 5px;
  margin-bottom: 5px;
}

.participate-txt {
  margin: 22px 0 20px;
}

.participate-desc {
  text-align: center;
  color: #FF6482;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 9px;
}
.participate-desc span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.participate-desc span:before, .participate-desc span:after {
  content: "";
  position: absolute;
  background: #FF6482;
  width: 1px;
  height: 19px;
  bottom: -4px;
}
.participate-desc span:before {
  left: 0;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.participate-desc span:after {
  right: 0;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sec-members {
  background: #1E69B4;
  padding: 28px 0 19px;
  margin-bottom: 18px;
}

.members-ttl {
  text-align: center;
  color: white;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 27px;
}
.members-ttl span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.members-ttl span:before, .members-ttl span:after {
  content: "";
  position: absolute;
  background: url("../img/campain/members-shape.svg") center no-repeat;
  background-size: contain;
  width: 22px;
  height: 37px;
  bottom: -4px;
}
.members-ttl span:before {
  left: -3px;
  -webkit-transform: rotate(-16deg);
      -ms-transform: rotate(-16deg);
          transform: rotate(-16deg);
}
.members-ttl span:after {
  right: 0;
  -webkit-transform: rotate(21deg);
      -ms-transform: rotate(21deg);
          transform: rotate(21deg);
}

.members-desc {
  color: #FFE355;
  font-weight: 500;
  font-size: 13.5px;
  font-size: 1.35rem;
  line-height: 1.4814814815;
  margin: 6px 0 23px;
}

.members-list {
  margin-bottom: 15px;
}
.members-list__item {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 26px 17px 24px;
}
.members-list__item:not(:last-child) {
  margin-bottom: 42px;
}
.members-list__ttl {
  position: absolute;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background: #1EABC8;
  color: white;
  -webkit-clip-path: polygon(3.4% 0, 96.6% 0, 100% 50%, 96.6% 100%, 3.4% 100%, 0% 50%);
          clip-path: polygon(3.4% 0, 96.6% 0, 100% 50%, 96.6% 100%, 3.4% 100%, 0% 50%);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  padding: 3px 15px 5px;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 374px) {
  .members-list__ttl {
    font-size: 1.3rem;
  }
}
.members-list__sub {
  margin-bottom: 12px;
}
.members-list__sub-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.members-list__sub-item:not(:last-child) {
  margin-bottom: 10px;
}
.members-list__sub-img {
  width: 52px;
}
.members-list__sub-sub {
  width: 52px;
}
.members-list__sub-ct {
  width: calc(100% - 60px);
  color: #1E6CB6;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.members-list__sub-ct small {
  display: block;
  font-weight: 300;
  color: #323232;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.4444444444;
  margin-top: 4px;
}
.members-list__btn {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 291px;
  height: 57px;
  background: -webkit-gradient(linear, left top, right top, from(#23A0A5), to(#1E6CB6));
  background: -o-linear-gradient(left, #23A0A5, #1E6CB6);
  background: linear-gradient(90deg, #23A0A5, #1E6CB6);
  color: white;
  border: 1px solid #3278DC;
  -webkit-box-shadow: #BBD3E9 4px 4px;
          box-shadow: #BBD3E9 4px 4px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding: 5px 40px 5px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .members-list__btn {
    font-size: 1.2rem;
  }
}
.members-list__btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 2px 2px 0 0;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.members-list__btn--orange {
  background: -webkit-gradient(linear, left top, right top, from(#E6A514), color-stop(#E6A514), to(#E67D14));
  background: -o-linear-gradient(left, #E6A514, #E6A514, #E67D14);
  background: linear-gradient(90deg, #E6A514, #E6A514, #E67D14);
  border: 0;
  -webkit-box-shadow: #FFF7CC 2px 2px;
          box-shadow: #FFF7CC 2px 2px;
}
.members-list__intro {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 10px -10px 15px 0;
}
.members-list__intro-img {
  width: 68px;
}
.members-list__intro-ct {
  width: calc(100% - 79px);
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  margin-bottom: 3px;
}
.members-list__app {
  margin-bottom: 15px;
}
.members-list__app-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.members-list__app-item:not(:last-child) {
  margin-bottom: 15px;
}
.members-list__app-img {
  width: 92px;
}
.members-list__app-ct {
  width: calc(100% - 110px);
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  margin-bottom: 18px;
}
.members-list__app-ct .c-txt__03 {
  margin: 4px 0 -7px;
}
.members-list__app-ttl {
  color: #1E6CB6;
  font-weight: bold;
  font-size: 1.4rem;
}
.members-list__wrap {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 230, 180, 0.5)), to(rgba(250, 210, 200, 0.5)));
  background: -o-linear-gradient(rgba(251, 230, 180, 0.5), rgba(250, 210, 200, 0.5));
  background: linear-gradient(rgba(251, 230, 180, 0.5), rgba(250, 210, 200, 0.5));
  border-radius: 10px;
  padding: 12px 18px 9px;
  margin: 15px -7px 4px;
}
.members-list__wrap + .c-txt__03 {
  margin-bottom: -21px;
}
.members-list__wrap-ttl {
  text-align: center;
  width: 100%;
  color: #1E6CB6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 9px;
}
@media screen and (max-width: 374px) {
  .members-list__wrap-ttl {
    font-size: 1.4rem;
  }
}
.members-list__wrap-ttl span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.members-list__wrap-ttl span:before, .members-list__wrap-ttl span:after {
  content: "";
  position: absolute;
  background: #1E6CB6;
  width: 1px;
  height: 20px;
  bottom: 0;
}
.members-list__wrap-ttl span:before {
  left: 0;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.members-list__wrap-ttl span:after {
  right: 0;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.members-list__wrap a {
  text-align: center;
  display: block;
  font-weight: 300;
  margin: 0 auto;
}
.members-list__wrap a:nth-child(2) {
  width: 45%;
}
.members-list__wrap a:nth-child(3) {
  width: 38%;
}
.members-list__wrap a p {
  margin-top: 4px;
}

.members-note {
  text-align: center;
  color: white;
  font-size: 1.2rem;
  margin: 19px 0;
}
.members-note a {
  display: inline-block;
  color: #FFE355;
  border-bottom: 1px solid #FFE355;
  font-weight: bold;
  padding-bottom: 4px;
}

/* ====================================================
Module
==================================================== */
/* ====================================================
Pages
==================================================== */


