@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .answer .more {
	text-align: center;
}
#main .answer .more a {
	display: inline-block;
	position: relative;
}
#main .answer .more a::after {
	margin-left: 5px;
	content: "+";
}
.simplebar-wrapper{
	margin: 0 !important;
}
.whiteBox {
	/* margin: 5px auto;
	width: 920px;
	height: 920px; */
	z-index: 10;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	background-color: #fff;

	min-width: 930px;
	min-height: 930px;
	max-width: 1100px;
	max-height: 1100px;
	height: 100vh;
	width: 100vh;
}
.whiteBox .mCSB_scrollTools {
	right: 50px;
	top: 330px;
	bottom: 330px;
	opacity: 1;
}
.whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 3px;
	background: #552176;
}
.whiteBox .simplebar-scrollbar.simplebar-visible:before {
	width: 3px;
	background: #552176;
}
.whiteBox .mCSB_scrollTools .mCSB_draggerRail {
	width: 3px;
	background: #E6E5EA;
}
.whiteBox .mCSB_scrollTools .mCSB_buttonUp,
.whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #552176;
	opacity: 1;
	transition: all ease-in-out 0.2s;
}
.whiteBox .mCSB_scrollTools .mCSB_buttonUp.on,
.whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-top-color: #E6E5EA !important;
	border-bottom-color: #E6E5EA !important;
}
.whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top: 12px solid #552176;
	border-bottom: none;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 30px 0;
	right: 3px;
}
#main .tryBox {
	height: 100%;
	transform: translateZ(1px);
}
#main .tryBox .inn {
	max-width: 676px;
	height: 100%;
	padding: 63px 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
#main .tryBox .date {
	line-height: 1.5;
	position: fixed;
	top: 64px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	color: #552177;
	z-index: 10;
	letter-spacing: 0.03em;
}
#main .tryBox .date:after {
	width: 100%;  
	height: calc(100% + 78px);
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;  
	top: -78px;
	left: 0;  
	content: ""; 
	z-index: -1;
}
#main .tryBox .date .txtSpan {
	margin-left: 5px;
	letter-spacing: 0.06em;
	font-weight: 500;
}
#main .tryBox .ttl {
	min-height: 70px;
	margin-bottom: 14px;
	line-height: 1.5;
	text-align: center;
	font-size: 2.3rem;
	letter-spacing: 0;
	font-weight: 600;
	color: #552177;
}
#main .tryInner {
	padding-top: 30px;
}
#main .tryBox .imgBox {
	margin-bottom: 15px;
}
#main .tryBox .imgBox .photoBox {
	width: 201px;
	float: left;
	display: block;
	margin: 1px 61px 20px 0;
}
#main .tryBox .imgBox .photoBox p {
	margin-right: -30px;
	margin-bottom: 14px;
	font-size: 1.5rem;
	color: #333;
	letter-spacing: 0.025em;
	font-weight: 500;
}
#main .tryBox .imgBox .photoBox p small {
	font-size: 1.1rem;
	font-weight: 400;
	vertical-align: 2px;
	margin-left: 5px;
}
#main .tryBox .comTxt,
#main .tryBox .imgBox .photoBox .comTxt {
	font-weight: 500;
	margin-bottom: 18px;
	font-size: 1.55rem;
	letter-spacing: 0.025em;
}
#main .tryBox .comTxt small,
#main .tryBox .imgBox .photoBox .comTxt small {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	font-weight: 400;
}
#main .tryBox .comTxt small {
	margin-left: 10px;
	vertical-align: 1px;
}
#main p {
	letter-spacing: 0.04em;
	line-height: 1.714;
}
#main .tryBox .imgBox p .txtSpan {
	display: block;
	font-weight: 500;
}
#main .tryBox .txt {
	margin-bottom: 28px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	color: #333333;
	font-weight: 500;
}
#main .tryBox .txt .txtSpan {
	color: #552177;
	letter-spacing: 0.03em;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 33px;
	color: #222;
    border: 1px solid #C1C1C1;
    box-sizing: border-box;
    font-size: 1.35rem;
    padding: 0 10px;
    width: 100%;
    background-color: #fff;
}
textarea {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
	color: #222;
    border: 1px solid #C1C1C1;
    box-sizing: border-box;
    font-size: 1.35rem;
	letter-spacing: 0.02em;
    padding: 7px 10px;
    width: 100%;
	height: 98px;
	resize: none;
    background-color: #fff;
}
#main .tryBox .txt input[type="text"] {
	width: 530px;
	margin: 0 8px 0 10px;
}
/* #main .tryBox .txtBox p {
	margin-bottom: 4px;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	color: rgba(51, 51, 51, 0.5);
} */
#main .tryBox .txtBox {
	margin-bottom: 2px;
	overflow: hidden;
}
#main .tryBox .many {
	color: #552177;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: right;
	letter-spacing: 0;
	margin: 2px 0 0;
}
#main .tryBox .btmBox {
	text-align: center;
}
#main .tryBox .btmBox p {
	margin-bottom: 9px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	color: #333333;
}
#main .tryBox .link {
	margin: 0 auto 25px;
	width: 240px;
}
#main .tryBox .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 49px;
	border-radius: 80px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-weight: 500;
	background-color: #552177;
	position: relative;
}
#main .tryBox .link a:before {
    content:" ";
    position:absolute;
    left:2px;
    top:2px;
    display:block;
    width:calc(100% - 4px);
    height:calc(100% - 4px);
    background:#fff;
    transform:scaleX(0) translateZ(0);
    transition:transform .3s ease;
    border-radius:30px
}
#main .tryBox .link a .out,
#main .tryBox .link a .hvr {
	display:block;
	transition:transform .3s ease
}
#main .tryBox .link a .out {
	transform:translateZ(0)
}
#main .tryBox .link a .hvr {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transform:translate3d(0,100%,0);
	color:#552177;
}
#main .tryBox .link a .subSpan {
	position:relative;
	z-index:2;
	display:block;
	overflow:hidden;
	text-align:center;
}
#main .tryBox .btmBox .btmTxt {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: 0.005em;
	color: #717172;
}
#main .tryBox .btmBox .btmTxt02 {
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	color: #717172;
}
#main .tryBox .link02 {
	width: 88px;
	margin: 0 auto;
}
#main .tryBox .link02 a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #A5A5A8;
	min-height: 20px;
	font-size: 1rem;
	letter-spacing: 0.015em;
	color: #59595A;
	box-sizing: border-box;
}
#main .tryBox .link02 a:hover {
	opacity: 0.7;
}
#main .thanks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	pointer-events: none;
}
#main .thanks::before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 100%;
	/* background: #552177; */
	border: 0px solid #552177;
	overflow: hidden;
	opacity: 0;
	transition: all ease 0.5s;
	box-sizing: border-box;
	/* clip-path: circle(100% at 50% 50%); */
}
#main .thanks.show {
	opacity: 1;
	visibility: visible;
}
#main .thanks.hide {
	opacity: 0;
	visibility: hidden;
	transition: all ease 1s;
}
#main .thanks.show::before {
	opacity: 1;
	border-width: calc(101vh / 2);
	/* clip-path: circle(0% at 50% 50%); */
}

#main .thanks .sub {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: all ease 1s 1s;
}
#main .thanks.show .sub {
	opacity: 1;
}

#main .thanks p {
	font-size: 4.8rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	color: #fff;
}
#main .answer {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2;
}
#main .answer.show {
	opacity: 1;
	visibility: visible;
	overflow: hidden !important;
}

#main .subAnswer {
	max-width: 590px;
	padding: 58px 0 100px;
	margin: 0 auto;;
}
#main .answer .photo {
	margin: 0 auto 11px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
#main .answer h2 {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
	color: #552177;
	letter-spacing: 0.12em;
	margin-bottom: 29px;
}
#main .answerBox {
	word-break: break-all;
	margin-bottom: 40px;
	background-color: #F3F0F6;
	border-radius: 15px;
	padding: 40px 45px 35px;
	position: relative;
}
#main .answerBox .ttl {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 3.15rem;
	font-weight: 600;
	color: #552177;
	letter-spacing: 0;
}
#main .answerBox p {
	margin-bottom: 6px;
	font-size: 1.35rem;
	color: #333333;
	letter-spacing: 0.03em;
	line-height: 1.65;
}
#main .answerBox p:last-child {
	margin-bottom: 0;
}
#main .answerBox p .txtSpan {
	font-weight: 500;
	margin-right: 2px;
}
#main .answer h3 {
	margin-bottom: 23px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #552177;
	letter-spacing: 0.1em;
}
#main .answer h3 .txtSpan {
	font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: 0.005em;
	margin-right: 14px;
	vertical-align: -2px;
}
#main .answerUl li {
	padding-bottom: 32px;
	margin-bottom: 31px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #B7C8D5;
}
#main .answerUl li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
#main .answerUl li .img {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	margin-right: 28px;
}
#main .answerUl li .textBox {
	word-break: break-all;
	flex: 1;
}
#main .answerUl li .textBox p {
	margin-bottom: 4px;
	font-size: 1.35rem;
	letter-spacing: 0.03em;
	color: #333333;
	line-height: 1.62;
}
#main .answerUl li .textBox p:last-child {
	margin-bottom: 0;
}
#main .answerUl li .textBox p .txtSpan {
	font-weight: 500;
	margin-right: 2px;
}

@media all and (min-width: 930px) {
	#main .subTextarea {
		min-height: 65px;
		line-height: 32px;
		border: none;
		padding: 0;
		margin: -4px 0 0;
		background: url(../img/common/line.png) repeat left top;
	}
	#superposition .tryBox .imgBox .textBox {
		padding-top: 2px;
	}
	#main .tryBox .link a:hover:before {
		transform:scaleX(1) translateZ(0)
	}
	#main .tryBox .link a:hover .out {
		transform:translate3d(0,-100%,0)
	}
	#main .tryBox .link a:hover .hvr {
		transform:translateZ(0)
	}
}

@media all and (max-width: 929px) {
	html,
	body,
	#container,
	#main {
		width: 100%;
		height: 100%;
	}
	body {
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	#main {
		margin: 0;
		max-width: 100%;
		overflow: hidden;
	}
	.whiteBox {
		/* width: 588px;
		height: 588px; */
		margin: 0;
		/* margin-left:calc((100% - 588px) * 0.5); */
		
		min-width: 100svh;
		max-height: 100svh;
		min-height: 100svh;
		height: 100svh;
		width: 100svh;
		padding: 0;
		/* left: calc(50% - 44svh); */
	}
	/* #main .thanks.show::before {
		border-width: calc(588px / 2);
	} */
	#main .answer {
		max-height: 100vh;
		transform: translateZ(2px);
	}
	#main .thanks {
		transform: translateZ(3px);
	}
	#main .answer .subAnswer {
		width: 100vw;
		max-width: 530px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 30px 25px 40px;
	}
	#main .tryBox .inn {
		max-width: 530px;
		margin: 0 auto;
		width: 100vw;
		padding: 53px 25px;
	}
	.mCSB_inside > .mCSB_container {
		margin-right: 0;
	}
	.whiteBox .mCSB_scrollTools,
	.whiteBox .simplebar-track {
		width: 16px;
		top: 26svh;
		bottom: 20svh;
		/* right: calc((600px - 100svh) * 0.5 + 150px); */
		right: calc((100svh - 600px) * 0.5 + 10px);
	}
	#main .whiteBox.sml .tryBox .inn {
		max-width: 375px;
	}
	.whiteBox.sml .mCSB_scrollTools,
	.whiteBox.sml .simplebar-track {
		right: calc(588px * 0.5 - 50vw + 5px);
	}
	.whiteBox .mCSB_scrollTools .mCSB_draggerRail {
		background: #fff;
	}
	.whiteBox .mCSB_scrollTools a {
		display: none !important;
	}
	.whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.whiteBox .simplebar-scrollbar.simplebar-visible:before {
		width: 2px;
	}
	.whiteBox .simplebar-scrollbar.simplebar-visible:before {
		right: 7px;
		left: 7px;
		top: 0;
		bottom: 0;
		opacity: 1;
	}
	.mCSB_scrollTools a + .mCSB_draggerContainer {
		right: -3px;
		margin: 10px 0;
	}
	#main .tryBox { 
		max-height: 100vh;
		/* padding-bottom: 10px; */
		box-sizing: border-box;
	}
	#main .tryBox .date {
		top: 24px;
		font-size: 1.3rem;
		letter-spacing: 0.02em;
	}
	#main .tryBox .date:after {
		top: -67px;
	}
	#main .tryBox .date .txtSpan {
		letter-spacing: 0.02em;
	}
	#main .tryBox .ttl {
		min-height: 33px;
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	#main .tryInner {
		padding-top: 0;
	}
	#main .tryBox .imgBox .photoBox {
		width: 36.9%;
		margin: 1px 20px 10px 0;
	}
	#main .tryBox .imgBox .photoBox .photo {
		width: auto;
	}
	#main .tryBox .imgBox .photoBox .photo img {
		width: 100%;
	}
	#main .tryBox .comTxt {
		font-size: 1.3rem;
		color: #383838;
		letter-spacing: 0.02em;
	}
	#main .tryBox .comTxt small {
		font-size: 1.05rem;
		letter-spacing: 0.035em;
		color: #383838;
	}
	#main .tryBox .imgBox .photoBox p {
		margin-bottom: 12px;
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		color: #383838;
		margin-right: -120px;
	}
	#main .tryBox .imgBox .photoBox p small {
		font-size: 1.05rem;
		color: #383838;
		letter-spacing: 0.035em;
		vertical-align: 1px;
	}
	#main .tryBox .imgBox .photoBox .comTxt {
		margin-bottom: 12px;
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		color: #383838;
	}
	#main .tryBox .imgBox .photoBox .comTxt small {
		font-size: 1.05rem;
		letter-spacing: 0.035em;
		color: #383838;
	}
	#main .tryBox .imgBox .textBox {
		padding-top: 30px;
	}
	#main p {
		letter-spacing: 0.015em;
		line-height: 1.75;
	}
	#main .tryBox .imgBox {
		margin-bottom: 26px;
	}
	#main .tryBox .txt {
		margin-bottom: 20px;
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #333333;
	}
	#main .tryBox .txt .txtSpan {
		margin-bottom: 5px;
		display: block;
		letter-spacing: 0.03em;
	}
	#main .tryBox .txt input[type="text"] {
		margin: 0 4px 0 0;
		width: calc(100% - 45px);
	}
	input[type="email"], input[type="tel"], input[type="text"] {
		height: 32px;
		font-size: 1.2rem;
		background-color: #FCFCFC;
	}
	textarea {
		height: 150px;
		padding: 11px 12px;
		font-size: 1.2rem;
		line-height: 1.71;
		letter-spacing: 0.03em;
		background-color: #FCFCFC;
	}
	#main .tryBox .txtBox {
		margin-bottom: 5px;
	}
	#main .tryBox .many {
		font-size: 1.1rem;
		margin: 0;
	}
	#main .tryBox .btmBox p {
		margin-bottom: 7px;
		font-size: 1.05rem;
		letter-spacing: 0.02em;
		color: #333333;
	}
	#main .tryBox .link {
		margin-bottom: 28px;
		width: 232px;
	}
	#main .tryBox .link a {
		min-height: 47px;
		font-size: 1.35rem;
	}
	#main .tryBox .btmBox .btmTxt {
		font-size: 1.1rem;
		letter-spacing: 0.015em;
		font-weight: 500;
		color: #717172;
	}
	#main .tryBox .btmBox .btmTxt02 {
		font-size: 0.9rem;
		color: #717172;
		letter-spacing: 0.04em;
	}
	#main .tryBox .link02 {
		width: 82px;
	}
	#main .tryBox .link02 a {
		min-height: 20px;
		font-size: 0.95rem;
		color: #59595A;
	}
	#main .thanks p {
		font-size: 3.7rem;
	}
	#main .subAnswer {
		max-width: inherit;
		padding: 13px 131px;
	}
	#main .answer .photo {
		margin-bottom: 7px;
		width: 42px;
		height: 42px;
	}
	#main .answer h2 {
		margin-bottom: 22px;
		font-size: 1.1rem;
		letter-spacing: 0.11em;
	}
	#main .answerBox {
		margin-bottom: 21px;
		padding: 26px 21px 23px;
		background-color: #F3F0F6;
		border-radius: 15px;
	}
	#main .answerBox p {
		margin-bottom: 4px;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
		color: #222222;
	}
	#main .answerBox .ttl {
		font-size: 2.3rem;
		top: -21px;
		letter-spacing: 0;
	}
	#main .answer h3 {
		margin-bottom: 15px;
		font-size: 1.05rem;
		letter-spacing: 0.06em;
	}
	#main .answer h3 .txtSpan {
		font-size: 1.8rem;
		letter-spacing: 0.01em;
		vertical-align: -1px;
		margin-right: 10px;
	}
	#main .answerUl li .img {
		width: 42px;
		height: 42px;
		margin-right: 12px;
	}
	#main .answerUl li .textBox p {
		font-size: 1.2rem;
		letter-spacing: 0.01em;
		color: #222222;
		line-height: 1.67;
	}
	#main .answerUl li {
		padding-bottom: 17px;
		margin-bottom: 16px;
	}
}

/*------------------------------------------------------------
	try02
------------------------------------------------------------*/
#wine .tryBox .date {
	color: #BF6686;
}
#wine .tryBox .ttl {
	color: #BF6686;
}
#wine .photo02 {
	margin: -61px 75px 20px 0;
	text-align: right;
}
#wine .tryBox .imgBox .photoBox {
	width: 315px;
}
#main .wineDl {
	margin-bottom: 26px;
	padding-top: 4px;
}
#main .wineDl dt {
	margin-bottom: 6px;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	font-weight: 500;
	color: #BF6686;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .wineDl dt .txtSpan {
	font-size: 1.25rem;
	color: #BF6686;
}
#main .wineDl dd {
	margin-bottom: 12px;
}
#wine .tryBox .link a {
	background-color: #CC7796;
}
#wine textarea {
	height: 33px;
	padding: 5px 10px;
}
#wine .tryBox .link a .hvr {
	color: #BF6686;
}
#wine .thanks::before {
	border-color: #CC7796;
}
#wine .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#wine .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #CC7796;
}
#wine .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #CC7796;
}
#wine .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#wine .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #CC7796;
}
#wine .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#wine .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#wine .answer h2,
#wine .answer h3,
#wine .answerBox .ttl {
	color: #CC7796;
}
#wine .answerBox {
	background-color: #FCF6F8;
}
@media all and (min-width: 930px) {
	#wine .tryBox .ttl {
		font-size: 2.4rem;
	}
	#wine .tryBox .imgBox .photoBox {
		margin-right: 48px;
	}
	#wine .tryBox .imgBox p {
		line-height: 1.84;
		letter-spacing: 0.05em;
	}
}

@media all and (max-width: 929px) {
	#wine .tryBox .imgBox .photoBox {
		margin-right: 0;
		float: none;
		width: auto;
	}
	#wine .tryBox .imgBox .photoBox .photo {
		max-width: 293px;
		width: auto;
	}
	#wine .tryBox .imgBox .textBox {
		padding-top: 13px;
	}
	#main .wineDl {
		padding-top: 1px;
		margin-bottom: 14px;
	}
	#main .wineDl dt {
		font-size: 1.3rem;
	}
	#main .wineDl dt .txtSpan {
		font-size: 1.1rem;
	}
	#wine textarea {
		height: 70px;
	}
}

/*------------------------------------------------------------
	try03
------------------------------------------------------------*/
#smartphone .tryBox .imgBox {
	padding: 0 2px;
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#smartphone .tryBox .imgBox .photoBox .photo {
	width: 206px;
}
#smartphone .tryBox .imgBox .photoBox {
	width: 235px;
	margin-right: 20px;
}
#smartphone .tryBox .imgBox .textBox {
	margin-top: -4px;
	flex: 1;
}
#smartphone .tryBox .imgBox .textBox p {
	margin-bottom: 32px;
}
#main .contactUl {
	padding-bottom: 3px;
}
#main .contactUl > li {
	margin-bottom: 14px;
}
#main .contactUl .subUl {
	display: flex;
	flex-wrap: wrap;
}
#main .contactUl .subUl li {
	width: 143px;
	margin-right: 32px;
}
#main .contactUl .subUl li:last-child {
	margin-right: 0;
}
#main .contactUl .subUl .liStyle {
	flex: 1;
}
#main .contactBox dt {
	margin-bottom: 10px;
	font-size: 1.45rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #EA5C7A;
	line-height: 1.27;
}
#main .contactUl dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .contactUl dt {
	margin-bottom: 2px;
	width: 38px;
	padding-right: 5px;
	flex-shrink: 0;
	box-sizing: border-box;
}
#main .contactUl dd {
	flex: 1;
}
#main .contactBox dd .many {
	color: #EA5C7A;
	display: block;
}
#smartphone .tryBox .link a {
	background-color: #EA5C7A;
}
#smartphone .tryBox .date {
	color: #EA5C7A;
}
#smartphone .tryBox .ttl {
	color: #EA5C7A;
}
#smartphone .tryBox .link a .hvr {
	color: #EA5C7A;
}
#smartphone .thanks::before {
	border-color: #EA5C7A;
}
#smartphone .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#smartphone .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #EA5C7A;
}
#smartphone .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #EA5C7A;
}
#smartphone .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#smartphone .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #EA5C7A;
}
#smartphone .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#smartphone .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#smartphone .answer h2,
#smartphone .answer h3,
#smartphone .answerBox .ttl {
	color: #EA5C7A;
}
#smartphone .answerBox {
	background-color: #FCF6F8;
}
@media all and (min-width: 930px) {
}

@media all and (max-width: 929px) {
	#smartphone .tryBox .imgBox {
		padding: 8px 0 0;
	}
	#smartphone .tryBox .imgBox .photoBox {
		width: 38.5%;
		margin: -66px 1px 0 20px;
		order: 2;
	}
	#smartphone .tryBox .imgBox .photoBox .photo {
		width: auto;
	}
	#smartphone .tryBox .imgBox .photoBox .photo img {
		width: 100%;
	}
	#smartphone .tryBox .comTxt small {
		display: block;
		margin: 2px 0 0;
	}
	#smartphone .tryBox .imgBox .textBox {
		padding-top: 0;
	}
	#smartphone .tryBox .imgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	#main .contactUl {
		margin-bottom: -2px;
	}
	#main .contactBox dt {
		margin-bottom: 5px;
		font-size: 1.25rem;
		display: flex;
		justify-content: space-between;
		letter-spacing: 0.03em;
	}
	#main .contactBox dt .many {
		margin-top: 2px;
		color: #EA5C7A;
	}
	#main .contactUl dl {
		display: block;
	}
	#main .contactUl dt {
		width: auto;
		padding: 0;
	}
	#main .contactUl .subUl li {
		width: 27.5%;
		margin-right: 23px;
	}
	#smartphone textarea {
		height: 87px;
	}
	#smartphone .contactBox dd small {
		display: none;
	}
	#main .contactBox {
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
	try04
------------------------------------------------------------*/
#average .tryBox .date {
	color: #EC6744;
}
#average .tryBox .ttl {
	color: #EC6744;
}
#average .tryBox .comTxt {
	margin-bottom: 3px;
}
#average .tryBox .imgBox .photoBox {
	width: 193px;
	margin: 10px 45px 20px 0;
}
#average .inner {
	margin-top: -2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#average .inner .photoBox {
	width: 118px;
	order: 2;
	margin: 0 -41px 0 17px;
}
#average .imgBox p {
	line-height: 1.75;
}
#average .inner .contactBox {
	flex: 1;
}
#average .contactUl dl {
	align-items: flex-start;
}
#average .contactUl dt {
	color: #EC6744;
	font-size: 1.5rem;
	letter-spacing: 0.035em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 78px;
	padding: 5px 8px 0 0;
}
#average .contactUl dt .num  {
	margin-right: 5px;
	font-size: 1.85rem;
	letter-spacing: 0.1em;
	vertical-align: -1px;
}
#average .contactUl dd {
	margin-bottom: 5px;
	flex: none;
	width: calc(100% - 78px);
}
#average .contactUl dl .many {
	color: #EC6744;
	font-size: 1.15rem;
	font-weight: 500;
	margin-top: -2px;
}
#average .contactUl > li {
	margin-bottom: 7px;
}
#average .contactUl > li:last-child {
	margin-bottom: 2px;
}
#average .tryBox .link a {
	background-color: #EC6744;
}
#average textarea {
	height: 33px;
	padding-top: 5px;
}
#average .tryBox .link a .hvr {
	color: #EC6744;
}
#average .thanks::before {
	border-color: #EC6744;
}
#average .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#average .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #EC6744;
}
#average .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #EC6744;
}
#average .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#average .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #EC6744;
}
#average .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#average .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#average .answer h2,
#average .answer h3,
#average .answerBox .ttl {
	color: #EC6744;
}
#average .answerBox {
	background-color: #FEF5F2;
}
@media all and (min-width: 930px) {
	#average .tryBox .ttl {
		font-size: 2.5rem;
	}
	#average .contactUl dt small {
		display: none;
	}
}

@media all and (max-width: 929px) {
	#average .tryBox .comTxt {
		margin-bottom: 5px;
	}
	#average .tryBox .imgBox .photoBox {
		width: 47.6%;
		margin: 13px 20px 4px 0;
	}
	#average .tryBox .imgBox .textBox {
		padding-top: 0;
	}
	#average .inner {
		display: block;
	}
	#average .inner .photoBox {
		display: none;
	}
	#average .tryBox .imgBox {
		margin-bottom: 24px;
	}
	#average .contactUl dt {
		width: auto;
		padding: 0;
		justify-content: space-between;
		font-size: 1.3rem;
		letter-spacing: 0.05rem;
	}
	#average .contactUl dt .num {
		font-size: 1.6rem;
		letter-spacing: 0.03rem;
		vertical-align: -1px;
	}
	#average .contactUl dd {
		width: auto;
		margin-bottom: 6px;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}
	#average textarea {
		height: 70px;
	}
	#average .contactUl dl .many {
		margin-top: 3px;
		font-size: 1.1rem;
		letter-spacing: 0;
		color: #EC6744;
	}
	#average .contactUl dd .many {
		display: none;
	}
	#average .contactUl > li {
		margin-bottom: 18px;
	}
	#average .inner .contactBox {
		margin-bottom: 10px;
	}
}

/*------------------------------------------------------------
	try05
------------------------------------------------------------*/
#feudal .tryBox .date {
	color: #CE788A;
}
#feudal .tryBox .ttl {
	font-size: 3rem;
	color: #CE788A;
}
#feudal .tryBox .imgBox .photoBox {
	margin: 5px 0 10px 50px;
	width: 266px;
	float: right;
}
#feudal .tryBox .imgBox .photoBox .photo {
	display: block;
}
#feudal .tryBox .imgBox p {
	letter-spacing: 0.02rem;
	line-height: 1.786;
}
#main .comTxtList {
	margin-right: -10px;
	display: block;
	margin-top: 10px;
	font-size: 1.05rem;
}
#main .comTxtList > span {
	margin-bottom: 2px;
	display: flex;
}
#main .comTxtList > span .num {
	flex-shrink: 0;
}
#feudal .feudalTtl {
	margin-bottom: 8px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #C96F82;
	letter-spacing: 0.03em;
}
#feudal .feudalTtl .txtSpan {
	margin-left: 7px;
	font-size: 1.9rem;
	letter-spacing: 0.01em;
}
#feudal .subTextarea {
	height: 132px;
}
#feudal .tryBox .txtBox .many {
	color: #CE788A;
}
#feudal .feudalBox {
	margin-bottom: 10px;
}
#feudal .tryBox .link a {
	background-color: #CE788A;
}
#feudal .tryBox .link a .hvr {
	color: #CE788A;
}
#feudal .thanks::before {
	border-color: #CE788A;
}
#feudal .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#feudal .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #CE788A;
}
#feudal .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #CE788A;
}
#feudal .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#feudal .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #CE788A;
}
#feudal .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#feudal .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#feudal .answer h2,
#feudal .answer h3,
#feudal .answerBox .ttl {
	color: #CE788A;
}
#feudal .answerBox {
	background-color: #FCF6F7;
}
@media all and (max-width: 929px) {
	#feudal .tryBox .ttl {
		font-size: 2rem;
		margin-bottom: 15px;
	}
	#feudal .tryBox .imgBox .textBox {
		padding: 0;
	}
	#feudal .tryBox .imgBox p {
		margin-bottom: 5px;
	}
	#feudal .tryBox .imgBox .photoBox {
		width: 55.6%;
		margin: 16px 0 10px 20px;
	}
	#main .comTxtList {
		margin: 8px 0 0;
		font-size: 1rem;
		letter-spacing: 0;
		color: #222222;
		line-height: 1.7;
	}
	#main .comTxtList > span .num {
		margin-right: 3px;
	}
	#main .comTxtList > span {
		margin-bottom: 4px;
	}
	#feudal .tryBox .imgBox {
		margin-bottom: 22px;
	}
	#feudal .feudalTtl {
		margin-bottom: 4px;
		font-size: 1.3rem;
		letter-spacing: 0.03em;
	}
	#feudal .feudalTtl .txtSpan {
		font-size: 1.6rem;
		letter-spacing: 0.01em;
	}
	#feudal .subTextarea {
		height: 190px;
	}
	#feudal .feudalTtl .many {
		padding-top: 8px;
		float: right;
		color: #C86F82;
	}
	#feudal .feudalBox {
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
	try06
------------------------------------------------------------*/
#cows .tryBox .date {
	color: #D43059;
}
#cows .tryBox .ttl {
	color: #D43059;
}
#cows .tryBox .comTxt {
	margin-bottom: 2px;
}
#cows .tryBox .imgBox {
	margin-bottom: 15px;
}
#cows .tryBox .imgBox .photoBox {
	float: right;
	margin: -55px -38px 10px 24px;
}
#cows .tryBox .imgBox p {
	font-size: 1.35rem;
	line-height: 1.73;
}
#cows .tryBox .imgBox .photoBox02 {
	float: left;
	margin: 11px 22px 0 0;
}
#cows .tryBox .title {
	clear: both;
	font-size: 1.45rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#cows .tryBox .title02 {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.07em;
}
#cows .cowsList {
	margin-bottom: 12px;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
}
#cows .cowsList li {
	margin-bottom: 0px;
	display: flex;
}
#cows .cowsList li .num {
	margin: -2px 4px 0 0;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
	color: #D43059;
}
#cows .tryBox .link a {
	background-color: #D43059;
}
#cows .cowsBox {
	position: relative;
}
#cows .cowsBox .photo01 {
	position: absolute;
	top: 40px;
	left: -100px;
	z-index: -1;
}
#main .cowsDl {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .cowsDl dt {
	margin: 2px 0;
	width: 62px;
	padding-right: 5px;
	box-sizing: border-box;
	font-size: 1.45rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #000000;
}
#main .cowsDl dd {
	margin: 2px 0;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	width: calc(100% - 62px);
}
#main .cowsDl dd input {
	height: 29px;
}
#cows .tryBox .link a .hvr {
	color: #D43059;
}
#cows .thanks::before {
	border-color: #D43059;
}
#cows .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#cows .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #D43059;
}
#cows .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #D43059;
}
#cows .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#cows .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #D43059;
}
#cows .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#cows .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#cows .answer h2,
#cows .answer h3,
#cows .answerBox .ttl {
	color: #D43059;
}
#cows .answerBox {
	background-color: #FCF1F4;
}
@media all and (min-width: 930px) {
	#cows .tryBox .ttl {
		font-size: 2.4rem;
		letter-spacing: 0;
	}
}

@media all and (max-width: 929px) {
	#cows .tryBox .imgBox p {
		font-size: 1.2rem;
		letter-spacing: 0.015em;
		line-height: 1.75;
	}
	#cows .tryBox .imgBox .photoBox {
		display: none;
	}
	#cows .tryBox .imgBox .photoBox02 {
		display: none;
	}
	#cows .tryBox .title {
		margin-bottom: 9px;
		font-size: 1.25rem;
		color: #222;
		letter-spacing: 0.02em;
		line-height: 1.64;
	}
	#cows .tryBox .title02 {
		margin-bottom: 2px;
		font-size: 1.2rem;
		letter-spacing: 0.07em;
		color: #222222;
	}
	#cows .cowsList {
		margin-bottom: 15px;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
		line-height: 1.583;
	}
	#cows .cowsList li {
		margin-bottom: 3px;
	}
	#cows .cowsList li .num {
		font-size: 1.45rem;
	}
	#main .cowsDl {
		margin-bottom: 17px;
	}
	#main .cowsDl dt {
		margin: 5px 0 4px;
		padding-right: 2px;
		width: 54px;
		font-size: 1.3rem;
		font-weight: 700;
		color: #D43059;
	}
	#main .cowsDl .dtStyle {
		margin-top: -14px;
	}
	#main .cowsDl dd {
		margin: 5px 0 4px;
		width: calc(100% - 54px);
		font-size: 1.25rem;
		letter-spacing: 0.01em;
		line-height: 1.6;
	}
	#main .cowsDl dd input {
		height: 32px;
	}
	#cows .tryBox .imgBox .textBox {
		padding-top: 3px;
	}
	#cows .photoInner {
		margin-bottom: 22px;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#cows .photoInner img {
		width: 100%;
	}
	#cows .photoInner span {
		display: block;
	}
	#cows .photoInner .photoBox {
		order: 2;
		margin: 0 -12px 0 6px;
		width: 32.5%;
	}
	#cows .photoInner .photoBox02 {
		flex: 1;
	}
}


/*------------------------------------------------------------
	try07
------------------------------------------------------------*/
#sugarcane .tryBox .date {
	color: #6DBB5E;
}
#sugarcane .tryBox .ttl {
	color: #6DBB5E;
}
#sugarcane .tryBox .imgBox {
	margin-bottom: 24px;
}
#sugarcane .tryBox .imgBox .photoBox {
	float: right;
	width: 216px;
	margin: -86px 2px 10px 30px;
}
#sugarcane .tryBox .comTxt {
	margin-bottom: 8px;
}
#sugarcane .tryBox p {
	font-size: 1.35rem;
	line-height: 1.78;
}
#sugarcane .tryBox .title {
	margin-bottom: 4px;
	font-size: 1.55rem;
	color: #64B155;
	letter-spacing: 0.05em;
	font-weight: 500;
}
#sugarcane .tryBox .txtBox .many {
	color: #6DBB5E;
	margin-bottom: 0;
}
#sugarcane .tryBox .link a {
	background-color: #6DBB5E;
}
#sugarcane .tryBox .link a .hvr {
	color: #6DBB5E;
}
#sugarcane .thanks::before {
	border-color: #6DBB5E;
}
#sugarcane .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#sugarcane .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #6DBB5E;
}
#sugarcane .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #6DBB5E;
}
#sugarcane .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#sugarcane .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #6DBB5E;
}
#sugarcane .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#sugarcane .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#sugarcane .answer h2,
#sugarcane .answer h3,
#sugarcane .answerBox .ttl {
	color: #6DBB5E;
}
#sugarcane .answerBox {
	background-color: #F5FBF4;
}
@media all and (min-width: 930px) {
	#sugarcane .tryBox .ttl {
		font-size: 2.5rem;
	}
}

@media all and (max-width: 929px) {
	#sugarcane .tryBox .imgBox .photoBox {
		width: 60%;
		margin: -24px -23px 10px 15px;
	}
	#sugarcane .tryBox .imgBox .textBox {
		padding-top: 0;
		margin-top: -2px;
	}
	#sugarcane .tryBox p {
		font-size: 1.2rem;
		letter-spacing: 0.01em;
		line-height: 1.75;
	}
	#sugarcane .tryBox .title {
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		margin-bottom: 6px;
	}
	#sugarcane .tryBox .txtBox {
		margin-bottom: 5px;
	}
}

/*------------------------------------------------------------
	try08
------------------------------------------------------------*/
#hato_bus .tryBox .date {
	color: #8F56A0;
}
#hato_bus .tryBox .ttl {
	color: #8F56A0;
}
#hato_bus .tryBox .comTxt {
	margin-bottom: 5px;
}
#hato_bus .tryBox .imgBox {
	margin-bottom: -5px;
}
#hato_bus .tryBox .imgBox p {
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	line-height: 1.73;
}
#main .tryBox .fw500 {
	font-weight: 500;
}
#hato_bus .tryBox .imgBox .photoBox {
	width: 203px;
	float: right;
	margin: -47px -26px 10px 25px;
}
#hato_bus .tryBox .imgBox .photo {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
#hato_bus .tryBox .imgBox .photo .txtSpan {
	font-size: 1rem;
	margin-bottom: 6px;
	letter-spacing: 0.02em;
}
#hato_bus .tryBox .imgBox .photo02 {
	margin-bottom: -20px;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}
#hato_bus .tryBox .imgBox .photo .txtSpan02 {
	flex: 1;
	font-size: 1rem;
	margin-bottom: -12px;
	letter-spacing: 0;
	line-height: 1.5;
}
#hato_bus .tryBox .imgBox02 .photoBox {
	float: left;
	margin: 10px 24px 10px 0;
	width: 312px;
}
#hato_bus .tryBox .imgBox02 {
	margin-bottom: 20px;
}
#hato_bus .hatoDl {
	margin-bottom: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#hato_bus .hatoDl:last-child {
	margin-bottom: 0 !important;
}
#hato_bus .hatoDl dt {
	margin-top: -2px;
	width: 285px;
	padding-right: 2px;
	font-size: 1.35rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #7E3E91;
	box-sizing: border-box;
}
#hato_bus .hatoDl dd {
	width: calc(100% - 285px);
}
#hato_bus .hatoDl02 {
	display: block;
}
#hato_bus .hatoDl02 dt {
	margin-bottom: 6px;
	width: auto;
}
#hato_bus .hatoDl02 dd {
	width: auto;
}
#hato_bus .hatoDl02 dd textarea {
	height: 65px;
}
#hato_bus .tryBox .many {
	color: #7E3E91;
}
#hato_bus .dlBox {
	margin-bottom: -15px;
}
#hato_bus .tryBox .link a .hvr {
	color: #8F56A0;
}
#hato_bus .thanks::before {
	border-color: #8F58A0;
}
#hato_bus .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#hato_bus .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #8F58A0;
}
#hato_bus .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #8F58A0;
}
#hato_bus .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#hato_bus .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #8F58A0;
}
#hato_bus .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#hato_bus .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#hato_bus .tryBox .link a {
	background-color: #8F58A0;
}
#hato_bus .answer h2,
#hato_bus .answer h3,
#hato_bus .answerBox .ttl {
	color: #8F58A0;
}
#hato_bus .answerBox {
	background-color: #F8F4F9;
}
@media all and (min-width: 930px) {
	#hato_bus .tryBox .ttl {
		font-size: 2.6rem;
	}
}
@media all and (max-width: 929px) {
	#hato_bus .tryBox .ttl {
		font-size: 1.9rem;
	}
	#hato_bus .tryBox .imgBox .photoBox {
		width: 39.4%;
		margin: 6px 1px 10px 15px;
	}
	#hato_bus .tryBox .imgBox .textBox {
		padding-top: 0;
	}
	#hato_bus .tryBox .imgBox .photo .txtSpan {
		order: 2;
		margin: 5px 0 0;
		font-size: 0.95rem;
	}
	#hato_bus .tryBox .imgBox .photo02 .img {
		margin: 5px 10px -6px;
	}
	#hato_bus .tryBox .imgBox .photo .txtSpan02 {
		order: 2;
		line-height: 1.42;
		font-size: 0.95rem;
	}
	#hato_bus .tryBox .imgBox p {
		font-size: 1.2rem;
		line-height: 1.75;
	}
	#hato_bus .tryBox .imgBox {
		margin-bottom: 15px;
	}
	#hato_bus .tryBox .imgBox02 .photoBox {
		float: none;
		width: auto;
		margin: 0 0 15px;
	}
	#hato_bus .tryBox .imgBox02 .photoBox img {
		width: 100%;
	}
	#hato_bus .tryBox .imgBox02 {
		margin-bottom: 23px;
	}
	#hato_bus .hatoDl {
		margin-bottom: 20px;
		display: block;
	}
	#hato_bus .hatoDl dt {
		width: auto;
		padding: 0;
		margin: 0 0 7px;
		font-size: 1.3rem;
	}
	#hato_bus .hatoDl dd {
		width: auto;
	}
	#hato_bus .hatoDl02 dd textarea {
		height: 150px;
	}
	/* #hato_bus .many {
		font-size: 1.1rem;
	} */
	#hato_bus .dlBox {
		margin-bottom: 5px;
	}
	#hato_bus .tryBox .imgBox .photo02 {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------------
	try09
------------------------------------------------------------*/
#field .tryBox .date {
	color: #D32767;
}
#field .tryBox .ttl {
	color: #D32767;
	letter-spacing: 0;
}
#field .tryBox .imgBox {
	margin-bottom: 30px;
}
#field .tryBox .imgBox .photoBox {
	width: 130px;
	float: right;
	margin: -2px 0 20px 25px;
}
#field .tryBox .imgBox p {
	font-size: 1.35rem;
	line-height: 1.74;
	letter-spacing: 0.05em;
}
#field .tryBox .comTxt {
	margin-bottom: 5px;
}
#field .fieldDl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.64;
}
#field .fieldDl dt {
	font-size: 1.45rem;
	font-weight: 500;
	color: #D32767;
	width: 58px;
	padding-right: 5px;
	box-sizing: border-box;
	letter-spacing: 0.08em;
}
#field .fieldDl dd {
	margin-bottom: 8px;
	width: calc(100% - 58px);
	font-size: 1.4rem;
	color: #383838;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#field .textareaBox {
	margin: 10px 10px 0 12px;
	position: relative;
}
#field .textareaBox:after {
	position: absolute;  
	bottom: -6px;
	right: -18px;  
	content: "」"; 
	font-size: 1.45rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #383838;
	font-feature-settings: normal;
}
#field .textareaBox::before {
	position: absolute;  
	top: -9px;
	left: -18px;  
	content: "「"; 
	font-size: 1.45rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #383838;
	font-feature-settings: normal;
}
#field textarea {
	height: 63px;
}
#field .tryBox .many {
	color: #D32767;
	margin: 0 10px 0 0;
}
#field .tryBox .link a .hvr {
	color: #D32767;
}
#field .thanks::before {
	border-color: #D32767;
}
#field .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#field .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #D32767;
}
#field .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #D32767;
}
#field .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#field .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #D32767;
}
#field .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#field .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#field .tryBox .link a {
	background-color: #D32767;
}
#field .answer h2,
#field .answer h3,
#field .answerBox .ttl {
	color: #D32767;
}
#field .answerBox {
	background-color: #FCF0F5;
}
@media all and (min-width: 930px) {
	#field .tryBox .ttl {
		font-size: 2.5rem;
	}
	#field textarea {
		font-size: 1.35rem;
		letter-spacing: 0.04em;
	}
}
@media all and (max-width: 929px) {
	#field .tryBox .imgBox .textBox {
		padding-top: 2px;
	}
	#field .tryBox .imgBox .photoBox {
		width: 32.5%;
		margin: 7px 1px 10px 15px;
	}
	#field .tryBox .imgBox p {
		font-size: 1.2rem;
		letter-spacing: 0.015em;
		line-height: 1.75;
	}
	#field .tryBox .imgBox {
		margin-bottom: 16px;
	}
	#field .fieldDl {
		line-height: 1.625;
	}
	#field .fieldDl dt {
		width: 50px;
		font-size: 1.2rem;
		letter-spacing: 0.03em;
	}
	#field .fieldDl dd {
		margin-bottom: 6px;
		width: calc(100% - 50px);
		font-size: 1.2rem;
		letter-spacing: 0.01em;
	}
	#field .textareaBox {
		margin: 6px 20px 2px 15px;
	}
	#field .textareaBox::before {
		font-size: 1.2rem;
		letter-spacing: 0.01em;
		top: -6px;
	}
	#field .textareaBox::after {
		font-size: 1.2rem;
		letter-spacing: 0.01em;
		bottom: -3px;
	}
	#field .textareaBox.none {
		margin: 0;
	}
	#field .textareaBox.none::after,
	#field .textareaBox.none::before {
		display: none;
	}
	#field .textareaBox .img {
		display: block;
	}
	#field .textareaBox .img img {
		width: 100%;
		display: block;
	}
	#field textarea {
		height: 131px;
		font-size: 1.2rem;
	}
	#field .tryBox .many {
		margin-right: 20px;
	}
	#field .dlBox {
		margin-bottom: 4px;
	}
}


/*------------------------------------------------------------
	try10
------------------------------------------------------------*/
#farmed .tryBox .date {
	color: #EFB400;
}
#farmed .tryBox .ttl {
	color: #EFB400;
}
#farmed .tryBox .comTxt {
	margin-bottom: 5px;
}
#farmed .tryBox .farmedTxt {
	margin-bottom: 12px;
	font-size: 1.35rem;
}
#farmed .tryBox .photo {
	margin-bottom: 12px;
	text-align: center;
}
#farmed .list {
	margin-bottom: 25px;
	padding-top: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#farmed .list li {
	width: 48%;
}
#farmed .list li dt {
	margin-bottom: 3px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: 0.07em;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#farmed .list li dt .txtSpan {
	font-size: 1.2rem;
	color: #EFB400;
	letter-spacing: 0;
}
#farmed .tryBox .link a .hvr {
	color: #EFB400;
}
#farmed .thanks::before {
	border-color: #F7BC01;
}
#farmed .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#farmed .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #F7BC01;
}
#farmed .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #F7BC01;
}
#farmed .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#farmed .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #F7BC01;
}
#farmed .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#farmed .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#farmed .tryBox .link a {
	background-color: #F7BC01;
}
#farmed .answer h2,
#farmed .answer h3,
#farmed .answerBox .ttl {
	color: #F7BC01;
}
#farmed .answerBox {
	background-color: #FFFBEE;
}
@media all and (min-width: 930px) {
	#farmed .tryBox .ttl {
		font-size: 2.5rem;
		letter-spacing: 0;
	}
}
@media all and (max-width: 929px) {
	#farmed .tryBox .farmedTxt {
		margin-bottom: 15px;
		font-size: 1.2rem;
		letter-spacing: 0.015em;
		color: #222222;
		line-height: 1.75;
	}
	#farmed .tryBox .photo {
		margin-bottom: 15px;
	}
	#farmed .tryBox .photo img {
		width: 100%;
	}
	#farmed .list {
		margin-bottom: 22px;
		padding-top: 10px;
		display: block;
	}
	#farmed .list li {
		width: auto;
		margin-bottom: 13px;
	}
	#farmed .list li dt {
		margin-bottom: 8px;
		font-size: 1.3rem;
	}
	#farmed .list li dt .txtSpan {
		font-size: 1.1rem;
		margin-top: 2px;
	}
	#farmed textarea {
		height: 70px;
	}
}

/*------------------------------------------------------------
	try11
------------------------------------------------------------*/
#stamps .tryBox .date {
	color: #C50F69;
}
#stamps .tryBox .ttl {
	color: #C50F69;
}
#stamps .tryBox .comTxt {
	margin-bottom: 3px;
}
#stamps .tryBox .imgBox p {
	font-size: 1.3rem;
	line-height: 1.73;
	letter-spacing: 0.03em;
}
#stamps .tryBox .imgBox {
	margin-bottom: 23px;
}
#stamps .tryBox .imgBox .photoBox {
	float: right;
	margin: -31px -16px 10px 20px;
	width: 342px;
}
#stamps .tryBox .imgBox .textBox {
	padding-top: 20px;
}
#main .stampsBox {
	margin-bottom: 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .stampsBox .lBox {
	width: 224px;
}
#main .stampsBox .rBox {
	width: 415px;
}
#main .stampsBox .ttl02 {
	margin-bottom: 6px;
	font-weight: 500;
	color: #C50F69;
	letter-spacing: 0.05em;
}
#main .stampsBox .ttl02 small {
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	margin-left: 6px;
}
#main .stampsBox .photo {
	margin-bottom: 6px;
}
#main .stampsBox .list {
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}
#main .stampsBox .list li {
	width: 33.333%;
	padding-right: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#main .stampsBox .list li input[type="text"] {
	height: 30px;
	flex: 1;
}
#main .stampsBox .list li .txtSpan {
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #333333;
	flex-shrink: 0;
	width: 18px;
	text-align: right;
}
#stamps textarea {
	height: 118px;
}
#main .stampsBox .many {
	color: #C50F69;
	margin-top: 3px;
}
#stamps .tryBox .link a .hvr {
	color: #C50F69;
}
#stamps .thanks::before {
	border-color: #C50F69;
}
#stamps .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#stamps .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #C50F69;
}
#stamps .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #C50F69;
}
#stamps .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#stamps .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #C50F69;
}
#stamps .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#stamps .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#stamps .tryBox .link a {
	background-color: #C50F69;
}
#stamps .answer h2,
#stamps .answer h3,
#stamps .answerBox .ttl {
	color: #C50F69;
}
#stamps .answerBox {
	background-color: #FDF4F7;
}
@media all and (min-width: 930px) {
	#stamps .tryBox .ttl {
		font-size: 2.5rem;
		letter-spacing: 0;
	}
}
@media all and (max-width: 929px) {
	#stamps .tryBox .ttl {
		font-size: 1.6rem;
	}
	#stamps .tryBox .imgBox .textBox {
		padding-top: 3px;
	}
	#stamps .tryBox .imgBox p {
		font-size: 1.2rem;
		line-height: 1.75;
		letter-spacing: 0.01em;
	}
	#stamps .tryBox .imgBox .photoBox {
		width: auto;
		float: none;
		margin: 15px 0 20px;
	}
	#stamps .tryBox .imgBox .photoBox img {
		width: 100%;
		max-width: 400px;
	}
	#main .stampsBox {
		margin-bottom: 6px;
		display: block;
	}
	#main .stampsBox .lBox {
		margin-bottom: 20px;
		width: auto;
	}
	#main .stampsBox .rBox {
		width: auto;
	}
	#main .stampsBox .ttl02 {
		margin-bottom: 8px;
		font-size: 1.3rem;
		letter-spacing: 0.02em;
	}
	#main .stampsBox .ttl02 small{
		font-size: 1.1rem;
	}
	#main .stampsBox .photo {
		margin-bottom: 9px;
	}
	#main .stampsBox .photo img {
		width: 100%;
	}
	#main .stampsBox .list {
		margin-right: -6px;
	}
	#main .stampsBox .list li .txtSpan {
		font-size: 1.4rem;
		letter-spacing: 0.02em;
	}
	#main .stampsBox .list li {
		padding-right: 19px;
	}
	#stamps textarea {
		height: 150px;
		margin-top: -2px;
	}
}

/*------------------------------------------------------------
	try12
------------------------------------------------------------*/
#fireflies .tryBox .date {
	color: #E4434C;
}
#fireflies .tryBox .ttl {
	color: #E4434C;
}
#fireflies .tryBox .imgBox p {
	line-height: 1.74;
}
#fireflies .tryBox .comTxt {
	margin-bottom: 5px;
}
#fireflies .tryBox .imgBox {
	margin-bottom: 35px;
}
#fireflies .tryBox .imgBox .photoBox {
	margin: 12px 20px 5px 0;
	width: 198px;
}
#fireflies .tryBox .many {
	color: #E4434C;
}
#fireflies .tryBox .txtBox {
	margin-bottom: 5px;
}
#fireflies .tryBox .link a .hvr {
	color: #E4434C;
}
#fireflies .thanks::before {
	border-color: #E4434C;
}
#fireflies .whiteBox .mCSB_scrollTools .mCSB_buttonDown,
#fireflies .whiteBox .mCSB_scrollTools .mCSB_buttonUp {
	border-bottom-color: #E4434C;
}
#fireflies .whiteBox .mCSB_scrollTools .mCSB_buttonDown {
	border-top-color: #E4434C;
}
#fireflies .whiteBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#fireflies .whiteBox .simplebar-scrollbar.simplebar-visible:before {
	background: #E4434C;
}
#fireflies .whiteBox .mCSB_scrollTools .mCSB_buttonUp.on, 
#fireflies .whiteBox .mCSB_scrollTools .mCSB_buttonDown.on {
	border-bottom-color: #E6E5EA;
}
#fireflies .tryBox .link a {
	background-color: #E4434C;
}
#fireflies .answer h2,
#fireflies .answer h3,
#fireflies .answerBox .ttl {
	color: #E4434C;
}
#fireflies .answerBox {
	background-color: #FEF2F3;
}
@media all and (min-width: 930px) {
	#fireflies .tryBox .ttl {
		font-size: 2.5rem;
		min-height: 85px;
	}
}
@media all and (max-width: 929px) {
	#fireflies .tryBox .imgBox .textBox {
		letter-spacing: 0.015em;
		line-height: 1.75;
		padding-top: 1px;
	}
	#fireflies .tryBox .imgBox .photoBox {
		width: 40.2%;
	}
	#fireflies .tryBox .imgBox {
		margin-bottom: 25px;
	}
	
}


@media all and (max-height: 870px) and (min-width: 930px) {
	#main .tryBox .inn {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
