@charset "utf-8";


/* filter
---------------------------------------- */

p {
	font-size: 15px;
}
p.justify {
	text-align: justify;
}
.buy {
    box-sizing: border-box;
    width: 142px;
	height: 33px;
    border-radius: unset;
    background: #E85109;
    padding: 8px 5px 8px 5px;
    font-size: 13px;
	margin-right: 0;
}
a.buy:visited {
	background-color: #E85109;
	}
.sp_flex {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:640px){
	.sp_flex {
		flex-direction: column;
	}

}

/* #sec_01
---------------------------------------- */
#sec_01 {
	/*margin-bottom: 20px;*/
}
#sec_01 img{
	margin-bottom: 35px;
}
#sec_01 p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;	
}
@media screen and (max-width:640px){
	#sec_01 {
		margin-bottom: 10px;
	}
	#sec_01 {
		margin: 0 -10px;
	}
	#sec_01 img{
		margin-bottom: 35px;
	}
}
/* sec_02 
---------------------------------------- */
/*
#sec_02 {
	margin-bottom: 50px;
}
#sec_02 div.filter_tokuten{
	display: flex;
	max-width: 850px;
}
#sec_02 div.filter_tokuten img{
	max-width: 350px;
	background-color: #F1F1F1;
	width: calc(100% - 73px)
}
*/


#sec_02 {
	margin-bottom:46px;
}

@media screen and (max-width:640px){
	#sec_02 {
		margin-bottom: 20px;
	}
	#sec_02 img.sp{
		max-width: 300px;
		margin: 0 auto;
}
}

/* sec_03
---------------------------------------- */
#sec_03 {
	margin-bottom: 50px;
}
#sec_03 ul.filter_type{
	display: flex;
	align-items: center;
	gap: 16px;
}
#sec_03 li.filter_type__item{
    display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #F4F9F6;
	padding: 2% 2% 2% 2%;
	border-top: #74C1A1 4px solid;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	width: 261%;
}
#sec_03 li.filter_type__item h4{
	font-size: 18px;
	margin-bottom: 14px;
}
#sec_03 li.filter_type__item img{
	/* max-width: 228px;
	width: calc(100% - 32px); */
	max-height: 58px;
}
#sec_03 li.filter_type__item p{
	font-size: 14px;
	padding: 11px 0 15px;
}
#sec_03 li.filter_type__item a.btn{
	width: calc(100% - 0px);
	background-color: #E85109;
}
@media screen and (max-width:640px){
	#sec_03 ul.filter_type {
		/* flex-direction: column; */
		flex-wrap: wrap;
		width: 90%;
        margin: 0 auto;
	}
	#sec_03 li.filter_type__item {
		width: calc(50% - 9px);
		        padding: 4%;
	}

#sec_03 li.filter_type__item img {
    max-height: 50px;
}

}
#sec_03 p.btn_still{
	background-color: #dddddd;
	transition:none;
	cursor:default;
	clear: both;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 12px 15px 11px 5px;
	color: #333;
    width: 80%;
    max-width: 240px;
    min-width: 100px;
    border-radius: 3px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: center right 14px;
    border: none;
}


/* sec_04
---------------------------------------- */
/*
#sec_04 {
	margin-bottom: 40px;
}
img.koukan_text.pc {
	width: 522px;
	margin: 0 auto 20px;
}

#sec_04 div.koukan_content {
	display: flex;
	justify-content: space-between;
}
.koukan_movie,.koukan_img {
	width: 50%;
	max-width: 410px;
	height: auto;
}
@media screen and (max-width:640px){
	img.koukan_img, .koukan_movie {
		width:100%;
		max-width: 410px;
		margin: 0 auto 10px;
	}
	#sec_04 div.koukan_content {
		flex-direction: column;
	}
	img.koukan_text.sp {
		margin-bottom: 10px;
	}
	img.koukan_text.sp {
		width: 100%;
		max-width: 250px;
		margin: 0 auto 20px;
	}
}
*/
/* sec_05
---------------------------------------- */

#main .login_wrap{
	clear:both;
	float:none;
	box-sizing: border-box;
	width:100%;
	margin-bottom:50px;
	padding:25px 0 25px 0;
	background-color:#E9E9E9;
	text-align:center;
}
#main .login_wrap p{
	font-size:16px;
	text-align:center;
	width:100%;
	margin-bottom:15px;
	line-height:150%;
}
#main .login_wrap p strong{
	font-weight:bolder;
	color:#298954;
}
#main .login_wrap .btn_area{
	box-sizing:border-box;
	width:calc(100% - 50px);
	max-width:760px;
	margin:0 auto;
}
#main .login_wrap a{
	clear:none;
	display:block;
	width:46%;
	max-width:350px;
	font-size:18px;
}
#main .login_wrap .btn_area a.entry{
	float:left;
}
#main .login_wrap .btn_area a.login{
	float:right;
}
#main .login_wrap a.login{
	background-color:#66BC82;
}
@media screen and (max-width:640px){
	#sec_05 {
		margin: 0 -10px;
	}
	#main .login_wrap{
		margin:0 0 30px 0;
		padding:15px 10px 20px;
	}
	#main .login_wrap p{
		font-size:13px;
		line-height:140%;
	    text-align: justify;
        margin-bottom:15px;
		padding: 0 15px;
	}
	#main .login_wrap .btn_area{
		box-siging:border-box;
		width:calc(100% - 40px);
		margin:0 auto;
	}
	#main .login_wrap a{
		width:48%;

		font-size:16px;
	}
}
/* sec_06
---------------------------------------- */
/*
#sec_06 {
	margin-bottom: 50px;
}
div.filter_hinban {
	display: flex;
	align-items: flex-start;
	border: solid 5px #dfefe1;
	padding: 15px 30px;
}
div.filter_hinban p.sup {
	font-weight: bold;
	margin: 11px 0 11px;
}
img.hinban_img {
	margin-left: 30px;
	max-width: 379px;
	height: auto;
}
@media screen and (max-width:640px){	
	div.filter_hinban {
		flex-direction: column;
}
	img.hinban_img {
		width: 100%;
		max-width: 410px;
		margin: 0 auto;
		display: block;
	}
	div.koukan_movie {
		width: 100%;
		max-width: 410px;
		margin: 15px auto 30px;
	}
	div.filter_hinban {
		padding: 9px;
	}
	div.filter_hinban p.sup {
		margin: 0 0 6px 0;
		text-align: center;
	}
	#sec_06 .justify {
		font-size: 14px;
	}
}
*/
/* sec_07
---------------------------------------- */
/*
#sec_07 {
	margin-bottom: 70px;
}
#sec_07 h2{
	font-size: 17px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	background-color: #d5efdf;
	margin-bottom:10px;
}
#sec_07 div.border_box {
	border: 1px #ddd solid;
	padding: 10px 30px 10px 20px;
	max-width: 250px;
	margin: 15px 0 20px;
}
img.kabekake_filter_img {
	width: 100%;
	max-width: 220px;
	height: auto;
}
#sec_07 img.kabekake_img {
	width: 100px;
	margin-right: 30px;
}
#sec_07 img.filter_item {
	width: 45px;
	margin-right: 17px;
}
div.kabekake_hinban {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
div.right_content {
	width: calc(100% - 250px);
	max-width: 560px;
}
div.filter_set {
	display: flex;
	justify-content: space-between;
	height: 55px;
	align-items: center;
	border-top: dotted #ccc 2px;
}
div.filter_set:last-child {
	border-bottom: dotted #ccc 2px;
}
#sec_07 .sup {
	font-weight: bold;
	font-size: 15px;
	color: #298954;
	margin: 30px 0 15px;
	position: relative;
}
span.red {
	color: #c00;
}
#sec_07 .sup .red {
	position: absolute;
	right: 0;
}
#sec_07 div.flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 60px);
}
@media screen and (max-width:640px){
	#sec_07 {
		margin-bottom: 40px;
	}
	div.right_content {
		width: 100%;
	}
	#sec_07 h2{
		margin: 0 -10px;
}
	#sec_07 .sup .red {
		display: block;
		position: inherit;
		text-align: center;
	}
	#sec_07 .left_content {
		margin: 0 auto;
	}
	#sec_07 img.kabekake_img {
		width: 150px;
		margin: 0 20px 0 10px;
	}
	#sec_07 .sup {
		font-size: 15px;
		text-align: center;
	}
	#sec_07 div.flex_box {
		flex-direction: column;
		align-items: flex-start;
	}
	div.filter_set {
		height: 90px;
	}
	#sec_07 img.filter_item {
		width: 76px;
		margin-right: 30px;
	}
	.filter_set p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.left_content p{
		text-align: center;
	}
	p.hinban {
		font-size: 14px;
	}
	div.hinban_text {
		margin-bottom: 10px;
	}
	#sec_07 .buy {
		margin-left: 0!important;
	}
	#sec_07 div.border_box {
		margin: 5px 0;
	}
}
*/
/* sec_08
---------------------------------------- */

.nav_filter{
	text-align:center;
	margin-bottom:30px;
}
.nav_filter p{
	text-align:center;
	font-size:18px;
	margin-bottom:30px;
	line-height:150%;
}
#sec_08 .list_wrap{
	margin:0 auto;
	border:1px solid #CCC;
	padding: 25px 40px 25px 118px;
	width: 100%;
	max-width: 780px;
}
.list_wrap ul{
	width: 80%;
    margin: 0 auto;
}
.list_wrap ul li{
	margin-bottom:8px;
	text-align:left;
}
.list_wrap ul li:last-child{
	margin-bottom: 0;
}
.list_wrap ul li a{
	font-size:20px;
}
@media screen and (max-width:640px){
	#sec_08 .list_wrap{
		padding:15px 10px;
	}
	.list_wrap ul li a{
		font-size:15px;
	}
	p.post {
		font-size: 17px;
	}
}
@media screen and (max-width:447px){
	.list_wrap ul{
		width: 95%;
	}
}

/* lightbox設定 */
body:after {
  content: url({{ app.config.front_urlpath }}/img/josui/close.png) url({{ app.config.front_urlpath }}/img/josui/loading.gif) url({{ app.config.front_urlpath }}/img/josui/prev.png) url({{ app.config.front_urlpath }}/img/josui/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url({{ app.config.front_urlpath }}/img/josui/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url({{ app.config.front_urlpath }}/img/josui/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url({{ app.config.front_urlpath }}/img/josui/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url({{ app.config.front_urlpath }}/img/josui/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.zoomArea {
	position:relative;
}
img.zoomicon {
	width:14px!important;
	height:14px!important;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
