@charset "utf-8";

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

body {
	background-color: #FFF;
	color: #666;
	font-family: "Zen Maru Gothic", sans-serif;
}
a {
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
img {
	image-rendering: auto;
}
a:hover {
	opacity: 0.8;
}
h4 {
	font-weight: bold;
}
.aos-item-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #1ebeb4;
	line-height: 260px;
	text-align: center;
	color: #fff;
}
.lp-blue-btn a {
	color: #FFF;
	background-color: #ff72cf;
	border-bottom: solid 6px rgba(56, 56, 56, 0.2);
}
.lp-white-btn a {
	color: #009FE1;
	background-color: #FFF;
	border: 2px solid #009FE1;
}
.lp-blue-btn a,
.lp-white-btn a {
	display: inline-block;
	border-radius: 8px;
	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: 2rem;
	margin-top: 20px;
	text-align: center;
	padding: 20px 80px;
}
.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);
}

.webLogin-btn a {
	border-radius: 80px;
	background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
}
.webLogin-btn a span {
	border-radius: 20px;
	color: #7295cb;
}



.section1 {
	background-image: url('/img/oshikatsu/boundary01.png');
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto 60px;
	padding-top: 60px;
}
.section2 {
	background-image: url('/img/oshikatsu/boundary02.png');
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto 60px;
	padding-top: 60px;
}
.section3 {
	background-image: url('/img/oshikatsu/boundary03.png');
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto 60px;
	padding-top: 60px;
}
.section4 {
	background-image: url('/img/oshikatsu/boundary04.png');
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto 60px;
	padding-top: 60px;
}
.section5 {
	background-image: url('/img/oshikatsu/boundary05.png');
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto 60px;
	padding-top: 60px;
}
.section6 {
	background-image: url('/img/oshikatsu/boundary06.png');
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto 60px;
	padding-top: 60px;
}
.section7 {
	background-image: url('/img/oshikatsu/boundary07.png');
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto 60px;
	padding-top: 60px;
}



/* 共通 */
.lp-fs-small { font-size: 1.8rem;}
.lp-fs-medium { font-size: 2.4rem;}
.lp-fs-large { font-size: 2.8rem;}
.lp-fs-xlarge { font-size: 3.5rem;}

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


/*** ハンバーガーアイコン ***/
.hamburger {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10001;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #FF78D2;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s;
}
.hamburger span {
	display: block;
	width: 20px;
	height: 3px;
	background: #FFF;
	border-radius: 2px;
	margin: 3px 0;
	transition: 0.3s;
}

/* メニュー全体 */
.nav-menu {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 500px;
	width: 48%;
	height: 82vh;
	min-height: 680px;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-100%);
	transition: transform 0.4s ease;
	z-index: 10000;
	border-radius: 0 0 0 3rem;
}
.nav-menu ul {
  list-style: none;
  text-align: center;
}
.nav-menu ul li {
	margin: 20px 0;
	padding: 0 2px 15px 2px;
	text-align: left;
	border-bottom: 1px solid #FF78D2;
}
.nav-menu ul li a {
	color: #FF78D2;
	font-size: 2rem;
	text-decoration: none;
	font-weight: 600;
	display: block;
	width: 100%;
}
.nav-menu ul li:nth-child(7) {
	margin: 20px 0 12px 0;
}
.nav-menu ul li.nav-menu-login {
	margin: 0 0 20px 0;
}
.nav-menu ul li.nav-menu-login a span {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 2px;
}

/* メニュー表示時 */
.nav-menu.active {
	transform: translateX(0);
}
.hamburger.active {
	background-color: #CCC;
}

/* ハンバーガー変形（×） */
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 8px);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}
.nav-menu .sns-wrap {
	padding-top: 20px;
}
.nav-menu .sns-wrap img {
	width: 38px;
	height: auto;
	margin: 0 10px;
}
.nav-menu .sns-wrap p {
	font-size: 1.2rem;
	padding-bottom: 10px;
	font-weight: 600;
}

/* メイン画像 */
.main {
	position: relative;
	overflow: hidden;
	background-image: url("/img/oshikatsu/bg.jpg");
	background-position: center;
	background-color: #FFF;
	background-size: cover;
	background-repeat: no-repeat;
}
.main .inner {
	max-width: 1000px;
	margin: auto;
	padding: 80px 0 80px 30px;
	background-image: url("/img/oshikatsu/main.png?1");
	background-repeat: no-repeat;
	background-position: 97% 35px;
	background-size: 40%;
	position: relative;
}
.main h1 {
	margin: 0;
	padding: 0 0 18px 5px;
/*	
	color: #FFF;
	  -webkit-text-stroke: 2px #bf9bdf;
	  text-shadow:
	    0 2px 0 rgba(0,0,0,0.1);
*/
}
.main h1 span.ct1, .main h1 span.ct2, .main h1 span.ct3 {
	font-weight: 900;
	color: #FFF;
	display: inline-block;
	margin-right: 5px;
	border-radius: 30px;
	padding: 4px 15px;
	font-size: 2rem;
}
.main h1 span.ct1 {
	background-color: #FF93DB;
}
.main h1 span.ct2 {
	background-color: #55DFD1;
}
.main h1 span.ct3 {
	background-color: #ECDD70;
}
.main h1 span.fs-xl,
.main h1 span.fs-l {
  color: #C077FF;
  -webkit-text-stroke: 8px rgba(255, 255, 255, 0.1);
  text-shadow:
    1px 1px 0 rgba(255,255,255,0.7),
   -1px 1px 0 rgba(255,255,255,0.7),
    1px -1px 0 rgba(255,255,255,0.7),
   -1px -1px 0 rgba(255,255,255,0.7),
    0 3px 6px rgba(0,0,0,0.15);
  font-weight: 900;
}
.main h1 span.fs-xl {
	font-size: 5rem;
}
.main h1 span.fs-l {
	font-size: 3.6rem;
}
.main h2 {
	text-align: left;
	padding: 0 0 0 0;
	max-width: 380px;
	width: 100%;
}
.main h2 img {
	width: 100%;
}
.main .main-sttl {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px 0 20px 5px;
}
.main .main-sttl span {
	font-size: 4rem;
	font-weight: bold;
	color: #ff719e;
}
.main ul.main-download_btn {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.main ul.main-download_btn li img {
	max-width: 200px;
	height: auto;
	margin-right: 20px;
}
.top-menu {
/*	background-image: linear-gradient(90deg, #f77eeb 0%, #4496f9 100%);*/
	background-image: linear-gradient(90deg, #ffb5d1 0%, #c9aae7 100%);
/*	background-color: #FF7AA4;*/
	padding: 15px 50px;
/*	box-shadow: 0 3px 5px #BFBFBF;*/
	position: relative;
}
.top-menu-inner {
	display: flex;
	justify-content: space-around;
	max-width: 780px;
	margin: auto;
}
.top-menu-item {
	flex: 1;
	margin: 0 10px;
}
.top-menu-btn {
	display: flex;
	align-items: center;
	border-radius: 60px;
	padding: 5px 10px;
	border: 2px solid #FFF;
	background-color: #C39DE3;
	box-shadow: 0 3px 5px #BF92D4;
}
.top-menu-btn li:first-child {
	padding: 5px 0 5px 10px;
	position: relative;
}
.top-menu-btn p {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.1;
	color: #263044;
	text-align: left;
	margin: 0 10px;
	color: #FFF;
}
.top-menu-btn span {
	background-color: #FFF;
	width: 50px;
	height: 50px;
	display: table-cell;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}
.top-menu-btn span img {
	width: 36px;
	height: auto;
}
.top-menu-btn .login_icon {
	width: 27px;
}
.top-menu-btn .buy-only-icon {
	position: absolute;
	width: 80px;
	height: auto;
	top: -13px;
	left: -6px;
}
.top-menu-btn.tokumei li p br {
	display: none;
}



/* ページ下部固定 DLボタン */
.fix-dl-btn {
	transition: opacity 0.5s;
	display: none;
	text-align: center;
}
.fix-dl-btn.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	justify-content: center;
	padding: 10px;
	z-index: 999;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	opacity: 1;
	display: block;
}
.fix-dl-btn.hide {
	opacity: 0;
	pointer-events: none;
}
.fix-dl-btn .fix-dl-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.fix-dl-btn .fix-dl-btn-wrap li {
	padding: 0 8px;
}
.fix-dl-btn p span {
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.fix-dl-btn p span::before, .fix-dl-btn p span::after {
	content: '';
	width: 3px;
	height: 20px;
	background-color: #666;
}
.fix-dl-btn p span::before {
	margin-right: 20px;
	transform: rotate(-35deg);
}
.fix-dl-btn p span::after {
  margin-left: 20px;
  transform: rotate(35deg);
}
.fix-dl-btn .fix-dl-btn-wrap li img {
	max-width: 200px;
	height: auto;
}



/* アズカリの操作方法 */
.operation-video {
	padding: 70px 20px;
	background-image: radial-gradient(#fff 7.5%, transparent 7.5%), radial-gradient(#FFF 7.5%, transparent 7.5%);
	background-size: 40px 40px;
	background-position: 0 0, 20px 20px;
	background-color: #FFF0F9;
}
.operation-video h4 {
	color: #ff7aa4;
}
.operation-video .switch {
	max-width: 800px;
	margin: 40px auto;
}
.operation-video .switch input {
	display: none;
}
.operation-video .btn-wrap {
	display: flex;
	gap: 12px;
}
.operation-video .btn {
	flex: 1;
	text-align: center;
	padding: 15px 10px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 2.4rem;
	font-weight: bold;
	color: #FFF;
	position: relative;
}
.operation-video .btn::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -7px; 
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #24c9ff;
	display: none;
}
#sell:checked + .sell::after {
	display: block;
	border-top-color: #24c9ff;
}
#buy:checked + .buy::after {
	display: block;
	border-top-color: #ff8591;
}


.operation-video .sell {
	background: #24c9ff;
}
.operation-video .buy {
	background: #ff8591;
}
.operation-video .video-area {
	margin-top: 20px;
	position: relative;
}
.operation-video .video {
	display: none;
	padding: 40px;
	background: #FFF;
	text-align: center;
	border-radius: 25px;
}
.operation-video .video .video-wrap {
	max-width: 580px;
	width: 100%;
	margin: auto;
}
.operation-video .video p {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.operation-video .switch:has(#sell:checked) .sell-video {
	display: block;
	border: 4px solid #24c9ff;
}
.operation-video .switch:has(#buy:checked) .buy-video {
	display: block;
	border: 4px solid #ff8591;
}
.video-wrap .video-container {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-wrap .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* キャンペーンバナー */
.top-cam-bn {
	padding: 10px 10px 10px 10px;
}
.top-cam-bn ul.one-column {
	max-width: 540px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.top-cam-bn ul.two-column {
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.top-cam-bn li {
	width: 100%;
	padding: 0 8px;
}
.top-cam-bn li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*
.top-cam-bn li:first-child img {
	border: 1px solid #DFDEDE;
}
.top-cam-bn li:last-child img {
	border: 1px solid #F9BFEA;
}
*/
.top-cam-bn li p {
	font-size: 1.4rem;
	color: #444;
	margin-top: 3px;
	text-align: right;
}
.cam-bn img {
	max-width: 540px;
	width: 100%;
	height: auto;
}
.cam-bn.middle img {
	max-width: 480px;
}



/*********** 
 見知らぬ人との取引は不安がイッパイ
************/
.example {
	background-color: #55BDE8;
	padding: 70px 0 0 0;
	text-align: center;
}
.example-ttl {
	font-size: 4rem;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FFF;
}
.example-balloon {
	background: url("/img/index/balloon.gif") no-repeat center center;
	background-size: 100%;
	max-width: 628px;
	margin: auto;
}
.fuan-man {
	text-align: center;
	background: #55BDE8;
}
.fuan-man img {
	width: 115px;
	height: auto;
	vertical-align: bottom;
}
.buruburu {
    display: inline-block;
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}


/* ポイント */
.point {
	background: #bceffc;
	padding-bottom: 90px;
}
.point h2 {
	font-weight: bold;
	padding:  50px 0;
	text-align: center;
	color: #5AADDB;
	font-size: 4rem;
	line-height: 1.3;
}
.point .point-box-wrap {
	max-width: 1000px;
	margin: auto;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 0 10px;
}
.point .box {
	padding: 25px;
	vertical-align: top;
	margin: 0 8px 16px 8px;
	border-radius: 15px;
	width: 100%;
	background-color: #FFF;
}
.point-ttl {
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	padding: 0 0 15px 5px;
	display: flex;
	align-items: center;
}
.point-ttl li:last-child {
	flex-basis: 100%;
}
.point .number {
	font-size: 6.4rem;
	color: #B6DDF0;
	font-weight: 900;
	text-align: center;
}
.point-ttl h3 {
	font-weight: bold;
	display: block;
	text-align: left;
	line-height: 1.3;
	padding-left: 20px;
	font-size: 2.6rem;
}
.point .box .point-img-wrap img {
	width: 100%;
	height: auto;
}
.point-ul {
	background: linear-gradient(transparent 70%, yellow 70%);
	font-weight: bold;
}
.point-free-txt {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: bold;
	color: #ff7dad;
}
.point .point-balloon {
	background-color: #fdfcda;
	margin-top: 20px;
	padding: 20px;
	text-align: left;
	border-radius: 20px;
}
.point .point-balloon li {
	font-size: 1.5rem;
	line-height: 1.3;
	box-sizing: border-box;
	font-weight: 500;
}
.point .point-balloon li:nth-child(2) {
	margin-top: 20px;
}
.point .point-balloon .sell .icon img,
.point .point-balloon .buy .icon img {
	width: 75px;
	height: auto;
}
.point .point-balloon .sell {
	position: relative;
	padding: 15px;
	border-radius: 8px;
	background-color: #FFF;
	margin-left: 90px;
}
.point .point-balloon .sell .icon {
	position: absolute;
	left: -90px;
	top: -3px;
}
.point .point-balloon .sell::before {
	content: "";
	position: absolute;
	top: 30px;
	left: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #FFF;
	z-index: 2;
}
.point .point-balloon .buy {
	position: relative;
	padding: 15px;
	border-radius: 8px;
	background-color: #FFF;
	margin-right: 90px;
}
.point .point-balloon .buy .icon {
	position: absolute;
	right: -90px;
	top: -3px;
}
.point .point-balloon .buy::before{
	content: "";
	position: absolute;
	top: 30px;
	right: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #FFF;
	z-index: 2;
}
.point .point-btn-wrap {
	text-align: center;
}
.point a.point-btn {
	width: 95%;
	display: inline-block;
	position: relative;
	padding: 20px;
	border-radius: 8px;
	background-color: #5e99e7;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: solid 4px rgba(0,0,0,.2);
	text-align: center;
}
.point a.point-btn.yamato {
	background-color: #52c0b5;
}
.point a.point-btn::before {
	background-color: red;
}
.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-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 {
	font-size: 3.4rem;
}
.point-box-wrap .free p {
	font-size: 1.2rem;
	text-align: right;
	padding-top: 6px;
}
.point h3 .asterisk {
	font-size: 1.4rem;
}


/* ご利用の流れ */
.flow {
	padding: 70px 10px 70px 10px;
	position: relative;
}
.flow h4 {
	padding-bottom: 30px;
	color: #72bfe9;
}
.flow .sub-txt {
	font-size: 1.7rem;
	padding: 0 0 40px 0;
	line-height: 1.4;
	font-weight: bold;
}
.flow .sub-txt span {
	font-weight: bold;
}
.flow .inner {
	  max-width: 800px;
	  margin: auto;
	  text-align: center;
}
.flow .inner div img {
	width: 100%;
	height: auto;
}
.flow .download_btn {
	max-width: 570px;
	margin: auto;
	padding: 20px 20px 35px 20px;
}
.flow .download_btn li {
	display: inline-block;
	width: 48%;
}
.flow .download_btn li img {
	max-width: 216px;
	width: 100%;
	height: auto;
}
.flow .download-txt {
	padding-top: 50px;
	font-weight: bold;
}

.flow .tab-wrap {
	display: flex;
	flex-wrap: wrap;
}
.flow .tab-wrap:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #72BFE9;
	display: block;
	order: -1;
}
.flow .tab-label {
	color: #72BFE9;
	background: #FFF;
	white-space: nowrap;
	text-align: center;
	padding: 18px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	border: solid #72BFE9;
	border-width: 4px 4px 0 4px;
}
.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: #72BFE9;
	color: #FFF;
	font-weight: bold;
}
.flow .tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 20px 25px;
	opacity: 1;
	transition: .5s opacity;
	border: 4px solid #72BFE9;
}
.flow .tab-switch {
	display: none;
}


/* マンガでわかる!活用シーン */
.comic {
	padding: 60px 0 50px 0;
	background-color: #FFFECC;
}
.comic h4 {
	margin-bottom: 20px;
	font-size: 3.5rem;
	text-align: center;
}
.comic h4 span {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.comic h4 span::before,
.comic h4 span::after {
	content: '';
	width: 3px;
	height: 30px;
	background-color: #666;
}
.comic h4 span::before {
	margin-right: 20px;
	transform: rotate(-35deg);
}
.comic h4 span::after {
	margin-left: 20px;
	transform: rotate(35deg);
}
.comic-wrap {
	max-width: 760px;
	margin: 0 auto;
}
.comic-box {
	margin: 20px 20px 20px 20px;
	padding: 30px 35px;
	background-color: #FFF;
	text-align: center;
	box-shadow: 0 3px 5px #BFBFBF;
}
.comic-box-inner li {
	margin-top: 12px;
}
.comic-box-inner li:first-child {
	margin-top: 0;
}
.comic-box-inner img {
	width: 100%;
	border: 2px solid #000;
}
.comic-header {
	margin-bottom: 20px;
}
.comic-header h5 {
	color: #666;
	padding: 15px 5px 9px 5px;
	font-size: 2.8rem;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
.comic-header .artist {
	text-align: left;
	font-size: 1.6rem;
}
.comic-list-category {
	text-align: right;
}
.comic-list-category span {
	display: inline-block;
	padding: 3px 8px;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 6px;
}


/* FAQ */
.faq {
	max-width: 1000px;
	padding: 80px 15px 70px 15px;
	margin: auto;
}
.faq h4 {
	margin-bottom: 30px;
}
.faq-img-wrap {
	background-color: #D7EFFB;
	text-align: center;
	padding: 20px 0;
	display: block;
	max-width: 500px;
	width: 100%;
	margin: 20px auto;
}
.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: 34px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
	padding: 25px 20px;
}
.acMenu dt:hover {
	background-color: #F9F9F9;
}
.acMenu dd {
	display: none;
	padding: 20px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.acMenu dt.active {
	background: #F9F9F9 url(/img/guide/yamato/index/minus_icon.png) 98% 50% no-repeat;
	background-size: 34px;
	border-bottom: 1px solid #DDD;
}


/* Twitter */
.twitter-wrap {
	text-align: center;
	padding: 60px 35px;
	background-color: #BCEFFC;
}
.twitter-wrap h4 {
	color: #5AADDB;
}
.twitter-wrap p {
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 10px 0 20px 0;
}
.twitter-wrap p br {
	display: none;
}
.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;
}

/* 動画 */
.video-box {
	padding: 50px 0;
	text-align: center;
	background-color: #FFFECC;
}
.video-box p {
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.video-box li {
	padding: 0 20px;
	display: inline-block;
	max-width: 680px;
	width: 100%;
	text-align: center;
}
.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;
}


/* 安全なお取引のために */
.security {
	padding: 100px 15px 70px 15px;
	position: relative;
}
.security p {
	line-height: 1.6;
}
.security img {
	margin-top: 30px;
	height: auto;
}
.patrol-man {
	position: absolute;
	right: 28%;
	bottom: 0;
}
.patrol-man img {
	width: 65px;
	height: auto;
	vertical-align: bottom;
}
.security p br {
	display: none;
}

/* 点滅 */
.blinking {
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink {
	0% {opacity:0;}
	100% {opacity:1;}
}


/* アプリダウンロード */
.app-wrap {
	background-color: #FFFECC;
	padding: 30px 20px 0 20px;
	text-align: center;
}
.app-wrap .inner {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.app-wrap h4 {
	font-size: 2.8rem;
	font-weight: bold;
}
.app-wrap h5 {
	font-size: 3.4rem;
	font-weight: bold;
	margin-top: 15px;
}
.app-box {
	display: flex;
	align-items: center;
}
.app-box li {
	flex: 1;
}
.app-box li:last-child img {
	max-width: 430px;
	width: 100%;
}
.app-box img {
	height: auto;
	vertical-align: bottom;
}
.app-wrap .download_btn {
	padding: 30px 0 40px 0;
	display: flex;
	max-width: 400px;
	width: 100%;
	margin: auto;
}
.app-wrap .download_btn li {
	 flex: 1;
	 padding: 0 5px;
}
.app-wrap .download_btn li img {
	width: 175px;
}
.app_img {
	display: inline-block;
}
.app_img img {
	vertical-align: bottom;
	margin-top: 5px;
	width: 85%;
	height: auto;
}


/* NEWS ニュース */
.news .inner {
	max-width: 1000px;
	margin: auto;
/*	padding: 80px 10px;*/
	padding: 80px 15px 60px 15px;
}
.news .inner h4 {
	padding-bottom: 40px;
	text-align: center;
}
.news dl {
	display: flex;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 20px 10px 20px 15px;
	justify-content: left;
	align-items: center;
	border-bottom: 1px solid #DDD;
}
.news dt {
	display: flex;
	color: #999;
	font-weight: bold;
	min-width: 230px;
}
.news .news-icon {
	font-size: 1.3rem;
	border-radius: 4px;
	padding: 3px;
	display: inline-block;
	width: 64px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-right: 15px;
}
.news .news-icon.press {
	background-color: #F0904A;
}
.news .news-icon.info {
	background-color: #61BF82;
}
.news .news-icon.important {
	background-color: red;
}
.news dd a {
	font-weight: bold;
	color: #666;
}
.news dd a:hover {
	color: #1794cf;
}

/* NEWS グラデーションしながら隠す */
.readmore {
	position: relative;
	box-sizing: border-box;
}
.readmore-content{
	position: relative;
	overflow: hidden;
	height: 300px;
}
.readmore-content::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 80px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.6) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.6) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label {
	display: table;
	margin: 0 auto;
	padding: 18px 10px;
	width: 35%;
    background-color: #FFF;
    border: 1px solid #64C1F4;
	border-radius: 6px;
	color: #5AADDB;
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}
.readmore-label:before{
	content: 'NEWSをもっと見る';
}
.readmore-check{
	display: none;
}
.readmore-check:checked ~ .readmore-label {
		background-color: #ECECEC;
		border: none;
}
.readmore-check:checked ~ .readmore-label:before{
    content: 'NEWSを元に戻す';
}
.readmore-check:checked ~ .readmore-content{
    height: auto;
    margin-bottom: 30px;
}
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}


/* SNSボタン */
.sns-btn-wrap {
	padding: 20px 20px 25px 20px;
	background-color: #F4F4F4;
}
.sns-btn-wrap p {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 0 8px 5px 8px;
	margin-bottom: 10px;
	color: #B9B9B9;
}
.sns-btn-wrap li {
	display: inline-block;
	padding: 0 15px;
}
.sns-btn-wrap li img {
	width: 44px;
	height: auto;
}


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


/* キャンペーンバナー */
.cam-bn {
	text-align: center;
}
.cam-bn.middle {
	padding: 40px 10px 0 10px;
}
.cam-bn.bottom {
	padding: 0 10px 80px 10px;
}


/* コピーライト */
.copyright {
	text-align: center;
	padding: 30px 0 40px 0;
	font-size: 1.4rem;
	font-weight: bold;
}
.copyright span {
	font-weight: bold;
}

/* ページトップへ */
.pagetop {
	position: fixed;
	bottom: 120px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(90deg, #ffb5d1 0%, #c9aae7 100%);
	border-radius: 16px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.pagetop::before {
	content: "";
	width: 14px;
	height: 14px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg) translate(-2px, 3px);
}

.pagetop.show {
	display: flex;
}


/**** プヨン ****/
.puyon {
  animation: puyon 1.0s linear 0s 1;
}
@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}



/* =======================================
 responsive・・・ SP用の記述
 ======================================= */
@media screen and (max-width: 1080px) { 
	.nav-menu {
		width: 70%;
		height: 80vh;
		max-height: 800px;
        min-height: 680px;
	}
}

@media screen and (max-width: 900px) { 
	.top-menu {
		padding: 15px 30px;
	}
	.top-menu-btn p {
		font-size: 1.6rem;
	}
	.point .number {
		font-size: 5.2rem;
	}
	.point-ttl h3 {
		font-size: 2.4rem;
	}
	.point-box-wrap .free .point-ttl h3 {
		font-size: 2.8rem;
	}
	.point h3 .asterisk {
		font-size: 1.2rem;
	}
	.point .point-balloon li {
		font-size: 1.6rem;
	}
	.point-free-txt {
		font-size: 2rem;
	}
	.app-box li.pc-display {
		text-align: right;
	}
	.app-box li:last-child img {
		max-width: 360px;
	}
	.app-wrap h4 {
		font-size: 2.2rem;
	}
	.app-wrap h5 {
		font-size: 2.6rem;
	}
}


@media screen and (max-width: 768px) { 
	.main .inner {
		padding: 35px 0 0 20px;
		background-position: 102% 20px;
		background-size: 43%;
		padding-left: 0;
	}
	.main h1 {
		font-size: 2rem;
		padding: 0 0 18px 20px;
	}
	.main h1 span.ct1, .main h1 span.ct2, .main h1 span.ct3 {
		font-size: 1.7rem;
		padding: 4px 12px;
	}
	.main h1 span.fs-xl {
		font-size: 3.8rem;
	}
	.main h1 span.fs-l {
		font-size: 2.6rem;
	}
	.main h2 img {
		max-width: 300px;
		height: auto;
		margin-left: 20px;
	}
	.main .main-sttl {
		font-size: 2.4rem;
		margin: 5px 0 30px 20px;
	}
	.main .main-sttl span {
		font-size: 3rem;
	}
	.main .main-list {
		padding: 15px 0 0 15px;
	}
	.main .main-list li {
		font-size: 2rem;
		background-size: 24px;
		padding: 6px 0 6px 35px;
		background-position: 0 8px;
	}
	.main .main-list li span {
		font-size: 2.8rem;
	}
	.main .main-attention {
		font-size: 1.1rem;
		max-width: 350px;
	}
	.main ul.main-download_btn {
		padding: 10px 15px 10px 15px;
		background: rgba(255, 255, 255, 0.4);
		justify-content: center;
		line-height: 0;
	}
	.main ul.main-download_btn li {
		padding: 0 8px;
	}
	.main ul.main-download_btn li img {
		
		max-width: 180px;
		width: 100%;
		margin-right: 0;
	}
	.top-menu {
		padding: 15px 15px;
	}
	.top-menu-item {
		margin:0 5px;
	}
	.top-menu-btn p {
		font-size: 1.4rem;
	}
	.top-cam-bn ul.one-column {
		max-width: 460px;
	}
	.top-cam-bn li {
		padding: 0 5px;
	}
	.creator-btn.PC {
		display: none;
	}
	.creator-btn.SP {
		display: block;
		padding: 8px 18px 8px 18px;
		background: rgba(150,180,200,0.5);
	}
	.creator-btn a {
		padding: 12px 10px 12px 97px;
		width: 100%;
		font-size: 1.9rem;
		background-size: 145px;
		background-position: -28px -55px;
	}
	.creator-btn a span {
		font-size: 2.2rem;
	}
	.operation-video {
		padding: 40px 20px 10px 20px;
	}
	.operation-video .video-area {
		margin-top: 13px;
	}
	.operation-video .switch {
		margin: 20px auto;
	}
	.example {
		padding: 30px 13px 0 13px;
	}
	.example-ttl {
		font-size: 2.6rem;
		margin-bottom: 15px;
	}
	.example-balloon {
		background-size: 90%;
		max-width: 500px;
	}
	.example .balloon {
		width: 90%;
		height: auto;
	}
	.fuan-man img {
		width: 100px;
	}
	.point {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.point h2 {
		font-size: 2.6rem;
		padding: 40px 0 20px 0;
	}
	.point .point-box-wrap {
		display: block;
		width: auto;
		padding: 0 25px;
		max-width: 540px;
	}
	.point .box {
		padding: 15px;
		margin: 0 0 20px 0;
		width: auto;
	}
	.point-ttl {
		padding: 0 0 10px 5px;
	}
	.point .number {
		font-size: 4rem;
	}
	.point .box .point-img-wrap img {
		width: 100%;
	}
	.point .box .point-img-wrap img.img-90 {
		width: 90%;
	}
	.point .point-balloon {
		padding: 13px;
		margin-top: 10px;
	}
	.point .point-balloon li {
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.point .point-balloon li:nth-child(2) {
		margin-top: 10px;
	}
	.point .point-balloon .sell .icon img,
	.point .point-balloon .buy .icon img {
		width: 55px;
	}
	.point .point-balloon .sell {
		padding: 10px;
		margin-left: 65px;
	}
	.point .point-balloon .sell::before {
		top: 25px;
		left: -12px;
		margin-top: -10px;
		border: 6px solid transparent;
		border-right-color: transparent;
		border-right-style: solid;
		border-right-width: 6px;
		border-right: 6px solid #FFF;
	}
	.point .point-balloon .sell .icon {
		left: -65px;
		top: 0;
	}
	.point .point-balloon .buy {
		padding: 10px;
		margin-right: 65px;
	}
	.point .point-balloon .buy .icon {
		right: -65px;
		top: 0;
	}
	.point .point-balloon .buy::before {
		top: 25px;
		right: -12px;
		margin-top: -10px;
		border: 6px solid transparent;
		border-left-color: transparent;
		border-left-style: solid;
		border-left-width: 6px;
		border-left: 6px solid #FFF;
	}
	.point-box-wrap .point-ttl h3 {
		font-size: 2rem;
	}
	.point-box-wrap .free .point-ttl h3 {
		font-size: 2.4rem;
	}
	.point-box-wrap .free .point-balloon {
		margin-top: 0;
	}
	.point-free-txt {
		font-size: 1.6rem;
	}
	.point a.point-btn {
		font-size: 1.5rem;
		width: 100%;
		padding: 13px 20px;
	}
	.flow {
		max-width: 600px;
		padding: 50px 18px 40px 18px;
		margin: auto;
	}
	.flow .inner {
		width: 100%;
		max-width: 600px;
	}
	.flow h4 {
		padding-bottom: 20px;
	}
	.flow .sub-txt {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 10px 25px 10px;
	}
	.flow .tab-label {
		padding: 13px .3em 11px .3em;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.flow .tab-switch:checked + .tab-label + .tab-content {
		padding: 12px;
	}
	.flow .download-txt {
		padding-top: 30px;
	}
	.flow .download_btn {
		padding: 10px 20px 30px 20px;
	}
	.flow .download_btn li img {
		width: 90%;
	}
	.cam-bn.middle {
		padding: 20px 0 0 0;
	}
	.comic {
		padding: 45px 0 55px 0;
	}
	.comic h4 {
		font-size: 2.6rem;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.comic h4 span::before,
	.comic h4 span::after {
		width: 2px;
		height: 24px;
	}
	.comic h4 span::before {
		margin-right: 15px;
	}
	.comic h4 span::after {
		margin-left: 15px;
	}
	.comic-carousel a {
		margin: 0 3px;
	}
	.comic-carousel-inner {
		padding: 8px 8px 10px 8px;
	}
	.comic-carousel .comic-title {
		font-size: 1.3rem;
		padding: 7px 0 5px 0;
	}
	.comic-list-category span {
		padding: 2px 5px;
		font-size: 1rem;
	}
	.comic-box {
		padding: 20px;
	}
	.comic-header h5 {
		font-size: 2.4rem;
		padding: 10px 5px 9px 3px;
	}
	.comic-wrap {
		max-width: 600px;
		margin: 0 auto;
	}
	.faq {
		max-width: 600px;
		width: 100%;
		padding: 55px 15px 60px 15px;
	}
	.acMenu dt {
		display: block;
		background-size: 28px;
		font-size: 1.6rem;
		padding: 20px 40px 20px 10px;
	}
	.acMenu dt.active {
		display: block;
		background-size: 28px;
	}
	.acMenu dd {
		padding: 10px;
		font-size: 1.4rem;
	}
	.lp-blue-btn a, .lp-white-btn a {
		min-width: 300px;
		font-size: 1.6rem;
		margin-top: 5px;
		padding: 20px 10px;
	}
	.twitter-wrap {
		padding: 40px 35px 40px 35px;
	}
	.twitter-wrap p br {
		display: inline;
	}
	.video-box {
		padding: 40px 0 40px 0;
	}
	.video-box p {
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.video-box li {
		max-width: 580px;
	}
	.security {
		padding: 40px 15px 25px 15px;
	}
	.security p {
		margin-top:12px;
	}
	.security p br {
		display: inline;
	}
	.security img {
		margin-top: 15px;
		max-width: 107px;
	}
	.patrol-man img {
		width: 60px;
	}
	.app-wrap {
		padding: 40px 20px 40px 20px;
	}
	.app-box li:first-child img {
		max-width: 514px;
		width: 100%;
		margin-top: 20px;
	}
	.app-wrap .download_btn {
		padding: 10px 0 30px 0;
	}
	.news .inner {
		padding: 45px 15px 40px 15px;
		max-width: 600px;
	}
	.news .inner h4 {
		padding-bottom: 20px;
	}
	.news dl {
		display: block;
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 9px 10px;
	}
	.news dt {
		min-width: auto;
		padding-bottom: 5px;
	}
	.news .news-icon {
		font-size: 1.1rem;
		width: 50px;
		border-radius: 3px;
		padding: 1px 2px;
		margin-right: 5px;
	}
	.readmore-label {
		font-size: 1.4rem;
		width: 92%;
	}
	.readmore-check:checked ~ .readmore-content {
		margin-bottom: 20px;
	}
	.cam-bn.bottom {
		padding: 0 15px 50px 15px;
	}
	.sns-btn-wrap {
		padding: 15px 10px 15px 10px;
	}
	.sns-btn-wrap p {
		font-size: 2rem;
		padding: 0 5px 5px 5px;
		margin-bottom: 5px;
	}
	.sns-btn-wrap li img {
		width: 35px;
	}
	.link-box {
		padding: 20px 0 0 0;
	}
	.link-box a {
		font-size: 1.3rem;
		line-height: 1.8;
		margin-right: 10px;
	}
	.nav-menu {
		width: 70%;
		height: 80vh;
		max-width: 360px;
	}
	.nav-menu ul li a {
		font-size: 1.7rem;
	}
	.nav-menu .sns-wrap {
		padding-top: 10px;
	}
	.nav-menu ul li.nav-menu-login a span {
		font-size: 1.2rem;
	}
	.fix-dl-btn .fix-dl-btn-wrap li img {
		max-width: 180px;
		width: 100%;
	}


	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%;}
	.lp-fs-small { font-size: 1.4rem;}
	.lp-fs-medium { font-size: 1.8rem;}
	.lp-fs-large { font-size: 2.2rem;}
	.lp-fs-xlarge { font-size: 2.6rem;}
	.sp-display { display: inline;}
	.pc-display { display: none;}
}

@media screen and (max-width: 660px) { 
	.top-menu {
		padding: 12px 20px 12px 20px;
	}
	.top-menu-item {
		margin: 0 8px;
	}
	.top-menu-btn {
		display: block;
	    border-radius: 12px;
	    padding: 10px 5px;
	}
	.top-menu-btn li:first-child {
		padding: 3px 0 5px 0;
	}
	
	.top-menu-btn span {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}
	.top-menu-btn p {
		text-align: center;
		line-height: 1.1;
		margin: 0;
		margin-top: 1px;
		border: none;
		padding-bottom: 0;
	}
	.top-menu-btn:hover p {
		border: none;
	}
	.top-menu-btn div,
	.top-menu-btn div span {
		width: 70px;
		height: 70px;
	}
	.top-menu-btn .buy-only-icon {
		width: 70px;
		left: 50%;
		transform: translateX(-50%);
	}
	.top-menu-btn div span img {
		width: 37px;
	}
	.top-menu-btn.tokumei li p br {
		display: inline;
	} 
	.operation-video .video {
		padding: 25px 20px;
	}
	.operation-video .video p {
		font-size: 1.5rem;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.pagetop.show {
		display: none;
	}
}

@media screen and (max-width: 460px) { 
	.main .inner {
		background-position: 104% 18px;
		background-size: 45%;
		padding-top: 30px;
	}
	.main h1 {
		font-size: 1.2rem;
		margin: 0;
		padding: 0 0 10px 13px;
	}
	.main h1 span.ct1, .main h1 span.ct2, .main h1 span.ct3 {
		font-size: 1.2rem;
		padding: 2px 7px;
	}
	.main h1 span {
		font-size: 1.4rem;
	}
	.main h1 span.fs-xl {
		font-size: 2.6rem;
		padding-top: 5px;
		display: inline-block;
	}
	.main h1 span.fs-l {
		font-size: 1.9rem;
	}
	.main h2 {
		padding: 0 0 0 10px;
	}
	.main h2 img {
		width: 52%;
		margin-left: 0;
	}
	.main .main-sttl {
		font-size: 1.6rem;
		margin: 5px 0 20px 15px;
	}
	 .main .main-sttl span {
		font-size: 2.3rem;
	}
	.main .main-list {
		padding: 5px 0 0 15px;
	}
	.main .main-list li {
		font-size: 1.3rem;
		padding: 5px 0 5px 22px;
		background-size: 15px;
		background-position: 0 8px;
	}
	.main .main-list li span {
		font-size: 1.8rem;
	}
	.main .main-attention {
		font-size: 1rem;
		max-width: 220px;
		margin-top: 5px;
	}
	.hamburger {
		width: 38px;
		height: 38px;
		top: 13px;
		right: 13px;
	}
	.nav-menu {
		height: 85vh;
		max-height: 600px;
        min-height: 560px;
	}
	.nav-menu ul li a {
	font-size: 1.5rem;
	}
	.nav-menu .sns-wrap {
		padding-top: 5px;
	}
	.top-menu {
		padding: 12px 15px 12px 15px;
	}
	.top-menu-btn {
		padding: 5px 5px;
	}
	.top-menu-btn  p {
		font-size: 1.2rem;
	}
	.top-menu-btn .buy-only-icon {
		width: 60px;
	}
	.top-menu-btn span {
		width: 40px;
		height: 40px;
	}
	.top-menu-btn span img {
		width: 24px;
	}
	.top-menu-btn .login_icon {
		width: 23px;
	}
	.top-menu-item {
		margin: 0 5px;
	}
	.main ul.main-download_btn li img {
		max-width: 140px;
	}
	.fix-dl-btn p span {
		font-size: 1.5rem;
	}
	.fix-dl-btn p span::before,
	.fix-dl-btn p span::after {
		width: 2px;
		height: 16px;
	}
	.fix-dl-btn .fix-dl-btn-wrap li img {
		max-width: 140px;
	}
	.top-cam-bn {
		/*padding: 12px 12px 8px 12px;*/
		padding: 0;
	}
	.top-cam-bn img {
		vertical-align: bottom;
	}
	.top-cam-bn ul {
		display: block;
	}
	.top-cam-bn li {
		padding: 0;
	}
	.top-cam-bn .two-column li:last-child {
		display: none;
	}
	.cam-bn img {
		width: 85%;
	}
	.nyan-cam-bn-middle {
		padding: 9px;
		display: block;
	}
	.lp-blue-btn a, .lp-white-btn a {
		font-size: 1.6rem;
	}
	.operation-video .video {
		padding: 20px 15px;
	}
	.operation-video .video p {
		text-align: left;
		font-size: 1.4rem;
	}
	.example-ttl,
	.point h2 {
		font-size: 2.2rem;
	}
	.point .point-balloon li {
		font-size: 1.3rem;
	}
	.point-ul {
		background: linear-gradient(transparent 80%, #ffff8a 80%);
	}
	.point-box-wrap .point-ttl h3 {
		font-size: 1.9rem;
	}
	.point-box-wrap .free p {
		font-size: 1rem;
	}
	.flow .sub-txt {
		font-size: 1.3rem;
	}
	.comic {
		padding: 40px 0 25px 0;
	}
	.comic h4 {
		font-size: 2rem;
	}
	.twitter-wrap p {
		padding: 10px 0 10px 0;
	}
	.acMenu dt {
		font-size: 1.4rem;
		padding: 18px 40px 18px 10px;
		background-size: 23px;
	}
	.acMenu dt.active {
		background-size: 23px;
	}
	.acMenu dd {
		font-size: 1.3rem;
	}
	.video-box p {
		font-size: 2.2rem;
	}
	.news .inner {
		padding: 40px 10px 30px 10px;
	}
	.news dl {
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.news .news-icon {
		font-size: 1rem;
		line-height: 1.2;
		width: 40px;
	}
	.patrol-man {
		right: 22%;
	}
	.patrol-man img {
		width: 45px;
	}
	.app-wrap h4 {
		font-size: 1.8rem;
	}
	.app-wrap h5 {
		font-size: 2.2rem;
	}
	.sns-btn-wrap {
		padding: 12px 10px 15px 10px;
	}
	.sns-btn-wrap p {
		font-size: 1.6rem;
	}
	.link-box a {
		font-size: 1.1rem;
	}
	.copyright {
		padding: 20px 0;
		font-size: 1.2rem;
	}
	.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;
	}
}
