<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*----------------------------------------------------
           トップページ　モジュール
----------------------------------------------------*/

.camMod{
    padding: 0 0 30px 0;
    min-height: 374px;
    background: #ffc600;
}

.camModHead {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.camModHead .hanpen{
	position: absolute;
	top: -10px;
	left: -90px;
	z-index: 1;
}

.camModHead h2{
	padding-left: 190px;
	font-size: 38px;
	font-weight: bold;
	color: #000000;
}

.camModHead h2 span{
	display: inline-block;
	position: relative;
	font-size: 42px;
	font-weight: bold;
	margin: 0 10px 0 50px;
}

.camModHead h2 span::after {
    content: '';
    position: absolute;
    z-index: 1000;
    top: 0;
    left: -30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 0px;
    border-right: solid 3px #000000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -4px;
}
.camModHead h2 span::before {
    content: '';
    position: absolute;
    z-index: 1000;
    top: 0;
    right: -20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 0px;
    border-right: solid 3px #000000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}

.camModHead p{
	width: 350px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	border-radius: 20px;
	text-align: center;
	color: #666666;
}

.camModList{
    position: relative;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    flex-wrap: wrap;
    width: 1180px;
    margin: 0 auto;
}

.camModList &gt; li{
    z-index: 100;
    margin: 0 15px 25px 15px;
    background: #fff;
    width: 200px;
    height: 208px;
    border-radius: 4px;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
}

.camModList &gt; li a:hover{
    display: block;
    opacity: 0.5;
}

.camModList h3{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
}

.camModImg img{
    display: block;
    width: 100%;
    height: 108px;
}

.camModList ul{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px;
}

.camModList ul li{
	font-size: 12px;
    line-height: 30px;
}

.camModList ul li:nth-of-type(1) span{
	font-size: 14px;
    font-weight: bold;
    color: #ff002a;
    letter-spacing: 1px;
}

.camModList ul li:nth-of-type(2) span{
    font-size: 14px;
    font-weight: bold;
    color: #11a6e7;
    letter-spacing: 1px;
}

.camModList .comModGage{
    margin: 0 10px;
    height: 10px;
    background: #ccc;
}

.camModList .comModGage span{
    display: inline-block;
    height: 10px;
    background: #ff881e;
    text-indent: -9999px;
}

.camModList .targetAmount{
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}

.camModList .targetAmount span{
    font-weight: bold;
    letter-spacing: 1px;
}





.camTopModContents{
    margin: 40px 0;
    position: relative;
}

.camTopModContents ul{
    position: absolute;
    top: 150px;
    left: 50%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
    width: 1280px;
    margin: 0 auto 0 -500px;
    padding-top: 0px;
}

.camTopModContents&gt; ul &gt; li{
    width:232px;
    margin: 0 24px 24px 0;
    position: relative;
    border-radius: 8px;
    padding: 0 0 15px 0;
    background: #fff;
}

.camTopNextBtn a{
    position: relative;
    display: block;
    width: 232px;
    height: 195px;
    background: url(../img_renewal/cam-4th/top_mod_arrow.png) no-repeat;
    text-align: center;
    background-position: 50% 50%;
}

.camTopNextBtn a span{
    position: absolute;
    display: block;
    bottom: 10px;
    left: 50%;
    margin-left: -42px;
}


.camTopModContents&gt; ul &gt; li &gt; a{
    display: block;
}

.camTopModContents .cam_img{
    height: 88px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    text-indent: -9999px;
    background-position: 0 -50px !important;
    background-size: 230px !important;
}

.camTopModContents .cam_img &gt; a{
    display: block;
    height: 150px;
}

.camTopModContents h3{
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin: 10px 0 0 0;
}

.camTopModContents dl{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
}

.camTopModContents dl dt{
    margin-left: 30px;
}


.camTopModContents .gageBase{
    position: relative;
    width: 200px;
    height: 10px;
    margin: 8px auto;
    background: #f5f5f5;
}

.camTopModContents .gageBase span{
    display: block;
    text-indent: -9999px;
    height: 10px;
    background: #ff881e;
	    animation: anime1 3s ease  1 alternate;
-moz-animation: anime1 3s ease 1 alternate;
-webkit-animation: anime1 3s ease 1 alternate;
-o-animation: anime1 3s ease 1 alternate;
-ms-animation: anime1 3s ease 1 alternate;
}

.camTopModContents .cam_price{
    font-size: 12px;
    text-align: center;
}

.camTopModContents .cam_price span{
    font-size: 12px;
}

.camTopModSub{
    background: #fdf2d8;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content:         center;
    margin: 0 0 50px 0;
    padding: 20px 0;
}

.camTopModSub h3{
    font-size: 30px;
    margin: 0 20px 0 0;
    line-height: 70px;
}

.camTopModSub h3 span{
    color: #f00;
    letter-spacing: 2px;
}

.camTopModSub ul{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 780px;
}

.camTopModSub ul li{
    line-height: 26px;
    font-size: 14px;
    margin: 0 15px 6px 0;
}

.camTopModSub ul li a{
    display: block;
    color: #666666;
    text-decoration: underline;
}

.camTopModSub ul li a:hover{
    color:#00a2e3
}







/*----------------------------------------------------
           詳細ページ
----------------------------------------------------*/


.courseModDetailL{
	position:relative;
	margin:40px auto 0 auto;
	width: 1260px;
	padding:0 0 40px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 10px solid;
        border-color:#eeeeee;
	border-radius: 14px;
}

.courseModDetailL h3{
	margin:30px 0 0px 0px;
	font-size:42px;
	color:#555555;
	text-align:center;
}

.courseModDetailL .hanpen{
	position:absolute;
	top: 20px;
	right:40px;
	width:168px;
	height:133px;
}

.courseModDetailL .detailComment{
	margin-bottom:20px;
	text-align:center;
	color:#555555;
	font-size:16px;
}

.courseModDetailL a{
	color: #00b3e0;
}　

/*----------カラム2--*/

.modColumn2{
	overflow:hidden;
	margin-bottom:40px;
}

.modColumn2 h4{
	margin:40px 0 10px 40px;
	font-size:24px;
	color:#555;
}

.modColumn2 h4 span{
	margin:0 5px 0 0 ;
	font-size:28px;
	font-family: 'Rubik', Arial, serif; font-weight: 500;
}

.modColumn2Left{
	float:left;
	width:300px;
	margin:0 0 0 40px;
}

.modColumn2Left img{
	display: block;
	margin:0 auto;
}

.modColumn2Right{
	float:right;
	width:865px;
}
.modColumn2Right p{
	margin:10px 40px 0 0;
}

/*----------カラム1--*/

.modColumn1{
	overflow:hidden;
}

.modColumn1 h4{
	margin:40px 0 10px 40px;
	font-size:24px;
	color:#555;
}

.modColumn1 h4 span{
	margin:0 5px 0 0 ;
	font-size:28px;
	font-family: 'Rubik', Arial, serif; font-weight: 500;
}

.modColumn1 .mainImg {
	text-align:center;
}

.modColumn1Txt{
	margin:20px 40px 40px 40px;
}





















/*----------------------------------------------------
           キャンペーン詳細ページ
----------------------------------------------------*/

/* ヘッダー */

.cam_detail_header{
    position: relative;
    height: 282px;
    background: url(../img_renewal/cam-4th/detail_main_bg.jpg);
}

.cam_detail_header_img{
    width: 1280px;
    height: 282px;
    margin: 40px auto 0 auto;
    background: url(../img_renewal/cam-4th/detail_main.jpg);
}

.cam_detail_header dl{
    position: absolute;
    top: 30px;
    left: 50%;
    width: 625px;
    margin-left: -300px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
}

.cam_detail_header dt{
    width: 155px;
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #fff;
}

.cam_detail_header dt span{
    font-size: 24px;
	font-family: 'Rubik'; font-weight: 500;
}

.cam_detail_header dd{
    width: 450px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #000;
	font-family: 'Rubik'; font-weight: 500;
}


/* コンテンツ */

.cam_detail_contentsHead{
    width: 1280px;
    margin: 50px auto 0 auto;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
  justify-content:         space-between;
}

.cam_detail_contentsHead_txt span{
    color: #e22500;
}

.cam_detail_contentsHead ul:nth-of-type(1) li{
    font-size: 18px;
    line-height: 200%;
}

.cam_detail_contentsHead .cam_sns{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.cam_detail_contentsHead .cam_sns li{
    margin: 0 20px;
}

.mainGraph{
    width:1200px;
    height: 325px;
    margin: 30px auto 0 auto;
    padding: 30px !important;
    position: relative;
    border-radius: 10px;
    box-shadow:0px 0px 10px 1px #e8e8e8;
    -moz-box-shadow:0px 0px 10px 1px #e8e8e8;
    -webkit-box-shadow:0px 0px 10px 1px #e8e8e8;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
  	justify-content: space-between;
	padding: 0 0 15px 0
}



.mainGraphHeader{
	margin: 10px 0 30px 0;
}

.mainGraphDetail{
	width: 550px;

}

.mainGraph .mainGraphDetail h2{
    margin: 0px 0 20px 0;
	text-align: center;
}

.mainGraph .mainGraphDetail h2 span{
    font-size: 38px;
}

.mainGraph .mainGraphDetail .price{
    text-align: center;
}

.mainGraph .mainGraphDetail .price span{
    font-size: 38px;
	font-family: 'Rubik'; font-weight: 700;
	line-height:130%;
	letter-spacing: 2px;
}


/* ゲージ */
.gaugeBox{
    position: relative;
    width:100%;
    height: 40px;
    margin: 15px 0 40px 0;
    background: #cccccc;
}

.gaugeBox .gaugePer{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-indent: 15px;
}

.gaugeBox .gaugeLine{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 40px;
    background: #ff881e;
    text-indent: -9999px;
    animation: anime1 3s ease  1 alternate;
-moz-animation: anime1 3s ease 1 alternate;
-webkit-animation: anime1 3s ease 1 alternate;
-o-animation: anime1 3s ease 1 alternate;
-ms-animation: anime1 3s ease 1 alternate;
}


@keyframes anime1 {
0% {width: 0%;  background-color: #6ac70c;}
100% { background-color: #ff881e;}
}

@-moz-keyframes anime1 {
0% {width: 0%;  background-color: #6ac70c;}
100% { background-color: #ff881e;}
}

@-webkit-keyframes anime1 {
0% {width: 0%;  background-color: #6ac70c;}
100% { background-color: #ff881e;}
}

@-o-keyframes anime1 {
0% {width: 0%;  background-color: #6ac70c;}
100% { background-color: #ff881e;}
}

@-ms-keyframes anime1 {
0% {width: 0%;  background-color: #6ac70c;}
100% { background-color: #ff881e;}
}

.mainGraphTxt{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content:         space-around;
    line-height: 24px;
}

.mainGraphTxt span{
    margin: 0 0 0 4px;
    font-size: 24px;
    font-weight: bold;
	font-family: 'Rubik'; font-weight: 500;
}

/* ボタンセット */

.cam_detail_btnset{
    margin: 60px 0 0px 0;
}

.cam_detail_btnset ul{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.cam_detail_btnset ul li:nth-last-of-type(1) {
    margin: 0;
}


.cam_detail_btnset ul li {
    position: relative;
    display: block;
    width: 290px;
    height: 100px;
    margin: 0px 50px 0 0px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
    color: #fff;
}


.cam_detail_btnset a{
	position: relative;
    display: block;
    color: #ffffff;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
    color: #fff;
	border-radius: 10px;
}

.colorA a{
    background: #11a6e7;
	visibility: visible;
	animation-delay: 0.4s;
	animation-name: jello;
}

.colorB a{
    background: #4075e2;
	visibility: visible;
	animation-delay: 0.5s;
	animation-name: jello;
}

.colorC a{
    background: #916ce2;
	visibility: visible;
	animation-delay: 0.5s;
	animation-name: jello;
}



.cam_detail_btnset ul li div:nth-of-type(2){
    margin: 15px 40px; 0 0;
}

.cam_detail_btnset ul li h3{
    font-size: 48px;
    margin: 20px 0 0 20px;
    line-height: 100%;
    text-align: center;
	font-family: 'Rubik'; font-weight: 500;
}

.cam_detail_btnset ul li h3 span{
	width: 55px;
    display: block;
    font-size: 16px;
    line-height: 100%;
}

.cam_detail_btnset ul .iconSoldout{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}

.cam_detail_btnset .coursePrice{
    font-size: 32px;
}

.cam_detail_btnset .coursePrice span{
	font-family: 'Rubik'; font-weight: 500;
}

.cam_detail_btnset .setRemaining{
    font-size: 16px;
}


/* コースセット */

.courseSetBoxL{
    position: relative;
    width: 1260px;
    margin: 90px auto 0 auto;
}


.courseSetBoxL h3{
    position: absolute;
    top: 30px;
    left: 26px;
    width: 470px;
}

.courseSetBoxL h3 img{
    width: 100%;
}

.courseSetBoxL .courseSetBoxRemaining{
    position: absolute;
    top: -30px;
    right: 30px;
    text-align: center;
    padding-top: 24px;
}

.courseSetBoxL .courseSetBoxRemaining span{
    display: block;
    font-size: 44px;
    line-height: 100%;
	font-family: 'Rubik'; font-weight: 500;
}

.courseBorderA{
    border: 10px solid #e1f0f8;
    border-radius: 14px;
    color: #fff;
}

.courseBorderA .courseSetBoxRemaining{
    background: #11a6e7;
    border-radius: 70px;
    width: 134px;
    height: 110px;
    text-align: center;
}

.courseBorderB{
    border: 10px solid #e1ecf8;
    border-radius: 14px;
    color: #fff;
}

.courseBorderB .courseSetBoxRemaining{
    background: #4075e2;
    border-radius: 70px;
    width: 134px;
    height: 110px;
    text-align: center;
}

.courseBorderC{
    border: 10px solid #e1e2f8;
    border-radius: 14px;
    color: #fff;
}

.courseBorderC .courseSetBoxRemaining{
    background: #8b6aff;
    border-radius: 70px;
    width: 134px;
    height: 110px;
    text-align: center;
}

.courseSetBoxL dl {
    margin: 68px 0 0 530px;
}

.courseSetBoxL dl dt{
    margin: 0 0 30px 0;
    color: #11a6e7;
    font-size: 30px;
}

.courseSetBoxL dl dt span{
    font-size: 72px;
    color: #11a6e7;
	font-family: 'Rubik'; font-weight: 500;
	letter-spacing: 4px;
}

.courseSetBoxL dl dd{
    position: relative;
	display: block;
    margin: 0 0 15px 0;
	padding: 15px 40px 15px 20px;
    font-size: 18px;
    width: 650px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    color: #666;
	line-height: 150%;
}

.courseSetBoxL dl dd a{
    display: block;
	margin: 0 0 0px 0;
	width: 100%;
    border-radius: 8px;
	text-indent: 0;
}

.courseSetBoxL dl dd a:hover{
    display: block;
    color: #00b3e0;
	text-decoration:underline;
}

.courseSetBoxL dl dd a::before {
    content: '';
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    line-height: 35px;
    border: 0px;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}


.courseSetBoxL dl dd a:hover:before {
    border-top: solid 1px #00b3e0;
    border-right: solid 1px #00b3e0;
}


.courseSetBottom {
    margin: 50px 0 0 0;
    padding: 20px 0 0 0;
    height: 76px;
    background: #f5f5f5;
     display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  　justify-content:  center;
}

.courseSetBottom p{
    color: #666666;
    line-height: 52px;
}

.courseSetBottom p:nth-of-type(1){
    margin: 0 50px 0 0;
    font-size: 42px;
	font-family: 'Rubik'; font-weight: 500;
}

.courseSetBottom p:nth-of-type(1) span{
    font-size: 16px;
    letter-spacing: 4px;
}

.courseSetBottom p:nth-of-type(2){
    margin: 0 0 0 0;
    font-size: 16px;
}

.courseSetBottom p:nth-of-type(2) a{
    display: block;
    height: 52px;
    width: 256px;
    background: #e24267;
    text-align: center;
	font-size: 22px;
    line-height: 52px;
    color: #ffffff;
    border-radius: 10px;
}

.cam_detail_copy{
    text-align: center;
    margin: 50px 0;
    font-size: 24px;
}


.cam_detailTxt2{
    background:#f1f1f1;
    margin: 80px auto 80px auto;
    padding: 20px 0 80px 0;
}

.cam_detailTxt2 dl{
    width: 1080px;
    margin: 0 auto;
}

.cam_detailTxt2 dt{
    font-size: 24px;
    margin: 60px 0 15px 0;
}

.cam_detailTxt2 a{
	color: #00b3e0;
}

.cam_contents_other{
    text-align: center;
    font-size: 32px;
}

.spTopBtn{
    width: 300px;
    height: 60px;
    margin: 0 auto;
}

.spTopBtn a{
    display: block;
    width:300px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 0 auto;
    border-radius: 38px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 4px;
    background-position: 20px 14px;
    background: #42a0e5;

}</pre></body></html>