@charset "utf-8";

.btn_area.detail .detail {
	margin: 32px auto 0;
	max-width: 260px;
	border-radius: 8px;
	line-height: 38px;
}
.btn.btn02::before{
	opacity: 1;
	left: 20px;
}

@media screen and (max-width: 480px) {
	.btn_area.detail .detail {
		max-width: inherit;
		margin-top: 25px;
	}
}

/* load */
#bgLoader {
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99999;
}

#EmergencyArea {
	display: flex;
	background: #fce5e7;
	border-radius: 5px;
	border: 1px solid #e50000;
	overflow: hidden;
	margin: 7px auto 20px;
	width: 96%;
}

#EmergencyArea .ttl,
#EmergencyArea .detail {
	padding: 14px 10px 12px;
}

_:-ms-input-placeholder,
:root #EmergencyArea .ttl,
#EmergencyArea .detail {
	padding: 15px 10px 8px;
}

#EmergencyArea .ttl {
	font-weight: bold;
	background: #e50000;
	color: #fff;
	width: 230px;
	text-align: center;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

#EmergencyArea .detail {
	padding-left: 5px;
	width: 770px;
}

#EmergencyArea .detail a {
	text-decoration: underline;
}

#EmergencyArea .detail a:hover {
	text-decoration: none;
}

#EmergencyArea .detail .text {
	padding-left: 1em;
	font-size: 1.6rem;
	display: block;
	line-height: 1.8;
}

#EmergencyArea .detail .text + .text {
	margin-top: 8px;
}

#EmergencyArea .detail .text.indent {
	text-indent: -1em;
	padding-left: 2em;
}

@media screen and (max-width: 768px) {
	#EmergencyArea {
		display: block;
		padding: 0;
		width: calc(100% - 30px);
		margin: 20px auto;
	}

	#EmergencyArea .ttl,
	#EmergencyArea .detail {
		width: 100%;
		padding: 10px;
	}

	#EmergencyArea .ttl {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	#EmergencyArea .detail {
	}
	#EmergencyArea .detail .text{
		padding-left: 0;
		font-size: 1.4rem;
	}
}

.deco {
	position: absolute;
	z-index: 1;
}

.deco_bubble01 {
	width: 228px;
	height: 228px;
	background: rgba(227, 175, 203, 0.7);
	top: 100px;
	right: -296px;
	z-index: 2;
}

.deco_bubble02 {
	width: 190px;
	height: 190px;
	background: rgba(125, 193, 219, 0.7);
	top: 40px;
	left: -21vw;
	z-index: 2;
}

.deco_bubble03 {
	width: 197px;
	height: 197px;
	background: rgba(198, 213, 160, 0.7);
	top: 30px;
	right: -275px;
	z-index: 1;
}

.deco_bubble04 {
	width: 150px;
	height: 150px;
	background: rgba(219, 171, 92, 0.7);
	bottom: 110px;
	left: -260px;
	z-index: 10;
}

.deco_bubble05 {
	width: 200px;
	height: 200px;
	background: rgba(227, 175, 203, 0.7);
	bottom: -188px;
	left: -340px;
}

.deco_bubble06 {
	width: 196px;
	height: 196px;
	background: rgba(125, 193, 219, 0.7);
	top: 30px;
	right: -245px;
}

@media screen and (max-width: 1440px) {
	.deco_bubble02{
		left: -200px;
	}
	.deco_bubble05 {
		left: -200px;
	}

}
@media screen and (max-width: 768px) {
	.deco {
		z-index: 1;
	}
	.deco_bubble01 {
		top: 53vw;
		right: -15vw;
	}

	.deco_bubble02 {
		top: 51vw;
		left: -12vw;
	}

	.deco_bubble03 {
		top: 30vw;
		right: -12vw;
	}

	.deco_bubble04 {
		left: -12vw;
	}

	.deco_bubble05 {
		top: 40px;
		bottom: auto;
		left: -12vw;
	}
	.deco_bubble06 {
		top: -7vw;
		right: -15vw;
	}
}

@media screen and (max-width: 767px) {
	.deco_bubble01 {
		right: -22vw;
	}

	.deco_bubble01 canvas {
		width: 130px;
		height: 130px;
	}

	.deco_bubble02 {
		left: -8vw;
	}

	.deco_bubble02 canvas {
		width: 150px;
		height: 150px;
	}

	.deco_bubble03 canvas {
		width: 110px;
		height: 110px;
	}

	.deco_bubble04 {
		left: -5vw;
	}

	.deco_bubble04 canvas {
		width: 110px;
		height: 110px;
	}

	.deco_bubble05 {
		bottom: 35vw;
		left: -7vw;
	}

	.deco_bubble05 canvas {
		width: 115px;
		height: 115px;
	}

	.deco_bubble06 {
		top: 0;
	}

	.deco_bubble06 canvas {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 480px) {
	.deco_bubble01 {
		top: 58vw;
		right: -190px;
	}
		.deco_bubble01 canvas {
			width: 100px;
			height: 100px;
		}
	.deco_bubble02 {
		top: 52vw;
		left: -60px;
	}
		.deco_bubble02 canvas {
			width: 100px;
			height: 100px;
		}
	.deco_bubble03 {
		top: 50vw;
		right: -110px;
	}
	.deco_bubble04 {
		left: -50px;
	}
	.deco_bubble05 {
		bottom: 35vw;
		left: -50px;
	}
	.deco_bubble06 {
		right: -150px;
	}
}

.btn.btn02 {
	max-width: 300px;
}

#mvTop {
	margin: 0 auto;
	background: url("/assets/img/img_mv_pc.jpg") no-repeat center center / cover;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mvTop .mvTop_inner{
	padding: 0 15px;
	max-width: 1130px;
	width: 100%;
	position: relative;
	z-index: 3;
}
#mvTop .text_area {
	color: #fff;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
}

#mvTop .text_area > p{
	text-shadow: 6px 4px 20px #000000;
	-webkit-text-stroke: 0.1px #fff;
}

#mvTop .text_area .main {
	font-size: 3.9rem;
	letter-spacing: 0.5px;
}

#mvTop .text_area .sub {
	font-size: 2rem;
	margin-top: 25px;
	letter-spacing: 2px;
	line-height: 1.6;
}

#mvTop .text_area .mv_inner {
	display: flex;
}
@media screen and (max-width: 768px) {
	#mvTop .text_area .mv_inner {
		flex-direction: column;
	}
}

#mvTop .text_area .linkBox{
	background: rgba(0,153,214,0.75);
	border-radius: 15px;
	max-width: 450px;
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	padding: 25px 40px;
	margin-top: 25px;
	margin-right: 50px;
}
#mvTop .text_area .linkBox:nth-child(2){
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	#mvTop .text_area .linkBox:nth-child(2){
		margin-right: auto;
	}
}

#mvTop .text_area .linkBox p{
	letter-spacing: 1px;
}
#mvTop .text_area .linkBox a{
	display: block;
	max-width: 260px;
	width: 100%;
	margin: 20px auto 0;
	color: #0099d6;
	background: #fff;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 10px;
	line-height: 40px;
	position: relative;
}
#mvTop .text_area .linkBox a:hover{
	opacity: 0.8;
}
#mvTop .text_area .linkBox a::before{
	content: "\f138";
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: 600;
	color: #0099d6;
	font-size: 100%;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
#mvTop .text_area .linkBox a .ico_blank02.ico_col_blue{
	width: 9px;
	height: 9px;
	transform: translateY(-6px);
}

#mvTopLead {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 43px 0 60px;
}

.js-inview_show.a_fadeup {
	animation: 0.3s ease fadeUp forwards;
}

#mvTop .text_area .linkBox.younet_login p{
	text-align: center;
	margin-top: 15px;
}
#mvTop .text_area .linkBox.younet_login a{
	margin-top: 32px;
}

@keyframes fadeUp {
	0% {
		overflow: hidden;
		opacity: 0;
		transform: translateY(15px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.a_fadeup {
	opacity: 0;
}

.js-inview_show.a_fadeup {
	animation: fadeUp 2.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}

.hd01{
	margin-bottom: 25px;
}

#newsArea.inner {
	max-width: 920px;
}

@media screen and (max-width: 870px) and (min-width: 769px) {
	#mvTop .text_area {
		top: 4.5vw;
	}
}

@media screen and (max-width: 768px) {
	#mvTop {
		margin: 10px auto 0;
		background: url("/assets/img/img_mv_sp.jpg") no-repeat center center / cover;
		max-height: 790px;
		height: 145vw;
	}
	#mvTop .text_area > p{
		text-align: right;
		text-shadow: 3px 3px 6px #1f2020;
	}
	#mvTop .text_area .main {
		font-size: 5vw;
		line-height: 1.7;
	}
	#mvTop .text_area .sub {
		font-size: 2.8vw;
		line-height: 1.6;
	}
	#mvTop .text_area .sub .pc{
		display: none;
	}
	#mvTop .text_area .linkBox{
		padding: 25px 8%;
		font-size: 2.2vw;
		width: 70%;
	}
	#mvTop .text_area .linkBox a{
		font-size: 2.2vw;
	}

	#mvTop .photo img {
		max-width: inherit;
		width: 100%;
	}
	#mvTop .text_area .linkBox{
		margin: 25px auto 0;
	}
	#mvTopLead {
		margin: -45px auto 0;
		padding: 65px 0 43px;
	}
}
@media screen and (max-width: 500px) {
	#mvTop .text_area .main{
		font-size: 6vw;
	}
	#mvTop .text_area .sub{
		font-size: 3.2vw;
	}
	#mvTop .text_area .linkBox{
		font-size: 1.2rem;
		border-radius: 10px;
		padding: 15px 8%;
		width: 100%;
	}
	#mvTop .text_area .linkBox a{
		font-size: 1.3rem;
		border-radius: 5px;
		max-width: inherit;
		margin-top: 10px;
	}
	#mvTop .text_area .linkBox p{
		max-width: 260px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	#mvTop .text_area .main {
		line-height: 1.4;
	}
	#mvTop .text_area .sub {
		margin-top: 4vw;
	}

	#mvTop .photo img {
		max-width: inherit;
		width: 100%;
	}

	#mvTopLead {
		margin-top: -30px;
	}
}

#anchorArea {
	height: 98px;
	background: #dbd2b8;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#anchorArea::before,
#anchorArea::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 6px;
	background: url(/assets/img/img_anchor_tria.png) repeat-x center center;
	position: absolute;
	left: 0;
}

#anchorArea::before {
	top: -6px;
	transform: rotate(180deg);
}

_:-ms-input-placeholder,
:root #anchorArea::before {
	top: -5px;
}

#anchorArea::after {
	bottom: -6px;
}

#anchorArea .ancker_box {
	width: 98%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

_:-ms-input-placeholder,
:root #anchorArea .ancker_box {
	margin: 0;
}

#anchorArea .ancker_box li {
	margin-right: 10px;
	max-width: 310px;
	width: 100%;
}

#anchorArea .ancker_box li:last-child {
	margin-right: 0;
}

#anchorArea .ancker_box li a{
	padding: 7px 0;
	border-radius: 23px;
	max-width: inherit;
}

#anchorArea .ancker_box li a.btn.btn02::before{
	transform: translateY(-50%) rotate(-90deg);
	left: 16px;
}

#bnrAreaTop {
	margin-top: 90px;
}

#kentouchuArea {
	padding: 44px 10px 40px;
	width: 100%;
	border-bottom: dotted 2px #e0e0e0;
}

#kentouchuArea .hd01{
	margin-bottom: 35px;
}

.styleBox01{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.styleBox01 li{
	border: solid 1px #0099d6;
	border-radius: 4px;
	width: calc(93% / 4);
}

.styleBox01 li a{
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.styleBox01 li a:hover{
	background: rgba(201, 240, 255, 0.4);
}
.styleBox01 li a .detail{
	padding: 15px 10px 12px;
}
.styleBox01 li a .detail .text{
	margin-bottom: 10px;
	color: #0099d6;
	font-size: 1.8rem;
}
.styleBox01 li.secondrow a .detail .text{
	margin-bottom: 20px;
}

.styleBox01 li a .detail p{
	font-size: 1.5rem;
}
.styleBox01 li a figure{
	max-width: 56px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 15px;
}
#kentouchuArea .styleBox01 li:nth-child(3) a figure{
	max-width: 70px;
}
/*.styleBox01 li a .link{
	border-top: solid 1px #0099d6;
	padding: 1px 0;
}
.styleBox01 li:hover a .link{
	background: #0099d6;
}
	.styleBox01 li a .link::before{
		content: "\f138";
		display: inline-block;
		font-family: "FontAwesome";
		color: #0099d6;
		border-radius: 100%;
		font-size: 1.5rem;
		font-weight: 600;
		transition: 0.2s ease;
		padding: 0 5px;
	}
	.styleBox01 li:hover a .link::before{
		color: #fff;
	}
		.styleBox01 li a .link > span{
			opacity: 0;
			position: absolute;
			transition: 0.2s ease;
			font-size: 1.4rem;
		}
		.styleBox01 li:hover a .link > span{
			position: inherit;
			opacity: 1;
			color: #fff;
		}*/


@media screen and (max-width: 960px) {
	.styleBox01{
		flex-wrap: wrap;
	}
	.styleBox01 li{
		width: calc(98% / 2);
		margin-bottom: 2%;
		position: relative;
	}
	.styleBox01 li::after{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 2px #0099d6;
		border-right: solid 2px #0099d6;
		transform: rotate(45deg);
		position: absolute;
		right: 7px;
		bottom: 7px;
	}
	.styleBox01 li:nth-child(3),
	.styleBox01 li:nth-child(4){
		margin-bottom: 0;
	}
	/*.styleBox01 li a .link{
		display: none;
	}*/
}
@media screen and (max-width: 768px) {
	#kentouchuArea{
		padding: 40px 0 50px;
	}
	#bnrAreaTop {
		margin: 40px auto 0;
		text-align: center;
		max-width: 345px;
	}
	
	.styleBox01 li a .detail .text{
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.styleBox01 li a .detail p{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {
	#kentouchuArea {
		padding: 30px 0 40px;
	}
	#kentouchuArea .inner{
		padding: 0 10px;
	}
	#kentouchuArea .btn_area,
	#kanyushaArea .btn_area{
		display: none;
	}
}
@media screen and (max-width: 600px) {
	#anchorArea{
		height: auto;
		padding: 20px 0;
	}
	#anchorArea .ancker_box{
		flex-wrap: wrap;
		width: 100%;
	}
	#anchorArea .ancker_box li{
		max-width: inherit;
		width: calc(98% / 2);
		margin-right: 2%;
	}
	#anchorArea .ancker_box li:nth-child(2),
	#anchorArea .ancker_box li:nth-child(3){
		margin-right: 0;
	}
	#anchorArea .ancker_box li:last-child{
		width: 100%;
		margin-top: 10px;
	}
	#anchorArea .ancker_box li a{
		max-width: inherit;
	}
}
@media screen and (max-width: 480px) {
	#anchorArea .ancker_box {
		padding: 0 10px;
		justify-content: space-between;
	}
	#anchorArea .ancker_box li {
		font-size: 1.4rem;
	}

	#anchorArea .ancker_box li a {
		height: 100%;
		border-radius: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-left: 20px;
	}

	#anchorArea .ancker_box li a::before {
		transform: translateX(-50%);
	}
	
	.styleBox01 li a .detail p{
		font-size: 1.3rem;
	}
	
	.styleBox01 li a figure{
		width: 46px;
	}
}

#productArea {
	padding: 60px 0 65px;
	background: url("/assets/img/bg_dots.png") #eff0f2;
}

#product{
    padding-top: 94px;
    margin-top: -112px;
}

#productArea .inner{
	max-width: 1150px;
	padding-right: 10px;
	padding-left: 10px;
}

#productArea .inner .hd01{
	margin-bottom: 65px;
}

#productArea .tab_area {
	border: 1px solid #d9d9d9;
	border-bottom: none;
	border-right: none;
	background: rgba(255, 255, 255, 0.9);
}

#productArea .tab_area li {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-left: none;
	border-top: none;
}

#productArea .tab_area li a {
	transition: 0.2s ease;
}

#productArea .tab_area li .photo {
	width: 100%;
	text-align: center;
}

#productArea .tab_area li .photo img {
	transition: 0.2s ease;
}

#productArea .tab_area .link {
	position: relative;
	padding: 15px 0;
	border-top: 1px solid #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s ease;
	overflow: hidden;
}

_:-ms-input-placeholder,
:root #productArea .tab_area .link {
	padding: 30px 0 24px;
}

#productArea .tab_area .detail {
	opacity: 0;
	position: absolute;
	transition: 0.2s ease;
}

#productArea .tab_area .link::before {
	content: "\f138";
	display: inline-block;
	font-family: "FontAwesome";
	color: #0099d6;
	padding: 5px;
	border-radius: 100%;
	font-size: 110%;
	transition: 0.2s ease;
}

_:-ms-input-placeholder,
:root #productArea .tab_area .link::before {
	margin-top: -4px;
}

#productArea .tab_area li:hover .link {
	background: #0099d6;
}

#productArea .tab_area li:hover .link::before {
	color: #fff;
}

#productArea .tab_area li:hover .link .detail {
	position: inherit;
	opacity: 1;
	color: #fff;
}

#productArea .product_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}

#productArea .product_list li {
	width: calc( ( 95% - 5.6% ) / 5);
	transition: 0.2s ease;
	background: #fff;
	margin-right: 1.4%;
	margin-bottom: 1.4%;
	border: solid 1px #d9d9d9;
	border-radius: 4px;
}
#productArea .product_list li:nth-child(5n) {
	margin-right: 0;
}
#productArea .product_list a {
	display: flex;
	padding: 25px 10px;
	position: relative;
	width: 100%;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#productArea .product_list .ttl {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

#productArea .product_list .secondrow .ttl{
	margin-bottom: 4px;
}

#productArea .product_list .ttl span {
	display: block;
}

#productArea .product_list .ttl .main {
	font-size: 1.8rem;
	line-height: 1.2;
}

#productArea .product_list .ttl .sub {
	margin-top: 15px;
	font-size: 1rem;
}

#productArea .product_list .photo{
	text-align: center;
}

#productArea .product_list .hoverItem{
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #6da9d1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#productArea .product_list li:hover .hoverItem,
#productArea .product_list li:active .hoverItem{
	opacity: 1;
}
	#productArea .product_list .hoverItem .detail_txt{
		display: none;
	}
	@media screen and (min-width: 1025px){
		#productArea .product_list .hoverItem .detail_txt{
			display: block;
			text-align: center;
			border: solid 1px #fff;
			border-radius: 15px;
			max-width: 120px;
			width: 100%;
			margin: 10px auto 0;
			position: relative;
			line-height: 1.5;
			padding: 1px 5px;
		}
		#productArea .product_list .hoverItem .detail_txt:hover{
			color: #6da9d1;
			background: #fff;
		}
		#productArea .product_list .hoverItem .detail_txt::before{
			content: "\f138";
			display: inline-block;
			font-family: "FontAwesome";
			color: #fff;
			border-radius: 100%;
			font-size: 1.5rem;
			font-weight: 600;
			margin-right: 6px;
		}
		#productArea .product_list .hoverItem .detail_txt:hover::before{
			color: #6da9d1;
		}
	}

	#productArea .product_list .text {
		padding: 0 10px;
		font-size: 1.2rem;
		text-align: left;
		line-height: 1.7;
		color: #fff;
	}

#productArea .product_list02 {
	display: flex;
	flex-wrap: wrap;
}

#productArea .product_list02 li {
	width: calc(100% / 3);
}

#productArea .product_list02 li.border_adjust01 {
	background: transparent;
}

#productArea .product_list02 li .photo {
	overflow: hidden;
}

#productArea .product_list02 li .photo img {
	transform: scale(1.1);
}

#productArea .product_list02 li .ttl {
	text-align: center;
	font-size: 2rem;
	padding: 20px 0 17px;
}

_:-ms-input-placeholder,
:root #productArea .product_list02 li .ttl {
	padding: 25px 0 13px;
}

#productArea .product_list02 li .link {
	padding: 18px;
}

@media screen and (max-width: 1024px) {
	#productArea .product_list li{
		width: calc( ( 97% - 4.2% ) / 4);
		position: relative;
	}
	#productArea .product_list li:nth-child(5n){
		margin-right: 1.4%;
	}
	#productArea .product_list li:nth-child(4n){
		margin-right: 0;
	}
	#productArea .product_list li .dli-plus{
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		text-align: center;
		right: 10px;
		bottom: 10px;
		z-index: 10;
	}
	#productArea .product_list li .dli-plus::before,
	#productArea .product_list li .dli-plus::after {
		content: "";
		display: inline-block;
		height: 2px;
		width: 20px;
		background: #0099d6;
		position: absolute;
		top: 9px;
		right: 0;
		transition: transform 0.3s ease;
	}
		#productArea .product_list li .dli-plus::before{
			transform: rotate(90deg);
		}
		#productArea .product_list li .dli-plus.active::before{
			transform: rotate(0);
			background: #fff;
		}
		#productArea .product_list li .dli-plus.active::after{
			transform: rotate(180deg);
			background: #fff;
		}
	
	#productArea .product_list li:hover .hoverItem,
	#productArea .product_list li:active .hoverItem{
		opacity: 0;
	}
	#productArea .product_list li .hoverItem.opne{
		opacity: 1;
	}

}
@media screen and (max-width: 900px) {
	#productArea .product_list li {
		width: calc( ( 98% - 2.8% ) / 3);
	}
	#productArea .product_list li:nth-child(4n) {
		margin-right: 1.4%;
	}
	#productArea .product_list li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	#productArea .product_list li{
		display: block !important;
	}
	#productArea .more_btn{
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	#productArea {
		padding: 40px 0 50px;
	}
	
	#product{
		padding-top: 80px;
		margin-top: -80px;
	}
	#productArea .inner .hd01 {
		margin-bottom: 25px;
	}

	#productArea .tab_area .link {
		position: relative;
		padding: 0;
	}

	#productArea .tab_area .detail {
		opacity: 1;
		position: static;
		font-size: 1.2rem;
	}

	#productArea .product_list .photo {
		max-width: 56px;
		margin: 0 auto;
	}

	#productArea .tab_area li .photo img {
		transform: none;
	}

	#productArea .product_list .ttl .main {
		font-size: 1.5rem;
	}

	#productArea .product_list .ttl .sub {
		margin-top: 5px;
		font-size: 0.8rem;
	}

	#productArea .product_list .text {
		margin: 18px 0;
		font-size: 1.1rem;
		height: 100px;
	}

	#productArea .product_list02 li {
		width: calc(100% / 2);
	}

	#productArea .product_list02 li .ttl {
		font-size: 1.3rem;
		padding: 10px 0;
		letter-spacing: -1px;
	}

	#productArea .product_list02 li .photo img {
		max-width: inherit;
		width: 100%;
	}

	#productArea .product_list02 li .link {
		padding: 10px;
	}
}

@media screen and (max-width: 767px) {
	#productArea .tab_area .link::before {
		margin-top: 2px;
	}
	#productArea .product_list li {
		transition: none;
		width: calc( ( 99% - 1.4% ) / 2);
	}
	#productArea .product_list li:nth-child(3n) {
		margin-right: 1.4%;
	}
	#productArea .product_list li:nth-child(2n) {
		margin-right: 0;
	}

	#productArea .product_list li.spNone{
		display: none;
	}
	#productArea .product_list .ttl,
	#productArea .product_list .secondrow .ttl{
		margin-bottom: 15px;
	}
	#productArea .product_list .ttl .main{
		font-size: 1.2rem;
	}
	#productArea .product_list .ttl .main br{
		display: none;
	}
	#productArea .product_list .ttl .sub {
		height: 30px;
	}

	#productArea .product_list02 li .link {
		padding: 0;
	}
	#productArea .js-btn-close{
		display: none;
	}
	#productArea .more_btn p{
		max-width: 260px;
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
		border: solid 1px #0099d6;
		border-radius: 8px;
		line-height: 38px;
		position: relative;
		color: #0099d6;
		font-weight: bold;
		cursor: pointer;
	}
	#productArea .more_btn p .dli-plus{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		width: 15px;
		height: 15px;
		text-align: center;
		right: 10px;
		bottom: 11px;
		z-index: 1;
	}
	#productArea .more_btn p .dli-plus::before,
	#productArea .more_btn p .dli-plus::after{
		content: "";
		display: inline-block;
		height: 2px;
		width: 100%;
		background: #0099d6;
	}
	#productArea .more_btn p .dli-plus::before{
		transform: rotate(90deg);
		position: absolute;
	}
	#productArea .js-btn-close p .dli-plus::before{
		content: none;
	}
}

@media screen and (max-width: 480px) {
	#productArea .product_list li .dli-plus{
		right: 7px;
		bottom: 7px;
	}
	#productArea .more_btn p{
		max-width: inherit;
	}
}
@media screen and (max-width: 320px) {
	#productArea .product_list .text {
		font-size: 1rem;
	}
	#productArea .product_list li:last-child .ttl .main br{
		display: block;
	}
	#product{
		padding-top: 80px;
		margin-top: -80px;
	}
}

#kanyushaArea {
	padding: 23px 10px 65px;
}
#kanyushaArea .hd01{
	margin-bottom: 35px;
}


@media screen and (max-width: 768px) {
	#kanyushaArea {
		padding: 40px 10px 65px;
	}
}
@media screen and (max-width: 767px) {
	#kanyushaArea {
		padding: 30px 0 40px;
	}
	#kanyushaArea > .inner{
		padding: 0 10px;
	}
}

@media screen and (max-width: 480px) {
}
