@charset "UTF-8";
/* CSS Document */
/* contents */
#shincha {
	width: 100%;
    float: none;
	background: #FFF;
	font-size: 16px;
	line-height: 160%;
    color: #254700;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
    font-feature-settings: "palt";
    padding: 0 0 80px 0;
    letter-spacing: .05em;
}
#shincha * {
    box-sizing: border-box;
}
#shincha .pc {
    display: none !important;
}
#shincha h1,
#shincha h2,
#shincha h3,
#shincha h4,
#shincha h5,
#shincha p,
#shincha ul,
#shincha ul li,
#shincha figure {
    margin: 0;
    padding: 0;
    list-style: none;
}
#shincha a {
    transition: .5s;
    color: #225f00;
    text-decoration: none;
}
#shincha img {
    max-width: 100%;
    height: auto;
}

/* main */
#shincha main {
    position: relative;
    background: url("../img/bg_paper.jpg");
}
#shincha main h1 {
    position: absolute;
    margin: 0;
    top: 20px;
    left: 20px;
}
#shincha main h1 img {
	height: 55vh;
	width: auto;
}
#shincha main .mv_photo {
    background: url("../img/main_sp.jpg") no-repeat 100% 50%;
    background-size: cover;
    height: 55vh;
}
#shincha main .guide {
    margin: 0;
    padding: 30px 20px 20px;
	background: url("../img/bg_wagara.png");
	background-color: #239025;
	text-align: center;
}
#shincha main .guide picture {
}
#shincha main .link {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
	height: 100px;
	margin: 20px 20px 0;
    padding: 10px 20px 20px;
	border-radius: 5px;
    background: url("../img/bg_wagara.png");
	background-color: #c4402a;
	color: #fff;
    font-size: 16px;
    line-height: 100%;
}
#shincha main .link .notice {
    display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
#shincha main .link .notice p {
    font-weight: bold;
	font-size: 15px;
    line-height: 100%;
    color: #fff;
}
#shincha main .link .notice::before {
	content: "";
	display: inline-block;
    background: url("../img/ico_notice_white.png") no-repeat;
    background-size: 100%;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
#shincha main .link a {
	position: relative;
    color: #c4402a;;
    text-decoration: none;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff; 
    background-size: 12px;
    outline : 1px solid rgba(196,64,42);
    outline-offset : -3px;
    letter-spacing: .05em;
    font-size: 14px;
    font-weight: bold;
    font-family: "游ゴシック Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 100%;
}
#shincha main .link a::before {
	position: absolute;
	left: 20px;
	content: "";
	display: inline-block;
    background: url("../img/ico_arrow.png") no-repeat;
    background-size: 17px;
	width: 17px;
	height: 11px;
	transition: all .3s;
}
/* コラム・プレゼント */
#shincha .event {
    background: url("../img/bg_paper.jpg");
    background-size: 40px;
    padding: 30px 20px;
}
#shincha .event .present,
#shincha .event .banner {
    margin: 0 auto;
}
#shincha .event .banner {
    margin-bottom: 30px;
    list-style: none;
}
#shincha .event .banner li {
    margin-bottom: 10px;
}


/* つゆひかり */
#shincha .tsuyuhikari_item {
    text-align: center;
    margin: 20px auto 0;
}
#shincha .tsuyuhikari_intro {
    margin: 20px auto 0;
    background: url(../img/bg_paper-wh.jpg);
    text-align: center;
}
#shincha .tsuyuhikari_intro a {
    text-decoration: none;
    display: block;
    position: relative;
}
#shincha .tsuyuhikari_intro figure {
    padding: 20px;
}
#shincha .tsuyuhikari_intro .single_detail {
    padding: 0 20px 20px;
}
#shincha .tsuyuhikari_intro .itemintro {
    margin: 20px 0;
    font-size: 16px;
    line-height: 180%;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    text-align: left;
}
#shincha .tsuyuhikari_intro .btn {
    position: relative;
    color: #FFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c4402a;
    outline: 1px solid rgba(255, 255, 255, .3);
    outline-offset: -3px;
    letter-spacing: .05em;
    font-size: 14px;
    font-family: "游ゴシック Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
    line-height: 100%;
    transition: .5s;
    padding: 10px 0;
}
#shincha .tsuyuhikari_intro .btn::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat 6% 50%;
    background-size: 100%;
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
#shincha .tsuyuhikari_intro .icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 80px;
}

/* モーダルウィンドウ */
#shincha .modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); 
	background: rgba(0, 0, 0, 0.5);
}
#shincha .modal-wrap {
	height: 100%;
	padding: 0 30px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#shincha .modal-content {
	height: 100%;
	margin: 0 auto;
}
#shincha .modal-table-wrap {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
#shincha .modal-table-cell {
	display: table-cell;
	padding: 50px 0;
	vertical-align: middle;
}
#shincha .modal_content_box {
	position: relative;
	padding: 20px;
	margin: 0 auto;
	background: url("../img/bg_paper-g.jpg");
    background-size: 40px;
}
#shincha .modal_content_box .inner,
#shincha .modal_content_box ul {
    margin-bottom: 30px;
}
#shincha .modal_content_box h2 {
	padding: 0 0 10px 0;
	margin: 0;
	color: #57a100;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    border-bottom: 1px solid #57a100;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 20px;
}
#shincha .modal_content_box p {
    margin: 0 0 1em 0;
}
#shincha .modal_content_box p:last-child {
    margin: 0;
}
#shincha .modal_content_box ul li {
	margin-bottom: 5px;
}
#shincha .modal_content_box .modal_btn_close .btn_content {
    margin: 0 auto;
    color: #FFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0f7b1b url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-x-lg%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.854%202.146a.5.5%200%200%201%200%20.708l-11%2011a.5.5%200%200%201-.708-.708l11-11a.5.5%200%200%201%20.708%200Z%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.146%202.146a.5.5%200%200%200%200%20.708l11%2011a.5.5%200%200%200%20.708-.708l-11-11a.5.5%200%200%200-.708%200Z%22%2F%3E%3C%2Fsvg%3E') no-repeat 93% 50%;
    background-size: 20px;
    outline: 1px solid rgba(255,255,255,.3);
    outline-offset: -3px;
    letter-spacing: .05em;
    font-size: 14px;
    font-family: "游ゴシック Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
    line-height: 100%;
    transition: .5s;
    padding: 10px 0;
}
#shincha .modal_content_box .modal_btn_close .btn_content:hover {
    opacity: .8;
}
#shincha .modal_content_box .video {
	width: 100%;
	margin: 5px auto 15px;
}

/* shincha_items */
#shincha #shincha_items {
    position: relative;
}
#shincha #shincha_items .main_photo {
    background: url("../img/itemlist_main_sp.jpg") no-repeat 50% 10%;
    background-size: cover;
    height: 25vh;
}

/* カテゴリメニュー */
#shincha #shincha_items nav {
    margin: 0 auto;
}
#shincha #shincha_items h2 {
    position: absolute;
    top: 30px;
    left: 40px;
}
#shincha #shincha_items h2 img {
    height: 23vh;
    width: auto;
}
#shincha #shincha_items nav ul {
    display: flex;
    justify-content: space-between;
	width: 100%;
    padding: 30px 0 20px;
}
#shincha #shincha_items nav ul li {
    background: url("../img/itemlist_nav_line.jpg")  no-repeat top right;
    background-size: 1px 100%;
    text-align: center;
    width: 33.33%;
}
#shincha #shincha_items nav ul li:last-child {
    background: none;
}
#shincha #shincha_items nav ul li a {
    padding: 50% 2px 5px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: column;
    font-feature-settings: normal;
}

#shincha #shincha_items nav ul li a .letter-s {
	letter-spacing: -0.1em;
}

#shincha #shincha_items nav ul li.teabag a {
    background: url("../img/cat_teabag.png") no-repeat 50% 0;
    background-size: 48%;
}
#shincha #shincha_items nav ul li.leaf a {
    background: url("../img/cat_leaf.png") no-repeat 50% 0;
    background-size: 50%;
}
#shincha #shincha_items nav ul li.sweets a {
    background: url("../img/cat_sweets.png") no-repeat 50% 0;
    background-size: 62%;
}
#shincha #shincha_items nav ul li.otoku-set a {
    background: url("../img/cat_otoku-set.png") no-repeat 50% 0;
    background-size: 50%;
}
#shincha #shincha_items nav ul li a::after {
    width: 15px;
    height: 15px;
	margin-top: 5px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-arrow-down-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2013.5a.5.5%200%200%201-.5.5h-6a.5.5%200%200%201%200-1h4.793L2.146%202.854a.5.5%200%201%201%20.708-.708L13%2012.293V7.5a.5.5%200%200%201%201%200v6z%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
    background-size: 8px;
    transform: rotate(45deg);
    display: block;
    content: "";
    transition: .5s;
}
#shincha #shincha_items nav ul li a:hover::after {
    margin-bottom: -5px;
}
#shincha #shincha_items nav ul li.teabag a::after {
    background-color: #8baf2b;
}
#shincha #shincha_items nav ul li.leaf a::after {
    background-color: #0f7b1b;
}
#shincha #shincha_items nav ul li.sweets a::after {
    background-color: #cd9d2c;
}
#shincha #shincha_items nav ul li.otoku-set a::after {
    background-color: #c46e50;
}

/* item cat */
#shincha .section_inner {
    padding-top: 65px;
    margin-top: -65px;
}
#shincha #shincha_items section {
    margin: 60px 0;
}
#shincha #shincha_items section .ttl_area {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold !important;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
#shincha #shincha_items section .ttl_area span {
    font-size: 15px;
    line-height: 140%;
    letter-spacing: .2em;
}
#shincha #shincha_items section .ttl_area h3 {
    font-size: 32px;
    line-height: 140%;
    font-weight: bold !important;
    letter-spacing: .1em;
}
#shincha #shincha_items section .ttl_area hr {
    border: 0;
    display: block;
    height: 10px;
    background: url("../img/cat_line.png") repeat-x 100% 90%;
    background-size: 160px;
    width: 100%;
    margin: 10px 20px 0 20px;
}
#shincha #shincha_items section .barometer {
    text-align: center;
    margin: 20px;
}
#shincha #shincha_items section .item {
    margin: 50px 0 0 0;
}
#shincha #shincha_items section .item .photo {
    height: 300px;
    position: relative;
}
#shincha #shincha_items section .item .photo-half {
    height: 240px;
    position: relative;
}
#shincha #shincha_items section .item .photo picture {
    position: absolute;
    top: -30px;
    left: 50%;
    margin: 0 0 0 -50%;
    width: 100%;
    padding: 20px;
	text-align: right;
}
#shincha #shincha_items section .item .photo-half picture {
    position: absolute;
    top: -30px;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 20px;
    text-align: right;
}
#shincha #shincha_items section .item .photo picture img {
    width: 30%;
}
#shincha #shincha_items section .item .photo-half picture img {
    width: 15%;
}
#shincha #shincha_items section .item .photo .emblem,
#shincha #shincha_items section .item .photo-half .emblem {
    position: absolute;
    bottom: -50px;
    left: 20px;
	width: 20%;
}
#shincha #shincha_items #teabag #marugoto .marugoto-label {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin: 30px auto 0;
	padding: 20px;
	background: #eef7e2;
	border-radius: 5px;
}
#shincha #shincha_items #teabag #marugoto .marugoto-label img {
	width: 78px;
}
#shincha #shincha_items #teabag #marugoto .marugoto-label p {
	padding-left: 20px;
	color: #254700;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}
/* 商品説明エリア */
#shincha #shincha_items section .item .iteminfo,
#shincha #shincha_items section .item ul.itemlist {
    margin: 20px 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#shincha #shincha_items section .item .iteminfo {
    align-items: center;
}
#shincha #shincha_items section .item .iteminfo h4 {
    margin: 20px auto;
    text-align: center;
}
#shincha #shincha_items section .item .itemintro {
    width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 180%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold;
	letter-spacing: 0.1em;
    text-align: left;
}
#shincha #shincha_items section .item .iteminfo h4 img {
    width: 60%;
}
#shincha #shincha_items section #tsuyuhikari.item .iteminfo h4 img {
    width: 80%;
}
#shincha #shincha_items section .item .iteminfo .date {
	width: 100%;
	margin-top: 10px;
    color: #9b7800;
}
#shincha #shincha_items section .item ul.group .date {
    color: #9b7800;
    margin-bottom: 10px;
}
#shincha #shincha_items section .item .iteminfo .date .season,
#shincha #shincha_items section .item .iteminfo .date .delivery,
#shincha #shincha_items section .item ul.group .date .delivery {
    padding: 10px 0;
    border-bottom: 1px solid #d3c594;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
}
#shincha #shincha_items section .item .iteminfo .date .season strong {
    background: #9b7800;
    color: #FFF;
    padding: 3px 10px;
	width: 100px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: .1em;
    margin-right: 15px;
}
#shincha #shincha_items section .item .iteminfo .date .season strong small {
    font-size: 10px;
    line-height: 120%;
}
#shincha #shincha_items section .item .iteminfo .date .delivery::before {
    content: "";
    background: url("../img/ico_delivery_pc.png") no-repeat center;
    background-size: 100%;
    width: 28px;
    height: 20px;
    display: block;
    margin-right: 15px;
}
#shincha #shincha_items section .item .iteminfo .date .memo {
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
}
#shincha #shincha_items section .example {
	font-family: "游ゴシック Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 0.6em;
	font-weight: normal;
	vertical-align: super;
}

/* 商品リスト */
#shincha #shincha_items section .item ul.itemlist li {
    width: 49%;
    background: url("../img/bg_paper-g.jpg");
    background-size: 40px;
    text-align: center;
}
#shincha #shincha_items section .item ul.itemlist li .memo,
#shincha #shincha_items section .item .memo {
    text-align: left;
	font-family: "游ゴシック Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 12px;
	font-weight: normal;
    line-height: 150%;
}
#shincha #shincha_items section .item .memo-achieve {
	margin-top: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 160%;
}
#shincha #shincha_items section .item ul.group li {
    background: none;
}
#shincha #shincha_items section .item ul.m100,
#shincha #shincha_items section .item ul.group li.m100 {
    margin-bottom: 40px;
}
#shincha #shincha_items section .item ul.group li a {
    position: relative;
}
#shincha #shincha_items section .item ul.group li a .ttl {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 25%;
}
#shincha #shincha_items section .item ul.group li a .emblem {
    position: absolute;
    top: -5px;
    left: 5px;
    width: 25%;
}
#shincha #shincha_items section .item ul.group li a .limited {
    position: absolute;
    top: 10px;
    left: 10px;
	width: 30%;
}
#shincha #shincha_items section .item ul.group li a figure img {
    margin-bottom: 10px;
}
#shincha #shincha_items section .item ul.itemlist li.set7,
#shincha #shincha_items section .item ul.group li.set7 a {
    background: url("../img/bg_paper-y.jpg");
}
#shincha #shincha_items section .item ul.itemlist li.set12,
#shincha #shincha_items section .item ul.group li.set12 a {
    background: url("../img/bg_paper-p.jpg");
}
#shincha #shincha_items section .item ul.itemlist li a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
#shincha #shincha_items section .item ul.group li a {
    background: url("../img/bg_paper-g.jpg");
    padding-bottom: 20px;
}
#shincha #shincha_items section .item ul.group li a.set7_item {
    background: url("../img/bg_paper-y.jpg");
    padding: 15px;
}
#shincha #shincha_items section .item ul.group li a.set12_item {
	position: relative;
    background: url("../img/bg_paper-p.jpg");
    padding: 15px;
}
#shincha #shincha_items section .item ul.itemlist li.set7 a,
#shincha #shincha_items section .item ul.group li a.set7_item {
    color: #9b7800;
}
#shincha #shincha_items section .item ul.itemlist li.set12 a,
#shincha #shincha_items section .item ul.group li a.set12_item {
    color: #c4402a;
}
#shincha #shincha_items section .item ul.itemlist li .price_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
    margin: 5px 0;
}
#shincha #shincha_items section .item ul.itemlist li.set .price_area,
#shincha #shincha_items section .item ul.group li a.set7_item .price_area,
#shincha #shincha_items section .item ul.group li a.set12_item .price_area {
    justify-content: center;
}
#shincha #shincha_items section .item ul.group li .itemname {
    display: block;
    background: #FFF;
    padding: 0 10px 10px;
}
#shincha #shincha_items section .item ul.itemlist li.set figure {
    margin-bottom: 9%;
}
#shincha #shincha_items section .item ul.itemlist li .price_area .quantity {
    font-size: 14px;
    line-height: 140%;
    font-weight: bold;
}
#shincha #shincha_items section .item ul.itemlist li .price_area .price {
    font-size: 16px;
    line-height: 160%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    letter-spacing: -0.02em;
}
#shincha #shincha_items section .item ul.itemlist li .price_area .price big {
    font-size: 28px;
    line-height: 100%;
}
#shincha #shincha_items section .item ul.itemlist li .price_area .price small {
    font-size: 8px;
    line-height: 100%;
}
#shincha #shincha_items section .item ul.itemlist li .discount {
    display: block;
    background: url("../img/bg_centerline.jpg") no-repeat -5% 50%, url("../img/bg_centerline02.jpg") no-repeat 105% 50%;
    background-size: 25px;
    background-color: #FFF;
    border: 1px solid #d3c594;
    border-radius: 3px;
    padding: 5px;
    color: #9b7800;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 11px;
    line-height: 140%;
    text-align: center;
    width: 100%;
}
#shincha #shincha_items section .item ul.itemlist li .price_area .discount {
    margin-bottom: 5px !important;
}
#shincha #shincha_items section .item ul.itemlist li .present {
    display: block;
    background: url("../img/bg_centerline.jpg") no-repeat -5% 50%, url("../img/bg_centerline02.jpg") no-repeat 105% 50%;
    background-size: 25px;
    background-color: #FFF;
    border: 1px solid #d3c594;
    border-radius: 3px;
    padding: 5px 3px;
    color: #9b7800;
    position: relative;
    font-weight: bold;
    font-size: 11px;
    line-height: 140%;
    margin: 5px 0 10px 0;
}
#shincha #shincha_items section .item ul.group li a.set7_item .present {
    margin-top: 0;
}
#shincha #shincha_items section .item ul.itemlist li .present::before {
    content: "";
    background: url("../img/fukidashi.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin: 0 0 0 -10px;
    transform: scale(1, -1);
}
#shincha #shincha_items section .item ul.itemlist li .btn {
	position: relative;
    color: #FFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0f7b1b;
    outline: 1px solid rgba(255,255,255,.3);
    outline-offset: -3px;
    letter-spacing: .05em;
    font-size: 14px;
    font-family: "游ゴシック Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
    line-height: 100%;
    transition: .5s;
    padding: 10px 0;
}
#shincha #shincha_items section .item ul.itemlist li .btn::before {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background:  url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat 6% 50%;
    background-size: 100%;
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
#shincha #shincha_items section .item ul.itemlist li.set7 .btn,
#shincha #shincha_items section .item ul.group li a.set7_item .btn {
    background-color: #9b7800;
}
#shincha #shincha_items section .item ul.itemlist li.set12 .btn,
#shincha #shincha_items section .item ul.group li a.set12_item .btn {
    background-color: #c4402a;
}
#shincha #shincha_items section .item ul.itemlist li a:hover {
    opacity: 1;
}
#shincha #shincha_items section .item ul.itemlist li a:hover .btn {
    background-position: 8% 50%;
}

/* 単品 */
#shincha #shincha_items section .item ul.itemlist li.single {
	position: relative;
    width: 100%;
	background: url("../img/bg_paper-g.jpg");
}
#shincha #shincha_items section .item ul.itemlist li.single a {
    display: flex;
	justify-content: flex-end;
    align-items: center;	
    padding: 20px;
    text-decoration: none;
	
}
#shincha #shincha_items section .item ul.itemlist li.single .btn {
    background-color: #0f7b1b !important;
}
#shincha #shincha_items section .item ul.itemlist li.single figure {
	margin: 0;
}
#shincha #shincha_items section .item ul.itemlist li.single .single_detail {
	display: flex;
	flex-direction: column;
	width: 80%;
	margin-left: 20px;
	text-align: left;
}
#shincha #shincha_items section .item ul.itemlist li.single .price_area_wrapper {
	display: flex;
	flex-direction:column;
	width: 100%;
}
#shincha #shincha_items section .item ul.itemlist li.single .price_area_b-sale {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
}
#shincha #shincha_items section .item ul.itemlist li.single .price_area {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
#shincha #shincha_items section .item ul.itemlist li.single .price_area .quantity {
    margin: 0; 
}
#shincha #shincha_items section .item ul.itemlist li.single .itemdetail {
	display: flex;
	flex-direction:column;
	width: 100%;
}
#shincha #shincha_items section .item ul.itemlist li.single  .memo_sale {
	font-size: 12px !important;
	line-height: 120%;
}
#shincha #shincha_items section .item ul.itemlist li.m100  .memo_sale {
	font-size: 12px !important;
	line-height: 120%;
}
#shincha #shincha_items section .item ul.group li .memo_sale {
	font-size: 12px !important;
	line-height: 120%;
}
#shincha #shincha_items #sweets .item ul.itemlist li .memo_sale {
	margin-top: 10px;
	font-size: 12px !important;
	line-height: 120%;
	text-align: left;
}

#shincha #shincha_items section .item ul.itemlist .price_memo {
	position:relative;
    background-color: #ede7aa;
    border-radius: 5px;
	margin-bottom: 5px;
    padding: 5px 10px;
    color: #a88c2a;
    font-weight: bold;
    font-size: 12px;
    line-height: 120%;
	
}
#shincha #shincha_items section .item ul.itemlist .price_memo:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(237, 231, 170, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    border-top-color:#EDE7AA;
    top:100%;
    left:50%;
}

#shincha #shincha_items .ttl_area {
    background: url("../img/ttl_bg.jpg") no-repeat 90% 0;
	background-size: 110%;
}
#shincha #shincha_items .barometer {
    background: url("../img/bg_circle01.jpg") no-repeat 100% 40%, url("../img/bg_circle02.jpg") no-repeat 0% 50%;
}
/* teabag */
#shincha #shincha_items #teabag .ttl_area::before {
    background: url("../img/cat_teabag.png") no-repeat center;
    background-size: 100%;
    content: "";
    width: 80px;
    height: 70px;
    display: block;
    margin: 0 5px 0 -20px;
}
#shincha #shincha_items #teabag #namashincha .photo {
    background: url("../img/namashincha_main-sp.jpg") no-repeat 50% 75%;
    background-size: cover;
}
#shincha #shincha_items #teabag #marugoto .photo {
    background: url("../img/marugoto_main-sp.jpg") no-repeat 50% 75%;
    background-size: cover;
}
#shincha #shincha_items #teabag #kokuuma .photo-half {
    background: url("../img/kokuuma_main.jpg") no-repeat 50% 50%;
    background-size: cover;
}
#shincha #shincha_items #teabag #ichibantsumi .photo-half {
    background: url("../img/ichibantsumi_main.jpg") no-repeat 50% 50%;
    background-size: cover;
}
#shincha #shincha_items #teabag #tsuyuhikari .photo-half {
    background: url("../img/tsuyuhikari_main.jpg") no-repeat 50% 50%;
    background-size: cover;
}

/* leaf */
#shincha #shincha_items #leaf .ttl_area::before {
    background: url("../img/cat_leaf.png") no-repeat center;
    background-size: 100%;
    content: "";
    width: 80px;
    height: 70px;
    display: block;
    margin: 0 5px 0 -20px;
}
#shincha #shincha_items #leaf #hachijyu .photo {
    background: url("../img/88_main-sp.jpg") no-repeat 50% 75%;
    background-size: cover;
}

/* gift */
#shincha #gift {
    margin: 60px 0 !important;
}
#shincha #gift .ttl_box {
    position: relative;
    border-bottom: 1px solid #254700;
    background: #FFF;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold;
}
#shincha #gift .ttl_box:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -6px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 2;
}
#shincha #gift .ttl_box:after {
    position: absolute;
    border: 15px solid transparent;
    border-top-color: #254700;
    border-bottom-width: 0;
    bottom: -15px;
    content: "";
    left: 50%;
    z-index: 1;
    margin-left: -7px;
}
#shincha #gift .ttl_box h4 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 15px;
	letter-spacing: 0.1em;
}
#shincha #gift .ttl_box p {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: .05em;
}
#shincha #gift ul.group {
    background: url("../img/bg_paper-y.jpg") !important;
    padding: 20px !important;
    margin: 30px 20px 0 20px !important;
}
#shincha #shincha_items section #gift.item ul.itemlist li {
    width: 100%;
}
#shincha #shincha_items section #gift.item ul.itemlist li a {
    background: none;
    color: #9b7800;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0;
    align-items: center;
}
#shincha #shincha_items section #gift.item ul.itemlist li figure {
    margin: 0;
    width: 55%;
}
#shincha #shincha_items section #gift.item ul.group li a figure img {
    margin-left: 0;
}
#shincha #shincha_items section #gift.item ul.group li .itemname {
    margin-bottom: 0;
    background: none;
}
#shincha #shincha_items section #gift.item ul.group li a .limited {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 55px;
}
#shincha #gift ul.group .single_detail {
    width: 45%;
}
#shincha #gift ul.group .price_area {
	justify-content: center !important;
}
#shincha #gift ul.group .btn {
    background-color: #9b7800 !important;
}
#shincha #shincha_items section #gift.item ul.attention {
    background: #fff;
    padding: 20px;
    margin: 20px 0 0 0;
    color: #333;
    box-sizing: border-box;
    width: 100%;
}
#shincha #shincha_items section #gift.item ul.attention li {
    background: none;
    text-align: left;
    list-style: disc;
    margin: 0 0 10px 20px;
    box-sizing: border-box;
    width: calc(100% - 20px);
}
#shincha #shincha_items section #gift.item ul.attention li:last-child {
    margin-bottom: 0;
}
#shincha #shincha_items section #gift.item ul.attention li a {
    color: #c4402a;
    text-decoration: underline;
    display: inline-block;
}

/* sweets */
#shincha #shincha_items #sweets .ttl_area::before {
    background: url("../img/cat_sweets.png") no-repeat center;
    background-size: 100%;
    content: "";
    width: 80px;
    height: 70px;
    display: block;
    margin: 0 10px 0 -20px;
}
#shincha #shincha_items #sweets .iteminfo {
	width: 90%;
	margin: 0 auto 40px;
}
#shincha #shincha_items #sweets .iteminfo .memo{
	font-size: 18px;
}
#shincha #shincha_items #sweets .item {
    margin-top: 0;
}
#shincha #shincha_items #sweets .item ul .itemname {
	width: 80%;
	margin-left: 10%;
}
#shincha #shincha_items #sweets .item ul.photo-left li,
#shincha #shincha_items #sweets .item ul.photo-right li{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
	margin: 10px auto 20px;
	padding-top: 0;
	background: url("../img/bg_paper-o.jpg");
	background-size: 40px;
	border-radius: 10px;
}
#shincha #shincha_items #sweets .item ul.photo-left li figure,
#shincha #shincha_items #sweets .item ul.photo-right li figure{
	width: 80%;
	margin: 10px auto;
	
}
#shincha #shincha_items #sweets .item ul.itemlist {
    position: relative;
}
#shincha #shincha_items #sweets .item ul.photo-right .icon {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 80px;
}
#shincha #shincha_items #sweets .item ul.photo-left .icon {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 80px;
}

#shincha #shincha_items #sweets .item .photo-left .itemintro,
#shincha #shincha_items #sweets .item .photo-right .itemintro{
    margin-bottom: 10px !important;
    color: #254700;
}

#shincha #shincha_items #sweets .item .photo-left .btn,
#shincha #shincha_items #sweets .item .photo-right .btn{
    background-color: #e26021 !important;
}
#shincha #shincha_items #sweets .item ul.photo-left li .price-btn,
#shincha #shincha_items #sweets .item ul.photo-right li .price-btn {
	display: flex;
	flex-direction: row;
    align-items: center;
}
#shincha #shincha_items #sweets .item ul.photo-left li .price_area,
#shincha #shincha_items #sweets .item ul.photo-right li .price_area{
	width: 50%;
	justify-content: center;
    align-items: center;
	color: #e26021;
}
#shincha #shincha_items #sweets .item ul.photo-left li .price_area .price big,
#shincha #shincha_items #sweets .item ul.photo-right li .price_area .price big{
	font-size: 36px;
    line-height: 100%;
}
#shincha #shincha_items #sweets .item ul.photo-left li .price-btn .discount-btn,
#shincha #shincha_items #sweets .item ul.photo-right li .price-btn .discount-btn {
	width: 50%;
}
#shincha #shincha_items #sweets .item .waguri-set {
	width: 90%;
	margin: 20px auto 40px;
}

#shincha #shincha_items #sweets .item .cheesecake-set {
	width: 90%;
	margin: 20px auto 40px;
}

/* お得なセット */
#shincha #shincha_items #otoku-set .ttl_area::before {
    background: url("../img/cat_otoku-set.png") no-repeat;
	background-size: 100%;
    content: "";
    width: 80px;
    height: 70px;
    display: block;
    margin: 0 10px 0 -20px;
}
#shincha #shincha_items #otoku-set .iteminfo {
	width: 90%;
	margin: 0 auto 20px;
}
#shincha #shincha_items #otoku-set .iteminfo .memo{
	font-size: 18px;
}
#shincha #shincha_items #otoku-set .item {
    margin-top: 0;
}
#shincha #otoku-set .ttl_box {
    position: relative;
    border-bottom: 1px solid #254700;
    background: #FFF;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 40px 20px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold;
}
#shincha #otoku-set .ttl_box:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -6px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 2;
}
#shincha #otoku-set .ttl_box:after {
    position: absolute;
    border: 15px solid transparent;
    border-top-color: #254700;
    border-bottom-width: 0;
    bottom: -15px;
    content: "";
    left: 50%;
    z-index: 1;
    margin-left: -7px;
}
#shincha #otoku-set .ttl_box h4 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 0;
	letter-spacing: 0.1em;
}
#shincha #otoku-set ul.group {
    padding-top: 10px;
}
#shincha #otoku-set ul.group li a {
    background: url("../img/bg_paper-y.jpg") !important;
    color: #9b7800;
	margin-top: 10px;
	padding-top: 30px !important;
}
#shincha #otoku-set ul.group li .price_area {
    align-items: center !important;
}
#shincha #otoku-set ul.group li .btn {
    background-color: #9b7800 !important;
}
#shincha #otoku-set ul.group li a .otoku {
    position: absolute;
    top: -10px;
    left: 5%;
	width: 90%;
}
#shincha #otoku-set ul.group li a .icon {
    position: absolute;
    top: 20px;
    left: -10px;
}
#shincha #otoku-set ul.group li a .icon img {
    width: 50px;
	height: 50px;
}
#shincha #otoku-set .price_area {
	display: flex;
	align-items: center !important;
}
#shincha #otoku-set .special-offer {
	position:relative;
    display: flex;
	align-items: center;
    background-color: #ede7aa;
    border-radius: 3px;
	margin-bottom: 3px;
    padding: 5px;
    color: #a88c2a;
    font-weight: bold;
    font-size: 10px;
    line-height: 100%;
}
#shincha #otoku-set ul.side-photo {
	display: flex;
	align-items: flex-end;
}
#shincha #otoku-set .side-photo01 {
	width: 49%;
	height: 295px;
    background: url("../img/otoku-set_photo01.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
#shincha #otoku-set .side-photo02 {
	width: 49%;
	height: 295px;
    background: url("../img/otoku-set_photo02.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 50%;	
}
#shincha #shincha_items section#otoku-set .item ul.group li {
    margin-top: 20px;
}
#shincha #shincha_items section#otoku-set .item ul.group li:nth-child(1),
#shincha #shincha_items section#otoku-set .item ul.group li:nth-child(2) {
    margin-top: 0;
}

/* notice */
#shincha #notice {
	margin: 0;
}
#shincha #notice .ttl_box {
    position: relative;
    border-bottom: 1px solid #254700;
    background: #FFF;
    text-align: center;
    padding: 0 20px 20px 20px;
    margin: 0 0 40px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: bold;
}
#shincha #notice .ttl_box:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -6px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 2;
}
#shincha #notice .ttl_box:after {
    position: absolute;
    border: 15px solid transparent;
    border-top-color: #254700;
    border-bottom-width: 0;
    bottom: -15px;
    content: "";
    left: 50%;
    z-index: 1;
    margin-left: -7px;
}
#shincha #notice .ttl_box h2 {
	font-size: 22px;
	line-height: 140%;
	letter-spacing: 0.1em;
}
#shincha #notice .ttl_box h2::before {
	content: "";
	display: block;
	background: url("../img/ico_noticetruck.png") no-repeat;
	background-size: 100%;
	width: 60px;
	height: 50px;
	margin: 0 auto 5px auto;
}
#shincha #notice .attention {
    display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
#shincha #notice .attention h3 {
    border-bottom: 3px solid #c4402a;
    padding-bottom: 10px;
    font-weight: bold;
	font-size: 17px;
    line-height: 100%;
    color: #c4402a;
}
#shincha #notice .attention::before {
	content: "";
	display: inline-block;
    background: url("../img/ico_notice.png") no-repeat;
    background-size: 100%;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
#shincha #notice .inner {
	padding: 0 20px;
}
#shincha #notice section {
	margin-bottom: 20px;
	border: 2px solid #c4402a;
	border-radius: 10px;
}
#shincha #notice section h4 {
	background: #c4402a;
	border-radius: 5px 5px 0 0;
	padding: 8px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
    font-weight: bold;
	line-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#shincha #notice section h4::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
}
#shincha #notice .delivery h4::before {
	background: url("../img/ico_notice_delivery.png") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 30px;
}
#shincha #notice .postage h4::before {
	background: url("../img/ico_notice_postage.png") no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
}
#shincha #notice .wrapping h4::before {
	background: url("../img/ico_notice_wrapping.png") no-repeat;
	background-size: 100%;
	width: 28px;
	height: 28px;
}
#shincha #notice section .box {
	padding: 20px;
}
#shincha #notice section .box h5 {
	color: #c4402a;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	margin: 0 0 10px 0;;
}
#shincha #notice section .box .subscription {
	margin-top: 20px;
	color: #333;
}
#shincha #notice section .box ul li {
	margin: 0 0 15px 1em;
	color: #333;
	font-size: 16px;
	line-height: 160%;
	text-indent: -1em;
}
#shincha #notice section .box ul li:last-child {
	margin-bottom: 0;
}
#shincha #notice section .box ul li::before {
	content: "・";
	font-feature-settings: normal;
}
#shincha #notice section .box ul li.kome::before {
	content: "※";
}
#shincha #notice section .box strong,
#shincha #notice section .box a {
	color: #c4402a;
    font-weight: normal;
}
#shincha #notice section .box a {
	text-decoration: underline;
}
#shincha #notice section .box figure {
	margin-top: 30px;
}

/* anchorlink */
#shincha .anchorlink {
	background: url("../img/bg_wagara.png");
	background-color: #6ba01f;
	background-size: 40px;
	padding: 14px 10px 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}
#shincha .anchorlink ul {
	display: flex;
	justify-content: space-between;
}
#shincha .anchorlink ul li {
	position: relative;
	width: 23%;
	font-size: 12px;
    font-weight: bold;
	line-height: 120%;
	background: #FFF;
	box-shadow: 0 3px 0 rgba(0,0,0,.1);
	text-align: center;
}
#shincha .anchorlink ul li a {
	padding: 12px 0 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#shincha .anchorlink ul li.leaf,
#shincha .anchorlink ul li.otoku-set {
	padding: 8px 0;
}
#shincha .anchorlink ul li a::before {
	position: absolute;
	top: -7px;
	width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-arrow-down-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2013.5a.5.5%200%200%201-.5.5h-6a.5.5%200%200%201%200-1h4.793L2.146%202.854a.5.5%200%201%201%20.708-.708L13%2012.293V7.5a.5.5%200%200%201%201%200v6z%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-size: 8px;
    transform: rotate(-135deg);
    display: inline-block;
    content: "";
    transition: .5s;
}
#shincha .anchorlink ul li.teabag a::before {
    background-color: #8baf2b;
}
#shincha .anchorlink ul li.leaf a::before {
    background-color: #0f7b1b;
}
#shincha .anchorlink ul li.sweets a::before {
    background-color: #cd9d2c;
}
#shincha .anchorlink ul li.otoku-set a::before {
    background-color: #c46e50;
}
#shincha #notice section .box .photo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
#shincha #notice section .box .photo .click {
    margin-right: 2%;
    width: 33%;
}
#shincha #notice section .box .photo picture {
    width: 65%;
}

/* ページトップへ */
#shincha .pagetop {
	width: 90%;
	margin: 30px auto 50px;
    padding: 15px 0;
	border:  1px solid #d3c594;
    font-size: 15px;
    line-height: 140%;
}

#shincha .pagetop a {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	font-size: 14px;
    font-weight: bold;
	line-height: 120%;
}

#shincha .pagetop a::after {
	width: 15px;
    height: 15px;
	margin-left: 10px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-arrow-down-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2013.5a.5.5%200%200%201-.5.5h-6a.5.5%200%200%201%200-1h4.793L2.146%202.854a.5.5%200%201%201%20.708-.708L13%2012.293V7.5a.5.5%200%200%201%201%200v6z%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-size: 8px;
	background-color: #8baf2b;
    transform: rotate(-135deg);
    display: inline-block;
    content: "";
    transition: .5s;
}

/* バナーエリア */
#shincha .bnr-area {
    margin: 20px;
    text-align: center;
}