/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	/* padding-top: 6rem; */
	color: #202020;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	position: relative;
	background: #DE5013;

}
/* html {
	scroll-behavior: smooth;
} */
html,body,h1,h2,h3,h4,ul,ol,li,p,span,iframe,footer,address,h1,h2,h3,h4,h5,dl,dt,dd{
  margin: 0;
  padding:0;
}
.hover-opacity {
  transition-property: opacity;
  transition-duration: 0.5s;
}
.hover-opacity:hover {
  opacity: 0.7; 
}
/* list
------------------------------*/
li {
	list-style-type: none;
}
.notice_list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	line-height: 1.8;	
	display: flex;
	flex-wrap: wrap;
	gap: .25rem;
}
@media (min-width: 768px) {
	.notice_list {
		line-height: 1.8;
		display: inline;
	}
}
.notice_list li::before {
	content: "※";
}
.notice_list li {
	display: inline;
}
ul.common_list{
	text-indent: -1em;
}
ul.common_list li{
		position: relative;
	padding-left: 1em;
}
.common_list li::before {
	content: "・";
}
/* bg
------------------------------*/
.bg_grad{
	background: radial-gradient(circle, rgba(222, 80, 19, 1) 0%, rgba(181, 32, 35, 1) 52%, rgba(147, 36, 41, 1) 100%);
}

.bg-lt-pink{
	background-color: #FCE8F0;
}
.bg-pink{
	background-color: #EC73A3;
}
.bg-brown{
	background-color: #754b30;
	color: #ffffff;
}
.bg_white{
	background-color: #fff;
}
/* color
------------------------------*/
.pink{
	color: #EC73A3;

}
/* section
------------------------------*/
.first_section{
	padding: 2% 0;
}
.one-coin{
		padding: 2% 0;


}
/* box
------------------------------*/



.one-coin_box{
	background-color: #FFF;
	border-radius: 30px;
	padding: 20px;
	font-size: 1.2rem;
}


.title_area{
	/* background: #EE8201;
	background: linear-gradient(0deg, rgba(238, 130, 1, 1) 0%, rgba(247, 181, 43, 1) 100%); */
	padding: 30px 0;
}

.tel_tit{
	background-color: #039845;
    color: #FFF;
    padding: 10px;
    text-align: center;
    font-size: clamp(1.125rem, -142.688rem + 300vw, 1.313rem);
	font-weight: 600;
	border-radius: 5px;
}


.right-ban {
	display: flex;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition:
		opacity .5s ease,
		transform .5s ease,
		visibility .5s;
}

.right-ban.hide {
	opacity: 0;
	transform: translateX(30px); /* PC：右へ */
	visibility: hidden;
	pointer-events: none;
}


/* 左右に斜め線(両端を丸く) */
.heading {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  font-size: .8rem;
}
.heading::before,
.heading::after {
	background-color: #ffffff;
	border-radius: 5px;
	content: "";
	height: 2px;
	width: 19px;
}
.heading::before {
    margin-right: 5px;
    transform: rotate(60deg);
}
.heading::after {
  margin-left: 5px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

/* text
-------------------------------------------------- */
.lead_text{
	font-size: clamp(0.94rem, 700.00vw + -334.63rem, 1.38rem);
	color: #3e3e3e;
}
/* section
-------------------------------------------------- */
.color_inner{
	padding: 30px 0;
}
.section_first{
	padding-bottom: 10px;
	padding-top: 68px;
}
/* section{
	padding: 3rem 0;
} */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	height: 32rem;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}
/* button 
-------------------------------------------------- */
.c-btn,
.c-bnr,
.c-txt {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-btn {
    background: #ff701e;
    border: 2px solid #ff701e;
    border-radius: 100vh;
    color: #fff;
    display: block;
    font-weight: bold;
    width: 500px;
    max-width: 100%;
    padding: 20px 40px 20px 10px;
    text-align: center;
    text-decoration: none;
    font-size: clamp(1.13rem, 600.00vw + -286.50rem, 1.50rem);
}
 
.c-btn.press {
	box-shadow: 0 4px 0 #d01a0a;
}
.c-btn.press:hover {
	transform: translateY(4px);
	box-shadow: none;
	color: #FFF;
}
.c-btn{
	position: relative;
}
.c-btn::before {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 35px;
  top: 0;
}
.btn-onecoin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 18px 36px;
	background: linear-gradient(135deg, #ff7a00, #ff3d00);
	color: #fff;
	font-size: clamp(1.313rem, -526rem + 1100vw, 2rem);
	font-weight: 700;
	text-decoration: none;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(255, 90, 0, 0.35);
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.one-coin .btn-onecoin {
	background: linear-gradient(135deg, #48b674, #0c9945);
	border: 2px solid #FFF;
}

.btn-onecoin span {
	position: relative;
	z-index: 2;
}

.btn-onecoin::before {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: rgba(255,255,255,.35);
	transform: skewX(-25deg);
	transition: left .6s;
}

.btn-onecoin::after {
	content: "\f04b";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: .9em;
	position: relative;
	z-index: 2;
	transition: transform .3s;
}

.btn-onecoin:hover {
	transform: translateY(-4px) scale(1.03);
	box-shadow: 0 14px 30px rgba(255, 90, 0, .45);
	color: #fff;
}

.btn-onecoin:hover::before {
	left: 150%;
}

.btn-onecoin:hover::after {
	transform: translateX(6px);
}

.btn-onecoin:active {
	transform: scale(.98);
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
/* rtl:end:ignore */

.logo img{
	width: 150px;
}

.listpink{
	list-style:none;
	margin: 0 auto;
	width: 100%;
	
}
.listpink li{
  position: relative;
  padding-left: 1.5em; 
  font-size: 18px;
  font-weight: 600;
}
.listpink li:before {
	content: '';
	position: absolute;
	left: 0.3em;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-color: #EC73A3;
	border-radius: 50%;
}


/* Featurettes
------------------------- */

.featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 600;
	/* line-height: 1; */
	/* rtl:remove */
	letter-spacing: -.05rem;
}
footer{
	/* margin-top: 3rem; */
	/* padding: 4rem 0; */
	/* background-color: #754b30;
	color: #ffffff; */
}
.footer_logo{
	background-color: #FFF;
	padding: 20px 0;
	text-align: center;
}
.footer_logo img{
		width: 300px;
}
.copy_area{
	background-color: #009944;
	color: #FFF;
	padding: 1rem 0;
	text-align: center;
	font-size: 12px;
}

/* topBtn
------------------------ */
.topBtn {
  position:fixed;
  bottom:12px; 
  right:12px; 
  display:block; 
  width:40px;
  height:40px;
}

.topBtn:hover {
  opacity:0.7;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	/* section{
		padding: 6rem 0;
	} */
	footer{
		/* margin-top: 6rem; */
	}
		.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}

	.bg-base {
		background: url(./img2604/bg03.png),url(./img2604/bg02.jpg);
		background-repeat: no-repeat,no-repeat;
		background-position: top center,top center;
		background-size: contain,cover;
	}
	/* section
	-------------------------------------------------- */
	.color_inner{
		padding: 80px 0;
	}
	.section_first{
		padding-bottom: 100px;
	}
	.topBtn {
		width:60px;
		height:60px;
	}
	/* box
	-------------------------------------------------- */
	.right-ban {
		top: 340px;
		position: fixed;
		right: 0;
		z-index: 20;
	}
	.right-ban a {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: .2em;
		background-color: #00a73c;
		padding: 30px 22px 30px;
		color: #FFF;
		display: block;
		text-decoration: none;
		border-radius: 10px 0 0 10px;
	}
	.bottom-fixed-button .fa-arrow-up-right-from-square{
		padding-top: .1em;
	}
	.listpink li{
		position: relative;
		padding-left: 1.5em; 
		font-size: 21px;
	}
	.listpink li:before {
		left: 0.3em;
		top: 50%;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		background-color: #EC73A3;
		border-radius: 50%;
	}
	.right-ban .heading{
		display: none;
	}

}
@media (max-width: 767px) {
	.right-ban {
		bottom: 12px;
		position: fixed;
		left: 15px;
		z-index: 20;
	}
	.right-ban a {
		font-size: 16px;
        font-weight: 600;
        background-color: #00a73c;
        padding: 15px;
        color: #FFF;
        display: block;
        text-decoration: none;
        border-radius: 10px;
        border: 2px solid #FFF;
	}
	.bottom-fixed-button .fa-arrow-up-right-from-square{
		padding-left: .1em;
	}
	.right-ban.hide {
		opacity: 0;
		transform: translateX(0); /* 移動しない */
		visibility: hidden;
		pointer-events: none;
	}
	
}
@media screen and (max-width: 575px){
	.logo img{
		width: 30%;
	}
	.footer_logo img{
		width: 60%;
	}
	.footer_logo{
		padding-right: 40px;
	}
	.c-btn::before {
		border-bottom: 8px solid transparent;
		border-left: 10px solid #fff;
		border-top: 8px solid transparent;
		bottom: 0;
		content: "";
		height: 0;
		margin: auto;
		position: absolute;
		right: 20px;
		top: 0;
	}
	.c-btn {
		padding: 20px 20px 20px 10px;
		width: 400px;
	}
	.btn-onecoin{
		font-size: 16px;
		padding: 20px 18px;
	}
}
@media screen and (min-width: 1600px) {
	.section_first{
		padding-top: 20px;
	}
}
