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

	#contents_area{
		position: relative;
		font-weight: 300;
	}
	#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-weight: bold;
		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(76/1000 * 100%);
        right: 50%;
        width: calc(600/780 * 100%);
        transform: translateX(50%);
	}
	.kv__navi{
		position: absolute;
        top: 30%;
        left: -1%;
        width: calc(232/600 * 100%);
        border-radius: 50%;
        overflow: hidden;
	}
    .button-row{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .section-information .button-row {
        margin-bottom: 45px;
    }
    .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-weight: 700;
        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;
		width:92.308vw;
		margin: 0 auto;
	}
	.section-information h3{
		font-size: 17px;
		font-weight: bold;
		line-height: 1.7;
		letter-spacing: 0.08em;
		text-align: center;
		padding-bottom: 20px;
		position: relative;
		margin-bottom: 20px;
	}
	.section-information h3::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content:'';
		width: 22px;
		height: 2px;
		background: #041B42;
	}
	.section-information .row{
		width: calc(320/345 * 100%);
		margin: 0 auto;
		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: 1em;
		font-size: 12px;
		line-height: 1.4;
	}
	.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{
		padding-top: 70px;
		width: 100%;
		background: #EEEEEE;
	}
	.section-navi .inner{
		width: 82.051vw;
		margin: 0 auto;
	}
	.section-navi .row{
		display: flex;
		flex-direction: column-reverse;
		padding-top: 30px;
		padding-bottom: 45px;
		position: relative;
	}
	.section-navi .row._01{
		padding-top: 0;
	}
	.section-navi .row .image{
		width: 100%;
	}
	.section-navi .row._01 .figure{
        width: calc(230/310 * 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;
		font-weight: bold;
		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: 12px;
		line-height: 1.3;
	}
	.section-navi .row .price3{
		font-size: 12px;
		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{
		margin-bottom: 40px;
	}
	.section-navi .c-button-secondary.arrow{
		display: block;
		width: 240px;
		margin: 0 auto;
	}
	.section-navi .row._01::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content:'';
		width: 100%;
		height: 2px;
		background: url(../images/underline_sp.png) no-repeat;
		background-size: 100% auto;
	}

	/* section-connect */
	.section-connect{
		width: 100%;
		background: #fff;
		padding-top: 75px;
		padding-bottom: 45px;
	}
	.section-connect .inner{
		width: 82.051vw;
		margin: 0 auto;
	}
	.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: 55px;
	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;
	}


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