@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&Noto+Sans+JP:wght@400;500;700&display=swap");

.u-red {
    color: #f0027f; }

.u-blue {
    color: #002ac6; }

.u-mark {
    background: #fffc00;
    padding: 0.5rem;
    margin: 0 0.5rem; }

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif"; }

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  color: #ffffff;
  background: #3b3b3b;  }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0; }

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

fieldset,
img {
    border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit; }

del,
ins {
    text-decoration: none; }

ul li {
    list-style: none; }

caption,
th {
    text-align: left; }

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
    content: ""; }

abbr,
acronym {
    border: 0;
    font-variant: normal; }

sup {
    vertical-align: baseline; }

sub {
    vertical-align: baseline; }

legend {
    color: #000; }

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit; }

input,
button,
textarea,
select {
    *font-size: 100%; }



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

.cf, .clearfix {
    display: inline-block; }

/* Hides from IE Mac */
* html .cf, * html .clearfix {
    height: 1%; }

.cf, .clearfix {
    display: block; }

.m-y-1 {
    margin: 1rem 0;
}
.m-y-2 {
    margin: 2rem 0;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
}

#wrapper p {
    line-height: 1.5rem;
    font-size: 1rem;
}
.mark {
    color: #E00000;
    margin: 0 0.5rem;
}
header {
    width: 100%;
    margin-bottom: 15px;
}

header h1 {
    padding: 1rem;
    font-size:1.5em;
    font-weight:800;
    background: #ef097c;
    text-align: center;
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

header h1 span {
	    vertical-align:10%;
	}

header h1 img {
	    width: 30px;
	}

#wrapper #tvasahiid {
    margin: 1rem;
    padding: 1rem;
    font-size: 1rem;
    border: 2px #00A0C6 solid;
}

#wrapper #tvasahiid h2 {
    margin: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #00A0C6;
}

#wrapper #tvasahiid p {
    text-align: center;
    margin-bottom: 1rem;
}

#wrapper #tvasahiid .button {
    margin: 0.5rem auto;
    width: 90%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #00A0C6;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

#wrapper #contents-wrap {
    padding: 0 1rem 0;
}
#wrapper #contents-wrap .form-block {
    margin: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#wrapper #contents-wrap .form-block .form-ttl {
  padding: 0.5rem 1rem;
  font-weight: bold;
  margin: 0.7rem 0 0 ;
  width: 20%;
  line-height: 1.6rem;
}
#wrapper #contents-wrap .form-block .form-input {
    width: 70%;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 0.7rem 0 0 ;
    position: relative;
}

#wrapper #contents-wrap .form-block input[type='text'],
#wrapper #contents-wrap .form-block input[type='mail'],
#wrapper #contents-wrap .form-block input[type='password'] {
    box-sizing: border-box;
    padding: 0.3em;
    letter-spacing: 1px;
    border: 0;
    border: 1px #E0E0E0 solid;
}
#wrapper #contents-wrap .form-block .name {
    width: 20rem;
}
#wrapper #contents-wrap .form-block .kana {
    width: 20rem;
}
#wrapper #contents-wrap .form-block .age {
    width: 20rem;
}
#wrapper #contents-wrap .form-block .tel {
    width: 20rem;
}
#wrapper #contents-wrap .form-block .year {
    width: 6rem;
    margin-right: 0.5rem;
}
#wrapper #contents-wrap .form-block .form-input p {
  margin: 0.3rem 1rem 1.5rem 2rem;
  background-color: #696969;
  padding: 1rem;
}
#wrapper #contents-wrap .form-block .caption {
    font-size: 0.8rem;
    margin: 0.5rem;
}
select {
    position: relative;
    padding: 0.5rem;
    font-size: 1rem;
    background: #ffffff;
    cursor: pointer;
    border: 1px #E0E0E0 solid;
}
#wrapper #contents-wrap .form-block .month,#wrapper #contents-wrap .form-block .day {
    width: 5rem;
    margin: 0.5rem 0.5rem 0.5rem 0;
}

.radio {
    margin: 1rem 0;
}
.radio-label {
    margin: 0 1rem 1rem 0;
    display: inline-block;
}
.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 0em;
    margin-right: 0.5rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}

#wrapper #contents-wrap .form-block .pw {
    width: 100%;
    margin-right: 0.5rem;
}
#wrapper #contents-wrap .form-block .mail {
    width: 100%;
    margin-right: 0.5rem;
}
#wrapper #contents-wrap .form-block .zip {
    width: 8rem;
    margin-right: 0.5rem;
}
#wrapper #contents-wrap .form-block .search {
    display: inline-block;
    border-radius: 10rem;
    text-align: center;
    cursor: pointer;
    padding: 0.5rem;
    background: #8a8a8a;
    color: #ffffff;
    line-height: 1em;
    border: none;
    font-size: 0.9rem;
}

.check-label {
    margin: 0 1rem 1rem 0;
    display: inline-block;
}

.check-box input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.check-box input[type=checkbox] + .check-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 20%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 0em;
    margin-right: 0.5rem;
    margin-left: 1rem;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
}
.check-box input[type=checkbox]:checked + .check-label:before {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: 2px solid #3197EE;
    border-bottom: 2px solid #3197EE;
    transform: rotate(-45deg);
    top: 0.3em;
    left: 0em;
    width: 10px;
    height: 5px;

}
.check-box input[type=checkbox]:focus + .check-label:before {
    outline: none;
    border-color: #3197EE;
}
.check-box input[type=checkbox]:disabled + .check-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.check-box input[type=checkbox] + .check-label:empty:before {
    margin-right: 0;
}



#wrapper #contents-wrap .form-block textarea {
    box-sizing: border-box;
    padding: 0.3em;
    letter-spacing: 1px;
    border: 1px #E0E0E0 solid;
    width: 100%;
    margin-right: 0.5rem;
    height: calc( 1.3em * 5 );
    line-height: 1.3;
}


#wrapper #contents-wrap .form-block .pref {
    width: 13rem;
    margin: 0.5rem 0;
}

#wrapper #contents-wrap .form-block .address1 {
    width: 100%;
    margin-right: 0.5rem;
}

#wrapper #contents-wrap .form-block .address2 {
    width: 100%;
    margin-right: 0.5rem;
}


#wrapper #contents-wrap .form-block .job {
    width: 13rem;
    margin: 0.5rem 0;
}


#wrapper #contents-wrap .form-block .t-button {
    margin: 1.5rem auto 0;
    width: 40%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #00A0C6;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

#wrapper #contents-wrap .form-block .t-button:hover {
    opacity: 0.7;
}

#wrapper .mypageID {
    text-align: right;
}

footer {
    width: 100%;
    text-align: center;
    margin: 1rem 0;
    font-size: 0.8rem;
}



#thanks {
    width: 100%;
    text-align: center;
}

#thanks h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top:2rem;
}

#thanks p {
    margin-bottom: 3rem;
}

#thanks .button {
  margin: 0.5rem auto 3rem;
  width: 30%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: #8a8a8a;
  border-radius: 0.5rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.button2 {
    margin: 1.5rem auto;
    width: 40%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #00a0c6;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.button-caption {
    margin: 0 auto;
    text-align: center;
}
.login-wrap {
    margin: 2rem auto 2rem;
    width: 400px;
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
}
.img-wrap {
    margin: 2rem auto 2rem;
    width: 300px;
    display: block;
    position: relative;
    z-index: 1;
}

.img-wrap img,.login-wrap img {
    width: 100%;
}

.button-wrap {
    margin: 1rem auto 1rem;
    width: 100%;
    display: block;
    display: flex;
}

.button-wrap-center {
    margin: 1rem auto 1rem;
    width: 100%;
    display: block;
    display: flex;
    justify-content: center;
}

.mypage,.submit,.logreg-common {
    margin: 0 1rem;
    width: 20%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #00A0C6;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    display: inline;
    position: relative;
    z-index: 1;
}

.logout,.fix {
    margin: 0 1rem;
    width: 20%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #8a8a8a;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    display: inline;
    position: relative;
    z-index: 1;
}

.opac a {
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}

.opac:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
    transition: 0.3s;
}

/* デザイナーチーム以外の拡張 */
.opac input[name=back] {
    margin: auto 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #8a8a8a;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.opac input[name=commit] {
    margin: auto 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #00A0C6;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.submit2 {
    margin: 0 1rem;
    width: 20%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #00A0C6;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    display: inline;
    position: relative;
    z-index: 1;
}

.fix2 {
    margin: 0 1rem;
    width: 20%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #8a8a8a;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    display: inline;
    position: relative;
    z-index: 1;
}

.privacyDiv,
.privacyChk
{
    width: 100%;
    margin-top: 1rem;
}

.privacyChk {
    text-align: center;
}

.privacyDiv p {
    width: 100%;
    text-align: center;
}

.txt-color-red {
    color: #E00000;
}
/* end デザイナーチーム以外の拡張 */

.section-wrap .img-wrap {
    margin: 1rem auto 2rem;
    width: 300px;
    display: block;
    position: relative;
    z-index: 1;
}

.section-wrap .img-wrap img {
    width: 100%;
}

.close-btn {
    cursor: pointer;
}

.login-caption {
    margin: 0;
    display: block;
    font-size: 0.8rem;
}

.login-caption p {
    margin: 1rem 0 0 ;
    font-size: 0.8rem!important;
}

.login-caption ul {
    margin:  1rem 0 0 1rem;
}
.login-caption li {
    list-style:  disc;
    padding: 0;
    line-height: 1.8rem;
}

.logreg-img-wrap {
    margin: 1rem auto 1rem;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.logreg-img-inner-wrap {
    width: 100%;
    text-align: center;
}

.logreg-img-wrap img {
    width: 300px;
}

.logreg-img-wrap span {
    font-size: 1.9rem!important;
    color: #00A0C6;
    font-weight: 900;
    position: relative;
    top: -0.5rem;
}

.logreg-description p {
    text-align: center;
    margin-bottom: 1.3rem;
}

_:-ms-lang(x)::-ms-backdrop, .char {
    vertical-align: -5px;
}

.text {
	word-wrap: break-word;
}

/* ディレクター追加 */
#wrapper #contents-wrap a {
    color: #ffd910;
}

#wrapper #contents-wrap a:hover{
  text-decoration: none;
}

#wrapper #contents-wrap .form-block .form-ttl a {
  color: #ef097c;
}

#wrapper #tvasahiid a {
    color: #ffd910;
}

#wrapper #tvasahiid a:hover{
  text-decoration: none;
}

#wrapper #tvasahiid .form-block .form-ttl a {
  color: #ef097c;
}

/*アメトーークログイン画面ここからコピー*/
.ametalk_bg{
  background-color: #3b3b3b;
  color: #ffffff;
}

.ametalk_bg a {
  color: #ffd910;
}

.ametalk_bg h2 {
  color: #ffffff!important;
}

.ametalk_bg h3 {
    margin: 1rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.ametalk_bg #wrapper #tvasahiid{
  border-color: #ef097c!important;
}

.ametalk_bg .button2 {
    margin: 1.5rem auto;
    width: 40%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #ef097c;
    border-radius: 0.5rem;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.ametalk_bg .button3 {
    margin: 1.5rem auto;
    width: 40%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background: #ffd910;
    border-radius: 0.5rem;
    text-align: center;
    color: #000000;
    position: relative;
    z-index: 1;
}

.auth-error-page .main {
    width: 600px;
    margin: 30px auto;
}

.auth-error-page .images-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.auth-error-page img.club-logo {
    width: 60%;
}

.auth-error-page .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffcf;
    margin-top: 5px;
    padding: 10px;
}

.auth-error-page .tex-box {
    width: 60%;
}

.auth-error-page .btn-box {
    display: flex;
    justify-content: space-around;
}

.auth-error-page .btn-box {
    display: flex;
    justify-content: center;
}

.auth-error-page .btn-box div {
    border: 1px solid;
    padding: 2px 15px;
    border-radius: 3px;
    background-color: #d7d7d7;
    margin: 5px 10px;
}

.auth-error-page .btn-box div a {
    text-decoration: none;
    color: #000;
}

.m-y-2 span {
    font-size:1.5em;
    font-weight:800;
    font-family: "M PLUS Rounded 1c", sans-serif;
    vertical-align:10%;
}
.m-y-2 img {
    width: 30px;
}
