@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/* ----------------------------------------
｜　共通
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1.0px;
  line-height: 1.6rem;
  margin: 0;
  color: #231815;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2 {
  text-align: center;
  margin: 0;
  font-size: 30px;
  line-height: 1.4em;
  color: #80292D;
}

h3 {
  line-height: 1.5;
  margin: 0;
  font-size: 21px;
}
h4 {
  font-size: 19px;
}

p {
  line-height: 1.7;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
}
.w-container {
  width: 100%;
}
.w-wrapper {
  width: 100%;
  padding: 100px 8%;
  max-width: 1400px;
  margin: 0 auto;
}
.bg-white {
  background: #fff;
}
.bg-blue {
  background: #6bc7f1;
}
.bg-yellow {
  background-color: #FFF68E;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.btn a {
  background-color: #E5286E;
  color: #fff;
  border: 2px solid #E5286E;
  padding: 10px 25px;
  border-radius: 15px;
  max-width: 400px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
.btn a p::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.btn a:hover {
  background-color: #fff;
  color: #E5286E;
}
.btn a:hover p::after {
  border-top: solid 2px #E5286E;
  border-right: solid 2px #E5286E;
}
.w-wrapper {
  padding: 100px 7%;
  margin-bottom: -20px;
}
.w-container.underLine::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 12px;
  background-image: url(image/border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 10px;
  z-index: 23;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
img {
  width: 100%;
}
.flex {
  display: flex;
  justify-content: space-between;
}
a {
  display: block;
}
.red_text {
  color: #ea5514;
}
/* ----------------------------------------
｜　header
---------------------------------------- */
header {
  width: 100%;
  display:flex;
  justify-content: end;
  margin: 0 auto;
  max-width: 1100px;
}
header .btn a {
  min-width: 230px;
}
header .btn a p {
  font-size: 16px;
}
header .logo {
  width: 25%;
  margin: auto 0;
}
header .nav {
  display: flex;
  justify-content: flex-end;
  width: 75%;
  margin: 0 0 0 auto;
}
header .nav ul {
  display: flex;
}
header .nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #80292D;
  position: relative;
  border-right: 2px dotted #80292D;
}
header .nav ul li:first-child {
  border-left: 2px dotted #80292D;
}
header .nav ul li p::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #80292D;
  border-right: solid 2px #80292D;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 8px;
  transform: rotate(45deg);
}
header .nav ul li p {
  color: #80292D;
  padding: 0 10px 20px;
  min-width: 130px;
  text-align: center;
  font-size: 16px;
}
header .nav .btn {
  margin-left: 20px;
}
header .nav .instagram {
  display: flex;
  align-items: center;
  width: 32px;
}
header .nav .instagram a {
  transition: all .3s;
}
header .nav .instagram a img {
  vertical-align: top;
}
header .nav .instagram a:hover {
  transform: scale(1.1);
}
header .nav.pc .instagram {
  margin-left: 30px;
}

/* ----------------------------------------
｜　top
---------------------------------------- */
#sec01 img {
  width: 100%;
}
/* ----------------------------------------
｜　イベント日程
---------------------------------------- */
#sec02 {
  position: relative;
}
#sec02 .title {
  position: relative;
  top: 85px;
}
#sec02 .title img {
  max-width: 400px;
  width: 100%;
}
#sec02 .title h2{
  color: #7D0000;
  position: absolute;
  top: 0;
  left: 85px;
  padding: 20px;
}
#sec02 .block .intro-txt {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 auto 40px;
}
#sec02 .block .day {
  text-align: center;
  font-size: 60px;
  display: flex;
  justify-content: center;
}
#sec02 .block .day h3 {
  margin: 0 20px;
}
#sec02 .block_in:first-child {
  margin-bottom: 40px;
}
#sec02 .caution {
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
#sec02 .caution h3 {
  color: #E3007F;
  margin-bottom: 5px;
}
#sec02 .caution p {
  margin-bottom: 20px;
}

/* #sec02 .block .day .week {
  color: #fff;
  background-color: #2CA6E0;
  border-radius: 50%;
  padding: 10px;
  font-size: 20px;
  margin: 0 10px;
  padding: 10px;
  width: 40px;
  height: 40px;
  margin: auto 5px 0 5px;
  position: relative;
}
#sec02 .block .day .week span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 7px;
} */
#sec02 .block .day h3 {
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 6px;
}
#sec02 .block .day span{
  padding-left: 10px;
  color: #E50012;
  font-size: 25px;
}
#sec02 .block .day .blue {
  color: #036EB7;
}
#sec02 .block .day .green {
  color: #1fa854;
}
#sec02 .btn a {
  padding: 20px 25px !important; 
}
#sec02 .btn.renofa_link a {
  margin-top: 20px;
  background-color: #EA5514;
  border-color: #868686;
  font-weight: bold;
}
#sec02 .btn.renofa_link a:hover {
  color: #EA5514;
  background-color: #fff;
}
#sec02 .btn.pdf_link a {
  margin-top: 14px;
  background-color: #fff;
  color: #EA5514;
  border: 1px solid;
  font-weight: bold;
  transition: all .3s;
}
#sec02 .btn.pdf_link a:hover {
  color: #fff;
  background-color: #EA5514;
}
/* #sec02 .block .day .week:last-child {
  background-color: #E50012;
} */
#sec02 .block .department {
  /* margin-top: 20px; */
  margin-top: 14px;
}
#sec02 .block .department h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}
#sec02 .block .department .time {
  text-align: center;
  color: #E5286E;
  font-size: 1.1em;
}
#sec02 .block .venue {
  background-color: #FFF8B0;
  /* display: flex; */
  display: block;
  padding: 20px 30px 30px;
  justify-content: center;
  margin-top: 40px;
}
#sec02 .block .left {
  /* margin: auto 0; */
  margin: 0 auto;
  /* width: calc(50% - 10px); */
  width: 100%;
  max-width: 400px;
  display: flex;
}
#sec02 .block .left h3 {
  font-weight: 500;
}
#sec02 .block .left .maru {
  background-color: #FFF000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
#sec02 .block .left .maru h3 {
  text-align: center;
  padding: 35px 0;
}
#sec02 .block .left .text {
  margin: auto 0;
  width: calc(100% - 100px);
  padding-left: 20px;
}
#sec02 .block .right {
  /* width: calc(50% - 10px); */
  /* max-width: 400px; */
  width: 100%;
  max-width: 400px;
  margin: 14px auto 0;
  /* margin: auto 0; */
  /* margin-left: 120px; */
}
#sec02 .block .right p {
  font-size: 1rem;
}
#sec02 .block .right .green::before,
#sec02 .block .right .blue::before,
#sec02 .block .right .orange::before,
#sec02 .block .right .pink::before,
#sec02 .block .right .purple::before,
#sec02 .block .right .red::before {
  content: '●';
  padding-right: 5px;
}
#sec02 .block .right .green::before {
  color: #44AA36;
}
#sec02 .block .right .blue::before {
  color: #036EB7;
}
#sec02 .block .right .orange::before {
  color: #ee8000;
}
#sec02 .block .right .pink::before {
  color: #e95d9d;
}
#sec02 .block .right .purple::before {
  color: #814c9b;
}
#sec02 .block .right .red::before {
  color: #e60012;
}
#sec02 .block.event-end .end_text {
  text-align: center;
}
#sec02 .annotation {
  margin-top: 10px;
  font-size: 1rem;
}
.ten {
  margin: 0 !important;
  font-size: 35px !important;
  line-height: 2em !important;
}
#sec02 .block .flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#sec02 .block .flex .flex_in {
  width: calc(50% - 20px);
}
/* 2022年9月分 */
/* #sec02 .block .flex .flex_in:nth-of-type(1) {
  width: 42%;
}
#sec02 .block .flex .flex_in:nth-of-type(2) {
  width: calc(58% - 40px);
} */
#sec02 .block .right p.special {
  font-size: 1.1rem;
  color: #e5286e;
  text-align: center;
  margin: 0 auto 7px;
}

/* ----------------------------------------
｜　ワークショップ
---------------------------------------- */
/* #sec03 .flex .left {
  width: calc(50% - 30px);
  position: relative;
  margin: auto 0;
} */
/* #sec03 .flex .left img {
  border: 18px solid #fff;
  transform: rotate(1deg);
  box-shadow: 7px 9px 10px rgba(0, 0, 0, 0.200);
} */
/* #sec03 .flex .left::after {
  content: '';
  display: inline-block;
  width: 176px;
  height: 108px;
  background-image: url(image/irasuto03.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -19px;
  bottom: -49px;
}
#sec03 .flex .right {
  width: calc(50% - 30px);
  text-align: center;
  margin: auto 0;
} */
#sec03 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* #sec03 .flex:first-child {
  margin-bottom: 60px;
} */
#sec03 .flex .left img {
  border: 18px solid #fff;
  transform: rotate(1deg);
  box-shadow: 7px 9px 10px rgba(0, 0, 0, 0.200);
}
#sec03 .flex .left,#sec03 .flex .right {
  width: calc(50% - 30px);
}
#sec03 .title {
  border-top: 2px dotted #80292D;
  border-bottom: 2px dotted #80292D;
  padding: 60px 0;
  /* margin-bottom: 20px; */
  text-align: center;
  color: #80292D;
}
#sec03 .title.pink {
  color: #e95d9d;
}
#sec03 .title.pink h2 {
  color: #e95d9d;
}
#sec03 .title.orange {
  color: #ee8000;
}
#sec03 .title.orange h2 {
  color: #ee8000;
}
#sec03 .title.green {
  color: #44AA36;
}
#sec03 .title.green h2 {
  color: #44AA36;
}
#sec03 .title.blue {
  color: #036eb7;
}
#sec03 .title.blue h2 {
  color: #036eb7;
}
#sec03 .title.red {
  color: #e60012;
}
#sec03 .title.red h2 {
  color: #e60012;
}
#sec03 .title.purple {
  color: #814c9b;
}
#sec03 .title.purple h2 {
  color: #814c9b;
}
#sec03 .title p {
  margin-top: 10px;
}
#sec03 .text p {
  margin-bottom: 10px;
}
#sec03 .text h4 {
  margin-bottom: 10px;
}
#sec03 .text table tr th {
  display: block;
  margin-right: 10px;
  min-width: 75px;
}
#sec03 .text table tr:first-child td {
  font-size: 1.5em;
  padding-bottom: 10px;
}
#sec03 .flex span {
  font-size: .95rem;
  display: block;
  margin-top: 7px;
}

/* #sec03 .text table tr th {
  display: block;
  background-color: #FFF8B0;
  padding: 0px 4px;
  margin: 2px 10px 0 0;
} */

#sec03 .btn a {
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px 25px;
  max-width: 100%;
}
#sec03 .flex .multi-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 14px;
}
#sec03 .flex .multi-img .w-img {
  width: 48%;
}

/* ----------------------------------------
｜　あそらぼとは
---------------------------------------- */
#sec04 .title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 80px;
}
#sec04 .title img {
  max-width: 800px;
  width: 100%;
}
#sec04 .title h2 {
  position: absolute;
  top: 0;
  left: 35px;
  padding: 30px;
}
#sec04 .image {
  position: relative;
  margin-bottom: 80px !important;
}
#sec04 .image img {
  box-shadow: 7px 9px 10px rgba(0, 0, 0, 0.200);
 }
#sec04 .image img {
  border: 18px solid #fff;
  max-width: 800px;
}
#sec04 .image05 img {
  max-width: 650px;
}
#sec04 .image h3 {
  text-align: left;
  font-weight: 400;
}
#sec04 .image01 h3 {
  background-color: #e60012;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  left: -50px;
  bottom: 80px;
}
#sec04 .image02 h3 {
  background-color: #008f43;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  right: -16px;
  bottom: -19px;
  margin: 0 auto;
  transform: rotate(-3deg);
}
#sec04 .image03 h3 {
  background-color: #f08000;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 49px;
  margin: 0 auto;
  transform: rotate(-10deg);
}
#sec04 .image04 h3 {
  background-color: #e95d9d;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  right: -16px;
  bottom: -19px;
  margin: 0 auto;
  transform: rotate(-3deg);
}
#sec04 .image05 h3 {
  background-color: #814c9b;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 49px;
  margin: 0 auto;
  transform: rotate(-10deg);
}
#sec04 .image01 {
  transform:rotate(-4deg);
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
#sec04 .image02 {
  transform:rotate(-3deg);
  max-width: 700px;
  margin: 0 0 0 auto;
}
#sec04 .image03 {
  transform:rotate(1deg);
  max-width: 700px;
}
#sec04 .image04 {
  transform:rotate(-3deg);
  max-width: 700px;
  margin: 0 0 0 auto;
}
#sec05 .image05 {
  transform:rotate(1deg);
  max-width: 700px;
}
#sec04 .image01::before{
  content: '';
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url(image/irasuto05.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -110px;
  top: -75px;
}
#sec04 .image01::after{
  content: '';
  display: inline-block;
  width: 176px;
  height: 190px;
  background-image: url(image/irasuto06.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -110px;
  bottom: -75px;
}
#sec04 .image02::before{
  content: '';
  display: inline-block;
  width: 180px;
  height: 144px;
  background-image: url(image/irasuto07.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -400px;
  top: 160px;
}
#sec04 .image03::after{
  content: '';
  display: inline-block;
  width: 200px;
  height: 235px;
  background-image: url(image/irasuto08.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -400px;
  bottom: 130px;
}
#sec04 .image04::after{
  content: '';
  display: inline-block;
  width: 271px;
  height: 151px;
  background-image: url(image/irasuto13.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -350px;
  top: 150px;
}
#sec04 .block {
  padding: 60px;
}
#sec04 .block .flex .left {
  color: #fff;
  width: calc(53% - 10px);
  position: relative;
}
#sec04 .block .flex .left img {
  width: 430px;
}
/* @media screen and (min-width: 1200px) {
  #sec04 .block {
    padding: 60px;
  }
} */
#sec04 .block .flex .left h3 {
  transform:rotate(-8deg);
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  top: 56px;
  left: 107px;
  text-align: center;
}
#sec04 .block .flex .right {
  margin: auto 0;
  width: calc(47% - 10px);
}
#sec04 .block .flex .right h3 {
  border-bottom: 2px dotted #80292D;
  display: inline-block;
  color: #80292D;
  margin-bottom: 20px;
}
#sec04 .block .flex .right p {
  color: #80292D;
  font-size: 15px;
}

/* ----------------------------------------
｜　応募フォーム
---------------------------------------- */
#sec05 {
  text-align: center;
  color: #80292D;
}
#sec05 .content_in {
  background-color: #fff;
  position: relative;
}
#sec05 h2{
  margin-bottom: 40px;
}
#sec05 .btn {
  max-width: 400px;
  margin: 0 auto;
}
#sec05 .btn a{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding: 20px 25px;
}
#sec05 .btn a::before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 120px;
  background-image: url(image/irasuto10.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: -20px;
}
@keyframes btn {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: initial;
  }
}
#sec05 .btn:hover a::before {
  animation-name: btn;
  animation-duration: .6s;
  /* animation-iteration-count:2; */
}
#sec05 h3 {
  border-bottom: 2px dotted #80292D;
  display: inline-block;
  margin-bottom: 20px;
}
#sec05 p {
  font-size: 15px;
}


/* ----------------------------------------
｜　アクセス
---------------------------------------- */
#sec06 h2 {
  margin-bottom: 60px;
}
#sec06 .flex :first-child {
  margin-bottom: 20px;
}
#sec06 .flex .left {
  width: calc(50% - 20px);
}
#sec06 .flex .right {
  width: calc(50% - 20px);
}
#sec06 .flex .right h3 {
  color: #80292D;
  border-bottom: 2px dotted #80292D;
  margin-bottom: 10px;
}
#sec06 .flex .right table {
  width: 100%;
  font-size: 15px;
}
#sec06 .flex .right table th {
  width: 20%;
  text-align: left;
  font-weight: normal;
  padding-bottom: 5px;
  vertical-align: baseline;
}
#sec06 .flex .right table th :last-child{
  padding-bottom: 10;
}
#sec06 .flex .right table td {
  width: 80%;
}

/* ----------------------------------------
｜　footer
---------------------------------------- */
footer .banner {
  padding: 0 7% 80px 7%;
  display: flex;
  justify-content: center;
}
footer .banner div a {
  padding: 0 10px;
  transition: 0.2s;
}
footer .banner div a:hover {
  opacity: 0.7;
}
footer .copyright {
  background-color: #FFF68E;
  text-align: center;
  padding: 10px;
  color: #80292D;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 12px;
  }
  #sec02 .block_in {
    width: 100%;
    display: block;
  }
  #sec02 .block .day {
    display: block !important;
  }
}

/* ----------------------------------------
｜　pc
---------------------------------------- */
@media screen and (min-width: 768px) {
  header {
    padding: 10px 4%;
  }
  .w-wrapper.content02 {
    padding: 20px 80px 7%;
  }
  /* #sec02 .block .left {
    max-width: 400px;
  } */
  #sec02 .block::after {
    content: '';
    display: inline-block;
    width: 325px;
    height: 193px;
    background-image: url(image/irasuto01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 55px;
    top: 42px;
  }
  #sec02 .block .flex .flex_in:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  #sec05 {
    padding: 0 7% !important;
    overflow: hidden;
  }
  #sec05 .content_in {
    padding: 80px 40px;
    margin: 0 70px;
    z-index: 20;
    position: relative;
  }
  #sec05 .content_in::before {
    content: '';
    display: inline-block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 200px;
    height: 120%;
    left: 56px;
    border-radius: 100% 0 0 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
  }
  #sec05 .content_in::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 200px;
    height: 120%;
    right: -147px;
    border-radius: 0 100% 100% 0;
    z-index: -1;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1064px) {
  #sec02 .block {
    background-image: url(image/flame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding: 80px 60px 80px 60px;
    margin: 0 auto;
  }
  #sec04 .block {
    background-image: url(image/flame02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    /* padding: 60px 30px; */
    margin: 0 auto;
  }
 }

/* ----------------------------------------
｜　sp
---------------------------------------- */
@media screen and (max-width: 1210px) {
  #sec02 .block .flex {
    display: block;
  }
  #sec02 .block .flex .flex_in,
  #sec02 .block .flex .flex_in:nth-of-type(1),
  #sec02 .block .flex .flex_in:nth-of-type(2) {
    width: 100%;
  }
  #sec02 .block .flex .flex_in:nth-last-of-type(n + 2){
    margin-bottom: 50px;
  }
  #sec04 .image01::after {
    width: 151px;
    height: 163px;
    right: -97px;
    bottom: -64px;
  }
  #sec04 .image02::before {
    width: 170px;
    height: 134px;
    left: -280px;
    top: 160px;
  }
  #sec04 .image03::after {
    width: 170px;
    height: 200px;
    right: -280px;
    bottom: 130px;
  }
  #sec04 .image04::after {
    width: 210px;
    height: 117px;
    left: -280px;
    top: 160px;
  }
}
@media screen and (max-width: 1064px) {
  h2 {
    font-size: 25px;
  }
  #sec02 .block {
    padding-top: 80px;
    box-shadow: 7px 9px 10px rgba(0, 0, 0, 0.200);
  }
  #sec02 .block::after {
    width: 250px;
    height: 148px;
  }
  #sec03 .flex {
    /* display: block; */
    flex-direction: column;
  }
  #sec03 .title {
    padding: 20px 0;
  }
  #sec03 .flex .left,#sec03 .flex .right {
    width: 100%;
  }
  #sec03 .flex .left {
    order: 2;
  }
  #sec03 .flex .right {
    margin-top: 40px;
    order: 1;
  }
  #sec04 .block {
    box-shadow: 7px 9px 10px rgba(0, 0, 0, 0.200);
    padding: 60px 30px;
  }
  #sec04 .block .flex {
    display: block;
  }
  #sec04 .block .flex .left {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
  }
  #sec04 .block .flex .left h3 {
    font-size: 17px;
    top: 69px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-left: 20px;
  }
  #sec04 .block .flex .left img {
    max-width: 430px;
  }
  #sec04 .block .flex .right {
    width: 100%;
  }
  #sec04 .block .flex .right h3 {
    font-size: 17px;
  }
  .block {
    background-color: #fff;
    padding: 60px;
    border-radius: 10px 50px/50px 10px;
    box-shadow: 7px 9px 10px rgba(0, 0, 0, 0.200);
  }
  #sec04 .image01::before {
    width: 130px;
    height: 130px;
    left: 0;
    top: -75px;
  }
  #sec04 .image01::after {
    width: 121px;
    height: 130px;
    right: 0;
    bottom: -64px;
  }
  #sec04 .image02::before {
    width: 128px;
    height: 103px;
    left: -24px;
    top: 160px;
  }
  #sec04 .image03::after {
    width: 129px;
    height: 152px;
    right: -26px;
    bottom: 130px;
  }
  #sec04 .image04::after {
    width: 179px;
    height: 100px;
    left: -49px;
    top: 160px;
  }
}
@media screen and (max-width: 1015px) {
  header {
    padding: 0;
  }
  header .pc {
    display: none;
  }
  header .sp {
    display: block;
  }
  header .sp .instagram {
    position: fixed;
    top: 18px;
    right: 80px;
    z-index: 1000;
    width: 29px;
  }
/* ----------------------------------------
  ｜　ハンバーガー
  ---------------------------------------- */
  #toggle {
    position: fixed;
    top: 8px;
    right: 15px;
  }
  #toggle-box {
      position: relative;
      width: 50px;
      height: 50px;
      cursor: pointer;
      border-radius: 50%;
      background-color: #fff;
  }
  #toggle-box > span {
    width: 65%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: #80292D;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
  }

  #toggle-box > span:nth-child(1) {
      top: 14px;
  }
  #toggle-box > span:nth-child(2) {
      top: 50%;
      transform: translatey(-50%);
  }
  #toggle-box > span:nth-child(3) {
      bottom: 14px;
  }

  .is-open #toggle-box > span {
      background: #80292D;
  }
  .is-open #toggle-box > span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
  }
  .is-open #toggle-box > span:nth-child(2) {
    width: 0;
  }
  .is-open #toggle-box > span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translatey(-50%);
  }
  /* z-index */
  #toggle {
      z-index: 1000;
  }
  #main {
    position: relative;  
    z-index: 990;
  }
  #nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 0;
    background: #fff;
    color: #80292D;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    /* padding-top: 100px; */
    padding: 100px 4% 0 4%;
  }
  .open {
    height: 100% !important;
  }
  #nav-content .logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  #nav-content .btn {
    margin-top: 20px;
  }
  #nav-content .btn a {
    color: #fff;
    width: 100%;
  }
  #nav-content .btn a:hover {
    background-color: #fff;
    color: #E5286E;
  }
  #nav-content ul {
    list-style: none;
  }
  #nav-content a {
    display: block;
    color: #80292D;
    text-decoration: none;
    padding: 20px 0;
    transition: opacity .6s ease;
    pointer-events: none;
  }
  #nav-content a:hover {
    opacity: 0.6;
  }
  .is-open {
      overflow: hidden;
  }
  .is-open #nav-content {
    z-index: 999;
    visibility: visible;
    opacity: 1;
  }
  .is-open #nav-content a {
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .flex {
    display: block;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
  .w-wrapper {
    padding: 80px 4%;
    max-width: 100%;
  }
  .btn a {
    max-width: 100%;
  }
  .block {
    padding: 20px 4%;
  }
  /* ----------------------------------------
  ｜　イベント日程
  ---------------------------------------- */
  #sec02 {
    padding: 120px 3%;
  }
  #sec02 .block {
    padding-bottom: 40px;
  }
  #sec02 .block .venue {
    display: block;
  }
  #sec02 .block .right {
    margin-left: 0;
  }
  #sec02 .title {
    top: 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    position: absolute;
    top: 75px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0 4%;
  }
  #sec02 .title h2 {
    top: 3.5vw;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #sec02 .block .day {
    margin-bottom: 20px;
    margin-right: 0;
  }
  #sec02 .block .venue {
    margin-top: 20px;
    padding: 20px 4% 30px;
  }
  #sec02 .block .left,#sec02 .block .center,#sec02 .block .right {
    width: 100%;
  }
  #sec02 .block .left {
    display: block;
  }
  #sec02 .block .left .maru {
    margin: 0 auto 20px auto;
  }
  #sec02 .block .left .text {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
  }
  #sec02 .block.event-end {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  /* ----------------------------------------
  ｜　ワークショップ
  ---------------------------------------- */
  #sec03 .flex .left,#sec03 .flex .right {
    width: 100%;
  }
  #sec03 .flex .left {
    margin-bottom: 40px;
  }
  #sec03 .flex .left img {
    border: 10px solid #fff;
  }
  #sec03 .flex .left::after {
    width: 135px;
    height: 84px;
    left: -7px;
    bottom: -37px;
  }
  #sec03 .flex .right .text {
    margin-top: 24px;
  }

  /* ----------------------------------------
  ｜　イベント内容
  ---------------------------------------- */
  #sec04 .title {
    margin-bottom: 0;
  }
  #sec04 .title h2 {
    left: 0;
    right: 0;
    top: 5vw;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #sec04 .title img {
    max-width: 400px;
    margin: 0 auto;
  }
  #sec04 .image img {
    border: 10px solid #fff;
  }
  #sec04 .image01 h3 {
    left: -11px;
    bottom: 28px;
  }
  #sec04 .image02 h3 {
    right: 10px;
  }
  #sec04 .image03 h3 {
    left: -8px;
    top: 20px;
  }
  #sec04 .image04 h3 {
    right: 0;
  }
  #sec04 .image05 h3 {
    left: -8px;
    top: 20px;
  }
  #sec04 .image01::before {
    width: 81px;
    height: 82px;
    left: 11px;
    top: -50px;
  }
  #sec04 .image01::after {
    width: 80px;
    height: 86px;
    right: 18px;
    bottom: -57px;
  }
  #sec04 .image02::before {
    width: 80px;
    height: 64px;
    left: 0;
    top: 220px;
  }
  #sec04 .image03::after {
    width: 80px;
    height: 94px;
    right: 0;
    bottom: -13px;
  }
  #sec04 .image04::after {
    width: 116px;
    height: 64px;
    left: 0;
    top: 220px;
  }
  #sec04 .block {
    padding: 20px 4%;
  }
  #sec04 .block .flex .left img {
    width: 100%;
  }
  #sec04 .block .flex .left h3 {
    font-size: 15px;
    top: 9vw;
    left: 10px;
  }

  /* ----------------------------------------
  ｜　応募フォーム
  ---------------------------------------- */
  #sec05 .btn::before {
    width: 60px;
    height: 90px;
    left: -12px;
    top: -13px;
  }
  #sec05 .content_in {
    border-radius: 60px;
    padding: 40px 20px;
  }
  /* ----------------------------------------
  ｜　アクセス
  ---------------------------------------- */
  #sec06 .flex .left,#sec06 .flex .right {
    width: 100%;
  }
  #sec06 .flex .left {
    margin-bottom: 20px;
  }
  #sec06 .flex .right {
    margin-bottom: 40px;
  }
  /* ----------------------------------------
  ｜　fotter
  ---------------------------------------- */
  footer .banner {
    padding: 0 4% 40px 4%;
    flex-wrap: wrap;;
  }
  footer .banner div {
    padding: 0;
    margin-bottom: 10px;
    width: 50%;
  }
  footer .banner div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 565px) {
  #sec02 .title h2 {
    top: 6vw;
  }
  #sec04 .block .flex .left h3 {
    top: 10vw;
  }
}

/* ----------------------------------------
｜　fadeIn
---------------------------------------- */
.fadeIn .w-wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2.2s ease, transform 1.1s ease;
}
.fadeIn.active .w-wrapper {
  transform: initial;
  opacity: 1;
}
.fadeIn2 .w-wrapper {
  opacity: 0;
  transition: opacity 2.2s ease;
}
.fadeIn2.active .w-wrapper {
  opacity: 1;
}
.fadeIn #sec03 .flex .left::after {
  opacity: 0;
  transform: translate(20px, 20px);
  transition: opacity 3s cubic-bezier(.83,.02,.91,.12), transform 2s cubic-bezier(.83,.02,.91,.12);
}
.fadeIn.active #sec03 .flex .left::after {
  transform: initial;
  opacity: 1;
}
.fadeIn3 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2.2s ease, transform 1.1s ease;
}
.fadeIn3.active {
  transform: initial;
  opacity: 1;
}