@charset "euc-jp";
/* CSS Document */

/* A Modern CSS Reset */
 
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

body {
    margin: 0;
    padding: 0;
	background: url(../img/bg.jpg);
	background-repeat: repeat;
	background-size: contain;
    letter-spacing: 0.05em;
    background-attachment: fixed;
	overflow-x: hidden;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-feature-settings: "pkna"!important;
    color: #371804;
}

main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}


ul,li {
    list-style-type: none;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

p {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

img {
    width: 100%;
	height: auto;
    vertical-align:bottom;
}

a:hover {
    cursor: pointer;
    opacity: .6;
}

a {
    display: block;
}

b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}



/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

.wrapper {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	height: 100%;
	position: relative;
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
}

#particles-js{ 
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
    height: 100%;
}

header {
	width: 100%;
	height: 50px;
	background-color: #371804;
	position: relative;
	z-index: 9;
}

header a {
	margin: 0 auto;
	max-width: 220px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/********** ふんわり表示 ***********/
.effect-fade {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1000ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}

/***** 固定リンクメニュー *****/
.content-link {
    width: 100%;
    height: auto;
    max-width: 120px;
    position: fixed;
    right: 0;
    bottom: 100px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    z-index: 2;
}

.content-link ul li {
	border-radius:5px;
	padding: 5px;
	box-sizing: border-box;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.content-link ul li:last-child {
	margin-bottom: 0;
}


/***** 看板周り *****/
.head-content {
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 30px auto 20vh;
}

.head-content .kikan {
	width: fit-content;
    text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 20px;
    padding: 15px 100px 0;
    border-top: 1px solid #371804;
	color: #371804;
    margin: 0 auto 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.head-content .kikan span {
	font-size: 1.2em;
}

.head-content .award-logo {
	max-width: 800px;
	margin: 0 auto;
	display: block;
}

.intro-box {
    max-width: 800px;
    width: 95%;
    margin: 0 auto 20vh;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 40px 0;
    border-radius: 20px;
	overflow: hidden;
}

.intro-box .box-title {
    max-width: 450px;
    display: block;
    margin: 0 auto 30px;
    width: 80%;
}

.intro p.text {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    text-align: justify;
    line-height: 2;
	text-align: justify;
    margin: 0 auto;
    width: 80%;
}

/***** loop *****/

.loop_css {
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: max-content;
	height: 140px;
	left: 50%;
	margin-left: -50%;
	overflow: hidden;
	margin-top: 30px;
}

.loop_css img {
  width: auto;
  height: 100%;
}

/* 1つ目の画像 */
.loop_css img:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
  animation: loop 100s -50s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* 2つ目の画像 */
.loop_css img + img {
  -webkit-animation: loop2 100s  linear infinite;
  animation: loop2 100s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}



/***** タマチャンショップってどんなお店？ *****/
.what-tamachan {
	width: 100%;
	height: auto;
	max-width: 280px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}


/***** 開催中のイベント *****/
#ongoing-event {
	width: 95%;
	max-width: 800px;
	margin: 0 auto 20vh;
	overflow: hidden;
	display: block;
}

#ongoing-event .box-title {
	max-width: 450px;
    display: block;
    margin: 0 auto 20px;
    width: 80%;
}

#ongoing-event ul {
	max-width: 600px;
	margin: 0 auto;
}

#ongoing-event ul li {
	margin: 0 0 40px;
}

#ongoing-event ul li p {
	text-align: center;
}


/***** おトクなポイントアップ＆クーポン *****/
#point-coupon {
	width: 100%;
	height: auto;
	max-width: 900px;
	margin: 0 auto 20vh;
	background-color: #ffffff;
	padding: 20px;
}

#point-coupon .title {
	text-align: center;
	font-weight: bold;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
	color: #b10000;
}

#point-coupon .title-sub {
	text-align: center;
	font-weight: bold;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 18px;
	color: #887b6d;
	margin-bottom: 20px;
}

#point-coupon ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	gap: 6px 4px;
}

#point-coupon ul li {
	width: calc(100%/5 - 4px);
	justify-content: space-between;
	background-color: #371804;
	height: auto;
}


/***** SALEボックス *****/
#sale-content {
	max-width: 900px;
	margin: 0 auto;
}

.sale-box {
	background-color: #ffffff;
	border-radius: 20px;
	margin: 0 auto 20vh;
	overflow: hidden;
}

#beauty-sale .sale-title {
	padding: 30px 0 20px;
	border-bottom: 1px dashed #AEA21B;
}

#cosme-sale .sale-title {
	padding: 30px 0 20px;
	border-bottom: 1px dashed #4B7C35;
}

#eiyo-sale .sale-title {
	padding: 30px 0 20px;
	border-bottom: 1px dashed #4E808E;
}

#happy-sale .sale-title {
	padding: 30px 0 20px;
	border-bottom: 1px dashed #D2844B;
}


#sale-content .sale-title img {
    max-width: 560px;
    margin: 40px auto 0px;
    display: block;
}

#beauty-sale ul li:nth-child(even) {
	background-color: #F7F6ED;
}

#cosme-sale ul li:nth-child(even) {
    background-color: #F4F9F2;
}

#eiyo-sale ul li:nth-child(even) {
    background-color: #F0F6F7;
}

#happy-sale ul li:nth-child(even) {
    background-color: #fff4eb;
}


#sale-content ul li .in-box {
	width: 85%;
	margin: 0 auto;
	display: block;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 0;
}

#sale-content .sale-img-box {
	width: 50%;
}

#sale-content .item-spec-box {
	width: 50%;
	text-align: center;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}


#sale-content .item-day {
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
	background-color: #F4EC67;
	padding: 5px 10px;
	display: inline-block;
}

#sale-content .item-name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

#sale-content .item-name span {
	font-size: 16px;
	font-weight: bold;
	display: block;
}


#sale-content .price-box {
	margin: 0 auto 10px;
	font-weight: bold;
	/*justify-content:center;
	align-items:center;*/
}

#sale-content .price-box .price {
	font-family: kinto-sans, sans-serif;
	font-size: 14px;
	display: inline-block;
}

#sale-content .price-box .sale-price {
	font-family: kinto-sans, sans-serif;
	font-size: 32px;
	color: #b10000;
	display: inline-block;
}

#sale-content .price-box .sale-price span {
	font-size: 24px;
}

#sale-content .price-box .soryo {
    font-size: 12px;
    padding: 6px;
    border: 1px solid #b10000;
    color: #b10000;
    line-height: 1;
    width: 40px;
    height: 40px;
	margin-left: 5px;
	display: inline-block;
}

#sale-content .price-box .other-sale {
	font-size: 10px;
	margin: 5px auto 15px;
}

#sale-content .price-box .other-sale span {
	font-size: 16px;
	color: #b10000;
}

#sale-content .item-link-box {
	display: flex;
	margin: 0 auto 10px;
	font-weight: bold;
	justify-content:center;
	align-items:center;
	gap: 0 5px;
}

#sale-content .kago {
	width: 80%;
}

#sale-content .kago a {
	background-color: #b10000;
	border-radius: 7px;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	font-size: 18px;
}

#sale-content .kago p {
	display: inline-block;
}

#sale-content .kago img {
	width: 30px;
	height: auto;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

#sale-content .fav {
	width: 20%;
}

#sale-content .fav a {
	background-color: #d49500;
	border-radius: 7px;
	color: #ffffff;
	height: 50px;
	text-decoration: none;
	font-size: 8px;
	padding-top: 5px;
}

#sale-content .fav img {
	width: 24px;
	height: auto;
	display: block;
	margin: 0 auto;
}

#sale-content .review-box {
	margin-bottom: 20px;
}

#sale-content .review-box a {
	border-bottom: 1px solid;
	padding-bottom: 5px;
	color: #371804;
	display: inline-block;
}

#sale-content .review-box img {
	display: inline-block;
	width: 100px;
	height: auto;
	vertical-align: text-bottom;
	margin-right: 5px;
}

#sale-content .review-box p {
	display: inline-block;
	font-size: 12px;
}

#sale-content .review-box span {
	font-size: 18px;
}

#sale-content .multiple .in-box {
	display: block;
}

#sale-content .multiple ol li:nth-child(even) {
	background-color: transparent;
}

#sale-content .sale-box-title {
	text-align: center;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
    color: #b10000;
}

#sale-content .multiple ol {
	display: flex;
	flex-wrap: wrap;
	padding-inline-start: 0;
	margin-bottom: 30px;
}

#sale-content .multiple ol li {
	width: 50%;
	padding: 20px 0;
	box-sizing: border-box;
}

#sale-content .multiple ol li:nth-child(odd) {
	border-right: 1px dashed #9d918c;
}


#sale-content .multiple ol li:last-child {
	border-bottom: none;
}

#otoku-sale .multiple ol li,#series-sale .multiple ol li {
    border-bottom: none;
}

#sale-content .multiple .sale-img-box {
	width: 60%;
	margin: 0 auto 10px;
}

#sale-content .multiple .item-spec-box {
    width: 80%;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
	margin: 0 auto;
}

#sale-content .new-item {
	margin: 0 auto;
	display: block;
	max-width: 320px;
}

#sale-content .new-item-title {
	width: 100%;
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
    color: #d5832d;
	font-weight: bold;
}

#sale-content .sale-item-title {
	width: 100%;
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
    color: #d05353;
	font-weight: bold;
}

#series-sale .sale-item-title {
    color: #69b48f;
}


#sale-content .other-link a {
	text-decoration: none;
	border:1px solid;
	padding: 10px;
	margin-bottom: 15px;
	color: #371804;
	font-size: 14px;
}


#sale-content .other-link a span,#sale-content .sale-point span {
	color: #c30000;
	font-size: 16px;
	font-weight: bold;
}

#sale-content .sale-point {
	padding: 10px;
	margin: 10px 0 15px;
	color: #371804;
	font-size: 14px;
	background-color: #e8e2c4;
}


/***** フッターコンテンツ *****/
.footer-content {
	max-width: 900px;
	margin: 0 auto 20vh;
	display: block;
}

.order-ranking-box {
	display: flex;
	gap: 0 20px;
	margin-bottom: 10vh;
}

.order-box,.ranking-box {
	width: 50%;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.footer-content .title {
	width: 80%;
	max-width: 400px;
	margin: -40px auto 20px;
	overflow: hidden;
}

.footer-content iframe {
	width: 100%;
	height:250px;
	margin-bottom: 10px;
}

.order-box p {
	text-align: center;
	color: #887b6d;
	font-size: 20px;
	font-weight: bold;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.guide-box {
	width: 100%;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 20px 40px;
	font-size: 15px;
	box-sizing: border-box;
}

.guide-box .title {
	margin-bottom: 40px;
}

.guide-box ul {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}

.guide-box ul li {
	width: calc(100%/3 - 10px);
}

.guide-box .in-title {
	background-color: #371804;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0;
}

.guide-box .guide-in {
	padding: 15px;
	box-sizing: border-box;
	background-color: #f6f0db;
}

.guide-box .haiso {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}
.guide-box .haiso span {
	font-size: 20px;
}

.guide-box .holiday {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #371804;
}

.guide-box iframe {
    width: 100%;
    height: 200px;
}

.guide-box .holiday span {
	width: 25px;
	height: 25px;
	background-color: #c4ae96;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.guide-box .logo-img {
	max-width: 220px;
}

.guide-box .mini-icon {
	display: inline-block;
	width: 24px;
	height: auto;
	margin-right: 5px;
}

.guide-box a {
	width: 100%;
	background-color: #371804;
	text-align: center;
	padding: 10px 0;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	border-radius: 5px;
}


/* ----　スマホフッター　----*/
.footerSp {
    display: block;
	background-color:#371804;
    position: relative;
    width: 100%;
    height: auto;
}

.footerSp-in {
    display: block;
    padding: 15px 10px 10px 10px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    height: auto;
	overflow: hidden;
}

.footerSp .orderTel {
    text-align: center;
	width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.footerSp .orderTel img {
	width: 100%;
}

.footerSp ul {
    margin: 0 auto;
    width: 100%;
}

.footerSp ul li.border {
    float: left;
    width: 50%;
    height: 50px;
    text-align: center;
	box-sizing: border-box;
    line-height: 50px;
    font-size: 12px;
    font-weight: bold;
}

.footerSp li a {
    color: #8f7b5b;
	text-decoration: none;
	font-weight: bold;
}

.footerSp li a:link {
    color: #8f7b5b;
}

.footerSp li:nth-child(1){border-bottom: 1px solid #c8c1bb; border-right: 1px solid #c8c1bb;  }
.footerSp li:nth-child(2){border-bottom: 1px solid #c8c1bb; }
.footerSp li:nth-child(3){border-right: 1px solid #c8c1bb;  }

.f_logo {
	width: 140px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

div.clearfix > ul > li.fli.last > div > dl > dd > h1 {
    font-weight: bold;
    font-size: 20px;
}
.copyrights_sp {
    display: block;
    background-color: #371804;
    height: 50px;
    font-size: 0.6em;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.footerSp.clearfix ul {
    width: 142px;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 20px;
}
.footerSp.clearfix li {
    float: left;
    width: 40px;
    border: none;
    margin-right: 10px;
}
.footerSp.clearfix li:last-child {
    margin-right: 0px;
}


@media screen and (max-width: 1024px) and (orientation: portrait) {
	header {
    	height: 60px;
	}
	
	header a {
    	max-width: 260px;
	}
	
	.head-content {
    	width: 100%;
    	margin: 0px auto 15vh;
	}
	
	.head-content .kikan {
    	font-size: 28px;
    	padding: 30px 100px 0;
    	margin: 30px auto 40px;
	}
	
	.head-content .award-logo {
    	width: 80%;
	}
	
	#point-coupon {
    	margin: 0 auto 15vh;
	}
	
	.sale-box {
    	margin: 0 auto 15vh;
	}
}

@media screen and (max-width: 768px) {
	.head-content .kikan {
    	font-size: 22px;
    	padding: 30px 50px 0;
	}
	
	.what-tamachan {
    	position: unset;
    	width: 90%;
    	height: auto;
    	max-width: 500px;
    	margin: 0 auto 10vh;
    	display: block;
	}
	
	.content-link {
    	max-width: 100%;
    	right: 0;
		left: 0;
    	bottom: 0;
		border-radius: 0;
		padding: 15px;
	}
	
	.content-link ul {
    	width: 600px;
    	margin: 0 auto;
	}
	
	.content-link ul li {
    	width: calc(100%/5 - 10px);
    	float: left;
		margin-right: 12px;
		margin-bottom: 0;
	}
	
	.content-link ul li:last-child {
		margin-right: 0px;
	}
	
	.sale-box {
    	border-radius: 0;
	}
	
	#sale-content .multiple .item-spec-box {
    	width: 90%;
	}
	
	.footerSp {
    	padding-bottom:140px;
	}
	
}

@media screen and (max-width: 599px) {
	
	body {
		background-size:auto;
	}
	header {
    	height: 50px;
	}
	
	.intro-box {
    	margin: 0 auto 10vh;
    	padding: 20px;
	}

	.intro {
    	display: block;
	}

	.intro img.intro-img {
    	width: 100%;
		margin: 0 auto 20px;
	}

	.intro-box p.main {
		font-size: 1.3em;
		line-height: 1.3;
	}

	.intro p.text {
		font-size: 0.8em;
		line-height: 1.7;
		margin-left: 0;
	}
	
	#sale-content .sale-title img {
    	margin: 15px auto 0px;
	}
	
	.content-link {
    	padding: 8px 12px;
	}
	
	.content-link ul li {
    	width: calc(100vw/5 - 13px);
    	margin-right: 10px;
	}
	
	.content-link ul li {
    	border-radius: 2px;
    	padding: 0px;
	}
	
	.head-content {
    	width: 100%;
    	margin: 0px auto 10vh;
	}
	
	.head-content .kikan {
    	font-size: 16px;
    	padding: 20px 10px 0;
	}
	
	.head-content .award-logo {
    	width: 90%;
	}
	
	#point-coupon .title {
    	font-size: 23px;
    	margin-bottom: 5px;
    	letter-spacing: -0.03em;
	}
	
	#point-coupon .title-sub {
    	font-size: 14px;
	}
	
	#point-coupon ul li {
    	width: calc(100%/3 - 4px);
	}
	
	.intro p.text {
    	width: 100%;
	}
	
	.sale-box {
    	border-radius: 10px;
    	width: 95%;
	}
	
	#sale-content .sale-title {
    	padding: 20px 20px 10px;
	}
	
	#sale-content ul li .in-box {
    	display: block;
	}
	
	#sale-content .sale-img-box,#sale-content .item-spec-box {
    	width: 100%;
	}
	
	#sale-content .sale-img-box {
    	margin-bottom: 20px;
	}
	
	#sale-content .item-spec-box {
		padding: 0;
	}
	
	#sale-content ul li .in-box {
    	width: 90%;
    	padding: 30px 0;
	}
	
	#sale-content .sale-box-title {
    	font-size: 22px;
    	line-height: 1.25;
	}
	
	#sale-content .multiple .sale-img-box {
    	width: 85%;
	}
	
	#sale-content .multiple .price-box .sale-price {
    	font-size: 26px;
	}
	
	#sale-content .multiple .item-link-box {
    	display: block;
	}
	
	#sale-content .multiple .in-box {
    	width: 95%;
	}
	
	#sale-content .multiple ol li {
    	padding: 10px 0;
	}
	
	#sale-content .multiple .kago,#sale-content .multiple .fav {
    	width: 100%;
	}
	
	#sale-content .multiple .kago a {
    	font-size: 15px;
		margin-bottom: 6px;
	}
	
	#sale-content .multiple .kago img {
		display: none;
	}
	
	#sale-content .multiple .item-link-box {
    	margin: 0 auto;
	}
	
	#sale-content .multiple .fav img,#sale-content .multiple .fav p {
    	display: inline-block;
		font-size: 15px;
		line-height: 50px;
		vertical-align: middle;
		margin-left: 5px;
	}
	
	#sale-content .multiple .fav a {
    	padding-top: 0px;
	}
	
	#sale-content .new-item-title,#sale-content .sale-item-title {
    	font-size: 24px;
		letter-spacing: -0.02em;
	}
	
	#sale-content .new-item-title span.block {
		display: block;
	}
	#sale-content .new-item-title span.none,#sale-content .sale-item-title span.none {
		display: none;
	}
	
	.order-ranking-box {
    	display: block;
	}
	
	.order-box, .ranking-box {
    	width: 95%;
		margin: 0 auto 10vh;
	}
	
	.order-box p {
    	font-size: 16px;
    	letter-spacing: -0.02em;
	}
	
	.guide-box ul {
    	display: block;
	}
	
	.guide-box ul li {
    	width: 100%;
    	margin-bottom: 20px;
	}
	
	.guide-box {
		width: 95%;
		margin: 0 auto;
    	padding: 20px 30px;
	}
	
	.footerSp {
    	padding-bottom: 100px;
	}

}

@media screen and (max-width: 320px) {
	.head-content .kikan {
    	font-size: 13px;
	}
	
	#point-coupon .title {
    	font-size: 19px;
	}
	
	#point-coupon .title-sub {
    	font-size: 13px;
	}
	
	#sale-content .review-box img {
    	width: 80px;
    	vertical-align: text-top;
	}
	
	#sale-content .price-box .sale-price {
    	font-size: 26px;
	}
	
	p.spec {
    	font-size: 13px;
	}
	
	#sale-content .multiple .kago a {
    	font-size: 14px;
	}
	
	#sale-content .price-box .soryo {
    	font-size: 10px;
    	padding: 3px;
    	width: 30px;
    	height: 30px;
    	margin-left: 0px;
	}
	
	#sale-content .multiple .in-box {
    	width: 98%;
	}
	
	#sale-content .new-item {
    	width: 90%;
	}
}
