@charset "UTF-8";
.pc {
  display: inline-block;
}

@media only screen and (min-width: 481px) and (max-width: 766px), only screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 766px), only screen and (max-width: 480px) {
  .sp {
    display: inline-block;
  }
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 480px) {
  .sp-only {
    display: inline-block;
  }
}

@font-face {
  font-family: 'KozuGoPro';
  src: url(../fonts/KozGoPro-Regular.otf);
}

@keyframes move_smoke {
  0% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.commonMv::after {
  background-color: #FFE599;
  /*background-color: #95E1D7;*/
}

@media only screen and (min-width: 1058px) {
  .commonMv::after {
    height: 540px;
  }
}

.commonMv .commonMv_img {
  max-width: 917px;
  position: relative;
}

.commonMv .commonMv_img .business_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 323px;
}

@media only screen and (max-width: 920px) {
  .commonMv .commonMv_img .business_title {
    left: 39%;
    max-width: 300px;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonMv .commonMv_img .business_title {
    bottom: 0;
    right: -2rem;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    max-width: 259px;
  }
}

@media only screen and (max-width: 480px) {
  .commonMv .commonMv_img .business_title {
    max-width: 160px;
    right: -2rem;
  }
}


@media only screen and (max-width: 350px) {
    .commonMv .commonMv_img .business_title {
    max-width: 120px;
    right: -2.5rem;
  }
}

.commonMv .commonMv_img .business_title img {
  width: 100%;
}

.commonMv .commonMv_title {
  padding: 2.7rem 1.5rem 5.2rem !important;
  max-width: 245px;
  width: 100%;
  background-color: rgba(79, 57, 44, 0.8) !important;
  z-index: 999;
  height: 294px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.commonMv .commonMv_title::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonMv .commonMv_title {
    display: block !important;
    max-width: 190px;
    top: 50% !important;
    left: 2% !important;
    right: auto !important;
    transform: translateY(-50%);
    padding: 2rem 1.2rem 3.8rem !important;
  }
}

@media only screen and (max-width: 480px) {
  .commonMv .commonMv_title {
    top: 66% !important;
    padding-bottom: 1.8rem !important;
    height: 240px;
  }
}

.commonMv .commonMv_title .-en {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.8rem;
  font-size: 3.7rem !important;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonMv .commonMv_title .-en {
    font-size: 2rem !important;
  }
}

.commonMv .news_contents {
  font-size: 1rem;
  max-width: 157px;
  margin: 0 auto;
}

.commonMv .news_contents .link {
  line-height: 2;
  color: #FFFFFF;
  font-family: 'A1 Gothic M', sans-serif;
  transition: 0.3s;
  opacity: 1;
  display: block;
  letter-spacing: -0.08rem;
}

.commonMv .news_contents .link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.commonMv .news_contents .link:not(:last-child) {
  margin-bottom: 1.2rem;
}

.links .inner {
  padding-top: 6.2rem;
  padding-bottom: 9rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .links .inner {
    padding-bottom: 6.8rem;
  }
}

.links .links_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 855px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .links .links_flex {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.links .links_flex .links_item {
  display: block;
  color: #231815;
  /*font-size: 1.5rem;*/
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  border: 2px solid #000000;
  width: 17.88%;
  text-align: center;
  padding: .5rem .8rem;
  position: relative;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .links .links_flex .links_item {
    width: 31%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .links .links_flex .links_item:not(:nth-child(3)) {
    margin-right: 3%;
  }
}

@media only screen and (max-width: 480px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) and (max-width: 480px) {
  .links .links_flex .links_item:not(:nth-child(3)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 480px) {
  .links .links_flex .links_item {
    width: 32%;
    /*font-size: 1.1rem;*/
	font-size: 0.9rem;
  }
}

.links .links_flex .links_item::after {
  content: '';
  position: absolute;
  background-color: transparent;
  border: dotted 1px #000000;
  width: 98.5%;
  height: 98.5%;
  top: 0.5%;
  left: 0.5%;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .links .links_flex .links_item::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.links .links_flex .links_item:last-child {
  letter-spacing: 0;
}

.about {
  background-color: #FFC184;
}

.about .inner {
  padding-top: 5.6rem;
  padding-bottom: 6.2rem;
  position: relative;
}

.about .inner::before {
  content: '';
  position: absolute;
  background-image: url(../img/bussiness/about_fukidashi.png);
  width: 260px;
  height: 108px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
  top: 12.6rem;
}

@media only screen and (max-width: 960px) {
  .about .inner::before {
    top: -4rem;
  }
}

@media only screen and (max-width: 480px) {
  .about .inner::before {
    width: 180px;
    height: 80px;
  }
}

.about .inner::after {
  content: '';
  position: absolute;
  background-image: url(../img/bussiness/about_img.png);
  width: 231px;
  height: 295px;
  right: 2.5rem;
  bottom: -4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .about .inner::after {
    /*bottom: -12rem;*/
	bottom: -16rem;
  }
}

@media only screen and (max-width: 830px) {
  .about .inner::after {
    /*width: 180px;*/
	width: 110px;
    z-index: 2;
  }
}

.about .about_title {
  font-size: 6rem;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 830px) {
  .about .about_title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 480px) {
  .about .about_title {
    font-size: 3rem;
  }
}

.about .about_description {
  text-align: center;
  font-family: 'A1 Gothic M', sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media only screen and (max-width: 830px) {
  .about .about_description {
    font-size: 1.3rem;
    position: relative;
    z-index: 10;
  }
}

.coronaSupported .inner {
  padding-bottom: 20rem;
  padding-top: 18rem;
}

@media only screen and (max-width: 1000px) {
  .coronaSupported .inner {
    padding-top: 23rem;
  }
}

@media only screen and (max-width: 480px) {
  .coronaSupported .inner {
    padding-top: 18rem;
  }
}

.coronaSupported .coronaSupported_container {
  border: solid 3px #231815;
  padding: 0 9.5rem 5.7rem;
  margin-bottom: 15.1rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .coronaSupported .coronaSupported_container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .coronaSupported .coronaSupported_container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.coronaSupported .coronaSupported_title {
  font-size: 4rem;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-align: center;
  font-family: 'A1ゴシック B', sans-serif;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  color: #231815;
}

@media only screen and (max-width: 1000px) {
  .coronaSupported .coronaSupported_title {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .coronaSupported .coronaSupported_title {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .coronaSupported .coronaSupported_title {
    font-size: 2rem;
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

.coronaSupported .coronaSupported_title .title_container {
  position: relative;
  z-index: 100;
  color: #231815;
}

.coronaSupported .coronaSupported_subtitle {
  text-align: center;
  font-family: 'A1ゴシック B', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.03em;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .coronaSupported .coronaSupported_subtitle {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
}

.coronaSupported .coronaSupported_article {
  text-align: center;
  font-size: 1.4rem;
  font-family: 'A1 Gothic M', sans-serif;
  line-height: 1.75;
  color: #231815;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .coronaSupported .coronaSupported_article {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 480px) {
  .coronaSupported .coronaSupported_article {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.coronaSupported .coronaSupported_link {
  transition: 0.3s;
  opacity: 1;
  color: #231815;
}

.coronaSupported .coronaSupported_link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.coronaSupported .coronaSupported_flex {
  padding: 0 2.7rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1101px) {
  .coronaSupported .coronaSupported_flex {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }
}

@media only screen and (max-width: 900px) {
  .coronaSupported .coronaSupported_flex {
    flex-direction: column;
  }
}

.coronaSupported .coronaSupported_flex .coronaSupported_flex_item {
  width: 31.216%;
  position: relative;
  text-align: center;
  z-index: 100;
}

@media only screen and (max-width: 900px) {
  .coronaSupported .coronaSupported_flex .coronaSupported_flex_item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .coronaSupported .coronaSupported_flex .coronaSupported_flex_item:not(:last-child) {
    /*margin: 0 auto 8rem;*/
	margin: 0 auto 11rem;
  }
}

.coronaSupported .coronaSupported_flex .item_label {
  background-color: #F1BFC9;
  font-size: 1.7rem;
  width: 91.86%;
  padding: 1.2rem 6.1% 2rem 6rem;
  position: relative;
  border-top-left-radius: 20px;
  position: absolute;
  letter-spacing: 0.1em;
  top: 0;
  left: 0;
  transform: translate(-10px, -120%);
  z-index: 1000;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .coronaSupported .coronaSupported_flex .item_label {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}

@media only screen and (max-width: 374px) {
  .coronaSupported .coronaSupported_flex .item_label {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 374px) {
  .coronaSupported .coronaSupported_flex .item_label {
    font-size: 1.4rem;
    padding-right: 1rem;
    padding-left: 1.7rem;
  }
}

.coronaSupported .coronaSupported_flex .item_label::after {
  content: '';
  position: absolute;
  background-image: url(../img/bussiness/label_triangle_2.svg);
  width: 8.3px;
  height: 9px;
  bottom: -0.9rem;
  left: 0.17rem;
}

.coronaSupported .coronaSupported_flex .item_label .-small-text {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.14;
}

.coronaSupported .coronaSupported_flex .item_label .label_border {
  padding-bottom: 1.7rem;
  position: relative;
}

.coronaSupported .coronaSupported_flex .item_label .label_border::after {
  content: '';
  position: absolute;
  background-color: #231815;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
}

.coronaSupported .coronaSupported_flex .item_label .item_label_number {
  position: absolute;
  background-image: url(../img/top-page/reason_flex_number_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -10px;
  left: -10px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  color: #FFFFFF;
  display: black;
  text-align: center;
  font-size: 3.9rem;
  font-family: 'A1ゴシック B', sans-serif;
  padding-left: .5rem;
}

@media only screen and (max-width: 900px) {
  .coronaSupported .coronaSupported_flex .item_label .item_label_number {
    font-size: 2.8rem;
    width: 53px;
    height: 53px;
    padding-top: .3rem;
  }
}

@media only screen and (max-width: 374px) {
  .coronaSupported .coronaSupported_flex .item_label .item_label_number {
    width: 45px;
    height: 45px;
    padding-left: .2rem;
    font-size: 2.6rem;
  }
}

.coronaSupported .coronaSupported_flex .-type-2 {
  padding-bottom: 1rem;
  padding-top: .8rem;
}

.coronaSupported .coronaSupported_flex .-type-2 .label_border {
  padding-bottom: 1.1rem;
}

.coronaSupported .coronaSupported_flex .coronaSupported_flex_img {
  padding-bottom: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.workshop {
  background-color: #FDE5D9;
}

.workshop .inner {
  padding-bottom: 3.9rem;
}

.workshop .workshop_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  justify-content: space-between;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .workshop .workshop_flex {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 480px) {
  .workshop .workshop_flex {
    padding-left: 0;
    padding-right: 0;
  }
}

.workshop .workshop_flex .workshop_flex_item:first-child {
  align-self: flex-end;
  width: 59.24%;
  padding-bottom: 3.8rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .workshop .workshop_flex .workshop_flex_item:first-child {
    margin-right: auto;
    width: 90%;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .workshop .workshop_flex .workshop_flex_item:first-child {
    width: 100%;
  }
}

.workshop .workshop_flex .workshop_flex_item:last-child {
  width: 32.9%;
  margin-top: -10%;
  min-width: 300px;
  margin-left: 1rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .workshop .workshop_flex .workshop_flex_item:last-child {
    margin-left: auto;
    margin-bottom: 2rem;
    width: 50%;
  }
}

.workshop .workshop_flex .workshop_flex_item .workshop_title {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.7rem;
}

.workshop .workshop_flex .workshop_flex_item .workshop_text {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .workshop .workshop_flex .workshop_flex_item .workshop_text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.onlineShop .inner {
  padding-top: 14rem;
  padding-bottom: 13.3rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .onlineShop .inner {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}

.onlineShop .common_title {
  position: relative;
}

@media only screen and (max-width: 480px) {
  .onlineShop .common_title .-en {
    font-size: 3rem;
  }
}

.onlineShop .common_title::after {
  content: '';
  position: absolute;
  background-image: url(../img/bussiness/onlineShop_side.svg);
  width: 598px;
  height: 62px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2rem);
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .onlineShop .common_title::after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 409px;
    height: 40px;
    transform: translate(-50%, 0);
  }
}

@media only screen and (max-width: 480px) {
  .onlineShop .common_title::after {
    width: 300px;
    height: 25px;
  }
}

.onlineShop .onlineShop_container {
  padding-top: 3rem;
  position: relative;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .onlineShop .onlineShop_container {
    padding-top: 1.8rem;
  }
}

.onlineShop .onlineShop_container::after {
  content: '';
  position: absolute;
  background-image: url(../img/top-page/works_side_bar.svg);
  width: 20%;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -10px;
  left: 0;
}

.onlineShop .onlineShop_container::before {
  content: '';
  position: absolute;
  background-image: url(../img/top-page/works_side_bar.svg);
  width: 19%;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -10px;
  right: 0;
}

.onlineShop .onlineShop_container .onlineShop_text {
  font-size: 1.4rem;
  max-width: 541px;
  margin: 5.4rem auto 4.4rem;
  font-family: 'A1 Gothic M', sans-serif;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .onlineShop .onlineShop_container .onlineShop_text {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
}

.onlineShop .onlineShop_container .onlineShop_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 auto 4.4rem;
  justify-content: center;
  max-width: 945px;
}

@media only screen and (max-width: 930px) {
  .onlineShop .onlineShop_container .onlineShop_flex {
    flex-wrap: wrap;
  }
}

.onlineShop .onlineShop_container .onlineShop_flex .onlineShop_flex_item {
  width: 16.34%;
  font-size: 1.3rem;
  font-family: 'A1 Gothic M', sans-serif;
  text-align: center;
  border: 1.15px solid #251E1C;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-radius: 30px;
  position: relative;
}

@media only screen and (max-width: 930px) {
  .onlineShop .onlineShop_container .onlineShop_flex .onlineShop_flex_item {
    width: 31%;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .onlineShop .onlineShop_container .onlineShop_flex .onlineShop_flex_item {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 480px) {
  .onlineShop .onlineShop_container .onlineShop_flex .onlineShop_flex_item {
    width: 48%;
  }
}

.onlineShop .onlineShop_container .onlineShop_flex .onlineShop_flex_item::after {
  content: '';
  position: absolute;
  background-color: #FDE5D9;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  top: 2.8px;
  left: 2.8px;
}

.onlineShop .onlineShop_container .onlineShop_flex .onlineShop_flex_item:not(:last-child) {
  margin-right: 0.8%;
}

@media only screen and (max-width: 930px) {
  .onlineShop .onlineShop_container .onlineShop_flex .onlineShop_flex_item:not(:last-child) {
    margin-right: 0;
  }
}

.onlineShop .onlineShop_container .onlineShop_flex .onlineShop_flex_item:not(:nth-child(3n)) {
  margin-right: 0.8%;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .onlineShop .onlineShop_container .onlineShop_flex .onlineShop_flex_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .onlineShop .onlineShop_container .onlineShop_flex .onlineShop_flex_item:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.onlineShop .onlineShop_container .onlineShop_link {
  max-width: 364px;
  margin: 0 auto;
  display: block;
  transition: 0.3s;
  opacity: 1;
}

.onlineShop .onlineShop_container .onlineShop_link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .onlineShop .onlineShop_container .onlineShop_link {
    max-width: 250px;
  }
}

.eventInfo {
    /*background-color: #C6E9E3;*/
    background-color: #FFE599;
}

.eventInfo .inner {
  padding-top: 7.2rem;
  padding-bottom: 8.3rem;
}

@media only screen and (max-width: 1100px) {
  .eventInfo .inner {
    padding-bottom: 15rem;
  }
}

.eventInfo .eventInfo_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 946px;
  margin: 0 auto 5.2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.eventInfo .eventInfo_flex .eventInfo_img {
  width: 11.8%;
}

.eventInfo_ichimai_img{
  max-width: 946px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.eventInfo_ichimai_img img{
	wid
	100&;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .eventInfo .eventInfo_flex .eventInfo_img {
    width: 23.75%;
  }
}

.eventInfo .eventInfo_title {
  font-size: 3.7rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #231815;
  margin-bottom: 2.8rem;
  line-height: 1.2;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .eventInfo .eventInfo_title {
    font-size: 2.8rem;
  }
}

.bussinessContact {
  background-color: #BC9F71;
  position: relative;
  text-align: center;
  color: #FFFFFF;
}

.bussinessContact .inner {
  padding-top: 6.4rem;
  padding-bottom: 6.7rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .bussinessContact .inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.bussinessContact .bussinessContact_title {
  font-size: 3rem;
  letter-spacing: 0.03em;
  font-family: 'A1ゴシック B', sans-serif;
  margin-bottom: 3.8rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .bussinessContact .bussinessContact_title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}

.bussinessContact .bussinessContact_text {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.75;
  font-family: 'A1 Gothic M', sans-serif;
  margin-bottom: 5.8rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .bussinessContact .bussinessContact_text {
    font-size: 1.3rem;
    margin-bottom: 4.8rem;
  }
}

.bussinessContact .bussinessContact_flex {
  max-width: 694px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.bussinessContact .bussinessContact_flex .bussinessContact_flex_item {
  width: 9.0%;
  transition: 0.3s;
  opacity: 1;
}

.bussinessContact .bussinessContact_flex .bussinessContact_flex_item:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.bussinessContact .bussinessContact_flex .bussinessContact_flex_item:nth-child(4) {
  width: 5.9%;
}

@media only screen and (max-width: 1100px) {
  .pageTop {
    margin-bottom: 0;
    background-color: #C6E9E3;
    transform: translateY(-3rem);
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .bg_parent {
    max-width: 330px;
  }
  .bg_parent .movePageLink_flex_item {
    font-size: 2rem !important;
  }
}
