@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, 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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1.4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-spacing:0;
}
table dt,table dd{
  text-align:left;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
}


/* -- font size -- */
body{
font-size:83%; /* 14px */
}

/* --------------------------------------------------------------- 基本構造 -- */


table{
font-size:inherit;
font:100%; /* IE6 */
}

/* clear */
.clearfix:after{
content:".";
clear:both;
display:block;
line-height:0;
height:0;
visibility:hidden;
}
.clearfix{
zoom:1;
}


body{
  color:#000000;
font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka,"メイリオ";
-webkit-text-size-adjust: none;
line-height:1.4em;
text-align:center;
}

/* リンク */
a:link{
color:#000; /* 色 */
text-decoration:none;
}
a:visited{
color:#000; /* 色 */
text-decoration:none;
}
a:hover {
color:#000; /* 色 */
text-decoration:underline;
}
a:active {
color:#000; /* 色 */
text-decoration:underline;
}

/* ここまでテンプレ */
body{
    min-width:900px;
}
#wrapper{
	width:100%;
}


/* ===============================================
#headerArea
=============================================== */
#headerArea{
  width: 100%;
  position:fixed;
  left: 0;
  top: 0;
  height: 80px;
  background:rgba(255,255,255,1);
  z-index:70;
}
#headerArea.fadeout{
	-webkit-animation:headermove1 .4s ease-out 0s 1 normal;
	animation:headermove1 .4s ease-out 0s 1 normal;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
@-webkit-keyframes headermove1{
0%	{background:rgba(255,255,255,1.0);}
100%{background:rgba(255,255,255,0);}
}
@keyframes headermove1{
0%	{background:rgba(255,255,255,1.0);}
100%{background:rgba(255,255,255,0);}
}
#headerArea.fadein{
	-webkit-animation:headermove2 .4s ease-out 0s 1 normal;
	animation:headermove2 .4s ease-out 0s 1 normal;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
@-webkit-keyframes headermove2{
0%	{background:rgba(255,255,255,0);}
100%{background:rgba(255,255,255,1.0);}
}
@keyframes headermove2{
0%	{background:rgba(255,255,255,0);}
100%{background:rgba(255,255,255,1.0);}
}

#headerInner{
  width: 100%;
  margin:0 auto;
  position:relative;
}
#langBt{
  position:absolute;
  left: 30px;
  top: 18px;
}
#facebookBt{
  position:absolute;
  left: 120px;
  top: 18px;
}
#gnaviBt{
  display: block;
  position:absolute;
  top: 25px;
  right: 30px;
  width: 30px;
  height: 30px;
  background:url(../img/ic_menu.png) center center no-repeat;
  cursor:pointer;
}
#gnavi{
  display: block;
  position:absolute;
  width: 160px;
  top:80px;
  right: 0;
  background:#FFFFFF;
  border-top:solid 1px #c8c8c8;
  border-left:solid 1px #c8c8c8;
  font-size: 0;
  line-height: 0;
}
#gnavi a{
  display: block;
  border-bottom:solid 1px #c8c8c8;
  border-right:solid 1px #c8c8c8;
  padding: 12px;
  text-align:left;
}
#gnavi a:hover{
  background-color:#e8e8e8;
}

/* ===============================================
#contentArea
=============================================== */
#contentArea{
	width:100%;
}
#contentInner section{
  display:table;
  width: 100%;
  text-align:center;
  position:relative;
  font-size: 0;
  line-height: 0;
}

#contentInner section > div{
  display:table-cell;
  vertical-align:middle;
  width: 100%;
}
.contentBox{
  width: 100%;
  min-width: 900px;
  max-width: 1200px;
  height:auto;
  min-height: 625px;
  max-height: 850px;
  margin:0 auto;
  z-index:20;
  position:relative;
}
.contentTxt{
  width: 100%;
  height: 100%;
  min-height: 525px;
  max-height: 700px;
  text-align:center;
  padding:50px 0 50px;
}
.contentTxt img{
  max-width: 100%;
  max-height:100%;
  width: auto;
  height: auto;
}
.contentDocument{
  width:800px;
  margin:0 auto;
  font-size: 14px;
  line-height: 25px;
  text-align:left;
  padding:70px 30px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

#nextBtn{
	position:fixed;
	bottom:0;
  width: 100%;
  z-index:70;
}
#nextBtn a{
	display:inline-block;
  margin:0 auto;
  width: 100%;
	height:70px;
  background:url(../img/bt_down.png) center 20px no-repeat;
}

/*storeNavi*/
#storeNavi{
  letter-spacing: -.4em;
  margin-top: 30px;
  margin-bottom: -10px;
}
#storeNavi li{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: normal;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
}
#storeNavi li:after{
  content: "/";
  display: inline-block;
  margin-left: 12px;
  color: #aaa;
}
#storeNavi li a{
  color: #555;
  text-decoration: none;
}
#storeNavi li a:hover{
  color: #999;
  text-decoration: none;
}

/* ===============================================
#content1
=============================================== */
#content1FadeArea{
  display: block;
  position:absolute;
  left: 0;
  top: 80px;
  z-index:5;
  background-color:#000;
  width: 85%;
}
#content1FadeArea li{
  display: block;
  position:absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size:cover;
}
#content1FadeArea li .contentBox{
  display:table;
  min-width:100% !important;
  height: 100%;
}
#content1FadeArea li .contentBox p{
  display:table-cell;
  vertical-align:middle;
}
#content1FadeArea .contentTxt{
  background:url(../img/txt1_1.png) center center no-repeat;
  padding:20px;
  box-sizing:border-box;
-webkit-box-sizing:border-box;
}
#content1FadeArea .contentTxt img{
  display: none;
}
#content1Fade3{
  background:url(../img/img_1_1.jpg) center center no-repeat;
}
#content1Fade5{
  background:url(../img/img_1_2.jpg) center center no-repeat;
}
#content1Fade7{
  background:url(../img/img_1_3.jpg) center center no-repeat;
}
#content1Fade1,
#content1Fade2,
#content1Fade4,
#content1Fade6,
#content1Fade8{
  background-color:#000;
}
#content1Bg{
  display: block;
  position:absolute;
  right: 0;
  top: 80px;
  z-index:5;
  width: 15% !important;
  background:url(../img/bg_1.jpg) left center no-repeat;
  background-size:cover;
}
#content1Bg + div .contentBox{
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  height:100%;
  width:100%;
  max-height:100%;
  max-width:100%;
}
#content1 h1{
  position:absolute;
  left: 130px;
  bottom: 130px;
}
#content1Txt1{
  position:absolute;
  top: 220px;
  right: 20%;
}

/* ===============================================
#content19
=============================================== */
#content19,
#content20,
#content21,
#content22,
#content23{
  width: 100%;
  position: relative;
  overflow: hidden;
}
#content19 .photoBox,
#content20 .photoBox,
#content21 .photoBox,
#content22 .photoBox,
#content23 .photoBox{
  position: absolute;
  display: block;
  width : 55%;
  height: 100%;
  top: 0;
}
#content19 .txtBox,
#content20 .txtBox,
#content21 .txtBox,
#content22 .txtBox,
#content23 .txtBox{
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  background: #000;
}
#content19 .txtBox p,
#content20 .txtBox p,
#content21 .txtBox p,
#content22 .txtBox p,
#content23 .txtBox p{
  text-align: center;
  padding-top: 80px;
}
#content19 .photoBox{
  left: 0;
  background:url(../img/bg_19.jpg) center center no-repeat;
  background-size:cover;
}
#content19 .txtBox{
  right: 0;
}
#content20 .photoBox{
  right: 0;
  background:url(../img/bg_20.jpg) center center no-repeat;
  background-size:cover;
}
#content20 .txtBox{
  left: 0;
}
#content21 .photoBox{
  left: 0;
  background:url(../img/bg_21.jpg) center center no-repeat;
  background-size:cover;
}
#content21 .txtBox{
  right: 0;
}
#content22 .photoBox{
  right: 0;
  background:url(../img/bg_22.jpg) center center no-repeat;
  background-size:cover;
}
#content22 .txtBox{
  left: 0;
}
#content23 .photoBox{
  left: 0;
  background:url(../img/bg_23.jpg) center center no-repeat;
  background-size:cover;
}
#content23 .txtBox{
  right: 0;
}
#content23 .btn_buy{
  margin-top: 20px;
}
#content23 .btn_buy a{
  transition-duration: .4s;
  transition-property: opacity;
}
#content23 .btn_buy a:hover{
  opacity: .7;
}
#content19 .txtBox p img,
#content20 .txtBox p img,
#content21 .txtBox p img,
#content22 .txtBox p img,
#content23 .txtBox p img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ===============================================
#content22
=============================================== */
#shopList{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#shopList h2{
  margin-top: 60px;
}
#shopList h3{
  margin: 40px 0 10px;
  font-size: 16px;
}
#shopList h2 + h3{
  margin-top: 30px;
}
#shopList dl:after{
content:".";
clear:both;
display:block;
line-height:0;
height:0;
visibility:hidden;
}
#shopList dt{
  float:left;
}
#shopList dd{
  padding-left: 5em;
  min-height:25px;
}
#shopList a{
  word-break:break-all;
}

#shopList .backBox{
  padding: 20px 5px 0 0;
  margin-top: 30px;
  text-align: right;
  font-size: 13px;
  border-top: solid 1px #c0c0c0;
}

@media screen and (max-width: 850px) {
/* ===============================================
#content19
=============================================== */
#content19,
#content20,
#content21,
#content22,
#content23{
  position: relative;
}
#content19 .txtBox p,
#content20 .txtBox p,
#content21 .txtBox p,
#content22 .txtBox p,
#content23 .txtBox p{
  text-align: center;
  padding-top: 40px;
}
#content19 .txtBox p img,
#content20 .txtBox p img,
#content21 .txtBox p img,
#content22 .txtBox p img,
#content23 .txtBox p img,
#content23 .txtBox .btn_buy img{
  max-width: 85%;
  height: auto;
  margin: 0 auto;
}
}


@media screen and (max-width: 640px) {
body{
    min-width:100%;
}
#headerArea{
  height: 50px;
}
#langBt{
  position:absolute;
  left: 10px;
  top: 16px;
}
#facebookBt{
  position:absolute;
  left: 100px;
  top: 17px;
}

#gnaviBt{
  top: 10px;
  right:10px;
}
#gnavi{
  top:50px;
}

.contentBox{
  width: 100%;
  min-width: 100%;
  min-height:100px;
  margin-top: 20px;
}
.contentTxt{
  min-height:100px;
}
.contentDocument{
  width: 300px;
  padding:40px 0;
}
  
  
/*storeNavi*/
#storeNavi{
  margin-bottom: -6px;
}
#storeNavi li{
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 6px;
}
#storeNavi li:after{
  margin-left: 5px;
}

/* ===============================================
#content1
=============================================== */
#content1 .contentBox{
  margin-top: 0;
}
#content1 h1{
  position:absolute;
  left: 20px;
  bottom: 50px;
}
#content1 h1 img{
  width: 100px;
}
#content1Txt1{
  top: 70px;
  right: 20%;
}
.contentTxt{
  min-height:auto;
}

/* ===============================================
#content1FadeArea
=============================================== */
#content1FadeArea{
  top: 50px;
}
#content1Bg{
  top: 50px;
}
#content1FadeArea .contentTxt{
  background:none;
}
#content1FadeArea .contentTxt img{
  display: block;
}  

}