@charset "utf-8";
body,p,div,h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	}

body {
	color:#000000;
	background-color:#FFFFFF;
	}

/* top */

.content-body .aboutcamera{
	background: url("../img/top_holiday.png") no-repeat center top;
	background-size: 100%;
	text-align: center;
	padding-top: 30%;
}

.aboutcamera-lead{
	/*border-bottom:1px solid #EFF0EE;
	padding-bottom: 20px;*/
}

.aboutcamera-lead p{
	font-size:1.4em;
	margin: 7% auto 4%;
}

.aboutcamera-how{
	padding:20px 0 0;
}

.aboutcamera-how-title{
	color:#2CB3F0;
	font-size:40px;
	line-height: 1.1;
	/*margin: 70px auto 0;*/
}

.aboutcamera-how p{
	font-size:20px;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
.content-body{
	/*background:url(https://www.aquabeadsart.com/ja-jp/asset/img/common/bg_dot_2.png) repeat;*/
	background-color:#f9f5f2;
}

.border-line{ 
	width: 85%;
	padding: 0 0 40px;
	margin:0 auto 3%;
	border:none;
	background: url(../img/line_holiday.png) repeat-x;
}

.aboutcamera-photo-sheet{
	text-align: center;
	max-width: 1500px;
	margin:0 auto;
}

.aboutcamera-photo-sheet-explain{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px;
}

#fixed-side-button{
	padding: 10px;
	padding-right: 14px;
	background-color: #fff;
	position: fixed;
	right: -4px;
	top: 40%;
	border-radius: 10px;
	border: 1px solid #EFF0EE;
	z-index: 999;
}


/* youtube */

.youtube-box {
	width: 70%;
	margin: 5% auto 8%;
	position: relative;
     padding-bottom: calc(315 / 800 * 100%);
}
.youtube-box img{
	width: 100%;
}
.youtube-box iframe{
	     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}

/* point */

.point-box {
    width: 85%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
	text-align: center;
	margin: 1% auto 5%;
}
.point-box > div{
	width: 25%;
	margin: 2% auto 0;
	padding: 1%;
}
.point-box img{
	width: 100%;
	margin: 0 auto 20px;	
}


/* recommend */
.recomend {
	text-align: center;
}

.recomend-box {
    width: 90%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
	text-align: center;
	margin: 1% auto 10%;
}
.recomend-box > div{
	width: 45%;
	margin: 5% auto 0;
	padding: 1%;
}
.recomend-box img{
	width: 100%;
}

.text-box-s {
	padding: 3% 0;
	font-size: 1em;
    }
.item-name {
	padding: 3% 0;
	font-size: 1.1em;
	font-weight:bold;
    }
.item-text {
	margin:0 auto 3%;
	padding: 0;
	font-size: 1em;
	text-align:left;
	color:#000;
    }
    @media screen and (min-width: 980px){
        .item-text {
        height: 70px;
        }
    }

.epo-link img{
	width:40%;
	margin:-3% auto 8%;
	text-align:center;
}

/*   floating   */
.floating {
	position: fixed;
    z-index: 99999;
    bottom: 0;
	right: 0;
}
.floating-banner {
    width: 130px;
    padding: 50px 0px 0;
	margin: 0 25px 200px auto;
    /*background: linear-gradient(86.13deg, #7080F7 -3.42%, #3E9ED9 59.59%); グラデーション */
	background-color: rgba(202, 70, 19);/* バナーの背景色 */
	/*background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(234, 94, 110, 1) 10px, rgba(234, 94, 110, 1) 20px ); */
    color: #fff;
    font-weight: bold;
    text-align: center;
	font-size: 16px;
	border-radius:50%;
	box-shadow: 1px 3px 2px #d3b8b8;
	border: 1px solid #EFF0EE;
}
.floating-banner:hover {
    opacity: .8; /* ホバーで少し透過 */
}
.floating-banner-arrow {
	width: 100%;
	padding: 10px;
	margin: 10 auto 10;
	color: #fff;
    font-weight: bold;
	font-size: 15px;
    text-align: center;
    /*background-color: #db006d; */
	/*border-radius:0 0 15px 15px; */
}
.fade_on {
    opacity: 1;
}


/* フキダシ見出し */

.arrow_title{
    position:relative;
    width:90%;
	background-size: auto;
	background: url("../img/title_bg_h.png") repeat;
    padding:3%;
	margin: 0 auto;
    text-align:center;
    color:#FFFFFF;
    font-size:2em;
    font-weight:bold;
    border-radius:60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
}
.arrow_title:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 156, 240, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#B84837;
    top:100%;
    left:50%;
}

.arrow_title_h{
    position:relative;
    width:105%;
	background-size: auto;
	background: url(../img/title_bg_h.png) repeat;
    padding:5%;
	margin: 0 -2.5% 6%;
    text-align:center;
    color:#FFFFFF;
    font-size:1.8em;
    font-weight:bold;
    border-radius:60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
}
.arrow_title_h:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 156, 240, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#B84837;
    top:100%;
    left:50%;
}

@media screen and (min-width: 980px){
    .icon_pic{
        position:relative;
        text-indent:-8em;
    }
    .icon_pic::before{
        position:absolute;
        content:url(../img/title_icon01_h.png);
        margin: -13% -20%;
    }
    .icon_pic::after{
        position:absolute;
        content:url(../img/title_icon02_h.png);
        margin: -13% 80%;
    }
	.icon_pic img{
         width:100px;
    }
}

/* パンクズ */

.pankuzu{
	padding:20px 15px 5px;
	margin:0 auto;
	max-width:1130px;
}
.pankuzu-list{font-size:12px;}
.pankuzu-list-item{
	line-height: 1.0;
	display: inline-block;
	vertical-align: top;
	color:#999;
}
.pankuzu-list-item:after{
	content:'>';
	display: inline-block;
	vertical-align: top;
	margin:0 10px;
	line-height: 1.0;
}

.pankuzu-list-item:last-child:after{display: none;}

.pankuzu-list-item a{
	display: inline-block;
	padding-bottom: 5px;
	color:#999;
	border-bottom:1px solid #999;
}


/* btn */

.btn-judge{
	display: inline-block;
	width:315px;
	padding:17px 0;
	line-height: 1.0;
	border:2px solid #009CF0;
	background: #009CF0;
	font-size:16px;
	position: relative;
	border-radius:30px;
	color:#fff;
	margin:0 5px;
	cursor:pointer;
}

.btn-judge:after{
	display:block;
	content:'';
	background:url(https://www.aquabeadsart.com/ja-jp/camera/assets/images/common/arrow_white.png) no-repeat left top;
	width:6px;
	height:10px;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-5px;
}

.btn-judge .icon-shopping{
	content:'';
	display: inline-block;
	background:url(https://www.aquabeadsart.com/ja-jp/camera/assets/images/common/item/icon_shopping.png) no-repeat left top;
	width:20px;
	height:17px;
	margin-left: 5px;
}

.upload-submit2{
	width:660px;
	margin:0 auto;
	overflow: hidden;
}

.upload-submit2 .btn-judge{float: right;}
.upload-submit2 .btn-back{float: left;}



/* modal */

.modal{
	background: #fff;
	border-radius:10px;
	padding:30px 40px;
}

.modal-save-inner{text-align: center;}

.modal-save-title{
	text-align: center;
	font-size:16px;
	margin-bottom: 10px;
}

.modal-save-lead{
	font-size:14px;
	line-height: 1.5;
	text-align: center;
}

.modal-save-list{
	padding-top:25px;
	display: inline-block;
	text-align: left;
}

.modal-save-list li{
	margin-bottom:20px;
}


.modal-save-list-title{
	font-size:12px;
	line-height: 1.1;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.modal-save-image img{
	max-width:100%;
	border:1px solid #EFF0EE;
}


.modal-save-list-title-num{
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    background: #4D5055;
    border-radius: 100%;
    color: #fff;
    font-size: 8px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 13px;
}

/* ========================================== */
/*                  SP only                   */
/* ========================================== */

@media screen and (max-width: 768px){

	/* header */
	header .head-info .logo img {
    height: 43px !important;
    width: auto;
	}
	
	/* top */
	.page-mv .inner .title {
        font-size: 2.3rem !important;
        padding-bottom: 0px;
        font-weight: 600;
	}
	.page-mv{
        height: 110px !important;
	}
	.content-body .aboutcamera{
		background: url(../img/top_holiday.png) no-repeat center top;
		background-size: 140%;
		padding:45% 0 0;
	}

	.aboutcamera-lead p{
		font-size:1em;
		line-height: 1.8;
		margin-bottom: 10%;
	}

	.aboutcamera-how{
		padding:0;
	}

	.aboutcamera-how-title{
		font-size:1.5em;
		line-height:1.3em;
		margin: 0px auto 3%;
	}

	.aboutcamera-how p{
		font-size:12px;
		line-height: 1.6;
		margin-bottom: 1.3em;
	}


	.border-line{
		width:95%;
		padding: 4% 0;
		margin:0 auto 5%;
		background-size:8%;
	}
	
	.aboutcamera-photo-sheet-explain{
		font-size: 14px;
		margin-bottom: 10px;
	}

	/* youtube */

    .youtube-box {
        width: 90%;
		padding-bottom: calc(405 / 800 * 100%);
    }

	
	/* point */

    .point-box {
        width: 95%;
        margin: 1% auto ;
    }
    .point-box > div{
        width: 49%;
        margin: 0 auto;
    }
	.point-box img{
		width: 90%;
        margin: 0 auto 5px;
    }
	
	
	/* recommend */

    .recomend-box {
        width: 95%;
        margin: 1% auto ;
    }
    .recomend-box > div{
        width: 49%;
        margin: 0 auto 5%;
    }
	.recomend-box img{
        border: 1px solid #EFF0EE;
    }

    .text-box-s {
		font-size:0.89em;
		height:50px;
		margin-top:3%;
    }
	.item-name{
		font-size:0.89em;
		height:40px;
		margin-top:3%;
    }
	.item-text {
		font-size:0.89em;
		/*height:50px;*/
		margin-top:3%;
		padding:0 3%;
    }
	
	.epo-link img{
        width:95%;
		margin:0 auto 8%;
    }
	
	/* floating */

	.floating-banner {
        width: 80px;/* バナーの横幅 */
        padding: 28px 0 10px;
		margin: 0 15px 120px auto;
        font-size: 10px;
        border-radius:50%;
		box-shadow: 1px 2px 2px #d3b8b8;
    }
	.floating-banner-arrow {
        padding: 0;
		margin: 10 auto 3;
        font-size: 13px;
    }

	/* フキダシ見出し */

    .arrow_title{
        width:98%;
        padding:4%;
        margin: 5% auto 7%;
        font-size:1.3em;
		background-size:15%;
    }
	.arrow_title_h{
        width:105%;
        padding:4%;
        margin: 5% -2.5% 7%;
        font-size:0.9em;
    }
	
	/* パンクズ */

	.pankuzu{padding:10px 15px 5px;}
	.pankuzu-list{font-size:10px;}
	.pankuzu-list-item a{padding-bottom: 3px;}


	/* btn */


	.btn-judge{
		display: block;
		width:100%;
		padding:10px 0;
		line-height: 1.0;
		box-shadow:0px 1px 1px rgb(0, 130, 201);
		font-size:12px;
		font-weight: bold;
		position: relative;
		border-radius:30px;
		color:#fff;
		margin:6% auto;
		cursor:pointer;
	}

	.btn-judge:after{
		display: none;
	}

	.btn-back{
		width:280px;
		font-size:14px;
	}

	.upload-submit2{
		width:auto;
	}

	.upload-submit2 .btn-judge{float: none;margin-bottom: 20px;}
	.upload-submit2 .btn-back{float: none;}


	/* つくれる作品一覧 */
	.content-body .modal-result-section{padding:0;}

}


/* footer */

footer .totop span.page-top:after{
	display: block;
  content: '';
  background: url(https://www.aquabeadsart.com/ja-jp/camera/assets/images/common/arrow_white.png) no-repeat left top;
  width: 6px;
  height: 10px;
  position: absolute;
  right: -20px;
  top: 50%;
	margin-top: -5px;
	transform: rotate(-90deg);
}

footer .link-list {
    border-bottom: solid 1px #efefef;
    padding: 20px;
}

/* */

@media screen and (max-width: 768px){
	header .menu nav ul.gnavi li.parent.arrow a:after, 
	header .menu nav ul.gnavi li.parent.arrow>div:after, 
	header .menu nav ul.gnavi li.nosub.arrow a:after, 
	header .menu nav ul.gnavi li.nosub.arrow>div:after{
		display: block;
		content: '';
		background: url(https://www.aquabeadsart.com/ja-jp/camera/assets/images/common/arrow_black.png) no-repeat left top;
		width: 6px;
		height: 10px;
		position: absolute;
		top: 50%;
		margin-top: -5px;
	}
}

