@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------
/*		cat_feature - myfavorite(child)
/*--------------------------------------------*/
#wrapper {
	width: 1140px;
	margin: 0 auto;
}
#wrapper ul {
	padding: 0;
}
.clearfix {zoom:1;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
.fadein {
	box-sizing:border-box;
    font-size:100%;
    vertical-align:baseline;
	position: relative;
	margin-bottom: 8%;
	padding: 0;
}
.fadein li:nth-child(1n) {
  width: 60.8%;
	margin: 0 1% 1% 0;
}
.fadein li:nth-child(2n) {
  width: 38.2%;
	margin: 0 0 1% 0;
	
}
.fadein li:nth-child(3n) {
  width: 38.2%;
	margin: 0 1% 1% 0;
}
.fadein li:nth-child(4n) {
  width:60.8%;
	margin: 0 0 1% 0;
}


.fadein  li {
    float: left;
    opacity: 0;
}
.myfavorite section {
	opacity: 0;
}
.fadein  li.title {
	width: 28%;
    padding: 3% 3%;
	position: absolute;
	background: rgba(255,255,255,0.97);
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.myfavorite .main-img {
	margin-bottom: 0.4%;
}
.myfavorite  section {
	width: 90%;
	margin: 0 auto 80px;
}
.myfavorite  section .contents_head span {
	font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-size: 20px;
	display: flex;
align-items: center;
	width: 18%;
    margin: 0 auto;
}

.myfavorite  section .contents_head span:before {
	border-top: 2px solid #000;
content: "";
flex-grow: 1;
	margin-right: 1rem;
}
.myfavorite  section .contents_head span:after {
	border-top: 2px solid #000;
content: "";
flex-grow: 1;
	margin-left: 1rem;
}
#cat_feature section h2 {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin: 2% 0 5%;
}
.myfavorite .child section.pickup1 li:first-child,.myfavorite .child section.pickup2 li:first-child {
	margin-bottom: 5%;
}
.myfavorite .child section.pickup1 li:first-child .img,.myfavorite .child section.pickup2 li:first-child .img  {
	width: 63%;
	float: left;
}
.myfavorite .child section.pickup1 li:first-child .detail,.myfavorite .child section.pickup2 li:first-child .detail {
	width: 30%;
	float: right;
}
.myfavorite .child section.pickup2 li:last-child .img  {
	width: 63%;
	float: right;
}
.myfavorite .child section.pickup2 li:last-child .detail {
	width: 30%;
	float: left;
}
.myfavorite .child section.pickup1 li:last-child .img {
	width: 63%;
	float: right;
}
.myfavorite .child section.pickup1 li:last-child .img div:first-child {
	width: 86%;
	margin: 0 auto;
}
.myfavorite .child section.pickup1 li:last-child .img ul {
	margin-top: 32px;
}
.myfavorite .child section.pickup1 li:last-child .img li:first-child {
	width: 44%;
	float: left;
}
.myfavorite .child section.pickup1 li:last-child .img li:last-child {
	width: 50%;
	float: right;
}

.myfavorite .child section.pickup1 li:last-child .detail {
	width: 30%;
	float: left;
    margin-top: 4%;
}
#cat_feature .child .text {
	font-size: 13px;
    line-height: 1.6;
}
.myfavorite .detail img {
	margin-bottom: 2%;
}
.myfavorite dl {
	text-align: left;
	line-height: 1.8;
}
.myfavorite dl dt a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.myfavorite dl dd {
	font-size: 12px;
}
.myfavorite .btn {
	text-align: left;
}
.myfavorite .btn a {
	background: #000;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 2px;
    margin: 4% 0 auto;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    margin-bottom: 24px;
	height: 26px;
}

/*--------------------------------------------
/*		cat_feature - myfavorite diary
/*--------------------------------------------*/
.myfavorite .diary section {
	width: 90%;
	margin: 0 auto 10%;
}
.myfavorite .diary .contents_head h2 {
	 margin: 3% 0 1% !important;
}
.myfavorite .diary section span.headline {
	font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-size: 20px;
	display: flex;
align-items: center;
	width: 18%;
    margin: 0 auto;
}

.myfavorite .diary section span.headline:before {
	border-top: 2px solid #000;
content: "";
flex-grow: 1;
	margin-right: 1rem;
}
.myfavorite .diary section span.headline:after {
	border-top: 2px solid #000;
content: "";
flex-grow: 1;
	margin-left: 1rem;
}
.myfavorite .diary .type {margin-bottom: 4%;}
.pen {
	font-weight: bold;
	background: linear-gradient(transparent 70%,#FFE835 70%);
}
.myfavorite .diary .text {
	text-align: left;
	margin-bottom: 3% !important;
}
.myfavorite .diary .pen {
	margin-bottom: 2%;
}
.myfavorite .diary section .left {
	width: 65%;
	float: left;
}
.myfavorite .diary section .right {
	width: 30% !important;
	float: right !important;
	padding: 2% 0 0 0!important;
}
.myfavorite .diary .main-img {
	margin-bottom: 3%;
}
.btn_more {
	display: inline-flex;
	margin-bottom: 4%;
	text-align: center;
}
.btn_more a {
	position: relative;
	border: 1px solid #111;
	padding: 12px;
	font-weight: bold;
	width: 240px;
}
.btn_more a::before,
.btn_more a::after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: -6px;
	background-color: #111;
	transition: .1s;
}
.btn_more a::before {width: 100%;height: 1px;}
.btn_more a::after {width: 1px;height: 100%;}
.btn_more a:hover::before {width:0}
.btn_more a:hover::after {height:0}


.myfavorite .diary .right p {
	font-weight: bold;
	margin-bottom: 2% !important;
}
.myfavorite .diary .right h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 6%;
}
.myfavorite .diary .right .text {
	font-weight: normal;
	margin-bottom: 6% !important;
}
.myfavorite .diary .bn {
	display: flex;
    flex-wrap: wrap;
}
.myfavorite .diary .bn li {
	width: calc(49%);
}
.myfavorite .diary .bn li:first-child {
	margin-right: 2%;
}

/*--------------------------------------------
/*		cat_feature - myfavorite desk
/*--------------------------------------------*/
.myfavorite .desk ul.list {
	    display: flex;
    flex-wrap: wrap;
	margin-top: 2%;
}

.myfavorite .desk ul.list li {
    width: calc(30.5%);
    margin: 0 4% 4% 0;
	position: relative;
}
.myfavorite .desk ul.list li .number {
	position: absolute;
	top: 2%;
	left: 2%;
	z-index: 10;
}
.myfavorite .desk ul.list li:nth-child(3n) {
	margin-right: 0;
}
.myfavorite .desk .text {
	text-align: center !important;
	margin-bottom: 3%;
	font-size: 14px;
	
}
.myfavorite .desk .text::after {
	background-image: repeating-linear-gradient(127deg, #c3a400,#c3a400 2px, transparent 2px,transparent 4px);
	height: 8px;
	width: 100%;
}
.myfavorite .desk .main-img img::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border-image-source: repeating-linear-gradient(45deg, #fff,#fff 2px,rgba(0 0 0/0),rgba(0 0 0 /0)6px);
	border-image-slice: 30;
	border-image-repeat: round;
	border-style: solid;
	border-width: 30px;
}
.myfavorite .desk h2 {
	font-weight: bold;
	font-size: 27px !important;
	margin-top: 1% !important;
	margin-bottom: 2% !important;
}
.myfavorite .desk h3 {
	font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-size: 14px;
	margin-bottom: 2%;
	background: #F8FF58;
	display: inline-block;
    border: 1px solid #000;
    padding: 2px 12px;
}
.myfavorite .desk h3.fukidashi {
	position: relative;
 	box-sizing: border-box;
	    margin-top: 1%;
}
.myfavorite .desk h3.fukidashi:before {
  content: "";
  position: absolute;
  bottom: -11px;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #F8FF58;

  z-index: 2;
}
.myfavorite .desk .text span {
	background: linear-gradient(transparent 70%,#F8FF58 70%);
}
.myfavorite .desk h3.fukidashi:after {
  content: "";
  position: absolute;
  bottom: -11px;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #000;
  z-index: 1;
}
.myfavorite .desk section img {
	margin-bottom: 3%;
}
.myfavorite .desk dl dt {
	font-size: 12px;
}
.myfavorite .desk dl dd {
	font-size: 12px;
}
.myfavorite .desk .main-img {
	position: relative;
}
.myfavorite .desk .number {
	background: #fff;
	width: 24px;
	height: 24px;
	font-size: 10px;
	border-radius: 12px;
	    line-height: 2.4;
}
.myfavorite .desk .pickup1 .one {position: absolute;top: 74%;left: 10%;}
.myfavorite .desk .pickup1 .two {position: absolute;top: 52%;left: 27%;}
.myfavorite .desk .pickup1 .three {position: absolute;top: 63%;left: 36%;}
.myfavorite .desk .pickup1 .four {position: absolute;top: 52%;left: 52%;}
.myfavorite .desk .pickup1 .five {position: absolute;top: 68%;left: 73%;}
.myfavorite .desk .pickup1 .six {position: absolute;top: 68%;left: 85%;}
.myfavorite .desk .pickup1 .seven {position: absolute;top: 45%;left: 89%;}
.myfavorite .desk .pickup2 .one {position: absolute;top: 78%;left: 16%;}
.myfavorite .desk .pickup2 .two {position: absolute;top: 71%;left: 27%;}
.myfavorite .desk .pickup2 .three {position: absolute;top: 50%;left: 61%;}
.myfavorite .desk .pickup2 .four {position: absolute;top: 67%;left: 68%;}
.myfavorite .desk .pickup2 .five {position: absolute;top: 59%;left: 73%;}
.myfavorite .desk .pickup2 .six {position: absolute;top: 63%;left: 85%;}
.myfavorite .desk .pickup3 .one {position: absolute;top: 53%;left: 10%;}
.myfavorite .desk .pickup3 .two {position: absolute;top: 35%;left: 21%;}
.myfavorite .desk .pickup3 .three {position: absolute;top: 19%;left: 24%;}
.myfavorite .desk .pickup3 .four {position: absolute;top: 33%;left: 50%;}
.myfavorite .desk .pickup3 .five {position: absolute;top: 10%;left: 59%;}
.myfavorite .desk .pickup3 .six {position: absolute;top: 45%;left: 85%;}

.myfavorite .desk .p-text {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
    line-height: 1.6;
    margin-bottom: 2%;
}
.myfavorite .desk dl {
	line-height: 1.6;
}
.myfavorite .desk ul.list li div.left {
	width: 100% !important;
}
.myfavorite .desk ul.list li div.right {
	width: 100% !important;
	padding: 0 !important;
}
.myfavorite .desk section {
	margin-bottom: 4%;
}
@media (max-width: 767px) {
	#wrapper {
	width: 100%;
	margin: 0 auto;
}
	.myfavorite .desk h3 {
		    padding: 6px 14px;
		    margin-bottom: 4%;
	}
	.myfavorite .desk .number {
		    background: #fff;
    width: 18px;
    height: 18px;
    font-size: 10px;
    border-radius: 12px;
    line-height: 1.7;
	}
	.myfavorite .desk ul.list li {
		display: flex;
    flex-wrap: wrap;
		width: 100%;
		margin: 0;
	}
	.myfavorite .desk ul.list li div.left {
		width: calc(46%) !important;
    margin: 0 6% 2% 0;
	}
	.myfavorite .desk ul.list li div.right {
		width: calc(46%) !important;
    margin: 0;
		padding: 0 !important;
	}
	.myfavorite .desk .p-text {
		font-size: 14px;
	}
	.myfavorite .desk dl dt, .myfavorite .desk dl dd{
		font-size: 10px;
	}
}

@media (max-width: 767px) {

/*--------------------------------------------
/*		cat_feature - pen
/*--------------------------------------------*/
.pen .p-img {
	position: relative;
	margin-bottom: 3%;
	width: 50%;
	float: left;
}
.pen .tate {
	width: 5.8%;
	background: #fff;
	border: 1px solid #000;
	padding: 3% 2%;
	position: absolute;
	top: -5%;
    right: 5%;
	
}
.pen .text {
	width: 86%;
	margin:  0 auto 32px;
}

.pen .caption {
	margin-top: 8px;
	font-size: 14px;
	width: 90%;
	margin:  12px auto 64px;
	text-align: left;
}
.pen section {
	text-align: center;
}
.pen section ul {
    margin-bottom: 4%;
}

.pen section .title {
	margin-bottom: 2% !important;
}
.pen section h3 {
	    font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 40px;
}
.pen section li {
	margin-right: 4%;
    margin-bottom: 3%;
	position: relative;
	text-align: left;
	display: flow-root;
}
.pen .sp-right {
	    width: 44%;
    float: right;
}

.p-name {
    margin-bottom: 8px;
}
.p-name .number {
	position: absolute;
	font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-size: 10px;
	background: #fff;
	border: 1px solid #000;
	width: 20px;
    height: 20px;
	border-radius: 26px;
	line-height: 2.2;
	    top: 2%;
    left: 2%;
	text-align: center;
}
.p-name dl {
	text-align: left;
}
.p-name dt {
	font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-size: 12px;
	margin-bottom: 2%;
}
.p-name dd {
	font-size: 14px;
	margin-top: 6%;
}
.pen .p-spec {
	font-size: 10px;
	    line-height: 1.4;
}

.pen .btn a {
	width: 100%;
    display: block;
    background: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4%;
    font-size: 11px;
    margin: 14px 0;
    text-align: center;
}
.pen .bn li{
	width: 100%;
	margin-bottom: 2%;
}

.pen a:hover {
	opacity: 0.5;
}


/*--------------------------------------------
/*		cat_feature - myfavorite(child)
/*--------------------------------------------*/
.fadein {
	box-sizing:border-box;
    font-size:100%;
    vertical-align:baseline;
	position: relative;
	margin-bottom: 10%;
}
.fadein li:nth-child(1n) {
  width: 100%;
	margin: 0 0 2% 0;
}
.fadein li:nth-child(2n) {
  width: 49%;
	margin: 0 2% 2% 0;
	
}
.fadein li:nth-child(3n) {
  width: 49%;
	margin: 0 0 2% 0;
}
	.fadein li:nth-child(4n){
	display: none !important;
}

.fadein  li {
    float: left;
	opacity: 0;
}
.myfavorite section {
	opacity: 0;
}
.fadein  li.title {
	width: 50%;
    padding: 5% 6%;
	position: absolute;
	background: rgba(255,255,255,0.97);
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.myfavorite .main-img {
	margin-bottom: 5%;
	width: 100%;
}
.myfavorite .child section {
	margin-bottom: 100px;
}
.myfavorite .child section span {
	font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-size: 12px;
	display: flex;
align-items: center;
	width: 38%;
    margin: 0 auto;
}

.myfavorite .child section span:before {
	border-top: 1px solid;
content: "";
flex-grow: 1;
	margin-right: 1rem;
}
.myfavorite .child section span:after {
	border-top: 1px solid;
content: "";
flex-grow: 1;
	margin-left: 1rem;
}
#cat_feature .child section h2 {
	font-size: 16px;
	letter-spacing: 0.05em;
	margin: 8px 0 30px;
}
.myfavorite .child section.pickup1 li:first-child {
	margin-bottom: 40px;
}
.myfavorite .child section.pickup1 li:first-child .img {
	margin-bottom: 4%;

}
.myfavorite .child .detail img {
    width: 58%;
	margin-bottom: 4%;
}
.myfavorite .child .detail .sp_text {
	width: 88%;
	margin: 0 auto;
}

.myfavorite .child section.pickup1 li:last-child .img ul {
	width: 86%;
	margin: 0 auto;
	margin-top: 4%;
}
.myfavorite .child section.pickup1 li:last-child .img li:first-child {
	width: 44%;
	float: left;
}
.myfavorite .child section.pickup1 li:last-child .img li:last-child {
	width: 51%;
	float: right;
}


#cat_feature .child .text {
	font-size: 13px;
    margin-bottom: 6%;
	text-align: left;
}
.myfavorite dl {
	text-align: left;
}
.myfavorite dl dt {
	margin-bottom: 2%;
    line-height: 1.6;
}
.myfavorite dl dt a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.myfavorite dl dd {
	font-size: 12px;
}

.myfavorite .btn a {
	background: #000;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    display: inline-block;
    padding: 2% 6%;
    border-radius: 2px;
    margin: 8% 0 0 auto;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    margin-bottom: 24px;
    height: 24px;
}


/*--------------------------------------------
/*		cat_feature - myfavorite diary
/*--------------------------------------------*/
.myfavorite .diary section {
	margin-bottom: 10%;
}
.myfavorite .contents_head h2 {
	 margin: 3% 0 3% !important;
	font-size: 20px !important;
	letter-spacing: 0.05em;
}
.myfavorite section span.headline {
	font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 38%;
    margin: 0 auto;
}

.myfavorite section span.headline:before {
	border-top: 2px solid #000;
content: "";
flex-grow: 1;
	margin-right: 1rem;
}
.myfavorite section span.headline:after {
	border-top: 2px solid #000;
content: "";
flex-grow: 1;
	margin-left: 1rem;
}
.myfavorite .diary .type {margin-bottom: 4%;}
.pen {
	font-weight: bold;
	background: linear-gradient(transparent 70%,#FFE835 70%);
}
.myfavorite .diary .text {
	text-align: left;
	margin-bottom: 4% !important;
}
.myfavorite .diary .pen {
	margin-bottom: 2%;
	line-height: 1.6;
}
.myfavorite .diary section .left {
	margin-bottom: 4%;
}
.myfavorite .diary section .right {
	width: 100% !important;
	padding: 2% 0 0 0!important;
}
.myfavorite .diary .main-img {
	margin-bottom: 3%;
}
.btn_more {
	display: inline-flex;
	margin-bottom: 10%;
	    font-size: 12px;
}
.btn_more a {
	position: relative;
	border: 1px solid #111;
	padding: 12px;
	font-weight: bold;
}
.btn_more a::before,
.btn_more a::after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: -6px;
	background-color: #111;
	transition: .1s;
}
.btn_more a::before {width: 100%;height: 1px;}
.btn_more a::after {width: 1px;height: 100%;}
.btn_more a:hover::before {width:0}
.btn_more a:hover::after {height:0}


.myfavorite .diary .right p {
	font-weight: bold;
	margin-bottom: 2% !important;
}
.myfavorite .diary .right h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3%;
}
.myfavorite .diary .right .text {
	font-weight: normal;
	margin-bottom: 6% !important;
}
.myfavorite .diary .bn {
	margin-top: -8%;
}
.myfavorite .diary .bn li {
	margin-bottom: 4%;
}

}

/*--------------------------------------------
/*		cat_feature - myfavorite kids02
/*--------------------------------------------*/
.kids2 .child section.pickup1 li:last-child .detail {
    width: 30%;
    float: right;
    margin-top: 0;
}
.kids2 .child section.pickup1 li:last-child .img {
    width: 63%;
    float: left;
}
.kids2 .child h2 {
	margin-bottom: 4%;
	line-height: 1.2;
}
.kids2 section span {
	    margin-bottom: 1% !important;
}
.kids2 .child .text {
	text-align: left;
	line-height: 1.6;
}
.kids2 .child section.pickup1 li:last-child .img div:first-child {
	width: 100%;
}
.kids2 .sp_text p {
	text-align: left;
	line-height: 1.6;
}
.kids2 .sp_text p a {
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}
.kids2 .sp_text p.btn a {
	text-decoration: none;
}
@media (max-width: 767px) {
	.kids2 .child section.pickup1 li:last-child .detail {
    width: 100%;
    margin-top: 0;
}
.kids2 .child section.pickup1 li:last-child .img {
    width: 100%;
}
	.kids2 .child section.pickup2 li:last-child .detail {
    width: 100%;
    margin-top: 0;
}
.kids2 .child section.pickup2 li:last-child .img {
    width: 100%;
}
	.kids2 .sp_text p.btn {
		text-align: center;
	}
.kids2 .sp_text p.btn a {
	padding: 3px 17%;
}
	
}
