@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.header-inner,
.nav-global,
#topicpath-area,
#contents-area,
.footer-inner {
  width: 100%;
}

.lyt-col-1 #contents-body {
  width: 100%;
}

p {
  margin: 0;
}

a, button {
  transition: opacity 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-decoration: none;
}
a:hover, button:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* 共通カラー */
/* utility */
.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.thankyou {
  background: url(/mobile/set/data/campaigns/list/o60-shoukai/thankyou/img/p/img-bg.png) no-repeat center center/cover;
  min-height: 100vh;
  padding: 41px 0 51px;
  color: #454545;
  /* 共通コンポーネント */
}
.thankyou .c-color-prime {
  color: #357DEB !important;
}
.thankyou__title {
  text-align: center;
  margin: 0 auto 44px;
}
.thankyou__title img {
  width: 775px;
  margin: 0 auto;
}
.thankyou .btn-link-copy {
  margin: 0 auto 33px;
  display: block;
  border: none;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .thankyou .btn-link-copy {
    transition: 0.3s all;
  }
  .thankyou .btn-link-copy:hover {
    opacity: 0.7;
  }
}
.thankyou .c-box-title {
  margin: 0 auto 20px;
}
.thankyou .c-box-title img {
  margin: 0 auto;
}
.thankyou .c-reserve-button {
  display: block;
  margin: 0 auto 19px;
}
@media screen and (min-width: 769px) {
  .thankyou .c-reserve-button {
    transition: 0.3s all;
  }
  .thankyou .c-reserve-button:hover {
    opacity: 0.7;
  }
}
.thankyou .c-reserve-button img {
  margin: 0 auto;
}
.thankyou__box {
  position: relative;
  width: min(100%, 908px);
  margin: 0 auto;
  z-index: 10;
  background: #fff;
  margin: 0 auto;
  padding: 33px 28.5px 0 32px;
}
.thankyou__box::after {
  content: "";
  display: block;
  width: calc(100% + 42px);
  height: calc(100% + 42px);
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.thankyou__box__contents--themselves {
  padding-bottom: 54px;
  margin-bottom: 57px;
  border-bottom: 1px solid #4E4E4E;
}
.thankyou__box__contents--substitute {
  margin-bottom: 23px;
}
.thankyou__box__contents__notes {
  margin: 0 auto 28px;
}
.thankyou__box__contents__notes img {
  margin: 0 auto;
}
.thankyou__box__contents__txt.url {
  margin: 0 auto 16px;
}
.thankyou__box__contents__txt.url img {
  margin: 0 auto;
}
.thankyou__box__contents__txt.tel {
  margin: 0 auto 16px;
}
.thankyou__box__contents__txt.tel img {
  margin: 0 auto;
}
.thankyou__box__contents__present {
  margin: 0 auto;
}
.thankyou__box__contents__present img {
  margin: 0 auto;
}
.thankyou__box .tel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
}
.thankyou__box .tel-wrapper__txt {
  margin: 0;
}
.thankyou__box .tel-wrapper__link {
  width: 249px;
  pointer-events: none;
}
.thankyou__box .btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: min(100%, 473px);
  margin: 0 auto;
  gap: 15px;
}
.thankyou__box .btn-wrapper__item {
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 42px;
  font-size: 18px;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .thankyou__box .btn-wrapper__item {
    transition: 0.3s all;
  }
  .thankyou__box .btn-wrapper__item:hover {
    opacity: 0.7;
  }
}
.thankyou__box .btn-wrapper__item--line {
  width: min(47%, 228px);
}
.thankyou__box .btn-wrapper__item--mail {
  width: min(47%, 228px);
}