@charset "UTF-8";
@media only screen and (max-width: 48em) {
  .topics_block .wrapper {
    margin: auto;
    /*margin-bottom: 20px;*/
    padding: 0; 
    width: 100%;
  }
}


.wrapper02 {
    position: relative;
    margin: auto;
    padding-bottom: 1%;
    max-width: 768px;
    width: 100%;
    height: 100%;
}



@media only screen and (max-width: 48em) {
  .wrapper02 {
    margin: auto;
    padding: 0; 
    width: 92%;
  }
}
.wrapper03 {
    position: relative;
    margin: auto;
    margin-bottom: -1px;
    padding-bottom: 1%;
    max-width: 1024px;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 48em) {
  .wrapper03 {
    margin: auto;
    padding: 0; 
    width: 100%;
  }
}

p{
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h3{
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	
}
h4{
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	
}
h5{
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	
}

/* =========== topics_header =========== */
.topics_header {
  position: relative;
}

.topics_bg-img {
  position: relative;
	background: center no-repeat;
	background-size: cover;
}
.topics_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
@media only screen and (max-width: 48em) {
  .topics_bg-img {
    padding-top: 72%; 
    width: 100%;
  }
  .topics_bg-img img {
    display: none;
  }
}

.content_box{
	text-align: center;
}
.content_box_02{
	text-align: center;
	padding: 3%;
    margin: 3% auto ;
	width: 70%;
    border: 7px #cab9db double;
}
@media only screen and (max-width: 48em) {
	.content_box{
		margin: 5px auto;
	}
	.content_box_02{
	text-align: center;
	padding: 5% 3%;
	margin: 10% auto 8%;
	width: 100%;
}
}
.content_box_03{
	border-top: 4px double #cab9db;
	border-bottom: 4px double #cab9db;
	width: 75%;
	padding: 30px;
	margin: 0 auto 50px;
}
@media only screen and (max-width: 48em) {
	.content_box_03{
	width: 100%;
	padding: 20px;
	margin: 0 auto 40px;
}
}
.content_box_04{
	border: 3px solid #b9da96;
	background-color: #fff;
	width: 75%;
	padding: 50px;
	margin: 30px auto;
}
@media only screen and (max-width: 48em) {
	.content_box_04{
		width: 100%;
		padding: 30px 20px;
	}
}
.content_box_05{
	text-align: center;
    border: 4px double #cab9db;
	padding: 30px 0;
}
@media only screen and (max-width: 48em) {
	.content_box_05{
	padding: 30px 20px;
	}
}

.bg-color{
	background-color: #FAF7FF;
}
.bg-color02{
	background-color: #f5f5f5;
}
.bg-color03{
	background-color: rgba(185, 218, 150, 0.2);
}

/* =========== h2 topics_title =========== */
.topics_title {
  position: absolute;
  top: 20%;	
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 180px; 
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 32px;
  font-size: 3.2rem;
}
.topics_title span{
  font-size: 20px;
  font-size: 2.0rem;
}
@media only screen and (max-width: 48em) {
  .topics_title {
	top: 40%;
    height: 150px; 
    font-size: 20px;
    font-size: 2.0rem;
  }
	.topics_title span{
	  font-size: 14px;
	  font-size: 1.4rem;
	}
}
/* =========== h3 topics_title =========== */
h3.h3_content-title_01{
	font-weight:bold;
	font-size: 20px;
	margin-bottom: 5px;
	color: #cab9db;
	letter-spacing: 2px;
}
h3.h3_content-title_01 span{
	font-size: 28px;
	letter-spacing: normal;
}

/*h3.title_A{
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	color: #7BB33F;
	border-bottom: 1px solid #7BB33F;
	width: 300px;
	margin: 0 auto 20px auto;
}*/

/*フェア特典*/
h3.title_A {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 30px;
  color: #7BB33F;
  margin-bottom: 30px;
}

h3.title_A:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #7BB33F;
}

h3.title_A span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}


/*　今だけ　*/

.circle{
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #b9a56c;
  color: #fff;
  text-align:center;
  line-height: 110px;
  position: absolute;
  left: 100px;
  top: 80px;
  box-shadow: 2px 2px 4px gray;
  transform:rotate(-12deg);
  font-size: 24px;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.circle span{
	font-size: 33px;
}


@media only screen and (max-width: 48em) {
.circle{
  width: 80px;
  height: 80px;
  line-height: 80px;
  left: -5px;
  top: -20px;
  z-index:1;
  font-size: 18px;
}	
.circle span{
	font-size: 23px;
}
}

/*今だけ*/



@media only screen and (max-width: 48em) {

h3.title_A {
  font-size: 20px;
  margin-bottom: 20px;
}

}
/*フェア特典*/



@media only screen and (max-width: 48em) {
h3.h3_content-title_01{
	font-size: 16px;
}
h3.h3_content-title_01 span{
	font-size: 20px;
}
}

h3.h3_content-title_02{
	font-size: 32px;
	margin-bottom: 20px;
}


h3.h3_content-title_03{
	font-size: 24px;
}

h3.h3_content-title_03 span{
	font-size: 28px;
}


@media only screen and (max-width: 48em) {
	h3.h3_content-title_02{
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1.5;
	}
}
/* =========== h4 topics_title =========== */

h4.h4_content-title_01_sav{
	font-size: 20px;
	font-weight: bold;
	color: #cab9db;
	border-bottom: 1px solid #cab9db;
	width: 400px;
	margin: 0 auto 25px;
}
h4.h4_content-title_01_sav span{
	font-size: 20px;
}
h4.h4_content-title_01{
	font-size: 23px;
	margin-bottom: 20px;
}
h4.h4_content-title_01 span{
	font-size: 28px;
}

h4.h4_content-title_02_sav{
	font-size: 18px;
	color: #7BB33F;
	letter-spacing: 2px;
}
h4.h4_content-title_02{
	font-size: 28px;
	margin: 0 0 30px 0;
	color: #7BB33F;
}
@media only screen and (max-width: 48em) {
	h4.h4_content-title_01_sav{
		font-size: 16px;
		width: 300px;
		margin: 0 auto 20px;
	}
	h4.h4_content-title_01_sav span{
		font-size: 18px;
	}
	h4.h4_content-title_01{
		font-size: 20px;
		margin-bottom: 20px;
	}
	h4.h4_content-title_02_sav{
	font-size: 16px;
	}
	h4.h4_content-title_02{
		font-size: 25px;
		margin: 0 0 20px 0;
	}
}

/* =========== h3 topics_title =========== */

h5.h5_content-title_01{
	font-size: 18px;
	border-top: 2px solid #cab9db;
	border-bottom: 2px solid #cab9db;
	margin: auto;
	padding: 10px;
	background-color: #FAF7FF;
	margin-bottom: 2px;
}
h5.h5_content-title_02{
	font-size: 22px;
	font-weight: bold;
	color: #cab9db;
	margin-bottom: 15px;
}
h5.h5_content-title_03{
	font-size: 18px;
}
h5.h5_content-title_04{
	font-size: 20px;
	color: #ffffff;
	width: 75%;
	margin: auto;
	padding: 20px;
	background-color: #cab9db;
}
h5.h5_content-title_05{
	font-size: 18px;
	margin: 20px 0 10px 0;
}

h5.h5_content-title_04 span{
    font-size: 40px;
	font-family: "Oranienbaum";
}

h5.h5_title_01 {
	font-size: 23px;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding: 20px;
	border: 2px solid #cab9db;
	background-color: #fff;
  }

h5.h5_title_01:before {
	position: absolute;
	top: -150%;
	left: -100px;
	width: 190px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #cab9db;
  }
  
h5.h5_title_01 span {
	font-size: 45px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	padding-top: 3px;
	padding-left: 25px;
	color: #fff;
  }

@media only screen and (max-width: 48em) {
	h5.h5_content-title_01{
	font-size: 16px;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 2px;
	}
	h5.h5_content-title_02{
	font-size: 20px;
	margin-bottom: 10px;
}
	h5.h5_content-title_03{
	font-size: 16px;
}
h5.h5_content-title_04{
	font-size: 18px;
	width: 95%;
	margin: auto;
	padding: 10px;
}

h5.h5_content-title_04 span{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1;
	font-family: "Oranienbaum";
}

h5.h5_content-title_05 span{
	margin: 15px 0 10px 0;
	font-size: 23px;
	font-family: "Parisienne" !important;
	color: #af840d;
	font-weight: 100;
}

h5.h5_title_01 {
	font-size: 16px;
	margin: auto;
	padding: 5px 10px;
  }
  
h5.h5_title_01:before {
	position: absolute;
	top: -150%;
	left: -100px;
	width: 160px;
	height: 300%;
  }
  
h5.h5_title_01 span {
	font-size: 35px;
	padding-left: 15px;
}
}

/* =========== p text area =========== */

p.text_01{
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
p.text_02{
	text-align: left;
	font-size: 13px;
	margin-top: 10px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

p.text_03{
	text-align: right;
	font-size: 13px;
	margin-top: 15px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

p.text_04{
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	line-height: 2;
}

p.text_04 span{
	font-size: 23px;
}

p.text_05{
	font-size: 17px;
	font-weight: bold;
}
p.text_05 strong{
	font-size: 32px;
	padding-left: 5px;
	padding-right: 2px;
}
p.text_06{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 2.2;
}

p.text_06 span{
	font-size: 18px;
    color: #cab9db;
}


@media only screen and (max-width: 48em) {
	p.text_01{
	text-align: left;
	font-size: 12px;
	margin-top: 15px;
	}
	p.text_02{
	font-size: 12px;
}
    p.text_03{
    font-size: 10px;
}
	p.text_04{
	font-size: 12px;
	line-height: 1.5;
}
	p.text_04 span{
	font-size: 16px;
}
	p.text_05{
	font-size: 13px;
	}
	p.text_05 strong{
	font-size: 28px;
	padding-left: 0;
	padding-right: 2px;
	}
	p.text_06{
	font-size: 12px;
	}

	p.text_06 span{
	font-size: 12px;
    color: #cab9db;
}
}

p.text_07{
	font-size: 18px;
	font-weight: bold;
	color: #cab9db;
}
p.text_08{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 6px;
}
p.text_09{
	font-size: 13px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 48em) {
p.text_07{
	font-size: 15px;
	font-weight: bold;
	color: #cab9db;
}
p.text_08{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}
p.text_09{
	font-size: 12px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
}

/*=============== フェア特典 ===============*/
.fair_area{
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 35px 20px 20px 20px;
  text-align: center;
  position: relative;
}

.fair_area p.textA{
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.fair_area p.textA span{
  font-size: 20px;
}

.fair_area p.textB{
  font-size: 20px;
}

.fair_area p.textA span.style1 {
	font-size: 45px;
	background: linear-gradient(transparent 60%, #b9da96 60%);
}
.fair_area p.textA span.style2{
	font-size: 30px;
}


.content_box_05 p.textA{
  font-size: 24px;
  margin-bottom: 20px;
}

.content_box_05 p.textA span{
  font-size: 20px;
}

.content_box_05 p.textB{
  font-size: 20px;
}

.content_box_05 p.textA span.style1 {
	font-size: 31px;
	font-style: italic;
	padding-right: 15px;
	border-bottom: double 5px #444;
}
.content_box_05 p.textA span.style2{
	font-size: 20px;
}


@media only screen and (max-width: 48em) {
.fair_area{
	width: 95%;
	padding: 20px 20px 5px 20px;
}
.fair_area p.textA{
  font-size: 18px;
  font-weight: bold;
}	
.fair_area p.textA span{
  font-size: 15px;
}	
.fair_area p.textB{
  font-size: 15px;
}
.fair_area p.textA span.style1 {
	font-size: 30px !important;
	line-height: 2;
}
.fair_area p.textA span.style2{
	font-size: 20px !important;
}

.content_box_05 p.textA{
  font-size: 18px;
}	
.content_box_05 p.textA span{
  font-size: 15px;
}	
.content_box_05 p.textB{
  font-size: 15px;
}
.content_box_05 p.textA span.style1 {
	font-size: 23px !important;
	line-height: 2;
}
.content_box_05 p.textA span.style2{
	font-size: 16px !important;
}

}


/*=============== 下部フェア特典 ===============*/
.fair_area2{
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 0 10px 0;
  text-align: center;
  margin: 20px　auto;
}

.fair_area2 p.textA{
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.fair_area2 p.textA span{
  font-size: 20px;
}

.fair_area2 p.textB{
  font-size: 20px;
}

.fair_area2 p.textA span.style1 {
	font-size: 31px;
	font-style: italic;
	padding-right: 15px;
	border-bottom: double 5px #444;
}
.fair_area2 p.textA span.style2{
	font-size: 20px;
}


.content_box_05 p.textA{
  font-size: 24px;
  margin-bottom: 20px;
}

.content_box_05 p.textA span{
  font-size: 20px;
}

.content_box_05 p.textB{
  font-size: 20px;
}

.content_box_05 p.textA span.style1 {
	font-size: 31px;
	font-style: italic;
	padding-right: 15px;
	border-bottom: double 5px #444;
}
.content_box_05 p.textA span.style2{
	font-size: 20px;
}


@media only screen and (max-width: 48em) {
.fair_area2{
	width: 90%;
}
.fair_area2 p.textA{
  font-weight: bold;
  font-size: 18px;
}	
.fair_area2 p.textA span{
  font-size: 15px;
}	
.fair_area2 p.textB{
  font-size: 15px;
}
.fair_area2 p.textA span.style1 {
	font-size: 23px !important;
	line-height: 2;
}
.fair_area2 p.textA span.style2{
	font-size: 16px !important;
}

.content_box_05 p.textA{
  font-size: 18px;
}	
.content_box_05 p.textA span{
  font-size: 15px;
}	
.content_box_05 p.textB{
  font-size: 15px;
}
.content_box_05 p.textA span.style1 {
	font-size: 23px !important;
	line-height: 2;
}
.content_box_05 p.textA span.style2{
	font-size: 16px !important;
}

}


/*=============== トピックス ===============*/
.fair_area3{
  padding: 20px 20px 50px 20px;
  text-align: center;
  position: relative;
}
.fair_area3 p.textA span{
  font-weight: bold;
  font-size: 20px;
}

.fair_area3 p.textB{
  font-size: 20px;
}

.fair_area3 p.textA span.style1 {
	font-size: 40px;
	background: linear-gradient(transparent 60%, #b9da96 60%);
}
.fair_area3 p.textA span.style2{
	font-size: 25px;
}




/*=============== こんなふたりにおすすめ ===============*/
.osusume_box{
	padding: 5% 0;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.osusume_box_inner{
	width: 100%;
	background-color: #FFFFFF;
}
.osusume_box p{
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
    line-height: 1.8;
	font-weight: bold;
	padding-top: 5px;
	border-top: 1px #444 solid;
	border-bottom: 1px #444 solid;
	background-color: #cab9db;
}
.osusume_box ul {
  line-height: 1.8;
  list-style-type: none;
  text-align: center;
  max-width: 500px;
  margin: auto;
}
.osusume_box li+li {
  margin-top: 5px;
}
.osusume_box li {
  position: relative;
  padding-left: 25px;
  display: inline-block !important;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.osusume_box li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 18px;
  top: 5px;
  left: 8px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #cab9db;
  border-bottom: 2px solid #cab9db;
}
.osusume_box li:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #cab9db;
  border-radius: 2px;
}
@media only screen and (max-width: 48em) {
	.osusume_box p{
		font-size: 24px;
		font-size: 2.4rem;
	}
	.osusume_box li {
		font-size: 14px;
		font-size: 1.4rem;
	  }
	.osusume_box li:before {
	top: 0px;
	left: 8px;
	width: 5px;
	height: 15px;
	}
	.osusume_box li:after {
	top: 3px;
	left: 0;
	}
}











@media only screen and (max-width: 48em) {
.fair_area3 p.textA span.style1 {
	font-size: 27px !important;
	line-height: 2;
}
.fair_area3 p.textA span.style2{
	font-size: 18px !important;
}
}




/* =========== a Btn =========== */
a.Btn{
	border: 1px solid #cab9db;
	color: #cab9db;
	background-color: #fff;
	/*margin: 40px auto;*/
	padding: 8px 0;
	width: 768px;
	display: block;
	border-radius: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
    transition-timing-function: linear;
    transition-duration: .2s;
    transition-property: background-color, color, opacity;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 14px;
}
a.Btn:hover {
    background-color: #cab9db;
	color: #fff;
    }
a.Btn span{
	font-size: 18px;
}
@media only screen and (max-width: 48em) {
	a.Btn{
	border: 1px solid #cab9db;
	color:  #fff;
	margin: 20px 0 30px 0;
	width: 100%;
	background-color: #cab9db;
	font-size: 14px;
}
}

a.Btn_02{
	border: 1px solid #cab9db;
	color: #fff;
	background-color: #cab9db;
	/*margin: 40px auto;*/
	padding: 8px 0;
	width: 768px;
	display: block;
	border-radius: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
    transition-timing-function: linear;
    transition-duration: .2s;
    transition-property: background-color, color, opacity;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 14px;
	border-radius: 8px;
}
a.Btn_02:hover {
    background-color: #fff;
	color: #cab9db;
    }
a.Btn_02 span{
	font-size: 18px;
}
@media only screen and (max-width: 48em) {
	a.Btn_02{
	border: 1px solid #cab9db;
	color:  #fff;
	background-color: #cab9db;
	padding: 12px 0;
	font-size: 14px;
}
}


a.Btn_03{
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
	margin: 20px auto;
	padding: 8px 0;
	width: 400px;
	display: block;
	border-radius: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
    transition-timing-function: linear;
    transition-duration: .2s;
    transition-property: background-color, color, opacity;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
a.Btn_03:hover {
    background-color: #fff;
	color: #000;
    }
@media only screen and (max-width: 48em) {
	a.Btn_03{
	border: 2px solid #000;
	color:  #000;
	width: 280px;
	background-color: #fff;
	font-size: 14px;
}
}

.btn_area{
	margin: 25px auto 0px;
	width: 300px;
}


/* =========== btn-top_text =========== */
.btn-top_text{
	align-items: center;
}
.btn-top_text img{
	width: 20%;
	padding-top: 12px;
}
.btn-top_text p{
	font-size: 18px;
	text-align: center;
}
.btn-top_text p span{
	font-size: 18px;
	color: #cab9db;
}
.btn-top_text p span.color{
	font-size: 25px;
	color: #cab9db;
}


/*===== 吹き出し ======*/
.fukidashi {
  position: relative;
  width: fit-content;
  padding: 0 0 12px 0;
  border-bottom: 2px solid #000;
  width: 400px;
  text-align: center;
  margin: 0 auto 40px;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: 50deg;
  translate: -25%;
}


/*===== plus ======*/
.dli-plus{
	text-align: center;
}
.dli-plus-circle {
  display: inline-block;
  vertical-align: middle;
  background-color: #cab9db;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.dli-plus-circle > span {
  width: 52%;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dli-plus-circle > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


@media only screen and (max-width: 48em) {
.btn-top_text p{
	font-size: 16px;
}
.btn-top_text p span.color{
	font-size: 23px;
	color: #cab9db;
}
.btn-top_text img{
	width: 25%;
	padding-top: 8px;
}
.fukidashi {
  width: 280px;
  margin: 0 auto 30px;
}	
.dli-plus{
	margin: 5px 0;
}
.dli-plus-circle > span {
  height: 0.15em;
}
}






/* =========== img_box =========== */
.img_box01_inner {
    width: 100%;
    margin-bottom: 2px;
}
@media only screen and (max-width: 48em) {
.img_box01 {
    width: 100%;
}
}
.img_box02{
	width: 75%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.img_box02_inner{
    float: left;
	width: 50%;
	margin-bottom: 2px;
}
@media only screen and (max-width: 48em) {
	.img_box02{
	width: 100%;
}
}
.img_box03 {
    width: 90%;
    margin: auto;
}
.img_box03_inner {
	width: 100%;
    margin: 0 auto;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 48em) {
.img_box03 {
    width: 100%;
}
}

/*========== 注目コンテンツ一覧 ============*/
.topics-title{
	width: 100%;
    padding: 10px 0 8px 0;
    background-color: #af840d;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.3;
}
@media only screen and (max-width: 48em) {
.topics-title{
    padding: 10px 0 8px 0;
    font-size: 20px;
    line-height: 1.3;
}	
}

/*========== 正方形に並んだエリア ============*/
.img_box05 {
    margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.img_box05_inner {
    width: 33.2%;
    margin-bottom: 2px;
	position: relative;
	background: #000;
	overflow:hidden;
}
.img_box05_inner img{
	display: block;
 	opacity: .6;
	transition:1s all;
}
.img_box05_inner img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
p.img_box05_inner-test{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.img_box06 {
    width: 75%;
    margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.img_box06_inner01 {
    width: 66.5%;
    margin-bottom: 2px;
	position: relative;
	background: #000;
	overflow:hidden;
}
.img_box06_inner01 img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
.img_box06_inner01 img{
	display: block;
 	opacity: .6;
	transition:1s all;
}
.img_box06_inner02 img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
.img_box06_inner02 {
    width: 33.2%;
    margin-bottom: 2px;
	position: relative;
	background: #000;
	overflow:hidden;
}
.img_box06_inner02 img{
	display: block;
 	opacity: .6;
	transition:1s all;
}
p.img_box06_inner-test{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
@media only screen and (max-width: 48em) {
.img_box04 {
    width: 100%;
}
.img_box04_inner {
    margin-bottom: 2px;
}
p.img_box04_inner-test{
	font-size: 16px;
}

.img_box05 {
    width: 100%;
}
.img_box05_inner {
    width: 33%;
}
p.img_box05_inner-test{
	font-size: 12px;
	width: 100%;
}

.img_box06 {
    width: 100%;
}
.img_box06_inner01 {
    width: 66.2%;
}
.img_box06_inner02 {
    width: 33.2%;
}
p.img_box06_inner-test{
	font-size: 12px;
}
}

/*flex_2A 2段 48:48 */
.pickupbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pickupbox div{
    width: 48%;
}

/*.pickupbox div:first-child {
    width: 100%;
}*/



/*チャペル-Swiper*/
.img_box07 {
    width: 75%;
    margin: auto;
	background: #000;
}
.img_box07_inner {
    width: 100%;
    margin-bottom: 2px;
	position: relative;
	overflow:hidden;
}
.img_box07_inner img{
	display: block;
}
p.img_box07_inner-test{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.img_box07{
	width: 60%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.img_box07_inner{
/*	width: 75%;*/
	margin: 0 auto;
	margin-top: 0.3%;
}
@media only screen and (max-width: 48em) {
	.img_box07{
	width: 100%;
}
.img_box07_inner{
	width: 100%;
}
}

/* =========== topics_box =========== */

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

.content_area{
	padding-top: 50px;
}
@media only screen and (max-width: 48em) {
.content_area{
	padding-top: 30px;
}
}




/* =========== 年間1位獲得 =========== */
.topics-box_inner2 {
	width: 100%;
	border: double 5px #af840d;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 60px;
}
p.txt_h1 {
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #af840d;
}
p.txt_h3 {
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
p.txt_h4{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #af840d;
}
p.txt_h4 span.text4{
	font-size: 45px;
}
@media only screen and (max-width: 48em) {
p.txt_h1 {
	font-size: 18px;
}
p.txt_h4{
	font-size: 23px;
	line-height: 1;
	padding: 10px 0;
}	
p.txt_h3 {
	font-size: 16px;
	line-height: 1.5;
}
}





/* ========== 1位を獲得した5部門の紹介 ========== */
.point_container{
	padding: 5% 0;
}
.point-box_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.point-box_inner {
  width: calc(50% - 10px);
  border: solid 2px #af840d;
  padding: 20px;
  margin: 0 0 20px 0;
  height: auto;
  text-align: left;
  background-color: #fff;
  position: relative;
}
.point-box_inner .number{
  font-size: 18px;
  font-weight: bold;
  color: #af840d;
}
.point-box_inner .number span{
  font-size: 35px;
  font-family: 'Mrs Saint Delafield', cursive;
}

.topics_title_01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.topics_title_01 span{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}

@media only screen and (max-width: 48em) {
.point_container{
	padding: 5% 0;
}
.point-box_area{
	display: block;
	width: 95%;
	margin: auto;
}
.point-box_inner {
  width: 100%;
  padding: 20px;
  margin: 0 0 20px 0;
}
.point-box_inner .number{
  font-size: 20px;
}
.point-box_inner .number span{
  font-size: 35px;
}
}

/* ====================== award logo ====================== */
.award_logo{
	position: absolute;
	width: 50px;
	z-index: 100;
	left: 30px;
    top: 13px;
}
@media only screen and (max-width: 48em) {
.award_logo{
	width: 60px;
}
}





/* ====================== pickup ====================== */
.pickup_area {
	width: 100%;
	font-size: 18px;
	padding-top: 20px !important;
	padding-bottom: 30px !important;
	text-align: center;
}
.pickup_area h2 span{
	font-size: 48px !important;
	color: #bca475 !important;
}
.pickup_area p{
	font-size: 24px !important;
	line-height: 1.5 !important;
}
.pickup_area p span{
	font-size: 24px !important;
	line-height: 1.5 !important;
	font-weight: bold !important;
}
.pickup_area p.voice_txt{
	font-size: 16px !important;
	line-height: 1.8 !important;
	text-align: left;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.pickup_area p.voice_txt_2{
	font-size: 13px!important;
}
.pickup_area p.voice_txt span{
	/*color: #7D6B33;*/
	font-weight: bold;
	font-size: 16px !important;
}
.pickup_area p.voice_txt span.tab{
	font-weight: bold;
	font-size: 18px !important;
	background-color: #e8e8e8; /* #7D6B33; */
	padding: 8px 0;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}
.pickup_area .swiper-slide{
	background-color: #FFFFFF;
	margin: auto;
	border: #cab9db 1px dashed;
	height: 550px;
	padding: 0 30px;
	padding-top: 30px;
}
.pickup_area p.voice_heading {
  display: inline-block;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 150%;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  padding: 5px 20px;
  border: 3px solid #cab9db;
  border-radius: 10px;
  background-color: #cab9db;
  width: 300px;
  margin-bottom: 40px;
}
.pickup_area p.voice_heading:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #cab9db transparent transparent transparent;
}
.pickup_area p.voice_heading:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #cab9db transparent transparent transparent;
	}

/* 768 */
@media only screen and (max-width: 48em) {
	.pickup_area p.txt_type4 {
		font-size: 13px;
		width: 95%;
		margin: auto;
	}
	.pickup_area p{
		font-size: 16px !important;
	}
	.pickup_area p span{
		font-size: 16px !important;
	}
	.pickup_area p.voice_txt{
		font-size: 13px !important;
	}
	.pickup_area .swiper-slide{
		height: 180px;
	}
	.pickup_area .swiper-slide.long{
		height: 210px;
	}
	.pickup_area .swiper-slide.long_long{
		height: 700px;
	}
	.pickup_area p.voice_heading {
		font-size: 18px !important;
		font-size: 1.8rem !important;
		width: 200px;
	}
}





/* =========== カラー診断＆骨格診断 =========== */
.topics-box_inner3 {
	width: 100%;
	border: 2px solid #af840d;
	background-color: #fff;
	padding: 15px;
}
.topics-box_inner3 p.txt_h {
	width: 100%;
	padding: 10px 0 8px 0;
	background-color: #af840d; /*#877041*/
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.3;
}
.topics-box_inner3 p.txt_h2 {
	width: 100%;
	padding: 10px 0 8px 0;
	color: #af840d;
	font-size: 24px;
	line-height: 1.3;
}
.topics-box_inner3 p.txt_h3 {
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.topics-box_inner3 p.txt_h4{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.5;
}
.topics-box_inner3 p.txt_h4 span.text4{
	font-size: 45px;
}
@media only screen and (max-width: 48em) {
.topics-box_inner3 p.txt_h {
	font-size: 16px;
}
}




/* =========== 特典&アクセス =========== */
.plus {
	font-size: 80px;
	font-weight: bold;
}
.benefit_box {
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
	/*border:double;*/
	padding: 20px;
}
.benefit_box p.text1 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
}
.benefit_box p {
	text-align: center;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.benefit_box p.text1 span.style1 {
	font-size: 45px;
	font-style: italic;
	padding-right: 15px;
	border-bottom: double 5px #444;
}
.benefit_box p.text1 span.style2{
	font-size: 16px;
}
.benefit_box p.text2 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 5px;
}
.benefit_box p.text3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}



@media only screen and (max-width: 48em) {
.flex_2B {
    display: flex;
    justify-content: space-between;
}
}


/* modal */
.benefit_box .planbox {
	text-align: center;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.benefit_box .planbox a{
	text-decoration: none;
	color: #000000;
	border: 2px #000000 solid;
	padding: 5px 30px;
	font-weight: bold;
	transition: 0.5s;
}
.benefit_box .planbox a:hover{
	text-decoration: none;
	color: #FFFFFF;
	border: 2px #000000 solid;
	background-color: #000000;
	transition: 0.5s;
}

/* 480px */
@media only screen and (max-width: 30em) {
.benefit_box {
	width: 95%;
	margin: auto;
}
.benefit_box p.text1 {
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
}
.benefit_box p.text1 span.style1 {
	font-size: 32px !important;
	line-height: 2;
}
.benefit_box p.text1 span.style2{
	font-size: 14px !important;
}	
.benefit_box p.text2 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
.benefit_box p.text3 {
	font-size: 16px;
}
.flex_2A_2 {
	display: block;
}
.flex_2A_2 div.flex_2A_2_inner1 {
    width: 100% !important;
}
.flex_2A_2 div.flex_2A_2_inner2 {
    width: 100% !important;
}
.benefit_box .planbox {
	margin-bottom: 25px;
}
p.text3 {
	font-size: 18px;
}
.plus {
    font-size: 42px;
}
}



.btn_flex{
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
	translateY(0%);
}


/* 矢印色の置き換え */
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23A37E39'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23A37E39'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
/* =========== swiper =========== */


/*=============== parts <br> ===============*/
/*本文 PCスマホbr有り*/
.pcmb_show {
	display: block !important;
}
/*本文 PC時のみbr有り*/
.pc_show {
	display: block !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: none;
}
@media only screen and (max-width: 48em) {
/*本文 PC時のみbr有り*/
.pc_show {
	display: none !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: block !important;
}
}
@media only screen and (max-width: 48em) {
	.center{
		text-align: center !important;
	}
}
/* ========== text setting ========== */
.center {text-align: center !important;}

span.marker {
    background: linear-gradient(transparent 50%, #f3e9ce 50%);
}

/*=============== parts fonts ===============*/
.gothic1 {
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.gothic2 {
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}
.mincho1 {
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.mincho2 {
	font-weight: bold;
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.cursive {
	font-family: "Parisienne" !important;
}

@media only screen and (max-width: 48em) {
	.media-mb20{ margin-bottom:20px !important; }
}


/* ========== margin ========== */
.mb30{margin-bottom: 30px;}

/* ========== padding ========== */
.pb_A{padding: 50px 0 20px 0!important;}
@media only screen and (max-width: 48em) {
	.pb_A{padding: 20px 0 !important;}
}
@media only screen and (max-width: 48em) {
.limited{
	width: 95%;
}
}
/*====== icon area ======*/

.present_container{
	display: flex;
	align-content: space-between !important;
	margin: auto;
}
.item{
	width: 20%;
	text-align: center;
	margin-bottom: 3%;
}
.item p{
    font-size: 10px;
	font-weight: 700;
	margin:auto;
	width: 95%;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.svg_icon01{
	width: 45%;
	margin-bottom: 7%;
}