.content {
  position: relative;
}

/* = Common Layout
-------------------------------------------------------------- */
.content-width {
	position: relative;
	box-sizing: border-box;
	max-width: 1064px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
#wrapper {
	min-width: 1064px;
	margin: 0 auto;
	overflow: hidden;
}
.section-title {
	margin: 0 0 54px;
	line-height: 1;
	text-align: center;
}
.section-title .ttl-en {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 2.5rem;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, serif;
	color: #057baf;
}
.section-title .ttl-en::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0; right: 0; left: 0;
	width: 80%;
	height: 2px;
	margin: 0 auto;
	background-color: #057baf;
}
.section-title .ttl-ja {
	display: block;
	font-size: 3rem;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, serif;
}

.sec-header {
	display: table;
	width: 100%;
}
.sec-header .img-area {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	padding-bottom: 526px;
	background: no-repeat center center;
	background-size: cover;
}
.sec-header .txt-box {
	display: table-cell;
	vertical-align: middle;
	width: 704px;
	box-sizing: border-box;
	padding: 40px;
	text-align: center;
	background-color: #fff;
}
.sec-header .section-title {
	margin-bottom: 10px;
}
.sec-header .section-title .ttl-en {
	margin-bottom: 36px;
	font-size: 3.4rem;
}
.sec-header .section-title .ttl-ja {
	font-size: 5rem;
}
.sec-header .section-title .txt {
	display: block;
	margin-bottom: 10px;
}
.sec-header .sec-desc {
	margin: 0;
	font-size: 1.9rem;
	line-height: 1;
}
.sec-header .sub-ttl {
	margin: 50px 0 20px;
	font-size: 2.4rem;
	line-height: 1;
	color: #057baf;
}
.sec-header .text {
	margin: 0;
}
.indent-list {
	padding-left: 1em;
	text-indent: -1em;
}
.indent-list.parenthesis {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/* Component
----------------------------------------------------------------- */
/* btn */
.btn {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: auto;
	padding: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	color: inherit;
	text-align: center;
}
.btn:hover {
	opacity: .7;
	text-decoration: none;
}

/* = Header
----------------------------------------------------------------- */
#header {
	box-sizing: border-box;
	padding: 30px 20px;
	background-color: #fff;
}
#header.header-fix {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 9999;
}
#site-title {
	margin: 0;
	text-align: left;
}
#header .menu-box ul {
	text-align: right;
}
#header .menu-box ul li {
	font-size: 1.3rem;
	line-height: 1;
}
#header .menu-box ul li:not(:last-child) {
	margin-right: 3px;
	padding-right: 3px;
	border-right: 1px solid #c9c9c9;
}
#header .menu-box ul li span,
#header .menu-box ul li a {
	display: block;
	padding: 5px 20px;
	border: 1px solid #fff;
}
#header .menu-box ul li span {
	border: 1px solid #057baf;
	color: #057baf;
}

/* mainvisual
----------------------------------------------------------------- */
#mainvisual {
	position: relative;
	/* min-width: 1680px; */
	padding: 167px 0 168px;
	/* background: no-repeat right top;
	background-image: url(../images/mv_img.png); */
}
#mainvisual .txt-box {
	position: relative;
	left: -128px;
	z-index: 10;
}
#mainvisual .site-description {
	margin: 0 0 25px;
	font-size: 3.5rem;
	line-height: 1.8;
	letter-spacing: 0.3em;
}
#mainvisual .img-box {
	text-align: left;
}
#mainvisual .bg-box {
	position: absolute;
	top: 0; right: 0;
	width: 74%;
	padding-bottom: 654px;
	background: no-repeat right center;
	background-image: url(../images/mv_img.jpg);
	z-index: 1;
}
/* @media screen and (max-width: 1600px) {
	#mainvisual .txt-box {
		left: -8%;
	}
} */
/* @media screen and (max-width: 1500px) {
	#mainvisual .txt-box {
		left: -4%;
	}
} */
@media screen and (max-width: 1400px) {
	#mainvisual .txt-box {
		left: -2%;
	}
}
@media screen and (max-width: 1200px) {
	#mainvisual .txt-box {
		left: 0;
	}
}

/* Menu
---------------------------------------------------------------- */
#sec-menu {
	padding: 120px 0;
}
#sec-menu ul {
	text-align: center;
}
#sec-menu li {
	width: 250px;
	margin-right: 96px;
}
#sec-menu li:last-child {
	margin-right: 0;
}
#sec-menu li a {
	display: block;
}
#sec-menu .title {
	margin: 20px 0 16px;
	font-size: 2.1rem;
	color: #057baf;
	line-height: 1;
}
#sec-menu .text {
	margin: 0;
	font-size: 2.5rem;
	line-height: 1.1;
}

/* #sec-tips
----------------------------------------------------------------- */
#sec-tips {
	padding-top: 30px;
	background-color: #f0efd6;
}
#sec-tips .sec-header .img-area {
	background-image: url('../images/tips_mv_img.png');
}
#sec-tips .sec-container {
	padding: 120px 0;
}
#sec-tips .sec-container li {
	width: 290px;
	margin: 70px 70px 0 0;
}
#sec-tips .sec-container .txt-box {
	margin-top: -28px;
}
#sec-tips .sec-container .number {
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1;
	color: #057baf;
}
#sec-tips .sec-container .number span {
	margin-left: 3px;
	font-size: 4rem;
	font-weight: 400;
}
#sec-tips .sec-container .title {
	margin: 10px 0;
	font-size: 2.2rem;
	line-height: 1.4;
	color: #057baf;
}
#sec-tips .sec-container .text {
	margin: 0;
}
@media screen and (min-width: 768px) {
	#sec-tips .sec-container li:nth-child(3n) {
		margin-right: 0;
	}
	#sec-tips .sec-container li:nth-child(-n+3) {
		margin-top: 0;
	}
}

/* #sec-about
----------------------------------------------------------------- */
#sec-about .sec-header {
	padding: 30px 0;
}
#sec-about .sec-header .img-area {
	background-image: url('../images/aboutpc.jpg');
}
#sec-about .sec-header .section-title {
	margin-bottom: 32px;
}
#sec-about .sec-header .txt-box {
	width: 688px;
}
#sec-about .sec-header .sec-desc {
	line-height: 2;
}
#sec-about .sec-container {
	padding: 40px 0;
	border-top: 2px solid #c9c9c9;
}
#sec-about .sec-container .img-box {
	padding: 0 80px 0 32px;
}
#sec-about .sec-container .title {
	font-size: 1.8rem;
	line-height: 1;
	color: #057baf;
}
#sec-about .sec-container li {
	font-size: 1.6rem;
	line-height: 1.5;
}

/* sec-product
----------------------------------------------------------------- */
#sec-product {
	padding: 80px 0;
	background-color: #f4f3e6;
}
#sec-product .info-area {
	width: 290px;
	padding-right: 70px;
	text-align: center;
}
#sec-product .info-area .title {
	margin: 0;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
}
#sec-product .info-area .product-desc {
	margin: 16px 0;
	font-size: 1.7rem;
	line-height: 1.5;
}
#sec-product .info-area .type {
	display: inline-block;
	padding: 6px;
	border: 1px solid #000;
	font-size: 1.7rem;
	line-height: 1;
}
#sec-product .info-area .pickupImg {
	margin: 50px 0;
}
#sec-product .info-area .text {
	margin: 0 0 20px;
	font-size: 1.5rem;
	line-height: 1.8;
}
#sec-product .info-area .pickupImg li {
	display: none;
}
#sec-product .info-area .pickupImg li.is-show {
	display: block;
}
#sec-product .info-area .thumbnail li {
	position: relative;
	width: 57px;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	background-color: #fff;
}
#sec-product .info-area .thumbnail li.is-show::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; bottom:0; right: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
#sec-product .info-area .thumbnail li:not(:last-child) {
	margin-right: 7px;
}
#sec-product .desc-area {
	width: 664px;
}
#sec-product .desc-area .item:not(:last-child) {
	margin-bottom: 40px;
}
#sec-product .desc-area .title {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7a7973;
	font-size: 2.2rem;
	line-height: 1;
	color: #057baf;
}
#sec-product .desc-area .text {
	margin: 0;
}
#sec-product .desc-area dl {
	display: table;
	width: 100%;
	margin: 0;
}
#sec-product .desc-area dl:not(:last-child) {
	margin-bottom: 10px;
}
#sec-product .desc-area dt,
#sec-product .desc-area dd {
	display: table-cell;
	vertical-align: top;
}
#sec-product .desc-area dt {
	width: 280px;
}
#sec-product .desc-area dd {
	text-align: right;
}
#sec-product .desc-area .item:nth-child(2) dl {
	width: 380px
}
#sec-product .desc-area .indent-list li:not(:last-child) {
	margin-bottom: 12px;
}
#sec-product .desc-area .item:nth-child(7) dl {
	width: 540px;
}
#sec-product .desc-area .item:nth-child(7) dt {
	width: 180px;
}
#sec-product .desc-area .item:nth-child(7) dd {
	text-align: left;
}

/* = Footer
-------------------------------------------------------------- */
#footer {
	position: relative;
}
#to-top {
	position: absolute;
	top: -115px;
	right: 50px;
	z-index: 2;
}
#to-top a:hover {
	opacity: 1;
}
#to-top .fa {
	position: relative;
	top: 4px;
	font-size: 2rem;
	transition: 0.35s;
}
#to-top a:hover .fa {
	top: 0;
}
#to-top span {
	display: block;
	font-size: 1.4rem;
}

#footer {
	width: 100%;
	box-sizing: border-box;
	background: transparent;
}
#footer-content {
	box-sizing: border-box;
	padding: 40px 20px;
}
#footer-content .logo {
	text-align: left;
}
#footer-content .text,
#footer-content .copyright {
	text-align: right;
	font-size: 1.3rem;
	line-height: 1;
}
#footer-content .text span {
	position: relative;
	padding-left: 18px;
}
#footer-content .text span::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-width: 5px 0 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #8a8a8a;
}
#footer-content .copyright {
	width: 340px;
}


body.modalActive {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
}
.modalWindow {
	display: none;
	position: fixed;
	top:0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.modalWindow::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
}
.modalWrapper {
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
	width: 420px;
	height: 294px;
	margin: auto;
	z-index: 2;
}
.modalClose {
	position: absolute;
	top: 5px; right: 5px;
	width: 8px;
	height: 8px;
	z-index: 1;
}
.modalClose:hover {
	opacity: .7;
	cursor: pointer;
}
.modalClose::before,
.modalClose::after {
	display: block;
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #aaa;
	z-index: 1;
}
.modalClose::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modalClose::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modalContainer,
.modalInner {
	width: 100%;
	height: 100%;
}
.modalContainer {
	position: relative;
	border-radius: 4px;
	background-color: #fff;
}
.modalInner {
	box-sizing: border-box;
	padding: 10px;
}
.modalBtn:hover {
	opacity: .7;
	cursor: pointer;
}
#conditions .title {
	margin: 20px 0;
	padding: 3px 10px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #d70e19;
}
#conditions .text {
	margin: 0;
	font-size: 1.3rem;
}
#conditions .text.ta-r {
	margin-bottom: 10px;
	text-align: right;
}
#conditions .modalInner ul li {
	position: relative;
	padding-left: 20px;
	line-height: 1;
}
#conditions .modalInner ul li::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 3px;
	width: 5px;
	height: 5px;
	margin: auto;
	background-color: #000;
}
#conditions .modalInner ul li:not(:last-child) {
	margin-bottom: 5px;
}
#conditions .modalInner ul li a {
	font-size: 1.3rem;
  color: #d70e19;
  text-decoration: underline;
}
#pickupModal .modalWrapper {
	width: 800px;
	height: 800px;
}
#pickupModal .modalClose {
	top: 10px;
	height: 10px;
	width: 26px;
	height: 26px;
}
#pickupModal .modalClose::before,
#pickupModal .modalClose::after {
	background-color: #555;
}
#pickupModal ul {
}
#pickupModal ul li {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 500px;
	height: 500px;
	margin: auto;
	list-style: none;
}
#pickupModal ul li.is-show {
	display: block;
}


#buyModal .modalWrapper {
  width: 800px;
  height: 800px;
}
#buyModal .modalClose {
  top: 10px;
  height: 10px;
  width: 26px;
  height: 26px;
}
#buyModal .modalClose::before,
#buyModal .modalClose::after {
  background-color: #555;
}
.buy_area {
  padding: 80px 50px;
}
.buy_txt {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #057baf;
  margin: 0 0 30px 0;
}
#buyModal ul {
}
#buyModal ul li {
  margin-bottom: 30px
}
#pickupModal ul li.is-show {
  display: block;
}

@media screen and (max-width: 767px) {
	.modalWrapper {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.modalClose {
		width: 15px;
		height: 15px;
	}
	#conditions .modalWrapper {
		height: 384px;
	}
	#conditions .title,
	#conditions .text,
	#conditions .modalInner ul li a {
		font-size: 2rem;
	}
	#pickupModal .modalWrapper {
		width: 100%;
		height: 384px;
	}
	#pickupModal .modalContainer {
		height: 100%;
		overflow-y: scroll;
	}
	#pickupModal ul li {
		width: 100%;
		height: 100%;
	}
	#pickupModal ul li img {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 360px;
		height: 360px;
		margin: auto;
	}
  
  
  #buyModal .modalWrapper {
    width: 100%;
    height: 750px;
  }
  #pickupModal .modalContainer {
    height: 100%;
    overflow-y: scroll;
  }
}


/***************************************************************
 * media query
***************************************************************/

@media screen and (max-width: 767px) {
	.content-width {
		max-width: 640px;
		width: 100%;
		padding: 0 50px;
	}
	#wrapper {
		width: 640px;
		min-width: 640px;
		margin: 0 auto;
		overflow: hidden;
	}
	.section-title .ttl-en {
		font-size: 3.4rem;
	}
	.section-title .ttl-ja {
		font-size: 3rem;
	}
	.sec-header,
	.sec-header .img-area,
	.sec-header .txt-box {
		display: block;
		width: 100%;
	}
	#header {
		padding: 30px;
	}
	#header .menu-box ul li {
		font-size: 2rem;
	}
	#header .menu-box ul li:not(:last-child) {
		margin-right: 9px;
		padding-right: 9px;
	}
	#header .menu-box ul li a {
		padding: 5px 15px;
	}
	#mainvisual {
		padding: 540px 0 0;
		height: calc(100vh - 654px);
	}
	#mainvisual .bg-box {
		width: 100%;
		padding-bottom: 563px;
		background-image: url('../images/mv_img_sp.jpg');
	}
	#sec-menu {
		padding: 0px 0;
	}
	#sec-menu li {
		margin-right: 40px;
	}
	#sec-menu li:nth-child(2) {
		margin-right: 0;
	}
	#sec-menu li:nth-child(3) {
		margin-top: 20px;
	}
	#sec-tips .sec-header .img-area {
		padding-bottom: 348px;
		background-image: url('../images/tips.jpg');
	}
	#sec-tips .sec-header .section-title {
		margin-bottom: 32px;
	}
	#sec-tips .sec-header .sub-ttl {
		margin: 18px 0 32px;
		font-feature-settings: 'palt';
	}
	#sec-tips .sec-header .text {
		font-size: 2rem;
		line-height: 1.5;
	}
	#sec-tips .sec-container li {
		width: 250px;
		margin: 40px 40px 0 0;
	}
	#sec-tips .sec-container li:nth-child(2n) {
		margin-right: 0;
	}
	#sec-tips .sec-container li:nth-child(-n+2) {
		margin-top: 0;
	}
	#sec-tips .sec-container li .text {
		font-size: 2rem;
		line-height: 1.6;
	}
	#sec-about .sec-header .txt-box {
		width: 100%;
	}
	#sec-about .img-area {
		padding-bottom: 494px;
		background-image: url('../images/aboutsp.jpg');
	}
	#sec-about .table,
	#sec-about .cell {
		display: block;
		width: 100%;
	}
	#sec-about .sec-header {
		border: none;
		padding-bottom: 0;
	}
	#sec-about .sec-container .img-box {
		padding: 0;
	}
	#sec-about .sec-container .title {
		margin: 25px 0;
		font-size: 2rem;
		text-align: center;
	}
	#sec-about .sec-container li {
		font-size: 2rem;
	}
	#sec-product .info-area,
	#sec-product .desc-area {
		float: none;
		width: 100%;
	}
	#sec-product .info-area .product-desc,
	#sec-product .info-area .type {
		font-size: 2rem;
	}
	#sec-product .info-area .img-wrap {
		display: table;
		width: 100%;
		margin: 40px 0;
	}
	#sec-product .info-area .pickupImg,
	#sec-product .info-area .right-box {
		display: table-cell;
		vertical-align: middle;
	}
	#sec-product .info-area .pickupImg {
		width: 250px;
	}
	#sec-product .info-area .right-box {
		text-align: left;
	}
	#sec-product .info-area .text {
		font-size: 2rem;
	}
	#sec-product .desc-area .title {
		font-size: 2.4rem;
		border-bottom-width: 2px;
	}
	#sec-product .desc-area .item-body {
		font-size: 2rem;
	}
	#sec-product .desc-area .item:nth-child(2) dl {
		width: 100%;
	}
	#sec-product .desc-area dt {
		width: 360px;
	}
	#to-top {
		position: static;
	}
	#footer-content,
	#footer-content .cell {
		display: block;
		width: 100%;
		text-align: center;
	}
	#footer-content .text span {
		padding: 0;
	}
	#footer-content .text span::before {
		display: none;
	}
	#footer-content .text,
	#footer-content .copyright {
		margin: 0;
		font-size: 2rem;
	}
	#footer-content .text {
		margin: 24px 0;
	}
}

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



/*トップへ戻るボタン*/
.topBtn {
  position: fixed;
  /*固定*/
  bottom: 20px;
  /*場所を右下に移動*/
  right: 0;
  transition: all 0.3s;
}

.topBtn:hover {
  opacity: 0.9;
}



@media screen and (max-width: 767px) {
  .topBtn {
    right: 20px;
  }
  .topBtn.cn {
    right: 0;
  }
}





