@charset "utf-8";

br.br_mobile{
display: none!important
}

.mobile{
display: none!important
}

a.full{
position: absolute;
width: 100%;
height: 100%;
top:0px;
left:0px
}

/*--------------------container--------------------*/

div.container,div.area_container,div.job_container{
margin-top: 80px
}

/*--------------------nav--------------------*/

nav.nav{
width: 100%;
position: fixed;
z-index: 10;
top:0px;
left: 0px;
border-bottom: solid 1px #ccc;
display: flex;
padding: 0px calc((100% - 1200px) / 2 );
justify-content: space-between;
align-items: center;
background: #fff
}

a.nav_logo{
width: 210px;
display: block;
}

div.nav_right{
width: 960px;
}

div.nav_top{
height: 60px;
display: flex;
align-items: center;
}

div.nav_bottom{
display: none;
}

p.nav_top{
margin-right: 20px;
color:#666
}

span.nav_top{
display: inline-block;
}

a.nav_link{
display: inline-block;
color:#ff6e9b ;
margin-left: 15px
}

img.nav_link{
width: 18px;
display: inline-block;
vertical-align: middle;
margin-right: 5px
}

div.nav_tab{
display: flex;
align-items: flex-end;
height: 100%;
}

p.nav_tab{
width: 130px;
height: 40px;
font-size:14px;
line-height: 40px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border:solid 1px #ccc;
border-bottom: none;
text-align: center;
margin-right: 10px;
transition: 0.2s;
}

p.all{
color:#ff6e9b
}

p.girls{
background: #ff6e9b;
color:#fff
}

p.staff{
background: #5d9dcc ;
color:#fff
}

p.nav_tab:hover{
cursor: pointer;
opacity: 0.7
}

p.nav_selected{
height: 50px;
line-height: 50px;
}

div.nav_button{
display: flex;
align-items:center;
height: 100%;
margin: 0px 0px 0px auto
}

a.nav_button{
color:#666;
font-size:12px;
border:solid 1px #ff6e9b;
height: 34px;
line-height: 32px;
border-radius: 6px;
padding: 0px 12px;
margin-right:6px;
box-shadow: 1px 1px 2px #ff6e9b;
white-space: nowrap
}

img.nav_button{
width: 15px;
display: inline-block;
vertical-align: middle;
margin-right: 8px
}

div.nav_button_list{
width: 74px;
text-align: center;
font-size:10px;
color:#666
}

img.nav_button_list{
width: 24px;
margin: 0px auto 2px auto
}

hr.nav_button_list{
border:none;
width: 1px;
height: 36px;
background: #ccc
}

/*--------------------menu--------------------*/

menu.menu{
width: 360px;
position: fixed;
top:116px;
right:calc((100% - 1200px) / 2);
background: #fff;
z-index: 12;
display: none;
max-height: calc(100vh - 120px);
overflow-y: auto
}

div.menu_close_top{
display: none
}

div.menu{
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
}

a.menu_new{
width: 48%;
color: #13131e;
border-color: #bcbcb3;
background:url(../img/icon/arrow_gray.png) no-repeat center right 15px;
background-size: 14px;
text-align: center;
font-size: 16px;
border-width: 1px;
border-style: solid;
border-bottom-width: 2px;
border-radius: 10px;
padding: 10px 0px 10px 0px;
}

a.menu_login{
width: 48%;
color: #fff;
border-color: #ff6e9b;
background:#ff6e9b url(../img/icon/arrow_wh.png) no-repeat center right 15px;
background-size: 14px;
text-align: center;
font-size: 16px;
border-width: 1px;
border-style: solid;
border-bottom-width: 2px;
border-radius: 10px;
padding: 10px 0px 10px 0px
}

h3.menu{
background: #eeeeed;
color:#b5b5b3;
font-size:13px;
padding: 10px 0px 10px 10px
}

a.menu{
display: block;
letter-spacing: 1px;
font-size:15px;
padding: 12px 0px 12px 10px;
font-weight: 400;
border-bottom: solid 1px #c5c3ba;
background: url(../img/icon/arrow_gray.png) no-repeat right 10px center;
background-size: 12px
}

img.menu_icon{
width: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 10px
}

p.menu_close{
width: 65%;
height: 50px;
background: #dcdcdc;
margin: 20px auto 0px auto;
text-align: center;
line-height: 50px;
border-radius: 6px;
cursor: pointer
}

.menuIn{
animation-fill-mode:both;
animation-duration:0.4s;
animation-name: menuIn;
display: block!important
}

@keyframes menuIn {

0% { opacity: 0;  }
100% { opacity: 1;}
}

/*--------------------notice--------------------*/

section.notice{
width: 400px;
position: fixed;
top:116px;
right:calc((100% - 1200px) / 2);
background: #fff;
z-index: 12;
border:solid 1px #ccc;
border-radius: 6px;
text-align: center;
box-shadow: 1px 0 2px #ccc;
display: none;
}

section.notice:before{
content: "";
position: absolute;
top: -8px;
left: 235px;
border: 10px solid transparent;
border-top-width: 0;
border-bottom-color: #ccc;
z-index: 1;
}

h2.notice{
font-size:15px;
padding: 10px 0px 10px 10px;
color:#999;
border-bottom: solid 1px #ccc;
margin-bottom: 20px;
}

h3.notice{
font-size:16px;
line-height: 1.4;
}

h3.notice i{
display: block;
font-size:11px;
font-weight: 400;
margin-bottom: 20px;
}

article.notice{
width: 90%;
border:solid 1px #ff6e9b;
padding: 20px;
border-radius: 6px;
margin: 0px auto 20px auto
}

h4.notice{
font-size:16px;
color:#ff6e9b;
margin-bottom: 20px
}

h5.notice{
font-size:13px;
color:#ff6e9b;
margin-bottom: 20px;
line-height: 1.6
}

img.notice{
width: 80%;
margin: 0px auto 20px auto;
}

h6.notice{
font-size:11px;
color:#444;
line-height: 1.6
}

a.notice{
color: #ff6e9b;
text-decoration: underline
}


/*--------------------header--------------------*/

div.header-hero-wrap{
text-align: center;
margin-bottom: 20px;
}

a.header-hero{
display: inline-block;
line-height: 0;
}

img.header{
width: 1200px;
max-width: 100%;
margin: 0px auto
}

div.header{
width: 840px;
margin: 20px auto 20px auto;
display: flex;
align-items: center;
justify-content: space-between
}

img.header_logo{
width: 180px
}

article.header{
width: 620px
}

h1.header{
font-size:17px;
color:#666;
line-height: 1.2;
margin-bottom: 10px
}

h4.header{
font-size:13px;
color:#666;
font-weight: normal;
line-height: 1.4;
text-align: justify
}

/*--------------------main--------------------*/

main.main{
width: 1200px;
max-width: 100%;
margin: 0px auto 40px auto;
}

/*--------------------map area--------------------*/

div.map_area{
display: flex;
align-items: start;
justify-content: space-between
}

div.map_left{
width: 700px;
}

div.map_wrapper{
width: 100%;
border:solid 2px #ff6e9b;
border-radius: 10px;
padding: 30px;
background-color: #fff;
background-image: linear-gradient(to bottom, transparent 10px, #F2F2F2 10px, #F2F2F2 14px, transparent 14px);
background-size: 100% 15px;
margin-bottom: 20px;
position: relative
}

.st0{fill:#009FE0;}
.st1{fill:#FFE522;}
.st2{fill:#F18D00;}
.st3{fill:#EB5950;}
.st4{fill:#E6D602;}
.st5{fill:#9BC716;}
.st6{fill:#9BC713;}
.st7{fill:#EB6074;}
.st8{fill:#3BB35E;}
.st9{fill:#0EB6CF;}

.st1:hover,
.st2:hover,
.st3:hover,
.st4:hover,
.st5:hover,
.st6:hover,
.st7:hover,
.st8:hover,
.st9:hover {
cursor: pointer;
opacity: 0.8;
}

text{
font-size:13px;
pointer-events: none;
}

/*--------------------headline--------------------*/

section#headline{
width:340px;
position: absolute;
top:30px;
left: 30px;
}

h2.headline{
background: #009fe0;
color:#fff;
font-size:18px;
padding: 5px 0px 5px 20px;
}

article.headline{
padding: 10px;
background: #fff;
display: table;
table-layout: fixed;
position: relative
}

div.headline_image{
width: 110px;
display: table-cell;
vertical-align: top;
}

p.headline_image{
width: 100%;
aspect-ratio: 1 / 1;
background: #dcdcdc
}

div.headline{
width: 220px;
padding-left: 10px;
display: table-cell;
vertical-align: top;
}

h3.headline{
font-size:12px;
color: #ff6e9b;
line-height: 1.2;
margin-bottom: 5px
}

h4.headline{
font-size:10px;
color: #666;
margin-bottom: 5px
}

h5.headline{
font-size:11px;
color: #000;
line-height: 1.3;
margin-bottom: 10px
}

span.headlin{
display: block;
color:#5d9dcc
}

p.headline_date{
text-align: right;
color:#666;
font-size:10px
}

/*--------------------information--------------------*/

ul.information{
border:solid 2px #ff6e9b;
border-radius: 8px
}

li.information_title{
width: 180px;
background: #ff6e9b;
text-align: center;
padding: 10px 0px 10px 0px;
color:#fff
}

li.information{
padding: 10px 0px 10px 15px;
}

h3.information{
font-size:14px
}

article.map_right{
width: 450px;
border:solid 1px #ccc;
border-radius: 10px;
padding: 20px
}

h2.section{
font-size:18px;
color:#666666;
margin-bottom: 20px;
}

h2.gray{
background: #f2f2f2;
padding: 10px 0px 10px 20px
}

img.section{
width: 28px;
display: inline-block;
vertical-align: middle;
margin-right: 5px
}

div.map{
width: 100%;
height: auto;
background-size: 100%;
}

.geolonia-svg-map{
 width: 100%;
}

.geolonia-svg-map .prefecture{
cursor: pointer;
}

ul.map_right{
margin-bottom: 10px
}

ul.map_right:last-of-type{
margin-bottom: 20px
}

li.area_title{
width: 80px;
height: 80px;
background: #ff6e9b;
color: #fff;
border-radius: 3px;
text-align: center;
line-height: 1.2;
}

li.area{
width: 328px;
font-size:0px;
padding-left: 10px;
position: relative
}

li.area:after{
content: "";
width: 318px;
height: 1px;
background: #ccc;
display: block;
position: absolute;
right: 0px;
bottom: -5px
}

a.area{
width: 72px;
text-align: center;
display: inline-block;
border:solid 1px #ccc;
border-radius: 3px;
font-size:12px;
padding: 3px 0px;
color:#666;
margin-right: 5px;
box-shadow: 1px 1px 1px #dcdcdc;
margin-bottom: 10px;
}

h4.area{
font-size:12px;
color:#666;
text-align: justify;
line-height: 1.4
}

/*--------------------top banner--------------------*/

div.top_banner{
width: 1000px;
margin: 20px auto 20px auto;
display: flex;
align-items: flex-start;
justify-content: space-between
}

a.top_banner{
width: 480px
}

div.top_banner > div.top_banner{
width: 480px;
display: block;
margin: 0
}

h3.top_banner{
color:#666;
font-size:13px;
margin-top: 10px;
text-align: center
}

/*--------------------popularity--------------------*/

section#popularity{
border:solid 1px #ccc;
border-radius: 10px;
padding: 20px;
margin-bottom: 20px
}

a.popularity{
color:#ff6e9b;
text-decoration: underline;
display: inline-block;
margin-right: 20px;
margin-bottom: 10px
}

a.popularity:hover{
text-decoration: none;
}

/*--------------------word--------------------*/

section#word{
border:solid 1px #ccc;
border-radius: 10px;
margin-bottom: 20px;
padding-bottom: 20px
}

h2.word{
font-size:18px;
color:#666666;
margin-bottom: 20px;
background: #f5f0e7;
padding: 15px 0px 15px 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

ul.word{
width: calc(100% - 60px);
margin: 0px auto
}

li.word_select{
width: 160px;
}

li.word_input{
padding-left: 15px
}

span.word{
width: 700px;
height: 40px;
border:solid 1px #ccc;
display: inline-block;
border-radius: 5px;
box-shadow: 1px 1px 3px #dcdcdc;
}

span.select{
width: 160px;
height: 40px;
border:solid 2px #ff6e9b;
background: #fafafa;
display: inline-block;
border-radius: 5px;
position: relative
}

span.select:after{
content: "▼";
color:#ff6e9b;
position: absolute;
top:50%;
transform: translateY(-50%);
right: 15px
}

span.select select{
border-radius: 5px;
color:#666;
text-indent: 10px
}

span.word input[type="text"]{
border-radius: 5px;
}

input[type="text"]{
width: 100%;
height: 100%;
border:none;
background: #fff;
-webkit-appearance: none;
}

input[type="text"],input[type="tel"],input[type="email"]{
text-indent: 10px;
}

input[type="submit"]{
-webkit-appearance: none;
border:none;
font-size:14px;
font-weight: bold
}

select{
width: 100%;
height: 100%;
-webkit-appearance: none;
border:none;
font-size:14px;
font-weight: bold
}

.word_submit{
width: 180px;
height: 40px;
display: inline-block;
background: #ff6e9b url("../img/icon/search_w.png") no-repeat left 25px center;
background-size: 18px;
border-radius: 5px;
color:#fff;
margin-left: 15px
}

div.grid{
display: flex;
align-items: flex-start;
justify-content: space-between
}

div.grid_left{
width: 860px
}

div.grid_right{
width: 320px
}

a.side_banner{
width: 100%;
display: block;
margin-bottom: 20px
}

section#fastidiousness,section#costume{
margin-bottom: 20px
}

div.fastidiousness{
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap:wrap;
}

article.fastidiousness{
width: 205px;
border:solid 1px #ccc;
padding: 20px 20px 20px 60px;
border-radius: 8px;
position: relative;
margin-bottom: 15px
}

article.fastidiousness:hover{
opacity: 0.7
}

article.fastidiousness:hover h3.fastidiousness{
text-decoration: none
}

a.fastidiousness{
position: absolute;
width: 100%;
height: 100%;
top:0px;
left:0px
}

span.fastidiousness{
width: 38px;
height: 94%;
border:none;
border-radius: 6px 0px 0 6px;
position: absolute;
top:50%;
transform: translateY(-50%);
left:3px
}

span.fastidiousness:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 10px;
position: absolute;
top: 50%;
left: 38px;
transform: translateY(-50%);
}

span.orange{
background: #fca01a url("../img/icon/arrow_wh.png") no-repeat center;
background-size: 14px;
}

span.orange:before{
border-color: transparent transparent transparent #FCA01A;
}

span.blue{
background: #5d9dcc url("../img/icon/arrow_wh.png") no-repeat center;
background-size: 14px;
}

span.blue:before{
border-color: transparent transparent transparent #5d9dcc ;
}

h3.fastidiousness{
color:#ff6e9b;
font-size:16px;
margin-bottom: 10px;
text-decoration: underline
}

h4.fastidiousness{
color:#9B9B9B;
font-size:13px;
line-height: 1.4
}

/*--------------------new_arrivals--------------------*/

section#new_arrivals{
border:solid 1px #ccc;
border-radius: 10px;
margin-bottom: 20px;
overflow: hidden
}

div.new_arrivals{
width: 94%;
margin: 0px auto;
}

article.new_arrivals{
width: 200px;
margin: 0px 10px 0px 10px
}

a.new_arrivals{
width: 100%;
display: block;
aspect-ratio: 3 / 2;
margin-bottom: 10px
}

img.new_arrivals{
width: 100%;
height: 100%;
object-fit: cover
}

h3.new_arrivals{
font-size:16px;
color:#ff6e9b;
margin-bottom: 5px
}

h4.new_arrivals{
font-size:12px;
color:#9b9b9b;
line-height: 1.4;
margin-bottom: 15px
}

a.new_arrivals_more{
width: 80%;
display: block;
margin: 0px auto;
padding: 7px 0px;
background: #ff6e9b url("../img/icon/arrow_wh.png") no-repeat center right 25px;
background-size: 12px;
font-size:12px;
color:#fff;
text-align: center;
border-radius: 3px
}


/*--------------------top_form--------------------*/

section#top_form{
background: #f2f2f2;
padding: 20px;
border-radius: 10px;
margin: 20px 0;
}

h2.top_form{
font-size:18px;
color:#666;
margin-bottom: 15px;
text-indent: 10px
}

div.top_form{
display: flex;
align-items: center;
}

article.top_form{
width: 60%;
background: #fff;
border-radius: 10px;
padding: 15px
}

h4.top_form{
font-size:13px;
line-height: 1.6;
color:#666;
text-align: justify
}

a.top_form{
width: 220px;
font-size:14px;
display: block;
margin: 0px auto;
border:solid 1px #ff6e9b;
background: #fff url("../img/icon/arrow_pnk.png") no-repeat center right 20px;
background-size: 14px;
color:#ff6e9b;
line-height: 1.2;
text-align: center;
border-radius: 5px;
box-shadow: 1px 1px 0px #ff6e9b;
padding: 8px 15px 8px 0px;
}

@media (min-width: 961px){
  section#top_form{
    width: 100%;           /* fill .grid_left (860px) to match new_arrivals outer width */
    margin: 20px 0;        /* same vertical rhythm as他セクション、左右は親に揃える */
  }
}

/*--------------------footer--------------------*/

footer.footer{
background: #ff6e9b;
padding: 40px 0px;
color:#fff
}

div.footer_grid{
width: 1200px;
height: 215px;
display: flex;
align-items: center;
margin: 0px auto 20px auto;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
}

article.footer_logo{
width: 380px;
height: 100%;
padding-top: 20px;
border-right: solid 1px #fff;
}

img.footer_logo{
width: 130px;
margin: 0px auto 0px auto
}

h2.footer_logo{
font-size:14px;
text-align: center;
line-height: 1.3
}

article.footer_center{
width: 440px;
height: 100%;
padding: 30px;
border-right: solid 1px #fff;
}

div.footer_link{
width: 380px;
height: 100%;
padding: 20px
}

h3.footer_center{
font-size:14px;
margin-bottom: 20px
}

img.footer_icon{
display: inline-block;
width: 16px;
margin-right: 2px;
vertical-align: middle;
position: relative;
top:-2px
}

a.footer_center{
font-size:13px;
text-decoration: underline;
color:#fff;
display: block;
margin-bottom: 10px
}

a.footer_center:hover{
text-decoration: none;
}

a.footer_link{
color:#fff;
font-size:13px;
display: inline-block;
margin-right: 20px;
margin-bottom: 10px;
text-decoration: underline
}

.db{
width: 100%;
display: block;
}

p.copy{
border-top:dotted 1px #fff;
text-align: center;
padding-top: 20px
}

/*--------------------keeplist--------------------*/

div.keeplist_total_fixed{
width: 430px;
padding: 10px 20px;
border: 1px solid #fca01a;
border-top: 0;
box-shadow: 0 6px 6px -6px #666;
position: fixed;
top:116px;
right: calc((100% - 1200px) / 2);
background: #fff2d8;
font-size:0px;
z-index: 6;
border-radius: 0 0 6px 6px;
display: none;
opacity: 0;
transition: opacity 0.5s;
}

span.keeplist_total_fixed{
width: 40%;
text-align: center;
font-size:11px;
font-weight: 400;
display: inline-block;
background: #fff;;
padding: 5px 10px;
margin-right: 2%;
border-radius: 6px;
}

a.keeplist_total_fixed{
width: 58%;
text-align: center;
display: inline-block;
padding: 8px 0px;
background: #ff6e9b ;
background-image:  url(../img/icon/mobile.png),url(../img/icon/arrow_wh.png) ;
background-repeat: no-repeat;
background-position:  center left 20px , center right 20px;
background-size: 30px , 15px;
color:#fff;
border-radius: 6px;
}

a.keeplist_total_fixed h3{
font-size:14px;
margin-bottom: 5px
}

a.keeplist_total_fixed h4{
font-size:17px;
}

span.checkedCount{
font-size:22px;
color:#ff6e9b;
font-weight: 700;
display: inline-block;
margin-right: 3px;
}


div.keeplist_total{
display: flex;
align-items: flex-end;
font-size:13px;
border-bottom: solid 1px #999;
padding-bottom: 10px;
margin-bottom: 20px;
font-weight: 400;
}

p.keeplist_total_star:before{
content: "";
width: 20px;
height: 20px;
display: inline-block;
background: url(../img/icon/star.png) no-repeat center;
background-size: cover;
vertical-align: middle;
position: relative;
top:-2px;
margin-right: 5px;
}

span.keeplist_total{
display: inline-block;
font-size:20px;
color:#ff6e9b;
font-weight: 700;
margin: 0px 5px
}

div.keeplist_total_right{
margin: 0px 0px 0px auto;
display: flex;
align-items: flex-end
}

a.keeplist_total{
width: 220px;
padding: 12px 0px 12px 0px;
border-radius: 8px;
text-align: center;
display: block;
color: #999;
border: 1px solid #ccc;
box-shadow: none;
background: #eee;
margin-left: 10px
}

a.keeplist_total h3{
font-size:13px;
margin-bottom: 5px;
}

a.keeplist_total h4{
font-size:16px;
}

article.keeplist{
border:solid 1px #ccc;
border-radius: 0 6px 6px 6px;
position: relative;
margin-top: 60px;
}

span.keeplist_check{
border:solid 1px #ccc;
color:#ff6e9b;
background: #fff;
padding: 0px 20px 0px 15px;
left:-1px;
border-bottom: solid 1px #fff;
height: 40px;
line-height: 40px;
position: absolute;
top:-40px;
border-radius: 6px 6px 0 0;
font-size:14px;
}

label.keeplist{
width: 24px;
height: 24px;
display: inline-block;
position: relative;
vertical-align: middle;
margin-right: 5px
}

div.keeplist_inner{
padding: 15px;
}

h3.keeplist{
color: #444;
font-size:12px;
margin-bottom: 15px;
}

div.keeplist_title{
display: flex;
align-items: center;
justify-content: left;
margin-bottom: 15px
}

span.any{
color: #888;
border: 1px solid #888;
padding: 2px 3px 2px 3px;
font-size:11px;
border-radius: 3px;
margin-right: 10px
}

a.keeplist_title{
font-size:18px;
text-decoration: underline;
color:#ff6e9b;
}

h4.keeplist{
color: #444;
font-size:12px;
margin-bottom: 15px;
}

ul.keeplist li{
vertical-align: top;
}

li.keeplistl_image{
width: 20%
}

li.keeplist{
padding-left: 15px
}

h5.keeplist{
color: #444;
font-weight: 400;
font-size:13px;
padding: 15px 0px 15px 0px;
border-bottom: dotted 1px #ccc
}

img.keep_close{
width: 40px;
position: absolute;
top:-20px;
right: -20px
}

section.keeplist{
padding: 50px 0px
}

h2.keeplist{
padding: 10px 20px;
background: #ededed;
font-size:22px;
font-weight: 500
}

/*--------------------registform--------------------*/

section.registform{
width: 800px;
margin: 0px auto;
}

h1.registform{
text-align: center;
font-size:20px;
color:#444;
margin-top: 40px;
margin-bottom: 40px;
line-height: 1.6
}

h1.registform i{
text-align: center;
font-size:12px;
color:#999;
display: block;
}

article.registform{
margin-bottom: 20px;
}

h3.registform{
color: #444;
font-size: 14px;
line-height: 1.8
}

h3.registform:before{
content: "";
display: inline-block;
margin-right: 5px;
width: 14px;
height: 12px;
vertical-align: middle;
background: url(../img/icon/download.png) no-repeat center;
background-size: 100% auto;
}

div.registform{
border: 1px solid #ccc;
box-shadow: 0 2px 1px 0 rgba(0,0,0,.1);
border-radius: 6px;
padding: 20px;
margin-bottom: 40px
}

ul.registform li{
vertical-align: top;
}

li.middle{
position: relative;
top:10px;
}

h3.id_complete{
text-align: center;
color: #ff6e9b;
font-size:18px;
line-height: 1.2;
margin-bottom: 20px
}

h4.id_complete{
text-align: center;
font-size:12px;
}

h3.safety{
text-align: center;
font-size:16px;
margin-bottom: 15px
}

li.registform_title{
width: 120px;
font-size:14px;
text-align: right
}

li.registform_title span{
display: block;
color:#ff6e9b;
}

label.registform{
border:solid 1px #ccc;
height: 46px;
display: block;
border-radius: 5px;
margin-bottom: 15px
}

li.registform{
padding-left: 15px;
}

p.registform{
color: #8b8b8b;
font-size: 11px;
}

p.registform_memo{
text-align: center;
font-size: 12px;
color:#444;
margin-bottom: 20px
}

p.registform_memo a{
display: inline-block;
margin: 0px 4px;
text-decoration: underline;
color:#ff6e9b;
}

input[type="submit"].registform{
margin-bottom: 20px
}

footer.form_container_pc{
text-align: center
}

p.mail_confirmation{
text-align: center;
color:#ff6e9b;
margin-bottom: 20px
}

p.mail_confirmation_txt{
text-align: center;
font-size: 14px;
font-weight: 300;
line-height: 1.6;
margin-bottom: 20px
}

p.mail_confirmation_heed{
width: 80%;
margin: 0px auto;
padding: 10px 0px 10px 0px;
background: #efefef;
color:#909090;
text-align: center;
font-size:12px;
line-height: 1.6;
font-weight: 600;
}

a.top_back{
width: 300px;
font-size:14px;
display: block;
margin: 0px auto;
border:solid 1px #ff6e9b;
background: #fff url("../img/icon/arrow_pnk.png") no-repeat center right 20px;
background-size: 14px;
color:#ff6e9b;
line-height: 1.2;
text-align: center;
border-radius: 5px;
box-shadow: 1px 1px 0px #ff6e9b;
padding: 15px 15px 15px 0px;
}

button.window_close{
width: 320px;
display: block;
margin: 0px auto 50px auto;
position: relative;
padding: 16px 5px;
color: #ff6e9b;;
font-size: 14px;
font-weight: 700;
line-height: 1.2;
border: 1px solid #ff6e9b;;
border-radius: 10px;
-webkit-box-shadow: 0 3px 0 0 #ff6e9b;;
box-shadow: 0 3px 0 0 #ff6e9b;;
background-color: #fff;
}

/*--------------------profile--------------------*/

h2.profile{
font-size:18px;
color:#444;
margin-bottom: 10px;
}

h2.profile a{
font-size:12px;
color:#ff6e9b;
display: inline-block;
margin-left: 15px;
text-decoration: underline
}

div.profile{
border:solid 1px #ccc;
border-bottom: none;
font-size:14px;
margin-bottom: 40px;
}

ul.profile{
border-bottom: solid 1px #ccc;
}

ul.profile:last-of-type{
border-bottom: solid 1px #ccc;
}

ul.profile li{
padding: 10px 10px 10px 10px
}

li.profile_title{
color:#444;
width: 190px;
background: #f5f5f5;
position: relative
}

li.profile_title span{
color:#ff6e9b;
font-size:12px;
position: absolute;
top:50%;
transform: translateY(-50%);
right: 10px
}

span.placeholder{
color:#ccc;
display: inline-block;
margin-right: 20px
}

span.placeholder img{
width: 120px
}

.profile_submit{
width: 340px!important;
display: block;
margin: 30px auto;
width: 100%;
font-size: 18px;
box-sizing: border-box;
font-weight: 700;
color: #4ba82f;
background: #fff;
border: 1px solid #4ba82f;
border-radius: 6px;
text-align: center
}

label.profile{
height: 40px;
display: block;
font-size: 14px;
border: 1px solid #ccc;
box-shadow: 0 1px 1px 0 rgba(80,80,80,.2) inset;
background: #f9f9f9;
border-radius: 6px;
}

label.middle{
width: 300px
}

label.short{
width: 25%!important;
display: inline-block!important
}

.custom-file-input {
display: none;
}

.custom-file-label {
display: inline-block;
margin: 10px auto 0;
text-align: center;
width: 120px;
height: 33px;
line-height: 33px;
color: #666;
font-weight: 400;
border: 1px solid #ccc;
box-shadow: 0 -1px 0 #ccc inset;
text-shadow: 1px 1px 0 #fff;
 background: linear-gradient(to bottom,#fff 0,#f1f1f1 100%);
 border-radius: 6px;
}

.custom-file-input:checked + .custom-file-label {
background-color: #e74c3c;
border: 1px solid #e74c3c;
}

/*--------------------tab-------------------*/

div.research_tab{
font-size: 13px;
text-align: center;
display: flex;
align-items: flex-end;
border-bottom: 1px solid #ccc;
}

a.research_tab{
width: 180px;
color: #b6b6b6;
border: 1px solid #ccc;
border-bottom: none;
padding: 10px 0;
margin-right: 10px;
border-radius: 6px 6px 0 0;
}

a.research_selected{
padding: 10px 0 13px;
color: #ff6e9b;
border-top: 5px solid #ff6e9b;
}

/*--------------------log in-------------------*/

div.login_container{
padding-top: 140px;
background: #eeeeed
}

section.login{
width: 600px;
margin: 0px auto 40px auto;
border-radius: 10px;
box-shadow: 0 1px 2px rgba(0,0,0,.24);
background: #fff;
padding: 22px 120px 25px 120px
}

img.login{
width: 300px;
margin: 0px auto 20px auto;
}

h3.login{
font-size: 15px;
font-weight: 500;
line-height: 1.5;
margin-bottom: 20px
}

h4.login{
font-size: 12px;
font-weight: 500;
line-height: 1.5;
color: #999;
margin-bottom: 20px
}

input[type="submit"].login{
width: 100%;
margin-bottom: 20px
}

a.login{
font-size:14px;
text-align: center;
color: #288dc7;
font-weight: 500;
display: block;
text-align: center
}

a.login-boxSignup__pt01{
display: block;
overflow: hidden;
padding: 16px 5px;
color: #ff6e9b;
font-size: 19px;
font-weight: 700;
text-decoration: none;
text-align: center;
line-height: 1.2;
border-radius: 10px;
cursor: pointer;
-webkit-box-shadow: 0 3px 0 0 #ff6e9b;
box-shadow: 0 3px 0 0 #ff6e9b;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
position: relative;
border: 1px solid #ff6e9b
}

div.login_top_back{
text-align: center;
margin-bottom: 40px
}

a.login_top_back{
color: #595960;
font-size: 15px;
text-align: center
}

footer.login{
background: #fff;
text-align: center;
padding-top: 40px;
padding-bottom: 40px
}

footer.login p{
font-size: 12px
}

p.p02{
margin-top: 17px;
margin-bottom: 22px;
font-weight: 700;
text-align: center;
border: solid 1px #ccc;
background: #fff;
padding: 10px 0px 10px 0px
}

a.reissue{
color: #288dc7;
text-decoration: underline;
float: right
}

/*--------------------shop sections (trending/recommended/new)--------------------*/

section.shop_section{
margin-bottom: 20px;
}

h2.shop_section{
font-size:18px;
color:#666;
padding: 12px 0px;
margin-bottom: 15px;
border-bottom: solid 2px #ff6e9b;
}

h2.shop_section .section_icon{
margin-right: 5px;
}

div.shop_cards{
display: flex;
gap: 15px;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
padding-bottom: 10px;
scrollbar-width: none;
}

div.shop_cards::-webkit-scrollbar{
display: none;
}

a.shop_card{
flex: 0 0 calc(33.333% - 10px);
border: solid 1px #eee;
border-radius: 8px;
overflow: hidden;
background: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,.08);
transition: box-shadow 0.2s;
position: relative;
scroll-snap-align: start;
display: block;
text-decoration: none;
color: inherit;
}

a.shop_card:hover{
box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

a.shop_card_link{
display: block;
text-decoration: none;
color: inherit;
}

div.shop_card_image{
width: 100%;
aspect-ratio: 3 / 2;
overflow: hidden;
background: #f0f0f0;
}

div.shop_card_image img{
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}

a.shop_card:hover div.shop_card_image img{
transform: scale(1.05);
}

div.shop_card_info{
padding: 10px;
}

h3.shop_card_name{
font-size: 14px;
color: #333;
margin-bottom: 5px;
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

p.shop_card_area{
font-size: 12px;
color: #888;
margin-bottom: 5px;
}

span.shop_card_genre{
font-size: 11px;
color: #ff6e9b;
background: #fff0f5;
display: inline-block;
padding: 2px 8px;
border-radius: 10px;
margin-bottom: 5px;
}

p.shop_card_budget{
font-size: 12px;
color: #666;
}

span.badge_trending,
span.badge_recommended,
span.badge_new{
position: absolute;
top: 8px;
left: 8px;
font-size: 11px;
font-weight: bold;
color: #fff;
padding: 3px 10px;
border-radius: 10px;
z-index: 2;
}

span.badge_trending{
background: #ff6347;
}

span.badge_recommended{
background: #ffa500;
}

span.badge_new{
background: #32cd32;
}

a.shop_section_more{
display: block;
width: 200px;
margin: 15px auto 0px auto;
padding: 8px 0px;
background: #ff6e9b;
color: #fff;
text-align: center;
border-radius: 5px;
font-size: 13px;
transition: opacity 0.2s;
}

a.shop_section_more:hover{
opacity: 0.8;
}
