@charset "utf-8";

/* ********************************

	超特急 MYPAGE

*********************************** */

/* MENUフォント
================================= */

@font-face {
	font-family:"megeometricsans";
	src: url('./font/megeometricsans_black.woff') format('woff'),
		 url('./font/megeometricsans_black.ttf')  format('truetype')
}
body { font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;}
img{ max-width: 100%; }

#wrap{ opacity:1 !important; }

/* color
---------------------------- */

/* anchor */
a		{ color: #ff5fa2; text-decoration: underline; -webkit-transition: all .3s ease; transition: all .3s ease; }
a:hover	{ text-decoration: none;  }
.btn{ text-align: center; }
.btn a{
	display: inline-block;
	min-width: 270px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 40px;
	border: none;
	padding: 10px 0;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}
.btn input{ -webkit-appearance: none; background: none; border: none; cursor: pointer;}
.btn .main,
.btn .btnMain,
.btn .sub{ 
	display: inline-block;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	padding: 10px 40px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
}
.btn .main, .btn .btnMain { background: #ff5fa2; color: #fff; }
.btn .sub { background: #fff; color: #ff3c8d; }
.btn .main input, .btn .btnMain input{ color: #fff; }
.btn .sub input{ color: #ff3c8d; }

.btn .main::before,
.btn .btnMain::before,
.btn .sub::before{
	content: "";
	border-radius: 20px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-animation: btnOut 1s ease 0s forwards;
	animation:  btnOut 1s ease 0s forwards;
}
.btn .main::before,
.btn .btnMain::before{ background: #ff1073;}
.btn .sub::before{ background: #f0f0f0;}
.btn .main:hover::before,
.btn .btnMain:hover::before,
.btn .sub:hover::before{ -webkit-animation: btn .5s ease-out 0s 1 forwards; animation:  btn .5s ease-out 0s 1 forwards; }
.btn .main:hover,
.btn .btnMain:hover{ background:#ff5fa2; }

.btn .main.inputBtn,
.btn .btnMain.inputBtn{ padding:0; }
.btn .main.inputBtn input,
.btn .btnMain.inputBtn input{ padding: 10px 40px; }


.btn a, .btn input, .btn button{
	min-width:250px;
	width:auto;
}

@-webkit-keyframes btn { 80% { -webkit-transform: scale(1.3); } 100% { opacity: 0; } }
@keyframes btn { 80% { transform: scale(1.3); } 100% { opacity: 0; transform: scale(1.3);} }
@-webkit-keyframes btnOut { 100% { opacity: 0; -webkit-transform: scale(0);}}
@keyframes btnOut { 100% { opacity: 0;transform: scale(0);} }


/*
.btn a, .btn input, .btn button {
	border-radius: 22px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.btn .main		{ background: #ff5fa2; color: #fff; text-decoration: none; border: 1px solid #ff5fa2; }
.btn .main:hover{ background: #fff; color: #ff5fa2; }
.btn .sub		{ background: #fff; color: #ff5fa2; text-decoration: none; border: 1px solid #ff5fa2; }
.btn .sub:hover	{ background: #ff5fa2; color: #fff; }
*/


/* container
---------------------------- */
#wrap {
	width: auto;
	min-height: inherit;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	background: #f5f5f5;
	color: #000;
	padding-bottom: 540px !important;
	position: relative;
}
.loaded #wrap{ background:#f5f5f5; padding-bottom: 540px; }
#mainArea.single { width: 940px; margin: 0 auto; }
#mainArea.option__complete .txt{
	text-align: center;
}

/* header
================================= */
#header h1		{ background: transparent; text-align: center; padding: 40px 0 0; }
#header h1 a	{ width: 120px; margin: 0 auto; }
#header h1 a:hover{ opacity: 0.7; -webkit-transition: all .3s ease; transition: all .3s ease; }
#header h1 img	{ width: 200px; }

/* footer
================================= */
#footer { width: 100%; background: #151515; text-align: center; padding: 40px 0 10px; }
#footer a{ color: #aaa; font-size: 11px; text-decoration: none; -webkit-transition: all .3s ease; transition: all .3s ease; }
#footer a:hover{ opacity: 0.8; -webkit-transition: all .3s ease; transition: all .3s ease; }
#footer h2.logo{ width: 122px; margin: 0 auto 10px;}
#footer .loginList{ margin-bottom: 30px; }
#footer .loginList li{ display: inline-block; position: relative; }
#footer .loginList li:first-child::after{
	content: '';
	display: inline-block;
	width: 1.5px;
	height: 16px;
	background: #aaa;
	transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	margin: 0 7px 0 11px;
	vertical-align: -2px;
}
#footer .loginList li a{ font-family: 'Varela Round', sans-serif; font-size: 19px; }
#footer .supportNav { margin-bottom: 30px; }
#footer .supportNav li{ display: inline-block; position: relative; }
#footer .supportNav li:not(:last-child)::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 13px;
	vertical-align: -3px;
	background: #aaa;
	transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	margin: 0 10px 0 14px;
}

#footer .bnrList { margin-bottom: 30px; }
#footer .bnrList li{ display: inline-block; width: 200px;}
#footer .bnrList li:not(:last-child){ margin-right: 5px; }
#footer .bnrList li a{ display: block; }
#footer .officialLogo{ width: 100px; font-family: 'Varela Round', sans-serif; font-size: 10px;margin: 0 auto;}
#footer .copyright small { display: block; color: #999; font-size: 10px; padding: 10px 0 20px; }
#footer .copyright br { display: none; }


/* section
================================= */
.section { background: transparent; }
.section .sectionTit { font-weight: bold; text-align: center; border: none; }
.single .section{ padding-top: 60px; }
.bnrArea{ width:276px; margin:0 auto 20px; }
.bnrArea a{ display:block; }
.blockTit	{ background: #000; color:#fff; }
.txtArea	{ margin: 0 0 30px; }
.txt		{ margin: 0 0 15px; }

.formArea .formList { background: #fff; }
.section.regist .userNumber { background: #fff; }
.section.mypage .term { background: #fff; text-align: left; font-weight: normal; margin: 0;}
.single .section{background: #fff; margin-bottom: 30px;}
.formArea { margin:0 auto 35px; }
.qAttention { font-weight:bold; margin: 0 auto 0px; }
.c_red { color: #e44466; }

.indent { text-indent:-1.0em; padding:0 0 0 1.0em; margin: 0 auto 15px; }
.rule { color: #e44466!important; }
.qCompLead { font-size: 15px; font-weight:bold; text-align:center; margin: 0 auto 15px;}
.qCompTxt { text-align:center; margin: 0 auto 30px; }
.section.regist .newEntryBox{ background:#fff; text-align:center; padding: 25px 15px 15px; margin:60px auto 35px; }
.section.regist .newEntryBox .entryTit { font-size: 18px; font-weight: bold; color:#e44466; margin: 0 auto 20px; }
.section.regist .menuList { margin: 0 auto!important; }
.section.regist .menuList li { border: none; padding: 0; margin: 0 auto 15px; }
.section.regist .menuList .btn { float: none; }
.section.regist .previsional { margin: 0 auto 35px; }
.section.regist .menuList .btn .main { width:60% !important; font-weight:bold; }
.section.regist .btn .main span { font-size: 14px!important; font-weight:normal; }
.section.regist .btn .main span { font-size:11px; }
.section.regist .btn .main span.service { color: #ffff00; }
.section.regist .btn .main:hover span.service { color: #ffbf00; }
.section.regist .previsional .btn .main { font-weight:bold; }
.section.regist .previsional .btn .main span { font-weight:normal; }

.formArea .supportList a{ text-decoration: none; }
.formArea .supportList a::before{ display: none !important; }

.mypage .myData{border: 1px solid #000; border-bottom: none; margin: 30px auto 40px; }
.mypage .myData dt{
	width: 80px;
	float: left;
	color: #000;
	background: #f8d2e9;
	font-size: 12px;
	border-bottom: none;
	padding: 26px 22px 25px;
	letter-spacing: 0.05em;
	clear: left;
}
.mypage .myData dd{
	height: 70px;
	box-sizing: border-box;
	line-height: 70px;
	padding-left: 150px;
	font-size: 16px;
	border-bottom: 1px solid #000;
}

.mypage .myData{
	display:flex;
	flex-wrap:wrap;
}

.mypage .myData *{
	box-sizing:border-box;
}

.mypage .myData dt{
	float:none;
	width:30%;
	border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mypage .myData dd{
	width:70%;
}

.mypage .myData dt,
.mypage .myData dd{
	padding:1em;
	height:auto;
	line-height:1.5em;
}

.section.mypage .menuList li { padding: 25px 20px 15px;}
.section.mypage .menuList .btn a{ width: 274px; min-width: inherit; box-sizing: border-box; margin: 0; }

/* select */
.form__select {
  display: inline-block;
  position: relative;
	margin-bottom: 2em;
}
.form__select select {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.06em;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 0.3em;
  border: 1px solid #b5b5b5;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  color: #000;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #b5b5b5;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: rotate(-45deg);
}


/* login
================================= */
.sslLogin #header h1.logo{ padding-top: 0; }
.sslLogin #header h1.logo a { width: auto; line-height:0;padding: 0; }
.sslLogin #mainArea.single { padding-top: 180px; }
.sslLogin .single .section{ padding-top: 60px; background: #f5f5f5;}
.sslLogin .section .sectionTit{ line-height: 22px; position: static;}
.sslLogin .btn input{ padding: 0; }

.formArea .formList input[type="text"],
.formArea .formList input[type="password"]{
	border: 1px solid #ccc;
	padding: 5px;
}


/* マイページ推しメン導入
================================= */
.car--number,.comment--area .comment,.ribbon--duration,.accordion-content p{
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.mypage--sp{
	display: none;
}
.name,.accordion-title{
	font-family: "dunbar-text", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.sslLogin #wrap{
	background: #ffffff;
}
.sslLogin .blockTit{
	background: none;
	color: #000000;
}
.oshimen--box {
	width: 337px;
	background-color: #ffffff;
	margin: 50px auto;
	border-radius: 0 80px 45px 0;
	overflow: hidden;
	border: 1px solid #4d4d4d;
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s 0.2s ease-out;
}
.oshimen--box.delighter.started{
	opacity: 1;
}
.oshimen{
  width: 79%;
  height: 408px;
  margin: 0 0 40px auto;
}
.member--photo{
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
	background-size: cover;
    background-repeat: no-repeat;
}
.body--parts{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
	background-image: url(/static/bullettrain/contents/oshimen/parts.png);
	width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.parts__inner{
	width: 21%;
	height: 406px;
	position: relative;
}
.body--parts .car--number,.body--parts .bt--logo,.body--parts .name{
	position: absolute;
	left: 50%;
}
.car--number{
	border: 1px solid #000000;
	border-radius: 6px;
	padding: 0.2em 0;
	font-size: 20px;
	top: 1em;
	transform: translate(-50%);
	text-align: center;
	width: 55%;
}
.bt--logo{
	transform: translateX(-50%);
    top: 6em;
}
.body--parts .name{
	writing-mode: vertical-rl;
    transform: rotate(180deg) translate(50%);
	font-size: 49px;
	bottom: 0;
}
.body--parts .name.hakooshi{
	font-size: 41px;
}
.body--parts .name.nayamichu{
	font-size: 24px;
}
.door{
  width: 79%;
  height: 408px;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 2;
  border-radius: 0 80px 0 80px;
  overflow: hidden;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(0,0,0,0.5);
  transition: all .6s;
  display: inline-flex;
}
.door.open{
  right: 280px;
}
.blur{
  position: absolute;
    top: 0;
    z-index: -1;
    filter: blur(20px);
}
.blur img{
  border-radius: 0 80px 0 80px;
}
.comment--area{
  	padding: 40px 30px 25px 0;
    color: #ffffff;
    border-radius: 45px 0 44px 0;
	position: relative;
    z-index: 4;
}
.comment--area.kai{
	background-color: #0000FE;
}
.comment--area.ryoga{
	background-color: #93268f;
}
.comment--area.takuya{
	background-color: #009346;
}
.comment--area.yuki{
	background-color: #fe0100;
}
.comment--area.takashi{
	background-color: #bcbcbc;
}
.comment--area.shuya{
	background-color: #4b444c;
}
.comment--area.masahiro{
	background-color: #4f2600;
}
.comment--area.aloha{
	background-color: #3fc9b6;
}
.comment--area.haru{
	background-color: #ef7900;
}
.comment--area.hakooshi{
	background-color: #ff7bac;
}
.comment--area.nayamichu{
	background-color: #000000;
}

.comment--area p{
  	font-size: 13px;
  	line-height: 1.8;
}
.comment--area .comment{
  	margin-bottom: 20px;
	padding-left: 30px;
}
.comment--area .comment.anniversary{
	font-size: 17px;
}
.comment--area .ribbon--duration.comment--exist,.ribbon--duration.comment--no--exist{
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1.5;
	padding-left: 30px;
}
.comment--area .ribbon--duration.comment--exist{
  background-image: url(/static/bullettrain/contents/oshimen//ribbon/comment_ribbon.svg);
}
.comment--area .ribbon--duration.comment--exist.kai{
	color: #0000FE;
}
.comment--area .ribbon--duration.comment--exist.ryoga{
	color: #93268f;
}
.comment--area .ribbon--duration.comment--exist.takuya{
	color: #009346;
}
.comment--area .ribbon--duration.comment--exist.yuki{
	color: #fe0100;
}
.comment--area .ribbon--duration.comment--exist.takashi{
	color: #bcbcbc;
}
.comment--area .ribbon--duration.comment--exist.shuya{
	color: #4b444c;
}
.comment--area .ribbon--duration.comment--exist.masahiro{
	color: #4f2600;
}
.comment--area .ribbon--duration.comment--exist.aloha{
	color: #3fc9b6;
}
.comment--area .ribbon--duration.comment--exist.haru{
	color: #ef7900;
}
.comment--area .ribbon--duration.comment--exist.hakooshi{
	color: #ff7bac;
}
.comment--area .ribbon--duration.comment--exist.nayamichu{
	color: #000000;
}

.ribbon--duration.comment--no--exist{
	color: #ffffff;
	margin-bottom: 30px;
}
.ribbon--duration.comment--no--exist.kai{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_kai.svg);
}
.ribbon--duration.comment--no--exist.ryoga{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_ryoga.svg);
}
.ribbon--duration.comment--no--exist.takuya{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_takuya.svg);
}
.ribbon--duration.comment--no--exist.yuki{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_yuki.svg);
}
.ribbon--duration.comment--no--exist.takashi{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_takashi.svg);
}
.ribbon--duration.comment--no--exist.shuya{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_shuya.svg);
}
.ribbon--duration.comment--no--exist.masahiro{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_masahiro.svg);
}
.ribbon--duration.comment--no--exist.aloha{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_aloha.svg);
}
.ribbon--duration.comment--no--exist.haru{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_haru.svg);
}
.ribbon--duration.comment--no--exist.hakooshi{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_hakooshi.svg);
}
.ribbon--duration.comment--no--exist.nayamichu{
	background-image: url(/static/bullettrain/contents/oshimen//ribbon/ribbon_nayamichu.svg);
}

.days{
	font-size: 16px;
}
.comment--area .sub--duration{
  font-size: 10px;
  font-weight: 400;
  padding-left: 30px;
}

/* マイページ推しメン導入--アコーディオン */
.accordion {
	padding-left: 30px;
	margin-bottom: 20px;
	text-align: center;
  }
  .accordion-title {
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	padding: 6px 20px;
	font-weight: bold;
    letter-spacing: 0.05em;
  }
  .accordion-content {
	display: none;
	text-align: left;
	margin-top: 20px;
  }
  .accordion-content p {
	font-size: 13px;
	line-height: 1.5;
  }
  .accordion-item:nth-of-type(1) .accordion-title {
	border-radius: 100px;
    border: 1px solid #ffffff;
  }
  .accordion-title {
	position: relative;
  }
  .accordion-title::after {
	content: "";
	display: block;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(0deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
  }
  .accordion-title.open::after {
	top: 34%;
	transform: rotate(180deg);
  }

  .exchangeArea{
  border: solid 1px #f91d37;
  padding:30px;
  margin-bottom: 30px;
  }

  .exchangeLead{
  text-align: center;
  font-size:15px;
  margin-bottom:20px;
  }

  .exchangeTxt{
  text-align: center;
  }
  
  .exchangeTxt_tv{
  text-align: center;
  }
  
  .continueArea{
  border: solid 1px #ff1073;
  padding:10px;
  margin-top: 30px;
  }

  .continueTxt{
  text-align: center;
  }
  


