@charset "UTF-8";
/* CSS Document モバイルファースト！ */

#modal_wrap {
    width: 92%;
}

body {
    margin:  0;
    padding: 0;
}

#modal_wrap input{
    display: none;
}

.modal_overlay{
    overflow: auto;
    position: fixed;
	top: 0;
	left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.2s, transform 0s 0.2s;
    transform: scale(0);
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 120%;
}
a.bt-modal {
    display: block;
    padding: 3% 2%;
    color: #fff;
    margin: 3%;
    font-size: 0.85em;
    background: linear-gradient(to right, #6dd5ed, #2193b0);
}

ul li label.modal_trigger{
    margin: 0;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
}
ul li label.modal_trigger:before,
ul li label.modal_trigger:after{
display: none;
}

.INFOWIN-text {
    padding: 3%;
}
ul li .INFOWIN-text p {
    line-height: 1.8;
}
ul li .INFOWIN-text p.INFOWIN-title{
    line-height: 1.6;
}

.INFOWIN-text.modalholiday p.hrline {
    margin: 0 0 10px 0;
}

.INFOWIN-text.modalholiday .INFOWIN-title,
.INFOWIN-text.modalholiday .INFOWIN-subtitle,
.INFOWIN-text.modalholiday .INFOWIN-title,
.INFOWIN-text.modalholiday .INFOWIN-subtitle{
	font-size: 3.8vw;
	line-height: 1.6;
	margin: 0 0 4% 0;
}

.modal_content{
    position: relative;
    width: 90%;
    max-width: 715px;
    top: 16%;
    height:  auto;
    margin: 0 auto 10%;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.2s;
}

ul li .modal_content{
    font-size: 0.65em;
    line-height: 1.8;
}

.open_button img {
    max-width: 100%;
    height: auto;
	display: block;
	margin: 0 auto;
}

.INFOWIN-img img {
    width: 100%;
    height: auto;
}

.INFOWIN-img,
.FS2_body_Cart_ShoppingCart .INFOWIN-img,
p.INFOWIN-img{
    margin: 0 0 0% 0;
	margin-bottom: 0%;
}

.close_button{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    bottom: -45px;
    left: 45%;
    width: 10%;
    height: auto;
    color: #fff;
    cursor: pointer;
}
form#goodsForm li label {
    border-bottom: none;
}

ul li label.close_button{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: -35px;
    right: 0px;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    border-bottom: none;
}
ul li label.close_button:before,
ul li label.close_button:after{
    display: none;
}

.close_button img {
    width: 100%;
    height:  auto;
}

#modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s;
}

.open_button{
    display: block;
    height: auto;
    color: #444;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin: 0 0 4% 0;
}

ul li label.open_button:before,
ul li label.open_button:after{
    display: none;
}

ul li label.open_button {
    border-bottom: none;
    margin: 5px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

.hrline{
    text-align: center;
    letter-spacing: -0.15em;
    font-size: 1em;
    color:  #444;
    margin: 3% 0;
}
.INFOWIN-title {
    text-align:  center;
    margin: 0% 0 5% 0;
	color: #29abe2;
    font-size: 2.5vw;
    font-weight: bold;
}

.INFOWIN-subtitle {
    font-size: 2.5vw;
    text-align:  center;
    font-weight:  bold;
    color: #333;
    margin: 0 0 6% 0px;
}

p.INFOWIN-days,
p.INFOWIN-body,
p.INFOWIN-sign  {
    font-size: 1.0em;
    color: #444;
    line-height: 1.8;
    margin: 0 0 3% 0;
}
#modal_wrap .INFOWIN-body img{
max-width: 100%;
width: auto;
height: auto;
}

.INFOWIN-body-info-small{
font-size: 12px;
}
.INFOWIN-body-info-small img{
margin: 0 0 1% 0;}


.INFOWIN-sign {
    text-align: right;
}
.INFOWIN-days {
    text-align:  center;
    margin: 6% 0 6% 0;
}

span.boldder {
    font-weight: bold;
}

h2.INFOWIN-body {
    font-size: 1.5em;
}

h2.INFOWIN-body-title {
    font-size: 1.5em;
    margin: 0 0 2% 0;
}
p.INFOWIN-title-image {
    margin: 0 0 3% 0;
}

div#modal_wrap.ichigoichie .INFOWIN-title-image{
    margin: 0 0 4% 0;
}
div#modal_wrap.ichigoichie .INFOWIN-text {
    border: 3px solid #00adea;
    padding: 6% 5% 6%;
}

div#modal_wrap.ichigoichie p.INFOWIN-title {
    color: #000;
    margin: 0 0 3% 0;
}

div#modal_wrap.ichigoichie p.INFOWIN-body {
    margin: 0;
    text-align: left;
    color: #444;
}





@media (min-width: 415px) {
a.bt-modal {
    font-size: 1.1em;
    margin: 30px 30px 0 30px;
    padding: 2%;
}

.INFOWIN-days,
 p.INFOWIN-body,
.system_content p.INFOWIN-body,
.INFOWIN-sign  {
    color: #444;
    line-height: 1.8;
    margin: 0 0 3% 0;
}

h2.INFOWIN-body-title {
    font-size: 1.8em;
    margin: 0 0 2% 0;
}

.INFOWIN-text.modalholiday .INFOWIN-title, 
.INFOWIN-text.modalholiday .INFOWIN-subtitle {
    font-size: 2.5em;
}

body#toppage .INFOWIN-days.whitetext a:link,
body#toppage .INFOWIN-days.whitetext a:visited{
color: #FFFFFF;
}

.INFOWIN-days a {
    display: block;
    padding: 2%;
    background-color: #FF7800;
    width: 280px;
    margin: 0 auto;
}

.INFOWIN-body span {
    color: #f00;
}

.INFOWIN-body-info-small{
font-size: 1.18em;
line-height: 2;}


.INFOWIN-text.modalholiday p.INFOWIN-title,
.INFOWIN-text.modalholiday p.INFOWIN-subtitle{
line-height: 2.0vw;
	font-size: 2.0vw;
}

.about-bobycam p.INFOWIN-body {
    font-size: 1.5em;
}

.bobycam-size {
    width: 38%;
}

.bobycam-size.last {
    width: 16%;
}

.bobycam-imglist {
    width: 23%;
}

.optionlist p img {
    width: 30%;
}

.bobycam-sample p {
    margin-bottom: 0%;
}

.bobycam-sample .optionlist p:last-child {
    margin-bottom: 20%;
}

.system_content p.INFOWIN-img,
p.INFOWIN-img{
    margin: 0 0 0% 0;
	margin-bottom: 0%;
}

div#modal_wrap.ichigoichie .modal_content {
    width: 70%;
    max-width: 480px;
}
.INFOWIN-text.modalholiday .INFOWIN-title,
.INFOWIN-text.modalholiday .INFOWIN-subtitle{
	font-size: 1.2em;
    line-height: 1.0;
    margin: 0 0 30px 0;
}
.INFOWIN-text.modalholiday p.hrline {
    margin: 0 0 20px 0;
}
label.open_button {
    width: 70%;
}
label.open_button {
    width: 100%;
    margin: 0 0 0 0;
}
label.modal_trigger {
    top:0;
    left: 0;
}
div#modal_wrap p.INFOWIN-title {
    font-size: 1.3em;
    margin: 0 0 2% 0;
    line-height: 1.8;
}

.close_button{
    left: 47.5%;
    width: 5%;
}


}