/*
Template Name: Selise App Landing Page
*/

/*============================
Indexing
1. Google Font
2. Base CSS
3. Hero Section CSS
4. Feature & Video Section CSS
5. Download Section CSS
6. Feature 2 Section CSS
7. About Section CSS
8. Testimonial Section CSS
9. Pricing Section CSS
10. FAQ Section CSS
11. Contact Section CSS
12. Footer Section CSS
13. Owl Carousel CSS
14. 追加 CSS
=============================*/

/*============================
1. Google Font
============================*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');


/* ===========================
2. Base CSS
=========================== */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, input:focus, textarea:focus, button:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 300;
}

a:hover { text-decoration: none }
ul{margin: 0; padding: 0; list-style: none}

body, p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #353535;
    font-weight: 0;
}
img{
  max-width: 100%;
}

h1{
  font-size: 50px;
  color: #696969;
  line-height:50px;
}

h5{
  font-size: 16px;
  color: #ffffff;
  line-height:5px;
  font-family: 'Noto Sans JP', sans-serif;
}

.section-padding{
  padding: 40px 0;
}

.section-grey{
  background-color: #E4E4E4;
}

.section-title h2{
	font-size:28px;
	line-height:45px;
  padding-top: 20px;
}

.section-title.title-white h2 {
  color: #fff;
}

ol,ul,li {
  list-style-type: none;
}

ol {
  margin-bottom: 2rem !important;
  padding-left: unset;
}

li {
  margin-bottom: 0.5rem;
}
.disc_list li {
  list-style-type: disc;
  list-style-position: inside;
}

.sankaku_list li {
  list-style: disclosure-open;
  list-style-position: inside;
}
/* .container {
  padding-bottom: clamp(3rem , 2vw , 5rem);
} */


.section-title {
  margin: 1rem 0;
  font-weight: 800;
  text-align: center;
}
.section-title-text {
  margin-bottom: 0px;
}

i.icon-orange-gradient{
  background-image: #f7b733;
  background-image: -moz-linear-gradient(top, #f7b733 0%, #fc4a1a 100%);
  background-image: -webkit-linear-gradient(top, #f7b733 0%,#fc4a1a 100%);
  background-image: linear-gradient(to bottom, #f7b733 0%,#fc4a1a 100%);
  color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b733', endColorstr='#fc4a1a',GradientType=0 );
  -webkit-background-clip: text;
  background-clip: text;
}

i.icon-blue-gradient{
  background-image: #56ccf2;
  background-image: -moz-linear-gradient(top, #56ccf2 0%, #2f80ed 100%);
  background-image: -webkit-linear-gradient(top, #56ccf2 0%,#2f80ed 100%);
  background-image: linear-gradient(to bottom, #56ccf2 0%,#2f80ed 100%);
  color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56ccf2', endColorstr='#2f80ed',GradientType=0 );
  -webkit-background-clip: text;
  background-clip: text;
}

i.icon-red-gradient{
  background-image: #f80759;
  background-image: -moz-linear-gradient(top, #f80759 0%, #bc4e9c 100%);
  background-image: -webkit-linear-gradient(top, #f80759 0%,#bc4e9c 100%);
  background-image: linear-gradient(to bottom, #f80759 0%,#bc4e9c 100%);
  color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80759', endColorstr='#bc4e9c',GradientType=0 );
  -webkit-background-clip: text;
  background-clip: text;
}

i.icon-green-gradient{
  background-image: #38ef7d;
  background-image: -moz-linear-gradient(top, #38ef7d 0%, #11998e 100%);
  background-image: -webkit-linear-gradient(top, #38ef7d 0%,#11998e 100%);
  background-image: linear-gradient(to bottom, #38ef7d 0%,#11998e 100%);
  color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38ef7d', endColorstr='#11998e',GradientType=0 );
  -webkit-background-clip: text;
  background-clip: text;
}

.margin-top-80{
  margin-top: 80px;
}
.margin-top-215{
  margin-top: 215px;
}
.padding-top-180{
  padding-top: 180px;
}
.btn-red-gradient{
    background: #fc4a1a;
    background: -moz-linear-gradient(left, #fc4a1a 0%, #f7b733 99%);
    background: -webkit-linear-gradient(left, #fc4a1a 0%,#f7b733 99%);
    background: linear-gradient(to right, #fc4a1a 0%,#f7b733 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4a1a', endColorstr='#f7b733',GradientType=1 ); 
    color: #fff;
    margin-right: 10px;
}

.btn-red-gradient:hover{
    color: #fff;
}

/*============================
3. Hero Section CSS
============================*/
.hero-area {
  padding-top: 120px;
}

.site-section-bg{
  background-color: #F8F8F8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.site-section-bg2{

  background-color: #EDDABB;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-text h1{
    font-weight: 300;
    color: #292929;
    line-height: 55px;
    text-transform: uppercase;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.hero-text h2{
  font-weight: 300;
  color: #292929;
  line-height: 30px;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.hero-text h1 strong{
    font-weight: 700;
}

.hero-text span{
    display: inline-block;
    margin-bottom: 25px;
}

.header-area .navbar-brand{
  padding: 0;
  height: auto;
}

.header-area .navbar {
  background: transparent;
  border-bottom: 0px;
  transition:0.5s;
}
.header-area .navbar-collapse {
  float: right;
}
.main-menu ul.nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 15px 15px;
}

.main-menu ul.nav li a:hover{
  color: #fff;
  transition:0.5s;
}

.main-menu ul.nav li a:focus{
  color: #fff;
}

.header-area .top-navigation-animate {
  background: #D1603D;
  transition:0.5s;
}

.header-area .navbar-brand {
  margin-left: 0 !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/*============================
4. Feature & Video Section CSS
============================*/
.video-bg{
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background:url("../images/base/video-bg.jpg");
  background-color: #6f44c7;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

.video-bg:before{
  background: #0575e6;
  background: -webkit-linear-gradient(left, #00f260 0%, #0575e6 100%);
  background: -o-linear-gradient(left, #00f260 0%, #0575e6 100%);
  background: linear-gradient(to right, #00f260 0%, #0575e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f260', endColorstr='#0575e6',GradientType=1); 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.9;
  content:"";
  z-index: -1;
}
.video-btn {
  text-align: center;
  line-height: 300px;
}
.feature-icon i {
  font-size: 24px;
}

.feature-icon{
  margin-bottom:10px;
}

.single-feature {
  margin-bottom: 40px;
}

.single-feature h5, .single-feature-two h5 {
  font-weight: 500;
}


/*============================
5. Download Section CSS
============================*/
.download-text {
  text-align: center;
  margin-bottom: 40px;
}
.download-text h2 {
	font-size:34px;
	color: #fff;
	line-height:45px;
}
.download-app-btn {
  text-align: center;
}
.download-app-btn ul li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 15px;
}

/*============================
6. Feature 2 Section CSS
============================*/
.single-feature-two {
  margin-bottom: 20px;
}

.single-feature-two{
  padding: 15px 25px;
}

.single-feature-two:hover {
  background: #f6f7fa;
  padding: 15px 25px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px #ddd;
  transition:0.5s;
  cursor:pointer;
}

.single-feature-two .feature-icon {
  float: left;
  width: 32px;
}
.feature-two-text {
  margin-left: 45px;
}
.feature-two-text p {
  margin: 0;
}


/*============================
7. About Section CSS
============================*/
.about-text h2{
	line-height:45px;
	font-size:34px;
}

/*============================
8. Testimonial Section CSS
============================*/
.client-image img {
  height: 103px;
  width: 103px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.client-image {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-text {
  color: #fff;
  text-align: center;
  padding: 27px;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-bottom: 35px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
  z-index:1;
}
.testimonial-text p {
  color: #fff;
}
.testimonial-text::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index:-1;
}
.testimonial-info {
  text-align: center;
  color: #fff;
}

.testimonial-info span {
  font-style: italic;
}
.testimonial-info h5 {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 500;
}
.single-testimonial-box {
  width: 60%;
  margin: 0 auto;
}
.selise-testimonial .owl-nav div {
  position: absolute;
  z-index: 1;
  height: 40px;
  width: 40px;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  left: 50px;
  top: 50%;
  border: 2px solid #fff;
}
.selise-testimonial .owl-nav div:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
}
.selise-testimonial .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}

/*============================
9. Pricing Section CSS
============================*/
.single-pricing-table {
  text-align: center;
  box-shadow: 0px 0px 6px 2px #f4f4f4;
  background-color: #fff;
}

.pricing-heading {
  background: #f6f7fa;
  padding: 10px 0;
  margin-bottom: 30px;
}
.pricing-heading i {
  font-size: 45px;
  margin-bottom: 15px;
}
.pricing-heading h3 {
  font-weight: 300;
  text-transform:uppercase;
  letter-spacing:6px;
}
.pricing-features ul li {
  line-height: 30px;
  font-size: initial;
}

.big-text {
  font-size: 70px;
  color: #fc4a1a;
}
.small-text {
  font-size: 22px;
  margin-left: 8px;
}

.price {
  margin: 1rem 0px;
}

.single-pricing-table.popular .pricing-heading {
  background: #584A2D;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b733', endColorstr='#0fc4a1a',GradientType=1);
  color: #fff;
}

.single-pricing-table.popular .pricing-heading i{
  color: #fff;
}
.single-pricing-table.popular .btn-pricing{
  border: 0px solid transparent;
  color: #fff;
  background: #D1603D;
  background: -webkit-linear-gradient(left, #f7b733 0%, #fc4a1a 100%);
  background: -o-linear-gradient(left, #f7b733 0%, #fc4a1a 100%);
  background: linear-gradient(to right, #f7b733 0%, #fc4a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f260', endColorstr='#fc4a1a',GradientType=1);
}

/* 
/*============================
10. FAQ Section CSS
============================*/

.panel-group.selise-faq .panel {
  background: #fff;
  border: 0px;
  margin-bottom: 40px;
  border-radius: 3px;
  -webkit-box-shadow: -1px 3px 7px -1px rgba(235,235,235,1);
  -moz-box-shadow: -1px 3px 7px -1px rgba(235,235,235,1);
  box-shadow: -1px 3px 7px -1px rgba(235,235,235,1);
}
.panel-group.selise-faq .panel .panel-heading {
  background: #fff;
  border-bottom: 0px;
  padding: 13px 25px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.panel-group.selise-faq .panel .panel-heading a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #fc4a1a;
  position: relative;
}
.panel-group.selise-faq .panel-body {
  border-top: 0px !important;
  padding: 0px 25px 13px 25px;
}

.panel-group.selise-faq .panel-heading a::after {
  content: "\f196";
  font-size: 20px;
  color: #d5d5d5;
  font-family: FontAwesome;
  float: right;
}

.panel-group.selise-faq .panel-heading a[aria-expanded="true"]:after{
  content: "\f147" !important;
}
.btn-food {
	background-color: #D1603D;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing:1px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
}
.btn-kyc {
	background-color: #fb5e01;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 8px;
	display: inline-block;
	text-transform: uppercase;
}
.btn_2 {
	background-color: #fb5e01;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing:1px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
}

.btn:hover, .btn:focus {
  border: 2px solid #fe8118;
	background-color: #fff;
	color: #fe8118;
}
.btn-large {
	padding: 15px 40px;
}
.btn-large-kyc {
	padding: 15px 10px;
}
.btn-join-now a {
  padding: 1.7rem 0;
  font-size: 2.4rem;
  line-height: 3.5rem;
  letter-spacing: 2.4px;
  font-weight: bold;
}
.btn-join-now a {
  background-color: #EC6C00;
  padding: 1.1rem;
  text-align: center;
  border: solid 3px #fff;
  border-radius: 30px;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2.6rem;
  color: #fff;
  font-weight: 500;
  max-width: 47rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.banner-btn a {
	margin: 0.7em 0;
	display:inline-block
} */

/* ----------------------------------------------------
	Subscribe
-----------------------------------------------------*/
.overlay {
  background: #4c4c4c;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.subscribe {
	width:100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.subscribe h2 {
	margin-top: 0;
	color: #fff;
	letter-spacing:2px;
}
.subscribe span {
	font-weight:300;
}
.subscribe h3 {
	margin-bottom: 30px;
	font-size:24px;
	font-weight:100;
	color: #fff;
	letter-spacing:1px;
}
.subscribe p {
	color: #FB4A1A;
	font-size:14px;
	line-height:21px;
	font-weight: 300;
	letter-spacing:1px;
  margin-bottom: unset;
}
/* ----------------------------------------------------
	Footer
-----------------------------------------------------*/
.footer {
	text-align: center;
}
.footer p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 9px;
	color: #414141;
}
.footer p > a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 9px;
	color: #fb5e01;
}
.footer a {
	font-size:12px;
	color: #525252;
}
.footer a:hover {
	color: #fb5e01;
}
.banner-btn a {
	margin: 0.7em 0;
	display:inline-block
}
.footer__bottom {
  padding: 10px 0;
  background-color: #fff;
}
.inner {
  padding: 0 20px;
}
.footer__bottom__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.footer__bottom__logo {
  margin-right: 30px;
}
.footer__bottom__logo, .footer__bottom__logo a {
  max-width: 80px;
}
.footer__bottom__agreement {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.footer .footer__bottom__agreement .agreement-link {
  margin: 0 15px;
}
.footer__bottom__agreement .agreement-link:not(:last-of-type) {
  position: relative;
}
.agreement-link {
  margin: 0 20px;
  font-size: 1.2rem;
}
.embed-responsive-1by1{padding-bottom:100%}
.embed-responsive-9by16{padding-bottom:177.77%}



/*============================
13. Owl Carousel CSS
============================*/
.owl-carousel .owl-item img{
  width: auto;
  margin: 0 auto;
}

/*============================
14. 追加 CSS
============================*/
/*----- all -----*/
body {
  background-color: #FDFBF4;
}
.pb-5 {
  padding-bottom: 5rem;
}
h2 {
  font-size: clamp(2rem , 2vw , 4rem);
  margin-top: clamp(0.5rem, 2vw , 1rem);
  margin-bottom: clamp(0.5rem, 2vw , 1rem);
}
/*----- header ----*/
.header-area {
  height: auto;
}
.header-container {
  padding: 0.5rem 2rem;
}
.navbar-brand {
  height: 75px;
  margin-bottom: 5px;
}
.navbar-brand img {
  padding:0 10px;
}
.navbar {
  margin-bottom: unset;
}
.navbar {
  padding: unset;
}

/*----- FV ----*/
.fv {
  width: 100%;
  height: auto;
  background-image: url(../images/base/fv.png);
  background-size: cover;
}
.fv_top img {
  width: 100%;
}

/*---- main ----*/
.syousai {
  background-color: #F2AF29;
  padding: 1rem 5rem;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}

.syousai :hover {
  background-color: #fff;
  color: #F2AF29;
  border: 2px solid #F2AF29;
}
.box-wrap {
  padding: 0 5px;
}
.col-xs-12 {
  margin-bottom: 2rem;
}
.youtube a {
  border: unset;
}
.youtube a :hover {
  border: unset;
}

/*----- ポイント ------*/
.point-wrap {
  display: flex;
  justify-content: space-between;
  align-items:stretch;  
  margin-bottom: 3rem;
}
.point {
  width: 30%;
  height: auto;
  background-color: #fff;
}

.point h1 {
  margin: unset;
  line-height: 5.5rem;
  background-color: #584A2D;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.point_contain {
  padding: 1.5rem;
  text-align: center;
}

.point_contain p {
  font-size: clamp(1.3rem,2vw,1.5rem);
  line-height: 3rem;
}

.point_contain b {
  font-size: clamp(1.5rem,2vw,1.8rem);
}

/*----- 各種SNS ------*/
.btn_sns {
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: #EDEDED;
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.btn_sns img {
  width: 90%;
}

/*----- 招待コードコピー -----*/
.code_copy {
  text-align: left;
  width: 100%;
  margin-bottom: 1.5rem;
}

.code_copy p {
  margin-bottom: unset;
}

.btn_copy {
  width: 100%;
  display: -webkit-inline-box;
  text-align: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  position:relative;
}

.btn_copy div {
  width: 100%;
  padding: 0.8rem 0.5rem 0.5rem;
  border: 2px solid #584A2D;
  font-size: 1.8rem;
  text-align: left;
}
.btn_copy button {
  width: auto;
  padding: 0.5rem;
  border: 2px solid #584A2D;
  border-left: none;
  background-color: #F2AF29;
  position:absolute;
  right: 0;
  padding-bottom: 0px;
}

.btn_copy button:hover {
  background-color: #F8D284;
}

/*----- CTAボタン ------*/
.cta {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}

.cta p {
  color: #D1603D;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.btc_now {
  background-color: #D1603D;
  padding: 2rem;
  border-radius:100px;
  width: clamp(40%,2vw,50%);
  margin: 0 auto;
}

.btc_now a {
  padding: 2rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.clamp(1 .5rem,2vw,1.8rem);
}

.btc_now:hover {
  opacity: .7;
}

.btc_now a:hover {
  background-color: unset;
  color: #fff;
  border: none;
}

/*----- キャンペーン説明 ------*/
.cp_contain {
  margin: 0 auto;
  text-align: center;
  padding: 10rem 0;
}

.container {
  position: relative;
}

.head_title {
  position: absolute;
  top: -3em;
  left: 33%;
  padding: .4em 1.4em;
  width: 35%;
}

.cp_main {
  width: 70%;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin: 0 auto;
  padding: 3rem 2rem 2rem;
}

.title img {
  padding: 2rem 0;
  width: 35%;
}

.cp_main p {
  font-size: clamp(1.3rem,2vw,1.8rem);
  line-height: 3rem;
}
.text_s {
  font-size: clamp(1rem,2vw,1.3rem);
}

.contain_1 {
  display: flex;
  justify-content: center;
}

.otake_img {
  width: 30%;
  height: 30%;
}

.sns_btn {
  padding: 1rem;
  width: 50%;
}

#campaign1 {
  background-color: #E4E4E4;
}

#campaign2 {
  background-color: #EDDABB;
}

#campaign3 {
  background-color: #F8F8F8;
}

/*----- リボン ------*/
.cp_ribbon07 {
  font-size: clamp(13px,2vw,18px);
  font-weight: bold;
	position: absolute;
	top: -6px;
	left: 20%;
	width: 80px;
  padding-top: clamp(10px,2vw,15px);
  padding-bottom: clamp(10px,2vw,15px);
	text-align: center;
	border-top-left-radius: 3px;
	color: #ffffff;
	background: #D1603D;
}
.cp_ribbon07:before {
	top: 0.1px;
	left: -5.5px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #3E4C59;
}
.cp_ribbon07:before, .cp_ribbon07:after {
	position: absolute;
	content: '';
}
.cp_ribbon07:after {
	bottom: -19.5px;
	left: 0;
	width: 0;
	height: 0;
	border-right: 40px solid #D1603D;
	border-bottom: 20px solid transparent;
	border-left: 40px solid #D1603D;
}

/*----- 条件達成目安 ----*/
.criterion {
  width: 100vw;
  display: flex;
  justify-content: center;

  background-color: #FF9595;
  font-size: clamp(1.8rem , 2vw , 3rem);
  text-align: center;
  font-weight: 600;

  padding: clamp(1.5rem , 2vw ,3rem);
  margin: 0 calc(50% - 50vw);
  margin-top: 3rem;
  margin-bottom: clamp(1.5rem , 2vw ,3rem);
}
.c_title {
  font-size: clamp(1.5rem , 2vw , 2rem);
}
.criterion p {
  font-size: clamp(1.3rem , 2vw , 1.8rem);
  line-height: 2.5rem;
  margin-bottom: unset;
}

/*----- 案件タイトル ----*/
.txt_h2 {
  font-size: 4rem;
  color: #fff;
  font-weight: 800;
  text-shadow: -1px -1px 5px #000, -1px 0 5px #000, -1px 1px 5px #000,
              0 -1px 5px #000, 0 1px 5px #000,
              1px -1px 5px #000,  1px 0 5px #000,  1px 1px 5px #000;
  text-align: center;
  padding-top: 5rem;
}
.anken img {
  width: 60%;
}

@media screen and (max-width:650px)  {
  .point-wrap {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.point {
		width: 60%;
		margin: 0 auto;
		margin-bottom: 2rem;
	}
	.point_imgs {
		width: 70%;
		margin: 0 auto;
	}
  .otake_img {
    display: none;
  }
  .sns_btn {
    width: 90%;
  }
  .head_title {
    top: -2em;
  }
  .cp_contain {
    padding: 6rem 0;
  }
}
@media screen and (max-width:440px) {
  .fv {
    background-image: url(../images/base/sp_fv.png);
  }
  .navbar-brand img{
    height: 35px;
  }
  .header-container {
    padding: 0.9rem 0rem;
  }
  .navbar-header {
    padding-bottom: 0 !important;
  }
  .txt_h2 {
      font-size: 2rem;
      padding-top: 0;
  }

  .anken img {
    width: 90%;
  }
  .price img {
    width: 80%;
  }

  .point-wrap {
    display: block;
    width: 100%;
  }
  .point {
    width: 100%;
    margin-bottom: 2rem;
  }
  .btc_now {
    width: 100%;
  }
  .cp_main {
    width: 100%;
    padding: 2rem;
  }

  .head_title {
    position: absolute;
    top: -2em;
    left: 23%;
    WIDTH: 55%;
    padding: 0.4em 1.4em;
  }
  
  .title img {
    width: 70%;
  }

  .otake_img {
    display: none;
  }

  .sns_btn {
    width: 100%;
  }

  .cp_contain {
    padding: 5rem 0;
  }
  .cp_ribbon07 {
    left: 5%;
    width: 70px;
  }
  .cp_ribbon07:after {
    border-right: 35px solid #D1603D;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #D1603D;
  }

  .point_imgs {
    width: 100%;
  }
}

/*---- キャンペーン詳細、注意事項 ----*/
.section-wrap {
  padding-bottom: clamp(4rem, 7vw , 7rem);
  padding-top: clamp(4rem, 7vw , 5rem);
}

.li-pl2 li{
  padding-left: 1rem;
}