/* ============================
re 2021-07
mpbile only
============================ */
*,*:before, *:after {
  box-sizing: inherit;
}
#index {
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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


/* bxslider調整 */
#index .bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
#index .bx-wrapper img {
  margin: 0;
  vertical-align: top;
}
#index .bx-wrapper .bx-prev {
    visibility: hidden !important;
}
#index .bx-wrapper .bx-next {
    visibility: hidden !important;
}


/*見出し装飾*/
.frame {
	padding: 10px 10px 8px;
	position: relative;
  text-align: center;
}
.frame::before, .frame::after {
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
}
.frame::before {
	border-left: dotted 1px #000000;
	border-top: dotted 1px #000000;
	border-bottom: dotted 1px #000000;
	top: 0;
	left: 0;
}
.frame::after {
	border-right: dotted 1px #000000;
	border-top: dotted 1px #000000;
	border-bottom: dotted 1px #000000;
	top: 0;
	right: 0;
}


/*ボタンリンク*/

.btnWkClr {
  padding: 10px 0 0;
  text-align: center;
}
.btnWkClr a {
  display: inline-block;
  width: 48%;
  min-width: 280px;
  border: 1px solid #0084a1;
  margin: 0 auto 10px;
  padding: 8px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
}



/* ブログ新着ほか */
#eventRss {
	overflow: hidden;
}
#eventRss .date {
	font-size: 13px;
	color: #777;
	display: block;
}
#eventRss li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px;
}


/* 商品バリエーション */
#topItemList {
  background-color: #efefef;
  padding: 20px 4%;
}

#topItemList h1 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
#topItemList h1 strong {
  font-size: 16px;
  font-weight: bold;
}

.topItemListSec {
  padding: 10px 0;
}

.topItemListSec h2 {
  margin: 0 0 10px;
  font-size: 15px;
}
.topItemListSec h2 strong {
  color: #0084a1;
}
.topItemListSec h2 .varBox {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 0.06em;
}
.topItemListSec ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.topItemListSec ul li {
  position: relative;
  width: 32%;
  margin: 0 0 10px;
  font-size: 11px;
}
.topItemListSec ul li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.topItemListSec ul li .newMk {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #c00;
  padding: 1px 5px;
  font-size: 11px;
  color: #fff;
}

#index .topItemListSec li img {
  width: 100%;
  margin-bottom: 3px;
}

.topItemListSec ul li a {
  color: #000;
  text-decoration: none;
}


/* とは */
#about {
  position: relative;
  background-color: #fff;
  padding: 10px 4% 30px;
}
#about::before {
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 40px 0;
  border-color: transparent #efefef transparent transparent;
}

#about h2 {
  position: relative;
  margin-bottom: 10px;
  z-index: 50;
}

/* news */
#news {
padding-bottom: 20px;
}

#news h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

#news dt {
  font-family: Georgia, "Times New Roman", Times, "serif";
  margin-bottom: 3px;
  font-size: 15px;
}

#news dd {
  background: #d2f3f3;
  margin-bottom: 10px;
  padding: 5px;

}

#news .snsList a {
  display: inline-block;
  background-color: #0084a1;
  padding: 13px;
  border-radius: 26px;
}
#news .snsList a img {
  width: 26px;
}

/* 動画 */
#youtube {
  position: relative;
  background-color: #000;
  padding:  20px 4%;
}
#youtube::before {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 100vw;
  border-color: transparent transparent transparent #fff;
}

#youtube p {
  color: #fff;
  margin: 0 0 10px;
  padding: 10px 0 0;
}

.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


#topVoice {
  padding: 10px 2%;
}
#topVoice a {
  width: 46%;
  margin: 0 2%;
}

#graph {
  background: #f0f6f9;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0;
}
#graph img {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
