@charset "utf-8";
@media screen and (max-width : 768px){
/* ------------------------------------------------------------------------------------------
*
*
    /navi_campaign/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */

	#contents_area{
		position: relative;
	}
	#contents_area img{
        display: block;
		width: 100%;
        height: auto;
	}

	sup{
		font-size: 0.7em;
	}
	.u-sp-show{
		display: block;
	}
	.u-sp-hide{
		display: none;
	}

	.c-heading2_line{
		font-size: 16px;
		font-family: var(--font-bold);
		font-weight: normal;
		line-height: 1.75;
		padding-left: 11px;
		padding-bottom: 7px;
		position: relative;
        border-bottom: 1px solid #8C8C8C;
	}
	.c-heading2_line::before{
		position: absolute;
		top: 0.35em;
		left: 0;
		content:'';
		width: 2px;
		height: 18px;
		background: #000000;
	}
	.c-heading2_line::after{
		position: absolute;
		bottom:0;
		left: 0;
		content:'';
		width: 100%;
		height: 1px;
		background: #F2F2F2;
	}
	.c-heading2_line sup{
		font-size: 0.6em;
	}
	.c-button-secondary.arrow{
		color: #3c3c3c;
		font-size: 15px;
		font-weight: normal;
		height: 48px;
		line-height: 48px;
		background-color: transparent;
		border:#969696 solid 1px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.c-button-secondary.arrow::after{
		position: absolute;
		top: 47%;
		right: 30px;
		content:'';
		width: 10px;
		height: 10px;
		border-top:#3c3c3c solid 1px;
		border-right:#3c3c3c solid 1px;
		transform: rotate(45deg) translateY(-50%);
	}
	.c-button-secondary.arrow:hover{
		color: #fff;
		background-color: #3c3c3c;
	}
	.c-button-secondary.arrow:hover::after{
		border-color: #fff;
	}

	/* section-information */
	.section-information{
		width: 100%;
		background: #EEEEEE;
	}
	.kv{
		margin: 0;
		position: relative;
		background-color: #DCF6FF;
	}
	.kv__contents{
		position: absolute;
		top: calc(124/1080 * 100%);
		right: 50%;
		width: calc(688/780 * 100%);
		transform: translateX(50%);
	}
	.kv__navi{
		position: absolute;
		top: calc(95/780 * 100vw);
		right: calc(35/688 * 100%);
		width: calc(144/688 * 100%);
	}
	.kv__etc{
		position: absolute;
		top: calc(324/780 * 100vw);
		left: 0;
		width: calc(192/688 * 100%);
	}
	.kv__recorder{
		position: absolute;
		top: calc(324/780 * 100vw);
		right: 0;
		width: calc(192/688 * 100%);
	}
    .button-row{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .section-information .button-row {
        margin-bottom: 60px;
    }
    .button-row__button{
        display: inline-flex;
        align-items: center;
		width: 300px;
        max-width: 100%;
		min-height: 50px;
		background: #323232;
		transition: 0.3s;
        padding: 8px 24px;
        font-size: 14px;
				font-family: var(--font-bold);
        font-weight: normal;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border: 1px solid #323232;
    }
    .button-row__button:hover{
        opacity: 0.7;
    }
    .button-row__button span{
        flex: auto;
		font-size: 17px;
		font-weight: normal;
		display: inline-block;
		text-align: center;
		padding-inline: 20px;
		position: relative;
	}
	.button-row__button span::after{
		position: absolute;
		top: 50%;
		right:0;
		transform: translateY(-50%);
		content:'';
		width: 15px;
		height: 15px;
		background: url(../images/icon_blank_w.svg) center / contain no-repeat;
		z-index: 1;
	}
	.section-information .inner{
		padding-top: 40px;
		border-bottom: 1px solid #C7C7C7;
	}
	.section-information .row{
		padding-bottom: 45px;
	}
	.section-information .row:nth-child(2){
		padding-bottom: 35px;
	}
	.section-information .row p{
		font-size: 16px;
		line-height: 1.84;
		letter-spacing: 0.04em;
		text-align: center;
	}
	.section-information .row p .caution{
		display: inline-block;
		padding-top: 1.5em;
		font-size: 11px;
		line-height: 2;
	}
	.section-information .row p.date{
		font-size: 18px;
        font-weight: 700;
	}
	.section-information .row p.date span{
		font-size: 15px;
	}
	.section-information .row + .row{
		border-top: #C7C7C7 solid 1px;
		padding-top: 30px;
	}
    .section-information .target-text{
        margin-bottom: 20px;
    }
	.section-information .target .col{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 25px;
	}
	.section-information .target .col:not(:first-of-type){
		padding-top:25px;
	}
	.section-information .target .col:not(:last-of-type){
		background: url(../images/underline_sp.png) no-repeat;
		background-position: left bottom;
		background-size: 100% auto;
	}
	.section-information .target .col img{
		width: calc(180/390 *100vw) !important;
	}
	.section-information .target .col .type{
		font-size: 17px;
		font-weight: bold;
		text-align: left;
		line-height: 1.2;
	}
    .section-information .notice{
		border: #8C8C8C solid 1px;
		padding: 35px 20px 40px;
	}
	.section-information .notice p{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 2em;
	}
	.section-information .notice ul li{
		list-style-type: none;
		font-size: 13px;
		line-height: 1.53;
		padding-left: 18px;
		position: relative;
		margin-bottom: 4px;
	}
	.section-information .notice ul li::before{
		position: absolute;
		top: 0.2em;
		left: 0;
		content:'';
		width: 13px;
		height: 13px;
		background: #3C3C3C;
		border-radius: 50%;
	}

	/* section-navi */
	.section-navi{
		width: 100%;
		background: #EEEEEE;
	}
	.section-navi .inner{
		padding-top: 40px;
		padding-bottom: 72px;
	}
	.section-navi .row{
		display: flex;
		flex-direction: column-reverse;	
		position: relative;
	}
	.section-navi .row .image{
		width: 100%;
	}
	.section-navi .row._01 .figure{
        width: 240px;
				max-width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;
		margin: 0 auto;
	}
	.section-navi .row._02 .figure{
		width: calc(230/310 * 100%);
		margin: 0 auto;
	}

	.section-navi .first_caution{
		padding-top: 10px;
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 30px;
		padding-left: 2.5em;
		text-indent: -2.5em;
	}
	.section-navi .row .name{
		font-size: 17px;
		letter-spacing: 0.02em;
		margin-bottom: 20px;
	}
	.section-navi .row .about{
        display: flex;
        flex-direction: column;
        gap: 4px;
		font-size: 17px;
		margin-bottom: 20px;
	}
    .section-navi .row .about-caution{
        font-size: 11px;
    }
	.section-navi .row .price2{
		font-size: 32px;
		line-height: 1.5;
	}
	.section-navi .row .price1{
		font-size: 11px;
		line-height: 1.3;
	}
	.section-navi .row .price3{
		font-size: 11px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.section-navi .row .caution{
		padding: 0;
		margin: 0;
		margin-bottom: 21px;
	}
	.section-navi .row .caution li{
		list-style-type: none;
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 0.5em;
		padding-left: 1em;
		position: relative;
	}
	.section-navi .row .caution li::before{
		position: absolute;
		top: 0;
		left: 0;
		content:'※';
	}
	.section-navi .row .mark{
		width: 340px;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.section-navi .c-button-secondary.arrow{
		display: block;
		width: 240px;
		margin: 0 auto;
	}

	/* section-connect */
	.section-connect{
		width: 100%;
		background: #fff;
	}
	.section-connect .inner{
		margin: 0 auto;
		padding-top: 75px;
		padding-bottom: 60px;
	}
	.section-connect .grid{
		margin-top:20px;
	}
	.section-connect .grid-cell-2{
		margin-bottom: 40px;
	}
	.section-connect .detail{
		font-size: 14px;
		line-height: 1.666;
		margin-bottom: 30px;
	}
	.section-connect .caution{
		font-size: 11px;
		line-height: 1.4;
		padding-left: 2.5em;
		text-indent: -2.5em;
	}
	.section-connect .c-button-secondary.arrow{
		width: 100%;
	}
    .thumbnails{
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
        max-width: calc(200/320 * 100%);
    }
	.mov-yt{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.mov-yt::after{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		content:'';
		width:15.385vw;
		height: 15.385vw;
		background: url(../images/icon_play.svg) no-repeat;
		background-size: contain;
		z-index: 1;
	}

	/* section-cm */
	.section-cm{
		width: 100%;
		background: #EEEEEE;
		padding-top: 55px;
		padding-bottom: 80px;
	}
	.section-cm .inner{
		width: 82.051vw;
		margin: 0 auto;
	}
	.section-cm .c-grid{
		padding-top:20px;
		gap:20px;
	}
	.section-cm .caption{
		padding-top: 10px;
		font-size: 13px;
		text-align: center;
		line-height: 1.69;
	}


 /* section-bottom */
 .section-bottom{
	width: 100%;
	background: #EEEEEE;
	padding-top: 90px;
	padding-bottom: 70px;
  }
  .section-bottom .inner{
	width: 85.333vw;
	margin: 0 auto;
  }
  .section-bottom .title{
	text-align: center;
	display: block;
	width:82.051vw;
	margin: 0 auto 6.538vw;
	position: relative;
  }
  .section-bottom .image{
	width: 100%;
    max-width: 450px;
	margin: 0 auto 16px;
  }
  .section-bottom .lead{
    margin-bottom: 24px;
	font-size: 18px;
    text-align: center;
  }

  .c-grid--sp-col1 > *{
		margin-top: 24px;
	}
	.section-bottom .c-grid__col{
		text-align: center;
	}
	.section-bottom .c-button{
		min-width: 220px;
		width: 220px;
		min-height: 48px;
		background: #041B42;
		transition: 0.3s;
	}
	.section-bottom .c-button span{
		font-size: 17px;
		font-weight: normal;
		display: inline-block;
		text-align: center;
		padding-right: 20px;
		position: relative;
	}
	.section-bottom .c-button span::after{
		position: absolute;
		top: 50%;
		right:0;
		transform: translateY(-50%);
		content:'';
		width: 12px;
		height: 12px;
		background: url(../images/icon_blank_w.svg) no-repeat;
		background-size: contain;
		z-index: 1;
	}
	.section-bottom .c-button:hover{
		color: #fff;
		opacity: 0.7;
	}

	.p-heading-1 {
		font-size: 17px;
		font-family: var(--font-bold);
		font-weight: normal;
		line-height: 1.7;
		letter-spacing: 0.08em;
		text-align: center;
		padding-bottom: 20px;
		position: relative;
		margin-bottom: 20px;
	}
	.p-heading-1::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content:'';
		width: 22px;
		height: 2px;
		background: #041B42;
	}
	.section-navi .p-heading-1{
		margin-bottom: 40px;
	}
	.section-information, .section-detail, .section-target, .section-navi, .section-connect {
		padding-left: 35px;
		padding-right: 35px;
	}
	.section-detail .inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-detail-heading {
		margin-bottom: 20px;
		font-size: 19px;
	}
	.section-detail-caution {
		display: flex;
		justify-content: center;
		font-size: 11px;
		text-align: left;	
	}
	.section-detail-list {
		margin-top: 30px;
	}
	.section-detail-spacer {
		height: 100px;
		background-size: 800px auto;
	}
	.section-detail-spacer::before {
		width: 40px;
		height: 20px;
	}
	.product-card__image {
		float: none;
		max-width: 100%;
		margin: 0 auto 36px;
	}
	.product-card__image--1 {
		width: 240px;
	}
	.product-card__image--2 {
		width: 320px;
	}
	.product-card__name {
		font-size: 17px;
		margin-bottom: 24px;
	}
	.product-card__lead {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.product-card__price {
		margin-bottom: 24px;
	}
	.product-card__price-1,
	.product-card__price-3,
	.product-card__caution li {
		font-size: 11px;
	}
	.product-card__price-2{
		font-size: 32px;
	}
	.product-card__foot{
		flex-direction: column;
		align-items: stretch;
	}
	.product-card__caution{
		margin-bottom: 16px;
	}
	.product-card__mark{
		margin-bottom: 40px;
	}
	.product-card__mark--1{
		width: 340px;
		max-width: 100%;
	}
	.product-card .c-button-secondary{
		display: block;
	}
	.section-target .inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-target-lead {
		margin-bottom: 0;
		font-size: 16px;
	}
	.target{
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 0;
	}
	.target .col{
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		width: 340px;
		max-width: 100%;
		padding-top: 32px;
		padding-bottom: 16px;
	}
	.target .col:not(:last-child) {
		background: url(../images/underline_sp.png) left bottom / 280px repeat-x;
	}
	.target .type {
		padding: 0;
		font-size: 17px;
		text-align: left;
	}
	.type-image {
		flex: none;
		width: 176px;
		max-width: 66.66%;
	}
	.connect-button {
		margin-left: auto;
		margin-right: auto;
	}
	.notice {
		margin-bottom: 80px;
		padding: 30px 0px;
	}
	.notice__heading{
		margin-bottom: 24px;
		font-size: 14px;
		letter-spacing: -0.01em;
	}
	.notice ul{
		padding: 0 20px;
	}
	.notice ul li::before{
		top: 4px;
		width: 11px;
		height: 11px;
	}


/* ------------------------------------------------------------------------------------------
*
*
    END
*
*
------------------------------------------------------------------------------------------ */
}
