/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
  border: 0;
  font-family: "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.8pt;
  color: #080000;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
p{
  margin: 0;
}
/*p {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 0px;
  border-left-width: 3px;
  border-left-style: none;
  font-size: 14px;
  text-justify: inter-ideograph;
  padding-top: 0px;
  padding-bottom: 0px;
}*/
:focus {/* remember to define focus styles! */
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol, ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

#fixed-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 1000;
    font-size: 0;
}
#fixed-bar a img {
	float: right;
}

.sp-br {
  display: none;
}
@media screen and (max-width : 640px ){
  .sp-br {
    display: block;
  }
}



/* =Structure
----------------------------------------------- */


/* header */
header{
  margin: 0 auto;
  position: relative;
}

header a{
  text-decoration: none;
}

.hamburger-menu{
  display: none;
}

#sidebar{
  display: none;
}

.logo{
  text-align: center;
  margin-top: 50px;
}

.logo img{
  margin-bottom: 12px;
}

.logo p{
  color: #330000;
  font-weight: bold;
}
.logo h1 {
  font-size: 15px;
  margin: 0;
}

/* mark */
.mark{
  top: -25px;
  right: 0;
  width: 178px;
  position: absolute;
}

.login, .cart{
  text-align: center;
  width: 35%;
  float: left;
  line-height: 100%;
  margin-bottom: 10px;
}

.login a, .cart a{
  color: #330000;
}

.login a:hover, .cart a:hover, .contact:hover,{
  opacity: 0.9;
}

.login img, .cart img{
  padding-bottom: 5px;
}

.contact{
  clear: both;
  background-color: #330000;
  padding: 12px 20px 12px 16px;
  line-height: 140%;
	position: fixed;
	top: 75px;
	right: 0;
}

.contact a{
  color: #fff;
}

.contact span{
  font-size: 20px;
}
/* /mark */

/* nav */
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  max-width: 1260px;
  width: 98%;
  margin: 50px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 12.5%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-left: 1px #413e2f solid;
  box-sizing: border-box;
}

.dropmenu li:last-child{
  border-right: 1px #413e2f solid;
}

.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #fff;
  color: #330000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 999999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 5px;
  border-top: 1px solid #fff;
  background: #000;
  opacity: 0.8;
  text-align: center;
  color: #fff;
}
.dropmenu li:hover > a{
  background: #fff;
}
.dropmenu li a:hover{
  background: #dddddd;
}

#normal li ul{
  display: none;
}

#normal li:hover ul{
  display: block;
}

.home li a{
  padding: 0;
}


/* /nav */
/* /header */

/* top */
#top-wrap{
  width: 98%;
  max-width: 1260px;
  margin: 0 auto 80px;
}

#top img{
  width: 100%;
}

#player iframe { border: none !important;}
.top-photo {
    position: relative;
    min-height: 600px;
    max-width: 1186px;
    margin: 0 auto;
}
#bg_player {
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.31);
    z-index: 999;
    width: 100%;
    padding-top: 667px;
}
.top-photo .sp_block { display: none;}
.top-text{
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 15%;
    left: calc(50% - 339px);
    text-align: center;
    line-height: 1.5em;
    z-index: 9999;
}

.top-button{
  font-size: 18px;
  background-color: #330000;
  width: 270px;
  padding: 14px 0;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 36%;
}

.top-button a{
  color: #fff;
  text-decoration: none;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before { border-bottom: 5px solid #330000 !important;}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after { color: #330000 !important;}

/* top */


/* キャンペーン */
.campaign_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  color: #f00;
  text-align: center;
  padding-bottom: 40px;
}
.campaign_title a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  color: #f00;
  text-align: center;
  text-decoration: underline;
}
/* キャンペーン */


/* バナー */
#banner01 {
  width: 98%;
  max-width: 1260px;
  margin: 0 auto 80px;
  overflow: hidden;
}
ul.ul_banner01 {
  margin: 0 auto;
  padding: 0;
  line-height: normal;
}
ul.ul_banner01 li {
  width: 32%;
  float: left;
  display: inline-block;
  margin-left: 2%;
  text-align: center;
}
ul.ul_banner01 li:first-child {
  margin-left: 0;
}
ul.ul_banner01 li img {
  width: 100%;
}


@media screen and (max-width : 900px ){
    iframe#player { display: none;}
    .top-photo { min-height: auto;}
    .top-photo .sp_block { display: block;}
    #bg_player { background: none; padding-top: 0;}

}

@media screen and (max-width : 640px ){
  ul.ul_banner01 {
    margin: 0 auto;
    padding: 0;
    line-height: normal;
    text-align: center;
  }
  ul.ul_banner01 li {
    width: 100%;
    float: none;
    display: inline-block;
    margin: 0 auto 20px !important;
  }
  
}

.sp_video {
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	margin-top: 40px;
}
.sp_video iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}




/* バナー */



/* contents1 */

#contents1 .red-txt {
  text-align: center;
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
  padding-bottom: 40px;
}



#contents1{
  width: 98%;
  max-width: 1260px;
  margin: 0 auto 80px;
  overflow: hidden;
}

#contents1 img{
  width: 100%;
}

#contents1 h4{
  color: #999999;
  margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
}
#contents1 p{
  color: #999999;
  margin-top: 20px;
  font-size: 12px;
}

#contents1 span{
  font-size: 16px;
  color: #484848;
  line-height: 190%;
  
}

.square-1, .square-2, .square-3, .square-4{
  float: left;
  width: 24.9%;
  text-align: center;
}

.square-1 img{border: solid 1px #B2B2B2;}
.square-2 img{border: solid 1px #B2B2B2;}
.square-3 img{border: solid 1px #B2B2B2;}
.square-4 img{border: solid 1px #B2B2B2;}


/* /contents1 */

/* contents2 */
/* contents2-squares */
#contents2-wrap{
  background-color: #f9f9f9;
  overflow: hidden;
  padding-top: 50px;
  margin-bottom: 78px;
}

#contents2{
  width: 98%;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}

#contents2-squares{
  overflow: hidden;
}

#contents2-squares img{
  width: 100%;
  vertical-align: bottom;
}

.contents2-square1, .contents2-square2, .contents2-square3, .contents2-square4{
  width: 25%;
  overflow: hidden;
  float: left;
}

.contents2-square1-1, .contents2-square1-2, .contents2-square1-3, .contents2-square1-4{
  float: left;
  width: 50%;
}

.contents2-square1-3{
  clear: both;
}
/* /contents2-squares */

.instagram{
  text-align: center;
  margin: 30px;
}

/* /contents2 */

/* contents3 */
#contents3{
  margin-bottom: 50px;
}

.contents3-title{
  text-align: center;
  font-size: 22px;
  color: #333333;
  border-bottom: 1px #ccc solid;
  padding-bottom: 8px;
}

.explain{
  margin: 50px 0;
  font-size: 14px;
  color: #595959;
  text-align: center;
  line-height: 25pt;
}

/* item */
.items-wrap{
  border-top: 1px #ccc solid;
}

.item-1_2-wrap{
  border-bottom: 1px #ccc solid;
}

.item-1_2{
  width: 98%;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}

.item1{
  float: left;
  width: 49%;
  overflow: hidden;
  border-right: 1px #ccc solid;
  padding: 25px 0 25px 0;
}

.item-photo{
  width: 35%;
  float: left;
  margin-right: 6px;
  margin-left: 3%;
}

.item-photo img{
  width: 100%;
}

.item-text{
  float: left;
  margin-left: 3%;
}

#contents3 h4 {
  color: #333333;
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 30px;
  font-weight: normal;
}
.item-text-top{
  color: #333333;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 30px;
}

.item-text-content{
  color: #999999;
  line-height: 20px;
  font-size: 13px;
}

.item-button{
  width: 230px;
  margin: 20px auto 0;
  text-align: center;
  padding: 10px 0px;
  background-color: #330000;
}
.item-button02 {
  width: 230px !important;
  margin: 20px auto 0;
}

.item-button a{
  text-decoration: none;
  color: #fff;
}

.item2{
  float: left;
  width: 49%;
  overflow: hidden;
  padding: 25px 0 25px 1%;
}

/* /item */
/* /contents3 */

/* contents4 */
#contents4{
  margin-bottom: 90px;
}

/* /contents4 */

/* contents5 */
#contents5-wrap{
  overflow: hidden;
}

#contents5{
  width: 98%;
  margin: 50px auto 70px;
  max-width: 1260px;
  overflow: hidden;
}

/*.article-wrap{
  max-width: 1260px;
  margin: 0 auto;
  width: 98%;
  overflow: hidden;
}*/

.notice, .blog, .gallery{
  width: 33.333%;
  float: left;
}

.contents5-title{
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}

.contents5-article{
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

.contents5-photo{
  width: 30%;
  float: left;
}

.contents5-photo img{
  width: 100%;
}

.contents5-text{
  width: 60%;
  float: right;
  margin: 0 5%;
}


.img_box {
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  /*width: 100%;*/
}

.text-top{
  color: #330000;
  line-height: 20pt;
}

.text-date{
  color: #999999;
  font-size: 12px;
  padding: 8% 0 0 13px;
}

.btn01 {
	width: 70%;
	background-color: #330000;
	margin: 0 auto;
}
.btn02 {
	width: 30%;
	background-color: #330000;
	margin: 0 auto;
}
.btn01 a,
.btn02 a{
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}


/* /contents5 */

/* footer */
footer{
  border-top: 1px #ccc solid;
  color: #330000;
  padding-bottom: 70px;
}

/* footer-top */
.footer-top{
  margin: 30px auto 0;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px #ccc solid;
}

.sns{
  overflow: hidden;
  width: 13%;
  position: relative;
  margin: 0 auto 50px;
}

.footer-instagram{
  position: absolute;
  left: 0;
}

.line{
  position: absolute;
  right: 0;
  top: 0;
}

.facebook{
  text-align: center;
}
/* /footer-top */

/* footer-contents-wrap */
.footer-contents-wrap{
  clear: both;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-contents-wrap ul{
  list-style-type: none;
}

.footer-contents-wrap a{
  text-decoration: none;
  color: #330000;
}

.links{
  box-sizing: border-box;
  width: 25%;
  border-left: 1px #330000 solid;
  padding-left: 10px;
  float: left;
  height: 256px
}

.item-list-top{
  font-size: 16px;
  padding-bottom: 40px;
  font-weight: bold;
}

.item-list-link{
  line-height: 40px;
}

/* footer-bottom */
.footer-bottom{
  clear: both;
}

.copyright{
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
}
/* /footer-bottom */
/* /footer */

@media screen and (max-width : 925px ){
  
  /* header */
  .hamburger-menu{
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }

  #sidebar{
    clear: both;
    position: absolute;
    top: 0;
    left: 1%;
    z-index: 2;
    width: 250px;
    height: auto;
    border-radius: 5px;
    border: 1px #ccc solid;
    background-color: #fff;
    /*display: none;*/
  }

  #cancel{
    position: absolute;
    top: 18px;
    left: 16px;
  }

  .sidebar-list{
    margin: 70px auto 25px;
    width: 90%;
  }

  .sidebar-list li{
    margin-bottom: 10px;
    border-bottom: 1px #ccc solid;
    color: #330000;
    font-size: 16px;
  }

  .sidebar-list li a:visited{
    color: #330000;
  }

  #sidebar ul{
    list-style-type: none;
  }

  .sidebar-child, .sidebar-child2, .sidebar-child3, .sidebar-child4{
    display: none;
  }

  .child{
    clear: both;
    height: 24px;
  }

  .sidebar-child li, .sidebar-child2 li, .sidebar-child3 li, .sidebar-child4 li{
    padding-top: 5px;
    padding-bottom: 10px;
    width: auto;
    margin-left: 30px;
  }

  .home{
    padding-bottom: 7px;
  }

  .counsel{
    border-right: 0;
  }

  .mark{
    top: 0;
    position: relative;
    float: none;
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    margin: 5px auto 0;
    box-sizing: border-box;
  }

  .icons{
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    width: 60%;
    padding-bottom: 2px;
  }

  .login, .cart{
    padding-top: 10px;
    margin: 0;
  }

  .login{
    padding-left: 30%;
    text-align: center;
  }

  .cart{
    float: right;
  }

  .contact{
    clear: none;
    width: 40%;
    float: right;
    padding: 10px 0;
    text-align: center;
  }

  .contact a{
    font-size: 12px;
  }

  .contact span{
    font-size: 16px;
  }

  .logo{
    margin: 20px 0 30px;
  }

  #nav-wrap{
    display: none;
  }
  /* /header */

  /* top */
  #top-wrap{
    margin-bottom: 40px;
  }
  .top-text {
    font-size: 20px;
    position: absolute;
    bottom: 25%;
    left: 15%;
  }
	
@media screen and (max-width : 640px ){

  .top-text {
    display: none;
  }
}

   .sp-thumbnails-container.sp-bottom-thumbnails.sp-has-pointer { display: none;}
   
  .top-button {
    font-size: 14px;
    padding: 7px 35px;
    position: absolute;
    bottom: 2%;
    left: 26%;
    width: inherit;
  }
  /* /top */

  /* contents1 */
  #contents1{
    margin-bottom: 40px;
  }
  .square-1, .square-2, .square-3, .square-4{
    float: left;
    width: 50%;
    text-align: center;
  }

  .square-3{
    clear: both;
    margin-top: 20px;
  }

  .square-4{
    margin-top: 20px;
  }

  #contents1 p{
    font-size: 10px;
    letter-spacing: normal;
  }

  #contents1 span{
    font-size: 14px;
  }
  /* /contents1 */

  /* contents2 */
  .contents2-square1, .contents2-square2, .contents2-square3, .contents2-square4{
    width: 50%;
  }

  .contents2-square3, .contents2-square4{
    margin-top: 30px;
  }
  /* /contents2 */

  /* contents3 */
  .explain{
    margin: 30px 0;
    font-size: 13px;
  }

  .item1, .item2{
    float: none;
    width: 100%;
    border: 0;
  }
  .item1{
    border-bottom: 1px #ccc solid;
  }

  .item2{
    padding: 25px 0;
  }

  .item-photo{
    margin: 0 auto 20px;
    float: none;
  }

  .item-text{
    float: none;
    margin: 0 auto;
  }

  .item-text-top{
    width: 96%;
    margin: 0 auto 15px;
  }

  .item-text-content{
    width: 93%;
    margin: 0 auto;
  }
  /* /contents3 */

  /* contents4 */
  .contents4-title{
    font-size: 21px;
  }

  #contents4 .explain{
    font-size: 12px;
  }

  /* /contents4 */

  /* contents5 */
  #contents5{
    margin: 30px auto 50px;
  }

  .notice, .blog, .gallery {
    width: 100%;
    float: left;
  }

  .notice, .blog{
    margin-bottom: 20px;
  }

  .contents5-title{
    margin-bottom: 30px;
  }
  /* /contents5 */

  /* footer */
  footer {
      padding-bottom: 40px;
  }

  .footer-top{
    padding-bottom: 0;
  }

  .sns{
    width: 50%;
  }

  .links{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-left: 10px;
  }

  .item-list-top{
    padding-bottom: 15px;
  }

  .copyright{
    padding-top: 0;
  }
  /* /footer */

  
  .item-photo{
  width: 80%;
}
  

}
