@charset "utf-8";
/* CSS Document */
/*日英仏中の統合CSS*/
/*
:対応サイト
https://www.milky-cat.com/eg/mcm/vipe.html
https://www.milky-cat.com/eg/mcm/vip.html

:モダンブラウザ対応
internetexplorerはバージョン11以降。
*/

/*初期化*/
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    color:#FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*/初期化*/


/********* PC用 **********/
@media screen and (min-width: 541px){
body{
    width: 950px;
    margin: 0 auto;
    background-color:#152239;
}
.modal {
	position: fixed;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    width: auto;
    height: auto;
    margin: -120px 0 0 -220px;
    padding: 20px;
    text-align: center;
    font-size: 25px;
}
.modal p { margin-bottom:10px; }
.modal a { cursor:pointer; }
img{
    width: 95%;
    display: block;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    margin-top: 0px;
    margin: 0 auto;
    background-image: url(https://www.milky-cat.com/main/parts/jobback.gif);
}
.stage_01 > a {
    text-align: center;
    display: block;
}
.stage_01 h1 {
    text-align: center;
}
.stage_01 p {
    text-align: center;
}
.stage_01 .stage_01a02    {
    width: 95%;
    color: #FF9900;
    font-size: 23px;
    font-weight: bold;
    border-top: 2px solid #E3E3E3;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
}
.stage_02 {
    width: 100%;
    padding-bottom: 5px;
    line-height: normal;
}
.payment .box_base.left p {
    font-weight: normal;
    font-size: medium;
    color: #FFFFFF;
    background-color:transparent;
}
    .payment {
        margin-right: 0px;
        display: flex;
        flex-wrap: wrap;
        padding-right: 10px;
    }
    .box_base {
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-color: black;
    flex-grow: 1;
    width: 450px;
    margin-left: 10px;
    }
    .box_base:hover {
        background-color: #666;
    }

.stage_02 .payment .box_base.right {
    color: #FFFFFF;
    padding-top: 10px;
}
    .right .credit {
        font-size: 25px;
        font-weight: normal;
        color: #FFFF00;
        text-decoration: underline;
    }
.stage_02 .payment .box_base.right_en {
    color: #FFFF00;
}
    .left .credit {
        font-size: 40px;
        font-weight: normal;
        color: #FFFF00;
        text-decoration: underline;
    }
.left .credit_en {
    font-size: 30px;
    font-weight: normal;
    color: #FFFF00;
    text-decoration: underline;
    }
.left .patpal {
        color: #70ffc4;
        font-size: 30px;
        text-decoration: none;
        font-weight: normal;
    }
.payment .box_base.left img {
    width: 45%;
    display: block;
    margin-top: 10px;
}

.wrap .stage_03 > p {
    text-align: center;
    font-size: small;
}
.wrap .stage_04 {
    margin-top: 20px;
}
.wrap .stage_04 > p {
    text-align: center;
    color: #FFFFCC;
}
.wrap .stage_04 > img{
    width: 95%;
    display: block;
    margin: 0 auto;
	filter: blur(8px) opacity(100%);
}
.wrap .stage_04 > img:hover {
  filter: blur(3px) opacity(100%); 
}
/*******stage_last*******/
.footer{
	width: 100%;
	background-color: #333;
	padding-top: 15px;
	margin-top: 15px;
}
/*来場者人数表示のスタイル*/
.footer .cou .j {
	color: #E3E3E3;
	text-align: center;
}
/*改正風営法届出済以下の文字列全体のスタイル*/
.f_p > p{
    color: #E3E3E3;
    font-size: 12px;
    line-height: -1em;
    text-align: center;
    margin: 0;
    display: list-item;
}
/*利用規約他メニュー*/
.terms_PC {
    text-align: center;
    padding-left: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.terms_a_PC {
    border-left: 1px solid #E3E3E3;
    color: #E3E3E3;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
}
.terms_a_PC:hover {
    text-decoration: underline;
    color: #9070FF;
}
.border_last {
    border-right: 1px solid #E3E3E3;
}
/*国旗マーク*/
.language  {
    margin: 0 auto;
    text-align: center;
}
.language_a {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 41px;/*国旗の大きさはここで指定する*/
}
.language_img {
    margin: 0 auto;
    display: block;
    width: 41px;/*国旗の大きさはここで指定する*/
}
}
/********* スマホ用 **********/
@media screen and (max-width: 540px){
body{
    margin: 0 auto;
    width: 340px;
    background-color: #D3D3D3
}
.modal {
	position: fixed;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 65%;
    width: auto;
    height: auto;
    margin: -120px 0 0 -220px;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
.modal p { margin-bottom:10px; }
.modal a { cursor:pointer; }

img{
    width: 95%;
    display: block;
    margin: 0 auto;
}
.wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(https://www.milky-cat.com/main/parts/jobback.gif);
}
.stage_01 h1  {
    font-size: 150%;
    text-align: center;
}
.wrap .stage_01 p {
    text-align: center;
    font-size: 80%;
}
.credit_en {
    font-size: 110%;
    color: #FFFF00;
}
.payment .box_base.left img {
    width: 50%;
}

    .payment {
    margin-right: 0px;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    }
    .box_base {
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        margin-top: 3px;
        display: block;
        padding-bottom: 7px;
        background-color: #515152;
    }
    .box_base h3 {
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
    }
    .left h3 {
        color: #FFFFFF;
    }

    .left p {
        color: #FFFFFF;
        font-size: 12px;
    }
    .left .patpal {
        color: #70fff3;
        font-size: 32px;
        text-decoration: underline;
        font-weight: normal;
    }

.left img {
    margin: 0 auto;
    display: block;
}
.left .bitcash {
        color: #70fff3;
        font-size: 30px;
        text-decoration: underline;
        font-weight: normal;
    }
    .left .credit {
        font-size: 33px;
        font-weight: normal;
        color: #FFFF00;
        text-decoration: underline;
    }
.left .credit_fr {
        font-size: 25px;
        font-weight: normal;
        color: #FFFF00;
        text-decoration: underline;
    }
.right_en {
    font-size: 73%;
}

.right a {
    text-decoration: underline;
}
    .right {
        padding:20px 0;
        font-weight: bold;
    }
    .right p {
        font-size: 13px;
        line-height: 18px;
    }
.stage_03  {
}
.wrap .stage_03 > p {
    text-align: center;
    font-size: small;
}
.stage_04 {
}
.wrap .stage_04 > p {
    padding-top: 15px;
    text-align: center;
}
.wrap .stage_04 > img{
    width: 95%;
    display: block;
    margin: 0 auto;
	filter: blur(6px) opacity(100%);
}
.wrap .stage_04 > img:hover {
  filter: blur(1px) opacity(100%); 
}
/*footer*/
.footer{
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 340px;
    background-color: #333333;
    padding-bottom: 14px;
}
.f_p > p{
    color: #E3E3E3;
    font-size: 12px;
    line-height: -1em;
    text-align: center;
    margin: 0;
}
.wrap .footer .cou {
    display: none;
}
/*利用規約_全言語共通*/
.terms_a_SP {
    text-align: center;
    padding-left: 0px;
    margin-bottom: 10px;
}
.terms_a_SP {
    color: #E3E3E3;
    font-size: 12px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.terms_a_SP:hover {
    text-decoration: underline;
    color: #9070FF;
}
/*国旗マーク米仏中共通*/
.language  {
    margin: 0 auto;
    text-align: center;
}
.language_a {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 41px;
}
.language_img {
    margin: 0 auto;
    display: block;
    width: 41px;
}

/*スマホ用ボタン*/
a.btn_sp,
a.btn_sp:hover,
a.btn_sp:visited{
    position: relative;
    display: block;
    width: 95%;
    font-weight: bold;
    text-decoration: none;
    line-height: 24px;
    text-align: center;
    border-top: 1px solid #6b7688;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px #222;
    background: #586170;
    background: -webkit-gradient(linear, left top, left bottom, from(#586170), to(#424551));
    background: -moz-linear-gradient(top,  #586170,  #424551);
    background: -o-linear-gradient(top,  #586170,  #424551);
    background: -ms-linear-gradient(top,  #586170,  #424551);
    background: linear-gradient(top,  #586170,  #424551);
    box-shadow: 0 1px 1px #1d1e20;
    padding: 10px 0;
    margin: 10px auto;
    border-radius: 3px;
}
a.btn_sp:hover { /*マウスホバー時*/
  color: #f2f1f1;
  background: #3f4551;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f4551), to(#333640));
  background: -moz-linear-gradient(top,  #3f4551,  #333640);
  background: -o-linear-gradient(top,  #3f4551,  #333640);
  background: -ms-linear-gradient(top,  #3f4551,  #333640);
  background: linear-gradient(top,  #3f4551,  #333640);
}
a.btn_sp:active{  /* ボタンを押したとき */
    color: #CF0;
    bottom: -2px;
    width: 95%;
    border: none;
    border-bottom: 1px solid #6b7688;
    background: #3f4551;
    background: -webkit-gradient(linear, left top, left bottom, from(#3f4551), to(#333640));
    background: -moz-linear-gradient(top,  #3f4551,  #333640);
    background: -o-linear-gradient(top,  #3f4551,  #333640);
    background: -ms-linear-gradient(top,  #3f4551,  #333640);
    background: linear-gradient(top,  #3f4551,  #333640);
    box-shadow: 0 0 3px #1d1e20 inset;
}

/*改行処理*/
.css-br::after {
  content: "\A" ;
  white-space: pre;
}
}


.stage_02 .payment > a {
    display: block;
    text-align: center;
}
