@charset "utf-8";

/* common
-------------------------------------------------------*/
body{
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-size: 16px;
line-height: 1.8;
color: #000;
height: 100%;
background-color: #fff;
}

.wrap {
  max-width: 1080px;
  overflow: hidden;
  margin: 0 auto;
}

.contents {
min-width: 320px;
}

/*
.contents a {
color: #ff75bd;
text-decoration: underline;
transition: .2s;
}
*/

.contents a {
text-decoration: underline;
transition: .2s;
}

.contents a:hover {
opacity: 0.7;
}
.contents b {
font-weight: bold;
}
.contents img {
width: 100%;
width: auto;
max-width: 100%;
vertical-align: top;
}
.contents ol, .contents ul {
list-style: none;
}
.contents dl::before, .contents dl::after,
.contents ol::before, .contents ul::before,
.contents ol::after, .contents ul::after {
display: none;
}
.contents blockquote, q {
quotes: none;
}
.contents blockquote:before, .contents blockquote:after,
.contents q:before, .contents q:after {
content: '';
content: none;
}
.contents table {
border-collapse: collapse;
border-spacing: 0;
}
@media screen and (max-width: 768px) {
.contents {
	}
}
.contents .sp {
    display: none;
}
@media screen and (max-width: 768px) {
	.contents .pc {
	display: none;
	}
	.contents .sp {
	display: block;
	}
}

/* common
----------------------------------------------- */
.inner {
max-width: 900px;
margin: 0 auto;
position: relative;
}
@media screen and (max-width: 768px) {
}

/* header 
----------------------------------------------- */
#header {
background: #fff;
padding: 30px;
border-bottom: 1px solid #ddd;
}
#header .logo {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
#header .logo01 {
max-width: 388px;
max-width: 310px;
width: 100%;
}
#header .times {
margin: 0 30px;
}
#header .times img {
max-width: 30px;
max-width: 24px;
width: 100%;
}
#header .logo02 {
max-width: 284px;
max-width: 228px;
width: 100%;
}
@media screen and (max-width: 768px) {
	#header {
	padding: 20px;
	}
	#header .logo01 {
	max-width: 287px;
	}
	#header .times {
	margin: 0 15px;
	}
	#header .times img {
	max-width: 20px;
	}
	#header .logo02 {
	max-width: 227px;
	}
}

/* footer
----------------------------------------------- */
#footer {
	text-align: center;
	background: #fff;
}
#footer.area {
	padding: 40px 40px 60px;
}
#footer .txt {
	margin: 0 0 20px;
	}
#footer p a,
#footer p a:link{
	color: #333;
	font-size: 0.75rem;
}
#footer .copy {
	margin-top: 10px;
	font-size: 0.6875rem;
}
@media screen and (max-width: 768px) {
	#footer.area {
	padding: 20px 20px 40px;
	}
}

/* ファーストビュー
----------------------------------------------- */
.lp_1stView {
	width: 100%;
	height: auto;
}
.lp_1stView img{
	display: block;
	width: 100%;
	height: auto;
}

/* セカンドビュー
     ∟リード
----------------------------------------------- */
.lp_2ndView {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.lp_2ndView img{
	display: block;
	width: 100%;
	height: auto;
}

.lp_lead {
	padding: 40px 50px;
	background:#ddd;
	font-size: 1rem;
	line-height: 1.8;
}
.lp_lead .lp_cautionList {
	max-width: 800px;
	margin:0 auto 1em;
}
.lp_cautionList li{
  display: table-row;
	font-size: 0.6875rem; /* 11px */
}
.lp_cautionList li:before {
  display: table-cell;
  content: "※";
  padding-right: 0.25em;
  min-width: 1em;
}
.lp_lead .lp_paragraph:first-child{
	margin-bottom: 30px;
}
.contents__main__sns + .lp_paragraph{
	margin-top: 20px;
}
.lp_lead .lp_paragraph:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 960px) {
	.lp_lead {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 500px) {
}

/* ボディ
----------------------------------------------- */
.lp_body{
	padding: 40px 50px 20px;
	line-height: 1.8;
}

@media screen and (max-width: 960px) {
	.lp_body {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 500px) {
}

/* 特集本文 - 見出し
----------------------------------------------- */

/* 見出しレベル1 */
.lp_heading_level1{
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	background: none;
	font-size: 1.25rem; /* 20px */
}

/* 見出しレベル2 */
.lp_heading_level2{
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	font-size: 1.125rem; /* 18px */
	border: 0;
}

/* 見出しレベル3 */
.lp_heading_level3{
}

.lp_heading_level1 span,
.lp_heading_level2 span{
	display: inline-block;
}
.lp_heading_level1 small,
.lp_heading_level2 small{
	display: inline-block;
	font-size: smaller;
	font-weight: normal;
}

.lp_heading_level1 img,
.lp_heading_level2 img{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 960px) {
	.lp_heading_level1{
	}
	.lp_heading_level2{
	}
}

/* 特集本文 - 段落
----------------------------------------------- */

/* 段落 */
.lp_paragraph{
	max-width: 800px;
	margin: 0 auto 80px;
}

/* カラム */
.lp_paragraph_frame{
	margin: 0 auto 40px;
	padding: 40px 20px;
	background-color: #eee;
	border-radius: 5px;
}

@media screen and (max-width: 960px) {
	.lp_paragraph{
		max-width: none;
	}
}
@media screen and (max-width: 500px) {
	.lp_paragraph_frame{
		padding: 30px 20px;
	}
}

/* 特集本文 - テキスト
----------------------------------------------- */

/* テキスト */
.lp_paragraph p{
	margin: 0 0 30px;
	padding: 0;
	font-size: 1rem;
}

/* ボタン */
a.lp_button{
	position: relative;
	display: block;
	max-width: 640px;
	margin: 0 auto;
	padding: 0.6em 20px;
	text-align: center;
	font-size: 1.125rem; /* 20px */
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1.8;
	border-radius: 5px;
	background: #ff8200;
}
a.lp_button + a.lp_button{
	margin-top: 20px;
}
a.lp_button span{
	display: inline-block;
}
a.lp_button_red{
	background-color: #ff5151;
}

/* リード-フォローボタン   */
.lp_button_follow{
    position: relative;
    display: inline-block;
    margin: 0 auto !important;
    display: block;
    max-width: 360px;
}

.lp_button_follow img{
    width: 100%;
    margin: 0 auto !important;
}

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 500px) {
    .lp_button_follow{
        max-width: 100%;
        padding: 0 20px;
    }
}

/* 特集本文 - 画像
----------------------------------------------- */

/* 画像 */
.lp_image{
	margin: 30px 0;
	padding: 0;
}
.lp_image_narrow{
	width: 66.66%;
	margin: 30px auto;
	padding: 0;
}
.lp_image img,
.lp_image_narrow img{
	display: block;
	width: 100%;
	height: auto;
}
.lp_image p.lp_image_caption,
.lp_image_narrow p.lp_image_caption{
	margin: 4px 0 0;
	font-size: 0.75rem; /* 12px */
	color: #999;
}

@media screen and (max-width: 960px) {
}

/* 特集本文 - YouTube
----------------------------------------------- */
.lp_youtube {
	clear: both;
	position: relative;
	margin: 30px auto;
	padding-top: 56.25%;
	overflow: hidden;
}
.lp_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* 特集本文 - 編集
----------------------------------------------- */
.lp_paragraph_frame{
	background-color: rgba(42,69,148,0.10);
}

@media screen and (max-width: 960px) {
	/* ウィンドウサイズ 960px以下 */
}
@media screen and (max-width: 500px) {
	/* ウィンドウサイズ 500px以下 */
}

/* 2ndView
----------------------------------------------- */
.lp_service_link{
	position: relative;
	padding: 40px 50px 40px;
	background-color: #ff9123;
}
.lp_service_link h2{
	width: 64%;
	padding-left: 40px;
	max-width: 564px;
}
.lp_service_link h2 img{
	display: block;
	width: 100%;
	height: auto;
}
.lp_service_link ul{
	margin: 20px 0 40px 40px;
	padding: 0;
}
.lp_service_link ul li {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.45;
	font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}
.lp_service_link_badge{
	position: absolute;
	width: 33%;
	max-width: 390px;
	height: auto;
	right: calc(1% + 40px);
	top: -2rem;
}
.lp_service_link_badge img{
	display: block;
	width: 100%;
	height: auto;
}
.lp_service_link_btn_area{
	padding: 24px 24px;
	background-color: #fff;
}
.lp_service_link_btn_area h3{
	margin: 0 0 18px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
}
.lp_service_link_btn_area h3 span{
	display: inline-block;
}
.lp_service_link_btn{
	width: 90%;
	max-width: 1234px;
	margin: 0 auto;
	padding: 30px 0 60px;
}
.lp_service_link_btn a:hover img{
	opacity: 0.75;
}
.lp_service_link_btn img{
	display: block;
	width: 100%;
	height: auto;
}
.lp_service_link_anchor{
	font-size: 1.3rem;
	text-align: center;
}
.lp_service_link_anchor a{
	position: relative;
	padding-right: 24px;
}
.lp_service_link_anchor a:before{
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 18px;
	height: 18px;
	background: url(https://cdn.pass.auone.jp/koto/special/images/article/livepocket_non-member/icn01.png) no-repeat 0 0;
	background-size: 100% auto;
}
.lp_service_link_anchor a,
.lp_service_link_anchor a:link{
	color: #1a8fb5;
	text-decoration: none;
}
.lp_service_info{
	padding: 40px 50px 0;
	background-color: #e8f3ff;
}
.lp_service_info h2{
	width: 70%;
	margin: 0 auto 40px;
	max-width: 678px;
}
.lp_service_info_list{
	display: flex;
	flex-wrap: wrap;
}
.lp_service_info_list li{
	width: calc(50% - 10px);
	margin: 0 0 20px;
}
.lp_service_info_list li:first-child,
.lp_service_info_list li:nth-child(3){
	margin-right:20px;
}
.lp_service_info_list img{
	display: block;
	width: calc(100%);
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 2px 2px 7px 2px rgba(17, 17, 26, 0.02);
}
.lp_2ndView_caution {
	padding: 0 0 20px;
	line-height: 1.8;
}
@media screen and (max-width: 960px) {
	.lp_service_link{
		padding-top: 20px;
	}
	.lp_service_link h2{
		padding-left: 0;
	}
	.lp_service_link ul{
		margin-left: 0;
	}
	.lp_service_link_badge{
		right: 1%;
	}
	.lp_service_link_btn{
		padding: 16px 0 30px;
	}
}
@media screen and (max-width: 500px) {
	.lp_service_link_badge{
		position: absolute;
		width: 35%;
		max-width: 390px;
		height: auto;
		right: 1%;
		top: 0.5rem;
	}
	.lp_service_link ul{
		margin: 20px 0;
	}
	.lp_service_link ul li {
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.lp_service_link_btn_area{
		padding: 20px 10px;
	}
	.lp_service_link_btn_area h3{
		font-size: 1rem;
		line-height: 1.5;
	}
	.lp_service_link_anchor{
		font-size: 1rem;
		line-height: 1.65;
	}
	.lp_service_link_btn{
		width: 100%;
		padding-top: 10px;
	}
	.lp_service_info h2{
		width: 85%;
		margin: 0 auto 24px;
		max-width: 678px;
	}
	.lp_service_link,
	.lp_service_info {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lp_service_info_list li{
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
	.lp_service_info_list li:first-child,
	.lp_service_info_list li:nth-child(3){
		margin-right:10px;
	}
}
.lp_2ndView .u-fs-small {
    font-size: 12px;
}
.lp_2ndView .p-caution-text {
    padding-left: 1em;
    text-indent: -1em;
}


/* 注意事項
----------------------------------------------- */
.lp_body{
	padding-top: 20px;
}
.lp_body h2{
	text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
}
.caution .u-pvm_pc + .u-pvm_pc{
	margin-top: 2em;
}
.caution .fs-normal {
    font-size: 0.875rem;
    line-height: 1.5;
}
.caution .u-fs-small {
    font-size: 0.8rem;
}
.caution .u-mvm_pc {
    margin-top: 5px;
    margin-bottom: 5px;
}
.caution .u-ptm_pc {
    padding-top: 5px;
}
.caution .lp_mt {
    margin-top: 10px;
}
.caution .lp_caution_list {
	padding: 0;
}
.caution .u-mbm {
    margin-bottom: 10px;
}
.caution .u-mvm_pc + .u-mbm {
	margin-top: -5px;
}
.caution .p-caution-text {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}
.caution .p-color-navy {
    color: rgba(20, 23, 26, 0.85);
}
.caution .u-color-red {
    color: #da0000;
}
.lp_2ndView .p-color-gray,
.caution .p-color-gray {
    color: #6D6D83;
}
.caution .u-fw-bold {
    font-weight: bold;
}
.caution h3 {
	font-size: 1rem;
    margin: 1rem 0 0;
}
.caution a{
	position: relative;
	padding-right: 18px;
}
.caution a:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	width: 12px;
	height: 12px;
	background: url(https://cdn.pass.auone.jp/koto/special/images/article/livepocket_non-member/icn02.png) no-repeat 0 0;
	background-size: 100% auto;
}
.caution a,
.caution a:link{
	color: #1a8fb5;
	text-decoration: none;
}
.caution a:link{
	color: #1a8fb5;
	text-decoration: none;
}
.caution .p-caution-table {
    width: 100%;
    margin-top: 10px;
}
.caution .p-caution-table__head {
    width: 35%;
    padding: 8px;
    vertical-align: middle;
    text-align: start;
    border: 1px solid #E2E2E2;
    line-height: 1.5;
}
.caution .p-caution-table__data {
    border: 1px solid #E2E2E2;
    padding: 8px 16px;
    line-height: 1.5;
}

@media screen and (max-width: 960px) {
	/* ウィンドウサイズ 960px以下 */
}
@media screen and (max-width: 500px) {
	/* ウィンドウサイズ 500px以下 */
	.lp_body h2{
	    font-size: 1.1rem;
	}
	.caution .u-fs-small {
    	line-height: 1.5;
	}
}

/* 25/03/21追加  */
.join-sec {
  background-color: #fffddf;
  padding: 3rem 20px 1rem;
}
.join-sec h2 {
	max-width: 800px;
	margin: 0 auto 2em !important;
}
#join-step-module .join-step-label {
    font-weight: bold;
    line-height: 1.2;
    width: fit-content;
    margin: 0 auto;
    padding: .3em 1em;
    background-color: #000;
    color: #fff;
    border-radius: 2em
}
.pontapass-module {
    color: #333;
    font-family: "Noto Sans JP","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    text-align: left
}
.pontapass-module .mt-05em {
    margin-top: .5em !important;
}
.pontapass-module .fw-bold {
    font-weight: 700 !important;
}
.pontapass-module .txt-md {
    font-size: 1.5rem;
}
.pontapass-module .txt-xs {
    font-size: 1rem;
}
#join-step-module .join-step-col {
	max-width: 840px;
	margin: 0 auto 40px;
    background-color: #fff;
    border: .2rem solid #000;
    border-radius: 1.5rem;
    overflow: hidden
}

#join-step-module .join-step-ttl {
    background: #ff6f0f;
    padding: 1.5rem
}

#join-step-module .join-step-ttl>img {
    display: block;
    width: 70%;
    margin: auto
}

#join-step-module .join-step-item {
    padding: 3rem 1.5rem;
    text-align: center;
    position: relative
}

html:not(.legacy) #join-step-module .join-step-item:not(:last-of-type) {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), 50% 100%, 0 calc(100% - 3rem))
}

html:not(.legacy) #join-step-module .join-step-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    height: 3.2rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    clip-path: polygon(0 0, 50% 3rem, 100% 0, 100% 100%, 0 100%)
}

html.legacy #join-step-module .join-step-item:not(:last-of-type) {
    border-bottom: .2em solid #000
}

#join-step-module .join-step-label {
    font-size: 2rem
}

#join-step-module .join-step1-img {
    width: 90%;
	max-width: 600px;
    margin: 1.5rem auto -3rem;
    padding-left: 1.1rem
}

#join-step-module .join-step2-img {
    width: 90%;
	max-width: 480px;
    margin: 1.5rem auto;
    padding-left: 0.3rem
}

#join-step-module .join-step3-img {
    width: 70%;
	max-width: 600px;
    margin: 2rem auto;
}

#join-step-module .join-step4-img {
    width: 85%;
	max-width: 600px;
    margin: 1.5rem auto 0;
}

#notes-module .notes-inquiry {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: .1rem solid #000
}
.join-sec img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 960px) {
	/* ウィンドウサイズ 960px以下 */
	.pontapass-module .txt-md {
	    font-size: 1.125rem;
	}
	.pontapass-module .txt-xs {
    	font-size: 0.875rem;
	}
}
@media screen and (max-width: 500px) {
	/* ウィンドウサイズ 500px以下 */
	.pontapass-module .txt-md {
	    font-size: 1.12rem;
	}
	#join-step-module .join-step-label {
	    font-size: 1.5rem
	}
	.pontapass-module .txt-xs {
    	font-size: 0.8rem;
	}
}