html,
body {
	background: #75B3C0;
}
h1 {
	text-shadow: 1px 2px 3px #75B3C0;
}
h3 {
	color: ##cca6bf;
}
h3::before {
	background: #75B3C0; /* 色 */
}
h3::after {
	background: #cca6bf; /* 色 */
}
.mainTop {
	margin: 0;
	padding: 20px 0 160px;
	width: 100%;
	min-height: 100vh;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.mainTop::before {
	content: '';
	position: absolute;
	right: 0;
	left: -15%;
	bottom: 0;
	z-index: 10;
	display: block;
	height: 140px;
	background-image: linear-gradient(315deg, #75B3C0 25%, transparent 25%), linear-gradient(45deg, #75B3C0 25%, transparent 25%);
	background-size: 140px 100%;
	background-position: 0 0;
}
.mainTop a.mainImg {
	display: block;
	position: relative;
	z-index: 999;
	margin: 0 auto;
}
@keyframes rotate{
	0% {
		transform: rotateZ(0);
	}
	100% {
		transform: rotateZ(360deg);
	}
}
.bg-img {
	width: 200%;
	height: 200%;
	background: repeating-conic-gradient(transparent,transparent 6deg,rgba(255,255,255,0.4) 6deg 12deg);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -50%;
	margin-top: -25%;
	animation-name: rotate;
	animation-duration: 10s;
	animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
	animation-iteration-count: infinite;
	z-index: 1;
	border-radius: 50%;
}

.mainTop h2 {
	color: #fff;
	position: relative;
	z-index: 5;
}
.twitter-tweet {
	margin: 0 auto;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	width: auto !important;
	position: relative;
	z-index: 10;
}
.mainArea {
	margin: 126px auto 0;
}
/* Loading背景画面設定　*/
#splash {
	/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
	z-index: 999;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
	font-size: 4.0rem;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
	height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
	width: 100%;
	height: 50%;
	background-color: #75B3C0;
	transition: all .2s cubic-bezier(.04, .435, .315, .9);
	transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
	transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
	position: absolute;
	bottom: 0;
	transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
	transform: scaleY(0);
}
@media screen and (max-width: 1000px) {
	h1{
		padding: 10px;
		position: relative;
		text-align:left;
		background: #75B3C0;
		display: block;
		top: 0;
		left: 0;
	}
	.mainTop {
		padding: 85px 10px 80px;
		background: repeating-conic-gradient(transparent,transparent 6deg,rgba(255,255,255,0.4) 6deg 12deg);
	}
	.mainTop::before {
		height: 70px;
		background-size: 70px 100%;
	}
	.bg-img {
		display: none;
	}
	.mainArea {
		margin: 53px auto 0;
		border: 10px solid #75B3C0;
	}
}

table {
	border: 1px solid #75B3C0;
	border-bottom: 0;
}

table th,table td {
	border-bottom: 1px solid #75B3C0;
}

table th {
	border-right: 1px solid #75B3C0;
}
table thead th,table thead td {
	background: #c8e1e6;
}

.mainArea ul.center {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-flow: wrap;
}

ul.center#other {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 16px;
}

ul.center#other:not(:last-child) {
	margin-bottom: calc(2.4rem + 30px);
}

ul.center#other li {
	width: calc(50% - 8px);
	text-align: left;
}

@media screen and (max-width: 780px) {
	ul.center#other li {
		width: 100%;
	}
}

ul.center#other li a {
	text-decoration: none;
	text-align: left;
	color: #000;
}

ul.center#other li.linkBlank a {
	display: flex;
	flex-wrap: wrap;
}

ul.center#other li.linkBlank .img {
	max-width: 40%;
	height: 52.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 20px;
}

ul.center#other li.linkBlank .fullImg {
	max-width: 100%;
	--widthA: 100%;
	--widthB: calc((var(--widthA) / 16) * 9);
	height: var(--widthB);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-top: 20px;
}

ul.center#other li.linkBlank .txt {
	max-width: calc(60% - 20px);
}

ul.center#other li img {
	width: 100%;
}

ul.center#other li span {
	display: block;
}

ul.center#other li .title {
	font-size: 1.8rem;
	font-weight: bold;
}

ul.center#other li .day {
	font-size: 1.6rem;
}

@media screen and (max-width: 780px) {
	ul.center#other li {
		width: 100%;
	}
	ul.center#other li:not(:last-child) {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #dbbba2;
	}
}


ul.center#other table {
	width: 100%;
	font-size: small;
	border-spacing:0;
}
ul.center#other table td:not(:last-child) {
	border-right: 1px solid #75B3C0;
}
.sample_menu_outer {
	width: 100%;
	padding: 10px 20px;
	margin: 4rem auto;
}
.sample_menu_parent {
	cursor: pointer;
}
.none{
	display: none;
}

.sample_menu ul.center {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 16px;
}

.sample_menu ul.center:not(:last-child) {
	margin-bottom: calc(2.4rem + 30px);
}

.sample_menu ul.center li {
	width: calc(50% - 8px);
	text-align: left;
}

.sample_menu ul.center li.full {
	width: 100%;
}
.sample_menu ul.center li.full .box {
    display: flex;
    flex-wrap: wrap;
	gap: 16px;
}

.sample_menu ul.center li.full .img {
	width: calc(50% - 8px);
}
.sample_menu ul.center li.full img,
.sample_menu ul.center li.full .img img {
	width: 100%;
}

@media screen and (max-width: 780px) {
	.sample_menu ul.center li {
		width: 100%;
	}
	.sample_menu ul.center li.full img,
	.sample_menu ul.center li.full .img {
		width: 100%;
	}
}

.sample_menu ul.center li a {
	text-decoration: none;
	text-align: left;
	color: #000;
}

.sample_menu ul.center li.linkBlank a {
	display: flex;
}

.sample_menu ul.center li.linkBlank .img {
	max-width: 40%;
	height: 52.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 20px;
}

.sample_menu ul.center li .img {
	width: calc(50% - 8px);
}
.sample_menu ul.center li img {
	width: 100%;
}

.sample_menu ul.center li span {
	display: block;
}

.sample_menu ul.center li .title {
	font-size: 1.8rem;
	font-weight: bold;
}

.sample_menu ul.center li .day {
	font-size: 1.6rem;
}

@media screen and (max-width: 780px) {
	.sample_menu ul.center li {
		width: 100%;
	}
	.sample_menu ul.center li:not(:last-child) {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #dbbba2;
	}
}

.more {
	width: 100%;
	text-align: center;
	list-style: none;
	padding: 0;
}
a.btn--raised.fa-angle-left.howBuy {
	padding: 1rem 4rem 1rem 1rem;
}
a.btn--raised.fa-angle-left.howBuy:before {
	display:none;
}
a.btn--raised.fa-angle-left.howBuy:after {    content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background-position: center;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	background-image: url(/love-prinoco/shared/svg/left_arrow.svg);
	transform: rotate(-0.25turn);
}
ul.shop li a.btn {
	padding: 1rem 4rem 1rem 1rem;
	margin: 0 auto;
	color: #fff;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background: #cca6bf;
}
ul.shop li a.btn:after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background-position: center;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	background-image: url(/love-prinoco/shared/svg/right_arrow.svg);
	right: 1rem;
}
ul.addendum {
	width: 100%;
	list-style:none;
	margin: 1rem 0;
/*	padding-left:1em;*/
	font-size: 12px;
}
ul.center#other li ul.addendum li {
	width: 100%;
/*	text-indent:-1em;*/
}
.img {
    overflow: hidden;
    display: block;
    position: relative;
}
.new {
    width: 100px;
    padding: 3px 10px;
    background: #d43131;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: -20px;
    text-transform: uppercase;
    transform: rotate(315deg);
}