@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*===================================================
	reset
====================================================*/
#feature #wrap {
    padding: 0 0 150px;
    background: #f5f5f5;
}
#container {
    width: 100%;
    max-width: 1200px;
}
header{
    display: none;
}
/* FRAME 769 */
@media screen and (max-width: 769px){
#feature #wrap {
    padding: 48px 0 150px;
}
}

/*===================================================
	root
====================================================*/
:root {
  --main-gap: 56px;
  --sub-gap: 24px;
  --links-color: #6093ff;
}

/* FRAME 769 */
@media screen and (max-width: 769px){
:root {
  --main-gap: 32px;
  --sub-gap: 16px;
}
}

.allContain {
    height: 100%;
    font-family: 'Roboto', "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #000;
    line-height: 1.6em;
    font-size: min(calc(45 / 1200 * 100vw), 100%);
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
section{
    padding: 0 60px;
}
.contentBox{
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: var(--main-gap);
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    background: #FFF;
}
.contentInner{
    display: flex;
    flex-direction: column;
    gap: var(--sub-gap);
}
.inBox{
    background: #EFEFEF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: var(--sub-gap);
}
.titBox{
    background: #000;
    color: #FFF;
    padding: 20px 40px;
}
figure{

}

/* FRAME 1200 - 771 */
@media screen and (min-width:771px) and ( max-width:1200px) {

}

/* FRAME 770 */
@media screen and (min-width: 770px){

}

/* FRAME 769 */
@media screen and (max-width: 769px){
.allContain {
    gap: 32px;
}
section {
    padding: 0 16px;
}
.contentBox {
    padding: 32px 16px;
}
.inBox {
    padding: 16px;
}
.titBox{
        padding: 16px;
}
}

/*===================================================
	TEXT
====================================================*/
h2{
    font-size: 200%;
    line-height: 1.2em;
}
h3{
    font-size: 160%;
    font-weight: 600;
    line-height: 1.2em;
}
h4{
    font-size: 200%;
    line-height: 1.2em;
}
.sideline{
    display: inline-block;
    border-left: 0.3em solid;
    padding-left: 0.3em;
}

.underline{
    display: block;
    padding-bottom: 0.3em;
    border-bottom: 1px solid;
}
.bandline{
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 8px 16px;
}
.lead{
    font-size: 130%;
    line-height: 1.6em;
    margin: unset;
}
.txt{
    font-size: 110%;
    line-height: 1.5em;
    margin: unset;
}
.cautionBlock{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.cautionBlock .cautionLinner{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cautionList{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cautionList li {
    font-size: 85%;
    line-height: 1.6em;
    padding: 0 0 0 15px;
    position: relative;
}
.cautionList li span{
    position: absolute;
    left: 0;
    top: 1px;
}
.cautionTit{

}
.cautionTit span{
    display: inline-block;
    background: #000;
    color: #FFF;
    line-height: 1.4em;
    padding: 8px 16px;
    font-size: 120%;
}
.numList{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.numList dd {
    font-size: 90%;
    line-height: 1.6em;
    padding: 0 0 0 15px;
    position: relative;
}
.numList dd span{
    position: absolute;
    left: 0;
    top: 1px;
}
.device{
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #f7f7f7;
}
.device dt{
    border-bottom: 1px solid;
    padding-bottom: 16px;
    font-size: 120%;
}
.device dd{
    border-bottom: 1px dashed;
    padding-bottom: 16px;
}
.device dd:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.attention{
    text-align: center;
}
/* FRAME 769 */
@media screen and (max-width: 769px){
h2 {
    font-size: 140%;
}
h3{
    font-size: 140%;
}
h4 {
    font-size: 140%;
}
.lead {
    font-size: 110%;
}
}

/*===================================================
	LINK
====================================================*/
a{
    color: var(--links-color);
}
.innerLink{
    text-decoration: underline;
}
.btn{
    text-align: center;
}
.btn a{
    display: inline-block;
    max-width: 400px;
    background: var(--links-color);
    color: #FFF;
    text-align: center;
    padding: 20px 60px;
    font-size: 130%;
    margin: 0 auto;
    border-radius: 100px;
}
.btn .ghostBtn{
    background: transparent;
    border: 2px solid var(--links-color);
    color: var(--links-color);
}
.btnList{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}
.btnList li .txt{

}
.btnList li a{
    display: inline-block;
    max-width: 600px;
    color: #FFF;
    text-align: center;
    font-size: 130%;
    margin: 0 auto;
    border-radius: 100px;
    background: #EA6114;
    padding: 22px;
    border: 1px solid #EA6114;
    width: auto;
    min-width: 400px;
    text-decoration: none;
    box-sizing: border-box;
}
.btnList li a.blank{
    background: #797979;
    pointer-events: none;
    border: 1px solid #797979;
}
.btnSub {
    text-align: center;
    padding: 16px 0 32px;
}
.btnSub a{
    display: inline-block;
    max-width: 200px;
    text-align: center;
    font-size: 130%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 22px;
    border: 1px solid #000;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    background: #e8e8e8;
    color: #000000;
}

.btnList li .btncap{
    text-align: center;
    font-size: 90%;
    letter-spacing: 0.05em;
    padding-top: 8px;
}
.textLink{

}
.textLink a{
    font-weight: 600;
    text-decoration: none;
}
.textLink a i{
    margin: 0 0 0 5px;
}
.snsList {
    display: flex;
}
.snsList li {
    width: 25px;
    margin: 0 20px 0 0;
}
.snsList li a {
    display: block;
}
.snsList li a img{
    filter: invert(1);
    transition:0.3s ease;
}

/* btn 770 */
@media screen and (min-width: 770px){
a:hover{
    filter: brightness(1.3);
}
}

/* btn 769 */
@media screen and (max-width: 769px){
.btn a{
    padding: 16px 32px;
}
.btnList{
    display: block;
}
.btnList li {
    padding: 0;
    margin: 0 0 20px;
}
.btnList li:last-child{
    margin: 0;
}
.btnList li a{
    width: 100%;
    min-width: 100%;
}
.btnSub a {
    max-width: 200px;
}
}

/*===================================================
	NAV
====================================================*/

#gNav {
    position: fixed;
    background: #ffffff;
    top: 50px;
    right: 0;
    box-shadow: 0 0 15px #00000029;
    z-index: 9999;
    padding: 15px;
    border-radius: 23px 0 0 23px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.gnavMenu > li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 16px;
    display: block;
    color: #808080;
    transition: 0.3s;
    position: relative;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}
.gnavMenu > li.current a {
    color: #1A1A1A;
}
.gnavMenu > li.current a::before {
    width: 100%;
}

.gnavMenu > li a::before {
    content: '';
    width: 0%;
    height: 2px;
    background: #1A1A1A;
    position: absolute;
    bottom: 1px;
    left: 0;
    transition: 0.3s;
}

/* FRAME 769 */
@media screen and (max-width: 769px){
#gNav {
    border-radius: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}
.gnavMenu {
    display: flex;
    justify-content: space-between;
}
.gnavMenu > li a {
    padding: 0.85em;
    font-size: clamp(10px, 3.2vw, 15px);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gnavMenu > li.current a {
    color: #1A1A1A;
}
.gnavMenu > li a::before {
    bottom: -1px;
    height: 3px;
}
.anc{
    position: relative;
}
.anc span{
    position: absolute;
    top:-68px;
}
}
/*===================================================
	VISUAL
====================================================*/
.visual{
    padding: 0 60px;
}
.visualDetail{

}
.visual figure{
    max-width: 480px;
    margin: 0 auto 24px;
    line-height: 0;
}
.visual h1{
    text-align: center;
    color: #666666;
    font-size: 240%;
    margin-bottom: 24px;
    line-height: 1.4em;
    border-bottom: 1px solid;
    padding-bottom: 24px;
}
.visual .lead{

}

/* FRAME 769 */
@media screen and (max-width: 769px){
.visual{
    padding: 0 16px;
}
.visual figure {
    width: 85%;
}
.visual h1 {
    font-size: 160%;
    font-weight: 600;
}
}
/*===================================================
	SCHEDULE
====================================================*/

.scheduleList{
    border-top: 1px solid;
    padding: 16px 0 0;
}
.scheduleList li{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid;
    padding: 0 0 16px;
}
.scheduleList li .num span{
    display: inline-block;
    background: #000;
    color: #FFF;
    line-height: 1;
    padding: 8px 16px;
}
.scheduleList li .scheduleDetail{
    font-size: 120%;
}
.scheduleList li .scheduleDetail dt{
    font-size: 90%;
    font-weight: 800;
}
.scheduleList li .scheduleDetail dd{

}

/*===================================================
	PRIZE
====================================================*/
.prizeTit{
    border-bottom: 1px solid;
    padding: 0 0 16px;
}
.prizeTit .prize{
    display: inline-block;
    background: #000;
    color: #FFF;
    line-height: 1em;
    padding: 8px 16px;
    font-size: 140%;
    margin-bottom: 8px;
}
.prizeTit .lead{
    font-size: 180%;
}
.prizeTit .lead span{
    display: inline-block;
    font-size: 60%;
    font-weight: 600;
    margin: 0 0 0 16px;
    color: #5f5f5f;
}
.numDetail{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.numDetail li{
    border: 1px solid;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 80%;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.prizeDate{
    border: 1px solid;
    padding: 24px;
}
.prizeDate dt{
    font-size: 120%;
    border-bottom: 1px solid;
    padding: 0 0 8px;
    margin-bottom: 8px;
}
.prizeDate dd{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* FRAME 769 */
@media screen and (max-width: 769px){

.prizeTit .prize{
    font-size: 110%;
    padding: 8px 16px 6px;
}
.prizeTit .lead {
    font-size: 140%;
}
.prizeTit .lead span {
    display: block;
    margin: 0;
}
}

/*===================================================
  ENTRY
====================================================*/
.entry{
}
.entry .contentBox{
    background: transparent;
}
.entry .contentInner {
    gap: 0;
}
.entry #box1,
.entry #box2{
    display: none;
}
.checkPoint {
    display: block;
    text-align: center;
}
.checkPoint label {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}
.checkPoint input {
    -webkit-appearance: none;
}
.checkPoint .questCheck {
    width: 0;
    height: 0;
}
.checkPoint input~span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin: 0 5px 0 0;
    position: relative;
}
.checkPoint input~span:after {
    content: '';
    display: inline-block;
    width: 0.6em;
    height: 0.4em;
    border: 2px solid #FFF;
    border-top: none;
    border-right: none;
    margin: -0.26em 0 0;
    position: absolute;
    top: 38%;
    left: 18%;
    transform: rotate(-45deg);
    opacity: 0;
}

.checkPoint input:disabled~span {
    background: #EA6114;
    border-color: #EA6114;
}
.checkPoint input:disabled~span:after {
    opacity: 1;
}


.switch1{
    cursor: pointer;
    width: 200px;
    padding: 16px;
    background: #EA6114;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 120%;
    font-weight: 600;
}
._gray{
    pointer-events: none;
}
.entry .cap{
    text-align: center;
    font-size: 120%;
    margin: 0 0 16px;
}
.btnAttention a{
    background: #EA6114;
    padding: 22px;
    border: 1px solid #EA6114;
}
.btn_arrow{
    width: 35px;
    margin: 0 auto;
    padding: 10px 0;
}
.entry1{

}
#selArea{
    width: 100%;
}
.selectorList{
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.selectorList li{
  display: none;
}
.selectorList li:first-child{
  display: block;
}
.selectBox {
  position: relative;
}
.selectBox:before{
  content:"";
}
.valBack{
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 100px;
  cursor: pointer;
  z-index: 999;
}

.valDown{
    position: absolute;
    right: 30px;
    top: 47%;
    transform: translate(0, -50%);
    color: #ea6114;
    pointer-events: none;
}
._gray .valDown {
    color: #aaa;
}
.valDown span{
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg);
}
.valBack:before,
.valBack:after{
  display: block;
  content: "";
  position: absolute;
  background: #FFF;
  top: 4px;
  left: calc(50% - 1px);
  width: 2px;
  height: 12px;
  transform: rotate(45deg);
}
.valBack:after{
  transform: rotate(-45deg);
}
.selectBtn{
    -webkit-appearance: none;
    border: none;
    background: #ffffff;
    color: #000;
    border-radius: 100px;
    font-size: 16px;
    width: 100%;
    padding: 30px 55px 30px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 1em;
    cursor: pointer;
    border: 1px solid #ea6114;
}
._gray .selectBtn{
    color: #aaa;
    border: 1px solid #aaa;
}
.valBtn .selectBtn{
    background: #EA6114;
    border: #EA6114;
    text-decoration: none;
    color: #FFF;
    justify-content: center;
    font-size: 18px;
    padding: 30px 55px 30px 55px;
}
.valueOuter{
  animation: btnFade 0.8s ease forwards;
}
.submitInner{
    position: relative;
}
.selectedTxt{
    color: #000;
    font-size: 12px;
    padding: 10px 0 0;
    text-align: center;
    letter-spacing: 0;
}
.selectedTxt i{
    color: #EA6114;
}
@keyframes btnFade{
0%{
  opacity: 0;
  transform: translateX(50px);
}
100%{
  opacity: 1;
  transform: translateX(0);
}
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.selectBtn{
    padding: 20px 55px 20px 20px;
}
.valBtn .selectBtn{
    font-size: 16px;
    padding: 20px 55px 20px 55px;
}
.btnAttention a{
    padding: 16px;;
}

}




/*===================================================
  INFORMATION
====================================================*/
.information{

}
.information .inBox{
    gap:16px;
}
.informationTit{
    font-size: 140%;
    border-bottom: 1px solid;
    padding: 0 0 16px;
    font-weight: 600;
}
.informationName{
    font-weight: 600;
}
.otherInfo{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
/* FRAME 769 */
@media screen and (max-width: 769px){
.informationTit {
    font-size: 120%;
}
}
/*===================================================
  タブ
====================================================*/
.content {
    display: none;
}
.content.show {
    display: block;
}
.tab-container{
    display: flex;
    gap: 8px;
}
.tab-container .tab{
    width: calc(50% - 4px);
    padding: 24px;
    background: #aaa;
    color: #FFF;
    text-align: center;
    font-size: 120%;
    border-radius: 20px 20px 0 0;
    line-height: 1.5em;
    font-weight: 600;
    cursor: pointer;
}
.tab-container .tab.active{
    background: #000;
}
.content-container{

}
.content-container .content{

}
/* FRAME 769 */
@media screen and (max-width: 769px){
.tab-container .tab {
    font-size: 75%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

/*===================================================
  SCROLLBOX
====================================================*/
.scrollBox{
    width: 100%;
    max-height: 400px;
    overflow-y: scroll;
}
.scrollBox .scrollBoxInner{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* FRAME 769 */
@media screen and (max-width: 769px){
.scrollBox .scrollBoxInner{
    padding: 16px;
    gap: 16px;
}
}

/*===================================================
  OP:TICKET
====================================================*/
.op_ticket .acdList {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid;
}
.op_ticket .acdList:last-of-type{
    margin-bottom:0;
}
.op_ticket .tikcetTit {
    background: #FFF;
    color: #1a1a1a;
    padding: 40px 80px 40px 40px;
    font-size: 130%;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
}
.op_ticket .tikcetTit .arrow{
    position: absolute;
    top: 50%;
    right: 40px;
    width: 14px;
    height: 14px;
    aspect-ratio: 1;
    transition: 0.5s ease;
    transform: translate(0, -50%) rotate(0deg);
    display: block;
}
.op_ticket .tikcetTit .arrow span{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%) rotate(-135deg);
}
.op_ticket .tikcetTit .arrow span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 2px solid;
    border-left: 2px solid;
    box-sizing: border-box;
}
.op_ticket .open .tikcetTit .arrow {
    transform:  translate(0, -50%) rotate(-180deg);
}
.op_ticket .scrollAcd .tikcetTit {
    pointer-events: none;
}
.op_ticket .scrollAcd .tikcetTit .arrow{
    display: none;
}
.op_ticket .tikcetDetail {
    background: #FFF;
    color: #1a1a1a;
    padding: 40px;
    display: none;
    border-top: 1px solid;
}
.op_ticket .tikcetDetail .lead{
    font-size: 110%;
    margin-bottom: 24px;
}
.op_ticket .detailList {
    display: block;
    border-bottom: 1px dashed #000;
    padding: 0 0 16px;
    margin: 0 0 16px;
}
.op_ticket .detailList:last-of-type {
    margin: 0 0 40px;
}
.op_ticket .detailList dt {
    width: 100%;
    padding: 0;
    font-size: 80%;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.6em;
    opacity: 0.5;
}

.op_ticket .acdList.end .btn a{
    background: #acacac;
    color: #6d6d6d;
}
.op_ticket .acdList.end .tikcetTit:after {
    content: "受付終了";
    font-size: 60%;
    background: #fba432;
    padding: 5px 12px 4px;
    vertical-align: 2px;
    display: inline-block;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    color: #000000;
    line-height: 1em;
    border-radius: 100px;
}

.op_ticket .scrollAcd .tikcetDetail {
    display: block;
    padding: 0;
}


/* OP:TICKET SP-max-769 */
@media screen and (max-width: 769px){
.op_ticket .tikcetTit {
    padding: 16px 48px 16px 16px;
    font-size: 110%;
}
.op_ticket .tikcetTit .arrow {
    right: 24px;
    width: 8px;
    height: 8px;
}
.op_ticket .tikcetDetail {
    padding: 16px;
}
.op_ticket .detailList:last-of-type {
    margin: 0 0 24px;
}

}

/*===================================================
  OP:MODAL
====================================================*/
.op_modal{

}
.op_modal .modPop {
    display:none;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.op_modal .modPop.popActive {
  display:block;
}
.op_modal .modPop .popupShade{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 0;
    display: flex;
    align-items: center;
}
.op_modal .modPop .close {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    top: 30px;
    cursor: pointer;
    transition: 0.3s ease;
    background: #000;
    border-radius: 100px;
}
.op_modal .modPop .close::before,
.op_modal .modPop .close::after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
}
.op_modal .modPop .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.op_modal .modPop .close::after {
    transform: translate(-50%,-50%) rotate(135deg);
}
.op_modal .modPop .popInBox {
    width: 90%;
    max-width: 1200px;
    margin: 100px auto;
    position: relative;
    background: #f7f7f7;
    color: #000;
    border-radius: 20px;
}
.op_modal .modPop .popInContent{
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.op_modal .modPop .popInContent::-webkit-scrollbar{
    display: none;
}
.op_modal .modPop .popInContent .inBox{
    background-color: #FFF;
}
html:has(body.is-fixed) {
    overflow: clip;
    overscroll-behavior: none;
}

.op_modal .cautionCap {
    font-weight: 500;
    font-size: 16px;
}
.op_modal .cautionCap + .cautionList {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 24px 0;
}
.op_modal .cautionList li {
    font-size: 100%;
    line-height: 1.6em;
    padding: 0 0 0 20px;
    position: relative;
}
.op_modal .cautionList li span {
    position: absolute;
    left: 0;
    top: 1px;
}
.op_modal .cautionList li .txt {
    font-size: 110%;
    line-height: 1.7em;
    margin: unset;
}
/* OP:MODAL:PC-min-770 */
@media screen and (min-width: 770px){

}

/* OP:MODALSP-max-769 */
@media screen and (max-width: 769px){
.op_modal .modPop .close {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
}
.op_modal .modPop .popInBox {
    margin: 60px auto;
}
.op_modal .modPop .popInContent{
    padding: 20px;
}
.op_modal .cautionCap + .cautionList {
    padding: 16px 0;
}
.op_modal .cautionList li .txt {
    line-height: 1.6em;
    font-size: 100%;
}
}

/*===================================================
  preSelect
====================================================*/
.preSelect{
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.valBlock{
    display: none;
    position: relative;
    animation: btnFade 0.8s ease forwards;
    padding-bottom: 16px;
}
.val00{
    display: block;
}
.valBtn{
    display: block;
    background: #FFF;
    padding: 24px 48px;
    cursor: pointer;
    position: relative;
    border: 1px solid;
    border-radius: 100px;
    font-size: 18px;
    text-align: center;
    transition: 0.3s ease;
    text-decoration: none;
}
._gray .valBtn{
    color: #aaa;
}
a.valBtn{
    background: #EA6114;
    color: #FFF;
    border: 1px solid #EA6114;
    text-decoration: none;
}
.valBtn .arrowIcon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    color: #000;
    pointer-events: none;
    transition: 0.3s ease;
}
._gray .valBtn .arrowIcon {
    color: #aaa;
}

.valBtn .arrowIcon:before{
    content:"";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg) translate(-2px, 2px);
}
.valBtn.open .arrowIcon {
    transform: translate(0, -50%) rotate(180deg);
}
.valBtn .arrowEnter {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    color: #000;
    pointer-events: none;
    transition: 0.3s ease;
}
.valBtn .arrowEnter:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg) translate(-2px, 2px);
}
.returnVal{
    position: absolute;
    left: 20px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s ease;
}
.returnVal:before,
.returnVal:after {
    display: block;
    content: "";
    position: absolute;
    background: #FFF;
    top: 4px;
    left: calc(50% - 1px);
    width: 2px;
    height: 12px;
    transform: rotate(45deg);
    transition: 0.3s ease;
}
.returnVal:after {
    transform: rotate(-45deg);
}
.preSelect .checkIcon{
    display: inline-block;
    width: 1em;
    aspect-ratio: 1;
    position: relative;
    line-height: 1em;
    vertical-align: -1px;
    margin: 0 4px 0 0;
    background: #EA6114;
    border-radius: 100px;
}
.preSelect .checkIcon:before{
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    content: '';
    width: 4px;
    height: 2px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
}
.valInner{
    position: relative;
    z-index: 1;
}
.valList{
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #FFF;
    border: 1px solid;
    z-index: 10;
}
.valList li a{
    display: block;
    color: #000;
    padding: 16px 40px 16px 24px;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    text-align: center;
    text-decoration: none;
}
.valList li{
    border-bottom: 1px solid #000;
}
.valList li:last-child{
    border-bottom: none;
}
.valList li a .checkIcon{
    margin: 0;
    position: absolute;
    right: 16px;
    top: calc(50% - 0.5em);
    opacity: 0;
    transition: 0.3s ease;
    background: transparent;
}
.valSubmit{
    position: relative;
}
.valCap{
    padding: 8px 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3em;
}
.preSelect .valCap i{
    color: #EA6114;
    display: inline-block;
    margin: 0 4px 0 0;
}
@keyframes btnFade{
0%{
  opacity: 0;
  transform: translateX(50px);
}
100%{
  opacity: 1;
  transform: translateX(0);
}
}


/* SP */
@media screen and (max-width: 769px){
.valList li a {
    padding: 16px 8px;
    letter-spacing: 0.05em;
}
}

/* PC */
@media screen and (min-width: 960px){
.valBtn:hover{
    background: #EA6114;
    color: #FFF;
    border: 1px solid #EA6114;
}
.valBtn:hover .arrowIcon{
    color: #FFF;
}
.returnVal:hover{
  background: #FFF;
}
.returnVal:hover:before,
.returnVal:hover:after{
  background: #EA6114;
}
.valList a:hover{
    background: #EA6114;
    color: #FFF;
}
.valList a:hover .checkIcon{
    opacity: 1;
}
a.valBtn:hover{
    background: #ff813a;
    border: 1px solid #ff813a;
}

}

