@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body {
	background-color: #FFF;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 1000px;
	margin: auto;
}
a {
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
a:hover {
	opacity: 0.8;
}
.lp-blue-btn a {
	color: #FFF;
	background-color: #1794CF;
	padding: 20px;
}
.lp-white-btn a {
	color: #009FE1;
	background-color: #FFF;
	border: 2px solid #009FE1;
	padding: 18px;
}
.lp-blue-btn a,
.lp-white-btn a {
	display: inline-block;
	border-radius: 5px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	font-weight: bold;
	font-size: 1.5rem;
	margin-top: 5px;
	min-width: 300px;
	text-align: center;
	padding: 20px 10px;
}
.lp-blue-btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
	margin-top: -5px;
}
.lp-blue-btn a:hover,
.lp-blue-btn a:focus,
.lp-blue-btn a:active,
.lp-white-btn a:hover,
.lp-white-btn a:focus,
.lp-white-btn a:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.lp-bg-gray { background-color: #F6F6F6; }
.lp-fc-red { color: #FF0000; }
.fc-pink { color: #f03fa3;}
.sp-display { display: inline;}
.pc-display { display: none;}


/* メイン画像 */

.main {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}
.main .inner {
	width: auto;
	padding: 43px 0 0 0;
	background-image: url("/img/index/main.gif?20191206");
	background-repeat: no-repeat;
	background-position: 105% 12px;
	background-size: 44%;
}
.main h1 {
	font-size: 1.2rem;
	margin: 0;
	padding: 0 0 12px 13px;
	color: #C6B451;
}
.main h1 span {
	font-weight: bold;
	font-size: 1.5rem;
}
.main h2 {
	text-align: left;
	padding: 0 0 0 15px;
}
.main h2 img {
	width: 43%;
}
.main .main-list {
	padding: 15px 0 0 15px;
}
.main .main-list li {
	font-size: 1.3rem;
	padding: 7px 0 7px 22px;
	background: url(/img/index/main-list-icon.png) no-repeat 0 10px;
	background-size: 16px;
	font-weight: bold;
}
.main .main-list li span {
	font-size: 1.8rem;
	font-weight: bold;
}
.main .main-list li span.fs-small {
	font-size: 1rem;
}
.main .main-attention {
	font-size: 1rem;
	max-width: 220px;
	text-align: right;
	margin-top: 10px;
}
.download_btn {
	text-align: center;
	padding: 20px 20px 40px 20px;
}
.download_btn li {
	display: inline-block;
	width: 48%;
}
.download_btn li img {
	width: 90%;
}
.download-txt {
	color: #FFF;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}

/* 動画 */
.video-box {
	padding: 40px 0;
	text-align: center;
	background-color: #F7F7F7;
}
.video-box p {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.video-box li {
	padding: 0 20px;
}
.video-box .video-container {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-box .video-container iframe {
	border: 10px solid #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: drop-shadow(1px 1px 2px #999);
}
.video-box li .video-ttl {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	margin: 10px 0 40px 0;
}


/* 個人間売買でこんな経験してませんか？ */
.example {
	background-color: #55BDE8;
	padding: 30px 13px 0 13px;
	text-align: center;
}
.example .balloon {
	width: 90%;
}
.example-ttl {
	font-size: 2.2rem;
	line-height: 1.3;
	margin-bottom: 15px;
	font-weight: bold;
	color: #FFF;
}
.fuan-man {
	text-align: center;
	background: #55BDE8;
}
.fuan-man img {
	width: 85px;
	vertical-align: bottom;
}


/* ポイント */
.point h2 {
	font-weight: bold;
	padding:  40px 0 20px 0;
	text-align: center;
	color: #FFF;
	font-size: 2.2rem;
	line-height: 1.3;
}
.point-box-wrap .point-ttl h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	text-align: left;
}
h3 br {
	display: none;
}
h4 {
	font-weight: bold;
}
.point {
	background: #009FE1;
	background: -webkit-linear-gradient(bottom, #8DD4F2 0%, #009FE1 100%);
	background: linear-gradient(0deg, #8DD4F2 0%, #009FE1 100%);
	padding-bottom: 35px;
}
.point .box {
	text-align: center;
	padding: 15px;
	margin: 0 20px 20px 20px;
	background-color: #FFF;
	border-radius: 7px;
}
.point .number {
	font-size: 4rem;
	color: #15A7E4;
	font-weight: bold;
	display: block;
	text-align: center;
}
.point-ttl {
	border-bottom: 1px solid #8FD5F2;
	margin-bottom: 20px;
	padding: 0 8px 15px 8px;
	display: flex;
	align-items: center;
}
.point .box p .att {
	font-size: 1.1rem;
	display: block;
}
.point-ul {
	background: linear-gradient(transparent 70%, yellow 70%);
	font-weight: bold;
}
.point-free-txt {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff43ad;
}
.point .point-balloon {
	background-color: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	border-radius: 3px;
}
.point .point-balloon li {
	font-size: 1.4rem;
	line-height: 1.3;
	box-sizing: border-box;
}
.point .point-balloon li:nth-child(2) {
	margin-top: 10px;
}
.point .point-balloon .sell .icon img,
.point .point-balloon .buy .icon img {
	width: 48px;
}
.point .point-balloon .sell {
	position: relative;
	padding: 10px;
	border-radius: 8px;
	background-color: #FFF;
	margin-left: 55px;
}
.point .point-balloon .sell .icon {
	position: absolute;
	left: -58px;
	top: 0;
}
.point .point-balloon .sell::before {
	content: "";
	position: absolute;
	top: 25px;
	left: -12px;
	margin-top: -10px;
	border: 6px solid transparent;
	border-right: 6px solid #FFF;
	z-index: 2;
}
.point .point-balloon .buy {
	position: relative;
	padding: 10px;
	border-radius: 8px;
	background-color: #FFF;
	margin-right: 55px;
}
.point .point-balloon .buy .icon {
	position: absolute;
	right: -58px;
	top: 0;
}
.point .point-balloon .buy::before{
	content: "";
	position: absolute;
	top: 25px;
	right: -12px;
	margin-top: -10px;
	border: 6px solid transparent;
	border-left: 6px solid #FFF;
	z-index: 2;
}
.point .point-btn-wrap {
	background-color: #f5f5f5;
	padding: 5px 10px 20px 10px;
}
.point a.point-btn {
	width: 90%;
	display: inline-block;
	padding: 20px;
	border-radius: 5px;
	background-color: #1794CF;
	position: relative;
	color: #FFF;
	font-weight: bold;
	font-size: 1.5rem;
}
.point a.point-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
	margin-top: -5px;
}
.point a.point-btn.yamato {
	background-color: #10AD9C;
}
.point-ul {
	background: linear-gradient(transparent 70%, #ffff8a 70%);
	font-weight: bold;
}
.point-box-wrap .free .point-ttl {
	margin-bottom: 0;
}
.point-box-wrap .free .point-ttl h3.lp-fs-medium {
	font-size: 2.4rem;
}
.point-box-wrap .free p {
	font-size: 1.2rem;
	text-align: right;
	padding-top: 6px;
}
.point h3 .asterisk {
	font-size: 1.4rem;
}


/* マンガでわかる!活用シーン */
.comic {
	padding: 45px 0 55px 0;
	background-color: #f2efc6;
}
.comic h4 {
	margin-bottom: 20px;
	font-size: 2.3rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.comic h4::before,
.comic h4::after {
	content: '';
	width: 2px;
	height: 24px;
	background-color: #333;
}
.comic h4::before {
	margin-right: 15px;
	transform: rotate(-35deg);
}
.comic h4::after {
	margin-left: 15px;
	transform: rotate(35deg);
}
.comic-carousel {
	max-width: 1000px;
	margin: auto;
	padding: 0 10px 20px 10px;
}
.comic-carousel a {
	margin: 0 3px;
}
.comic-carousel-inner {
	background-color: #FFF;
	padding: 8px 8px 10px 8px;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
}
.comic-img-wrap img {
	width: 100%;
	height: auto;
	filter: drop-shadow(1px 1px 1px #999);
}
.comic-carousel .comic-title {
	font-weight: bold;
	font-size: 1.3rem;
	color: #222;
	padding: 7px 0 5px 0;
	letter-spacing: -0.05em
}
.comic-carousel .slick-dots {
	padding-top: 20px;
	height: 30px;
}
.comic-carousel .slick-dots li button {
	background: #CCC;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}
.comic-carousel .slick-dots li.slick-active button {
	background: #999;
}
.comic-list-category {
	text-align: right;
}
.comic-list-category span {
	display: inline-block;
	padding: 2px 5px;
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
}
.category-illustration {
	background-color: #33c46c;
}
.category-handmade {
	background-color: #c1a062;
}
.category-favorite {
	background-color: #e658b5;
}
.category-doujin {
	background-color: #4587ee;
}
.category-vtube {
	background-color: #f78039;
}
.category-liver {
	background-color: #fd7884;
}


/* ご利用の流れ */
.flow {
	padding: 50px 15px;
	background-color: #f5f5f5;
	position: relative;
}
.flow h4 {
	padding-bottom: 18px;
}
.flow .sub-txt {
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 0 10px 25px 10px;
	font-weight: bold;
}
.flow .sub-txt span {
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.flow .inner {
	text-align: center;
}
.flow .inner div img {
	width: 100%;
}
.flow .inner ul {
	padding-top: 20px;
	width: 100%;
	font-size: 0;
}
.flow .tab-wrap {
	display: flex;
	flex-wrap: wrap;
}
.flow .tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #009FE1;
	display: block;
	order: -1;
}
.flow .tab-label {
	color: #777;
	background: #ddd;
	white-space: nowrap;
	text-align: center;
	padding: 13px .3em 11px .3em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
	font-size: 1.3rem;
	line-height: 1.3;
}
.flow .tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.flow .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background-color: #FFF;
	text-align: center;
}
.flow .tab-switch:checked+.tab-label {
	background: #009FE1;
	color: #FFF;
	font-weight: bold;
}
.flow .tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
}
.flow .tab-switch {
	display: none;
}


/* Twitter */
.twitter-wrap {
	text-align: center;
	padding: 45px 35px 50px 35px;
	background-color: #009FE1;
}
.twitter-wrap h4 {
	color: #FFF;
}
.twitter-wrap p {
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 10px 0 10px 0;
}
.twitter-follow-btn {
	background-color: #F0F0F0;
	padding: 13px 0;
	border-radius: 5px;
	margin: auto;
	max-width: 600px;
	color: #666;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.twitter-follow-btn li:first-child {
	padding-right: 3px;
}
.twitter-timeline {
	margin: auto;
}
.twitter-tweet {
	margin: auto;
}

/* FAQ */
.faq {
	width: 100%;
	margin: auto;
	padding: 55px 10px 60px 10px;
}
.faq h4 {
	margin-bottom: 30px;
}
.faq-img-wrap {
	background-color: #D7EFFB;
	text-align: center;
	padding: 20px 0;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.faq-img-wrap img {
	width: 55%;
	border: 2px solid #E3E3E3;
}
.acMenu {
	border-bottom: 1px solid #DDD;
}
.acMenu dt {
	display: block;
	border-top: 1px solid #DDD;
	cursor: pointer;
	background: url(/img/guide/yamato/index/plus_icon.png) 98% 50% no-repeat;
	background-size: 28px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 20px 40px 20px 10px;
}
.acMenu dt:hover {
	background-color: #F9F9F9;
}
.acMenu dd {
	display: none;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.acMenu dt.active {
	background: #F9F9F9 url(/img/guide/yamato/index/minus_icon.png) 98% 50% no-repeat;
	background-size: 28px;
	border-bottom: 1px solid #DDD;
}


/* 安全なお取引のために */
.security {
	padding: 40px 15px 35px 15px;
	position: relative;
}
.security p {
	line-height: 1.6;
}
.security img {
	margin-top: 15px;
}
.patrol-man {
	position: absolute;
	right: 28%;
	bottom: 0;
}
.patrol-man img {
	width: 35px;
}

/* SNSボタン */
.sns-btn-wrap.about-top {
	padding:  13px 10px 9px 10px;
	margin-top: 20px;
}
.sns-btn-wrap.about-top p {
	font-size: 1.4rem;
	border-bottom: none;
	margin-bottom: 0;
}

.sns-btn-wrap {
	padding:  15px 10px 15px 10px;
	background: #F4F4F4;
}
.sns-btn-wrap p {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 0 5px 5px 5px;
	margin-bottom: 5px;
	color: #B9B9B9;
}
.sns-btn-wrap li {
	display: inline-block;
	padding: 0 10px;
}
.sns-btn-wrap li img {
	width: 35px;
}


/* リンク */
.link-box {
	padding:  18px 0;
	text-align: center;
}
.link-box li {
	display: inline-block;
}
.link-box a {
	color: #000;
	font-weight: bold;
	font-size: 1.1rem;
	margin-right: 10px;
	line-height: 1.7;
}
.link-box li:last-child a {
	margin-right: 0;
}
.cam-bn {
	text-align: center;
	padding: 0 10px 30px 10px;
}


/* コピーライト */
.copyright {
	font-weight: bold;
	color: #009FE1;
	text-align: center;
	padding: 30px 0;
}


/* font-size */
.lp-fs-small { font-size: 1.3rem;}
.lp-fs-medium { font-size: 1.6rem;}
.lp-fs-large { font-size: 1.8rem;}
.lp-fs-xlarge { font-size: 2.2rem;}


/* 画像サイズ */
img { width: 100%;}
img.img-90 { width: 90%;}
img.img-80 { width: 80%;}
img.img-70 { width: 70%;}
img.img-50 { width: 50%;}
img.img-30 { width: 30%;}
img.img-20 { width: 20%;}
img.img-10 { width: 10%;}
img.img-8 { width: 8%;}