@charset "UTF-8";

/* ======================================== */
/* Reset */
/* ======================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "nc3Jp";
  font-weight: normal;
  font-display: swap;
  src: url("https://www.nintendo.co.jp/common/font/NotoSansJP-Regular.woff2") format("woff2"), url("https://www.nintendo.co.jp/common/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "nc3Jp";
  font-weight: bold;
  font-display: swap;
  src: url("https://www.nintendo.co.jp/common/font/NotoSansJP-Bold.woff2") format("woff2"), url("https://www.nintendo.co.jp/common/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://www.nintendo.co.jp/common/font/YakuHanJPs-Regular.woff2") format("woff2"), url("https://www.nintendo.co.jp/common/font/YakuHanJPs-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("https://www.nintendo.co.jp/common/font/YakuHanJPs-Bold.woff2") format("woff2"), url("https://www.nintendo.co.jp/common/font/YakuHanJPs-Bold.woff") format("woff");
}

body {
  color: #3c3c3c;
  font-family: "YakuHanJPs", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "nc3Jp", sans-serif !important;
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:not(.alps-os-android) body {
  font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "nc3Jp", sans-serif !important;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input, textarea, em {
  font-family: "YakuHanJPs", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "nc3Jp", sans-serif !important;
}

html:not(.alps-os-android) input, html:not(.alps-os-android) textarea, html:not(.alps-os-android) em {
  font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "nc3Jp", sans-serif !important;
}
::placeholder{
  color: #8c8c8c;
}
input,textarea {
  -webkit-appearance: none;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* ======================================== */
/* Base */
/* ======================================== */
body{
  color: #3c3c3c;
  font-family: "YakuHanJPs", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "nc3Jp", sans-serif !important;
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.skip-navigation{
  display: none;
}
.inner{
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
.hide{
  display: none;
}
ul.circle li{
  position: relative;
  padding-left: 1em;
  /* text-indent: -1em; */
  margin-bottom: 10px;
  line-height: 1.6;
  padding-left: 20px;  
}
ul.circle li:before{
  content: "";
  background-color: #B4B4AC;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: 5px;  
  border-radius: 50%;
  position: absolute;
  left: 0;
}
ul.info li{
  position: relative;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.8;
}
ul.info li:before{
  content: "※";
  margin-right: 3px;
}
ul.info li a{
  /* color: #3468dc; */
  display: inline-block;
  text-indent: 0;
}
ul.info li a:hover{
  /* text-decoration: underline; */
}
@media screen and (max-width: 759.98px) {
  ul.circle li{
    padding-left: 14px;
  }
  ul.circle li:before{
    width: 10px;
    height: 10px;
    top: 6.5px;
  }
}

/* ======================================== */
/* Header */
/* ======================================== */
.header{
  background-color: #e60012;
  width: 100%;
  margin-bottom: 65px;
  height: 68px;
}
.header .inner{
  height: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;  
}
.header img{
  display: block;
  width: 103px;
}
.header .nav-wrapper{
  line-height: 1;
}
.header .nav-wrapper a{
  /* font-size: 12px; */
  margin: 0;
  padding: 0;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0.09em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.header .nav-wrapper a .icon{
  margin-right: 6px;
  margin-top: 1px;
}
.header .nav-wrapper a.arrow{
  background-size: 9px;
  line-height: 1;
  margin-right: 2px;
  text-decoration: none;
}
@media screen and (max-width: 759.98px) {
  .header{
    margin-bottom: 40px;
  }
  .header img{
    display: block;
    width: 82px;
  }
  .header .nav-wrapper a{
    font-size: 12px;
  }  
  .header .nav-wrapper a .icon{
    width: 9px !important;
    height: 9px !important;
    /* margin-top: 0.2px; */
    margin-right: 4px;
  }
}

/* ======================================== */
/* Footer */
/* ======================================== */
.footer{
  width: 100%;
  border: 0;
  padding: 0;
  height: 30px;
}

/* ======================================== */
/* Form */
/* ======================================== */

/* Base */
.form_confirm{
  /* display: none; */
}
.form_complete{
  /* display: none; */
}
.form-frame{
  max-width: 800px;
}
.na-login-error{
  /* display: none; */
}
.na-account-error{
  /* display: none; */
}

/* FormHeader */
.headernote-container .informations{
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  font-size: 16px;
  padding: 28px 0;
  color: #3c3c3c;
  font-weight: normal;
  margin-bottom: 58px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.headernote-container .informations .info{
  font-size: 14px;
}
.headernote-container .informations > *{
  margin-bottom: 20px;
}
.headernote-container .informations > *:last-child{
  margin-bottom: 0;
}
.headernote-container .informations ul.desc li{
  padding-left: 1em;
}
.headernote-container .informations ul.desc li:before{
  content: "●";
  margin-left: -1em;
}
@media screen and (max-width: 759.98px) {
  .headernote-container .informations{
    font-size: 13px;
  }
  .headernote-container .informations .info{
    font-size: 12px;
  }
  .headernote-container .link.arrow .icon{
    width: 14px;
    height: 14px;
    margin-right: 7px;
    margin-top: -1.5px;
  }
}

/* FormField */
.form-field {
  margin-top: 42px;
}
.form-field select,
.form-field textarea,
.form-field .nesty-input,
.form-field input[type="tel"], 
.form-field input[type="text"], 
.form-field input[type="number"] {
  height: 66px;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 21px 10px 21px;
  width: 100%;

  color: rgba(0,0,0,1.0);
  font-size: 14px;
  font-weight: 400;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
  line-height: 1.8;
}
.form-field select{
  line-height: 1;
}
.form-field textarea{
  height: 248px;
  display: block;
}
.form-field select:focus,
.form-field textarea:focus,
.form-field .nesty-input:focus,
.form-field input[type="tel"]:focus, 
.form-field input[type="text"]:focus, 
.form-field input[type="number"]:focus {
  border: 1px solid #8C8C8C;
}

.form-field input:focus::-webkit-input-placeholder {
	color: transparent;
}
.form-field input:focus::-moz-placeholder {
	color: transparent;
}
.form-field input:focus::-ms-input-placeholder {
	color: transparent;
}
.form-field input:focus::placeholder {
	color: transparent;
}
.form-field.readonly .select-wrap,
.form-field.readonly textarea,
.form-field.readonly .nesty-input,
.form-field.readonly input[type="text"], 
.form-field.readonly input[type="number"] {
  pointer-events: none;
  background-color: #f2f2f2;
}


.nesty-input{
  display: none;
}
.form-field select{
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}
.form-field select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}  
.form-field .select-wrap{
  position: relative;
}
.form-field .select-wrap:after{
  content: "";
  width: 11px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;

  line-height: 1em;
  background-image: url(//theme.zdassets.com/theme_assets/11537438/e82614571f9ec4a4f4632e79120953a094ba7ab9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  right: 18px;
  display: block;
  z-index: 0;
}
.form-field .select-wrap select{
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.form-field .check-wrap{
  display: flex;
}
.form-field .check-wrap .check{
  margin-right: 20px;
  /* position: relative; */
}
.form-field .check-wrap input{
  /* display: none; */
  /* position: absolute;
  left: 0;
  top: 0;
  opacity: 0; */
}
.form-field .check-wrap input:focus + label{
  /* border: 1px solid #dddddd; */
}
.form-field .check-wrap label{
  cursor: pointer;
  padding-left: 22px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.form-field .check-wrap label:before{
  content: "";
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-40%);
  width: 16.5px;
  height: 16.5px;
  border-radius: 2px;
  border: 2px solid #b4b4b4;
  display: block;
  box-sizing: border-box;
}
.form-field .check-wrap input:checked + label:before{
  background-color: #e60012;
  border-color: #e60012;
}
.form-field .check-wrap input:checked + label:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16.5px;
  height: 16.5px;
  background-image: url(//theme.zdassets.com/theme_assets/11537438/d9ffd4ba2d318c7df0ca4cde79f0425f2cca6b14.svg);
  background-repeat: no-repeat;  
}

.form-field .radio-wrap{
  display: flex;
}
.form-field.radioCol .radio-wrap{
  flex-direction: column;
}
.form-field .radio-wrap .radio{
  margin-right: 20px;
}
.form-field .radio-wrap input{
  /* display: none; */
}
.form-field .radio-wrap label{
  cursor: pointer;
  padding-left: 22px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.form-field .radio-wrap label:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-40%);
  width: 16px;
  height: 16px;
  border-radius: 9px;
  border: 2px solid #b4b4b4;
  display: block;
  box-sizing: border-box;
}
.form-field .radio-wrap input:checked + label:before{
  border-color: #e60012;
}
.form-field .radio-wrap input:checked + label:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 44%;
  transform: translateY(-40%);
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: block;
  background: #e60012;
  /* margin: 0.75px 4.25px; */
  margin: 0.75px 4px;
}

.form-field > label{
  display: block;
  font-weight: bold;
  margin-bottom: 18px;
  position: relative;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0.09em;
  padding-left: 18px;
}
.form-field > label:before{
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 2px;
  top: 0;
  background-color: #e60012;
}
.form-field.required > label::after {
  content: "必須";
  color: #fff;
  padding: 1px 5px;
  background-color: #e60012;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 4px;
}

.form-field .readonly_text{
  height: 38px;
  line-height: 1.0;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  padding: 10px 10px;
  width: 100%;

  color: rgba(0,0,0,1.0);
  font-size: 16px;
  font-weight: normal;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  background-color: #f2f2f2;
}
.form-field .info-item,
.form-field .info_text{
  color: #3c3c3c;
  font-size: 12px;
  margin: 5px 0;
}

.field-wrap{
  display: flex;
  align-items: center;
}

.form_bottons{
  margin-top: 40px;
}

.form_error{
  border: 1px solid;
  display: flex;
  align-items: center;
  /* font-family: sans-serif; */
  font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "nc3Jp", sans-serif !important;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
  
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;

  background-color: #fff0f1;
  border: 0;
  color: #e60012;
  font-size: 12px;
  padding: 8px 10px 4px 10px;
  font-weight: bold;  
  box-sizing: border-box;
  
  /* display: none; */

  align-items: flex-start;
  line-height:2;
}
.form_error:before{
  content: "";
  display: inline-block;
  background-image: url(//theme.zdassets.com/theme_assets/11537438/ae071812c11b347daf07686c2112c55e8b98db3a.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;

  flex: 0 0 16px;
}
.error_text{
  margin-top: -5px;
}

.form-field.isError .form_error{
  display: flex;
}
.form-field.isError input,
.form-field.isError select,
.form-field.isError textarea,
.form-field.isError input:focus,
.form-field.isError select:focus,
.form-field.isError textarea:focus{
  background-color: #fff0f1;
  color: #e60012;
  border-color: #e60012;
}
.form_input + .form_description{
  margin-top: 10px;
}

.isStatusConfirm .required label:after{
  display: none;
}

.confirm_text{
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 23px;
  font-size: 20px;
  word-break: break-all;
}
.confirm_text .address_item{
  display: inline-block;
}
.confirm_text .address_item.zip{
  margin-right: 10px;
}
.confirm_text .address_item.city{
  margin-right: 10px;
}
.form_bottons .form_confirm .button_group .button,
.form-status-confirm .button_group .button{
  min-width: 160px;
} 
  
/* Name */
.name-wrap{
  justify-content: space-between;
}
.name-wrap input[type="text"]{
  width: 49%;
  max-width: 49%;
}

/* Age */
.age-wrap input[type="text"],
.age-wrap input[type="number"]{
  width: 4em;
  margin-right: 10px;
  text-align: center;
  /* padding: 10px 0 10px 10px;   */
}

/* Zip */
.zip-wrap input[type="tel"].zip-1,
.zip-wrap input[type="text"].zip-1,
.zip-wrap input[type="number"].zip-1{
  width: 4em;
  margin-right: 10px;
}
.zip-wrap input[type="tel"].zip-2,
.zip-wrap input[type="text"].zip-2,
.zip-wrap input[type="number"].zip-2{
  width: 5em;
  margin-left: 10px;
  margin-right: 10px;
}
.zip-wrap .zip-search{
  padding: 20.5px 16px !important;
  height: 66px !important;
}

/* Pref */
.pref-wrap{
  width: 8em;
}

/* Date */
.date-wrap .select-wrap,
.birthday-wrap .select-wrap{
  width: 6em;
  margin-right: 10px;
}

/* Tel */
.tel-wrap input[type="tel"].tel,
.tel-wrap input[type="text"].tel,
.tel-wrap input[type="number"].tel{
  width: 7em;
}
.tel-wrap span{
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
/* .tel-wrap span:first-child{
  margin-left: 0;
} */

/* GameID */
.gameid-wrap input[type="tel"].gameid,
.gameid-wrap input[type="text"].gameid,
.gameid-wrap input[type="number"].gameid{
  width: 5em;
}
.gameid-wrap span{
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
.gameid-wrap span:first-child{
  margin-left: 0;
}

/* FriendCode */
.friendcode-wrap input[type="tel"].friendcode,
.friendcode-wrap input[type="text"].friendcode,
.friendcode-wrap input[type="number"].friendcode{
  width: 6em;
}
.friendcode-wrap span{
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
.friendcode-wrap span:first-child{
  margin-left: 0;
}

/* Input Width */
.width-full input[type="text"],
.width-full input[type="number"]{
  width: 100%;
}
.width-half input[type="text"],
.width-half input[type="number"]{
  width: 50%;
}
.width-oneThird input[type="text"],
.width-oneThird input[type="number"]{
  width: 33.3%;
}  


@media screen and (max-width: 759.98px) {
  .form-field label{
    font-size: 16px;
  }
  .form-field.required label::after {
    margin-top: 2px;
  }
  .form_bottons .form_confirm .button_group{
    flex-direction: column-reverse;
  }
  .form_bottons .form_confirm .button_group .button:last-child{
    margin-bottom: 10px;
  }
  .form_bottons .form_confirm .button_group .button:first-child{
    margin-bottom: 0;
  }
  .form_bottons .button{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  
  /* Name */
  .name-wrap{
    flex-direction: column;
  }
  .name-wrap input[type="text"]{
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .name-wrap input[type="text"]:first-child{
    margin-top: 0;
  }  

  /* Zip */
  .zip-wrap input[type="tel"].zip-1,
  .zip-wrap input[type="text"].zip-1,
  .zip-wrap input[type="number"].zip-1{
    margin-right: 5px;
  }
  .zip-wrap input[type="tel"].zip-2,
  .zip-wrap input[type="text"].zip-2,
  .zip-wrap input[type="number"].zip-2{
    margin-left: 5px;
    /* margin-right: 5px; */
  }  
  .zip-wrap .zip-search{
    padding: 11px 16px;
  }
  .zip-wrap .zip-search .icon{
    display: block;
    -webkit-box-flex: 0;
    flex: 0 0 10px;
    width: 10px;
    height: 15px;
    margin-right: 7px;
  }  
  .zip-wrap .zip-search .icon{
    font-size: 14px;
  }

  /* Tel */
  .tel-wrap {
    justify-content: space-between;
  }
  .tel-wrap input[type="tel"].tel,
  .tel-wrap input[type="text"].tel,
  .tel-wrap input[type="number"].tel{
    width: 33%;
  }
  .tel-wrap span{
    margin-left: 5px;
    margin-right: 5px;
  }

  /* GameID */
  .gameid-wrap {
    justify-content: space-between;
  }
  .gameid-wrap input[type="tel"].gameid,
  .gameid-wrap input[type="text"].gameid,
  .gameid-wrap input[type="number"].gameid{
    width: 33%;
  }
  .gameid-wrap span{
    margin-left: 5px;
    margin-right: 5px;
  }
  
  /* FriendCode */
  .friendcode-wrap {
    justify-content: space-between;
  }
  .friendcode-wrap input[type="tel"].friendcode,
  .friendcode-wrap input[type="text"].friendcode,
  .friendcode-wrap input[type="number"].friendcode{
    width: 33%;
  }
  .friendcode-wrap span{
    margin-left: 5px;
    margin-right: 5px;
  }

  /* Input Width */
  .width-full input[type="text"],
  .width-full input[type="number"]{
    width: 100%;
  }
  .width-half input[type="text"],
  .width-half input[type="number"]{
    width: 50%;
  }
  .width-oneThird input[type="text"],
  .width-oneThird input[type="number"]{
    width: 50%;
  }  
}

.form-debug-text{
  background-color: #f6f6f6;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #999999;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.form-debug-text h2{
  font-weight: bold;
  font-size: 22px;
}


/* ======================================== */
/* Poricy */
/* ======================================== */
.poricy-warnning{
  color: #e60012 !important;
}
.poricy-text{
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: .04em;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  padding: 24px;
  border: 1px solid #dddddd;
  max-height: 240px;
  overflow-y: auto;
  border-radius: 2px;
}
.poricy-text li{
  padding-left: 1em;
}
.poricy-text li:before{
  content: "・";
  margin-left: -1em;
}
.poricy-link{
  text-align: center;
  margin-top: 20px !important;
}
.poricy-link .link .icon{
  margin-right: 6px !important;
}
.poricy-link .link .text{
  font-size: 12px !important;
  font-weight: bold;
}

.poricy-text a:hover{
  color:#E60012;
}

.agreement-input,
.agreementSection{
  margin-top: 10px;
  text-align: center;
}

.agreement-input .check:after,
.agreementSection .check:after{
  content: "必須";
  color: #fff;
  padding: 1px 5px;
  background-color: #e60012;
  margin-left: 8px;
  font-size: 12px;
  display: inline-block;
  margin-top: -4px;
  line-height: 1.3;
  font-weight: bold;
  vertical-align: middle;
}
.agreement-input input,
.agreementSection input{
  display: none;
}
.agreement-input label,
.agreementSection label{
  padding-left: 22px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.agreement-input label:before,
.agreementSection label:before{
  content: "";
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-37%);
  width: 16.5px;
  height: 16.5px;
  border-radius: 2px;
  border: 2px solid #b4b4b4;
  display: block;
  box-sizing: border-box;
}
.agreement-input input:checked + label:before,
.agreementSection input:checked + label:before{
  background-color: #e60012;
  border-color: #e60012;
}
.agreement-input input:checked + label:after,
.agreementSection input:checked + label:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16.5px;
  height: 16.5px;
  background-image: url(//theme.zdassets.com/theme_assets/11537438/d9ffd4ba2d318c7df0ca4cde79f0425f2cca6b14.svg);
  background-repeat: no-repeat;  
}
.agreement-container .form_error_wrap{
  text-align: center;
}
.agreement-container .form_error_wrap .form_error{
  display: inline-flex;
  width: auto;
}
@media screen and (max-width: 759.98px) {
  .poricy-text{
    font-size: 12px;
  }
}

/* ======================================== */
/* Main Title */
/* ======================================== */
.main-title img{
  max-width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 759.98px) {
  .main-title img{
    margin-bottom: 40px;
  }
}

/* ======================================== */
/* Progress */
/* ======================================== */
.progress{
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}
.progress-item {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 30px 0 15px 0;
  color: #b4b4b4; 
}
.progress-item-wrap{
  padding: 0 42px;
  background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 1px 4px;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;  
  position: relative;
  height: 26px;
  line-height: 26px;
}
.progress-item:first-child .progress-item-wrap:before{
  background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 1px 4px;
  content: "";
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.progress-item .number{
  background-color: #999999;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: #ffffff;

  margin-right: 10px;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  vertical-align: middle;
}
.progress-item .text{
  display: inline-block;
  height: 26px;
  line-height: 24px;
  vertical-align: middle;
}

.progress-item.active{
  color: #e60012;
}
.progress-item.active .number{
  background-color: #e60012;
}
.progress-item.active:after{
  right: 28px;
  bottom: -4px;
  left: 28px;
  background-color: #e60012;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  height: 4px;
}
@media screen and (max-width: 759.98px) {
  .progress{
    margin-bottom: 30px;
  }
  .progress-item {
    font-size: 14px;
    padding: 0 0 12px 0;
  }
  .progress-item-wrap{
    padding: 0 21px;
    height: 18px;
    line-height: 12px;
  }
  .progress-item .text{
    height: 18px;
    line-height: 16px;
  }
  .progress-item .number{
    margin-right: 5px;
    width: 18px;
    height: 18px;
    line-height: 16px;
  }    
  
  .progress-item.active:after{
    height: 3px;
    right: 14px;
    left: 14px;
  }
  /* .progress-item {
    width: 80px;
    font-size: 16px;
    }
  .progress-item .number{
    margin-right: 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .progress-item .text{
    height: 26px;
    line-height: 26px;
  }
  .progress-item.active:after{
    bottom: -10px;
    width: 100%;
    height: 5px;
  } */
}


/* ======================================== */
/* Button */
/* ======================================== */
.button_group{
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.button_group .button{
  margin: 10px;
}
.button {
  background-color: currentColor;
  display: inline-block;
  border-style: solid;
  box-sizing: border-box;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  padding: 11px 24px;
  border-radius: 2px;
  border-width: 2px;
}
.button div {
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;  
  justify-content: center;
}
.button .icon {
  display: block;
  -webkit-box-flex: 0;
  flex: 0 0 10px;
  width: 10px;
  height: 15px;
  margin-right: 7px;
}
.button.large .icon {
  flex: 0 0 14px;
  width: 14px;
  height: 19px;
  margin-right: 8px;
  margin-top: 1px;
}
.button.large .icon.pos-right {
  flex: 0 0 14px;
  width: 14px;
  height: 19px;
  margin-right: 0;
  margin-left: 8px;
  margin-top: 1px;
}
.button .icon svg{
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.button .text {
  color: #fff;
  font-weight: bold;
  display: block;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "nc3Jp", sans-serif !important;

  font-size: 14px;
  line-height: 1;
  margin-top: 1px;
  margin-bottom: 0em;
}

.button:hover{
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff;
}
.button:hover .text {
  color: currentColor;
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button:hover .icon svg {
  fill: currentColor;
}

/* Outline Ver */
.button.line {
  background-color: #ffffff;
}
.button.line .text{
  color: currentColor;
}
.button.line .icon svg{
  fill: currentColor;
}
.button.line:hover{
  background-color: currentColor;
}
.button.line:hover .text{
  color: #ffffff;
}
.button.line:hover .icon svg {
  fill: #ffffff;
}

/* Sizes */
.button.large {
  padding: 13px 38px;
}
.button.large .text {
  font-size: 18px;
}

/* Colors */
.button.primary {
  color: #e60012;
}
.button.secondary{
  color: #8c8c8c;
}
.button.account{
  color: #b4b4b4;
}

/* Disabled */
.button.disabled{
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  pointer-events: none;
}

/* Return */
.return-button{
  border-color: #d9d9d9;
}
.return-button .text{
  color: #3c3c3c !important;
}
.return-button svg{
  /* transform: rotate(180deg); */
  fill: #e60012 !important;
}
.return-button:hover{
  background-color: #ffffff !important;
  border-color: #e60012 !important;
}
.return-button:hover .text{
  color: #e60012 !important;
}

@media screen and (max-width: 759.98px) {
  .button_group{
 		flex-direction: column-reverse;
	}
  .form-status-confirm .button_group{
    flex-direction: column-reverse;
  }
  .button_group .button{
    margin: 0 0 10px 0;
    width: 100%;
  } 
  .button_group .button:last-child{
    margin: 0;
  }
  .button.large {
    padding: 13px 18px;
  }  
  .return-button,
  .return-button:hover{
    /* border-color: transparent !important; */
    margin: 10px 0 0 0 !important;
  }
}

/* ======================================== */
/* Link */
/* ======================================== */
.link{
  color: #3c3c3c;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  display: inline-block;

  text-decoration: underline;
}
.link.red:hover{
  color:#e60012
}
.link .wrap{
  display: flex;
  align-items: center;
}

.link.arrow .icon{
  width: 16px;
  height: 16px;
  /* margin-right: 8px; */
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  /* margin-top: 1px; */
  margin-top: -4px;
}
.link.arrow .text{
  /* vertical-align: middle; */
}
.link.arrow .icon svg{
  width: 100%;
  height: 100%;
  display: block;
}

.link.arrow.small .icon{
  width: 12px;
  height: 12px;
}

.link.arrow.red .icon svg{
  fill: #e60012;
}
.link.arrow.white .icon svg{
  fill: #ffffff;
}


/* ======================================== */
/* confirm */
/* ======================================== */
.isStatusConfirm .form-field label{
  font-size: 16px;
}
.isStatusConfirm .confirm_text{
  font-size: 16px;
  word-break: break-all;
}
.isStatusConfirm .form-field.required label::after{
  content: "";
}
.form_confirm .informations {
  text-align: center;
}

/* ======================================== */
/* Complete */
/* ======================================== */
.page_back{
  text-align: center;
  margin-top: 30px;
}
.page_back .link.arrow .icon{
  margin-top: -3px !important;
}
/* .page_back svg{
  margin-top: 2px;
} */
/* .form_complete .informations {
  font-weight: normal;
} */
/* .form_complete .informations li{
  margin-bottom: 10px;
} */

/* ======================================== */
/* LoginError */
/* ======================================== */
.na-login-block .links,
.na-login-block .button_group{
  margin-top: 30px;
  text-align: center;
}
.na-login-block .links{
  font-weight: bold;
}

.na-login-block .information{
  text-align: center;
  font-size: 16px;
  padding: 0;
  color: #3c3c3c;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 60px;
  letter-spacing: 0.04em;
}

.na-login-block .account_info{
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  color: #8c8c8c;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}
.na-login-block .account_info .info_text{
  margin-top: 30px;
  margin-bottom: 20px;
}
.na-login-block .account_info .account_data{
  display: flex;
  padding: 20px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #b4b4b4;
  box-sizing: border-box;
}
.na-login-block .account_info .account_data .user{
  display: flex;
  justify-content: start;
  align-items: center;
}
.na-login-block .account_info .account_data .user .icon{
  margin-right: 10px;
  margin-right: 10px;
  border-radius: 50%;
  /* background: black;   */
}
.na-login-block .account_info .account_data .user img{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;  
  /* opacity: 0.8; */
}
.na-login-block .account_info .account_data .user .name{
  font-weight: bold;
  font-size: 18px;
  word-break: break-all;
  text-align: left;
  max-width: 380px;
  line-height: 1.5;  
}

.na-login-block .account_info .account_data .button_group{
  margin-top: 0;
}
.na-login-block .account_info .account_data .button{
  min-width: 140px;
}
.na-login-block .account_info .account_data .button div{
  justify-content: center;
}

.na-login-block .account_info .button.account.setting .icon{
  flex: 0 0 15px;
}

@media screen and (max-width: 759.98px) {
  .na-login-block .links{
    font-size: 14px;
  }
  .na-login-block .links .icon{
    width: 12px;
    height: 12px;
  }
  .na-login-block .links svg{
    margin-right: 7px;
  }
  
  .na-login-block .information{
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .na-login-block .account_info{
    margin-bottom: 20px;
  }  
  .na-login-block .account_info .info_text{
    margin-top: 0;
    font-size: 14px;
    text-align: left;
  }
  .na-login-block .account_info .account_data{
    flex-direction: column;
  }
  .na-login-block .account_info .account_data .user{
    margin-bottom: 10px;
    min-width: 100%;
  }
  .na-login-block .account_info .button_group{
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .na-login-block .account_info .button_group .button{
    width: 48%;
    max-width: 48%;
    margin: 0;
    min-width: 0;
    padding: 11px 10px;
  }
  .na-login-block .button_group .button.large{
    padding: 25px 18px;
  }
}

.form-init{
  min-height: 64px;
  background-image: url(//theme.zdassets.com/theme_assets/11537438/c078bb4e210466eeee366cba0d0124b699813912.gif);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;

  position: absolute;
  left: 0;
  top: 68px;
  width: 100%;
  height: calc(100vh - 68px);  
}

/* ======================================== */
/* modalMessage */
/* ======================================== */
.modal-message{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal-message .modal-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7)
}

.modal-message .modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
  background-color: #ffffff;
  min-width: 360px;
}
.modal-message .modal-text{
  margin-bottom: 30px;
}

.modal-message .modal-buttons{

}
/* ======================================== */
/* ザ・スーパマリオブラザーズ・ムービー先行上映会 */
/* ======================================== */
.articleHead__main {
  font-weight: 700;
}
@media screen and (min-width: 760px), print {
  .articleHead__main {
    font-size:30px;
    line-height: 1.4;
    margin-top: -.26em;
    margin-bottom: -.14em;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 759.98px) {
  .articleHead__main {
    font-size:18px;
    line-height: 1.4;
    margin-top: -.26em;
    margin-bottom: -.14em;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;
  }
}
.articleHead_sub {
  font-weight: 700;
}
@media screen and (min-width: 760px), print {
  .articleHead_sub {
    font-size:20px;
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 759.98px) {
  .articleHead_sub {
    font-size:18px;
    line-height: 1.4;
    text-align: center;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 759.98px) {
  .br-sp {
    display: inline;
  }
}
@media screen and (max-width: 759.98px) {
  .style_inline{
    text-align: left;
    text-indent: -1.2em;
    padding-left: 1.2em;
    width: fit-content;
    margin: 0 auto;
  }
  .style_inline label{
    display: inline;
  }
  .style_inline label:before{
    top:10px;
  }
  .style_inline:after{
    text-indent: 0;
  }
}
/* ======================================== */
/* 個別許諾申請フォーム */
/* ======================================== */

.form-application--ttl_h1{
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  margin-bottom: 80px;  
  text-align: center;
}

/* h2 title */
.application .form-application--ttl_h2 {
  margin-bottom: 56px;
  border-width: 3px;
  border-top-style: solid;
  border-color: rgba(0, 0, 0, .1);
}
.application .form-application--ttl_h2_inner{
  padding-top: 38px ;
  margin-top: -3px ;
  display: inline-block ;
  border-color: #E60012;
  border-width: 3px;
  border-top-style: solid;
  position: relative;
}
.application .form-application--ttl_h2_inner > span {
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
  color:#3c3c3c;
}
@media screen and (max-width: 759.98px) {
  .application .form-application--ttl_h2_inner{
    border:none;
  }
  .application .form-application--ttl_h2_inner:before{
    content: "";
    display: block;
    height:3px;
    width:48px;
    position:absolute;
    top:0;
    left:0;
    background-color: #E60012;
    z-index: 10;
  }
}

/* text */
.application .form-application--text{
  font-size: 16px;
  line-height:1.8;
}
.application .form-application--text_red{
  color:#e60012;
  font-weight: bold;
}

/* form-field */
.application .form-field {
  margin-top: 63px;
}
.application .form-field > label {
  margin-bottom: 20px;
}
.application .form-field select,
.application .form-field textarea,
.application .form-field .nesty-input,
.application .form-field input[type="tel"],
.application .form-field input[type="text"],
.application .form-field input[type="number"]{
  font-size: 16px;
}
.application .form-field textarea {
  padding: 16px 10px;
  line-height:1.6;
}

/* 項目の並び順の変更 */
.application .form-status-input .pr_field_sort_order {
  display: flex;
  flex-direction: column;
}
.application .form-status-input .pr_field_sort_order label{
  order: 1;
}
.application .form-status-input .pr_field_sort_order .form_input{
  order: 3;
}
.application .form-status-input .pr_field_sort_order .form_description{
  order: 2;
  margin-top: 0px;
  margin-bottom: 8px;
}
.application .form-status-input .pr_field_sort_order .info_text{
  margin-top: 0px;
}
.application .form-status-input .pr_field_sort_order .form_error{
  order: 4;
}
.application .form-status-input .form-field.pr_field_sort_order .check-wrap label:before{
  top: 43%;
}
.application .form-status-input .form-field.pr_field_sort_order .check-wrap input:checked + label:after{
  top: 2px;
}
.application .form-field.pr_field_sort_order .radio-wrap label:before{
  top: 43%;
}
.application .form-field.pr_field_sort_order .radio-wrap input:checked + label:after{
  top: 43%;
}
/* 電話番号の並び順の変更 */
.application .form-status-input .pr_tel_field_sort_order {
  display: flex;
  flex-direction: column;
}
.application .form-status-input .pr_tel_field_sort_order label{
  order: 1;
  margin-bottom: 8px;
}
.application .form-status-input .pr_tel_field_sort_order .form_input,
.application .field-wrap,
.application .tel-wrap span{
  order: 3;
}
.application .form-status-input .pr_tel_field_sort_order .form_description{
  order: 2;
  margin-top: 0px;
}
.application .form-status-input .pr_tel_field_sort_order .form_error{
  order: 4;
}

/* メールの並び順の変更 */
.application .form-status-input .pr_mail_field_sort_order {
  display: flex;
  flex-direction: column;
}
.application .form-status-input .pr_mail_field_sort_order label{
  order: 1;
  margin-bottom: 8px;
}
.application .form-status-input .pr_mail_field_sort_order .form_input{
  order: 3;
  font-size:16px;
}
.application .form-status-input .pr_mail_field_sort_order .form_input,
.application .form-status-input .pr_mail_field_sort_order .email-reconfirm{
  order: 4;
}
.application .form-status-input .pr_mail_field_sort_order .email-reconfirm label{
  display: none;
}
.application .form-status-input .pr_mail_field_sort_order .email-reconfirm {
  margin-top:8px;
}

.application .form-status-input .pr_mail_field_sort_order .form_description{
  order: 2;
  margin-top: 0px;
}
.application .form-status-input .pr_mail_field_sort_order .form_error{
  order: 5;
}

/* チェックボックスサイズ調整*/
.application .form-status-input .pr_checkbox.form-field .check-wrap label:before {
  top: 53%;
}
.application .form-status-input .pr_checkbox.form-field .check-wrap input:checked + label:after{
  top: 3px;
}
.application .form-status-input .pr_checkbox.form-field .check-wrap label {
  line-height: 1.6;
}

/* リスト表示調整*/
.application .pr_list{
  font-size:16px;
  line-height: 2;
}
.application .pr_list li:before {
    content: "●";
    color: #dcdcdc;
    margin-right: 5px;
    margin-left: calc(-1em - 5px);
}
.application .pr_list li {
    margin-left: calc(1em + 5px);
}
.application .pr_list li:not(:last-child) {
  margin-bottom: 5px;
}

/* 注釈表示調整*/
.application ul.pr_info {
  margin-top:8px;
}
.application ul.pr_info li{
  font-size: 14px;
  color:#8c8c8c;
}
.application ul.pr_info li .link.arrow .icon{
  margin-right: 4px;
}
.application ul.pr_info li:not(:last-child) {
  margin-bottom: 2px;
}

/* 住所郡のタイトル*/
.application .form-status-input .form-field .add_address_label > label{
  display: block;
  font-weight: bold;
  margin-bottom: 18px;
  position: relative;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0.09em;
  padding-left: 18px;
}
.application .form-status-input .form-field .add_address_label > label:before{
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 2px;
  top: 0;
  background-color: #e60012;
}
.application .form-status-input .add_address_label label{
  margin-bottom: 0px;
}

/* 住所郡のラベルマーク削除*/
.application .form-status-input .form-field.delete_address_label > label{
  padding-left: 0px;
}
.application .form-status-input .form-field.delete_address_label > label:before{
  background-color: transparent;
}
/* PR入力画面の戻るボタンのサイズ調整*/
.application .return-wizard{ width: 174px; }
@media screen and (max-width: 759.98px){
  .application .return-wizard{ width: auto; }
}






/* ======================================== */
/* css */
/* ======================================== */

.application .radio{
    position: relative;
}

.application .radio-input{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    opacity: 0;
}

.application ol.pr_list li{
    position: relative;
    counter-increment: title;
}

.application ol.pr_list li:before{
    content: counter(title)".";
    margin-right: 3px;
    color: #3c3c3c;
}

/* 項目の並び順の変更 */
.application .form-status-input  {
    display: flex;
    flex-direction: column;
  }
  .application .form-status-input  label{
    order: 1;
  }
  .application .form-status-input  .form_input{
    order: 3;
  }
  .application .form-status-input  .form_description{
    order: 2;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .application .form-status-input  .info_text{
    margin-top: 0px;
  }
  .application .form-status-input  .form_error{
    order: 4;
  }
  .application .form-status-input .form-field .check-wrap label:before{
    top: 43%;
  }
  .application .form-status-input .form-field .check-wrap input:checked + label:after{
    top: 2px;
  }

.application .return-wizard ,.application .confirm-wizard{ width: 174px; }
@media screen and (max-width: 759.98px){
  .application .return-wizard,.application .confirm-wizard{ width: auto; }
}

.application .page-application{
    color: #3c3c3c;
}

.application .page-application>*:first-child{
    margin-top: 0;
}

.application .page-application--text{
    font-size: 16px;
    line-height:2;
  }

.application * + .page-application--text{
    margin-top: 24px;
}

.application * + .pr_list{
    margin-top: 24px;
}

.formCommonFooter{
    margin-top: 62px;
}


/* ======================================== */
/* js */
/* ======================================== */

.js_hide{
    display: none;
    visibility: hidden;
}
    
.js_inactive{
    background-color: #E6E6E6;
    border-color: #E6E6E6;
    pointer-events: none;
}