<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap');
*/

body {
  background-color: &lt;lo{$page_bgcolor}&gt;;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.07em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
   /*font-family: 'Noto Sans JP', sans-serif;*/
}

a {
  color: #464e54;
}

a:hover {
  color: #5e5e5e;
}

#wrapper {
  max-width: 1080px;
  margin-top: 0px;
}

/*
 * shipping
 */

.shipping {
  line-height: 1.7;
  margin-top: 0px;
  padding: 10px 0;
  text-align:center;
  background-color: #fff; 
  font-size: 0.9rem;
}

/*
 * header
 */

.page-header{
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
    background-color: rgba(255,255,255,0.9);
    padding:15px 0 ;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
.page-header.HeightMin{
	position: fixed;
    top: 0;
    z-index: 999;/*最前面へ*/
	height: 60px;
	animation: DownAnime 0.3s forwards;
    width: min(96%, 1080px);
    margin: 0 auto;
    align-items: center;
    box-sizing: border-box;
    padding:0 5px;
}

.page-header.HeightMin .logo-main a{
        height: 30px;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
        background: url(https://img15.shop-pro.jp/PA01240/791/etc/tamacha_logo_moji_75_trans.png?cmsp_timestamp=20220219230052) top no-repeat;
        background-size: contain;
        background-position:top left;
        }

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

.logo-main {
    transition: 0.5s;
    margin: 0px 0px;
}

.logo-main a{
    width: 100px;
    height: 85px;
    display: flex;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(https://img15.shop-pro.jp/PA01240/791/etc/logo-main.jpg) top no-repeat;
    background-size: 100%;
    background-position:top left;
}     

.icon-nav {
  display: flex;
  background-color:	transparent;
  list-style: none;
  margin: 0 0 0 0;
  z-index: 999;
}

.icon-nav li{
  position: relative;
  padding: 15px;
 /* margin-right: 15px; */ 
}

.icon-capt {
	display: inline-block;
	text-align: center;
    font-size: 0.75rem;
    margin: 0;
}

.icon-capt p{
    margin: 0;
}
.dd_menu{
    display: none;
    position: absolute;
    margin-left: -194px;
    margin-top: 5px;
    padding: 0;
    background-color:#f9f8f5 ;
	border-radius: 5px;
    list-style: none;
    text-align: left;
    font-size: 0.85rem;
}

.dd_menu li{
    width:  200px;
    height: 36px;
    line-height: 36px;
}

.dd_menu li a{  
  	padding: 10px;
    margin: -10px 0 0 -10px;
    display: block;
    color: #333;
    border-radius: 5px;
}

.dd_menu li a:hover{
    background-color: #f2f0e9;
    color: #333;
    width:  200px;
}

 /* smartphone header */
@media (max-width: 768px) {
      .logo-main a{
        height: 50px;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
        background: url(https://img15.shop-pro.jp/PA01240/791/etc/logo-main.jpg) top no-repeat;
        background-size: contain;
        background-position:top left;
        }
  
        .logo-main.HeightMin a{
        height: 35px;
        }
  
        .icon-nav li{
        padding: 5px 0px 5px 5px;
        }
 
        .page-header {
        align-items: center;
        }
  
        .page-header.HeightMin{
        left: 10px;
        margin: 0;
        height:55px;
        padding: 0 10px 0 0;
        }
 } 

@media (max-width: 300px){
.logo-main a {
    height: 30px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    background: url(https://img15.shop-pro.jp/PA01240/791/etc/tamacha_logo_moji_75_trans.png?cmsp_timestamp=20220219230052) top center no-repeat;
    background-size: contain;
    background-position: top left;
    }
}

/*
 * container
 */
@media (max-width: 768px){
.container {
    width: auto;
    padding: 0 1em;
}
}

/*
 * sidemenu
 */
  .side_menu{
    margin:0;
    padding-right:20px;
  }

  .side_menu ul{
    display: block;
    margin:0;
  }
  
  .side_menu h3{
    font-size: 0.90rem;
    line-height: 2;
    margin:5px 0;
    border-bottom: 1px solid #dcdddb;
    letter-spacing: 0.1em;
  }

  .side_menu ul li {
    padding-left: 5px;
    font-size: 0.8em;
    line-height: 2.3;
    list-style: none;
  }

  .sns-nav li{
    display: inline-block;;
    background-color:	transparent;
    opacity:0.7;
    width: 30px;
    padding: 10px;
  }

@media (max-width: 768px) {
  .sidr-class-sns-nav-sm img{
    display: inline-block;;
    background-color:	transparent;
    opacity:0.8;
    width: 25px;
    padding: 12px 0;
  }
}

/*
 * contents
 */

#contents {
  float: right;
  padding: 0px 15px;
  font-size: 0.95rem;
  line-height: 1.8;
}

.content-top-title{
 margin-top: 8px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side{
padding:0;
}

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_11 { font-size: 11px; }
.txt_12 { font-size: 12px; }
.txt_13 { font-size: 13px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

.bg_gray{
  background: #f2f2f2;
  padding: 5px;
  line-height: 3;
}

.bg_gray_s{
  background: #f2f2f2;
  padding: 7px;
  line-height: 1.7;
}

/* margin */
.mar_auto_left{ margin-left: auto; }
.mar_auto_right{ margin-right: auto; }
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_r_1 { margin-right: 1px; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_l_15 { margin-left: 15px; }
.mar_t_15 { margin-top: 15px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_t_15 { padding-top: 15px; }
.pad_t_25 { padding-top: 25px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (min-width: 768px) {
  /* ~768px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding: 0;
    font-size:0.90rem;
    line-height: 1.73em;
  }
  
  body {font-size:1em;  } 
  
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

/* 24px black */
.icon-lg-b.icon-list {
  background-position: -288px -144px;
}

.icon-lg-b.icon-home {
  background-position: -264px -24px;
}

.icon-lg-b.icon-user {
  background-position: -312px -0px;
}

/* 24px black */

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

/* 24px black */
.icon-lg-b.icon-mail {
  background-position: -96px -0px;}
.icon-lg-b.icon-cart {
  background-position: -264px -96px;}
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;}
.icon-lg-b.icon-circled_info {
  background-position: -408px -120px;}
.icon-lg-b.icon-book {
  background-position: -216px -48px;}




@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}




.phone {display:block;} .sidr-class-phone {display:block;}
.desktop {display:none!important;} .sidr-class-desktop {display:none!important;}
    body {font-size:1em;  } 



@media (min-width: 768px) { 
.phone {display:none!important;} .sidr-class-phone {display:none!important;}
.desktop {display:block;} .sidr-class-desktop {display:block;}
}

/* slide menu *********************/
@media (min-width: 768px) { 
  .sidr {display:none;}
}
@media (max-width: 768px) { 
  .navigation {display:none;}
  .sidr {
  font-size:80%; 
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  background: #f9f8f5 ;
  z-index: 999999;
  width: 240px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding:10px 30px 50px 30px;
  text-align:left;
}
  .sidr.right { left: auto; right: -300px;}
  .sidr ul { display: block; }
  .sidr ul li {font-weight:bold; font-size:100%; display: block; margin: 0; line-height: 50px; border-top: 1.5px solid #dcdddb;}
  .sidr ul li:nth-child(1) {border-top: 1.5px solid #231815;}
  .sidr ul li.sidr-class-close {border-top:none;  height:70px; clear:both;}
  .sidr ul li.sidr-class-close a { display: inline-block; padding-top:10px; float:right;}
  .sidr ul li:last-child, .sidr ul .sidr-class-sns, .sidr ul .sidr-class-search {border:none;}
  .sidr ul li a{ display: block; text-decoration: none;}
  .sidr ul li ul { border-bottom: 0; margin: 0;}
  .sidr ul li ul li {font-weight:normal; line-height: 40px;}
  .sidr ul li ul li:last-child { border-top: 1.5px solid #dcdddb;}
  .sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
    border-top: 0; line-height: 41px;}
    .sidr ul .sidr-class-sns { padding-top: 20px;  line-height: 50px; border-top: 2px solid #231815;}
    .sidr ul li.sidr-class-sns img {
        height:20px; 
        width:auto;
        float: left;
        margin-right: 12px;    
    }
  .sidr-class-search {padding-bottom:30px;}
  .sidr-class-search input {
    width:70%; height:35px; background:#f5f6f3; float: left;
    border:none; border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;}
  .sidr-class-search input.sidr-class-s_submit {
    width:35px; height: 35px; float: left;
    background:url(img/search.png) bottom right no-repeat;
    border:none; cursor:pointer; background-size:24px 24px; 
    padding:0; text-indent: -9999px; border-radius: 0;
  }
}

.marker {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.unstyled {
line-height: 1.3;
}

&lt;!-- nav-menu-forPC--&gt;	

.nav-menu {
   position: fixed;
   z-index: 999;
   top:0px; 
   width:100%; 
   text-align:right;
   background:#fff;
   line-height:60px;
}

.nav-logo-phone img{
  float: left;
  height: 24px; 
  padding:10px;
}

.nav-logo img{
  float: left;
  height: 32px; 
  padding:15px 0px 15px 7px;
}

.nav-link-menu {
  background-color: #fff; 
  line-height: 60px;
  text-align:right;
}

/*==================================================
MENUがCLOSEに
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	background:#6DB7B7;
	cursor: pointer;
    width: 40px;
    height:40px;
	border-radius: 5px;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 2px;
    border-radius: 5px;
	background: #fff;
  	width: 45%;
  }


.openbtn span:nth-of-type(1) {
	top:9px;	
}

.openbtn span:nth-of-type(2) {
	top:15px;
}

.openbtn span:nth-of-type(3) {
	top:21px;
}

.openbtn span:nth-of-type(3)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:2px;
	left:-7px;
	color: #fff;
	font-size: 0.6rem;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}

/*pen tool*/

.marker_yellow_futo {
background: linear-gradient(transparent 0%, #ffff66 0%);
}

.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*line design*/
.clean-line{
text-align: justify;
}

/*panel design*/
.smpl-panel {
    padding: 30px;
    background-color: #f9f8f5 ;
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.9;
    margin-top: 15px;
}

.panel-blk {
    padding: 20px 30px;
    font-size: 0.9rem;
    background-color: #fff;
    text-align: left;
    border: 2px dotted #dcdddb;
    margin-top: 15px;
}

.functionlist li{
display: inline;
list-style-type: none;
}

.freepage {
    font-size: 0.9rem;
}

/*フリーページのCSS*/
.frpage{
	font-size: 0.90rem;
}


div.frpage img {
    margin: 20px 0;
    max-width: 100%;
}


/*コンテンツページの強調用*/
.info {
    padding: 15px;
    background-color: #f9f8f5 ;
    font-size: 0.9rem;
    text-align: left;
    line-height:1.8;
    margin:0 10px;
    border-radius: 10px;
}

.info2 {
    padding: 15px;
    background-color: #f8f8f8 ;
    font-size: 0.9rem;
    text-align: left;
    line-height:1.8;
    margin:0 10px;
    border-radius: 10px;
}

</pre></body></html>