/* メインヴィジュアルエリア------------------- */
.cam-pc span.att{
	background-color: #d60000;
  padding: 10px 5px;
  width: 100%;
  margin-bottom: 6px;
}

#main_visual_area{
	position: relative;
	background-position:right center;
	background-image:url(../img/main-v-2.png);
	background-size:contain;
	background-repeat:no-repeat;
}

#main_visual_area .img-area{
	position: relative;

}

#main_visual_area .waku-1{
	position:absolute;
	left:0;
	top:0;
	}
#main_visual_area .waku-2{
	position:absolute;
	right:0;
	bottom:0;
	}

#main_visual_area h2{
	position: absolute;
	top: 20%;
	left: 20%;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 4vw;
	color: #fff;
}
@media screen and (max-width: 1500px) {
#main_visual_area h2{
	font-size: 55px;
}
}

.mttl2{
	position: absolute;
	top: 20%;
	left: 30px;;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 4vw;
	color: #fff;
	line-height: 1.5;
}
@media screen and (max-width: 1500px) {
.mttl2{
	font-size: 55px;
}
}


.titl3{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
  border-bottom: solid 1px #000000;
  padding-bottom: 3px;
	font-weight: bold;
}

#main_visual_area h2>span{
	display: block;
	margin: 20px 0 0 120px;
}

#main_visual_area h2 strong{
	font-size: 80px;
}

#main_visual_area .caption{
	display: table;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.regi-btn {
	position: relative;
  width: 100%;
  max-width: 320px;
  margin: 4px auto;
  padding: 6px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(to bottom, #ff8e00 0%,#fb5d00 100%);
  border-radius: 6px;
  line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.regi-btn:hover{
	background: linear-gradient(to bottom, #e88100 0%,#bb4600 100%);
}
.regi-btn i{
	font-size: 24px;
}
.regi-btn span{
	display: block;
	font-size: 16px;
	color: #fff;
	background-color: inherit;
}
.regi-btn a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}


.regi-btn2 {
position: relative;
    width: 100%;
    max-width: 320px;
    margin: 15px auto;
    padding: 6px;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #dadada;
    background: linear-gradient(to bottom, #ffffff 0%,#b9b9b9 100%);
    border-radius: 20px;
    line-height: 1.4;
    /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}
.regi-btn2 i{
	font-size: 24px;
}
.regi-btn2 span{
	display: block;
	font-size: 16px;
	color: #fff;
	background-color: inherit;
}
.regi-btn2 a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.cam-pc .regi-btn{

}

.cam{
	text-align: center;
}

.cam span.new-at{
  line-height: 1;
  background-color: #8c0064;
  color: #fff;
  padding: 5px 10px;
  margin-top: 5px;
  display: inline-block;
}
.cam span i{
	padding-right: 6px;
}
.cam-pc{
	width: 295px;
  margin-bottom: 10px;
}
.cam-pc img{
	width: 100%;
}

.cam-pc span.new-at{
  background-color: #8d0063;
  color: #fff;
  line-height: 1;
  padding: 6px 12px;
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 2px;
}
.cam-pc span a{
	display: block;
}
.cam-pc span i{
	padding-right: 6px;
}
.ta-wrap{
	padding: 10px 20px;
	background-color: #fff;
}

.la-wrap {
  padding: 12px 20px 8px;
  background-color: #00c300;
	color: #fff;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.la-wrap a{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top:0;
	left: 0;
}



.la-wrap .fill_1 {fill: #ffffff;}
.la-wrap .fill_2 {fill: #00c300;}

.la-txt{
  line-height: 1;
}

#main_visual_area .caption .la-wrap p{
	text-align: center;
}

#main_visual_area .caption .la-wrap span{
	display: block;
  text-align: center;
  font-size: 11px;
  margin-top: 6px;
}

.la-wrap .la-icon{
  margin-right: 10px;
}
.la-wrap svg{
	width: 32px;
  height: 32px;
}

#main_visual_area .caption .ta-wrap span{
	display: block;
	padding: 0 0 10px 0;
	text-align: center;
}

#main_visual_area .caption .ta-wrap p{
	border-top: 1px solid #000;
	padding: 10px 0 0 0;
}


/* イントロエリア------------------- */
#intro_area{
	position: relative;
	border-bottom: 1px solid #000;
	padding: 80px 20px 40px 20px;
	background-image:url(../../common/img/bg-intro.jpg);
	background-attachment:fixed;
	background-size:cover;

}
#intro_area .text-block{
	position:relative;
	}
#intro_area .text-block h2{
	position: absolute;
	font-weight: normal;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8vw;
	line-height:2em;
}

@media screen and (max-width: 1500px) {
	#intro_area .text-block h2{
	font-size: 32px;
	}
}

#intro_area .text-block h2 strong{
	font-weight: normal;
	font-size: 48px;
	    font-size: 2.5vw;
}

#intro_area .text-block .img-box{
	width: 35%;
	box-sizing: border-box;
}

#intro_area .text-block p{
	/* float: left; */

	box-sizing: border-box;
	/* width: 43%; */

	line-height:2em;
	font-size:18px;
}

#intro_area .type1 h2{
	top: -30px;
	left:30%;
}
#intro_area .type2 h2{
	top: -30px;
	right:30%;
	text-align:right;
}

#intro_area .type1 p{
	float: left;
	width: 65%;
	padding: 124px 0 0 25px;
}
#intro_area .type2 p{
	width: 65%;
	padding: 0 25px 0 0;
}


#intro_area .type1 .img-box{
	float: left;
	padding: 0px 25px 0 0;
}
#intro_area .type2 .img-box{
	float: right;
	padding: 0px 0px 0 25px;
}

.type3{
	padding-bottom:40px;
}

.type3:before{
	width:150px;
	border-top:3px solid #999;
	margin:0 auto;
	content:"";
	display:block;
	padding-bottom:40px;
	}

.type3 p{
	text-align:center;
	}



#intro_area>div{

}

#intro_area>div .link_box{
	float: left;
	padding: 0 40px;
	box-sizing: border-box;
	width: 20%;
}

#intro_area>div .link_box .img-box{
	position: absolute;
	bottom: 80px;
	right: 20px;
	max-width: 220px;
	width: 20%;
}

#intro_area>div .link_box>a{
	position: absolute;
	bottom: 40px;
	right: 0;
	display: table;
	padding: 20px 52px;
	background-color: #394d9a;
	text-align: center;
	color: #fff;
}

/* レコメンドエリア------------------- */
#recommend_area{
	padding: 0 0 60px 0;
}

#recommend_area article h3{
	text-align: center;
	font-size: 18px;
	font-weight:bold;
}

#recommend_area article h3>.circle{
	display: block;
	font-weight:normal;
	margin: 0 auto 32px auto;
	border-radius: 100%;
	padding: 20px 0;
	width: 90px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#951b55+0,131e5d+96 */
	background: #951b55; /* Old browsers */
	background: -moz-linear-gradient(top, #951b55 0%, #131e5d 96%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #951b55 0%,#131e5d 96%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #951b55 0%,#131e5d 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b55', endColorstr='#131e5d',GradientType=0 ); /* IE6-9 */
	text-align: center;
	font-weight: normal;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	color: #fff;
}

#recommend_area article h3>.circle>span{
	display: block;
	padding: 0 0 4px 0;
	font-size: 24px;
}

/* リンクエリア------------------- */
#link_area{
	overflow: hidden;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 50px 0;
	background-color: #f1f1f1;
}

#link_area article{
	float: left;
	border-right: 1px solid #000;
	width: 25%;
}

#link_area article:last-of-type{
	border-right: 0;
}

#link_area article>a>h2{
	position: relative;
	text-align: center;
	font-weight: normal;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 28px;
}

#link_area article>a>span{
	display: block;
	margin: 20px 0 0 0;
	font-size: 48px;
	background: -webkit-linear-gradient(-45deg, #8c0a72 0%, #0c205f 100%);
	background: -moz-linear-gradient(-45deg, #8c0a72 0%, #0c205f 100%);
	background: linear-gradient(-45deg, #8c0a72 0%, #0c205f 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-fill-color: transparent;
	line-height: 50px;
  text-align: center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media all and (-ms-high-contrast: none) {
#link_area article>a>span{
	color: #5D0B4B;
	background-image: none;
}
}


#link_area article>a>h2:after{
	content: "";
	display: block;
	position: absolute;
	top: 75px;
	right: 40px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	transform: rotate(45deg);
}

/* メディアエリア------------------- */
#media_area{
	padding: 0 0 10px 0;
}

#media_area p{
	text-align: center;
	color: #545454;
}

#media_area>div{
	overflow: hidden;
}

#media_area>div .left{
	float: left;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	width: 33.33333%;
	height: 484px;
}

#media_area>div .right{
	float: left;
	box-sizing: border-box;
	width: 66.666666%;
}

#media_area>div .right>div{
	float: left;
	box-sizing: border-box;
	width: 50%;
	height: 242px;
}

#media_area>div .right>div.top_left,
#media_area>div .right>div.top_right{
	padding-bottom: 10px;
}

#media_area>div .right>div.top_left,
#media_area>div .right>div.bottom_left{
	padding-right: 10px;
}

#media_area>div article{
	height: 100%;
	background-color: #999;
	background-image: url(../img/media_img_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#media_area>div article>a{
	display: block;
	position: relative;
	padding: 40px 20px 10px 20px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

#media_area>div article>a:hover{
	background-color: rgba(0,0,0,0.2);
}

#media_area>div article>a h3{
	line-height: 1.8;
	font-size: 20px;
}

#media_area>div article>a .tag{
	display: table;
	margin: 28px 0 0 0;
	padding: 8px 28px;
	background-color: #4ab6fa;
}

#media_area>div article>a .date{
	display: table;
	position: absolute;
	bottom: 10px;
	right: 20px;
	border: 1px solid #fff;
	padding: 12px 70px 12px 60px;
	background-image: url(../../common/img/ico_timer.svg);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 20px center;
}

.media-link{
	background-color: #5f1b79;
	width: 300px;
	height: 46px;
	display: block;
	margin: 20px auto;
	color: #fff;
	position: relative;
}

.media-link a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
  line-height: 46px;
}

.media-link a:hover{
	background-color: #8d28b3;
}



.inst-wrap{
	border-radius: 5px;
	padding: 4px;
	background-color: #fff;
}
.inst-area .img-ttl{
	margin-top: 36px;
}
.inst-area h2 span{
	width: 40px;
	margin-right: 6px;
}
.inst-area h2 span img{
	width: 40px;
	-webkit-transition: 0.3s;
  transition: 0.3s;
}

.inst-area h2 span img:hover {
	-webkit-transform: scale(1.2);
					transform: scale(1.2);
}

.inst-area .stock-list {
  margin-left: 180px;
}

ul.instagram{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.instagram li{
 	border: solid 1px #fff;
  width: 33.33%;
  height: auto;
  position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.inst-bg{
  position: absolute;
  width: 100%;
  height: 100%;
	top: 0;
	left: 0;
  background-position:center;
  background-size: cover;
  transition: all 0.5s ease-out;
  transform: matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 1
  );
  will-change: transform;
}
.inst-bg:hover {
    transform: matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 0.9
    );
}

.instagram li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.instagram li span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.instagram li span:before{
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}

.instagram li span > *{
  vertical-align: middle;
  display: inline-block;
}

.instagram li span img{
  max-width: 100%;
  height: auto;
  max-height: 100%;
}


#inst-area .common-ttl-1 span:before {
  position: relative;
  top: 4px;
  margin: 0 10px 0 0;
  content: url(../../common/img/insta-logo.png);
}


@media (max-width: 1500px) {
#main_visual_area h2{
	/*top: 40px;
	right: 0;
	left: 20px;*/
}

#main_visual_area .caption p{
	line-height: 1.4;
	font-size: 14px;
}


#intro_area>div p{
	padding: 0px 0 0 25px;
}

#intro_area>div .link_box .img-box{
	right: 30px;
}

#link_area article>a>h2{
	font-size: 24px;
}

#link_area article>a>h2>span{
	font-size: 48px;
}

#link_area article>a>h2:after{
	top: 55px;
	right: 30px;
}

#media_area>div .left{
	height: 624px;
}

#media_area>div .right>div {
	height: 312px;
}

}

#bannar_area{
	padding: 10px;
	border-bottom: 1px solid #000;
}

#bannar_area img{
	width: 100%;
}
