/* --- featured --- */

/* hari */

.featured_fview {
	padding:100px 0px 40px;
}

.featured_fview .ff_img {
	width:54%;
	position:relative;
}

.featured_fview .ff_img::before {
	content:"";
	display: block;
	width:100%;
	height:81%;
	max-width:646px;
	max-height:523px;
	background:#e9e9e9;
	border-radius: 24px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index: -1;
}

.featured_fview .ff_txt {
	width:46%;
	padding:30px 40px;
}


.featured_fview .ff_txt .cursive {
	margin-top:0;
}

/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
	.featured_fview .ff_txt .cursive {
		width:198px;
		margin:0 auto;
	}
  }

/* for IE 11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .featured_fview .ff_txt .cursive {
		width:198px;
		margin:0 auto;
    } 
  }


.featured_fview .ff_txt h4 span {
	font-size:1.6rem;
	letter-spacing: 0.1em;
	line-height:1.25em;
	display: inline-block;
	margin-bottom:0.5em;
	border-bottom:1px solid #96a0a4;
}

.featured_fview .ff_txt h1 {
	font-size:8rem;
	margin:-0.4em auto 0.5em;
	text-align:center;
	font-weight:600;
	line-height:1.25em;
}

.featured_fview .ff_txt h1 span {
	font-size:4rem;
	line-height:1em;
	font-weight:600;
	padding-left:0.2em;
}

.featured_fview .ff_txt h2,
.featured_fview .ff_txt p {
	max-width:340px;
	margin:0 auto;
}


.featured_fview .ff_txt h2 {
	font-size:1.8rem;
	line-height:1.5em;
	margin-bottom:1.5em;
}

.cursive {
	display: block;
	margin-top:-1.2em;
	position: relative;
	z-index:-1;
}

.ff_search_favorite {
	padding:30px 0;
	border-top:1px solid rgba(150,160,164,0.2);
	border-bottom:1px solid rgba(150,160,164,0.2);
}

.featured_link {
	margin: 80px auto 130px;
	max-width:880px;
}

.link_no_wrap {
	font-size:1.2rem;
}

.featured_link figure {
	margin-bottom:0.4em;
}

.featured_link figure img {
	max-height:123px;
}

.link_no {
	font-size:1.4rem;
	line-height:28px;
	width:30px;
	height:30px;
	text-align:center;
	border-radius: 50%;
	border:1px solid #000;
	margin:0 0.5em;
}

.featured_link li {
	margin:0 1.5%;
}

.featured_link li a {
	position:relative;
	padding-bottom:60px;
	display: block;
}

.featured_link li a::after {
	content:"";
	display: block;
	width:40px;
	height:40px;
	background:url(../img/common/more_orange.svg) no-repeat center / contain;
	transform:rotate(90deg);
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	transition:transform .4s, background .4s;
}

.featured_link li a:hover::after {
	background: url(../img/common/more_blue.svg) no-repeat center / contain;
    transform: rotate(90deg) scale(1.4);
}

/* fe article */

.fe_article {
	margin-bottom:250px;
}

.fe_head {
	margin-bottom:250px;
}

.fe_head_left {
	width:40%;
	padding-right:30px;
}


.fe_head_left .link_no_wrap,
.fe_head_left .link_no {
	display: block;
	text-align:center;
}

.fe_head_left .link_no {
	margin-top:0.4em;
}

.fe_head_left h2 {
	font-size:5.6rem;
	line-height: 1em;
    padding-left: 0.2em;
    margin-left: 0.2em;
    border-left: 1px solid #000;
}

.fe_head_left figure {
	margin-top:2em;
}

.fe_head_right {
	width:60%;
}

.fe_head_right_child figure {
	width:44%;
	max-width:290px;
	height:240px;
	border-radius: 20px;
	overflow: hidden;
}

.fe_head_right_child:first-of-type{
	margin-bottom:3em;
}

.toku_txt {
	width:56%;
	padding:0.75em 0 0.75em 1.5em;
}

.toku_txt h3 {
	font-size:1.8rem;
	margin-bottom:1em;
	line-height:1.35em;
}

.toku_txt p {
	line-height:1.65em;
}

/* fe select */

.fe_select {
	padding:0 50px;
	margin:0 auto 100px;
}

.fe_select h3 {
	text-align:center;
	font-size:4rem;
	font-weight:bold;
	letter-spacing: 0.1em;
	padding-right:1em;
	margin-right:1em;
	border-right:1px solid #000;
}

.fe_select h3 span {
	font-size:1.8rem;
	display: block;
	text-align:center;
	margin-bottom:0;
	line-height:1em;
}

.fe_select_txt {
	max-width:560px;
	padding:1em 0;
}

.fe_select_txt h2 {
	font-size:1.8rem;
	margin-bottom:0.75em;
}

.fe_select_txt p {
	font-size:1.4rem;
}

/* toku block */

.toku_block {
	padding:120px 0 0 0;
}

.fe_article .toku_block:not(:last-of-type){
	margin-bottom:150px;
}

.toku_block .inner {
	padding:0 50px 0 0;
	max-width: 100%;
}

.toku_block:nth-of-type(odd) .inner {
	padding:0 0 0 50px;
}

.fe_detail {
	max-width:1900px;
	margin:0 auto 0 0 ;
}

.fe_article .toku_block:nth-of-type(odd) .fe_detail {
	margin:0 0 0 auto;
}
.fe_article .toku_block:nth-of-type(odd) .fe_detail {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.fe_detail_img:hover figure img {
	opacity:0.4;
}

.fe_detail_img {
	width:60%;
	display: block;
}

.fe_detail_img figure {
	position:relative;
}

.fe_detail_img figure img {
	position:relative;
	transition:opacity .4s;
}

.fe_detail_img figcaption {
	position:absolute;
	top:-110px;
	right:-40px;
	width:220px;
	height:220px;
	border-radius: 50%;
	border:1px solid #96a0a4;
	line-height:1.5em;
	padding:50px 0 0 65px;
	letter-spacing: 0.1em;
}

.fe_article .toku_block:nth-of-type(odd) .fe_detail_img figcaption {
	left:-40px;
	right:auto;
}

.fig_no {
	display: block;
	position:relative;
	padding-bottom:0.65em;
	margin-bottom:1.2em;
}

.fig_no::after {
	content:"";
	display:block;
	width:0.5em;
	height:2px;
	background:#96a0a4;
	position:absolute;
	left:0;
	bottom:0;
}

.fe_detail_txt h2 {
	font-size:2.4rem;
	line-height:1.75em;
	margin-bottom:1em;
}

.fe_detail_txt h2 span {
	font-size:1.6rem;
	white-space: nowrap;
}

.fe_detail_txt h3 {
	font-size:1.8rem;
	margin-bottom:3em;
	font-weight:bold;
}

.fe_detail_txt {
	width:40%;
	padding:3% 40px 20px;
	position:relative;
	z-index: 1;
}

.fe_detail_txt h4 {
	margin:6em 0 0.5em;
}

.fe_detail_txt h4 span {
	width:76px;
	height:34px;
	text-align:center;
	display: inline-block;
	line-height:34px;
	border-radius:17px;
	letter-spacing: 0.2em;
	font-weight:bold;
}

.fe_detail_txt .price_wrap {
	margin:3em 0 3.5em;
}

.fe_detail_txt p a {
	border-bottom:1px solid #000;
}

/* featured_hari #special */

#special .toku_wrap {
	margin-bottom:40px;
}

#special .fe_head {
	margin-bottom:150px;
}

#special .fe_head_right h3 {
	font-size:3.2rem;
	margin:17% 0 1em 0;
	padding-bottom:0.75em;
	border-bottom:2px solid #e9e9e9;
	position:relative;

}

#special .fe_head_right h3::after {
	content:"";
	display:block;
	width:1.5em;
	height:2px;
	background:#f7ab00;
	position:absolute;
	left:0;
	bottom:-2px;
}

#special .fe_head_right .toku_txt {
	padding:0;
	width: 100%;
}

#special .fe_head_right .toku_txt h4 {
	font-size:1.8rem;
	margin-bottom:1em;
}

.spe_list {
	padding:0 40px;
}

.spe_list li {
	width:46%;
	margin-bottom:60px;
}

.spe_list li a {
	display: block;
	width:100%;
}

.spe_list li a:hover figure {
	opacity:0.4;
}

.spe_list li figure {
	margin-bottom:2em;
	transition:opacity .4s;
}


.spe_list h2 {
	margin-bottom:2em;
}

.spe_list h4 {
	margin-bottom:1em;
}

.spe_list h4 span {
	width: auto;
    height: 34px;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    border-radius: 17px;
    font-weight: bold;
	padding:0 1em;
}

.spe_list .price_wrap .spe_choice {
	text-align:right;
	font-size:1.6rem;
	font-weight:bold;
	padding-right:0.5em;
}

.spe_list .price_wrap .no_tax {
	font-size:2.2rem;
}

.spe_maker .h_title2 span {
	font-size:2.4rem;
	margin-bottom:1.5em;
}

.spe_maker .h_title2  {
	font-size:3.2rem;
}

.spe_maker .inner {
	max-width:1520px;
}


.spe_maker_wrap > li {
	width:50%;
	padding:30px 0 60px 4%;
}


.spe_maker_wrap:hover > li:hover .more {
	color:#0cd1f7;
}

.spe_maker_wrap:hover > li:hover .more::after {
	background: url(../img/common/more_blue.svg) no-repeat center / contain;
    transform: scale(1.4);
}


.spe_maker_wrap > li:nth-of-type(odd) {
	padding:30px 4% 60px 0;
	border-right:1px solid #e9e9e9;
}

.spe_maker_wrap > li.bor_bottom {
	border-bottom:1px solid #e9e9e9;
}

.spe_maker_wrap > li .fe_detail_txt {
	padding:30px 0 0 30px;
	width:calc(100% - 230px);
}

.spe_maker_img figure {
	width:230px;
	height:230px;
	margin-bottom:2.5em;
}

.spe_maker_wrap .fe_detail_txt h3 {
	margin-bottom:1em;
}

.spe_maker_wrap .fe_detail_txt h2 {
	margin-bottom:0.5em;
}

.spe_maker_wrap .fe_detail_txt h4 {
	margin-top:1em;
}

.spe_maker_wrap .more {
	font-size:2rem;
	font-weight:bold;
	margin-top:2em;
}

/* --- okyu --- */

#pedes .fe_detail_img figcaption,
#indirect .fe_detail_img figcaption {
	padding:40px 0 0 50px;
}

.mogusa_child {
	margin-top:200px;
}

.mogusa_child .h_title2 {
	margin-bottom:2em;
	padding-bottom:1em;
}

.mogusa_child .mar_bottom {
	margin-bottom:120px;
}

.spe_list li p a {
	border-bottom: 1px solid #000;
	display: inline;
}

.spe_list li a.more {
	display: block;
	text-align:right;
	width:200px;
	margin:2em 0 0 auto;
}

.spe_list li h3 {
    font-size: 1.8rem;
    margin-bottom: 1em;
    font-weight: bold;
}

/* --- taping --- */

#featured_taping_fveiw .ff_txt h1 {
	font-size:6rem;
	letter-spacing: -0.1em;
}

#featured_taping_fveiw .ff_txt h1 span {
	font-size:3rem;
	padding-left:0.5em;
}

#elastic .cg_list {
	margin-top:5em;
}

/* --- responsive --- */

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

	.spe_maker_img {
		width:100%;
	}
	
	.spe_maker_wrap > li .fe_detail_txt {
		width:100%;
	}

	.spe_maker_img figure {
		width:100%;
		height:300px;
	}
}


/* --- ver sp  --- */

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

/* hari */

.featured_fview {
	padding:0vw;
}

.featured_fview .ff_img {
	width:100%;
}

.featured_fview .ff_img img {
	width:90vw;
	height:90.37vw;
}

.featured_fview .ff_img::before {
	content:"";
	display: block;
	width:100%;
	height:67.5vw;
	max-width:100%;
	max-height:100%;
	border-radius: 6vw;
}

.featured_fview .ff_txt {
	width:100%;
	padding:5vw 5vw;
}


.featured_fview .ff_txt .cursive {
	margin-top:0;
}

#featured_hari_fveiw .ff_txt .cursive img {
	width:49.5vw;
	height:16.75vw;
}

.featured_fview .ff_txt h4 span {
	font-size:5vw;
}

.featured_fview .ff_txt h1 {
	font-size:26vw;
	margin-bottom:5vw;
}

.featured_fview .ff_txt h1 span {
	font-size:12vw;
	line-height:1em;
}

.featured_fview .ff_txt h2,
.featured_fview .ff_txt p {
	max-width:100%;
}


.featured_fview .ff_txt h2 {
	font-size:4.5vw;
}

.ff_search_favorite {
	padding:5vw 5vw;
}

.featured_link {
	margin:10vw auto 20vw;
	max-width:100%;
}

.link_no_wrap {
	font-size:3vw;
}


.link_no {
	font-size:3.5vw;
	line-height:7vw;
	width:7.5vw;
	height:7.5vw;
}

.featured_link li {
	margin:0 2vw;
}

.featured_link li a {
	padding-bottom:12.5vw;
	margin-bottom:10vw;
}

.featured_link li a::after {
	width:10vw;
	height:10vw;
}

.featured_link li a figure {
	width:100%;
}

.featured_link li a figure img {
	width:37vw;
	height:30.75vw;
	max-height:none;
}



/* fe article */

.fe_article {
	margin-bottom:25vw;
}

.fe_head {
	margin-bottom:25vw;
}

.fe_head_left {
	width:100%;
	padding-right:0px;
	margin-bottom:10vw;
}


.fe_head_left h2 {
	font-size:12vw;
}

.fe_head_left figure {
	margin-top:2em;
}

.fe_head_left figure img {
	width:54vw;
	/* height:59.75vw; */
	height:auto;
}

.fe_head_right {
	width:100%;
}

.fe_head_right_child figure {
	width:100%;
	max-width:100%;
	height:52vw;
	border-radius: 5vw;
	margin-bottom:5vw;
}

.toku_txt {
	width:100%;
	padding:0 0.5em ;
}

.toku_txt h3 {
	font-size:4.5vw;
}


/* fe select */

.fe_select {
	padding:0 5vw;
	margin:0 auto 20vw;
}

.fe_select h3 {
	font-size:10vw;
	padding-bottom:5vw;
	margin-bottom:5vw;
	letter-spacing: 0.1em;
	padding-right:0;
	margin-right:0;
	border-right:none;
	position:relative;
}

.fe_select h3::after {
	content:"";
	display: block;
	width:20vw;
	height:1px;
	background:#000;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin: 0 auto;
}

.fe_select h3 span {
	font-size:4.5vw;
}

.fe_select_txt {
	max-width:560px;
	padding:1em 0;
}

.fe_select_txt h2 {
	font-size:4.5vw;
}

.fe_select_txt p {
	font-size:3.5vw;
}

/* dispo */

#dispo .fe_select .cursive img {
	width:55vw;
	height:15.5vw;
}

/* beauty */

#beauty .fe_select .cursive img {
	width:42.5vw;
	height:16.75vw;
}

/* round */

#round .fe_select .cursive img {
	width:68.75vw;
	height:12.5vw;
}



/* toku block */

.toku_block {
	padding:20vw 0 0 0;
}

.fe_article .toku_block:not(:last-of-type){
	margin-bottom:20vw;
}

.toku_block .inner {
	padding:0;
	max-width: 100%;
}

.toku_block:nth-of-type(odd) .inner {
	padding:0;
}

.fe_detail {
	max-width:100%;
	margin:0 auto;
}

.fe_article .toku_block:nth-of-type(odd) .fe_detail {
	margin:0 auto;
}
.fe_article .toku_block:nth-of-type(odd) .fe_detail {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.fe_detail_img {
	width:95%;
}

.fe_article .toku_block:nth-of-type(odd) .fe_detail_img {
	margin:0 0 0 auto;
}

.fe_detail_img figure {
	position:relative;
}

.fe_detail_img figure img {
	position:relative;
	transition:opacity .4s;
}

.fe_detail_img figcaption {
	position:absolute;
	top:-17.5vw;
	right:-2vw;
	width:37.5vw;
	height:37.5vw;
	line-height:1.5em;
	padding:10.5vw 0 0 8.5vw;
	font-size:3vw;
}

.fe_article .toku_block:nth-of-type(odd) .fe_detail_img figcaption {
	left:-2vw;
	right:auto;
}

.fig_no {
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	font-size:3.5vw;
}

.fe_detail_txt h2 {
	font-size:5vw;
	line-height:1.5em;
}

.fe_detail_txt h2 span {
	font-size:3.5vw;
}

.fe_detail_txt h3 {
	font-size:4vw;
	margin-bottom:1em;
}

.fe_detail_txt {
	width:100%;
	padding:5vw 5vw;
}

.fe_detail_txt h4 {
	margin:2em 0 0.5em;
}

.fe_detail_txt h4 span {
	width:15vw;
	height:7vw;
	line-height:7vw;
	border-radius:4.25vw;
	font-size:3.5vw;
}

.fe_detail_txt .price_wrap {
	margin:2em 0 2.5em;
}

.fe_detail_txt p a {
	border-bottom:1px solid #000;
}

.fe_detail_txt .ten_list li {
	font-size:3.5vw;
}

.fe_detail_txt p:not(:last-of-type) {
	margin-bottom:0.5em;
}

/* featured_hari #special */

#special .toku_wrap {
	margin-bottom:10vw;
}

#special .fe_head {
	margin-bottom:15vw;
}

#special .fe_head_right h3 {
	font-size:6vw;
	margin:10vw 0 1em 0;

}

#special .fe_head_right .toku_txt h4 {
	font-size:4vw;
}

.spe_list {
	padding:0;
}

.spe_list li {
	width:42.5vw;
	margin-bottom:15vw;
}


.spe_list li a:hover figure {
	opacity:0.4;
}

.spe_list li figure {
	margin-bottom:1em;
	width:100%;
	height:42.5vw;
}

.spe_list h2 {
	margin-bottom:2em;
	font-size:3.5vw;
}

.spe_list h4 {
	margin-bottom:1em;
}

.spe_list h4 span {
	height: 7vw;
    line-height: 7vw;
    border-radius: 4.25vw;
    font-size: 3.5vw;
}

.spe_list .price_wrap .spe_choice {
	text-align:right;
	font-size:4vw;
	margin-bottom:0.5em;
	display: block;
}

.spe_list .price_wrap {
	margin-top:1em;
}

.spe_list .price_wrap .no_tax {
	font-size:5vw;
}

.spe_list .price_wrap .in_tax {
	font-size:4vw;
}

/* spe maker */

.spe_maker .h_title2 span {
	font-size:5vw;
}

.spe_maker .h_title2  {
	font-size:6vw;
	padding-bottom:1.5em;
}

.spe_maker .inner {
	max-width:100%;
}


.spe_maker_wrap > li {
	width:100%;
	padding:0 0  10vw;
}



.spe_maker_wrap > li:nth-of-type(odd) {
	padding:0 0  10vw;
	border-right:none;
}

.spe_maker_wrap > li.bor_bottom {
	border-bottom:1px solid #e9e9e9;
	margin-bottom:10vw;
}

.spe_maker_wrap > li .fe_detail_txt {
	padding:0;
	width:100%;
	margin-top:5vw;
}

.spe_maker_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.spe_maker_img figure {
	width:42.5vw;
	height:42.5vw;
	margin-bottom:0;
}

.spe_maker_wrap .more {
	font-size:4.5vw;
}

/* --- okyu --- */

#featured_okyu_fveiw .ff_txt .cursive img {
	width:80vw;
	height:13.4335vw;
}

#pedes .fe_select .cursive img {
	width:46.004vw;
	height:11.77725vw;
}

#indirect .fe_select .cursive img {
	width:47.07425vw;
	height:11.74225vw;
}

#moxa .fe_select .cursive img {
	width:33.94925vw;
	height:11.6875vw;
}

#pedes .fe_detail_img figcaption,
#indirect .fe_detail_img figcaption {
	padding:7.5vw 0 0 7.5vw;
}

.mogusa_child {
	margin-top:25vw;
}

.mogusa_child .h_title2 {
	margin-bottom:2em;
	padding-bottom:1em;
}

.mogusa_child .mar_bottom {
	margin-bottom:20vw;
	padding:0 5vw;
}

.spe_list li a.more {
	width:40vw;
}

.spe_list li h3 {
    font-size: 4vw;;
}

/* --- taping --- */

#featured_taping_fveiw .ff_txt .cursive img {
	width:40vw;
	height:17.55075vw;
}

#kinesiology .fe_select .cursive img {
	width:63.5vw;
	height:16.8595vw;
}

#elastic .fe_select .cursive img {
	width:36vw;
	height:11.87025vw;
}

#featured_taping_fveiw .ff_txt h1 {
	font-size:13vw;
}

#featured_taping_fveiw .ff_txt h1 span {
	font-size:8vw;
}

#elastic .cg_list .spe_list h2 {
	line-height:1.25;
}

#elastic .cg_list .ten_list li {
	font-size:3.5vw;
}


}