@charset "UTF-8";

/*---------------------------------
  Google Fonts
---------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

.NotoSans { font-family: 'Noto Sans JP', sans-serif; }
.NotoSerif { font-family: 'Noto Serif JP', serif; }
.ShipporiMincho { font-family: 'Shippori Mincho', serif; }
.m-plus-rounded-1c { font-family: "M PLUS Rounded 1c", sans-serif; }

/*---------------------------------
  表示・非表示（PC / TB / SP）
---------------------------------*/
.pconly {
	display: block;
}
.tbonly {
	display: block;
}
.sponly {
	display: none !important;
}
.pcnone {
	display: none;
}
@media screen and (max-width: 767px) {
.pconly {
	display: none !important;
}
.tbonly {
	display: none !important;
}
.sponly {
	display: block;
}
.pcnone {
	display: inline-block;
}
.spnone {
	display: none;
}
}

/*---------------------------------
  html/bodyの設定
---------------------------------*/
html {
	font-size: 62.5%; /* 62.5%は10px */
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background: #ffffff;
}
body {
	color: #000000;
    background: url(../common_img/allbg_pc.jpg) no-repeat;
    background-position: top center;
    background-size: 100% auto;
	overflow-x: hidden;
    word-break: break-all;
    font-feature-settings: "palt"; /* 文字詰め（カッコや句読点など） */
    text-align: justify;
}
@media screen and (max-width: 767px) {
html {
	font-size: 62.5%; /* 62.5%は10px */
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background: #ffffff;
}
body {
	color: #000000;
    background: url(../common_img/allbg_sp.jpg) no-repeat;
    background-position: top center;
    background-size: 100% auto;
	overflow-x: hidden;
    word-break: break-all;
    font-feature-settings: "palt"; /* 文字詰め（カッコや句読点など） */
    text-align: justify;
}
}

/*---------------------------------
  画像
---------------------------------*/
img {
	width:100%;
	height:auto;
}
#maincontentswrap01 img {
   vertical-align:bottom;
   pointer-events: none;
}
#maincontentswrap01 a img {
	border-style:none;
}
#maincontentswrap01 img {
	width:100%;
	height:auto;
	image-rendering: auto;
}
#maincontentswrap01 img[src$=".svg"] {
    width: 100%;
}
.radiusimg01 {
	border-radius: 1.5625vw; /* 1920px基準でborder-radius: 20px; */
}
@media screen and (max-width: 767px) {
.radiusimg01 {
	border-radius: 0;
}
}


/*---------------------------------
  テキストリンク
---------------------------------*/
#maincontentswrap01 a:link {
	color: #2f2c28;
	text-decoration: none;
	transition: 1.0s;
}
#maincontentswrap01 a:visited {
	color: #2b2d2e;
	text-decoration: none;
	transition: 1.0s;
}
#maincontentswrap01 a:active {
	color: #766655;
	text-decoration: underline;
	transition: 1.0s;
}
#maincontentswrap01 a:hover {
	color: #766655;
	text-decoration: underline;
	opacity: 0.6;
	transition: 1.0s;
}


/*---------------------------------
  テキストグラデーション
---------------------------------*/
.brown-to-black01 {
	background: linear-gradient(90deg, #776655 0%, #423b34 40%, #1c1d1d 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.black-to-brown01 {
	background: linear-gradient(90deg, #1c1d1d 0%, #423b34 40%, #776655 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*---------------------------------
  画像リンク
---------------------------------*/
a img {
	display: block;
}


/*---------------------------------
  アンカー位置設定
---------------------------------*/
#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10 {
	margin: calc((1.0416666666666665vw + 1.3541666666666667vw + 1.0416666666666665vw) * -1) 0 0;
	padding: calc(1.0416666666666665vw + 1.3541666666666667vw + 1.0416666666666665vw) 0 0;
    position: absolute;
    z-index: 0;
}
@media screen and (max-width: 767px) {
#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10 {
	margin: calc((1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw) * -1) 0 0;
	padding: calc(1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw) 0 0;
    position: absolute;
    z-index: 0;
}
}

/*---------------------------------
  フォントカラー
---------------------------------*/
.font-white01 { color: #ffffff; }
.font-black01 { color: #000000; }
.font-red01 { color: #ff0000; }
.font-orange01 { color: #ff9a17; }
.font-green01 { color: #0099af; }
.font-perple01 { color: #9070b0; }
.font-perple02 { color: #7f4fe0; }
.font-blue01 { color: #2c71c6; }


/*---------------------------------
  テキスト頭揃え
---------------------------------*/
.indent01-01 {
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.indent01-05 {
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
}
.indent02-02 {
	text-indent: -2em;
	padding: 0 0 0 2em;
}
.indent03-01 {
	text-indent: -3em;
	padding: 0 0 0 3em;
}

/*---------------------------------
  文字間調整用
---------------------------------*/
.letterspace01 {
	letter-spacing: -0.02em;
}

/*---------------------------------
  テキスト位置
---------------------------------*/
.textleft {
	text-align: left !important;
}
.textcenter {
	text-align: center !important;
}
.textright {
	text-align: right !important;
}

/*---------------------------------
  テキスト太さ
---------------------------------*/
.textbold {
	font-weight: 600;
}

/*---------------------------------
  改行設定
---------------------------------*/
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "";
	white-space: pre;
}
.spno-break:before {
	content: "\A";
	white-space: pre;
}
@media screen and (max-width: 767px) {
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "\A";
	white-space: pre;
}
.spno-break:before {
	content: "";
	white-space: pre;
}
}

/*---------------------------------
  タイトルアニメーション
---------------------------------*/
.glowAnime span { opacity: 0; }

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span { animation:glow_anime_on 3s ease-out forwards; }
@keyframes glow_anime_on {
	0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff; }
	50% { opacity:0.2; text-shadow: 0 0 10px #fff,0 0 15px #fff; }
	100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff; }
}

/*---------------------------------
  リスト要素感調整
---------------------------------*/
ul.listbottommargin01 {
    display: block;
}
ul.listbottommargin01 li {
    display: block;
    padding: 0 0 1.5em;
}
ul.listbottommargin01 li:last-child {
    padding: 0;
}

/*---------------------------------
  ローディング
---------------------------------*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
    background: #ffffff;
	background-size: 100%;
	z-index: 999999;
	text-align: center;
	color: #fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定 */
#splash-logo img {
	width: 100%;
}

/*画面遷移アニメーション*/
/*画面遷移の後現れるコンテンツ設定*/
#wrapper{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #wrapper{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@media screen and (max-width: 767px) {
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
    background: #ffffff;
	background-size: 30%;
	z-index: 999999;
	text-align: center;
	color: #fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定 */
#splash-logo img {
	width: 80%;
}
}

/*下層ローディング*/
/*========= ローディング画面のためのCSS ===============*/
#k-splash {
	position: fixed;
	width: 100%;
	height: 100%;
    background: #d8e7ee;
	z-index: 9999999;
	text-align: center;
	color: #fff;
}

#k-splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.k-splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.k-appear .k-splashbg{
    display: block;
    content: "";
    position: fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleX(0);
	animation-name: k-PageAnime;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

@keyframes k-PageAnime{
	0% {
		transform-origin: left;
		transform: scaleX(0);
		background: #009c37;
	}
	50% {
		transform-origin: left;
		transform: scaleX(1);
		background: #009c37;
	}
	50.001% {
		transform-origin: right;
		background-color: #e20017;/*伸びる背景色の設定*/
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
		background-color: #e20017;/*伸びる背景色の設定*/
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#wrapper{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.k-appear #wrapper{
	animation-name: k-PageAnimeAppear;
	animation-duration: 1s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes k-PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
@media screen and (max-width: 767px) {
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
    background: #ffffff;
	background-size: 30%;
	z-index: 999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定 */
#splash-logo svg {
	width: 70%;
}
}

/*---------------------------------
  ヘッダー
---------------------------------*/
#headwrap01 {
	width: 100%;
	padding: 0;
	position: fixed;
	top: 2.604166666666667vw; /* 1920px基準でtop: 50px; */
	z-index: 888;
}
#headwrap02 {
    width: 91.92708333333334vw; /* 1920px基準でwidth: 1765px; */
    margin: 0 auto;
	display: table;
    border-radius: 2.083333333333333vw; /* 1920px基準でborder-radius: 30px; */
	background: rgba(255,255,255,0.8);
}
.headinner01 {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	font-size: 0.9375vw; /* 1920px基準でfont-size: 18px; */
    font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
}
.headinner01 a {
	width: 100% !important;
	display: block;
}
.headinner01:nth-child(1) {
	width: 12.5vw; /* 1920px基準でwidth: 240px; */
	padding: 0.6770833333333334vw 0 0.10416666666666667vw; /* 1920px基準でpadding: 13px 0 2px; */
}
.headinner01:nth-child(1) a {
    margin: 0 0 0 1.8229166666666667vw; /* 1920px基準でmargin: 0 0 0 35px; */
}
.headinner01:nth-child(2) {
	text-align: right;
}
.headinner01:nth-child(3) {
    display: none;
	width: 125px;
	height: 63px;
	position: relative;
}
.headinner01 ul.headnav {
	display: block;
    font-size: 0.9375vw; /* 1920px基準でfont-size: 18px; */
	font-weight: 500;
}
.headinner01 ul.headnav li {
	display: inline-block;
	padding: 0 2.083333333333333vw 0 0; /* 1920px基準でpadding: 0 40px 0 0; */
}
.headinner01 ul.headnav li a span.navline:after {
	display: inline-block;
	padding: 0 0 0 15px;
}
.headinner01 ul.headnav li.subnav a {
	display: block;
	position: relative;
	z-index: 1;
}
.headinner01 ul.headnav li.subnav a:after {
	content: "";
	position: absolute;
	z-index: 889;
	width: 0;
	height: 0;
	bottom: -2.864583333333333vw; /* 1920px基準でbottom: -55px; */
	left: 50%;
	margin-left: -0.78125vw; /* 1920px基準でmargin-left: -15px; */
	border-left: solid 0.5208333333333333vw transparent; /* 1920px基準でborder-left: solid 10px transparent; */
	border-right: solid 0.5208333333333333vw transparent; /* 1920px基準でborder-right: solid 10px transparent; */
	transition: .4s;
	opacity: 0;
}
.headinner01 ul.headnav li.subnav:hover a:after {
	border-bottom: solid 10px #000000;
	transition: .4s;
	opacity: 1;
}
.headnav li.subnav .subnavwrap01 {
	width: 100%;
	position: absolute;
	z-index: 887;
	visibility: hidden;
	opacity: 0;
	transition: .8s;
	top: calc(1.0416666666666665vw + 4.6875vw + 1.0416666666666665vw - 1px); /* 1920px基準でtop: calc(20px + 82px + 20px); */
	left: 0;
	padding: 2.083333333333333vw 1.5625vw; /* 1920px基準でpadding: 40px 30px; */
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
	text-align: left;
}
.headnav li.subnav:hover .subnavwrap01 {
	visibility: visible;
	opacity: 1;
}
.subnavwrap02 {
	/*width: 100%;
	max-width: 1214px;*/
	display: table;
	font-size: 1.0416666666666665vw; /* 1920px基準でfont-size: 8px; */
	font-weight: 300;
	color: #ffffff;
}
.subnavinner01 {
	width: auto;
	display: table-cell;
	vertical-align: middle;
}
.subnavinner01:nth-child(1) {
	width: 14.583333333333334vw; /* 1920px基準でwidth: 280px; */
	padding: 0 2.604166666666667vw 0 0; /* 1920px基準でpadding: 0 50px 0 0; */
	vertical-align: middle;
	font-size: 1.5625vw; /* 1920px基準でfont-size: 30px; */
	font-weight: 400;
	letter-spacing: 0.08em;
}
.subnavinner01:nth-child(2) {
	padding: 0 0 0 2.604166666666667vw; /* 1920px基準でpadding: 0 0 0 50px; */
    line-height: 180%;
}

#headwrap01 a:link {
	color: rgba(63,63,63,1.00);
	text-decoration: none;
	transition: 0.5s;
}
#headwrap01 a:visited {
	color: rgba(63,63,63,1.00);
	text-decoration: none;
	transition: 0.5s;
}
#headwrap01 a:hover {
	color: rgba(144,112,175,1.00);
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(144,112,175,1.0));
    filter: drop-shadow(0px 0px 5px rgba(144,112,175,1.0));
	transition: 0.5s;
}
#headwrap01 a:hover img {
	opacity: 1.0;
	transition: 0.5s;
}
#headwrap01 a:active {
	color: rgba(144,112,175,1.00);
	text-decoration: none;
	transition: 0.5s;
}
.subnavinner02 {
	display: block;
	padding: 0 10px;
	vertical-align: top;
}

.subnavinner02 p {
	display: inline-block;
	margin: 0 30px 0 0;
	position: relative;
}
.subnavinner02 p:last-child {
	margin: 0;
}
.subnavinner02 p .g-navarrow01 {
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.subnavinner02 a:link {
	color: #ffffff !important;
	background: none;
	text-decoration: none;
	padding: 2px 8px;
	margin: 0 5px;
	transition: 1.0s;
}
.subnavinner02 a:visited {
	color: #ffffff !important;
	background: none;
	text-decoration: none;
	transition: 1.0s;
}
.subnavinner02 a:hover {
	color: #ffffff !important;
	background: none;
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0)) !important;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0)) !important;
	transition: 1.0s;
}
.subnavinner02 a:active {
	color: #ffffff !important;
	background: none;
	text-decoration: none;
	transition: 1.0s;
}

.subnavinner02 a:after {
	display: none;
}
.subnavinner02 a:hover:after {
	display: none;
}
@media screen and (max-width: 767px) {
#headwrap01 {
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 888;
}
#headwrap02 {
	width: 100%;
	margin: 0 auto;
	display: table;
    border-radius: 0;
	background: rgba(255,255,255,1.0);
}
.headinner01 {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	font-size: 1.6rem;font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
}
.headinner01 a {
	width: 100% !important;
	display: block;
}
.headinner01:nth-child(1) {
	width: calc(23.333333333333332vw + 2.666666666666667vw); /* 750px基準でwidth: calc(175px + 20px); */
	padding: 1.3333333333333335vw 0 1.3333333333333335vw 2.666666666666667vw; /* 750px基準でpadding: 10px 0 10px 20px; */
}
.headinner01:nth-child(2) {
	text-align: center;
}
.headinner01:nth-child(3) {
    display: block;
	width: auto;
	height: calc(1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw); /* 750px基準でheight: calc(10px + 54px + 10px); */
	position: relative;
}
.headinner01 ul.headnav {
	display: block;
	padding: 0;
}
.headinner01 ul.headnav li {
	display: block;
	padding: 0;
	font-weight: 700;
}
#headwrap01 a:link {
	color: #ffffff;
	text-decoration: none;
	transition: 1.0s;
}
#headwrap01 a:visited {
	color: #ffffff;
	text-decoration: none;
	transition: 1.0s;
}
#headwrap01 a:hover {
	color: #ffffff;
	text-decoration: none;
	transition: 1.0s;
	opacity: 0.8;
}
#headwrap01 a:active {
	color: #ffffff;
	text-decoration: none;
	transition: 1.0s;
}
}


/*---------------------------------
  ハンバーガーナビ
---------------------------------*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
	top:-200%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	/*background: url("../common_img/menubg_pc.jpg") no-repeat;*/
    background: rgba(43,45,46,0.80);
	background-size: cover;
	background-position: center center;
	opacity: 1.00;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-navwrap {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
	width: 100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.g-navinner01 {
	display: table;
	width: 73%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 1.3rem;
	font-weight: 400;
	color: #ffffff;
}
.g-navinner01:last-child {
	padding: 0;
}
.g-navinner01:after {
	content:"";
	display:block;
	clear:both;
}
#g-navlogowrap01 {
	width: 180px;
	float: left;
}
.g-navilistwrap01 {
	display: table;
	width: 32%;
	float: left;
	padding: 0 4% 0 0;
}
.g-navilistwrap01:nth-child(2) {
	width: 36%;
}
.g-navilistwrap01:last-child {
	width: 26%;
	padding: 0;
}
.g-navilistwrap01 ul {
	width: 100%;
}
.g-navilistwrap01:last-child ul {
	width: 100%;
	padding: 0 0 30px;
}
.g-navilistwrap01 ul li {
	display: table;
	width: 100%;
	vertical-align: bottom;
	padding: 0 0 30px;
	letter-spacing: 0.1em;
}
.g-navilistwrap01 ul li:last-child {
	padding: 0;
}
.g-navilistwrap01 ul li a {
	display: block;
	color: #ffffff !important;
	margin: 0 0 20px !important;
}
.g-navilistwrap01 ul li a:last-child {
	display: block;
	color: #ffffff !important;
	margin: 0 !important;
}
.g-navilistwrap01 ul li a:link {
	color: #ffffff !important;
	background: none !important;
	text-decoration: none;
	padding: 4px 10px;
	margin: 0 5px;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:visited {
	color: #ffffff;
	background: none;
	text-decoration: none;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:hover {
	color: #006d26 !important;
	background: #ffffff !important;
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.0));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.0));
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:active {
	color: #ffffff;
	background: #006d26;
	text-decoration: none;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li p {
	display: block;
	margin: 0 0 10px;
	position: relative;
}
.g-navilistwrap01 ul li p .g-navarrow01 {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*========= ボタンのためのCSS ===============*/
#openbtnwrap {
	position: relative;
	cursor: pointer;
}
#openbtninner {
    width: 125px;
    height: 65px;
	top: 0;
	right: 0;
	margin: 0;
	background: #2b2d2e;
	position: absolute;
    z-index: 9999;/*ボタンを最前面に*/
	transition: all 0.6s;
}
#menu {
	font-size: 1.4rem;
	color: #ffffff;
	position: absolute;
    z-index: 9999;/*ボタンを最前面に*/
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all 0.6s;
}
.openbtn {
	display: block;
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 0;
	left: 65px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
	
/*×に変化*/	
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 14px !important;
    height: 2px;
	background: #ffffff;
  	width: 20px;
	transition: all 0.6s;
  }

.openbtn span:nth-of-type(1) {
	top:28px;
}

.openbtn span:nth-of-type(2) {
	top:33px;
}

.openbtn span:nth-of-type(3) {
	top:38px;
}

#openbtnwrap.active #openbtninner {
	background: #ffffff;
	transition: all 0.6s;
}
#openbtnwrap.active #menu {
	color: #2b2d2e;
	transition: all 0.6s;
}
#openbtnwrap.active .openbtn span {
	background: #2b2d2e;
	transition: all 0.6s;
}
#openbtnwrap.active .openbtn span:nth-of-type(1) {
    top: 25px;
    right: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 20px;
}

#openbtnwrap.active .openbtn span:nth-of-type(2) {
	opacity: 0;
}

#openbtnwrap.active .openbtn span:nth-of-type(3) {
    top: 37px;
    right: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 20px;
}
@media screen and (max-width: 767px) {
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
	top: -400%;
    left: 0;
	width: 100%;
    height: 100vh;/*ナビの高さ*/
	/*background: url("../common_img/menubg_sp.jpg") no-repeat;*/
    background: rgba(144,112,176,1.00);
	background-size: cover;
	background-position: center center;
	opacity: 1.00;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-navwrap {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
	width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	padding: 30px 0;
}

.g-navinner01 {
	display: table;
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 0 20px;
	font-size: 4.8vw; /* 750px基準でfont-size: 30px; */
	font-weight: 600;
    text-align: center;
	color: #ffffff;
}
.g-navinner01:last-child {
	padding: 0;
}
.g-navinner01:after {
	content:"";
	display:block;
	clear:both;
}
#g-navlogowrap01 {
	width: 50%;
	margin: 0 auto;
	float: none;
}
#g-navlogowrap01 img {
	width: 100% !important;
}
.g-navilistwrap01 {
	display: table;
	width: 100%;
	float: none;
	padding: 0 0 15px;
}
.g-navilistwrap01:nth-child(2) {
	width: 100%;
}
.g-navilistwrap01:last-child {
	width: 100%;
	padding: 0;
}
.g-navilistwrap01 ul {
	width: 100%;
}
.g-navilistwrap01:last-child ul {
	width: 100%;
	padding: 0 0 15px;
}
.g-navilistwrap01 ul li {
	display: table;
	width: 100%;
	vertical-align: bottom;
	padding: 0 0 15px;
	letter-spacing: 0.1em;
}
.g-navilistwrap01 ul li:last-child {
	padding: 0;
}
.g-navilistwrap01 ul li a {
	display: block;
	color: #ffffff !important;
	margin: 0 0 5px !important;
}
.g-navilistwrap01 ul li a:last-child {
	display: block;
	color: #ffffff !important;
	margin: 0 !important;
}
.g-navilistwrap01 ul li a:link {
	color: #ffffff !important;
	background: none !important;
	text-decoration: none;
	padding: 4px 10px;
	margin: 0 5px;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:visited {
	color: #ffffff;
	background: none;
	text-decoration: none;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:hover {
	color: #ffffff !important;
	background: #222120 !important;
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.0));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.0));
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:active {
	color: #ffffff;
	background: #222120;
	text-decoration: none;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li p {
	display: block;
	margin: 0 0 5px 15px;
	position: relative;
}
.g-navilistwrap01 ul li p .g-navarrow01 {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*========= ボタンのためのCSS ===============*/
#openbtnwrap {
	position: relative;
	cursor: pointer;
}
#openbtninner {
    width: 18.666666666666668vw;
    height: calc(1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw); /* 750px基準でheight: calc(10px + 54px + 10px); */
	top: 0;
	right: 0;
	margin: 0;
	background: #9070af;
	position: absolute;
    z-index: 99999;/*ボタンを最前面に*/
	transition: all 0.6s;
}
#menu {
	font-size: 1.1rem;
	color: #ffffff;
	position: absolute;
    z-index: 99999;/*ボタンを最前面に*/
    top: 52%;
    right: 2.666666666666667vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all 0.6s;
}
.openbtn{
	display: block;
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 0;
	left: 9.333333333333334vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    position: absolute;
    right: 2.666666666666667vw;
    height: 2px;
	background: #ffffff;
  	width: 2.666666666666667vw;
	transition: all 0.6s;
  }

.openbtn span:nth-of-type(1) {
	top: 4.266666666666667vw; /* 32px / 750px */
}

.openbtn span:nth-of-type(2) {
	top: 4.933333333333334vw; /* 37px / 750px */
}

.openbtn span:nth-of-type(3) {
	top: 5.6000000000000005vw; /* 42px / 750px */
}

#openbtnwrap.active #openbtninner {
	background: #ffffff;
	transition: all 0.6s;
}
#openbtnwrap.active #menu {
	color: #9070b0;
	transition: all 0.6s;
}
#openbtnwrap.active .openbtn span {
	background: #9070b0;
	transition: all 0.6s;
}
#openbtnwrap.active .openbtn span:nth-of-type(1) {
	top: 4.933333333333334vw; /* 37px / 750px */
    right: 2.666666666666667vw;
    transform: translateY(0) rotate(-45deg);
  	width: 2.666666666666667vw;
}

#openbtnwrap.active .openbtn span:nth-of-type(2) {
	opacity: 0;
}

#openbtnwrap.active .openbtn span:nth-of-type(3) {
	top: 4.933333333333334vw; /* 37px / 750px */
    right: 2.666666666666667vw;
    transform: translateY(-0) rotate(45deg);
  	width: 2.666666666666667vw;
}
}


/*---------------------------------
  メインビジュアル
---------------------------------*/
#mainvisualwrap01 {
    width: 56.09375vw; /* 1920px基準でwidth: 1077px; */
    margin: 0 auto;
    padding: 6.770833333333333vw 0 16.145833333333336vw; /* 1920px基準でpadding: 130px 0 310px; */
}
#mainvisualwrap01 h1 {
    display: block;
}
#k-mainvisualwrap01 {
    width: 56.09375vw; /* 1920px基準でwidth: 1077px; */
    margin: 0 auto;
    padding: 10.416666666666668vw 0 2.604166666666667vw; /* 1920px基準でpadding: 200px 0 50px; */
}
#k-mainvisualwrap01 h1 {
	font-size: 1.875vw; /* 1920px基準でfont-size: 36px; */
	font-weight: 500;
	color: #ffffff;
	text-align: center;
}
@media screen and (max-width: 767px) {
#mainvisualwrap01 {
    width: 94%;
    margin: 0 auto;
    padding: calc(1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw) 0 13.333333333333334vw; /* 750px基準でpadding: calc(10px + 54px + 10px) 0 100px; */
}
#mainvisualwrap01 h1 {
    display: block;
}
#k-mainvisualwrap01 {
    width: 94%;
    margin: 0 auto;
    padding: calc(6.666666666666667vw + 7.199999999999999vw + 6.666666666666667vw) 0 6.666666666666667vw; /* 750px基準でpadding: calc(50px + 54px + 50px) 0 50px; */
}
#k-mainvisualwrap01 h1 {
	font-size: 6.666666666666667vw; /* 750px基準でfont-size: 50px; */
	font-weight: 500;
	color: #ffffff;
	text-align: center;
}
}


/*---------------------------------
  メインコンテンツ
---------------------------------*/
#maincontentswrap01 {
	width: 100%;
	min-height: 130vh;
    font-size: 0.9375vw; /* 1920px基準でfont-size: 18px; */
    line-height: 180%;
}
#maincontentswrap02 {
    width: 49.47916666666667vw; /* 1920px基準でwidth: 950px; */
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
#maincontentswrap01 {
	width: 100%;
	min-height: 50vh;
    font-size: 2.666666666666667vw; /* 750px基準でfont-size: 20px; */
    line-height: 160%;
}
#maincontentswrap02 {
	width: 94%;
	margin: 0 auto;
}
}


/*---------------------------------
  コンテンツ（共通）
---------------------------------*/
.contentswrap01 {
	width: 100%;
    margin: 0 0 2.604166666666667vw; /* 1920px基準でmargin: 0 0 50px; */
}
.contentswrap01:last-child {
    margin: 0;
}
.contentswrap01:after {
	content: "";
	clear: both;
	display: block;
}
.contentswrap01 img {
	display: block;
	width: 100%;
	height: auto;
}
.whitecontentswrap01 {
    padding: 3.6458333333333335vw 2.34375vw 2.34375vw 2.34375vw; /* 1920px基準でpadding: 70px 45px 45px 45px; */
    margin: 0 0 2.8125vw; /* 1920px基準でmargin: 0 0 54px; */
    border-radius: 2.083333333333333vw; /* 1920px基準でborder-radius: 30px; */
    background: rgba(255,255,255,0.9);
}
.whitecontentswrap01:last-child {
    margin: 0;
}
.whitecontentsinner01 {
    margin: 0 0 2.604166666666667vw; /* 1920px基準でmargin: 0 0 50px; */
}
.whitecontentsinner01:last-child {
    margin: 0;
}
.contentsdetail2columnoutsidewrap01 {
    width: 100%;
}
.contentsdetail2columnwrap01 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.4583333333333333vw 1.7708333333333333vw; /* 1920px基準でgap: 28px 34px; */
    padding: 0 0 2.083333333333333vw; /* 1920px基準でpadding: 0 0 40px; */
}
.contentsdetail2columninner01 {
    flex: 0 0 calc((100% - 1.7708333333333333vw) / 2); /* 2カラム＋gapを考慮 */
    max-width: calc((100% - 1.7708333333333333vw) / 2);
    box-sizing: border-box;
    background: #d3c6df;
    padding: 17px;
    border-radius: 20px;
}
.contentsdetail4columnoutsidewrap01 {
    width: 100%;
    margin: 0 0 2.604166666666667vw; /* 1920px基準でmargin: 0 0 50px; */
}
.contentsdetail4columnwrap01 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.6770833333333334vw; /* 1920px基準でgap: 13px; */
    padding: 0 0 2.083333333333333vw; /* 1920px基準でpadding: 0 0 40px; */
}
.contentsdetail4columnwrap01:last-child {
    padding: 0;
}
.contentsdetail4columninner01 {
    flex: 0 0 calc((100% - calc(0.6770833333333334vw * 3)) / 4); /* 4カラム＋gapを考慮 */
    max-width: calc((100% - calc(0.6770833333333334vw * 3)) / 4);
}
ul.contentstitle01 {
    display: table;
    margin: 0 auto 2.34375vw; /* 1920px基準でmargin: 0 auto 45px; */
}
ul.contentstitle01 li {
    font-size: 1.25vw; /* 1920px基準でfont-size: 24px; */
    font-weight: 700;
    text-align: center;
    line-height: 160%;
}
ul.contentstitle02 {
    display: table;
    margin: 0 0 1.5625vw; /* 1920px基準でmargin: 0 auto 30px; */
}
ul.contentstitle02 li {
    font-size: 1.5625vw; /* 1920px基準でfont-size: 30px; */
    font-weight: 700;
    line-height: 160%;
}
.contentslargetitle01 {
    font-size: 1.4583333333333333vw !important; /* 1920px基準でfont-size: 28px; */
}
@media screen and (max-width: 767px) {
.contentswrap01 {
	width: 100%;
    margin: 0 0 4vw; /* 750px基準でmargin: 0 0 30px; */
}
.contentswrap01:last-child {
    margin: 0;
}
.contentswrap01:after {
	content: "";
	clear: both;
	display: block;
}
.contentswrap01 img {
	display: block;
	width: 100%;
	height: auto;
}
.whitecontentswrap01 {
    padding: 4vw 3.3333333333333335vw 3.3333333333333335vw 3.3333333333333335vw; /* 750px基準でpadding: 30px 25px 25px 25px; */
    margin: 0 0 4vw; /* 750px基準でmargin: 0 0 30px; */
    border-radius: 4vw; /* 750px基準でborder-radius: 30px; */
    background: rgba(255,255,255,0.9);
}
.whitecontentswrap01:last-child {
    margin: 0;
}
.whitecontentsinner01 {
    margin: 0 0 4vw; /* 750px基準でmargin: 0 0 30px; */
}
.whitecontentsinner01:last-child {
    margin: 0;
}
.contentsdetail2columnoutsidewrap01 {
    width: 100%;
}
.contentsdetail2columnwrap01 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2vw 0; /* 750px基準でgap: 15px 0; */
    padding: 0 0 4vw; /* 750px基準でpadding: 0 0 30px; */
}
.contentsdetail2columninner01 {
    flex: 0 0 100%;
    max-width: 100%;
}
.contentsdetail4columnoutsidewrap01 {
    width: 100%;
    margin: 0 0 4vw; /* 750px基準でmargin: 0 0 30px; */
}
.contentsdetail4columnwrap01 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2vw; /* 750px基準でgap: 15px; */
    padding: 0 0 4vw; /* 750px基準でpadding: 0 0 30px; */
}
.contentsdetail4columnwrap01:last-child {
    padding: 0;
}
.contentsdetail4columninner01 {
    flex: 0 0 calc((100% - calc(2vw * 1)) / 2); /* 2カラム＋gapを考慮 */
    max-width: calc((100% - calc(2vw * 1)) / 2);
}
ul.contentstitle01 {
    display: table;
    margin: 0 auto 4vw; /* 750px基準でmargin: 0 auto 30px; */
}
ul.contentstitle01 li {
    font-size: 4vw; /* 750px基準でfont-size: 30px; */
    font-weight: 500;
    text-align: center;
    line-height: 160%;
}
ul.contentstitle02 {
    display: table;
    margin: 0 auto 4vw; /* 750px基準でmargin: 0 auto 30px; */
}
ul.contentstitle02 li {
    font-size: 4vw; /* 750px基準でfont-size: 30px; */
    font-weight: 500;
    line-height: 160%;
}
.contentslargetitle01 {
    font-size: 4.533333333333333vw !important; /* 750px基準でfont-size: 34px; */
}
}


/*---------------------------------
  トップページ
---------------------------------*/
.kaitlydetailtitlewrap01 {
    width: 100%;
    display: table;
    font-size: 1.5625vw; /* 1920px 基準でfont-size: 30px; */
    font-weight: 600;
    color: #9070b0;
}
.kaitlydetailtitlewrap01 p {
    width: auto;
    display: table-cell;
    vertical-align: middle;
}
.kaitlydetailtitlewrap01 p:nth-child(1) {
    width: calc(1.3020833333333335vw + 1em);
    margin: 0 1em 0 0;
}
.kaitlydetailtitlewrap01 p:nth-child(1) img {
    width: 1.3020833333333335vw !important; /* 1920px 基準でwidth: 25px; */
}
.kaitlydetailtitleicon01 {
    width: 3.177083333333333vw !important; /* 1920px 基準でwidth: 61px; */
}
.kaitlydetailtitleicon02 {
    width: 2.4479166666666665vw !important; /* 1920px 基準でwidth: 47px; */
}
.kaitlydetailtitleicon03 {
    width: 3.5416666666666665vw !important; /* 1920px 基準でwidth: 68px; */
}
.kaitlydetailtitleicon04 {
    width: 5.15625vw !important; /* 1920px 基準でwidth: 99px; */
}

ul.kaitlydetailattention01 {
    display: table;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
.kaitlydetailtitlewrap01 {
    width: 100%;
    display: table;
    font-size: 5.333333333333334vw; /* 750px 基準でfont-size: 40px; */
    font-weight: 600;
    color: #9070b0;
}
.kaitlydetailtitlewrap01 p {
    width: auto;
    display: table-cell;
    vertical-align: middle;
}
.kaitlydetailtitlewrap01 p:nth-child(1) {
    width: calc(5.333333333333334vw + 0.5em);
    margin: 0 0.5em 0 0;
}
.kaitlydetailtitlewrap01 p:nth-child(1) img {
    width: 5.333333333333334vw !important; /* 750px 基準でwidth: 40px; */
}
.kaitlydetailtitleicon01 {
    width: 8.133333333333333vw !important; /* 750px 基準でwidth: 61px; */
}
.kaitlydetailtitleicon02 {
    width: 6.266666666666667vw !important; /* 750px 基準でwidth: 47px; */
}
.kaitlydetailtitleicon03 {
    width: 9.066666666666666vw !important; /* 750px 基準でwidth: 68px; */
}
.kaitlydetailtitleicon04 {
    width: 13.200000000000001vw !important; /* 750px 基準でwidth: 99px; */
}

ul.kaitlydetailattention01 {
    display: table;
    margin: 0 auto;
}
}


/*---------------------------------
  よくある質問
---------------------------------*/
#faqwrap01 {
	display: block;
    width: 49.47916666666667vw; /* 1920px 基準でwidth: 950px; */
    margin: 0 auto;
}
.accordion {
    display: block;
    border-bottom: 1px solid #b0acaa;
}
.accordion a:link {
    color: #2f2c28;
    text-decoration: none;
}
.accordion a:visited {
    color: #2f2c28;
}
.accordion a:hover {
    color: #2f2c28;
    text-decoration: none !important;
}
.accordion__title {
    width: 100%;
    display: table;
    font-size: 1.0416666666666665vw; /* 1920px 基準でfont-size: 20px; */
    padding: 0 1.8229166666666667vw; /* 1920px基準でpadding: 0 35px; */
    cursor: pointer;
    position: relative;
}
a.accordion__title:link {
    color: #1f3b8f;
    opacity: 1 !important;
}
a.accordion__title:hover {
    color: #1f3b8f;
    opacity: 1 !important;
}
a.accordion__title:hover img {
    opacity: 1 !important;
}
.accordion__title::before {
    content: '';
    display: inline-block;
    width: 1.0416666666666665vw; /* 1920px基準でwidth: 20px; */
    height: 0.10416666666666667vw; /* 1920px基準でheight: 2px; */
    background-color: #5c5045;
    position: absolute;
    top: 50%;
    left: 1.3020833333333335vw; /* 1920px基準でleft: 25px; */
    transform: translateY(-50%);
    transition: opacity 1s;
}
.accordion__title::after {
    content: '';
    display: inline-block;
    width: 1.0416666666666665vw; /* 1920px基準でwidth: 20px; */
    height: 0.10416666666666667vw; /* 1920px基準でheight: 2px; */
    background-color: #5c5045;
    position: absolute;
    top: 50%;
    left: 1.3020833333333335vw; /* 1920px基準でleft: 25px; */
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.accordion__title.show::before {
    transform: translateY(-50%) rotate(-135deg);
}
.accordion__title.show::after {
    transform: translateY(-50%) rotate(135deg);
}
.accordion__title p {
    padding: 2.34375vw 0 2.34375vw 2.34375vw; /* 1920px基準でpadding: 45px 0 45px 45px; */
}
.accordion__content {
    display: none;
    padding: 0 1.3020833333333335vw 1.875vw 1.3020833333333335vw; /* 1920px基準でpadding: 0 25px 36px 25px; */
}
.accordion__contentattention {
    display: block;
    font-size: 0.8750000000000001vw; /* 1600px基準でfont-size: 14px; */
    line-height: 160%;
}
.accordion__contentdetail {
    width: 100%;
    display: block;
}
.accordion__contentdetail p {
    font-size: 1.0416666666666665vw; /* 1920px 基準でfont-size: 20px; */
    color: #707070;
}
.accordion__contentdetail a:link {
    color: #707070;
    text-decoration: underline;
}
.accordion__contentdetail a:visited {
    color: #707070;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
#faqwrap01 {
    width: 100%;
    margin: 0 auto;
}
.accordion {
    display: block;
    border-bottom: 1px solid #b0acaa;
}
.accordion a:link {
    color: #2f2c28;
}
.accordion a:visited {
    color: #2f2c28;
}
.accordion a:hover {
    color: #2f2c28;
}
.accordion__title {
    width: 100%;
    display: table;
    font-size: 2.666666666666667vw; /* 750px基準でfont-size: 20px; */
    padding: 0 4.666666666666667vw; /* 750px基準でpadding: 0 35px; */
    cursor: pointer;
    position: relative;
}
a.accordion__title:link {
    color: #1f3b8f;
    opacity: 1 !important;
}
a.accordion__title:hover {
    color: #1f3b8f;
    opacity: 1 !important;
}
a.accordion__title:hover img {
    opacity: 1 !important;
}
.accordion__title::before {
    content: '';
    display: inline-block;
    width: 3.3333333333333335vw; /* 750px基準でwidth: 25px; */
    height: 0.4vw; /* 750px基準でheight: 3px; */
    background-color: #5c5045;
    position: absolute;
    top: 50%;
    left: 3.3333333333333335vw; /* 750px基準でleft: 25px; */
    transform: translateY(-50%);
    transition: opacity 1s;
}
.accordion__title::after {
    content: '';
    display: inline-block;
    width: 3.3333333333333335vw; /* 750px基準でwidth: 25px; */
    height: 0.4vw; /* 750px基準でheight: 3px; */
    background-color: #5c5045;
    position: absolute;
    top: 50%;
    left: 3.3333333333333335vw; /* 750px基準でleft: 25px; */
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.accordion__title.show::before {
    transform: translateY(-50%) rotate(-135deg);
}
.accordion__title.show::after {
    transform: translateY(-50%) rotate(135deg);
}
.accordion__title p {
    padding: 3.2vw 0 3.2vw 4.666666666666667vw; /* 750px基準でpadding: 24px 0 24px 35px; */
}
.accordion__content {
    display: none;
    padding: 0 4.666666666666667vw 3.2vw; /* 750px基準でpadding: 0 35px 24px; */
}
.accordion__contentattention {
    display: block;
    font-size: 2.2666666666666666vw; /* 750px基準でfont-size: 17px; */
    line-height: 160%;
}
.accordion__contentdetail {
    width: 100%;
    display: block;
}
.accordion__contentdetail p {
    font-size: 2.666666666666667vw; /* 750px基準でfont-size: 20px; */
    color: #707070;
    line-height: 140%;
}
.accordion__contentdetail a:link {
    color: #707070;
    text-decoration: underline;
}
.accordion__contentdetail a:visited {
    color: #707070;
    text-decoration: underline;
}
}


/*---------------------------------
  フローティングバナー
---------------------------------*/
#floatingbannerwrap01 {
    width: 180px;
	display: block;
    right: 10px;
    bottom: 0;
    position: fixed;
    margin: 0;
    z-index: 700;
}
.floatingbannerinner01 {
	width: 100%;
	margin: 0 0 10px;
}
.floatingbannerinner01 a:link {
	display: block;
	transition: 0.5s;
}
.floatingbannerinner01 a:hover {
	display: block;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(144,112,175,1.0));
    filter: drop-shadow(0px 0px 5px rgba(144,112,175,1.0));
	transition: 0.5s;
}
@media screen and (max-width: 767px) {
#floatingbannerwrap01 {
    width: 100%;
	display: flex;
    right: 0;
    bottom: 0;
    position: fixed;
    margin: 0;
    z-index: 700;
}
.floatingbannerinner01 {
	width: 50%;
	margin: 0;
}
.floatingbannerinner01 a:link {
	display: block;
	transition: 0.5s;
}
.floatingbannerinner01 a:hover {
	display: block;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(144,112,175,1.0));
    filter: drop-shadow(0px 0px 5px rgba(144,112,175,1.0));
	transition: 0.5s;
}
}


/*---------------------------------
  sns
---------------------------------*/
#snswrap01 {
	width: 100%;
	background: #ffffff;
	padding: 1.5625vw 0 4.6875vw; /* 1920px基準でpadding: 30px 0 90px; */
	margin: 0 0 3.6458333333333335vw; /* 1920px基準でmargin: 0 0 70px; */
}
#snswrap02 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1.5625vw; /* 1920px基準でgap: 0 30px; */
	margin: 0 auto;
}
.snsinner01 {
	width: 3.125vw; /* 1920px基準でwidth: 60px; */
}

#snswrap01 a {
	transition: 0.5s;
}
#snswrap01 a:hover {
	color: rgba(144,112,175,1.00);
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(144,112,175,1.0));
    filter: drop-shadow(0px 0px 5px rgba(144,112,175,1.0));
	transition: 0.5s;
}
#snswrap01 a:hover img {
	opacity: 1.0;
	transition: 0.5s;
}
@media screen and (max-width: 767px) {
#snswrap01 {
	width: 100%;
	background: #ffffff;
	padding: 2vw 0 4vw; /* 750px基準でpadding: 15px 0 30px; */
	margin: 0 0 4vw; /* 750px基準でmargin: 0 auto 30px;*/
}
#snswrap02 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 6.666666666666667vw; /* 1920px基準でgap: 0 50px; */
	margin: 0 auto;
	width: 60%;
}
.snsinner01 {
	width: calc(100% / 3);
}

#snswrap01 a {
	transition: 0.5s;
}
#snswrap01 a:hover {
	color: rgba(144,112,175,1.00);
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(144,112,175,1.0));
    filter: drop-shadow(0px 0px 5px rgba(144,112,175,1.0));
	transition: 0.5s;
}
#snswrap01 a:hover img {
	opacity: 1.0;
	transition: 0.5s;
}
}


/*---------------------------------
  フッター
---------------------------------*/
footer {
	background: #9070b0;
}
#footercontentswrap01 {
    width: 49.47916666666667vw; /* 1920px基準でwidth: 950px; */
	margin: 0 auto;
}
#footerdetailwrap01 {
	width: 100%;
	display: table;
    font-size: 0.9375vw; /* 1920px 基準でfont-size: 18px; */
    font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #ffffff;
	padding: 0 0 2.604166666666667vw; /* 1920px基準でpadding: 0 0 50px; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footerdetailinner01 {
	width: calc(100% - 8.697916666666666vw - 1.3em - 1.3em);
	display: table-cell;
	vertical-align: middle;
}
.footerdetailinner01:nth-child(1) {
	width: calc(8.697916666666666vw + 1.3em + 1.3em); /* 1920px基準でwidth: 167px; */
	padding: 0 1.3em;
}
.footerdetailinner01 ul {
	display: block;
	padding: 0 0 1em;
}
.footerdetailinner01 ul:last-child {
	padding: 0;
}
.footerdetailinner01 ul li {
	display: block;
}
#copyrightwrap01 {
    padding: 2.604166666666667vw 0; /* 1920px基準でpadding: 50px 0; */
    font-size: 1.0416666666666665vw; /* 1920px基準でfont-size: 20px; */
    font-weight: 500;
    color: #ffffff;
}

 /* reCAPTCHA v3バッジの位置 */
.grecaptcha-badge {
  bottom: 100px !important; /* 通常は 0px → 100px上に移動 */
}
@media screen and (max-width: 767px) {
footer {
	background: #9070b0;
}
#footercontentswrap01 {
	width: 94%;
	margin: 0 auto;
}
#footerdetailwrap01 {
	width: 100%;
	display: block;
    font-size: 2.666666666666667vw; /* 750px基準でfont-size: 20px; */
    font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #ffffff;
	padding: 0 0 5.333333333333334vw; /* 1920px基準でpadding: 0 0 40px; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footerdetailinner01 {
	width: 100%;
	display: block;
	vertical-align: middle;
}
.footerdetailinner01:nth-child(1) {
	width: 30%;
	margin: 0 auto;
	padding: 0 0 1em;
}
.footerdetailinner01 ul {
	display: block;
	padding: 0 0 1em;
}
.footerdetailinner01 ul:last-child {
	padding: 0;
}
.footerdetailinner01 ul li {
	display: block;
}
#copyrightwrap01 {
    padding: 5.333333333333334vw 0 15.333333333333332vw; /* 750px基準でpadding: 40px 0 100px; */
    font-size: 2.666666666666667vw; /* 750px基準でfont-size: 20px; */
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

 /* reCAPTCHA v3バッジの位置 */
.grecaptcha-badge {
  bottom: 50px !important; /* 通常は 0px → 50px上に移動 */
}
}


/*---------------------------------
  個人情報取扱い
---------------------------------*/
ul.privacy01 {
	display: block;
	padding: 0 0 1em;
}
ul.privacy01:last-child {
	padding: 0;
}
ul.privacy01 li {
	display: block;
}
ul.privacy01 li.privacytitle01 {
	margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
ul.privacy01 {
	display: block;
	padding: 0 0 1em;
}
ul.privacy01:last-child {
	padding: 0;
}
ul.privacy01 li {
	display: block;
}
ul.privacy01 li.privacytitle01 {
	margin: 0 0 1em;
}
}


/*---------------------------------
  買取り
---------------------------------*/
ul.selltitlewrap01 {
	width: auto;
	display: table;
	margin: 0 auto;
    padding: 0 0 2.604166666666667vw; /* 1920px基準でpadding: 0 0 50px; */
	font-size: 1.5625vw; /* 1920px基準でfont-size: 30px; */
	font-weight: 700;
	text-align: center;
	line-height: 160%;
	-webkit-text-stroke: 4px #ffffff;
	text-stroke: 4px #ffffff;
	paint-order: stroke;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
ul.selltitlewrap02 {
	width: auto;
	display: table;
	margin: 0 auto;
    padding: 0 0 0.78125vw; /* 1920px基準でpadding: 0 0 15px; */
	font-size: 1.5625vw; /* 1920px基準でfont-size: 30px; */
	font-weight: 700;
	text-align: center;
	line-height: 160%;
	-webkit-text-stroke: 4px #ffffff;
	text-stroke: 4px #ffffff;
	paint-order: stroke;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
ul.selltitlewrap02 li {
	display: block;
}
ul.selltitlewrap02 li.flowicon01:after {
	width: 3.4895833333333335vw; /* 1920px基準でwidth: 67px; */
	display: inline-block;
	vertical-align: middle;
	content: url(../sell/img/icon01.svg);
	margin: 0 0 0 0.5em;
}
ul.selltitlewrap02 li.flowicon02:after {
	width: 5.208333333333334vw; /* 1920px基準でwidth: 100px; */
	display: inline-block;
	vertical-align: middle;
	content: url(../sell/img/icon02.svg);
	margin: 0 0 0 0.5em;
}
ul.selltitlewrap02 li.flowicon03:after {
	width: 3.125vw; /* 1920px基準でwidth: 60px; */
	display: inline-block;
	vertical-align: middle;
	content: url(../sell/img/icon03.svg);
	margin: 0 0 0 0.5em;
}
ul.selltitlewrap02 li.flowicon04:after {
	width: 2.4479166666666665vw; /* 1920px基準でwidth: 47px; */
	display: inline-block;
	vertical-align: middle;
	content: url(../sell/img/icon04.svg);
	margin: 0 0 0 0.5em;
}
ul.sellsubtitlewrap01 {
	margin: 0 0 0 1em;
    padding: 0 0 0.78125vw; /* 1920px基準でpadding: 0 0 15px; */
    font-size: 1.25vw; /* 1920px基準でfont-size: 24px; */
    font-weight: 700;
    line-height: 160%;
}
ul.selltitlewrap02 li {
	display: block;
}
@media screen and (max-width: 767px) {
ul.selltitlewrap01 {
	width: auto;
	display: table;
	margin: 0 auto;
    padding: 0 0 4vw; /* 750px基準でpadding: 0 0 30px; */
	font-size: 5.333333333333334vw; /* 750px基準でfont-size: 40px; */
	font-weight: 700;
	text-align: center;
	line-height: 160%;
	-webkit-text-stroke: 4px #ffffff;
	text-stroke: 4px #ffffff;
	paint-order: stroke;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
ul.selltitlewrap02 {
	width: auto;
	display: table;
	margin: 0 auto;
    padding: 0 0 4vw; /* 750px基準でpadding: 0 0 30px; */
	font-size: 5.333333333333334vw; /* 750px基準でfont-size: 40px; */
	font-weight: 700;
	text-align: center;
	line-height: 160%;
	-webkit-text-stroke: 4px #ffffff;
	text-stroke: 4px #ffffff;
	paint-order: stroke;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
ul.selltitlewrap02 li {
	display: block;
}
ul.selltitlewrap02 li.flowicon01:after {
	width: 8.933333333333334vw; /* 750px基準でwidth: 67px; */
	display: inline-block;
	vertical-align: middle;
	content: url(../sell/img/icon01.svg);
	margin: 0 0 0 0.5em;
}
ul.selltitlewrap02 li.flowicon02:after {
	width: 13.333333333333334vw; /* 750px基準でwidth: 100px; */
	display: inline-block;
	vertical-align: middle;
	content: url(../sell/img/icon02.svg);
	margin: 0 0 0 0.5em;
}
ul.selltitlewrap02 li.flowicon03:after {
	width: 8vw; /* 750px基準でwidth: 60px; */
	display: inline-block;
	vertical-align: middle;
	content: url(../sell/img/icon03.svg);
	margin: 0 0 0 0.5em;
}
ul.selltitlewrap02 li.flowicon04:after {
	width: 6.266666666666667vw; /* 750px基準でwidth: 47px; */
	display: inline-block;
	vertical-align: middle;
	content: url(../sell/img/icon04.svg);
	margin: 0 0 0 0.5em;
}
ul.sellsubtitlewrap01 {
	margin: 0;
    padding: 0 0 0.78125vw; /* 1920px基準でpadding: 0 0 15px; */
    font-size: 4vw; /* 750px基準でfont-size: 30px; */
    font-weight: 500;
    line-height: 160%;
	text-align: center;
}
ul.selltitlewrap02 li {
	display: block;
}
}


/*---------------------------------
  リンク無効
---------------------------------*/
.nolink01 {
    pointer-events: none;
}


/*---------------------------------
  共通リスト
---------------------------------*/
table.tablelist01 {
    width: 100%;
    font-size: 1.0416666666666665vw; /* 1920px 基準でfont-size: 20px; */
	line-height: 140%;
	letter-spacing: -0.04em;
}
table.tablelist01 tr {
    border-bottom: 1px solid #b0acaa;
}
table.tablelist01 td {
    padding: 1.5em 2em;
    vertical-align: top;
}
table.tablelist01 td:nth-child(1) {
    width: 23%; 
    padding: 1.5em 0;
}

table.tablelist02 {
    width: 100%;
}
table.tablelist02 td {
    padding: 1.5em 2em;
    vertical-align: top;
}
table.tablelist02 td:nth-child(1) {
    width: 35%;
    background: #f1eff0;
    font-weight: 500;
    text-align: left;
}
@media screen and (min-width: 0px) and (max-width: 768px)  {
table.tablelist01 {
    width: 100%;
    font-size: 2.666666666666667vw; /* 750px基準でfont-size: 20px; */
	line-height: 140%;
	letter-spacing: -0.04em;
}
table.tablelist01 tr {
    border-bottom: none;
}
table.tablelist01 td {
    display: block;
    padding: 0.5em 1em;
    vertical-align: top;
}
table.tablelist01 td:nth-child(1) {
    width: auto;
    margin: 0 0 2.666666666666667vw; /* 750px基準でmargin: 0 0 15px; */
    text-align: center;
    border-top: 1px solid #b0acaa;
    border-bottom: 1px solid #b0acaa;
}
table.tablelist01 td:last-child {
    border-right: none;
    padding: 0 1em 2.666666666666667vw; /* 750px基準でpadding: 0 1em 15px; */
}

table.tablelist02 {
    width: 100%;
}
table.tablelist02 td {
    display: block;
    padding: 0.5em 1em;
    vertical-align: top;
}
table.tablelist02 td:nth-child(1) {
    width: auto;
    margin: 0 0 10px;
    background: #f1eff0;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
}


/*---------------------------------
  お問い合わせページ
---------------------------------*/
input { width:98%; padding:5px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
.buttonbox01 input { background: transparent; }
input.textbox01 { width:50%; padding:8px 1%; margin:0; border:1px solid #d8d8d8; }
select { width:30%; padding:8px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
select.date { width:22%; padding:8px 1%; margin:0 0 0 2%; border:1px solid #d8d8d8; }
.selectbox:invalid { color: #7d7d7d; }
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
    display: block;
}
input.namebox { width:90%; padding:8px 1%; border:1px solid #d8d8d8; }
input#zip { width:30%; padding:8px 1%; border:1px solid #d8d8d8; }
input.addr { width:50%; padding:8px 1%; border:1px solid #d8d8d8; }
.number01 { width:3em; padding:5px 1%; border:1px solid #d8d8d8; display: inline-block; }
.number02 { width:100px !important; padding:5px 1%; border:1px solid #d8d8d8; display: inline-block; }
textarea { width:98%; height:200px; padding:8px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
textarea.freetext01 { width:98%; height:30px; padding:8px 1%; margin:0; border:1px solid #d8d8d8; }
.ex { display:inline-block; }

input.file {
    padding: 0 0 10px;
	border: none;
}
input.checkbox{
	display: none;
}
input.radio{
	display: none;
}
label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 3px 0 0;
	text-indent: 0;
	padding:0 0 0 25px;
	border-radius: 1%;
	/*font-size: 16px;*/
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label:before{
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #ffffff;
	border-radius: 50%;
	border:1px solid #d8d8d8;
}
label[for="consent01"]:before{
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #ffffff;
	border-radius: 0;
	border:1px solid #d8d8d8;
}
input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 3px;
	width: 10px;
	height: 10px;
	transform: rotate(40deg);
	border-radius: 50%;
	background: #4e5254;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #4e5254;
	border-right: 3px solid #4e5254;
}
label[for="email_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="email_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
label[for="emailConfirm_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="emailConfirm_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
.pplist01 { padding: 0 0 0 1em; }
ul.check01 { width:100%; display:block; text-align: center; padding: 30px 0 15px; }
ul.check01 li {
	width:100%;
	display:block;
	padding: 0.5em 0 1em;
	margin: 0;
}
label[for=consent01] {
	display: table;
	width: auto;
	text-align: center;
	margin: 15px auto 0;
	border-radius: 5%;
}
.ppattentiontext01 {
    width: 100%;
    display: block;
    line-height: 160%;
    margin: 0 auto;
}

#privacywrap01 { display: block; border: 1px solid #ededed; padding: 20px; margin: 30px 0 0; background: #ffffff; }
#privacywrap02 { display: block; height: 200px; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
#privacywrap02 ul { display: block; padding: 0 1em 1em; }
#privacywrap02 ul:last-child { padding: 0 1em; }
.formbtnwrap01 {
    display: table;
    margin: 1.3020833333333335vw auto 0; /* 1920px基準でmargin: 25px auto 0; */
    position: relative;
}
.formbtnwrap01 img {
    width: 1.7708333333333333vw !important; /* 1920px基準でwidth: 34px; */
    position: absolute;
    top: 50%;
    right: 1.4583333333333333vw; /* 1920px基準でright: 28px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transition: 0.5s;
}
.formbtn01 {
    display: table;
    width: 8.333333333333332vw; /* 1920px 基準でwidth: 160px; */
    margin: 0 auto;
	padding: 1em 1.5em;
    font-weight: 500;
    text-align: center;
    line-height: 140%;
    color: #ffffff;
    background: #9070b0;
	border: 4px solid #ffffff;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
    position: relative;
    transition: 0.5s;
}
input.formbtn01:disabled:hover {
    pointer-events: none;
}
.formbtn01:hover {
    opacity: 0.8 !important;
    transition: 0.5s;
}
a.formbtn01:link {
    color: #ffffff !important;
    line-height: 140% !important;
    padding: 5px 1% !important;
}
a.formbtn01:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    line-height: 140% !important;
    padding: 5px 1% !important;
}
a.formbtn01:visited {
    color: #ffffff !important;
    line-height: 140% !important;
    padding: 5px 1% !important;
}
a:link.formbtn01 {
    padding: 1em 1.5em !important;
}

.formqrwrap01 {
	display: block;
	text-align: center;
	padding: 2.604166666666667vw 0 0; /* 1920px基準でpadding: 50px 0 0; */
}
.formqrwrap01 img {
	display: block;
	width: 5.208333333333334vw !important; /* 1920px基準でwidth: 100px; */
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
input { width:98%; display:block; padding:6px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
.buttonbox01 input { background: transparent; }
input.textbox01 { width:50%; padding:6px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
select { width:25%; display:block; padding:6px 1%; margin:0; border:1px solid #d8d8d8; }
select.date { width:22%; padding:8px 1%; margin:0 0 0 2%; border:1px solid #d8d8d8; display: inline-block; }
.selectbox:invalid { color: #7d7d7d; }
input#zip { width:20%; padding:6px 1%; border:1px solid #d8d8d8; }
input.addr { width:50%; padding:6px 1%; border:1px solid #d8d8d8; }
.number01 { width:3em; padding:6px 1%; border:1px solid #d8d8d8; display: inline-block; }
.number02 { width:25%; padding:6px 1%; border:1px solid #d8d8d8; display: inline-block; }
textarea { width:98%; height:200px; padding:6px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
textarea.freetext01 { width:98%; height:30px; padding:6px 1%; margin:0; border:1px solid #d8d8d8; }
.ex { display:block; }

input.file {
    padding: 0;
	border: none;
}
input.checkbox{
	display: none;
}
input.radio{
	display: none;
}
label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0;
	text-indent: 0;
	padding:0 0 0 25px;
	border-radius: 1%;
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
	vertical-align:middle;
}
label:before{
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 50%;
	border:1px solid #d8d8d8;
}
label[for="consent01"]:before{
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 0;
	border:1px solid #d8d8d8;
}
input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 7px;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #4e5254;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #4e5254;
	border-right: 3px solid #4e5254;
}
label[for="email_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="email_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
label[for="emailConfirm_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="emailConfirm_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
.pplist01 { padding: 0 0 0 1em; }
ul.check01 { width:100%; display:block; text-align: center; padding: 15px 0; }
ul.check01 li {
	width:100%;
	display:block;
	padding: 0.5em 0 1em;
	margin: 0;
}
label[for=consent01] {
	display: table;
	width: auto;
	text-align: center;
	margin: 15px auto 0;
	border-radius: 5%;
}
.ppattentiontext01 {
    width: 98%;
    display: block;
    margin: 0 auto;
}

#privacywrap01 {
    display: block;
    border: 1px solid #ededed;
    padding: 2.666666666666667vw; /* 750px基準でpadding: 20px; */
    margin: 4vw 0 0; /* 750px基準でmargin: 30px 0 0; */
    background: #ffffff;
}
#privacywrap02 { display: block; height: 200px; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
#privacywrap02 ul { display: block; padding: 0 1em 1em; }
#privacywrap02 ul:last-child { padding: 0 1em; }
.formbtnwrap01 {
    display: table;
    margin: 3.3333333333333335vw auto 0; /* 750px基準でmargin: 25px auto 0; */
    position: relative;
}
.formbtnwrap01 img {
    width: 5.333333333333334vw !important; /* 750px基準でwidth: 40px; */
    position: absolute;
    top: 50%;
    right: 2.666666666666667vw !important; /* 750px基準でright: 20px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transition: 0.5s;
}
.formbtn01 {
    display: table;
    width: 66.66666666666666vw; /* 750px基準でwidth: 500px; */
    margin: 0 auto;
	padding: 1em 1.5em;
    font-weight: 500;
    text-align: center;
    line-height: 140%;
    color: #ffffff;
    background: #9070b0;
	border: 4px solid #ffffff;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
    position: relative;
    transition: 0.5s;
}
input.formbtn01:disabled:hover {
    pointer-events: none;
}
.formbtn01:hover {
    opacity: 0.8 !important;
    transition: 0.5s;
}
a.formbtn01:link {
    color: #ffffff !important;
    line-height: 140% !important;
    padding: 6px 1% !important;
}
a.formbtn01:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    line-height: 140% !important;
    padding: 6px 1% !important;
}
a.formbtn01:visited {
    color: #ffffff !important;
    line-height: 140% !important;
    padding: 6px 1% !important;
}
a:link.formbtn01 {
    padding: 1em 1.5em !important;
}

.formqrwrap01 {
	display: block;
	text-align: center;
	padding: 6.666666666666667vw 0 0; /* 750px基準でpadding: 50px 0 0; */
}
.formqrwrap01 img {
	display: block;
	width: 13.333333333333334vw !important; /* 750px基準でwidth: 100px; */
	height: auto;
	margin: 0 auto;
}
}


/*---------------------------------
  お問い合わせページ（アップ画像確認）
---------------------------------*/
/* 確認画面の添付画像表示用（サムネ＋情報） */
.confirm-photo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.confirm-photo-item {
  width: 120px;
  text-align: left;
  /* font-size: 0.875rem; */
}
.confirm-photo-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 4px;
  background: #f8f8f8;
}
.confirm-photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.confirm-photo-name {
  word-break: break-all;
}
.confirm-photo-size {
  /*font-size: 0.75rem;*/
  color: #666;
}
.confirm-photo-note {
  margin-top: 8px;
  /*font-size: 0.75rem;*/
  color: #666;
}