@charset "UTF-8";

/* common */
#wrapper {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}

.title01 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 55px;
}

.title01 .small_txt {
  font-size: 32px;
  margin: 0 10px;
}

/* main */
#main {
  height: 803px;
  min-height: 700px;
  z-index: 0;
  position: relative;
padding-bottom: 103px;
}

#main .main_copy {
  text-align: left;
  width: 540px;
  top: 37.285%;
  left: 2.2%;
  position: absolute;
}

#main .main_copy p {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  color: #fff;
  margin: 5px 0;
  padding: 25px 30px;
  display: inline-block;
  background: #000;
}

#main .bg_img {
  width: 93.333%;
  height: 100%;
  z-index: -5;
  top: 0;
  left: 7.285%;
  background: #f3f3f3 url(../../img/top/main_bg.svg) no-repeat;
  background-position: -300px 40%;
  background-size: 180%;
  position: absolute;
}

@media screen and (min-width:1240px) {
#main .main_item06 { left: 26%!important; }

#main .main_item05 {
  top: 46.428%!important;
  left: 19.642%!important;

}

#main .main_serif02 {
  width: 64px!important;
  left: 38%!important;
}

}


@media screen and (min-width:1600px) {
#main .main_item06 { left: 40.714%!important; }

#main .main_item05 {
  top: 32.428%!important;
  left: 28.642%!important;

}

#main .main_serif02 {
  left: 51%!important;
}

}


#main .bg_img .animationBox {
  margin-bottom: 100px;
  position: relative;
height: 100%;

}

#main .bg_img .animationBox img { max-width: 100%; }

#main .main_item01, #main .main_item02, #main .main_item03, #main .main_item04, #main .main_item05, #main .main_item06, #main .main_serif01, #main .main_serif02, #main .main_txt {
  z-index: 5;
  position: absolute;
}

#main .main_item01 {
  transform: rotate(30deg);
  width: 21.357%;
  top: 0;
  left: 15.285%;
}

#main .main_item02 {
  transform: rotate(30deg);
  width: 10%;
  top: 3.857%;
  left: 46.857%;
}

#main .main_item03 {
  transform: rotate(-30deg);
  width: 16.5%;
  top: 22%;
  left: 0.857%;
}

#main .main_item04 {
  width: 15%;
  top: 37.142%;
  left: 87.571%;
}

#main .main_item05 {
  transform: rotate(15deg);
  width: 19.357%;
  top: 45.428%;
  left: 20.642%;
}

#main .main_item06 {
    width: 100%;
    left: 13.714%;
    top: -45px;
    /*
  width: 100%;
  left: 34.714%;
  top: -23px;
    */
}

#main .main_serif01 {
  transform: rotate(15deg);
  width: 196px;
  top: 0;
  left: 76.785%;
}

#main .main_serif02 {
  transform: rotate(-25deg);
  width: 88px;
  left: 48%;
  bottom: 15%;
}

/*#main .main_txt {
  bottom: 3%;
  left: 34.714%;
color: #fff;
}*/


/* animation */
.ilbox li { opacity: 0; }

.scl_anime.ilbox li:nth-child(1) {
  -webkit-animation: anime 0.5s ease 0.5s 1 forwards;
  animation: anime 0.5s ease 0.5s 1 forwards;
}

.scl_anime.ilbox li:nth-child(2) {
  -webkit-animation: anime 0.5s ease 1s 1 forwards;
  animation: anime 0.5s ease 1s 1 forwards;
}

.scl_anime.ilbox li:nth-child(3) {
  -webkit-animation: anime 0.5s ease 1.5s 1 forwards;
  animation: anime 0.5s ease 1.5s 1 forwards;
}

.scl_anime.ilbox li:nth-child(4) {
  -webkit-animation: anime 0.5s ease 2s 1 forwards;
  animation: anime 0.5s ease 2s 1 forwards;
}

.scl_anime.ilbox li:nth-child(5) {
  -webkit-animation: anime 0.5s ease 2.5s 1 forwards;
  animation: anime 0.5s ease 2.5s 1 forwards;
}

.scl_anime.ilbox li:nth-child(6) {
  -webkit-animation: anime 0.5s ease-out 3s 1 forwards;
  animation: anime 0.5s ease-out 3s 1 forwards;
}

.scl_anime.ilbox li:nth-child(7) {
  -webkit-animation: anime 0.5s ease 3.5s 1 forwards;
  animation: anime 0.5s ease 3.5s 1 forwards;
}

.scl_anime.ilbox li:nth-child(8) {
  -webkit-animation: anime 0.5s ease 4s 1 forwards;
  animation: anime 0.5s ease 4s 1 forwards;
}

@-webkit-keyframes anime {
  100% { opacity: 1; }

}

@keyframes anime {
  100% { opacity: 1; }

}



/* 休業 */
.holiday {
  align-items: center;
  color: #fff;
  margin-left: 7.285%;
  padding: 20px 30px;
  width: 93.333%;
  display: flex;
  background: #000;
position: absolute;
bottom: 0;
}

.holiday h2,
.holiday dl {
  display: inline-block;
  vertical-align: middle;
}

.holiday h2 {
  font-size: 22px;
  padding-left: 30px;
  background: url(../../img/top/icon_calendar.png) center left no-repeat;
}

.holiday dl {
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 3px solid #fff;
  width: calc(100% - 175px);
  display: flex;
  flex-flow: row wrap;

}

.holiday dt {
/*float: left;
clear: left;*/
width: 40px;
}

.holiday dd {
width: calc(100% - 40px);
}

.holiday dt:nth-of-type(n+2),
.holiday dd:nth-of-type(n+2) {
  margin-top: 15px;
}

.octagon_list {
  text-align: center;
  font-size: 0;
  margin: 80px 0;
}

.octagon_list li {
  width: 300px;
  height: 234px;
  margin-right: 50px;
  display: inline-block;
  font-size: 28px;
}

.octagon_list li:last-child { margin-right: 0; }

.octagon_list li a {
  display: block;
  height: 100%;
  position: relative;
  color: #000;
  font-weight: 400;
  padding-top: 160px;
}

.octagon_list li a:hover {
  text-decoration: none;
  color: #fff;
}

.octagon_list li a:hover:before { opacity: 1; }
.octagon_list li a:hover:after { opacity: 0; }

.octagon_list li a:before,
.octagon_list li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s ease;
}

.octagon_list li a:before {
  background: url(../../img/top/btn01_on.png) no-repeat;
  opacity: 0;
}

.octagon_list li a:after { background: url(../../img/top/btn01_out.png) no-repeat; }

.octagon_list li img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s ease;
}

.octagon_list li a:hover .img_black { opacity: 0; }

.blc_topics {
  background: #f4f4f4;
  padding: 80px 0 100px;
}

.blc_topics .inner {
  position: relative;
  z-index: 1;
}

.blc_topics .tab_list {
  width: 100%;
  padding: 0 91px;
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #000;
}

.blc_topics .tab_list li {
  /*width: 200px;*/
  width: 266px;
  text-align: center;
}


.blc_topics .tab_list li a {
  border-radius: 5px 5px 0 0;
  padding: 15px;
  display: block;
  background: #fff;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.blc_topics .tab_list li a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.blc_topics .tab_list li.active a {
  background: #000;
  color: #fff;
}
.blc_topics .tab_list li span {
  border-radius: 5px 5px 0 0;
  padding: 15px;
  display: block;
  background: #fff;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blc_topics .tab_list li span:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.blc_topics .tab_list li.active span {
  background: #000;
  color: #fff;
}
.blc_topics .tab_panel{display:none;}
.blc_topics .tab_panel.active{display:block;}
.blc_topics .topics_list { margin: 20px 20px 0; }

.blc_topics .topics_list li {
  border-bottom: 1px solid #b3b3b3;
  padding: 20px 10px;
}

.blc_topics .topics_list li .date {
  margin: 3px 11px 0;
  float: left;
font-size: 14px;
}

.blc_topics .topics_list li .category {
  font-size: 12px;
  border: 1px solid #000;
  padding: 2px;
  width: 124px;
  border-radius: 20px;
  text-align: center;
  margin-right: 18px;
  float: left;
}

.blc_topics .topics_list li a {
  font-size: 16px;
  color: #000;
  overflow: auto;
  display: block;
}

.blc_topics .topics_list li a:hover {
  text-decoration: none;
  color: #d8ad19;
}

/*.blc_topics .topics_list li a span {
  padding-bottom: 3px;
  border-bottom: 1px solid #3c3c3c;
}*/

/*.blc_topics .topics_list li a:hover span { border-bottom: 1px solid #d8ad19; }*/

.blc_topics .topics_list li a {
text-decoration: underline;
}


.blc_topics .btn_area {
  /*width: 760px;*/
  text-align: center;
  margin: 50px 0;
  display: flex;
  /*justify-content: space-between;*/
justify-content: center;
}

.blc_topics .btn_area a {
  width: 360px;
  height: 70px;
  line-height: 70px;
  display: block;
  color: #000;
  font-size: 18px;
  position: relative;
margin: 0 20px;
}

.blc_topics .btn_area a:before,
.blc_topics .btn_area a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s ease;
}

.blc_topics .btn_area a:before {
  background: url(../../img/top/btn02_on.png) no-repeat;
  opacity: 0;
}

.blc_topics .btn_area a:after {
  background: url(../../img/top/btn02_out.png) no-repeat;
}

.blc_topics .btn_area a:hover:before { opacity: 1; }
.blc_topics .btn_area a:hover:after { opacity: 0; }

.blc_topics .btn_area a:hover {
  text-decoration: none;
  color: #fff;
}

.blc_purchase { padding: 80px 20px; }

.blc_purchase .purchase_list {
  flex-flow: row wrap;
  display: flex;
}

.blc_purchase .purchase_list li {
  width: 25%;
  margin-bottom: 30px;
}

.blc_purchase .purchase_list li a {
display: block;
text-decoration: none;
}

.blc_purchase .purchase_list li a:hover { opacity: .7; }

.blc_purchase .purchase_list .img_box {
  /*height: 0;*/
  padding-top: 75%;
  position: relative;
}

.blc_purchase .purchase_list .img_box img {
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blc_purchase .purchase_list p {
  color: #000;
  font-size: 20px;
  /*padding-right: 1em;*/
  line-height: 150%;
  margin-top: 15px;
}

.blc_purchase .purchase_list p span {
  color: #666;
  display: block;
  font-size: 14px;
margin-bottom: 10px;
line-height: 100%;
}

/* お取り扱い品 */
.blc_purchase .product_list{
}

.blc_purchase .product_list dt {
font-weight: bold;
font-size: 22px;
margin-bottom: 20px;
text-align: center;
}


.blc_purchase .product_list dd {
  flex-flow: row wrap;
  display: flex;
margin-bottom: 40px;
}

.blc_purchase .product_list dd span {
display: inline-block;
margin: 0 10px 10px;
width: calc((100% / 4) - 20px);
}

.blc_purchase .product_list .product_etc {
width: 100%;
text-align: right;
margin-top: 10px;
}

.blc_purchase .product_list .product_att {
width: 100%;
text-align: center;
margin-top: 20px;
}


.bnr_area ul {
  letter-spacing: -0.4em;
  text-align: center;
  margin: 50px auto 95px;
}

.bnr_area ul li {
  margin: 5px;
  display: inline-block;
}

.bnr_area ul li a { display: block; }
.bnr_area ul li a:hover { opacity: .7; }

.pvblock{padding-bottom:30px;}

.pvblock iframe{
  width:100%;
  /*height:563px;*/
  height:450px;
}

/* fbページ */
.blc_fb {
  text-align: center;
  padding: 60px 0;
}

/* yahooバナー */
.yahoo_bnr_area {
  justify-content: center;
  align-items: center;
  flex-flow: nowrap;
  text-align: center;
  padding: 20px 0 80px;
  display: flex;
}

.yahoo_bnr_area p { width: calc(100% / 2); }

.yahoo_bnr_area .bnr_yahoooku { margin-left: 20px; }
