@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
/*--  Common  --*/
body {
	font-family: "Noto Sans JP", sans-serif;
	color: #4d4d4d;
}
main {
	font-size: 16px;
}
section a {
	color: #ffffff;
}

a:hover {
	opacity: 0.5;
	text-decoration: none;
}

section img {
	width: 100%;
}

@media (max-width: 768px) {
	.pc {
		display: none;
	}
}

@media (min-width: 769px) {
	.sp {
		display: none;
	}
}

.wrapper {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 768px) {
	.wrapper {
		max-width: 328px;
	}
}

.inner {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.inner {
		flex-direction: column;
	}
}

#mv {
	background-image: url("../img/pc/bak_mv_mailmagazine_pc@2x.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 25%;
	overflow: hidden;
}

@media (max-width: 768px) {
	#mv {
		background-image: url("../img/sp/bak_mv_mailmagazine_sp.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0 50%;
		position: relative;
		padding-top: 92%;
	}
}

#mv::after {
	background: url("../svg/separate0.svg");
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 101%;
	display: block;
	position: absolute;
	width: 100%;
	height: 96px;
	bottom: 0;
}

h1 {
	text-align: center;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 25%;
}

h1 img {
	width: 100%;
}

@media (max-width: 768px) {
	h1 {
		padding: 0 16px;
		top: 10px;
		left: 0;
		max-width: 100%;
		width: 100%;
	}

	h1 img {
		max-width: 280px;
	}
}

#sec01 {
	margin: 0 auto;
	max-width: 800px;
}

.h2 {
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	max-width: 480px;
}

#sec01 .h2 {
	padding-bottom: 32px;
}

@media (max-width: 768px) {
	#sec01 .h2 {
		padding-bottom: 16px;
	}
}

.h2 > div {
	padding-bottom: 24px;
}

@media (max-width: 768px) {
	.h2 > div {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.h2 p {
		line-height: 24px;
		font-size: 16px;
	}
}

.button {
	padding: 16px 0;
}

@media (max-width: 768px) {
	.button {
		padding: 16px;
	}
}

.button a {
	background-color: #ff295f;
	padding: 16px 0;
	border-radius: 24px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	.button a {
		padding: 16px 0;
	}
}

#lead {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 16px;
	line-height: 30px;
}

@media (max-width: 768px) {
	#lead {
		font-size: 16px;
		line-height: 26px;
	}
}

#sec02 {
	position: relative;
}

#sec02::after {
	background: url("../svg/separate3.svg");
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 101%;
	display: block;
	position: absolute;
	width: 100%;
	height: 64px;
	left: 0;
	bottom: 0;
}

@media (max-width: 768px) {
	#sec02::after {
		z-index: 1;
	}
}

.img_left {
	max-width: 400px;
	position: relative;
	min-height: 0%;
}

.img_right {
	max-width: 400px;
	position: relative;
	min-height: 0%;
}

.iphone {
	width: 320px;
}

@media (max-width: 768px) {
	.iphone {
		width: auto;
	}
}

.skappy_r {
	width: 160px;
	position: absolute;
	left: 76%;
	top: 22%;
}

.skappy_l {
	width: 160px;
	position: absolute;
	right: 76%;
	top: 20%;
}

.txt_right {
	width: 50%;
	padding-top: 54px;
}

.txt_left {
	max-width: 400px;
	padding-top: 54px;
}

@media (max-width: 768px) {
	.txt_right {
		order: 1;
		padding: 32px 0 16px;
		text-align: center;
	}

	.txt_left {
		margin: 0 auto;
		padding: 32px 0 16px;
		text-align: center;
	}

	.img_left {
		order: 2;
	}

	.img_right {
		padding: 0;
	}

	#sec02 .txt_right {
		padding-top: 16px;
	}
}

.title_blue {
	font-size: 32px;
	color: #0099ff;
	line-height: 42px;
}

.title {
	font-size: 32px;
	color: #ffffff;
	line-height: 42px;
}

@media (max-width: 768px) {
	.title_blue,
	.title {
		font-size: 24px;
		line-height: 32px;
	}
}

.delivery {
	max-width: 146px;
	margin-top: 14px;
	background-color: #ffde00;
	padding: 10px 0;
	border-radius: 16px;
	text-align: center;
}

@media (max-width: 768px) {
	.delivery {
		margin: 0 auto;
		margin-top: 16px;
	}
}

.desc {
	margin-top: 24px;
	line-height: 26px;
}

@media (max-width: 768px) {
	.desc {
		margin-top: 16px;
	}
}

.note {
	text-align: center;
	font-size: 13px;
	position: absolute;
	bottom: 40px;
	left: 60%;
	transform: translateX(-50%);
}

.note_r {
	left: 40%;
}

@media (max-width: 768px) {
	.note {
		font-size: 12px;
		bottom: 14px;
		left: 16px;
		transform: translateX(0%);
		z-index: 2;
		text-indent: -2em;
	}

	.note_r {
		left: 154px;
		bottom: 6px;
	}
}

#sec03 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f78db9+0,ffffff+100 */
	background: #f78db9; /* Old browsers */
	background: -moz-linear-gradient(top, #f78db9 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f78db9 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#f78db9 0%,
		#ffffff 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78db9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: relative;
}

#sec03::after {
	background: url("../svg/separate2.svg");
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 101%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
}

#sec04 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3999+0,ffffff+100 */
	background: #ff3999; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3999 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff3999 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#ff3999 0%,
		#ffffff 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3999', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: relative;
}

#sec04::after {
	background: url("../svg/separate3.svg");
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 101%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
}

#sec05 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0099ff+0,ffffff+100 */
	background: #0099ff; /* Old browsers */
	background: -moz-linear-gradient(top, #0099ff 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0099ff 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#0099ff 0%,
		#ffffff 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: relative;
}

#sec05::after {
	background: url("../svg/separate4.svg");
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 101%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
}

#sec06 {
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 24px 0 48px;
	position: relative;
}

#sec06 .h2 {
	padding-bottom: 16px;
}

@media (max-width: 768px) {
	#sec06 .h2 {
		padding-bottom: 32px;
	}
}

#sec06::after {
	background: url("../svg/separate5.svg");
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 101%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	transform: scale(-1,1);
}

#sec07 {
	padding-bottom: 80px;
	margin: 80px auto 0;
}

@media (max-width: 768px) {
	#sec07 {
		padding-bottom: 30px;
	}
}

.faq_h2 {
	margin: 0 auto;
	max-width: 1200px;
}

#maincontents .faq_h2 h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
}

@media (max-width: 768px) {
	#maincontents .faq_h2 h3 {
		font-size: 18px;
	}
}

.faqlist {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.faqlist {
		padding: 0 12px;
	}
}

.accordion {
	text-align: left;
	margin: 20px auto 50px;
}

.accordion a {
	cursor: pointer;
	display: block;
	padding: 10px 0 10px 50px;
	line-height: 3;
	color: #4d4d4d !important;
	font-size: 14px;
}

@media (max-width: 768px) {
	.accordion a {
		padding: 10px 0 10px 14px;
		line-height: 1.7;
	}
}

.accordion > li {
	background: url("../img/pc/icon_q@2x.png") no-repeat;
	background-position: 0 16px;
	background-size: 32px;
	border-top: #0599ff solid 1px;
	position: relative;
}

@media (max-width: 768px) {
	.accordion > li {
		background-position: 0 12px;
		background-size: 22px;
	}
}

.accordion > li:last-child {
	border-bottom: #0599ff solid 1px;
}

.accordion > li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media (max-width: 768px) {
	.accordion li {
		font-size: 14px;
		line-height: 23px;
		padding: 0 16px;
	}

	.accordion > li a {
		max-width: 100%;
	}
}

.arrow {
	background: url("../img/pc/arrow.png") no-repeat right center;
	width: 10px;
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 22px;
}

@media (max-width: 768px) {
	.arrow {
		top: 16px;
	}
}

/*     2021.11.10 スカパー！動画配信メールマガジン枠追加対応     */

#sec08 {
	position: relative;
}

#sec08::after {
	background: url("../svg/separate6.svg");
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 101%;
	display: block;
	position: absolute;
	width: 100%;
	height: 64px;
	left: 0;
	bottom: 0;
}

@media (max-width: 768px) {
	#sec08::after {
		z-index: 1;
	}

	#sec08 .txt_right {
		padding-top: 16px;
	}

	.txt_right {
		width: auto;
	}
}
#mainContents .faq_h2 h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	line-height: 1;
	color: #4d4d4d;
}

@media (max-width: 768px){
  .mainContents .note{
    font-size: 12px;
    bottom: 0px;
    left: 16px;
    transform: translateX(0%);
    z-index: 2;
    text-indent: -2em;
    text-align: left;
    text-indent: 0;
    line-height: 1.5;
  }
  
  .mainContents .note_r {
    left: 158px;
    bottom: -2px;
    width: 155px;
    position: absolute;
  }
	#sec06 .h2 .c-btn{
		margin-top: 16px;
	}
	#mainContents .faq_h2 h3{
		font-size: 18px;
	}
	.mainContents .accordion{
		margin: 1em 0 0;
	}
}