@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: 46px;
	/* 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;
}

@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 40px;
}

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

.img-center {
	text-align: center;
}

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

.button-contents::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 40px;
}

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

.button-contents.blue {
		color: #7DC5E8;
}

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

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

.button-contents.pink {
		color: #F16666;
}

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

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

.button-contents.brown {
		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;
}

.cam_bn.top {
		margin: 0;
margin-bottom: 50px;
}

@media screen and (width > 750px) {}
/* ----------------------------------------------------------------
	index
----------------------------------------------------------------- */

.p-review {

		margin-top: 40px;
}
#cnt01 .mv {
	background: url(/haha/images/index/cnt01_bg.png) no-repeat top 40px center #faf9f7;
  text-align: center;
	padding-bottom: 50px;
	background-size: contain;
}

#cnt01 .mv .mv_img {
	position: absolute;
	width: 250px;
	left: 10px;
	top: 250px;
	@media screen and (width <=750px) {
		width: 150px;
    top: 200px;
	}
}

#cnt01 .mv .mv_limited {
	    position: absolute;
    top: 50px;
    right: 30px;
	@media screen and (width <=750px) {
		top: 20px;
    right: 10px;
	}
}

#cnt01 .mv .mv_limited p {
	  position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    color: #7DC5E8;
    border: 1px solid #7DC5E8;
	@media screen and (width <=750px) {
		width: 90px;
    height: 90px;
	}
}

#cnt01 .mv .mv_limited p span {
	  position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    text-align: center;
    line-height: 1.6;
	@media screen and (width <=750px) {
		width: 90px;
        top: 52%;
	}
}

#cnt01 .mv .mv_text {
	padding-top: 605px;
	padding-bottom: 30px;
	text-align: left;
	padding-left: 40px;
	line-height: 1.8;
	@media screen and (width <=750px) {
		padding-top: 380px;
    padding-left: 20px;
	}
}

#cnt01 .mv h1 {
	background-color: #FEF9E2;
  padding: 20px;
	@media screen and (width <=750px) {
	}
}

#cnt01 .mv .cam_bn {
	margin: 30px 0px 0 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	@media screen and (width <=750px) {
		padding: 0px 20px;
	}
}

#cnt01 .mv .cam_bn img{
	@media screen and (width > 750px) {
		width: 460px;
	}
}

#cnt01 .txtbox {
	padding: 100px 0;
	@media screen and (width <=750px) {
		padding: 50px 0 0;
	}
}

.cnt01_h2 {
	padding-left: 50px;
}
#cnt01 h3 {
	margin-bottom: 36px;
	border-bottom: dashed 2px #b6905b;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 10px;
	    display: inline;
    line-height: 1.8;
}
#cnt01 h3::before {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-transform: translate(-80%, -20%);
    -ms-transform: translate(-80%,-20%);
    transform: translate(-100%, 60%);
    background-image: url(/haha/images/index/cnt01_txtbox_h3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 10px;
}

#cnt01 .txtbox .txt01 {
	text-align: center;
	height: 640px;
	background: url(/haha/images/index/bg_txt.png) no-repeat center center;
	@media screen and (width <=750px) {
		background-size: contain;
    background-position: 0px 20px;
		height: auto;
    padding-bottom: 80px;
	}
}

#cnt01 .txtbox .txt01 p {
	margin-bottom: 36px;
	/* line-height: 2.2; */
}

#cnt01 .txtbox .txt01 ul {
	text-align: left;
	margin-left: 140px;
	padding-top: 280px;
	@media screen and (width <=750px) {
		margin-left: 50px;
    padding-top: 190px;
	}
}

#cnt01 .txtbox .txt01 ul li {
	position: relative;
	@media screen and (width <=750px) {
		line-height: 2.4;
	}
}

#cnt01 .txtbox .txt01 ul li::before {
	content: '';
	position: absolute;
	width: 44px;
	height: 33px;
	background: url(/haha/images/index/cnt01_check.png) no-repeat center center;
	left: -60px;
	top: 5px;
	@media screen and (width <=750px) {
		content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/haha/images/index/cnt01_check.png);
    left: -25px;
    background-size: cover;
    top: 6px;
	}
}

#cnt01 .txtbox .txt01 ul li+li {
	margin-top: 20px;
	@media screen and (width <=750px) {
		margin-top: 4px;
	}
}

#cnt02 {
	background-color: #faf9f7;
	padding: 100px 0;
	background-image: url(/haha/images/index/cnt02_flower01.png), url(/haha/images/index/cnt02_flower02.png);
	background-position: right top 1125px, left bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 14%;
	@media screen and (width <=750px) {
	padding: 50px 0;
	background-position: right top 785px, left -20px bottom 0px;
	}
}
#cnt02 h2 {
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.8;
}
#cnt02 .cont-text {
	@media screen and (width <=750px) {
		padding: 0 20px;
	}
}

#cnt02 .txt {
	line-height: 46px;
	@media screen and (width <=750px) {
		padding: 0px;
		line-height: 32px;
    font-size: 16px;
		margin-top: 40px !important;
    margin-bottom: 40px;
	}
}

.cnt02_point {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
  gap: 20px;
	@media screen and (width <=750px) {
  	gap: 10px;
	}
}

.cnt02_point_contents {
	text-align: center;
	width: 48%;
	border: 1px solid;
	padding: 10px;
	border-radius: 4px;
	@media screen and (width <=750px) {
  padding: 10px 4px;
	}
}

#cnt03 {
	padding: 100px 0;
	background-color: #FFF;
	@media screen and (width <=750px) {
		padding-bottom: 50px;
	}
}

#cnt03 .cnt03_h2 {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	.tag {
		background-color: #fbeda4;
    padding: 4px 20px;
    border-radius: 100px;
		width: fit-content;
    margin: 0 auto;
	}
	.text {
		text-align: center;
    border-bottom: dashed 2px #b6905b;
    margin: 0 auto;
    display: inline;
		padding-bottom: 10px;
		line-height: 1.8;
	}
}

#cnt03 .cont03_main {
	position: relative;
	width: 660px;
	height: 356px;
	color: #31140b;
	margin-top: 30px;
    display: flex;
		justify-content: center;
		align-items: center;
	@media screen and (width <=750px) {
  	width: auto;
    height: auto;
    flex-direction: column;
    gap: 0px;
	}
}

#cnt03 .cont03_main .ttl {
  	position: relative;
}

#cnt03 .cont03_main .img01 {
  	position: relative;
		width: 50%;
	@media screen and (width <=750px) {
		text-align: center;
		width: 90%;
	}
}

#cnt03 .cont03_main .txt01 {
  	position: unset;
	left: 348px;
	top: 40px;
	font-size: 20px;
	@media screen and (width <=750px) {
		position: relative;
    left: 0;
    width: fit-content;
    margin: 0 auto;
    top: -60px;
    padding-bottom: 0px;
		line-height: 10px;
	}
}

#cnt03 .cont03_main .txt01 p strong {
	font-weight: bold;
}

#cnt03 .cont03_main .txt01 p span {
	font-weight: bold;
	margin-right: 20px;
}

#cnt03 .cont03_main .txt01 p.txt01_01 {
	line-height: 35px;
}

#cnt03 .cont03_main .txt01 p.txt01_02 {
	margin-top: 20px;
	line-height: 35px;
}

#cnt03 .box-txt {
	background-image: url(/haha/images/index/cnt03_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 357px;
	margin-top: -30px;
	@media screen and (width <=750px) {
  	height: auto;
    background-size: contain;
	}
}

#cnt03 .box-txt p {
	padding: 50px 100px;
		padding-top: 80px;
		text-align: center;
	@media screen and (width <=750px) {
		padding: 40px;
    line-height: 1.8;
		padding-top: 20px;
	}
}

#cnt03 .pantone {
	font-size: 24px;
	padding: 0 80px;
	@media screen and (width <=750px) {
  	padding: 0 20px;
    font-size: 16px;
		line-height: 1.8;
	}
}

#cnt03 .pantone li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dac7ad;
	padding: 60px 0;

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

#cnt03 .pantone .img_pt {
	img {
		width: 150px;
		max-width: none;
		@media screen and (width <=750px) {
			width: 80px;
		}
	}
}

#cnt03 .pantone .txt_pt {
	width: 364px;
	@media screen and (width > 750px) {
		width: auto;
	}
}

#cnt03 .cnt03_btn {
	margin: auto;
	display: block;
	padding-top: 40px;
	width: 460px;
	@media screen and (width <=750px) {
		padding: 40px;
		width: auto;
	}
}

#cnt03 .list-products {
	margin-top: 20px;
}

#cnt03 .list-products .ttl-pro {
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
	span {
		background: linear-gradient(transparent 60%, #fbeda4 60%);
    padding: 0px 20px;
	}
}

.kinu-wrap {
	@media screen and (width <=750px) {
		margin-bottom: 0px;
	}
}

.kinu-tag {
	position: absolute;
	width: 100px;
	top: -20px;
	@media screen and (width <=750px) {
		top: -30px;
    left: -20px;
	}
}

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

#cnt04 {
	padding: 100px 0;
	background-color: #faf9f7;
	line-height: 1.6;
	background-image: url(/haha/images/index/cnt04_flower.png);
	background-position: left top 684px;
	background-repeat: no-repeat;
	@media screen and (width <=750px) {
		padding: 50px 0;
	background-position: left top -604px;
	}
}


#cnt04 h2 {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	background: linear-gradient(transparent 60%, #fbeda4 60%);
}

.cnt04_cnt04_product_wrap {
	text-align: center;
	@media screen and (width <=750px) {
		padding: 0 20px;
	}
	img {
		@media screen and (width <=750px) {
			margin-top: 30px !important;
		}
	}
}
#cnt04 .cont-text {
	@media screen and (width <=750px) {
		padding: 0 20px;
	}
}
#cnt04 .cont-text_img {
	text-align: center;
}


#cnt04 .cnt04_ttl2 {
	margin: auto;
	display: block;
	padding: 60px 0;
}

#cnt04 .cnt04_remark {
	margin-top: 40px;
}

#cnt04 .cnt04_h3_wrap {
		@media screen and (width <=750px) {
			text-align: center;
    	padding-top: 40px;
		}
}
#cnt04 .cnt04_h3 {
	padding-top: 30px;
    background: linear-gradient(transparent 80%, #fbeda4 60%);
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
		margin-top: 50px;
		@media screen and (width <=750px) {
			display: inline;
		margin-top: 30px;
		}
}

#cnt04 .sp-mt30 {
	@media screen and (width <=750px) {
		margin-top: 30px;
	}
}


.to-story {
	text-align: center;
	background-color: #fff;
    border: 1px solid #BB9765;
    margin: 40px;
    padding: 40px !important;
		border-radius: 20px;
	@media screen and (width <=750px) {
		margin: 20px;
    padding: 40px 20px !important;
	}
	.ttl {
		color: #BB9765;
	}
	.text {
		padding: 20px 0px;
		@media screen and (width <=750px) {
		padding: 10px 0px;
			margin-top: 0px !important;
		}
	}
	.button-contents {
		width: 400px;
    padding: 16px 0px;
		font-size: 16px;
		@media screen and (width <=750px) {
		width: 260px;
    padding: 10px 0px;
		}
		&::after {
			top: 57%;
			right: 20px;
		}
	}
}

#cnt05 {
	padding: 100px 0;
	background-color: #FFF;
	font-size: 26px;
	line-height: 46px;
	@media screen and (width <=750px) {
		padding-bottom: 50px;
	}
}

.cnt05_h2 {
	padding-left: 50px;
}
#cnt05 h2 {
	margin-bottom: 36px;
	border-bottom: dashed 2px #b6905b;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 10px;
	    display: inline;
    line-height: 1.8;
}
#cnt05 h2::before {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-transform: translate(-80%, -20%);
    -ms-transform: translate(-80%,-20%);
    transform: translate(-100%, 60%);
    background-image: url(/haha/images/index/cnt01_txtbox_h3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 10px;
}

#cnt05 .cnt05_img01 {
	text-align: right;
	margin-top: 60px;
}

#cnt05 .cnt05_img03 {
	text-align: right;
}

#cnt05 p {
	line-height: 1.8;
}
#cnt05 .cont-text {
	@media screen and (width <=750px) {
		padding: 0px 20px;
	}
}
#cnt05 .mgt100 {
	@media screen and (width <=750px) {
		margin-top: 50px !important;
	}
}
#cnt05 .text04 {
	@media screen and (width <=750px) {
		padding-top: 16px;
	}
}

.to-cart {
	width: 460px;
	text-align: center;
	padding-bottom: 50px;
	margin: 0 auto;
	@media screen and (width <=750px) {
		padding: 0px 20px 50px 20px;
		width: auto;
	}
}


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

#history #slider .swiper-pagination {
	bottom: -70px;
}

#history #slider .swiper-pagination-bullet {
	width: 30px !important;
	height: 30px !important;
	background: #595858 !important;
	margin: 0 10px;
}

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

/* cart */
#buy #cart-wrapPc {
	margin-top: 20px;
	padding-bottom: 30px;
}

#buy #cart-wrapPc .cart-border {
	width: 305px;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 10px;
	background: #eeeeee;
}

#buy #CommonCage {
	width: 285px;
	background-color: rgba(255, 255, 255, 0.9);
	margin: 0 auto 0;
	padding: 0 10px 10px;
	border: none;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#buy #cart-wrapSmt .commonCageSmt {
	background: #eeeeee;
	margin: 0;
	padding: 15px;
}

#buy #cart-wrapSmt .commonCageSmt .itemBox {
	margin: 0;
	padding: 15px;
}

#buy #cart-wrapSmt .commonCageSmt::after {
	content: '';
	display: block;
	clear: both;
}

#buy .cnt_kinu {
	border-top: 3px solid #aa823a;
	padding: 40px 20px 20px;
}

#buy .cnt_kinu .cnt_kinu_img {
	float: left;
	width: 300px;
	text-align: center;
	margin-right: 20px;
	margin-top: 10px;
}

#buy .cnt_kinu .cnt_kinu_right {
	float: right;
	width: 300px;
}

#buy .cnt_kinu .cnt_kinu_right>img {}

#buy .cnt_kinu .cnt_kinu_img_sp {
	margin-bottom: 30px;
	text-align: center;
}

#buy .cnt_kinu .cnt_kinu_btn {
	text-align: center;
}

#buy .cnt_kinu #cart-wrapSmt .commonCageSmt {
	background: #fdcbcb;
}

#buy .cnt_kinu #cart-wrapPc .cart-border {
	background: #fdcbcb;
}

#buy .cnt_kinu #cart-wrapSmt {
	margin-bottom: 20px;
}

.cam_bn {
	text-align: center;
	margin: 60px 0px 0 0;
display: flex;
    align-items: center;
    justify-content: center;
}

.cam_bn.about {
	margin: 0px 0px 0 0;
}

.cam_bn p {
	color: #fe9b27;
	font-size: 32px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.cam_bn p span {
	background: linear-gradient(180deg, transparent 40%, #fff7d7 40%);
}

#cam_cont {
	text-align: center;
	margin-top: 40px;
}

#buy .bnr {
	margin-top: 30px;
}

#buy .bnr img {
	width: 100%;
}



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