@charset "UTF-8";
/*
note: alias
  @root: '/'
  @src: '/src'
  @scss: '/src/scss'
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-break: break-all;
}

button {
	background-color: transparent;
	border: 0 none;
	cursor: pointer; 
	line-height: 1;
	padding: 0;
}

main {
	display: block;
}

input {
	border: 0 none;
}

img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

select {
	line-height: 1;
}

select::-moz-focus-inner {
	border: 0;
	outline: 0;
}

.container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 375px;
	padding: 0 10px;
}
.container--0pad {
	padding: 0;
}
@media screen and (max-width: 1000px) {
	.container--sp-0pad {
		padding: 0;
	}
}

body {
	color: #333; 
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
}

@media screen and (max-width: 1000px) {
	.pc-content {
		display: none;
	}
}

.wrap {
	display: block;
}

@media screen and (max-width: 1000px) {
	.sp-wrap {
		display: block;
	}
}

.hover {
	transition: filter .2s, opacity .7s;
}
.hover:hover {
	filter: contrast(50%) brightness(135%) saturate(95%);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.hover:hover {
		opacity: .7;
	}
}

.img-block {
	line-height: 0;
	text-align: center;
}

.btn-container {
	display: flex;
	justify-content: center;
}
.btn-container__btn {
	flex: 0 1 auto;
}
.btn-container__btn img {
	width: 100%;
}

.js-lazy-img {
	transition: opacity .7s;
}
.js-lazy-img.is-init, .js-lazy-img.is-loading {
	opacity: 0;
}
.js-lazy-img.is-loaded {
	opacity: 1;
}

.js-lazy-srcset {
	display: none; 
	transition: opacity .7s;
}
.js-lazy-srcset.is-loading {
	opacity: 0;
}
.js-lazy-srcset.is-loaded {
	-webkit-animation: fade-in 1s;
	animation: fade-in 1s; 
	display: inline-block;
}

img.swiper-lazy {
	opacity: 0; 
	transition: opacity .7s;
}
img.swiper-lazy.is-loaded {
	opacity: 1;
}

.js-lazy-bg__holder {
	opacity: 0;
	transition: opacity .2s;
}
.js-lazy-bg.is-loaded .js-lazy-bg__holder {
	opacity: 1;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.header-content {
	padding: 10px 0;
}
.header-content__body {
	align-items: center; 
	display: flex;
	justify-content: space-between;
}
.header-content__logo {
	flex: 0 0 auto;
}
.header-content__logo img {
	height: 24px;
}
.header-content__link {
	display: none;
}

.footer-copy-wrapper {
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
}

.footer-copy__img {
	margin-bottom: 5px;
	text-align: center;
}

.footer-copy__text {
	color: #333;
	font-size: 10px;
	line-height: 1.6;
	margin: -.3em 0;
	text-align: center;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__text {
		font-size: 14px;
	}
}

.date-check {
	background: #faf9f7;
	padding: 13px 0;
}
.date-check__text {
	font-size: 11px;
	font-weight: 700;
	line-height: 17.75px;
	margin: -3.375px 0; 
	text-align: center;
}
.date-check__text .strong {
	color: #f93099;
}
.date-check:not(.is-within) {
	display: none;
}

.content {
	position: relative;
}
.content__head {
	margin-bottom: 20px;
}
.content__head > * {
	color: #ff0;
	font-size: 20px;
	font-weight: 700;
}
.content__secitons {
	margin-top: 40px;
}
.content__section {
	border-top: 2px rgba(255, 255, 255, .5) solid; 
	padding-top: 20px;
}
.content__section:not(:last-child) {
	padding-bottom: 20px;
}
.is-spp .content__section:last-child {
	border-bottom: 2px rgba(255, 255, 255, .5) solid; 
	padding-bottom: 20px;
}
.content__body .text-box {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.content__body .text-box .link {
	color: #ff0;
}
.content__body .text-box .icon-align {
	display: flex;
}
.content__body .text-box .icon-align--inline {
	display: inline-flex;
}
.content__body .text-box .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .125em;
	text-align: center; 
	width: 1em;
}
.content__body .text-box .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
.content__bottom-code {
	bottom: -60px; 
	position: absolute;
	right: 0;
}

.content-section {
	color: #fff;
	font-weight: 700;
}
.content-section__head {
	font-size: 12px;
	margin-bottom: 10px;
}
.content-section__head .icon {
	color: #ff0;
	margin-right: .25em;
}
.content-section__body {
	font-size: 10px;
}
.content-section__body .text-box {
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.content-section__body .icon-align {
	display: flex;
}
.content-section__body .icon-align--inline {
	display: inline-flex;
}
.content-section__body .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.content-section__body .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
.content-section__body .link-icon {
	color: #ff0;
	margin-right: .25em;
}
.content-section__body .link {
	color: inherit;
	text-decoration: none;
}
.content-section__sub-section:not(:last-child) {
	margin-bottom: 20px;
}

.content-sub-section {
	font-size: 10px; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.content-section__sub-section:nth-child(2) .content-sub-section {
	font-feature-settings: "palt";
}
.content-sub-section__head {
	color: #ff0;
}
.content-sub-section__head .icon {
	margin-right: .25em;
}
.content-sub-section .icon-align {
	display: flex;
}
.content-sub-section .icon-align--inline {
	display: inline-flex;
}
.content-sub-section .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .125em;
	text-align: center; 
	width: 1em;
}
.content-sub-section .icon-align__content {
	display: block;
	flex: 0 1 auto;
}

.bottom-code {
	align-items: center;
	background: #fff; 
	color: #fe3d20;
	display: flex;
	font-size: 10px;
	height: 20px;
	justify-content: center;
	padding: 0 15px;
}

.maker-list li:last-child {
	margin-top: 14px;
}

.cpn-content {
	background: #fff; 
	border: #84ecdd 2px solid;
	border-radius: 15px;
	padding: 13px 15px 15px;
	position: relative;
}
.is-spp .cpn-content {
	margin-bottom: 10px;
	padding: 15px;
}
.cpn-content__head {
	margin-bottom: 15px; 
	text-align: center;
}
.cpn-content__text:not(:last-child) {
	margin-bottom: 30px;
}
.cpn-content__step {
	margin-bottom: 10px;
}

.cpn-content-text {
	font-size: 12px; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.cpn-content-text .link {
	color: #fe3d20;
	font-weight: 700;
	text-decoration: none;
}
.cpn-content-text .icon {
	margin-right: .25em;
}
.cpn-content-text .small {
	font-size: 10px;
}

.cpn__head {
	margin-bottom: 15px;
	text-align: center;
}

.cpn__catch {
	margin-bottom: 25px;
}
.cpn__catch p {
	font-size: 12px;
	font-weight: 700; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.cpn__catch p .strong {
	color: #fe3d20;
}
.cpn__catch p .small {
	font-size: 11px;
}

.cpn__entry {
	margin-bottom: 25px;
}

.cpn__content:not(:last-child) {
	margin-bottom: 25px;
}

.cpn__content-notice {
	margin-top: 2px;
}
.cpn__content-notice > * {
	font-size: 10px;
	font-weight: 700;
	text-align: right;
}

.cpn__download .container {
	padding: 0 25px;
}

.step-list {
	background-image: url("https://www.3ple.jp/feature/3ple/ahamo202111//img/cpn-content-bg-left_sp.png"), url("https://www.3ple.jp/feature/3ple/ahamo202111//img/cpn-content-bg-right_sp.png"); 
	background-position: left bottom 55px, right bottom 67px;
	background-repeat: no-repeat, no-repeat;
	overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.step-list {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/ahamo202111//img/cpn-content-bg-left_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/ahamo202111//img/cpn-content-bg-left_sp@2x.png") 2x), -webkit-image-set(url("https://www.3ple.jp/feature/3ple/ahamo202111//img/cpn-content-bg-right_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/ahamo202111//img/cpn-content-bg-right_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/ahamo202111//img/cpn-content-bg-left_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/ahamo202111//img/cpn-content-bg-left_sp@2x.png") 2x), image-set(url("https://www.3ple.jp/feature/3ple/ahamo202111//img/cpn-content-bg-right_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/ahamo202111//img/cpn-content-bg-right_sp@2x.png") 2x);
	}
}
.step-list__head {
	margin-bottom: 15px;
}
.step-list__head > * {
	font-size: 14px;
	font-weight: 700; 
	text-align: center;
}
.is-spp .step-list__head > * {
	color: inherit;
}
.step-list__list {
	display: flex;
	flex-wrap: wrap;
	margin: -12.5px -10px;
}
.step-list__item {
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 12.5px 10px;
}
.step-list__item--large {
	flex-basis: 100%; 
	max-width: 100%;
}

.step-item__cap {
	margin-bottom: 10px;
	text-align: center;
}
.step-list__item:first-child .step-item__cap img {
	margin-bottom: -3px;
}

.step-item__text {
	display: flex;
	justify-content: center;
}

.step-item__text-body {
	color: #1dbba4;
	font-feature-settings: "palt";
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	margin: calc((1.5em - 1em) / 2 * -1) 0; 
	white-space: nowrap;
}
.step-item__text-body--jump {
	color: inherit;
}

.download__head {
	margin-bottom: 15px;
	text-align: center;
}

.download__btns {
	margin-bottom: 25px;
}

.download__btn {
	text-align: center;
}
.download__btn:not(:last-child) {
	margin-bottom: 15px;
}

.download__btn-head {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
}

.download__notice-list .container {
	padding: 0 25px;
}

.download__notice:not(:last-child) {
	margin-bottom: 25px;
}

.download-notice-text {
	font-size: 12px;
	font-weight: 700; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.download-notice-text .icon-align {
	display: flex;
}
.download-notice-text .icon-align--inline {
	display: inline-flex;
}
.download-notice-text .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.download-notice-text .icon-align__content {
	display: block;
	flex: 0 1 auto;
}

.download-btn {
	align-items: center;
	background: #84ecdd;
	border-radius: 25px;
	box-sizing: border-box;
	display: flex;
	height: 50px;
	justify-content: center;
	margin: 0 auto; 
	width: 300px;
}
.download-btn--positive {
	background: #fff;
	border: #84ecdd 2px solid;
}

.mv__content {
	background-color: #84ecdd; 
	background-image: url("https://www.3ple.jp/feature/3ple/ahamo202111/img/mv-bg_sp.png");
	background-position: top center;
	background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.mv__content {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/ahamo202111/img/mv-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/ahamo202111/img/mv-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/ahamo202111/img/mv-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/ahamo202111/img/mv-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 750px) {
	.mv__content {
		background-size: cover;
	}
}

.mv__date {
	background: #fd6a53;
}

.mv-img {
	display: block;
	position: relative;
	width: 100%;
}
.mv-img::before {
	content: "";
	display: block;
	padding-top: 46.6666666667%;
}
.mv-img > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}

.mv-date {
	align-items: center; 
	display: flex;
	height: 30px;
	justify-content: center;
}

.what {
	text-align: center;
}

.what-btn {
	align-items: center;
	background: #fff; 
	border: #000 1px solid;
	border-radius: 15px;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	min-width: 175px;
}

.recommend__head {
	margin-bottom: 10px; 
	text-align: center;
}

.recommend__catch {
	margin-bottom: 15px; 
	text-align: center;
}

.recommend__items-list {
	background-image: url("https://www.3ple.jp/feature/3ple/ahamo202111//img/recommend-bg_sp.png");
	background-position: bottom 10px right 10px; 
	background-repeat: no-repeat;
}
.recommend__items-list .container {
	padding: 0 25px;
}
.recommend__items-list:not(:last-child) {
	margin-bottom: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.recommend__items-list {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/ahamo202111//img/recommend-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/ahamo202111//img/recommend-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/ahamo202111//img/recommend-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/ahamo202111//img/recommend-bg_sp@2x.png") 2x);
	}
}

.recommend__btn {
	text-align: center;
}

.recommend-list__list {
	display: flex;
	flex-wrap: wrap;
	margin: -12.5px;
}

.recommend-list__item {
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 12.5px;
}

.recommend-card {
	color: inherit;
	display: block;
	text-decoration: none;
}
.recommend-card__thumb {
	margin-bottom: 10px;
}

.recommend-card-thumb {
	background: #fff;
	display: block;
	position: relative;
	width: 100%;
}
.recommend-card-thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.recommend-card-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}

.recommend-card__name {
	display: block;
	font-size: 12px;
	font-weight: 700; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1 + 1px) 0;
	overflow: hidden;
}
.recommend-card__name > * {
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	height: 4.8em;
	-webkit-line-clamp: 3; 
	margin: -1px 0;
	overflow: hidden;
}

.recommend-btn {
	align-items: center;
	background: #fff;
	border: #000 1px solid;
	border-radius: 15px;
	box-sizing: border-box;
	color: #fe3d20;
	display: inline-flex;
	font-size: 14px;
	height: 30px;
	justify-content: center;
	min-width: 150px;
	text-decoration: none;
}

.main {
	background: #fff9d8;
}

.separator--main-visual {
	margin-bottom: 15px;
}

.separator--mv {
	margin-bottom: 15px;
}

.separator--what {
	margin-bottom: 25px;
}

.separator--recommend {
	background: #84ecdd;
	margin-bottom: 25px; 
	padding: 25px 0;
}

.separator--cpn {
	margin-bottom: 25px;
}

.separator--download {
	margin-bottom: 25px;
}

.separator--detail {
	background: #fd6a53;
	margin-bottom: 25px; 
	padding: 25px 0;
}

.separator--notice {
	background: #fd6a53;
	padding: 25px 0 70px;
}