@charset "UTF-8";
@import url("/haha/include/nav.css");

.product-contents-body {
	position: relative;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	/* font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	color: #3e3933;
	overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	.product-contents-body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.product-contents-body .cont-text {
	padding: 0 80px;
	@media screen and (width <=750px) {
		padding: 0 20px;
	}
}

#main .sticky a:hover,
.product-contents-body #history a:hover,
.product-contents-body a:hover,
.product-contents-body #buy a:hover,
.product-contents-body #labo a:hover,
.product-contents-body a:hover {
	opacity: 0.8;
}

.product-contents-body .content-cart {
	background-color: #FFF;
	margin-block-end: 20px;
}

.product-contents-body .content-cart .cart-img img {
	mix-blend-mode: multiply;
}

#main {
	position: relative;
	padding-bottom: 100px;
}

#main * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product-contents-body #container,
.product-contents-body #container2 {
	margin-bottom: -120px;
}

.for-SP .product-contents-body #container .stickyfix,
.for-SP .product-contents-body #container,
.for-SP .product-contents-body #container2 {
	display: none !important;
}

.for-SP .product-contents-body #container,
.for-SP .product-contents-body #container2 {
	margin-bottom: 0;
}

.stickyfix {
	position: relative;
}

/*.stickyfix #handler {
	position: absolute;
	top: -11px;
	left: 45px;
	z-index: 3;
	border-radius: 10px 10px 0 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px -20px 25px -5px, rgba(0, 0, 0, 0.04) -15px 0px 10px -5px;
}*/
.stickyfix #handler {
	position: absolute;
	top: -104px;
    right: 20px;
	z-index: 3;
	cursor: pointer;
}

.pc-abs #handler2 img,
.stickyfix #handler img {
	border: none !important;
}

.pc-abs #handler2 {
	position: absolute;
	top: -54px;
	right: 45px;
	z-index: 3;
	cursor: pointer;

	@media screen and (width <=750px) {
		display: none;
	}
}

.for-SP .stickyfix #handler {
	display: none;
}

.for-PC .sp-show {
	display: none;
}

.for-SP .pc-show {
	display: none;
}

 .sticky {
	display: flex;
	background-color: #FFF;
	padding: 30px;
	background-repeat: repeat-y;
	justify-content: space-between;
}

 .sticky img {
	width: 87px;
	height: 87px;
}

 .sticky.fix {
	position: fixed;
	bottom: 0;
	z-index: 10;
	margin-bottom: -120px;
	width: 750px;

	@media screen and (width <=750px) {
		display: none;
	}
}

 .sticky.pc-abs {
	position: absolute;
	bottom: 0;
	z-index: 10;

	@media screen and (width <=750px) {
		display: none;
	}
}

 .sticky.abs {
	position: absolute;
	bottom: 0;
	z-index: 10;
}

.for-PC .sticky.abs {
	display: none !important;
}

 .sticky a:hover {
	opacity: 0.9;
}

.mgt100 {
	margin-top: 100px !important;
}

.mgt80 {
	margin-top: 80px;
}

.mgb80 {
	margin-bottom: 80px;
}

.mgt60 {
	margin-top: 60px !important;
}

.mgt40 {
	margin-top: 40px;
}

.mgt50 {
	margin-top: 50px !important;
}

.mgt70 {
	margin-top: 70px !important;
}

.mgb50 {
	margin-bottom: 50px;
}

.mgb60 {
	margin-bottom: 60px !important;
}

.mgb70 {
	margin-bottom: 70px !important;
}

.mgt80 {
	margin-top: 80px !important;
}

.mgb40 {
	margin-bottom: 40px;
}

.mgt-10 {
	margin-top: -10px;
}

.mgt-40 {
	margin-top: -40px;
}

.mgt110 {
	margin-top: 110px;
}

.mgt100 {
	margin-top: 100px;
}

.img-center {
	margin: auto;
	display: block;
}

.txt-b {
	font-weight: bold;
}

.fz30 {
	font-size: 30px;
}


.font-serif {
	font-family: serif;
}
br.sp {
	display: none;
	@media screen and (width <=750px) {
		display: block;
	}
}
br.pc {
	display: block;
	@media screen and (width <=750px) {
		display: none;
	}
}


@media screen and (width > 750px) {}


/* ----------------------------------------------------------------
	faq
----------------------------------------------------------------- */
#mv .mv {
	width: 100%;
	background: url(/haha/images/faq/cnt01_bg.png) no-repeat top center;
	background-color: #FAF9F7;
    background-size: cover;
	text-align: center;
	@media screen and (width <=750px) {
    background-size: cover;
	}
}

.mv h1 {
	padding-top: 593px;
	text-align: left;
	margin-left: 40px;
	line-height: 1.8;
	padding-bottom: 50px;
	@media screen and (width <=750px) {
    padding-top: 303px;
    margin-left: 20px;
	padding-bottom: 30px;
	}
}

.cont-text .txt-a {
	padding-left: 40px;
  padding-right: 20px;
	margin: auto;
	line-height: 1.8;
	@media screen and (width <=750px) {
		padding-left: 30px;
    padding-right: 0px;
	}
}

.cont-text .txt-a .t-red {
	color: #ff6666;
}

.cont-text .ttl-q {
	padding-bottom: 30px;
}

.cont-text .ttl-q h2{
	margin-bottom: 70px;
	color: #92590A;
	border-bottom: dashed 2px #b6905b;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 10px;
	display: inline;
	line-height: 1.8;
	@media screen and (width <=750px) {
		padding-bottom: 4px;
	}
}

.cont-text .ttl-a {
	margin-bottom: 60px;
	@media screen and (width <=750px) {
		margin-bottom: 30px;
	}
}

.cont-text .ttl-a p{
	margin-bottom: 60px;
	padding-left: 1em;
    text-indent: -1em;
		line-height: 1.6;
	@media screen and (width <=750px) {
		margin-bottom: 30px;
	}
}

.cont-text .ttl-a p::before{
	content: "A.";
	color: #92590A;
}

.button {
	@media screen and (width <=750px) {
		padding: 0px 20px;
	}
}

.img {
	padding: 0px 140px;
	@media screen and (width <=750px) {
		padding: 0px 40px;
	}
}

#cnt01 {
	padding: 70px 0 70px 0;
	@media screen and (width <=750px) {
		padding: 40px 0 60px 0;
	}
}

.btn-link-center {
	margin: auto;
	display: block;
	margin-top: 50px;
}

img.btn-link-center {
	@media screen and (width > 750px) {
		width: 460px;
	}	
}


#cnt02 {
	padding: 100px 0;
	background-color: #faf9f7;
	background-image: url(/haha/images/faq/cnt02_flower.png);
	background-position: right top 206px;
	background-repeat: no-repeat;
	background-size: 150px;
	@media screen and (width <=750px) {
		padding: 40px 0 50px 0;
	background-position: right top 156px;
	background-size: 70px;
	}
}

#cnt03 {
	padding: 100px 0;
	background-color: #FFF;
	background-image: url(/haha/images/faq/cnt03_flower.png);
	background-position: left top 452px;
	background-repeat: no-repeat;
	@media screen and (width <=750px) {
		padding: 40px 0 50px 0;
	background-position: right top 280px;
	}
}

#cnt04 {
	padding: 100px 0;
	background-color: #faf9f7;
	background-image: url(/haha/images/faq/cnt04_flower.png);
	background-position: right top 358px;
	background-repeat: no-repeat;
	background-size: 100px;
	@media screen and (width <=750px) {
		padding: 50px 0;
	background-position: right bottom -30px;
	background-size: 80px;
	}
}

#cnt04 a {
	text-decoration: none;
}

#cnt05 {
	padding: 100px 0;
	background-color: #FFF;
	background-image: url(/haha/images/faq/cnt05_flower.png);
	background-position: left top 411px;
	background-repeat: no-repeat;
	@media screen and (width <=750px) {
		padding: 50px 0;
	background-position: left bottom -1020px;
	}
}

#cnt06 {
	padding: 100px 0;
	background-color: #faf9f7;
	background-image: url(/haha/images/faq/cnt06_flower.png), url(/haha/images/faq/cnt06_flower2.png);
	background-position: right top 146px, right top 767px;
	background-repeat: no-repeat, no-repeat;
	@media screen and (width <=750px) {
		padding: 40px 0 50px 0;
	background-position: right top -380px, right bottom 100px;
	}
}

#cnt07 {
	padding: 100px 0 100px 0;
	background-color: #FFF;
	background-image: url(/haha/images/faq/cnt07_flower.png);
	background-position: left top 927px;
	background-repeat: no-repeat;
	@media screen and (width <=750px) {
		padding: 40px 0 50px 0;
	background-position: right bottom -320px;
	}
}

#cnt08 {
	padding: 50px 40px;
	background-color: #FFF;
	background-image: url(/haha/images/faq/cnt08_flower.png);
	background-position: left top 927px;
	background-repeat: no-repeat;
	@media screen and (width <=750px) {
		padding: 40px 20px 50px 20px;
	background-position: left bottom 27px;
	}
}

#cnt08 .ttl {
	padding-left: 1em;
	text-align: center;
}

#cnt08 h2 {
	margin-bottom: 36px;
	border-bottom: dashed 2px #b6905b;
	width: fit-content;
	margin: 0 auto;
	display: inline;
}
#cnt08 h2::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	transform: translate(-100%, 40%);
	background-image: url(/haha/images/index/cnt01_txtbox_h3.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 10px;
	@media screen and (width <=750px) {
		transform: translate(-100%, 30%);
		width: 20px;
		height: 20px;
	}
}

.for-PC #cnt08 {
	padding: 100px 0 220px 0;
}

#cnt08 .txt-blue {
	color: #4cbaef;
	margin-bottom: 30px;
	text-align: center;
	@media screen and (width <=750px) {
		margin-bottom: 20px;
	}
}

#cnt08 .btn-blue-line {
	margin: auto;
	border: 1px solid #4cbaef;
	background-color: #FFF;
	border-radius: 38px;
	padding: 70px 40px 80px 40px;
	@media screen and (width <=750px) {
		padding: 40px 20px;
	}
}

#cnt08 .cnt08_img {
	text-align: center;
}

#cnt08 .btn-blue-line .txt-blue-line {
	padding: 0 30px;
	@media screen and (width <=750px) {
		padding: 0px;
	}
}

#cnt08 a {
	text-decoration: none !important;
}



.button_wrap {
	display: flex;
	gap: 20px;
	align-items: center;
	padding-bottom: 50px;
	justify-content: center;
	@media screen and (width <=750px) {
		padding: 0px 40px 50px;
	}
}

.button_wrap img {
	width: 460px;
}


.button_wrap-top {
	display: flex;
	align-items: center;
	padding-bottom: 50px;
	justify-content: center;
	@media screen and (width <=750px) {
		padding: 0px 40px 50px;
	}
}

.button_wrap-top img {
	left: 40px;
    position: absolute;
    width: 80px;
		top: 20px;
	@media screen and (width <=750px) {
		left: 10px;
    position: absolute;
    width: 50px;
	}
}

.button-contents {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    	width: 500px;
			text-align: center;
		@media screen and (width <=750px) {
    	width: 100%;
		}
}

.button-contents::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 40px;
		@media screen and (width <=750px) {
			  top: 55%;
		}
}

.button-contents.blue {
	  background-color: #fff;
		border: 1px solid #7DC5E8;
		margin-top: 40px;
		@media screen and (width <=750px) {
		width: 80%;
		}
}

.button-contents.blue.howto {
	background-image: url(/haha/images/faq/btn-howto.png);
	background-repeat: no-repeat;
	background-position: left -50px top 20px;
	background-size: 40%;
	@media screen and (width <=750px) {
		background-position: left -10px bottom 0px;
    background-size: 32%;
	}
}

.button-contents.blue img {
	position: absolute;
    width: 100px;
    top: -25px;
    left: 10px;
		@media screen and (width <=750px) {
			    width: 70px;
    top: -15px;
    left: 0px;
		}
}

.button-contents.blue .button-contents-text {
		color: #7DC5E8;
		padding: 20px 0px;
}

.button-contents.blue::after{
    border-top: solid 1px #7DC5E8;
    border-right: solid 1px #7DC5E8;
    transform: rotate(45deg);
}

.button-contents.pink {
	  background-color: #fff;
		border: 1px solid #F16666;
		margin-top: 40px;
		@media screen and (width <=750px) {
			
    	width: 90%;
		}
}

.button-contents.pink img {
	position: absolute;
    width: 100px;
    top: -25px;
    left: 10px;
		@media screen and (width <=750px) {
			    width: 70px;
    top: -15px;
    left: -20px;
		}
}

.button-contents.pink  .button-contents-text{
		color: #F16666;
		padding: 20px 0px;
}

.button-contents.pink::after{
    border-top: solid 1px #F16666;
    border-right: solid 1px #F16666;
    transform: rotate(45deg);
		@media screen and (width <=750px) {
			  top: 55%;
    right: 20px;
		}
}

.button-contents.brown {
	  background-color: #fff;
		border: 1px solid #BB9765;
		@media screen and (width <=750px) {
			
    	width: 90%;
		}
}

.button-contents.brown .button-contents-text{
		color: #BB9765;
		padding: 20px 0px;
}

.button-contents.brown::after{
    border-top: solid 1px #BB9765;
    border-right: solid 1px #BB9765;
    transform: rotate(45deg);
}

.button-contents.brown.top::after{
    transform: rotate(-45deg);
    margin-top: -5px;
}


/* .cont_movie_SP */
.cont_container .cont_movie_SP {
	display: none;
	position: fixed;
	bottom: -159px;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: -webkit-bottom ease-in .3s;
	transition: -webkit-bottom ease-in .3s;
	-o-transition: bottom ease-in .3s;
	transition: bottom ease-in .3s;
	transition: bottom ease-in .3s, -webkit-bottom ease-in .3s;
}

#for-SP+.cont_container .cont_movie_SP.is-show {
	display: block;
}

#for-SP+.cont_container .cont_movie_SP.is-show.is-open {
	bottom: 0;
}

.cont_movie_SP .cont_movie_SP_toggle_btn {
	width: 100px;
	height: 42px;
	margin: 0 auto -6px;
	position: relative;
	border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
	-webkit-box-shadow: 0 0 5px 3px rgba(125, 125, 125, 0.3);
	box-shadow: 0 0 5px 3px rgba(125, 125, 125, 0.3);
	text-align: center;
	border-top: 1px solid #31140b;
	border-right: 1px solid #31140b;
	border-left: 1px solid #31140b;
	padding-top: 3px;
}

.cont_movie_SP .cont_movie_SP_toggle_btn .cont_movie_SP_toggle_btn_in {
	background: #c9ea7b;
	height: 42px;
	border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
	margin-left: 2px;
}

.cont_movie_SP .cont_movie_SP_toggle_btn img {
	margin-top: 12px;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .15s;
	transition: -webkit-transform .15s;
	-o-transition: transform .15s;
	transition: transform .15s;
	transition: transform .15s, -webkit-transform .15s;
}

.cont_movie_SP.is-open .cont_movie_SP_toggle_btn img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cont_container .cont_movie_SP_body {
	background: #fff;
	margin-top: -1px;
	-webkit-box-shadow: 0 0 5px 3px rgba(125, 125, 125, 0.3);
	box-shadow: 0 0 5px 3px rgba(125, 125, 125, 0.3);
	border: 1px solid #31140b;
	margin: 0 2px 0 0;
	padding: 3px 0 0 0;
}

.cont_movie_SP .cont_movie_SP_title {
	padding: 5px;
	margin-left: 2px;
	width: 98%;
	background: #c9ea7b;
	position: relative;
	text-align: center;
}

.cont_movie_SP .cont_movie_SP_title .baloon {
	position: absolute;
	top: -80px;
	right: -6px;
	-webkit-animation: bounce 2s linear 0s infinite;
	animation: bounce 2s linear 0s infinite;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	55% {
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}

	60% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	75% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	80% {
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}

	85% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	99.9%,
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	55% {
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}

	60% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	75% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	80% {
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}

	85% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	99.9%,
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.cont_movie_SP .cont_movie_SP_list {
	padding: 10px 4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cont_movie_SP .cont_movie_SP_list .cont_movie_SP_list_item .modal_open .modal_open_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
}

.cont_movie_SP .cont_movie_SP_list .cont_movie_SP_list_item .modal_open .modal_open_btn img {
	width: 280px;
	height: auto;
}

.modal_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}

.modal_window .modal_window_inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
}

.modal_window .movie_video {
	width: 90%;
	max-width: 480px;
}

.modal_window img {
	width: 100%;
	height: auto;
}

.modal_window.is-open {
	display: block;
}

.modal_window .modal_close {
	font-weight: bold;
	color: #221815;
	background: #c9ea7b;
	border-radius: 5px;
	margin: 30px auto 0;
	font-size: 28px;
	width: 300px;
}

.modal_window .modal_close .modal_close_icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	-webkit-transform: rotate(45deg) translate(7px, -2px);
	-ms-transform: rotate(45deg) translate(7px, -2px);
	transform: rotate(45deg) translate(7px, -2px);
	position: relative;
}

.modal_window .modal_close .modal_close_icon .bar_ver {
	display: block;
	height: 100%;
	background: #221815;
	position: absolute;
	width: 4px;
	top: 0;
	left: 12px;
}

.modal_window .modal_close .modal_close_icon .bar_hor {
	display: block;
	width: 100%;
	background: #221815;
	position: absolute;
	height: 4px;
	top: 12px;
	left: 0;
}

/* movie */
#movie {
	text-align: center;
	background: -moz-linear-gradient(top, #fff, #fbeda4);
	background: -webkit-linear-gradient(top, #fff, #fbeda4);
	background: linear-gradient(to bottom, #fff, #fbeda4);
	padding-bottom: 20px;
}

#movie .movie_inner {
	background: url(/haha/images_new/index/bg_movie.png) no-repeat;
	background-position: top 360px center;
	background-size: 650px auto;
}

#movie iframe {
	border: solid 10px #fbeda4;
}

/* =============== 2024 ================== */

/* nav
--------------------------------------------------*/
.product-contents-body #navi {
	display: flex;
	width: 660px;
	position: relative;
	margin: 0;
	padding: 20px 0;
	list-style: none;
	zoom: 1;
	z-index: 1;
	line-height: 0;
}

.product-contents-body #navi:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.product-contents-body #navi .logo {
	display: flex;
	align-items: center;
	float: left;
	padding: 0px 15px 0 10px;
	border-right: solid 1px #ebe9e5;
}

.product-contents-body #navi .logo img {
	width: 220px;
}

.product-contents-body #navi ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 15px;
}

.product-contents-body #navi ul li {
	float: left;
	margin: 0;
}

.product-contents-body #navi ul li:hover {
	opacity: 0.75;
}

.product-contents-body #navi ul li img {
	width: 70px;
}


/* PC用 */
.product-contents-body.for-PC .box-pc-buy {
	display: flex;
	justify-content: space-between;
	/* padding: 0 20px; */
}

.box-pc-buy .cart-img {
	width: 100%;
}

.product-contents-body.for-PC .box-pc-buy .product {
	position: relative;
	width: 400px;
	margin-right: 16px;
}

.box-pc-buy .product .product_img img {
	width: 100%;
	height: auto;
}

.product-contents-body.for-PC .product_item_cart {
	/* margin-left: -50px; */
	width: 260px;
}

.cart-caption.cart-sp img {
	display: none !important;
}

#CommonCage {
	margin-top: 40px;
	width: inherit !important;
	border: 1px solid #ffa2a2;
	line-height: 1.5;
}

#CommonCage .CageForm .tableWrap>select:first-of-type {
	width: 100%;
	margin-left: 2px;
	font-size: 120%;
}

/* SP用 */
.product-contents-body.for-SP .sp-reverse {
	flex-direction: row-reverse;
}

.product-contents-body.for-SP {}

.commonCageSmt {
	background: #ffa2a2;
	margin-bottom: 60px;
	line-height: 1.5;
}

#kinu-cart .commonCageSmt {
	margin-top: 40px;
}

.commonCageSmt .itemBox .itemBox-cart>select[name="number"] {
	margin-top: 8px;
}

.commonCageSmt .itemBox .itemBox-cart .ACItemInForm {
	margin-top: 8px;
}


.p-brandNavi {
  --brandNavi-color: #faf9f7;
  --brandNavi-textColor: #925909;
}

/* キャンペーン */
.limited {
	width: 580px;
	margin: 70px auto 0;
	background: #fff;
	padding: 35px 40px 40px;
	border-radius: 20px;
	border: 3px solid #fe9b27;
}

.limited h4{
  position: relative;
}
.limited h4 span{
  position: absolute;
  top: -70px;
  left: 0;
}
.limited h4 img {
	margin-left: -10px;
}

.limited a {
	display: block;
	width: 440px;
	margin: 40px auto 0;
}

.limited .flexbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 22px;
}

.limited .flexbox figure {
	margin-top: 8px;
}

.limited .flexbox p {
	font-size: 23px !important;
	line-height: 1.6;
}

.limited .flexbox p small {
	display: block;
	margin-top: 0.3em;
	font-size: 16px !important;
}

.limited .flexbox p span::before {
	content: '『';
	margin-left: -0.5em;
}

.limited .flexbox p span::after {
	content: '』';
	margin-right: -0.5em;
}


