
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* mvArea
----------------------------------------------------------------------------*/

.mvArea {
	width: 100%;
    height: 900px;
    background: #f9f8f4;
}
.mvArea .mvArea_inner {
	background: url(../img/mv_bg_pc.png) no-repeat top -250px center;
}
.mvArea .mvArea_inner .title {
	text-align: center;
}



@media screen and (max-width: 768px) {
	.mvArea {
		height: auto;
	}
	.mvArea .mvArea_inner {
		background: url(../img/mv_bg_sp.png) no-repeat top -25px center;
	}
	.mvArea .mvArea_inner .title {
		
	}
}



/* parts
----------------------------------------------------------------------------*/

.linkBtn a {
	color: #333;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	display: block;
	background: -moz-linear-gradient(top, #fff, #b3b3b3);
	background: -webkit-linear-gradient(top, #fff, #b3b3b3);
	background: linear-gradient(to bottom, #fff, #b3b3b3);
	border: 1px solid #b3b3b3;
	border-radius: 7px;
	padding: 8px 10px;
	position: relative;
	transition: .3s;
}
.linkBtn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: .3s;
	margin-top: -5px;
}
.linkBtn a:hover {
	opacity: .8;
	transition: .3s;
}
.linkBtn.-rakuten {
	margin: 15px 0 0;
}

.linkBlock {
	padding: 80px 0 50px;
}
.linkBlock.-brero {
	background: #588bcc;
}
.linkBlock.-sicure {
	background: #ec6d74;
}
.linkBlock .linkBlock_inner {
	width: 1160px;
	margin: 0 auto;
}
.linkBlock .linkImg {
	float: left;
	margin-top: -15px;
}
.linkBlock.-sicure .linkImg {
	margin-left: -40px;
    margin-right: 40px;
}
.linkBlock .linkBox {
	overflow: hidden;
}
.linkBlock .linkBox li {
	float: left;
}
.linkBlock .linkBox .logo {
    margin-right: 65px;
}
.linkBlock .linkBox .logo .read {
	color: #fff;
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
    margin: 0 0 30px;
}
.linkBlock .linkBox .link {
	width: 330px;
	padding-top: 10px;
}
.linkBlock .linkBox .linkTxt {
	color: #fff;
	padding: 5px 0 0;
}


.anclinkBlock {
	background: #f9f8f4;
	padding: 75px 0;
}
.anclinkBlock .linkBtn {
    width: 450px;
    margin: 0 auto;
}
.anclinkBlock .linkBtn {
	width: 450px;
	margin: 0 auto;
}
.anclinkBlock .linkBtn a {
	font-size: 20px;
	padding: 15px;
}
.anclinkBlock .linkBtn a::before {
	display: none;
}
.anclinkBlock .linkBtn a span {
	padding-right: 15px;
}



.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
.sp320-Only {
	display: none;
}

.catch {
	color: #fff;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin: 60px 0 0;
}


@media screen and (max-width: 768px) {
	
	.linkBlock {
		clear: both;
		padding: 45px 30px 60px;
	}
	.linkBlock .linkBlock_inner {
		width: 100%;
	}
	.linkBlock .linkImg {
		width: auto;
		margin: 0 auto;
		float: none;
	}
	.linkBlock.-brero .linkImg {
		max-width: 241px;
	}
	.linkBlock.-sicure .linkImg {
		max-width: 240px;
		margin: 0 auto;
	}
	.linkBlock .linkBox li {
		float: none;
	}
	.linkBlock .linkBox .logo {
		margin: 10px auto 20px;
		padding-top: 0;
	}
	.linkBlock .linkBox .logo .read {
		font-size: 14px;
		margin: 0 0 15px;
	}
	.linkBlock .linkBox .logo .brero {
		max-width: 276px;
		margin: 0 auto;
	}
	.linkBlock .linkBox .logo .sicure {
		max-width: 277px;
		margin: 0 auto;
	}
	.linkBlock .linkBox .link {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
	}
	.linkBlock .linkBox .linkTxt {
		font-size: 12px;
		padding-top: 5px;
		text-align: center;
	}
	.linkBtn a {
		font-size: 20px;
		padding: 10px;
		line-height: 1.4;
	}
	.linkBtn a::before {
		right: 10px;
		width: 8px;
		height: 8px;
	}
	.linkBtn.-rakuten {
		margin: 10px 0 0;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.sp320-Only {
		display: none;
	}
	
	.catch {
		font-size: 14px;
		margin: 20px -10px 0;
	}
	.anclinkBlock {
		padding: 45px 30px;
	}
	.anclinkBlock .linkBtn {
		width: auto;
	}
	.anclinkBlock .linkBtn a {
		font-size: 14px;
		padding: 15px 10px;
	}
	.anclinkBlock .linkBtn a span {
		padding-right: 0;
		width: 30px;
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}
}

@media screen and (max-width: 320px) {
	.sp320-Only {
		display: block;
	}
	.linkBlock .linkBox .logo {
		width: 100%;
	}
	.linkBtn a {
		font-size: 14px;
	}
	.catch br {
		display: none;
	}
	.anclinkBlock .linkBtn a {
    	font-size: 12px;
	}
	.anclinkBlock .linkBtn a span {
		width: 25px;
		margin-right: 5px;
	}
}

.fDAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fDAnime;
    -ms-animation-name: fDAnime;
    animation-name: fDAnime;
    visibility: visible !important;
}
@-webkit-keyframes fDAnime {
     0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
     100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fDAnime {
     0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
     100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}




/* pointArea
----------------------------------------------------------------------------*/

.pointArea {
	position: relative;
	padding-bottom: 50px;
}
.pointArea::before,
.pointArea::after {
	position: absolute;
	width: 50%;
	height: 100%;
	content: "";
	top: 0;
	z-index: -1;
}
.pointArea::before {
	background: #588bcc;
	left: 0;
}
.pointArea::after {
	background: #ec6d74;
	right: 0;
}
.pointArea .block {
	padding: 90px 0 70px;
}
.pointArea .breroBox,
.pointArea .sicureBox {
	width: 50%;
	float: left;
}
.pointArea .pic {
	text-align: center;
}
.pointArea .linkArea {
	width: 330px;
	margin: 0 auto;
}
.pointArea .linkArea .linkBtn {
	margin: 15px 0 0;
}
.pointArea .txtBox {
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	width: 550px;
	margin: 0 auto;
	padding: 10px;
	font-size: 18px;
}


@media screen and (max-width: 768px) {
	.pointArea .block {
		padding: 45px 0 25px;
	}
	.pointArea .linkArea {
		width: auto;
		max-width: 140px;
		margin: 0;
	}
	.pointArea .txtBox {
		width: auto;
		font-size: 13px;
	}
	.pointArea .breroBox .pic {
		margin-left: -15px;
    	padding-right: 20px;
	}
	.pointArea .breroBox .linkArea {
		margin-right: 15px;
	}
	.pointArea .sicureBox .pic {
		margin-right: -20px;
    	padding-left: 20px;
	}
	.pointArea .sicureBox .linkArea {
		margin-left: 15px;
	}
}

@media screen and (max-width: 320px) {
	.pointArea .linkBtn a {
    	font-size: 12px;
	}
	.pointArea .linkBtn a span {
		width: 25px;
		margin-right: 5px;
	}
}



/* presentArea
----------------------------------------------------------------------------*/

.presentArea {
    background: #f9f8f4;
}
.presentArea .presentArea_inner {
	background: url(../img/mv_bg_pc.png) no-repeat top -250px center;
	padding: 75px 45px;
}
.presentArea .title {
	text-align: center;
}
.presentArea .block {
	padding: 45px 50px 85px;
	margin: 0 -55px;
}
.presentArea .breroBox,
.presentArea .sicureBox {
	width: 50%;
	float: left;
}
.presentArea .breroBox {
	position: relative;
}
.presentArea .breroBox::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    right: 0;
    background: radial-gradient(circle farthest-side, #333, #333 20%, transparent 20%, transparent);
    background-size: 7px 5px;
    display: inline-block;
}
.presentArea .pic {
	text-align: center;
}
.presentArea .sicureBox .pic {
	padding-left: 20px;
}
.presentArea .ancLink {
	width: 480px;
	margin: 40px auto 0;
}
.presentArea .ancLink a {
	color: #fff;
    font-size: 26px;
    display: block;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    line-height: 1.6;
	position: relative;
}
.presentArea .ancLink a::before {
	content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 13px;
    height: 13px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .3s;
    margin-top: -10px;
}
.presentArea .ancLink a:hover {
    opacity: .8;
    transition: .3s;
}
.presentArea .breroBox .ancLink a {
    background: -moz-linear-gradient(top, #76A2D5, #588bcc);
    background: -webkit-linear-gradient(top, #76A2D5, #588bcc);
    background: linear-gradient(to bottom, #76A2D5, #588bcc);
    border: 1px solid #4f7bb3;
}
.presentArea .sicureBox .ancLink a {
    background: -moz-linear-gradient(top, #ef8a8e, #ec6d74);
    background: -webkit-linear-gradient(top, #ef8a8e, #ec6d74);
    background: linear-gradient(to bottom, #ef8a8e, #ec6d74);
    border: 1px solid #cc6c7a;
}
.presentArea .linkBtn {
	width: 450px;
	margin: 0 auto;
}
.presentArea .linkBtn a {
	font-size: 20px;
	padding: 15px;
}
.presentArea .linkBtn a::before {
	display: none;
}
.presentArea .linkBtn a span {
	padding-right: 15px;
}


@media screen and (max-width: 768px) {
	.presentArea .presentArea_inner {
		background: url(../img/mv_bg_sp.png) no-repeat top -120px center;
		padding: 45px 0 70px;
	}
	.presentArea .title {
		max-width: 130px;
		margin: 0 auto;
	}
	.presentArea .block {
		padding: 45px 0;
		margin: 0;
	}
	.presentArea .ancLink {
		width: auto;
		max-width: 140px;
		margin: 0;
	}
	.presentArea .ancLink a {
		font-size: 14px;
		font-weight: 600;
		padding: 10px 10px 25px;
		line-height: 1.4;
	}
	.presentArea .ancLink a::before {
		top: auto;
		right: 50%;
		width: 10px;
		height: 10px;
		bottom: 13px;
		margin-right: -5px;
	}
	.presentArea .breroBox .ancLink {
		margin-right: 15px;
	}
	.presentArea .sicureBox .ancLink {
		margin-left: 15px;
	}
	.presentArea .pic {
		max-width: 140px;
		min-height: 204px;
		margin: 0 auto 15px;
	}
	.presentArea .breroBox .pic {
		margin-left: 0;
	}
	.presentArea .sicureBox .pic {
		padding-left: 0;
    	margin-right: 0;
	}
	
	.presentArea .linkBtn {
		width: auto;
	}
	.presentArea .linkBtn a {
		font-size: 14px;
		padding: 15px 10px;
	}
	.presentArea .linkBtn a span {
		padding-right: 0;
		width: 30px;
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}
}

@media screen and (max-width: 320px) {
	.presentArea .pic {
		margin-bottom: 0;
	}
	.presentArea .breroBox .pic {
		margin-left: -10px;
    	padding-right: 10px;
	}
	.presentArea .sicureBox .pic {
		margin-right: -10px;
    	padding-left: 10px;
	}
	.presentArea .linkBtn a {
    	font-size: 12px;
	}
	.presentArea .linkBtn a span {
		width: 25px;
		margin-right: 5px;
	}
}


/* sec
----------------------------------------------------------------------------*/

.sec .secInner {
	padding: 70px 0;
}
.sec .title {
	text-align: center;
	margin: 0 0 35px;
}
.sec .sub-title {
	color: #fff;
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-align: center;
	margin: 0 0 65px;
}
.sec .secBox {
    background: #fff;
	width: 1040px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.sec .secInner {
		padding: 40px 30px 50px;
	}
	.sec .sub-title {
		font-size: 18px;
		margin: 0 0 20px;
		line-height: 1.4;
	}
	.sec .secBox {
		width: auto;
	}
	
}





/* sec01
----------------------------------------------------------------------------*/

.sec01 {
	background: #588bcc;
}
.sec01 .pic {
	margin: 0 0 50px;
	width: 1207px;
}

@media screen and (max-width: 768px) {
	.sec01 .title {
		max-width: 120px;
		margin: 0 auto 20px;
	}
	.sec01 .pic {
		width: auto;
		max-width: 310px;
		margin: 0 auto 50px;
	}
	.sec01 .mainPic {
		margin: 0 -30px;
	}
}


/* sec02
----------------------------------------------------------------------------*/

.sec02 {
	background: #ec6d74;
}
.sec02 .pic {
	margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
	.sec02 .title {
		max-width: 160px;
		margin: 0 auto 20px;
	}
	.sec02 .pic {
		width: auto;
		max-width: 310px;
		margin: 0 auto 50px;
	}
	.sec02 .mainPic {
		margin: 0 -30px;
	}
}




/* sec03
----------------------------------------------------------------------------*/

.sec03 {
	background: #f9f8f4;
	padding: 60px 0 10px;
}

.sec.sec03 .titArea {
    text-align: center;
	margin: 0 0 80px;
}
.sec.sec03 .titArea h3 {
	color: #573b40;
	font-size: 50px;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	line-height: 1.4;
	padding-top: 15px;
}


.sec03 .secBox .secBox_inner {
	padding: 0 120px;
}
.sec03 .secBox.-first .secBox_inner {
	padding-top: 35px;
}
.sec03 .secBox.-detail01 .secBox_inner {
	padding-top: 75px;
}
.sec03 .secBox.-detail02 .secBox_inner {
	padding-top: 90px;
	padding-bottom: 80px;
}
.sec03 .secBox_tit {
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
}
.sec03 .secBox_tit + .text {
	text-align: center;
    padding: 5px 0 0;
    font-size: 13px;
	margin: 0 0 65px
}
.sec03 .secBox.-detail02 .secBox_tit {
	margin: 0 0 65px
}
.sec03 .secBox .secBox_tit .point {
	display: inline-block;
}
.sec03 .secBox .secBox_tit span {
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.sec03 .secBox_tit span.red {
	color: #d6312b;
}




.sec03 .secBox .secBox_subtit {
	font-size: 24px;
    border-bottom: 1px solid #000;
    text-align: center;
	line-height: 1.4;
    padding: 0 0 5px;
    margin: 0 0 25px;
}
.sec03 .secBox .dataImg {
	position: relative;
	height: 325px;
}
.sec03 .secBox .dataImg .img {
	position: absolute;
	width: 854px;
	height: 280px;
	top: 45px;
    left: 0;
}
.sec03 .secBox .dataList {
	overflow: hidden;
	margin: 50px 0 0;
}
.sec03 .secBox .dataList li {
	width: 355px;
	float: left;
}
.sec03 .secBox .dataList li.data01 {
	margin-right: 90px;
}
.sec03 .secBox .dataList li.data03 {
	width: 100%;
	float: none;
	clear: both;
	padding: 60px 0 0;
}
.sec03 .secBox .dataList .dataList_tit {
	border-bottom: 1px solid #333;
	margin: 0 0 20px;
}
.sec03 .secBox .dataList .dataList_subtit {
	font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
}
.sec03 .secBox .dataList .dataList_subtit span {
	font-size: 16px;
	line-height: 1.8;
    display: block;
}
.sec03 .secBox .dataList li.data03 .dataBox,
.sec03 .secBox .dataList li.data03 .dataList_img {
	float: left;
}
.sec03 .secBox .dataList li.data03 .dataBox {
	width: 290px;
    margin-right: 24px;
}
.sec03 .secBox .dataList li .dataList_img {
	margin: 15px 0 0;
}
.sec03 .secBox .dataList li.data03 .dataList_img {
	margin: 0 0 20px;
}
.sec03 .secBox .dataList .data_note {
	font-size: 13px;
	margin: 3px 0 0;
}
.sec03 .secBox .dataList .dataList_point {
	background: #d6312b;
    padding: 20px;
    clear: both;
	z-index: 10;
    position: relative;
}
.sec03 .secBox .dataList .dataList_point p {
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.sec03 .secBox.-detail01 .imgBox02 .tit {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 0;
	margin-bottom: 10px;
	line-height: 1.4;
}
.sec03 .secBox.-detail01 .imgBox02 .imgBox02_col01 .tit {
	color: #999;
}
.sec03 .secBox.-detail01 .imgBox02 .imgBox02_col02 .tit {
	color: #003c96;
}
.sec03 .secBox.-detail02 .colBox {
	overflow: hidden;
}
.sec03 .secBox.-detail02 .colBox .imgArea,
.sec03 .secBox.-detail02 .colBox .txtArea {
	display: inline-block;
	vertical-align: top;
}
.sec03 .secBox.-detail02 .colBox .imgArea {
	width: 147px;
    margin-right: 47px;
}
.sec03 .secBox.-detail02 .colBox .txtArea {
	width: 600px;
}


@media screen and (max-width: 768px) {
	.sec03 {
		padding: 20px 0 10px;
	}
	.sec.sec03 .titArea {
		margin: 0 0 60px;
	}
	.sec.sec03 .titArea .icon {
		max-width: 56px;
		margin: 0 auto;
	}
	.sec.sec03 .titArea h3 {
		font-size: 24px;
		padding-top: 10px;
	}
	.sec03 .secBox.-first {
		margin: 0;
	}
	.sec03 .secBox_tit {
    	font-size: 14px;
		margin: 30px 0 15px;
	}
	.sec03 .secBox_tit span {
		font-size: 25px;
		font-family: 'Noto Serif JP', serif;
	}
	.sec03 .secBox_tit .point {
		margin: 0 auto 5px;
	}
	.sec03 .secBox_tit .point.-spSize01 {
		width: 120px;
	}
	.sec03 .secBox_tit .point.-spSize02 {
		width: 175px;
	}
	.sec03 .secBox_tit .point.-spSize03 {
		width: 97px;
	}
	.sec03 .secBox .secBox_inner {
		padding: 40px 35px;
	}
	.sec03 .secBox.-first .secBox_inner {
		padding-top: 40px;
	}
	.sec03 .secBox .secBox_subtit {
		font-size: 16px;
		line-height: 1.6;
		margin: 0 0 15px;
	}
	.sec03 .secBox .dataImg {
		height: auto;
	}
	.sec03 .secBox .dataImg .img {
		position: relative;
		width: 230px;
		height: 433px;
		top: inherit;
		left: inherit;
		margin: 0 auto;
	}
	.sec03 .secBox .dataList {
		margin: 40px 0 0;
	}
	.sec03 .secBox .dataList li {
		width: 100%;
		float: none;
	}
	.sec03 .secBox .dataList li p {
		font-size: 13px;
	}
	.sec03 .secBox .dataList li.data01 {
		margin-right: 0;
		margin-bottom: 40px;
	}
	.sec03 .secBox .dataList li.data03 {
		padding: 40px 0 0;
	}
	.sec03 .secBox .dataList li.data03 .dataBox,
	.sec03 .secBox .dataList li.data03 .dataList_img {
		float: none;
	}
	.sec03 .secBox .dataList li.data03 .dataBox {
		width: auto;
		margin-right: 0;
	}
	.sec03 .secBox .dataList .dataList_tit {
    	margin: 0 0 10px;
	}
	.sec03 .secBox .dataList .dataList_tit img {
		width: 62px;
		vertical-align: bottom;
    	padding-bottom: 5px;
	}
	.sec03 .secBox .dataList .dataList_subtit {
		font-size: 16px;
		margin: 0 0 5px;
	}
	.sec03 .secBox .dataList li.data01 .dataList_img {
		width: 230px;
		margin: 5px auto 0;
	}
	.sec03 .secBox .dataList li.data02 .dataList_img {
		width: 230px;
		margin: 10px auto 0;
	}
	.sec03 .secBox .dataList li.data03 .dataList_img {
		width: 230px;
		margin: 15px auto 20px;
	}
	.sec03 .secBox .dataList .dataList_subtit span {
    	font-size: 13px;
	}
	.sec03 .secBox .dataList .data_note {
    	font-size: 10px;
	}
	.sec03 .secBox .dataList .dataList_point {
		padding: 15px 10px;
	}
	.sec03 .secBox .dataList .dataList_point p {
		font-size: 16px;
		line-height: 1.4;
	}
	
	.sec03 .secBox.-detail01 .secBox_inner {
		padding-top: 40px;
	}
	
	.secBlock .text {
		font-size: 10px;
    	margin-top: 5px;
	}
	
	.sec03 .secBox.-detail01 .imgBox01 {
		margin: 0;
	}
	.sec03 .secBox.-detail01 .imgBox01 .imgBox01_col01,
	.sec03 .secBox.-detail01 .imgBox01 .imgBox01_col02 {
		float: none;
	}
	.sec03 .secBox.-detail01 .imgBox01 .imgBox01_col01 {
		margin-right: 0;
	}
	.sec03 .secBox.-detail01 .imgBox01 .imgBox01_col01 .img {
		width: 230px;
		margin: 0 auto 20px;
	}
	.sec03 .secBox.-detail01 .imgBox01 .imgBox01_col02 .img {
		width: 230px;
		margin: 0 auto;
	}
	
	.sec03 .secBox.-detail02 .secBox_inner {
		padding: 40px;
	}
	.sec03 .secBox.-detail02 .colBox .imgArea {
		width: 96px;
		margin: 0 auto 15px;
		display: block;
	}
	.sec03 .secBox.-detail02 .colBox .txtArea {
		width: auto;
	}
}
@media screen and (max-width: 320px) {
	.sec03 .secBox .secBox_inner,
	.sec03 .secBox.-detail02 .secBox_inner {
		padding: 25px;
	}
	.sec03 .secBox.-detail01 .secBox_inner {
		padding-top: 25px;
	}
	.sec03 .secBox .dataImg .img {
		width: 100%;
		height: auto;
	}
	.sec03 .secBox .dataList li.data01 .dataList_img,
	.sec03 .secBox .dataList li.data02 .dataList_img,
	.sec03 .secBox .dataList li.data03 .dataList_img,
	.sec03 .secBox.-detail01 .imgBox01 .imgBox01_col01 .img,
	.sec03 .secBox.-detail01 .imgBox01 .imgBox01_col02 .img {
		width: 100%;
	}
	.sec03 .secBox .dataList .dataList_point br {
		display: none;
	}
}





/* prArea
----------------------------------------------------------------------------*/

.prArea {
	padding: 95px 0;
}
.prArea.-brero {
	background: #dee8f5 url("../img/bg_ribon01_pc.png") no-repeat top -400px center;
}
.prArea.-sicure {
	background: #fbe2e3 url("../img/bg_ribon02_pc.png") no-repeat top -400px center;
}

.prArea .pointBlock_tit {
	font-size: 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-align: center;
	margin: 0 0 50px;
}
.prArea .pointBlock_tit.-mgb {
	margin-bottom: 0;
}
.prArea.-brero .pointBlock_tit {
	color: #588bcc;
}
.prArea.-sicure .pointBlock_tit {
	color: #ec6d74;
}

.prArea .pointBlock + .pointBlock_tit {
	margin-top: 95px;
}

.prArea .pointBlock {
	background: #fff;
	padding: 65px 70px;
	width: 1040px;
    margin: 0 auto;
}
.prArea .pointBlock .pointList {
	padding-right: 50px;
}
.prArea .pointBlock .pointList li {
	width: 425px;
	margin: 0 50px 35px 0;
	float: left;
}
.prArea .pointBlock .pointList li:nth-child(2n) {
	margin-right: -50px;
}
.prArea .pointBlock .pointList li:nth-child(n+2) {
	margin-bottom: 0;
}
.prArea .pointBlock .pointList .itemImg {
	margin: 0 0 15px;
	position: relative;
}
.prArea .pointBlock .pointList .itemImg .picup {
	position: absolute;
	width: 120px;
	height: 180px;
	bottom: -30px;
    right: -30px;
}

.prArea .pointBlock .pointList .tit {
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin: 0 0 5px;
}
.prArea.-brero .pointBlock .pointList .tit {
	color: #588bcc;
}
.prArea.-sicure .pointBlock .pointList .tit {
	color: #ec6d74;
}


.prArea.-brero .pointBlock.-variation {
	padding: 65px 0 40px 65px;
}
.prArea .pointBlock .variationList {
	padding-right: 45px;
	overflow: hidden;
}
.prArea .pointBlock .variationList li {
	width: 270px;
	margin-right: 45px;
	float: left;
}
.prArea .pointBlock .variationList li:last-child {
	margin-right: -45px;
}
.prArea .pointBlock .variationList .itemImg {
	margin: 0 0 25px;
}
.prArea .pointBlock .variationList .tit {
	text-align: center;
	margin: 0 0 10px;
}
.prArea .pointBlock .variationList li .color {
	height: 55px;
    text-align: center;
    margin: 0 0 10px;
}
.prArea .pointBlock .variationList li p {
	text-align: center;
	margin: 0 0 15px;
}


.prArea .text {
	font-size: 18px;
    text-align: center;
    margin: 0 0 35px;
}
.prArea .pointBlock .variationImg {
	margin-left: -30px;
}


@media screen and (max-width: 768px) {

	.prArea {
		padding: 45px 0;
	}
	.prArea.-brero {
		background: #dee8f5 url(../img/bg_ribon01_sp.png) repeat-y top -120px center;
	}
	.prArea.-sicure {
		background: #fbe2e3 url(../img/bg_ribon02_sp.png) repeat-y top -120px center;
	}
	.prArea .pointBlock {
		width: auto;
    	padding: 40px 45px;
	}
	.prArea .pointBlock_tit {
		font-size: 24px;
		margin: 0 0 15px;
	}
	.prArea .pointBlock_tit.-mgb {
		margin-bottom: 5px;
	}
	.prArea .pointBlock .pointBlock_tit span {
		padding: 0 0 5px;
		letter-spacing: -1px;
	}
	.prArea .pointBlock .pointList {
    	padding-right: 0;
		margin: 0;
	}
	.prArea .pointBlock .pointList li {
		width: 100%;
		margin: 0 0 35px;
		float: none;
	}
	.prArea .pointBlock .pointList li:nth-child(n+2) {
		margin-bottom: 35px;
	}
	.prArea .pointBlock .pointList li:nth-child(2n) {
		margin-right: 0;
	}
	.prArea .pointBlock .pointList li:last-child {
		margin-bottom: 0;
	}
	.prArea .pointBlock .pointList .itemImg {
		margin: 0 auto 10px;
		max-width: 230px;
	}
	.prArea .pointBlock .pointList .itemImg .picup {
		width: 70px;
		height: 105px;
		bottom: -20px;
		right: -20px;
	}
	.prArea .pointBlock .pointList .tit {
		font-size: 16px;
		margin: 0;
	}
	
	.prArea .pointBlock .variationImg {
		max-width: 230px;
		margin: 0 auto;
	}
	
	.prArea .pointBlock + .pointBlock_tit {
		margin-top: 35px;
		line-height: 1.4;
	}
	.prArea .text {
		font-size: 14px;
		margin: 0 0 15px;
	}
	.prArea.-brero .pointBlock.-variation {
		padding: 40px 45px;
	}
	.prArea .pointBlock .variationList {
    	padding-right: 0;
	}
	.prArea .pointBlock .variationList li {
		width: auto;
		margin-right: 0;
		float: none;
		margin-bottom: 40px;
	}
	.prArea .pointBlock .variationList li:last-child {
		margin: 0;
	}
	.prArea .pointBlock .variationList li .color {
    	height: auto;
		margin: 0 auto 10px;
	}
	.prArea .pointBlock .variationList li:first-child .color {
		max-width: 98px;
	}
	.prArea .pointBlock .variationList li:nth-child(2) .color {
		max-width: 163px;
	}
	.prArea .pointBlock .variationList li:last-child .color {
		max-width: 117px;
	}
	
}

@media screen and (max-width: 320px) {
	.prArea .pointBlock {
		padding: 35px 25px;
	}
}

