/*
Theme Name:SANGA-CAMPAIGN-LP
*/
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
html.parent {
overflow:hidden;
}
:root {
	--color-red:#cf2142;
	--color-pink:#eb668b;
	--color-orange:#fa862b;
	--color-green:#5fa03c;
	--color-white:#ffffff;
	--color-black: #333333;
	--color-gray: #f4f4f1;
	--color-line: #cccccc;
	--grad1:linear-gradient(135deg, #fa862b 0%,#eb668b 50%,#fa862b 100%);
	--grad2:linear-gradient(135deg, #fa862b 0%,#eb668b 100%);
	--font-sp-xxxx-large:clamp(3.8rem, 10vw, 5.0rem);
	--font-sp-xxx-large:clamp(3.0rem, 8vw, 4.0rem);
	--font-sp-xx-large:clamp(2.2rem, 6vw, 3.0rem);
	--font-sp-x-large:clamp(1.6rem, 5.3vw, 2.0rem);
	--font-sp-large:clamp(1.4rem, 4.8vw, 1.8rem);
	--font-sp-small:clamp(1.2rem, 3.2vw, 1.4rem);
	--font-sp-x-small:clamp(1.1rem, 2.8vw, 1.3rem);
	--font-pc-xxxx-large:4.8rem;
	--font-pc-xxx-large:3.6rem;
	--font-pc-xx-large:3.0rem;
	--font-pc-x-large:2.4rem;
	--font-pc-large:2.0rem;
	--font-pc-small:1.4rem;
	--font-pc-x-small:1.2rem;
}
body {
	position: relative;
	z-index: 1;
	background-color:var(--color-white);
	overflow-x:hidden;
	overflow-y: auto;
}
html,body{
	height: 100%;
}
body,th,td,li,dt,dd,input,select,a,p,div,span,textarea,h1,h2,h3,h4,h5,h6,label {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	color:var(--color-black);
}
h1,h2,h3,h4,h5,h6,th,dt,strong {
	font-weight:700;
}
@media (width < 767px) {
	body,th,td,li,dt,dd,input,select,a,p,div,span,textarea,h1,h2,h3,h4,h5,h6,label,button {
		font-size:clamp(1.3rem, 3.73vw, 1.6rem);
	}
	input[type=text],input[type=tel],input[type=email] ,textarea,select {
		font-size: 1.6rem;
	}
	p {
		line-height:175%;
		letter-spacing:0.1em;
	}
}
@media (768px <= width) {
	body,th,td,li,dt,dd,input,select,a,p,div,span,textarea,h1,h2,h3,h4,h5,h6,label,button {
		font-size: 1.6rem;
	}
	p {
		line-height:200%;
		letter-spacing:0.1em;
	}
}
.en,
.point-txt h2:before,
.contact:before {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
}
a {
	outline: none;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	transition: all 0.5s;
}
p {
	word-wrap:break-word;
}
p.break {
	padding-bottom:1em;
}
hr {
	border: none;
	border-bottom:1px solid var(--color-line);
	margin-top:1em;
	margin-bottom:1em;
}
ol li {
	list-style-type:decimal;
	margin-left:16px;
	padding-left:4px;
	line-height:200%;
}
ul.dot li,
.visual-txt ul li {
	list-style-type:disc;
	margin-left:20px;
	line-height:200%;
}
strong {
	color:var(--color-pink);
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ch0x85');
  src:  url('fonts/icomoon.eot?ch0x85#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ch0x85') format('truetype'),
    url('fonts/icomoon.woff?ch0x85') format('woff'),
    url('fonts/icomoon.svg?ch0x85#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-external:before {
  content: "\e903";
}
.icon-email-o:before {
  content: "\e906";
}
.icon-arrow-o:before {
  content: "\e90b";
}

/*-----------------------------------------
master-layout-control
------------------------------------------*/
.container,
.container-middle,
.container-txt {
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
.anchor {
	display:block;
	height:0px;
}
@media (width < 767px) {
	.container {
	padding-right: 5vw;
	padding-left: 5vw;
	}
	.anchor {
		padding-top:15vw;
		margin-top:-15vw;
	}
	.maincontents {
		padding-top:10vw;
		padding-bottom:10vw;
		min-height:80vw;
	}
	.sp-only {display:block !important;}
	.pc-only {display:none !important;}
}
@media (768px <= width) {
	.container {
		max-width:1000px;
		padding-left:20px;
		padding-right:20px;
	}
	.container-middle {
		max-width:720px;
	}
	.container-txt {
		max-width:640px;
	}
	.maincontents {
		padding-top:100px;
		padding-bottom:100px;
	}
	.sp-only {display:none !important;}
	.pc-only {display:block !important;}
}
.text-center {
	text-align: center;
}
/*-----------------------------------------
header
------------------------------------------*/
header {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	display:flex;
	align-items: center;
}
.header-logo span {
	font-weight: 700;
}
.header.smaller {
	position: fixed;
	z-index: 30;
	top:0;
	background:rgba(255,255,255,0.8);
	box-shadow:0 2px 3px 0 rgba(0,0,0,0.1);
	backdrop-filter: blur(3px);
	animation:headup 0.4s forwards;
}
@keyframes headup {
	0% {
		opacity: 0;
		transform: translate3d(0,-140px,0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0,0,0);
	}
}
.header-tel span {
	display:block;
}
.header-tel a {
	position: relative;
	display: block;
	font-weight: 700;
	margin-top:4px;
	background-image:url(images/icon-tel.svg);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: left center;
}
@media (width < 767px) {
	header {
		height:14vw;
	}
	.header-logo {
		width:90vw;
		padding-left:5vw;
		justify-content:center;
	}
	.header-logo img {
		width:36vw;
	}
	.header-menu {
		display:none;
	}
	.header.smaller {
		width:100%;
		height:14vw;
	}
}
@media (768px <= width) {
	header {
		height:80px;
	}
	.header-logo {
		padding-left:5%;
		justify-content: flex-start;
	}
	.header-logo img {
		width:144px;
	}
	.header-menu {
		padding-right:5%;
		display: flex;
		gap:45px;
	}
	.header-tel {
		position: relative;
	}
	.header.smaller {
		width:100%;
		height:80px;
	}
	.header-tel span {
		font-size:var(--font-pc-x-small);
	}
	.header-tel a {
		padding-left:32px;
		font-size:var(--font-pc-x-large);
	}
	.header .btn {
		min-width:180px;
	}
}
/*-----------------------------------------
button
------------------------------------------*/
.btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.btn-normal {
	font-weight: 700;
	color:var(--color-white);
	background:var(--grad1);
	background-position: 0% 50%;
	background-size: 200% auto;
}
.btn-normal:hover {
	background-position: 100% 51%;
}
.btn-normal:after {
	font-family: 'icomoon';
	position: absolute;
	z-index: 10;
	line-height: 100%;
	font-weight: 400;
	transition: all 0.3s;
}
.btn-mail:after {
	content: "\e906";
}
.btn-arrow:after {
	content: "\e90b";
}
.btn-normal.btn-normal-submit {
	background:#ffcc00;
	color:var(--color-red);
}
.btn-normal.btn-normal-submit:hover {
	background:var(--color-red);
	color:var(--color-white);
}
@media (width < 767px) {
	.btn-normal {
		max-width:60vw;
		margin-left:auto;
		margin-right: auto;
		height:10vw;
		line-height: 10vw;
		border-radius:10vw;
		padding-left:6vw;
		padding-right:4vw;
	}
	.btn-normal:after {
		width:5vw;
		height:5vw;
		font-size:5vw;
		top:2.5vw;
		right:2.5vw;
	}
}
@media (768px <= width) {
	.btn-normal {
		height:40px;
		line-height: 40px;
		border-radius:40px;
		padding-left:20px;
		padding-right:30px;
	}
	.btn-normal:after {
		width:20px;
		height:20px;
		top:12px;
		right:16px;
	}
	.btn-normal:hover:after {
		right:12px;
	}
}
/*-----------------------------------------
pickup
------------------------------------------*/
.pickup {
	background:var(--grad2);
	position: relative;
	overflow: hidden;
}
.pickup:before {
	content:"";
	position: absolute;
	z-index: 1;
	background-image:url(images/ring.svg);
	animation: spin 30s linear infinite;
	background-repeat: no-repeat;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pickup-tt {
	position: relative;
}
.pickup-tt:before {
	content:"\85A6";
	color:var(--color-white);
	background-color:var(--color-red);
	border-radius:50%;
	position: absolute;
	z-index: 1;
	left:0;
	text-align: center;
	transform: rotate(-10deg);
}
.pickup h2 {
	position: relative;
	z-index: 2;
	color:var(--color-white);
}
.pickup h2 span {
	display:block;
	color:var(--color-white);
}
.pickup-lead {
	color:var(--color-white);
	font-weight: 700;
	text-shadow: 0px 0px 3px rgba(200, 0, 0, 1);
}
.pickup-lead strong {
	color:#ffffff;
}
.pickup-head {
	position: relative;
	z-index: 10;
}
.bukken1,
.bukken2 {
	position: relative;
	z-index: 10;
}
.splide__slide {
	height: auto;
	padding-bottom: 5px;
	display: grid;
}
.bukken-box {
	position: relative;
	background-color:var(--color-white);
	box-shadow:2px 3px 4px -1px rgba(0,0,0,0.1);
	overflow: hidden;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
}
.bukken-pic {
	position: relative;
	z-index: 1;
}
.bukken-pic:hover {
	opacity: 0.6;
}
.bukken-box h3 a {
	display: block;
	font-weight: 400;
	text-align: center;
	line-height:125%;
}
.aki-num {
	position: absolute;
	z-index: 2;
	color:var(--color-white);
	background-color:var(--color-red);
	border-radius:50%;
	text-align: center;
}
.aki-num span {
	color:var(--color-white);
}
.bukken-price {
	text-align: center;
}
.bukken-price .en {
	font-weight: 700;
}
@media (width < 767px) {
	.pickup {
		padding:8vw 0;
	}
	.pickup:before {
		width:100vw;
		height:100vw;
		top:-20vw;
		left:-20vw;
		opacity:0.4;
	}
	.pickup-head {
		padding-bottom:4vw;
	}
	.pickup-tt {
		position: relative;
		z-index: 10;
		padding-left:10vw;
		margin-bottom:4vw;
	}
	.pickup-tt:before {
		width:12vw;
		height:12vw;
		line-height: 12vw;
		top:-1vw;
		font-size:6vw;
	}
	.pickup h2 {
		font-size:var(--font-sp-xx-large);
	}
	.pickup-lead strong {
		font-size:var(--font-sp-large);
	}
	.bukken-box {
		border-radius:3vw;
	}
	.aki-num {
		top:20vw;
		right:2vw;
		width:10vw;
		height:10vw;
		line-height:10vw;
		font-size:var(--font-sp-x-small);
		font-weight: 700;
	}
	.bukken-box h3 a {
		font-size:var(--font-sp-large);
		padding-top:4vw;
		padding-bottom:4vw;
	}
	.bukken-box h3,
	.bukken-address,
	.bukken-price {
		padding-left:4vw;
		padding-right: 4vw;
	}
	.bukken-price {
		padding-top:4vw;
	}
	.bukken-price span {
		font-size:var(--font-sp-xx-large);
	}
	.bukken-btn {
		padding:4vw;
	}
}
@media (768px <= width) {
	.pickup {
		padding:40px 0;
	}
	.pickup:before {
		width:640px;
		height:640px;
		top:-60px;
		left:-60px;
	}
	.pickup-head {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		padding-bottom:40px;
	}
	.pickup-tt {
		padding-left:60px;
	}
	.pickup-tt:before {
		width:70px;
		height:70px;
		line-height: 67px;
		top:-10px;
		font-size:40px;
	}
	.pickup h2 {
		font-size:var(--font-pc-xx-large);
	}
	.pickup h2 span {
		padding-bottom:4px;
	}
	.pickup-lead {
		font-size:var(--font-pc-small);
		text-align: right;
	}
	.pickup-lead strong {
		font-size:var(--font-pc-large);
	}
	.splide__list {
		padding-bottom: 5px;
	}
	.bukken-pic {
		height:170px;
		overflow:hidden;
	}
	.bukken-box {
		border-radius:10px;
	}
	.aki-num {
		top:150px;
		right:15px;
		width:40px;
		height:40px;
		line-height:40px;
		font-size:var(--font-pc-x-small);
		font-weight: 700;
	}
	.bukken-box h3 a {
		font-size:var(--font-pc-x-large);
		padding-top:20px;
		padding-bottom:20px;
	}
	.bukken-box h3,
	.bukken-address,
	.bukken-price {
		padding-left:30px;
		padding-right: 30px;
	}
	.bukken-price {
		padding-top:30px;
	}
	.bukken-price span {
		font-size:var(--font-pc-xxx-large);
	}
	.bukken-btn {
		padding:20px 70px 30px 70px;
	}
}
/*-----------------------------------------
regular
------------------------------------------*/
.regular {
	background:var(--color-gray);
	position: relative;
	overflow: hidden;
}
.regular-tt {
	position: relative;
}
.regular-tt:before {
	content:"";
	background-image:url(images/icon-calendar.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	left:0;
	top:0;
}
.regular h2 {
	position: relative;
	z-index: 2;
}
.regular h2 span {
	display: block;
}
.regular h2 strong {
	color:var(--color-red);
}
.regular-lead span {
	display:inline-block;
	color:var(--color-white);
	background-color:var(--color-orange);
}
.regular-lead a {
	position: relative;
	display: block;
	margin-top:1em;
}
.regular-lead a:hover {
	color:var(--color-red);
}
.regular-lead a:after {
	position:relative;
	display: inline-block;
	font-family: 'icomoon';
	content: "\e903";
}
@media (width < 767px) {
	.regular {
		padding-bottom: 4vw;
	}
	.regular-head {
		padding:5vw 0;
	}
	.regular-tt {
		display: flex;
		padding-left:15vw;
	}
	.regular-tt:before {
		width:12vw;
		height:12vw;
	}
	.regular h2 {
		font-size:var(--font-sp-x-large);
	}
	.regular h2 span {
		padding:1vw 0;
	}
	.regular-lead {
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.regular-lead div {
		padding-top:4vw;
	}
	.regular-lead span {
		padding:1vw 2vw;
		border-radius:2vw;
	}
}
@media (768px <= width) {
	.regular {
		padding-bottom: 30px;
	}
	.regular-head {
		display: flex;
		justify-content: space-between;
		padding:50px 0;
	}
	.regular-tt {
		display: flex;
		padding-left:90px;
	}
	.regular-tt:before {
		width:70px;
		height:70px;
	}
	.regular h2 {
		font-size:var(--font-pc-x-large);
	}
	.regular h2 span {
		padding:10px 0;
	}
	.regular-lead {
		text-align: right;
	}
	.regular-lead span {
		padding:5px 10px;
		border-radius:20px;
	}
}
/*-----------------------------------------
point
------------------------------------------*/
.point-pic {
	background-size:cover;
	background-position: center center;
}
.point-txt h2 {
	position: relative;
	z-index: 1;
	color:var(--color-pink);
	margin-bottom:1em;
}
.point-txt h2:before {
	content:"\005C  POINT /";
	position: absolute;
	left:0.5em;
}
@media (width < 767px) {
	.point-grid {
		margin-top:10vw;
		margin-bottom:10vw;
		overflow: hidden;
		background-color:var(--color-gray);
	}
	.point-odd {
		width:90vw;
		margin-right:10vw;
		border-radius:0 10vw 10vw 0;
	}
	.point-even {
		width:90vw;
		margin-left:10vw;
		border-radius:10vw 0 0 10vw;
	}
	.point-pic {
		min-height:52vw;
	}
	.point-txt {
		padding:10vw 5vw 5vw 5vw;
	}
	.point-txt h2 {
		font-size:var(--font-sp-xx-large);
	}
	.point-txt h2:before {
		top:-6vw;
		font-size:5vw;
	}
}
@media (768px <= width) {
	.point-grid {
		display:grid;
		align-items: center;
		margin-top:90px;
		margin-bottom:90px;
	}
	.point-odd {
		grid-template-columns:50% 480px 1fr;
	}
	.point-even {
		grid-template-columns:1fr 480px 50%;
	}
	.point-pic {
		min-height:300px;
		box-shadow:0px 35px 0 0 rgba(250,134,43,0.3);
	}
	.point-txt {
		padding-top:40px;
	}
	.point-odd .point-pic {
		border-radius:0 60px 60px 0;
	}
	.point-even .point-pic {
		border-radius:60px 0 0 60px;
		grid-area: 1 / 3 / 2 / 4;
	}
	.point-odd .point-txt {
		padding-left:clamp(30px,4vw,50px);
	}
	.point-even .point-txt {
		padding-right:clamp(30px,4vw,50px);
		grid-area: 1 / 2 / 2 / 3;
	}
	.point-txt h2 {
		font-size:var(--font-pc-xx-large);
	}
	.point-txt h2:before {
		top:-40px;
		font-size:var(--font-pc-x-large);
	}
}
/*-----------------------------------------
flow
------------------------------------------*/
.flow {
	position: relative;
	z-index: 1;
	background-color:var(--color-pink);
	background-image:url(images/bg-flow.webp);
	background-size:cover;
	background-position: center top;
}
.flow h2 {
	color:var(--color-white);
	padding:1em 0;
}
.flow li {
	position: relative;
	display: grid;
}
.flow li img {
	border-radius: 50%;
}
.flow-content * {
	color:var(--color-white);
}
.flow-content h3 {
	margin-bottom:0.5em;
}
.flow-content h3 span {
	color:var(--color-pink);
	background-color:var(--color-white);
	display: inline-block;
}
@media (width < 767px) {
	.flow {
		border-radius:15vw 0 0 0;
		padding-bottom:10vw;
	}
	.flow h2 {
		font-size:var(--font-sp-xx-large);
		padding:10vw 5vw;
	}
	.flow li {
		grid-template-columns: 20vw 1fr;
		margin-bottom:10vw;
	}
	.flow-content {
		padding-left:4vw;
	}
	.flow-content h3 {
		font-size:var(--font-sp-x-large);
	}
	.flow-content h3 span {
		font-size:var(--font-sp-small);
		padding:1vw 2vw;
		margin-right:2vw;
	}
}
@media (768px <= width) {
	.flow {
		border-radius:100px 0 0 0;
		padding-bottom:100px;
	}
	.flow h2 {
		font-size:var(--font-pc-xxx-large);
	}
	.flow li {
		grid-template-columns: 160px 1fr;
		margin-bottom:48px;
		align-items: center;
	}
	.flow-content {
		padding-left:30px;
	}
	.flow-content h3 {
		font-size:var(--font-pc-x-large);
	}
	.flow-content h3 span {
		font-size:var(--font-pc-small);
		padding:4px 8px;
		margin-right:16px;
	}
}
/*-----------------------------------------
faq
------------------------------------------*/
.faq {
	position: relative;
	z-index: 2;
	background-color:var(--color-gray);
	background-image:url(images/bg-faq.svg);
	background-repeat: no-repeat;
	background-size:contain;
}
.faq-tt h2 {
	color:var(--color-pink);
}
.qa-list {
	position: relative;
	display:block;
	background-color:var(--color-white);
	box-shadow:0 2px 3px -1px rgba(0,0,0,0.1);
}
.qa-list dt,
.qa-list dd {
	position:relative;
}
.qa-list dt {
	cursor:pointer;
	color:var(--color-pink);
	line-height: 150%;
}
.qa-list dd {
	display: none;
	font-weight: 400;
}
.qa-list dt:before {
	content: "Q";
	color:var(--color-white);
	background-color:var(--color-pink);

}
.qa-list dd:before {
	content: "A";
	color:var(--color-white);
	background-color:var(--color-orange);
}
.qa-list dt:before,
.qa-list dd:before {
	position: absolute;
	text-align: center;
	font-weight: 700;
	transition: all 0.3s;
	border-radius:50%;
}
.qa-list dt.open:before {
	transform: rotateZ(1turn);
}
.qa-list dd div {
	line-height: 150%;
}
@media (width < 767px) {
	.faq {
		border-radius:0 10vw 0 0;
		margin-top:-10vw;
		padding-bottom:14vw;
		background-position: right center;
	}
	.faq-tt {
		padding:5vw;
	}
	.faq-tt h2 {
		padding:5vw;
		text-align: right;
		font-size:var(--font-sp-xx-large);
	}
	.qa-list {
		padding:2vw;
		border-radius:3vw;
		margin-bottom:5vw;
	}
	.qa-list dt {
		font-size:var(--font-sp-normal);
		padding-left:8vw;
	}
	.qa-list dt:before,
	.qa-list dd:before {
		width:6vw;
		height:6vw;
		line-height: 6vw;
		font-size:3vw;
	}
	.qa-list dt:before {
		left:0;
		top:1vw;
	}
	.qa-list dd div {
		padding-top: 2vw;
		padding-bottom: 2vw;
		padding-left:8vw;
	}
	.qa-list dd:before {
		left:0;
		top:2vw;
	}
}
@media (768px <= width) {
	.faq {
		border-radius:0 100px 0 0;
		margin-top:-100px;
		padding-bottom:140px;
		background-position: right center;
	}
	.faq-tt {
		display:grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		padding:50px 0;
	}
	.faq-tt h2 {
		text-align: right;
		font-size:var(--font-pc-xxx-large);
		grid-area: 1 / 2 / 2 / 3;
	}
	.faq-tt p {
		grid-area: 1 / 1 / 2 / 2;
	}
	.qa-list {
		min-height:60px;
		padding:10px;
		border-radius:5px;
		margin-bottom:20px;
	}
	.qa-list dt {
		font-size:var(--font-pc-large);
		padding-top:5px;
		padding-left:60px;
	}
	.qa-list dt:before,
	.qa-list dd:before {
		width:40px;
		height:40px;
		line-height: 40px;
	}
	.qa-list dt:before {
		left:0;
		top:0;
	}
	.qa-list dd div {
		padding-top:15px;
		padding-bottom: 15px;
		padding-left:100px;
	}
	.qa-list dd:before {
		left:40px;
		top:10px;
	}
}
/*-----------------------------------------
contact
------------------------------------------*/
.contact {
	position: relative;
	z-index: 3;
	background:var(--grad2);
	overflow: hidden;
}
.contact:before {
	content:"CONTACT";
	font-weight: 700;
	color:var(--color-white);
	opacity: 0.1;
	position: absolute;
	z-index: 2;
	top:-0.15em;
	left:0;
	width:100%;
	text-align: center;
}
.contact:after {
	content:"";
	position: absolute;
	z-index: 1;
	background-image: url(images/img-senior-tel.svg);
	background-repeat: no-repeat;
	bottom:0;
}
.contact-tt * {
	color:var(--color-white);
}
.cta-form {
	position: relative;
	z-index: 10;
}
.cta-form input[type=text],
.cta-form input[type=email],
.cta-form select,
.cta-form textarea {
	border:none;
	width:100%;
	padding:0.25em;
	border-radius:0.25em;
}
.cta-form input[type=text]:focus,
.cta-form input[type=email]:focus,
.cta-form select:focus,
.cta-form textarea:focus {
	outline:1px solid var(--color-red);
}
.cta-form .hissu {
	position: relative;
	color:var(--color-white);
	font-weight: 400;
}
.cta-form .hissu:before {
	content:"\5FC5\9808";
	color:var(--color-white);
	background-color:var(--color-red);
	position: relative;
	display: inline-block;
	padding:2px 4px;
	border-radius:4px;
	margin-right:0.5em;
}
.cta-form div.kakomi {
	background:rgba(255,255,255,0.3);
	margin-top:1em;
}
.cta-form div.kakomi,
.cta-form div.kakomi a,
.cta-form div.kakomi span {
	color:var(--color-black);
}
.cta-form input[type=submit] {
	border:none;
	margin-left:auto;
	margin-right:auto;
	transition: all 0.5s;
	cursor: pointer;
}
.cta-form .wpcf7-not-valid-tip {
	display:block;
	padding-top:0.5em;
	color:#ffcc00;
}
.tt-underline h2 {
	display: inline-block;
	font-weight: 700;
	background: linear-gradient(transparent 65%, rgba(235, 103, 137, 1) 65%);
	background-repeat: no-repeat;
	transition: background-size 1s;
	background-size: 0% 100%;
	font-feature-settings: "palt";
	padding-bottom:0.2em;
}
.tt-underline.putactionon h2 {
	background-size: 100% 100%;
}
@media (width < 767px) {
	.contact {
		border-radius:10vw 10vw 0 0;
		margin-top:-10vw;
		padding-bottom:10vw;
	}
	.contact:before {
		font-size:20vw;
	}
	.contact:after {
		right:-10vw;
		width:44vw;
		height:64vw;
		background-position: center bottom;
		opacity: 0.3;
	}
	.contact-tt {
		padding:10vw 5vw;
		text-align: center;
	}
	.contact-tt h2 {
		font-size:var(--font-sp-xx-large);
		margin-bottom:1em;
	}
	.cta-form dt,
	.cta-form dd,
	.cta-form div
	{
		padding-top:3vw;
		padding-bottom: 3vw;
	}
	.cta-form div.kakomi {
		padding-left:3vw;
		padding-right:3vw;
		border-radius:3vw;
	}
	.cta-form input[type=submit] {
		width:60vw;
		margin-top:8vw;
	}
}
@media (768px <= width) {
	.contact {
		border-radius:100px 100px 0 0;
		margin-top:-100px;
		padding-bottom:50px;
	}
	.contact:before {
		font-size:300px;
	}
	.contact:after {
		left:10%;
		width:44%;
		height:64%;
		background-position: center bottom;
		opacity:0.5;
	}
	.contact-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding-top:72px;
	}
	.contact-tt {
		padding-right:50px;
	}
	.contact-tt h2 {
		font-size:var(--font-pc-xx-large);
		margin-bottom:1em;
	}
	.cta-form dl {
		display:grid;
		grid-template-columns: 160px 1fr;
	}
	.cta-form dt
	{
		padding-top:15px;
		padding-bottom: 10px;
	}
	.cta-form dd,
	.cta-form div
	{
		padding-top:10px;
		padding-bottom: 10px;
	}
	.cta-form div.kakomi {
		padding-left:10px;
		padding-right:10px;
		border-radius:5px;
	}
	.cta-form input[type=submit] {
		width:200px;
		margin-top:40px;
	}
}
/*-----------------------------------------
footer
------------------------------------------*/
.footer-left,
.footer-left * {
	font-weight: 700;
}
.footer-left a {
	position: relative;
	background-image:url(images/icon-tel.svg);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: left center;
}
@media (width < 767px) {
	.footer-grid {
		padding-top:5vw;
		padding-bottom:20vw;
	}
	.footer-left {
		font-size:var(--font-sp-large);
		text-align: center;
	}
	.footer-left a {
		display:inline-block;
		font-size:var(--font-sp-x-large);
		padding-left:1.25em;
		margin-top:4vw;
	}
	footer address {
		text-align: center;
		font-size:var(--font-sp-small);
		line-height: 175%;
	}
	footer address img {
		display: block;
		max-width:60vw;
		margin:5vw auto;
	}
	.sp-cta {
		display: none;
	}
	.sp-cta.smaller {
		display:block;
		position: fixed;
		z-index: 9999;
		width:100vw;
		height:15vw;
		line-height: 15vw;
		bottom:0;
		left:0;
		background:var(--grad1);
		text-align: center;
		font-weight: 700;
		color:var(--color-white);
		box-shadow: 0 -2px 3px -1px rgba(0,0,0,0.2);
		animation:spup 0.4s forwards;
	}
}
@keyframes spup {
	0% {
		opacity: 0;
		transform: translate3d(0,100px,0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0,0,0);
	}
}
@media (768px <= width) {
	.footer-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		padding-top:30px;
		padding-bottom:30px;
	}
	.footer-left {
		font-size:var(--font-pc-x-large);
	}
	.footer-left a {
		display: block;
		font-size:4.8rem;
		padding-left:1.25em;
		margin-top:20px;
	}
	footer address {
		text-align: right;
		font-size:var(--font-pc-small);
		line-height: 200%;
	}
	footer address img {
		display: block;
		max-width:240px;
		margin-left:auto;
		margin-bottom:20px;
	}
	.sp-cta {
		display: none;
	}
}
/*-----------------------------------------
single and visual-editor
------------------------------------------*/
.visual-txt p {
	padding-bottom:1.5em;
}
.visual-txt strong {
	color:var(--color-red);
}
.visual-txt h2,
.visual-txt h3,
.visual-txt h4,
.visual-txt h5,
.visual-txt h6 {
	margin-top:1em;
	margin-bottom:1em;
}
@media (width < 767px) {
	.visual-txt {
		line-height: 175%;
	}
	.visual-txt h2 {
		font-size:var(--font-sp-x-large);
	}
	.visual-txt h3 {
		font-size:var(--font-sp-large);
	}
	.visual-txt img {
		border-radius: 4vw;
		overflow: hidden;
	}
}
@media (768px <= width) {
	.visual-txt {
		line-height: 200%;
	}
	.visual-txt h2 {
		font-size:var(--font-pc-xx-large);
	}
	.visual-txt h3 {
		font-size:var(--font-pc-x-large);
	}
	.visual-txt h4 {
		font-size:var(--font-pc-large);
	}
	.visual-txt img {
		border-radius: 10px;
		overflow: hidden;
	}
	.visual-txt .btn-normal {
		max-width:220px;
		margin:40px auto;
	}
}