html {
    font-family:Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size:62.5%;
    color:#7d4b2d;
}
a { 
    outline: none;
	color:#ed6d34;
}
body {
    background-color: #f0e6cd;
    font-size:1.4rem;
    background-image:url(../img/backimg.png);
}
.wrapper {
    width:900px;
    margin:0 auto;
}
@media screen and (max-width: 768px) {
    html {
        font-size:50%;
    }
    .wrapper {
        width:300px;
    }
}

/* ヘッダー */
header {
    padding-top:30px;
    text-align: center;
    background-color: #f0e6cd;
}
header strong {
    color:#f08300;
    font-weight: bold;
    font-size: 2.4rem;
}
header strong:before, header strong:after {
    content:"";
    display:inline-block;
    width:122px;
    height:7px;
    background-image:url(../img/line.png);
    background-repeat: no-repeat;   
}
header div {
    margin: 30px 0 -10px;
}
@media screen and (max-width: 768px) {
    header {
        padding-top:15px;
    }
    header img {
        width:95%;
    }
    header strong:before, header strong:after {
        content:none;
    }
    header strong {
        font-size: 1.8rem;
    }
    header div {
        margin: 15px 0 0;
    }
}

/* ナビゲーション（タヌキツとは？） */
nav a {
    display:block;
    width:900px;
    position:relative;
}
nav a.annime {
    top: 20px;
    margin-top: 20px;
}
nav a.tanukitsutoha {
    display:block;
    position:relative;
    top:-10px;
}
nav a img.sp {
	display:none;
}
@media screen and (max-width: 768px) {
    nav a {
        background-size: contain;
        width:300px;
        height:51px;
    }
    nav a.annime {
        top: 10px;
        margin-top: 0;
    }
    nav a.tanukitsutoha {
        top: -5px;
    }
	nav a img {
		width:300px;
	}
	nav a img.sp {
		display:inline;
	}
	nav a img.pc {
		display:none;
	}
}

/* 各セクション共通 */
section {
    background-color: #ffffff;
    border:solid 3px #7d4b2d;
    border-radius: 15px;
    margin:20px 0 40px;
}
h2 {
    margin:30px 40px 20px;
}
@media screen and (max-width: 768px) {
    section {
        background-image:none;
        background-color: #ffffff;
        border:solid 2px #7d4b2d;
        border-radius: 9px;
        margin:10px 0 15px;
    }
    h2 {
        margin: 15px 15px 0;
        width: 35%;
    }
    h2 img {
        width:100%;
    }
}

/* ニュース */
.news {
    font-size:1.8rem;
}
.news a {
	color:#7d4b2d;
}
.news a:hover {
	opacity:0.7;
}
.news dl {
    margin:20px 40px 30px;
	overflow: auto;
    height: 95px;
}
.news dt {
	clear:both;
    color:#ed6d34;
    font-weight: bold;
    float:left;
    width:120px;
}
.news dd {
	float: right;
    width: 660px;
}
@media screen and (max-width: 768px) {
    .news {
        font-size:1.3rem;
    }
    .news dl {
        margin:10px 15px 15px;
		height: 85px;
		-webkit-overflow-scrolling: touch;
    }
    .news dt {
        float:none;
        width:100%;
    }
	.news dd {
		float: none;
	    width: 100%;
	}
}

/* 商品一覧 */
.goods_list h2{
    display: inline-block;
    float:left;
    margin-right:25px;
}
ul.listmenu {
    display:table;
    float: right;
    margin-top: 30px;
    margin-right: 60px;
    border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 15px 0;  /* 左右 上下で記述 */
}
ul.listmenu li {
    display:table-cell;
}
ul.listmenu li a {
    padding-top: 15px;
    display: inline-block;
    opacity:1;
}
ul.listmenu li a:hover {
    background-image:url("../img/toparrow.png");
	background-repeat:no-repeat;
    background-position: top center;
    background-size: 25%;
    opacity:1;
}
ul.listmenu li img {
    height:20px;
}
.arrow {
    float:right;
    margin-top:35px;
    margin-right:45px;
}
.arrow img {
    height:25px;
}
#itemContainer {
    clear: both;
    overflow: hidden;
    width:820px;
    margin:10px auto;
}
#itemContainer li {
    width: 268px;
    height: 340px;
    float: left;
    text-align: center;
}
#itemContainer li img {
    width: 200px;
    border: solid 2px #7d4b2d;
    border-radius: 5px;
}
#itemContainer h3 {
    margin-top: 5px;
    margin-bottom:5px;
    font-size: 1.6rem;
	font-weight:bold;
}
.price {
    font-size: 1.4rem;
}
.campany a {
    font-size: 1.4rem;
    color: #ed6d34;
	padding: 2px;
    display: inline-block;
}
.campany a:hover {
	opacity:0.7;
}
p.month {
    font-size: 1.2rem;
}
#itemContainer a {
    text-decoration: none;
    border-style:none;
}
#itemContainer a:link, #itemContainer a:visited {
    color: #ed6d34;
}
.holder {
    clear: both;
    margin: 0 0 30px;
    text-align: center;
}
.coming {
    color: #9a9a9a;
    font-size: 2rem;
    margin: 20px 0;
}
.new {
    position:relative;
    overflow: hidden;
    display:inline-block;
}
.new:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100px;
    height: auto;
    background: #da0b0b;
    content: "New!!"; /* 表示するテキストをここで変えます */
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-family: sans-serif;
    padding: 8px 13px;
    left: -40px;
    top: 0;
    -webkit-transform: rotate(-40deg);  /* Safari,Chrome用 */
    -moz-transform: rotate(-40deg); /* Firefox用 */
    -o-transform: rotate(-40deg);  /* Opea用 */
    transform: rotate(-40deg); /* CSS3 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
    ul.listmenu {
        margin:10px;
        border-spacing: 7px 0;  /* 左右 上下で記述 */
    }
    ul.listmenu li img {
        height:12px;
    }
    .arrow {
        margin:0;
        margin-right:10px;
        margin-top:15px;
    }
    .arrow img {
        height:17px;
    }
    #itemContainer {
        width:300px;
        margin-left: 2px;
    }
    #itemContainer li {
        width: 144px;
        height: 230px;;
    }
	#itemContainer h3 {
		font-size: 1.4rem;
		margin: 0;
		margin-bottom: 5px;
	}
    #itemContainer li img {
        width: 120px;
    }
	.coming {
	    margin-left:10px;
	}
	.price {
    	font-size: 1.3rem;
	}
	.campany a {
	    font-size: 1.3rem;
		padding:0;
	}
}

/* あらすじ */
.story {
    background-color: transparent;
    border:none;
    overflow: hidden;
    margin: 40px 0 40px;
}
.story img {
    float:left;
}
.story .moji {
    margin-top:40px;
    margin-left:20px;
}
@media screen and (max-width: 768px) {
    .story {
        margin-top:20px;
        margin-bottom: 20px;
    }
    .story .moji {
        margin:0;
    }
    .story img, .story .moji {
        width:150px;
        margin:0;
    }
}

/* キャラクター紹介 */
.mainchara, .subchara {
    margin:30px 40px 30px;
    overflow: hidden;
}
hr {
    clear: both;
    border:none;
    display: block;
    width:789px;
    height: 3px;
    border-bottom: 3px solid #f08300;
}
.mainchara li, .subchara li {
    overflow: hidden;
    float:left;
    width:400px;
}
.mainchara div, .mainchara h3, .mainchara p,
.subchara div, .subchara h3, .subchara p {
    float:left;
}
.mainchara div {
    margin-top:10px;
    margin-right:20px;
}
.mainchara h3 {
    margin-top:20px;
    padding-bottom:3px;
    border-bottom:3px solid #f08300;
}
.mainchara h3 img { 
    height:33px;
}
.mainchara p {
    margin-top:20px;
    width:150px;
}
.subchara div {
    margin-right:20px;
}
.subchara li {
    width:320px;
}
.subchara h3 img {
    margin-top:20px;
    height:24px;
}
.subchara h3 {
    padding-bottom:3px;
    border-bottom:3px solid #f08300;
}
.subchara p {
    margin-top:20px;
    width:120px;
}
.subchara li:nth-child(3) {
    width: 170px;
}
.subchara li:nth-child(3) h3 img {
    margin-top:0;
    height: 25px;
}
@media screen and (max-width: 768px) {
    .chara h2 {
        width:65%;
    }
    .mainchara, .subchara {
        margin: 20px 10px 20px;
    }
    .mainchara li, .subchara li {
        width:280px;
        margin-bottom: 10px;
    }
    .mainchara li div img {
        width:120px;
    }
    .mainchara h3 img {
        height: 20px;
    }
    .mainchara p {
        width: 130px;
        margin-top: 10px;
    }
    hr {
        width:255px;
    }
    .subchara {
        margin-left:20px;
    }
    .subchara li div img {
        width:80px;
    }
    .subchara h3 img {
        margin-top:5px;
        height: 20px;
    }
    .subchara p {
        width: 150px;
        margin-top: 5px;
    }
    .subchara li:nth-child(3) {
        width: 280px;
    }
    .subchara li:nth-child(3) h3 {
        margin-top:30px;
    }
    .subchara li:nth-child(3) h3 img {
        height:20px;
    }
}

/* 書籍 */
.books ul {
    margin: 20px 40px;
}
.books ul li {
    overflow: hidden;
}
.books ul li img {
    border: solid 2px #7d4b2d;
    width: 320px;
    float:left;
    margin-bottom:30px;
}
.books ul div {
    width: 380px;
    float:left;
    margin-left: 40px;
}
.books strong {
    display: block;
    font-size:1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.books b {
    display: block;
    color: #f08300;
}
.books cite, .writer {
    font-size:2rem;
    font-weight: bold;
}
.writer {
    font-size: 1.4rem;
    padding-left: 10px;
}
.books cite {
    display: block;
    margin-top: 5px;
}
.books dl {
    margin:30px 0;
}
.books dl dt {
    float:left;
    width:100px;
}
.link {
    display: block;
    background-color:#ffffff;
    border:solid 3px #7d4b2d;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    padding:10px;
    margin-bottom:20px;
}
.link:visited, .link:link {
    color:#f08300;
    font-size:1.8rem;
    font-weight: bold;
}
.books ul li:after {
    content:"";
    clear:both;
    display: block;
    width:789px;
    height: 3px;
    border-bottom: 3px solid #f08300;
    margin:40px 0;
}
.books ul li:last-child:after {
    content:none;
}
@media screen and (max-width: 768px) {
    .books h2 {
        width:25%;
    }
    .books ul {
        margin:20px 20px;
    }
    .books ul li {
        overflow: visible;
		text-align:center;
    }
    .books ul li img {
        width:200px;
        float:none;
        margin-bottom: 20px;
    }
    .books ul div {
        width: 260px;
        float: none;
        margin-left: 0;
		text-align:left;
    }
    .books dl {
        margin: 20px 0;
    }
    .link {
        margin-bottom: 10px;
    }
    .books ul li:after {
        width:auto;
    }
}

/* LINEスタンプ＆きせかえ */
.line h2 {
    display: inline-block;
}
ul.line {
    margin-left:40px;
}
ul.line li{
    float:left;
}
ul.line li:first-child {
    width:600px;
}
ul.line li:nth-child(2) {
    width:100px;
}
.line h3 {
    display:inline-block;
}
.line h3 img {
    width:114px;
}
ul.stamp li, ul.stamp li:first-child, ul.stamp li:nth-child(2) {
    float:left;
    width:200px;
}
ul.stamp li {
    text-align: center;
}
ul.stamp li a img {
    width:190px;
}
ul.stamp li a {
    text-decoration: none;
    color:#f08300;
}
ul.stamp li a p {
    width:115px;
    background-color:#ffffff;
    border:solid 3px #f08300;
    border-radius: 15px;
    text-align: center;
    padding:10px 0 7px;
    margin:0 auto;
    font-size:2rem;
}
.kisekae {
    margin-left: 40px;
}
.kisekaeimg {
    width:178px;
    margin-top:20px;
    border: solid 3px #7d4b2d;
}
ul.line:after {
    content:"";
    display: block;
    clear:both;
}
.hatubaityu {
    position: relative;
    top: -50px;
    left: 50px;
}
@media screen and (max-width: 768px) {
    .line h2 {
        width: 80%;
    }
    ul.line {
        margin-left: 20px;
    }
    ul.line li:first-child {
        width: 260px;
    }
    .line h3 {
        margin: 10px 10px 0;
    }
    ul.stamp li, ul.stamp li:first-child, ul.stamp li:nth-child(2) {
        width:260px;
    }
    ul.line li:nth-child(2) {
        width: 260px;
    }
    .kisekae {
        width: 260px;
        margin-top: 20px;
        text-align: center;
        margin-left:0;
    }
    .line h3 {
        display: block;
        text-align: left;
    }
    .hatubaityu {
        position: static;
        width: 90%;
        margin: 20px 15px;
    }
}

/* SNS */
section.sns {
    background:none;
    border: none;
}
ul.twitterlink_sp {
    display:none;
}
ul.twitterlink {
    display:block;
    overflow: hidden;
    width:900px;
}
ul.twitterlink li {
    float:left;
    width:300px;
}
ul.twitterlink li:nth-child(2) {
    text-align: center;
}
ul.twitterlink li:nth-child(3) {
    text-align: right;
}
ul.sns {
    overflow: hidden;
    margin:15px auto 30px;
    margin-top: 15px;
    width: 120px;
}
ul.sns li {
    float: left;
    margin: 5px;
}
ul.sns li img {
    width:30px;
}

/* フッター */
footer {
    padding-bottom:30px;
}
footer p {
    text-align: center;
    clear: both;
}
footer div {
    margin:20px auto 40px;
    overflow: hidden;
    width: 640px;
}
footer div a img {
    width:300px;
    float:left;
    margin-right: 20px;
}
.back {
    display: block;
    text-align: left;
}
.back img {
    width:111px;
}
@media screen and (max-width: 768px) {
    ul.twitterlink {
        display:none;
    }
    ul.twitterlink_sp {
        display:block;
        width:300px;
        text-align: center;
    }
    ul.twitterlink_sp li {
        display:inline-block;
        width:220px;
    }
    ul.twitterlink_sp li img {
        width:100%;
    }
    ul.sns {
        margin:20px auto 10px;
    }
    footer div {
        width:200px;
    }
    footer div img, footer div a img {
        width:200px;
        float:none;
        margin-bottom:10px;
    }
    footer div p {
        margin: 10px 0;
    }
    .back img {
        width:80px;
    }
}

/****************PageTOP*/
#page-top {
	position: fixed;
	bottom: 0;
    right:10px;
    width:126px;
	padding:10px;
	z-index: 100;
    text-align: right;
}
#page-top a:link, #page-top a:visited {
	color:#fff;
}
#page-top a img {
    width:80px;
}
@media screen and (max-width: 768px) {
    #page-top a img {
        width:50px;
    }
}

/* お問い合わせ */
section.qa, section.form, section.privacy {
    padding: 25px 30px;
}
section.qa dl dt {
    margin-top: 15px;
    font-weight: bold;
    color: #ed6d34;
}
section.form form {
    margin-bottom:20px;
}
section.form dl {
    margin: 20px 0;
    overflow: hidden;
}
section.form dl dt, section.form dl dd {
    float: left;
    margin-top: 10px;
}
section.form dl dt {
    width: 150px;
}
section.form dl dd {
    width: 600px;
}
input, textarea, select {
    border-radius: 5px;
    border: 1px solid #7d4b2d;
    padding: 2px 3px;
    color: #7d4b2d;
    background-color: #f5edda;
}
textarea {
    width:600px;
}
input[type="reset"], input[type="submit"] {
    width: 100px;
    height: 30px;
    background-color: #f5edda;
    border: 1px solid #7d4b2d;
    color: #7d4b2d;
    font-weight: bold;
}
input[type="submit"] {
    background-color: #ed6d34;
    border: solid 1px #ed6d34;
    color: #fff;
    margin-right:20px;
}
section.privacy h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}
section.privacy ul {
    margin:10px;
}
