﻿@charset "utf-8";
html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
/*
	font-size: 62.5%;
*/
}

html,body{
	width: 100%;
}

body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

article, aside, dialog, figure, footer, #hd, hgroup, nav, section, main {
	display: block;
}

body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, #hd, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

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

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

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

input, textarea {
	vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
	border-style: none;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

a.ov {
	display: block;
	position: relative;
}

a.ov img {
	transition-property: opacity;
	transition-duration: 0.5s;
	opacity: 1;
}

a.ov .on {
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index: 0;
	position: absolute;
	opacity: 0;
}

a.ov:hover {
	opacity: 1;
}

a.ov:hover img {
	opacity: 0;
}

a.ov:hover .on {
	opacity: 1;
}

/*----- .clearfix -----*/

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

html {
	font-size: 0.52vw;
}

body {
	font-family: "UD新ゴ M JIS2004";
	font-size: 1.0rem;
	font-optical-sizing: auto;
	font-style: normal;
}

@media screen and (max-width: 1920px) {
	html {
		font-size: 10px;
	}

	body {
		font-size: 1.0rem;
	}
}



@media screen and (max-width: 479px) {
	html {
		font-size: 2.667vw;
	}

	body {
		font-size: 1.0rem;
	}
}

@media screen and (min-width: 480px), print and (min-width: 0px) {
	/*--------------------------------------------------------------------------*/

	a {
		transition-property: opacity;
		transition-duration: 0.5s;
	}

	a:hover {
		opacity: 0.5;
	}
}

@media screen and (min-width: 480px){
	
		.br_none{
		display: none !important;
	}
	
	html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 80px;
    width: 80px;
    position: fixed;
    right: 30px;
    bottom: 30px;
}
	.pc_none{
		display: none;
	}

	
	
	}


.light {
	font-family: "UD新ゴ L JIS2004";
}

.normal {
	font-family: "UD新ゴ R JIS2004";
}

.bold {
	font-family: "UD新ゴ B JIS2004";
}

.heavy {
	font-family: "UD新ゴ H JIS2004";
}

.noto {
	font-family: "Noto Sans JP", sans-serif;
}

/*----- common -----*/

body {
	background: #fff;
}

#wrap {
	position: relative;
}

header {
	width: 100%;
	z-index: 2000;
	position: relative;
}

header #headerIn {
	padding: 0 4rem;
	width: 100%;
	background: #fff;
	box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,0.3);
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	display: flex;
	left: 0;
	top: 0;
	position: fixed;
}



header #hdMenu {
	display: none;
	z-index: 2;
	position: absolute;
}

header #gNavi .gNav {
	align-items: center;
	justify-content: flex-end;
	display: flex;
}

header #gNavi .gNav ul {
	align-items: center;
	justify-content: flex-end;
	display: flex;
	z-index: 1;
	position: relative;
}



header #gNavi .gNav ul li a {
	padding: 3.4rem 0 3.2rem;
	background: #fff;
	color: #000;
	display: block;
	transition-property: color,background;
	transition-duration: 0.5s;
}

header #gNavi .gNav ul li a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}





header #gNavi .gNav .store a span {
	display: block;
	transition-duration: 0.5s;
}

main {
	z-index: 2;
	position: relative;
}

.container {
	margin: 0 auto;
	padding: 0;
	z-index: 20;
	position: relative;
	text-align: left;
}

#pagetop {
	width: 100%;
	position: relative;
}

#pagetop p {
	width: 7.2rem;
	right: 13.6rem;
	bottom: 4.6rem;
	z-index: 10000;
	position: fixed;
}

#pagetop.noFixed p {
	position: absolute;
}

#pagetop p {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
}

#pagetop.set p {
	opacity: 1;
}

#pagetop p a:hover {
	opacity: 1;
}

footer {
	padding: 25px 0;
	width: 100%;
	background-color: #000;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	z-index: 10;
	position: relative;
}



footer .footerM,
footer .footerR {
	align-items: center;
	justify-content: space-between;
	display: flex;
}






footer .footerR ul li a {
	padding: 9px 12px 9px 20px;
	background-color: #000;
	color: #fff;
	justify-content: space-between;
	display: flex;
	transition: 0.3s;
}

footer .footerR ul li a::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: 4px;
}

footer .footerR ul li a:hover {
	text-decoration: none;
	background-color: #222;
	opacity: 1;
}





footer .footerR p a span {
	padding: 13px 0;
	display: block;
	transition: 0.3s;
}

footer .footerR p a:hover {
	text-decoration: none;
	opacity: 1;
}

footer .footerR p.x {
	margin-top: 10px;
}

footer .footerR p.x a {
	background: #fff;
}

footer .footerR p.x a span img {
	margin-right: 8px;
	width: 23px;
	height: auto;
}

@media screen and (max-width: 479px) {

	header #headerIn {
		padding: 0 6.3rem 0 2.5rem;
		height: 6.6rem;
		box-shadow: 0 0.3rem 0.3rem rgba(0,0,0,0.3);
	}

	header h1 {
		width: 12.6rem;
	}

	header #hdMenu {
		display: block;
		right: 2.5rem;
		top: 2.2rem;
		position: absolute;
	}

	header #hdMenu a {
		width: 2.4rem;
		height: 2.1rem;
		display: block;
		position: relative;
	}

	header #hdMenu a::before,
	header #hdMenu a::after,
	header #hdMenu a span {
		width: 100%;
		height: 0;
		border-bottom: 0.3rem #000 solid;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 0;
		top: 50%;
		position: absolute;
		transform-origin: center center;
		transition-property: all;
		transition-duration: 0.5s;
	}

	header #hdMenu a::before {
		content: " ";
		transform: translateY(-0.9rem);
	}

	header #hdMenu a::after {
		content: " ";
		transform: translateY(0.9rem);
	}

	header.open #hdMenu a::before {
		transform: rotate(-45deg);
	}

	header.open #hdMenu a::after {
		transform: rotate(45deg);
	}

	header.open #hdMenu a span {
		opacity: 0;
	}

	header #gNavi .gNav {
		display: block;
	}

	header #gNavi .gNav ul {
		padding: 8.2rem 2.5rem 0.8rem;
		width: 100%;
		background: linear-gradient(180deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
		box-shadow: 0 0.3rem 0.3rem rgba(0,0,0,0.3);
		box-sizing: border-box;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		display: flex;
		left: 0;
		top: 0;
		position: absolute;
	}

	header #gNavi .gNav ul {
		transform: translateX(9999px);
		opacity: 0;
		transition: transform 0s 0.2s, opacity 0.1s 0s;
	}

	header.open #gNavi .gNav ul {
		transform: translateX(0);
		opacity: 1;
		transition: transform 0s, opacity 0.3s;
	}

	header #gNavi .gNav ul li {
		margin: 0 5.4rem 0.8rem 0;
		width: auto;
		font-size: 1.6rem;
		text-align: left;
	}

	header #gNavi .gNav ul li a {
		padding: 0;
		background: none;
		color: #000;
	}

	header #gNavi .gNav ul li a:hover {
		background: none;
		color: #a2a2a2;
	}

	header #gNavi .gNav .store {
		margin: 0;
		width: 9.3rem;
		font-size: 1.4rem;
	}

	header #gNavi .gNav .store a {
		padding: 0.1rem;
		border-radius: 1.6rem;
	}



	#pagetop p {
		width: 4.4rem;
		right: 1.8rem;
		bottom: 3.6rem;
		z-index: 100;
	}

	footer .footerM,
	footer .footerR {
		display: block;
	}

	footer .footerR ul,
	footer .footerR p {
		margin-left: auto;
		margin-right: auto;
	}

	footer .footerR {
		width: auto;
	}

	footer .footerR ul {
		margin-bottom: 36px;
	}
	footer {
		padding: 68px 0 130px;
	}

	footer .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	footer h1 {
		margin:0 auto 28px;
		width: 188px;
	}

	footer .footerR ul {
		margin-left: -18px;
		margin-right: -18px;
		width: auto;
		display: block;
	}

	footer .footerR ul li {
		width: auto;
		font-size: 13px;
		line-height: 18px;
	}

	footer .footerR ul li a {
		padding: 8px 18px 8px 18px;
	}

	footer .footerR ul li a::after {
		width: 10px;
		height: 10px;
		margin-top: 2px;
	}

	footer .footerR p,
	footer .footerR p.x {
		width: 260px;
		font-size: 17px;
		line-height: 22px;
		right: auto;
		top: auto;
		position: relative;
	}

	footer .footerR p.x {
		margin-top: 10px;
	}

}

/*----- TOP -----*/

main {
	position: relative;
}

#mainCts {
	padding-top: 9rem;
	background: url("../img/silentwitch/bg.webp") repeat center top / 7.2rem auto;
}

#topKv h1 {
	margin: 0 auto;
	width: 100%;
	font-size: 0;
	text-indent: -9999px;
}

#topCts{
	margin: 0 auto;
	width: 102.4rem;
}



/*PC対応ここから*/
@media screen and (min-width: 1024px) {
	#topNovelty figure {
	width: 43.2rem;
	height: auto !important;
	aspect-ratio: 4 / 5 !important;
	left: 0;
	top: 0;
	position: absolute;
}
	
#topNovelty .noveltyMain {
	padding-left: 46.4rem;
	height: auto;
	position: relative;
	padding-bottom: 4rem;
}	
	
#topNovelty h1,
#topGoods h1,
#topMenu h1 {
	margin-left: -8rem;
	margin-right: -8rem;
}	
	
#topGoods .goodsList > article {
	margin: 0 0 6rem;
	width: 40rem;
}
	
#topMenu #topMenuList ul li {
	margin: 0 0 1.6rem;
	width: 42.4rem;
}

#topGoods #goodsBt .bt1 {
	margin-right: 3.2rem;
	width: 36rem;
}

#topGoods #goodsBt .bt2 {
	margin-left: 3.2rem;
	width: 36rem;
}	
	
header h1 {
	width: 14.8rem;
	z-index: 2;
	position: relative;
}
	
header #gNavi .gNav .store {
	margin: 0.4rem 0 0 1.8rem;
	width: 14.4rem;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	z-index: 2;
	position: relative;
}	
	
header #gNavi .gNav ul li {
	width: 18rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}	
	
footer .footerR p {
	width: 320px;
}
	
footer .footerR {
	width: 618px;
}

footer .footerR ul {
	width: 270px;
}
	
footer h1 {
	width: 294px;
}
	
footer .container {
	max-width: 1200px;
}
	
footer .footerR ul li {
	font-size: 16px;
	line-height: 22px;
}	
	
#topMenu #topMenuList .menuItem h2 {
	margin-bottom: 0.6rem;
	margin-right: -2.4rem;
	color: #629FA0;
	font-family: "UD新ゴ B JIS2004";
	font-size: 2rem;
	line-height: 1.5;
}	
	
.tab_size{
	height: 1.5rem;
	width: auto;
	margin-right: 0.8rem;
	margin-top: 0.7rem;
}
	
#topGoods .goodsList > article .swiper-button-prev,
#topGoods .goodsList > article .swiper-button-next {
	margin: 0;
	padding: 0;
	width: 2.5rem;
	height: 2.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border: none;
	left: auto;
	right: auto;
	top: 18.8rem;
	bottom: auto;
	z-index: 10;
}	
	
	
}
/*PC対応ここまで*/



/*タブレット対応ここから*/
@media (min-width: 480px) and (max-width: 1023px) {
	
#mainCts {
	padding-top: 8rem;
	background: url("../img/silentwitch/bg.webp") repeat center top / 7.2rem auto;
}
	
	#topCts{
	margin: 0 auto;
	width: 96%;
}
	
#topIntro,
#topNovelty,
#topGoods,
#topMenu {
	margin-top: 8.8rem;
	padding: 4rem 2rem 8rem!important;
	background: #fff;
	border-radius: 1rem;
}	
	
#topNovelty figure {
	width: 50%!important;
	height: auto !important;
	aspect-ratio: 4 / 5 !important;
	left: 0;
	top: 0;
	position: absolute;
}	
	
#topNovelty .noveltyMain {
	padding-left: 50%;
	height: 65.8rem;
	position: relative;
}	
	
#topNovelty h1,
#topGoods h1,
#topMenu h1 {
	margin-left: -2rem;
	margin-right: -2rem;
}
	
#topGoods .goodsList > article {
	margin: 0 0 6rem;
	width: 48%;
}	
	
#topMenu #topMenuList ul li {
	margin: 0 0 1.6rem;
	width: 48%;
}	
	
#topGoods #goodsBt .bt1 {
	margin-left:  2%;
	margin-right: 2%;
	width: 46%;
}

#topGoods #goodsBt .bt2 {
	margin-left:  2%;
	margin-right: 2%;
	width: 46%;
}
	
header h1 {
	width: 18%;
	z-index: 2;
	position: relative;
	margin-right: 2%;
}
	
header #gNavi .gNav .store {
	width: 18%;
	z-index: 2;
	position: relative;
}	
	
header #gNavi .gNav ul {
	align-items: center;
	justify-content: flex-end;
	display: flex;
	z-index: 1;
	position: relative;
	width: 80%;
}
	
header #gNavi .gNav ul li {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
	
	
footer .footerR {
	width: 76%;
	margin-right: 2%;
}

footer .footerR ul {
	display: block;
}	
	
footer .footerR p {
	
}
	
footer h1 {
	width: 20%;
	padding-left: 2%;
	padding-right: 2%;
}
	
footer .container {
	width: 100%;
}
	
	footer .footerR .item1{
		flex: 3;
	}	
	footer .footerR .item2{
		flex: 2;
		width: 100%;
	}	
	
footer .footerR ul li {
	font-size: 1.2rem;
	line-height: 2.2rem;
}	
	
	.tab_none{
		display: none;

	}	
#topMenu #topMenuList .menuItem h2 {
	margin-bottom: 0.6rem;
	color: #629FA0;
	font-family: "UD新ゴ B JIS2004";
	font-size: 2rem;
	line-height: 1.5;
}

.tab_size{
	height: 1.5rem;
	width: auto;
	margin-right: 0.8rem;
	margin-top: 0.7rem;
}	
	
#topGoods .goodsList > article .swiper-button-prev,
#topGoods .goodsList > article .swiper-button-next {
	margin: 0;
	padding: 0;
	width: 2.5rem;
	height: 2.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border: none;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 10;
}	
	
}
/*タブレット対応ここまで*/


@media screen and (max-width: 479px) {

	#mainCts {
		padding-top: 6.6rem;
	background:url("../img/silentwitch/bg_sp.webp") repeat center top !important; /* 画像のURLを指定       */
		
	}

	#topCts{
		padding: 0 2.5rem;
		width: auto;
	}
	
	.tab_size{
	height: 1.5rem;
	width: auto;
	margin-right: 0.8rem;
	margin-top: 0.5rem;
}

}

#topIntro,
#topNovelty,
#topGoods,
#topMenu {
	margin-top: 8.8rem;
	padding: 4rem 8rem 6rem;
	background: #fff;
	border-radius: 1rem;
}



#topNovelty .store,
#topGoods .store,
#topMenu .store {
	padding: 0.8rem 1.8rem;
	background: #CABA8C;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}

@media screen and (max-width: 479px) {

	#topIntro,
	#topNovelty,
	#topGoods,
	#topMenu {
		margin-top: 4.4rem;
		border-radius: 1rem;
	}

	#topIntro,
	#topNovelty {
		padding: 2rem 0 3rem;
	}
	
	#topNovelty {
		padding: 1rem 0 3rem;
	}

	#topGoods,
	#topMenu {
		padding: 1rem 1.6rem 3rem;
	}

	#topNovelty h1,
	#topGoods h1,
	#topMenu h1 {
		padding: 0.8rem 0 0.7rem;
		font-size: 2.2rem;
		line-height: 1.5;
			color: #FFFFFF;
		text-align: center;
	}

	#topNovelty h1 {
		margin-left: 0;
		margin-right: 0;
	}

	#topGoods h1,
	#topMenu h1 {
		margin-left: -1.6rem;
		margin-right: -1.6rem;
	}

	#topNovelty .store,
	#topGoods .store,
	#topMenu .store {
		padding: 0.6rem 1.6rem;
		border-radius: 0.5rem;
		font-size: 1.4rem;
		line-height: 1.5;
	}

}

#topIntro h1 {
	margin: 2rem auto 0.9rem;
	width: 10.2rem;
}

#topIntro h2 {
	margin-bottom: 1.6rem;
	color: #006496;
	font-family: "UD新ゴ H JIS2004";
	font-size: 3.2rem;
	line-height: 7.4rem;
	text-align: center;
}

#topIntro h2 span {
	font-size: 4.8rem;
}

#topIntro p {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}


@media screen and (max-width: 479px) {

	#topIntro h1 {
		margin: 1rem auto 0.8rem;
		width: 8.8rem;
	}

	#topIntro h2 {
		margin-bottom: 0.8rem;
		font-size: 2.4rem;
		line-height: 4.6rem;
	}

	#topIntro h2 span {
		font-size: 4rem;
	}

	#topIntro p {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}

}

#topNovelty h1 {
	margin-bottom: 4rem;
}



#topNovelty h2 {
	margin-bottom: 3.5rem;
	color: #006496;
	font-family: "UD新ゴ B JIS2004";
	font-size: 2.8rem;
	line-height: 1.5;
}

#topNovelty h3 {
	margin-bottom: 3.4rem;
	color: #629FA0;
	font-family: "UD新ゴ B JIS2004";
	font-size: 2.4rem;
	line-height: 3.2rem;
}



#topNovelty .size {
	margin-bottom: 2.4rem;
	font-family: "UD新ゴ R JIS2004";
	font-size: 1.4rem;
	line-height: 2.4rem;
}

#topNovelty ul {
	margin-bottom: 3.4rem;
}

#topNovelty ul li {
	padding-left: 1em;
	font-family: "UD新ゴ R JIS2004";
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-indent: -1em;
}

#topNovelty ul .red {
	color: #ff0000;
	font-family: "UD新ゴ M JIS2004";
}

#topNovelty .memo {
	padding: 1.6rem 1.8rem 0;
}

#topNovelty .memo dt {
	margin-bottom: 0.7rem;
	font-size: 1.8rem;
	line-height: 1.5;
}

#topNovelty .memo dd {
	font-family: "UD新ゴ R JIS2004";
	font-size: 1.4rem;
	line-height: 2.4rem;
}

@media screen and (max-width: 479px) {

	#topNovelty h1 {
		margin-bottom: 3rem;
	}

	#topNovelty .noveltyMain {
		padding-left: 0;
		height: auto;
	}

	#topNovelty h2 {
		margin-bottom: 1.8rem;
		font-size: 2rem;
		line-height: 1.5;
		text-align: center;
	}

	#topNovelty h3 {
		margin-bottom: 1.6rem;
		font-size: 1.8rem;
		line-height: 2.4rem;
		text-align: center;
	}

	#topNovelty figure {
		width: 100%;
		left: auto;
		top: auto;
		position: relative;
	}

	#topNovelty .size {
		margin-left: 1.6rem;
		margin-top: 1.6rem;
		margin-bottom: 1.8rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	#topNovelty ul {
		margin-left: 1.6rem;
		margin-bottom: 1.6rem;
	}

	#topNovelty ul li {
		padding-left: 1em;
		font-size: 1.2rem;
		line-height: 1.5;
		text-indent: -1em;
	}

	#topNovelty .store {
		margin-left: 1.6rem;
		margin-right: 1.6rem;
	}

	#topNovelty .memo {
		padding: 0.8rem 3.2rem 0;
	}

	#topNovelty .memo dt {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	#topNovelty .memo dd {
		font-size: 1.2rem;
		line-height: 1.5;
	}

}

#topGoods h1 {
	margin-bottom: 3.4rem;
}

#topGoods .memo {
	padding: 1.6rem 0 3.6rem 1.8rem;
	align-items: flex-end;
	justify-content: space-between;
	display: flex;
}

#topGoods .memo dt {
	font-size: 1.8rem;
	line-height: 1.5;
}

#topGoods .memo dd {
	font-family: "UD新ゴ R JIS2004";
	font-size: 1.4rem;
	line-height: 1.5;
}

#topGoods h2 {
	margin-bottom: 3.4rem;
	color: #4F330E;
	font-family: "UD新ゴ B JIS2004";
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
}

#topGoods .goodsList {
	margin: 0 auto;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}



#topGoods .goodsList > article .swiper-container {
	padding-bottom: 3rem;
	position: relative;
	overflow: hidden;
}

#topGoods .goodsList > article .swiper-container::before,
#topGoods .goodsList > article .swiper-container::after {
	content: " ";
	width: 40rem;
	height: 0;
	box-sizing: border-box;
	left: 0;
	z-index: 5;
	position: absolute;
}

#topGoods .goodsList > article .swiper-container::before {
	/*border-bottom: 1px #cecece solid;*/
	top: 0;
}

#topGoods .goodsList > article .swiper-container::after {
	/*border-top: 1px #cecece solid;*/
	bottom: 3rem;
}


#topGoods .goodsList > article .swiper {
	position: relative;
	overflow: visible;
}

#topGoods .goodsList > article .swiper::before,
#topGoods .goodsList > article .swiper::after {
	content: " ";
	width: 0;
	height: 40rem;
	box-sizing: border-box;
	top: 0;
	z-index: 5;
	position: absolute;
}

#topGoods .goodsList > article .swiper::before {
	/*border-right: 1px #cecece solid;*/
	left: 0;
}

#topGoods .goodsList > article .swiper::after {
	/*border-left: 1px #cecece solid;*/
	right: 0;
}

#topGoods .goodsList > article .swiper-wrapper {
}



#topGoods .goodsList > article .swiper-button-prev {
	background-image: url("../img/senpaiha-otokonoko/arr_l.svg");
	left: 1.2rem;
}

#topGoods .goodsList > article .swiper-button-next {
	background-image: url("../img/senpaiha-otokonoko/arr_r.svg");
	right: 1.2rem;
}

#topGoods .goodsList > article .swiper-button-prev::after,
#topGoods .goodsList > article .swiper-button-next::after {
	display: none;
}

#topGoods .goodsList > article .swiper-pagination {
	bottom: -1.8rem;
	align-items: center;
	justify-content: center;
	display: flex;
	z-index: 10;
}

#topGoods .goodsList > article .swiper-pagination .swiper-pagination-bullet {
	margin: 0 0.7rem;
	width: 0.8rem;
	height: 0.8rem;
	background: #E0E0E0;
	border-radius: 50%;
	vertical-align: top;
	display: block;
	opacity: 1;
}

#topGoods .goodsList > article .swiper-pagination .swiper-pagination-bullet-active {
	background: #4F330E;
}

#topGoods .goodsList > article h3 {
	margin-bottom: 0.9rem;
	font-size: 1.8rem;
	line-height: 1.5;
}

#topGoods .goodsList > article .price {
	color: #4F330E;
	font-size: 1.8rem;
	line-height: 1.5;
}

#topGoods .goodsList > article .price span {
	font-size: 1.4rem;
}

#topGoods .goodsList > article .box {
	margin-top: 1.5rem;
	padding: 1rem 1rem 1.2rem;
	border: 0.1rem #000 solid;
	border-radius: 0.5rem;
}

#topGoods .goodsList > article .box h4 {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 0.1rem #cecece solid;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

#topGoods .goodsList > article dl {
	padding: 0 1.2rem;
}

#topGoods .goodsList > article dl dt {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

#topGoods .goodsList > article dl dt::before {
	content: "\25CF";
}

#topGoods .goodsList > article dl dd {
	font-family: "UD新ゴ L JIS2004";
	font-size: 1.6rem;
	line-height: 2.4rem;
}

#topGoods .explanation {
	font-family: "UD新ゴ L JIS2004";
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 1.6rem;
}

#topGoods .goodsList > article .att {
	margin-top: 0.9rem;
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5;
	text-indent: -1em;
}

#topGoods #goodsAtt {
	padding: 0 0 6rem;
}

#topGoods #goodsAtt ul li,
#topGoods #goodsAtt p {
	font-family: "UD新ゴ R JIS2004";
	font-size: 1.4rem;
	line-height: 2.4rem;
}

#topGoods #goodsAtt ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#topGoods #goodsAtt ul .red {
	color: #ff0000;
	font-family: "UD新ゴ M JIS2004";
}

#topGoods #goodsAtt p {
	padding-left: 1em;
}

#topGoods #goodsBt {
	align-items: center;
	justify-content: center;
	display: flex;
}




@media screen and (max-width: 479px) {

	#topGoods h1 {
		margin-bottom: 1.6rem;
	}

	#topGoods .memo {
		padding: 0.8rem 1.6rem 3rem;
		display: block;
	}

	#topGoods .memo dt {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	#topGoods .memo dd {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	#topGoods h2 {
		margin-bottom: 1.7rem;
		font-size: 2rem;
		line-height: 1.5;
	}

	#topGoods .goodsList {
		display: block;
	}

	#topGoods .goodsList > article {
		margin: 0 0 3rem;
		width: 100%;
	}

	#topGoods .goodsList > article .swiper-container {
		padding-bottom: 2.4rem;
	}

	#topGoods .goodsList > article .swiper-container::before,
	#topGoods .goodsList > article .swiper-container::after {
		width: 29.3rem;
	}

	#topGoods .goodsList > article .swiper-container::after {
		bottom: 2.4rem;
	}

	#topGoods .goodsList > article .swiper::before,
	#topGoods .goodsList > article .swiper::after {
		height: 29.3rem;
	}
#topGoods .goodsList > article .swiper-button-prev, #topGoods .goodsList > article .swiper-button-next {
  margin: 0;
  padding: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
  left: auto;
  right: auto;
  top: 13.8rem;
  bottom: auto;
  z-index: 10;
}


	#topGoods .goodsList > article .swiper-button-prev {
		left: 0.9rem;
	}

	#topGoods .goodsList > article .swiper-button-next {
		right: 0.9rem;
	}

	#topGoods .goodsList > article .swiper-pagination {
		bottom: -1.6rem;
	}

	#topGoods .goodsList > article .swiper-pagination .swiper-pagination-bullet {
		margin: 0 0.5rem;
		width: 0.6rem;
		height: 0.6rem;
	}

	#topGoods .goodsList > article h3 {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	#topGoods .goodsList > article .price {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	#topGoods .goodsList > article .price span {
		font-size: 1.2rem;
	}

	#topGoods .goodsList > article .box {
		margin-top: 1.2rem;
		padding: 0.8rem 1rem 0.8rem;
		border: 0.1rem #000 solid;
		border-radius: 0.5rem;
	}

	#topGoods .goodsList > article .box h4 {
		margin-bottom: 0.8rem;
		padding-bottom: 0.8rem;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#topGoods .goodsList > article dl {
		padding: 0 0.6rem;
	}

	#topGoods .goodsList > article dl dt {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	#topGoods .goodsList > article dl dd {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	#topGoods .explanation {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1.4rem;
	}

	#topGoods .goodsList > article .att {
		margin-top: 0.4rem;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}

	#topGoods #goodsAtt {
		padding: 0 0 1.8rem;
	}

	#topGoods #goodsAtt ul li,
	#topGoods #goodsAtt p {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	#topGoods #goodsBt {
		display: block;
	}

	#topGoods #goodsBt .bt1 {
		margin: 0 auto 1.8rem;
		width: 24.7rem;
	}



	#topGoods #goodsBt .bt2 {
		margin: 0 auto;
		width: 24.7rem;
	}


}

#topMenu h1 {
	margin-bottom: 3.4rem;
}

#topMenu .memo {
	padding: 1.6rem 1.8rem 3.5rem;
	font-size: 1.8rem;
	line-height: 1.5;
}

#topMenu #topMenuList ul {
	padding: 0 0 1.8rem;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}


#topMenu #topMenuList .menuItem {
	padding: 2.4rem;
	background: #C8DDDD;
	border-radius: 1rem;
}



#topMenu #topMenuList .menuItem .price {
	margin-bottom: 1.3rem;
}

#topMenu #topMenuList .menuItem .price p {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: right;
}

#topMenu #topMenuList .menuItem .price .one {
	color: #000;
}

#topMenu #topMenuList .menuItem .price .limit {
	color: #4F330E;
}

#topMenu #topMenuList .menuItem .price p span {
	font-size: 1.8rem;
}

#topMenu #topMenuList .menuItem .price p .tab {
	margin-right: 0.8rem;
	padding: 0 0.8rem;
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	display: inline-block;
	border-radius: 0.7rem;
}

#topMenu #topMenuList .menuItem .price .one .tab {
	background: #000;
}

#topMenu #topMenuList .menuItem .price .limit .tab {
	background: #FF24A7;
}

#topMenu #topMenuList .menuItem .dsc {
	font-size: 1.6rem;
	line-height: 1.5;
}

#topMenu #topMenuList ul li:last-of-type .dsc {
	margin-top: 1.6rem;
	min-height: 0;
}

#topMenu #topMenuList .menuItem .note {
	color: #ff0000;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

#topMenu #topMenuList .menuItem figure {
	margin-top: 1.2rem;
}

#topMenu #topMenuNote .att {
	color: #ff0000;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

#topMenu #topMenuNote ul li {
	padding-left: 1em;
	font-family: "UD新ゴ R JIS2004";
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-indent: -1em;
}

@media screen and (max-width: 479px) {

	#topMenu h1 {
		margin-bottom: 1rem;
	}

	#topMenu .memo {
		padding: 0.8rem 1.6rem 1.6rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}

	#topMenu .memo span {
		display: none;
	}

	#topMenu #topMenuList ul {
		padding: 0;
		display: block;
	}

	#topMenu #topMenuList ul li {
		margin: 0 0 1.6rem;
		width: 100%;
	}

	#topMenu #topMenuList .menuItem {
		padding: 1.5rem 1.4rem 1.4rem;
		border-radius: 1rem;
	}

	#topMenu #topMenuList .menuItem h2 {
	color: #629FA0;
	font-family: "UD新ゴ B JIS2004";

		margin-bottom: 0.9rem;
		margin-right: -1.4rem;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	#topMenu #topMenuList .menuItem .price {
		margin-bottom: 0.8rem;
	}

	#topMenu #topMenuList .menuItem .price p {
		font-size: 1.2rem;
	}

	#topMenu #topMenuList .menuItem .price p span {
		font-size: 1.6rem;
	}

	#topMenu #topMenuList .menuItem .price p .tab {
		margin-right: 0.8rem;
		padding: 0 0.6rem;
		font-size: 1.2rem;
		line-height: 1.6rem;
		display: inline-block;
		border-radius: 0.8rem;
	}

	#topMenu #topMenuList .menuItem .dsc {
		min-height: 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	#topMenu #topMenuList ul li:last-of-type .dsc {
		margin-top: 1.2rem;
		min-height: 0;
	}

	#topMenu #topMenuList .menuItem .note {
		font-size: 1.2rem;
		line-height: 2rem;
	}

	#topMenu #topMenuList .menuItem figure {
		margin-top: 1.2rem;
	}

	#topMenu #topMenuNote .att {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	#topMenu #topMenuNote ul li {
		padding-left: 1em;
		font-size: 1.2rem;
		line-height: 1.5;
		text-indent: -1em;
	}

}

#btmSec {
	padding: 8.8rem 0 3.4rem;
}

#btmSec .att {
	margin-bottom: 4.2rem;
	padding: 1rem 0;
	background: #CABA8C;
	border-radius: 2.2rem;
	color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

#btmSec .copy {
	color: #000000;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
}

#btmSec .copy samll {
	font-size: 1em;
}

@media screen and (max-width: 479px) {

	#btmSec {
		padding: 4.4rem 0 1.5rem;
	}

	#btmSec .att {
		margin-bottom: 1.5rem;
		padding: 0.9rem 0;
		border-radius: 1rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	#btmSec .copy {
		font-size: 1rem;
		line-height: 1.5;
	}

	#btmSec .copy samll {
		font-size: 1em;
	}

	#btmSec .copy {
		font-feature-settings: "palt";
	}

}

#popWrap {
	width: 100%;
	height: 100vh;
	background: rgba(255,195,214,0.7);
	left: 0;
	top: 0;
	z-index: 99999;
	position: fixed;
	align-items: center;
	justify-content: center;
	display: flex;
}

#popWrap {
	transform: translateX(9999px);
	opacity: 0;
	transition: transform 0s 0.2s, opacity 0.1s 0s;
}

#popWrap.open {
	transform: translateX(0);
	opacity: 1;
	transition: transform 0s, opacity 0.3s;
}

#popWrap #popBox {
	width: 60rem;
	position: relative;
}

#popWrap #popBox #popBoxClose {
	width: 5.9rem;
	right: -8rem;
	top: 0;
	position: absolute;
}

#popWrap #popBox #popBoxClose a {
	width: 100%;
	height: 5.7rem;
	background: url("../img/senpaiha-otokonoko/close_pop.svg") no-repeat center center / 5.9rem auto;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
}

#popWrap #popBox #popBoxIn {
	max-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}

#popWrap #popBox .popItem {
	display: none;
}

#popWrap #popBox .popItem.set {
	display: block;
}

#popWrap #popBox .popItem figure {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
}

#popWrap #popBox .popItem figure img {
	width: 100%;
	height: auto;
}

#popWrap #popBox .popItem ul {
	margin: 0 -0.6rem;
	flex-wrap: wrap;
	display: flex;
}

#popWrap #popBox .popItem ul li {
	margin: 1.3rem 0.6rem 0;
	width: 11rem;
}

#popWrap #popBox .popItem ul li a {
	background-color: #fff;
	display: block;
	position: relative;
}

#popWrap #popBox .popItem ul li a:hover {
	opacity: 1;
}

#popWrap #popBox .popItem ul li a::after {
	content: " ";
	width: 100%;
	height: 100%;
	border: 0.6rem #554145 solid;
	display: block;
	box-sizing: border-box;
	left: 0;
	top: 0;
	z-index: 10;
	position: absolute;
	transition-property: opacity;
	transition-duration: 0.3s;
	opacity: 0;
}

#popWrap #popBox .popItem ul li.set a::after,
#popWrap #popBox .popItem ul li a:hover::after {
	opacity: 1;
}

#popWrap #popBox .popItem ul li a img {
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}


@media screen and (max-width: 479px) {

	#popWrap #popBox {
		width: 26rem;
	}

	#popWrap #popBox #popBoxClose {
		margin: 0 0 1.3rem auto;
		width: 3.3rem;
		right: auto;
		top: auto;
		position: relative;
	}

	#popWrap #popBox #popBoxClose a {
		width: 100%;
		height: 3.9rem;
		background-size: 3.3rem auto;
	}

	#popWrap #popBox .popItem ul {
		margin: 0 -0.2rem;
	}

	#popWrap #popBox .popItem ul li {
		margin: 0.5rem 0.2rem 0;
		width: 4.8rem;
	}

	#popWrap #popBox .popItem ul li a::after {
		border-width: 0.3rem;
	}

}


/*----- flg -----*/

.flgP {
	display: block;
}

.flgS {
	display: none;
	
}

@media screen and (max-width: 479px){
.sp_none {display:none}
}

@media screen and (max-width: 479px) {

	.flgP {
		display: none;
	}

	.flgS {
		display: block;
	}

}

.fade {
	opacity: 0;
	transform: translate(0,40px);
}

.fade.fadeL {
	opacity: 0;
	transform: translate(-20%,0);
}

.fade.fadeL.fadeOn,
.fade.fadeOn {
	opacity: 1;
	transform: translate(0,0);
	transition-property: opacity,transform;
	transition-timing-function: linear,cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-duration: 0.6s;
}
