@charset "UTF-8";
:root {
  --color-black: #2d2622;
  --color-link: #2d2622;
  --color-orange: #d44e2a;
  --color-blue: #2ba7e0;
  --color-purple: #8a5a9b;
  --color-green: #25a266;
  --color-leaf: #658b3a;
  --color-red: #d12e59;
  --color-yellow: #be8c14;
  --color-red02: #ed3535;
}

/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
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, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  letter-spacing: 0;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}
html.--fixed {
  overflow: hidden;
}

body {
  color: var(--color-black);
  font-family: "LINE Seed JP", "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #4D4D4D;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

button {
  font-family: "LINE Seed JP", "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  dd,
dt,
td,
th,
ol,
ul,
p {
    font-size: 3.4666666667vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}
.wrap.--middle {
  max-width: 844px;
}
@media (max-width: 1060px) {
  .wrap {
    padding-left: 2.8301886792vw;
    padding-right: 2.8301886792vw;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 4vw;
    padding-right: 4vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

html {
  overflow: hidden visible;
  height: 100%;
}

body {
  height: 100%;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

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

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.text-red {
  color: var(--color-red02) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
br.sp,
span.sp,
.sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
img.pc,
br.pc {
    display: inline !important;
  }
  th.pc,
td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
td.pc,
span.pc,
br.pc,
img.pc,
.pc {
    display: none !important;
  }
  img.sp,
br.sp,
span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}















/* f-move-top
========================================================================== */
.f-move-top {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-move-top.--delay {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.f-move-top.--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .f-move-top.--delay2, .f-move-top.--delay {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.f-move-top.--move {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* c-title
========================================================================== */
.c-title {
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
  color: #4D4D4D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

}
.c-title:before{
  content: "";
  width:8px;
  height:36px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translatey(-50%);
}
.c-title.--rally:before {
  background-color: #e15277;
  margin-bottom: 70px;
}
.c-title.--workshop:before {
  background-color: #fdd000;
}
.c-title.--collabo:before {
  background-color: #87d0ee;
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 8.333333vw;
    /* margin-top: 12.666667vw; */
    font-size: min(7.391304347vw, 28px);
  }
}

/* c-btn
========================================================================== */
.c-btn {
  line-height: 1.2;
  /* margin-top: 40px; */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    /* margin-top: 6.6666666667vw; */
  }
}
.c-btn > button,
.c-btn > span,
.c-btn > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--color-orange);
  border-radius: 200px;
  border: 0;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  text-decoration: none;
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-btn > button:hover,
.c-btn > span:hover,
.c-btn > a:hover {
    opacity: 0.7;
  }
}
.c-btn > button::before,
.c-btn > span::before,
.c-btn > a::before {
  background: url(../img/icon-arrow-blue.png) no-repeat 62% 50% #fff;
  /* background-size: 12px 12px; */
  background-size: 22px;
  border-radius: 50%;
  
  content: "";
  height: 46px;
  pointer-events: none;
  width: 46px;
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn > button > span > span,
.c-btn > span > span > span,
.c-btn > a > span > span {
  display: block;
  font-size: 11px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .c-btn > button,
.c-btn > span,
.c-btn > a {
    height: 12vw;
    max-width: 64vw;
  }
  .c-btn > button::before,
.c-btn > span::before,
.c-btn > a::before {
    background-size: 2.1333333333vw 2.1333333333vw;
    height: 4vw;
    width: 4vw;
    right: 2.4vw;
  }
  .c-btn > button > span > span,
.c-btn > span > span > span,
.c-btn > a > span > span {
    font-size: 2.4vw;
    margin-top: 0.5333333333vw;
  }
}
.c-btn.--large > button,
.c-btn.--large > span,
.c-btn.--large > a {
  max-width: 584px;
}
@media screen and (max-width: 767px) {
  .c-btn.--large > button,
.c-btn.--large > span,
.c-btn.--large > a {
    height: 14.6666666667vw;
    max-width: 89.3333333333vw;
  }
}
.c-btn.--blank > button::before,
.c-btn.--blank > span::before,
.c-btn.--blank > a::before {
  /* -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; */
}
.c-btn.--back > button,
.c-btn.--back > span,
.c-btn.--back > a {
  padding-left: 30px;
}
.c-btn.--back > button::before,
.c-btn.--back > span::before,
.c-btn.--back > a::before {
  left: 15px;
  right: auto;
  -webkit-transform: scaleX(-1) translateY(-50%);
      -ms-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn.--back > button,
.c-btn.--back > span,
.c-btn.--back > a {
    padding-left: 6vw;
  }
  .c-btn.--back > button::before,
.c-btn.--back > span::before,
.c-btn.--back > a::before {
    left: 4.4vw;
  }
}

/* c-news
========================================================================== */
.c-news li {
  margin-bottom: 10px;
}
.c-news li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-news li {
    margin-bottom: 2.6666666667vw;
  }
}
.c-news li a {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  padding: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-news li a:hover {
    opacity: 0.7;
  }
}
.c-news li a article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.c-news li a article time {
  color: var(--color-orange);
  font-family: "Inter", "LINE Seed JP", sans-serif;
  letter-spacing: 0.025em;
  position: relative;
}
.c-news li a article time::after {
  background: url(../img/icon-dot.png) no-repeat 0 50%;
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  right: -30px;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.c-news li a article span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-news li a {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    padding: 4vw;
  }
  .c-news li a article {
    display: block;
  }
  .c-news li a article time {
    display: block;
    line-height: 1;
    margin-bottom: 0.8vw;
  }
  .c-news li a article time::after {
    content: none;
  }
  .c-news li a article span {
    display: block;
  }
}

/* c-pagination
========================================================================== */
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    font-size: 3.4666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.c-pagination a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: var(--color-orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}
.c-pagination a.--current {
  background-color: var(--color-orange);
  color: #fff;
}
.c-pagination a.--next, .c-pagination a.--prev {
  background: url(../img/icon-arrow-orange.png) no-repeat 50% 50%;
  background-size: 12px 12px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
.c-pagination a.--prev {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .c-pagination a {
    height: 8vw;
    width: 8vw;
  }
  .c-pagination a.--next, .c-pagination a.--prev {
    background-size: 3.2vw 3.2vw;
  }
}

/* swiper
========================================================================== */
.swiper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background: url(../img/icon-arrow-white.png) no-repeat 50% 50% var(--color-orange);
  background-size: 19px 18px;
  border-radius: 50%;
  height: 60px;
  margin: 0;
  width: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-button-next,
.swiper .swiper-button-prev {
    background-size: 2.8vw 2.8vw;
    height: 9.3333333333vw;
    width: 9.3333333333vw;
  }
}
.swiper .swiper-button-prev {
  left: -30px;
  -webkit-transform: scaleX(-1) translateY(-50%);
      -ms-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .swiper .swiper-button-prev {
    left: 1.3333333333vw;
  }
}
.swiper .swiper-button-next {
  right: -30px;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-button-next {
    right: 1.3333333333vw;
  }
}
.swiper .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .swiper .swiper-pagination {
    bottom: -4vw;
  }
}
.swiper .swiper-pagination-bullet {
  background-color: var(--color-orange);
  line-height: 1;
  height: 10px;
  margin: 0 5px;
  opacity: 0.4;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-pagination-bullet {
    height: 2.1333333333vw;
    margin: 0 1.0666666667vw;
    width: 2.1333333333vw;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}


/* container
------------------------------------------- */
.l-container {
  /* background: no-repeat 50% 0 #f8f3d5; */
  /* background-size: 100%; */
  padding-top: 1px;
}
.l-container.--top {
  /* background-image: url(../img/bg_img.png);
  background-repeat: no-repeat; */
}
@media screen and (max-width: 767px) {
  .l-container.--top {
    /* background-image: url(../img/bg_decoration-sp.png); */
  }
}

/* header
------------------------------------------- */
.l-header{
  background-image: url(../img/bg_img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 1px;
  padding-bottom: 200px;
  margin-bottom: -200px;
}
/* .l-header {
  position: absolute;
  left: 25px;
  top: 25px;
  }
  @media screen and (max-width: 767px) {
    .l-header {
      left: 3.3333333333vw;
      top: 3.3333333333vw;
      }
      .l-header .logo img {
        width: 26.6666666667vw;
        }
} */
.l-content{
  background-image: url(../img/bg_img_side.png);
  background-repeat: repeat-y;
  background-size: 100%;
  position: relative;
  
}
.l-content:before{
  content: "";
  background-image: url(../img/bg_layer.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  height: 300px;
  width: 100%;
  display: block;
}
.l-header__top{
  
}
.l-header__top p:nth-child(1){
  background-color: #566BD9;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 32px;
  max-width: 532px;
  
  width:40.035714vw;
  padding: 20px;
  text-align: center;
  border-radius: 0 0 50px 0;
}
.l-header__top p:nth-child(2){
  width: 19.821428571vw;
  max-width: 278px;
  position: absolute;
  right: 12px;
  top: 20px;
  
}
@media screen and (max-width: 767px) {
  .l-header{
    background-image: url(../img/bg_img_sp.png);
    padding-bottom: 40px;
    margin-bottom: -40px;
  }
  .l-header__top p:nth-child(1){
    font-size: min(4.186046511vw, 24px);
    width: 48.837209302vw;
    max-width: 290px;
  }
  .l-header__top p:nth-child(2){
    top: 5px;
    right: 5px;
    width: 41.860465116vw;
    max-width: 180px;
  }
  .l-content{
    margin-top: -77vw;
    padding-top: 77vw;
  }
}

/* footer
------------------------------------------- */
.l-bottom{
  background-image: url(../img/bg_img_bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 40vw;
  padding-top: 20vw;
  margin-top: -20vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-bottom{
    background-image: url(../img/bg_img_bottom_sp.png);
    background-size: 125%;
  }
}
/* page-title
------------------------------------------- */
.l-page-title {
  padding-bottom: 60px;
  padding-top: 135px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-page-title {
    padding-bottom: 6.6666666667vw;
    padding-top: 20.6666666667vw;
  }
}

/* pagetop
------------------------------------------- */
.pagetop {
  display: none;
  padding-right: 30px;
  pointer-events: none;
  text-align: right;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pagetop {
    padding-right: 0;
    text-align: center;
  }
  .pagetop img {
    width: 23.3333333333vw;
  }
}
.pagetop a {
  pointer-events: all;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .pagetop a:hover {
    opacity: 0.7;
  }
}

/* footer
------------------------------------------- */
.l-footer {
  background-color: #457AD0;
  padding: 30px 0;
}
.l-footer .copyright {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5.3333333333vw 0;
  }
  .l-footer .copyright {
    font-size: 2.6666666667vw;
  }
}

/* 
========================================================================== */
.main-visual {
  border-radius: 40px;
  margin: 30px 30px 75px;
  padding: 20vw 0 0;
  text-align: center;
}
.main-visual .main-visual_scroll {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.main-visual .main-visual_scroll::before {
  background-color: #fff;
  content: "";
  height: 25px;
  pointer-events: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: scroll 3s 0s infinite steps(1, end);
          animation: scroll 3s 0s infinite steps(1, end);
}
@media screen and (max-width: 767px) {
  .main-visual {
    border-radius: 5.3333333333vw;
    margin: 4vw;
    padding: 22.1333333333vw 0 4.8vw;
  }
  .main-visual h1 img {
    width: 84.5333333333vw;
  }
  .main-visual .main-visual_scroll {
    margin-top: 19.3333333333vw;
  }
  .main-visual .main-visual_scroll img {
    width: 10vw;
  }
  .main-visual .main-visual_scroll::before {
    height: 5.3333333333vw;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  30% {
    -webkit-transform: scaleY(0.75);
            transform: scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(0.25);
            transform: scaleY(0.25);
  }
  60% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  30% {
    -webkit-transform: scaleY(0.75);
            transform: scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(0.25);
            transform: scaleY(0.25);
  }
  60% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

h1 picture {
  max-width: 954px;
  display: block;
  margin: auto;
}
h1 picture img{
  width: 100%;
}
/* anchor
========================================================================== */
nav.anchor {
  max-width: 1072px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.857142857vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .anchor ul {
    display: grid;
    gap: 2.2vw;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 96.666667vw;
  }
}
.anchor ul li{
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  text-align: center;
  max-width: 280px;

}
@media screen and (max-width: 767px) {
  
}
.anchor ul li a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 18px 20px 18px 30px;
  font-size: 22px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.anchor ul li a::before {
  content: "▼";
  font-size: 15px;
  transform: translate(-2px, -1px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .anchor ul li a {
    font-size: min(3.913043478vw,16px);
    padding: 11px 0;
    line-height: 1.4;
  }
  .anchor ul li a::before {
    font-size: 10px;
  }
}
@media (hover: hover) {
 
}



/* 各カラー
========================================================================== */
.--rally a{
  background-color: #e15277;
}

.--workshop a{
  background-color: #fdd000;
}

.--collabo a{
  background-color: #87d0ee;
}

/* rally
========================================================================== */
.rally {
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .rally {
    padding-bottom: 10.6666666667vw;
    padding-top: 20px;
    margin-top: 30px;
  }

}
.rally .rally_slider {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.rally .rally_slider .swiper {
  overflow: visible;
}
.rally .rally_slider .swiper-wrapper .rally_slider_box {
  background-color: #1e8681;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  border: 1px solid #707070;
}
.rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_bg {
  position: absolute;
  right: 30px;
  top: 17px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1;
}
.rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_bg.--red {
  right: 40px;
  top: 0;
}
.rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_case {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/project-case_bg.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Darumadrop One", "LINE Seed JP", sans-serif;
  font-size: 40px;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 10px;
  width: 120px;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 1;
}
.rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_box_inner {
  border-radius: 20px;
  overflow: hidden;
  padding: 50px 60px;
  position: relative;
  z-index: 0;
}
.rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_box_inner::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.rally .rally_slider .swiper-wrapper .rally_slider_box h3 {
  background: -webkit-radial-gradient(#1e8681 28%, transparent 28%) repeat-x 0 100%;
  background: radial-gradient(#1e8681 28%, transparent 28%) repeat-x 0 100%;
  background-size: 8px 8px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_img {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}
.rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_img figure {
  border-radius: 10px;
  overflow: hidden;
}
.rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_img figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .rally .rally_slider .swiper-wrapper .rally_slider_box {
    border-radius: 2.6666666667vw;
  }
  .rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_bg {
    bottom: -9.6vw;
    right: -2.6666666667vw;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_bg.--red {
    right: -2.6666666667vw;
    top: auto;
  }
  .rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_bg img {
    width: 22.4vw;
  }
  .rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_case {
    font-size: 5.3333333333vw;
    height: 16vw;
    padding-bottom: 1.3333333333vw;
    width: 16vw;
    right: -4vw;
    top: -6.6666666667vw;
  }
  .rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_box_inner {
    border-radius: 2.6666666667vw;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
  .rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_box_inner::after {
    width: 300vw;
    bottom: 4vw;
  }
  .rally .rally_slider .swiper-wrapper .rally_slider_box h3 {
    background-size: 1.0666666667vw 1.0666666667vw;
    font-size: 4vw;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_img {
    gap: 4vw;
    grid-template-columns: 1fr;
    margin-top: 5.3333333333vw;
  }
  .rally .rally_slider .swiper-wrapper .rally_slider_box .rally_slider_img figure {
    border-radius: 1.3333333333vw;
  }
}


/* workshop
========================================================================== */
.workshop{
  padding-bottom: 50px;
  padding-top: 20px;
  margin-top: 50px;
}
.workshop h3{
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 488px;
}
.workshop h3 div{
  font-size: 26px;
  margin-bottom: 18px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
  padding: 0 34px;
}
.workshop h3:before{
  content: "";
  width: 100%;
  top: 35%;
  transform: translatey(-50%);
  height: 3px;
  background-color: #4D4D4D;
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
}
.workshop .subtext{
  text-align: center;
  margin-bottom: 38px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
}
.workshop ul{
  display: grid;
  gap: 46px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 36px;
}
.workshop li{
  text-align: center;
  color: #4D4D4D;
  font-size: 18px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  height: 70px;
  line-height: 1.2;
}
.workshop .box{
  max-width: 900px;
  margin: 0 auto 40px;
}
.workshop .box ul:nth-child(2n-1) li{
  border: 2px solid #c3d79b;
}
.workshop .box ul:nth-child(2n) li{
  border: 2px solid #fac5cb;
}
@media screen and (max-width: 767px) {
  .workshop{
    margin-top: 0;
  }
  .workshop .box{
    width: 88%;
  }
  .workshop li{
    font-size: min(3.913043478vw, 18px);
    padding: 15px 0;
  }
  .workshop h3{
    width: 92%;
    max-width: 430px;
  }
  .workshop h3 div{

    font-size: min(5.652173913vw, 26px);
    padding: 0 12px;
  }
  .workshop h3:before{
    top: 2.222vw;
    height: 2px;
  }
  .workshop .subtext{
    font-size: min(3.913043478vw, 18px);
  }
  .workshop ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 4.65116279vw;
    margin-bottom: 4.65116279vw;
  }
  .workshop .box ul li:nth-child(1),
  .workshop .box ul li:nth-child(2){
    border: 2px solid #c3d79b;
  }
  .workshop .box ul li:nth-child(3),
  .workshop .box ul li:nth-child(4){
    border: 2px solid #fac5cb;
  }
}
/* collabo
========================================================================== */
.collabo{
  padding-bottom: 80px;
  padding-top: 20px;
  margin-top: 40px;
  position: relative;
  z-index: 1;

}
.collabo ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.collabo ul li{
  width: 30%;
  height: 300px;
  max-width: 300px;
  border: 1px solid #C9C9C9;
  border-radius: 12px;
  padding: 45px 24px;
  position: relative;
  overflow: hidden;
}
.collabo ul li dt{
  margin-bottom: 38px;
  font-weight: bold;
  color: #707070;
  line-height: 1.375;
}

.collabo ul li:before{
  content: "";
  width: 300px;
  height:300px;
  position: absolute;
  bottom: -223px;
  left: 66%;
  transform: rotate(45deg);
}
.collabo ul li:nth-child(1):before{
  background-color: #e2538e;
}
.collabo ul li:nth-child(2):before{
  background-color: #1c8e33;
}
.collabo ul li:nth-child(3):before{
  background-color: #96649e;
}
.collabo ul li:nth-child(4):before{
  background-color: #fdd003;
}
.collabo ul li:nth-child(5):before{
  background-color: #1689e2;
}
.collabo ul li dd{
  line-height: 1.5;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
}
.collabo ul li:nth-child(1) strong{
  color: #e2538e;
}
.collabo ul li:nth-child(2) strong{
  color: #1c8e33;
}
.collabo ul li:nth-child(3) strong{
  color: #96649e;
}
.collabo ul li:nth-child(4) strong{
  color: #fdd003;
}
.collabo ul li:nth-child(5) strong{
  color: #1689e2;
}
.collabo ul li dt,
.collabo ul li dd{
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .collabo{
    margin-top: 0;
  }
  .collabo ul{
    gap:4.65116279vw
  }
  .collabo ul li{
    width: 97%;
    height: auto;
    min-height: 178px;
    padding: 5.782608695vw 4.217391vw 8.782609vw;
  }
  .collabo ul li dt{
    margin-bottom: 4.260869565vw;
  }
  .collabo ul li:before{
    bottom: -244px;
    left: 74%;
    top: auto;
  }
  .collabo ul li dt,
  .collabo ul li dd{
    font-size: min(3.720930232vw, 16px);
  }
}

/* sns
========================================================================== */
.sns {
  margin: 70px auto 0;
  max-width: 720px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sns {
    margin: 32.4vw auto 0;
  }
}
.sns h3 {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 12px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sns h3 {
    text-align: center;
    width: 100%;
    left: 0;
    right: auto;
    top: 2.6666666667vw;
  }
  .sns h3 img {
    margin-right: -8.2666666667vw;
    width: 27.8666666667vw;
  }
}
.sns ul {
  background-color: #fff;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  position: relative;
}
.sns ul::before {
  background: url(../img/icon-dot.png) repeat-y 50% 0;
  content: "";
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  width: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sns ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
.sns ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .sns ul li a:hover {
    opacity: 0.7;
  }
}
.sns ul li a p {
  font-family: "Darumadrop One", "LINE Seed JP", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
.sns ul li a p > span {
  display: block;
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sns ul {
    padding: 4vw 0;
  }
  .sns ul::before {
    background-size: 100%;
    height: -webkit-calc(100% - 8vw);
    height: calc(100% - 8vw);
    width: 0.8vw;
  }
  .sns ul li:nth-child(1) img {
    width: 6.6666666667vw;
  }
  .sns ul li:nth-child(2) img {
    width: 7.6vw;
  }
  .sns ul li a {
    gap: 3.2vw;
  }
  .sns ul li a p {
    font-size: 4.2666666667vw;
  }
  .sns ul li a p > span {
    font-size: 2.6666666667vw;
  }
}



/* toei
========================================================================== */
.toei{
  text-align: center;
}
.toei .subtext {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.toei .subtext::before,
.toei .subtext::after{
  content: "";
  width: 32px;
  height: 4px;
  border-radius: 16px;
  background-color: #457AD0;
  position: absolute;
  bottom: 16px;
}
.toei a{
  background-color: #467ad0;
}
.toei .subtext::before{
  left: 0px;
  transform: rotate(62deg);
}
.toei .subtext::after{
  right: 0;
  transform: rotate(-62deg);
}
.toei .c-btn{
margin-bottom: 70px;
}
.toei .c-btn > a{
  padding: 22px 0px 18px;
  display: inline-block;
  height: auto;
}
.toei .c-btn > a > span{
  font-size: 24px;
}
.toei .c-btn > a > span > span{
  font-size: 18px;
}
.toei span img{
  width: 32px;
  height: auto;
  display: inline-block;
  padding-bottom: 2px;
  margin-top: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .toei p {
    font-size: 3.4666666667vw;
  }
  .toei .c-btn > a > span{
    font-size: min(4.418604651vw, 24px);
  }
  .toei .c-btn > a > span > span{
    font-size: min(3.720930232vw, 16px);
    margin-top: 4px;
  }
  .toei span img{
    margin: 6px 4px 0;
    width: 20px;
  }
}
/* toei
========================================================================== */
.toei {
  /* padding-bottom: 120px; */
  text-align: center;
}
.toei h2 {
  margin-bottom: 40px;
}
.toei h2 img{
  max-width: 160px;
  display: block;
  margin: auto;
}
.toei h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.toei p {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .toei {
    padding-bottom: 16vw;
  }
  .toei h2 {
    margin-bottom: 28px;
  }
  .toei h2 img {
    width: 53.3333333333vw;
  }
  .toei h3 {
    font-size: 3.720930232vw;
    margin-bottom: 5vw;
  }
  .toei p {
    font-size: 3.4666666667vw;
  }
  .toei .c-btn{
    margin-bottom: 36px;
  }
  .toei .c-btn > a > span{
    font-size: min(4.418604651vw, 24px);
  }
  .toei .c-btn > a > span > span{
    font-size: min(3.720930232vw, 16px);
    margin-top: 4px;
  }
  .toei span img{
    margin: 6px 4px 0;
    width: 20px;
  }
}

/* news-detail
========================================================================== */
.news-detail .news-detail_inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 60px 60px;
}
@media screen and (max-width: 767px) {
  .news-detail .news-detail_inner {
    border-radius: 1.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw 8vw;
  }
}
.news-detail .news-detail_title time {
  color: var(--color-orange);
  display: block;
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-detail .news-detail_title h2 {
  background: -webkit-radial-gradient(#1e8681 28%, transparent 28%) repeat-x 0 100%;
  background: radial-gradient(#1e8681 28%, transparent 28%) repeat-x 0 100%;
  background-size: 8px 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news-detail .news-detail_title time {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
  .news-detail .news-detail_title h2 {
    background-size: 1.0666666667vw 1.0666666667vw;
    font-size: 4vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.news-detail .news-detail_post table,
.news-detail .news-detail_post dl,
.news-detail .news-detail_post ul,
.news-detail .news-detail_post ol,
.news-detail .news-detail_post p {
  margin-bottom: 1em;
}
.news-detail .news-detail_post table:last-child,
.news-detail .news-detail_post dl:last-child,
.news-detail .news-detail_post ul:last-child,
.news-detail .news-detail_post ol:last-child,
.news-detail .news-detail_post p:last-child {
  margin-bottom: 0;
}

