@charset "UTF-8";

/*
	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

*/


/* @group Reset Style */

body {
	background: transparent;
	-webkit-text-size-adjust: 100%;
	}

 
body,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
div,
dl,dt,dd,
ul,ol,li,
pre,code,
form,fieldset,legend,input,textarea,
th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	}

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

fieldset,img {
	border:0;
	}

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

li {
	list-style: none;
	list-style-position: outside;
	}

caption,th {
	text-align: left;
	}

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

q:before,q:after {
	content:'';
	}

abbr,acronym {
	border:0;
	font-variant:normal;
	}

sup,sub {
	line-height: 1px;
	vertical-align: text-top;
	}

sub {
	vertical-align: text-bottom;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
	
/* @end */

/* @group Structure */

/* @group Structure elements */

html {
	height: 100%;
}

body {
	font-size: 13px;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,
				 "ヒラギノ角ゴ Pro",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	}

/* @end */


/* @end */


/* @group Text Module */


strong {
	font-weight: bold;
	}

.uppercase {
	text-transform: uppercase;
	}

.bullet {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.notice {
	}

.require {
	}

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

.lang-en {
	font-family: 'Manrope', sans-serif;
	}

.lang-cn {
	font-family: 'Hei Regular','SimHei',sans-serif;
	}
	
sup {
	font-size: 77%;
	line-height: 0.8;
	}

.registered-trademark {
	letter-spacing: 0.2em;
	font-size: 92%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#copyright,
.copyright-sign {
	font-family: "minion-pro-caption", serif;
	}


/* @end */


/* @group Hypertext Module */

a {
	color: #221815;
	text-decoration: underline;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.40); 
	}

a:link {
	}

a:visited {
	}

a:hover {
	text-decoration: none;
	}

a:active {
	}


/* @end */

/* @group Modules */

/* @group column module */

.columns-row {
	/*width: 656px;*/
	}

.columns-row:before,
.columns-row:after {
    content: "";
    display: block;
    overflow: hidden;
	}

.columns-row:after {
    clear: both;
	}
	
/* For IE 6/7 (trigger hasLayout) */
.columns-row {
    zoom: 1;
	}


.columns-row .column {
	float: left;
	}

.columns-row .first {
	}

.columns-row .last {
	}

.split .column {
	float: none;
	}

.split .columns-row .column {
	float: left;
	}

/* @end */

/* @group clearfix */

.clearfix:before,
.clearfix:after,
.columns-row:before,
.columns-row:after {
	content: "";
	display: block;
	overflow: hidden;
	}

.clearfix:after,
.columns-row:after {
	clear: both;
	}

/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.columns-row {
	zoom: 1;
	}

/* @end */

/* @group separator */

div.separator {
	}

div.separator hr {
	display: none;
	}

/* @end */

/* @group button */

.button-image {
	}

a.behavior-style {
	}

.behavior-style img {
	transition: opacity 0.2s ease-out;
	}

.behavior-style:hover img {
	opacity: 0.6;
/* 	filter: alpha(opacity=80); */
	cursor: pointer;
	}


/* @end */
/* @end */

/* @group 共通 */


html {
	height: 100%;
	}

body {
	position: relative;
	/*overflow-x: hidden;*/
	width: 100%;
	height: 100%;
	font-size: 26px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	}


.page {
	min-height: 100%;
	background: #ffffff;
	}


.lang-en {
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8em;
	}

.fluid-std,
.fluid-min,
.fluid-full {
	box-sizing: border-box;
	margin: 0 auto;
	}

.fluid-std {
	box-sizing: border-box;
	margin: 0 auto;
	}

.font-en {
	font-family: 'Manrope', sans-serif;
	}


.text-std {
	font-size: 32px;
	line-height: 1.7;
	}


.button:hover {
	cursor: pointer;
/* 	opacity: 0.8; */
	}

.button-solid-gray {
	display: table-cell;
	padding: 0.8em 1.4em;
	color: #ffffff;
	border-radius: 1.8em;
	background: #3b3b3b;
	text-decoration: none;
	}

.button-solid-white {
	display: table-cell;
	padding: 0.8em 1.4em;
	color: #ffffff;
	border-radius: 1.8em;
	background: #ffffff;
	text-decoration: none;
	}
	
.button-solid-blue {
	display: table-cell;
	padding: 0.8em 1.4em;
	color: #ffffff;
	border-radius: 1.8em;
	background: #0d77d6;
	text-decoration: none;
	}

.button-solid-gray .icon {
	}

.has-image {
	opacity: 0;
	}

.has-image.image-loaded {
	opacity: 1;
	}

svg {
	fill: currentColor;
	}

.swiper-wrapper {
	transition-timing-function: linear;
	}


/* @end */

@media screen and (min-width: 961px){

 
body {
	overflow-y: scroll;
	font-size: 16px;
	}

body.overlay-enabled {
	overflow: hidden;
	height: 100%;
	}

body > .page {
	position: relative;
	}


.pc-hidden {
	display: none;
	}

.fluid-std {
	width: 1000px;
	}

.fluid-min {
	width: 790px;
	margin: 0 auto;
	}

.fluid-column {
	overflow: hidden;
	}

.fluid-column .column-left {
	float: left;
	}

.fluid-column .column-right {
	float: right;
	}

.text-std {
	font-size: 100%;
	line-height: 1.8;
	}

.fluid-std {
	width: 1000px;
	margin: 0 auto;
	}

/* @group page-body */

.page-body {
	position: relative;
	padding: 200px 0 0;
	z-index: 1;
	}

.page-body .button {
	display: table;
	margin: 0 auto;
	font-size: 24px;
	}

.page-body .button.pc-hidden {
	display: none;
	}

.page-body .hero {
	position: relative;
	width: 1000px;
	margin: 0 auto 40px;
	}

/* @group home */

.product-list {
	margin: 0 0 300px;
	}

.product-list .product {
	width: 100%;
	height: 350px;
	margin: 0 0 160px;
	}

.product-list .product .name {
	width: 1000px;
	margin: 0 auto 1em;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.15em;
	}

.product-list .product .images {
	width: 100%;
	height: auto;
	overflow: hidden;
	}

.product-list .product .images a {
	display: block;
	overflow: hidden;
	width: 100vw;
	}

.product-list .product .images .carousel {
	display: flex;
	height: auto;
	/*animation: loopMain 50s -25s linear infinite;*/
	}

.product-list .product .images a :first-of-type {
	}

.product-list .product .images a :last-of-type {
	/*animation: loopSub 50s 0s linear infinite;*/
	}

.product-list .product .images .panel {
	display: block;
	width: 33.3%;
	height: auto;
	}

.product-list .product .images .panel .image {
	display: block;
	overflow: hidden;
	}

.product-list .product .images .panel img {
	display: block;
	width: 100%;
	height: auto;
	}

.product-list .product .images .carousel {
	}


/* @end */

/* @group product */

.page-body .product-images {
	margin: 0 auto 250px;
	}

.page-body .product-images .photo {
	width: 1000px;
	margin: 0 auto 40px;
	}

.page-body .product-images .photo img {
	display: block;
	width: 100%;
	height: auto;
	}

.page-body .product-specs {
	position: relative;
	margin: 0 auto 170px;
	}

.page-body .product-specs .hgroup {
	margin: 0 0 90px;
	}

.page-body .product-specs .hgroup .name {
	margin: 0 0 0.3em;
	font-size: 40px;
	font-weight: 600;
	}

.page-body .product-specs .hgroup p {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	}

.page-body .product-specs .description,
.page-body .product-specs .data {
	width: 750px;
	}

.page-body .product-specs .description {
	margin: 0 0 100px;
	}

.page-body .product-specs .data {
	margin: 0 0 2.2em;
	}

.page-body .product-specs .data dt {
	font-weight: 600;
	}

.page-body .product-specs .price {
	margin: 64px 0 30px;
	font-size: 17px;
	}

.page-body .product-specs .price .num {
	font-size: 24px;
	}

.button-amazon .button-solid-gray {
	border-radius: 9px;
	padding: 9px 44px;
	float: left;
	margin-right: 2em;
	}

.button-amazon .button-solid-gray img {
	width: 96px;
	height: auto;
	}

.button-minne .button-solid-white {
	border-radius: 9px;
	padding: 9px 44px;
	float: left;
	margin-right: 2em;
	border: solid 1px #111111;
	}

.button-minne .button-solid-white img {
	width: 96px;
	height: auto;
	}
	
.button-nomp .button-solid-blue {
		border-radius: 9px;
		padding: 9px 44px;
		}
	
.button-nomp .button-solid-blue img {
		width: 96px;
		height: auto;
		}

.page-body .product-and-more {
	margin: 0 auto 180px;
	}

.page-body .product-and-more .heading {
	display: inline-block;
	margin: 0 0 48px;
	padding: 0 0 0.2em;
	font-weight: 600;
	border-bottom: 2px solid #000000;
	}

.page-body .product-and-more .heading a {
	font-size: 25px;
	text-decoration: none;
	}

.page-body .product-and-more .heading a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 -1px 5px;
	background: url(../images/shared/icon_right-arrow.png) no-repeat 0 0;
	background-size: 16px 16px;
	transform: rotate(90deg);
	}

.page-body .product-and-more .heading a.is-closed:after {
	transform: rotate(0deg);
	}

.page-body .product-and-more .content {
	display: none;
	}

.page-body .product-and-more .content .section {
	width: 750px;
	margin: 0 0 100px;
	}

.page-body .product-and-more .content .heading {
	display: block;
	padding: 0;
	margin: 0 0 20px;
	border: none;
	font-size: 20px;
	font-weight: normal;
	}

.page-body .product-and-more .content em {
	color: #3dd6a2;
	}

.page-body .product-and-more .content ul {
	padding: 0 0 0 1.1em;
	}

.page-body .product-and-more .content li {
	list-style: disc;
	margin: 0 0 0.6em;
	}

/* @end */

/* @group brand */

.page-body .brand {
	margin: 0 auto 185px;
	}

.page-body .brand .header {
	width: 750px;
	margin: 0 0 40px;
	text-align: right;
	}

.page-body .brand .header img {
	display: inline-block;
	width: 198px;
	}

/* @end */

/* @group contact */

.page-body .contact {
	margin: 0 auto 100px;
	}

.button-contact .button-solid-gray {
	width: 1000px;
	border-radius: 9px;
	padding: 25px 0;
	background: #b8b8b8;
	}

.button-contact .button-solid-gray .icon {
	display: block;
	margin: 0 auto;
	text-align: center;
	}

.button-contact .button-solid-gray img {
	width: 128px;
	height: auto;
	}

.button-contact .button-solid-white {
	width: 1000px;
	border-radius: 9px;
	padding: 25px 0;
	background: #ffffff;
	border: solid 1px #111111;
	}



/* @end */

/* @group privacy-policy */

.page-body .privacy-policy {
	position: relative;
	width: 1000px;
	margin: 0 auto 180px;
	}

.page-body .privacy-policy .page-title {
	margin: 0 0 48px;
	}

.page-body .privacy-policy .description {
	margin: 0 0 48px;
	}

.page-body .privacy-policy .section {
	margin: 0 0 80px;
	}

.page-body .privacy-policy .section .heading {
	margin: 0 0 0.4em;
	font-weight: 600;
	}

.page-body .privacy-policy .section p {
	margin: 0 0 2em;
	}

/* @end */


/* @end */

/* @group page-footer */

.page-footer {
	padding: 0 0 200px;
	color: #ffffff;
	}

.page-footer .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1000px;
	margin: 0 auto;
	}

.page-footer .site-map ul li {
	display: inline-block;
	margin: 0 1em 0 0;
	}

.page-footer .site-map ul li a {
	text-decoration: none;
	}

.page-footer .site-map ul + ul {
	margin-top: 1em;
	}

.page-footer .nomp img {
	width: 156px;
	height: auto;
	}



/* @end */


}

@media screen and (max-width: 960px), screen and (max-device-width: 480px) {

body {
	font-size: 26px;
	}

.page {
	}

.mobile-hidden {
	display: none;
	}

.fluid-std {
	width: 796px;
	margin: 0 auto;
	}

.fluid-min {
	width: 514px;
	margin: 0 auto;
	}

span.row {
	display: inline-block;
	}

span.row br {
	display: none;
	}



/* @group page-body */

.page-body {
	position: relative;
	padding: 448px 0 0;
	z-index: 1;
	}

.page-body .hero {
	position: relative;
	width: 796px;
	margin: 0 auto 40px;
	}

.page-body .hero img {
	width: 796px;
	height: auto;
	}

/* @group home */

.home .page-body {
	padding: 170px 0 0;
	}

.product-list {
	margin: 0 0 530px;
	}

.product-list .product {
	width: 100%;
	height: 530px;
	height: auto;
	margin: 0 0 264px;
	}

.product-list .product .name {
	width: 796px;
	margin: 0 auto 40px;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.15em;
	}

.product-list .product .images {
	width: 100%;
	height: auto;
	overflow: hidden;
	}

.product-list .product .images a {
	display: flex;
	justify-content: center;
	width: 100vw;
	}

.product-list .product .images .carousel {
	display: flex;
	width: 100%;
	height: 530px;
	height: auto;
	/*animation: loopMain 50s -25s linear infinite;*/
	}

.product-list .product .images a :first-of-type {
	}

.product-list .product .images a :last-of-type {
	/*animation: loopSub 50s 0s linear infinite;*/
	}

.product-list .product .images .panel {
	display: block;
	width: 100%;
	height: auto;
	}

.product-list .product .images .panel img {
	display: block;
	width: 100%;
	height: auto;
	}

.product-list .product .images .carousel {
	}


/* @end */

/* @group product */

.page-body .product-images {
	margin: 0 auto 368px;
	}

.page-body .product-images .photo {
	width: 796px;
	margin: 0 auto 60px;
	}

.page-body .product-images .photo img {
	display: block;
	width: 100%;
	height: auto;
	}

.page-body .product-specs {
	position: relative;
	margin: 0 auto 170px;
	}

.page-body .product-specs .hgroup {
	margin: 0 0 90px;
	}

.page-body .product-specs .hgroup .name {
	margin: 0 0 0.3em;
	font-size: 64px;
	font-weight: 600;
	letter-spacing: 0.1em;
	}

.page-body .product-specs .hgroup p {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.1em;
	}

.page-body .product-specs .description,
.page-body .product-specs .data {
	width: 750px;
	}

.page-body .product-specs .data em {
	font-style: italic;
	color: #3dd6a2;	
}
.page-body .product-specs .description {
	margin: 0 0 100px;
	}

.page-body .product-specs .data {
	margin: 0 0 2.2em;
	}

.page-body .product-specs .data dt {
	font-weight: 600;
	}

.page-body .product-specs .price {
	margin: 130px 0 44px;
	font-size: 28px;
	}

.page-body .product-specs .price .num {
	font-size: 40px;
	}

.button-amazon .button-solid-gray {
	border-radius: 9px;
	padding: 20px 76px;
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;	
	}

.button-amazon .button-solid-gray img {
	width: 170px;
	height: auto;
	}

.button-minne .button-solid-white {
	border-radius: 9px;
	padding: 20px 76px;
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
	border: solid 1px #111111;
	}

.button-minne .button-solid-white img {
	width: 170px;
	height: auto;
	}
	
.button-nomp .button-solid-blue {
		border-radius: 9px;
		padding: 20px 76px;
		}

.button-nomp .button-solid-blue img {
		width: 170px;
		height: auto;
		}


.page-body .product-and-more {
	margin: 0 auto 380px;
	}

.page-body .product-and-more .heading {
	display: inline-block;
	margin: 0 0 120px;
	padding: 0 0 0.2em;
	font-weight: 600;
	border-bottom: 2px solid #000000;
	}

.page-body .product-and-more .heading a {
	font-size: 44px;
	text-decoration: none;
	}

.page-body .product-and-more .heading a:after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 0 -1px 6px;
	background: url(../images/shared/icon_right-arrow.png) no-repeat 0 0;
	background-size: 28px 28px;
	transform: rotate(90deg);
	}

.page-body .product-and-more .heading a.is-closed:after {
	transform: rotate(0deg);
	}

.page-body .product-and-more .content {
	display: none;
	}

.page-body .product-and-more .content .section {
	width: 796px;
	margin: 0 0 180px;
	}

.page-body .product-and-more .content .heading {
	display: block;
	padding: 0;
	margin: 0 0 78px;
	border: none;
	font-size: 42px;
	font-weight: normal;
	}

.page-body .product-and-more .content em {
	color: #3dd6a2;
	}

.page-body .product-and-more .content ul {
	padding: 0 0 0 1.1em;
	}

.page-body .product-and-more .content li {
	list-style: disc;
	margin: 0 0 0.6em;
	}

/* @end */

/* @group brand */

.page-body .brand {
	margin: 0 auto 185px;
	}

.page-body .brand .header {
	width: 796px;
	margin: 0 0 180px;
	text-align: right;
	}

.page-body .brand .header img {
	display: inline-block;
	width: 353px;
	margin: 0 64px 0 0;
	}

.page-body .brand .description p {
	margin: 0 0 2em;
	}

/* @end */

/* @group contact */

.page-body .contact {
	margin: 0 auto 162px;
	}

.button-contact .button-solid-gray {
	width: 796px;
	border-radius: 9px;
	padding: 44px 0;
	background: #b8b8b8;
	}

.button-contact .button-solid-gray .icon {
	display: block;
	margin: 0 auto;
	text-align: center;
	}

.button-contact .button-solid-gray img {
	width: 227px;
	height: auto;
	}

/* @end */

/* @group privacy-policy */

.page-body .privacy-policy {
	position: relative;
	width: 796px;
	margin: 0 auto 140px;
	}

.page-body .privacy-policy .page-title {
	margin: 0 0 64px;
	font-size: 32px;
	font-weight: 600;
	}

.page-body .privacy-policy .description {
	margin: 0 0 64px;
	}

.page-body .privacy-policy .section {
	margin: 0 0 94px;
	}

.page-body .privacy-policy .section .heading {
	margin: 0 0 0.4em;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6;
	}

.page-body .privacy-policy .section p {
	margin: 0 0 1.6em;
	}

/* @end */


/* @end */

/* @group page-footer */

.page-footer {
	padding: 0 0 130px;
	color: #ffffff;
	}

.page-footer .container {
	display: block;
	width: 796px;
	margin: 0 auto;
	}

.page-footer .container:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
	}

.page-footer .site-map {
	}

.page-footer .site-map ul {
	width: 100%;
	}

.page-footer .site-map ul li {
	display: inline-block;
	margin: 0 1.5em 0 0;
	}

.page-footer .site-map ul li a {
	text-decoration: none;
	}

.page-footer .site-map ul + ul {
	margin-top: 1.4em;
	}

.page-footer .nomp {
	float: right;
	margin-top: 132px;
	}

.page-footer .nomp img {
	width: 210px;
	height: auto;
	}

/* @end */

}

/* @group Animation */

@-webkit-keyframes fadeOut {
	0% {
		height: 100%;
		opacity: 1;
	}
	99% {
		height: 100%;
		opacity: 0;
	}
	100% {
		height: 0px;
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		height: 100%;
		opacity: 1;
	}
	99% {
		height: 100%;
		opacity: 0;
	}
	100% {
		height: 0px;
		opacity: 0;
	}
}

@keyframes loopMain {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes loopSub {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}


/* @end */
