@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html {
	-webkit-font-smoothing: antialiased;
}
body {
	color: #009118;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
* {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p, dt, dd, li {
	word-break: break-word;
	word-wrap: normal;
}
span {
	line-height: inherit;
	font-weight: inherit;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}
button {
	cursor: pointer;
}
.ib {
	display: inline-block;
	line-height: inherit;
	font-weight: inherit;
}
.txtBold {
	font-weight: 700;
}
.inner {
	display: block;
}
.accordionTrigger {
	cursor: pointer;
	display: block;
}
.accordionContent {
	display: none;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.mode_pc,
.mode_pc_ib {
	display: none;
}
.mode_sp {
	display: block;
}
#mainVisual .intro .news {
	color: #e50303;
	background: linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
	padding: 0 5%;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 3%;
	margin-bottom: 10%;
}
#mainVisual .intro em {
/* 	color: #e50303; */
    display: block;
    font-size: 16px;
	line-height: 1.4;
	text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 2%;
    padding: 3% 0;
}
#mainVisual .intro .news > p {
    margin-bottom: 6%;
}
#mainVisual .intro .news > p .title_contact {
	display: block;
	text-align: center;
    margin-bottom: 1.5%;
 }
#mainVisual .intro .news  a {
	text-decoration: underline;
}
@media screen and (min-width:769px) {
	.mover {
		transition: opacity 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.mover:hover {
		opacity: 0.8;
	}
	.moverContent > * {
		transition: opacity 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.moverContent:hover > * {
		opacity: 0.8;
	}
	.moverBright > * {
		transition: 0.3s ease-in-out;
	}
	.moverBright:hover > * {
		filter: brightness(200%);
	}
	.mode_pc {
		display: block;
	}
	.mode_pc_ib {
		display: inline-block;
	}
	.mode_sp {
		display: none;
	}
}
/* loading */
html {
	width: 100%;
	height: 100%;
}
body.loading {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
#loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3000;
	background-image: url(../img/loading_wht.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 180px 180px;
}
#loading.load {
	animation: fade 4s linear infinite;
}
@keyframes fade {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
body.load_complete #loading {
	display: none;
}
#suntory_contents {
	transition: opacity 0.5s;
}
body.loading #suntory_contents {
	opacity: 0;
}
body.load_complete #suntory_contents {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	#loading {
		background-size: 220px 220px;
	}
	#suntory_contents {
		min-width: 960px;
	}
}

/* common */
.wrapper {
}
.content {
	position: relative;
}
.contentInner {
	width: calc(688 / 768 * 100%);
	margin: auto;
	box-sizing: border-box;
}
.fadeContent {
	opacity: 0;
	transition: opacity 0.5s ease-out;
}
.fadeContent.current {
	opacity: 1;
}
.partsItem {/*
	opacity: 0;*/
	position: absolute;/*
	transform: translateY(100px) scale(0.8);
	transition: all 0.5s ease-out;
}
.partsItem.current {
	opacity: 1;
	transform: translateY(0) scale(1);*/
}
.partsItem.parts01 {
	top: calc(-129 / 768 * 100vw);
	right: calc(57 / 768 * 100vw);
	width: calc(36 / 768 * 100vw);
}
.partsItem.parts02 {
	top: calc(425 / 768 * 100vw);
	right: calc(44 / 768 * 100vw);
	width: calc(61 / 768 * 100vw);
}
.partsItem.parts03 {
	top: calc(683 / 768 * 100vw);
	left: calc(71 / 768 * 100vw);
	width: calc(45 / 768 * 100vw);
}
.partsItem.parts04 {
	top: calc(2165 / 768 * 100vw);
	left: calc(84 / 768 * 100vw);
	width: calc(28 / 768 * 100vw);
}
.partsItem.parts05 {
	top: calc(2348 / 768 * 100vw);
	right: calc(52 / 768 * 100vw);
	width: calc(60 / 768 * 100vw);
	max-width: 60px;
}
.partsItem.parts06 {
	top: calc(2701 / 768 * 100vw);
	left: calc(79 / 768 * 100vw);
	width: calc(44 / 768 * 100vw);
}
.partsItem.parts07 {
	top: calc(-142 / 768 * 100vw);
/* 	left: calc(122 / 768 * 100vw); */
	left: calc(44 / 768 * 100vw);
	width: calc(40 / 768 * 100vw);
}

@media screen and (orientation: landscape) {
	.partsItem.parts04 {
	    top: calc(2060 / 768 * 100vw);
	}
	.partsItem.parts05 {
	    top: calc(2180 / 768 * 100vw);
	}
	.partsItem.parts06 {
		top: calc(2570 / 768 * 100vw);
	}
}
@media screen and (min-width:769px) {
	.wrapper {
		min-width: 960px;
		margin: 0 auto 40px auto;
	}
	.content {
		position: relative;
	}
	.contentInner {
		width: 100%;
		margin: auto;
		box-sizing: border-box;
	}
	.partsItem {
		opacity: 0;
		position: absolute;
		transform: translateY(100px) scale(0.8);
		transition: all 0.5s ease-out;
	}
	.partsItem.current {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
	.partsItem.parts01 {
		top: calc(441 / 1280 * 100vw);
		left: calc(142 / 1280 * 100vw);
		width: calc(65 / 1280 * 100vw);
	}
	.partsItem.parts02 {
		top: calc(645 / 1280 * 100vw);
		right: calc(140 / 1280 * 100vw);
		width: calc(36 / 1280 * 100vw);
	}
	.partsItem.parts03 {
		top: calc(-33 / 1280 * 100vw);
		left: auto;
		right: calc(82 / 1280 * 100vw);
		width: calc(54 / 1280 * 100vw);
	}
	.partsItem.parts04 {
		top: calc(60 / 1280 * 100vw);
		left: calc(198 / 1280 * 100vw);
		width: calc(20 / 1280 * 100vw);
	}
	.partsItem.parts05 {
		top: calc(94 / 1280 * 100vw);
		left: calc(151 / 1280 * 100vw);
		width: calc(60 / 1280 * 100vw);
		max-width: 60px;
	}
	.partsItem.parts06 {
		top: calc(-31 / 1280 * 100vw);
		left: auto;
		right: calc(69 / 1280 * 100vw);
		width: calc(60 / 1280 * 100vw);
	}
	.partsItem.parts07 {
		top: calc(98 / 1280 * 100vw);
		left: calc(239 / 1280 * 100vw);
		width: calc(19 / 1280 * 100vw);
	}
	.partsItem.parts08 {
		top: calc(280 / 1280 * 100vw);
		left: calc(71 / 1280 * 100vw);
		width: calc(46 / 1280 * 100vw);
	}
	.partsItem.parts09 {
		top: calc(362 / 1280 * 100vw);
		right: calc(204 / 1280 * 100vw);
		width: calc(24 / 1280 * 100vw);
	}
	.partsItem.parts10 {
		top: calc(585 / 1280 * 100vw);
		left: calc(189 / 1280 * 100vw);
		width: calc(26 / 1280 * 100vw);
	}
	.partsItem.parts11 {
		top: calc(577 / 1280 * 100vw);
		right: calc(82 / 1280 * 100vw);
		width: calc(34 / 1280 * 100vw);
	}
	.partsItem.parts12 {
		top: calc(-37 / 1280 * 100vw);
		right: calc(89 / 1280 * 100vw);
		width: calc(40 / 1280 * 100vw);
	}
	.partsItem.parts13 {
		top: calc(116 / 1280 * 100vw);
		left: calc(75 / 1280 * 100vw);
		width: calc(49 / 1280 * 100vw);
	}
}

/* mainVisual */
#mainVisual .content {
	padding: 0 0 calc(80 / 768 * 100%) 0;
}
#mainVisual .title {
	margin: 0 0 calc(2 / 768 * 100%) 0;
}
#mainVisual .intro {
}
#mainVisual .intro .intoTitle {
	margin: 0 0 calc(27 / 768 * 100%) 0;
}
#mainVisual .intro .text {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#mainVisual .bannerTokuchapoint {
	width: calc(636 / 768 * 100%);
	margin: auto;
	padding: calc(74 / 768 * 100%) 0 calc(2 / 768 * 100%) 0;
}
#mainVisual .parts .parts01 {
}
#mainVisual .parts .parts02 {
}
@media screen and (min-width:769px) {
	#mainVisual .content {
		padding: 0 0 76px 0;
	}
	#mainVisual .title {
		width: calc(1230 / 1280 * 100%);
		margin: 0 auto 22px auto;
	}
	#mainVisual .intro {
	}
	#mainVisual .intro .intoTitle {
		width: calc(780 / 1280 * 100%);
		max-width: 780px;
		margin: 0 auto 37px auto;
	}
	#mainVisual .intro .text {
		font-size: 20px;
		line-height: 34px;
		text-align: center;
	}
	#mainVisual .intro .news {
		font-size: 16px;
		line-height: 28px;
		text-align: center;
		padding-bottom: 60px;
		margin-bottom: 100px;
	}
	#mainVisual .intro em {
		display: inline-block;
		font-size: 28px;
		border-top: 2px solid;
		border-bottom: 2px solid;
		margin-bottom: 50px;
		padding: 24px 0;
		
	}
	#mainVisual .intro .news > p {
		margin-bottom: 24px;
	}
	#mainVisual .intro .news > p .title_contact {
	    margin-bottom: 6px;
	}

	#mainVisual .bannerTokuchapoint {
		width: 560px;
		padding: calc(54 / 1280 * 100%) 0 calc(4 / 1280 * 100%) 0;
	}
	#mainVisual .parts .parts01 {
	}
	#mainVisual .parts .parts02 {
	}
}

/* appArea */
.appArea .content {
	background-color: #aacd06;
	padding: calc(46 / 768 * 100%) 0 calc(50 / 768 * 100%) 0;
}
.appArea .contentInner {
}
.appArea .title {
	margin: 0 0 8px 0;
}
.appArea .wrap {
	position: relative;
	width: calc(636 / 688 * 100%);
	margin: auto;
	padding: 10px 0;
}
.appArea .wrap .list {
	display: flex;
	justify-content: space-between;
	margin: 0 auto calc(18 / 688 * 100%) auto;
}
.appArea .wrap .list .item{
	flex-basis: calc(301 / 636 * 100%);
}
.appArea .lineText {
	margin: 0 auto calc(24 / 688 * 100%) auto;
}
.appArea .lineButton {
	width: calc(636 / 688 * 100%);
	margin: 0 auto;
}
.appArea .badge {
	display: flex;
	align-items: center;
	position: absolute;
	top: calc(-81 / 768 * 100%);
	left: calc(13 / 768 * 100%);
	width: calc(150 / 768 * 100%);
}
.appArea .cs {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(170, 205, 6, 0.8);
}
.appArea .cs .band {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (min-width:769px) {
	.appArea .content {
		background-color: #aacd06;
		padding: 54px 0 52px 0;
	}
	.appArea .contentInner {
		width: 100%;
	}
	.appArea .title {
		max-width: 704px;
		margin: 0 auto 23px auto;
	}
	.appArea .wrap {
		position: relative;
		width: 700px;
		margin: auto;
		padding: 10px 0;
	}
	.appArea .wrap .list {
		display: flex;
		justify-content: space-between;
		background-image: url(../img/icon_exc.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		margin: 0;
	}
	.appArea .wrap .list .item{
		flex-basis: calc(257 / 700 * 100%);
	}
	.appArea .badge {
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		bottom: calc(380 / 700 * 100%);
		left: auto;
		right: calc(778 / 700 * 100%);
		width: calc(182 / 700 * 100%);
		max-width: 182px;
		margin: auto;
	}
	.appArea .cs {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(170, 205, 6, 0.8);
	}
	.appArea .cs .band {
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: calc(809 / 1280 * 100%);
		max-width: 809px;
		margin: auto;
	}
}

/* applyArea */
#applyArea2 h5 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 6%;
	font-weight: bold;
}
#applyArea2 h5 span {
	color: #F80080;
}
#applyArea2 .content {
	background-color: #e0eee6;
	padding: calc(70 / 768 * 100%) 0 calc(128 / 768 * 100%) 0;
}
#applyArea2 .contentInner {
	padding-bottom: 10%;
}
.applyArea .content {
	background-color: #e0eee6;
	padding: calc(70 / 768 * 100%) 0 calc(67 / 768 * 100%) 0;
}
.applyArea .end-cp {
	text-align: center;
	background-color: #e0eee6;
	padding: calc(0 / 768 * 100%) 0 calc(67 / 768 * 100%) 0;
}
.applyArea .end-cp p {
	padding-top: 10px;
	color: #F80080;
	font-size: 12px;
	line-height: 1.6;
}

.applyArea .end-cp .contentInner {
	width: calc(708 / 768 * 100%);
	margin: auto;
	box-sizing: border-box;
}
.applyArea .titleWrap {
	position: relative;
}
.applyArea .content img.badge {
	position: absolute;
	top: 7%;
	left: 2.1%;
	width: 94.8%;
}
.applyArea .contentInner:first-of-type {
/* 	margin: 0 auto 10% auto; */
	margin: 0 auto;
}
.applyArea ul li.img_flow {
	text-align: center;
	text-indent: 0;
}
.applyArea ul li.img_flow img {
	width: 86% !important;
	margin: 12% auto 14% auto;
}

@media screen and (orientation: landscape) {
	.applyArea .content img.badge {
		top: 9.8%;
	}
}

.applyArea .char01 {
	position: absolute;
	top: calc(55 / 768 * 100vw);
	left: calc(-40 / 768 * 100vw);
	z-index: 1;
	width: calc(108 / 768 * 100vw);/*
	transform: translateX(-50px);
	transition: all 0.5s ease-out 0.4s;
}
.applyArea .char01.current {
	transform: translateX(0);*/
}
.applyArea .char02 {
	position: absolute;
	top: calc(108 / 768 * 100vw);
	left: calc(-40 / 768 * 100vw);
	z-index: 1;
	width: calc(108 / 768 * 100vw);
}
.applyArea .box {
	background-color: #ffffff;
	padding: calc(55 / 688 * 100%) 0 calc(46 / 688 * 100%) 0;
	border-radius: 0 0 8px 8px;
}
.applyArea .applyTitle {
	text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
/*
	width: calc(114 / 688 * 100%);
	margin: 0 auto calc(30 / 688 * 100%) auto;
*/
	margin: 0 auto 15px auto;
}
.applyArea .applyTitle:nth-of-type(2){
	width: 86%;
	margin: 40px auto 20px auto;
	border-top: 1px solid #009118;
	padding-top: 30px;
}

.applyArea .boxInner {
	overflow: auto;
/* 	height: calc(1.8em * 13); */
	height: calc(2.0em * 13);
	font-size: 12px;
	line-height: 15px;
	padding: 0 calc(38 / 688 * 100%);
}
.applyArea .boxInner a {
	color: #e50352;
}
.applyArea .boxInner p {
	margin-bottom: 5px;
	line-height: 1.3;
}
.applyArea .boxInner li {
	text-indent: -1em;
	padding: 0 0 0 1em;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
.applyArea .boxInner dl {
	margin: 0 0 20px 0;
}
.applyArea .boxInner dl dt {
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	background-color: #009118;
	margin: 0 0 12px 0;
	padding: 5px 0 7px 0;
	border-radius: 3px;
}
.applyArea .boxInner dl dd {
}
.applyArea .boxInner .large {
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
}
.applyArea .boxInner .middle {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
}
.applyArea .boxInner p .middle {
	line-height: 1 !important;
}

.applyArea .boxInner .note {
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.applyArea .boxInner .mb {
	margin-bottom: 10px;
}
.applyArea .boxInner .mb.large {
	margin-bottom: 10px;
}
.applyArea .boxInner .att {
	margin-top: 10px;
}
@media screen and (min-width:769px) {
	#applyArea2 h5 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 38px;
		font-weight: bold;
	}
	#applyArea2 h5 span {
		color: #F80080;
	}
	#applyArea2 .content {
		background-color: #e0eee6;
		padding: 0 0 120px 0;
	}
	#applyArea2 .contentInner {
		padding-bottom: 60px;
	}
	.applyArea .content {
		background-color: #e0eee6;
		padding: 68px 0 80px 0;
	}
	.applyArea .contentInner {
		width: 890px;
		margin: auto;
	}
	.applyArea .contentInner:first-of-type {
	/* margin: 0 auto 80px auto; */
		margin: 0 auto;
	}

	.applyArea .end-cp {
		background-color: #e0eee6;
		padding: 0 0 80px 0;
		text-align: center;
		margin-top: -20px;
	}
	.applyArea .end-cp .contentInner{
		width: 918px;
		margin: auto;
	}
	.applyArea .end-cp p {
		padding-top: 10px;
		color: #F80080;
		font-size: 15px;
	}
	.applyArea .titleWrap {
		position: relative;
	}
	.applyArea .title {
	}
	.applyArea .char01 {
		position: absolute;
		top: 93px;
		left: -58px;
		z-index: 1;
		width: 125px;
		transform: translateX(-50px);
		transition: all 0.5s ease-out 0.4s;
	}
	.applyArea .char02 {
		position: absolute;
		top: 150px;
		right: -58px;
		z-index: 1;
		width: 125px;
		transform: translateX(50px);
		transition: all 0.6s ease-out 0.5s;
	}
	.applyArea .char01.current,
	.applyArea .char02.current {
		transform: translateX(0);
	}
	.applyArea .box {
		background-color: #ffffff;
		padding: 42px 30px 25px 20px;
		border-radius: 0 0 8px 8px;
	}
	.applyArea .applyTitle {
	/* width: 97px; */
		margin: 0 auto 30px auto;
		text-align: center;
		font-size: 20px;
		line-height: 1;
		font-weight: 700;
	}
	.applyArea .applyTitle:nth-of-type(2){
		margin: 40px auto 30px auto;
		border-top: 1px solid #009118;
		padding-top: 40px;
	}

	.applyArea .boxInner {
		overflow: auto;
		height: 400px;
		font-size: 14px;
		line-height: 24px;
		padding: 3px 20px 0 15px;
	}
	.applyArea .boxInner a {
		color: #e50352;
	}
	.applyArea .boxInner p {
	}
	.applyArea .boxInner li {
		line-height: 24px;
		text-indent: -1em;
		margin-bottom: 0;
		padding: 0 0 0 1em;
	}
	.applyArea .boxInner dl {
		margin: 0 0 30px 0;
	}
	.applyArea .boxInner dl dt {
		color: #ffffff;
		font-size: 17px;
		font-weight: 700;
		text-align: center;
		background-color: #009118;
		margin: 0 0 15px 0;
		padding: 6px 0 9px 0;
		border-radius: 5px;
	}
	.applyArea ul li.img_flow {
		text-align: center;
		text-indent: -2em;
	}
	.applyArea ul li.img_flow img {
		width: 747px !important;
		margin: 50px 0 40px 8px !important;
	}
	.applyArea .boxInner dl dd {
	}
	.applyArea .boxInner .large {
		font-size: 19px;
		font-weight: 700;
	}
	.applyArea .boxInner .middle {
		font-size: 16px;
		font-weight: 700;
	}
	.applyArea .boxInner .note {
		text-indent: -1em;
		padding: 0 0 0 1em;
	}
	.applyArea .boxInner .mb {
		margin-bottom: 19px;
	}
	.applyArea .boxInner .mb.large {
		margin-bottom: 10px;
	}
	.applyArea .boxInner .att {
		margin-top: 0;
	}
}

/* paypay **********************/
#paypay .boxInner dl dt {
	background-color: #D52128;
}
#paypay .box {
	color: #D52128;
}

/* chanceArea */
#chanceArea .content {
	padding: calc(58 / 768 * 100%) 0 0 0;
}
#chanceArea .contentInner {
	width: 100%;
}
#chanceArea .title {
	width: calc(688 / 768 * 100%);
	margin: 0 auto calc(30 / 768 * 100%) auto;
}
#chanceArea .block {
	position: relative;
	width: calc(720 / 768 * 100%);
	margin: 0 auto calc(78 / 768 * 100%) auto;
}
#chanceArea .block#block02 {
	margin: 0 auto calc(52 / 768 * 100%) auto;
}
#chanceArea .block:before {
	content: "";
	display: block;
	background-image: url(../img/sp/bg_chance01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(860 / 720 * 100%) 0 0 0;
}
#chanceArea .block#block02:before {
	background-image: url(../img/sp/bg_chance02.jpg);
	padding: calc(859 / 720 * 100%) 0 0 0;
}
#chanceArea .block .blockTitle {
	position: relative;
	width: calc(282 / 720 * 100%);
	margin: calc(-30 / 720 * 100%) auto calc(34 / 720 * 100%) auto;
}
#chanceArea .block#block02 .blockTitle {
	width: calc(341 / 720 * 100%);
}
#chanceArea .block .desc {
	position: relative;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.1em;
	text-align: center;
	margin: 0 auto calc(45 / 720 * 100%) auto;
}
#chanceArea .block .wrap {
}
#chanceArea .block .wrap:before {
	content: "";
	position: absolute;
	top: calc(55 / 768 * 100vw);
	left: 0;
	right: 0;
	width: calc(688 / 720 * 100%);
	background-image: url(../img/sp/img_chance_phone01.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	padding: calc(768 / 720 * 100%) 0 0 0;
}
#chanceArea .block#block02 .wrap:before {
	background-image: url(../img/sp/img_chance_phone02.png);
}
#chanceArea .block .wrap .list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: calc(688 / 720 * 100%);
	margin: auto;
}

#chanceArea .block#block02 .wrap .list {
}
#chanceArea .block .wrap .list .item {
	flex-basis: calc(163 / 688 * 100%);
	margin: 0 calc(12 / 688 * 100%) calc(24 / 688 * 100%) 0;
}
#chanceArea .block .wrap .list .item.end {
	margin-right: 0;
}
#chanceArea .block .wrap .list .item .image {
}
#chanceArea .block .wrap .annotation {
	padding: 0.5em;
	font-size: 76%;
}
#chanceArea .block .wrap .annotation li {
	line-height: 1.4;
	text-indent: -1em;
	padding: 0 0 0 1em ;
}
#chanceArea .block .wrap .annotation li:last-child {
	border: 1px solid #fa0080;
	color: #fa0080;
	border-radius: 3px;
	padding: 0.8em 0.8em 0.8em 2em;
	margin-top: 4%;
}
@media screen and (orientation: landscape) {
	#chanceArea .block .wrap .annotation {
		font-size: 90%;
		padding: 0;
	}
}
@media screen and (min-width:769px) {
	#chanceArea .content {
		padding: calc(70 / 1280 * 100%) 0 50px 0;
	}
	#chanceArea .contentInner {
		max-width: 1164px;
	}
	#chanceArea .title {
		width: calc(743 / 1164 * 100%);
		max-width: 743px;
		margin: 0 auto calc(57 / 1164 * 100%) auto;
	}
	#chanceArea .block {
		position: relative;
		width: 100%;
	}
	#chanceArea .block#block02 {
		margin: 0;
	}
	#chanceArea .block:before {
		content: "";
		position: absolute;
		top: calc(56 / 1164 * 100%);
		left: 0;
		right: 0;
		background-image: url(../img/bg_chance01.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		padding: calc(632 / 1164 * 100%) 0 0 0;
	}
	#chanceArea .block#block02:before {
		top: calc(78 / 1164 * 100%);
		background-image: url(../img/bg_chance02.jpg);
		padding: calc(842 / 1164 * 100%) 0 0 0;
	}
	#chanceArea .block .blockTitle {
		position: relative;
		max-width: 281px;
		margin: auto;
		padding: 10px 0 32px 0;
	}
	#chanceArea .block#block02 .blockTitle {
		max-width: 341px;
		padding: 32px 0 32px 0;
	}
	#chanceArea .block .desc {
		position: relative;
		font-size: 22px;
		line-height: 36px;
		letter-spacing: 0;
		text-align: center;
		margin: 0 0 20px 0;
	}
	#chanceArea .block .wrap {
		position: relative;
	}
	#chanceArea .block .wrap:before {
		content: "";
		position: absolute;
		top: 0;
		left: calc(16 / 1164 * 100%);
		right: auto;
		width: calc(337 / 1164 * 100%);
		background-image: url(../img/img_chance_phone01.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		margin: 0;
		padding: calc(590 / 1164 * 100%) 0 0 0;
	}
	#chanceArea .block#block02 .wrap:before {
		top: calc(105 / 1164 * 100%);
		background-image: url(../img/img_chance_phone02.png);
	}
	#chanceArea .block .wrap .list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: calc(738 / 1164 * 100%);
		margin: 0 0 0 auto;
		padding: 20px calc(62 / 1164 * 100%) 129px 0;
	}
	#chanceArea .block#block02 .wrap .list {
		padding-bottom: 23px;
	}
	#chanceArea .block .wrap .list .item {
		flex-basis: calc(171 / 738 * 100%);
		margin: 0 calc(18 / 738 * 100%) 16px 0;
	}
	#chanceArea .block .wrap .list .item.end {
		margin-right: 0;
	}
	#chanceArea .block .wrap .list .item .image {
	}

	#chanceArea #block01 {
		margin-bottom: 84px;
	}
	#chanceArea .block .wrap .annotation {
		position: absolute;
		left: 360px;
		bottom: -56px;
		font-size: 100%;
	}
	#chanceArea .block .wrap .annotation li {
		line-height: 1.4;
		text-indent: -1em;
		padding: 0.8em 1em 0.8em 2em ;
	}
	#chanceArea .block .wrap .annotation li:last-child {
		border: 1px solid #fa0080;
		color: #fa0080;
		border-radius: 5px;
		margin-top: 5px;
		margin-left: 1em;
		padding: 0.8em 1em 0.8em 2em;
	}
}

/* aboutPointArea */
#aboutPointArea .content {
	background: rgb(246,246,246);
	background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
/* 	background-color: #f6f6f6; */
}
#aboutPointArea .contentInner {
	text-align: center;
}
#aboutPointArea .title {
	margin: 0 0 calc(30 / 688 * 100%) 0;
	padding: calc(63 / 688 * 100%) 0 0 0;
}
#aboutPointArea .desc {
	font-size: 13px;
	line-height: 17px;
	font-weight: 500;
	margin: 0 0 calc(37 / 688 * 100%) 0;
}
#aboutPointArea .bannerTokuchapoint {
	width: calc(636 / 688 * 100%);
	margin: auto;
	padding: 0 0 calc(66 / 688 * 100%) 0;
}
#aboutPointArea .exchange {
}
#aboutPointArea .evolution {
	background-color: #e0eee6;
	padding: 0 0 calc(123 / 688 * 100%) 0;
}
#aboutPointArea .evolution:before {
	content: "";
	display: block;
	width: calc(134 / 768 * 100%);
	background-image: url(../img/sp/img_arrow_point.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto calc(51 / 768 * 100%) auto;
	padding: calc(98 / 768 * 100%) 0 0 0;
}
#aboutPointArea .evolution .read {
	color: #404040;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 calc(30 / 688 * 100%) 0;
}
#aboutPointArea .evolution .evolutionTitle {
	margin: 0 0 calc(51 / 688 * 100%) 0;
}
#aboutPointArea .evolution .image {
	margin: 0 0 calc(56 / 688 * 100%) 0;
}
#aboutPointArea .evolution .text {
	color: #404040;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 5%;
}
#aboutPointArea .evolution ul {
	padding-left: 7%;
}
#aboutPointArea .evolution ul li {
	font-size: 13px;
	text-align: left;
	line-height: 1.5;
	position: relative;
	margin-bottom: 3%;
}
#aboutPointArea .evolution ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  transform: rotate(-45deg);
}

@media screen and (min-width:769px) {
	#aboutPointArea .content {
		background-color: #ffffff;
	}
	#aboutPointArea .contentInner {
		max-width: 890px;
	}
	#aboutPointArea .title {
		margin: 0 0 calc(30 / 890 * 100%) 0;
		padding: calc(73 / 890 * 100%) 0 0 0;
	}
	#aboutPointArea .desc {
		font-size: 20px;
		line-height: 34px;
		margin: 0 0 calc(30 / 890 * 100%) 0;
	}
	#aboutPointArea .bannerTokuchapoint {
		width: calc(560 / 890 * 100%);
		margin: auto;
		padding: 0 0 calc(41 / 890 * 100%) 0;
	}
	#aboutPointArea .exchange {
		margin: 0 0 calc(51 / 890 * 100%) 0;
	}
	#aboutPointArea .evolution {
		padding: 0;
	}
	#aboutPointArea .evolution:before {
		width: 134px;
		background-image: url(../img/img_arrow_point.png);
		margin: 0 auto;
		padding: 92px 0 0 0;
	}
	#aboutPointArea .evolution .read {
		font-size: 22px;
		line-height: 34px;
		margin: 0 0 calc(26 / 890 * 100%) 0;
		padding: calc(13 / 890 * 100%) 0 0 0;
	}
	#aboutPointArea .evolution .evolutionTitle {
		margin: calc(36 / 890 * 100%) 0 calc(36 / 890 * 100%) 0;
	}
	#aboutPointArea .evolution .image {
		margin: 0 0 calc(36 / 890 * 100%) 0;
	}
	#aboutPointArea .evolution .text {
		font-size: 20px;
		line-height: 34px;
		padding: 0 0 calc(10 / 890 * 100%) 0;
	}
	#aboutPointArea .evolution ul {
	    padding: 0 0 calc(99 / 890 * 100%) calc(160 / 890 * 100%);
	}
	#aboutPointArea .evolution ul li {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 0 !important;
	}
}

/* exchangeArea */
#exchangeArea .content {
	background-color: #e0eee6;
	padding: calc(66 / 768 * 100%) 0 calc(54 / 768 * 100%) 0;
}
#exchangeArea .content:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #c9e1bb;
	padding: calc(740 / 768 * 100%) 0 0 0;
}
/*
#exchangeArea .content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e0eee6;
    padding: calc(175 / 1280 * 100%) 0 0 0;
}
*/
#exchangeArea .contentInner {
	position: relative;
    width: calc(688 / 768 * 100%);
    margin: auto;
    box-sizing: border-box;
}
#exchangeArea .title {
	width:100%;
/* 	width: calc(688 / 768 * 100%); */
	margin: 0 auto calc(26 / 768 * 100%) auto;
	position: relative;
}
#exchangeArea .title+figure {
	width: calc(598 / 768 * 100%);
	margin: 0 auto;
}
#exchangeArea h3 {
	width: calc(462 / 768 * 100%);
	margin: 20px auto 30px auto;
}
#exchangeArea .wrap {
	background-image: url(../img/sp/fnc_bg_mobile.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 77.3% auto; /* 532 / 688 */
	padding: calc(107 / 688 * 100%) 0 0 0;
}
#exchangeArea .wrap .list {
	width: calc(482 / 688 * 100%);
	margin: auto;
}
#exchangeArea .wrap .list .item {
}
#exchangeArea .wrap .list .item .image {
}
#exchangeArea .wrap .list .item .row {
}
#exchangeArea .wrap .list .item .row .head {
	padding: calc(32 / 482 * 100%) 0 calc(19 / 482 * 100%) 0;
}
#exchangeArea .wrap .list .item .row .cont {
	font-size: 14px;
	line-height: 18px;
}
#exchangeArea .wrap .list .item .row .cont .small {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	display: block;
}
#exchangeArea .slick-prev:before, 
#exchangeArea .slick-next:before {
	display: block;
	height: 0;
	content: "" !important;
	position: absolute;
	top: -25px;
	right: -10%;
	border-left: 4px solid #209344;
	border-bottom: 4px solid #209344;
	width: 18px;
	height: 18px;
	transform: rotate(-135deg);
}
#exchangeArea .slick-prev:before {
	transform: rotate(45deg);
}
@media screen and (min-width:769px) {
	#exchangeArea .content {
		background-color: transparent;
		padding: 33px 0 84px 0;
	}
	#exchangeArea .content:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #e0eee6;
		padding: calc(520 / 1280 * 100%) 0 0 0;
	}
	#exchangeArea .contentInner {
		position: relative;
		max-width: 1164px;
	}
	#exchangeArea .title {
		margin: 0;
	}
	#exchangeArea h3 {
		width: 214px;
		margin: 24px auto 40px auto;
	}
	#exchangeArea .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: calc(970 / 1164 * 100%);
		margin: auto;
	}
	#exchangeArea .list .item {
		flex-basis: calc(202 / 940 * 100%);
		position: relative;
	}
	#exchangeArea .list .item:after {
		content : "";
		background: url(../img/steps_arrow.png) no-repeat;
		width: 12px;
		height: 23px;
		background-size: 12px 23px;
		position: absolute;
		top: 33%;
		right: -14%;
		display: block;
	}
	#exchangeArea .list .item:last-child:after {
		background-image: none;
	}
	#exchangeArea .list .item .image {
		margin: 0 0 27px 0;
	}
	#exchangeArea .list .item .row .head {
		margin: 0 0 8px 0;
	}
	#exchangeArea .list .item .row .cont {
		font-size: 15px;
		line-height: 22px;
	/* letter-spacing: -0.075em; */
	}
	#exchangeArea .list .item .row .cont .small {
		display: block;
		font-size: 12px;
		line-height: 18px;
		padding-top: 8px;
	}
}
@media screen and (min-width: 1280px) {
	#exchangeArea .content:before {
		padding-top: 420px;
	}
}

/* functionArea */
#functionArea .content {
	background-image: url(../img/sp/bg_function.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: calc(46 / 768 * 100%) 0 calc(111 / 768 * 100%) 0;
}
#functionArea .contentInner {
    width: calc(688 / 768 * 100%);
    margin: auto;
    box-sizing: border-box;
}

#functionArea .titleIcon {
	position: relative;
	top: 0;
	width: calc(116 / 688 * 100%);
	margin: calc(-106 / 688 * 100%) auto calc(63 / 688 * 100%) auto;
}
#functionArea .title {
	margin: 0 auto calc(62 / 688 * 100%) auto;
}
#functionArea .wrap {
	background-image: url(../img/sp/fnc_bg_mobile.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 77.3% auto; /* 532 / 688 */
	padding: calc(107 / 688 * 100%) 0 0 0;
}
#functionArea .wrap .list {
	width: calc(482 / 688 * 100%);
	margin: auto;
}
#functionArea .wrap .list .item {
}
#functionArea .wrap .list .item .image {
}
#functionArea .wrap .list .item .row {
}
#functionArea .wrap .list .item .row .head {
	padding: calc(32 / 482 * 100%) 0 calc(19 / 482 * 100%) 0;
}
#functionArea .wrap .list .item .row .cont {
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}
#functionArea .wrap .list .item .row .cont .small {
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	display: block;
}
.slick-prev {
	left: calc(-93 / 768 * 100vw);
}
.slick-next {
	right: calc(-93 / 768 * 100vw);
}
.slick-prev, .slick-next {
	top: 37.5%;
}
.slick-prev:before, .slick-next:before {
	display: block;
	height: 0;
	content: "" !important;
	position: absolute;
	top: -25px;
	right: -10%;
	border-left: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	width: 18px;
	height: 18px;
	transform: rotate(-135deg);
}
.slick-prev:before {
	transform: rotate(45deg);
}
.slide-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	top: -3.7%;
	left: 0;
	right: 0;
}
.slide-dots li {
	margin: 0 7px;
	padding: 0;
}
.slide-dots li button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;

	display: block;
	cursor: pointer;
	position: relative;
	width: 10px;
	height: 10px;
	text-indent: -9999em;
	background-color: #ebebeb;
	border-radius: 50%;
	transition: background-color 0.2s ease-out;
}
.slide-dots li.slick-active button {
	background-color: #e40583;
}
@media screen and (min-width:769px) {
	#functionArea .content {
		background-image: url(../img/bg_function.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0 0 75px 0;
	}
	#functionArea .contentInner {
		width: 100%;
		max-width: 1164px;
	}
	#functionArea .titleIcon {
		position: relative;
		top: -55px;
		width: calc(116 / 1164 * 100%);
		margin: auto;
	}
	#functionArea .title {
		width: calc(650 / 1164 * 100%);
		margin: -5px auto 58px auto;
	}
	#functionArea .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: calc(606 / 1164 * 100%);
		margin: auto;
	}
	#functionArea .list:nth-of-type(2) {
		width: calc(810 / 1164 * 100%);
	}
	#functionArea .list .item {
		flex-basis: calc(261 / 606 * 100%);
		margin: 0 0 37px 0;
	}
	#functionArea .list:nth-of-type(2) .item {
		flex-basis: calc(202 / 810 * 100%);
	}
	#functionArea .list .item .image {
		margin: 0 0 27px 0;
	}
	#functionArea .list .item .row {
	}
	#functionArea .list .item .row .head {
		margin: 0 0 14px 0;
	}
	#functionArea .list:nth-of-type(2) .item .row .head {
		margin: 0 0 8px 0;
	}
	#functionArea .list .item .row .cont {
		color: #ffffff;
		font-size: 15px;
		line-height: 22px;
		letter-spacing: -0.075em;
	}
	#functionArea .list .item .row .cont .small {
		font-size: 12px;
		line-height: 22px;
	}
}

/* guideArea */
#guideArea .content {
	background-color: #e0eee6;
	padding: calc(46 / 768 * 100%) 0 calc(80 / 768 * 100%) 0;
}
#guideArea .contentInner {
}
#guideArea .titleIcon {
	position: relative;
	top: 0;
	width: calc(112 / 688 * 100%);
	margin: calc(-102 / 688 * 100%) auto calc(42 / 688 * 100%) auto;
}
#guideArea .title {
	margin: 0 auto calc(28 / 688 * 100%) auto;
}
#guideArea .box {
	background-color: #ffffff;
	padding: calc(55 / 688 * 100%) calc(46 / 688 * 100%) calc(46 / 688 * 100%) calc(46 / 688 * 100%);
	border-radius: 8px;
}
#guideArea .boxInner {
	overflow: auto;
	height: calc(1.5em * 13);
	font-size: 12px;
	line-height: 15px;
}
#guideArea .boxInner p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 20px 0;
}
@media screen and (min-width:769px) {
	#guideArea .content {
		background-color: #e0eee6;
		padding: 0 0 61px 0;
	}
	#guideArea .contentInner {
		max-width: 890px;
	}
	#guideArea .titleIcon {
		position: relative;
		top: -40px;
		width: calc(80 / 890 * 100%);
		margin: 0 auto 8px auto;
	}
	#guideArea .title {
		width: calc(401 / 890 * 100%);
		margin: 0 auto 37px auto;
	}
	#guideArea .box {
		background-color: #ffffff;
		padding: 43px 25px 34px 40px;
		border-radius: 8px;
	}
	#guideArea .boxInner {
		overflow: auto;
		height: calc(1.5em * 12);
		font-size: 14px;
		line-height: 20px;
		padding-right: 20px;
	}
	#guideArea .boxInner p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px 0;
	}
}

/* otherService */
#otherService .content {
}
#otherService .contentInner {
}
#otherService .title {
	padding: calc(75 / 688 * 100%) 0 calc(54 / 688 * 100%) 0;
}
#otherService .read {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.54;
	letter-spacing: 0.12em;
	text-align: center;
	margin: 0 0 calc(54 / 688 * 100%) 0;
}
#otherService .list {
	width: calc(636 / 688 * 100%);
	margin: auto;
	padding: 0 0 calc(42 / 688 * 100%) 0;
}
#otherService .list .item {
	margin: 0 0 calc(38 / 600 * 100%) 0;
}
@media screen and (min-width: 769px) {
	#otherService .content {
		overflow: hidden;
	}
	#otherService .contentInner {
		max-width: 1044px;
	}
	#otherService .title {
		width: calc(521 / 1044 * 100%);
		margin: auto;
		padding: calc(70 / 1044 * 100%) 0 calc(40 / 1044 * 100%) 0;
	}
	#otherService .list {
		width: calc(920 / 1044 * 100%);
		margin: 0 auto calc(60 / 1044 * 100%) auto;
		padding: 0;
	}
	#otherService .list .item {
		margin: 0;
		padding: 0 30px;
	}
	#otherService .list .slick-prev {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(-22 / 920 * 100%);
		width: calc(16 / 920 * 100%);
		height: 0;
		text-indent: -9999em;
		background-image: url(../img/icon_arrow01_prev.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		margin: auto;
		padding: calc(27 / 920 * 100%) 0 0 0;
	}
	#otherService .list .slick-next {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(-22 / 920 * 100%);
		width: calc(16 / 920 * 100%);
		height: 0;
		text-indent: -9999em;
		background-image: url(../img/icon_arrow01_next.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		margin: auto;
		padding: calc(27 / 920 * 100%) 0 0 0;
	}
}
