@charset "UTF-8";

/*--------------------------------------------
/*
/*		Theme: common
/*
/*--------------------------------------------*/
::selection {background: #ccc;color: #000; /* Safari */}
::-moz-selection {background: #ccc;color: #000; /* Firefox */}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-size: 100%;
	vertical-align: baseline;
}
img {
	width: 100%;
	vertical-align: bottom;
}
li {
	list-style: none;
}
a, input[type="submit"] {
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #000;
}
a:hover {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
html,body { height:100%; }
body {
	font-family: Helvetica, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "halt" 1;
	border: 14px solid #fff;
	height: auto;
	background: #F1EEE8;
}

main {
}
.top_ti {
	position: fixed;
	text-align: center;
	float: left;
    width: 24%;
    height: 100%;
	font-size: 12px;
}
header {
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
}
.sub {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.01em;
}
.top_ti .sub img {
	width: 56%;
}
.top_ti h1 img {
	width: 65%;
	margin: 10% 0;
}

.top_ti .insta img {
	width: 45%;
	padding-top: 10px;
}

.top_ti .text {
	font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
    padding: 12% 0 3%;
    text-align: left;
    border-top: 1px solid;
    width: 70%;
    margin: 8% auto 0;
}
.top_ti .text_en {
	font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
    padding: 3% 0 12%;
    text-align: left;
    border-bottom: 1px solid;
    width: 70%;
    margin: 0 auto 14%;
}
.top_ti .copy {
	position: absolute;
	bottom: 10%;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#listbox {
	float: right;
    width: 68%;
    padding: 4%;
}
#products {
	width: 76%;
	float: right;
	position: relative;
}

#listbox ul {
	display: flex;
    flex-wrap: wrap;
}
#listbox ul li:nth-child(3n) {
	margin-right: 0;
}
#listbox ul li {
	width: calc(30.6%);
    margin-right: 4%;
    margin-bottom: 3%;
	position: relative;
}
#listbox li .icon-new {
    position: absolute;
    font-size: 12px;
    background: #FFDD00;
    color: #000;
	font-weight: bold;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    line-height: 4;
    top: -24px;
    text-align: center;
    left: -24px;
	    z-index: 10;
}
.product {
	position: absolute;
	right: 4%;
	top: 0;
    padding-top: 3.8%;
	width: 22%;
}

.p-text {
	position: absolute;
    bottom: 2%;
    left: -3%;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 10003;
}
#fade {
    background: #FCFAF2;
    height: 100%;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10002;
}

#listbox h3 span {
    font-size: 1.2rem;
    background: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#listbox h2 span {
	background: #fff;
}
#listbox img {
	margin-bottom: 3%;
}
#listbox .item-name {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.01em;
	margin-bottom: 1%;
	line-height: 1.6;
	position: relative;
}


.detail {
	width: 66%;
	padding: 3.8%;
}
#listbox h3 {
	line-height: 130%;
}
#products h3 {
	font-size: 1em;
	font-weight: normal;
}



.btn {
    width: 100%;
    font-size: 14px;
    text-align: center;
	padding-top: 4px;
	margin-bottom: 2%;
}
.btn a {
	font-size: 0.8rem;
    display: block;
    background: #000;
    color: #fff;
	border: 1px solid #000;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
    line-height: 120%;
}

.detail .number {
	font-size: 20px;
	font-weight: bold;
	margin-top: 24px;
}
.detail h1 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 32px;
}
.detail h1 span {
	font-size: 26px;
	line-height: 120%;
}
.detail .mainimg img {
	margin-top: 0;
}
.detail img {
	width: 100%
}
.detail h2 {
	font-size: 20px;
	font-weight: bold;
    margin: 14px 0 8px;
	
}
.detail .text {
	line-height: 190%;
	font-size: 14px;
}
.detail .itemlist {
    line-height: 190%;
    font-size: 12px;
	margin: 14px 0 0 0 ;
}
.detail .text-en {
	font-size: 0.9em;
	margin: 4% 0;
	line-height: 180%;
}
.detail .img {
	margin: 12px 0;
}
.p-img {
	margin-bottom: 12px;
}
.spec {
	text-align: left;
	font-size: 12px;
	margin-bottom: 12px;
}
.spec a {
	text-decoration: underline;
}
.spec th,.spec td {
	padding: 2%;
	line-height: 160%;
}
.spec th {
	width: 30%;
	line-height: 190%;
}

.note {
	font-size: 11px;
	padding-top: 6%;
	line-height: 180%;
	margin-bottom: 8%;
}

.note .caution {
	color: #990000;
}

.page-btn .prev a {
	width: 20px;
	float: left;
	padding: 8px 16px 26px;
	background: #fff;
	border: 1px solid #000;
}
.page-btn .next a {
	width: 20px;
	float: right;
	padding: 8px 16px 26px;
	background: #fff;
	border: 1px solid #000;
}

.scroll li {
  list-style: none;
  transition: 0.5s;
}
.scroll .fade_in {
  opacity: 0;  
}

.scroll .fade_in_anime {
  opacity: 1;  
}

.scroll .up {
  transform: translate(0,50px); 
  -webkit-transform: translate(0,50px); 
  opacity: 0;  
}

.scroll .up_anime {
  transform: translate(0,0); 
  -webkit-transform: translate(0,0); 
  opacity: 1;  
}

.scroll .side {
  transform: translate(50px,0); 
  -webkit-transform: translate(50px,0);
  opacity: 0;  
}

.scroll .side_anime {
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
  opacity: 1;  
}


.bx-controls {
	display: none;
}
.caption {
	font-size: 12px;
}

footer .copy {
	display: none;
}
.list {
	display: flex;
    flex-wrap: wrap;
}
.list li {
	width: calc(49%);
    margin-right: 2%;
    margin-bottom: 2%;
}
.list li:nth-child(2n) {
	margin-right: 0;
}
.list img {
	margin-bottom: 2%;
}
.list p {
	font-size: 13px;
	margin-bottom: 1%;
}
.bold {
	font-weight: bold !important;
	margin-bottom: 2%;
}
#movie {
	position: relative;
    width: 100%;
    padding-top: 56%;
    margin: 0 auto 4%;
}
#movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}