body {
	background-color: #FFF;
   font-family: 'Noto Sans JP', sans-serif;
}

a {
	color: #62514b;
}

a:hover,
a:focus{
	color: #907a73;
	text-decoration: none;
}

.btn {
	border-radius: 0;
    border:initial;
}

ul, ol, form, p {
	margin: 0;
}

ol, ul {
	list-style: none;
}



/*
 * layout
 */

.container {
	width: 1500px;
	margin: 0 auto;
}

ul.product-list:last-of-type{ morgin-bottom:0;}

/* header */

.header-tools__btn-gnavi {
	position: relative;
	padding: 7px 15px 7px 10px;
	font-size: 13px;
}

/*スライダー：start*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	width: 800px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 400px !important;
	background: #fff;
	left: 0px !important;
}

.slider-box {
    min-width: 1500px;
    overflow: hidden;
}

.slider-bg {
	position: relative;
	height: 420px;
  padding-bottom: 10px;
  background: #62bbf9;
}

.slider-bottom{	
  background: url(https://www.myatt-ec.jp/tamafriends-shop/img/slider-bottom.png) repeat-x left top; height: 80px;
min-width: 1500px;
    overflow: hidden;
  margin-top: -5px;
}

/*スライダー：end*/

.fa-user,
.fa-envelope,
.fa-newspaper-o,
.fa-star,
.fa-check-square,
.fa-paper-plane {
	padding-right: 4px;
}

.btn-primary-gnavi {
	border-bottom: 3px solid #6F3E2D;
	color: #6F3E2D;
}
.btn-primary-gnavi:hover {
	border-bottom: 3px solid #E9AE23;
	color: #E9AE23;
}
.promo__seciton {
	background-color: < {
		$key_color
	}
	>;
	width: 100%;
	min-height: 49px;
}

.promo {
	background: < {
		$key_color
	}
	>;
}

.promo__text {
	color: #999999;
	text-align: center;
	padding: 14px 0;
	letter-spacing: 1px;
	font-weight: bold;
	background: < {
		$key_color
	}
	>;
}

.header__section {
	
}
.header-img{position: relative; height: 105px;}

.header-img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 70px;
	background: url(https://www.myatt-ec.jp/tamafriends-shop/img/header-img.png) no-repeat right top;
    background-size: contain;
}

.header-bg-bottom{
	width: 100%;
	height:50px;
	background: url(https://www.myatt-ec.jp/tamafriends-shop/img/cloud.png) repeat-x left bottom;
  background-size:auto 90%;
  min-width: 1500px;
    overflow: hidden;

}
.header-tools {
	float: right;
	margin: 70px 0 0;
	text-align: right;
}

.header-tools__unit {
	display: inline;
	margin-left: 5px;
	line-height: 1.4;
}

.header-tools__unit-cart {
	margin-left: 21px;
}

.header-tools__btn {
	position: relative;
	padding: 7px 15px 7px 34px;
	font-size: 12px;
}

.header-tools__btn i {
	position: absolute;
	top: 9px;
	left: 6px;
	font-size: 14px;
}

.header-tools__count {
	padding: 0 2px;
	font-size: 14px;
}

.header__logo-img {
	margin:0;
  width:450px;
}

.header__logo {
	margin: 10px 0;
}

.header-gnavi {
	list-style-type: none;
	position: relative;
}

.header-gnavi__unit {
	display: inline;
}

.header-gnavi__link {
	padding: 15px 30px;
}

.header-gnavi__link--menu {
	position: relative;
	border: 1px solid < {
		$bordercolor_secondary
	}
	>;
	border-bottom: none;
	padding: 14px 29px 15px;
	background: #fff;
	z-index: 55;
}

.mega-navi {
	display: none;
	list-style-type: none;
	border: 1px solid < {
		$bordercolor_secondary
	}
	>;
	width: 1220px;
	position: absolute;
	top: 32px;
	left: 0;
	padding: 39px;
	background: #fff;
	z-index: 50;
	text-align: left;
}

.mega-navi__unit {
	padding: 10px;
	text-align: left;
	width: 31%;
	display: inline-block;
	vertical-align: top;
}

.mega-navi__link {
	display: block;
	width: 100%;
}



/* slider */


/*
#slider div {
  width: 1300px !important;
}

.slider {
  margin: 0 auto 60px;
  width: 1300px;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}*/

.slider .bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	left: 0 !important;
	border: none !important;
}

.slider .bx-wrapper .bx-caption {
	background: #000;
	background: rgba(0, 0, 0, 0.6);
}

.slider .bx-wrapper .bx-caption span {
	font-size: 18px;
	padding: 30px;
}



/* main */

.main__section {
	border-bottom: 1px solid < {
		$bordercolor_primary
	}
	>;
	padding: 30px 0;
	overflow: hidden;
}

/* sidebar */

.header-search {
	position: relative;
	width: 240px!important;
}


.header-search__box {
	min-width: 190px;
	background: none;
	border: none;
	border-radius: 3px;
	color: #333;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	height: 40px;
	padding-left: 30px;
}

.header-search i {
	position: absolute;
	top: 15px!important;
	left: 10px;
}



/*左サイド*/

.sidebar__section {
	float: left;
	width: 240px;
	margin-right: 25px;
}

.menu__section {
	margin-bottom: 30px;
}

.more-prd span {
	cursor: pointer;
}



/*右サイド*/

.side_right {
	float: right;
	width: 240px;
	position: relative;
}

.side_right .history_loop {
	width: 240px;
  	height:180px;
	margin: 0px auto 12px;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.side_right .history_loop ul {
	width: 220px;
	margin: 0px auto;
}

.side_right .history_loop li {
	width: 200px;
	margin: 4px auto;
	text-align: center;
	font-size: 10px;
	padding: 4px 0px;
	line-height: 2.2em;
	border-bottom: dotted 1px #CCC;
}

.history_loop ul .checkitemimg {
	width: 180px;
	padding: 4px;
	background-color: #eee;
	margin: 0px auto 4px;
}

.checkitemimg img {
	width: 100%;
}

.history_loop ul .name {
	height: 2em;
	overflow: hidden;
}

#loopslider_wrap > ul{height:initial!important}

/* breadcrumb.sort */

.breadcrumb__section {margin: 0 0 10px 0;}

.breadcrumb-list__unit {
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
	width: 30%;
  margin-left: 10px;
}

.sort--sub-layer {
	min-width: 200px;

	width: 100%;
}



/* contents */

.contents__section {
	float: left;
	width: 970px;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
	margin-bottom: 30px;
}

.product-list__section {
	position: relative;
}

.free-space__section {
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
	margin-top: 40px;
}

.sub-list {
	padding-bottom: 60px;
	font-size: 0;
}

.sub-list__unit {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 20px;
	width: 32.3%;
	font-size: 14px;
}

.sub-list__img {
	padding-bottom: 10px;
	width: 250px;
}

.sub-list__link {
	display: block;
}

.sub-list__name {
	display: block;
}

.product-list__freespace-top {
	padding-bottom: 60px;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
	padding-top: 60px;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}



/* information */

.info {
	margin-top: 40px;
}

.info-list {
	list-style-type: none;
}

.info-list__unit {
	padding-bottom: 30px;
}

.info-list__date {
	display: block;
	padding-bottom: 10px;
}



/* history */

.history__section {
	clear: both;
	border-top: 1px solid < {
		$bordercolor_secondary
	}
	>;
	padding-top: 60px;
}



/* footer */

.footer__section {
	border-bottom: 1px solid < {
		$bordercolor_primary
	}
	>;
}

.footer__guide {
	padding-bottom: 30px;

	margin-bottom: 60px;
	border-bottom: 1px solid < {
		$bordercolor_secondary
	}
	>;
}

.guide__col {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}

.guide__col--one-third {
	width: 30%;
}

.guide__col--half {
	width: 625px;
}

.guide__h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f98fc1;
	font-size: 16px;
}

.guide__list {
	margin: 0;
}

.guide__name {
	padding-bottom: 15px;
}

.guide__other {
	margin: 0;
	padding-bottom: 30px;
	color: < {
		$sub_key_color
	}
	>;
}
.guide__other img { margin-right:5px;}
.footer__navi {
	border-top: #f98fc1 1px solid;
	border-bottom:#f98fc1 1px solid;
	padding-top: 2em;
	padding-bottom: 2em;
}

.shop-owner {
	overflow: hidden;
}

.shop-owner__img {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.shop-owner__info {
	float: left;
	width: 290px;
}

.shop-owner__name {
	margin-bottom: 16px;
	font-weight: bold;
}

.shop-owner__memo {
	line-height: 1.8;
}

.sns-list {
	list-style-type: none;
	padding-bottom: 60px;
}

.sns-list__unit {
	display: table-cell;
	padding-right: 5px;
}

.footer-navi__col {
	list-style-type: none;
	line-height: 2.2;
}

.pagetop__btn {
	display: block;
	padding: 18px 0;
	width: 100%;
	max-width: 50px;
	float: right;
}



/* copyright */

.copyright__section {
	padding: 20px 0;
	font-size: 10px;
}

.copyright {
	margin: 0 0 10px 10px;
}

.copyright a {
	color: #1186a5
}

.copyright__img {
	width: 200px;
	height: 18px;
	margin: 0 0 5px 5px;
}



/* menu-list */

.menu-list {
	margin: 10px 0 0;
	list-style-type: none;
}

.menu-list--more-prd {
	margin: 10px 0 20px;
}

.menu-list__link {
	display: table;
	padding: 10px 0;
	width: 100%;
}

.menu-list__text {
	display: table-cell;
	padding-right: 10px;
	font-size: 1.2em;
	padding-left: 1em;
}

.menu-list__icon {
	display: table-cell;
	vertical-align: top;
	width: 10%;
	text-align: right;
	padding-top: 0.5em;
}

.category-list__unit {
	position: relative;
}



/* calender */

.cal {
	margin: 20px 0 60px;
	text-align: center;
}

.tbl_calendar {
	margin-bottom: 20px;
	width: 100%;
}

.tbl_calendar caption {
	text-align: center;
	padding: 6px 0;
}

.tbl_calendar th {
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
}

.tbl_calendar td {
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
}



/* qrcode */

.qrcode {
	margin: 20px 0 60px;
	text-align: center;
}



/* product-list */

.product-list {
	list-style-type: none;
	font-size: 0;
	margin-top: 20px;
}

.product-list__unit {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 40px;
	vertical-align: top;
	position: relative;
}

.product-list__unit-sm {
	width: 110px;
}

.product-list__unit-md {
	width: 141px;
}

.product-list__unit-lg {
	width: 303px;
}

.product-list__unit--sidebar {
	display: block;
	margin: 0 0 20px;
}

.product-list__image:hover {
	opacity: 0.8;
}
.sidebar__section img:hover,
.side_right img:hover{
  opacity: 0.8;
}
.product-list__image--sm {
	max-width: 110px;
}

.product-list__text {
	display: block;
	font-size: 1.1em;
}

.product-list__name {
	font-weight: bold;
	margin-top: 20px;
	text-align: left;
	line-height: 1.6;
	font-size: 1.1em;
    color:#6F3E2D;
}

.product-list__name--sidebar {
	margin-top: 0;
	margin-left: 10px;
}

.product-list__expl {
	margin-top: 20px;
	text-align: left;
}

.product-list__prices {
	margin-top: 10px;
	text-align: left;
    color:#62514b;
}

.product-list__prices--sidebar {
	margin-left: 10px;
}

.product-list__price-regular {
	text-decoration: line-through;
}

.product-list__price-soldout {
	color: #F43D38;
}

.product-list__discount-rate {
	color: #F43D38;
}

.rank-box {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 5;
}

.rank-box--sidebar {
	top: 10px;
}

.rank-number {
	background: #bbe2f7;
	color: #000;
	font-weight: bold;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 1.2em;
    line-height:2;
}

.rank-number--sidebar {
	width: 35px;
	height: 35px;
}

.rank-number-color--1 {
	background: #ffea22;
	line-height: 2;
}

.rank-number-color--2 {
	background: #cbcbcb;
	line-height: 2;
}

.rank-number-color--3 {
	background: #d9a300;
	line-height: 2;
}



/* pagenation */

.pagenation {
	position: relative;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.pagenation .disabled {
	color: #ccc;
}

.pagenation-prev {
	position: absolute;
	left: 0;
}

.pagenation-pos {
	line-height: 0.8;
}

.pagenation-pos__number {
	margin: 0 5px;
	font-size: 22px;
}

.pagenation-next {
	position: absolute;
	right: 0;
}



/* product */

.product__section {
	margin-bottom: 120px;
}

.product__section h2 {
	border-bottom: none;
	font-size: 22px;
}

.product__explain {
	padding-top: 60px;
	line-height: 1.8;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
	color: < {
		$sub_key_color
	}
	>;
}

.product__image-main {
	text-align: center;
}

.product__image-thumb ul li {
	cursor: pointer;
	margin-bottom: 25px;
	padding: 0 10px;
}

.image__thumb {
	padding: 2px;
	border: 2px solid #fff;
}

.image__thumb--active {
	border: 2px solid < {
		$bordercolor_secondary
	}
	>;
}

.product__guide {
	padding: 0 0 60px;
}

.product__price-part {
	font-size: 22px;
	padding-bottom: 5px;
}

.product__price-regular {
	padding-bottom: 5px;
}

.product__price-establish {
	padding-bottom: 5px;
	color: < {
		$sub_key_color
	}
	>;
}

.product__discount {
	color: #F43D38;
}

.product__stock-str {
	padding-top: 30px;
	font-size: 22px;
}

.product__related-list__link {
	display: block;
	padding: 5px 0;
}

.product__related-list__link span {
	padding-left: 15px;
}

.product__order {
	border-top: 1px solid < {
		$bordercolor_secondary
	}
	>;
	border-bottom: 1px solid < {
		$bordercolor_secondary
	}
	>;
	padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
	padding-bottom: 10px;
	font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
	margin: 0;
}

.option-list__select {
	height: 50px;
	border: 2px solid < {
		$bordercolor_secondary
	}
	>;
}

.text-titles-list__detail-text {
	height: 50px;
	border: 2px solid < {
		$bordercolor_secondary
	}
	>;
}

.init-list__detail-num {
	width: 200px;
	height: 38px;
	display: inline-block;
}
input[type="text"]{
    border-radius: 3px;
    color: #62514b;
    font-size: 1.2em;
    line-height:1;
    border: 1px solid #62514b;
}

.init-list__detail-updw {
	margin: 0;
	padding-left: 10px;
	vertical-align: middle;
	display: inline-block;
}

.init-list__detail-unit {
	padding-left: 10px;
}

.order-btn-list {
	margin: 0;
	padding-top: 30px;
}

.stock_error {
	text-align: center;
	color: #cf0400;
}

.option-table {
	margin: 40px 0;
}

.option-table table {
	width: 95%;
	margin: 0 auto;
	border-bottom: 1px solid < {
		$bordercolor_secondary
	}
	>;
	border-left: 1px solid < {
		$bordercolor_secondary
	}
	>;
}

.option-table table th, .option-table table td {
	padding: 11px 7px;
	border-top: 1px solid < {
		$bordercolor_secondary
	}
	>;
	border-right: 1px solid < {
		$bordercolor_secondary
	}
	>;
}

.option-table table th {
	text-align: center;
}

.option-table table td {
	vertical-align: top;
	text-align: center;
}

.related-list {
	text-align: right;
	padding-right: 15px;
}

.related-list__unit {
	display: inline-block;
}



/* option detail */

.option-detail__section {
	padding: 20px;
	text-align: center;
}

.option-detail__table th {
	text-align: center;
}

.option-detail__table td {
	text-align: center;
}

.option-detail__price--regular {
	text-decoration: line-through;
}

.option-detail__discount {
	color: #F43D38;
}



/* privacy.shopkeeper */

.shop-info__lead {
	margin: 40px 0 20px;
	line-height: 1.8;
}


.shop-info-list__title {
	padding: 20px 0 5px;
  color:#62514b;
  font-size:1.2em;
}

.shop-info-list__title:first-child {
	padding: 0 0 5px;
}

.shop-info-list__note {
	margin: 0;
	line-height: 1.8;
}




/*
 * Module
 */

.section__title-h2{ 
  width:970px; height:45px; background:url(https://www.myatt-ec.jp/tamafriends-shop/img/ttl-center.png) no-repeat left bottom;padding-left: 80px;box-sizing:border-box; margin-bottom:0;line-height:37px;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
.section__title-h2-history{
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 600;
    padding-left: 10px;
    background-color: #f6f6f6;}
}

/*ボタン*/

.btn_blue {
	display: inline-block;
	padding: 0.8em 1em 0.5em 1em;
	text-decoration: none;
	background: #00a0e9;
	/*ボタン色*/
	color: #FFF;
	line-height: 1;
	border-bottom: solid 3px #008bcb;
	border-radius: 4px;
	font-weight: 600;
}

.btn-primary {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background: #ebad24;
	font-weight: bold;
}

.btn-primary:hover {
	background: #ff9b00;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.btn-secondary {
	background: #48A3FF;
	border: 1px solid #48A3FF;
	color: #fff;
}

.btn-secondary:hover {
	background: #48A3FF;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.btn-tertiary {
	background: #cf0400;
	border: 1px solid #cf0400;
	color: #fff;
}

.btn-tertiary:hover {
	background: #cf0400;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
	padding: 20px 0 22px 0;
}

.btn__addcart i, .btn__quick i, .btn__soldout i {
	margin-right: 10px;
}

.btn__addcart span, .btn__quick span, .btn__soldout span {
	vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
	background-color: #cf0400;
	color: #fff;
}

.txt--sm {
	font-size: 10px;
}

.txt--md {
	font-size: 12px;
}

.txt--lg {
	font-size: 16px;
}

.info-tel{border: #e72410 2px solid;padding: 1.5em;margin-left:auto;margin-right: auto;text-align: center;display: inline-block;font-size: 1em;
    line-height: 1.6;}		
.list-kome { margin-left: 1em;}
.list-kome li {
  list-style: none;
  position: relative;
}

.list-kome li::before {
  content: '※';
	margin-left: -1em;
	color: #e72410;
	padding-right: .2em;
}
		
.size-L {
    font-size: 1.4em;
}

.txt--c {
	text-align: center;
}

.txt--r {
	text-align: right;
}

.txt--red {
	color: #F43D38;
}

.txt--gray {
	color: #999;
}

.border--none {
	border: none;
}

.mar-t--20 {
	margin-top: 20px;
}

.mar-b--20 {
	margin-bottom: 20px;
}

.mar-b--60 {
	margin-bottom: 60px;
}

.width--110 {
	width: 110px;
}

.width--160 {
	width: 160px;
}

.hide {
	display: none;
}



/* textarea input */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	outline: none;
}



/* ◆◆追加◆◆ */


/* キャラクター一覧 */

.charalist_wrap {}

.charalist_img {
	float: left;
	width: 250px;
	margin: 35px;
}



/*add-slider*/

#slider {
	min-width: 800px;
	overflow: hidden;
	background: #00a0e9;
}

#slider .bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 400px;
}

.bx-wrapper .bx-prev {
	left: -50px !important;
}

.bx-wrapper .bx-next {
	right: -50px !important;
}

.bx-wrapper {
	max-width: 2400px!important;
}

.bx-wrapper img {
	border-left: 2px #FFF solid;
	box-sizing: border-box;
	height: 400px;
}

.bx-wrapper div {
	margin-left: auto;
	margin-right: auto;
}

.bx-wrapper {
	margin-bottom: 50px!important;
}



/*add*/
/*
.cate_ttl {
	width: 240px;
	height:80px;
	background: url(https://www.myatt-ec.jp/tamafriends-shop/img/ttl-side-tama.png) no-repeat;
	padding-left:80px;
	box-sizing: border-box;
	font-size: 1.2em;
    display: flex;
    align-items: center;
}
*/
.cate_ttl,
.cate_ttl_tama-q,
.cate_ttl_bull,
.cate_ttl_momo,
.cate_ttl_pochi
{
	width: 240px;
	height:80px;
	padding-left:80px;
	box-sizing: border-box;
	font-size: 1.2em;
    display: flex;
    align-items: center;
}

.cate_ttl{
	background: url(https://www.myatt-ec.jp/tamafriends-shop/img/ttl-side-tama.png) no-repeat;
}


.cate_ttl_tama-q {
	background: url(https://www.myatt-ec.jp/tamafriends-shop/img/ttl-side-tama-q.png) no-repeat;
}

.cate_ttl_bull{
	background: url(https://www.myatt-ec.jp/tamafriends-shop/img/ttl-side-bull.png) no-repeat;
}
.cate_ttl_momo{
	background: url(https://www.myatt-ec.jp/tamafriends-shop/img/ttl-side-momo.png) no-repeat;
  margin-top:0;
}
.cate_ttl_pochi{
	background: url(https://www.myatt-ec.jp/tamafriends-shop/img/ttl-side-pochi.png) no-repeat;
}


.charalist_img {
	float: left;
	width: 250px;
	margin: 35px;
}






/* margin padding */

.margin-auto {
	margin: auto
}

.pt50 {
	padding-top: 50px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}
.mt-l {
	margin-top: 40px !important;
}
.mt-m {
	margin-top: 20px !important;
}
.mt-xxl {
	margin-top: 100px !important;
}
.mb-m {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}

.

@media only screen and (min-width: 540px) {
	/*ご注文方法*/
	.how_order {
		padding: 8px;
		list-style-position: inside;
		margin: 16px auto;
		list-style-type: decimal;
		background-color: #c3e8f9;
		width: 100%;
		box-sizing: border-box;
	}
	.how_order li {
		padding: 8px;
		margin: 8px;
		background-color: #FFF;
		font-size: 1.2em;
		font-weight: bold;
		color: #00a0e9;
		text-align: left;
	}
	.how_order li span {
		display: block;
		font-size: 0.7em;
		color: #666;
		font-weight:500;
	}
}

@media only screen and (max-width: 539px) {
	/*ご注文方法*/
	.how_order {
		padding: 8px;
		list-style-position: inside;
		margin: 16px auto;
		list-style-type: decimal;
		border: solid 1px #999;
		background-color: #EEE;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.how_order li {
		padding: 8px;
		margin: 8px;
		background-color: #FFF;
		font-size: 0.7em;
		font-weight: bold;
		color: #C60;
		text-align: center;
	}
	.how_order li span {
		display: block;
		font-size: 0.6em;
		color: #666;
		font-weight:500;
	}

	.flee_p_sim .midashi {
		font-size: 1.2em;
		color: #FFF;
		font-family: "メイリオ", Meiryo, mplus-1p-regular, mplus-2p-regular, sans-serif;
		line-height: 1.6em;
		clear: both;
	}
	b {
		color: #C00;
	}

}

a.back_to_top,
.btn-more {
	background-color: #ebad24;
	color: #fff!important;
	padding: 0.5em 1em;
	line-height: 1;
	text-align: center;
	text-decoration: none!important;
	display: inline-block;
}

.back_to_top:hover,
.btn-more:hover {
	background-color:#ff9b00;
	color: #FFF!important;
}


/*テキストリンクの色*/


.menu-list a:hover,
.product-list a:hover {
	color: #CCC;
	text-decoration: none;
}



/* float */

.fl {
	float: left
}

.fr {
	float: right
}



/*ニュース*/

.newswrap>div {
	padding: 10px;
	border: 1px solid #aaa;
	max-height: 160px;
	overflow: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	font-size: 1.2em;
}

.newswrap>div>div {
	border-bottom: 2px #d9d9d9 solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.newswrap>div>div:after {
	clear: both;
	content: '';
	display: block;
}

.newswrap>div>div:last-child {
	margin-bottom: 0;
}

.newswrap>div>div>a {
	float: left;
	width: 150px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*border: 1px solid #aaa;*/
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}

.newswrap>div>div>a img {
	display: block;
	width: 100%;
}

.newswrap>div>div>a:hover {
	opacity: .7;
	text-decoration: none !important;
}
/*
.newswrap>div>div>div {
	float: right;
	width: calc(100% - 170px);
}
*/
.newswrap>div>div>div strong {
	font-weight: bold;
}

.newswrap>div>div>div time {}

.newswrap>div>div>div p {
	margin-top: 1em;
}

.btn-blue {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #00a0e9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0.5em 1em;
}

.btn-blue a {
	text-decoration: none;
	color: #fff;
}

.size-small {
	font-size: 0.8em;
}



/*商品写真の拡大*/

#mordal>div>div>img {
	/*widthとheight入れると商品写真の拡大が効かない*/
	max-width: initial;
	width: initial;
	height: initial;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}



/*twitter*/

.btn-twitter {
	position: relative;
	display: inline-block;
	color: #FFF;
	line-height: 1;
	padding: 8px 8px;
	box-sizing: border-box;
	background-color: #1b95e0;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	font-size: .8em;
	cursor: pointer;
}

.btn-twitter a {
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}

.btn-twitter:hover {
	background-color: #0c7abf;
}



/*add-お知らせ*/
/*
.contents__section .info_ttl {
	width: 970px;
	height: 45px;
	background: url(https://www.myatt-ec.jp/tamafriends-shop/img/info-ttl.png) no-repeat;
	padding-left: 50px;
	box-sizing: border-box;
}
*/
.ttl-fish{
  width:970px;
  height:45px;
  background: url(https://www.myatt-ec.jp/tamafriends-shop/img/ttl-fish.png) no-repeat left bottom;
  padding-left: 80px;
  box-sizing:border-box;
  margin-bottom:0;
  line-height:37px;
}
.info_ttl {font-size: 1.8em; width:970px; height:45px; background:url(https://www.myatt-ec.jp/tamafriends-shop/img/ttl-center.png) no-repeat left bottom;padding-left: 80px;box-sizing:border-box; line-height:35px;text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;}
.br-pc {
	display: block;
}

.br-sp {
	display: none;
}

/*
ul.asterisk02{ margin-top:1em;}
ul.asterisk02 li
{
	position: relative;
	margin-left: 1em;
	margin-bottom: 0.2em;
}

ul.asterisk02 > li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -1em;
	width: 6px;
	height: 6px;
	content: "※";
	color: #999;
}
*/
/*フリースペース用:start********************************************************/
.flee_container{ }
h2.page_ttl {
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #f43d38;
  font-size:1.9em;
  font-weight:500;
  margin-top:0;
}
.free-in{ padding-left:1em; padding-right:1em; font-size:1.2em;color: #62514b;
}
.free-in h3{ font-size:1.2em; font-weight:600; line-height:1.2em; margin-bottom:.5em;color:#62514b;}
.free-in a{ text-decoration:underline;}

/* ご利用ガイド */
.box-info{ background-color:#fffae6; padding:1em 2em; box-sizing: border-box;position: relative; width: 100%; height:300px; font-size:1.2em;}
.box-info h3{font-size:1.4em;color: #62514b; text-align: center; margin: 0;}

.bg-logo{
	background:url(https://www.myatt-ec.jp/tamafriends-shop/img/logo-mark-op.png)no-repeat center center;
    width: 100%;
    height: 100%;
	}
ul.guide{ display:table; padding-left:0; list-style:none;width:100%; height: 100%; margin-left:auto; margin-right:auto; }
ul.guide li{ display:table-cell; width:34%;}
ul.guide li:nth-child(1){ padding-left:2em;}
ul.guide li:nth-child(2){ display:table-cell; width:30%;}
ul.guide li dl{margin:0; padding:0;}
ul.guide li dt,dd{ margin-top:.5em}
ul.guide li a{color: #7c5430;}
ul.disc{ margin:.5em 0 0 0;  color:#62514b;}
ul.disc li {
	position: relative;
	margin-left: 1em;
	margin-bottom: 0.2em;

}
ul.disc li:last-child {
	margin-bottom: 0;
}
ul.disc > li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 100%;
	margin-left:-.7em;
}
ul.asterisk li
{
	position: relative;
	margin-left: 1em;
	margin-bottom: 0.2em;
}

ul.asterisk > li::after {
	display: block;
	position: absolute;
	top: 0;
	left: -1em;
	width: 6px;
	height: 6px;
	content: "※";
	color: #e72410;
}
.bg-gray-r{
 border-radius: 4px;
 background-color:#EEE;	
 padding:1.5em;
 box-sizing:border-box;
 text-align: left!important;
	}
.midashi {
	color: #FFF;
	margin-bottom: 10px;
	display: block;
	font-size: 1.5em;
	font-weight:600;
	padding-left: 10px;
	background-color: #ffcd46;
}

.how_navi {
	margin-bottom: 18px;
	line-height: 1.2em;
}

.how_navi .li_midashi {
	font-weight: bold;
	font-size: 1.2em;
    margin-left:0;
}

.how_navi li {
	margin-left:1em;
}


.how_navi li {
	list-style: none;
}

.how_navi li a{
	text-decoration: none;
}



.guide ol {
	counter-reset: li;
  margin-top:1em;
}

.guide ol>li {
	list-style: none;
	position: relative;
	padding-left: 2em;
	margin-bottom: 0.8em;
  color: #62514b;
}

.guide ol>li::before {
	counter-increment: li;
	content: counter(li);
	background: #ffe400;
	border: 1px solid #ffe400;
	color: #62514b;
	border-radius: 50%;
	text-align: center;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.4;
}
.p-shop__logo {
      max-width: 200px!important;
}
.topic_mid {
    display: inline-block;
    color: #FFF;
    height: 36px;
    line-height: 36px;
    margin: 30px 0 10px 0;
    padding: 0px 18px 0px 12px;
    background-color: #00a0e9;
    border-radius: 0px 18px 18px 0px;
    -webkit-border-radius: 0px 18px 18px 0px;
    -moz-border-radius: 0px 18px 18px 0px;
}
.toilink {
    padding: .5em 1em;
    margin: 8px auto 14px;
    background-color: #00a0e9;
    color: #FFF!important;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none!important;
    display: inline-block!important;
}
.btn_yellow {
    display: inline-block;
    padding: 0.5em 1em 0.5em 1em;
    text-decoration: none;
    background: #ebad24;
    color: #FFF;
    line-height: 1;
    font-weight: 600;
	text-decoration: none;
}
a.txt-link{ text-decoration: underline;}
.btn_yellow:hover {
	background: #ff9b00;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}
/*フリースペース用:end********************************************************/

.right{text-align:right}
.pickupbn {
      margin: 0 0 10px 0;
}
.pickupbn img {
  width:100%
}

address.copyright{ color: #f746a3}
.footprint {
  position: relative;
  height: 40px;
}

.footprint:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    display: inline-block;
    width: 500px;
    height: 40px;
    background:url(https://www.myatt-ec.jp/tamafriends-shop/img/footprint.png)repeat-x;
}
.footprint:after {
    content: '';
    position: absolute;
    top: 0;
    right: 30px;
    display: inline-block;
    width: 500px;
    height: 40px;
    background:url(https://www.myatt-ec.jp/tamafriends-shop/img/footprint.png)repeat-x;
}
