.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }
}

.min_container {
  width: 960px;
  margin: 0 auto;
}

.container {
  width: 1020px;
  margin: 0 auto;
}

.smallest_container {
  width: 640px;
  margin: 0 auto;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.non_image {
  background-image: url(../images/common/non_image.jpg);
}

@media screen and (max-width: 768px) {
  #header .header_content #toggle div span {
    width: 20px;
  }
  .fixed_btn_sp {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
  }
  .fixed_btn_sp a {
    width: 50%;
  }
  .fixed_btn_sp a img {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .container {
    min-width: 1px;
    width: 84%;
  }
  .order_1 {
    order: 2;
  }
  .order_2 {
    order: 1;
  }
  br.sp {
    display: block;
  }
  a.common_btn {
    margin: auto;
  }
  .smallest_container {
    width: 89%;
  }
  .slick-next {
    width: 30px;
    height: 30px;
    background-image: url(../images/common/point_next.svg) !important;
    background-size: contain;
  }
  .slick-next:before {
    content: "";
  }
  .slick-prev {
    width: 30px;
    height: 30px;
    background-image: url(../images/common/point_prev.svg) !important;
    background-size: contain;
  }
  .slick-prev:before {
    content: "";
  }
}
#full_screen {
  height: 60%;
  left: -100%;
  position: fixed;
  top: 0;
  width: 60%;
  z-index: 1000;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #full_screen {
    height: 30%;
    width: 90%;
  }
}

#full_screen iframe {
  border: medium none;
  height: 100%;
  width: 100%;
}

#full_screen #close_btn {
  cursor: pointer;
  position: absolute;
  right: -10%;
  top: -10%;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  #full_screen #close_btn {
    right: 0%;
    top: -20%;
  }
}
#full_screen #close_btn img {
  width: 50px;
}

a.common_btn {
  width: 353px;
  display: block;
  text-align: center;
  color: #fff;
  background: #1C68AC;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 16px 0;
  transition: all 0.3s;
  opacity: 1;
}
a.common_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a.common_btn {
    width: 100%;
  }
}
a.common_btn img {
  position: absolute;
  width: 18px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

#header {
  width: 100%;
  position: fixed;
  height: 100vh;
  opacity: 0;
  z-index: -100;
  transition: all 0.3s;
  background: #65BBB1;
}
#header .sns_line {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#header nav {
  width: 1080px;
  margin: auto;
}
#header .gnav {
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  #header .gnav {
    width: 80%;
    margin: -100px auto 0 auto;
  }
}
#header .gnav li {
  margin-bottom: 30px;
}
#header .gnav li a {
  font-size: 26px;
  letter-spacing: 0.3em;
  color: #221815;
  font-family: "LexendDeca";
}
@media screen and (max-width: 768px) {
  #header .gnav li a {
    font-size: 20px;
  }
}
#header .gnav li img {
  width: 9px;
  position: relative;
  top: -13px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #header .gnav li img {
    top: -9px;
  }
}

.open #header {
  opacity: 1;
  z-index: 5000;
}

#toggle {
  position: fixed;
  z-index: 9999;
  right: 20px;
  width: 38px;
  height: 40px;
  top: 20px;
}
#toggle span {
  width: 34px;
  height: 2px;
  transition: all 0.3s;
  transform: rotate(0deg);
  background: #221815;
  display: block;
}
#toggle span:nth-child(2) {
  transform: translate(-8px, 8px);
}
#toggle span:nth-child(3) {
  transform: translateY(16px);
}

.open #toggle span:nth-child(1) {
  transform: rotate(-20deg) translateX(-1px) translateY(4px);
}
.open #toggle span:nth-child(2) {
  transform: translate(-16px, 8px);
  opacity: 0;
}
.open #toggle span:nth-child(3) {
  transform: rotate(20deg);
}

/*********************************
	teaser
*********************************/
main {
  height: 100%;
}

#mv {
  width: 100%;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #mv {
    height: 100%;
  }
}
#mv::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 0 0 95px;
  border-color: transparent transparent transparent #65bbb1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #mv::before {
    border-width: 50px 0 0 50px;
  }
}
#mv .flex {
  align-items: flex-start;
  height: 100%;
}
#mv .mv_left {
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../images/mv_left.jpg);
}
#mv .mv_left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #mv .mv_left {
    width: 100%;
    order: 2;
    height: 450px;
  }
}
#mv .mv_right {
  width: 50%;
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../images/mv_right.jpg);
}
#mv .mv_right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #mv .mv_right img {
    width: 120%;
    margin: auto;
  }
}
#mv .mv_right figure {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#mv .mv_right figure img {
  width: 90%;
  margin: auto;
}
#mv .mv_right figure figcaption {
  font-size: 12px;
  margin-top: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #mv .mv_right figure figcaption p {
    text-indent: -3em;
    padding-left: 3em;
  }
}
#mv .mv_right figure figcaption span {
  display: block;
}
#mv .mv_right figure figcaption span.link {
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #mv .mv_right figure figcaption {
    width: 90%;
  }
  #mv .mv_right figure figcaption span {
    text-indent: -3em;
    padding-left: 3em;
    display: block;
  }
  #mv .mv_right figure figcaption span.link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_right {
    width: 100%;
    order: 1;
    overflow: hidden;
    height: 700px;
    background-image: url(./../images/mv_right_sp.jpg);
  }
  #mv .mv_right figure {
    width: 83%;
    margin-top: 5%;
  }
}
#mv .mv_text {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #mv .mv_text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#mv .mv_text h1 {
  text-align: center;
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 0.5rem;
  line-height: 1;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 768px) {
  #mv .mv_text h1 {
    font-size: 9vw;
    letter-spacing: 0.8rem;
  }
}
#mv .mv_text p {
  font-size: 17px;
  letter-spacing: 0.3rem;
  text-align: center;
  font-family: "midashi";
}
@media screen and (max-width: 768px) {
  #mv .mv_text p {
    font-size: 4vw;
  }
}
#mv .mv_text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 95px 95px 0;
  border-color: transparent #e73c72 transparent transparent;
}
@media screen and (max-width: 768px) {
  #mv .mv_text::after {
    border-width: 0 50px 50px 0;
  }
}

.sec {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 60px 0;
  }
}

h2.sec_ttl {
  text-align: center;
  font-family: "LexendDeca";
  font-size: 29px;
  letter-spacing: 0.3em;
}
h2.sec_ttl small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  h2.sec_ttl {
    font-size: 20px;
  }
}

/*********************************
	mv_under_image
*********************************/
.mv_under_image {
  width: 100%;
}
.mv_under_image img {
  width: 100%;
}

/*********************************
	YouTube
*********************************/
#youtube {
  background-color: #e1c735;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #youtube {
    padding: 60px 0;
  }
}
#youtube figure.logo {
  text-align: center;
  margin-bottom: 40px;
}
#youtube figure.logo img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #youtube figure.logo img {
    width: 80%;
  }
}
#youtube figure.youtube_logo {
  margin-bottom: 40px;
}
#youtube figure.youtube_logo img {
  width: 100%;
}
#youtube p {
  font-size: 16px;
  line-height: 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 768px) {
  #youtube p {
    font-size: 14px;
  }
}
#youtube p.youtube__text--explain {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #youtube p.youtube__text--explain {
    margin-bottom: 40px;
  }
}
#youtube ul {
  justify-content: space-around;
}
#youtube ul li {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #youtube ul li {
    width: 100%;
    margin-bottom: 60px;
  }
}
#youtube ul li > img {
  width: 250px;
}
#youtube ul li p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
#youtube ul li a.common_btn {
  width: 250px;
  margin: 30px auto 0 auto;
  background-color: #f00;
}

/*********************************
	about
*********************************/
#about {
  background-color: #65bbb1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/about_bg.svg);
}
@media screen and (max-width: 768px) {
  #about {
    background-image: url(../images/about_bg_sp.svg);
    padding-top: 0px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#about .about_wrap {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 70px center;
  padding: 90px 0;
  background-image: url(../images/about_pc_bg.svg);
}
@media screen and (max-width: 768px) {
  #about .about_wrap {
    background-image: none;
    padding: 70px 0;
  }
}
#about .about_wrap h2 {
  text-align: center;
}
#about .about_wrap h2 img {
  width: 445px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  #about .about_wrap h2 img {
    width: 100%;
  }
}
#about .about_wrap h2 span {
  margin-bottom: 22px;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #e73c71;
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #about .about_wrap h2 span {
    display: none;
  }
}
#about .about_wrap p.pc {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}
#about .about_wrap p.pc span {
  background-color: #fff;
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #about .about_wrap p.sp {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #about .about_wrap p.sp span {
    background-color: #fff;
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: 10px;
  }
}
#about .about_sns {
  display: flex;
  width: 160px;
  margin: 30px auto;
}
#about .about_sns li a img {
  width: 26px;
}
#about .about_sns li:last-child a img {
  width: 16px;
}
#about .movie_wrap {
  width: 60%;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  #about .movie_wrap {
    width: 100%;
  }
}
#about .movie_wrap a {
  position: relative;
  display: block;
}
#about .movie_wrap a::after {
  content: "";
  background-image: url(./../images/play.png);
  width: 67px;
  height: 67px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#about .movie_wrap a img {
  width: 100%;
}

/*********************************
	concept
*********************************/
#concept {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/concept_bg.svg);
}
@media screen and (max-width: 768px) {
  #concept {
    background-image: url(../images/concept_bg_sp.svg);
  }
}
#concept .arch_text img {
  width: 100%;
}
#concept h2 {
  margin-bottom: 40px;
}
#concept .concept_text {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  #concept .concept_text {
    margin-top: 0;
  }
}
#concept .concept_text p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #concept .concept_text p {
    line-height: 2;
    font-size: 14px;
  }
}
#concept .concept_text b {
  text-align: center;
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #concept .concept_text b {
    font-size: 4.5vw;
    margin-bottom: 40px;
  }
}
#concept .concept_text b span {
  color: #E73C71;
}

/*********************************
	odt
*********************************/
#odt {
  background-color: #EBCB32;
  padding: 140px 0 120px 0;
}
#odt .flex {
  align-items: flex-start;
}
#odt .flex h2 {
  font-size: 27px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #odt .flex h2 {
    font-size: 20px;
  }
}
#odt .flex h2 b {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #odt .flex h2 b {
    font-size: 24px;
  }
}
#odt .flex h2 img {
  width: 174px;
}
@media screen and (max-width: 768px) {
  #odt .flex h2 img {
    width: 140px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
#odt .flex .odt_text {
  width: 640px;
}
@media screen and (max-width: 768px) {
  #odt .flex .odt_text {
    width: 100%;
  }
}
#odt .flex .odt_text p {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #odt .flex .odt_text p {
    font-size: 14px;
  }
}

/*********************************
	kodomo
*********************************/
#kodomo {
  background-color: #E73C71;
  padding-bottom: 177px;
}
@media screen and (max-width: 768px) {
  #kodomo {
    padding-bottom: 80px;
  }
}
#kodomo h2 {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #kodomo h2 {
    width: 100%;
  }
}
#kodomo h2 img {
  width: 100%;
}
#kodomo .kodomo_text_wrap {
  width: 652px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #kodomo .kodomo_text_wrap {
    width: 100%;
  }
}
#kodomo .kodomo_text_wrap p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #kodomo .kodomo_text_wrap p {
    font-size: 14px;
  }
}
#kodomo .container {
  position: relative;
}
#kodomo .container img {
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 548px;
}
@media screen and (max-width: 768px) {
  #kodomo .container img {
    width: 80%;
    left: -36px;
    bottom: -170px;
  }
}

/*********************************
	app
*********************************/
#app {
  padding: 120px 0;
  background-color: #e1c735;
}
@media screen and (max-width: 768px) {
  #app {
    padding: 60px 0;
  }
}
#app h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #app h2 {
    margin-bottom: 40px;
  }
}
#app h2 span {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #app h2 span {
    font-size: 16px;
  }
}
#app h2 span strong {
  display: block;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app h2 span strong {
    font-size: 20px;
  }
}
#app figure.logo {
  text-align: center;
}
#app figure.logo img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #app figure.logo img {
    width: 200px;
  }
}
#app ul {
  justify-content: space-around;
  align-items: flex-start;
  width: 70%;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  #app ul {
    width: 90%;
  }
}
#app ul li {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #app ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  #app ul li:last-child {
    margin-bottom: 0;
  }
}
#app ul li p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
#app ul li a {
  display: block;
  text-align: center;
}
#app ul li a img {
  width: 250px;
}
#app ul li:first-child a img {
  width: 204px;
}
#app a.common_btn {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  #app a.common_btn {
    width: 250px;
  }
}

/*********************************
	member_list
*********************************/
#who {
  padding-top: 117px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #who {
    padding-top: 75px;
  }
}
#who ul.member_list {
  flex-wrap: wrap;
  margin-top: 90px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #who ul.member_list {
    margin-top: 40px;
  }
}
#who ul.member_list li {
  width: 456px;
  margin-bottom: 45px;
}
#who ul.member_list li .member_text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px dashed #231815;
}
@media screen and (max-width: 768px) {
  #who ul.member_list li .member_text p {
    margin-top: 20px;
    font-size: 14px;
    padding-top: 20px;
  }
}
#who ul.member_list li figure img {
  width: 100%;
}
#who ul.member_list li figure figcaption {
  position: relative;
  padding-left: 40px;
  margin-top: 30px;
}
#who ul.member_list li figure figcaption span {
  font-size: 22px;
  padding-bottom: 10px;
  display: inline-block;
}
#who ul.member_list li figure figcaption p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  #who ul.member_list li figure figcaption p {
    line-height: 2;
    font-size: 13px;
  }
}
#who ul.member_list li figure figcaption::before {
  content: "";
  background-size: cover;
  width: 28px;
  height: 100px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #who ul.member_list li figure figcaption::before {
    width: 24px;
    height: 80px;
  }
}
#who figure.member__img {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #who figure.member__img {
    margin-top: 40px;
  }
}
#who figure.member__img img {
  width: 100%;
}
#who figure.member__img figcaption {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 50px;
  background-color: #65BBB1;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2em;
}
#who figure.member__img figcaption span {
  text-indent: -0.5em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #who figure.member__img figcaption {
    padding: 20px 30px;
    font-size: 14px;
  }
}
#who .whoweare__message {
  border: 2px dashed #282828;
  box-sizing: border-box;
  padding: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #who .whoweare__message {
    padding: 30px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}
#who .whoweare__message p {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.2em;
}
#who .whoweare__message p span {
  font-weight: bold;
  padding-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #who .whoweare__message p {
    font-size: 14px;
  }
}

li.hasegawa figcaption::before {
  background-image: url(../images/hasegawa_ttl.svg);
}

li.iyama figcaption::before {
  background-image: url(../images/iyama_ttl.svg);
}

li.kato figcaption::before {
  background-image: url(../images/kato_ttl.svg);
}

li.mizutani figcaption::before {
  background-image: url(../images/mizutani_ttl.svg);
}

li.toki figcaption::before {
  background-image: url(../images/toki_ttl.svg);
}

/*********************************
	aword
*********************************/
#award {
  background: #65BBB1;
  padding-bottom: 188px;
}
@media screen and (max-width: 768px) {
  #award {
    padding-bottom: 210px;
    padding-top: 90px;
  }
}
#award h2 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #award h2 {
    color: #000;
  }
}
#award .container {
  position: relative;
}
#award .container b.coming {
  font-size: 34px;
  letter-spacing: 0.3em;
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  #award .container b.coming {
    font-size: 18px;
  }
}

#award p.award_express {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin-top: 37px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #award p.award_express {
    font-size: 14px;
    margin-top: 20px;
  }
}
#award .award_explain_wrap {
  position: relative;
  margin-bottom: 97px;
}
#award .award_explain_wrap img.explain_bottom_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 177px;
}
@media screen and (max-width: 768px) {
  #award .award_explain_wrap img.explain_bottom_img {
    width: 88px;
    top: -110px;
  }
}
#award .award_explain_wrap img.explain_bottom_img02 {
  position: absolute;
  bottom: -75px;
  left: 0;
  top: auto;
  width: 153px;
}
@media screen and (max-width: 768px) {
  #award .award_part {
    width: 100%;
  }
}
#award .award_part h3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #award .award_part h3 {
    width: 81%;
    margin: 0 auto;
  }
}
#award .award_part h3 img {
  width: 630px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #award .award_part h3 img {
    width: 100%;
  }
}
#award .award_part .part_text {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  #award .award_part .part_text {
    margin-top: 40px;
  }
}
#award .award_part .part_text b {
  display: block;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
#award .award_part .part_text b span {
  font-weight: normal;
  font-size: 16px;
}
#award .award_part .part_text > p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #award .award_part .part_text > p {
    font-size: 14px;
  }
}
#award .award_part .part_text .require {
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 60px;
  padding-left: 150px;
  padding-bottom: 27px;
  position: relative;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  #award .award_part .part_text .require {
    padding: 0 9.5% 40px 9.5%;
  }
}
#award .award_part .part_text .require::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #ebcc32 transparent;
}
#award .award_part .part_text .require span.ttl {
  position: absolute;
  left: 0;
  top: 0;
  background: #EBCB32;
  border-bottom-right-radius: 20px;
  color: #000;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 150px;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  #award .award_part .part_text .require span.ttl {
    margin: auto;
    display: block;
    border-bottom-left-radius: 20px;
    position: inherit;
    margin-bottom: 30px;
  }
}
#award .award_part .part_text .require dl {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
#award .award_part .part_text .require dl dt {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 85px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #award .award_part .part_text .require dl dt {
    width: 100%;
    font-size: 14px;
  }
}
#award .award_part .part_text .require dl dd {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-left: 5px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #award .award_part .part_text .require dl dd {
    width: 100%;
    font-size: 14px;
  }
  #award .award_part .part_text .require dl dd span {
    display: inline-block;
    padding-top: 40px;
  }
}
#award .award_part .part_text .require dl dd a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}
#award .award_part .part_text .require p {
  font-size: 16px;
  line-height: 2;
}
#award .award_part .part_text img.award_border {
  margin: 120px auto;
  width: 587px;
}
@media screen and (max-width: 768px) {
  #award .award_part .part_text img.award_border {
    margin: 60px auto;
    width: 81%;
  }
}

.award_part img.flt_award_img {
  width: 105px;
  position: absolute;
  right: 0;
  top: 100px;
}
.award_part img.flt_award_img02 {
  width: 150px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .award_part img.flt_award_img02 {
    right: 0;
    width: 120px;
    bottom: -163px;
    margin: auto;
  }
}
.award_part .award_list {
  width: 100%;
  justify-content: space-between;
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  .award_part .award_list {
    justify-content: space-around;
  }
}
.award_part .award_list li {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .award_part .award_list li {
    margin-bottom: 60px;
  }
}
.award_part .award_list li p {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
.award_part .award_list li p img {
  width: 25px;
  position: absolute;
  top: -23px;
  margin-left: 10px;
  right: 0;
}
.award_part .award_list li p span {
  display: block;
  padding-bottom: 10px;
}
.award_part .award_list li p span.detail {
  font-size: 14px;
  text-align: center;
}
.award_part .award_list li img {
  width: 100%;
}
.award_part .award_list_02 {
  width: 662px;
  margin: 58px auto 0 auto;
}
.award_part .award_list_02 li:nth-child(1) p {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .award_part .award_list_02 {
    width: 100%;
    margin: 0 auto;
  }
}
.award_part .egao_award_list {
  justify-content: space-around;
}

/*********************************
	stage
*********************************/
#stage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/stage_bg.svg);
  background-position: top center;
  background-size: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #stage {
    background-image: url(../images/stage_bg_sp.svg);
    padding-top: 140px;
  }
}
#stage .container {
  position: relative;
}
#stage .container b.coming {
  font-size: 34px;
  letter-spacing: 0.3em;
  display: block;
  text-align: center;
  color: #7F2583;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #stage .container b.coming {
    font-size: 18px;
  }
}

#stage {
  position: relative;
}
#stage p.stage_text_big {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 36px;
  font-weight: bold;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  #stage p.stage_text_big {
    font-size: 20px;
    margin-top: 20px;
  }
}
#stage p.stage_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #stage p.stage_text {
    font-size: 14px;
  }
}
#stage ul.stage_list {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
}
#stage ul.stage_list li {
  width: 456px;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  #stage ul.stage_list li {
    margin-bottom: 33px;
  }
}
#stage ul.stage_list li img {
  width: 100%;
}
#stage ul.stage_list li h4 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 2;
}
#stage ul.stage_list li h4.sm_stage_ttl {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  #stage ul.stage_list li h4 {
    text-align: center;
    font-size: 16px;
  }
  #stage ul.stage_list li h4.sm_stage_ttl {
    font-size: 14px;
  }
}
#stage img.stage_bottom_img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*********************************
	workshop
*********************************/
#workshop {
  background: #EBCB32;
}
#workshop .container {
  position: relative;
}

#workshop,
.eatin_workshop {
  position: relative;
}
@media screen and (max-width: 768px) {
  #workshop,
  .eatin_workshop {
    padding: 80px 0;
  }
}
#workshop p.workshop_express,
.eatin_workshop p.workshop_express {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin-top: 37px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #workshop p.workshop_express,
  .eatin_workshop p.workshop_express {
    font-size: 5.2vw;
    font-weight: bold;
  }
}
#workshop .workshop_explain_wrap,
.eatin_workshop .workshop_explain_wrap {
  position: relative;
  margin-bottom: 97px;
}
@media screen and (max-width: 768px) {
  #workshop .workshop_explain_wrap,
  .eatin_workshop .workshop_explain_wrap {
    margin-bottom: 40px;
  }
}
#workshop .workshop_explain_wrap img.explain_bottom_img,
.eatin_workshop .workshop_explain_wrap img.explain_bottom_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 177px;
}
#workshop .workshop_explain_wrap img.explain_bottom_img02,
.eatin_workshop .workshop_explain_wrap img.explain_bottom_img02 {
  position: absolute;
  bottom: -75px;
  left: 0;
  top: auto;
  width: 153px;
}
#workshop .workshop_part,
.eatin_workshop .workshop_part {
  position: relative;
}
#workshop .workshop_part h3,
.eatin_workshop .workshop_part h3 {
  text-align: center;
}
#workshop .workshop_part h3 img,
.eatin_workshop .workshop_part h3 img {
  width: 630px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #workshop .workshop_part h3 img,
  .eatin_workshop .workshop_part h3 img {
    width: 100%;
  }
}
#workshop .workshop_part .part_text,
.eatin_workshop .workshop_part .part_text {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  #workshop .workshop_part .part_text,
  .eatin_workshop .workshop_part .part_text {
    margin-top: 30px;
  }
}
#workshop .workshop_part .part_text > p,
.eatin_workshop .workshop_part .part_text > p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #workshop .workshop_part .part_text > p,
  .eatin_workshop .workshop_part .part_text > p {
    font-size: 14px;
  }
}
#workshop .workshop_part .part_text img.workshop_border,
.eatin_workshop .workshop_part .part_text img.workshop_border {
  margin: 120px auto;
  width: 587px;
  display: block;
}
#workshop .workshop_part ul.job_list,
.eatin_workshop .workshop_part ul.job_list {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  #workshop .workshop_part ul.job_list,
  .eatin_workshop .workshop_part ul.job_list {
    margin-bottom: 20px;
  }
}
#workshop .workshop_part ul.job_list li,
.eatin_workshop .workshop_part ul.job_list li {
  width: 456px;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  #workshop .workshop_part ul.job_list li,
  .eatin_workshop .workshop_part ul.job_list li {
    margin-bottom: 30px;
    width: 100%;
  }
}
#workshop .workshop_part ul.job_list li img,
.eatin_workshop .workshop_part ul.job_list li img {
  width: 100%;
}
#workshop .workshop_part ul.job_list li h4,
.eatin_workshop .workshop_part ul.job_list li h4 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #workshop .workshop_part ul.job_list li h4,
  .eatin_workshop .workshop_part ul.job_list li h4 {
    font-size: 16px;
    text-align: center;
  }
}

#workshop .workshop_eat_wrap {
  position: relative;
}
#workshop .workshop_eat_wrap ul.shop_list {
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  #workshop .workshop_eat_wrap .workshop_part {
    margin-top: 60px;
  }
  #workshop .workshop_eat_wrap ul.job_list {
    margin-top: 164px;
    margin-bottom: 190px;
  }
}

.flt_workshop_img01 {
  position: absolute;
  width: 165px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .flt_workshop_img01 {
    width: 80px;
    top: -112px;
  }
}

.flt_workshop_img02 {
  position: absolute;
  width: 73px;
  bottom: -60px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .flt_workshop_img02 {
    width: 30px;
    bottom: -230px;
  }
}

.flt_workshop_img03 {
  position: absolute;
  width: 277px;
  top: 8.6%;
  left: -110px;
}
@media screen and (max-width: 768px) {
  .flt_workshop_img03 {
    width: 140px;
    left: -47px;
    top: 23.4%;
  }
}

.flt_workshop_img04 {
  position: absolute;
  width: 290px;
  top: 120px;
  left: -120px;
}
@media screen and (max-width: 768px) {
  .flt_workshop_img04 {
    width: 120px;
    left: auto;
    right: 0;
    top: 104%;
  }
}

.flt_workshop_img05 {
  position: absolute;
  width: 108px;
  top: 260px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .flt_workshop_img05 {
    display: none;
  }
}

.flt_workshop_img06 {
  position: absolute;
  width: 357px;
  top: 33%;
  right: -200px;
}
@media screen and (max-width: 768px) {
  .flt_workshop_img06 {
    width: 170px;
    right: auto;
    left: -87px;
    top: 62.5%;
  }
}

.flt_workshop_img07 {
  position: absolute;
  width: 431px;
  bottom: -15%;
  right: -100px;
}
@media screen and (max-width: 768px) {
  .flt_workshop_img07 {
    width: 315px;
    left: -57px;
    right: auto;
    bottom: -7.5%;
  }
}

#map {
  background-color: #65BBB1;
  padding-bottom: 80px;
}

.map {
  padding-top: 80px;
  width: 90%;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .map {
    width: 100%;
  }
}
.map > img {
  position: relative;
  width: 100%;
  bottom: 0;
  right: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .map > img {
    left: 0;
    margin-top: 20px;
  }
}
.map a.common_btn {
  margin-right: auto;
  margin-left: auto;
}

.time_schedule {
  background-color: #6fbbb3;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .time_schedule {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
.time_schedule h2 {
  color: #fff;
}
.time_schedule .schedule_list {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .time_schedule .schedule_list {
    width: 100%;
    margin-top: 20px;
  }
}
.time_schedule dl {
  background-color: #fff;
  padding: 20px 0;
}
.time_schedule dl dt {
  font-size: 26px;
  letter-spacing: 0.1rem;
  color: #231815;
  font-weight: bold;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .time_schedule dl dt {
    width: 100%;
  }
}
.time_schedule dl dd {
  font-size: 18px;
  font-weight: bold;
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .time_schedule dl dd {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}
.time_schedule dl:nth-child(2n-1) {
  background: #f4ccd0;
}
.time_schedule dl:last-of-type dd {
  width: 100%;
  text-align: center;
}

.ticket {
  background-color: #65BBB1;
  padding: 50px 0;
  margin: 60px 0;
  width: 100%;
  color: #fff;
}
.ticket h2 {
  margin-bottom: 40px;
}
.ticket .part_text {
  text-align: center;
}
.ticket .part_text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.ticket .part_text p.link_text {
  margin-top: 40px;
  margin-bottom: 10px;
}
.ticket .part_text p strong {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .ticket .part_text p {
    font-size: 14px;
  }
  .ticket .part_text p strong {
    font-size: 18px;
  }
}
.ticket .part_text a {
  margin: 0px auto 0 auto;
}
.ticket .attention_text {
  margin-top: 50px;
  color: #fff;
}
.ticket .attention_text b {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  border: 2px dashed #fff;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .ticket .attention_text b {
    font-size: 16px;
    width: 100%;
  }
}
.ticket .attention_text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ticket .attention_text p {
    font-size: 14px;
    text-align: left;
  }
  .ticket .attention_text p span {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
  }
}

/*********************************
	sponsor
*********************************/
#sponsorship .container {
  width: 1200px;
}
@media screen and (max-width: 768px) {
  #sponsorship .container {
    width: 84%;
  }
}
#sponsorship h2 {
  text-align: center;
  margin-bottom: 60px;
}
#sponsorship h2 span {
  display: block;
}
#sponsorship h2 img {
  width: 174px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  #sponsorship h2 {
    margin-bottom: 50px;
  }
}
#sponsorship ul.sponsor_list {
  margin-bottom: 150px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sponsorship ul.sponsor_list li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sponsorship ul.sponsor_list {
    justify-content: space-between;
    margin-bottom: 60px;
  }
  #sponsorship ul.sponsor_list li {
    margin-bottom: 40px;
    width: 45%;
  }
}
#sponsorship ul.sponsor_gold {
  justify-content: space-between;
}
#sponsorship ul.sponsor_gold::after {
  width: 380px;
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  #sponsorship ul.sponsor_gold {
    justify-content: space-between;
  }
}
#sponsorship ul.sponsor_gold li {
  width: 380px;
  margin-bottom: 20px;
  text-align: center;
}
#sponsorship ul.sponsor_gold li:nth-child(4) {
  margin-bottom: 50px;
}
#sponsorship ul.sponsor_gold li:nth-child(1) img {
  width: 80%;
}
#sponsorship ul.sponsor_gold li:nth-child(2) img {
  width: 80%;
}
#sponsorship ul.sponsor_gold li:nth-child(6) img {
  width: 80%;
}
#sponsorship ul.sponsor_gold li:nth-child(7) img {
  width: 80%;
}
#sponsorship ul.sponsor_gold li:nth-child(9) img {
  width: 80%;
}
#sponsorship ul.sponsor_gold li:nth-child(10) img {
  width: 70%;
}
#sponsorship ul.sponsor_gold li:nth-child(11) img {
  width: 80%;
}
#sponsorship ul.sponsor_gold li:nth-child(13) img {
  width: 70%;
}
#sponsorship ul.sponsor_gold li:nth-child(14) img {
  width: 75%;
}
#sponsorship ul.sponsor_gold li:nth-child(15) img {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #sponsorship ul.sponsor_gold li {
    width: 100%;
    margin-right: 0;
  }
  #sponsorship ul.sponsor_gold li:nth-child(4) {
    margin-bottom: 20px;
  }
  #sponsorship ul.sponsor_gold li:nth-child(5) {
    margin-bottom: 0px;
  }
}
#sponsorship ul.sponsor_sliver {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}
#sponsorship ul.sponsor_sliver::after {
  width: 235px;
  content: "";
  display: block;
}
#sponsorship ul.sponsor_sliver li {
  width: 235px;
  margin-right: 10px;
  margin-bottom: 30px;
  text-align: center;
}
#sponsorship ul.sponsor_sliver li:nth-child(4n) {
  margin-right: 0;
}
#sponsorship ul.sponsor_sliver li:nth-child(3) img {
  width: 80%;
}
#sponsorship ul.sponsor_sliver li:nth-child(8) img {
  width: 90%;
}
#sponsorship ul.sponsor_sliver li:nth-child(7) img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #sponsorship ul.sponsor_sliver {
    width: 100%;
    justify-content: space-between;
  }
  #sponsorship ul.sponsor_sliver li {
    width: 45%;
    margin-right: 0;
  }
}
#sponsorship ul.sponsor_bronze {
  justify-content: space-between;
}
#sponsorship ul.sponsor_bronze li {
  width: 190px;
  margin-right: 13px;
  margin-bottom: 50px;
}
#sponsorship ul.sponsor_bronze li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #sponsorship ul.sponsor_bronze li {
    width: 27%;
    text-align: center;
    margin-right: 0;
  }
}

/*********************************
	contact
*********************************/
#contact {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/concept_bg.svg);
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  #contact {
    background-image: url(../images/concept_bg_sp.svg);
    padding-top: 120px;
    background-size: cover;
    padding-bottom: 120px;
  }
}
#contact h2 {
  margin-bottom: 44px;
}
#contact .form_wrap {
  width: 570px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #contact .form_wrap {
    width: 100%;
  }
}
#contact .form_wrap dl {
  justify-content: flex-start;
  border-top: 1px solid #B3B3B3;
}
#contact .form_wrap dl.last {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #B3B3B3;
}
#contact .form_wrap dl.last dt {
  padding-top: 0;
}
#contact .form_wrap dl:nth-of-type(4) dd {
  position: relative;
}
#contact .form_wrap dl:nth-of-type(4) dd::before {
  content: "";
  background-image: url(../images/select_arrow.svg);
  width: 11px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-repeat: no-repeat;
  z-index: 50;
}
#contact .form_wrap dl dt {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 30px 0;
  width: 154px;
}
@media screen and (max-width: 768px) {
  #contact .form_wrap dl dt {
    width: 30%;
  }
}
#contact .form_wrap dl dd p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contact .form_wrap dl dd {
    width: 65%;
    margin-left: 5%;
  }
}
#contact .form_wrap dl dd input,
#contact .form_wrap dl dd textarea {
  background-color: #DEEDEA;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  padding: 15px 0 15px 10px;
}
@media screen and (max-width: 768px) {
  #contact .form_wrap dl dd input,
  #contact .form_wrap dl dd textarea {
    width: 100%;
    font-size: 14px;
  }
}
#contact .form_wrap dl dd select {
  background-color: #65bbb1;
  width: 300px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 15px 0 15px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact .form_wrap dl dd select {
    width: 100%;
  }
}
#contact .form_wrap dl dd input.namae,
#contact .form_wrap dl dd input.hurigana {
  width: 230px;
}

input.send {
  width: 353px;
  margin: 40px auto;
  display: block;
  text-align: center;
  color: #fff;
  background: #65BBB1;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  input.send {
    width: 100%;
  }
}
input.send img {
  position: absolute;
  width: 18px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

.wpcf7-spinner {
  display: none !important;
}

span.confirm_btn {
  position: relative;
  display: inline-block;
}
span.confirm_btn::before {
  content: "";
  background-image: url(../images/confirm_arrow.svg);
  width: 13px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-repeat: no-repeat;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  span.confirm_btn {
    display: block;
    width: 100%;
  }
}

.wpcf7 p {
  text-align: center;
}

/*********************************
	footer
*********************************/
#footer {
  background-color: #65BBB1;
  padding-bottom: 20px;
}
#footer figure.ft_logo {
  width: 440px;
  margin: 0 auto 45px auto;
}
@media screen and (max-width: 768px) {
  #footer figure.ft_logo {
    width: 80%;
  }
}
#footer figure.ft_logo img {
  width: 100%;
}
#footer small.copyright {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 12px;
}

.sns_line {
  background-color: #E73C71;
  width: 100%;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .sns_line {
    padding: 20px 0;
  }
}
.sns_line .sns_container {
  width: 380px;
  margin: auto;
}
.sns_line .sns_container p {
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 19px;
}
.sns_line .sns_container span.border {
  width: 1px;
  height: 76px;
  border-left: 1px dotted #fff;
}
@media screen and (max-width: 768px) {
  .sns_line .sns_container span.border {
    height: 1px;
    width: 100%;
    border-top: 1px dotted #fff;
    margin: 10px 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .sns_line .sns_container {
    flex-wrap: wrap;
    width: 50%;
  }
  .sns_line .sns_container .flex {
    align-items: center;
    justify-content: space-around;
  }
}
.sns_line ul.pc {
  display: flex;
  width: 120px;
}
.sns_line ul.pc li img {
  height: 26px;
  width: 26px;
}

.flex_pc {
  display: flex;
}

.ft_nav {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #221815;
  padding: 50px 0;
}
.ft_nav li a {
  color: #221815;
}

.ft_bottom {
  border-top: 1px solid #fff;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .ft_bottom a.common_btn {
    order: 2;
  }
}
.ft_bottom .ft_container {
  width: 783px;
  margin: 0 auto 82px auto;
}
@media screen and (max-width: 768px) {
  .ft_bottom .ft_container {
    width: 80%;
  }
}
.ft_bottom .ft_bottom_content {
  justify-content: space-around;
}
.ft_bottom .ft_bottom_content figure {
  width: 101px;
}
@media screen and (max-width: 768px) {
  .ft_bottom .ft_bottom_content figure {
    order: 3;
    width: 60px;
    margin-top: 40px;
  }
}
.ft_bottom .ft_bottom_content figure img {
  width: 100%;
}
.ft_bottom .ft_bottom_content p {
  font-size: 15.44px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ft_bottom .ft_bottom_content p {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer .gnav {
    margin-top: 40px;
  }
  #footer .gnav li {
    margin-bottom: 30px;
  }
  #footer .gnav li a {
    font-size: 20px;
    letter-spacing: 0.3em;
    color: #221815;
    font-family: "LexendDeca";
  }
  #footer .gnav li img {
    width: 9px;
    position: relative;
    top: -9px;
    margin-right: 15px;
  }
  .flex_pc {
    display: none;
  }
}
/*********************************
	thanks
*********************************/
.thanks_mv img {
  width: 100%;
}

span.thanks {
  font-size: 25px;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  color: #1c68ac;
  padding-top: 130px;
  padding-bottom: 30px;
}/*# sourceMappingURL=main.css.map */