@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html{
	font-size:16px;
}
body {
	color: #333;
	font-family: 'Ubuntu', Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "游ゴシック", YuGothic;
	font-size:62.5%;/*10px=1em*/
	font-weight: lighter;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-weight: 400;
	line-height: 1.25em;
}
h1{
	font-size: 2.5em;
}
h2{
	font-size: 2em;
}
h3, h4, p{
	font-size:1.2em;
}
p{
	line-height:1.7em;
}
li{
	list-style:none;
}
img, img a{
	border:0;
}

a {
	color:#F299C0;
	text-decoration:none;
}
a:hover{
	color:#000;
}

#container{
	width:100%;
	margin: 0 auto;
}

/* header & main nav
-----------------------------------*/
header #logo1{
	float: left;
	width: 140px;
	margin: 5px 0 0 2%;
}
.page_header{
	background-color:#333;
	border-bottom:4px solid #eaeaea;
	height:200px;
}
.page_header #logo{
	width: 130px;
	padding-top: 5px;
}
.page_header span{
	display:none;
}
#menu {
	display:none;
}
.page_header nav{
	display:block;
}
.nav_main a,
.nav_main a:visited,
.nav_main a:active{
	color:#666;
}
.nav_main a:hover{
	color:#000;
}
.nav_main ul{
	float:right;
	margin-right: 2%;
}
.nav_main li{
	font-size:1.2em;
	float:left;
	padding: 10px 18px 10px 0;
	position:relative;
}
.nav_main li.nav_home{
	padding-right: 18px;
}
.nav_main li.nav_english {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "游ゴシック", YuGothic;
}
.nav_main li:last-child{
	padding-right:0;
}
.nav_main li:hover{
	background-color:#eaeaea;
}

/* sub menu dropdown/up arrow */
.caret {
	border-top: 4px solid #000;
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	margin-top: .5em;
	margin-left: .2em;
	vertical-align: top;
	width: 0;
	height: 0;
}
#footer2 .caret {
	border-top: 4px solid transparent;
	border-bottom: 4px solid #000;
	margin-top: .2em
}

/* sub menu */
.nav_main .nav_products {
	background-color: #414141;
	color:#fff;
	display:none;
	position:absolute;
	top:33px;/*was 38px*/
	left:-1em;
	width: 200px;
}
.nav_main li:hover .nav_products{
	display:block;
}
.nav_main .nav_products li{
	display:block;
	float:none;
	font-size:1em;
	line-height:2em;
	padding: 0 0 0 .5em;
}
.nav_main .nav_products li a{
	border: none;
	color: #fff;
	display: block;
}
.nav_main .nav_products li a:hover{
	color: #333;
}
#footer2 .nav_main .nav_products {
	top:-12em;
}

/* breadcrumbs */
.breadcrumbs{
	margin-top:1em;
}
.breadcrumbs p {
	padding-left: 5px;
}
.breadcrumbs .icon{
	margin-top:0;
	width:16px;
}

/* story area */
.wrap_top_story{
	/*background-color:rgba(146, 199, 237, 0.2);*/
	clear:both;
}
.top_story_inner{
	padding:3em 8% 2em;
}
.top_story{
	background-color:transparent;
	float:left;
}
.top_story h3{
	text-align:center;
}
.top_story .topstory_img{
	padding:0;
	width: 100%;
}
.top_story h3{
	margin-bottom: 1.5em;
}
.top_story .top_story_img{
	text-align:center;
}
.top_story .img_product {
	max-height: 430px;
	max-width: 430px;
}
#img_slim2way {
	width: 360px;
}

/* footer */
footer a:hover{
	color:#fff;
}
footer{
	background:#333;
	color:#fff;
	clear:both;
	font-size:.9230769em;
	text-align:left;
}
footer .products {
	width: 100%;
}
footer .products img {
	margin-left: 5px;
	height: 35px;
}
footer > div{
	padding: 2em 2% 0;
	position:relative;
}
footer #footer_info {
	padding-bottom: 5em;
}
.footer_story{
	float:left;
}
.footer_story .footer_story_inner{
	padding-left: 15%;
}
.footer_story:first-child .footer_story_inner{
	padding-left:0;
}
.footer_story#co_statement{
	width:217px;
}
.footer_story#co_info {
	width:193px;
}
.footer_story.link_sns {
	position:absolute;
	top:2em;
	right:2%;
	text-align:right;
}
.footer_story.link_sns .footer_story_inner {
	padding-left: 0;
}
.footer_story.link_sns .icons_sns{
	font-size: 1.5rem;
    margin-right: .7rem;
}
.footer_story.link_sns .icons_sns a {
	color: #fff;
}
/*
.footer_story.link_sns .icons_sns#icon_twitter a {
	color: #1da1f2;
}
.footer_story.link_sns .icons_sns#icon_facebook a {
	color: #4267b2;
}
.footer_story.link_sns .icons_sns#icon_pinterest a {
	color: #e60023;
}
.footer_story.link_sns .icons_sns#icon_youtube a {
	color: #ff0000;
}
*/

.footer_story img#link_fingercot{
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	float:right;
	margin-left: 18px;
}

footer .navbar{
	margin-bottom:0;
}
footer #copyright{
	font-size:1em;
	padding-top: 1em;
	padding-bottom: .3em;
}


/* home page
-----------------------*/
#home header #logo1{
	display:none;
}
#home .page_header{
	text-align:center;
	padding: .5em 0;
	height:inherit;
}
#home .page_header h2{
	display:none;
}
#home #wrap_main, /* wraps sidebar1 + #slider */
#side1 { 
	background-color: #F299C0; /* #e72689 #2b2c2f*/
}

/* main section */
#home .link_category{
	display:none;
}
#home #page_title{
	background:url(../img/balloons.png) center no-repeat;
	height:91px;
	margin:12px auto 0;
}

/*sidebar1*/
#side1 {
	float:left;
	width:20%;
}
#side1 .nav_products li{
	font-size:1.2em;
	text-align:right;
}
#side1 .nav_products a,
#side1 .nav_products a:visited,
#side1 .nav_products a:active{
	color:#fff;
	text-decoration:none;
	display:block;
	height:100%;
	padding:.5em .5em;
}
#side1 .nav_products a:hover{		
	background-color:rgba(255, 255, 255, .6);
	display:block;
	height:100%;
	width:100%;
	color:rgba(246,2,6,1.00);
	text-decoration:none;
}
#home #side1{
	position:relative;
}
#home #side1 #news {
    position: absolute;
    top: 170px;
    left: 0px;
    z-index: 1001;
}
#home #side1 #news a{
	color:#333;
}
#home #side1 #news_inner{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    height: 189px;
    position: relative;
    margin: 1em 1em 0px;
    width: 189px;
}
#home #side1 #news #news_title {
	font-family: "Haruhi Gakuen";
    text-align: center;
    padding-top: 20px;
}
#home #side1 #news #news_title {
	font-family: heisei-mincho-stdn, serif;
    font-weight: 400;
    font-style: normal;
    color: #b7cdea;
    font-size: 2.9rem;
    padding-top: 14px;
    padding-left: .9em;
    text-align: left;
}
#home #side1 #news.natsu #news_inner {
	background: #f9d5e5 url(../img/yoyo_st_red.jpg) no-repeat center;
    background-size: cover;
    color: #339236;
}
#home #side1 #news.pencil #news_inner {
	background: #f9d5e5 url(../img/bg_pencil_hiroba.jpg) no-repeat center;
    background-size: 100%;
    color: #339236;
}
#home #side1 #news.suika #news_inner {
	background: #f9d5e5 url(../img/fantastic_suika_green.png) no-repeat center 50px;
    background-size: 60%;
    color: #339236;
}
#home #side1 #news.peacock #news_inner {
	background: #f9d5e5 url(../img/peacock_gold_bush.jpg) no-repeat;
    background-size: 100%;
}
#home #side1 #news.jyanjyan #news_inner {
    background: rgba(255, 255, 255, 0.8) url(../img/jyanjyan_outlined.png) no-repeat 10px center;
    background-size: 80%;
}
#home #side1 #news #news_inner {
	display: none;
}
#home #side1 #news_inner p {
    font-weight: bold;
	line-height: 1.4em;
    text-align: center;
}
#home #side1 #news_inner #bnews_description{
	margin-top: .5em;
}
#home #side1 #news h2 img{
	width:130px;
}
#home #side1 #news .more{
	color: #F299C0;
	font-size:.8em;
    width: 52px;
    height: 52px;
	background-color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 68%;
}
#home #side1 #news .more p{
	color:rgb(255, 0, 171);
	padding-top:23%;
}

/* home slider */
#slider {
	float: left;
	width: 80%;
}
#slider #theTarget > div{
	color:#fff;
	clear:both;
}
.sbox{
	position: relative;
}
.sbox:before{
	content: "";
	display: block;
	padding-top: 50%; 
}
#slider #theTarget div{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#slider #theTarget div.one {
	background:url(../img_slider/slider_home_matsuri.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.two {
	background:url(../img_slider/slider_home_pencil_flower.jpg) no-repeat left top;	
	background-size:101%;
}
#slider #theTarget div.six {
	background:url(../img_slider/slider_yoyofruit.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.seven{
	background:url(../img_slider/slider_yoyobubble.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.eight{
	background:url(../img_slider/slider_peacock_gs.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.nine{
	background:url(../img_slider/slider_holiday2019.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.eleven{
	background:url(../img_slider/slider_osechi_1.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.twelve{
	background:url(../img_slider/slider_osechi_2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.thirteen {
	background:url(../img_slider/slider_kingashinnen.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.fourteen {
	background:url(../img_slider/slider_valentine.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.bpen{
	background:url(../img_slider/slider_balloonpen.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.bp-ha {
	background:url(../img_slider/slider_bp_ha.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ca_uchide {
	background:url(../img_slider/slider_ca_uchide.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.hanzome {
	background:url(../img_slider/slider_yoyo_hanzome.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.jyan {
	background:url(../img_slider/slider_home_jyanjyan2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ha_oba {
	background:url(../img_slider/slider_ha_oba.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ha_chi {
	background:url(../img_slider/slider_ha_chi.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ha_tot {
	background:url(../img_slider/slider_ha_tot.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ha24_1 {
	background:url(../img_slider/slider_ha24.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ha23_1 {
	background:url(../img_slider/slider_ha23_1.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ha23_2 {
	background:url(../img_slider/slider_ha23_2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ha23_3 {
	background:url(../img_slider/slider_ha23_3.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ha21 {
	background:url(../img_slider/slider_ha21.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ha20_fr {
	background:url(../img_slider/slider_ha20_fr.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ha20_sk {
	background:url(../img_slider/slider_ha20_sk.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.hea-1 {
	background:url(../img_slider/slider_hea-1.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.hea-2 {
	background:url(../img_slider/slider_hea-2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.pe-go {
	background:url(../img_slider/slider_pe_go.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.pen-fl-1 {
	background:url(../img_slider/slider_pen_fl_1.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.pen-fl-2 {
	background:url(../img_slider/slider_pen_fl_2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ny25 {
	background:url(../img_slider/slider_ny25.png) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ny24 {
	background:url(../img_slider/slider_ny24.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ny23 {
	background:url(../img_slider/slider_ny23.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ny22 {
	background:url(../img_slider/slider_ny22.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.ny2021 {
	background:url(../img_slider/slider_ny2021.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.sa2021 {
	background:url(../img_slider/slider_sa2021.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va25 {
	background:url(../img_slider/slider_va25.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va24-1 {
	background:url(../img_slider/slider_va24_1.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va24-2 {
	background:url(../img_slider/slider_va24_2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va24-3 {
	background:url(../img_slider/slider_va24_3.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va24-4 {
	background:url(../img_slider/slider_va24_4.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va23 {
	background:url(../img_slider/slider_va23.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va23-2 {
	background:url(../img_slider/slider_va23_2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va22 {
	background:url(../img_slider/slider_va22.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va22-r {
	background:url(../img_slider/slider_va22_r.png) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va22-y {
	background:url(../img_slider/slider_va22_y.png) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va2021 {
	background:url(../img_slider/slider_va2021.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.va22-b {
	background:url(../img_slider/slider_va22_b.png) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.wa22 {
	background:url(../img_slider/slider_wa22.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.wa2021 {
	background:url(../img_slider/slider_wa2021.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.wakuwaku {
	background:url(../img_slider/slider_ca_wakuwaku.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.xmas2020 {
	background:url(../img_slider/slider_xmas2020.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.xm20-re {
	background:url(../img_slider/slider_xmas2020_3.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.xm20-gr {
	background:url(../img_slider/slider_xm20_gr.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.xm21 {
	background:url(../img_slider/slider_xm21.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.xm22-ca {
	background:url(../img_slider/slider_xm22_ca.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.xm22 {
	background:url(../img_slider/slider_xm22.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.xm23 {
	background:url(../img_slider/slider_xm23.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.xm23-2 {
	background:url(../img_slider/slider_xm23_2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.xm23-re {
	background:url(../img_slider/slider_xm23_red.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.yo-me {
	background:url(../img_slider/slider_home_metallic.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.yo-fa {
	background:url(../img_slider/slider_home_fantastic.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.yoyozukan {
	background:url(../img_slider/slider_yoyozukan_1.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.yoyozukan2 {
	background:url(../img_slider/slider_yoyozukan_2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.yoyozukan3 {
	background:url(../img_slider/slider_yoyozukan_3.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.yoyozukan4 {
	background:url(../img_slider/slider_yoyozukan_4.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.yoyozukan5 {
	background:url(../img_slider/slider_yoyozukan_5.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.wa23-1 {
	background:url(../img_slider/slider_wa23.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.wa23-1-ca {
	background:url(../img_slider/slider_wa23_ca.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.wa23-2-ca {
	background:url(../img_slider/slider_wa23_ca_2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.wa24-1-ca {
	background:url(../img_slider/slider_wa24_ca.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.wa24-2-ca {
	background:url(../img_slider/slider_wa24_ca_2.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.wa25-ca {
	background:url(../img_slider/slider_wa25.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.yo-kakigori {
	background:url(../img_slider/slider_kakigori.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.yo-uchiwa{
	background:url(../img_slider/slider_uchiwa.jpg) no-repeat left top;
	background-size:101%;
}
#slider #theTarget div.yo-rare {
	background:url(../img_slider/slider_rare.jpg) no-repeat left top;
	background-size:101%;
}

#slider #theTarget div a{
	display:block;
	width:80%;
	height:90%;
}

#home .wrap_top_story_inner {
	float:left;
	width: 50%;
}
#home .wrap_top_story section{
	height: 100%;
}
#home .wrap_top_story #pencil h3,
#home .wrap_top_story #peacock h3{
	display:none;
}
#home .top_story {
	width: 50%;
}
#home .top_story h2{
	font-family: "Haruhi Gakuen";
	text-align:center;
}
#home .top_story#eco h3{
	color:#946767;
}
#home .top_story#eco h3{
	text-align:center;
}
#home #tree_on_earth{
	width:60%;
}
#home .top_story#pencil{
	background: url(../img/title_pencil_pink.png) no-repeat 15px 187px;
}
#home .top_story#pencil img{
	margin-top: 10px;
}
#home .top_story#print #img_print{
	text-align:center;
}
#home #pencil_kirin_flower{
	width:95%;
}
#home .top_story#peacock{
	background: url(../img/title_peacock_purple.png) no-repeat center 85px;
}
#home .top_story#peacock img{
	padding-bottom: 1.5em;
	padding-top: 80px;
	width:100%;
}
#home .top_story .more{
	font-size:.8em;
}

.news-highlights {
    background-color: #eaeaea;
    padding: 2em 5%;
}
.news-highlights .news-head {
	border-top: dotted 2px #ccc;
    color: #f299c0;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: .3em;
    margin-top: 1em;
    padding-top: .3em;
    text-align: center;
}
.news-highlights .news-head:first-child {
	border-top: none;
	margin-top: 0;
}


/* product .page - common
------------------------------------*/
.page p a{
	color:#F299C0;
}
.page p a:hover{
	color:#333;
}
.page #logo2 {
    width: 130px;
    float: left;
    margin: 5px 0px 5px 2%;
}
.page .page_header_inner{
	height:100%;
}
.page .product_title,
.page .category_title,
.page .nav_product_name{
	float:left;
	height:100%;
	width:200px;
}
.page .category_title{
	padding-left: 10px;
	margin-left: 200px;
}
.page .category_title p{
	color: #fff;
	letter-spacing:.2em;
}
.page .product_title h1{
	color: #fff;
	font-size:3.2em;
	padding-top: 1em;
	text-align: right;
}
.page .nav_product_name{
	padding-top:40px;
}
.page .category_title h2{
	font-size: 3.2em;
	padding-top:38px;
}
.page .nav_product_name{
	background-color: #414141;
	background-color: rgba(66,66,66,0.9);
}
.page .nav_product_name li{
	color: #92c7ed;
	font-size: 1.2em;
	line-height:2em;
	padding-left:.5em;
}
.page .nav_product_name li a{
	border: none;
	color: #fff;
}
.page .nav_product_name li a:hover{
	color: #92c7ed;
}
.page #wrap_main .product_main{
	width:100%;
}
.page .product_main{
	height:350px;
}
.page .product_name{
	margin-left:600px;
	height:200px;
	width:200px;
}
.page .product_name h1{
	color:#000;
	font-family:"Haruhi Gakuen";
	font-size:1.9em;
	font-weight:normal;
	line-height:2em;
	padding-top:22%;
	text-align:center;
}
.page .product_title {
	height:100%;
	width:200px;
}
.page .product_description{
	background-color:rgba(200, 227, 246, .4);
	font-size:1em;
}
.page .product_description_inner{
	padding: 1.8em 2% 1em;
	margin:0 auto;
}

.page .product_description_inner > div{
	float:left;
}

.page .product_description_text{
	width:40%;
}
.page .product_description_text p{
	line-height: 1.7em;
	padding-left: 13%;
}
.page .product_description_text p:first-child{
	padding-top:2em;
	padding-bottom: 1em;
}
.page .product_description_text p.howto{
	padding-top:.5em;
	padding-bottom: .5em;
}
.page .product_description_text aside {
	margin: 1em 5% 0 13%;
}

.page .product_description_inner .products{
	float: left;
	margin-left: 20px;
}
.page .products p{
	font-size:.8em;
	float:left;
	padding-left:4px;
	text-align:center;
}
.page .products p:first-child{
	padding-left:0;
}
.page .products p.paddingl_more{
	padding-left: 20px;
}
.page .size{
	padding-top:1.7em;
	text-align:center;
	width:20%;
}
.page .products h4{
	font-size:1em;
	font-weight: bold;
	letter-spacing: .5em;
	clear:both;
	padding-top:2em;
	text-align:center;
}
.page .shibarazu{
	color:#fff;
	padding-top:1em;
	margin-left:5%;
}
.page .shibarazu p{
	font-size:1em;
	margin:7em 0 3em 150px; /* BG image x-position in px, left margin in px */
}
.page .shibarazu img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 150px;
}
.page .breadcrumbs p a{
	color: #333;
}
.page .breadcrumbs p span.current,
.page .breadcrumbs p a:hover{
	color: #0397f5;
}
.page .wrap_top_story,
.page .wrap_top_story_inner{
	background-color:rgb(255,255,255);
}
.page .top_story{
	margin-bottom:5em;
	width:50%;
}
.page .top_story_img img{
	margin-bottom: 2em;
	max-width:100%;
}
.page .top_story_img a img{
	cursor:zoom-in;
}
.page #img_yoyo_pokepon_20_contents{
	width:50%;
}

/*product spec table*/
.page table {
    border-collapse: collapse;
    border-spacing: 0px;
	width:100%;
}
.page caption{
	font-size: 1.1em;
	margin-bottom: 1em;
}
.page tbody{
	font-size:1.2em;
	text-align:left;
}
.page th{
	font-weight:400;
	padding-left:.5em;
	width:30%;
}
.page td{
	padding:.5em;
	width:70%;
}
.page td aside{
	font-size:.8em;
	color:#0397F5;
}
.page th aside,
.page td aside{
	font-size:.9em;
	color:#0397F5;
}
.page th aside{
	margin-top:1em;
}
.page .table-striped tbody tr:nth-child(even){
    background-color:#C8E3F6;
}
.page .product_note{
	padding-bottom:1em;
}
.page .color_samples{
	margin-top: 2em;
}

/* .pag#yoyo common
-----------------------*/
.page#yoyo .category_title h2,
.page#yoyo .nav_product_name li a:hover{
	color: #92C7ED;
}
.page#yoyo .product_name{
	background-color:#C8E3F6;
	background-color:rgba(200, 227, 246, .6);	
}
.page#yoyo .page_header_inner {
	background:url(../img/bg_product_yoyo.png) no-repeat right top;
}
.page#yoyo .category_title{
	background: url(../img/title_yoyo.png) no-repeat 10px 123px;
	background-size: 43%;
}
.page#yoyo #wrap_main{
	background-color:#F299C0;
}
.page#yoyo .product_main{
	background-size:103%;
}
.page#yoyo .product_description_inner{
	padding-top:1em;
}

/* .page .video
-----------------------*/
.page .video .product_description_text p:first-child {
	padding: 2em 10% 0 0;
}
.page .video .products_wrap .videos{
	float:left;
}
.page .video .products{
	width: 235px;
}
.page .video .products_inner{
	padding-top: 2em;
}
.page .video .videos iframe{
	width: 210px;
	height: 160px;
}


/* .page#yoyo standard
-----------------------*/
.page#yoyo #standard .product_main{
	background:url(../img/bg_yoyo_standard.jpg) no-repeat center top;
}
.page#yoyo #standard #img_yoyo_pokepon_20_contents{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.page#yoyo #standard .product_description_text {
	width: 436px;
}
.page#yoyo #standard .products_wrap{
	width:465px;
}
.page#yoyo #standard .products{
	width: 235px;
}

/* .page#yoyo print
-----------------------*/
.page#yoyo #yoyo_print .top_story_inner {
	background-color: #eaeaea;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color:#02AE23;
	margin:0 7% 2em;
	padding: 0;
}
.page#yoyo #yoyo_print div{
	padding:0 10% 2.5em;
}
.page#yoyo #yoyo_print img {
	max-width: 90%;
}
.page#yoyo #yoyo_print h2{
	font-size: 3em;
	padding-top:1em;
	text-align:center;
}
.page#yoyo #yoyo_print h3{
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: .5em;
	text-align: left;
}
.page#yoyo #yoyo_print p{
	font-size: 1.2em;
}
.page#yoyo #yoyo_print li{
	font-size: 1.1em;
	padding-left:2em;
}

/* .page#yoyo metal
-----------------------*/
.page#yoyo #metal .product_main{
	background:url(../img/bg_metal.jpg) no-repeat center top;
	background-size: auto 100%;
}
.page#yoyo #metal .product_name{
	margin-left: auto;
	margin-right:auto;
}
.page#yoyo #metal .products{
	padding-right: 5%;
}

/* .page#yoyo fantastic
-----------------------*/
.page#yoyo #fantastic .product_main{
	background:url(../img/bg_fantastic.jpg) no-repeat left top;
	background-size: auto 100%;
}
.page#yoyo #fantastic .products{
	padding-right: 0;
}

/* .page#yoyo jumbo, pikapika
-----------------------*/
.page#yoyo #jumbo .product_main{
	background:url(../img/bg_jumbo.jpg) no-repeat center top;
	background-size: auto 100%;
}
.page #jumbo .product_description_text p:first-child,
.page #pikapika .product_description_text p:first-child{
	padding-top:5em;
}
.page#yoyo #jumbo .products img.img_size_12cm,
.page#yoyo #pikapika .products img.img_size_12cm{
	padding-top: 23px;
}
.page#yoyo #jumbo .products img.img_size_yoyo,
.page#yoyo #pikapika .products img.img_size_yoyo
 {
	padding-top: 45px;
}
.page#yoyo #jumbo .products img.img_size_8cm,
.page#yoyo #jumbo .products img.shibarazu2,
.page#yoyo #pikapika .products img.img_size_8cm,
.page#yoyo #pikapika .products img.shibarazu2 {
	padding-top: 60px;
}
.page#yoyo #jumbo .products,
.page#yoyo #pikapika .products{
	padding-right: 5%;
}

.page#yoyo #pikapika .product_main{
	background:url(../img/bg_pikapika.jpg) no-repeat left top;
	background-size: auto 100%;
}
.page#yoyo #pikapika .product_description_text .product_note {
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1em;
	padding: 1em 2em;
	margin-top: 1em;
	line-height: 1.9em;
}
.page#yoyo #pikapika .size_yoyo {
	width: 240px;
}
.page#yoyo #img_pikapika_20_contents {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left:5%;
}
.page#yoyo #pikapika .top_story_img {
	padding-top: 4em;
}
.page#yoyo #pikapika .product_description_text {
	width: 313px;
}
.page#yoyo #pikapika .products_wrap {
	width: 551px;
}
.page#yoyo #pikapika .products{
	margin-left: 40px;
	width: 300px;
}
.page#yoyo #pikapika .products_inner{
	padding-top: 0;
}

/* .page#yoyo yoyo_acce
-----------------------*/
.page#yoyo #yoyo_acce .product_main{
	background: url(../img/bg_yoyo_acce.jpg) no-repeat center top;
	background-size: auto 100%;
}
.page#yoyo #yoyo_acce .product_name {
	margin-left: 200px;
}
.page#yoyo #yoyo_acce .products {
	text-align:center;
	width:50%;
}

/* .page#pencil
-----------------------*/
.page#pencil .category_title{
	background: url(../img/title_pencil.png) no-repeat 10px 123px;
	background-size: 43%;
}
.page#pencil .category_title h2,
.page#pencil .nav_product_name li a:hover{
	color: rgb(237, 54, 75);
}
.page#pencil .category_title h2 span,
.page#pencil .nav_product_name li a{
	color: rgb(255, 255, 255);/*#FFF*/
	display:block;
}
.page#pencil #wrap_main{
	background-color: #eaeaea;
}
.page#pencil .product_main{
	background:url(../img/bg_pencil.jpg) no-repeat center bottom;
}
.page#pencil .product_name{
	background-color: transparent;
}
.page#pencil .product_name h1{
	display:none;
}
.page#pencil .table-striped tbody tr:nth-child(even){
	background-color: #eaeaea;
}
.page#pencil .product_description{
	background-color: rgba(247, 255, 190,.4);
}
.page#pencil .pencil_pdt{
	width:44%;
}
.page#pencil .products{
	margin-top:1em;
	width: 47%;
}
.page#pencil footer .products {
	width: 100%;
}
.page#pencil .color_samples span {
	vertical-align: 100%;
	padding-left: 1em;
}
.page#pencil .color_samples#color_pencil_slim img {
	width:38px;
}


.page#pencil #youtubechannel{
	clear:both;
	margin-left: 6%;
	padding-top: 5em;
}
.page#pencil #youtubechannel img {
	padding-right: .5em;
	vertical-align: -.25em;
}
.page#pencil .top_story_img img{
	margin-bottom:1em;
}
.page#pencil #video_pencil{
	background-color:#333;
	padding-bottom:0;
	margin-right:auto;
	margin-left:auto;
}
.page#pencil .videos{
	text-align:center;
}
.page#pencil .videos iframe{
	border:solid 0;
	height:160px;
	width:19%;
}

/* pencil hiroba */

.page.pencil_hiroba#pencil .page_header_inner {
	background: url(../img/animals2.png) no-repeat right bottom;
} 
.page.pencil_hiroba#pencil .product_main {
	background: url(../img/bg_pencil_hiroba.jpg) no-repeat center bottom;
	background-size: cover;
}
.page.pencil_hiroba#pencil .product_description_text {
	padding-bottom: 3em;
	width: 100%;
}
.page.pencil_hiroba#pencil .product_description_text p:first-child {
	padding-bottom: 0;
}
.page.pencil_hiroba#pencil .wrap_top_story h2 {
	font-size: 3em;
	margin-top: 2em;
	margin-bottom: .5em;
}
.page.pencil_hiroba#pencil .top_story_inner {
	padding: 0;
}
.page.pencil_hiroba#pencil #youtubechannel {
	margin-bottom: 3em;
	margin-left: 0;
	padding-top: .5em;
}
.page.pencil_hiroba#pencil .top_story {
	width: 33%;
}
.page.pencil_hiroba#pencil .wrap_top_story h3 {
	font-size: 2em;
	text-align: left;
	margin-bottom: .5em;
}
.page.pencil_hiroba#pencil .wrap_top_story ul {
	font-size: 1.5em;
	text-decoration: underline;
	line-height: 1.8em;
}


/* campaign 
-----------------------*/
.page.ca .ca_pd_in {
	padding-top: 3rem;
}
.ca_pd .ca_pd_tx {
    width: 100%;
}
.ca .ca_pd_tx  p,
.ca .ca_pd_tx  li{
	font-size: 1.4em;
	padding-left: 0;
    margin-bottom: 2em;
}
.ca .ca_ol li {
	list-style-type: inherit;
	margin-bottom: 0;
	margin-left: 1em;
}
.ca_pn {
	display: none;
}
.ca_img_header {
		margin-bottom: 2rem;
		margin-top: -2rem;
		width: 100%;
}
.ca_h1 {
	font-size: 4em;
	margin-bottom: 1em;
}
.ca_h2 {
	font-size: 1.9em;
}
.ca_img {
	width: 100%;
}
.ca_detail li {
	margin-bottom: 0;
}
.ca_detail li:last-child {
	margin: 2em;
}
.ca_detail .ca_ol li:last-child {
	margin: 0 0 0 1em;
}
.ca_detail h2 {
	margin-top: 2em;
}
.page .product_description_text.ca_pd_tx p {
	padding-top: .5em;
	margin-bottom: 1em;
}
.ca_ca_subh {
	padding-bottom: 2em;
	padding-left: 0;
}

/* ca va2021 */
.ca#various #ca_va2021 {
	background: url(../img_slider/slider_va2021.jpg) no-repeat center bottom;
	background-size: 100%;
	height: 510px;
}

/* ca xmas2020 */
.ca#pencil .page_header_inner {
	background: url(../img/animals2.png) no-repeat right bottom;
} 
.ca#pencil #ca_xmas2020 {
	background: url(../img_slider/slider_xmas2020_3.jpg) no-repeat center bottom;
	background-size: cover;
	height: 621px;
}
#pencil.ca #ca_xmas2020 {
    width: 100%;
}

/* ca uchide */
.ca#pencil .page_header_inner {
	background: url(../img/animals2.png) no-repeat right bottom;
} 
.ca#pencil #ca_uchide_pm {
	background: url(../img/ca_uchide.jpg) no-repeat center bottom;
	background-size: cover;
	height: 621px;
}
#pencil.ca #ca_uchide_pd {
    width: 100%;
}

/* ca wakuwaku */
.page.ca#yoyo #wrap_main.ca_wakuwaku_wm {
	background-color: #c8e3f666;
}
.ca#yoyo #ca_wakuwaku_pm {
	background: url(../img/slider_wa21.jpg) no-repeat center bottom;
	background-size: 100%;
	height: 226px;
}
.ca#yoyo #ca_wakuwaku_pm21 {
	background: url(../img_slider/slider_wa2021.jpg) no-repeat center bottom;
	background-size: 100%;
	height: 246px;
}
#yoyo.ca #ca_wakuwaku_pd {
    width: 100%;
}
.page#yoyo .ca_pd_in {
	padding: 3rem 5%;
}
.ca_h2.ca_wakuwaku_h2 {
    line-height: 2em;
    margin-bottom: 2em;
    border-bottom: dotted 4px #ccc;
    border-top: dotted 2px #ccc;
}

/* ca ha21 */
.page.ca#ha21 #wrap_main.ha21_wm {
	background-color: #c8e3f666;
}
.ca#decoration #ha21_pm {
	background: url(../img/slider_wa21.jpg) no-repeat center bottom;
	background-size: 100%;
	height: 226px;
}
.ca#decoration #ha21_pm21 {
	background: url(../img_slider/slider_wa2021.jpg) no-repeat center bottom;
	background-size: 100%;
	height: 246px;
}
#decoration.ca #ha21_pd {
    width: 100%;
}
.page#decoration .ca_pd_in {
	padding: 3rem 5%;
}
.ca_h2.ha21_h2 {
    line-height: 2em;
    margin-bottom: 2em;
    border-bottom: dotted 4px #ccc;
    border-top: dotted 2px #ccc;
}


/* yoyo illust dl */
.page.ca#yoyo #wrap_main.ca_yoyo_illust_wm {
    background-color: #fff;
}
.ca#yoyo #ca_yoyo_illust_pm {
	width: 100%;
	background: url(../img/ca_yoyo_illust.png) no-repeat center bottom;
	background-size: 100%;
	height: 393px;
}
#yoyo.ca #ca_yoyo_illust_pd{
	text-align: center;
}
#yoyo.ca .ca_pd-tx li{
	padding-left: 0;
}
.yoyo_illust_dl li {
	display: inline-block;
}
.yoyo_illust_dl img {
	width: 100px;
	height: 100px;
}

/* yoyo zukan */
.img_yoyo_zukan img {
	width: 250px;
	height: 250px;
}
.img_yoyo_zukan li {
	display: inline-block;
}
.ca_detail .img_yoyo_zukan li:last-child {
	margin: 0;
}


/* .page#peacock
-----------------------*/
.page#peacock .category_title h2,
.page#peacock .nav_product_name li a:hover{
	color: rgb(164, 138, 185); /*#A48AB9*/
}
.page#peacock .category_title{
	background: url(../img/title_peacock.png) no-repeat 101px 114px;
	background-size: 43%;
}
.page#peacock .wrap_main{
	background-color: #D9CFE2;
	background-color: rgba(164, 138, 185, 0.4);
}
.page#peacock .product_main{
	background:url(../img/bg_peacock.jpg) no-repeat center top;
}
.page#peacock .product_main.peacock_gs{
	background:url(../img/bg_peacock_gs.jpg) no-repeat center top;
}
.page#peacock .product_name {
	background:url(../img/logo_peacock_j.png) no-repeat transparent center;
	margin-left: 100px;
	width:200px;
}
.page#peacock .peacock_gs .product_name{
	background: url(../img/logo_peacock_gs.png) no-repeat #0000 center 33px;
    background-size: 50%;
    margin-left: 50px;
    height: 300px;
    width: 200px;
}
.page#peacock .product_name h1{
	display:none;
}
.page#peacock .product_description{
	background-color:#e6e8e9;
}
.page#peacock .product_description_text p{
	padding-top:0;
}
.page#peacock .products{
	padding-top: .5em;	
}
.page#peacock .product_description img {
	height: 100px;
}
.page#peacock .top_story.peacock_gs img {
	width: 180px;
	height: 180px;
}
.page#peacock .table-striped tbody tr:nth-child(2n) {
    background-color: #ECE7F0;
	background-color: rgba(164, 138, 185, 0.2);
}

/* howto
peacock_howto, #jyanjyan_howto
-----------------------*/
.page#peacock .top_story.peacock_howto,
.page#various .top_story#jyanjyan_howto {
	margin-bottom: 3em;
	width: 100%;
}
.page#peacock .top_story.peacock_howto .top_story_inner,
.page#various .top_story#jyanjyan_howto .top_story_inner {
	background-color: #eaeaea;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color:#02AE23;
	margin: 1em 5% 2em;
	padding: 0;
	text-align: center;
}
.page#various .top_story#jyanjyan_howto .top_story_inner {
	padding-bottom: 1em;
}
.page#peacock .top_story.peacock_howto .top_story_img {
	margin-top: 3em;
}
.page#various .top_story#jyanjyan_howto .top_story_img {
	margin-top: 1em;
}
.page#peacock .top_story.peacock_howto .top_story_img img,
.page#various .top_story#jyanjyan_howto .top_story_img img {
	width: 20%;
	margin-left: 4%;
	margin-bottom: 0;
}
.page#peacock .top_story.peacock_howto .top_story_img img:first-child,
.page#various .top_story#jyanjyan_howto .top_story_img img:first-child {
	margin-left: 0;
}
.page#peacock .top_story.peacock_howto h2,
.page#various .top_story#jyanjyan_howto h2 {
	font-size: 3em;
	padding-top: .5em;
	padding-bottom: .3em;
}
.page#peacock .peacock_howto p,
.page#various #jyanjyan_howto p {
	font-size: 1.2em;
	padding-right: 5%;
	padding-left: 5%;
}


/* .page#various common
-----------------------*/
.page#various .category_title{
	background: url(../img/title_various.png) no-repeat 14px 125px;
	background-size: 60%;
}
.page#various .category_title h2,
.page#various .nav_product_name li a:hover{
	color:rgb(248, 63, 66);/*#F83F42*/
}
.page#various #wrap_main{
	background-color: #FDDCED;
}
.page#various .product_name{
	background-color:transparent;
}
.page#various .product_name h1{
	display:none;
}
.page#various .table-striped tbody tr:nth-child(even){
	background-color: #feccdd;
	background-color: rgba(254, 204, 221, 0.5);
}
.page#various .product_description{
	background-color:#e7f6fd;
}

/* heart
-----------------------*/
.page#various #heart .product_name{
	margin-left:200px;
}
.page#various #heart .product_name img{
	padding-top:80px;
	padding-left: 20px;
}
.page#various #heart .product_main{
	background:url(../img/bg_heart.jpg) no-repeat center top;
}
.page#various #heart .howto,
.page#various #heart .products h4{
	color:#FA55B4;
}

/* heart, mimituki
-----------------------*/
.page#various #heart .product_description_text p,
.page#various #mimituki .product_description_text p{
	padding-left: 10%;
}
.page#various #heart .product_description_text p:first-child,
.page#various #mimituki .product_description_text p:first-child {
	padding-top:0;
}
.page#various #heart .product_description_inner .products,
.page#various #mimituki .product_description_inner .products{
	padding-right: 3%;
}
.page#various #heart .products p,
.page#various #mimituki .products p{
	padding-left:10px;
	text-align: left;
}

/* mimituki
-----------------------*/
.page#various #mimituki .product_name{
	margin-left:0;
}
.page#various #mimituki .product_name img{
	padding-top:93px;
	padding-left:125px;
}
.page#various #mimituki .product_main{
	background:url(../img/bg_mimituki.jpg) no-repeat center top;
}
.page#various #mimituki .howto,
.page#various #mimituki .products h4{
	color:#00C528;
}

/* .page#various #round
-----------------------*/
.page#various #round .product_main{
	background:url(../img/bg_round.jpg) no-repeat center top;
}
.page#various #round .product_name img{
	padding-top: 28px;
}
.page#various #round .product_description_text p {
	padding-right: 8%;
}
.page#various #round .products{
	width: 27%;
	text-align: center;
}
.page#various #round .product_description .color_samples{
	float: left;
	text-align: left;
	width: 30%;
}

/* omocha/mizutama
-----------------------*/
.page#various #omocha .product_name{
	margin-left:0;
}
.page#various #omocha .product_name img{
	padding-top:17px;
	padding-left:300px;
}
.page#various #omocha .product_main{
	background:url(../img/bg_omocha.jpg) no-repeat center top;
}
.page#various #omocha .products_wrap {
    width: 425px;
}
.page#various #omocha .howto,
.page#various #omocha .products h4{
	color:#00C528;
}
.page#various #omocha .video .products {
    width: 213px;
	margin-left: 0;
}
.page#various #omocha .video .products_inner {
   padding-top: 0;
}

/* .page#decoration common
-----------------------*/
.page#decoration .category_title{
	background: url(../img/title_decoration.png) no-repeat 75px 86px;
	background-size: 52%;
}
.page#decoration .category_title h2,
.page#decoration .nav_product_name li a:hover{
	color: rgb(228, 33, 63);/*#e4213f*/
}
.page#decoration .category_title h2 span,
.page#decoration .nav_product_name li a{
	color: rgb(253, 220, 237);/*#FDDCED*/
	display:block;
}
.page#decoration #wrap_main{
	background-color: rgb(253, 220, 237);/*#FDDCED*/
}
.page#decoration .product_main{
	background:url(../img/bg_decoration_2.jpg) no-repeat center top;
	background-size: 100% auto;
}
.page#decoration .table-striped tbody tr:nth-child(even){
	background-color: #E9F4FB;
}
.page#decoration .product_description{
	background-color:#e7f6fd;
}
.page#decoration .product_description_text {	
	padding:0;
	margin: 0 20% 2em;
	width: 60%;
}
.page#decoration .product_description_text p{	
	padding-left:0;
}

/* .page#decoration #balloonmallkit
-----------------------*/
.page#decoration #balloonmallkit .color_samples{
	width:100%;
}
.page#decoration #balloonmallkit .color_samples div{
	float:left;
	padding:.4em 20px 0 0;
}
.page#decoration #balloonmallkit .color_samples div p{
	text-align:center;
}

/* .page#decoration #heartkit
-----------------------*/
.page#decoration #heartkit .top_story_img img{
	margin-bottom: 1em;
}

/* .page#acce common
-----------------------*/
.page#acce .category_title{
	background: url(../img/title_acce.png) no-repeat 15px 86px;
	background-size: 50%;
}
.page#acce .category_title h2,
.page#acce .nav_product_name li a:hover{
	color: rgb(142, 231, 234);/*#8EE7EA*/
}
.page#acce .category_title h2 span,
.page#acce .nav_product_name li a{
	color: rgb(255, 255, 255);/*#FFF*/
	display:block;
}
.page#acce #wrap_main{
	background-color: rgb(128, 212, 245);
}
.page#acce .table-striped tbody tr:nth-child(even){
	background-color: rgba(142, 231, 234, .2);
}
.page#acce .product_description{
	background-color: rgba(142,231,234,.3);
}
.page#acce  .product_description_text {
	width: 45%;
}
.page#acce .product_description_text p:first-child {
	padding-top:0;
}
.page#acce .products {
	padding-right: 10%;
	margin-top: 1em;
}
/* acce */
.page#acce .product_main{
	background:url(../img/bg_pumps.jpg) no-repeat center top;
	background-size: auto 100%;
}
.page#acce .products #img_size_pumps{
	border-radius:30px;
	margin-left: 35px;
}
.page#acce .top_story_img img{
	margin-bottom:1em;
}
.page#acce #acce_others .product_main{
	background:url(../img/bg_acce_others.jpg) no-repeat center top;
}
.page#acce #acce_others .product_name{
	margin-left:400px;
}

/* .page#story
-----------------------*/
.page#story li ol img{
	width: 100%
}

/* coming soon 404 pages
------------------------------------*/
.comingsoon a{
	color:#333;
}
.comingsoon a:hover{
	text-decoration:underline;
}
.comingsoon #container_inner{
	padding:50px 5%;
}
.comingsoon #comingsoon_message p{
	font-size:3em;
	margin-bottom:120px;
}
.comingsoon .link_sns{
	margin-top:20px;
	margin-bottom:10px;
}
.comingsoon #copyright{
	text-align:center;
}
.comingsoon #container{
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	margin:50px auto;
	text-align:center;
	width: 600px;
}

#home_e.comingsoon #container{
	background:rgb(146,199,237) url(../img/nami.png) no-repeat 0 410px;
	background-size: 100%;
}
#pencil_hiroba.comingsoon #container{
	background:rgb(146,199,237) url(../img/animals.png) no-repeat center 160px;
	background-size: 60%;
}
#pencil_hiroba.comingsoon #comingsoon_message p:first-child{
	margin-bottom: 150px;
}
#pencil_hiroba.comingsoon #comingsoon_message p{
	margin-bottom: 50px;
}
#kyosan.comingsoon #container{
	background:rgb(146,199,237) url(../img/clothline.png) no-repeat center 200px;
	background-size: 60%;
}
#kyosan.comingsoon #comingsoon_message p{
	margin-bottom: 200px;
}
#page404.comingsoon #container{
	background:rgb(146,199,237) url(http://balloon.suzukilatex.co.jp/img/fish_404.png) no-repeat 0px 445px;
	background-size: 80%;
}
#page404.comingsoon #comingsoon_message p:first-child{
	margin-bottom: 50px;
}



/* classes
-----------------------*/
/*colors*/
.blue{
	color:rgb(146,199,237); /*#92c7ed*/
}
.blue_light{
	color:rgb(233,244,251); /*#e9f4fb*/
}
.blue_med{
	color:rgb(200,227,244); /*#c8e3f6 (50% of blue)*/
}
.blue_dark{
	color:rgb(3,151,254); /*#0397F5 (for text)*/
}
.pink{
	color:#F299C0;
}
.pink_dark {
	color: #e72689
}
.yellow{
	color:#FFE856;
}
.gray_med{
	color:#666;
}

/* color sample colors */
.color_samples {
	margin-top: 2.4em;
	}
.cs-outer {
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 2px;
    width: 50px;
    height: 50px;
}
.cs {
    border-radius: 50%;
    font-size: .6rem;
    line-height: 1.2em;
    padding-top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.cs2 {
	padding-top: 27%;
}

.cs_small .cs-outer {
    width: 38px;
    height: 38px;
}
.color_pencil_slim .cs {
	font-size: .8em;
}
.ja .cs {
	font-size: .7em;
	letter-spacing: -.09em;
}

.bg-pink {
	background: #f9bbca;
	background: radial-gradient(circle, #f9cfd9 0%, #f99db2 100%);
}
.bg-rose {
	background: #f9bbca;
	background: radial-gradient(circle, #f9cfd9 0%, #e5448c 100%);
}
.bg-yellow {
	background: #f9ef01;
	background: radial-gradient(circle, #fffa89 0%, #f9e601 100%);
}
.bg-white {
	background: #eee;
	background: radial-gradient(circle, #fff 0%, #eee 100%);
}
.bg-skyblue {
	background: #40b2f7;
	background: radial-gradient(circle, #76bee8 0%, #0394ea 100%);
	color: #fff;
}
.bg-darkgreen {
	background: #0b8e5e;
	background: radial-gradient(circle, #55b18f 0%, #028253 100%);
	color: #fff;
}
.bg-blue {
	background: #4e44ce;
	background: radial-gradient(circle, #5a61b7 0%, #0b339e 100%);
	color: #fff;
}
.bg-purple {
	background: #7b3ea9;
	background: radial-gradient(circle, #894db5 0%, #441b63 100%);
	color: #fff;
}
.bg-lavender {
	background: radial-gradient(circle, #d2aced 0%, #682a97 100%);
	color: #fff;
}
.bg-red {
	background: #d62924;
	background: radial-gradient(circle, #e06c68 0%, #dc0802 100%);
	color: #fff;
}
.bg-orange {
	background: rgb(247,126,4);
	background: radial-gradient(circle, #fbaa58 0%, #f77403 100%);
	color: #fff;
}
.bg-black {
	background: #080808;
	background: radial-gradient(circle, #4f4f52 0%, #060606 100%);
	color: #fff;
}
.bg-lilac {
	background: #ddb8fd;
	background: radial-gradient(circle, #e8ccff 0%, #c69ee8 100%);
}
.bg-paleorange {
	background: #fde2ba;
	background: radial-gradient(circle, #fbedd7 0%, #fdc580 100%);
}
.bg-caramel {
	background: #bfbfbe;
	background: radial-gradient(circle, #a07e5d 0%, #73563a 100%);
	color: #fff;
}
.bg-gray {
	background: #b7b6b5;
	background: radial-gradient(circle, #d4d4d2 0%, #adadab 100%);
	color: #fff;
}
.bg-rosepink {
	background: #fb7abc;
	background: radial-gradient(circle, #f991c1 0%, #fb61af 100%);
	color: #fff;
}
.bg-green {
	background: #a1f159;
	background: radial-gradient(circle, #b6f979 0%, #84ea45 100%);
}

.bg-norange {
	background: #fdb266;
	background: radial-gradient(circle, #fff 0%, #ff8100 100%);
}
.bg-ngreen {
	background: #a6e230;
	background: radial-gradient(circle, #fff 0%, #8fd604 100%);
}
.bg-npink {
	background: #ffd0e6;
	background: radial-gradient(circle, #fff 0%, #fba8ce 100%);
}
.bg-nyellow {
	background: #fdf989;
	background: radial-gradient(circle, #fff 0%, #fbf303 100%);
}
.bg-npurple {
	background: #daaefb;
	background: radial-gradient(circle, #fff 0%, #bc65ff 100%);
}
.bg-transp {
	background-color: transparent;
}


/* Fonts */
.font_handj1{
	font-family:"Haruhi Gakuen";
}

/*Grid Columns 10*/
.span10 {
	margin-right:auto;
	margin-left:auto;
	max-width: 1024px;
}
.span2{
	float:left;
	width:20%;
}

.hidden{
	visibility:hidden;
}
.none{
	display:none;
}

.arrow{
	color:#F299C0;
}
.indent{
	padding-left:1em;
}
.indent_tx {
	padding-left: 2em;
    margin-top: -2em;
}
.kern1{
	letter-spacing:-.1em;
}
.register{
	font-size:.5em;
	vertical-align: super; 
}
.small{
	font-size:.8em;
}
.large{
	font-size: 1.2em;
}
.valign_middle{
	vertical-align:middle;
}
.dot {
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
}
.new {
	color: #fff;
    background: #f24d97;
    display: inline-block;
    padding: 0 4px;
    border-radius: 4px;
}



/* Bubble with triangle arrow
-------------------------------- */
.triangle-isosceles {
  position:relative;
  padding:1.5em;
  margin:1em 0 3em;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}
.triangle-isosceles.left {
  margin-left:50px;
  background:#17913D;
}
/* creates triangle */
.triangle-isosceles:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#17913D transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.triangle-isosceles.left:after {
  top:2em; /* controls vertical position */
  left:-10px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:10px 10px 10px 0;
  border-color:transparent #17913D;
}

/* icons
-------------------------------- */
.icons{
	text-align:right;
	padding-right:5px;
}

/* clearfix
-------------------------------- */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.rightfloat{
	float:right;
}
.leftfloat{
	float:left;
}


/* media query
------------------------------ */

@media screen and (min-width: 768px){
	.news-highlights {
	    padding: 2em 22%;
	}
	#home #side1 #news #news_title {
	    font-size: 2.9rem;
	    padding-top: 14px;
    	padding-left: 0;
	    text-align: center;
	}
	#home #side1 #news.natsu #news_inner {
		background: #f9d5e5 url(../img/yoyo_st_red_top.jpg) no-repeat center -49px;
	    background-size: 200%;
	}
	#home #side1 #news.pencil #news_inner {
		background: #f9d5e5 url(../img/bg_pencil_hiroba.jpg) no-repeat center;
	    background-size: 293%;
	}
	#home #side1 #news.pe_red #news_inner {
		background: #f9d5e5 url(../img/bg_top_pe_red.jpg) no-repeat center;
	    background-size: cover;
	    display: block;
	}
	#home #side1 #news.pck_g #news_inner {
		background: #f9d5e5 url(../img/bg_top_pck_go.jpg) no-repeat center;
	    background-size: cover;
	    display: block;
	}
	#home #side1 #news.hea #news_inner {
		background: #f9d5e5 url(../img/bg_top_hea3.jpg) no-repeat center;
	    background-size: cover;
	    display: block;
	}
	#home #side1 #news .more{
	    top: 15px;
	}

	/* campaign
	------------------------------*/
	.ca_img {
		width: 400px;
	}
	/* ca wakuwaku */
	.ca#yoyo #ca_wakuwaku_pm {
	    background-size: 100%;
	    height: 580px;
	}
	.ca#yoyo #ca_wakuwaku_pm21 {
	    background-size: 100%;
	    height: 500px;
	}

	/* yoyo illust dl */
	.page.ca#yoyo #wrap_main {
		display: block;
	}

	/* classes */
	.none_m {
		display: none;
	}
}
@media screen and (max-width: 985px){
	.page#yoyo .product_main {
		background-size: 134%;
	}
	.page#yoyo #fantastic .product_description_text {
		width: 32%;
	}
}
@media screen and (max-width: 910px){
	.page .product_description_inner > div,
	.page .product_description_inner .products {
    	float: none;
		margin-right:auto;
		margin-left:auto;
	}
	.page .product_description_text, {
		width: 70%;
	}
	.page .product_description_text p {
		padding-left: 0;
	}
	.page#yoyo .product_description_text p:first-child {
		padding: 1.2em 0 1.6em;
	}
	
	.page#yoyo #standard .product_description_text {
    	width: 83%;
	}
	.page#yoyo #standard .product_description_text p:first-child {
    	padding-right:0;
		padding-bottom:1em
	}
	.page#yoyo .video .products_wrap .products {
		float: left;
	}
	.page#yoyo #standard .products_wrap .products {
		margin-left:20px;
	}
	
	.page#yoyo #metal .product_description_text,
	.page#yoyo #fantastic .product_description_text,
	.page#yoyo #jumbo .product_description_text,
	.page#yoyo #pikapika .product_description_text,
	.page#yoyo #yoyo_acce .product_description_text,
	.page#peacock .product_description_text,
	.page#various #heart .product_description_text,
	.page#various #mimituki .product_description_text {
		width: 73%;
	}
	.page#yoyo #fantastic .products {
		width: 541px;
	}
	.page#yoyo #metal .products {
		padding-right: 0;
		width: 400px;
	}
	.page#yoyo #jumbo .products{
		width: 397px;
		padding-right: 0;
	}
	.page#yoyo #pikapika .products {
		width: 295px;
		padding-right: 0;
	}
	.page#peacock .products {
		width: 528px;
	}
	
	.page#various #heart .products,
	.page#various #mimituki .products {
		width: 472px;
	}
	.page#various #heart .product_description_inner .products,
	.page#various #mimituki .product_description_inner .products {
		padding-right: 0;
	}
	.page#various #heart .product_description_text p, 
	.page#various #mimituki .product_description_text p {
		padding-left: 0;
	}
	.page#various #heart .product_description_text p:first-child, 
	.page#various #mimituki .product_description_text p:first-child {
		padding-top: 2em;
	}
	.page#various #heart .product_name {
		margin-left: 158px;
	}
	.page#various #heart .product_name img {
		padding-left: 0;
	}
	.page#various #mimituki .product_name img {
		padding-left: 49px;
	}
	
	.page#pencil .product_description_inner {
		padding: 1.8em 20% 1em;
	}
	.page#pencil .product_description_text,
	.page#pencil .products {
    	width: 100%;
	}
	.page#pencil .product_description_text p {
		padding-left: 0px;
	}
	.page#pencil .product_description_text aside {
		margin:0;
	}
	.page#pencil #youtubechannel {
		margin-left: 0;
		padding-top: 3em;
	}
	.page#pencil .videos iframe {
		height: 140px;
	}
	.page#pencil .videos iframe.none_tablet {
		display:none;
	}
	
	.page#acce .product_description_text {
		width: 74%;
	}
	.page .product_description_text aside {
		margin-left: 0;
	}
	.page#acce .products {
		padding-right: 0;
		width: 308px;
	}

}
@media screen and (max-width: 800px){
	.page .category_title {
    	margin-left: 0;
		padding-left: 15px;
	}
	.page .product_name {
		margin-left: 400px;
	}
	.page#yoyo #yoyo_acce .product_name {
		margin-left: 0;
	}

}
@media screen and (max-width: 768px){
	.nav_main li {
    	font-size: 1.4em;
	}
	.nav_main li img {
    	width: 15px;
	}
	.nav_products.js ul{
		margin:0 auto;
		width:80%;
	}
	.nav_products.js li{
		font-size:1.6em;
		float:left;
		text-align:center;
		width:33.333333%;
	}
	.top_story h2{
		border-top:#fff solid 2px;
		padding-top:1em;
		font-size: 2.4em;
	}
	.top_story p{
    	font-size: 1.5em;
	}
	.product_main{
		width:100%;
		height:300px;
	}
	
	/* home */
	#home #side1 {
		float:none;
		width: 100%;
	}
	#home ul.nav_products{
		margin-left:40%;
		padding:1em 0;
		width:60%;
	}
	#home .nav_products li{
		font-size:1.5em;
		float:left;
		text-align:left;
		width: 50%;
	}
	#home #side1 h2{
		padding-right: 5%;
		margin-left: 5%;
	}
	#home #side1 #news {
		top: 0;
		left: 10px;
	}
	#home #page_title {
		background-size:400px;
		height:70px;
		margin:0;
	}
	
	#slider{
		width:100%;
	}
	.sbox:before{
		padding-top: 50%; 
	}
	#slider #theTarget div.one,
	#slider #theTarget div.two,
	#slider #theTarget div.yo-me,
	#slider #theTarget div.yo-fa {
		background-size:100%;
	}
	
	#home .wrap_top_story_inner{
		width:100%;
	}
	#home .top_story_inner{
		padding-top:1em;
	}
	#home .top_story .more {
		font-size: 1em;
	}
	#home #pencil.top_story {
		background-position: 59px 250px;
	}
	#home #peacock.top_story {
		background-position: center 115px;
		text-align: center;
	}
	#home #peacock.top_story p{
		text-align:left;
	}
	#home #peacock.top_story img{
		width:70%;
	}

	/*PAGE PRODUCTS*/
	.page .category_title h2, 
	.page .nav_product_name {
    	padding-top: 15px;
	}
	.page .nav_product_name li {
    	font-size: 1.4em;
	}
	.page .product_name {
		margin-left: 0;
	}
	.page .product_description_text {
		float: none;
	}
	.page .product_description_text p {
    	padding-top: 2.5em;
		font-size:1.3em;
	}
	.page .shibarazu{
		padding-top: 1.7em;
	}
	.page .shibarazu p{
		margin-left: 115px;
		margin-top: 5em;
	}
	.page .shibarazu p br{
		display:block;
	}
	.page .shibarazu img {
		width: 123px;
	}
	.page .size {
    	width: inherit;
	}
	.page .shibarazu {
		margin-left:0;
	}
	
	.page#yoyo .category_title{
		background-position:90px 100px;
	}
	.page#yoyo .product_main {
		background-size: 150%;
		background-position:left center;
	}
	.page#yoyo .size {
		margin-right:5%;
		margin-left:30%;
	}
	.page#yoyo #standard.product_main {
		background-position: 150px;
	}	
	.page#pencil .category_title {
		background-position: 17px 105px;
	}
	
	.page#various .category_title {
		background-position: 14px 105px;
	}
	.page#various #mimituki .product_name img {
		padding-left: 23px;
	}
	.page#various #round .product_name img {
		padding-left: 121px;
	}
	.page#various #round .product_description_text,
	.page#various #round .products,
	.page#various #round .product_description .color_samples {
		width:100%;
		margin:0 auto;
	}
	.page#various #round .product_description_text,
	.page#various #round .products {
		margin-bottom:2em;
	}
	.page#various #round .product_description .color_samples_inner{
		margin:0 13%;
	}
	.page#acce .category_title {
		background-position: 15px 55px;
	}
	
	.comingsoon #container {
		width: 90%;
		margin: 4% auto;
	}
	
	
@media screen and (max-width: 700px){
	.page .product_main {
		background-size: auto 100%;
    	height: 200px;
	}
	.page header #logo2 {
		float:none;
	}
	.page header .nav_main{
		display:none;
	}
	.page .color_samples img{
		width:38px;
	}
	.page .top_story.side1{
		margin-bottom: 0;
	}
	.page .top_story.side1 .top_story_inner{
		padding-bottom: 0;
	}
	.page .top_story_inner.side2{
		padding-top: 0;
	}
	
	#home #side1{
		position:relative;
	}
	#home #page_title {
		background-size:284px;
		height:60px;
	}
	#home #side1 #news_inner {
    	padding: 1.5em 2em;
	}
	#home #side1 h2{
		float:none;
		text-align:center;
	}
	#home #side1 #news h2 img {
		margin-top: 0em;
		margin-bottom: .3em;
    	width: 80%;
	}
	
	.page#peacock .product_main,
	.page#peacock .product_main.peacock_gs,
	.page#various #heart .product_main,
	.page#various #mimituki .product_main,
	.page#various #round .product_main {
		background-size: auto 100%;
	}
	.page#various #heart .product_name img,
	.page#various #mimituki .product_name img,
	.page#various #round .product_name img {
		display: none;
	}
	
	.page#decoration #balloonmallkit .color_samples div {
		padding-right:8px;
	}
	
	/* .page three-line icon */
	.page header #menu:hover {
		color: #92c7ed;
	}
	.page header #menu {
		font-size: 2.8em;
		position: absolute;
		top: 0;
		right: 5px;
	}
	
	/* producut pages */
	.page header #menu {
	display:block;
	}
	.page .top_story{
		float:none;
		margin-bottom: 2em;
		width:100%;
	}
	.page .top_story h2{
		padding-top:0;
    	font-size: 2.4em;
	}
	
	.page#yoyo .page_header_inner {
		background: none;
	}
	.page#yoyo #standard .product_main {
		background-position: -100px -13px;
	}
	
	.page#pencil .product_main {
		background-position:center bottom;
		background-size:120%;
	}
	.page#pencil .product_description_inner {
		padding-right: 7%;
		padding-left: 7%;
	}
	.page#pencil .videos iframe {
		height: 124px;
		width: 22%;
	}
	
	.page#peacock .top_story.peacock_howto .top_story_inner {
		margin: 1em 8% 2em;
	}
	.page#peacock .top_story.peacock_howto .top_story_img img,
	.page#various .top_story#jyanjyan_howto .top_story_img img {
		width: 27%;
	}
	
	.footer_inner {
    	padding-bottom: .5em;
	}
	.footer_story {
		float:none;
	}
	.footer_story:first-child .footer_story_inner,
	.footer_story .footer_story_inner {
    	padding-left: 0;
	}
	.footer_story#co_statement {
		width: 54%;
		padding-bottom: 4em;
		padding-left: 0;
	}
	
@media screen and (max-width:550px){
	#home .page_header h1 img{
		width: 130px;
	}
	#home ul.nav_products {
		padding: .5em 5%;
		margin-left: 0;
		width: 100%;
	}
	#home ul.nav_products li {
		font-size:1.5em;
		line-height: 1.5em;
	}
	#side1 ul.nav_products a{
		padding: 0 1em 0.5em 0;
	}
	#home #side1 #news {
		position: relative;
		left:3%;
	}
	#home #side1 #news_inner {
		background-position:right center;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background-size: 50%;
		border-radius: 10px;
		margin: 0 0 1em;
		height:117px;
		width:94%;
	}
	#home #side1 h2 {
		text-align:left;
		margin-bottom:1em;
		margin-left: 2%;
	}
	#home #side1 #news h2 img {
		width:108px;
	}
	#home #side1 #news p br.none_mobile{
		display:none;
	}
	#home #side1 #news_inner #bnews_description {
		color: #b1a672;
		margin-left: 0;
		text-align: left;
	}
	
	.page#yoyo #standard .products_wrap .products {
    	margin-left: 10px;
	}
	.page#yoyo #pikapika .products {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page#yoyo .videos iframe,
	.page#pencil .videos iframe {
		width: 300px;
		height: 225px;
	}
	
	.page#pencil .product_main {
		background-size: 144% auto;
	}
	.page#pencil .videos iframe.none_mobile {
		display:none;
	}
	
	.page#peacock .top_story.peacock_howto .top_story_img img,
	.page#various .top_story#jyanjyan_howto .top_story_img img {
		width: 60%;
		margin-left: 0;
		margin-bottom: 3em;
	}
	.page#peacock .peacock_gs .product_name {
		background-position: center 10px;
	    background-size: 38%;
	}
		
	.comingsoon #container_inner {
		padding: 30px 5%;
	}
	.comingsoon #comingsoon_message p {
		font-size: 2em;
	}
	#kyosan.comingsoon #container {
		background-size: 80%;
		background-position: center 170px;
	}
	#kyosan.comingsoon #comingsoon_message p {
    	margin-bottom: 143px;
	}
	#home_e.comingsoon #container {
		background-position: 0 321px;
	}
	.page#yoyo #metal .product_description_text, 
	.page#yoyo #fantastic .product_description_text, 
	.page#yoyo #jumbo .product_description_text, 
	.page#yoyo #pikapika .product_description_text, 
	.page#yoyo #yoyo_acce .product_description_text, 
	.page#peacock .product_description_text, 
	.page#various #heart .product_description_text, 
	.page#various #mimituki .product_description_text,
	.page#various #round .product_description_text,
	.page#acce .product_description_text {
		width: 90%;
	}
	.page#various #round .product_description_text p {
		padding-right: 0;
	}
	
	#pencil_hiroba.comingsoon #container {
		background-size: 80%;
		background-position: center 101px;
	}
	.page#decoration .product_description_text {
		margin-left: 5%;
		width: 90%;
	}
	
		
@media screen and (max-width:538px){
	.page .product_name h1{
		font-size: 2.1em;
		letter-spacing: -.03em;
	}
	
	
	.page#yoyo #metal .products p.paddingl_more {
		padding-left: 30%;
	}
	.page#yoyo #metal .products{
		width: 274px;
	}
	.page#yoyo #fantastic .products {
		width: 314px;
	}
	.page#yoyo #yoyo_acce .products {
		width: 100%;
	}
	.page#yoyo #standard .products_wrap,
	.page#yoyo #pikapika .products_wrap {
		width: 100%;
	}
	.page#yoyo #standard .products_wrap .videos,
	.page#yoyo #standard .products_wrap .products,
	.page#yoyo #pikapika .products_wrap .videos {
		float: none;
		margin: 0 auto;
	}
	.page#yoyo .video .products_wrap .videos {
		width: 300px;
	}
	.page#yoyo #standard .products_wrap .products {
		width: 235px;
	}
	
	.page#peacock .products {
		width: 276px;
	}
	.page#peacock .product_description img {
		height: 80px;
	}
}

@media screen and (max-width:500px){
	.page#various #heart .products, 
	.page#various #mimituki .products {
		width: 235px;
	}
	.page#various #heart .products p, 
	.page#various #mimituki .products p {
		padding-top: 1em;
	}
}
	
@media screen and (max-width:414px){
	.nav_main li {
		font-size: 1.3em;
		float: left;
		padding: .5em;
	}
	#footer2 .nav_main li {
		font-size: 1em;
	}
	.page .top_story h2 {
		font-size: 2em;
	}
	.page .category_title,
	.page .nav_product_name,
	.page .product_name {
		width:50%;
	}
	.page .nav_product_name {
		background-color:transparent;
	}
	.page .size_yoyo,
	.page .shibarazu img {
		width: 100px;
	}
	.page .shibarazu p {
		margin-left: 90px;
	}
	.triangle-isosceles {
		padding: 1em;
	}
	
	footer #co_statement.footer_story {
		width: 100%;
	}
	.footer_story.link_sns {
		right: 2%;
		top: 13.4em;
	}
	
	#home script.none {
		display:none;
	}
	#home .skippr {
		display:block !important; 
	}
	#home .top_story {
		float: none;
		width: 100%;
	}
	
	.page#yoyo #standard .product_main {
		background-size: 220% auto;
		background-position: top -95px;
	}
	.page#yoyo .product_name {
		width: 200px;
	}
	.page#yoyo #jumbo .products, 
	.page#yoyo #pikapika .products {
		width: 271px;
	}
	.page#yoyo #jumbo .products img.shibarazu2,
	.page#yoyo #pikapika .products img.shibarazu2 {
		padding-top: 10px;
	}
	.page#yoyo #jumbo .products p.paddingl_more {
		padding-left: 85px;
	}
	.page#yoyo #pikapika .products p.paddingl_more {
		padding-top: 50px;
	}
	.page#pencil .product_main {
		background-position: center bottom;
		background-size: 186%;
	}
	#pencil_hiroba.comingsoon #container {
		background-size: 90%;
	}
	#pencil_hiroba.comingsoon #comingsoon_message p:first-child {
    	margin-bottom: 124px;
	}
	
	.page#peacock .top_story.peacock_howto h2 br.none,
	.page#various .top_story#jyanjyan_howto h2 br.none {
		display: block;
	}

	/* campaign
	------------------------*/
	.ca_h1 {
    	font-size: 3em;
	}
	.ca .ca_pm {
		background-position: center;
	    background-size: 100%;
	    height: 243px;
	}
	.ca .product_main {
		background-size: 100%;
	    height: 243px;
	}

	/* ca va2021 */
	.ca#various #ca_va2021 {
		height: 170px;
	}

	/* ca xmas2020 */
	.ca#pencil #ca_xmas2020 {
		height: 200px;
	}

	/* ca uchide */
	.page.ca#pencil #ca_uchide_pm {
	    background: url(../img/ca_uchide.jpg) no-repeat center;
	    background-size: 100%;
	    height: 243px;
	}
	.page#pencil.ca .ca_pd_tx p {
		padding-left: 0;
		padding-top: .4em;
	}

	/* ca yoyo illust */
	.ca#yoyo #ca_yoyo_illust_pm {
		background-position: center;
	    background-size: 100%;
	    height: 148px;
	}	
	

@media screen and (max-width:370px){
	.page .category_title h2 {
		font-size: 2.7em;
	}
	.page#yoyo .category_title,
	.page#peacock .category_title {
		background-size: 50%;
		background-position: 50px 86px;
	}
	.page#pencil .category_title {
		background-size: 50%;
		background-position: 17px 86px;
	}
	.page#various .category_title {
		background-position: 50px 86px;
	}
	.page#decoration .product_main {
		background-size: 108%;
	}
	.page#decoration .category_title {
		background-position: 14px 87px;
		background-size: 70%;
	}
	.page#acce .category_title {
		background-size: 65%;
	}
	.page#acce .product_main{
		background-position: -200px top;
	}
}

@media screen and (max-width:340px){
	.page_header #logo2{
		width: 40%;
	}
	.nav_main ul {
		margin:0 auto;
	}
	.top_story,
	.footer_story{
		float:none;
		width:100%;
	}
	.top_story_inner {
    	padding:2em 2% 2em;
	}
	.top_story h2{
		font-size:3em;
	}
	footer #co_info .footer_story_inner{
		padding-top:0;
		padding-bottom:0;
	}
	.footer_story.link_sns {
		position: static;
		text-align: left;
	}
	.footer_story img#link_fingercot {
		float: none;
		margin-left: 0;
		margin-top: 2em;
	}
	footer #copyright {
		padding-top:1em;
	}
	
/* home */
	#home #page_title {
		height: 50px;
	}
	#home .top_story#print{
		background-position: 160px 170px;
	}
	#home .top_story#print img{
		padding-left:60px;
	}
	#home #side1 #news.jyanjyan #news_inner {
		background-position: 175px 5px;
	}
	
	/* profdcut pages */
	.top_story h2 br none{
		display:block;
	}
	.page#yoyo .product_main {
		background-position: -199px -24px;
	}
	.page#yoyo #standard .product_main {
		background-size: 230% auto;
		background-position: -109px -24px;
	}
	.page#yoyo #yoyo_print .top_story_inner {
		margin-right: 4%;
		margin-left: 4%;
	}
	.page#yoyo #pikapika .product_main {
	background-position: -20px top;
	}
}