@charset "utf-8";

/* WordPress Twenty Twenty-One 打ち消し-------------------------------------------------------*/
:root {
	--global--spacing-horizontal: 0;
	--global--spacing-vertical: 0;
}

.site-branding,
header.entry-header {
	display: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea,
select {
	font-size: 1rem;
	border-radius: 3px;
	margin: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus,
select:focus {
	color: var(--form--color-text);
	outline-offset: 0;
	outline: 2px solid #666;
}

a:focus {
	background-color: transparent !important;
	text-decoration: none !important;
	/* outline: none !important; */
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline: none !important;
}

/* img {
    border-style:none !important;
	outline: none !important;
}

a img {
    border-style:none !important;
	outline: none !important;
} */


/* 共通 -------------------------------------------------------*/
html {
	font-size: 15px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	overflow: auto;
}

body {
	background-color: #ffe87a; /* #ffd800 */
	/* background-image: url(/common/img/bg_img.png); 
	background-size: 2300px;
	background-position: 60% 70%;
	background-repeat: no-repeat; */
}

input[type="button"],input[type="text"],input[type="email"],input[type="submit"],input[type="image"],select,textarea {
    outline-color: #666;
}

a {
	outline: none;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus  {
	color: #333;
}

.t-center {
	text-align: cetner;
}

span.red {
	color: #f00;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}


/* 画面表示フェードイン -------------------------------------------------------*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/* レイアウト２ -------------------------------------------------------*/
#header{
	display: none !important;
	height: 0;/*Headerの高さ設定*/
}

.lp-202208-wrap {
	position: relative;
	letter-spacing: -.4em;
	z-index: 4;
}

.section-left {
	display: inline-block;
	width: calc(60% - 300px);
	letter-spacing: normal;
}

.section-left .header-logo {
	display: block;
	width: 171px;
	position: fixed;
	top: 20px;
	left: 60px;
}

.section-left .header-logo img {
	width: 100%;
}

.section-left-contents-wrap {
	display: block;
	width: 41.4%;
	position: fixed;
	bottom: 50%;
	transform: translateX(0)
    translateY(50%);
}

.section-left-contents {
	display: block;
	max-width: 300px;
	margin-right: 120px;
	margin-left: auto;
}

.section-left-contents .section-left-contents-01 {
	margin: 0;
}

.section-left-contents .section-left-contents-01 div {
	display: none;
}

.section-left-contents .section-left-contents-01 div.current {
	display: block;
}

.section-left-contents .section-left-contents-01 a {
	display: none;
}

.section-left-contents .section-left-contents-01b {
	width: 80%;
	max-width: 220px;
	margin: 0 auto 2.4rem;
}

.section-left-contents .section-left-contents-02 {
	width: 80%;
	max-width: 220px;
	margin: 0 auto 1rem;
}

.section-left-contents .section-left-contents-03 {
	width: 80%;
	max-width: 220px;
	margin: 0 auto 1rem;
}

.section-left-contents .section-left-contents-04 {
	margin: 0;
}

.section-left-contents .section-left-contents-01 img,
.section-left-contents .section-left-contents-01b img,
.section-left-contents .section-left-contents-02 img,
.section-left-contents .section-left-contents-03 img,
.section-left-contents .section-left-contents-04 img {
	width: 100%;
}

.section-left-contents ul.ul-a {
	width: 100%;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.section-left-contents ul.ul-a li {
	background: url(/common/img/left_contents_arrow.png) left 0px top 5px no-repeat;
	background-size: 15px auto;
	margin: 0.6rem 0 0 0;
	padding: 0 0 0 2rem;
}

.section-left-contents ul.ul-a li:nth-child(1) {
	display: none;
}

.section-left-contents ul.ul-a li a {
	color: #333;
	text-decoration: none;
	transition:all 0.3s;
	margin: 0;
	padding: 0;
}

.section-left-contents ul.ul-a li.current a,
.section-left-contents ul.ul-a li a:hover {
	font-family: sans-serif;
	font-weight: 700;
}

.section-left-contents ul.ul-b {
	width: 100%;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0 0 3rem 0;
	padding: 0;
}

.section-left-contents ul.ul-b li {
	margin: 0;
	padding: 0 0 0 2rem;
}

.section-left-contents ul.ul-b li a {
	color: #333;
	text-decoration: none;
	transition:all 0.3s;
	margin: 0;
	padding: 0;
}

.section-left-contents ul.ul-b li.current a,
.section-left-contents ul.ul-b li a:hover {
	font-family: sans-serif;
	font-weight: 700;
}

.section-main {
	display: inline-block;
	width: 550px;
	letter-spacing: normal;
	margin-top: 20px;
}

.section-main-contents {
	background-color: #fff;
}

.section-right {
	display: inline-block;
	width: calc(40% - 250px);
	letter-spacing: normal;
}

.section-right ul {
	display: block;
	position: fixed;
	width: 100px;
	top: 52px;
	right: 0;
}

.section-right ul li {
	display: block;
	text-align: left;
	font-family: sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 30px 0;
	padding: 0 20px; 
}

.section-right ul li a {
	color: #333;
	text-decoration: none;
}

.section-right .right-sns {
	display: block;
	position: fixed;
	top: 198px;
	right: 40px;
}

.section-right .right-sns a {
	display: block;
	letter-spacing: normal;
	width: 40px;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 0;
}

.section-right .right-sns a img {
	width: 100%;
}

.lp-202208-section-a {
	margin: 0 0 60px 0;
	padding: 0;
}

.lp-202208-section-a .header-img-01 {
	max-width: 300px;
	margin: 16px auto;
	padding: 0;
}

.lp-202208-section-a .header-img-01 img {
	width: 100%;
}

.lp-202208-section-a .header-img-02a {
	width: 100%;
	background-color: #ffe87a;
	margin: 0 auto;
	padding: 0;
}

.lp-202208-section-a .header-img-02b {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.lp-202208-section-a .header-img-02a img,
.lp-202208-section-a .header-img-02b img {
	width: 100%;
}

.lp-202208-section-b {
	max-width: 86%;
	margin: 0 auto;
	padding: 0;
}

.lp-202208-section-b .col-1 {
	letter-spacing: -.4em;
	margin: 0 0 100px 0;
	padding: 0;
}

.lp-202208-section-b .col-1  .col-1-left {
	display: block;
	width: 100%;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 0 60px 0;
}

.lp-202208-section-b .col-1  .col-1-left h1 {
	font-size: 2rem;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 1.6;
	margin: 5rem 0 3.5rem 0;
}

.lp-202208-section-b .col-1  .col-1-left p {
	font-size: 1.33rem;
	line-height: 2.0;
}

.lp-202208-section-b .col-1  .col-1-right {
	display: block;
	width: 100%;
	max-width: 400px;
	letter-spacing: normal;
	vertical-align: top;
	text-align: right;
	margin: 0 auto;
}

.lp-202208-section-b .col-1  .col-1-right img {
	width: 100%;
}

.lp-202208-section-b .col-2 {
	margin: 0 0 140px 0;
	padding: 0;
}

.lp-202208-section-b .col-2 h1 {
	font-size: 2rem;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 3.5rem 0;
}

.lp-202208-section-b .col-2 p {
	font-size: 1.33rem;
	line-height: 2.0;
	text-align: center;
}

.lp-202208-section-b .col-3 {
	width: 100%;
	letter-spacing: -.4em;
	margin: 0 auto 200px;
	padding: 0;
}

.lp-202208-section-b .col-3 .col-3-left,
.lp-202208-section-b .col-3 .col-3-right {
	display: block;
	width: 100%;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0;
}

.lp-202208-section-b .col-3 .col-3-left img,
.lp-202208-section-b .col-3 .col-3-right img {
	width: 90%;
	vertical-align: top;
}

.lp-202208-section-b .col-3 .col-3-left .col-3-col,
.lp-202208-section-b .col-3 .col-3-right .col-3-col {
	letter-spacing: -.4em;
	margin: 0 0 5rem 0;
	padding: 0;
}

.lp-202208-section-b .col-3 .col-3-left .col-3-col .col-3-col-left,
.lp-202208-section-b .col-3 .col-3-right .col-3-col .col-3-col-left {
	display: inline-block;
	width: 20%;
	letter-spacing: normal;
	vertical-align: top;
}

.lp-202208-section-b .col-3 .col-3-left .col-3-col .col-3-col-right,
.lp-202208-section-b .col-3 .col-3-right .col-3-col .col-3-col-right {
	display: inline-block;
	width: 80%;
	letter-spacing: normal;
	vertical-align: top;
}

.lp-202208-section-b .col-3 .col-3-left .col-3-col .col-3-col-right h2,
.lp-202208-section-b .col-3 .col-3-right .col-3-col .col-3-col-right h2 {
	font-size: 1.66rem;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 0.5rem 0;
}

.lp-202208-section-b .col-3 .col-3-left .col-3-col .col-3-col-right p,
.lp-202208-section-b .col-3 .col-3-right .col-3-col .col-3-col-right p {
	font-size: 1rem;
	line-height: 1.8;
	margin: 0;
}

.lp-202208-section-b .col-4 {
	margin: 0 0 9rem 0;
	padding: 0;
}

.lp-202208-section-b .col-4 h1 {
	font-size: 2rem;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 2.5rem 0;
}

.lp-202208-section-b .col-4 p {
	font-size: 1.33rem;
	line-height: 2.0;
	text-align: center;
}

.lp-202208-section-b .col-4 h2 {
	font-size: 1.66rem;
	text-align: center;
	line-height: 1.6;
	margin: 2.5rem 0 2.5rem 0;
}

.lp-202208-section-b .col-5 {
	letter-spacing: -.4em;
	margin: 0 3% 200px 3%;
	padding: 0;
}

.lp-202208-section-b .col-5 h2 {
	font-size: 1.66rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: normal;
	margin: 2.5rem 0 2.5rem 0;
}

.lp-202208-section-b .col-5 .col-5-col {
	position: relative;
	display: block;
	width: 100%;
	max-width: 320px;
	letter-spacing: normal;
	vertical-align: top;
	text-align: center;
	margin: 0 auto 100px;
	padding: 0;
}

.lp-202208-section-b .col-5 .col-5-col div:first-child {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.lp-202208-section-b .col-5 .col-5-col div:first-child:before {
	content: '';
	display: block;
	padding-top: calc(350/800*100%);
}

.lp-202208-section-b .col-5 .col-5-col div:first-child img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.lp-202208-section-b .col-5 .col-5-col div img:first-child {
	z-index: 2;
}

.lp-202208-section-b .col-5 .col-5-col div img:last-child {
	z-index: 1;
}

.lp-202208-section-b .col-5 .col-5-col img {
	width: 100%;
}

.lp-202208-section-b .col-5 .col-5-col a img {
	width: 50%;
}

.lp-202208-section-b .col-5 .col-5-col-2 {
	position: absolute;
	width: 200px;
	top: 220px;
	right: -360px;
}

.lp-202208-section-b .col-5 .col-5-col-2 img {
	width: 100%;
}

.lp-202208-section-b .col-6 {
	margin: 0 0 80px 0;
	padding: 0;
}

.lp-202208-section-b .col-6 h1-wrap {
	text-align: center;
}

.lp-202208-section-b .col-6 h1 {
	font-size: 1.66rem;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 2.5rem 0;
}

.lp-202208-section-b .col-6 p {
	font-size: 1.33rem;
	line-height: 2.0;
	text-align: center;
}

.lp-202208-section-b .col-7 {
	margin: 0 0 100px 0;
	padding: 0;
}

.lp-202208-section-b .col-7 h1 {
	font-size: 1.33rem;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 1rem 0;
}

.lp-202208-section-b .col-7 .col-7-col {
	text-align: center;
}

.lp-202208-section-b .col-7 .col-7-col img {
	width: 100px;
}

.lp-202208-section-b .col-7 h2 {
	font-size: 1.33rem;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin: 1rem 0 0 0;
}

.col-8 {
	width: 100%;
	letter-spacing: -.4em;
	margin: 0 0 3rem 0;
}

.col-8 .col-8-col-1 {
	display: block;
	width: 100%;
	letter-spacing: normal;
	text-align:center;
	margin: 0 0 60px 0;
	padding: 0;
}

.col-8 .col-8-col-1 div:first-child {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.col-8 .col-8-col-1 div:first-child:before {
	content: '';
	display: block;
	padding-top: calc(1150/920*100%);
}

.col-8 .col-8-col-1 div:first-child img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.col-8 .col-8-col-1b {
	display: block;
	width: 100%;
	letter-spacing: normal;
	text-align:center;
	margin: 0 0 60px 0;
	padding: 0;
}

.col-8 .col-8-col-1b div:first-child {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.col-8 .col-8-col-1b div:first-child:before {
	content: '';
	display: block;
	padding-top: calc(922/1500*100%);
}

.col-8 .col-8-col-1b div:first-child img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.col-8 .col-8-col-2 {
	position: relative;
	display: block;
	width: 100%;
	text-align:center;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}

.col-8 .col-8-col-2 img {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.lp-202208-section-b .col-9 {
	margin: 0 0 100px 0;
}

.lp-202208-section-b .col-9 .col-9-col-1 {
	max-width: 450px;
	margin: 0 auto 60px;
	padding: 0;
}

.lp-202208-section-b .col-9 .col-9-col-1 img {
	width: 100%;
}

.lp-202208-section-b .col-9 p {
	font-size: 1.33rem;
	line-height: 2.0;
}

.lp-202208-section-b .col-9b {
	margin: 0 0 100px 0;
}

.lp-202208-section-b .col-9b .col-9-col-1 {
	max-width: 450px;
	margin: 0 auto 60px;
	padding: 0;
}

.lp-202208-section-b .col-9b .col-9-col-1 img {
	width: 100%;
}

.lp-202208-section-b .col-9b p {
	font-size: 1.33rem;
	line-height: 2.0;
}

.lp-202208-section-b .col-10 {
	border: 1rem solid #ffd800;
	margin: 0 0 6rem 0;
	padding: 0;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-1 {
	padding: 30px 14px 60px 14px;
}

.lp-202208-section-b .col-10 h1 {
	font-size: 2rem;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 2.5rem 0;
	padding: 0;
}

.lp-202208-section-b .col-10 h2 {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 2.5rem 0;
	padding: 0;
}

.lp-202208-section-b .col-10 p {
	font-size: 1rem;
	line-height: 2;
	margin: 0 0 1.5rem 0;
	padding: 0 0 1rem 0;
}

.lp-202208-section-b .col-10 h3 {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 {
	margin: 0;
	padding: 0 1rem;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 dl {
	margin: 0 0 40px 0;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 dt {
	margin: 0;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 dt label {
	font-size: 0.8rem;
	line-height: 1;
	margin-bottom: 0;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 dt span {
	font-size: 0.7rem;
	line-height: 1;
	color: #f00;
	margin-bottom: 0;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 dd {
	margin: 0 0 1.5rem 0;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 dd input,
.lp-202208-section-b .col-10 .lp202207-contact-form-2 dd select {
	width: 100%;
	height: 40px;
	border: none;
	background-color: #ededed;
	padding: 0 0.5rem;
	margin-bottom: 0.8rem;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 dd .mwform-tel-field input {
	width: 25%;
	height: 40px;
	border: none;
	background-color: #ededed;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 dd textarea {
	font-size: 0.9rem;
	line-height: 1.6;
	width: 100%;
	height: 160px;
	border: none;
	background-color: #ededed;
	padding: 0.4rem 0.5rem;
	margin-bottom: 0.8rem;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 p {
	font-size: 0.8rem;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 2rem 0;
	padding: 0;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 p a {
	color: #333;
}

.lp-202208-section-b .col-10 .lp202207-contact-form-2 .submit button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 0.8rem;
	line-height: 1;
	color: #fff;
	background-color: #b6b4b2;
	border: 0;
	margin: 0;
	padding: 0;
}

.lp-202208-section-b .col-11 {
	display: block;
	width: 100%;
	max-width: 320px;
	vertical-align: top;
	text-align: center;
	margin: 0 auto 9rem;
	padding: 0;
}

.lp-202208-section-b .col-11 a img {
	width: 50%;
	max-width: 136px;
}


.lp-202208-section-b .hash {
	margin: 0;
	padding: 0 0 3rem 0;
}

.lp-202208-section-b .hash a {
	display: inline-block;
	font-size: 0.75rem;
	color: #333;
	text-decoration: none;
	line-height: 1;
	background-color: #f4f4f4;
	border-radius: 9999px;
	margin: 0 1rem 1rem 0;
	padding: 0.5rem;
}

.lp-202208-section-c {
	text-align: center;
	background-color: #ffe87a;
	margin: 0 0 9rem 0;
	padding: 0;
}

.lp-202208-section-c .col-1 {
	letter-spacing: -.4em;
	background-color: #ffd800;
	border-radius: 0  0 2rem 2rem;
	padding: 3rem 0 0 0;
}

.lp-202208-section-c .col-1 p {
	letter-spacing: normal;
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0 0 2.5rem 0;
}

.lp-202208-section-c .col-1 p a {
	color: #333;
	text-decoration: none;
	padding: 0 1.6rem;
}

.lp-202208-section-c .col-1 .footer-sns {
	margin: 0 0 1.6rem 0;
}

.lp-202208-section-c .col-1 .footer-sns a {
	padding: 0 0.3rem;
}

.lp-202208-section-c .col-1 .footer-sns a img {
	display: inline-block;
	letter-spacing: normal;
	width: 24px;
	height: 24px;
}

.lp-202208-section-c .col-1 .footer-tel {
}

.lp-202208-section-c .col-1 .footer-tel a {
	display: inline-block;
	width: 140px;
	margin: 0 0 3rem 0;
}

.lp-202208-section-c .col-1 .footer-tel a img {
	width: 100%;
}

.lp-202208-section-c .col-1 .footer-logo-rg {
	display: inline-block;
	margin: 0 2rem 1.5rem 2rem;
}

.lp-202208-section-c .col-1 .footer-logo-rg img {
	width: 140px;
	margin-bottom: 1rem;
}

.lp-202208-section-c .col-1 .footer-logo-rg p {
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
}

.lp-202208-section-c .col-1 .footer-logo-rg p span {
	display: inline-block;
}

#contact-btn {
	display: none;
}

#contact-btn a {
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background-color: #4c4c4c;
	opacity: 0.7;
	outline: none;
	margin: 0;
	padding: 0;
}

#contact-btn a:hover {
	opacity: 0.9;
}


.lp_202207_btn_contact {
	width: 100px;
	height: 100px;
	margin: 0 0 10px 0;
}

.lp_202207_btn_contact a img {
	width: 100%;
}

.lp_202207_btn_tel {
	width: 100px;
	height: 100px;
}

.lp_202207_btn_tel a img {
	width: 100%;
}



@media screen and (max-width: 1920px) {
.section-left {
	width: 41.4%;
}

.section-left-contents {
	display: block;
	width: 38%;
	margin-right: 16%;
	margin-left: auto;
}

.section-main {
	width: 39.8%;
	max-width: 550px;
}

.section-right {
	width: 18.8%;
}

.section-left-contents ul.ul-a {
	width: 100%;
	font-size: 1rem;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.section-left-contents ul.ul-a li {
	background: url(/common/img/left_contents_arrow.png) left 0px top 5px no-repeat;
	background-size: 15px auto;
	margin: 0.6rem 0 0 0;
	padding: 0 0 0 2rem;
}

.section-left-contents ul.ul-a li:nth-child(1) {
	display: none;
}

.section-left-contents ul.ul-a li a {
	color: #333;
	text-decoration: none;
	transition:all 0.3s;
	margin: 0;
	padding: 0;
}

.section-left-contents ul.ul-a li.current a,
.section-left-contents ul.ul-a li a:hover {
	font-family: sans-serif;
	font-weight: 700;
}

.section-left-contents ul.ul-b {
	width: 100%;
	font-size: 1rem;
	line-height: 1.4;
	margin: 0 0 2rem 0;
	padding: 0;
}

.section-left-contents ul.ul-b li {
	margin: 0;
	padding: 0 0 0 2rem;
}

.section-left-contents ul.ul-b li a {
	color: #333;
	text-decoration: none;
	transition:all 0.3s;
	margin: 0;
	padding: 0;
}

.section-left-contents ul.ul-b li.current a,
.section-left-contents ul.ul-b li a:hover {
	font-family: sans-serif;
	font-weight: 700;
}

.section-right ul {
	/* display: none; */
}
}


@media screen and (max-width: 1380px) {
.lp-202208-section-b .col-5 .col-5-col-2 {
	display: none;
}
}


@media screen and (max-width: 768px) {
.pc-only {
	display: none;
}

.sp-only {
	display: block;
}

.section-left {
	display: none;
}

.section-main {
	width: 100%;
	max-width: 100%;
}

.section-right {
	display: none;
}

.lp-202208-section-c {
	margin: 0;
}

.lp-202208-section-c .col-1 {
	border-radius: 0;
}
}


@media screen and (max-width: 550px) {
}


@media screen and (min-width: 769px) {
a[href^="tel:"]{ /* 電話番号リンクの有効無効 */
	pointer-events: none;
}
}


@media screen and (min-width: 1200px) {
}


@media screen and (max-width: 375px) {
}


@media screen and (max-width: 320px) {
}

@media screen and (min-width: 1800px) {
}


/* 手とスマホの画像
----------------------------*/
.right-sp-wrap {
	display: none;
}

.right-sp-wrap img {
	display: none;
}

@media only screen and (min-width: 1400px) {
.right-sp-wrap {
	display: block;
	position: fixed;
	right: -45px;
	bottom: 0;
	width: 408px;
	z-index: 1000;
}

.right-sp-wrap img{
	display: block;
	width: 100%;
	height: auto;
}
}
@media screen and (min-width: 1920px) {
.right-sp-wrap {
	display: block;
	position: fixed;
	right: 80px;
	bottom: 0;
	width: 560px;
}
}





/* animation */
/* 右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* 左から右へ
----------------------------*/
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

/* IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.animation {
	display: -ms-grid;
	overflow: hidden;
}

/* パターン１　斜め
----------------------------*/
.animation01-col-wrap {
	width: 100%;
	overflow: hidden;
	margin: -40% 0 -30%;
}

.animation01-col {
	display: block;
	overflow: hidden;
	padding: 40% 0;
}

.animation01-wrap {
	transform: rotate( -15deg );
	transform-origin: center;
	margin: 0 -20%;
}

.animation01 {
	display: flex;
	overflow: hidden;
}

.animation01-list {
	display: flex;
	list-style: none;
}

.animation01-list-left{
	animation :infinity-scroll-left 95s infinite linear 0.5s both;
}
.animation01-list-right{
	animation :infinity-scroll-right 95s infinite linear 0.5s both;
}

.animation01-item {
	width: calc(100vw / 6);
	max-width: 240px;
}

.animation01-item > img{
   width: 100%;
}

@media screen and (max-width: 767px) {
.animation01-item {
	width: calc(100vw / 3);
}
}

/* パターン２　縦
----------------------------*/
.animation02-col-wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 0 4rem 0;
}

.animation02-col {
	display: block;
	overflow: hidden;
	padding: 0;
}

.animation02-wrap {
	transform: rotate( -90deg );
	transform-origin: center;
	margin: 0 -2%;
}

.animation02 {
	display: flex;
	overflow: hidden;
}

.animation02-list {
	display: flex;
	list-style: none;
}

.animation02-list-left{
	animation :infinity-scroll-left 95s infinite linear 0.5s both;
}
.animation02-list-right{
	animation :infinity-scroll-right 95s infinite linear 0.5s both;
}

.animation02-item {
	width: calc(100vw / 6);
	max-width: 240px;
}

.animation02-item > img{
	width: 100%;
}

@media screen and (max-width: 767px) {
.animation02-item {
	width: calc(100vw / 3);
}
}

/* パターン３　フェード
----------------------------*/
.slide-container {
	position: relative;
	width: 100%;
	max-width: 450px;
}
.slide-image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 28s infinite;
}
.slide-image:nth-of-type(1) {
	animation-delay: 0s;
}
.slide-image:nth-of-type(2) {
	animation-delay: 4s;
}
.slide-image:nth-of-type(3) {
	animation-delay: 8s;
}
.slide-image:nth-of-type(4) {
	animation-delay: 12s;
}
.slide-image:nth-of-type(5) {
	animation-delay: 16s;
}

.slide-image:nth-of-type(6) {
	animation-delay: 20s;
}

.slide-image:nth-of-type(7) {
	animation-delay: 24s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	10%{ opacity: 1;}
	20%{ opacity: 1;}
	30%{ opacity: 0;}
	100%{ opacity: 0;}
}

/*
マウスオーバーで一時停止させたい場合は以下
----------------------------*/

.animation01-wrap:hover .animation01-list-left,
.animation02-wrap:hover .animation02-list-left {
  animation-play-state: paused;
}

.animation01-wrap:hover .animation01-list-right,
.animation02-wrap:hover .animation02-list-right {
  animation-play-state: paused;
}


/* 見出し文字効果 */
.mask-bg {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}

.mask-bg::after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
 
.mask-bg.is-animated {
  color: #000;
}

.mask-bg.is-animated::after {
  animation: mask-bg 1.5s cubic-bezier(0.8, 0, 0.57, 1);
}
 
@keyframes mask-bg {
  100% {
    transform: translate(100%, 0)
  }
  20%, 40% {
    transform: translate(0%, 0)
  }
  0% {
    transform: translate(-100%, 0)
  }
}

.mask-bg2 {
  color: transparent;
  display: block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}

.mask-bg2::after {
  background: #000;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translate(0, 100%);
margin: auto;
}
 
.mask-bg2.is-animated {
  color: #000;
}

.mask-bg2.is-animated::after {
  animation: mask-bg 1.5s cubic-bezier(0.8, 0, 0.57, 1);
}
 
@keyframes mask-bg2 {
  100% {
    transform: translate(100%, 0)
  }
  20%, 40% {
    transform: translate(0%, 0)
  }
  0% {
    transform: translate(-100%, 0)
  }
}


/* スライドイン */
.anim-box {
  opacity: 0;
}
.anim-box::after {
  opacity: 100%;
}

.anim-box.slidein.is-animated {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
 
.anim-box.slidein2.is-animated {
  animation: slideIn2 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
 
.anim-box.slidein3.is-animated {
  animation: slideIn3 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
 
.anim-box.slidein4.is-animated {
  animation: slideIn3 3s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateY(180px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn2 {
  0% {
    transform: translateY(-480px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn3 {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn4 {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.delay-0 {
	animation-delay: 0;
}

.delay-1 {
	animation-delay: 1.2s;
}

.delay-2 {
	animation-delay: 2.4s;
}

.contents-wrap {
	z-index:100;
}


/* 背景 */
.boundball {
	display: block;
}

@keyframes boundx1 { /* Square */
0%{background-position-x:0%;}
100%{background-position-x:100%;}
}
@keyframes boundy1 {
0%{background-position-y:100%;}
33%{background-position-y:66%;}
66%{background-position-y:33%;}
100%{background-position-y:0%;}
}
.boundball-01 {
	z-index: 1;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	/* animation: boundx1 10.73s linear infinite alternate,boundy1 8s linear infinite alternate; */
	animation: boundx1 20s linear infinite alternate,boundy1 16s linear infinite alternate;
	background-image: url(/common/img/bg_img_01.png);
	background-size: 428px 428px;
	background-repeat: no-repeat;
}

@keyframes boundx2 { /* Triangle */
0%{background-position-x:0%;}
100%{background-position-x:100%;}
}
@keyframes boundy2 {
0%{background-position-y:0%;}
33%{background-position-y:30%;}
66%{background-position-y:60%;}
100%{background-position-y:100%;}
}
.boundball-02 {
	z-index:2;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	/* animation: boundx2 4.73s linear infinite alternate,boundy2 3s linear infinite alternate; */
	animation: boundx2 18s linear infinite alternate,boundy2 20s linear infinite alternate;
	background-image: url(/common/img/bg_img_02.png);
	background-size: 455px 395px;
	background-repeat: no-repeat;
}

@keyframes boundx3 {  /* Circle */
0%{background-position-x:100%;}
100%{background-position-x:0%;}
}
@keyframes boundy3 {
0%{background-position-y:100%;}
33%{background-position-y:45%;}
66%{background-position-y:15%;}
100%{background-position-y:0%;}
}
.boundball-03 {
	z-index:3;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	/* animation: boundx3 1.73s linear infinite alternate,boundy3 1s linear infinite alternate; */
	animation: boundx3 24s linear infinite alternate,boundy3 18s linear infinite alternate;
	background-image: url(/common/img/bg_img_03.png);
	background-size: 376px 376px;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.boundball {
	display: none;
}
}



.contens-video-wrap {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.contens-video-wrap video source {
	width: 100%;
}

@media screen and (max-width: 768px) {
.contens-video-wrap {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
}


/* 動画を再生してからその他を表示 */
#opv-wrap {
  display: none;
}

video#opv {
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  vertical-align: bottom;
}

main {
  display: none;
}

#mv {
  display: block;
}

.section-conts {
}

.section-conts h2 {
}