@charset "euc-jp";

video {
  display: inline-block;
  vertical-align: baseline;
}

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: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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;
}
ol, ul {
	list-style: none;
  margin-left:0;
  padding-left:0;
}
/*-------------------------------------------
共通
-------------------------------------------*/
body {
  background-color: #fff;
  color: #212121;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  word-break: break-all; 
}

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

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

.ttl-bg h2 {
  margin: 0;
  padding:8px 1em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  color:#ffde2d;
	background: repeating-linear-gradient(-50deg, #13a6e2, #13a6e2 8px,#009ddc 8px, #009ddc 16px); 
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

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

.ttl-border-L{
	padding: 0.3em 0.5em;
	color: #0057a9;
	background: #FFF;
	border-left: solid 5px #0057a9;
  margin-top:2em;
  }

img {
  max-width: 100%;
  height: auto;
  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;}
/*
 * 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 10px 20px;
}
/* nav*/
.toolbar {
	position: fixed;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    color: #0057a9;
    background: #FFF;
   /* background: #67c5ea url(https://myatt-ec.jp/thomas-colorme/img/ttl-bg.png);
    background-size: 65%;*/
    border-top: #0057a9 6px solid;
}
.toolbar__inner{
    height: 42px;
    border-top:#13a6e2 2px solid;
    margin:0;
    padding: 0;
    list-style: none;
    display:table;
}
ul.toolbar__inner li{ 
margin-left:0;
padding-left:0;
display:table-cell;
color: #0057a9;
vertical-align:middle;
}
ul.toolbar__inner li a {color: #002c56;}
ul.toolbar__inner li:nth-child(1){ width:15%;color: #0057a9; padding-left:10px;}
ul.toolbar__inner li:nth-child(2){ width:auto;}
ul.toolbar__inner li:nth-child(2) img{ width:88%;}
ul.toolbar__inner li:nth-child(3){width:25%; padding-right:15px;text-align:right;}
ul.toolbar__inner li:nth-child(3) i{font-size: .8em;}

/*ツールバー*/
.toolbar__item_logo {
  list-style: none;
  text-align: center;
}
.toolbar__item_logo img{
  text-align: center;
}
/* ヘッダー */
.section--shopname {
  /*padding-top: 50px　ヘッダー固定バナーを配置する際にはpadding-topを変更*/
  padding-top: 50px;  
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}
.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}
/*スライダー*/
.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{margin-bottom:20px!important;}
.bx-wrapper .bx-pager.bx-default-pager a{
	width: 8px!important;
    height: 8px!important;
	background: #106aac!important;
	
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #5fbceb!important;
}

/* フッター */
.footer {
  margin: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:.8em 1em .8em 1em;
  color: #212121;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #CBCBCB;
}
.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;
    background-color: #0096d9;
    color: #FFF;
}

.copyright {
  margin: 0;
  font-size: .8em;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.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: #212121;
  -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: #002c56;
}

.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 20px;
  color: #212121;
  -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;
}
.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;
}

.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;
  margin-top:20px;
}
.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;
}
/*--------------------------
 商品検索の結果がなかったときの
--------------------------*/
.noproducts{
	min-height:400px;
	}
/*
 * 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/thomas-colorme/img/rank01.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/thomas-colorme/img/rank02.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/thomas-colorme/img/rank03.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: #212121;
}
.box .box__price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price__soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.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: 0 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 {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://myatt-ec.jp/thomas-colorme/img/rank01.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: 24px;
    height: 24px;
    background: url(https://myatt-ec.jp/thomas-colorme/img/rank02.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.slidelist .slide__image--rank-3:before {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://myatt-ec.jp/thomas-colorme/img/rank03.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.slidelist .slide__image--rank-4:before {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://myatt-ec.jp/thomas-colorme/img/rank04.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.slidelist .slide__image--rank-5:before {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://myatt-ec.jp/thomas-colorme/img/rank05.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.slidelist .slide__image--rank-none:before {
  border: none;
}
.slidelist .slide__name {
  font-size: 85.71429%;
  line-height: 1.2rem;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price {
  font-size: 85.71429%;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price--soldout {
  color: #f44336;
}

.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 0;
  color: #00a0e9;
}

.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;}
.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--blue {
  background: #00a0e9;
  color: #fff;
}

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

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

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

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

.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: #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;
}
input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  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;
}
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: #212121;
}
.sp_logo {
 width: 70px;
}
/*common*/
.color-red,txt--red { color:#e72410;}
.color-navy{color:#002e81;}
ruby{font-family:Arial}
.txt--c, text-center{text-align: center;}
.ml-m{margin-left:1em;}
.mr-m{margin-right:1em;}
.mt-m{margin-top:20px;}
.mt-l{margin-top: 40px !important;}
.ml20{margin-left:20px;}
.mr20{margin-right:20px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt40{margin-top:40px;}
.mb-m{ margin-bottom:20px;}
.mb-l{ margin-bottom:40px;}


.pt-m{padding-top:20px;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.dsp-no-sp {
	display: none;
	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-padding {padding:.8em .5em;font-family: 'Yu Gothic UI',sans-serif;}
.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_yellow_L{
    background-color: #ffcd46;
    border: #ffcd46 2px solid;
    border-radius:4px;
    display: inline-block;
	text-decoration:none!important;
	margin: .6em 0;
    color:#444;
    padding:.5em 1.5em;
    font-weight:600;
  line-height:1.3;
}
.btn_yellow_L:hover{ color:#FFF;}
.btn-navy {
    background-color: #0057a9;
    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-more {
	background-color: #0057a9;
	color: #fff!important;
	padding: 0.5em 1em;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	text-decoration: none!important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	display: inline-block;
}
.btn-red {
	display: inline-block;
	font-weight: bold;
	color: #fff;
  	line-height: 1;
	text-align: center;
	background: #e72410;
  	border-bottom: solid 1px #c71806;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btn-blue {
	display: inline-block;
	font-weight: bold;
	color: #fff;
  	line-height: 1;
	text-align: center;
	background: #00a0e9;
  	border-bottom: solid 1px #0594d6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btn-blue a,
.btn-red a
{
	text-decoration: none;
	color: #fff;
}

.btn-wrap{ display:flex;justify-content: center;}
.btn-wrap div{ margin-right:10px;}
.btn-wrap div:last-child{ margin-right:0;}
.contents__section a{

	}
.contents__section a:hover{

	}
.contents__section h3 {
    color: #002e81;
}

/*マイページ*/

/*ストア紹介*/
.ttl-name{ font-size:1.2em; font-weight:600; color:#0057a9;}
.list-circle li {
	margin-bottom: .8em;
	padding-left: 1em;
	line-height:1.3;
	position: relative;
}

.list-circle li:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f111"" ";
	font-weight: 900;
	font-size: 0.6em;
	color: #13a6e2;
	position: absolute;
	left: 0;
	top: 3px;
}

.list-circle li:last-child {
	margin-bottom: 0;
}

.free-in h3{ font-size:1.2em; font-weight:600; line-height:1.2em; margin-bottom:.5em;color: #0057a9;}
.free-in h4{ margin-top:0; margin-bottom:0; font-size:1.1em;}
.info-box {
    background-color: #FFF;
    border: #ffcd46 2px solid;
    padding: 1em;
    border-radius: 10px;
    font-weight: 600;
	display:inline-block;
}
/*ご利用ガイド*/
ul.guide{ display:table; padding-left:0; list-style:none;width:100%; margin:0;}
ul.guide li{ display:table-cell; width:50%}
ul.guide li:nth-child(1){padding-right: 10px;}
ul.guide li:nth-child(2){display:none}
ul.guide li:nth-child(3){padding-left: 10px;}
ul.guide li dl{ margin:0;}

ul.guide li dt{ margin-top:.5em; margin-left:0; padding-left:0; font-weight:600;}
ul.guide li dd{ margin-top:.5em; margin-left:0; padding-left:1em;}
.box-Lblue{ background-color:#c7effe; padding:.5em 1em 1em 1em;}
.box-Lblue h3{ margin: 0.5em 0.5em 0.5em 0;font-size:1.2em; text-align:left; color:#0057a9; font-weight:600;}
.how_navi .li_midashi {
    margin: 0 0 0.5em 0;
  	padding:0.5em;
    background: #c3e8f9;
    font-weight: bold;
}
.midashi {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.6em;
	font-size:1.5em;
    padding-left: 10px;
    background-color: #00a0e9;
}
ul.disc{ margin:.5em 0 0 0;}
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;
	content: '';
	position: absolute;
	top: 0;
	left: -1em;
	width: 6px;
	height: 6px;
	content: "※";
	color: #e72410;
}

.bg-gray-r{
 border-radius: 4px;
 background-color:#EEE;	
 padding:1em;
 box-sizing:border-box;
	}
/*ご注文方法*/
.guide ol {
	counter-reset: li;
}

.guide ol>li {
	list-style: none;
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.8em;
}

.guide ol>li:before {
	counter-increment: li;
	content: counter(li);
	margin: 0.7em 0.5em;
	background: #00a0e9;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	left: 0;
	top: 2px;
	line-height: 1.5;
    font-size: .8em;
}
.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:1em;
	font-weight:bold;
	color:#00a0e9;
}
.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;}
ol.step {
	counter-reset: li;
	margin-left:0;
}

ol.step>li {
	list-style: none;
	position: relative;
	padding-left: 1.5em;
}

ol.step>li:before {
	counter-increment: li;
	content: counter(li);
	background: #00a0e9;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	left: 0;
	top: 2px;
	line-height: 1.4;
    font-size: .9em;
}
ol.step img,
.bg-Lgray img
{ width:55%; margin-bottom:20px;margin-left: -1.5em;}
ol.step>li p{ margin-bottom:.5em}

/*リスト*/
ul.dot{ margin-left:1em;}
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:#212121;}

/*目次*/
.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;
}
.how_navi li a {
  display:block;
  padding-top:.5em;
  padding-bottom:.5em;
}

b {
	color:#C00;
}


.flee_p_sim{
	clear:both;
}
.back_to_top {
    display: block;
    background-color: #002e81;
    text-align: center;
    float: right;
	padding: .5em 1em;
    line-height: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

/*メルマガ用*/
#cmmail .mailmaga_ins input, #cmmail .mailmaga_del input{
    display:inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
	background: #00a0e9;
    font-size: 1em;
 	border-radius:4px;
    padding: .5em 1em;
}

.mailmaga_ins,
.mailmaga_del {
	width:50%;
	float:left;
	}

#cmmail input {
    font-size: 16px;
    line-height: 1.4;
    margin: 8px 5px;
    width: 91%;
}

/*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 {
  line-height:1.8;
  margin: 0 0 .6em 20px;
  font-size:.7em;
  color: #888;
}
/*タイトル*/
.ttl-page{
	background:url(https://myatt-ec.jp/thomas-colorme/img/ttl-page.jpg) no-repeat -30px top;
    background-size:cover;
	height:80px;
	width:100%;
	display:table;
	padding-left:20px;
	margin-bottom:20px;
    box-sizing: border-box;
	}
	
.ttl-page h2{
 　 background: none;
	display:table-cell;
	vertical-align:middle;
	line-height:1.3;
	font-size:1.4em;
	color:#ffd204;
	font-weight:600;
	font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 
       1px  1px 0px #0057a9,
      -1px  1px 0px #0057a9,
       1px -1px 0px #0057a9,
      -1px -1px 0px #0057a9,
       1px  0px 0px #0057a9,
       0px  1px 0px #0057a9,
      -1px  0px 0px #0057a9,
       0px -1px 0px #0057a9
	   ;
}

/*レイアウト*/
.free-in{ padding-left:1em; padding-right:1em;}
.br-sp {
	display: block!important;font-size: 0;
}
.drawer__item--accordion ul.open {
  display: block!important;
  visibility: visible;
}
.center{text-align:center;}
/*↓サブカテゴリ用*/
ul.link_list{
	list-style: none;
    margin-top:0;
	margin-left: 0;
 	margin-bottom:0;
	padding-left: 0;
}
ul.link_list li {
	border-bottom:1px solid #FFF;
	background-color:#e3f5fd;
  	position: relative;
}
ul.link_list li:last-child {
	border-bottom:none;
}

ul.link_list li a{
	display:block;
	text-decoration:none;
	color:#00a0e9;
	padding:.8em 1.8em .8em 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: 40%;
  right: 1em;
}
/*↑サブカテゴリ用*/
/*映画関連*/
ul.list-box-wrap{
	display:table;
	margin-left:10px;
	margin-right:10px;  
    margin-bottom: 2em;
	padding-left:0;
	}

ul.list-box-wrap li{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	}
ul.list-box-wrap li h4{margin-top:0; margin-bottom:.5em;}
ul.list-box-wrap li:nth-child(1){
	width:95px;
	}

ul.list-box-wrap li:nth-child(1) img{
	width:85px;
	}

/*ピックアップバナー*/
ul.pickup{display: flex; list-style:none; margin-left:10px; margin-right:10px; padding-left:0;justify-content: space-between;}
ul.pickup li {box-flex: 1; width: 100%; margin-right:10px;}
ul.pickup li:last-child {margin-right:0px;}

/*チェック柄*/
.box-check{
  padding: 1em;
  background-size: 100px 100px;
  background-color: rgba(135, 209, 238, 0.4);
  background-image: linear-gradient(45deg,rgba(164, 221, 243,.2) 25%,transparent 25%,transparent 50%,rgba(164, 221, 243,.2) 50%,rgba(164, 221, 243,.2) 75%,transparent 75%,transparent),linear-gradient(-45deg,rgba(164, 221, 243,.2) 25%,transparent 25%,transparent 50%,rgba(164, 221, 243,.2) 50%,rgba(164, 221, 243,.2) 75%,transparent 75%,transparent);
  border: solid 1px #67c5ea;
}
.box-check-pink{
  padding: 1em;
  background-size: 100px 100px;
  background-color: rgba(255, 233, 228, .5);
  background-image: linear-gradient(45deg,rgba(255, 206, 206, .2) 25%,transparent 25%,transparent 50%,rgba(255, 206, 206, .2) 50%,rgba(255, 206, 206, .2) 75%,transparent 75%,transparent),linear-gradient(-45deg,rgba(255, 206, 206, .2) 25%,transparent 25%,transparent 50%,rgba(255, 206, 206, .2) 50%,rgba(255, 206, 206, .2) 75%,transparent 75%,transparent);
  border: solid 2px #ffe9e4;
}
/*文字サイズ*/
.size-L {
	font-size: 1.2em;
}

/*枠*/
.column_box_pink{
    background: #ffeaee;
    border: 5px solid #ffeaee;
    clear: both;
    margin: 0 auto;
    padding-top: 20px;
    width:100%;
    border-radius: 10px;
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
}

.box-line-green{ 
	border: #009959 4px solid;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 10px;
}

/*オススメ,再入荷,NEWアイコン*/
.box__name img,
.ttl-bg h2 img.new_mark_img1{ vertical-align:middle;}

/*非表示グループID*/
.group-2066262{
    display:none!important;
}
/*フッターバナー*/
.fbn {
  width:90%;
  margin:10px auto;
}
.bold{font-weight:600;}
.underline{ text-decoration:underline;}

.info-tel{border: #e72410 2px solid;padding: 1em;margin:0 auto 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;
}		
		
