/* ----------------------- */
/* base
/* ----------------------- */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  text-align: justify;
  word-break: break-all;
  font-family: "Roboto", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana,
    Meiryo, sans-serif;
  color: #222222;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  position: relative;
}

body::before {
  content: "";
  background: url(../img/bg_line.svg);
  height: 100%;
  width: 6px;
  position: absolute;
  left: 1%;
  z-index: 999;
}

body::after {
  content: "";
  background: url(../img/bg_line.svg);
  height: 100%;
  width: 6px;
  position: absolute;
  right: 1%;
  top: 0;
}

@media screen and (max-width: 640px) {
  body::before,body::after {
    display: none;
  }
}

body.noscroll {
  overflow: hidden;
}

.img-tb,
.img-sp {
  display: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

h2 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding-top: 80px;
}
h2.section-title {
  position: relative;
}
h2.section-title::before {
  content: "";
  height: 18px;
  width: 84px;
  background: url(../img/section-title_roof.svg);
  position: absolute;
  transform: translate(-50%,-50%);
  top: 60px;
  left: 50%;
}
h2.section-title span {
  display: block;
  font-family: 'Ropa Sans', sans-serif;
  font-size: 1.6rem;
  color: #2E5198;
}
h3{
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  opacity: 0.7;
}

/* ----------------------- */
/* layout
/* ----------------------- */

header,
main {
  padding: 2rem 0;
  max-width: 1100px;
  margin: 0 auto;
}

section {
  margin: 0 auto 80px;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs20 {
  font-size: 2rem;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.text-c {
  text-align: center;
}

.is-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.spbr {
  display: none;
}

.pcbr {
  display: block;
}

.section-inner {
  margin: 0 auto;
}

/* ----------------------- */
/* header
/* ----------------------- */

header {
  text-align: center;
}

.header_wrapper {
  display: none;
  height: 100vh;
  background-color: rgba(46, 81, 152, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

.header_nav_wrapper {
  margin-top: 20%;
}

.header_nav {
  flex-direction: column;
  margin: 0 auto 20px;
  text-align: center;
  width: 400px;
}

.header_nav a {
  color: #fff;
  display: block;
  margin-bottom: 40px;
  transition: 0.3s;
}

.header_nav a:hover {
  color: #FBD940;
  transition: 0.3s;
  opacity: 1;
}

.header_entry {
  width: 320px;
  margin: 0 auto;
}
.header_sns {
  width: 80px;
}

.header_sns li{
  width: 32px;
}

.zdo_drawer_button {
  z-index: 999;
}

.zdo_drawer_button::after {
  content: "";
  background: url(../img/button_bg.png) center/cover;
  height: 70px;
  width: 70px;
  position: absolute;
  transform: translate(-50%, -40%);
}

.zdo_drawer_button.active::after {
  display: none;
}

h1 {
  z-index: 9;
  position: absolute;
  transform: translate(-50%, 0);
  display: inline-block;
  width: 200px;
}

/* ----------------------- */
/*  drawer_button
/* ----------------------- */
  
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  position: fixed;
  top: 3%;
  right: 40px;
  z-index: 999;
}

@media screen and (max-width: 640px) {
  .zdo_drawer_button {
    right: 4%;
  }
}


.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 999;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981633974483rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981633974483rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
  color: #fff;
}
.zdo_drawer_button.active {
  color: #fff;
}
.zdo_drawer_button.active .zdo_drawer_bar {
  background-color: #fff;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
  z-index: 999;
  background: none;
  color: #2E5198;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #2E5198;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #2E5198;
}

/* ----------------------- */
/* kv
/* ----------------------- */


.kv_pc {
  width: 80%;
  height: 705px;
  margin: 0px auto 80px;
  background: url(../img/kv_bg.jpg) center/cover;
  position: relative;
}
.kv_sp {
  display: none;
}

.instagram_pc {
  width: 100%;

  position: relative;
}
.instagram_sp {
  display: none;
	
}




.kv_wrapper {
  margin-bottom: 80px;
  margin: 0 auto;
}


.kv_title {
  max-width: 680px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
}

.kv_date {
  max-width: 520px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 75%;
  right: 0;
}

.entry-btn {
  width: 480px;
  margin: 100px auto 0;
}

.entry-btn img {
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.15)) ;
}

/* ----------------------- */
/* onlinesalon
/* ----------------------- */

.onlinesalon .section-inner {
  text-align: center;
}

.onlinesalon_wrapper {
  max-width: 1240px;
  margin: 0 auto;
  align-items: flex-start;
}

.onlinesalon_textbox {
  text-align: left;
  max-width: 580px;
}

.onlinesalon_textbox p {
  margin-bottom: 20px;
}

.onlinesalon_textbox_bg {
  background-color: #FFFBEC;
  width: fit-content;
  padding: 1em 3em;
  margin-bottom: 20px;
}
.onlinesalon_textbox_bg p {
  line-height: 200%;
  margin-bottom: 0;
  position: relative;
}
.onlinesalon_textbox_bg p:before {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: -1em;
  top: .8em;
  content: "";
  background: #FE8542;
  }

.onlinesalon_subtitle {
  color: #fff;
  display: inline-block;
  width: fit-content;
  margin: 0 auto 40px;
  text-align: center;
  background-color: #FE8542;
  padding: .25em 1em;
  border-radius: 8px;
  position: relative;
}

.onlinesalon_subtitle::after {
  content: "";
  height: 10px;
  width: 16px;
  background-image: url(../img/onlinesalon_subtitle.svg);
  position: absolute;
  bottom: -10px;
  right: 50px;
}


.onlinesalon .img-wrapper {
  max-width: 500px;
}

/* ----------------------- */
/* about
/* ----------------------- */

.about {
  margin-top: 80px;
}

.about_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.about_textbox {
  text-align: left;
  max-width: 600px;
}

.about_subtitle {
  display: inline;
  background:linear-gradient(transparent 60%, #FFEEB4 60%);
}

.about_wrapper .img-wrapper {
  max-width: 380px;
}

.about_wrapper:nth-of-type(2) {
  flex-direction: row-reverse;
}

.about_wrapper:nth-of-type(2) .img-wrapper {
max-width: 360px;
}

.about_btn-wrapper {
  max-width: 700px;
  margin: 40px auto 0;
}

.recruit-btn,.ig-btn {
  width: 320px;
}


/* ----------------------- */
/* appeal-point
/* ----------------------- */


.appeal-point_wrapper {
  width: 890px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.appeal-point_bg {
  width: 275px;
  height: 195px;
  margin-bottom: 20px;
}


.appeal-point01 {
  background: url(../img/appeal-point_01.png) center/cover;
}
.appeal-point02 {
  background: url(../img/appeal-point_02.png) center/cover;
}
.appeal-point03 {
  background: url(../img/appeal-point_03.png) center/cover;
}
.appeal-point04 {
  background: url(../img/appeal-point_04.png) center/cover;
}
.appeal-point05 {
  background: url(../img/appeal-point_05.png) center/cover;
}
.appeal-point06 {
  background: url(../img/appeal-point_06.png) center/cover;
}
.appeal-point07 {
  background: url(../img/appeal-point_07.png) center/cover;
}
.appeal-point08 {
  background: url(../img/appeal-point_08.png) center/cover;
}
.appeal-point09 {
  background: url(../img/appeal-point_09.png) center/cover;
}

.appeal-point {
  text-align: center;
}

.appeal-point_catch {
  font-size: 2rem!important;
  font-weight: bold;
  color: #2E5198;
  margin-top: 90px;
  margin-bottom: 5px;
  display: inline-block;
  background:linear-gradient(transparent 70%, #FFEEB4 70%);
}
.appeal-point09 .appeal-point_catch {
  letter-spacing: 0.07em;
}


/* ----------------------- */
/* INFORMATION (旧EVENTセクション)
/* ----------------------- */

.event .section-inner {
  max-width: 1100px;
  background-color: #FBD940;
  border-radius: 40px;
  padding: 40px 0;
}
.event_info-wrapper {
  position: relative;
  padding-top: 60px;
  margin-bottom: 40px;
}

.event_sp {
  display: none;
}

.event_info-wrapper.event_pc .event_date {
  margin: 0 auto 60px;
  max-width: 980px;
}
.event_info-wrapper.event_pc .event_person {
  margin: 0 auto 60px;
  max-width: 1080px;
}

.event_point-subtitle {
  width: 280px;
  margin: 0 auto;
}

.event_point-bg {
  width: 330px;
  height: 300px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event_point-wrapper {
  max-width: 1060px;
  margin: 0 auto;
}

.event_point01 {
background: url(../img/event_point01.png) center/cover;
}

.event_point02 {
  background: url(../img/event_point02.png) center/cover;
}

.event_point03 {
    background: url(../img/event_point03.png) center/cover;
}

.event_point-bg p {
  font-size: 1.5rem;
  text-align: center;
  max-width: 330px;
}

.event_point-catch {
  font-size: 2rem!important;
  font-weight: bold;
  color: #2E5198;
  margin-top: 145px;
  margin-bottom: 10px;
}

.event-case{
	margin: 20px 0;
}

.event-case h3 {
	font-size: 0.9em;
	margin: 0 0 0px 0;
}

.event-case h4 {
	font-size: 0.6em;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.event-case h5 {
	font-size: 0.8em;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-align: left !important;
}

.event_case-bg {
  width: 330px;
  height: 360px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event_case-wrapper {
  max-width: 1060px;
  margin: 0 auto;
}

.event_case01 {

}

.event_case02 {
 
}

.event_case03 {

}

.event_case-bg p {
  font-size: 0.8em;
  text-align: left !important;
  max-width: 330px;
}
.event_case-bg a {
  margin: 0 0 20px 0;
}

.event_case-catch {
  font-size: 2rem!important;
  font-weight: bold;
  color: #2E5198;
  margin-top: 145px;
  margin-bottom: 10px;
}



/* ----------------------- */
/* SCHEDULE
/* ----------------------- */


.schedule .section-inner {
  max-width: 1100px;
  background-color: #FFFBEC;
  border-radius: 40px;
  padding: 40px 0;
}

.schedule_list {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1em 2em;
  border-top: solid 2px #FBD940;
  display: flex;
  align-items: center;
}

.schedule_list:last-child {
  border-bottom: solid 2px #FBD940;
}

.schedule_list .date {
  font-weight: bold;
  color: rgb(100, 100, 100);
  width: 15%;
}
.schedule_list .nursery {
  width: 40%;
}

.schedule_list .nursery a {
  display: block;
  color: #FE8542;
  width: fit-content;
  position: relative;
}
.schedule_list .nursery a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/openwindow.svg) center/cover no-repeat;
  position: absolute;
  bottom: 8px;
  right: -12px;
}
.schedule_list .theme {
  width: 50%;
}


/* ----------------------- */
/* flow
/* ----------------------- */

.flow {
  background: #2E5198;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 80px 0;
}

.flow .section-inner {
  max-width: 800px;
  background-color: #fff;
  border-radius: 40px;
  padding: 0 0 40px;
}

.flow .section-title {
  margin-bottom: 60px;
}

.flow_box {
  margin: 0 50px 80px 200px;
}
.flow_box:last-child {
  margin-bottom: 0;
}

.flow_title { 
  position: relative;
}

.flow_box .flow_title::before {
  content: "";  
  width: 96px;
  height: 96px;
  position: absolute;
  top: -50px;
  left: -100px;
}

.flow01 .flow_title::before {
  background :url(../img/flow_number01.png) center/cover;
}
.flow02 .flow_title::before {
  background :url(../img/flow_number02.png) center/cover;
}
.flow03 .flow_title::before {
  background :url(../img/flow_number03.png) center/cover;
}
.flow04 .flow_title::before {
  background :url(../img/flow_number04.png) center/cover;
}
.flow05 .flow_title::before {
  background :url(../img/flow_number05.png) center/cover;
}
.flow_box .text-wrapper {
  position: relative;
}

.flow_infobox {
  position: relative;
  border: 1px dashed #2E5198;
  padding: 30px 10px 20px;
  margin-top: 40px;
}
.flow_infotitle {
  font-weight: bold;
  color: #2E5198;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  top: 0;
}

.flow_station {
  font-size: 1.2rem;
  color: #2E5198;
}
.flow_triangle {
  font-size: 1rem;
  line-height: 3rem;
  color: #FBD940;
}

.flow_gathering-point {
  background: #FFEEB4;
  padding: .6rem;
  margin-top: 20px;
}

.flow_box .img-wrapper {
  width: 260px;
}


/* ----------------------- */
/* introduction
/* ----------------------- */




/* ----------------------- */
/* catch
/* ----------------------- */

.catch {
  background: #FBD940;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 40px 0;
  position: relative;
}

.catch_message {
  width: 460px;
  margin: 0 auto 20px;
}

.catch_inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  line-height: 280%;
}

.catch_inner p {
  display: inline;
  background: url(../img/catch_line.png) repeat-x 100% 100%;
  padding-bottom: 8px;
}


.catch_inner span {
  font-weight: bold;
}

.catch .img-wrapper {
  width: 350px;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 280px;
  left: 80%;
}

.catch_entry-btn {
  margin-top: 40px!important;
}

/* ----------------------- */
/* faq
/* ----------------------- */

.faq .section-inner {
  max-width: 680px;
}

.faq .listQA dt p::before {
  content: "Q";
  position: absolute;
  font-size: 1.8em;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq .listQA dd p::before {
  content: "A";
  position: absolute;
  font-size: 1.8em;
  color: #2E5198;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq .listQA p {
  font-size: 1.6rem;
  padding-left: 2.5em;
  position: relative;
  text-align: justify;
}

.faq .listQA dt p {
  line-height: 1.5em;
  font-weight: bold;
}

.faq .listQA p.mb1 {
  margin-bottom: 1em;
}

.faq .listQA dd p.mb1:nth-of-type(n + 2)::before {
  content: none;
}

.listQA dt {
  position: relative;
  padding: 2rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.listQA dd {
  background: #f9f9f9;
  padding: 1em 1em 1em 2em;
  margin-bottom: 2rem;
  margin-left: 0;
  position: relative;
}

.listQA dd p {
  margin-bottom: 0;
}


/* ----------------------- */
/* footer
/* ----------------------- */


footer {
  background: #2E5198;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 80px 0 0; 
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}

.footer-textbox {
  width: 350px;
  font-size: 1.4rem;
}

.footer-content-title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-link p {
  font-size: 1.4rem;
}

.footer-link li{
  width: 360px;
  padding: 2rem;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  color: #222222;
}

.footer-link_ig,.footer-link_recruit {
  color: #2E5198;
  margin-bottom: 1rem;
  display: block;
}

.footer-link_recruit::after {
  content: "";
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #2E5198;
  border-right: 2px solid #2E5198;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.footer-link_ig {
  padding-left: 40px;
  position: relative;
}

.footer-link_ig::before {
  content: "";
  background: url(../img/sns_instagram.png) center/cover;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}

small {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 2rem 0;
  color: #fff;
}


#thumbs {
  height: 10%;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-container.pc {
  text-align: center;
  cursor: grab;
  height :600px;
}
.swiper-container.sp {
  text-align: center;
  cursor: grab;
  height :350px;
}


@media screen and (max-width: 1100px) {
  .catch .img-wrapper {
    width: 260px;
    top: 260px;
  }
  .kv_date {
    right: -230px;
  }
}




@media screen and (max-width: 1023px) {
  section {
    width: 95%;
  }
.kv_pc {
  display: none;
}
.kv_sp {
  display: block;
  height: 104vh;
  width: 100vw;
}
.instagram_pc {
  display: none;
}
.instagram_sp {
  display: block;
  width: 90vw;
	margin: 0 auto;
}	
.instagram_sp img {
	width: 100%;
}
.instagram_head{
	margin: 0 0 40px 0;
	text-align: center;
}
.instagram_head img{
	width: 50%;
}

	
.is-flex{
  flex-direction: column;
  width: 90%;
  margin: 0 auto 80px;
}

.is-flex div {
  margin-bottom: 40px; 
}
.entry-btn {
  width: 360px;
}
.onlinesalon_wrapper {
  align-items: center;
}

.event_pc {
  display: none;
}

.event_sp {
  display: block;
}

.event_sp {
  margin: 0 auto 40px;
  max-width: 100%;
}
.event_info-wrapper.event_sp .event_date {
  display: block;
  margin: 0 auto 40px;
  max-width: 60%;
}
.event_info-wrapper.event_sp .event_person {
  display: block;
  margin: 0 auto 40px;
  max-width: 60%;
}


.schedule_list {
  width: 90%;
  flex-direction: column;
  text-align: center;
}

.schedule_list:last-child {
  border-bottom: solid 2px #FBD940;
}

.schedule_list .date {
  width: 100%;
}
.schedule_list .nursery {
  width: initial;
  text-align: center;
}
.schedule_list .theme {
  width: 100%;
}


.flow .section-inner {
  max-width: 640px;
}

.flow_box {
  margin: 0 auto 20px 200px;
  width: fit-content;
}
.about_wrapper:nth-of-type(2) {
  flex-direction: column;
}
.appeal-point_wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.catch .img-wrapper {
  width: 230px;
  top: 290px;
  left: 83%;
}

}

@media screen and (max-width: 640px) {

.spbr {
  display: block;
}

.pcbr {
  display: none;
}

header {
  padding: 0;
}

.kv_sp {
  background: url(../img/kv_sp.png) center 140px/100% no-repeat,#ffffff;
  margin: -130px calc(50% - 50vw) 40px;
}

.h1 {
  width: 160px;
}

.header_nav {
  width: 100%;
}

.entry-btn {
  width: 340px;
  margin: 40px auto 0;
}

.onlinesalon_textbox_bg {
  padding: 1em 1em 1em 2em;
  margin-bottom: 20px!important;
}
.onlinesalon_subtitle {
  font-size: 1.6rem;
}

.appeal-point_bg {
/*  height: 245px;*/
}
.appeal-point_bg p {
  font-size: 1.4rem;
}

.event_sp {
  margin-top: -110px
}

.event_info-wrapper.event_sp .event_date {
  display: block;
  margin: 0 auto 40px;
  max-width: 90%;
}
.event_info-wrapper.event_sp .event_person {
  display: block;
  margin: 0 auto 40px;
  max-width: 90%;
}

.schedule_list .theme {
  font-size: 1.4rem;
}

.event_point-wrapper {
  width: 95%;
}
.flow .section-inner {
  width: 90%;
}
.flow_box {
  align-items: flex-start;
  margin: 0 20px 20px 50px;
}
.flow_box .flow_title::before {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: -50px;
  left: -40px;
}

.flow_title {
  font-size: 1.4rem;
}
.catch {
  padding-bottom: 240px;
  margin-bottom: 40px;
}

.catch_message {
  width: 90%;
}

.catch_inner {
  width: 95%;
  font-size: 1.4rem;
}

.catch .img-wrapper {
  width: 280px;
  top: 85%;
  left: 50%;
}
.footer-textbox {
  width: 98%;
}
.footer-link li {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 2rem 1rem;
}
}


@media screen and (max-width: 1023px){
.special_pc {
    display: none;
}
}

@media screen and (max-width: 640px){
.special_sp {
    display: block !important;
    margin: 20px 0;
	text-align: center;
}
	.special_sp img{
    width: 90%;
}

}

.special_pc {

/*    height: ;*/
    margin: 20px 0;
	text-align: center;

}
.special_pc img{
    width: 70%;
}

.special_sp {
    display: none;
}