@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

@font-face {
	font-family: 'GenJyuuGothic';
	src: url('https://carrot.itembox.design/item/images/hammock3/webpGenJyuuGothic.woff') format('woff');
}
/*
"源柔ゴシック" licensed under the SIL Open Font License 1.1
http://jikasei.me/font/genjyuu/
*/

* { box-sizing: border-box; padding:0; margin:0;  }
.wrapper {
	padding-top:0;
	margin-top:0;
}
body.fixed {
	position: fixed;
	left: 0;
}
.main {
	padding:0 !important;
	margin:0 !important;
}
#HammockVer3_wrap {
	width:100% !important;
	display:block;
	padding:0 0 10% 0 !important;
	margin:0 !important;
	margin:0 auto 0 auto !important;
	text-align:center !important;
	overflow: hidden !important;
	box-sizing:border-box !important;
	font-size:14px !important;
	font-family: GenJyuuGothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0.1em;
	line-height:1.5em;
	color:#000;
	background:none;
	width:calc(100vw - 18px) !important;
	position:relative;
	left:50% !important;
	-webkit-transform: translate(-50%, 0%) !important;
	-ms-transform: translate(-50%, 0%) !important;
	transform:translate(-50%, 0%) !important;
}
#HammockVer3_wrap img {
	max-width:100%;
	height:auto;
}
.firefox #HammockVer3_wrap {
	width:100vw !important;
}
#HammockVer3_wrap .f_c { text-align:center; }
#HammockVer3_wrap .f_l { text-align:left; }
#HammockVer3_wrap .f_r { text-align:right; }

#HammockVer3_Page div,#HammockVer3_Page p,#HammockVer3_Page span,#HammockVer3_Page figure,#HammockVer3_Page h2, #HammockVer3_Page h3, #HammockVer3_Page ol, #HammockVer3_Page li { margin:0; padding:0; list-style:none; }
#HammockVer3_Page a {
	text-decoration:none;
	color:#000;
	transition: all 500ms 0s ease;
}
#HammockVer3_Page a:hover {
	opacity:0.8;
	transition: all 500ms 0s ease;
}

#HammockVer3_wrap img
#HammockVer3_Page img {
	max-width:100% !important;
	height:auto;
	padding:0;
	vertical-align:bottom;
}

#HammockVer3_Page .pc,
#HammockVer3_wrap .pc {
	display:block;
}
#HammockVer3_Page .sp,
#HammockVer3_wrap .sp {
	display:none !important;
}

#HammockVer3_wrap .area_flex {
	display:flex;
}

#HammockVer3_wrap .main_wrap {
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding-bottom:;
	position:relative;
}
#HammockVer3_wrap .main_wrap #ttl_txt {
	width:100%;
	position:relative;
	top:-2.3em !important;
	left:50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform:translate(-50%, 0%);
	animation: slide_up 3s forwards;
}
#HammockVer3_wrap .main_wrap #ttl_txt.fadein {
	animation: slide_up 3s forwards;
}
#HammockVer3_wrap .main_wrap #ttl_txt > h1 {
	display:block;
	width:70%;
	margin:0 auto;
}
#HammockVer3_wrap .main_wrap #ttl_txt > p {
	width:80%;
	margin:2.0em auto 3.0em auto;
	line-height:2.5em;
	letter-spacing:0.2em;
}
#HammockVer3_wrap .main_wrap #ttl_txt > span.logo {
	display:block;
	width:30%;
	max-width:100px;
	margin:0 auto;
}

@keyframes slide_up {
	0% {
		transform: translate(-50%, 100%);
	}
	100% {
		transform: translateY(-50%, 0%);
	}
}

#HammockVer3_wrap .main_wrap .grad {
	width:100%;
	margin:7% auto 5% auto;
	overflow: hidden;
	position: relative;
	display:none;
}
#HammockVer3_wrap .main_wrap .grad.slide_l,
#HammockVer3_wrap .main_wrap .grad.slide_r {
	display:block;
}
#HammockVer3_wrap .main_wrap .slide_l:before {
	  animation: slide_left 3s cubic-bezier(.4, 0, .2, 1) forwards;
	  background: #fff;
	  bottom: 0;
	  content: '';
	  left: 0;
	  pointer-events: none;
	  position: absolute;
	  right: 0;
	  top: 0;
	  z-index: 1;
}
#HammockVer3_wrap .main_wrap .slide_r:before {
	  animation: slide_right 3s 0.8s cubic-bezier(.4, 0, .2, 1) forwards;
	  background: #fff;
	  bottom: 0;
	  content: '';
	  left: 0;
	  pointer-events: none;
	  position: absolute;
	  right: 0;
	  top: 0;
	  z-index: 1;
}
#HammockVer3_wrap .main_wrap .grad > img {
	display:block;
	width:95%;
}
#HammockVer3_wrap .main_wrap .grad_l > img {
	margin:0 auto 0 0;
}
#HammockVer3_wrap .main_wrap .grad_r > img {
	margin:0 0 0 auto;
}

@keyframes slide_left {
	100% {
		transform: translateX(100%);
	}
}
@keyframes slide_right {
	100% {
		transform: translateX(-100%);
	}
}

#HammockVer3_wrap a.square_btn {
	display:block;
	width:60%;
	max-width:400px;
	box-sizing:border-box;
	border: 1px solid #000;
	padding:1.7em 0;
	margin:5% auto;
}
#HammockVer3_wrap #photo a.square_btn {
	margin:10% auto 7% auto;
}
#HammockVer3_wrap a.square_btn > span:after {
	content:"";
	display:inline-block;
	width:0.7em;
	height:calc(0.7em * 1.466);
	background:url(https://carrot.itembox.design/item/images/hammock3/i_arrow_right.svg) no-repeat;
	background-size:contain;
	vertical-align:middle;
	margin-left:1.5em;
}


/* ______________________________ */


#HammockVer3_Page section#point {
	width:95%;
	max-width:700px;
	margin:10% auto;
}
#HammockVer3_Page section#point p.ttl_point_sub {
	margin:0 auto;
}
#HammockVer3_Page #ttl_point_wrap {
	position:relative;
}
#HammockVer3_Page p.ttl_point {
	width:auto;
	margin:1.0em auto 4.0em auto;
	display:inline-block;
}
#HammockVer3_Page p#point_back {
	height:37px;
	width:calc(37px * 8.596);
	position:absolute;
	top:0.8em;
	left:49%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform:translate(-50%, 0%);
	z-index:-1;
}
#HammockVer3_Page p#point_back:before {
	  background: #fff;
	  bottom: 0;
	  content: '';
	  left: 0;
	  pointer-events: none;
	  position: absolute;
	  right: 0;
	  top: 0;
	  z-index: 1;
}
#HammockVer3_Page #ttl_point_wrap.is-show p#point_back:before {
	  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
}
@keyframes img-wrap {
	100% {
		transform: translateX(100%);
	}
}

#HammockVer3_Page section#point p.ttl_point > span {
	position:relative;
	font-size:20px;
	letter-spacing:0.8em;
}
#HammockVer3_Page section#point p.ttl_point > span:before,
#HammockVer3_Page section#point p.ttl_point > span:after {
	content:"";
	display:block;
	width:1px;
	height:1.0em;
	background:#000;
	position:absolute;
}
#HammockVer3_Page section#point p.ttl_point > span:before {
	top:0.7em;
	left:-1.8em;
	transform:rotate(-30deg);
}
#HammockVer3_Page section#point p.ttl_point > span:after {
	top:0.7em;
	right:-1.0em;
	transform:rotate(30deg);
}
#HammockVer3_Page .point_list {
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
}
#HammockVer3_Page .point_list > div { width:32%; }
#HammockVer3_Page .point_list > div > img { width:60%; margin:0 auto; }
#HammockVer3_Page .point_list > div > p {
	font-size:14px;
	line-height:1.7em;
	letter-spacing:0;
	margin:1.5em auto 0 auto;
}
#HammockVer3_Page .point_list > div#pointmain {
	width:36%;
	position:absolute;
	top:50%;
	left:48%;
}
#HammockVer3_Page .point_list > div#pointmain img {
	width:100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
#HammockVer3_Page .point_list > div:nth-of-type(4) { margin:-5.0em auto 0 auto; }
#HammockVer3_Page .point_list > div:nth-of-type(6) { margin:-5.5em auto 0 auto; }
#HammockVer3_Page .point_list > div:nth-of-type(7) { margin:5.0em auto 0 0; }
#HammockVer3_Page .point_list > div:nth-of-type(9) { margin:3.0em 0 0 auto; }
#HammockVer3_Page .point_list > div:nth-of-type(10) { margin:2.0em auto 0 15%; }
#HammockVer3_Page .point_list > div:nth-of-type(11) { margin:-1.0em 15% 0 auto; }


/* ______________________________ */


#HammockVer3_Page #more_box {
	width:100%;
	max-width:800px;
	margin:10% auto;
	transition: .5s;
}
#HammockVer3_Page #more_box h3 {
	width:90%;
	font-weight:normal;
	margin:0 auto;
	box-sizing:border-box;
	padding:0.8em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position:relative;
	cursor:pointer;
}
#HammockVer3_Page #more_box h3:after {
	content:"";
	display:block;
	width:0.8em;
	height:calc(0.8em * 0.8735);
	background:url(https://carrot.itembox.design/item/images/hammock3/i_arrow_down.svg) no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	right:3%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform:translate(0%, -50%);
}
#HammockVer3_Page #more_box.is-open h3:after {
	background:url(https://carrot.itembox.design/item/images/hammock3/i_arrow_up.svg) no-repeat;
	background-size:contain;
}

#HammockVer3_Page #more_inner {
	width:100%;
	max-width:750px;
	margin:5% auto;
}
#HammockVer3_Page .more_list {
	width:90%;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:0 auto;
}
#HammockVer3_Page .more_list > div {
	width:46%;
	text-align:center;
}
#HammockVer3_Page .more_list > div:nth-of-type(1) { order:1; }
#HammockVer3_Page .more_list > div:nth-of-type(2) { order:2; margin-top:-15%; }
#HammockVer3_Page .more_list > div:nth-of-type(3) { order:4; margin-top:-20%; }
#HammockVer3_Page .more_list > div:nth-of-type(4) { order:3; margin-top:-5%; }
#HammockVer3_Page .more_list > div > p {
	display:inline-block;
}
#HammockVer3_Page .more_list02 > div:nth-of-type(1) { margin-top:-5%; }
#HammockVer3_Page .more_list02 > div:nth-of-type(2) { margin-top:-10%; }
#HammockVer3_Page .more_list02 > div:nth-of-type(3) { margin-top:-10%; }

#HammockVer3_Page .more_list > div > p > span,
#HammockVer3_Page .more_list_b > div > p > span {
	display:block;
	margin-bottom:1.0em;
}

#HammockVer3_Page .more_list_b {
	width:90%;
	margin:10% auto 5% auto;
	justify-content:space-between;
	align-items:center;
}
#HammockVer3_Page .more_list_b > div {
	width:48%;
	text-align:center;
}
#HammockVer3_Page .more_list_b > div > p {
	display:inline-block;
	margin-bottom:1.0em;
}
#HammockVer3_Page .more_list_b > div > span {
	font-size:80%;
	margin-top:0.5em;
	display:block;
}

#HammockVer3_Page .more_list_c {
	width:90%;
	margin:10% auto 5% auto;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
#HammockVer3_Page .more_list_c > div {
	width:48%;
}
#HammockVer3_Page .more_list_c > div:nth-of-type(1) {
	width:100%;
}
#HammockVer3_Page .more_list_c > div > span {
	font-size:80%;
	margin-top:0.5em;
	display:block;
}
#HammockVer3_Page .more_list_c > div > p {
	display:block;
	margin-bottom:1.0em;
}
#HammockVer3_Page .more_list_c > div > p > span {
	display:block;
}


/* ______________________________ */


#HammockVer3_Page #material {
	width:90%;
	max-width:750px !important;
	margin:10% auto;
}
#HammockVer3_Page #material > h1 {
	font-size:24px;
	font-weight:normal;
	letter-spacing:0.7em;
}
#HammockVer3_Page .type_list {
	max-width:650px;
	justify-content:space-between;
	margin:5% auto;
}
#HammockVer3_Page .type_list > div {
	width:48%;
	position:relative;
}
#HammockVer3_Page .type_list > div:after {
	content:"";
	display:block;
	width:1.0em;
	height:calc(1.0em *0.8735);
	background:url(https://carrot.itembox.design/item/images/hammock3/i_arrow_down.svg) no-repeat;
	background-size:contain;
	position:absolute;
	left:50%;
	bottom:-2.0em;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform:translate(-50%, 0%);
}
#HammockVer3_Page .type_list > div img {
	width:60%;
}
#HammockVer3_Page .type_list > div p {
	margin:1.0em auto 0 auto;
	letter-spacing:0.2em;
}


#HammockVer3_Page .type {
	margin:15% auto;
}
#HammockVer3_Page .type h2 > img {
	display:block;
	height:1.5em;
	width:auto;
	margin:0 auto;
}
#HammockVer3_Page .type h2 > span {
	font-weight:normal;
	font-size:18px;
	letter-spacing:0.3em;
	display:block;
	margin:1.0em auto;
}
#HammockVer3_Page .type > p {
	width:85%;
	max-width:500px;
	line-height:1.8em;
	margin:5% auto;
}
#HammockVer3_Page .type .ttl_type_sub > img {
	width:70%;
	max-width:400px;
	display:block;
	margin:5% auto 10% auto;
}

#HammockVer3_Page .size_list {
	width:95%;
	max-width:600px;
	justify-content:space-between;
	margin:10% auto;
}
#HammockVer3_Page .size_list > div {
	width:48%;
}
#HammockVer3_Page .size_list > div > a {
	display:block;
	width:auto;
}
#HammockVer3_Page .size_list > div:nth-of-type(1) {
	margin-top:10%;
}
#HammockVer3_Page .size_list > div:nth-of-type(1) > a {
	margin:1.0em auto 0 0 !important;
	text-align:left;
}
#HammockVer3_Page .size_list > div:nth-of-type(2) > a {
	margin:1.0em 0 0 auto !important;
	text-align:right;
}
#HammockVer3_Page .size_list > div a > span {
	display:inline-block;
	box-sizing:border-box;
	padding:0.4em 1.8em 0.3em 1.8em;
	border: 1px solid #000;
	border-radius:50px;
	line-height:1.0em;
	letter-spacing:0.2em;
	transition: all 500ms 0s ease;
	font-size:13px !important;
}
#HammockVer3_Page .size_list > div a > span:after {
	content:"";
	display:inline-block;
	width:0.8em;
	height:calc(0.8em * 0.978);
	background:url(https://carrot.itembox.design/item/images/hammock3/i_arrow_click.svg) no-repeat;
	background-size:contain;
	vertical-align:middle;
	line-height:1.0em;
	margin-left:1.0em;
}
#HammockVer3_Page .size_list > div a > span:hover {
	background:#000;
	color:#fff;
}


#HammockVer3_Page .item_list {
	width:90%;
	max-width:600px;
	margin:5% auto;
	justify-content:space-between;
}
#HammockVer3_Page .item_list > div {
	width:45%;
	text-align:center;
}
#HammockVer3_Page .item_list > div > img {
	display:block;
	width:90%;
	margin:0 auto;
}
#HammockVer3_Page .item_list > div > p {
	display:inline-block;
	margin:1.0em auto;
	line-height:1.7em;
}
#HammockVer3_Page .item_list > div > a > span {
	width:100%;
	display:block;
	background:#d8d6d0;
	box-sizing:border-box;
	padding:1.0em 0;
	line-height:1.0em;
}
#HammockVer3_Page .item_list > div > a > span:after {
	content:"";
	display:inline-block;
	width:0.6em;
	height:calc(0.6em * 1.466);
	background:url(https://carrot.itembox.design/item/images/hammock3/i_arrow_right.svg) no-repeat;
	background-size:contain;
	vertical-align:middle;
	line-height:1.0em;
	margin-left:1.7em;
}



#HammockVer3_Page #photo {
	disaplay:block;
	width:100%;
	max-width:800px;
	margin:0 auto;
}
#HammockVer3_wrap #photo img.logo {
	display:block;
	height:1.3em;
	width:auto;
	max-width:50px;
	margin:10% auto;
}
#HammockVer3_Page #photo img {
	max-width:100% !important;
	height:auto;
}
#HammockVer3_Page .photobox > a {
	display:block;
	position:relative;
}
#HammockVer3_Page .photobox > a:after {
	content:"";
	display:block;
	width:1.5em;
	height:1.5em;
	background:url(https://carrot.itembox.design/item/images/hammock3/i_plus.svg) no-repeat;
	background-size:contain;
	position:absolute;
	bottom:3% !important;
	left:auto;
	right:2% !important;
	z-index:2;
}
#HammockVer3_Page .box_a {
	disaplay:block;
	width:75% !important;
	margin:5% auto 5% 5% !important;
}
#HammockVer3_Page .box_b {
	disaplay:block;
	width:55%;
	margin:5% 5% 5% auto;
}
#HammockVer3_Page .box_c {
	disaplay:block;
	width:75%;
	margin:5% auto 5% 0;
}
#HammockVer3_Page .box_d {
	disaplay:block;
	width:95%;
	margin:5% auto;
}
#HammockVer3_Page .photobox > p {
	margin:3.0em auto;
	line-height:1.0em;
}
#HammockVer3_Page .box_c > p {
	width:100%;
	margin:3.0em auto 3.0em 3.0em;
}
#HammockVer3_Page .box_c > p:nth-of-type(2) {
	margin:3.0em auto 3.0em 10.0em;
}



/* __________________________________  */

	pop up
/* __________________________________  */


.pop_open {
	display: none;
	position: fixed;
	top: 0;
	width:100% !important;
	height:100vh !important;
	z-index:9999 !important;
}
.pop__bg {
	display: none;
	background: rgba(0, 0, 0, 0.7) !important;
	position: fixed;
	top:0;
	left:0;
/*	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
	width:100% !important;
	height:100vh !important;
	z-index:9999 !important;
	overscroll-behavior: contain;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	touch-action: none;
}
.pop__bg:before,
.pop__bg:after {
	content: "";
	width: 1px;
	height: calc(100vh + 1px);
	display: flex;
}
.pop__bg::-webkit-scrollbar {
	display: none;
}
.pop_open .pop__content {
	display: none;
	overflow: auto;
	background:#fff;
	box-sizing:border-box;
	padding:3% 3%;
	width:90% !important;
	max-width:600px;
	height:auto !important;
	position: fixed;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:10000 !important;
}
.pop_open .pop__content .js-popup-close,
.pop_open .pop__content_p .js-popup-close {
	display:block;
	position: absolute;
	top:3%;
	left:auto;
	right:3%;
	width:1.5em;
	height:1.5em;
	cursor:pointer;
}
.pop_open .pop_inner_photo {
	width:100%;
	height:auto;
}
.pop_open .pop_inner {
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
	gap:0 1%;
}
.pop_inner > div {
	width:49%;
	display:flex;
	flex-direction: column;
}
.pop_inner > div:nth-of-type(1) img {
	max-width:90% !important;
	display:block;
	margin:0 auto;
}
.pop_inner > div:nth-of-type(2) img {
	max-width:100% !important;
	display:block;
	margin:0 auto;
}
.pop_inner > div > span {
	display:block;
	margin:0.3em 0 0 auto;
	font-size:70%;
}
.pop_inner > div .text_wrap {
	margin:auto auto 0 auto;
	text-align:center;
}
.pop_inner > div .text_wrap a.btn_buy,
.pop_inner_photo a.btn_buy {
	display:block;
	width:auto;
}
.pop_inner > div .text_wrap a.btn_buy > span,
.pop_inner_photo a.btn_buy > span {
	display:inline-block;
	box-sizing:border-box;
	background:#d8d6d0;
	padding:0.4em 2.5em 0.3em 2.5em;
	margin-top:1.0em;
	border-radius:50px;
	letter-spacing:0.2em;
	line-height:1.0em;
	transition: all 500ms 0s ease;
}

.pop_open .pop__content_p {
	display: none;
	overflow: auto;
	background:#fff;
	box-sizing:border-box;
	padding:3% 3%;
	width:90% !important;
	max-width:450px;
	height:auto !important;
	position: fixed;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:10000 !important;
}
.pop_open .pop_inner_photo {
	display: block;
	margin:0 auto;
	text-align:center;
}
.pop_inner_photo p {
	margin:0.5em auto 0 auto;
}
.pop_inner_photo p > span {
	display:block;
	margin:0.3em 0 0 auto;
	font-size:85%;
}
.pop_open .pop_inner_photo > img {
	display: block;
	width:80%;
	max-width:300px;
	margin:0 auto;
}

@media screen and (max-width:767px) {
.pop_open {
	font-size:2.8vw !important;
}
}

/* ___________________________________ */



/* ------------------------------------------- */
/* ------------------------------------------- */

@media screen and (max-width:767px) {

#HammockVer3_wrap {
	width:100vw !important;
	font-size:2.8vw !important;
}
#HammockVer3_wrap p {
	font-size:2.8vw !important;
}
#HammockVer3_wrap .main_wrap > h3 > span,
#HammockVer3_wrap #staff_reco > h3 > span {
	text-align:center;
	font-size:4.0vw;
	letter-spacing:0.1em;
	position:relative;
}
#HammockVer3_wrap .main_wrap > h3 { margin-bottom:3.0em; }
#HammockVer3_Page .pc,
#HammockVer3_wrap .pc {
	display:none !important;
}
#HammockVer3_wrap .main_wrap #ttl_txt {
	width:100%;
	position:relative;
	top:-2.0em !important;
	left:50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform:translate(-50%, 0%);
	animation: slide_up 3s forwards;
}
#HammockVer3_Page .sp,
#HammockVer3_wrap .sp {
	display:block !important;
}
#HammockVer3_Page .item_list > div > p {
	display:inline-block;
	margin:1.0em auto;
	line-height:1.7em;
	font-size:2.6vw !important;
}
#HammockVer3_Page section#point {
	width:95%;
	max-width:700px;
	margin:15% auto;
}
#HammockVer3_Page p#point_back {
	height:7.0vw !important;
	width:calc(7.0vw * 8.596) !important;
	position:absolute;
	top:0.8em;
	left:49%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform:translate(-50%, 0%);
	z-index:-1;
}
#HammockVer3_Page section#point p.ttl_point > span {
	position:relative;
	font-size:3.5vw !important;
	letter-spacing:0.8em;
}
#HammockVer3_Page section#point .point_list div > p {
	font-size:2.3vw !important;
	line-height:1.7em;
	letter-spacing:0;
}
#HammockVer3_Page #more_box {
	width:100%;
	max-width:800px;
	margin:15% auto;
	transition: .5s;
}
#HammockVer3_Page .more_list > div > p {
	display:inline-block;
	font-size:2.6vw !important;
}
#HammockVer3_Page #material > h1 {
	font-size:3.5vw !important;
	font-weight:normal;
	letter-spacing:0.7em;
}
#HammockVer3_Page .type_list {
	max-width:650px;
	justify-content:space-between;
	margin:10% auto;
}
#HammockVer3_Page .type {
	margin:25% auto !important;
}
#HammockVer3_Page .type h2 > span {
	font-weight:normal;
	font-size:3.0vw !important;
	letter-spacing:0.3em;
	display:block;
	margin:1.0em auto;
}
#HammockVer3_Page .size_list > div a > span {
	display:inline-block;
	box-sizing:border-box;
	padding:0.4em 1.8em 0.3em 1.8em;
	border: 1px solid #000;
	border-radius:50px;
	line-height:1.0em;
	letter-spacing:0.1em;
	transition: all 500ms 0s ease;
	font-size:2.2vw !important;
}
#HammockVer3_Page .size_list > div a > span:after {
	content:"";
	display:inline-block;
	width:0.7em;
	height:calc(0.7em * 0.978);
	background:url(https://carrot.itembox.design/item/images/hammock3/i_arrow_click.svg) no-repeat;
	background-size:contain;
	vertical-align:middle;
	line-height:1.0em;
	margin-left:1.0em;
}
}


