@charset "euc-jp";

.p-top-noticeMessage {
  margin: 8px;
  margin-bottom: 16px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #E6EBE4;
  border-radius: 4px;
}

.p-top-notice {
	padding: 16px;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.p-top-notice__date {
	font-size: 12px;
	font-weight: bold;
	color: #A0AC9B;
	margin-bottom: 4px;
}
.p-top-notice__body {
	/*height: 85px;*/
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px;
	transition: all .3s ease;
}
.p-top-footer-fixed {
	width: 100%;
	height: 56px;
	display: flex;
	justify-content: space-between;
	padding: 4px;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.p-top-footer-fixed__mail,
.p-top-footer-fixed__line {
	width: calc(50% - 2px);
	height: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.p-top-footer-fixed__mail {
	background: #FD668A;
}
.p-top-footer-fixed__line {
	background: #F37D15;
}
.p-top-footer-fixed__mail a,
.p-top-footer-fixed__line a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.p-top-banner-frame__item-full {
  margin-bottom: 17px;
  width: 100%;
  text-align: center;
}
.p-top-banner-frame__item-full img {
  width: 100%;
}
.p-top-banner-single {
  margin: 0 16px;
  margin-bottom: 16px;
  text-align: center;
}
.p-top-banner-single img {
  width: 100%;
  vertical-align: middle;
}
/*------------------------------*/
@media screen and (min-width: 768px) {
  .p-top-noticeMessage {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .p-top-banner-single {
    max-width: 686px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .p-top-banner-frame {
    max-width: 686px;
    margin: 0 auto;
  }
  .c-title,
  .c-title-second {
  	width: 1200px;
    margin: 0 auto;
    height: 56px;
    line-height: 56px;
  }
  .p-top-notice,
  .p-top-menu,
  .p-top-search,
  .p-top-ranking,
  .p-top-itemlist,
  .p-top-desc,
  .c-footer-menu
  {
  	width: calc(1200px - 32px);
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
  }
  .p-top-menu li {
  	width: 25%;
    margin-bottom: 49px
  }
  .p-top-menu__img {
  	width: 180px;
    margin-bottom: 16px;
  }
  .p-top-notice__readmore {
  	display: none;
  }
  .p-top-notice__body {
  	height: auto !important;
  }
  .p-top-notice {
    margin-top: 16px;
    margin-bottom: 48px;
  	background: #E6EBE4;
  }
  .p-top-search form {
  	display: flex;
  }
  .c-select,
  .c-search {
    width: 30%;
  	margin-right: 16px;
  }
  .p-top-itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-top-itemlist__item {
    width: calc(50% - 8px);
    margin-bottom: 16px;
    border: 1px solid #E6EBE4;
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  .p-top-itemlist__thumb {
    width: 160px;
    height: 160px;
  }
  .p-top-itemlist__price {
    margin-bottom: 16px;
  }
  .p-top-itemlist__item::after {
  	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 8px;
    border-top: 1px solid #E6EBE4;
    border-right: 1px solid #E6EBE4;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-top-desc__thumb img {
  	width: 375px;
  }
  .p-top-desc__thumb {
    margin-bottom: 16px;
    float: left;
    display: inline;
    margin-right: 16px;
  }
  .p-top-desc__thumb img {
  	width: 285px;
  }
  .p-top-desc__body {
    display: inline;
  }
    .p-top-desc2__body {
    height: auto;
  }
  .c-footer-menu ul {
  	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px;
  }
  .c-footer-menu li {
    width: calc(50% - 8px);
  }
  .c-footer-menu li a {
  	height: 134px;
  }
  .p-top-footer-fixed {
  	width: 220px;
    height: 112px;
    flex-direction: column;
    left: auto;
    right: 16px;
  }
  .p-top-footer-fixed__mail, .p-top-footer-fixed__line {
  	width: 100%;
    margin-bottom: 8px;
  }
}