@charset "UTF-8";
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	body * {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	}
	.btn_close {
		display: none;
	}
	a {
		color: #0081cc;
		text-decoration: underline !important;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
		font-size: inherit;
    display: inline-block;
	}
	#main {
		background: #fffed3;
		padding: 30px 0 0;
	}
	.bg02 {
		background: #fff;
	}
	h2 {
		margin-top: 0px;
	}
	.tel-link a {
		text-decoration: underline
	}
	.w40per {
		width: 40% !important;
		height: auto;
	}
	.w95per {
		width: 95% !important;
		height: auto;
	}
	.w98per {
		width: 98% !important;
		height: auto;
	}
	.w100per {
		width: 100%;
		height: auto;
	}
	.center {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.r {
		text-align: right;
	}
	section {
		margin-left: auto;
		margin-right: auto;
		/*margin-bottom: 2em;*/
		text-align: center;
	}
	.mb1em {
		margin-bottom: 1em;
	}
	.mb2em {
		margin-bottom: 2em;
	}
	.mb3em {
		margin-bottom: 3em;
	}
	em {
		color: #E4007F;
	}
	.ttl {
		color: #E4007F;
		font-weight: bold;
	}
	.notes {
		padding-left: 1em;
		text-indent: -1em;
		clear: both;
		color: #666666;
		font-weight: normal;
	}
	.line {
		border-bottom: 1px dotted #000000;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	section img {
		width: 96%;
		height: auto;
	}
	.future-box {
		text-align: left;
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
		padding-top: 1em;
		border-radius: 10px;
		box-shadow: 0px 4px 0px #decca5;
		padding-bottom: 1em;
		-webkit-box-shadow: 0px 4px 0px #decca5;
		/* [disabled]margin-bottom: 1em; */
	}
	.linebox {
		border: 2px solid #f1832e;
		background-color: #FFFFFF;
	}
	.linebox li {
		border-bottom: 1px solid #f1832e;
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		list-style: none;
		padding-bottom: 1em;
		padding-left: 0px;
	}
	.linebox li:last-child {
		border-bottom-style: none;
	}
	/* 151117追記 */
	.cen {
		text-align: center;
	}
	.bgW {
		background: #ffffff none;
	}
	.mspLinkBtn {
		padding: 0 3%;
	}
	.cv .caution {
		margin: 2vw 4vw 0;
		color: #d1000a;
		text-align: center;
		font-size: 2.5vw;
		display: block;
		line-height: 130%;
	}
	.cv img {
		width: 80%;
	}
	.moreBtn {
		background: #fff none 0 0;
		padding: 20px 3% 20px;
		text-align: right;
		border-bottom: 2px solid #E5C3D3;
		margin-bottom: 20px;
	}
	.moreBtn img {
		width: 56% !important;
	}
	.logo616 {
		background: #ffffff;
		border-bottom: 2px solid #E5C3D3;
	}
	.logo616 ul {
		margin: 0 3%;
	}
	.logo616 li {
		width: 49%;
		float: left;
		padding: 3% 0;
	}
	.logo616 li a {
		color: #6a3906;
		text-decoration: none;
	}
	.logo616Bb {
		border-bottom: 1px solid #E5C3D3;
	}
	.logo616Br {
		border-right: 1px solid #E5C3D3;
	}
	.cf:after {
		content: "."; /* 新しい要素を作る */
		display: block; /* ブロックレベル要素に */
		clear: both;
		height: 0;
		visibility: hidden;
	}
	.cf {
		min-height: 1px;
	}
	* html .cf {
		height: 1px;
		/*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
	}
	.pb20 {
		padding-bottom: 20px;
	}
	.bg_white {
		background-color: #fff;
	}
	.condition {
		margin: 0 0px 20px;
		padding: 0 3.5vw;
		background-color: #fff;
	}
	.condition .in {
		padding: 0px 0px 10px;
		text-align: left;
	}
	.condition .in h3 {
		color: #D1000A;
		font-weight: bold;
		font-size: 3vw;
		margin-bottom: 1vw;
	}
	.condition .in h4 {
		font-size: 2.5vw;
		font-weight: bold;
		margin-top: 2vw;
		line-height: 130%;
		border-bottom: solid 1px #ccc;
		position: relative;
		padding-bottom: 1vw;
	}
	.condition .in h4:after {
		content: "▼";
		color: #00f;
		position: absolute;
		right: 0;
		top: 0;
	}
	.condition .in h4.open {
		border-bottom: solid 0px #ccc;
	}
	.condition .in h4.open:after {
		content: "▲";
		color: #00f;
	}
	.condition .in .accordion {
		display: none;
		padding-bottom: 2vw;
	}
	.condition .in p {
		font-size: 2.3vw;
		line-height: 130%;
	}
	.condition .in p.indent {
		padding-left: 1em;
		text-indent: -1em;
	}
	.condition .in p a {
		color: #00f;
	}
	.condition .in p.mb15 {
		margin-bottom: 2.5vw !important;
	}
	.border_bottom {
		border-bottom: 2px solid #E5C3D3;
	}
	.yutai {
		color: #6A3906;
	}
	h1 {
		padding-bottom: 2vw;
	}
	.lpsp_img8 {
		position: relative;
	}
	.lpsp_img8 a {
		display: block;
		position: absolute;
		height: 8vw;
		width: 35vw;
		bottom: 0;
		left: 0;
	}
	.bg_white {
		background-color: #ffffff !important;
	}
	form {
		text-align: center;
		padding-bottom: 5vw;
	}
	form .submit_btn {
		width: 80%;
	}
	.bg {
		/*background-color: #FCF8E5;*/
	}
	#hd .visual ul {
		margin: auto;
		padding: 0 1em 2em 1em;
	}
	#hd .visual ul.note-01 {
		font-size: 0.9rem
	}
	.red {
		color: #E00;
	}
	/* _________________________________________*/
	img.w100 {
		width: 100%;
	}
	.contact_btn input, .contact_btn img {
		width: 92vw;
	}
	.contact_btn {
		margin: 4vw 0;
		text-align: center;
	}
	.contact_btn02 {
		padding-bottom: 3vw;
	}
	.contact_btn form {
		padding: 0;
	}
	.cont_merit {
		background: #FBF8E5;
		padding: 1vw 3vw 1vw;
		margin-bottom: 5vw !important;
	}
	.cont_se09_text01 {
		padding: 2vw 0 0;
	}
	.cont_sec04_ttl01 {
		background: #FBF8E5;
	}
	.contact_btn.bg {
		margin: 0;
	}
	.cont_sec05_img01_link {
		height: 9vw;
	}
	.cont_sec07_txt01_link {
		height: 9vw;
		margin: 2vw 5vw;
	}
	.cont_sec07_ttl01 {
		margin-bottom: 3vw;
	}
	.cont_sec08_ttl01 {
		margin-top: 3vw;
	}
	.contact_btn03 {
		padding-bottom: 3vw;
	}
	.cont_sec1_img1 {
		margin-bottom: 0;
	}
	.sec015 .conditions {
		margin: 0 10px 20px;
		background-color: #FFF;
		padding: 3%;
	}
	.sec015 .conditionsInner {
		/*    background-color: #fffed3;
    padding: 5%;*/
		font-size: 0.8rem;
	}
	.sec015 .conditionsInner h3 {
		background-color: #03004f;
        color: #FFF;
        font-weight: bold;
        font-size: 16px;
        padding: 8px 0 4px;
        text-align: center;
        margin-bottom: 0.5em;
	}
	.sec015 .conditionsInner h4 {
		background-color: #03004f;
		color: #FFF;
		font-weight: bold;
		font-size: 0.8rem;
		padding: 1% 0;
		text-align: center;
		margin: 0.5em 0;
	}
	.sec015 .conditionsInner .caution {
		font-size: 1rem;
		font-weight: bolder;
		color: #ec509a;
		display: block;
	}
	.sec015 .conditionsInner ul strong {
		font-weight: bold;
		margin: 1.2em 0 0.2em;
		display: block;
	}
	.sec015 .conditionsInner li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.sec015 .conditionsInner li a {
		color: #0b9ddd !important;
		text-decoration: underline !important;
		word-break: break-all;
	}
	.subWrapper {
		padding: 0;
		font-size: 12px;
	}
	.shops_iconList span {
		display: block;
		margin: 0 1em 2em;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		font-size: 12px;
	}
	#main .main-ttl {
		text-align: center;
		padding: 0 10px;
	}
	#main .main-ttl h2 {
		font-weight: bold;
		font-size: 15px;
	}
	#main .main-ttl p {
		padding: 5px 0 20px;
		font-size: 12px;
	}
	#main .sec02 p:nth-child(2) span {
		font-size: 0.66rem;
		margin: 0 1.5em 1.5em;
		display: block;
		text-indent: -1em;
		padding-left: 1em;
	}
	#main .sec015 .rewardsInfo {
		padding: 0 1.5em 1.5em;
		font-size: 0.8rem;
		background: #FFF;
		margin: 0;
	}
	#hd .visual {
		background: #fffed3;
		margin-top: -10px;
	}
	#hd .visual .members-info {
		background: #fffed3;
	}
	.secLogo .logoImg {
		width: 90%;
		margin: 0 auto;
		border-right: 1px solid #e3c9d5;
		border-bottom: 1px solid #e3c9d5;
	}
	.secLogo .logoImg img {
		width: 100%;
	}
	#cpSpec p {
		width: 95%;
		margin: auto;
		overflow-x: scroll;
	}
	#cpSpec p img {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.sokuji div {
		width: 94%;
		margin: auto;
	}
	.sokuji img {
		width: 100%;
	}
	#hd .visual .sokuji-B ul {
		width: 94%;
		margin: 1em auto;
		padding: 0;
	}
	.sokuji-B li {
		text-indent: -1em;
		padding-left: 1em;
		padding-top: 5px;
	}
	.feat-7 {
		width: 86%;
		margin: 4%;
		padding: 3%;
	}
	.f7-lead {
		font-size: 0.8rem;
		line-height: 1.2;
		margin: 0 0 .5em 4em;
	}
	.f7 .feature-title span {
		display: block;
		font-size: 0.8rem;
		font-weight: normal;
	}
	.f7 .feature-img img {
		width: 100%;
		height: auto;
	}
	.feat-7 h4 span {
		position: inherit;
	}
	.feat-7 li {
		font-size: 12px;
	}
	#feat-7 {
		display: block;
		margin-top: -40px;
		padding-top: 60px;
		margin-bottom: 30px;
	}
	.mv.mv-01 {
		background: none;
		padding: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	.mv.mv-02 {
		background-image: url(/lineup/images/ca150-lp-202209/bg_sp.png);
		padding: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.mv h1 {
		background: none;
		height: auto;
		line-height: initial;
		padding: 0;
		margin: 0;
		border: none;
	}
	.sokuji {
		margin: 10px;
		padding: 5px;
	}
	.sokuji .balloon {
		width: 94%;
		right: 10px;
		top: -95px;
	}
	.sokuji .balloon:after {
		right: 20%;
		bottom: -50px;
		left: 80%;
		width: 0px;
		border-width: 50px 15px 0 15px;
	}
	/*#contents img {
		margin-bottom: 1em;
	}*/
}