@charset "utf-8";
/* ================================================================
25周年記念 Campaign
=================================================================== */

/*Base */
* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

em {
	font-style: normal;
}

ol, ul {
	list-style-type: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
.contents-wrapper .cartWrap .numWrap .num,
.contents-wrapper .sec05 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: underline;
	border: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
/* pc */
@media screen and (min-width:737px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #3e3a39;
		text-decoration: none;
	}

	#divMain{
		background: url(../pc_bg.png) no-repeat center top;
		background-size: 1750px;
		position: relative;
		overflow: clip;
	}

	#divMain:after{
		content: "";
		width: 1402px;
		height: 100%;
		background: url(../pc_bg_sakura.png) repeat-y center 55px;
		background-size: 1402px;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50.5%);
		pointer-events: none;
	}
}

*:focus {
	outline: none;
}


/* contents-wrapper
*****************************************/
.contents-wrapper {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	color: #221815;
	font-size: 20px;
	background: #fff;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}

/* sp */
@media screen and (max-width:736px) {
	.contents-wrapper {
		padding-bottom: 30px;
	}
}


/* anchorlink
*****************************************/
.anchorlink {
	margin-top: -50px;
	padding-top: 50px;
}


/* section
*****************************************/
.ankerLink{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 4.6666%;
	box-sizing: border-box;
}

.ankerLink1{
	padding-top: 39px;
	padding-bottom: 28px;
}

.ankerLink2{
	padding-top: 39px;
	padding-bottom: 28px;
}

.ankerLink__item{
	width: 49.51%;
	animation-name: fuwafuwa;
	animation-delay: 0s;
	animation-duration: 2.8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.contents-wrapper .accordionArea .btn {
	/*width: 94.6666%;*/ /* 710px */
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
	border-radius: 0;
	position: relative;
}
.contents-wrapper .accordionArea .btn:hover {
	opacity: 1;
}
.contents-wrapper .accordionArea .btn:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 9.86666%; /* 74px */
	transform: translateY(-50%);
	width: 3.3802%; /* 24px */
	height: 32.4324%; /* 24px */
	background: url(../accordion_open.png) no-repeat;
	background-size: 100% auto;
}
.contents-wrapper .accordionArea .btn.open:after {
	background-image: url(../accordion_close.png);
}

.contents-wrapper .accordionArea .detail {
	display: none;
}

.contents-wrapper .accordionArea .detail.active {
	display: block;
}

.contents-wrapper .anc_link a {
	display: block;
	width: 84.8%; /* 636px */
	margin: 0 auto;
}
.contents-wrapper .anc_link.link1 {
	padding: 63px 0;
}
.contents-wrapper .anc_link.link2 {
	padding: 63px 0;
}
.contents-wrapper .anc_link.link3 {
	padding: 65px 0 66px;
}

.contents-wrapper .anc_link.link4 {
	padding: 65px 0 64px;
}

.contents-wrapper .anc_link.link1{
	background-image: url(../25year_2000_anker_bg.jpg);
	background-size: cover;
}

.contents-wrapper .anc_link.link2{
	background-image: url(../25year_2010_anker_bg.jpg);
	background-size: cover;
}

.contents-wrapper .anc_link.link3{
	background-image: url(../25year_2020_anker_bg.jpg);
	background-size: cover;
}

.contents-wrapper .anc_link.link4{
	background-image: url(../gouka_set_deep_anker_bg.jpg);
	background-size: cover;
}

.contents-wrapper .annotation {
	padding: 31px 46px 0;
	box-sizing: border-box;
	color: #3e3a39;
	font-feature-settings: "palt";
	font-size: 25px;
	line-height: 1.34;
	letter-spacing: .02em;
}
.contents-wrapper .annotation__heading{
	font-size: 34px;
	letter-spacing: .045em;
	font-weight: 700;
	margin-bottom: 14px;
}
.contents-wrapper .annotation p:not(:first-of-type) {
	margin-top: 36px;
}
.contents-wrapper .annotation p:last-child {
	letter-spacing: .025em;
}
.contents-wrapper .annotation p .bold {
	font-weight: 700;
}
.contents-wrapper .annotation p .red {
	color: #bb272d;
}
.contents-wrapper .annotation p a:not([href^="tel:"]) {
	color: #383231;
	text-decoration: none;
}
.contents-wrapper .annotation p a:not([href^="tel:"]):hover {
	text-decoration: underline;
}


/* sp */
@media screen and (max-width:736px) {
	.ankerLink1{
		padding-top: 20px;
		padding-bottom: 14px;
	}

	.ankerLink2{
		padding-top: 20px;
		padding-bottom: 14px;
	}

	.contents-wrapper .anc_link.link1 {
		padding: 32px 0;
	}
	.contents-wrapper .anc_link.link2 {
		padding: 32px 0;
	}
	.contents-wrapper .anc_link.link3 {
		padding: 33px 0 33px;
	}
	.contents-wrapper .anc_link.link4 {
		padding: 33px 0 32px;
	}
	.contents-wrapper .annotation {
		padding: 16px 23px 0;
		font-size: 13px;
	}
	.contents-wrapper .annotation__heading{
		font-size: 17px;
		margin-bottom: 7px;
	}
	.contents-wrapper .annotation p:not(:first-of-type) {
		margin-top: 17px;
	}
}



/* cart
*****************************************/
.contents-wrapper .cart_bg01 .cart_bg_img_item {
	bottom: 13.3%; /* 69px */
}
.contents-wrapper .cart_bg02 .cart_bg_img_item {
	bottom: 13.00%; /* 71px */
}
.contents-wrapper .cart_bg03 .cart_bg_img_item {
	bottom: 13.2575%; /* 70px */
}
.contents-wrapper .cart_bg04 .cart_bg_img_item {
	bottom: 13.00%; /* 71px */
}
.contents-wrapper .cart_bg05 .cart_bg_img_item {
	bottom: 13.3%; /* 69px */
}
.contents-wrapper .cart_bg06 .cart_bg_img_item {
	bottom: 13.00%; /* 71px */
}
.contents-wrapper .cart_bg07 .cart_bg_img_item {
	bottom: 13.3%; /* 69px */
}
.contents-wrapper .cart_bg08 .cart_bg_img_item {
	bottom: 13.00%; /* 71px */
}
.contents-wrapper .cart_bg09 .cart_bg_img_item {
	bottom: 13.3%; /* 69px */
}
.contents-wrapper .cart_bg10 .cart_bg_img_item {
	bottom: 10.5828%; /* 69px */
}

.contents-wrapper .cart_bg11 .cart_bg_img_item {
	bottom: 24.91349%; /* 144px */
}

.contents-wrapper .cart_bg12 .cart_bg_img_item {
	bottom: 24.91349%; /* 144px */
}

.contents-wrapper .cart_bg13 .cart_bg_img_item {
	bottom: 24.91349%; /* 146px */
}

.contents-wrapper .cart_bg14 .cart_bg_img_item {
	bottom: 24.91349%; /* 144px */
}

.contents-wrapper .cart_bg15 .cart_bg_img_item {
	bottom: 24.91349%; /* 144px */
}

.contents-wrapper .cart_bg16 .cart_bg_img_item {
	bottom: 16.81%; /* 117px */
}

.contents-wrapper .cart_bg17 .cart_bg_img_item {
	bottom: 42.525%; /* 165px */
}

.contents-wrapper .cart_bg_img {
	position: relative;
}
.contents-wrapper .cart_bg_img .cart_bg_img_item {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 83.4666%; /* 626px */
}

.contents-wrapper .cartWrap .wrap01 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-left: 0px;
}
.contents-wrapper .cartWrap .numWrap {
	width: 19.1693%; /* 120px */
	padding: 0 0 10px 4px;
}
.contents-wrapper .cartWrap .numWrap .num {
	font-size: 140%;
	text-align: right;
	padding-right: 5.833%; /* 7px */
}
.contents-wrapper .cartWrap .numWrap .selectBox {
	margin-top: 8%;
	background: #f0f0f0;
	border-left: 4px solid #858585;
	border-right: 4px solid #e2e2e2;
	border-top: 4px solid #858585;
	border-bottom: 4px solid #e2e2e2;
	position: relative;
}
.contents-wrapper .cartWrap .numWrap .selectBox:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 21.052%; /* 24px */
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 10px solid #787878;
	z-index: 1;
}
.contents-wrapper .cartWrap select {
	display: block;
	width: 100%;
	font-size: 160%;
	padding: 13% 0 10% 15%;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	color: #000;
	outline: 0;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	position: relative;
	z-index: 2;
}
.contents-wrapper .cartWrap select::-ms-expand {
	display: none;
}

.contents-wrapper .buttonWrap {
	width: 74.4408%; /* 466px */
	max-width: 466px;
}
.contents-wrapper .buttonWrap button {
	border: none;
	background: none;
	overflow: hidden;
	/* transition: 0.2s ease transform; */
	position: relative;
}
/* .contents-wrapper .buttonWrap button:hover {
	transform: translateY(4px);
} */
.contents-wrapper .buttonWrap button:before {
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	pointer-events: none;
	animation: btnAnimation 2.5s ease-in-out infinite;
	z-index: 10;
}
.contents-wrapper .buttonWrap button img {
	cursor: pointer;
	opacity: 1;
	transition: 0.2s ease opacity;
}
.contents-wrapper .buttonWrap button img:hover {
	opacity: .8;
}

.contents-wrapper .singlebuttonWrap {
	position: absolute;
	bottom: 12.420%; /* 78px */
	left: 50%;
	transform: translateX(-50%);
	width: 70.933%; /* 532px */
	max-width: 532px;
}
.contents-wrapper .singlebuttonWrap form {
	transition: 0.2s ease transform, 0.2s ease opacity;
	overflow: hidden;
	position: relative;
}
.contents-wrapper .singlebuttonWrap form:hover {
	transform: translateY(4px);
	opacity: .8;
}
.contents-wrapper .singlebuttonWrap form:before {
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	pointer-events: none;
	animation: btnAnimation 2.5s ease-in-out infinite;
	z-index: 10;
}
.contents-wrapper .singlebuttonWrap input[type="image"] {
	width: 100%;
}
@keyframes btnAnimation {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@keyframes fuwafuwa {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

/* sp */
@media screen and (max-width:736px) {
	.contents-wrapper .cartWrap .numWrap {
		padding: 0 0 6px 2px;
	}
	.contents-wrapper .cartWrap .numWrap .num {
		font-size: 90%;
	}
	.contents-wrapper .cartWrap .numWrap .selectBox {
		border-width: 2px;
	}
	.contents-wrapper .cartWrap .numWrap .selectBox:after {
		border-left-width: 4px;
		border-right-width: 4px;
		border-top-width: 5px;
	}
	.contents-wrapper .cartWrap select {
		font-size: 90%;
		padding: 8% 0 8% 13%;
	}
}
@media screen and (max-width:460px) {
	.contents-wrapper .cartWrap .numWrap .num {
		font-size: 80%;
	}
}
