@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/***************** 基本設定・全体設定 *****************/
html {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth; /* Safari */
}
body {
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #000;
    font-size: 15px;
}
@media screen and (max-width: 360px) {
    body {
        font-size: 14px;
    }
}
@media screen and (min-width: 600px) {
    body {
        font-size: 16px;
    }
}

a:active,
a:focus,
a:hover,
a:link,
a:visited{
	color: #000;
}

a.active,
a:active,
a:focus,
a:hover {
  text-decoration:underline
}

/***************** 共通パーツ *****************/
.wrap {
    width: 100%;
}

.container {
    width: 100%;
    height: auto;
    padding: 0 15px;
    margin: 0 auto;
}
.container_pad {
    margin: 0 auto;
    padding: 0 20px;
	max-width: 970px;
    width: 100%;
}
@media screen and (max-width: 768px) {
	.container_pad {
		padding: 0;
	}
}
.container_full {
    width: 100%;
}

/* フレックス */
.flex {
    display: flex;
}

/* フレックス+中央ぞろえ */
.flex__center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ポジションレラティブ */
.relative {
    position: relative;
}

/* 太字 */
.bold {
    font-weight: 800;
}

/* センタリング */
.center {
    text-align: center;
}

/* max-width */
.container, .button, .contents1__text, .period img, .contents2__text img, .contents2__attention, .apply__method, .entry__box, .contents2_2__text img, .points__outer, .contents1__attention {
    max-width: 500px;
}
.goods__title, .box, .box__contact {
    max-width: 550px;
}
@media screen and (min-width: 768px) {
    .container, .button, .contents1__text, .period img, .contents2__text img, .contents2__attention, .apply__method, .entry__box, .contents2_2__text img, .points__outer, .goods__title, .box, .box__contact {
        max-width: 700px;
    }
    .box__contact {
        max-width: 1150px;
    }
}
.container{
	max-width: 1024px;
}

/* ボタン */
.button {
	margin: 0 auto;
    padding: 0 25px;
	max-width: 500px;
    width: 100%;
    border-radius: 50px;
    transition: 0.3s;
    background-color: #ff6801;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: 0.3s; /* Safari */
	box-sizing: border-box;
	position: relative;
}
.button:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto;
}
.button img {
    margin: 0 auto;
}
.button:hover {
    box-shadow: 0 0 #fff;
}

@media screen and (max-width: 500px) {
	.button:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3vw 0 3vw 4vw;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 0;
		right: 3.4vw;
		bottom: 0;
		margin: auto;
	}
}

/* 背景色 */
.bg_color__navy {
    background-color: #0f0f33;
}
.bg_color__purple {
    background-color: #6c60b2;
}
.bg_color__yellow {
    background-color: #ffffb0;
}
.bg_color__blue {
    background-color: #008cd7;
}
.bg_color__blue2 {
    background-color: #1f2851;
}

/***************** 改行 *****************/
/* pc版のみ改行 */
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
.pc_view{
    display: block;
}
.sp_view{
    display: none;
}
@media screen and (max-width: 768px) {
    .pc_view {
        display: none;
    }
    .sp_view {
        display: block;
    }	
}
@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }
}
/* sp版のみ改行 */
@media screen and (max-width: 768px) {
    .sp_only {
        display: none;
    }
}

/***************** KV *****************/
.kv {
	background-image: url('../img/kv_bg_pc.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;	
}
.kv__box{
	padding: 13px 20px 0;
}
.kv__logo {
	margin: 0 auto 23px;
	max-width: 400px;
	width: 100%;
}
.kv__picture {
	border: 10px solid #fff;
	margin: 0 auto 18px;
	max-width: 930px;
	width: 100%;
	position: relative;
	box-shadow: 5px 5px 9px rgba(97,97,97,0.60);
	box-sizing: border-box;
}
.kv__title {
	margin: 0 auto;
	max-width: 834px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(10 / 616 * 100%);
}
.kv__text {
	margin: 0 auto 21px;
	max-width: 290px;
	width: 100%;
}
.kv__period {
	margin: 0 auto 21px;
	max-width: 598px;
	width: 100%;
}
.kv_page__nav {
	margin: 0 auto 38px;
	max-width: 598px;
	width: 100%;
}
.kv_page__nav ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.kv_page__nav ul li {
	width: 48%;
	aspect-ratio: 282 / 100;
	cursor: pointer;
  	-webkit-transition: 0.3s;
}
.kv_page__nav ul li:hover {
	box-shadow: 0 0 #fff;
}
.kv_page__nav .kv_page__btn1 {
	border-radius: 18px;
	background-color: #005fd3;
	box-shadow: 0px 7px 0px 0 #fff;
}
.kv_page__nav .kv_page__btn2 {
	border-radius: 18px;
	background-color: #333;
	box-shadow: 0px 7px 0px 0 #fff;
}
.kv_page__nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.kv_page__nav ul li a img {
	margin: 0 auto -15px;
	max-width: 173px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.kv {
		background-image: url('../img/kv_bg.jpg');
		background-size: 100%;
		background-position: bottom calc(100vw / 750 * 118) center;
		background-repeat: no-repeat;	
	}
	.kv__box{
		padding: 4vw 0 0;
	}
	.kv__logo {
		margin: 0 auto 4vw;
		max-width: 100%;
		width: 52%;
	}
	.kv__picture {
		border: none;
		margin: 0 auto 10vw;
		max-width: 100%;
		width: 100%;
		box-shadow: none;
		position: relative;
	}
	.kv__title {
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		left: 0;
		right: 0;
		bottom: calc(-135 / 750 * 100%);
	}
	.kv__text {
		margin: 0 auto 3vw;
		max-width: 100%;
		width: 37%;
}
	.kv__period {
		margin: 0 auto 4vw;
		max-width: 100%;
		width: 80%;
	}
	.kv_page__nav {
		margin: 0 auto 9vw;
		max-width: 100%;
		width: 80%;
	}
	.kv_page__nav .kv_page__btn1,
	.kv_page__nav .kv_page__btn2 {
		border-radius: 3.6vw;
	}
	.kv_page__nav ul li a img {
		margin: 0 auto calc(-38 / 750 * 100%);
		width: 60%;
	}
}

/***************** スペシャル *****************/
.special{
	padding: 26px 0 0;
	background-image: url('../img/special_bg_pc.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.h2__special {
	margin: 0 auto;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	bottom: 0;
}
.h2__special:before {
	content: "";
	position: absolute;
	width: 100%;
	padding: 130px 0 0 0;
	background-color: #ed1c24;
	box-sizing: border-box;
	bottom: 0;
}
.h2_special__inner{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 780px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.h2__special img {
	margin: 0 auto;
	max-width: 780px;
}
.box__special{
	margin: 0px auto;
	max-width: 705px;
	width: 100%;
}
.special__text{
	margin: 0 auto 32px;
	max-width: 705px;
	width: 100%;
}
.special__movie{
	margin: 0 auto 15px;
	max-width: 500px;
	width: 100%;
}


@media screen and (max-width: 768px) {
	.special{
		padding: 3vw 0 0;
		background-image: url('../img/special_bg.jpg');
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.h2__special:before {
		content: "";
		position: absolute;
		width: 100%;
		padding: calc(130 / 750 * 100%) 0 0 0;
	}
	.box__special{
		margin: 0 auto;
		max-width: 100%;
		width: 90%;
	}
	.special__text{
		margin: 0 auto 4vw;
		max-width: 100%;
		width: 100%;
	}
	.special__movie{
		max-width: 100%;
		width: 70%;
	}
}


/***************** キャンペーン1　概要 *****************/
.contents1 {
	background-color: #fff;
}

.h2__contents1 {
	margin: 0 auto -28px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	bottom: 0;
}
.h2__contents1:before {
	content: "";
	position: absolute;
	width: 100%;
	padding: 130px 0 0 0;
	background-color: #005fd2;
	box-sizing: border-box;
	bottom: 28px;
}
.h2_contents1__inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 780px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.h2__contents1 img {
	margin: 0 auto;
	max-width: 780px;
}
.box__contents1 {
	padding: 54px 20px 50px;
	background-image: url('../img/contents1_bg_pc.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.contents1__text {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.contents1__container {
	padding: 0 0 0;
	background-color: #fff;
}
.contents1__text2 {
	margin: 52px auto 40px;
	max-width: 574px;
	width: 100%;
}
.box__contents1__tab {}
.contents1__tab{
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}
.contents1__tab ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.contents1__tab ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 20px 7px;
	width: 50%;
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
	cursor: pointer;
}
.contents1__tab ul li:hover {
	opacity: 0.8;
}
.contents1__tab ul li.for_tab1 {
	background-color: #fff9bb;
}
.contents1__tab ul li.for_tab2 {
	background-color: #f8d1e3;
}
.contents1__tab ul li img {
	width: 60%;
}
.tab__area{
	display: none;
	margin: 0 auto;
	padding: 44px 20px 70px;
	width: 100%;
	box-sizing: border-box;
	background-image: url('../img/contents1_tab_area_pc.png');
	background-size: 2000px;
	background-position: top center;
	background-repeat: no-repeat;
}
.tab__area.current{
	display: block;
}
#tab_area1 {
	background-color: #fff9bb;
}
#tab_area2 {
	background-color: #f8d1e3;
}
.tab_area__text {
	margin: 0 auto 24px;
	width: 100%;
}
#tab_area2 .tab_area__text {
	max-width: 700px;
	width: 100%;
}
#tab_area1 .tab_area__text p {
	font-size: 1.4em;
	line-height: 1.6;
	text-align: center;
}
#tab_area2 .tab_area__text p {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #e40062;
	border-radius: 14px;
	padding: 24px;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1;
	color: #e40062;
	background-color: #fff;
}
.tab_area__period {
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}

.tab_area__period .left__img3{
	width: 136px;
	position: absolute;
	bottom: calc(0 / 520 * 100%);
	left: calc(-35 / 290 * 100%);
}
.tab_area__period .right__img3{
	width: 80px;
	position: absolute;
	bottom: calc(77 / 520 * 100%);
	right: calc(-20 / 280 * 100%);
}
.tab_area__period .period__wrap{
	margin: 0 20px;
}
.tab_area__period .period__inner{
	margin: auto;
	padding: 0 40px 40px;
	padding: 60px 40px 40px;
	border-radius: 24px;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.tab_area__period .period__title {
	margin: 0 auto -42px;
	max-width: 300px;
	width: 100%;
	position: relative;
	z-index: 3;
}
.tab_area__period .period1,
.tab_area__period .period2 {
	border-bottom: 1px dashed #0091d2;
	margin: 0 auto 24px;
}
.tab_area__course {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 30px auto 24px;
	max-width: 942px;
	width: 100%;
	gap: 24px;
	box-sizing: border-box;
}
.tab_area__course div {
	width: 48%;
}
.tab_area__notes {
	margin: 0 auto;
	max-width: 942px;
	width: 100%;
}
.tab_area__notes p {
	font-size: 1.0em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.h2__contents1{
		margin: 0 auto -6vw;
		max-width: 100%;
		width: 100%;
	}
	.h2__contents1:before {
		content: "";
		position: absolute;
		width: 100%;
		padding: calc(130 / 750 * 100%) 0 0 0;
		bottom: 6vw;
	}
	.h2_contents1__inner {
		padding: 0 5%;
		max-width: 100%;
		width: 100%;
	}
	.box__contents1 {
		padding: 6vw 0 6vw;
		background-image: url('../img/contents1_bg.jpg');
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.contents1__text {
		max-width: 100%;
		width: 100%;		
	}
	.contents1__container {
		padding: 0 0 0;
	}
	.contents1__text2 {
		margin: 8.4vw auto 6vw;
		max-width: 100%;
		width: 64%;
	}
	.contents1__tab {
		max-width: 100%;
		width: 74%;
	}
	.contents1__tab ul li {
		padding: 0 1vw;
	}
	.contents1__tab ul li img {
		width: 100%;
	}
	.tab__area {
		padding: 3.6vw 5% 8vw;
		background-image: url('../img/contents1_tab_area.png');
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}
	#tab_area2.tab__area {
		background-image: url('../img/contents1_tab_area2.png');
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.tab_area__text {
		margin: 0 auto 2vw;
		max-width: 100%;
		width: 100%;
	}
	#tab_area1 .tab_area__text p{
		font-size: 3.4vw;
	}
	#tab_area2 .tab_area__text p{
		font-size: 3.0vw;
		line-height: 1.4;
	    text-align: center;
		border-width: 0.5vw;
		border-radius: 2.2vw;
	}
	.tab_area__period {
		width: 100%;
		height: auto;
	}
	.tab_area__period .left_area,
	.tab_area__period .right_area{
		display: none;
	}
	.tab_area__period .period__wrap{
		margin: 0 auto;
	}
	.tab_area__period .period__inner{
		margin: 0 auto;
		padding: 8vw 5vw 8vw;
		width: 100%;
		border-radius: 3.4vw;
		position: inherit;
	}
	.tab_area__period .period__title{
		margin: 0 auto -6.3vw;
		max-width: 100%;
		width: 50%;
	}
	.tab_area__period .period1,
	.tab_area__period .period2 {
		margin: 0 auto 3.4vw;
	}
	.tab_area__period .right__img3,
	.tab_area__period .left__img3{
		display: none;
	}
	.tab_area__course{
		display: block;
		margin: 5vw auto 2vw;
		max-width: 100%;
		width: 100%;
	}
	.tab_area__course div{
		margin: 4vw auto 0;
		width: 100%;
	}
	.tab_area__course div:first-of-type{
		margin: 0 auto 0;
	}
	.tab_area__notes p {
		font-size: 2.4vw;
		text-align: left;
	}

}

/***************** キャンペーン1　対象商品 *****************/
.contents1_goods{
	padding: 80px 0 0;
	background-image: url('../img/contents1_goods_bg_pc.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.box__contents1_goods{
	margin: 0 auto 0;
	max-width: 890px;
	width: 100%;
}
.h2__contents1_goods{
	margin: 0 auto 40px;
	max-width: 240px;
	width: 100%;
}
.contents1_goods__text{
	margin: 0 auto 40px;
	max-width: 705px;
	width: 100%;
}
.contents1_goods__item{
	margin: 0 auto 24px;
	max-width: 890px;
	width: 100%;
}
.contents1_goods__list{
	margin: 0 auto 40px;
	max-width: 654px;
	width: 100%;
}
.contents1_goods__list ul{
	list-style: none;
}
.contents1_goods__list ul li{
	padding-left: 1em; 
	font-size: 1em;
	text-indent: -1em;
	line-height: 1.8;
}
.button__type {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
	box-sizing: border-box;
}
.button__type a {
    padding: 30px 80px;
}
.contents1_goods__button{
	margin: 0 auto 72px;
	background: linear-gradient(to right, #014ed2, #008dff, #014ed2);
	box-shadow: 4px 12px 0px -4px #bae3f9;
}

@media screen and (max-width: 768px) {
	.contents1_goods{
		padding: 7vw 0 0;
		background-image: url('../img/contents1_goods_bg.jpg');
	}
	.box__contents1_goods{
		margin: 0 auto 0;
		max-width: 100%;
		width: 90%;
}
	.h2__contents1_goods{
		margin: 0 auto 6vw;
		max-width: 100%;
		width: 48%;
	}
	.contents1_goods__text{
		margin: 0 auto 10vw;
		max-width: 100%;
		width: 100%;
	}
	.contents1_goods__item{
		margin: 0 auto 8vw;
		max-width: 100%;
		width: 100%;
	}
	.contents1_goods__list{
		margin: 0 auto 8vw;
		max-width: 100%;
		width: 100%;
	}
	.contents1_goods__list ul li{
		font-size: 2.2vw;
	}
	.button__type {
		max-width: 100%;
		width: 100%;
	}
	.button__type a {
    	padding: 3.6vw 12vw;	
	}
}
/***************** キャンペーン2　第1弾 *****************/
.contents2 {
	padding: 50px 0 86px;
	background-image: url('../img/contents2_bg_pc.jpg');
	background-size: 137% auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #92d8fc;
}
.box {
	margin: 0 auto;
	padding-bottom: 10px;
	max-width: 1030px;
}
.h2__contents2 {
	margin: 0 auto;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	bottom: 0;
}
.h2__contents2:before {
	content: "";
	position: absolute;
	width: 100%;
	padding: 130px 0 0 0;
	background-color: #333;
	box-sizing: border-box;
	bottom: 0;
}
.h2_contents2__inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 780px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.h2__contents2 img {
	margin: 0 auto;
	max-width: 780px;
}
.contents2__text {
}
.contents2__text p {
    margin: 0 0 44px;
    font-size: 1.4em;
    text-align: center;
}
.goods__attention img{
	margin: 0 auto;
	max-width: 100%;
}
.contents2__title {
	margin: 0 auto 0;
	width: 20%;
	position: relative;
	z-index: 3;
}
.period__contents {
    margin: 54px auto 54px;
	max-width: 888px;
 }

/* 応募方法 */
.apply__method__title {
    display: inline-block;
    margin: 0 0 5px;
	max-width: 270px;
}
@media screen and (max-width: 768px) {
	.apply__method__title {
		margin: 0 0 0.3vw;
		max-width: 100%;
		width: 68.4%;
	}
}

.apply__method {
	margin: 0 auto;
	padding: 46px 60px;
    background-color: #ffffff;
    border-radius: 24px;
}
.apply_method__inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #0091d2;
	padding: 33px 0 36px; 
}
.apply_method__inner:last-of-type{
	border-bottom: none;
	margin: 0 0 0;
	padding-bottom: 0;
}
.apply_method__icon{
	width: 14.6%;
}
.apply_method__text{
	width: 80%;
}
.apply__method p{
	font-size: 22px;
}
.apply__method p span{
	color: #ff0000;
}
.apply__method p a{
	text-decoration: underline;
}
.apply__method p a:hover{
	text-decoration: none;
}
.apply__method .small{
	font-size: 14px;
}

.padding_top {
    padding-top: 50px;
}
.padding_left {
    padding-left: 50px;
}
.padding_right {
    padding-right: 40px;
}
.padding_bottom {
    padding-bottom: 50px !important;
}
.notice {
    margin-top: 44px;
    margin-bottom: 44px;
	font-size: 1.4em;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.apply__method {
    	margin: 0 auto;
		padding: 5vw 6vw;
		max-width: 100%;
    	width: 100%;
    	font-size: 0.95em;
    	line-height: 1.3;
    	letter-spacing: -0.04em;
		border-radius: 3.4vw;
	}
	.apply_method__inner{
		padding: 5vw 0 5.3vw;
	}
	.apply__method p{
		font-size: 3.5vw;
		line-height: 1.48;
	}
	.apply__method .small{
		margin: 1.6vw 0 0;
		font-size: 1.8vw;
	}
	.apply__method tr td {
    	padding-bottom: 15px;
	}
	.apply__method tr td:first-child {
    	width: 17%;
    	padding-right: 4%;
	}
	.notice {
    	margin-top: 7vw;
    	margin-bottom: 7vw;
		font-size: 3.4vw;
	}
}

.chance-application {
	max-width: 950px;
	margin: 0 auto 40px;
}
.application-heading {
	margin: 0 auto;
	padding: 23px;
	max-width: 700px;
	width: 100%;
	border-radius: 26px 26px 0 0;
	background: linear-gradient(to right, #014ed2, #008dff, #014ed2);
	box-sizing: border-box;
}
.application-heading .heading-wrapper {
	display: block;
	margin: 0 auto;
    max-width: 149px;
}
.application-content {
	border: 5px solid #9e9f9f;
	border-right: 0;
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
    height: 418px;
	overflow:hidden;
	box-sizing: border-box;
}
@media only screen and (max-width: 767.98px) {
	.application-heading {
		padding: 4vw;
		border-radius: 3.8vw 3.8vw 0 0;
	}
	.application-content {
		width: 100%;
		height: 22.9rem;
    	margin: 0 auto 1rem;
	}
	.application-heading .heading-wrapper {
	    max-width: 100%;
		width: 34%;
	}
}
.application-content-inner {
    padding: 24px 24px;
}
.chance-information {
    max-width: 1000px;
    margin: 0 auto;
}
.card-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px 45px 41px;
    border-radius: 45px;
  }
.information-heading {
    max-width: 781px;
    margin-bottom: 25px;
}
.chance-information {
    max-width: 1000px;
    margin: 0 auto;
}
.chance-information span,
.chance-information a {
  display: block;
}
.information-phone,
.information-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.information-time {
  border-bottom: 0.02rem solid #000;
}
.application-content {
  background-color: #fff;
}
.application-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.application-item {
  margin-bottom: 20px;
}
.application-item:last-child {
  margin-bottom: 0;
}
.application-title {
  margin-bottom: 10px;
}
.application-text {}
.application-text ul{
	list-style: none;
}
.application-text ul li{
	padding-left: 1em;
	text-indent: -1em;
}
.chance-modal {
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e5e5e5 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.mCSB_scrollTools {
  opacity: 1 !important;
  background: #9e9f9f;
}

@media print, (min-width: 768px) {
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    	width: 20px !important;
  	}
  	.mCSB_scrollTools {
    	width: 30px !important;
  	}
}
@media only screen and (max-width: 767.98px) {
  	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    	width: 0.15rem !important;
		width: 50% !important;
  	}
  	.mCSB_inside > .mCSB_container{
  		margin-right: 5%!important;
  	}
	.mCSB_scrollTools {
    	width: 0.3rem !important;
		width: 3.6% !important;
  	}
	.application-content-inner {
  		padding: 4vw 2vw 4vw 4vw;
	}
}

.button__type2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    margin-top: 40px;
    display: block;
	box-sizing: border-box;
	box-shadow: 4px 12px 0px -4px #ffcdac;
}
.button__type2 a {
    padding: 0 80px;
} 

.coming_soon_1 {
	display: flex;
	justify-content: center;
	align-items: center;
    height: 30vh;
    margin: 50px 20px 0;
    padding: 0 50px;
    max-width: 1000px;
	border-radius: 20px;
	background-color: #fff;
}
.coming_soon_1 img{
	max-width: 300px;
}

.coming_soon_2 {
	display: flex;
	justify-content: center;
	align-items: center;
    height: 30vh;
    margin: 50px 20px;
    padding: 0 50px;
    max-width: 1000px;
	border-radius: 20px;
	background-color: #fff;
}
.coming_soon_2 img{
	max-width: 300px;
}


@media screen and (max-width: 768px) {
	.box {
		width: 90%;
		margin-bottom: 0;
		border-radius: 30px;
	}
	.contents2 {
		padding: 6vw 0 9vw;
		background-image: url('../img/contents2_bg.jpg');
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #92d8fc;
	}
	.h2__contents2:before {
		content: "";
		position: absolute;
		width: 100%;
		padding: calc(130 / 750 * 100%) 0 0 0;
}
	.h2_contents2__inner {
		padding: 0 5%;
		max-width: 100%;
		width: 100%;
	}
	.contents2__title {
    	position: relative;
    	z-index: 3;
    	width: 30%;
    	margin: 0 auto 0;
	}
	.contents2__text {
	}
	.contents2__text p {
    	font-size: 3.8vw;
    	text-align: center;
    	margin: 0 0 4.4vw;
	}
	.contents2__text img {
    	width: 100%;
    	margin: 0 auto;
	}
	.contents2__attention {
    	font-size: 0.9em;
    	width: 85%;
    	margin: 0 auto 20px;
	}
 	.period__contents {
    	margin: 5vw auto 5vw;
		max-width: 100%;
		width: 90%;
 	}
	.button__type2 {
		margin-top: 9vw;
    	padding: 0;
		max-width: 100%;
		width: 100%;
		border-radius: 9vw;
	}
	.button__type2 a {
    	padding: 2.8vw 12vw;
	}
	.button__type2 img {
    	width: 80%;
	}
	.application-list {
		font-size: 2.8vw;
		line-height: 1.6;
	}
	.coming_soon_1 {
    margin: 7vw 0 0;
    padding: 0 4vw;
    max-width: 100%;
	border-radius: 4vw;
	}
	.coming_soon_1 img{
		max-width: 100%;
		width: 50%;
	}
}

/***************** キャンペーン2　第2弾 *****************/
/* ボタン */
.button__blue2 {
	width: 64%;
	margin-bottom: 40px;
	margin-top: 40px;
	box-shadow: 4px 12px 0px -4px #ffcdac;
 }
 .button__blue2 img {
 	width: 100%;
}
@media screen and (max-width: 768px) {
	.button__blue2 {
 	   width: 85%;
 	   margin: 0 auto;
 	   margin-bottom: 30px;
	}
	.button__blue2 img {
	}
}

/***************** お問い合わせ *****************/
.contact {
	padding: 100px 0 55px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(190, 227, 246));
	background-image: url("../img/contact_bg_pc.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.box__contact {
    width: 90%;
    margin: 0 auto;
    line-height: 1.6;
    letter-spacing: 0.03em;
}
.contact__title {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #4ea2fa, #0b5bd8) 1;
    margin: 0 auto 60px;
	padding: 20px;
    width: 100%;
	background-color: #fff;
}
.contact__title h2 {
	margin: 0 auto;
	max-width: 167px;
}
.contact__text{
	margin: 0 auto 36px;
	max-width: 670px;
	width: 100%;
}
.contact__picture{}
.contact__picture .pc_view{
    display: block;
}
.contact__picture .sp_view{
    display: none;
}
.contact__pr{
	display: flex;
	justify-content: space-between;
	margin: 35px auto 0;
	max-width: 470px;
	width: 100%;
}
.contact__pr div {
	width: 42%;
}
.contact__pr__text {
	margin: 35px auto 0;
	max-width: 380px;
	width: 100%;
}
.contact__container {
	margin: 64px auto 0;
    padding: 40px 26px 40px;
	max-width: 700px;
    width: 100%;
    color: #000;
	border-radius: 18px;
    background: linear-gradient(to bottom, rgb(0, 145, 210), rgb(139, 235, 255));
	box-sizing: border-box;
}
.contact__container p {
    text-align: center;
	color: #3e3a39;
}
.contact__container p a{
	color: #3e3a39;
}
.contact_container__title {
	margin: -57px auto 17px;
	max-width: 456px;
	width: 100%;
}
.contact__number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 25px;
    padding: 30px;
    border-radius: 18px;
    background-color: #fff;
	box-sizing: border-box;
}
.contact__number img{
	margin: 0 auto;
	width: 82%;
}
.contact_hp {
    width: 85%;
    margin: 0 auto 10px;
}
.link {
    color: #ffffb0;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.sns{
	margin: 40px auto 0;
	font-size: 1.5em;
    font-weight: 600;
}
.sns_inner {
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 350px;
}
.sns a {
    width: 13%;
    max-width: 45px;
}
/* ボタン */
.contact__button {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    margin-top: 40px;
    display: block;
	box-sizing: border-box;
}
.contact__button a {
    padding: 0 80px;
}

@media screen and (max-width: 768px) {
	.contact {
		background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(190, 227, 246));
		background-image: url("../img/contact_bg.jpg");
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		position: relative;
    	z-index: 1;
    	padding: 4vw 0 6vw;
    	font-size: 0.85rem;
	}
	.contact__title {
    	margin: 0 auto 8vw;
		padding: 20px;
    	width: 100%;
	}
	.contact__title h2{
		max-width: 100%;
		width: 34%;
	}
	.contact__text{
		margin: 0 auto 5vw;
		max-width: 100%;
		width: 90%;
}
	.box__contact{
		max-width: 100%;
		width: 100%;
	}
	.contact__picture{
/*
		margin: 0 auto;
		width: 90%;
*/
	}
	.contact__picture .pc_view{
		display: none;
	}
	.contact__picture .sp_view{
		display: block;
	}
	.sp__picture{
		margin: 0 auto;
		width: 70%;
	}
	.sp__picture2{
		margin: 0 auto;
		width: 100%;
	}
	.contact__pr{
		margin: 4vw auto 0;
		max-width: 100%;
		width: 64%;
}
	.contact__pr__text{
		margin: 6vw auto 0;
		max-width: 100%;
		width: 46%;
	}
	.contact__container {
		margin: 7vw auto 0;
    	padding: 5vw 4vw 5vw;
		max-width: 100%;
    	width: 90%;
    	color: #000;
		border-radius: 3vw;
 		background: linear-gradient(to bottom, rgb(0, 145, 210), rgb(139, 235, 255));
		box-sizing: border-box;
	}
	.contact_container__title {
		margin: -8.3vw auto 17px;
		max-width: 456px;
		width: 100%;
	}
	.contact__container p {
		font-size: 3.4vw;
		color: #3e3a39;
	}
	.contact__number {
    	width: 100%;
    	margin-bottom: 20px;
	    padding: 4vw;
		border-radius: 3vw;
	}
	.contact__number img {
		width: 90%;
	}
	.number {
    	font-size: 2em;
    	font-weight: 800;
	}
	.sns {
    	width: 100%;
    	color: #000;
    	padding:20px 30px;
    	font-size: 1.2em;
	}
	.sns {
		margin: 6vw auto 0;
    	font-size: 3.6vw;
	}
	.sns_inner {
    	max-width: 400px;
	}
	.contact__button {
    	margin-top: 6vw;
	    padding: 2.6vw 0;
		max-width: 100%;
	    width: 90%;
	}
	.contact__button a{
	    padding: 0 12vw;
	}
}

/***************** フッター *****************/
.footer {
    background: #0091d2;
    color: #fff;
	font-size: 1em;
    padding: 40px 0;
}
.footer a {
	color: #fff;
}
.footer__nav {
    margin: 0 auto;
	max-width: 450px;
}
.footer__nav ul {
    justify-content: space-between;
    align-items: center;
}
.footer__nav ul li {
    list-style-type: none;
}
.copyright {
    text-align: center;
    margin-top: 10px;
	font-size: 1em;
}

@media screen and (max-width: 768px) {
	.footer {
    	font-size: 0.8em;
		padding: 20px 0;
	}
	.footer__nav {
	    width: 75%;
	    max-width: 600px;
	}

	.copyright {
    	font-size: 0.8em;
	}
}

.button_box {
	display: none;
	width: 150px;
	position: fixed;
	right: 14px;
	bottom: 8vh;
	z-index: 200;
}
.button_box ul{
	list-style: none;
}
.button_box ul li + li{
	margin: 30px auto 0;
	width: 70%;
}
.button_box img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.button_box {
		width: 20%;
	}
	.button_box img {
		width: 100%;
	}
	.button_box ul li + li{
		margin: 4vw auto 0;
	}
}


.scroll_action{
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	transition: .8s;
}

.scroll_action.ok{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
}