@charset "UTF-8";
* {
  margin: auto;
  padding: 0;
  text-align: justify;
}

a:link,
a:visited,
a:hover,
a:active {
  outline: none;
}

img {
  display: block;
}

a img {
  border: none;
}

#header a:link {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all 0.3s ease-out;
}

#header a:hover img {
  opacity: .5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -webkit-opacity: .5;
  -moz-opacity: .5;
}

#header a img {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.mt50 {
  margin-top: 50px;
}
.mt26 {
  margin-top: 26px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb150 {
  margin-bottom: 150px;
}

.wid700 {
  width: 700px;
}

.wid480 {
  width: 480px !important;
}

.wid350 {
  width: 350px !important;
}

.wid185 {
  width: 185px !important;
}

.fl_ri {
  float: right !important;
}

.fl_le {
  float: left !important;
}


/* clearfix hack */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  width: 100%;
  background: #e4e2d3;
}

#header {
  width: 100%;
  height: 100vh;
  margin-bottom: 60px;
  vertical-align: middle;
  display: table-cell;
}

#header .logoP {
  width: 91px;
}

#mark {
  top: 0;
  height: 100%;
}

#inside {
  width: 960px;
  margin: auto;
  height: 549px;
}

#inside img {
  max-width: 100%;
  height: auto;
}

#header #inside p {
  position: relative;
  top: 20px;
  height: 39px;
  width: 84px;
}

#header .linkBootie {
  position: relative;
  top: 12px;
  right: 200px;
}

.logo {
  margin: auto;
}

#header h1 {
  position: relative;
  margin: 75px 0;
}

#wrapper {
/*
  background: #FFF;
*/
  width: 900px;
  margin: auto;
}

#insidestore ul li {
  list-style: none;
  margin-bottom: 60px;
  width: 100%;
}

#insidestore ul li:last-child {
  margin-bottom: 50px;
}

#footer {
  width: 100%;
  border-top: 1px #1c1c1a solid;
}

.footerInner img {
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
}

.insidestore {
  margin: 0 auto;
}

p.lazy_b {
    position: absolute;
    left: 50%;
    z-index: 1;
}

#insidestore h2,
#insidestore p {
  width: 900px;
}

h2,
h3,
.fontmin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#insidestore #sec01 h2,
#insidestore #sec08 h2 {
  font-size: 33px;
}

#sec02 h2,
#sec02 h3,
#sec02 h4,
#sec02 h5,
#sec02 h6,
#sec02 h7,
#sec02 h8 {
  font-size: 1.7em;
}

.fontgos {
  font-size: 13px;
  line-height: 25px;
}

.line-double {
  border-bottom: 1px #000 solid;
  width: 700px;
  height: 2px;
  border-top: 1px #000 solid;
}

.txtSize02 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 34px;
}

/* #Sec01 */

#sec01 {
  padding: 50px 0 0 0;
}

#header_wrapp {
  margin: 20px 0;
}

#sec01 .linkBootie {}



/* #sec03 */

#sec03 .text_ttl {
  font-size: 16px;
  font-weight: bold;
}
#sec03 .text_ttl_bold {
  display: block;
  font-size: 20px;
}
#sec03 .text_dtl {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

#sec03 .fl_ri ,#sec03 .fl_le{
  width: 425px;
}




a.collectitem_01 {
  width: 425px;
  height: 425px;
  display: inline;
  background: URL("../image/content_03_img1.png");
  transition: all .5s;
}
a.collectitem_01 .onimage {
  position: relative;
  top: -425px;
  opacity: 0;
  transition: all .5s;
}
a.collectitem_01:hover .onimage {
  opacity: 1;
  transition: all .5s;
}

a.collectitem_02 {
  width: 425px;
  height: 425px;
  display: inline;
  background: URL("../image/content_03_img2.png");
  transition: all .5s;
}
a.collectitem_02 .onimage {
  position: relative;
  top: -425px;
  opacity: 0;
  transition: all .5s;
}
a.collectitem_02:hover .onimage {
  opacity: 1;
  transition: all .5s;
}



/* #sec09 */

#sec09 {
  width: 700px;
}

.linkBootie {
  width: 158px;
  float: right;
}

.linkTop {
  width: 98px;
}

#sec09 a:link {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all 0.3s ease-out;
}

#sec09 a img {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

#sec09 a:hover img {
  opacity: .7;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -webkit-opacity: .5;
  -moz-opacity: .5;
}

#sec09 h2 {
  display: none;
}


/* footer */

#footer p {
  text-align: center;
  padding: 34px 0px;
  font-size: 0.7em;
  font-family: 'Helvetica Heavy', 'Helvetica 55 Roman', 'Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  line-height:130%;
}
#footer p a {
	color:#666666;
}
#footer p a:link {
	text-decoration: none;
	color:#666666;
}
#footer p a:visited {
	text-decoration: none;
	color: #666666;
}
#footer p a:hover {
	text-decoration: underline;
	color:#666666;
}
#footer p a:active {
	text-decoration: underline;
	color:#666666;
}


/* other */


#goto-top {
  margin: 0 0 0 930px;
  position: fixed;
}

.top-link.fixed {
  visibility: visible;
  opacity: 1;
}

.top-link {
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.top-link:before {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 50px;
  content: url(../image/gotop.png);
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all 0.3s ease-out;
}

.top-link:hover:before {
  content: url(../image/gotop_on.png);
  opacity: 1;
}
