@charset "utf-8";

body {
  color: #333;
  font: 13px/1.5 Helvetica, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  *font-size: small;
  *font: x-small;
}

a {
  color: #000;
}

.pc {
  display: block!important;
}

.sp {
  display: none!important;
}


/* ----------------------------------------
module
----------------------------------------- */

/* hidetxt */
.hidetxt a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.delimiter {
	display: inline-block;
}

a:hover img{
  filter: alpha(opacity = 75);
  -ms-filter: "alpha( opacity=75 )";
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* pankuzu */
.pankuzu {
	width: 944px;
	margin: 0 auto 43px;
	padding-top: 36px;
}

.pankuzu li {
	display: inline-block;
	margin-left: .5em;
	font-size: 11px;
}
.pankuzu li:first-child{
	margin-left: 0;
}

.pankuzu li:before {
	display: inline-block;
	content: '/';
	margin-right: .5em;
}
.pankuzu li:first-child:before {
	display: inline-block;
	content: '';
}

.pankuzu li a {
	color: #4e4e4e;
}
.pankuzu li a:hover {
	color: #061559;
	text-decoration: underline;
}

/* btnlink01 */
.btnlink01 a {
	display: inline-block;
	width: 264px;
	padding: 1em;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	box-sizing: border-box;
	background-color: #061559;
	background-image: url(../img/common/ico_arrow01.svg);
	background-repeat: no-repeat;
	background-position: 92% 50%;
}

.btnlink01 a span {
	display: inline-block;
	width: 95px;
}
.btnlink01 a span img {
	width: 100%;
}

/* btnlink02 */
.btnlink02 a {
	display: inline-block;
	width: 100%;
	padding: .45em .5em .45em 1.5em;
	text-align: center;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	background-color: #cfc69d;
	background-image: url(../img/lineup/ico_arrow01.svg);
	background-repeat: no-repeat;
	background-position: 6% 50%;
	-webkit-background-size: 9px;
	background-size: 9px;
}
.btnlink02 a:hover {
	opacity: .75;
}

/* accordionlist */
.accordionlist .ttl_accordion {
	padding: 1.3em 5em 1.3em 2em;
	font-size: 16px;
	color: #fff;
	background-image: url(../img/common/ico_plus01.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 44px;
	background-size: 44px;
	background-color:  #061559;
	cursor: pointer;
	overflow: hidden;
}
.accordionlist .ttl_accordion.active {
	background-image: url(../img/common/ico_minus01.png);
}

.accordionlist dt:before, .accordionlist dd:before {
	content: "";
	display: inline-block;
	margin-right: 1.5em;
	vertical-align: middle;
}
.accordionlist dt:before  {
	width: 47px;
	height: 39px;
	background-image: url(../img/common/ico_question01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	float: left;
}

.accordionlist dt span {
	display: block;
	padding-top: 0.5em;
}
.accordionlist dt.pt0 span {
	padding-top: 0;
}

.accordionlist dd {
	padding: 2em;
	line-height: 1.7;
	font-size: 14px;
	color: #666666;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	overflow: hidden;
}
.accordionlist dd:before {
	content: "";
	width: 47px;
	height: 36px;
	background-image: url(../img/common/ico_answer01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	float: left;
}

.accordionlist dd .txt{
	display: block;
	margin-left: 5em;
	padding-top: .5em;
}

.accordionlist dd a {
	text-align: left;
	text-decoration: underline;
	color: #1376c2;
}

/*
shoplink
*/

#contents .shoplink {
	width: 780px;
	height: 186px;
	margin: 0 auto;
	background-image:
		url(../img/concept/bg_shoplink022.png),
		url(../img/concept/bg_shoplink021.png);
	background-repeat: no-repeat;
	background-position: 100% 0, 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
}

.shoplink a {
	display: block;
	width: 100%;
	height: 100%;
}

.shoplink .txt {
	position: absolute;
	top: 84px;
	left: 45px;
}
.shoplink .txt:after {
	display: inline-block;
	content: '';
	width: 10px;
	height: 15px;
	margin-left: .5em;
	vertical-align: middle;
	background-image: url(../img/common/ico_popup01.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}

.shoplink .txt .img {
	display: inline-block;
	width: 308px;
}


/* ----------------------------------------
header
----------------------------------------- */

header {
  width: 100%;
  border-top: 4px solid #341b6f;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}

header img {
  width: 100%;
  height: auto;
}

header .wrap {
  width: 944px;
  margin: 0 auto;
  padding-top: 16px;
  overflow: hidden;
}

/* logo */
header .logo {
  width: 258px;
  float: left;
}

header .menu_sp {
  width: auto;
  float: right;
}

/* gnav */
header .gnav {
	margin-right: 1em;
  padding-top: 25px;
  float: left;
}
header .gnav li {
  float: left;
}

header .gnav li a {
  display: inline-block;
  padding-bottom: 6px;
  text-align: center;
  color: #616161;
  font-size: 14px;
  font-weight: 500;
}
header .gnav li a:hover, header .gnav li a.current {
  border-bottom: 2px solid #061559;
}

header .gnav li a span {
	display: inline-block;
	padding: 0 1em;
  border-left: 1px solid #c1c1c1;
}
header .gnav li:last-child a span {
  border-left: 1px solid #c1c1c1;
}

/* sublink */
header .sublink {
  padding-top: 20px;
	float: left;
}

header .trialkit {
	display: block;
	padding: 7% 4% 0;
	background-color: #d1d1d1;
}

@media screen and (min-width: 787px) {
	header .trialkit {
		display: none;
	}
}

header .trialkit img {
	max-width: 100%;
	height: auto;
}

header .sublink li {
	display: inline-block;
}

header .sublink li a {
  display: block;
  padding: .4em .8em;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  background-color: #061559;
}
header .sublink li a:hover {
	opacity: .75;
}

header .sublink li.onlineshop a span {
  padding-left: 2em;
  background-image: url(../img/common/ico_onlineshop01.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: contain;
  background-size: contain;
}
header .sublink li.onlineshop a span:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: .4em;
	vertical-align: middle;
  background-image: url(../img/common/ico_popup01.svg);
  background-repeat: no-repeat;
  background-position: bottom 50%;
  -webkit-background-size: contain;
  background-size: contain;
}


/* ----------------------------------------
contents
----------------------------------------- */

#contents .wrapper {
	width: 930px;
	margin: 0 auto;
}


/* ----------------------------------------
footer
----------------------------------------- */

footer {
	margin-top: 180px;
	padding-bottom: 48px;
	position: relative;
}

footer .trialkit {
	display: none;
  position: fixed;
  bottom: 200px;
  right: 45px;
}

footer .pagetop {
	display: none;
	width: 51px;
	position: fixed;
	bottom: 360px;
	right: 90px;

	bottom: 100px;
}
footer .pagetop img {
	width: 100%;
}

/* bnrArea */
footer .bnrArea {
	width: 100%;
	margin-bottom: 22px;
	padding: 32px 0;
	background-color:  #f1f1f1;
}

footer .bnrArea .list {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}

footer .bnrArea .list li {
	width: 296px;
	margin-left: 20px;
	float: left;
}
footer .bnrArea .list li:first-child {
	margin-left: 0;
}

footer .bnrArea .list li .txt {
	line-height: 1.5;
	margin-bottom: .8em;
	text-align: center;
	font-size: 13px;
	color: #666666;
}

footer .bnrArea .list li a {
	display: block;
	background-color: #fff;
}
footer .bnrArea .list li a img {
	width: 100%;
	height: auto;
}

footer .bnrArea .list li .txt.brown {
	font-weight: bold;
	color: #897c70;
	margin: 0;
}

/* sub */
footer .sub {
	width: 946px;
	margin: 0 auto;
	overflow: hidden;
}

footer .sub .list li {
	width: auto;
	margin: 0 auto;
	float: left;
}

footer .sub .list li {
  display: inline-block;
}
footer .sub .list li:nth-child(2) {
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}


footer .sub .list li:nth-child(1) a:after, footer .sub .list li:nth-child(3) a:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: .4em;
	vertical-align: middle;
  background-image: url(../img/common/ico_popup02.svg);
  background-repeat: no-repeat;
  background-position: bottom 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

footer .sub .list li a {
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  color: #616161;
  font-size: 14px;
  font-weight: 500;
}
footer .sub .list li a:hover {
	text-decoration: underline;
}

footer .sub .right {
	width: auto;
	float: right;
}

footer .sub .right .corporatename {
	font-size: 16px;
	font-weight: bold;
}

footer .sub .right .corporatename .small {
	margin-right: 1em;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
}

footer .sub .copy {
	text-align: right;
	font-size: 11px;
}



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

	body {
		padding-top: 80px!important;
	}

	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}

	/*
	module
	*/

	.pankuzu {
		width: 100%;
		margin-bottom: 18%;
		padding-top: 5%;
	}

	.pankuzu li {
		font-size: 13px;
	}

	.accordionlist {
		margin-bottom: 8%;
	}

	.accordionlist .ttl_accordion {
		padding: 5% 20% 5% 5%;
		font-size: 17px;
		background-position: 95% 50%;
	}

	.accordionlist dt:before {
		margin-right: 0;
		float: left;
	}
	.accordionlist dt span {
		display: block;
		margin-left: 24%;
		padding-top: 0;
	}
	@media screen and (orientation: landscape) {
		.accordionlist dt span {
			margin-left: 16%;
		}
	}

	.accordionlist dd {
		line-height: 2;
		padding: 5%;
		font-size: 15px;
	}

	.btnlink01 a {
		width: 100%;
		padding: 1.5em;
	}

	.btnlink02 a {
		width: 100%;
		padding: 1em .5em 1em 1.5em;
		font-size: 15px;
	}

	/*
	shoplink
	*/

	#contents .shoplink {
		width: 100%;
		height: auto;
		padding: 10% 5%;
		text-align: center;
		background-image:
			none,
			url(../img/concept/bg_shoplink021.png);
		background-position: 0 100%, 0 0;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.shoplink .txt {
		display: inline-block;
		position: static;
	}

	.shoplink .txt .img {
		width: 280px;
	}

	/*
	header
	*/

	header {
		height: auto;
		border: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}

	header .wrap {
		width: 100%;
		height: auto;
		overflow: visible;
	}

	/* sp_menu bg */
	header .bg {
		overflow: hidden;
		position: relative;
		background-color: #fff;
		z-index: 210;
	}

	header .logo {
		width: 208px;
		height: auto;
		margin: 0 auto;
		padding: 18px 0 0 20px;
	}

	/* btn_menu */
	header .btn_menu {
		width: 80px;
		height: 80px;
		position: relative;
		z-index: 300;
		float: right;
	}
	header .btn_menu img {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	header .btn_menu .openBtn {
		display: none;
	}
	header .btn_menu .openBtn.current {
		display: block;
	}

	header .menu_sp {
		width: 100%;
		height: 100vh;
		padding-top: 80px;
		display: none;
		overflow-y: scroll;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
	}

	header .wrap {
		padding: 0;
	}

	/* gnav */
	header .gnav {
		width: 100%;
		padding: 0;
		overflow: hidden;
		background-color: #061559;
		float: none;
	}

	header .gnav li {
		width: 100%;
		margin: 0;
		border-top: 2px solid #fff;
		float: none;
	}
	header .gnav li:last-child {
		border-bottom: 2px solid #fff;
	}

	header .gnav li a {
		display: block;
		margin-bottom: .2em;
		padding: 2.4% 24px;
		text-align: left;
		font-size: 18px;
		color: #fff;
		-webkit-text-size-adjust: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	header .gnav li a:hover, header .gnav li a.current {
		border: none;
	}

	header .gnav li a span, header .gnav li:last-child a span {
		padding: 0 0 0 1.2em;
		background-image: url(../img/common/ico_arrow01.png);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		-webkit-background-size: 8px;
		background-size: 8px;
		border: none;
	}

	header .sublink {
		width: 100%;
		padding: 7% 4%;
		background-color:  #d1d1d1;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	header .sublink li {
		width: 48%;
		float: left;
	}
	header .sublink li.onlineshop {
		margin-right: 2%;
	}
	header .sublink li.onlineshop a span {
		padding-left: 1.6em;
	}

	header .sublink li a {
		padding: .9em 0.7em;
		font-size: 12px;
	}

	/*
	contents
	*/

	#contents {
		width: 92%;
		margin: 0 auto;
	}

	#contents .wrapper {
		width: 100%;
	}

	/*
	footer
	*/

	footer {
		width: 100%;
		margin-top: 15%;
		padding-bottom: 5%;
	}

	footer .pagetop {
		width: 15%;
		position: fixed;
		top: 90%;
		right: 3%;
		z-index: 50;
		opacity: 1;
		transition: all 0.5s;
	}
	@media screen and (orientation: landscape) {
		footer .pagetop {
			width: 10%;
			top: 75%;
		}
	}
	footer .pagetop.popup {
		opacity: 0;
		transition :all 0.5s;
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	/* bnrArea */
	footer .bnrArea {
		width: 100%;
		margin-bottom: 5%;
		padding: 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	footer .bnrArea .list {
		width: 100%;
	}

	footer .bnrArea .list li {
		width: 100%;
		margin: 0 0 5%;
		float: none;
	}

	footer .bnrArea .list li img {
		width: 100%;
	}

	footer .bnrArea .list li .txt {
		width: 100%;
		line-height: 1.5;
		margin-bottom: .2em;
		font-size: 15px;
	}
	footer .bnrArea .list li .txt.brown {
		margin-bottom: 1em;
		font-size: 17px;
	}

	/* sub */
	footer .sub {
		width: 100%;
		text-align: center;
		overflow: visible;
	}

	footer .sub .list {
		margin-bottom: .5em;
	}

	footer .sub .list li {
		float: none;
	}

	footer .sub .list li a {
		padding: 0 0.5em;
		font-size: 14px;
	}

	footer .sub .right {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	footer .sub .copy {
		text-align: center;
		font-size: 12px;
	}
}


@media screen and (min-width: 768px) and (max-width: 980px) {
		footer .pagetop {
			width: 10%;
	}
}

