@charset "utf-8";


/* ----------------------------------
 COMMON SETTEING BW追加
-----------------------------------*/
.bw-block{
  width: 100%;
  margin: 0 auto;
}

.cp__body{
  position: relative;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
}

.cp__body img{
  max-width: 100%;
}

.max-w-700{
  max-width:700px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 769px) {
  /*769以上　基本フォント設定*/
  .cp__body {
    font-size: 16px;
  }
}

/* ul リセット */
.cp__body ul{
  list-style: none;
}



.txt-small{
  font-size: 10px ;
  font-weight: normal !important;
}

@media only screen and (min-width: 769px) {
  .txt-small{
    font-size: 12px;
  }
}

/* キービジュアル */
.area-mv img{
  width: 100%;
}

/* キービジュアル　下空き削除 */
.area-mv h1{
  margin-bottom: 0 !important;
}

/* input 見える */
.bw-block input[type="checkbox"],
.bw-block input[type="radio"] {
  display: initial;
  visibility: visible;
  appearance: auto;
}

/*------------------------------------------------------------------------------
  cp__body 付与
------------------------------------------------------------------------------*/


.cp__body {
  color: #6f6f6f;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
}


.cp__body *,
.cp__body *:before,
.cp__body *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp__body img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

.cp__body p {
  margin: 0;
  line-height: 1.7;
}

.cp__body a {
  color: #00a0e7;
}
.cp__body a:hover{
  text-decoration: none;
}

.cp__body button {
  border: none;
  cursor: pointer;
  outline: none;
}

.cp__body table {
  border-collapse: collapse;
}

.cp__body ul,.cp__body ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
.cp__body h1,
.cp__body h2,
.cp__body h3,
.cp__body h4,
.cp__body h5,
.cp__body h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
*/

.cp__body strong{
  color: #000;
  font-weight:bold;
}

.cp__body .outer-block {
  min-width: 1000px;
}

.cp__body .inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 960px;
}

.cp__body .inner-block_cs {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 960px;
}


.cp__body a,
.cp__body a:before,
.cp__body a:after,
.cp__body button,
.cp__body .swiper-button-next,
.cp__body .swiper-button-prev,
[data-script="modal"],
.cp__body .tab-list li {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cp__body a:hover,
.cp__body button:hover,
.cp__body [data-script="modal"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}




/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}


/*------------------------------------------------------------------------------
  common-parts
------------------------------------------------------------------------------*/
.mg-b30{
  margin-bottom: 30px !important;
}
.ac {
	text-align: center !important;
	margin: auto;
}
.al {
	text-align: left !important;
}
.point-detail-block.point01 .ttl,
.voice-block .ttl,
.faq-block .ttl,
.faq-block .question,
.flow-box .ttl-num,
.tab-content .detail-ttl,
.caution-block .ttl {
  color: #000;
}

.color-yellow {
  color: #ffe100;
}

.color-red {
  color: #c80000;
}
.fw-bold {
	font-weight: 700;
}
.txt-note,
.txt-note_no,
.indent li,
p.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent li {
  margin-top: 5px;
}

.common-ttl01 {
  margin-bottom: 60px;
  text-align: center;
}

.common-ttl01_cs {
  margin:0 auto 60px auto;
}

.common-ttl01_cs2 {
  margin:0 auto 85px auto;
  width: 60%;
}

.common-ttl02 {
  color: #000;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
  max-width: inherit;
}

.common-btn01 {
  text-align: center;
}

.common-btn01 > * {
  background: #7f7f80;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 400px;
  height: 80px;
  line-height: 80px;
}

.common-btn01.aco > * {
  background: url(../img/ico_plus.svg) no-repeat right 30px center #fff;
  border: 2px solid #b4b3b3;
  color: #000;
  cursor: pointer;
  padding-right: 7px;
  line-height: 78px;
  position: relative;
  z-index: 1;
}

.common-btn01.aco.is-open > * {
  background-image: url(../img/ico_minus.svg);
}

.common-btn01.aco.is-open > *::before {
  content: "閉じる";
}

.common-btn01.aco.is-open .switch {
  display: none;
}

.common-btn01 > *:hover {
  background-color: #000;
  opacity: 1;
}

.common-btn01.aco > *:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.common-btn01.aco span.aco-disc {
    display: none;
}

.common-btn01.aco.is-open span.aco-disc, .common-btn01.aco.is-open span.aco-disc:hover {
    background: none;
    display: inline-block;
    font-size: 21px;
    border: none;
    width: 100%;
    color: #666;
    cursor: inherit;
    text-align: center;
    margin-bottom: 40px;
}
.common-btn01.aco.is-open span.aco-disc span, .common-btn01.aco.is-open span.aco-disc:hover span {
    border-bottom: dashed 1px;
    border-top: dashed 1px;
    display: inline-block;
    padding: 0 20px;
}
.common-btn01.aco.is-open span.aco-disc:before {
  content: none;
}


/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/

#cp-footer .inner-block {
  padding: 20px 0 30px;
}

#cp-footer .sitelink {
  text-align: center;
  line-height: 2;
}

#cp-footer .sitelink .img {
  display: inline-block;
  padding-bottom: 12px;
}

#cp-footer .link-list {
  margin-top: 70px;
  text-align: center;
}

#cp-footer .link-list li {
  display: inline-block;
  vertical-align: middle;
}

#cp-footer .link-list li + li {
  margin-left: 60px;
}

#cp-footer .link-list li a {
  background: url(../img/arrow_right_red.svg) no-repeat right center;
  display: inline-block;
  padding-right: 20px;
}

#cp-footer .link-list li a.blank {
  background-image: url(../img/ico_link.svg);
  padding-right: 24px;
}

#cp-footer .link-list li a:hover {
  opacity: 1;
  color: #d3253e;
}

#cp-footer .copyright {
  background: #d3253e;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
}

#pagetop {
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 35px;
  bottom: 35px;
  width: 52px;
  z-index: 100;
}

#pagetop.is-visible {
  opacity: 1;
  pointer-events: auto;
}


/*------------------------------------------------------------------------------
  modal
------------------------------------------------------------------------------*/

html.modalLock { /*overflow: hidden;*/ }
.modalBlur { -webkit-filter: blur(1px); filter: blur(1px); }
#modal-overlay { display: none; position: fixed; z-index: 9999; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; background: rgba(0, 0, 0, 0.6); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
#modal-wrapper { display: none; position: fixed; z-index: 10000; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; }

#modal-content { position: relative;  z-index: 10001; width: 100%; max-width: 400px; margin: 0 auto; background: #000; border: 3px solid #000; }
#modal-content .modal-section { position: relative; top: 0; right: 0; z-index: 1; width: 100% !important; height: 0 !important; padding-top: 177.85%; overflow: hidden; }
#closeBtn { position: fixed; top: 0; right: 0; width: 30px; height: 30px; background: #000; color: #fff; font-size: 30px; line-height: 30px; text-align: center; cursor: pointer; z-index: 10002; overflow: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0.3); }
#closeBtn:hover { background: #f00; }
#youtube { display: none; position: absolute; top: 0; right: 0; z-index: 100000; width: 100% !important; height: 100% !important; }
#youtubeBtn #youtube { width: 1px !important; height: 1px !important; position: fixed; top: -2px; left: 50%;}

html.bookModalLock { /*overflow: hidden;*/ }
.bookModalBlur { -webkit-filter: blur(1px); filter: blur(1px); }
#bookModal-overlay { display: none; position: fixed; z-index: 9999; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; background: rgba(0, 0, 0, 0.6); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
#bookModal-wrapper { display: none; position: fixed; z-index: 10000; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; font-size: 30px; }
#bookModal-content { position: relative; z-index: 10001; width: 93.75%; max-width: 600px; margin: 0 auto; padding: 0.75em; background: #fff; border-radius: 0.25em; box-sizing: border-box; -webkit-box-sizing: border-box; }
#bookModal-content #bookModal-section { display: table; }
#bookModal-content #bookModal-section .bookImg { display: table-cell; vertical-align: middle; width: 30%; }
#bookModal-content #bookModal-section .bookText { display: table-cell; vertical-align: top; padding: 0 0.5em 0 0.75em; }
#bookModal-content #bookModal-section img { width: 100%; max-width: 200px; border: 1px solid #ccc; }
#bookModal-content #bookModal-section .txt1 { padding: 1em 0.1em 0.3em; border-bottom: 0.09375em solid rgb(210, 34, 62); font-weight: bold; font-size: 0.625em; line-height: 1.2; }
#bookModal-content #bookModal-section .txt2 { padding: 1em 0.5em; font-size: 0.5em; line-height: 1.4; }
#bookModal-closeBtn { position: absolute; top: 0.1em; right: 0.1em; width: 0.875em; height: 0.875em; font-size: 1em; line-height: 1; text-align: center; cursor: pointer; z-index: 10002; overflow: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0.3); background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURUdwTAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAZ8vDB8AAAAIdFJOUwAzZu4R3cx3o/+S0wAAAG9JREFUGNNjYKA9YBEAU4wOUD6bIZgSToDymZpBChgtFGAaNEAKhJvgBoAUIEmDFSBJgxQIIksDFRg3oTiBvaMAhS/cYYjMZbRQahZAlm6CuAEurQB1JFyaAUkBxGkIBawQuzUCYPIQpzEJMNAfAACeqw4m3IZj2AAAAABJRU5ErkJggg==) no-repeat center center; background-size: 100% 100%; }

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
.inner-block:after,
.inner-block_cs:after,
.point-detail-block.point01 .box-wrap:after,
.entry-wrap:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}

/*------------------------------------------------------------------------------
  genre
------------------------------------------------------------------------------*/

[data-script="modal"] {
  cursor: pointer;
}

.swiper-category {
  padding: 0 50px;
}
.swiper-button-next,
.swiper-button-prev {
  background: no-repeat #000;
  background-size: 22px auto;
  outline: none;
  width: 60px;
  height: 60px;
  margin-top: -30px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #d3253e;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/arrow_right.svg);
  background-position: 55% center;
  right: 0;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../img/arrow_left.svg);
  background-position: 45% center;
  left: 0;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  max-height: 220px;
}
 .genre-block{
  margin: 90px 0;
  overflow: hidden;
}

.genre-block .inner-block {
  padding-top: 20px;
}

.genre-block .inner-block_cs{
  padding-top: 0;
}

.genre-block .common-ttl01 {
  margin-bottom: 85px;
}

.genre-box {
  margin: 30px 0 80px;
  padding: 90px 0 50px;
  position: relative;
  height: 360px;
}

@media screen and (min-width: 769px) {
  .genre-box::before {
    background: #f2f3f5;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    min-width: 1000px;
    height: 100%;
  }
}


.genre-box:last-of-type{
  margin: 30px 0 40px;
}

.genre-box.is-hide {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.genre-box.is-visible {
  opacity: 1;
  position: relative;
  pointer-events: auto;
  z-index: 1;
}

.genre-ttl {
  position: absolute;
  top: -30px;
  text-align: center;
}
.genre-ttl::after {
  background: #fff;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 390px;
}
.genre-ttl .wrap {
  background: #d3253e;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  padding: 0 40px;
  position: relative;
  min-width: 328px;
  height: 70px;
  line-height: 70px;
  z-index: 1;
}
.genre-ttl .inn {
  display: inline-block;
}

.genre-box:nth-of-type(odd) .genre-ttl {
  right: 0;
}
.genre-box:nth-of-type(odd) .genre-ttl::after {
  left: 25px;
}
.genre-box:nth-of-type(odd) .genre-ttl::after,
.genre-box:nth-of-type(odd) .genre-ttl .wrap,
.mook:nth-of-type(odd)::after{
  transform: skewX(25deg);
}
.genre-box:nth-of-type(odd) .genre-ttl .inn {
  transform: skewX(-25deg);
}
.genre-box:nth-of-type(even) .genre-ttl {
  left: 0;
}
.genre-box:nth-of-type(even) .genre-ttl::after {
  right: 25px;
}
.genre-box:nth-of-type(even) .genre-ttl::after,
.genre-box:nth-of-type(even) .genre-ttl .wrap,
.mook:nth-of-type(even)::after{
  transform: skewX(-25deg);
}
.genre-box:nth-of-type(even) .genre-ttl .inn {
  transform: skewX(25deg);
}

.genre-block .common-btn01 {
  margin: 10px auto 80px;
}
.mook-h3title {
  background: #d3253e;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding: 7px;
    line-height: 1.3;
}
.mook-h3title::before {
  border-top: 20px solid #d3253e;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -10px;
  left : 47%;
  content: "";
  position: absolute; 
}
.mook {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto 100px;
	justify-content: space-between;
}
.mook-inner {
	max-width: 485px;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.mook-inner:nth-child(even) {
	margin-top: 80px;
}
.mook-inner:nth-child(odd) {
	margin: 20px 0 80px auto;
}
.mook-inner::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -5px;
	z-index: -1;
	background: #f2f3f5;
	transform: scaleY(1.5) perspective(.5em) rotateX(1deg);
}
.mook-inner:nth-child(even)::before {
	right: 90px;
	left: 0;
	transform-origin: bottom left;
}
.mook-inner:nth-child(odd)::before {
	left: 100px;
	right: 0;
	transform-origin: bottom right;
}
.mook-title {
	color:#d3253e;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 3px solid;
	border-image: url(../img/bd_title.png) 10 / 0 0 3px;
	display: inline-table;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
	.mook-title {
		font-size: 2.2vw;
	}
}
.calligraphy {
	margin: 10px;
}
.calligraphy img {
/*
	height: 195px;
  */
}
.j_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.j_inner div {
	margin-right: 50px;
}
.j_inner h2.title_h2 {
	max-width: 450px;
	padding: 20px;
}
.j_inner h2.title_h2 span {
	padding: 20px;
}
.j_inner p.small{
  font-size: 0.8rem;
	text-align: left;
	margin-top: 5px;
}
.j_inner img {
	width: 50%;
	flex-shrink: 0;
}
.j_inner h2.title_h2 img {
	width: 100%;
}


/*------------------------------------------------------------------------------
  main visual
------------------------------------------------------------------------------*/

.pr-block{
  background:url('../img/bg_title.png') repeat 0 0;
  padding-bottom: 7px;
  margin-bottom: 50px;
}
.pr-block-in{
  background-color: #009141;
}
.pr-block ul{
  width: 72%;
  margin: 0 auto;
  padding: 30px 0;
}
.pr-block ul li{
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
}
.pr-block ul li strong{
  color: #f6c952;
}
.pr-block ul li span.circle{
  display: inline-block;
  width: 22px;
  font-size: 1.6rem;
  height: 22px;
  line-height: 22px;
  background-color: #f6c952;
  color: #009141;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin: -1px 2px 0 2px;
}


/*------------------------------------------------------------------------------
  cv area
------------------------------------------------------------------------------*/
.cv-block .ttl{
  text-align: center;
  font-weight: 700;
  color: #000;
  padding-bottom: 15px;
}
.cv-block .cv-block-in{
  width: 68%;
  margin: 0 auto;
}
.cv-block ul{
  margin-bottom: 30px;
  display: flex;
}
.cv-block ul li{
  width: 47.3%;
}
.cv-block ul li:first-child{
 margin-right: 4%;
}

.cv-block .link{
  padding: 20px 0;
}

/*
.cv-block.single-type .link{
  padding: 0 0 20px;
  margin-top: -10px;
}
*/
/*------------------------------------------------------------------------------
  banner area
------------------------------------------------------------------------------*/
.banner-block{
  margin: 90px 0;
}
.banner-block h2 img{
  margin: 0 auto 20px;
}
.banner-block ul{
  width: 100%;
display: flex;
	align-items: center;
justify-content: space-between;
}
.banner-block ul li{
  text-align: right;
	width: 49%;
}

.banner-block ul li img {
	margin-bottom: 5px;

}

/*------------------------------------------------------------------------------
  contents area
------------------------------------------------------------------------------*/
.title_h2{
  background:url('../img/bg_title.png') repeat 0 0;
  /*background-size: auto 50%;*/
  padding: 25px;
  max-width: inherit;
}
.title_h2 span{
  max-width: 980px;
  display: block;
  padding: 40px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
.title_h2 span img {
	margin: auto;
}
.title_h3{
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.title{
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
}

/*------------------------------------------------------------------------------
  howto area
------------------------------------------------------------------------------*/
.howto-block ol{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}
.howto-block ol li{
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: 95% center;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding:10px;
}

.howto-block ol li:first-child{
  background-image:url('../img/icon_step1.png');
  margin-right: 3%;
}

.howto-block ol li:nth-of-type(2){
  margin-right: 3%;
  background-image:url('../img/icon_step2.png');
}

.howto-block ol li:first-child span::before,
.howto-block ol li:nth-of-type(2) span::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -40px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid #ebebeb;
}


.howto-block ol li span{
  display: block;
  background: #c82850;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 20px 26px 0;
  line-height: 1.2;
  height: 100%;
}

.howto-block ol li span.txt-normal{
  display: initial;
  background: none;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  padding: 0;
  line-height: 1.2;
}

.howto-block ol li span strong{
  font-size: 4.5rem;
  line-height: 1.2;
  color: #fff;
  display: block;
}
.howto-block ol li p{
  vertical-align: middle;
  padding: 0 0 0 12px;
  line-height: 1.2;
}
.howto-block p.title{
  background: url(../img/bg_howto.png) no-repeat center center #c82850;
  height: 44px;
  line-height: 44px;
  color: #fff;
  padding: 2px 0 8px;
  position: relative;
  margin-bottom: 25px;
}
.howto-block p.title:after{
 content:"";
 position: absolute;
 bottom: -15px;
 left:50%;
 transform: translateX(-50%);
 width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #c82850;
  
 }

.howto-block p.title sup{
  font-size: 0.8rem;
  vertical-align: top;
}
.howto-block p.text{
  text-align: center;
  font-size: 2rem;
}

.howto-block p{
  line-height: 1.5;
}

 /*------------------------------------------------------------------------------
  merit area
------------------------------------------------------------------------------*/
.merit-block{
  margin: 90px 0 0;
}
.merit-block ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.merit-block ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width:calc((100% / 2) - 10px);
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: 6% center;
  margin-bottom: 20px;
  font-weight: 700;
  padding: 20px 0 20px 13%;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  vertical-align: middle;
  min-height: 120px;
}
.merit-block ul li:nth-child(odd){
  margin-right: 20px;
}
.merit-block ul li:nth-child(1){
  background-image:url('../img/icon_merit1.png');
}
.merit-block ul li:nth-child(2){
  background-image:url('../img/icon_merit2.png');
}
.merit-block ul li:nth-child(3){
  background-image:url('../img/icon_merit3.png');
}
.merit-block ul li:nth-child(4){
  background-image:url('../img/icon_merit4.png');
}
.merit-block ul li:nth-child(5){
  background-image:url('../img/icon_merit5.png');
}
.merit-block ul li:nth-child(6){
  background-image:url('../img/icon_merit6.png');
}


.merit-block ul li strong{
  color:#c82850;
}

.merit-block ul li:first-child strong{
  margin-left:2px;
}

.merit-block ul li sup{
  font-size: 1rem;
  color: #000;
}
.merit-block ul li small{
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
  margin-top: 6px;
}
.merit-block ul li span.small{
  font-size: 1rem;
}

 /*------------------------------------------------------------------------------
  point campaign area
------------------------------------------------------------------------------*/
.point-campaign-block{
  /* margin: 90px 0 40px; */
  margin-bottom: 90px;
  padding-top: 67px;
  margin-top: -67px;
}
.point-campaign-block-in{
  width: 100%;
  background: #fffde6;
  padding: 60px 0 0 0;
}
.point-campaign-block .img img{
  margin: 0 auto;
}
.point-campaign-block .title{
  color: #000;
}
.point-campaign-block .title span.small{
  font-size: 1rem;
  display: block;
  margin-top: -3px;
  padding-bottom: 14px;
}
.point-campaign-block .text{
  color: #000;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
#campaign2 h2.title_h2 {
	    background: url(../img/bg_title.png) repeat-x 0px 75px;
    background-size: auto 55px;
    text-align: center;
	align-items: baseline;
	padding-bottom: 0;
}
/*キャンペーンエントリーボタン*/
.entry-block{
  margin: 40px auto 0;
  width: 68%;
}
.entry-block label{
  display: block;
  margin: 10px 0;
  text-align: center;
}
.entry-block img{
	margin: auto;
}
.entry-block p,
.entry-block ul li {
  font-size: 0.9rem;
	text-align: left;
}
.entry-block ul li {
margin-top: 0;
}
.cv-off{
  display: none;
}
.cv-off img{
  opacity: 0.5;
}

.cv-on:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*アコーディオン*/
.acc-title{
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  padding: 16px 0;
}
.acc-title:hover{
  cursor: pointer;
}
.acc-title::before{
  content: "";
  position: absolute;
  right: 2%;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
	top: 0;
    bottom: 0;
    margin: auto;
}
.acc-title::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 27px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.acc-title.is-open::after{
  margin-top: -5px;
  right: 27px;
}

.campagin-detail{
  margin-top: 50px;
  background-color: #fff;
}
.campagin-detail-in{
  padding: 45px 60px;
	border:1px solid #1da1f2;
}
.campagin-detail h4{
  background-color: #1da1f2;
      line-height: 1.8;
}
.campagin-detail h4.acc-title::after{
  border-bottom: 4px solid #1da1f2;
  border-right: 4px solid #1da1f2;
      right: 36px;
}
.campagin-detail h4.acc-title.is-open::after{
  border-top: 4px solid #1da1f2;
  border-left: 4px solid #1da1f2;
  border-bottom: 0;
  border-right: 0;
}

.acc-body{
  display: none;
}
.acc-body p,
.acc-body ul.indent {
	margin-bottom: 1em;
	font-size: 14px;
	/*letter-spacing: -1px;*/
}
/*------------------------------------------------------------------------------
  retweet cp area
------------------------------------------------------------------------------*/
.twcp-title {
	color:#fff;
  font-size: 1.8rem;
	font-weight: 700;
display: flex;
    align-items: center;
    justify-content: center;
}
.twcp-title::before {
	content:"";
	background: url("../img/icon_tw.png") no-repeat;
	margin-right: 30px;
	width: 68px;
	height: 67px;
}
#campaign2 .campagin-detail{
  margin-top: 10px;
}
#campaign2 .campagin-detail-in {
	border-width: 3px;
	margin-bottom:80px;
}
#campaign2 .campagin-detail-in p.dashed,
#campaign2 .campagin-detail-in div.dashed {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dashed #bfbfbf;
}
.twitter-widget {
	max-width: 600px;
	/*height: 500px;*/
	margin: 30px auto 100px;
}
.tw-acc-title {
	border:1px solid #aaa;
	color:#000;
	text-align: center;
	font-weight: 700;
}
.tw-acc-title.acc-title::before {
	border:1px solid #aaa;
	right: 10px;
}
.tw-acc-title.acc-title::after {
    border-bottom: 4px solid #aaa;
    border-right: 4px solid #aaa;
}
.tw-acc-title.acc-title.is-open::after {
    border-top: 4px solid #aaa;
    border-left: 4px solid #aaa;
    border-bottom: 0;
    border-right: 0;
}
.twcp-detail-in {
	border:1px solid #aaa;
	padding: 45px 60px;
}
/*------------------------------------------------------------------------------
  join campaign
------------------------------------------------------------------------------*/

/*CP詳細タブ*/
.tab-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.tab-list li {
  background: #53b8b6;
  border-radius: 10px 10px 0 0;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  padding: 12px 10px 10px;
  text-align: center;
  vertical-align: middle;
  height: 84px;
}

.tab-list li.is-active {
  background: #fff;
  color: #53b8b6;
}

.tab-list li:not(.is-active):hover {
  background-color: #66e8e5;
}

.tab-content {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 60px;
  text-align: left;
}

.tab-content:not(:first-child) {
  display: none;
}

.tab-content .detail-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.tab-content .detail-ttl:not(:first-child) {
  border-top: 1px dashed #aaa;
  margin-top: 40px;
  padding-top: 40px;
}

.tab-content .txt,
.tab-content .txt-note,
.tab-content .indent {
  line-height: 1.8;
  margin-top: 5px;
}

.tab-content .txt a,
.tab-content .indent a {
  color: #00a0e7;
  text-decoration: underline;
}
/*------------------------------------------------------------------------------
  faq area
------------------------------------------------------------------------------*/
.faq-block{
  margin: 90px 0 30px;
  padding: 40px 0 10px;
  background-color: #ebebeb;
}

.faq-block .box{
  border: 1px solid #c82850;
  margin-bottom: 30px;
}

.faq-block .question,
.faq-block .answer {
  position: relative;
}

.faq-block .question{
  background-color: #c82850;
  color: #fff;
  line-height:1.4;
  min-height: 46px;
}
.faq-block .question span{
  position: relative;
  display: block;
  padding: 16px 120px 16px 90px;
	font-weight: 700;
}
.faq-block .question:hover{
  cursor: pointer;
}

.faq-block .answer{
  background-color: #fff;
  padding: 30px 10px 30px 90px;
}

.faq-block .answer::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 1px;
}

.faq-block .question::after,
.faq-block .answer::after {
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.faq-block .question::after {
  content: "Q";
  background: #fff;
  color: #6f6f6f;
}
.faq-block .answer::after {
  content: "A";
   background: #c82850;
  color: #fff;
}
.faq-block .question span::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 20px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.faq-block .question span::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 3.4%;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 4px solid #c82850;
  border-right: 4px solid #c82850;
}
.faq-block .question.is-open span::after{
  margin-top: -4px;
  border-top: 4px solid #c82850;
  border-left: 4px solid #c82850;
  border-bottom: 0;
  border-right: 0;
}

 /*------------------------------------------------------------------------------
  info area
------------------------------------------------------------------------------*/
.info-block .inner-block{
  margin: 0 auto 80px;
}

/*------------------------------------------------------------------------------
  float-area
------------------------------------------------------------------------------*/
#cp-footer .copyright {
  height: 170px;
}

#float-area {
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 0;
  position: fixed;
    left: 0;
    bottom: 0;
  width: 100%;
  z-index: 50;
  transition: 0.5s;
  transform: translateY(100%);
}

#float-area.active {
  transform: translateY(0%);
}

#float-area .float-area-inner {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 600px;
}

#float-area .cv-block ul{
  margin-bottom: 0;
}
#float-area .cv-block .ttl{
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {

#cp-footer .copyright {
  height: 150px;
}

#float-area {
  background: rgb(255, 255, 255, 0.9);
  padding: 10px 0;
  position: fixed;
    left: 0;
    bottom: 0;
  width: 100%;
  z-index: 50;
}

#float-area .float-area-inner {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 96%;
  max-width: 330px;
}

}

/*20190927追加　カウントダウン時計周り*/

.pr-cd .pr-block-in .inner-block{
height: 100px;
}
.pr-cd .pr-block-in .inner-block img {
position: absolute;
    top: 0px;
    bottom: 20px;
	left:0;
	right:0;
    margin: auto;
}
.pr-cd-clock {
padding: 10px;
    margin: 0 auto 30px;
    border-bottom: 5px solid #008939;
}
.hideCd {
display: none !important;
}
.bnr_end {
margin: 95px auto 0;
display: block;
}


/*------------------------------------------------------------------------------
  max-width: 768px
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

  /* 緑左右の空き */
  .pr-block .pr-block-in {
      padding: 0 3%;
  }

  .pr-cd .pr-block-in .inner-block {
      height: 13vw;
  }
  
  .pr-cd .pr-block-in .inner-block img {
  width: 95%;
  top: 20%;
  left:5%;
  }
  .pr-cd-clock {
      padding: 0 0 3%;
  }
  .pr-cd .pr-cd-clock .inner-block {
    padding: 2vw 3vw 0 5vw;
  }
  .bnr_end {
  margin: 40px auto 0;
  width: 90%;
  }
}

/*------------------------------------------------------------------------------
  (max-width: 768px) 元SP
------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 15px;
    width: 100%;
  }

  .inner-block_cs {
    padding: 0 15px;
    width: 100%;
  }

  .cp__body {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  .cp__body input[type="submit"] {
    -webkit-text-size-adjust: 100%;
  }

  .cp__body input, .cp__body select, .cp__body textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  .pc-ib {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
  .sp-ib {
    display: inline-block !important;
  }
  .sp-ls-minus1 {
    letter-spacing: -1px;
  }
  /*------------------------------------------------------------------------------
    common-parts
  ------------------------------------------------------------------------------*/

  .common-ttl01 {
    margin-bottom: 35px;
  }

  .common-ttl01 img {
    max-height: 80px;
  }

  .common-ttl01_cs {
    margin: 0 auto 7% auto;
    width: 100%;
  }

  .common-ttl02 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .common-ttl01_cs2 {
    margin: 0 auto 10% auto;
    width: 80%;
  }

  .common-btn01 > * {
    border-radius: 26px;
    font-size: 16px;
    width: 240px;
    height: 52px;
    line-height: 52px;
  }

  .common-btn01.aco > * {
    background-position: right 18px center;
    background-size: 16px auto;
    border-width: 1px;
    padding-right: 0;
    line-height: 50px;
  }


  /*------------------------------------------------------------------------------
    footer
  ------------------------------------------------------------------------------*/

  #cp-footer .inner-block {
    padding: 5% 2%;
  }

  #cp-footer .sitelink .img {
    padding-bottom: 6px;
  }

  #cp-footer .sitelink .img img {
    max-height: 21px;
  }

  #cp-footer .link-list {
    margin-top: 55px;
  }

  #cp-footer .link-list li + li {
    margin-left: 15px;
  }

  #cp-footer .link-list li a {
    background-size: 8px auto;
    padding-right: 15px;
  }

  #cp-footer .link-list li a.blank {
    background-size: 11px auto;
    padding-right: 15px;
  }

  #cp-footer .copyright {
    line-height: 40px;
  }

  #pagetop {
    right: 10px;
    bottom: 115px;
    width: 45px;
  }

  /*------------------------------------------------------------------------------
    main visual
  ------------------------------------------------------------------------------*/

  .pr-block{
    margin-bottom: 7%;
  }
  .pr-block ul{
    width: 100%;
    padding: 15px 0;
  }
  .pr-block ul li{
    font-size: 4vw;
  }
  .pr-block ul li span.circle{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size:2vw;
  }

  /*------------------------------------------------------------------------------
    cv area
  ------------------------------------------------------------------------------*/
  .cv-block ul li{
    width: 47%;
  }
  .cv-block .ttl.ttl_s{
    font-size: 4.3vw;
  }
  .cv-block .ttl{
    font-size: 4.5vw;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .cv-block .cv-block-in{
    width: 100%;
  }

  /*------------------------------------------------------------------------------
    banner area
  ------------------------------------------------------------------------------*/
  .banner-block{
    margin: 20% 0;
  }
  .banner-block ul{
    display: block;
  }
  .banner-block ul li{
    width: 100%;
    margin-bottom: 15px;
  }
  .banner-block ul li img {
    margin: 1vw auto;
  }
  /*------------------------------------------------------------------------------
    contents area
  ------------------------------------------------------------------------------*/
  .title_h2{
  display: flex;
      padding: 3vw 0;
  }
  .title_h2 span{
    padding: 3vw;
    margin: auto;
    background: #FFF;
    width: 94%;
  }
  .title_h2 span img {
      margin: auto;
      height: 17.274vw;
  }
  .title_h3_s{
    font-size: 5.6vw;
  }
  .title_h3_m{
    font-size: 5.8vw;
  }
  .title_h3_l{
    font-size: 6vw;
  }
  .title_h3_ll{
    font-size: 6.5vw;
  }
  .title{
    font-size: 5vw;
  }

  .term_s{
    font-size: 3.8vw;
  }
  .term{
    font-size: 4.5vw;
  }



  /*------------------------------------------------------------------------------
    genre
  ------------------------------------------------------------------------------*/
  .genre-block{
    margin: 40px 0 20%;
  }
  .swiper-category {
    margin: 0 -50px;
    padding: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-size: 10px auto;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .swiper-slide img {
    max-height: 157px;
  }

  .genre-block .inner-block {
    padding: 0;
  }

  .genre-block .inner-block_cs {
    padding: 00px 0 0;
  }

  .genre-block .common-ttl01 {
    margin-bottom: 45px;
  }

  .genre-ttl {
    top: -20px;
  }
  .genre-ttl::after {
    height: 400px;
  }
  .genre-ttl .wrap {
    font-size: 16px;
    padding: 0 30px;
    min-width: 162px;
    height: 40px;
    line-height: 40px;
  }

  .genre-box:nth-of-type(odd) .genre-ttl {
    right: -10px;
    text-align: left;
  }
  .genre-box:nth-of-type(odd) .genre-ttl::after {
    left: 60px;
  }
  .genre-box:nth-of-type(even) .genre-ttl {
    left: -10px;
    text-align: right;
  }
  .genre-box:nth-of-type(even) .genre-ttl::after {
    right: 60px;
  }

  .genre-box {
    background: #f2f3f5;
    margin: 25px 0 45px;
    padding: 38px 0 26px;
    height: auto;
  }
  .genre-box:last-of-type{
    margin: 25px 0 35px;
  }

  .genre-block .common-btn01 {
    margin: -20px auto 40px;
  }

  /*mook*/
  .mook {
    margin: 0 auto 15vw;
  }
  .mook-h3title {
      font-size: 4vw;
      padding: 1vw;
  }
  .mook-h3title::before {
      border-top: 2vw solid #d3253e;
      border-left: 2vw solid transparent;
      border-right: 2vw solid transparent;
      bottom: -2vw;
  }
  .mook-inner {
    width: 100%;
    max-width: inherit;
  }
  .mook-inner:nth-child(odd) {
      margin: 8vw 0 3vw auto;
  }
  .mook-inner:nth-child(even) {
      margin-top: 5vw;
  }
  .mook-inner::before {
      transform: scaleY(1.35) perspective(0.5em) rotateX(.4deg);
  }
  @media screen and (max-width: 480px){
  .mook-inner::before {
      transform: scaleY(1.25) perspective(0.5em) rotateX(.4deg);
  }
  }
  .mook-inner:nth-child(odd)::before {
      left: 32vw;
  }
  .mook-inner:nth-child(even)::before {
      right: 31vw;
  }

  .mook-title {
    font-size: 4.4vw;
    margin: auto;
    white-space: initial;
  }
  .mook-inner:last-child .mook-title {
    letter-spacing: -.1em;
  }
  .calligraphy {
      margin: 1%;
  }
  .calligraphy img {
      height: 37vw;
    margin: auto 1vw;
  }

  /*janneys*/
  .j_inner {
    display: block;
    margin-bottom: 10vw;
  }
  .j_inner div {
    margin: auto;
  }
  .j_inner h2.title_h2 {
      padding: 3vw;
      margin: auto;
  }

  .j_inner h2.title_h2 span {
      padding: 2vw;
  }
  .j_inner h2.title_h2 img {
    padding: 0;
    height: auto;
  }
  .j_inner p.small {
      font-size: 2vw;
      text-align: center;
      margin: 1vw auto 2vw;
  }
  .j_inner img {
  padding: 0 3vw;
    width: 100%;
  }
  /*------------------------------------------------------------------------------
    merit area
  ------------------------------------------------------------------------------*/
  .merit-block{
    margin: 40px 0 0;
  }
  .merit-block ul{
    margin-top: 5%;
    padding-bottom: 20px;
  }
  .merit-block ul li{
    display: block;
    padding: 60px 10px 10px;
    font-size: 4vw;
    text-align: center;
    margin-bottom: 15px;
    background-position: center 20px;
    min-height: 150px;
  }
  .merit-block ul li sup{
    font-size: 2vw;
  }
  .merit-block ul li small{
    font-size: 2vw;
    margin-top: 6px;
  }
  .merit-block ul li span.small{
    font-size: 2vw;
  }
  .merit-block ul li:nth-child(1){
    background-size: 30px;
  }
  .merit-block ul li:nth-child(2){
    background-size: 34px;
  }
  .merit-block ul li:nth-child(3){
    padding-top: 70px;
    background-size: 39px;
  }
  .merit-block ul li:nth-child(4){
    padding-top: 70px;
    background-size: 29px;
  }
  .merit-block ul li:nth-child(5){
    padding-top: 80px;
    background-size: 25px;
    letter-spacing: 0;
  }
  .merit-block ul li:nth-child(6){
    padding-top: 80px;
    background-size: 29px;
  }

  .merit-block ul li:nth-child(3) strong{
    margin-top: 0;
  }
  .merit-block ul li:nth-child(4) strong{
    margin-bottom: 0;
  }

  /*------------------------------------------------------------------------------
    point campaign area
  ------------------------------------------------------------------------------*/
  .point-campaign-block{
    /* margin: 20% 0 5%; */
    padding-top: 57px;
    margin-top: -57px;
    margin-bottom: 20%;
  }
  .point-campaign-block-in{
    padding: 25px 0 0;
  }
  .point-campaign-block .title strong{
    font-size: 6vw;
  }
  .point-campaign-block .title.small strong{
    font-size: 4.5vw;
  }
  .point-campaign-block .title span.small{
    font-size: 3.2vw;
    margin-top: 0;
    padding-bottom: 8px;
  }
  .point-campaign-block .text{
    font-size: 4vw;
    text-align: left;
    margin-top: 8px;
  }

  .entry-block{
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .entry-block ul li {
    font-size: 13px;
  }
.point-campaign-block .inner-block-inner{
  padding:0  3%;
}

  /*アコーディオン*/
  .acc-title{
    font-size: 5vw;
  }
  .acc-title::before{
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .acc-title::after{
    margin-top: -8px;
    right: 19px;
    width: 12px;
    height: 12px;
  }
  .acc-title.is-open::after{
    right: 19px;
  }
  .campagin-detail h4.acc-title::after {
    right: 19px;
}

  .campagin-detail{
    margin-top: 25px;
  }
  .campagin-detail-in {
    padding: 5%;
  }
  /*------------------------------------------------------------------------------
    twitter campaign area
  ------------------------------------------------------------------------------*/
  #campaign2 h2.title_h2 {
    background-position: 0px 9vw;
    background-size: auto 6vw;
  }
  .twcp-title {
    font-size: 4.5vw;
    padding: 1.2vw 0 1vw;
  }
  .twcp-title::before {
    margin-right: 0;
    width: 8vw;
      height: 8vw;
      background-size: contain;
  }
  .twcp-detail-in {
    padding: 5%;
  }
  /*------------------------------------------------------------------------------
    join campaign area
  ------------------------------------------------------------------------------*/

  .tab-list li {
    border-radius: 5px 5px 0 0;
      font-size: 4vw;
      padding: 2vw 3vw 0vw;
      height: 16vw;
  }

  .tab-list li .small {
    display: inline-block;
    font-size: 85%;
    line-height: 1;
  }
  .tab-content {
    border-radius: 0 0 5px 5px;
    padding: 10% 7%;
    text-align: left;
  }

  .tab-content .detail-ttl {
    font-size: 4.3vw;
    margin-bottom: 4%;
  }

  .tab-content .detail-ttl:not(:first-child) {
    margin-top: 6.7vw;
    padding-top: 6.7vw;
  }

  .tab-content .txt,
  .tab-content .txt-note,
  .tab-content .indent {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
  }


  /*------------------------------------------------------------------------------
    faq area
  ------------------------------------------------------------------------------*/
  .faq-block{
    margin: 40px 0 10px;
    padding: 30px 0 10px;
  }

  .faq-block .box{
    margin-bottom: 15px;
  }

  .faq-block .question{
    font-size: 4vw;
  }
  .faq-block .question span{
    padding: 12px 40px 12px 54px;
  }
  .faq-block .answer{
    padding: 12px 10px 12px 60px;
  }
  .faq-block .question::after,
  .faq-block .answer::after {
    font-size: 16px;
    top: 50%;
    left: 15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .faq-block .question span::before{
    margin-top: -15px;
    width: 30px;
    height: 30px;
    right: 10px;
  }
  .faq-block .question span::after{
    right: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #c82850;
    border-right: 3px solid #c82850;
  }
  .faq-block .question.is-open span::after{
    border-top: 3px solid #c82850;
    border-left: 3px solid #c82850;
  }

  .faq-block .answer span {
    text-indent: -2em;
      display: block;
      padding: 0 0 0 2em;
  }
  /*------------------------------------------------------------------------------
    info area
  ------------------------------------------------------------------------------*/
  .info-block .inner-block{
    width: 100%;
    margin: 0 auto 40px;
  }
  .info-block p{
    padding-left: 1em;
    text-indent: -1em;
  }


}

 /*------------------------------------------------------------------------------
  info area
------------------------------------------------------------------------------*/
/*iPad*/
@media screen and (min-width: 768px) and (max-width: 949px){

  .title_h2 img,
  .img img,
  .cv-on img{
    margin: 0 auto;
  }
  .cv-block ul li{
    text-align: center;
  }
  .acc-title::after{
    right: 4.2%
  }
  .faq-block .question span::after{
    right: 33px;
  }
}

/*------------------------------------------------------------------------------
  landscape
----------------------------------------------------------------------------
@media screen and (orientation: landscape){
  .pr-block ul li span.circle{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}--*/

/*------------------------------------------------------------------------------
  join-cp
----------------------------------------------------------------------------*/
.join-cp{
  text-align: center;
  max-width:740px;
  margin: 0 auto 50px;
}
.join-cp h2{
  font-weight:bold;
  color:#FFF;
  background: #c82850;
  padding: 12px;
  margin-bottom: 3%;
  max-width: inherit;
  font-size: 1.8rem;
}

.join-cp li{
  margin-bottom: 3%;
}

.join-cp li a img{
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    max-width: 100%;
    margin: auto;
}

.join-cp li a:hover img{
  opacity:.7;
}


/*------------------------------------------------------------------------------
  追加
----------------------------------------------------------------------------*/
.point-campaign-block .img img{
  width:100%;
}

/*　タブレット以下左右空き調整　*/
@media screen and (max-width: 768px){
  .cp__body-inner{
     padding: 0 3%;
  }
}

/*　カルーセル調整　*/
.bw_linkContents h2 {
  display: inline-block;
  font-weight: bold;
}

/*　カルーセル棚下調整　*/
.bw_linkContents{
  color:#333;
  margin-bottom: 40px;
  }

/*　タブレット以下左右空き調整　*/
@media screen and (max-width: 768px){
  .bw_linkContents{
  margin-bottom: 7%!important;
  }
}

/*　タブレット以下左右空き調整　*/
.banner-block h2{
  width: 100%;
  max-width: inherit;
}

/*------------------------------------------------------------------------------
  簡単　3ステップのみ　ブレークポイント変更
----------------------------------------------------------------------------*/


@media screen and (max-width: 950px) {

    /*------------------------------------------------------------------------------
    howto area
  ------------------------------------------------------------------------------*/
  .howto-block ol{
    display: flex;
    margin: 7% 0;
    flex-wrap: wrap;
  }
  .howto-block ol li{
    width: 100%;
    margin-bottom: 20px;
    background-size: 6.5vw;
    background-position: 97% center;
  }
  .howto-block ol li span{
    font-size: 2vw;
    padding: 2vw 5vw 1vw;
  }
  .howto-block ol li span strong{
    font-size: 6vw;
  }
  .howto-block ol li p{
    font-size: 4.5vw;
    padding: 0 0 0 13px;
  }
  .howto-block ol li{
    margin-right: 0;
  }
  .howto-block ol li:first-child,
    .howto-block ol li:nth-of-type(2){
    margin-right:0;
    }

  .howto-block ol li span{
  	position:relative;
  }
  .howto-block ol li:first-child span::before,
  .howto-block ol li:nth-of-type(2) span::before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #c82850 transparent transparent transparent;
    bottom: -20px;
    right: auto;
    left: calc(50% - 20px);
    top: auto;
    margin-top: auto;
  }
  .howto-block p.title{
    background: url(../img/bg_howto.png) no-repeat center center #c82850;
    background-size: contain;
    /* width: 85%; */
    margin: auto;
    padding: 5px;
    height: auto;
    margin-bottom: 20px;
  }
  .howto-block p.title sup{
    font-size: 3vw;
  }
  .howto-block p.text{
    font-size: 6vw;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .howto-block p.small{
    margin-top: -16px;
    padding-bottom: 16px;
  }
}

/* テキストサイズは先に調整 */
@media screen and (min-width: 769px) and (max-width: 949px) {
  .howto-block ol li p {
    font-size: 3vw;
  }

  .howto-block p.text {
      font-size: 3vw;

  }
}