@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

/* ----------------------------------------------------------------------------------------------------
*  reset
* --------------------------------------------------------------------------------------------------*/

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

input, select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button, input[type="submit"], select {
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .ipad body, .android body, .iphone body {
    -webkit-text-size-adjust: 100%;
  }
  .android h2, .android h3, .android ul, .android dl dt, .android dl dd, .android p {
    max-height: 999999px;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  基本
* --------------------------------------------------------------------------------------------------*/

body {
  position: relative;
  margin-top: 80px;
  min-width: 1040px;
  word-wrap: break-word;
  line-height: 1.5;
  color: #383838;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------
*  汎用
* --------------------------------------------------------------------------------------------------*/

.alignCenter {
  text-align: center;
}

.fontBold {
  font-weight: bold;
}

.flex {
  display: flex;
}

.wrap {
  position: relative;
  width: 1040px;
  height: 100%;
  margin: 0 auto;
}

.img_center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}


/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}


/* Hides from IE Mac */

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}


/* End Hack */


/* ------------------------------
   float
------------------------------ */

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}


/* ------------------------------
   optin
------------------------------ */

.optin {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1040px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 26px 150px 26px 145px;
}

.optin .ttl {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}

.optin .ttl .txt_yellow {
  color: #aa8f0f;
}

.optin .ttl .txt_80 {
  font-size: 80%;
}

.optin .btn_contact a {
  display: block;
  width: 350px;
  height: 70px;
  background: #aa8f0f url("../img/ico_mail_optin.png") 80px 25px no-repeat;
  border-radius: 3px;
  padding-left: 45px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 70px;
  text-shadow: 2px 1px 1px rgba(120, 87, 0, 0.25);
}

.optin .flex {
  justify-content: space-between;
}

@media screen and (max-width:1339px) {
  body {
    margin-top: 60px;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block!important;
  }
  .sp {
    display: none!important;
  }
  .hover, .hover:before, .hover:after, input[type="submit"], button {
    transition: all .5s ease;
  }
  .hover:hover, input[type="submit"]:hover, button:hover {
    opacity: 0.7;
  }
  .hover, .hover * {
    outline: 1px solid transparent;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: initial;
    min-width: auto;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .wrap {
    width: 100%;
  }
  .img_center {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
  }
  /* ------------------------------
	   optin
	------------------------------ */
  .optin {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    width: 90%;
    border-top: none;
    padding: 0 0 3%;
    margin: 0 auto 5%;
  }
  .optin .ttl {
    margin-bottom: 3%;
    padding-bottom: 4%;
    border-bottom: 1px solid #fff;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .optin .flex {
    flex-wrap: wrap;
  }
  .optin .flex p {
    width: 100%;
    text-align: center;
  }
  .optin .btn_contact a {
    max-width: 350px;
    width: 100%;
    height: 50px;
    background: #aa8f0f url("../img/ico_mail_optin.png") calc(50% - 67px) 17px no-repeat;
    background-size: auto 19px;
    padding-left: 30px;
    margin: 4% auto 0;
    font-size: 2.2rem;
    line-height: 50px;
  }
  .optin .flex {
    justify-content: space-between;
  }
}


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

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
  background: #1e328a;
}

header .wrap {
  width: 1320px;
}

header .logo_header {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 284px;
}

header .logo_header img {
  max-width: 100%;
  height: auto;
}

header .nav_header {
  position: absolute;
  right: 185px;
  top: 50%;
  transform: translateY(-50%);
  width: 780px;
  height: 100%;
}

header .nav_header.pc {
  display: block!important;
}

header .nav_header.tab {
  display: none;
}

header .nav_header ul {
  justify-content: space-between;
  height: 100%;
}

header .nav_header li.pagetop {
  display: none;
}

header .nav_header li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

header .btn_contact a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 160px;
  height: 50px;
  border: 1px solid #bba020;
  border-radius: 3px;
  background: #aa8f0f;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}

header .toggle {
  display: none;
}

@media screen and (min-width: 1340px) {
  header .nav_header li a:before, header .nav_header li a:after {
    position: absolute;
    bottom: 22px;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #3fb9c7;
    transition: 0.3s;
  }
  header .nav_header li a:before {
    left: 50%;
  }
  header .nav_header li a:after {
    right: 50%;
  }
  header .nav_header li a:hover:before, header .nav_header li a:hover:after {
    width: 50%;
  }
}

@media screen and (max-width: 1339px) {
  header {
    height: 60px;
  }
  header .wrap {
    width: 100%;
  }
  header .logo_header {
    left: 2%;
    width: 50%;
    max-width: 188px;
  }
  header .btn_contact a {
    right: 60px;
    top: 0;
    transform: none;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: #aa8f0f url("../img/ico_mail_header.png") center center no-repeat;
    background-size: 27px auto;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  header .toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    background: #3fb9c7;
  }
  header .toggle>div {
    position: relative;
  }
  header .toggle span {
    position: absolute;
    left: 17px;
    width: 25px;
    height: 4px;
    background: #fff;
  }
  header .toggle span:nth-child(1) {
    top: 17px;
  }
  header .toggle span:nth-child(2) {
    top: 27px;
  }
  header .toggle span:nth-child(3) {
    top: 37px;
  }
  header span {
    transition: all 0.5s ease-out;
  }
  header .toggle.action span:nth-child(1) {
    top: 26px;
    transform: rotate(45deg);
  }
  header .toggle.action span:nth-child(2) {
    background-color: rgba(255, 255, 255, 0);
  }
  header .toggle.action span:nth-child(3) {
    top: 26px;
    transform: rotate(-45deg);
  }
  header .nav_header {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    transform: none;
    height: calc(100% - 60px);
    overflow-y: scroll!important;
    -webkit-overflow-scrolling: touch;
  }
  header .nav_header.pc {
    display: none!important;
  }
  header .nav_header .flex {
    height: auto;
    flex-wrap: wrap;
    background: #3fb9c7;
    padding: 30px 0;
  }
  header .nav_header li {
    width: 100%;
  }
  header .nav_header li.pagetop {
    display: block;
  }
  header .nav_header li+li {
    margin-top: 30px;
  }
  header .nav_header li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  header .nav_header .flex {
    height: auto;
    flex-wrap: wrap;
    background: #3fb9c7;
    padding: 12% 0;
  }
  header .nav_header li+li {
    margin-top: 12%;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  fv
* --------------------------------------------------------------------------------------------------*/

.fv {
  height: 835px;
  background: url(../img/bg_fv.png) center top repeat-x;
}

.fv .btn_contact a {
  position: absolute;
  bottom: 272px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 460px;
  height: 70px;
  border: 1px solid #aa8f0f;
  background: rgba(170, 143, 15, 0.9);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 70px;
}

@media screen and (max-width: 768px) {
  .fv {
    height: auto;
    background: none;
  }
  .fv .btn_contact a {
    bottom: 40%;
    width: 250px;
    height: 50px;
    font-size: 2rem;
    line-height: 50px;
  }
}

@media screen and (max-width: 399px) {
  .fv .btn_contact a {
    bottom: 35%;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  sec01
* --------------------------------------------------------------------------------------------------*/

.sec01 {
  height: 735px;
  background: url(../img/bg_sec01.png) center top no-repeat;
}

@media screen and (max-width: 768px) {
  .sec01 {
    height: auto;
    background: none;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  sec02
* --------------------------------------------------------------------------------------------------*/

.sec02 {
  height: 728px;
}

@media screen and (max-width: 768px) {
  .sec02 {
    height: auto;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  sec03
* --------------------------------------------------------------------------------------------------*/

.sec03 {
  height: 2705px;
  background: #070d21 url(../img/bg_sec03.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sec03 {
    height: auto;
    background-image: none;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  sec04
* --------------------------------------------------------------------------------------------------*/

.sec04 {
  height: 804px;
  background: #666 url(../img/bg_sec04.jpg) center top no-repeat;
}

@media screen and (max-width: 768px) {
  .sec04 {
    height: auto;
    background-image: none;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  sec05
* --------------------------------------------------------------------------------------------------*/

.sec05 {
  height: 1038px;
  background: url(../img/bg_sec05.png) center top no-repeat;
}

@media screen and (max-width: 768px) {
  .sec05 {
    height: auto;
    background: none;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  sec06
* --------------------------------------------------------------------------------------------------*/

.sec06 {
  height: 1400px;
  background: url(../img/bg_check.gif) left top repeat;
}


/* ------------------------------
	   optin
------------------------------ */

.sec06 .optin {
  border-top: 1px solid #1e328a;
  border-bottom: 1px solid #1e328a;
}

.sec06 .optin .ttl {
  color: #1e328a;
}

@media screen and (max-width: 768px) {
  .sec06 {
    height: auto;
  }
  /* ------------------------------
		   optin
		------------------------------ */
  .sec06 .optin {
    border-top: none;
  }
  .sec06 .optin .ttl {
    border-bottom: 1px solid #1e328a;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  sec07
* --------------------------------------------------------------------------------------------------*/

.sec07 {
  height: 966px;
  background: #0a1646 url(../img/bg_sec07.jpg) center top no-repeat;
}

@media screen and (max-width: 768px) {
  .sec07 {
    height: auto;
    background-image: none;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  sec08
* --------------------------------------------------------------------------------------------------*/

.sec08 {
  height: auto;
  background: url(../img/bg_sec08.png) center top repeat;
  padding-bottom: 80px;
}

.sec08 .area_video {
  position: relative;
  width: 797px;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 auto;
}

.sec08 .area_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .sec08 {
    padding-bottom: 10%;
  }
  .sec08 .area_video {
    width: 95%;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  area_contact
* --------------------------------------------------------------------------------------------------*/

.area_contact {
  background: #070d21 url("../img/bg_contact_pc.jpg") center bottom no-repeat;
  background-size: cover;
}

.area_contact>.wrap {
  width: 780px;
}

.area_contact .area_form {
  flex-wrap: wrap;
}

.area_contact .area_form dt {
  position: relative;
  width: 228px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 1.8rem;
}

.area_contact .area_form dt .icon_must {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 45px;
  height: 20px;
  background: #aa8f0f;
  color: #fff;
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
}

.area_contact .area_form dd {
  width: calc(100% - 228px);
}

.area_contact .area_form dd input {
  width: 100%;
  height: 50px;
  font-size: 1.6em;
  color: #333;
  background: #fff;
  border-radius: 4px;
  padding: 15px;
}

.ie11 .area_contact .area_form dd input {
  line-height: 20px;
}

.area_contact .area_form dd textarea {
  display: block;
  width: 100%;
  height: 200px;
  font-size: 1.6em;
  color: #333;
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  resize: vertical;
}

.area_contact .area_form dd input::placeholder {
  color: #c4c4c4;
}

.area_contact .area_form dd input::-webkit-input-placeholder {
  color: #c4c4c4;
}

.area_contact .area_form dd input:-ms-input-placeholder {
  color: #c4c4c4;
}

.area_contact .area_form dd input::-ms-input-placeholder {
  color: #c4c4c4;
}

.area_contact .area_form dt:nth-of-type(n+2), .area_contact .area_form dd:nth-of-type(n+2) {
  margin-top: 15px;
}

.area_contact .area_form dd .formError {
  pointer-events: none;
  position: relative;
}

.area_contact .area_form dd .formError::before {
  content: '';
  display: block;
  height: 100px;
  margin: -100px 0 0;
  visibility: hidden;
  z-index: -1;
}

.area_contact .area_privacy {
  width: 100%;
  height: 180px;
  background: #fff;
  border-radius: 3px;
  margin: 40px auto 0;
  font-size: 1.3rem;
  text-align: left;
  overflow: auto;
  position: relative;
  padding: 0 15px;
  border-top: 18px solid #fff;
  border-bottom: 18px solid #fff;
}

.area_contact .area_privacy h3 {
  margin: 0 0 17px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
}

.area_contact .area_privacy h4 {
  margin: 14px 0 5px;
  font-size: 1.4rem;
  color: #000;
}

.area_contact .area_privacy p {
  width: auto;
  line-height: 1.6;
  color: #000;
}

.area_contact .area_privacy .flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.area_contact .area_privacy .contact-left, .contact-right {
  padding: 5px;
  border: 1px solid #eee;
}

.area_contact .area_privacy .contact-left {
  width: 150px;
}

.area_contact .area_privacy .contact-right {
  width: 500px;
}

.area_contact .area_about {
  margin-top: 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}

.area_contact .txt_consent {
  margin: 55px 0 30px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}

.area_contact .txt_consent input {
  display: none;
}

.area_contact .txt_consent span {
  position: relative;
}

.area_contact .txt_consent span:before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 5px;
  border: 1px solid #bfbfbf;
  background: #fff;
  display: inline-block;
  cursor: pointer;
}

.area_contact .txt_consent input:checked+span:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

.win .area_contact .txt_consent input:checked+span:after {
  top: 3px;
}

.area_contact .btn_submit input {
  display: block;
  width: 460px;
  height: 70px;
  margin: 28px auto 0;
  border: 1px solid #aa8f0f;
  background: rgba(170, 143, 15, 0.9) url("../img/ico_mail_optin.png") calc(50% - 160px) 24px no-repeat;
  padding-left: 45px;
  box-shadow: 2px 2px 0px 0px #000;
  border-radius: 4px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 70px;
}

.area_contact .btn_submit #index_submit {
  pointer-events: none;
  border: 1px solid #ccc;
  background: #ccc url("../img/ico_mail_optin.png") calc(50% - 160px) 24px no-repeat;
}

.area_contact .btn_submit #index_submit.agree {
  pointer-events: all;
  border: 1px solid #aa8f0f;
  background: rgba(170, 143, 15, 0.9) url("../img/ico_mail_optin.png") calc(50% - 160px) 24px no-repeat;
}

.area_contact .link_pagetop {
  margin: 310px auto 60px;
  width: 90px;
}

.area_contact .link_pagetop img {
  max-width: 100%;
  height: auto;
}


/*
	追記：2019.06.13 hayato
*/

.area_contact .link_adscope a {
  display: block;
  width: 470px;
  margin: 0 auto;
}

.area_contact .link_adscope img {
  margin: 0 auto 60px;
}

footer {
  width: 100%;
  height: 70px;
  background: rgba(0, 1, 13, 0.6);
}

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

footer .logo_footer a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

footer .logo_footer a:before {
  content: "";
  width: 45px;
  height: 44px;
  margin-right: 10px;
  display: inline-block;
  background: url("../img/logo_footer_pc.png") 0 0 no-repeat;
}

.txt_copy {
  display: flex;
  justify-content: flex-end;
}

.txt_copy span {
  display: block;
  font-size: 1rem;
  transform: scale(0.8);
  color: #8192dd;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.25em;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .area_contact {
    background: #070d21 url("../img/bg_contact_sp.jpg") center bottom no-repeat;
    background-size: cover;
  }
  .area_contact>.wrap {
    width: 90%;
  }
  .area_contact .area_form dt {
    width: 100%;
    height: auto;
    line-height: 1;
    font-size: 1.4rem;
  }
  .area_contact .area_form dt .icon_must {
    position: relative;
    top: -2px;
    right: auto;
    display: inline-block;
    margin-left: 5px;
    width: 27px;
    height: 14px;
    font-size: 0.9rem;
    line-height: 14px;
  }
  .area_contact .area_form dd {
    width: 100%;
  }
  .area_contact .area_form dd .formError {
    position: relative;
  }
  .area_contact .area_form dd .formError::before {
    content: '';
    display: block;
    height: 100px;
    margin: -100px 0 0;
    visibility: hidden;
    z-index: -1;
  }
  .area_contact .area_form dd input {
    height: 35px;
    font-size: 1.4em;
    line-height: 35px;
    padding: 8px;
  }
  .area_contact .area_form dd textarea {
    height: 80px;
    font-size: 1.4em;
    padding: 8px;
  }
  .area_contact .area_form dt:nth-of-type(n+2) {
    margin-top: 8%;
  }
  .area_contact .area_form dd {
    margin-top: 2%!important;
  }
  .area_contact .area_privacy {
    height: 140px;
    margin: 8% auto 0;
    padding: 0 5%;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
  }
  .iphone .area_contact .area_privacy {
    overflow-y: auto;
  }
  .area_privacy::-webkit-scrollbar {
    width: 4px;
  }
  .area_privacy::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
  }
  .area_privacy::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
  .area_contact .area_privacy h3 {
    margin: 0 0 5%;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .area_contact .area_privacy h4 {
    margin: 5% 0 1%;
    font-size: 1.2rem;
  }
  .area_contact .area_privacy p {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .area_contact .area_privacy .contact-left, .contact-right {
    font-size: 1rem;
  }
  .area_contact .area_privacy .contact-left {
    width: 70px;
  }
  .area_contact .area_privacy .contact-right {
    width: calc(100% - 70px);
  }
  .area_contact .area_about {
    margin-top: 8%;
    font-size: 0.9rem;
  }
  .area_contact .txt_consent {
    margin: 12% 0;
    font-size: 1.4rem;
  }
  .area_contact .txt_consent span:before {
    width: 14px;
    height: 14px;
  }
  .area_contact .txt_consent input:checked+span:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 4px;
    width: 7px;
    height: 13px;
  }
  .android .area_contact .txt_consent input:checked+span:after {
    top: 2px;
  }
  .area_contact .btn_submit {
    width: 100%;
    margin: 0 auto;
  }
  .area_contact .btn_submit input {
    display: block;
    max-width: 350px;
    width: 100%;
    background: rgba(170, 143, 15, 0.9) url("../img/ico_mail_optin.png") calc(50% - 115px) 20px no-repeat;
    background-size: 16px auto;
    padding-left: 25px;
    height: 50px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 50px;
  }
  .area_contact .btn_submit #index_submit {
    background: #ccc url("../img/ico_mail_optin.png") calc(50% - 115px) 20px no-repeat;
    background-size: 16px auto;
  }
  .area_contact .btn_submit #index_submit.agree {
    background: rgba(170, 143, 15, 0.9) url("../img/ico_mail_optin.png") calc(50% - 115px) 20px no-repeat;
    background-size: 16px auto;
  }
  .area_contact .link_pagetop {
    margin: 15% auto;
    width: 80px;
  }
  /*
		追記：2019.06.13 hayato
	*/
  .area_contact .link_adscope {
    margin-bottom: 50px;
  }
  .area_contact .link_adscope a {
    width: 95%;
  }
  .area_contact .link_adscope img {
    width: 95%;
    margin: 0 auto;
  }
  .area_contact .txt_footer {
    width: 190px;
    margin: 15% auto;
  }
  footer .wrap {
    width: 90%;
    height: 100%;
  }
  footer .logo_footer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 125px;
  }
  footer .logo_footer a {
    color: #fff;
    font-size: 0.9rem;
  }
  footer .logo_footer a:before {
    content: "";
    width: 34px;
    height: 26px;
    margin-right: 5px;
    background: url("../img/logo_footer_sp.png") 0 0 no-repeat;
    background-size: 34px 26px;
  }
  .txt_copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: calc(100% - 130px);
    height: 10px
  }
  .txt_copy span {
    transform: scale(0.65);
    width: 320px;
    position: absolute;
    right: -60px;
    top: 0;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  thanks,confirm
* --------------------------------------------------------------------------------------------------*/

body.form {
  margin-top: 0;
}

body.form .area_contact {
  position: relative;
  padding-bottom: 70px;
  background: #070d21 url("../img/bg_form_pc.jpg") center bottom no-repeat;
  background-size: cover;
}

body.form .area_contact footer {
  position: absolute;
  left: 0;
  bottom: 0;
}


/* ------------------------------
   confirm
------------------------------ */

body.confirm .area_contact .area_form dt, body.confirm .area_contact .area_form dd {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 50px;
  line-height: 1.5;
}

body.confirm .area_contact .area_form dt .icon_must {
  top: 50%;
  transform: translateY(-50%);
}

body.confirm .area_contact .area_form dd {
  font-size: 1.8rem;
  color: #fff;
}

body.confirm .area_contact .btn_submit input {
  margin: 28px 0 250px;
}

body.confirm .area_contact .area_btn {
  justify-content: space-between;
}

body.confirm .area_contact .area_btn .btn_black {
  display: block;
  width: 280px;
  height: 70px;
  margin: 28px 0 0;
  border: 1px solid #aa8f0f;
  background: rgba(170, 143, 15, 0.5);
  box-shadow: 2px 2px 0px 0px #000;
  border-radius: 4px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 70px;
}


/* ------------------------------
   thanks
------------------------------ */

body.thanks .area_contact {
  height: 100%;
}

body.thanks .area_contact .txt_thanks, body.thanks .area_contact .link_thanks {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 20px;
}

body.thanks .area_contact .link_thanks a {
  color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  body.form .area_contact {
    background: #070d21 url("../img/bg_contact_sp.jpg") center bottom no-repeat;
    background-size: cover;
  }
  /* ------------------------------
	   confirm
	------------------------------ */
  body.confirm .area_contact .area_form dt, body.confirm .area_contact .area_form dd {
    min-height: auto;
    min-height: inherit;
  }
  body.confirm .area_contact .area_form dt .icon_must {
    top: 0;
    transform: none;
  }
  body.confirm .area_contact .area_form dd {
    font-size: 1.4rem;
  }
  body.confirm .area_contact .txt_consent {
    line-height: 1.5;
  }
  body.confirm .area_contact .btn_submit input {
    margin: 0 auto;
  }
  body.confirm .area_contact .area_btn {
    flex-wrap: wrap;
    margin-bottom: 30%;
  }
  body.confirm .area_contact .area_btn .btn_black {
    max-width: 350px;
    width: 100%;
    height: 50px;
    margin: 0 auto 5%;
    font-size: 1.8rem;
    line-height: 50px;
  }
  /* ------------------------------
	   thanks
	------------------------------ */
  body.thanks .area_contact .txt_thanks, body.thanks .area_contact .link_thanks {
    font-size: 1.6rem;
    margin-top: 10%;
    line-height: 1.4;
  }
  body.thanks .area_contact .link_thanks a {
    font-size: 1.6rem;
  }
}