@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');

html {
	font-size: 62.5%;
}

* {
	margin: 0;
	padding: 0;
}

#ContentsArea_adachi a {
    outline: 0;
    text-decoration: none;
}

#ContentsArea_adachi {
	font-size: 62.5%;
	max-width: 992px;
	margin: 0 auto;
}

#ContentsArea_adachi .adachiwrapper {
	overflow: hidden;
	text-align: center;
}

#ContentsArea_adachi img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all .3s;
}

/*------------------------------------------------------------------
MV
-------------------------------------------------------------------*/
#area_mv {
	margin-bottom: 64px;
	position: relative;
}

@media screen and (max-width: 640px) {
	#area_mv {
		margin-bottom: 67px;
		position: relative;
	}
}

/*------------------------------------------------------------------
popup-area
-------------------------------------------------------------------*/
.popup-header {
	margin-bottom: 64px;
}

.popup-header p {
	margin-top: 24px;
	font-size: 1.6rem;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.popup-header p {
		font-size: 1.6rem;
	}

	.popup-header {
		margin-bottom: 67px;
		padding: 0 20px;
	}
}

/*------------------------------------------------------------------
schedule_area
-------------------------------------------------------------------*/
.schedule-area {
	margin-bottom: 64px;
}

.schedule-title {
	margin-bottom: 13px;
}

.schedule-table {
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 2rem;
	font-weight: 700;
}

.schedule-area .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	color: #2F2F2F;
}

.schedule-area .row:nth-child(even) {
	background-color: #ffffff;
}

.schedule-area .date {
	flex: 1;
}

.schedule-area .store {
	flex: 1;
	text-align: left;
}

.schedule-area p {
	font-size: 1.6rem;
	margin-top: 13px;
	font-weight: 500;
}

@media screen and (min-width: 641px) {
	.schedule-area span br {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.schedule-area .row {
		display: block;
		font-size: 1.6rem;
	}

	.schedule-area .store {
		text-align: center;
	}

	.schedule-area p {
		font-size: 1.6rem;
		margin-top: 67px;
	}

	.schedule-title {
		margin-bottom: 46px;
	}

	.schedule-area {
		margin-bottom: 67px;
		padding: 0 20px;
	}
}

/*------------------------------------------------------------------
Information_area
-------------------------------------------------------------------*/
.Information {
	margin-bottom: 64px;
}

.Information p {
	position: absolute;
	bottom: 5%;
	right: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
}

@media screen and (min-width: 641px) {
	.Information {
		margin-bottom: 69px;
	}

	.Information span br {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.Information p {
		font-size: 3.457143vw;
		bottom: 5%;
	}
}

/*------------------------------------------------------------------
goods_area
-------------------------------------------------------------------*/
.goods-area {
	padding: 0 15px 0;
}
.goods-area p {
	font-size: 30px;
}
.goods-title-img {
	margin-bottom: 30px;
}
.wrap-goods-list {
    padding: 0 0 80px;
    position: relative;
	z-index: 1;
}

.List__item {
    display: flex;
    flex-wrap: wrap;
	padding-top: 100px;
    margin-top:-100px;
	justify-content: space-between;
}
.List__item-parts {
	position: relative;
    border: 2px dotted #D71718;
	font-weight: 500;
	margin-bottom: 30px;
    text-align: center;
	width: 47.58%;
    z-index: 0;
}
.List__item-parts a {
    display: block;
	padding: 36px;
	color: #000000;
}

.List__item-parts a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border-top: 36px solid #D71718;
  border-right: 36px solid transparent;
}
.List__item-parts a::after  {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-bottom: 36px solid #D71718;
  border-left: 36px solid transparent;
}
.List__item-parts .goods-img {
    margin: 0 0 15px;
    text-align: center;
}
.List__item-parts dl {
	line-height: 1.2;
	text-align: left;
}
.List__item-parts dt {
    font-size: 2.4rem;
	line-height: 1.3;
	height: 96px !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.List__item-parts dd {
    font-size: 1rem;
	margin-top: 20px;
	height: 90px;
}

.List__item-parts .goods-price {
    font-size: 2rem;
	display: block;
	position: relative;
	text-align: right;
}
.List__item-parts .btn {
    background: #D71718;
    color: #fff;
    font-size: 15px;
    height: auto;
    height: 48px;
    line-height: 42px;
    position: absolute;
	bottom: 20px;
	left: 7%;
    width: 84.75%;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	text-decoration: none;
	font-weight: 700;
	transition: all .3s;
}
.List__item-parts .btn::after {
	content: "➜";
	position: absolute;
	right: 25%;
	vertical-align: middle;
} 

@media screen and (max-width: 640px) {
	.List__item {
		justify-content: space-around;
	}
	.wrap-goods-list {
		padding: 0 0 40px;
	}
	.List__item-parts {
		width: 46%;
	}
	.List__item-parts {
		margin-bottom: 20px;
	}
	.List__item-parts a {
		padding: 10px;
	}
	 .List__item-parts a::before {
		border-top: 24px solid #D71718;
  		border-right: 24px solid transparent;
	 }
	 .List__item-parts a::after {
		border-bottom: 24px solid #D71718;
  		border-left: 24px solid transparent;
	 }
	.List__item-parts .goods-img {
		margin: 0 0 10px;
	}
	.List__item-parts dt {
		font-size: 16px;
		line-height: 1.2;
		height: 60px !important;
	}
	.List__item-parts dd {
		margin-top: 5px;
		height: 65px;
	}

	.List__item-parts .goods-price {
		font-size: 15px;
	}
	
	.List__item-parts .goods-price::after {
		font-size: 10px;
	}
	.List__item-parts .btn {
		font-size: 12px;
		height: 35px;
		line-height: 26px;
		bottom: 10px;
	}
	.List__item-parts .btn::after {
		right: 5%;
	}
}

/*------------------------------------------------------------------
PAGENATION
-------------------------------------------------------------------*/
.pagination {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
	align-items: center;
	flex-wrap: wrap;
}
.pagination li {
	list-style: none;
}
.pagination-container {
	margin-top: 30px;
}
.pagination-container .pagination li {
	color: #D71718;
	font-size: 24px;
	height: auto;
	position: relative;
	transition: all .3s;
	width: 40px;
	font-weight: 500;
}
.pagination-container .pagination li a {
	color: #D71718;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	text-decoration: none;
}
.pagination-container .pagination li:hover a {
	opacity: 0.5;
}
.pagination > * {
	background: none;
	font-weight: 300;
}

.pagination-container .pagination li.prev,
.pagination-container .pagination li.next {
	background: none;
	width: 20px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	margin: 0 15px;
	top: -3px;
}
.pagination-container .pagination li.prev {
	margin-right: 40px;
}
.pagination-container .pagination li.next {
	margin-left: 40px;
}
.pagination-container .pagination li.navi-active a {
	color: #fff !important;
	background: #D71718;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.disabled {
	pointer-events: none;
	opacity: 0 !important;
  }
@media screen and (max-width: 640px) {
	.pagination-container {
		margin-top: 30px;
	}
	.pagination-container .pagination li {
		font-size: 16px;
	}
	.pagination-container .pagination li.prev{
		margin-right: 20px;
	}
	.pagination-container .pagination li.next {
		margin-left: 20px;
	}
	.pagination-container .pagination li.prev,
	.pagination-container .pagination li.next {
		width: 15px;
	}
}