@charset "UTF-8";

/**
 *
 * camera
 *
**/

/* fade in */
.fadein .text01 {
	opacity : 0;
	transition:all 0.8s;
}
.fadein img {
	opacity : 0;
	transition:all 0.8s;
}
.fadein.scrollin .text01 {
	opacity : 1;
}
.fadein.scrollin img {
	opacity : 1;
}


/* page_title */
.page_title {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1100px;
  line-height: 1.2em;
  text-decoration: none;
  color: #f2668f;
  font-size: 114px;
  font-weight: 900;
  position: relative;
  overflow: hidden;
}
.page_title .text01 {
  margin: 0 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #f2668f url("../img/accessories/main_image_01.png") no-repeat center -90px;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.page_title img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.page_title .text02 {
  margin: 0 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
}

/* page_catch */
.page_catch {
  margin: 0 0 50px 0;
  text-align: center;
  line-height: 1.2em;
  font-size: 60px;
  font-weight: 700;
}


/* content_menu */
.content_menu {
  margin: 0 auto 60px;
  width: 92%;
  max-width: 1100px;
  overflow: hidden;
}
.content_menu ul {
  width: 100%;
  overflow: hidden;
}
.content_menu ul li {
  width: 32.4%;
  float: left;
	margin-right:1.3%;
}
.content_menu ul li {
	margin-bottom:1%;
}
.content_menu ul li:nth-of-type(3n) {
/*  float: right;*/
	margin-right:0;
}
.content_menu ul li a {
  padding: 20px 0;
  line-height: 1.2em;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block;
}
.content_menu ul li.link01 a {
  background: #ff8026;
}
.content_menu ul li.link02 a {
  background: #685bc7;
}
.content_menu ul li.link03 a {
  background: #f266bf;
}
.content_menu ul li.link04 a {
  background: #999999;
}
.content_menu ul li.link05 a {
  background: #6c1d45;
}
.content_menu ul li.link06 a {
  background: #00677f;
}
.content_menu ul li a:after {
  margin: 0 0 0 12px;
  content: "";
  width: 18px;
  height: 12px;
  line-height: 12px;
  background: url("../img/accessories/arrow_01.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
}
.content_menu ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* content_box */
.content_box {

}
.content_box .head {
  margin: 0 0 25px 0;
  padding: 60px 0 35px 0;
  text-align: center;
}
.content_box .head.bg01 {
/*  background: #001E62;*/
}
.content_box .head.bg02 {
/*  background: #40c3c3;*/
}
.content_box .head h3 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 75px;
  font-weight: 700;
  text-align: center;
  color: #FFD940;
}
.content_box .head.bg01 h3 {
  color: #ff8026;
}
.content_box .head.bg02 h3 {
  color: #685bc7;
}
.content_box .head.bg03 h3 {
  color: #f266bf;
}
.content_box .head.bg04 h3 {
  color: #999999;
}
.content_box .head.bg05 h3 {
  color: #6c1d45;
}
.content_box .head.bg06 h3 {
  color: #00677f;
}



.content_box .head p {
  margin: 0 0 0 0;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #FFD940;
}


/* products_list */
.products_list {
  margin: 0 auto 65px;
  width: 92%;
  max-width: 1100px;
}
.products_list hr {
  width: 100%;
  height: 0;
  line-height: 0;
  background: none;
  border: none;
  border-top: 1px solid #000000;
  clear: both;
}
.products_list .product {
  padding: 45px 0 50px 0;
  width: 50%;
  float: left;
}
.products_list .product.center {
	float:none;
	margin-left:auto;margin-right:auto;
}
.products_list .product h4 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.products_list .product h4 .new {
  margin: 0 15px 0 0;
  padding: 2px 8px 1px;
  line-height: 1.1em;
  font-size: 18px;
  font-weight: 700;
  color: #FFD940;
  background: #022E23;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  letter-spacing:1px;
}
.products_list .product h4 .new.left {
	margin-left:-15%;
}
.products_list .product figure {
  margin: 0 0 0 10.54%;
  width: 38.2%;
  max-width: 210px;
  float:left;
}
.products_list .product figure#camera08 {
  margin: 0 0 0 10.54%;
  width: 42.9%;
  max-width: 236px;
  float:left;
}
.products_list .product .info {
  padding: 25px 0 0 0;
  overflow: hidden;
}
.products_list .product .info .type {
  margin: 0 0 30px 35px;
  display: table;
}
.products_list .product .info .type dt {
  padding: 0 18px 0 0;
  line-height: 1.2em;
  font-size: 19px;
  font-weight: 700;
  border-right: 1px solid #000000;
  display: table-cell;
  vertical-align: middle;
}
.products_list .product .info .type dd {
  width: 90px;
  display: table-cell;
  vertical-align: middle;
}
.products_list .product .info .type dd img {
  margin: 0 auto;
  width: auto;
  height: 40px !important;
}
.products_list .product .info .color_choice {
  margin: 0 15px 10px 0;
  text-align: center;
}
.products_list .product .info .color_choice a {
  margin: 0 1px;
  padding: 2px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  border-radius: 90px;
  display: inline-block;
}
.products_list .product .info .color_choice a.active {
  border: 1px solid #000000;
}
.products_list .product .info .color_choice a .dot {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-indent: -9999px;
  background: #000;
  border-radius: 90px;
  display: block;
}
.products_list .product .info .color_choice a.color01 .dot {
  background:#28292B;
  border: 1px solid #28292B;
}
.products_list .product .info .color_choice a.color02 .dot {
  background: #8a5f46;
  border: 1px solid #8a5f46;
}
.products_list .product .info .color_choice a.color03 .dot {
  background: #EEEEEC;
  border: 1px solid #EEEEEC;
}
.products_list .product .info .color_choice a.color04 .dot {
  background: #282828;
  border: 1px solid #282828;
}
.products_list .product .info .color_choice a.color05 .dot {
  background: #78b8d4;
  border: 1px solid #78b8d4;
}
.products_list .product .info .color_choice a.color06 .dot {
  background: #f0a9a5;
  border: 1px solid #f0a9a5;
}
.products_list .product .info .color_choice a.color07 .dot {
  background: #070709;
  border: 1px solid #070709;
}
.products_list .product .info .color_choice a.color08 .dot {
  background: #d3cfc6;
  border: 1px solid #d3cfc6;
}
.products_list .product .info .color_choice a.color09 .dot {
  background: #deafc2;
  border: 1px solid #deafc2;
}
.products_list .product .info .color_choice a.color10 .dot {
  background: #1b0c06;
  border: 1px solid #1b0c06;
}
.products_list .product .info .color_choice a.color11 .dot {
  background: #ccd7d9;
  border: 1px solid #ccd7d9;
}
.products_list .product .info .color_choice a.color12 .dot {
  background: #e0a099;
  border: 1px solid #e0a099;
}
.products_list .product .info .color_choice a.color13 .dot {
  background: #da6a42;
  border: 1px solid #da6a42;
}
.products_list .product .info .color_choice a.color14 .dot {
  background: #9eb3c0;
  border: 1px solid #9eb3c0;
}
.products_list .product .info .color_choice a.color15 .dot {
  background: #c3bcb4;
  border: 1px solid #c3bcb4;
}
.products_list .product .info .color_choice a.color16 .dot {
  background: #deafb0;
  border: 1px solid #deafb0;
}
.products_list .product .info .color_choice a.color17 .dot {
  background: #c2bfce;
  border: 1px solid #c2bfce;
}
.products_list .product .info .color_choice a.color18 .dot {
  background: #141626;
  border: 1px solid #141626;
}
.products_list .product .info .color_choice a.color19 .dot {
  background: #2e3238;
  border: 1px solid #2e3238;
}
.products_list .product .info .color_choice a.color20 .dot {
  background: #e97992;
  border: 1px solid #e97992;
}
.products_list .product .info .color_choice a.color21 .dot {
  background: #bfb2ce;
  border: 1px solid #bfb2ce;
}
.products_list .product .info .color_choice a.color22 .dot {
  background: #ddb7c2;
  border: 1px solid #ddb7c2;
}
.products_list .product .info .color_choice a.color23 .dot {
  background: #c4cbd5;
  border: 1px solid #c4cbd5;
}
.products_list .product .info .color_choice a.color24 .dot {
  background: #c1dad4;
  border: 1px solid #c1dad4;
}
.products_list .product .info .color_choice a.color25 .dot {
  background: #b3c8e7;
  border: 1px solid #b3c8e7;
}
.products_list .product .info .color_choice a.color26 .dot {
/* Pistachio Green */
  background: #abbaaf;
  border: 1px solid #abbaaf;
}
.products_list .product .info .color_choice a.color27 .dot {
/* Powder Pink */
  background: #e5a6a5;
  border: 1px solid #e5a6a5;
}
.products_list .product .info .color_choice a.color28 .dot {
/* Lavender Blue */
  background: #91a6c8;
  border: 1px solid #91a6c8;
}
.products_list .product .info .color_choice a.color29 .dot {
/* Milky White */
  background: #ecedec;
  border: 1px solid #ecedec;
}
.products_list .product .info .color_choice a.color30 .dot {
/* Gem Black */
  background: #464748;
  border: 1px solid #464748;
}

.products_list .product .info .color_choice a.color_sqLink01 .dot {
  background: #eeeeee;
  border: 1px solid #eeeeee;
}

.products_list .product .info .color_choice a.color_sqLink02 .dot {
  background: #2e3238;
  border: 1px solid #2e3238;
}

.products_list .product .info .color_choice a.color31 .dot {
  background: #b3c8e7;
  border: 1px solid #b3c8e7;
}
.products_list .product .info .color_choice a.color32 .dot {
/* Pistachio Green */
  background: #abbaaf;
  border: 1px solid #abbaaf;
}
.products_list .product .info .color_choice a.color33 .dot {
/* Powder Pink */
  background: #e5a6a5;
  border: 1px solid #e5a6a5;
}
.products_list .product .info .color_choice a.color34 .dot {
/* Lavender Blue */
  background: #91a6c8;
  border: 1px solid #91a6c8;
}

.products_list .product .info .color_choice a.color35 .dot {
/* Milky White */
  background: #ecedec;
  border: 1px solid #ecedec;
}
.products_list .product .info .color_choice a.color36 .dot {
/* Gem Black */
  background: #464748;
  border: 1px solid #464748;
}

.products_list .product .info .color_choice a.color37 .dot {
/* Matcha Green */
  background: #d4e2ca;
  border: 1px solid #d4e2ca;
}
.products_list .product .info .color_choice a.color38 .dot {
/* Deep Bronze */
  background: #59403c;
  border: 1px solid #59403c;
}
.products_list .product .info .color_choice a.color39 .dot {
/* Navy Blue */
  background: #23395d;
  border: 1px solid #23395d;
}
.products_list .product .info .color_choice a.color40 .dot {
/* GENTLE ROSE */
  background: #cdcbbf;
  border: 1px solid #cdcbbf;
}
.products_list .product .info .color_choice a.color41 .dot {
/* SAND BEIGE */
  background: #ceccbe;
  border: 1px solid #ceccbe;
}
.products_list .product .info .color_choice a.color42 .dot {
/* MIDNIGHT BLUE */
  background: #3a404d;
  border: 1px solid #3a404d;
}
.products_list .product .info .color_choice a.color43 .dot {
/* ORANGE(instax mini Link+) */
  background: #e15244;
  border: 1px solid #e15244;
}
.products_list .product .info .color_choice a.color_mini13_01 .dot {
/* CANDY PINK */
  background: #d9c7ce;
  border: 1px solid #d9c7ce;
}
.products_list .product .info .color_choice a.color_mini13_02 .dot {
/* DREAMY PURPLE */
  background: #c3c1d4;
  border: 1px solid #c3c1d4;
}
.products_list .product .info .color_choice a.color_mini13_03 .dot {
/* FROST BLUE */
  background: #c2cdd7;
  border: 1px solid #c2cdd7;
}
.products_list .product .info .color_choice a.color_mini13_04 .dot {
/* LAGOON GREEN */
  background: #bacec3;
  border: 1px solid #bacec3;
}
.products_list .product .info .color_choice a.color_mini13_05 .dot {
/* CLAY WHITE */
  background: #dadbe0;
  border: 1px solid #dadbe0;
}

.products_list .product .image_center {
	width:100%;
	margin-left:30%;
}
.products_list .product .image_center img {
display:block;
}

.products_list .product .info .type_color {
  padding: 0 18px 0 0;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.products_list .product .link {
  margin: 0 auto 0;
  padding: 25px 0 0 0;
  width: 150px;
  clear: both;
}
.products_list .product .link a {
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #022E23;
  background: #FFD940;
  display: block;
  position: relative;
}
.products_list .product .link a:after {
  margin: -5px 0 0 0;
  content: "";
  width: 12px;
  height: 10px;
  line-height: 10px;
  background: url("../img/accessories/icon_01.svg") no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px
}
.products_list .product .link a:hover {
  text-decoration: none;
  color: #022E23;
  background: #ffbc3e;
}

/* film_box */
.film_box {
  margin: 0 0 60px 0;
  padding: 80px 0 110px 0;
  background: #685bc7;
}
.film_box h3 {
  margin: 0 0 90px 0;
  line-height: 1.2em;
  font-size: 78px;
  font-weight: 700;
  text-align: center;
  color: #FFD940;
}
.film_box .list {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1185px;
  overflow: hidden;
}
.film_box .list li {
  margin: 0 0 0 0;
  width: 33.33%;
  text-align: center;
  float: left;
}
.film_box .list li .image {
  margin: 0 auto 10px auto;
}
.film_box .list li .image01 {
  max-width: 211px;
}
.film_box .list li .image02 {
  max-width: 241px;
}
.film_box .list li .image03 {
  max-width: 305px;
}
.film_box .list li .name {
  margin: 0 0 15px 0;
  line-height: 1.2em;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.film_box .list li .comment {
  margin: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing:0.5px;
}
.film_box .list li .link {
  margin: 25px auto 0;
  width: 150px;
  clear: both;
}
.film_box .list li .link a {
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #022E23;
  background: #FFD940;
  display: block;
  position: relative;
}
.film_box .list li .link a:hover {
  text-decoration: none;
  background: #ffbc3e;
}


/* site_menu */
.site_menu {
  margin: 0 auto 45px;
  width: 92%;
  max-width: 1100px;
}
.site_menu .content01 {
  margin: 0 0 20px 0;
  width: 49%;
  float: left;
}
.site_menu .content01 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
/*  font-size: 96px;*/
  font-size: 96px;
  font-weight: 900;
  background: #ffd940;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content01 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/accessories/image_01.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content01 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content01 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content02 {
  margin: 0 0 20px 0;
  width: 49%;
  float: right;
}
.site_menu .content02 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 96px;
/*  font-size: 90px;*/
  font-weight: 900;
  background: #40c3c3;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content02 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/common/image_02.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content02 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content02 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content03 {
  margin: 0 0 100px 0;
  width: 49%;
  float: left;
  clear: both;
}
.site_menu .content03 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 96px;
/*  font-size: 76px;*/
  font-weight: 900;
  background: #830065;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content03 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/accessories/image_03.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content03 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content03 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content04 {
  margin: 0 0 100px 0;
  width: 49%;
  float: right;
}
.site_menu .content04 a {
  width: 100%;
  line-height: 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 85px;
/*  font-size: 90px;*/
  font-weight: 900;
  background: #FF8026;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content04 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/accessories/image_04.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 37%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content04 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content04 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 37%;
  left: 0;
  z-index: 1;
}

/* line hover link;
.site_menu a .top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: left top;
	transition-delay: 0ms;
}
.site_menu a .right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: right top;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: right bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: left bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a:hover .top{
	transform-origin: left top;
	transform: scale(1, 1);
	content: "";
}
.site_menu a:hover .right{
	transform-origin: left top;
	transform: scale(1, 1);
}
.site_menu a:hover .bottom{
	transform-origin: right bottom;
	transform: scale(1, 1);
}
.site_menu a:hover .left{
	transform-origin: left bottom;
	transform: scale(1, 1);
}*/


/**
 * タブレット端末用
**/
@media only screen and (min-width: 769px) and (max-width: 1100px) {

/* page_title */
.page_title {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1100px;
  line-height: 1.2em;
  text-decoration: none;
  color: #f2668f;
  font-size: 10.36vw;
  font-weight: 900;
  position: relative;
  overflow: hidden;
}
.page_title .text01 {
  margin: 0 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #f2668f url("../img/accessories/main_image_01.png") no-repeat center -8.18vw;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 8.18vw;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}

.page_title img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.page_title .text02 {
  margin: 0 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 8.18vw;
  left: 0;
  z-index: 1;
}


.products_list .product .info .color_choice a {
  margin: 0 1px;
  padding: 2px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 90px;
  display: inline-block;
}
.products_list .product .info .color_choice a.active {
  border: 1px solid #000000;
}
.products_list .product .info .color_choice a .dot {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-indent: -9999px;
  background: #000;
  border-radius: 90px;
  display: block;
}


}


/**
 * スマートフォン端末用
**/

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

/* fade in */
.fadein .text01 {
	opacity : 0;
	transition:all 0.8s;
}
.fadein img {
	opacity : 0;
	transition:all 0.8s;
}
.fadein.scrollin .text01 {
	opacity : 1;
}
.fadein.scrollin img {
	opacity : 1;
}


/* page_title */
.page_title {
  margin: 0 auto 0;
  width: 100%;
  max-width: 1100px;
  line-height: 1.2em;
  text-decoration: none;
  color: #f2668f;
  font-size: 17vw;
  font-weight: 900;
  position: relative;
  overflow: hidden;
}
.page_title .text01 {
  margin: 0 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #f2668f url("../img/accessories/main_image_01-sp.png") no-repeat center -20vw;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 20vw;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}

.page_title img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.page_title .text02 {
  margin: 0 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 20vw;
  left: 0;
  z-index: 1;
}

/* page_catch */
.page_catch {
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 1.2em;
  font-size: 8.75vw;
  font-weight: 700;
}


/* content_menu */
.content_menu {
  margin: 0 auto 15px;
  width: 92%;
  max-width: 1100px;
  overflow: hidden;
}
.content_menu ul {
  width: 100%;
  overflow: hidden;
}
.content_menu ul li {
  width:48.6%;
  float: left;
	margin-right:2.4%;
	margin-bottom:3%;
}
.content_menu ul li:nth-of-type(2n) {
	margin-right:0;
}
.content_menu ul li:nth-of-type(3) {
	margin-right:2.4%;
}
.content_menu ul li:last-of-type(n+5) {
	margin-bottom:0;
}

.content_menu ul li a {
/*  padding:8px 0;*/
  line-height:2em;
  font-size:6vw;
  font-weight: 700;
  text-align:center;
  color: #fff;
  display: block;
	position: relative;
	min-height:2em;
	padding:.2em 0;
}
.content_menu ul li a.sp_two {
	line-height:1em;
}

.content_menu ul li a:after {
  margin: 0 0 0 12px;
  content: "";
  width:14px;
  height: 12px;
  line-height: 12px;
  background: url("../img/accessories/arrow_01.svg") no-repeat center center;
  background-size:100%;
/*  display: inline-block;*/
	position:absolute;
	top:43%;
	bottom:40%;
	right:10%;
}


/* content_box */
.content_box {

}
.content_box.bg01 {
/*  background: #001E62;  */
}
.content_box.bg02 {
/*  background: #40c3c3;*/
}
.content_box .head {
  margin: 0 0 0 0;
  padding: 40px 0 10px 0;
  text-align: center;
}
.content_box .head.bg01 {
/*  background: #001E62;*/
}
.content_box .head.bg02 {
/*  background: #40c3c3;*/
}
.content_box .head h3 {
  margin: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 17.85vw;
  font-weight: 700;
  text-align: center;
/*  color: #FFD940;*/
}
.content_box .head p {
  margin: 0 0 0 0;
  line-height: 1.6em;
  font-size: 3.92vw;
  font-weight: 700;
  text-align: center;
  color: #FFD940;
}


/* products_list */
.products_list {
  margin: 0 auto 20px;
  width: 92%;
  max-width: 1100px;
  background: #ffffff;
}
.products_list hr {
  display: none;
}
.products_list .product {
  padding: 30px 0 30px 0;
  width: 100%;
  border-top: 1px solid #000000;
  overflow: hidden;
  float: none;
}
.products_list .product:nth-of-type(1) {
  border-top: none;
}
.products_list .product h4 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 7.14vw;
  font-weight: 700;
  text-align: center;
}
.products_list .product h4 .new {
  margin: 0 15px 0 0;
  padding: 2px 8px;
  line-height: 1.2em;
  font-size: 3.54vw;
  font-weight: 700;
  color: #FFD940;
  background: #022E23;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.products_list .product figure {
  margin: 0 0 0 5%;
  width: 38.2%;
  max-width: 210px;
  float:left;
}
.products_list .product figure#camera08 {
  margin: 0 0 0 5%;
  width: 42.9%;
  max-width: 236px;
  float:left;
}
.products_list .product .info {
  padding: 10px 0 0 0;
  overflow: hidden;
}
.products_list .product .info .type {
  margin: 0 0 15px 20px;
  display: table;
}
.products_list .product .info .type dt {
  padding: 0 18px 0 0;
  line-height: 1.2em;
  font-size: 3.57vw;
  font-weight: 700;
  border-right: 1px solid #000000;
  display: table-cell;
  vertical-align: middle;
}
.products_list .product .info .type dd {
  width: 16vw;
  display: table-cell;
  vertical-align: middle;
}
.products_list .product .info .type dd img {
  margin: 0 auto;
  width: auto;
  height: 8.21vw !important;
}
.products_list .product .info .color_choice {
  margin: 0 15px 10px 0;
  text-align: center;
}
.products_list .product .info .color_choice a {
  margin: 0 1px;
  padding: 2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 90px;
  display: inline-block;
}
.products_list .product .info .color_choice a.active {
  border: 1px solid #000000;
}
.products_list .product .info .color_choice a .dot {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-indent: -9999px;
  background: #000;
  border-radius: 90px;
  display: block;
}


.products_list .product {
position: relative;
}
.products_list .product .image_center {
position: relative;
      left:20%;
	right:60%;
      width:60%;
	margin-left:12%;
}
.products_list .product .image_center img {
	width:80%;
}

.products_list .product .info .type_color {
  padding: 0 18px 0 0;
  line-height: 1.2em;
  font-size: 3.57vw;
  font-weight: 400;
  text-align: center;
}
.products_list .product .link {
  margin: 0 auto 0;
  padding: 15px 0 0 0;
  width: 37.5vw;
  clear: both;
}
.products_list .product .link a {
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 3.92vw;
  font-weight: 700;
  text-align: center;
  color: #022E23;
  background: #FFD940;
  display: block;
  position: relative;
}
.products_list .product .link a:after {
  margin: -5px 0 0 0;
  content: "";
  width: 12px;
  height: 10px;
  line-height: 10px;
  background: url("../img/accessories/icon_01.svg") no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px
}


/* film_box */
.film_box {
  margin: 0 0 0 0;
  padding: 20px 0 10px 0;
  background: #685bc7;
}
.film_box h3 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 17.85vw;
  font-weight: 700;
  text-align: center;
  color: #FFD940;
}
.film_box .list {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1185px;
  overflow: hidden;
}
.film_box .list li {
  margin: 0 0 0 0;
  padding: 30px 0;
  width: 100%;
  text-align: center;
  float: none;
  border-top: 1px solid #ffffff;
  overflow: hidden;
}
.film_box .list li:nth-of-type(1) {
  border-top: none;
}
.film_box .list li .image {
  margin: 0 0 0 0;
  width: 54%;
  float: left;
}
.film_box .list li .image01 {
  max-width: 100%;
}
.film_box .list li .image02 {
  max-width: 100%;
}
.film_box .list li .image03 {
  max-width: 100%;
}
.film_box .list li .name {
  margin: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 6.42vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.film_box .list li .comment {
  margin: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 3.57vw;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.film_box .list li .link {
  margin: 25px auto 0;
  width: 37.5vw;
  clear: both;
}
.film_box .list li .link a {
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 3.92vw;
  font-weight: 700;
  text-align: center;
  color: #022E23;
  background: #FFD940;
  display: block;
  position: relative;
}


/* site_menu */
.site_menu {
  margin: 0 auto 0;
  width: 100%;
  max-width: 1100px;
}
.site_menu .content01 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content01 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 17.85vw;
  font-weight: 900;
  background: #ffd940;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content01 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/common/image_02.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content01 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content01 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content02 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content02 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 17.85vw;
  font-weight: 900;
  background: #40c3c3;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content02 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/accessories/image_02.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content02 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content02 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content03 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content03 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size:17.85vw;
  font-weight: 900;
  background: #830065;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content03 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/accessories/image_03.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content03 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content03 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content04 {
  margin: 0 0 30px 0;
  width: 100%;
  float: none;
}
.site_menu .content04 a {
  width: 100%;
  line-height: 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 13.75vw;
  font-weight: 900;
  background: #FF8026;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content04 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/accessories/image_04.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 52.55%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content04 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content04 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 52.55%;
  left: 0;
  z-index: 1;
}

/*
.site_menu a .top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: left top;
	transition-delay: 0ms;
}
.site_menu a .right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: right top;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: right bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: left bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a:hover .top{
	transform-origin: left top;
	transform: scale(1, 1);
	content: "";
}
.site_menu a:hover .right{
	transform-origin: left top;
	transform: scale(1, 1);
}
.site_menu a:hover .bottom{
	transform-origin: right bottom;
	transform: scale(1, 1);
}
.site_menu a:hover .left{
	transform-origin: left bottom;
	transform: scale(1, 1);
}*/


}

@media only screen and (max-width:500px) {
.products_list .product .image_center {
position: relative;
      left:17%;
	right:70%;
      width:60%;
	margin-left:5%;
}
.products_list .product .image_center img {
	width:80%;
}
}

.product figure img:hover {
	opacity:0.6;
	transition-duration:0.2s;

}