@charset "utf-8";
/* contents------------------------------------------------------------------------------------------------------------ */
body {font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;color:#fff;}
html,body {height: 100%;margin:0;padding:0;}
.maincontents {margin:0;padding:0;margin-top:10px;padding-bottom:100px;}
/*.wrap {height: 100%;margin:0;padding:0;}  右にできる余白を消すためのタグ */
.wrap{
min-height: 100vh;
position: relative;/*←相対位置*/
padding-bottom:0px;/*←footerの高さその都度変更が必要*/
box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

/* topimgPC----------------------------------------------- */
#visual {margin-top:-19px;
    padding-top:37.2%;
    width: 100%;
    background:url("images/pctop.jpg") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position: center top;
    position: relative;
    background-size:100%;
    border-bottom:2px solid #101325 ;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
/* 終了用でプラス
#visual::before,#visual2::before{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
#visual p,#visual2 p {
 position: absolute;
  color: white;
  font-weight:600;
  font-size:250%;z-index:201;
  font-family :Quicksand, sans-serif;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }*/
/* backimg----------------------------------------------- */
#wrapper{
		background:url('images/back.jpg') no-repeat;
		background-position:center top;
		background-attachment:fixed;
	}
#wrapper::before {
  content: "";
  background: url('images/back.jpg')no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}/* sp対策 */
.clearfix{clear: both;}
div.bg2{background:rgba(255,255,255,0.9)}
/* animation----------------------------------------------- */
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用*/
@-webkit-keyframes fadeIn {0% {opacity: 0} 100% {opacity: 1}
}
/* common----------------------------------------------- */
.img-responsive,img {display: block;max-width: 100%;height: auto;}
.center-block {display: block;margin-right: auto; margin-left: auto;}
a:link.rink1,a:visited.rink1 {color:#c33d0c; text-decoration:underline;}
a:hover.rink1,a:active.rink1 {color:#ffb6a3;text-decoration:none;overflow: hidden;outline: none;}

/* box1----------------------------------------------- */
.cont-box1 {max-width:90%;margin:0 auto;position: relative;padding: 1% 0 5%;justify-content: center;}
.cont-box1 .inner{width:85.5%; max-width:980px;margin: 0 auto;margin-top:10px; padding: 10px 15px 20px 15px;border-adius:0px;background:rgba(0,0,0,0.8); margin-bottom:50px;border: solid 0px rgba(255,255,255,1.9);box-shadow: 10px 10px 10px -15px;}
.cont-box1 h2{
    position: relative;color:#fff;font-weight:800;
    padding: 0.8rem 0;
    margin-bottom:2.8rem;
    /* 
    background-image: linear-gradient(90deg, #b2d5de 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 5%;
    background-position: bottom;*/
}
.cont-box1 h3 {
    padding: 0.5rem 0rem;
    margin-bottom: -0.5rem; width:80%;
    border-bottom: 1px solid #65f420;
    font-size:150%;color:#65f420;
    font-weight: bold;}
.cont-box1 h3 +p{font-size:1.4rem;font-weight:800;}

.cont-box1 h4 {
    padding: 0.5rem 0rem;
    margin-bottom: 1.5rem; width:40%;
    border-bottom: 1px solid #fff;
    font-size:150%;color:#fff;
    font-weight: bold;}
.cont-box1 h4 +p{font-size:1.4rem;font-weight:800;}
.heading1 {
	position: relative;
	font-size: 26px;
}

.heading1::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #65f420;
	font-size: 30px;
	border-bottom: 2px solid #65f420;
}
/* txt----------------------------------------------- */
.txt1{font-weight:600;font-size:100%;}
.txt2{font-weight:600;font-size:120%;}
.txt3{font-size:130%;}
.txt3b{font-weight:700;font-size:130%;}
.txt4{font-weight:600;font-size:140%;}
.txt5{font-weight:600;font-size:150%;}
.txt6{font-weight:600;font-size:200%;}
.txt7{font-weight:600;font-size:80%;}
.txt8{font-size:95%;}
.txtw{color:aliceblue;}
.txty{color:#f4ff95;}
.txtr{color:#b40808;}
.txtp{color:#b24949;}
.txtg{color:#9E9E9E;}
.txtg2{color:#303340;}
.tg2{color:#605864;}
.st{font-weight:800;font-size:120%;}


/* list */
.inList {padding-left:0.1em;font-size:0.9rem;}
.inList > li {list-style:none;list-style-type:none;line-height:1.2;margin-left:1.2em;text-indent:-1.2em;padding: 5px;}
.inList > li::before {content: '※';margin-right:5px;}

.inList2 {padding-left:0.7em;font-size:1.1rem;font-weight:400;}
.inList2 > li {padding-left:0.7em;line-height:1.2;text-indent:-1.2em;margin-bottom:10px;padding-bottom:5px;border-bottom: dashed 1px #C8C9D1;list-style-position: inside;}

.inList3 {padding-left:0.7em;font-size:1.0rem;}
.inList3 > li {padding-left:0.7em;line-height:1.2;text-indent:-1.2em;margin-bottom:10px;padding-bottom:5px;border-bottom: dashed 1px #C8C9D1;list-style-position: inside;}

/* flexbox------------------------------------------------------------- */
.flexbox{display:flex;flex-wrap: wrap;justify-content: center;align-content:flex-start;width:100%;margin: 0 auto;padding:0px;}
.fb_item1{flex-basis:30%;max-width:30%;margin:10px;padding:5px;}
.fb_item1kara{flex-basis:30%;max-width:30%;margin:16px;padding:5px;}
.fb_item2{flex-basis:100%;max-width:100%;margin:2px;padding:5px;display: flex;justify-content: center;}

/* inbox------------------------------------------------------------- */
.inbox01 {
  border-radius:5px;
  overflow: hidden;
  background-color: #fff;padding:10px;
  border: solid 1px #dcdcdc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inbox01 .cam{font-size:90%;font-weight:800;}
.inbox01 .cam:after{content:' \A ';white-space: pre;}
.inbox01 .ex{font-size:160%;text-align:center;color:#c92e10;margin-top:-10px;font-weight:700;}
.inbox01 .ex:after{content:' (税込)';color:#c92e10;font-size:1.0rem;}
.inbox01 .ex:before{content:'20%OFF ￥';color:#c92e10;font-size:1.2rem;}

.inbox01 .ex2{font-size:100%;text-align:center;margin-top:-10px;text-decoration:line-through;}
.inbox01 .ex2:after{content:' (税込)';font-size:1.0rem;}
.inbox01 .ex2:before{content:'￥';font-size:1.2rem;}

.inbox01 .ex3{font-size:160%;text-align:center;color:#c92e10;margin-top:-10px;font-weight:700;}
.inbox01 .ex3:after{content:' (税込)';color:#c92e10;font-size:1.0rem;}
.inbox01 .ex3:before{content:'15%OFF ￥';color:#c92e10;font-size:1.2rem;}

.inbox01 .ex4{font-size:160%;text-align:center;color:#c92e10;margin-top:-10px;font-weight:700;}
.inbox01 .ex4:after{content:' (税込)';color:#c92e10;font-size:1.0rem;}
.inbox01 .ex4:before{content:'￥';color:#c92e10;font-size:1.2rem;}

/* dltable--------------------------------------------------------- */
.list_table,.list_table > dt,.list_table > dd {box-sizing: border-box;}
.list_table > dt,.list_table > dd {padding:0.5em;margin: 0px;}
.list_table > dt {background-color:rgba(4,95,138,0.0); color:#186fab;}
.list_table > dd {background-color: rgba(250,250,250,0.0);}
@media screen and (max-width: 639px) {
    .list_table > dd {border: 0px solid #a9b3bb;border-top: none;border-bottom: none;}
    .list_table > dt {border-bottom:1px solid #a9b3bb;}
    .list_table > dd > ul {text-align: left;}
	.list_table > dd:last-of-type { border-bottom: 0px solid #a9b3bb;}
}
@media print, (min-width: 639px) {
    .list_table {display: flex;flex-wrap: wrap;border-bottom:0px solid #a9b3bb;}
    .list_table > dt,.list_table > dd {display: flex;flex-direction: column;justify-content: center;border-top: 0px solid #a9b3bb4;}
    .list_table > dt {width: 20%;border-left: 0px solid #a9b3bb;border-right:none;border-bottom:1px solid #a9b3bb;}
    .list_table > dd {width: 80%;border-right: 0px solid #a9b3bb;border-left:none;border-bottom:1px solid #a9b3bb;}
}

/* button--------------------------------------------------------- */
.button1{text-align: center;width:100%;}
.button1 a{display: inline-block;position: relative;
padding: 10px 70px;margin:30px 0px 5px 0px;
text-decoration: none;outline: none;
background:#cd0b0b;color:#fff;font-size:100%;font-weight:600;
box-shadow: 0 5px 5px rgba(55,55,55,0.2);
transition: all 0.9s ease-out;
border:1px solid #fff;
border-radius:40px;
}
.button1 a::after {content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); 
}
.button1 a:hover,.button1:focus,.button1:active {
color:#f9f9b2;
background-color:#6a0404;
-webkit-transition:1s;transition:1s
}
.button1 a:hover{color:#f9f9b2;}
a {text-decoration:none;}

/*改行------------------------------------------------------------- */
@media screen and (min-width: 768px){
.sp-br {display: none; }
}


/* 下部コピーライト */
.copy:after{content:' \A ';white-space: pre;}
.copytxt{font-size:100%;}


/* ▼表示領域が639px以上の場合 */
@media screen and (min-width:639px) {
img.grp1simage { display: none; }  /* miniを非表示 */
img.grp1image { display: block; } /* bigを表示 */

}
/* ▼表示領域が640px未満の場合 */
@media screen and (max-width:640px) {
img.grp1simage { display: block; } /* miniを表示 */
img.grp1image { display: none; }  /* bigを非表示 */
#visual {
    padding-top:85.5%;margin-top:-20px;
    width: 100%;
    background: url(images/sptop.jpg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position: center top;
    position: relative;
    background-size: 100%;
}#visual p {width:80%;text-align: center;
  font-weight:600;
  font-size:180%;
  top: 50%;
  left:50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }
.slick-arrow{border: solid 0px #413603!important;left:92%;}
.fb_item1,.fb_item1kara,.fb_item2{flex-basis:100%;max-width:100%;}
.cont-box1 .inner{width:95.5%;margin-left:-7px}
.cont-box1 h2{
    position: relative;font-size:110%;color:#fff;font-weight:800;
    padding: 0.8rem 0;
    margin-bottom:2.0rem;
    background-size: 100% 3%;
}
.cont-box1 h3 {
    padding: 0.5rem 0rem;
    margin-bottom: -0.2rem; width:95%;
    border-bottom: 1px solid #7006195;
    font-size:125%;color:#006195;
    font-weight: bold;}
.cont-box1 h3 +p{font-size:1.3rem;font-weight:800;}
.inList3 {padding-left:0.7em;font-size:0.9rem;}
.inList {padding-left:0.7em;font-size:0.9rem;}
.button1 a{font-size:100%;text-align: center;}
}

@media screen and (max-width: 768px) and (min-width: 640px) {
.cont-box1 .inner{width:90.5%;}
.cont-box1 h2{font-size:150%;padding: 0.8rem 0;margin-bottom:2.8rem;background-size: 100% 4%;}
.cont-box1 h3 {width:45%; font-size:120%;}
.button1 a{padding: 10px 60px;font-size:100%;}
.fb_item1{flex-basis:43%;max-width:43%;margin:10px;padding:5px;}
.fb_item1kara{flex-basis:45%;max-width:45%;margin:10px;padding:5px;}
}
@media screen and (max-width: 1099px) and (min-width: 769px) {
.cont-box1 .inner{width:90.5%;}
.fb_item1{flex-basis:40%;max-width:40%;margin:10px;padding:5px;}
.fb_item1kara{flex-basis:40%;max-width:40%;margin:10px;padding:5px;}
.cont-box1 h2{font-size:150%;padding: 0.8rem 0; /* margin-bottom:2.5rem;background-size: 100% 4%;*/}

}

