@charset "utf-8";

*{
font-size:13px
}

br.br_pc{
display: none
}

.pc{
display: none!important
}

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

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

div.container{
width: 100%;
margin-top: 80px;
overflow-x: hidden;
}

div.area_container{
width: 100%;
margin-top: 95px;
background: #f5f3f0
}

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

nav.nav{
width: 100%;
position: fixed;
z-index: 10;
top:0px;
left: 0px;
display: flex;
align-items: center;
background: #fff;;
padding: 5px 0px 30px 0px
}

a.nav_logo{
width: 50%;
display: block;
}

a.nav_logo img{
width: 90%;
margin: 0px auto
}

div.nav_right{
width: 80%;
border-right: solid 1px #dcdcdc
}

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

div.nav_bottom{
display: none
}

p.nav_top{
margin-right: 10px;
color:#666;
font-size:11px
}

span.nav_top{
display: inline-block;
}

div.nav_link{
display: none;
}

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

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

div.nav_tab{
display: none;
}

div.nav_button{
display: none;
}

div.keeplist{
width: 120px;
display: flex;
align-items: center;
margin: 0px 60px 0px auto;
}

a.nav_button_list{
width: 60px;
text-align: center;
font-size:10px;
color:#666;
position: relative
}

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

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

span.keep{
display: block;
background: #ff6e9b;
color:#fff;
position: absolute;
top:0px;
right: 10px;
width: 16px;
height: 16px;
border-radius: 50%;
text-align: center;
font-size:11px;
line-height: 16px
}

div.mobile_nav_bottom{
width: 100%;
height: 25px;
position: absolute;
line-height: 25px;
left: 0px;
bottom: 0px;
font-size:11px;
font-weight: 400;
text-align: center;
border-top: solid 1px #dcdcdc;
border-bottom: solid 1px #dcdcdc;
background: #fff
}

div.mobile_nav_bottom span{
font-size:12px;
font-weight: 600;
display: inline-block;
margin-left: 10px
}

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

menu.menu{
width: 100%;
height: 100%;
position: fixed;
top:0px;
left:0px;
background: #fff;
z-index: 12;
display: none;
overflow-y: auto;
-webkit-overflow-scrolling: touch
}

div.menu_close_top{
position: sticky;
top: 0;
right: 0;
z-index: 13;
width: 44px;
height: 44px;
margin-left: auto;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
color: #666;
cursor: pointer;
background: #fff;
border-radius: 0 0 0 8px
}

div.menu_close_top:active{
background: #f0f0f0
}

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
}

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

div.menu-trigger{
width: 60px;
height: 60px;
position: absolute;
background: #ff6e9b;
right: 0px;
top:0px;
}

a.menu-trigger,
a.menu-trigger span {
display: inline-block;
transition: all .4s;
position: relative;
}

a.menu-trigger {
position: absolute;
width: 22px;
height: 18px;
top:50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

a.menu-trigger span {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: #fff;
}

a.menu-trigger span:nth-of-type(1) {
top: 0;
}
a.menu-trigger span:nth-of-type(2) {
top: 8px;
}
a.menu-trigger span:nth-of-type(3) {
bottom: 0;
}

a.menu-trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(8px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}

a.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}

a.menu-trigger.active span:nth-of-type(3) {
-webkit-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
}

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

section.notice{
width: 100%;
height:100%;
top:0px;
position: fixed;
background: #fff;
z-index: 9;
text-align: center;
padding-top: 90px;
display: none;
overflow: scroll
}

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: 15px
}

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

img.notice{
width: 70%;
margin: 0px auto 15px auto;
}

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

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

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

@keyframes menuIn {

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

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

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

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

img.header{
width: 100%;
}

div.header{
width: 90%;
margin: 20px auto 20px auto;
}

img.header_logo{
display: none
}

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

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

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

main.main{
width: 100%;
}

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

div.map_wrapper{
width: 94%;
border:solid 2px #ff6e9b;
border-radius: 10px;
padding: 20px;
background-color: #fff;
background-image: none;
background-size: 100% 15px;
margin: 0px auto 20px auto;
position: relative;
overflow: hidden;
}

#mySvg {
max-width: 100%;
height: auto;
}

.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:22px!important;
pointer-events: none;
}

tspan{
font-size:18px!important;
pointer-events: none;
}

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

section#headline{
width:55%;
position: absolute;
top:10px;
left: 10px;
}

h2.headline{
background: #009fe0;
color:#fff;
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:11px;
color: #5d9dcc;
line-height: 1.2;
margin-bottom: 5px
}

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

h5.headline{
display: none
}

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

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

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

ul.information{
width: 94%;
margin: 0px auto 20px auto;
border:solid 2px #ff6e9b;
border-radius: 8px;
display: block;
text-align: center;
}

li.information_title{
width: 100%;
background: #ff6e9b;
text-align: center;
padding: 5px 0px 5px 0px;
color:#fff;
display: block
}

li.information{
padding: 15px 0px 15px 15px;
display: block
}

article.map_right{
background: #f2f2f2;
padding: 15px;
border-radius: 10px;
margin-bottom: 20px;
}

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



h2.gray{
background: transparent;
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: 15px;

}

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

ul.map_right li{
vertical-align: middle
}

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

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

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

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

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

div.top_banner{
width: 90%;
margin: 20px auto 20px auto;
}

a.top_banner{
width: 100%;
margin-bottom: 15px;
display: block
}

div.top_banner > div.top_banner{
width: 100%;
margin: 0 0 15px 0;
display: block
}

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

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

section#popularity{
width: 94%;
border:solid 1px #ccc;
border-radius: 10px;
padding: 20px 20px 10px 20px;
margin: 0px auto 20px auto
}

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

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

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

section#word{
width: 90%;
margin: 0px auto 20px auto;
padding-bottom: 20px
}

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

ul.word{
width: 100%;
margin: 0px auto;
}

li.word_select{
width: 30%;
}

li.word_input{
padding-left:5px;
width: 80%
}

span.select{
width: 100%;
height: 40px;
border:solid 1px #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: 8px
}

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

span.word{
width: 80%;
height: 40px;
border:solid 1px #ccc;
display: inline-block;
border-top-left-radius: 5px; 
border-bottom-left-radius: 5px; 
box-shadow: 1px 1px 3px #dcdcdc;
vertical-align: middle;
border-right: none;
}

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

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

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:12px;
font-weight: bold
}

.word_submit{
width: 40px;
height: 40px;
display: inline-block;
background: #ff6e9b url("../img/icon/search_w.png") no-repeat  center;
background-size: 18px;
color:#fff;
font-size: 0px;
color: transparent; 
border-top-right-radius: 5px; 
border-bottom-right-radius: 5px; 
vertical-align: middle;
}


/*--------------------side_banner--------------------*/

div.grid_right{
background: #f2f2f2;
padding: 20px 3% 0px 3%
}

div.grid_left{
background: #fff
}

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

/*--------------------fastidiousness--------------------*/

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

div.fastidiousness{
width: 94%;
margin: 0px auto;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap:wrap;
}

article.fastidiousness{
width: 48%;
border:solid 1px #ccc;
padding: 15px 15px 15px 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:#5d9dcc;
font-size:14px;
margin-bottom: 10px;
text-decoration: underline
}

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

/*--------------------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:14px;
color:#5d9dcc;
margin-bottom: 5px
}

h4.new_arrivals{
font-size:11px;
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{
width: 94%;
padding: 20px;
margin-bottom: 20px
}

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

article.top_form{
background: #fff;
border-radius: 10px;
padding: 15px;
margin-bottom: 15px
}

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

a.top_form{
width: 80%;
max-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: 8px 15px 8px 0px;
}

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

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

div.footer_grid{
width: 100%;
}

img.footer_logo{
width: 34%;
margin: 0px auto 10px auto
}

h2.footer_logo{
font-size:13px;
text-align: center;
line-height: 1.4;
margin-bottom: 15px
}

article.footer_center{
display: none;
}

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:-1px
}

div.footer_link{
font-size:0px;
}

a.footer_link{
width: 50%;
color:#fff;
display: inline-block;
padding: 15px 0px 15px 0px;
border-right: solid 1px #fff;
border-bottom: solid 1px #fff;
font-size:11px;
padding-left: 15px
}

a.footer_link:nth-of-type(2n){
border-right: none
}

a.footer_link:last-of-type{
border-right: none;
width: 100%;
display: block;
font-size:13px;
}

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

p.copy{
text-align: center;
padding-top: 20px
}

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

div.keeplist_total_fixed{
width: 100%;
bottom: 0px;
left: 0px;
background: #fff;
width: 100%;
z-index: 5;
position: fixed;
padding: 8px 10px;
font-size:0px;
border-top:solid 1px #ccc;
display: none;
opacity: 0;
transition: opacity 0.5s;
}

span.keeplist_total_fixed{
width: 30%;
text-align: center;
font-size:11px;
font-weight: 400;
display: inline-block
}

a.keeplist_total_fixed{
width: 70%;
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{
width: 94%;
font-size:13px;
margin: 0px auto 20px auto;
background: #fff;
box-shadow: 0 2px 2px rgba(0,0,0,.15);
text-align: center;
border-radius: 6px;
padding: 15px
}

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;
}

p.keeplist_total{
margin-bottom: 10px
}

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

div.keeplist_total_right{
text-align: center
}

a.keeplist_total{
width: 220px;
padding: 12px 0px 12px 0px;
border-radius: 8px;
text-align: center;
display: inline-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{
width: 94%;
margin: 0px auto 20px auto;
border:solid 1px #ccc;
border-radius: 0 6px 6px 6px;
position: relative;
background: #fff;
box-shadow: 0 2px 2px rgba(0,0,0,.15);
}

span.keeplist_check{
display: block;
color:#fff;
font-size:12px;
background: #969696;
position: relative;
margin-bottom: 20px;
padding: 2px 0px 2px 45px
}

label.keeplist{
width: 40px;
height: 40px;
padding: 5px;
background: #969696;
border-radius: 0 0 3px 0;
display: block;
position: absolute;
top:0px;
left: 0px
}

label.keeplist input[type="checkbox"]{
width: 100%;
height: 100%;
border: none;
}

div.keeplist_inner{
padding: 15px;
}

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

div.keeplist_title{
margin-bottom: 10px
}

span.any{
display: none;
}

a.keeplist_title{
display: block;
font-size:16px;
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: 30%
}

li.keeplist{
padding-left: 15px
}

h5.keeplist{
color: #444;
font-weight: 400;
font-size:12px;
padding: 5px 0px 5px 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

div.list_article_footer {
padding: 0px 15px 15px 15px
}

a.keeplist_tel{
width: 49%;
font-size: 15px;
padding: 10px;
color: #fff;
box-shadow: 0 -1px 0 #ff6e9b inset;
text-shadow: 0 1px 2px rgba(0,0,0,.3);
font-weight: 700;
border-radius: 6px;
background: #ff6e9b;
text-align: center;
}

a.keeplist_tel:before{
content: "";
width: 24px;
height: 24px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
background: url(../img/icon/icons8-tel-50.png) no-repeat center;
background-size: 100%;
}

img.keep_close{
width: 30px;
position: absolute;
top:-18px;
right: -5px
}

section.keeplist article{
border-top-left-radius: 6px;
}

h2.keeplist{
padding: 10px 20px;
background: #ededed;
font-size:16px;
background: #fff;
color:#444;
margin-bottom: 15px;
}

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

section.registform{
width: 94%;
margin: 0px auto;
background: #fff;
border-radius: 8px;
padding: 20px
}

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

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

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

h3.registform{
color: #444;
font-size: 11px;
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: 15px;
margin-bottom: 40px
}

ul.registform {
display: block
}

ul.registform li{
display: block
}

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

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

h3.safety{
text-align: center;
font-size:14px;
margin-bottom: 15px;
line-height: 1.2;
}

li.registform_title{

margin-bottom: 5px
}

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

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

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

p.registform_memo{
text-align: center;
font-size: 11px;
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
}


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.8;
margin-bottom: 20px
}

p.mail_confirmation_heed{
width: 90%;
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: 80%;
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:16px;
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: 20px
}

ul.profile,ul.profile li{
width: 100%;
display: block;
}

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

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

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

}

li.profile_title span{
color:#ff6e9b;
font-size:12px;
display: inline-block;
margin-left: 10px
}

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

span.placeholder img{
width: 120px
}

.profile_submit{
width: 80%!important;
display: block;
margin: 30px auto;
}

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: 94%
}

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

label.short select{
width: 100%;
}

.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{
width: 94%;
font-size: 11px;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0px auto 20px auto;
}

a.research_tab{
width: calc(50% - 1px);
color: #b6b6b6;
margin-right: 1px;
margin-bottom: 1px;
border-bottom: none;
padding: 10px 0;
background: #fff
}

a.research_tab:nth-of-type(2n){
margin-right: 0px;
}

a.research_selected{
background: #ff6e9b;
color: #fff

}



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

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

section.login{
width: 94%;

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

img.login{
width: 100%;
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;
display: inline-block;
float: right
}

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

section.shop_section{
width: 94%;
margin: 0px auto 20px auto;
}

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

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

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

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

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

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;
}

div.shop_card_info{
padding: 10px;
}

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

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

span.shop_card_genre{
font-size: 10px;
color: #ff6e9b;
background: #fff0f5;
display: inline-block;
padding: 1px 6px;
border-radius: 10px;
margin-bottom: 4px;
}

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

span.badge_trending,
span.badge_recommended,
span.badge_new{
position: absolute;
top: 8px;
left: 8px;
font-size: 10px;
font-weight: bold;
color: #fff;
padding: 2px 8px;
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: 80%;
margin: 10px auto 0px auto;
padding: 8px 0px;
background: #ff6e9b;
color: #fff;
text-align: center;
border-radius: 5px;
font-size: 13px;
}