@charset "UTF-8";
/* clearfix */
/* ==========================
  gnav
  ===========================
#footer_contents .gnav_wrap,
#footer_contents .footer_section04 ul,
#footer_contents ul.eseki,
#footer_contents ul.header_links01 {
  display: none;
}
@media screen and (max-width: 640px) {
	#footer_contents .footer_section01,
	#footer_contents .gnav_wrap,
	#footer_contents .footer_section05,
	#footer_contents .footer_section04 ul,
	#footer_contents ul.eseki,
	#footer_contents ul.header_links01 {
	  display: none;
	}
} */

/* ==========================
  contents
  =========================== */


/*#wmc_masthead {
  z-index: 100;
  position: relative;
}

#MYPAGE-HEADER {
  width: 100%;
  background: #d6d6d6;
  margin-top: -20px;
  padding: 15px 0;
}
 #MYPAGE-HEADER ul {
  width: 950px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#MYPAGE-HEADER ul li {
  margin-right: 20px;
} 
@media screen and (max-width: 640px) {
  #MYPAGE-HEADER {
    margin-top: -16px;
  }
  #MYPAGE-HEADER ul {
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
  }
  #MYPAGE-HEADER ul li {
    margin-right: 10px;
  } 
}

.mypage_inner {
  width: 950px;
  margin: 20px auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .mypage_inner {
    width: 100%;
    margin: 10px auto 0;
    padding: 0 10px;
  }
}

#MYPAGE-WRAPPER {
  width: 100%;
  background: #fff;
  padding-top: 20px;
  text-align: left;
  color: #000;
}
#MYPAGE-WRAPPER h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  border-left: #b60081 5px solid;
  padding: 10px 0 10px 20px;
}
#MYPAGE-WRAPPER h2 div {
  font-size: 24px;
  font-weight: bold;
}
#MYPAGE-WRAPPER h2 p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #MYPAGE-WRAPPER {
    padding-top: 10px;
  }
  #MYPAGE-WRAPPER h2 {
    margin-top: 30px;
    padding: 5px 0 5px 15px;
  }
  #MYPAGE-WRAPPER h2 div {
    font-size: 20px;
  }
  #MYPAGE-WRAPPER h2 p {
    font-size: 15px;
  }
}

#STEP-NAV ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#STEP-NAV ul li {
  position: relative;
  padding: 15px 0 15px 40px;
  background: #727272;
  width: 234px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  margin-right: 20px;
}
#STEP-NAV ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 17px;
  border-color: #727272 transparent #727272 transparent;
}
#STEP-NAV ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 17px;
  border-color: transparent transparent transparent #727272;
}
#STEP-NAV ul li:first-child:before {
  border: none;
}
#STEP-NAV ul li:last-child {
  margin-right: 0;
}
#STEP-NAV ul li:last-child:after {
  border: none;
}
#STEP-NAV ul li p {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 2;
  width: 30px;
  height: 30px;
  border: #fff 2px solid;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#STEP-NAV ul li span {
  font-size: 16px;
  line-height: 1;
}
#STEP-NAV ul li.current {
  background: #b60081;
}
#STEP-NAV ul li.current:before {
  border-color: #b60081 transparent #b60081 transparent;
}
#STEP-NAV ul li.current:after {
  border-color: transparent transparent transparent #b60081;
}
@media screen and (max-width: 640px) {
  #STEP-NAV ul li {
    padding: 15px 0 15px 0px;
    background: #727272;
    width: calc((100% - 60px) / 4);
  }
  #STEP-NAV ul li:before {
    border-width: 23px 0 23px 17px;
  }
  #STEP-NAV ul li:after {
    border-width: 23px 0 23px 17px;
  }
  #STEP-NAV ul li p {
    font-size: 15px;
    line-height: 1;
    border: none;
    width: 100%;
    height: auto;
  }
  #STEP-NAV ul li span {
    display: none;
  }
}

#CONINNER {
  background: url("");
}

.form_container {
  font-size: 16px;
}
.form_container .form_item {
  width: 100%;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.form_container .form_item-left {
  width: 260px;
  padding: 20px;
  line-height: 1.5;
  background: #f6f5ec;
  font-weight: bold;
}
.form_container .form_item-left .required:after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  margin-left: 8px;
  vertical-align: text-top;
  background: #b60081;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.form_container .form_item-right {
  width: calc(100% - 260px);
  padding: 20px;
  line-height: 1.4;
}
.form_container .form_item-right div {
  margin-bottom: 10px;
}
.form_container .form_item-right div:last-child {
  margin-bottom: 0;
}
.form_container .form_item-right span {
  margin: 0 8px;
}
.form_container .form_item-right .caution {
  font-size: 13px;
}
.form_container .form_item-right .text_red {
  color: #b60081;
}
@media screen and (max-width: 640px) {
  .form_container {
    font-size: 15px;
  }
  .form_container .form_item {
    display: block;
    margin-bottom: 25px;
  }
  .form_container .form_item:last-child {
    margin-bottom: 0px;
  }
  .form_container .form_item-left {
    width: 100%;
    padding: 15px;
  }
  .form_container .form_item-left .required:after {
    font-size: 10px;
    padding: 4px 8px;
    margin-left: 5px;
  }
  .form_container .form_item-right {
    width: 100%;
    padding: 15px;
  }
} */

/* =====
  form
  ====== */
/* form input[type=radio], form input[type=checkbox] {
  display: none;
}
form .radio, form .checkbox {
  position: relative;
  display: inline-block;
  padding: 1px 1px 1px 30px;
  vertical-align: middle;
  cursor: pointer;
}
form .radio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: #727272 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
form .radio:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #b60081;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}
form input[type=radio]:checked + .radio:before {
  opacity: 1;
}
form input[type=text],
form input[type=email],
form input[type=number],
form input[type=password] {
  padding: 10px;
  border: #727272 2px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
  margin-left: 0;
}
form input[type=text]:placeholder-shown,
form input[type=email]:placeholder-shown,
form input[type=number]:placeholder-shown,
form input[type=password]:placeholder-shown {
  color: #acacac;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder {
  color: #acacac;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=number]:-moz-placeholder,
form input[type=password]:-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=password]::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder {
  color: #acacac;
}
form input[type=text]:last-child,
form input[type=email]:last-child,
form input[type=number]:last-child,
form input[type=password]:last-child {
  margin-right: 0px;
}
form input[type=submit] {
  display: block;
  width: 260px;
  height: 68px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 30px auto;
  text-align: center;
  padding: 0 25px;
  background: #b60081;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 0 0 #acacac;
  -moz-box-shadow: 0 2px 0 0 #acacac;
  -webkit-box-shadow: 0 2px 0 0 #acacac;
}
form input[type=submit]:hover {
  opacity: 0.8;
}
form input.size1 {
  width: 100px;
}
form input.size2 {
  width: 140px;
}
form input.size3 {
  width: 180px;
}
form input.size4 {
  width: 370px;
}
@media screen and (max-width: 640px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=password] {
    font-size: 14px;
  }
  form input.size1 {
    width: calc((100% - 20px) / 3);
  }
  form input.size2 {
    width: calc((100% - 10px) / 2);
  }
  form input.size3 {
    width: calc((100% - 10px) /2);
  }
  form input.size4 {
    width: 100%;
  }
  form input[type=submit] {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }
} */

/* ==========================
  common
  =========================== */
  
.mypage_inner p {
  font-size: 16px;
}
.error-txt {
  margin-bottom: 20px;
  color: #b60081;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.btn-style {
  display: inline-block;
  width: 260px;
  height: 68px;
  padding: 25px 0;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 2px 2px 1px rgb(172, 172, 172);
  -moz-box-shadow: 2px 2px 1px rgb(172, 172, 172);
  box-shadow: 0px 2px 0px 0px rgb(172, 172, 172) ;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}
.btn-style:hover {
  opacity: 0.8;
}

.btn_pink {
  color: #ffffff;
  background: #b60081;
  border: solid #b60081 2px !important;
}
.btn_pink:link {
  color: #ffffff;
  text-decoration: none;
}
.btn_pink:visited {
  color: #ffffff;
  text-decoration: none;
}

.btn_white {
  color: #b60081;
  background: #ffffff;
  border: solid #b60081 2px !important;
}
.btn_white:visited {
  color: #b60081;
  text-decoration: none;
}
.btn_white:link {
  color: #b60081;
  text-decoration: none;
}

.text-link a span:after {
  content: url(/mypage/common/images/contents_common_blt_02_l.png);
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

.complete-contaner {
  text-align: center;
  margin: 40px auto;
}
.complete-contaner p:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contents_title {
  margin-bottom: 20px;
}
.txt-center {
  text-align: center;
}


@media screen and (max-width: 640px) {
  .btn-style {
      width: 100%;
      height: 50px;
      padding: 15px 0;
      font-size: 16px;
  }

  .error-txt {
    text-align: left;
  }

  .complete-contaner {
    text-align: left;
    margin: 0 auto 40px;
  }
  .complete-contaner p:first-child {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .contents_title {
    margin-bottom: 17px;
  }
}

/* ==========================
  login
  =========================== */
/* ???? */
.disclaimer {
  border: #b60081 1px solid;
}
.disclaimer dt {
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  border: #f5f5f5 2px solid;
  border-top-style: none;
  cursor: pointer;
}
.disclaimer dt .disclaimer_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.disclaimer dt .disclaimer_description p {
  width: 100%;
  color: #b60081;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.disclaimer dt .disclaimer_description a {
  display: block;
  height: 22px;
  padding-left: 30px;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
  color: #b60081;
  background: url("/mypage/coupon/images/icon_accordion.png") left top no-repeat;
}
.disclaimer dt.open .disclaimer_description a {
  background-position: 0 -22px;
}
.disclaimer dt:hover {
  opacity: 0.8;
}
.disclaimer dd {
  width: 100%;
  padding: 30px;
  border: #f5f5f5 2px solid;
  background: #f5f5f5;
  display: none;
}
.disclaimer .disclaimer_note {
  font-size: 1em;
}

#MYPAGE_INFO .mypage_info_inner {
    border: #b60081 1px solid;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}
#MYPAGE_INFO .mypage_info_inner .mypage_info_content {
    width: 100%;
    text-align: center;
    padding: 20px 30px;
    line-height: 1.5;
}
#MYPAGE_INFO .mypage_info_inner .mypage_info_content a::after {
    content: url(/mypage/common/images/contents_common_blt_01_r.png);
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
}
#MYPAGE_INFO .mypage_info_inner .mypage_info_content li:first-child {
    color: #b60081;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
  .disclaimer dt {
    padding: 15px;
  }
  .disclaimer dt .disclaimer_description p {
    width: 86%;
    text-align: left;
  }
  .disclaimer dt .disclaimer_description a {
    display: inline;
    padding-left: 22px;
  }
  .disclaimer dd {
    padding: 15px;
  }
  #MYPAGE_INFO .mypage_info_inner .mypage_info_content {
    padding: 20px 20px;
  }
}

  .watatheatre-logo {
    text-align: center;
  }
  .watatheatre-logo_img {
    width: 217px;
    max-width: 100%;
  }
.login_item {
    width: 100%;
    margin-bottom: 4px;
    line-height: 1;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.login_item-left {
    width: 260px;
    line-height: 1.5;
    font-weight: bold;
    padding: 20px;
}
.login_item-right {
    width: calc(100% - 260px);
    line-height: 1.4;
    padding: 20px;
}
.form_item-left_txtmiddle {
    line-height: 3 !important;
}
.text-link {
    text-align: center;
    font-size: 16px;
    color: #000000;
}
.text-link a:link,
.text-link a:visited {
    color: #000000;
}
#NEW-MEMBERS {
    margin: 0 auto;
}
#NEW-MEMBERS > hr {
  display: block;
}
.new-members_inner {
    margin: 30px 0;
    text-align: center;
}
.text-link-box {
  margin: 30px 0;
}
#CONINNER hr {
    display: none;
}

@media screen and (max-width: 640px) {
  .watatheatre-logo_img {
    width: 50%;
  }
  .form_item-left_txtmiddle {
      line-height: 1.5 !important;
  }
  .login_item {
      display: block;
  }
  .login_item-left {
      display: none;
  }
  .login_item-right {
      width: 100%;
      padding: 20px;
  }
  form p > .checkbox {
      width: 100%;
  }
  .sp-mt0 {
      margin-top: 0 !important;
  }
  .sp-mt10 {
      margin-top: 10px !important;
  }
  .new-members_inner {
      width: 100%;
  }    
  .btn-white {
      width: 100%;
      height: 50px;
      padding: 15px 0;
      font-size: 16px;
  }
  #CONINNER hr {
    display: none;
}
}