@charset "UTF-8";
/*================================================
 *  common
 ================================================*/
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


body {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background: #ffffff;
	}

p {
  font-size: 15px;
  line-height: 1.4em;
  color: #000;
  letter-spacing: 0.04em;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-font-smoothing: antialiased
}

a:hover {
  text-decoration: none;
}


img {
  max-width: 100%;
  height: auto;
}

img {}

.flR {
  float: right;
}

.flL {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

  html, body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }


/*--------------------------------------
  header
---------------------------------------*/
.wrapper {
  max-width: 640px;
  overflow: hidden;
  margin: 0 auto;
}

header {
  	width: 100%;
  	height: auto;
  	overflow: hidden;
  	background: #fff6f4;
 }

.header_inner {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
 }


.header_logo {
	margin: 0 2rem 0 1rem;
	}
.header_tel_ttl {
	font-weight: bold;
	font-size: 65%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	width: 110px;
	padding: 0 0.5rem;
	margin-bottom: 0.5rem;
	}
.header_tel_area {
	padding-right: 0.5rem;
	}



/*-------------------------------
ナビゲーション
-------------------------------*/
.drawer_nav_area {
	max-width: 640px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    padding: 0 17px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
  .menu_trigger {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 27px;
    vertical-align: middle;
    cursor: pointer;
  }
  .menu_trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 2rem;
    height: 2px;
    background-color: #999;
    -webkit-transition: all .5s .2s;
    -o-transition: all .5s .2s;
    transition: all .5s .2s;
  }
  .menu_trigger.active span {
    background-color: #fff;
  }
  .menu_trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .menu_trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .nav_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem 0 5rem;
  }

.nav_area li a {
  	color: #fff;
  	font-size: 110%;
  	line-height: 2em;
  }

.nav_area li  {
	padding: 0.5rem;
	border-bottom: 1px solid #fff;
	}

/*-------------------------------
メインビジュアル
-------------------------------*/
.mv_contents_wrapper {
    max-width: 100%;
	overflow: hidden;
    }

.mv_contents {
    overflow: hidden;
    margin: 0 auto;
    }

.mv_contents_inner {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
	}

.mv_cat_img {
	position: absolute;
	top: 0rem;
	left: -2rem;
	width: 85%;
	}

.mv_logo {
    width: 60%;
    position: absolute;
    top: 75px;
    left: 1rem;
}

@media screen and (max-width:400px) {
	.mv_logo {
    top: 55px;
    left: 1rem;
    }
}
.mv_icon_area {
   padding-left: 0.5rem;
   width: 70%;
   }
.mv_icon_img01 {
    padding-right: 1rem;
    width: 40%;
 	}

.mv_icon_img02 {
    width: 35%;
 	}

/*バナーエリア*/
.mv_bnr_area {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(255,98,137,1) 0%,rgba(254,136,164,1) 50%,rgba(254,142,168,1) 51%,rgba(254,181,196,1) 100%);
    background: linear-gradient(to bottom, rgba(255,98,137,1) 0%,rgba(254,136,164,1) 50%,rgba(254,142,168,1) 51%,rgba(254,181,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6289', endColorstr='#feb5c4',GradientType=0 );
	}

.mv_bnr_img01 {
    width: 70%;
    margin: 0 auto;
 	}

.mv_bnr_img03 {
    width: 90%;
    margin: 0 auto;
 	}
.mv_bnr_img02 {
	width: 85%;
	margin: 0 auto;
	}
/*-------------------------------
こんな悩みありませんか？
-------------------------------*/
.sec01_contents {
	margin: 0 auto;
	}

.sec01_contents_inner {
    max-width: 640px;
	height: auto;
    margin: 0 auto;
    position: relative;
    }

/*-------------------------------
ファインアートとは
-------------------------------*/
.sec02_contents {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../../img/item/fineart_lp/sec02_img_bk.png)no-repeat;
    background-position: 50% 0;
 }

.sec02_contents_inner {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    }

.sec02_ttl {
    text-align: center;
    padding-top: 3rem;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    }

@media screen and (max-width:320px) {
	.sec02_ttl {
    font-size: 20px;
    }
}

.sec02_ttl span {
    font-weight: bold;
    color: #5082d2;
    }

.sec02_col01_wrpper {
	text-align: center;
      }

.sec02_col01_area01 {
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    }

.sec02_col01_area02 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: -5rem;
    bottom: 2.2rem;
    }

.sec02_col01_area03 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 7.5rem;
    bottom: 1.9rem;
    }

.sec02_col01_ttl {
    color:#fff;
    font-size: 85%;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
	padding-bottom: 2px;
    }

.sec02_col01_img {
	width: 26%;
	padding-bottom: 2px;
	margin: 0 auto;
	}

.sec02_col01_txt01 {
	color:#fff;
	font-size: 10px;
	width: 34%;
	padding-top: 0.5rem;
	margin: 0 auto;
	text-align: justify;
	}

.sec02_col01_txt02 {
	color:#fff;
	padding: 0 0.7rem;
	font-size: 50%;
	width: 38%;
	margin: 0 auto;
	text-align: justify;
	}

.sec02_col01_txt03 {
	color:#fff;
	padding: 0.2rem;
	font-size: 50%;
	width: 36%;
	margin: 0 auto;
	text-align: justify;
	}

/*キャンペーンエリア*/
.sec02_col02_wrpper {
	text-align: center;
	}

.sec02_col02_des {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: justify;
	padding: 0 3rem;
	margin-bottom: 0.7rem;
	position: absolute;
	top: 36rem;
	left: 5rem;
	width: 70%;
	}

@media screen and (max-width:450px) {
	.sec02_col02_des {
		font-size: 89%;
		top: 36rem;
		left: 2rem;
		width: 85%;
		}
	}

@media screen and (max-width:320px) {
	.sec02_col02_des {
		font-size: 60%;
		padding: 0 2rem;
		top: 27rem;
		}
	}
.sec02_col02_des02 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: justify;
	padding: 0 3rem;
	margin-bottom: 0.7rem;
	position: absolute;
	top: 60rem;
	left: 5rem;
	width: 70%;
	}
@media screen and (max-width:450px) {
	.sec02_col02_des02 {
		font-size: 80%;
		padding: 0 2rem;
		top: 45rem;
		top: 61rem;
		left: 3rem;
		width: 81%;
		}
	}
@media screen and (max-width:320px) {
	.sec02_col02_des02 {
		font-size: 60%;
		padding: 0 2rem;
		top: 45rem;
		}
	}
.sec02_col02_des03 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: justify;
	padding: 0 3rem;
	margin-bottom: 0.7rem;
	position: absolute;
	top: 82rem;
	left: 5rem;
	width: 70%;
	}
@media screen and (max-width:450px) {
	.sec02_col02_des03 {
		font-size: 80%;
		padding: 0 2rem;
		top: 82rem;
		left: 3rem;
		width: 76%;
		}
	}
@media screen and (max-width:320px) {
	.sec02_col02_des03 {
		font-size: 60%;
		padding: 0 2rem;
		top: 61.5rem;
		}
	}
.sec02_col05_wrpper {
	background: url("../../img/item/fineart_lp/sec02_contents_bk.png")no-repeat;
	width: 100%;
	height: auto;
	background-position: center;
	background-size: cover;
	text-align: center;
	position: relative;
	}

.sec02_col05_inner {
	max-width: 640px;
    margin: 0 auto;
    position: relative;
	}

/*安心の２大保証*/
.sec02_ttl_s {
	background: url("../../img/item/fineart_lp/sec02_ttl__bk.png")no-repeat;
	width: 100%;
	height: 80px;
	background-position: center 0;
	margin-bottom: 2rem;
	}
.sec02_ttl_s p{
	color: #fff;
	font-size: 33px;
	font-weight: bold;
	position: absolute;
	top: 1.2rem;
	left: 8rem;
	z-index: 1;
	}
.sec02_col05_ttl {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 1rem;
 }

.sec02_icon_area {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 2rem;
	}

.sec02_icon_area img {
	width: 90%;
    }

/*バナーエリア*/
.sec02_bnr_area {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(255,98,137,1) 0%,rgba(254,136,164,1) 50%,rgba(254,142,168,1) 51%,rgba(254,181,196,1) 100%);
    background: linear-gradient(to bottom, rgba(255,98,137,1) 0%,rgba(254,136,164,1) 50%,rgba(254,142,168,1) 51%,rgba(254,181,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6289', endColorstr='#feb5c4',GradientType=0 );
	}

.sec02_bnr_img01 {

    width: 70%;
    margin: 0 auto;
 	}

.sec02_bnr_img03 {
    width: 90%;
    margin: 0 auto;
 	}
.sec02_bnr_img02 {
	width: 85%;
	margin: 0 auto;
	}

/*-------------------------------
老眼鏡と拡大鏡の違いってなに？
-------------------------------*/
.sec03_contents {
    width: 100%;
    height: auto;
    overflow: hidden;
	}

.sec03_contents_inner {
    max-width: 640px;
	padding: 10px;
	text-align: center;
    }



/*-------------------------------
 ファインアート3つのこだわり
-------------------------------*/
.sec04_contents {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff6f4;
	}

.sec04_contents_inner {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    }

.sec04_ttl {
    padding: 3rem 0;

    width: 80%;
    margin: 0 auto;
    }

.sec04_col01_item {
    width: 90%;
    margin: 0 auto 2rem auto;
    background: #fff;
    border-right: 5px solid #ff5c84;
    padding-bottom: 1rem;
    box-shadow: 1px 1px 1px 2px #ccc;
    }

.sec04_col01_item:nth-child(3) {
    background: #fff;
    border-right: 5px solid #ff5c84;
    box-shadow: 1px 1px 1px 2px #ccc;
    }
.sec04_col01_img {
    margin: 0 auto;
    width: 70%;
    }


.sec04_col01_ttl {
    padding: 1rem 0 0 6rem;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
    position: relative;
    }
@media screen and (max-width:320px) {
.sec04_col01_ttl {
    font-size: 16px;
    padding: 1.5rem 0 0 5.5rem;
    }
}

.sec04_col01_item:nth-child(1) .sec04_col01_ttl::before {
	content: "";
	display:inline-block;
	background: url("../../img/item/fineart_lp/sec04_col01_ttl_img.png")no-repeat;
	width: 30px;
	height: 57px;
	position: absolute;
	top: 0.8rem;
	left: 3.2rem;
	}

@media screen and (max-width:320px) {
.sec04_col01_item:nth-child(1) .sec04_col01_ttl::before {
	top: 0.8rem;
	left: 2.5rem;
	}
}
.sec04_col01_item:nth-child(2) .sec04_col01_ttl::before {
	content: "";
	display:inline-block;
	background: url("../../img/item/fineart_lp/sec04_col01_ttl_img02.png")no-repeat;
	width: 36px;
	height: 57px;
	position: absolute;
	top: 0.8rem;
	left: 3.2rem;
	}

@media screen and (max-width:320px) {
.sec04_col01_item:nth-child(2) .sec04_col01_ttl::before {
	top: 0.8rem;
	left: 2.5rem;
	}
}

.sec04_col01_item:nth-child(3) .sec04_col01_ttl::before {
	content: "";
	display:inline-block;
	background: url("../../img/item/fineart_lp/sec04_col01_ttl_img03.png")no-repeat;
	width: 35px;
	height: 57px;
	position: absolute;
	top: 0.8rem;
	left: 3.2rem;
	}

@media screen and (max-width:320px) {
.sec04_col01_item:nth-child(3) .sec04_col01_ttl::before {
	top: 0.8rem;
	left: 2.5rem;
	}
}
.sec04_col01_des {
    font-size: 90%;
    padding: 0.5rem 3rem;
    }



@media screen and (max-width:320px) {
.sec04_col01_des {
    padding: 0.5rem 2.5rem;
    }
}

.sec04_col01_notes {
    font-size: 80%;
    text-align: right;
    padding-right: 2rem;
    }

@media screen and (max-width:320px) {
.sec04_col01_notes {
    font-size: 60%;
    }
}
/*バナーエリア*/
.sec04_bnr_area {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(255,98,137,1) 0%,rgba(254,136,164,1) 50%,rgba(254,142,168,1) 51%,rgba(254,181,196,1) 100%);
    background: linear-gradient(to bottom, rgba(255,98,137,1) 0%,rgba(254,136,164,1) 50%,rgba(254,142,168,1) 51%,rgba(254,181,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6289', endColorstr='#feb5c4',GradientType=0 );
	}

.sec04_bnr_img01 {
    width: 70%;
    margin: 0 auto;
 	}

.sec04_bnr_img03 {
    width: 90%;
    margin: 0 auto;
 	}
.sec04_bnr_img02 {
	width: 85%;
	margin: 0 auto;
	}


.sec04_col2_area {
	max-width: 90%;
	margin: 0 auto;
	}
.sec04_col2_cat {
    text-align: center;
    padding-top: 1.5rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 1rem;
    }

.sec04_col2_cat span {
    font-weight: bold;
    color: #5082d2;
    }
.sec04_col2_img {
	margin-bottom: 1.5rem;
	}
.sec04_col2_ttl {
	font-size: 110%;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding-bottom: 0.5rem;
	}

.sec04_col2_txt {
	line-height: 1.6em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin-bottom: 1rem;
	font-size: 90%;
	}


/*-------------------------------
ご愛用者の声
-------------------------------*/
.sec05_contents {
    width: 100%;
	height: auto;
	overflow: hidden;
	background: url("../../img/item/fineart_lp/sec05_contents_bk.png")no-repeat;
	background-position: center;
	background-size: cover;
	}

.sec05_contents_inner {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-top: 1rem;
    }
.sec05_col_area_wrapper {
	width: 95%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 1px 1px 2px #ccc;
	margin-bottom: 1rem;
	}
.sec05_ttl {
	background: url("../../img/item/fineart_lp/sec05_ttl_bk.png")no-repeat;
	width: 100%;
	height: auto;

	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 1rem 0;
	margin: 0 auto 1rem auto;
	}

.sec05_col_area {
	max-width: 95%;
	margin: 0 auto;
	}

.sec05_col_ttl {
	background: url("../../img/item/fineart_lp/sec05_col_ttl_bk.png")no-repeat;
	width: 100%;
	height: auto;
	padding: 0.5rem;
	margin-bottom: 1rem;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}
.sec05_col_item {
	margin-bottom: 1rem;
	}

.sec05_col_item01_r {
	display: -webkit-box;
	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	justify-content: space-around;
	}

.sec05_col_item02_r {
	display: -webkit-box;
	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
	}

.sec05_col_txt {
	width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 80%;
	padding: 0.5rem;
	}

.sec05_col_txt span {
	color: #ff5c84;
	box-shadow: 0px -6px 5px -5px #ff0 inset,0px 8px 4px -8px #FF0;
	font-weight: bold;
	}

.sec05_col_item_notes {
	text-align: right;
	padding-bottom: 2rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 75%;
	}
.sec05_col_img {
    width: 45%;
    }

/*キャンペーンエリア*/
.sec05_col02_wrpper {
	background: url("../../img/item/fineart_lp/sec02_col02_bk.png")no-repeat;
	width: 100%;
	height: 1298px;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	}

.sec05_col02_area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
.sec05_col02_cat {
	padding-top: 1rem;
	width: 35%;
	margin: 0 auto;
	}

.sec05_col02_ttl {
	width: 70%;
	margin: 0 auto;
	}

.sec05_col02_img {
	width: 85%;
	margin: 0 auto;
	padding-bottom: 0.5rem;
	}

.sec05_col02_txt {
	width: 67%;
	margin: 0 auto;
	padding-bottom: 2.3rem;
	position: relative;
	}

.sec05_col02_txt::after {
	content: "";
	display: block;
	position: absolute;
	top: 2.5rem;

	right: 8rem;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #c33656;
	}

.sec05_col02_txt02 {
	width: 45%;
	margin: 0 auto;
	padding-bottom: 0.5rem;
	}

.sec05_col02_des {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: justify;
	padding: 0 3rem;
	margin-bottom: 0.5rem;
	}

.sec05_col03_area {
	}
.sec05_col03_txt {
	width: 55%;
	margin: 0 auto;
	padding-bottom: 0.5rem;
	}

.sec05_col04_area {
	text-align: center;
	}
.sec05_col04_txt {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 0.5rem;
	}

.sec05_col05_wrpper {
	background: url("../../img/item/fineart_lp/sec02_contents_bk.png")no-repeat;
	width: 100%;
	height: auto;
	background-position: center;
	background-size: cover;
	text-align: center;
	position: relative;
	}

.sec05_col05_inner {
	max-width: 640px;
    margin: 0 auto;
    position: relative;
	}

/*安心の２大保証*/
.sec05_ttl_s {
	background: url("../../img/item/fineart_lp/sec02_ttl__bk.png")no-repeat;
	width: 100%;
	height: 80px;
	background-position: center 0;
	margin-bottom: 2rem;
	}
.sec05_ttl_s p{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 1rem;
	left: 9rem;
	z-index: 1;
	}
.sec05_col05_ttl {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 1rem;
 }

.sec05_icon_area {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 2rem;
	}

.sec05_icon_area img {
	width: 90%;
    }

/*バナーエリア*/
.sec05_bnr_area {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(255,98,137,1) 0%,rgba(254,136,164,1) 50%,rgba(254,142,168,1) 51%,rgba(254,181,196,1) 100%);
    background: linear-gradient(to bottom, rgba(255,98,137,1) 0%,rgba(254,136,164,1) 50%,rgba(254,142,168,1) 51%,rgba(254,181,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6289', endColorstr='#feb5c4',GradientType=0 );
	}

.sec05_bnr_img01 {
    width: 70%;
    margin: 0 auto;
 	}

.sec05_bnr_img03 {
    width: 90%;
    margin: 0 auto;
 	}
.sec05_bnr_img02 {
	width: 85%;

	margin: 0 auto;
	}


/*-------------------------------
ファインアートを購入する
-------------------------------*/
.sec06_contents {
    width: 100%;
    height: auto;
    overflow: hidden;
	}

.sec06_contents_inner {
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    padding: 10px;

    }
.sec06_col_item01 {
	position: relative;
	margin-bottom: 20px;
	}
.sec06_col_item01_notes a {
	display: block;
	color: #5082d2;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	bottom: 68px;
    right: 92px;
	text-decoration: underline;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}
@media screen and (max-width:585px) {
.sec06_col_item01_notes a {
	font-size: 12px;
	bottom: 55px;
    right: 85px;
	}
}

@media screen and (max-width:500px) {
.sec06_col_item01_notes a {
	font-size: 10px;
	bottom: 46px;
    right: 65px;
	}
}

@media screen and (max-width:430px) {
.sec06_col_item01_notes a {
	font-size: 8px;
	bottom: 37px;
    right: 40px;
	}
}

@media screen and (max-width:380px) {
.sec06_col_item01_notes a {
	font-size: 5px;
	bottom: 34px;
    right: 25px;
	}
}

@media screen and (max-width:350px) {
.sec06_col_item01_notes a {
	bottom: 30px;
    right: 15px;
	}
}

@media screen and (max-width:315px) {
.sec06_col_item01_notes a {
	bottom: 26px;
    right: 7px;
	}
}

.sec06_buy_btn_area {
	width: 40%;
    position: absolute;
    bottom: 10px;
    right: 20px;
	}
@media screen and (max-width:350px) {
.sec06_buy_btn_area {
	bottom: 4px;
    right: 10px;
    width: 40%;
	}
}

.sec06_col_item01_notes02 a {
	display: block;
	color: #5082d2;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 150px;
    right: 67px;
	text-decoration: underline;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}
@media screen and (max-width:585px) {
.sec06_col_item01_notes02 a {
	font-size: 12px;
    top: 137px;
    right: 67px;
	}
}

@media screen and (max-width:514px) {
.sec06_col_item01_notes02 a {
    top: 115px;
    right: 67px;
	}
}

@media screen and (max-width:465px) {
.sec06_col_item01_notes02 a {
	font-size: 8px;
	top: 103px;
    right: 60px;
	}
}

@media screen and (max-width:415px) {
.sec06_col_item01_notes02 a {
	font-size: 5px;
    top: 95px;
    right: 35px;
	}
}

@media screen and (max-width:395px) {
.sec06_col_item01_notes02 a {
    top: 85px;
    right: 30px;
	}
}

@media screen and (max-width:375px) {
.sec06_col_item01_notes02 a {
    top: 80px;
	}
}

@media screen and (max-width:325px) {
.sec06_col_item01_notes02 a {
    top: 67px;
	}
}

.sec06_select_area {
	position: relative;
}

.sec06_select {
	background: #fff;
	border: 1px solid #ccc;
	max-width: 40%;
    width: 100%;
    position: absolute;
    bottom: 85px;
    right: 19px;
	}

@media only screen and (max-width: 540px) {
.sec06_select {
  	bottom: 70px;
  }
}
@media only screen and (max-width: 435px) {
.sec06_select {
  	bottom: 60px;
  }
}

@media only screen and (max-width:365px) {
.sec06_select {
    bottom: 56px;
    font-size: 9px;
	}
}

@media only screen and (max-width:345px) {
.sec06_select {
	bottom: 50px;
	right: 10px;
	}
}
select::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0.5em;
	right: 0.7rem;
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
select::after {
	position: absolute;
	top: 0;
	right: 2em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #999999;
	}

.sec06_col_des_ttl {
    font-size: 100%;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;

    }
.sec06_col_des {
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    }

.sec06_col_des_catgory {
    width: 30%;
    font-size: 90%;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    }

@media only screen and (max-width:320px) {
.sec06_col_des_catgory {
    width: 30%;
    font-size: 80%;
    }
}
.sec06_col_des_txt {
    font-size: 90%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    }

@media only screen and (max-width:320px) {
.sec06_col_des_txt {
    font-size: 74%;
    }
}

@media only screen and (min-width: 450px) {
.sec06_col_des_area {
	padding: 0 2rem;
	}
}

/*-------------------------------
よくあるご質問
-------------------------------*/
.sec07_contents {
    width: 100%;
    height: auto;
    overflow: hidden;
	}

.sec07_contents_inner {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    }
.sec07_col_item01 {
	margin-bottom: 3rem;
}

.sec07_col_item01_ttl {
	width: 45%;
	margin: 0 auto;
	padding: 3rem 0 2rem 0;
	}

.qa_contents_item {
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	color: #ffffff;
	}

input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	}

.qa_contents_item_q {
	position: relative;
	display: block;
	padding: 1.3rem 2.8rem 1.3rem 0.5rem;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: linear-gradient(to top, #4882d2 0%,#7aaade 50%,#9fc7e8 100%);
	transition:0.5s;
	font-size: 90%;
	line-height: 1.2em;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}


.qa_contents_item_q::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3rem;
	height: 3rem;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	font-size: 150%;
	}

.qa_contents_item_a {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	background: #f1f1f1;
	}

.qa_contents_item_a	p {
	margin: 1rem;
	font-size: 90%;
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}


/* :checked */
input:checked ~ .qa_contents_item_a {
	max-height: 1000px;
	}

input[type=checkbox] + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 1rem;
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: translateY(-45%) rotate(45deg);
    transform: translateY(-45%) rotate(45deg);
	}

.sec07_contents a {
	text-decoration: underline;
	color: #5082d2;
	}


/*バナーエリア*/
.sec07_bnr_area {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(255,98,137,1) 0%,rgba(254,136,164,1) 50%,rgba(254,142,168,1) 51%,rgba(254,181,196,1) 100%);
    background: linear-gradient(to bottom, rgba(255,98,137,1) 0%,rgba(254,136,164,1) 50%,rgba(254,142,168,1) 51%,rgba(254,181,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6289', endColorstr='#feb5c4',GradientType=0 );
	}

.sec07_bnr_img01 {
    width: 70%;
    margin: 0 auto;
 }

.sec07_bnr_img03 {
    width: 90%;
    margin: 0 auto;
 }
.sec07_bnr_img02 {
	width: 85%;
	margin: 0 auto;
	}

.contact_bnr {
   　width: 70%;
    margin: 0 auto;
    padding: 2rem 1rem;
}
/*-------------------------------
お届けと送料に関して
-------------------------------*/
.sec08_contents {
    width: 100%;
    height: auto;
    overflow: hidden;

	}

.sec08_contents_inner {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    }

.sec08_col_area {
	}
.sec08_col_item_cat {
    margin-bottom: 1rem;
    width: 65%;
    margin: 0 auto 1rem auto;
    }

.sec08_col_item_ttl {
    width: 90%;
    background: #5082d2;
    padding: 0.5rem 0;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    margin: 0 auto 1rem auto;
    text-align: center;
    }

.sec08_col_item_txt {
    font-size: 90%;
    margin: 0 auto;

    padding: 0 1rem 2rem;
    }

.sec08_col_item img {
	padding: 0.2rem 0;
	}
/*-------------------------------
フッター
-------------------------------*/
.footer_contents {
    width: 100%;
    height: auto;
    overflow: hidden;
	}

.footer_logo {
	width: 50%;
	padding-bottom: 1rem;
	}

.footer_info {
	padding-right: 1rem;
	}


.footer_tel_ttl {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.8em;
	}

.footer_tel {
	padding-bottom: 0.5rem;
	width: 68%;
	}

.footer_txt {
	padding-bottom: 1rem;
	}

.footer_contents_area {
	padding: 0 2rem;
    }

.footer_nav_inner {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   justify-content: center;
   position: relative;
   }

.footer_icon {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   justify-content: flex-end;
   align-items: center;
   padding-right: 3rem;
   margin-bottom: 1rem;
 }


.footer_nav {
    border-right: 1px solid #ccc;
    font-size: 60%;
    padding: 0 5px;
    margin-bottom: 0.5rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    }
@media only screen and (max-width:320px) {
.footer_nav {
	font-size: 10px;
	padding: 0 1px;
	}
}

.footer_nav:nth-child(3) {
    border-right: none;
    }
.copyright {
    width: 100%;
	background: #f1f1f1;
	}

.copyright p {
    text-align: center;
    font-size: 60%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding: 2rem 3rem;
	}

@media only screen and (max-width:320px) {
.copyright p {
	padding: 2rem 2rem;
	}
}

#page-top {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  font-size: 80%;
}

#page-top a {
  display: block;
  background: #ff6087;
  color: #fff;
  width: 50px;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
}

#page-top a:before {
  display: block;
  content: '';
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  width: 15px;
  height: 15px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 999999;
}

#page-top a:hover {
  background: #ff91ac;
  text-decoration: none;
}
