video {
  display: inline-block;
  vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}@charset "euc-jp";

/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
   font-family: 'Noto Sans JP', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, em, img, small, sub, sup, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, footer, header, hgroup, main, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	word-break: break-all;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, 

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*-------------------------------------------
共通
-------------------------------------------*/
body {
  background-color: #fff;
  color: #7c5430;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  word-break: break-all; 
}

a {
  text-decoration: none;
  color:#7c5430;
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.5rem;
  margin: 0;
}

h2 {
  margin: 0 0 12px;
  padding:8px;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.2;
  background-color:#f6f6f6;
  color:#62514b;
}

h3 {
  font-size: 110%;
  font-weight:600;
  color:#62514b;
  margin: 20px 0 .5rem;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 20px 0 .5rem;
}

img {
  max-width: 100%;
  height: auto;
}
/*
.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}
*/

.u-wrap {
  vertical-align: middle;
  zoom: 1;
}
.u-wrap div {
 font-size: .6em;
 font-weight:500;
 line-height: .5em;
}
.u-wrap i{padding-left: 5px}
.u-wrap img {
  vertical-align: bottom;
}
.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

#header{position: fixed!important;  z-index: 10000;}


.toolbar__item_logo {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width:55%;
}
.toolbar__item_logo img{
  padding:0;
  width:100%;
}
/*
 * layout
 */
.outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section__inner {
  padding: 0 20px;
}

/* nav*/
.toolbar {
 position: fixed;
  width: 100%;
  min-height: 64px;
background: #FFF;
}
.toolbar__inner{
    width: 100%;
    height: 90px;
    background: url(https://www.myatt-ec.jp/tamafriends-shop/img/sp-header.png)repeat-x 20% bottom;
	background-size:150%;
      display: table;
}

.toolbar__item {
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color:#7c5430;
  padding: 0 10px;
  height: 60px;
  display: table;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--menu {
 display: table-cell;
  vertical-align: top;
}

.toolbar__item--cart {
  float: right;
}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in {
  color: #ff5722;
}


/* ヘッダー */
.section--shopname {
  padding-top: 90px;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}
.shopname a {
  font-weight: bold;
  color: #7c5430;
  display: block;
}
/*スライダーadd*/
.bx-wrapper{ margin-bottom:10px!important;}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
     box-shadow: none!important;
    border: none!important;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager.bx-default-pager a{background: #7c5430!important; width:8px!important; height:8px!important;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffe400!important;
}


/* フッター */
.footer {
  margin: 1px 0 0;
}

.linklist {
  padding: 0;
  margin: 0;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 1em;
  color: #7c5430;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background:#7c5430;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item__icon {
  width: 10%;
  height: auto;
  text-align: right;
}

.section--sns {
  text-align: center;
  padding:1em 0;
}

.snslink {
  text-align: center;
  margin: 0 3px 0;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-table;
  width: 44px;
  height: 44px;
}
.snslink i {
  display: table-cell;
  vertical-align: middle;
}

.snslink--twitter {
  background: #00acee;
}

.snslink--facebook {
  background: #3b579d;
}

.snslink--instagram {
  background: #393939;
}

.snslink--google {
  background: #d95333;
}

.snslink--pinterest {
  background: #c9232d;
}

.section--address {
  text-align: center;
  height: 90px;
    position: relative;
    background: url(https://www.myatt-ec.jp/tamafriends-shop/img/sp-footer.png) no-repeat center 10px;
    background-size: contain;
}

.copyright {
  background: #ffe400;
  font-size: 85.71429%;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.powered {
  font-size: 85.71429%;
  color: #F43D38;
}
.powered img {
  width: 190px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 100001;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color:#7c5430;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 10px 20px 10px 10px;
  text-align: right;
}
.drawer__item--close a {
  color: #7c5430;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;

  color: #7c5430;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/*
 * top
 */
.u-hidden {
  display: none !important;
}
.moreinfo {
 max-height: 200px;
 overflow: auto;
 overflow-x: hidden;
 box-sizing: border-box;
}
.moreinfo > div {
    border-bottom: 2px #d9d9d9 solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.u-moreinfo--active {
  max-height: none;
}
.--info .button--more {
  margin: 20px auto 0;
}
.--info .button--more span {
  margin: 0 5px 0 0;
}

/*
 * product
 */
.linklist--breadcrumb .linklist__item__icon {
  width: 6%;
  text-align: left;
}

.prices {
  margin: 0 0 20px;
}

.price {
  font-size: 128.57143%;
  font-weight: bold;
  color:#62514b;
}

.price--regular {
  text-decoration: line-through;
  color: #aaa;
}

.price--rate {
  color: #f44336;
}

.taglist {
  margin: 0 0 20px;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist .button--tag {
  margin: 0 6px 10px 0;
}

.description {
  margin: 0 0 20px;
}

.buy__inner {
  margin: 0 0 20px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}

.share {
  width: 88px;
  float: left;
  text-align: center;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

.u-oneimage {
  padding: 0 !important;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px 20px;
  margin: 0;
}

.box {
  display: block;
  float: left;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.box .box__inner {
  display: block;
  padding: 10px 10px 6px;
  word-wrap: break-word;
}
.box .box__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative
}
.box .box__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.box .box__image--rank-1:before{
    content:" ";
    display:inline-block;
    width:30px;
    height:30px;
    background:url( https://myatt-ec.jp/kyouyou/ranking-01.png) no-repeat;    
    background-size:contain;
    vertical-align:middle;
}
.box .box__image--rank-2:before {
    content:" ";
    display:inline-block;
    width:30px;
    height:30px;
    background:url( https://myatt-ec.jp/kyouyou/ranking-02.png) no-repeat;    
    background-size:contain;
    vertical-align:middle;
}
.box .box__image--rank-3:before {
    content:" ";
    display:inline-block;
    width:30px;
    height:30px;
    background:url( https://myatt-ec.jp/kyouyou/ranking-03.png) no-repeat;    
    background-size:contain;
    vertical-align:middle;
}

.box .box__image--rank-none:before {
  border: none;
}
.box .box__name {
  margin: 0 0 5px;
  color: #6F3E2D;
  font-weight:600;
  line-height:1.4;
}
.box .box__price {
  margin: 0 0 5px;
  color: #62514b;
}
.box .box-price__soldout {
  margin: 0 0 5px;
  color: #F43D38;
}
.box .box__caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.u-tile:nth-child(odd) {
  clear: left;
  padding-right:0.5em;
}
.u-tile:nth-child(even) {
  padding-left:0.5em;
}
.section--slide h2, .section--main h2 {
  padding: 10px 20px 5px;
}

.section--together .box {
  width: 33.33%;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick {
  padding: 0;
}
.slidelist .slick-list {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide__inner {
  display: block;
  padding: 10px 10px 5px;
  word-wrap: break-word;
}
.slidelist .slide__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative;
}
.slidelist .slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.slidelist .slide__image--rank-1:before {
 /* border: 8px solid transparent;
  border-top: 8px solid #ffeb3b;
  border-left: 8px solid #ffeb3b;*/
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://myatt-ec.jp/kyouyou/ranking-01.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.slidelist .slide__image--rank-2:before {
 /* border: 8px solid transparent;
  border-top: 8px solid #e0e0e0;
  border-left: 8px solid #e0e0e0;*/
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://myatt-ec.jp/kyouyou/ranking-02.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.slidelist .slide__image--rank-3:before {
 /* border: 8px solid transparent;
  border-top: 8px solid #8d6e63;
  border-left: 8px solid #8d6e63;*/
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://myatt-ec.jp/kyouyou/ranking-03.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.slidelist .slide__image--rank-4:before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://myatt-ec.jp/kyouyou/ranking-04.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.slidelist .slide__image--rank-5:before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://myatt-ec.jp/kyouyou/ranking-05.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.slidelist .slide__image--rank-none:before {
  border: none;
}
.slidelist .slide__name {
  font-size: 1em;
  font-weight:600;
  line-height: 1.4;
  margin: 0 0 5px;
  color: #6F3E2D;
}
.slidelist .slide__price {
  font-size: 1em;
  line-height: 1.4;
  margin: 0 0 5px;
  color: #62514b;
}
.slidelist .slide__price--soldout {
  color: #F43D38;
}

.slick-list {
  padding: 0 10px;
}

.result {
  margin: 10px 0 20px;
}
.result span {
  font-size: 114.28571%;
  font-weight: bold;
}


.pager {
  padding: 0 20px;
}

.rest {
  text-align: center;
  margin: 20px 0 35px;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager__prev {
  float: left;
  line-height: 1;
  margin: 0 0 20px;
}
.pager__next {
  float: right;
  line-height: 1;
  margin: 0 0 20px;
}

.subs_title {
  padding: 0 20px 20px;
  border-bottom: solid 1px #e0e0e0;
}

.section--list .boxlist {
  padding: 10px 10px 0;
  margin: 0;
}

.freespace01 {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.freespace02 {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist__title h3 {
  margin: 10px 0 2px;
}

.deflist__body {
  margin: 0 0 15px;
  font-size: 85.71429%;
}

.section--privacy p {
  font-size: 85.71429%;
}
.section--search{ margin-top:10px; margin-bottom:20px;}
.section--search .button {
  float: right;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85.71429%;
}

/*
 * パーツ
 */
.slick-slide img {
  margin: 0 auto;
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--yellow {
    display:inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #7c5430;
	background:#ffe400;
    font-size: 1em;
 	border-radius:4px;
    border:#ffe400 1px solid;
    padding: .7em;
}

.button--orange {
  background: #fc9900;
  color: #fff;
}

.button--line {
  border: 1px solid #7c5430;
  color: #7c5430;
}

.button--more {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
  padding: 5px;
}

.button--sort {
  font-size: 71.42857%;
  padding: 5px 8px;
  width: 30%;
}

.button--tag {
  font-size: 71.42857%;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5;
    word-break: keep-all;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size: 114.28571%;
  font-weight: bold;
  /*padding: 20px 0;*/
  width: 100%;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}
.toilink {
    padding: .5em 1em;
    margin: 8px auto 14px;
    background-color: #ffe400;
    color: #2d1909;
    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;
}
input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color:#7c5430;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 72%;
  height: 40px;
  border: 1px solid #62514b;
}
.mailmaga_text > input[type="text"]{
  width: 100%;
　-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #62514b;
  margin: initial!important;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 8px 10px;
  width: 15%;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #7c5430;
}
.sp_logo {
 width: 70px;
}

/* ◆◆追加◆◆ */
/*common*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bag_ttl { height:45px; background:url(https://img21.shop-pro.jp/PA01389/811/etc/bag-ttl.png?cmsp_timestamp=2130) no-repeat;padding-left: 50px; padding-top:5px; box-sizing:border-box; font-size:1em; line-height:2.2em; }
.btn-search,
.btn-more{
    background-color: #7c5430;
    text-align: center;
    border-radius: 4px!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0;
    color: #ffe400!important;
    font-weight: bold;
    text-decoration: none!important;
	margin:auto;
	padding:.8em 1em;
    display:inline-block;
  line-height:1;
}

.btn-yellow {
    background-color: #fc9900;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0;
    color: #FFF!important;
    font-weight: bold;
    text-decoration: none!important;
	margin:auto;
	padding-left:1em;
  	padding-right:1em;
 	height:40px;
    display:inline-block;
}
.btn-yellow a {
	display:block;
    color: #333!important;
	text-decoration:none!important;
}

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

.contents__section a{
	color:#1186a5;
	text-decoration:underline;
	}
.contents__section a:hover{
	text-decoration:none;
	}
/*ご利用ガイド*/
.how_navi .li_midashi {
    margin: 0 0 0.5em 0;
  	padding:0.5em;
    background: #c3e8f9;
    font-weight: bold;
}
.midashi {
    color: #2d1909;
    margin-bottom: 10px;
    display: block;
    line-height: 1.3em;
	font-size:1.3em;
    padding-left: 10px;
    background-color: #ffe400;
}
/*ご注文方法*/
.how_order {
	padding:8px;
	list-style-position:inside;
	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:1em;
	font-weight:bold;
	color:#e85464;
}
.how_order li span {
	display:block;
	color:#666;
}

.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;
}
.flee_p_sim h3{ font-weight:600;}

/*目次*/
.how_navi {
margin: 0;
padding: 0;
line-height:1.2em;
list-style-type: none;
}
.how_navi .li_midashi {
	margin-left:0px;
    background:#c8e7f9;
    font-weight:bold;
}
.how_navi li {
	margin-left:1em;
 	margin-bottom:1em;
}
b {
	color:#F43D38;
}

.txt--r {
    text-align: right;
}
.flee_p_sim{
	clear:both;
}
.back_to_top {
    background-color: #ebad24;
    color: #fff!important;
    padding: 0.5em 1em;
    line-height: 1;
    text-align: center;
    text-decoration: none!important;
    display: inline-block;
}

/*メルマガ用*/
#cmmail .mailmaga_ins input, 
#cmmail .mailmaga_del input,
.btn-mailmaga {
    display:inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #7c5430;
	background:#ffe400;
    font-size: .9em;
 	border-radius:4px;
    border:#ffe400 1px solid;
  line-height: 1em;
  margin-top:8px;
}
.btn-mailmaga{ padding: .2em 1em .1em 1em;}
.mailmaga_ins,
.mailmaga_del {
	width:48%;
	}
.mailmaga_ins input,
.mailmaga_del input{
    padding: .5em 1em;}
.mailmaga_ins{float:left;}
.mailmaga_del{float:right;}
.mailmaga_ins input{
	width:100%;
	}
.mailmaga_del input{
	width:94%;
	}
#cmmail input {
    font-size: 16px;
    line-height: 1.4;
    margin: 8px 5px;
  box-sizing:border-box;
}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt40{margin-top:40px;}
.mb-m{ margin-bottom:20px;}
.mb-l{ margin-bottom:40px;}
.bold{font-weight:600;}
/*sns*/
.sns-wrap{
	display:flex;
	justify-content: center;
	}
.sns-wrap .twitter img{width:20%}	
.product-list__price-regular {
  text-decoration: line-through;
}
.product-list__name{color:#333}
.bread {
  padding-right:20px;
  line-height:1.8;
  margin: 0 0 1em 0;
  font-size:.8em;
  color: #888;
}

/*レイアウト*/
.free-in{ padding-left:1em; padding-right:1em;}
.br-sp {
	display: block!important;
}

	border-bottom:1px solid #ccc;
	padding:10px 10px 20px;
}

.drawer__item--accordion ul.open {
  display: block!important;
  visibility: visible;
}
.center,
.txt--c
{text-align:center;}

/*ご案内*/
.ttl-border-L{
	padding: 0.3em 0.5em;
	color: #7c5430;
	background: #FFF;
	border-left: solid 5px #7c5430;
  margin-top:2em;
  }

ul.dot{
  list-style:none;
  padding-left: 1.5em;
}  
  
ul.dot li {
  position: relative;
}

ul.dot li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}
ul.dot li a{color: #666;}

/*↓サブカテゴリ用*/
ul.link_list{
	list-style: none;
	margin-left: 0;
 	margin-bottom:0;
	padding-left: 0;
}
ul.link_list li {
	border-bottom:1px solid #fdf189;
	background-color:#fffae6;
  	position: relative;
}
ul.link_list li:last-child {
	border-bottom:none;
}

ul.link_list li a{
	display:block;
	text-decoration:none;
	color:#7c5430;
	padding:1em;
	-webkit-background-size: 20px 13px;
	}
ul.link_list li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 1.2em;
  right: 1em;
}
/*↑サブカテゴリ用*/

@media screen and (min-width: 768px){

.toolbar__inner {
    width: 100%;
    height: 90px;
    background: url(https://www.myatt-ec.jp/tamafriends-shop/img/sp-header.png)repeat-x 20% bottom;
    background-size: 60%;
    display: table;
}


.toolbar__item_logo {
    list-style: none;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
}
.toolbar__item_logo img {
    padding: 0;
    width: 60%;
}
.section--address {
    text-align: center;
    height: 80px;
    position: relative;
    background: url(https://www.myatt-ec.jp/tamafriends-shop/img/sp-footer.png) no-repeat center 10px;
    background-size: 40%;
}
}
/*フリースペース用:start********************************************************/
h2.page_ttl {
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #f43d38;
    font-size: 1.2em;
    font-weight: 600;
    margin-left: 1em;
}
.ttl-fish{
margin: 1.5em 0 0 0;
    padding: 8px;
    font-size: 125%;
    font-weight: bold;
    line-height: 1.2;
    background-color: #f6f6f6;
    color: #62514b;
}

.free-in{ padding-left:1em; padding-right:1em;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:.5em 1em; box-sizing: border-box;position: relative; width: 100%; font-size:1em;}
.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{ padding-left:0; list-style:none;width:100%; height: 100%; margin-left:auto; margin-right:auto; }
ul.guide li{}

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; list-style: none;}
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.num {
counter-reset: li;
}

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

.guide ol.num>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.8em .5em;
    text-decoration: none;
    background: #ebad24;
    color: #FFF;
    line-height: 1;
    font-weight: 600;
    font-family: 'Yu Gothic UI',sans-serif;
	text-decoration: none;
    border-radius: 4px;
}
a.txt-link{ text-decoration: underline;}

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

.mar-b--20 {
    margin-bottom: 20px;
}
.mr-m{ margin-right:10px;}
.underline{ text-decoration:underline;}
/*フリースペース用:end********************************************************/


.info-tel{border: #e72410 2px solid;padding: 1em;margin:30px auto;display: inline-block;font-size: 1em;line-height: 1.6; text-align: left;}		
.list-kome { margin-left: 1em;margin-bottom: 0;}
.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.2em;
}