@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;
	line-height: 1.6;
	/* 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 60px;
}

#main .sticky a:hover,
.product-contents-body a:hover,
.product-contents-body a:hover,
.product-contents-body #buy a:hover,
.product-contents-body #labo a:hover,
.product-contents-body #faq 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) {}

/* ----------------------------------------------------------------
	history
----------------------------------------------------------------- */
#mv .mv {
	width: 100%;
	background: url(/haha/images/history/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;
	}
}

#cnt01 {
	padding: 70px 0 110px 0;
}

#cnt01 {
	padding: 100px 0;
	background-color: #FFF;
	background-image: url(/haha/images/history/cnt01_flower.png);
	background-position: left bottom -70px;
	background-repeat: no-repeat;
	@media screen and (width <=750px) {
		padding: 50px 0;
		background-size: 60px;
    background-position: left bottom -20px;
	}
}

#cnt01 .cont-text {
	text-align: center;
	padding: 0 20px !important;
	line-height: 1.8;
}

#cnt01 .cont-text p{
	line-height: 2;
	text-align: left;
}

.cont-text {
	padding: 0 90px;
}

.cont-text .cont-box {
	text-align: center;
}

.img-center {
	width: 100%;
	text-align: center;
}

#cnt02 {
	padding: 100px 40px;
	background-color: #faf9f7;
	background-image: url(/haha/images/history/cnt02_line.png), url(/haha/images/history/cnt02_flower.png);
	background-position: left 60px top 100px, right top 569px;
	background-repeat: no-repeat, no-repeat;
	@media screen and (width <=750px) {
    padding: 50px 0px;
		background-position: left 30px top 100px, right top 469px;
	}
}
.cnt02_ttl {
	background-color: #4cbaef;
	color: #fff;
	padding: 20px;
	padding-left: 40px;
}
.cnt02_ttl h2::before{
	 content: "";
    width: 40px;
    height: 8px;
    background: #fbeda4;
    margin: auto;
    display: inline-block;
    border-radius: 100px;
    transform: translate(-20%, -80%);
}
.product-contents-body #cnt02  .cont-text {
	@media screen and (width <=750px) {
    padding: 0 40px;
		margin-bottom: 40px;
	}
}

.cnt02_h3 {
	padding-top: 40px;
    padding-left: 20px;
	@media screen and (width <=750px) {
    padding-left: 30px;
	}
}

.cnt02_h3 h3{
	margin-bottom: 36px;
	border-bottom: dashed 2px #925909;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 10px;
	display: inline;
  line-height: 1.8;
}

.cnt02_h3 h3::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	background-image: url(/haha/images/index/cnt01_txtbox_h3.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-120%, 80%);
	@media screen and (width <=750px) {
    width: 20px;
    height: 20px;
    transform: translate(-110%, 80%);
	}
}
.cnt02_img01 {
	width: auto;
    text-align: center;
}
#cnt02 .cont-text p {
	line-height: 1.6;
}

.cnt02_but {
	text-align: center;
	@media screen and (width <=750px) {
    padding: 0px 20px;
	}
}

.cnt02_but p{
	color: #925909;
	background: linear-gradient(transparent 60%, #fbeda4 60%);
    display: inline;
}
#cnt02 .cont-text.voice {
	@media screen and (width <=750px) {
    padding: 0px 20px;
	}
}

#cnt02 .txt-voice {
	text-align: center;
	/* font-weight: bold; */
	color: #925909;
	background-color: #FFF;
	border-radius: 38px;
	border: 1px solid #925909;
	padding: 60px 40px;
	margin: 70px 0;
	@media screen and (width <=750px) {
    margin: 30px 0;
    padding: 30px;
	}
}

#cnt02 .txt-voice p {
	width: 100% !important;
}

#cnt02 .txt-voice em {
	color: #925909 !important;
}

#cnt02 .txt-voice span {
	color: #f97502;
}

#cnt02 .txt-voice li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #925909;
	@media screen and (width <=750px) {
    margin-bottom: 20px;
    padding-bottom: 20px;
	}
}

#cnt02 .txt-voice li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#cnt02 .txt-voice .t-nowrap {
	white-space: nowrap;
	display: inline-block;
}

#cnt03 {
	padding: 100px 40px 20px 40px;
	background-color: #FFF;
	background-image: url(/haha/images/history/cnt02_line.png), url(/haha/images/history/cnt03_flower1.png), url(/haha/images/history/cnt03_flower2.png);
	background-position: left 60px top 100px, right top 518px, right bottom 888px;
	background-repeat: no-repeat, no-repeat, no-repeat;
	@media screen and (width <=750px) {
    padding: 50px 0px;
		background-position: left 30px top 100px, right top 518px, right bottom 888px;
	}
}
.product-contents-body #cnt03  .cont-text {
	@media screen and (width <=750px) {
    padding: 0 40px;
		margin-bottom: 40px;
	}
}
.product-contents-body #cnt03  .cont-text.brownbox {
	text-align: center;
	@media screen and (width <=750px) {
    padding: 0 20px;
		margin-bottom: 0px;
	}
}


#cnt03 .but {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
	@media screen and (width <=750px) {
	gap: 20px;
	}
}

#cnt03 .but .cnt02_but {
	padding: 0px 40px;
}
#cnt03 .but .cont-text {
	@media screen and (width <=750px) {
		margin-bottom: 0px;
	}
}
#cnt04 .txt-voice {
	text-align: center;
	/* font-weight: bold; */
	color: #925909;
	background-color: #FFF;
	border-radius: 38px;
	border: 1px solid #925909;
	padding: 30px 20px;
	margin: 70px 0;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	@media screen and (width <=750px) {
		width: stretch;
	padding: 30px 20px;
    margin: 30px 0;
	}
}

#cnt03 .txt-voice {
	text-align: center;
	/* font-weight: bold; */
	color: #925909;
	background-color: #FFF;
	border-radius: 38px;
	border: 1px solid #925909;
	padding: 60px 40px;
	margin: 70px 0;
	white-space: nowrap;
	display: inline-block;
	width: 480px;
	@media screen and (width <=750px) {
		width: 100%;
	padding: 30px 20px;
    margin: 30px 0;
	}
}

#cnt04 .txt-voice p,
#cnt03 .txt-voice p {
	width: 100% !important;
}

#cnt04 .txt-voice span,
#cnt03 .txt-voice span {
	color: #f97502;
}

#cnt04 {
	padding: 100px 40px;
	padding-bottom: 0px;
	background-color: #faf9f7;
	background-image: url(/haha/images/history/cnt02_line.png), url(/haha/images/history/cnt04_flower1.png);
	background-position: left 60px top 100px, right top 368px;
	background-repeat: no-repeat, no-repeat;
	@media screen and (width <=750px) {
    padding: 50px 0px;
		padding-bottom: 0px;
		background-position: left 30px top 100px, right top 369px;
	}
}
.product-contents-body #cnt04  .cont-text {
	@media screen and (width <=750px) {
    padding: 0 40px;
		margin-bottom: 40px;
	}
}

#cnt04 .mgb60 {
	padding-top: 60px;
	@media screen and (width <=750px) {
    margin-bottom: 30px !important;
	}
}

.cnt04_img {
	text-align: center;
}

.cnt04_hukkatu {
	color: #f97502;
	text-align: center;
	line-height: 1.8;
	padding-top: 40px;
}

.cnt04_hukkatu p {
	font-size: 20px !important;
}

#cnt04 .txt-slide {
	margin-top: 50px;
	position: relative;
	/* display: flex;
	align-items: stretch; */

}

#cnt04 .cont-text .cont_slide {
	height: 750px;
	overflow: hidden;
	@media screen and (width <=750px) {
	height: 700px;
	}
}

/* .slick-list {
	background-color: #FFF;
	border-radius: 38px;
	padding: 60px 40px !important;
} */
#cnt04 .txt-slide .iteme-list {
	height: 551px;
	background-color: #FFF;
	border-radius: 38px !important;
	padding: 60px 40px !important;
	@media screen and (width <=750px) {
    padding: 30px 20px !important;
	height: 501px;
	}
}

#cnt04 .txt-slide .iteme-list p {
	width: 100% !important;
}

#cnt04 .txt-slide .iteme-list span {
	color: #f97502;
	font-weight: bold;
}

#cnt04 .txt-slide .iteme-list small {
	display: block;
	text-align: right;
	margin-top: 60px;
}

#cnt05 {
	padding: 100px 0 100px 0;
	background-image: url(/haha/images/history/cnt05_flower.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

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

#cnt05 .cnt02_ttl {
	background-color: #f97502;
	@media screen and (width <=750px) {
    padding-left: 0px;
	}
}

#cnt05 .box-orange {
	border: 4px solid #f97502;
	border-radius: 0 0 20px 20px;
	width: 584px;
	margin: auto;
	position: relative;
	@media screen and (width <=750px) {
	width: auto;
	}
}

#cnt05 .box-orange::before {
	content: '';
	position: absolute;
	background-image: url(/haha/images/history/cnt05_line.png);
	left: 20px;
	top: -303px;
	background-repeat: no-repeat;
	width: 5px;
	height: 299px;
}
#cnt05 .cnt05_hukkatu {
	padding-top: 40px;
	text-align: center;
	padding-bottom: 40px;
}
#cnt05 .cnt05_hukkatu img {
	margin-bottom: 2px;
	@media screen and (width <=750px) {
   width: 80%;
	}
}
#cnt05 .cnt05_hukkatu p {
	background: linear-gradient(transparent 60%, #fbeda4 60%);
    width: fit-content;
	@media screen and (width <=750px) {
    display: inline;
		line-height: 1.6;
		padding: 0px 0px 6px 0px;
	}
}

#cnt05 .img-ttl {
	margin-top: 70px;
	margin-bottom: 70px;
}

#cnt05 p {
	/*	width: 400px;*/
	width: 500px;
	margin: auto;
	@media screen and (width <=750px) {
	width: auto;
	padding: 0px 20px;
	}
}

#cnt05 p.u-font-size-set18 {
	@media screen and (width <=750px) {
	width: auto;
	padding: 0px 20px;
	}
}


.button_wrap-top {
	display: flex;
	gap: 20px;
	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;
    top: 25px;
	}
}

.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-text {
	padding: 20px 0px;
}

.button-contents.blue {
	  background-color: #fff;
		border: 1px solid #7DC5E8;
		margin-top: 40px;
}

.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 a {
		color: #7DC5E8;
}

.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 a {
		color: #F16666;
}

.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 a {
		color: #BB9765;
}

.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;
}


/* ----------------------------------------------------------------
 slide
----------------------------------------------------------------- */

#slider .swiper-pagination {
	bottom: -70px;
	@media screen and (width <=750px) {
    bottom: -80px;
	}
}

#slider .swiper-pagination-bullet {
	width: 30px !important;
	height: 30px !important;
	background: #595858 !important;
	margin: 0 10px;
	@media screen and (width <=750px) {
	width: 20px !important;
	height: 20px !important;
	margin: 0 8px;
	}
}

#slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #f97502 !important;
}



/* .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;
}


