/* Custom Properties
============================================================================= */
:root {
  --festa-bcff: #fff;
  --festa-bc00: #282828; /* フォント */
  --festa-bc01: #F6F6F1; /* 背景 */
  --festa-bc02: #9B3434;
  --festa-bc03: #B39D5A;
  --festa-bc04: #F37782;

  --festa-bcb01: #34559B;
  --festa-bcb02: #D8E4EE;
  --festa-bcb03: #749CBC;
  --festa-bcb04: #3FC3FB;
}

html {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
@media (max-width: 640px) {
	html {
		font-size: 62.5%;
	}
}
@media screen and (max-width: 320px) {
	html {
		font-size: 56.5%;
	}
}

.mod_header {
  opacity: 0;
  visibility: hidden;
}
body#page_top {
  padding: 0;
}
.mod_spNav_btn {
  opacity: 0;
  visibility: hidden;
}

.samiArea {
  text-align: center;
}
.samiArea > .in {
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.samiArea > .in .mv .img {
  aspect-ratio: 1440 / 360;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 640px) {
  .samiArea > .in .mv .img {
    aspect-ratio: 640 / 475;
  }
}
.samiArea > .in .ttl_box {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-100%, -50%);
  max-width: calc(100vw * (350 / 1440));
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .samiArea > .in .ttl_box {
    min-width: 280px;
    left: 33%;
  }
}
@media screen and (max-width: 640px) {
  .samiArea > .in .ttl_box {
    top: 55%;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: calc(100vw * (400 /640));
    width: 100%;
  }
}
.samiArea > .in .ttl_box .ttl_img {
  aspect-ratio: 342 / 152;
  width: 100%;
  height: auto;
  display: block;
}

picture {
  font-size: 0;
  display: block;
}
picture .img {
  width: 100%;
  height: auto;
}

/* セクション タイトル */
.sec_title {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .sec_title {
    row-gap: 1rem;
  }
}
.sec_title span {
  color: var(--festa-bcb01);
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec_title span {
    font-size: 2.4rem;
  }
}
.sec_title span.-en {
  color: var(--festa-bcb03);
  font-family: minion-3,serif;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_title span.-en {
    font-size: 1.4rem;
  }
}


/* 参加予約はこちらから ボタン */
.reserve_link {
  max-width: 64rem;
  margin: 8rem auto 4rem;
  transition: opacity 0.3s;
  display: block;
}
@media screen and (max-width: 640px) {
  .reserve_link {
    width: calc(100% - 4.7rem);
    margin: 10.7% auto 4.26%;
  }
}
.reserve_link .img {
  transition: opacity 0.3s;
}
.reserve_link:hover .img{
  opacity: 0.8;
}

/* 来場特典バナー */
.benefit {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
}

/* sec_mv */
.sec_mv .img {
  max-width: 100%;
}

/* sec_lead */
.sec_lead {
  background-image: url("../img/paper_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  background-color: var(--festa-bcff);
}
@media screen and (max-width: 640px) {
  .sec_lead {
    background-image: url("../img/paper_bg_sp.png");
  }
}

.sec_lead .in {
  max-width: 122.4rem;
  width: 100%;
  margin: 0 auto;
  padding: 11.8rem 0 16rem;
}
@media screen and (max-width: 640px) {
  .sec_lead .in {
    padding: 21.3% 0;
  }
}

/* sec_event */
.sec_event {
  background-color: var(--festa-bc01);
  padding: 10.4rem 0 13.6rem;
}
.sec_event .in {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sec_event {
    padding: 8rem 0;
  }
  .sec_event .in {
    width: calc(100% - 4.8rem);
  }
}

.sec_event .in .tel {
  max-width: 64rem;
  margin: 0 auto 8rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_event .in .tel {
    width: calc(100% - 4.7rem);
    margin: 0 auto 10.7%;
  }
}
.sec_event .in .tel .link_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* イベント概要テーブル */
.event_detail {
  max-width: 88rem;
  width: 100%;
  margin: 4.8rem auto 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .event_detail {
    margin: 3.2rem auto 0;
  }
  .event_detail .img {
    width: 100%;
    height: auto;
  }
}
.event_detail .link {
  position: absolute;
  top: 28rem;
  left: 28rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .event_detail .link {
    font-size: 3.2vw;
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.event_detail .link:hover {
  opacity: 0.7;
}

/* sec_eventDedail */
.sec_eventDedail {
  background-image: url("../img/paper_bg.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: left top;
  background-color: var(--festa-bcff);
}
@media screen and (max-width: 640px) {
  .sec_eventDedail {
    background-image: url("../img/paper_bg_sp.png");
  }
}
.sec_eventDedail .in {
  margin: 0 auto;
  padding: 14.4rem 2rem 16rem;
}
@media screen and (max-width: 640px) {
  .sec_eventDedail .in {
    padding: 21.3% 0;
  }
}
.sec_eventDedail .in .eventDetail_content {
  width: 100%;
  margin: 0 auto;
}
.sec_eventDedail .in .eventDetail_content:first-of-type {
  max-width: 100rem;
  margin-bottom: 16rem;
}
.sec_eventDedail .in .eventDetail_content:nth-child(2) {
  max-width: 128rem;
  margin-bottom: 16rem;
}
.sec_eventDedail .in .eventDetail_content:last-of-type {
  max-width: 99.2rem;
  margin-bottom: 12rem;
}
.sec_eventDedail .in .reserve_link {
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_eventDedail .in .eventDetail_content:first-of-type {
    margin-bottom: 21.3%;
  }
  .sec_eventDedail .in .eventDetail_content:nth-child(2) {
    margin-bottom: 21.3%;
  }
  .sec_eventDedail .in .eventDetail_content:last-of-type {
    margin-bottom: 12.8%;
  }
  .sec_eventDedail .in .reserve_link {
    width: calc(100% - 9.5rem);
  }
}

.sec_content {
  background-color: var(--festa-bc01);
  padding: 16rem 0;
}
.sec_content .sec_event {
  padding: 0;
  margin-bottom: 12rem;
}
@media screen and (max-width: 640px) {
  .sec_content {
    padding: 21.3% 0 14.9%;
  }
  .sec_content .sec_event {
    width: calc(100% - 4.8rem);
    margin: 0 auto 21.3%;
  }
}

/* sec_access */
.sec_access {
  background-color: var(--festa-bcff);
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
.sec_access .in {
  padding: 8rem 0;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sec_access {
    width: calc(100% - 4.8rem);
  }
  .sec_access .in {
    padding: 10.6% 0 6.6%;
  }
}
.sec_access .in .mv {
  margin: 4.8rem auto 2.4rem;
}
@media screen and (max-width: 640px) {
  .sec_access .in .mv {
    margin: 6.4% auto 4.27%;
  }
}
.sec_access .in .access_txt {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_access .in .access_txt {
    font-size: 1.2rem;
  }
}
.sec_access .in .detail {
  margin-top: 12rem;
}
.sec_access .in .detail:last-of-type {
  margin-top: 8rem;
}
@media screen and (max-width: 640px) {
  .sec_access .in .detail,
  .sec_access .in .detail:last-of-type {
    margin: 12.8% auto 0;
    width: calc(100% - 4.7rem);
  }
}
.sec_access .in .detail .sec_title {
  margin-bottom: 3.2rem;
}
.sec_access .in .detail .sec_title span {
  font-size: 2.4rem;
}
.sec_access .in .detail .sec_title span.-en {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_access .in .detail .sec_title {
    margin-bottom: 6.4%;
  }
  .sec_access .in .detail .sec_title span {
    font-size: 1.8rem;
  }
  .sec_access .in .detail .sec_title span.-en {
    font-size: 1.2rem;
  }
}
.sec_access .in .detail .map {
  max-width: 80rem;
  width: 100%;
  margin: 4rem auto 12rem;
}
.sec_access .in .detail .map iframe {
  width: 100%;
  height: 48rem;
}
@media screen and (max-width: 640px) {
  .sec_access .in .detail .map {
    margin: 6.4% auto 0;
  }
  .sec_access .in .detail .map iframe {
    aspect-ratio: 1 / 1;
    height: auto;
  }
}

/* sec_faq */
.sec_faq {
  background-color: var(--festa-bcff);
}
.sec_faq .in {
  padding: 16rem 0 12rem;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sec_faq .in {
    padding: 21.3% 0;
    width: calc(100% - 4.8rem);
  }
}
.sec_faq .in .faq_detail {
  padding: 4rem 0 8rem;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_faq .in .faq_detail {
    padding: 3.2rem 0 8rem;
  }
}
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger {
  display: flex;
	align-items: center;
	position: relative;
  background-color: var(--festa-bc01);
  padding: 2.4rem 4rem;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger {
    padding: 1.2rem 1.6rem;
    padding-right: 3.5rem;
  }
}
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger span {
  display: block;
  margin-top: 0.5rem;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
  font-weight: 700;
  padding-left: 4rem;
}
@media screen and (max-width: 640px) {
  .sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger span {
    margin-top: 0.2rem;
    font-size: 1.2rem;
    padding-left: 0.8rem;
  }
}
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 3.6rem;
}
@media screen and (max-width: 640px) {
  .sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger i {
    width: 1.2rem;
    height: 1.2rem;
    right: 1.2rem;
  }
}
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger i::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid var(--festa-bcb01);
  border-left: 2px solid var(--festa-bcb01);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  .sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger i::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger.-open i::after {
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger::before,
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-detail .inner::before {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: minion-3,serif;
  text-wrap: nowrap;
  display: flex;
	align-items: center;
  color: var(--festa-bc03);
}
@media screen and (max-width: 640px) {
  .sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger::before,
  .sec_faq .in .faq_detail .faq_detail_inner .faq_item .-detail .inner::before {
    font-size: 2rem;
  }
}
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-trigger::before{
  content: "Q";
}
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-detail .inner::before {
  content: "A";
}
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-detail .inner {
	padding: 3.2rem 4.2rem;
	display: flex;
	align-items: flex-start;
	position: relative;
}
@media screen and (max-width: 640px) {
  .sec_faq .in .faq_detail .faq_detail_inner .faq_item .-detail .inner {
    padding: 2rem 1.8rem;
  }
}
.sec_faq .in .faq_detail .faq_detail_inner .faq_item .-detail .inner p {
  display: block;
  margin-top: 0.5rem;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: 4rem;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .sec_faq .in .faq_detail .faq_detail_inner .faq_item .-detail .inner p {
    margin-top: 0;
    font-size: 1.2rem;
    padding-left: 0.8rem;
  }
}

/* sec_voice */
.sec_voice {
  max-width: 92rem;
  width: 100%;
  margin: 0 auto;
}
.sec_voice .sec_title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .sec_voice {
    width: calc(100% - 4.8rem);
  }
  .sec_voice .sec_title {
    margin-bottom: 8.8%;
  }
}

/* sec_staff */
.sec_staff {
  padding: 0 2rem;
}
.sec_staff .in {
  max-width: 100rem;
  width: 100%;
  margin: 12rem auto;
}
@media screen and (max-width: 640px) {
  .sec_staff .in {
    margin: 22.7% auto;
  }
}
.sec_staff .in .txt_box {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  align-items: center;
  margin-top: 14.4rem;
}
@media screen and (max-width: 640px) {
  .sec_staff .in .txt_box {
    margin-top: 17.06%;
  }
}
.sec_staff .in .txt_box p {
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--festa-bcb01);
}
@media screen and (max-width: 640px) {
  .sec_staff .in .txt_box p {
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
}

/* 事前予約フォーム */
.sec_formArea {
  padding: 11.8rem 0 16rem;
  background-color: var(--festa-bc01);
}
@media screen and (max-width: 640px) {
  .sec_formArea {
    padding: 0 2.4rem 8rem;
  }
}
.sec_formArea > .in {
  padding: 5rem 0 12rem;
}
@media screen and (max-width: 640px) {
  .sec_formArea > .in {
    padding: 4rem 0;
  }
}
.sec_formArea > .in .mod_wrap {
  background-color: var(--festa-bcff);
  padding: 12rem 0;
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_formArea > .in .mod_wrap {
    padding: 8.8rem 2.2rem 4rem;
  }
}

.sec_formArea > .in .mod_wrap .tag {
  position: absolute;
  top: 0;
  left: 5.6rem;
  width: 12rem;
  height: auto;
}
.sec_formArea > .in .mod_wrap .tag >.img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .sec_formArea > .in .mod_wrap .tag {
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
  }
}

.sec_formArea > .in .mod_wrap .title {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: var(--festa-bcb01);
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
}
@media screen and (max-width: 640px) {
  .sec_formArea > .in .mod_wrap .title {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 2rem;
  }
}

.sec_formArea > .in .formArea {
  padding-top: 6rem;
}
@media screen and (max-width: 640px) {
  .sec_formArea > .in .formArea {
    padding-top: 2rem;
  }
}
.sec_formArea > .in .formArea .txt {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_formArea > .in .formArea .txt {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .sec_formArea > .in .formArea .txt {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    line-height: 1.81;
    margin-bottom: 3rem;
  }
}


.sec_formArea > .in .errorWrap + .formlistWrap {
  margin-top: 20px;
}
.sec_formArea > .in .formlistWrap {
  max-width: 67.2rem;
  width: 100%;
  margin: 0 auto;
  color: #3c3c3c;
  text-align: left;
}
.sec_formArea > .in .formlistWrap + .formlistWrap {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .sec_formArea > .in .formlistWrap + .formlistWrap {
    margin-top: 4.5rem;
  }
}
.sec_formArea > .in .formlistWrap .title {
  text-align: left;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #7a1718;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_formArea > .in .formlistWrap .title {
    font-size: 1.2rem;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 640px) {
  .sec_formArea > .in .formlistWrap .title {
    text-align: center;
    font-size: 1.2rem;
  }
}
.sec_formArea > .in .formlistWrap .title span {
  color: #666666;
  margin-left: 0.25em;
}

/* 完了画面 */
.sec_formArea.fin > .in {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_formArea.fin > .in {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_formArea.fin > .in {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}
.sec_formArea.fin > .in .mod_wrap01 {
  background-color: var(--festa-bcff);
}

/* フッター */
footer.mod_footer {
  position: relative;
}
.mod_footer .in {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 102.0rem;
  width: 100%;
  padding: 8rem 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mod_footer .in {
		flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4.8rem 0 2.6rem;
    row-gap: 4.5rem;
	}
}
.mod_footer .site_logo .logo {
  width: auto;
  height: 8rem;
  aspect-ratio: 375 / 80;
}
@media screen and (max-width: 640px) {
  .mod_footer .site_logo .logo {
		height: 5.6rem;
	}
}
.mod_footer .sub_nav {
  background: transparent;
  padding: 0;
  text-align: right;
  color: #fff;
}
.mod_footer .sub_nav .inner_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  row-gap: 2.4rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .sub_nav .inner_box {
    align-items: center;
  }
}
.mod_footer .sub_nav ul {
  float: right;
}
.mod_footer .sub_nav li:last-child  {
  margin-left: 2.15rem;
}
.mod_footer .sub_nav a.icon_blank_win {
  background: url("../img/icon_white_win.png") no-repeat;
	background-position: right center;
	background-size: auto 1rem;
	padding-right: 2rem;
  color: #fff;
}
.mod_footer .sub_nav p {
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .mod_footer .sub_nav p {
    padding: 0;
  }
}

/* 上に行く */
.footerArea{
  position: relative;
  height: 131px;
}
.footerArea .pagetop {
  bottom: 0;
	right: 0;
  width: 80px;
  height: 80px;
  -webkit-transition: 0.6s;
	transition: 0.6s;
  background-color: #34559B;
}
.no-touchevents .footerArea .pagetop:hover {
	background-color: #34559B
}
.footerArea .copylight {
  padding-top: 64px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
  .footerArea .pagetop {
    width: 60px;
    height: 60px;
	}
}
@media (max-width: 640px) {
  .footerArea {
    margin-bottom:0;
    background-color: #FFF;
    height: 70px;
    padding: 0;
  }
  .footerArea .pagetop {
    width: 48px;
    height: 48px;
    bottom:0;
  }
  .footerArea .copylight {
		color: #282828;
    padding-top: 30px;
    font-size: 1rem;
    padding: 30px 0 0;
    display: inline-block;
	}
}

.footerArea .pagetop:after {
	width: 24px;
	height: 24px;
	top: 20px;
  border-width: 2px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
  .footerArea .pagetop:after {
		width: 16px;
		height: 16px;
    top: 15px;
	}
}
@media screen and (max-width: 640px) {
  .footerArea .pagetop:after {
		width: 14px;
		height: 14px;
    top: 10px;
	}
}

.footerArea .pagetop.footerPagetopView_01 {
  position: absolute;
  top: -8rem;
  bottom: auto;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
  .footerArea .pagetop.footerPagetopView_01 {
    top: -6rem;
	}
}
@media screen and (max-width: 640px) {
  .footerArea .pagetop.footerPagetopView_01 {
		top: -4.8rem;
	}
}

/* フェードインアニメーション */

[data-anim01] {
	opacity: 0!important;
}
[data-anim01].anim {
	opacity: 1!important;
	transition: 1.6s cubic-bezier(0.440, 0.000, 0.580, 0.990);
}
[data-anim01-up] {
	transform: translateY(20px);
}
[data-anim01-down] {
	transform: translateY(-20px);
}
[data-anim01-right] {
	transform: translateX(20px);
}
[data-anim01-left] {
	transform: translateX(-20px);
}
[data-anim01-small] {
	transform: scale(0.85);
}
[data-anim01-big] {
	transform: scale(1.15);
}
[data-anim01-up].anim ,
[data-anim01-down].anim ,
[data-anim01-right].anim ,
[data-anim01-left].anim {
	transform: none;
	transition: 1.6s cubic-bezier(0.440, 0.000, 0.580, 0.990);
}
[data-anim01-small].anim ,
[data-anim01-big].anim {
	transform: none;
	transition: 2.2s cubic-bezier(0.440, 0.000, 0.580, 0.990);
}
[data-anim01-blur] {
	filter: blur(16px);
}
[data-anim01-blur].anim {
	filter: none;
	transition: 2.4s cubic-bezier(0.440, 0.000, 0.580, 0.990);
}

/*# sourceMappingURL=campaign.css.map */