/*

  全体レイアウト

================================================================
*/
#wrapper {
  overflow: hidden;
  position: relative;
  max-width: 2000px;
  min-width: 1300px;
  margin: 0 auto;}
.inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;}
#container {
  position: relative;}
.pcn {
  display: none;}
.spn {
  display: inline-block;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#wrapper {
  max-width: 100%;
  min-width: 100%;}
.inner {
  width: 100%;}
.pcn {
  display: inline-block;}
.spn {
  display: none;}}

/*

  ヘッダー構成

================================================================
*/
#header {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  min-width: 1300px;
  height: 80px;
  background-color: rgba(17, 17, 17, .85);
  z-index: 10;
  transition: .2s;}
#header.is-show {
  top: 0;}
#header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 50px;}
#header .flex .logo img {
  width: 235px;
  height: auto;}
#header .flex .right ul {
  display: flex;
  align-items: center;}
#header .flex .right ul li + li {
  margin-left: 30px;}
#header .flex .right ul li a {
  font-weight: 600;
  color: #fff;}
#header .flex .right ul li:last-child a {
  position: relative;
  display: block;
  border-radius: 100px;}
#header .flex .right ul li:last-child a:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #967118;}
#header .flex .right ul li:last-child a span {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  padding-right: 10px;
  border-radius: 100px;
  background: linear-gradient(90deg, #DEDA6E, #C39629);
  z-index: 2;
  transition: .06s;}
#header .flex .right ul li:last-child a:hover span {
  top: 2px;}
#header .flex .right ul li:last-child a span:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon_head_contact.png);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#header {
  top: -18vw;
  min-width: 100%;
  height: 18vw;}
#header .flex {
  padding: 0 3vw 0 5vw;}
#header .flex .logo img {
  width: 45vw;}
#header .flex .right ul li {
  display: none;}
#header .flex .right ul li + li {
  margin-left: 0;}
#header .flex .right ul li:last-child {
  display: block;
  font-size: 3.5vw;}
#header .flex .right ul li:last-child a span {
  width: 40vw;
  height: 10vw;
  padding-right: 3vw;}
#header .flex .right ul li:last-child a span:after {
  right: 2vw;
  width: 6vw;
  height: 6vw;
  margin-top: -3vw;}
}

/*

  フッター構成

================================================================
*/
#footer {
  position: relative;
  background-color: #111;
  color: #fff;}
#footer small {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 15px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#footer small {
  padding: 5vw 0;
  font-size: 3vw;}
}

/*

  サンクスページ

================================================================ */
#thanks #header {
  top: 0;}
#thanks .thanksText{
  width:100%;
  height: calc( 100dvh - 55px );
  padding:30px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(../img/top/bg_mv_pc.jpg);}
#thanks .thanksText .box{
  position: absolute;
  z-index: 1;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:60px;
  border-radius: 10px;
  background:rgba(255,255,255,0.8);
  width:100%;
  max-width: 780px;}
#thanks .thanksText .box .title{
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: .2em;
  text-align: center;
  margin-bottom: 30px;}
#thanks .thanksText .box p{
  line-height: 1.9;
  font-size: 16px;}
#thanks .thanksText .box p.center{
  text-align: center;}
#thanks .thanksText .box .link{
  color:#fff;
  font-weight: 600;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  margin:30px auto 0 auto;}
#thanks .thanksText .box .link::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #967118;}
#thanks .thanksText .box .link span {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 40px;
  padding-right: 10px;
  border-radius: 100px;
  background: linear-gradient(90deg, #DEDA6E, #C39629);
  z-index: 2;
  transition: .06s;}
#thanks .thanksText .box .link:hover span {
  top: 3px;}
#thanks .thanksText .box .link span:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon_head_contact.png);}

@media (max-width: 767px) {
  #thanks .thanksText{
    overflow: hidden;
    height:calc( 100dvh - 13vw );
    background-size: cover;
    background-image: url(../img/top/bg_mv_sp.jpg);
  }
  #thanks .thanksText .box{
    padding:6vw;
    top: 60%;
    width: calc( 100% - 12vw );
  }
  #thanks .thanksText .box .title{
    font-size: 5.2vw;
    margin-bottom: 5vw;
  }
  #thanks .thanksText .box p{
    font-size: 3.5vw;
  }
}