@charset "UTF-8";
/*-----------------------------------

	lower_head

-----------------------------------*/
.lower_head {
    padding: 40px 0 0 0;
    background: url(../img/stockindex/photo/headline.png) #FFE33E no-repeat center/cover;
    background: url(../img/stockindex/illust/headline.png) #FFE33E no-repeat center/cover;
  }
  .lower_head .contents_inner {
    width: 850px;
    max-width: 90%;
    position: relative;
    height: 250px;
  }
  .lower_head h1 {
    position: relative;
    z-index: 2;
  }
  .lower_head h1 img {
    width: 380px;
    margin: 0 auto;
    display: block;
  }
  .lower_head .btn_wrapper {
    max-width: 500px;
    margin: 20px auto 0;
  }
  .lower_head .guide_btn {
    font-size: 16px;
    display: block;
    width: 240px;
    color: #fff !important;
    text-align: center;
    background: #FFB202;
    border-radius: 40px;
    padding: 17px 0;
    position: relative;
    z-index: 1;
  }
  .lower_head .regist_btn {
    font-size: 16px;
    display: block;
    width: 240px;
    color: #fff !important;
    text-align: center;
    background: #E0392D;
    border-radius: 40px;
    padding: 17px 0;
    position: relative;
    z-index: 1;
  }
  .lower_head .guide_btn:hover {
    background: #E0392D;
  }
  .lower_head .regist_btn:hover {
    background: #FFB202;
  }
  .lower_head .headline_img01 {
    width: 165px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .lower_head .headline_img02 {
    width: 175px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  @media screen and (max-width: 840px) {}
  @media screen and (max-width: 790px) {
    .lower_head .headline_img01,
    .lower_head .headline_img02 {
      width: 120px;
    }
  }
  @media screen and (max-width: 640px) {
    .lower_head {
      background: none;
      padding: 0;
    }
    /*.lower_head .contents_inner {
      max-width: 100%;
    }*/
    .lower_head h1 img {
      width: 70vw;
    }
    .lower_head .headline_img01 {
      width: 83px;
    }
    .lower_head .headline_img02 {
      width: 88px;
    }
    .lower_head a {
      width: 100%;
    }
    .lower_head .sp {
        position: relative;
    }
    .lower_head .sp .btn_wrapper {
        position: absolute;
        bottom: 8%;
        left: 0;
        right: 0;
        justify-content: center;
        gap: 10px;

    }
    .lower_head .guide_btn,.lower_head .regist_btn {
        font-size: 14px;
        width: 60%;
    }
  }
  @media screen and (max-width: 500px) {
    .lower_head .btn_wrapper {
        max-width: 80%;
    }
    .lower_head .sp .btn_wrapper {
        bottom: 3%;
    }
    .lower_head .guide_btn,.lower_head .regist_btn {
        padding: 4% 0;
        font-size: 12px;
    }
  }
  @media screen and (max-width: 430px) {
    .lower_head .headline_img01 {
      width: 66px;
    }
    .lower_head .headline_img02 {
      width: 70px;
    }
  }

/*-----------------------------------
    category_block
-----------------------------------*/









/*-----------------------------------
	category_block
-----------------------------------*/
#category_block{
    padding: 60px 0 60px;
	background: #FFF3D4;
}
#category_block .title_box {
    margin-bottom: 0;
    padding: 15px 20px;
    background: #FFB202;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#category_block .category_tab_wrap {
	background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#category_block .title_box h2 {
	font-size: 20px;
        align-items: center;
    gap: 10px;
}

/*tabの形状*/
#category_block .tab{
  display: flex;
  flex-wrap: wrap;
}
#category_block .tab li{
    width: calc(100%/3);
}
#category_block .tab li:nth-child(2) {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#category_block .tab li a{
  display: block;
  padding: 25px 20px;
	width: 100%;
	line-height: 100%;
	font-size: 18px;
}
#category_block .tab li a:hover{
	background: #999999;
}
#category_block .tab li a{
	display: flex;
	align-items: center;
	justify-content: center;
}
#category_block .tab li a img{
	width: 25px;
	margin-right: 5px;
}
#category_block .area {
    padding: 30px 0 20px;
}
#category_block .area > p{
	text-align: center;
	margin: 2em 0 3em;
	font-size: 20px;
}
#category_block .area ul{
	margin: 0 30px;
}
/*5カラム落ち対策*/
#category_block .area ul::before{
	content: "";
  display: block;
  width: calc(96% / 5);
  order: 1;
}
#category_block .area ul::after{
	content: "";
  display: block;
  width: calc(96% / 5);
}

#category_block .area ul li{
	width: calc(96% / 5);
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
}
#category_block .area ul li a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	align-items: center;
}

#category_block .area ul li a:hover{
	/*box-shadow: 1px 1px 1em rgb(0 0 0 / 20%);*/
}
#category_block .area ul li a p{
	width: calc(100% - 54px);
    padding-left: 15px;
	/* position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 16px;
	text-shadow: 0 2px 5px rgb(0 0 0 / 50%), 0px -1px 3px rgb(0 0 0 / 50%);
	letter-spacing: 0.1em;
	white-space: nowrap;
	z-index: 1; */
}
#category_block .area ul li img{
	/* width: 100%; */
	width: 54px;
	object-fit: cover;
	object-position: center;
	/* height: 140px; */
	height: 54px;
}
/*areaにis-activeというクラスがついた時の形状*/
#category_block .area.is-active {
    display: block;/*表示*/
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
    #index_mainimg .bg_area {
        padding: 140px 0;
    }
}
@media screen and (max-width: 1000px) {
	#category_block .area ul {
		justify-content: flex-start;
	}
		#category_block .area ul::after {
			width: calc(97% / 4);
		}
	#category_block .area ul li{
		width: calc(100% / 4);
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 840px) {

    #index_mainimg .bg_area {
        padding: 100px 0;
    }
	#category_block {
		padding: 60px 0 60px;
	}
	#category_block .area ul li{
		width: calc(96% / 3);
		margin-bottom: 15px;
	}
	#category_block .area ul::after {
		width: calc(96% / 3);
	}
	#category_block .area ul li a::after {
		height: 32px;
	}
	#category_block .area ul li a p{
		font-size: 15px;
	}
	#category_block .area ul li img{
		/* height: 16vw;
		min-height: 85px; */
	}
	#category_block .tab li a{
    padding: 22px 2%;
		font-size: 16px;
	}
	#category_block .tab li a span{
		display: none;
	}

}
@media screen and (max-width: 640px) {

    #index_mainimg .bg_area {
        padding: 70px 0;
    }
	#category_block {
		padding: 40px 0 40px;
	}
	#category_block .title_box h2 {
		font-size: 16px;
	}
	/* #category_block .tab {
		margin-top: 30px;
	} */
	#category_block .tab li a{
		display: block;
		font-size: 15px;
	}
	#category_block .tab li a img{
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
		width: 20px;
	}
	#category_block .area > p{
		font-size: 14px;
	}
	#category_block .area {
		padding: 15px 0 20px;
	}
	#category_block .area ul {
		margin: 0 10px;
	}
	#category_block .area ul li{
		width: calc(99% / 2);
		margin-bottom: 15px;
	}
	#category_block .area ul li a::after {
		height: 27px;
	}
	#category_block .area ul li a p {
		bottom: -10px;
	}
}
@media screen and (max-width: 560px) {
	#category_block .area ul li a p {
		font-size: 14px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 440px) {
    #index_mainimg .bg_area {
        padding: 60px 0;
    }
	#category_block .area ul li {
		margin-bottom: 1%;
  }
	#category_block .area ul li a p {
		font-size: 13px;
	}
}
@media screen and (max-width: 375px) {

}

/*-----------------------------------
	category_block, photo_block, illust_block
-----------------------------------*/
.category_block {
	padding: 70px 0 60px;
}
#illust_block {
}
.category_block .title_box h2 img {
	margin-right: 10px;
	vertical-align: -3px;
}
#photo_block .category_list,
#illust_block .category_list {
	margin: 15px auto 0px;
}
#photo_block .category_list li,
#illust_block .category_list li {
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 1%;
}
#photo_block .category_list li:nth-child(3n),
#illust_block .category_list li:nth-child(3n) {
    margin-right: 1%;
}
#photo_block .category_list li:nth-child(4n),
#illust_block .category_list li:nth-child(4n) {
    margin-right: 0;
}
#photo_block .category_list li img,
#illust_block .category_list li img {
	object-fit: cover;
	border-radius: 2px;
	width: 100%;
	height: 195px;
	background: #fff;
	/*
	border: 1px solid #f0f0f0;
	*/
}

@media screen and (max-width: 1280px) {

	#photo_block .category_list li img,
	#illust_block .category_list li img {
		height: 15vw;
	}

}
@media screen and (max-width: 1040px) {

}
@media screen and (max-width: 840px) {

}
@media screen and (max-width: 640px) {
	#illust_block {
		padding-top: 40px;
	}
	.category_block {
    padding: 30px 20px;
	}
	.category_block .title_box h2 {
		font-size: 18px;
	}
	.category_block .title_box h2 img {
		width: 24px;
	}
	#photo_block .category_list li,
	#illust_block .category_list li {
		width: 49%;
		margin-right: 1%;
	}
	#photo_block .category_list li:nth-child(3n),
	#illust_block .category_list li:nth-child(3n) {
		margin-right: 1%;
	}
	#photo_block .category_list li img,
	#illust_block .category_list li img {
		height: 28vw;
	}
}



/*-----------------------------------
    stockindex_block, photo_block, illust_block
-----------------------------------*/
.stockindex_block {
    padding: 60px 0 0;
}
.stockindex_wrap {
    width: 90%;
    margin: 0 auto;
}
.stockindex_wrap h2 {
    font-size: 20px;
    align-items: center;
    gap: 10px;
}
.contents_wrap {
    margin: 0 auto;
}
.title_box {
    background: #EFF1F1;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.title_box a {
    color: #16B28A;
}
.title_box h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.title_box h3 img {
    margin-right: 10px;
    vertical-align: -3px;
}
.title_box p {
    font-weight: 400;
}
/* stockindex_list */
.stockindex_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.stockindex_list:after {
    content: "";
    display: block;
    width: 25%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.stockindex_list li {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 4px;
    background: #fff;
    position: relative;
}
.stockindex_list li:nth-child(4n) {
    margin-right: 0;
}
.stockindex_list li a {
    display: block;
    /*
    box-shadow: rgb(0 0 0 / 9%) 1.95px 1.95px 2.6px;
    */
    transition: all 0.2s;
}
.stockindex_list li a:hover {
    box-shadow: none;
    /*
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    */
}
.stockindex_list li a:hover:before {
    opacity: 0.4;
}
.stockindex_list li img {
    object-fit: contain;
    width: 100%;
    height: 21vw;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}
.stockindex_list li h3 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 8px;
    color: #444;
}
.stockindex_list li .label {
    display: inline;
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 6px 5px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1;
    pointer-events: none;
}
.stockindex_list li .label.free {
	background: #16aa75;
	color: #fff;
}

/* new_block */
#new_block {
}

/* feature_block */
#feature_block {
    padding: 100px 0;
    /*
    background: #f3f4f5;
    background-image: linear-gradient(25deg, #2b282a, #2e3035, #253145, #2f3a41);
    */
    /* background: #e8eaec; */
}
/*
#feature_block:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(25deg, #2b282a, #2e3035, #253145, #2f3a41);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.95;
}
*/
#feature_block .contents_inner {
    position: relative;
    z-index: 10;
}
#feature_block .title_box h3 {
    /*
    color: #fff;
    */
}
#feature_block .title_box p {
    font-weight: 400;
    /*
    color: #fff;
    */
}
/*
#feature_block .contents_wrap {
    width: 1200px;
}
*/
#feature_block li {
    width: 32%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 13px -6px rgb(65 65 65 / 35%);
}
#feature_block li a {
    display: block;
    position: relative;
    z-index: 10;
}
#feature_block li figure:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(125 125 125);
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    /*
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(64 64 64) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(64 64 64) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgb(46 46 46) 100%);
    */
}
#feature_block li h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 3px rgb(0 0 0);
    color: #fff;
    margin-top: 15px;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    z-index: 11;
}


/* category_block */
#category_block {
    padding-bottom: 60px;
    background: #EFF1F1;
}
#category_block .category_list {
    margin-top: 20px;
}
#category_block .category_list li {
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 2%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 13px -6px rgb(65 65 65 / 35%);
}
#category_block .category_list li:nth-child(5n) {
    margin-right: 0;
}
#category_block .category_list li a {
    display: block;
}
#category_block .category_list li img {
    object-fit: cover;
    width: 100%;
    height: 14vw;
}
#category_block .category_list li h3 {
    font-size: 17px;
    font-weight: 500;
    text-shadow: 0 0 3px rgb(0 0 0);
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 8px;
    color: #fff;
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
    z-index: 10;
}
#category_block .category_list li figure {
    position: relative;
}
#category_block .category_list li figure:after {
    content: "";
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(46 46 46) 200%);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(46 46 46) 200%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 70%,rgb(57 57 57) 100%);
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.other_category h4 {
    font-size: 20px;
}
.other_category .other_category_list {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.other_category .other_category_list li {
    /* margin: 0 15px 10px 0;
    font-size: 16px;
    color: #747dd0;
    border: 1px solid #e6e6e6;
    background: #f3f4f5;
    border-radius: 5px;
    padding: 1px 5px; */
    display: block;
    font-size: 13px;
    color: #6e6e6e;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.other_category .other_category_list li a {
    /* color: #5f6dce; */
    font-size: 13px;
    padding: 1px 5px;
    /* text-decoration: underline; */
}
.other_category .other_category_list li a:hover {
    text-decoration: none;
    opacity: 0.8;
}
/* .other_category .other_category_list li:before {
    content: "#";
    margin-right: 3px;
} */

@media screen and (max-width: 1280px) {
    .stockindex_list li img {
        object-fit: contain;
        height: 100%;
    }
}
@media screen and (max-width: 1040px) {

}
@media screen and (max-width: 840px) {
    #index_mainimg .text_box {
        padding: 60px 20px;
    }
    #index_mainimg .text_box h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    #index_mainimg .text_box p {
        font-size: 14px;
        line-height: 180%;
    }
    .stockindex_list li:nth-child(3n) {
        margin-right: 0;
    }
    .stockindex_list li:nth-child(5n) {
        margin-right: auto;
    }
    .stockindex_list li {
        width: 32.666%;
    }
}
@media screen and (max-width: 640px) {
    .title_box {
        margin-bottom: 20px;
        padding: 15px 15px;
    }
    .title_box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #index_mainimg .text_box {
        padding: 30px 20px;
    }
    #index_mainimg .text_box h2 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .stockindex_block {
        padding: 40px 0 0;
    }
    .stockindex_block .title_box h2 {
        font-size: 16px;
    }
    .stockindex_block .title_box h2 img {
        width: 24px;
    }
    .stockindex_list li {
        width: 49%;
    }    
    .stockindex_list li img {
        border-radius: 4px;
    }
    .stockindex_list li .label {        
        font-size: 11px;       
    }
    .stockindex_list li:nth-child(3n) {
        margin-right: 1%;
    }
    .stockindex_list li:nth-child(2n) {
        margin-right: 0;
    }
    .stockindex_list li {
        width: 49.5%;
    }

/* feature_block */
    #feature_block {
        padding: 60px 0 30px;
    }
    #feature_block li {
        width: 100%;
        margin-bottom: 20px;
    }
/* category_block */
    #category_block {
        padding: 50px 0 40px;
    }
}
#register_block {
    margin-top: 58px;
}
#register_block .banner_box {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
#register_block .banner_box a img {
    margin: 0 auto;
    border-radius: 15px;
}
#register_block .banner_box .btn_wrapper {
    margin: 60px 0 60px;
}
#register_block .banner_box .btn_wrapper .btn_box {
    width: 48%;
}
#register_block .banner_box .btn_wrapper .btn_box p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#register_block .banner_box .btn_wrapper .btn_box a {
    padding: 27px 10%;
    display: block;
    background: #FFB202;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
#register_block .banner_box .btn_wrapper .btn_box a:hover {
    background: #999999;
}
#register_block .banner_box .btn_wrapper .btn_box a::after {
    content: "";
    position: absolute;
    border: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    transform: rotate(225deg);
    width: 9px;
    height: 9px;
}
#register_block .banner_box .btn_wrapper .btn_box.other_box a::after {
    left: 30px;
}
#register_block .banner_box .btn_wrapper .btn_box.customer_box a::after {
    transform: rotate(45deg);
    right: 30px;
}
@media screen and (max-width: 840px) {
    #register_block .banner_box .btn_wrapper .btn_box {
        width: 80%;
        margin: 0 auto 30px;
    }
    #register_block .banner_box .btn_wrapper {
        margin: 60px 0 30px;
    }
}
@media screen and (max-width: 640px) {
    #register_block {
        margin-top: 48px;
    }
    #register_block .banner_box {
        width: 100%;
    }
    #register_block .banner_box .btn_wrapper {
        margin: 30px 0 20px;
    }
    #register_block .banner_box .btn_wrapper .btn_box {
        width: 100%;
    }
    #register_block .banner_box .btn_wrapper .btn_box p {
        font-size: 16px;
    }
    #register_block .banner_box .btn_wrapper .btn_box a {
        font-size: 16px;
    }
}