@charset "UTF-8";
/*
制作者情報
Author: 株式会社芦屋人
Author URI: http://www.ashiya-people.com/
Version: 1.00
*/
/*
制作者情報
Author: 株式会社芦屋人
Author URI: http://www.ashiya-people.com/
Version: 1.00
*/
/*========================================
	カラー定義
	========================================*/
@media print {
  .noprint {
    display: none !important;
  }
  .print {
    all: initial;
  }
}
/* androidのバグ対策
*{
	background-image:url(/hp2021/img/t11.png);
}
*/
/*========================================*/
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  scrollbar-base-color: #cdcdcd;
  /* iphoneのバグ対策 */
  -webkit-text-size-adjust: 100%;
}
body::-webkit-scrollbar {
  height: auto;
}
body::-webkit-scrollbar-track {
  background: #f0f0f0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

div {
  scrollbar-base-color: #cdcdcd;
}
div::-webkit-scrollbar {
  height: auto;
}
div::-webkit-scrollbar-track {
  background: #f0f0f0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
div::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

section {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  margin: 0;
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: inherit;
  line-height: inlerit;
}

form, input, select, textarea {
  margin: 0;
  box-sizing: border-box;
}

table caption, table th, table td {
  text-align: left;
}
table tbody {
  margin: 0;
  padding: 0;
}

table.fixed {
  table-layout: fixed;
}

/* for links */
a {
  color: inherit;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/* for h,strong */
h1.normal {
  margin: 0;
  font-weight: normal;
}

h2.normal {
  margin: 0;
  font-weight: normal;
}

h3.normal {
  margin: 0;
  font-weight: normal;
}

h4.normal {
  margin: 0;
  font-weight: normal;
}

h5.normal {
  margin: 0;
  font-weight: normal;
}

h6.normal {
  margin: 0;
  font-weight: normal;
}

h1.bold {
  margin: 0;
}

h2.bold {
  margin: 0;
}

h3.bold {
  margin: 0;
}

h4.bold {
  margin: 0;
}

h5.bold {
  margin: 0;
}

h6.bold {
  margin: 0;
}

strong.normal {
  font-weight: normal;
}

/* clearfix */
br.clear {
  height: 0;
  font-size: 0;
  clear: both;
}

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

/* for debug */
.debug {
  box-sizing: border-box;
  border: 1px solid #ff0000;
}

/*========================================
	for Layout setting
 -----------------------------------------*/
.anc {
  display: none;
}

.relative {
  position: relative;
}

.rel {
  position: relative;
}

.rbk {
  position: relative;
  z-index: -1;
}

.absolute {
  position: absolute;
}

.abs {
  position: absolute;
}

.abk {
  position: absolute;
  z-index: -1;
}

.zbk {
  z-index: -1;
}

.zfr {
  z-index: 1;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

/*----------*/
.mgna {
  margin-left: auto;
  margin-right: auto;
}

.mgn0a {
  margin: 0 auto;
}

.mgn0 {
  margin: 0;
}

.pad0 {
  padding: 0;
}

/*----------*/
.txL {
  text-align: left;
}

.txR {
  text-align: right;
}

.txC {
  text-align: center;
}

.txT {
  vertical-align: top;
}

.txM {
  vertical-align: middle;
}

.txB {
  vertical-align: bottom;
}

/*----------*/
.gosick {
  font-family: "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", sans-serif;
}

.minch {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* text setting */
.distribute {
  text-align: justify;
  text-justify: distribute;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/*========================================*/
/* for @extend */
.ul0 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.li0 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.bg_icon0, body.facsimile div.title p::before, body.yuubin div.title p::before, body.mascot div.title p::before, body.desk div.title p::before, body.wall div.title p::before {
  position: relative;
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain !important;
}

/*========================================*/
/*================================================================================

	Common

================================================================================*/
.lite {
  display: none;
}

body {
  background: #000000;
  color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -1px;
}

a img:hover {
  opacity: 0.75;
}

/* header */
header {
  border-top: 4px solid #000000;
}
header div.header {
  border-top: 4px solid #ffed26;
}
header div.header div.face {
  text-align: center;
}
header div.header div.face.home {
  background: #000000 url(../img/home/facebg.jpg) no-repeat center;
}
header div.header div.face.wall {
  background: #000000 url(../img/wall/facebg.jpg) no-repeat center;
}
header div.header div.face.desk {
  background: #000000 url(../img/desk/facebg.jpg) no-repeat center;
}
header div.header div.face.mascot {
  background: #000000 url(../img/mascot/facebg.jpg) no-repeat center;
}
header div.header div.face.yuubin {
  background: #000000 url(../img/yuubin/facebg.jpg) no-repeat center;
}
header div.header nav {
  background: url(../img/header/navibg.png) repeat-x;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
header div.header nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  width: 1061px;
  display: flex;
}
header div.header nav ul li {
  border-left: 1px solid #333333;
}
header div.header nav ul li:first-child {
  border-left: none;
}

/* footer */
footer {
  border-top: 4px solid #000000;
}
footer div.footer {
  border-top: 4px solid #ffed26;
}
footer div.footer > div {
  margin: 0 auto;
  position: relative;
  max-width: 1180px;
}
footer div.footer > div p {
  font-size: 1.5rem;
  line-height: 7rem;
  text-align: center;
}

div.content .block {
  margin: 0 auto;
  width: 1180px;
}
div.content .block2 {
  margin: 0 auto;
  width: 1000px;
}
div.content div.shop {
  margin-top: 100px;
}
div.content div.shop h3::before {
  content: "■";
}
div.content div.shop p.list {
  margin: 30px 0 30px 2rem;
}
div.content div.shop p.list span {
  display: inline-block;
  white-space: nowrap;
}
div.content div.shop p.notice {
  margin-left: 2rem;
}
div.content div.shop p.notice::before {
  margin-left: -2rem;
  content: "※";
}
div.content div.contact {
  margin-top: 100px;
}
div.content div.contact h3::before {
  content: "■";
}
div.content div.contact p.mark {
  margin: 30px 0 30px 2rem;
}
div.content div.contact p.mark::before {
  margin-left: -2rem;
  content: "◎";
}
div.content div.contact p {
  margin-left: 2rem;
}

/*================================================================================

	Home

================================================================================*/
body.home div.no1 {
  background: url(../img/home/bg01.jpg) no-repeat top;
}
body.home div.no2 {
  padding-bottom: 200px;
  background: url(../img/home/bg02.jpg) no-repeat bottom;
}
body.home h2 {
  font-size: 2.2rem;
  letter-spacing: -1px;
}
body.home h2 strong {
  color: #ffed26;
}
body.home h3.type {
  margin-top: 30px;
}
body.home h3.type::before {
  content: "■";
}
body.home h3.type span {
  font-size: 1.5rem;
}
body.home h3.type span a {
  color: #ffed26;
}
body.home div.lead {
  margin: 30px 90px;
}
body.home div.lead h2 span {
  display: inline-block;
  white-space: nowrap;
}
body.home div.wall {
  margin: 30px 230px;
}
body.home div.wall figcaption {
  margin-top: 1rem;
  text-align: right;
}
body.home div.desk, body.home div.mascot {
  margin: 80px 230px 30px 230px;
}
body.home div.desk figure, body.home div.mascot figure {
  margin: 0 75px;
}
body.home div.desk figcaption, body.home div.mascot figcaption {
  margin-top: 1rem;
  text-align: right;
}
body.home div.title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.home div.title div.rside {
  margin-left: 20px;
}
body.home div.title div.rside h2 {
  color: #ffed26;
}
body.home div.title div.rside p span {
  color: #ffed26;
}
body.home div.special, body.home div.order {
  margin: 80px auto 0 auto;
  width: 1000px;
}
body.home div.special1, body.home div.special2 {
  margin: 60px 0 20px 0;
}
body.home div.special1 h3, body.home div.special2 h3 {
  letter-spacing: -1px;
  color: #ffed26;
}
body.home div.special1 h3 strong, body.home div.special2 h3 strong {
  color: #f94319;
}
body.home div.special1 figure, body.home div.special2 figure {
  text-align: center;
}
body.home div.special1 figure img, body.home div.special2 figure img {
  margin: 30px 0;
}
body.home div.special1 figure figcaption, body.home div.special2 figure figcaption {
  text-align: right;
  font-size: 1.5rem;
  line-height: 2rem;
}
body.home div.order p.notice {
  margin: 0 0 0 4rem;
}
body.home div.order p.notice::before {
  margin-left: -2rem;
  content: "※";
}
body.home div.order div.buttons {
  margin: 30px 0;
  text-align: center;
}
body.home div.order div.buttons span {
  margin: 30px 0;
  padding: 3px 20px;
  display: inline-block;
  border-radius: 30px;
  background: #ffed26;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000000;
  width: 660px;
}
body.home div.order div.buttons span:hover {
  opacity: 0.7;
}

/*================================================================================

	Wall

================================================================================*/
body.wall div.no1 {
  background: url(../img/wall/bg01.jpg) no-repeat top;
}
body.wall div.no2 {
  padding-bottom: 150px;
  background: url(../img/wall/bg02.jpg) no-repeat bottom;
}
body.wall div.title {
  margin-top: 30px;
}
body.wall div.title h2 {
  font-size: 2.8rem;
}
body.wall div.title p {
  margin-left: 40px;
  margin-bottom: 35px;
  font-weight: bold;
  color: #ffed26;
}
body.wall div.title p::before {
  margin-right: 10px;
  background-image: url(../img/mark-tiger.png);
  width: 90px;
  height: 90px;
  top: 35px;
}
body.wall div.image figure {
  margin: 0 auto;
  width: 720px;
}
body.wall div.image figure figcaption {
  text-align: right;
}
body.wall div.image div.order {
  margin: 30px auto 0 auto;
  width: 720px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.wall div.image div.order div.lside {
  text-align: right;
}
body.wall div.image div.order div.lside span {
  font-size: 1.5rem;
}
body.wall div.image div.order div.rside {
  margin-left: 30px;
}
body.wall div.image div.order div.rside a {
  text-decoration: none;
}
body.wall div.image div.order div.rside span {
  padding: 3px 20px;
  background: #f94319;
  color: #ffffff;
  border-radius: 30px;
}
body.wall div.image div.order div.rside span:hover {
  opacity: 0.7;
}
body.wall div.image p.notice {
  margin-right: 140px;
  text-align: right;
  font-size: 1.5rem;
}
body.wall div.image div.exp {
  margin-top: 50px;
}
body.wall div.image div.exp h3::before {
  content: "■";
}
body.wall div.image div.exp p {
  margin: 30px 0;
}
body.wall div.image div.exp div.spec {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
body.wall div.image div.exp div.spec div.rside {
  margin-left: 30px;
}
body.wall div.image div.exp div.spec div.rside h4::before {
  content: "【";
}
body.wall div.image div.exp div.spec div.rside h4::after {
  content: "】";
}
body.wall div.image div.exp div.spec div.rside p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
body.wall div.special {
  margin-top: 50px;
}
body.wall div.special h3 {
  margin: 30px 0;
  padding: 10px 30px;
  display: inline-block;
  background: #ffed26;
  font-weight: bold;
  color: #000000;
  border-radius: 30px;
}
body.wall div.special p.ttl strong {
  color: #f94319;
}
body.wall div.special div.image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body.wall div.special div.image div.rside {
  margin-left: 30px;
}
body.wall div.special div.image div.rside p {
  font-size: 1.5rem;
}
body.wall div.special div.image div.rside p strong {
  font-size: 2rem;
  letter-spacing: -1px;
}
body.wall div.special div.notice {
  text-align: right;
  font-size: 1.5rem;
  line-height: 2rem;
}

/*================================================================================

	Desk

================================================================================*/
body.desk div.no1 {
  background: url(../img/desk/bg01.jpg) no-repeat top;
}
body.desk div.no2 {
  padding-bottom: 300px;
  background: url(../img/desk/bg02.jpg) no-repeat bottom;
}
body.desk div.title {
  margin-top: 30px;
}
body.desk div.title h2 {
  font-size: 2.8rem;
}
body.desk div.title p {
  margin-left: 40px;
  margin-bottom: 35px;
  font-weight: bold;
  color: #ffed26;
}
body.desk div.title p::before {
  margin-right: 10px;
  background-image: url(../img/mark-tiger.png);
  width: 90px;
  height: 90px;
  top: 35px;
}
body.desk div.image figure {
  margin: 0 auto;
  width: 570px;
}
body.desk div.image figure figcaption {
  text-align: right;
}
body.desk div.image div.order {
  margin: 30px 215px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.desk div.image div.order div.lside {
  text-align: right;
}
body.desk div.image div.order div.lside span {
  font-size: 1.5rem;
}
body.desk div.image div.order div.rside {
  margin-left: 30px;
}
body.desk div.image div.order div.rside a {
  text-decoration: none;
}
body.desk div.image div.order div.rside span {
  padding: 3px 20px;
  background: #f94319;
  color: #ffffff;
  border-radius: 30px;
}
body.desk div.image div.order div.rside span:hover {
  opacity: 0.7;
}
body.desk div.image p.notice {
  margin-right: 140px;
  text-align: right;
  font-size: 1.5rem;
}
body.desk div.image div.exp {
  margin-top: 50px;
}
body.desk div.image div.exp h3::before {
  content: "■";
}
body.desk div.image div.exp h4::before {
  content: "【";
}
body.desk div.image div.exp h4::after {
  content: "】";
}
body.desk div.image div.exp p {
  margin: 10px 0 40px 0;
}
body.desk div.image div.exp p span {
  display: inline-block;
  white-space: nowrap;
}
body.desk div.image div.exp div.spec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.desk div.image div.exp div.spec div.rside {
  margin-left: 30px;
}
body.desk div.image div.exp div.spec div.rside h4::before {
  content: "【";
}
body.desk div.image div.exp div.spec div.rside h4::after {
  content: "】";
}
body.desk div.image div.exp div.spec div.rside p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
body.desk div.special {
  margin-top: 50px;
}
body.desk div.special h3 {
  margin: 30px 0;
  padding: 10px 30px;
  display: inline-block;
  background: #ffed26;
  font-weight: bold;
  color: #000000;
  border-radius: 30px;
}
body.desk div.special p.ttl strong {
  color: #f94319;
}
body.desk div.special div.image {
  text-align: center;
}
body.desk div.special div.image img {
  margin: 30px 0;
}
body.desk div.special div.notice {
  margin-right: 140px;
  text-align: right;
  font-size: 1.5rem;
  line-height: 2rem;
}

/*================================================================================

	Mascot

================================================================================*/
body.mascot div.no1 {
  background: url(../img/mascot/bg01.jpg) no-repeat top;
}
body.mascot div.no2 {
  padding-bottom: 700px;
  background: url(../img/mascot/bg02.png) no-repeat bottom;
}
body.mascot div.title {
  margin-top: 30px;
}
body.mascot div.title h2 {
  font-size: 2.8rem;
}
body.mascot div.title p {
  margin-left: 40px;
  margin-bottom: 35px;
  font-weight: bold;
  color: #ffed26;
}
body.mascot div.title p::before {
  margin-right: 10px;
  background-image: url(../img/mark-tiger.png);
  width: 90px;
  height: 90px;
  top: 35px;
}
body.mascot div.image figure {
  margin: 0 auto;
  width: 720px;
}
body.mascot div.image figure figcaption {
  text-align: right;
}
body.mascot div.image div.order {
  margin: 30px auto 0 auto;
  width: 720px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.mascot div.image div.order div.lside {
  text-align: right;
}
body.mascot div.image div.order div.lside span {
  font-size: 1.5rem;
}
body.mascot div.image div.order div.rside {
  margin-left: 30px;
}
body.mascot div.image div.order div.rside a {
  text-decoration: none;
}
body.mascot div.image div.order div.rside span {
  padding: 3px 20px;
  background: #f94319;
  color: #ffffff;
  border-radius: 30px;
}
body.mascot div.image div.order div.rside span:hover {
  opacity: 0.7;
}
body.mascot div.image div.exp {
  margin-top: 50px;
}
body.mascot div.image div.exp h3::before {
  content: "■";
}
body.mascot div.image div.exp h4 {
  margin-top: 30px;
}
body.mascot div.image div.exp h4::before {
  content: "【";
}
body.mascot div.image div.exp h4::after {
  content: "】";
}
body.mascot div.image div.exp p.detail {
  margin-bottom: 30px;
}
body.mascot div.image div.exp p.notice {
  margin: 0 0 10px 2rem;
}
body.mascot div.image div.exp p.notice::before {
  margin-left: -2rem;
  content: "※";
}
body.mascot div.image div.exp div.spec {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.mascot div.image div.exp div.spec div.rside {
  margin-left: 30px;
}
body.mascot div.image div.exp div.spec div.rside h4::before {
  content: "【";
}
body.mascot div.image div.exp div.spec div.rside h4::after {
  content: "】";
}
body.mascot div.image div.exp div.spec div.rside p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
body.mascot div.special {
  margin-top: 50px;
}
body.mascot div.special h3 {
  margin: 30px 0;
  padding: 10px 30px;
  display: inline-block;
  background: #ffed26;
  font-weight: bold;
  color: #000000;
  border-radius: 30px;
}
body.mascot div.special p.ttl strong {
  color: #f94319;
}
body.mascot div.special div.image {
  text-align: center;
}
body.mascot div.special div.image img {
  margin: 30px 0;
}
body.mascot div.special div.notice {
  margin-right: 140px;
  text-align: right;
  font-size: 1.5rem;
  line-height: 2rem;
}

/*================================================================================

	郵便為替でのご注文

================================================================================*/
body.yuubin div.no1 {
  background: url(../img/yuubin/bg01.jpg) no-repeat top;
}
body.yuubin div.no2 {
  padding-bottom: 550px;
  background: url(../img/yuubin/bg02.jpg) no-repeat bottom;
}
body.yuubin div.title {
  margin-top: 30px;
}
body.yuubin div.title h2 {
  font-size: 2.8rem;
}
body.yuubin div.title p {
  margin-left: 40px;
  margin-bottom: 35px;
  font-weight: bold;
  color: #ffed26;
}
body.yuubin div.title p::before {
  margin-right: 10px;
  background-image: url(../img/mark-tiger.png);
  width: 90px;
  height: 90px;
  top: 35px;
}
body.yuubin div.howto h3, body.yuubin div.sample h3 {
  margin: 50px 0 20px 0;
}
body.yuubin div.howto h3::before, body.yuubin div.sample h3::before {
  content: "■";
}
body.yuubin div.howto p, body.yuubin div.sample p {
  margin: 2rem 0;
  font-size: 2rem;
}
body.yuubin div.howto p b, body.yuubin div.sample p b {
  color: #f94319;
}
body.yuubin div.howto p b.marker, body.yuubin div.sample p b.marker {
  background: linear-gradient(transparent 65%, #ff6 85%);
}
body.yuubin div.howto table, body.yuubin div.sample table {
  border-collapse: collapse;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  color: #000000;
}
body.yuubin div.howto table th, body.yuubin div.sample table th {
  padding: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #ffed26;
  white-space: nowrap;
}
body.yuubin div.howto table td, body.yuubin div.sample table td {
  padding: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #ffffff;
}
body.yuubin div.howto table td span, body.yuubin div.sample table td span {
  display: inline-block;
  white-space: nowrap;
}

/*================================================================================

	FAXでのご注文

================================================================================*/
body.facsimile div.no1 {
  background: url(../img/facsimile/bg01.jpg) no-repeat top;
}
body.facsimile div.no2 {
  padding-bottom: 500px;
  background: url(../img/facsimile/bg02.jpg) no-repeat bottom;
}
body.facsimile div.title {
  margin-top: 30px;
}
body.facsimile div.title h2 {
  font-size: 2.8rem;
}
body.facsimile div.title p {
  margin-left: 40px;
  margin-bottom: 35px;
  font-weight: bold;
  color: #ffed26;
}
body.facsimile div.title p::before {
  margin-right: 10px;
  background-image: url(../img/mark-tiger.png);
  width: 90px;
  height: 90px;
  top: 35px;
}
body.facsimile div.howto h3, body.facsimile div.sheet h3 {
  margin: 50px 0 20px 0;
}
body.facsimile div.howto h3::before, body.facsimile div.sheet h3::before {
  content: "■";
}
body.facsimile div.howto p, body.facsimile div.sheet p {
  margin: 2rem 0;
  font-size: 2rem;
}
body.facsimile div.howto p b, body.facsimile div.sheet p b {
  color: #f94319;
}
body.facsimile div.howto p b.marker, body.facsimile div.sheet p b.marker {
  background: linear-gradient(transparent 65%, #ff6 85%);
}
body.facsimile div.howto table, body.facsimile div.sheet table {
  border-collapse: collapse;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  color: #000000;
}
body.facsimile div.howto table th, body.facsimile div.sheet table th {
  padding: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #ffed26;
  white-space: nowrap;
}
body.facsimile div.howto table td, body.facsimile div.sheet table td {
  padding: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #ffffff;
}
body.facsimile div.howto table td span, body.facsimile div.sheet table td span {
  display: inline-block;
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */