@charset "utf-8";
/* リセット
------------------------------------- */
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

table {border-spacing:0; border-collapse:collapse;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle; outline:none;}
q:before,q:after {content:'';}
ul {list-style: none;}

hr,
legend,
caption {display:none;}

img {border:0; vertical-align:bottom;}

a:focus { outline:none;}

input {
  line-height: normal;
}

/* iPhone用inputリセット */
input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus {
  outline-offset: -2px;
}

/* aタグ設定
------------------------------------- */
a:hover {
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	zoom:1;
	text-decoration-color: transparent;
}
header .gNavList a:hover,
header .gNavList02 a:hover,
footer .linkList a:hover,
a:hover.bright,
#stylingArea .typeList a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
a:hover.bright img,
#stylingArea .typeList a:hover img {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
			filter: brightness(1.2);
}
a,
#stylingArea .typeList a img {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

/* 基本設定
------------------------------------- */
html { font-size: 62.5%; } 
body {
	-webkit-text-size-adjust: 100%;
	font-size: 1.4rem;/* =14px */
	font-family: montserrat, source-han-sans-japanese, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

#firstView {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10004;
}
#firstView .line01 {
  position: fixed;
  top: calc(50% - 33px);
  right: calc(50% - 23px);
}
#firstView .line02 {
  position: fixed;
  top: calc(50% - 56px);
  left: calc(50% - 21px);
}
#firstView .companyName {
  position: fixed;
  top: calc(50% - 56px);
  left: calc(50% - 63px);
}
#firstView img {
  height: auto;
}

header {
  width: 100%;
  height: 112px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
}
header,
header a {
  font-weight: 500;
}
header .layout {
  width: 1000px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 40px;
}
header .logo {
  height: 51px;
}
header .logo a {
  height: 100%;
  display: block;
}
header .logo img {
  width: 176px;
  height: 51px;
}
header .gNavList {
  width: 727px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 33px;
  padding-top: 42px;
}
header .gNavList li:nth-child(1) {
  width: 4.8em;
}
header .gNavList li:nth-child(2) {
  width: 9.7em;
}
header .gNavList li:nth-child(3) {
  width: 6.7em;
}
header .gNavList li:nth-child(4) {
  width: 5.7em;
}
header .gNavList li:nth-child(5) {
  width: 7.2em;
}
header .gNavList li:nth-child(6) {
  width: 9.4em;
}
header .gNavList a,
header .gNavList02 a {
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #000;
  border-bottom: 1px solid transparent;
  padding: 0 1px 4px 2px;
}
header .gNavList a {
  position: relative;
  overflow: hidden;
}
header .gNavList a::after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  background: url("/common/img/arrowline_bk.svg") right 0 no-repeat;
  background-size: 150px 3px;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .gNavList a:hover {
  font-weight: 700;
}
header .gNavList a:hover::after {
  left: 0;
}
header .gNavList02 {
  width: 100%;
  height: 38px;
  border-bottom-left-radius: 10px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 4px;
  left: calc(50% + 81px);
  background: #efefef;
  padding-left: 39px;
  padding-top: 2px;
}
header .gNavList02 li:not(:first-child) {
  margin-left: 30px;
}
header .gNavList02 li:nth-child(1) {
  width: 3.2em;
}
header .gNavList02 li:nth-child(2) {
  width: 6.4em;
}
header .gNavList02 li:nth-child(3) {
  width: 11em;
}
header .gNavList02 a {
  color: #000;
  position: relative;
  z-index: 10002;
  overflow: hidden;
}
header .gNavList02 a::after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  background: url("/common/img/arrowline_bk.svg") right 0 no-repeat;
  background-size: 150px 3px;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .gNavList02 a:hover {
  font-weight: 700;
}
header .gNavList02 a:hover::after {
  left: 0;
}
header .gNavList02 li:last-child a {
  background: url("../img/icon_shop_bk.svg") 0 0 no-repeat;
  background-size: 16px 20px;
  padding-left: 25px;
  min-height: 20px;
	padding-top: 2px;
}
header .cover {
  position: relative;
  height: 100%;
}
header .lineDecoTop .arrow,
header .lineDecoBottom .arrow {
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 0;
  line-height: 0;
}
header .lineDecoTop {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #00a0e9, #b2b2b2, #f8b62d, #b2b2b2, #ea5514, #00a0e9, #b2b2b2, #f8b62d, #b2b2b2, #ea5514);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  top: 0;
  left: 0;
}
header .lineDecoTop .arrow {
  top: 0;
}
header .lineDecoTop .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_left01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}
header .lineDecoBottom {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #22ac38, #b2b2b2, #84519d, #b2b2b2, #e4007f, #22ac38, #b2b2b2, #84519d, #b2b2b2, #e4007f);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10003;
}
header .lineDecoBottom .arrow {
  bottom: 0;
}
header .lineDecoBottom .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_right01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}

@-webkit-keyframes selbo01 {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes selbo01 {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes selbo01 {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

footer {
  padding-top: 50px;
  padding-bottom: 30px;
}
footer .inner {
  position: relative;
}
footer .companyName {
  text-align: center;
  opacity: 1!important;
}
footer .companyName img {
  width: 125px;
  height: auto;
}
footer .linkList {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
footer .linkList a {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.0em;
  color: #000;
  border-bottom: 1px solid transparent;
  padding: 0 1px 2px;
  position: relative;
  overflow: hidden;
}
footer .linkList a::after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  background: url("/common/img/arrowline_bk.svg") right 0 no-repeat;
  background-size: 150px 3px;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .linkList a:hover::after {
  left: 0;
}
footer .linkList li:not(:first-child) {
  margin-left: 13px;
}
footer .snsList {
  display: flex;
  align-items: center;
  position: absolute;
  top: 63px;
  right: 95px;
}
footer .snsList li:not(:first-child) {
  margin-left: 25px;
}
footer .snsList li:nth-child(1) img {
  width: 31px;
  height: 31px;
}
footer .snsList li:nth-child(2) img {
  width: 30px;
  height: 30px;
}
footer .copy {
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
  color: #000;
  margin-top: 15px;
}
footer {
  position: relative;
}
footer .lineDecoTop .arrow,
footer .lineDecoBottom .arrow {
  width: 100%;
  position: absolute;
  font-size: 0;
  line-height: 0;
}
footer .lineDecoTop {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #46bbb5, #fff100, #2d8dce, #b2b2b2, #ec6d79, #46bbb5, #fff100, #2d8dce, #b2b2b2, #ec6d79);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  top: 0;
  left: 0;
}
footer .lineDecoTop .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_left01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}
footer .lineDecoBottom {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #ec6d79, #b2b2b2, #2d8dce, #fff100, #46bbb5, #ec6d79, #b2b2b2, #2d8dce, #fff100, #46bbb5);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .lineDecoBottom .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_right01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}

#wrapper {
  overflow: hidden;
}
#contents {
  padding-top: 112px;
}

.areaPhoto,
#kvArea .videoArea {
	line-height: 0;
}
video {
	width: 100%;
	height: auto;
}

section {
  position: relative;
}
section .lineDecoTop .arrow,
section .lineDecoBottom .arrow {
  width: 100%;
  position: absolute;
  font-size: 0;
  line-height: 0;
}
section .lineDecoTop {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #b2b2b2, #e2690d, #b2b2b2, #8fc31f, #004366, #b2b2b2, #e2690d, #b2b2b2, #8fc31f, #004366);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  top: 0;
  left: 0;
}
section .lineDecoTop .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_left01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}
section .lineDecoBottom {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #46bbb5, #fff100, #2d8dce, #e6378d, #ec6d79, #46bbb5, #fff100, #2d8dce, #e6378d, #ec6d79);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  bottom: 0;
  left: 0;
}
section .lineDecoBottom .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_right01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}

#pageTop section,
.pageContact section {
  text-align: center;
}
section h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
section .txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
}
section .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
section .txt .bold {
  font-weight: bold;
}
section .txt01 {
  margin-top: 30px;
}
section .txt02 {
  margin-top: 37px;
}
section .small {
  font-size: 12px;
  line-height: 3.125;
}
section .copyTxt {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2931;
}
section .txtList li::before {
  content: '・';
}
section .priceBox {
	margin-top: 42px;
}
section .priceBox .ttl {
  font-size: 20px;
  line-height: 1.875;
}
section .priceBox .price {
  font-size: 15px;
  line-height: 2.5;
	margin-top: 6px
}
section .priceBox .txt {
	margin-top: 8px
}
.btn a {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #000;
  width: 175px;
  height: 35px;
  border-radius: 4px;
  background: url("/common/img/arrow_btn.svg") right 10px center no-repeat;
  background-size: auto 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #000;
}

.acList {
  width: 700px;
  margin: 8px auto 0;
}
.acList li {
  background: #e6e6e6;
  border-radius: 4px;
  border: 1px solid #000;
}
.acList li:not(:first-child) {
  margin-top: 30px;
}
.acList .acTrigger a {
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 19px;
}
.acList .num {
  font-size: 15px;
  line-height: 2.5;
}
.acList .qtxt {
  width: 600px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.6786;
  letter-spacing: 0.05em;
}
.acList .arrow {
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  position: relative;
  top: -2px;
}
.acList li.open .arrow {
  transform: rotate(225deg);
}
.acList .aTxt {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
  text-align: left;
  padding: 0 40px 10px 19px;
  display: none;
}

#aboutArea {
  padding-top: 97px;
  padding-bottom: 96px;
}
section#aboutArea .aboutList {
  width: 694px;
  margin: 33px auto 0;
}
section#aboutArea .aboutList li:not(:first-child) {
  margin-top: 45px;
}
section#aboutArea .aboutList .ttl {
  position: relative;
}
section#aboutArea .aboutList .line {
  position: relative;
  margin-top: 12px;
}
section#aboutArea .aboutList li:nth-child(2n + 1) .line {
  left: 0;
}
section#aboutArea .aboutList li:nth-child(2n) .line {
  right: 0;
}
section#aboutArea .aboutList .line img {
  width: 100%;
  height: auto;
}
section#aboutArea .aboutList .txt {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 12px;
}

#movingShopArea {
  padding-top: 91px;
  padding-bottom: 102px;
}
section#movingShopArea .lineDecoTop {
  background: linear-gradient(90deg, #00a0e9, #b2b2b2, #f8b62d, #b2b2b2, #ea5514, #00a0e9, #b2b2b2, #f8b62d, #b2b2b2, #ea5514);
  background-size: 200% 200%;
}
section#movingShopArea .lineDecoBottom {
  background: linear-gradient(90deg, #1d2088, #b2b2b2, #f39800, #b2b2b2, #22ac38, #1d2088, #b2b2b2, #f39800, #b2b2b2, #22ac38);
  background-size: 200% 200%;
}
.stepList {
  width: 721px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
}
.stepList li {
  width: 204px;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}
.stepList .step {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.stepList .line01 img,
.stepList .line02 img {
  width: 100%;
  height: auto;
}
.stepList .line01 {
  margin-top: 18px;
}
.stepList .line02 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.stepList .txtBox {
  padding-bottom: 22px;
  margin-top: 20px;
}
.stepList .sTtl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.stepList .sTxt {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  margin-top: 16px;
}
#movingShopArea .btn,
#deLiveryArea .btn {
  margin-top: 50px;
}

#deLiveryArea {
  padding-top: 103px;
  padding-bottom: 103px;
}
section#deLiveryArea .lineDecoTop {
  background: linear-gradient(90deg, #b2b2b2, #e4007f, #b2b2b2, #ea5514, #c9a063, #b2b2b2, #e4007f, #b2b2b2, #ea5514, #c9a063);
  background-size: 200% 200%;
}
section#deLiveryArea .lineDecoBottom {
  background: linear-gradient(90deg, #e4007f, #b2b2b2, #f39800, #b2b2b2, #8fc31f, #e4007f, #b2b2b2, #f39800, #b2b2b2, #8fc31f);
  background-size: 200% 200%;
}
#deLiveryArea .stepList .sTtl {
  font-size: 15px;
}

#stylingArea {
  padding-top: 75px;
  padding-bottom: 88px;
}
section#stylingArea .lineDecoBottom {
  background: linear-gradient(90deg, #b2b2b2, #2ea7e0, #b2b2b2, #13ae67, #c9a063, #b2b2b2, #2ea7e0, #b2b2b2, #13ae67, #c9a063);
  background-size: 200% 200%;
}
#stylingArea .iBtn {
  margin-top: 50px;
}
#stylingArea .iBtn a {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 208px;
  height: 35px;
  background: url("../img/btn_insta.png") 0 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#stylingArea img {
  width: 100%;
  height: auto;
}
#stylingArea .lineDecoBottom img {
  width: 7px;
  height: 7px;
}
#stylingArea .genderList,
#stylingArea .typeList {
  display: flex;
}
#stylingArea .genderList {
  margin-top: 85px;
}
#stylingArea .genderList li {
  width: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
}
#stylingArea .genderList .line {
  line-height: 0;
  margin-top: 7px;
}
#stylingArea .genderList .line img {
  width: 204px;
  height: auto;
}
#stylingArea .typeList {
  margin-top: 35px;
}
#stylingArea .typeList a {
  color: #000;
  width: 100%;
}
#stylingArea .typeList li {
  width: 25%;
}
#stylingArea .typeList li.cur {
  pointer-events: none;
}
#stylingArea .typeList .tTtl {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#stylingArea .typeList .tImg {
  width: 100%;
  height: 330px;
  background: center center no-repeat;
	background-image: url("/common/img/photo_type_wait01.png");
  background-size: cover;
  margin-top: 7px;
}
#stylingArea .typeList li:nth-child(2n) .tImg {
	background-image: url("/common/img/photo_type_wait02.png");
  background-size: cover;
}
#stylingArea .typeList .tBtn {
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  display: block;
  padding: 7px 0;
  border-bottom: 3px solid transparent;
}
#stylingArea .typeList li.cur .tBtn,
#stylingArea .typeList a:hover .tBtn {
  border-bottom: 3px solid #000;
}
#stylingArea .photoArea {
  width: 960px;
  position: relative;
  margin: 44px auto 0;
}
#stylingArea .photoList {
	width: 100%;
  display: none;
  flex-wrap: wrap;
  position: absolute;
}
#stylingArea .photoList.cur {
  display: flex;
  position: relative;
}

#stylingArea .photoList li {
  width: 300px;
  margin-right: 20px;
	line-height: 0;
}
#stylingArea .photoList li:nth-child(3n),
#stylingArea .photoList li:last-child {
  margin-right: 0;
}
#stylingArea .photoList li:nth-child(n + 4) {
  margin-top: 20px;
}
#stylingArea .photoList li a {
  width: 100%;
  height: 300px;
  background: center center no-repeat;
  background-size: cover;
}

.areaPhoto03 {
	width: 240px;
	margin: 20% auto;
}
.areaPhoto img {
	width: 100%;
	height: auto;
}

#memberArea {
  padding-top: 100px;
  padding-bottom: 100px;
}
section#memberArea .lineDecoTop {
  background: linear-gradient(90deg, #b2b2b2, #c9a063, #b2b2b2, #00a0e9, #e60012, #b2b2b2, #c9a063, #b2b2b2, #00a0e9, #e60012);
  background-size: 200% 200%;
}
#memberArea .btn {
  margin-top: 29px;
}
#memberArea .stepList .step {
  font-size: 16px;
  letter-spacing: 0;
}
#memberArea .stepList .line01 {
  margin-top: 8px;
}

#partnershipArea {
  padding-top: 100px;
  padding-bottom: 104px;
}
section#partnershipArea .lineDecoTop {
  background: linear-gradient(90deg, #b2b2b2, #e60012, #b2b2b2, #ea5514, #e4007f, #b2b2b2, #e60012, #b2b2b2, #ea5514, #e4007f);
  background-size: 200% 200%;
}
section#partnershipArea .lineDecoBottom {
  background: linear-gradient(90deg, #22ac38, #b2b2b2, #84519d, #b2b2b2, #e4007f, #22ac38, #b2b2b2, #84519d, #b2b2b2, #e4007f);
  background-size: 200% 200%;
}
#partnershipArea .btn {
  margin-top: 28px;
}

#faqArea {
  padding-top: 97px;
  padding-bottom: 104px;
}
section#faqArea .lineDecoBottom {
  background: linear-gradient(90deg, #b2b2b2, #c9a063, #b2b2b2, #00a0e9, #e60012, #b2b2b2, #c9a063, #b2b2b2, #00a0e9, #e60012);
  background-size: 200% 200%;
}
#faqArea .txt {
  font-weight: bold;
}
#faqArea .txt02 {
  margin-top: 62px;
}

#contactArea {
  padding-top: 97px;
  padding-bottom: 100px;
}
#contactArea .txt01 {
  line-height: 1.7333;
}
#contactArea .small {
  line-height: 2.1667;
}
#contactArea .btn {
  margin-top: 23px;
}
#contactArea .txt02 {
  margin-top: 60px;
}
.lineBtn {
	margin-bottom: 5px;
}
.lineTxt {
	padding: 0 20px;
	font-size: 1.2rem;
	line-height: 1.5;
}

/* low
------------------------------------- */
.low section {
  padding-top: 90px;
  padding-bottom: 100px;
}
.low section h2 {
  background: none;
  background-image: none;
  padding-top: 0;
  text-align: center;
  margin-bottom: 100px;
  line-height: 1.4;
}
.low section h3.ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.0833;
  margin: 50px 0 20px;
}
.low section .txt {
  line-height: 2.25;
}
.low section .termBox,
.low section .companyBox {
  width: 820px;
  margin: 0 auto;
}
.low section .termBox .txt a {
  color: #000;
  text-decoration: underline;
}
.low section .termBox .txt02 {
  text-align: right;
}
.low section .termBox .txt03 {
  margin-top: 20px;
}
.low section .capTxt {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.low section .capTxt sup {
  color: #f00;
}
.low section#companyBox {
  padding-top: 0;
}
.low section .companyBox {
  margin-top: 75px;
}
.low .companyList {
  font-size: 16px;
  line-height: 36px;
  position: relative;
  border-top: 1px solid #ccc;
}
.low .companyList > dt {
  position: absolute;
  left: 0;
  padding: 18px 0;
}
.low .companyList > dd {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 18px 0 18px 27.3%;
}

/* pageContact
------------------------------------- */
.pageContact section h2 {
  margin-bottom: 0;
}
.pageContact .ttlJP {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin: 30px auto 0;
}
.pageContact .line {
  font-size: 0;
  line-height: 0;
}
.pageContact .line img {
  width: 597px;
  height: 7px;
}
.pageContact .txt {
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 16px;
}
.pageContact .contactBox {
  width: 700px;
  text-align: left;
  font-size: 16px;
  margin: 50px auto 0;
}
.pageContact .formList li:not(:first-child) {
  margin-top: 30px;
}
.pageContact .formList .item01 sup {
  color: #f00;
}
.pageContact .formList .item02 {
  padding-left: 10%;
  margin-top: 20px;
  line-height: 0;
}
.pageContact .formList input[type="text"],
.pageContact .formList textarea {
  width: 100%;
  padding: 10px;
  line-height: 1.2;
}
.pageContact .formList input[type="text"]:focus,
.pageContact .formList textarea:focus {
  outline: none;
}
.pageContact .formList textarea {
  min-height: 120px;
}
.pageContact .formList .item02 label {
  margin-right: 20px;
}
.pageContact .formList .item02 input[type="radio"]  {
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.pageContact .btn {
  margin-top: 40px;
}
.pageContact .backBtn a {
  background: none;
  position: relative;
}
.pageContact .backBtn a::after {
  content: '';
  width: 18px;
  height: 7px;
  background: url(/common/img/arrow_btn.svg) 0 0 no-repeat;
  background-size: 18px 7px;
  position: absolute;
  top: 13px;
  left: 10px;
  transform: scale(-1, 1);
}
.pageContact #commentform02 .ttlJP {
  margin-top: 100px;
}
#pageCheck.pageContact .ttlJP,
#pageCheck02.pageContact .ttlJP {
  margin-top: 0;
}
#pageCheck.pageContact .formList .item02,
#pageCheck02.pageContact .formList .item02 {
  line-height: 1.2;
}
#pageThanks.pageContact .ttlJP {
  margin-top: 0;
}
#pageThanks.pageContact .txt {
  margin-top: 70px;
}
#pageThanks.pageContact .btn {
  margin-top: 70px;
}

.pageContact .agreeTxt {
	text-align: center;
	margin-top: 30px;
}
.pageContact .agreeTxt a {
	color: #000;
	text-decoration: underline;
}
.pageContact .agreeTxt a:hover {
	text-decoration: none;
}
.pageContact .agreeTxt input {
	position: relative;
	top: -3px;
}
.pageContact .agreeTxt sup {
	color: #f00;
}


/* clearfix
------------------------------------- */
.clearfix:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (max-width:1000px) and (min-width:769px) {
	#kvArea .slideArea {
		width: 1000px;
	}
	#kvArea .slideList li {
		width: 1000px;
	}
}
@media screen and (min-width:769px) {
	.sp {
		display: none!important;
	}
  body {
    min-width: 1000px;
  }
  header #gNav {
    display: block!important;
    height: auto!important;
  }
}
@media screen and (max-width:768px) {
	.pc {
		display: none!important;
	}
  a:hover {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity: 1;
  }
  a:hover.bright img,
  #stylingArea .typeList a:hover img {
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
        filter: brightness(1);
  }
a,
#stylingArea .typeList a img {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
  
  .inner {
    width: 100%;
  margin: 0 auto;
  }
  
#firstView {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10004;
}
#firstView .line01 {
  position: fixed;
  top: calc(50% - 33px);
  right: calc(50% - 23px);
}
#firstView .line02 {
  position: fixed;
  top: calc(50% - 56px);
  left: calc(50% - 21px);
}
#firstView .companyName {
  position: fixed;
  top: calc(50% - 56px);
  left: calc(50% - 63px);
}
#firstView img {
  height: auto;
}

  /* ハンバーガーメニュー
  ------------------------------------- */
  .btnHamburger {
    position: relative;
    width: 36px; /* クリックエリアの横幅*/
    height: 36px; /* クリックエリアの高さ*/
    cursor: pointer;
    background: none;
  }
  .btnHamburger .line {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px; /* 横幅 */
    height: 2px; /* 1本辺りの高さ */
    background: #000; /* 線の色 */
    /* 適用するプロパティ、変化する時間、変化する速度 */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .btnHamburger .line_01 {
    top: 7px;
    left: 3px;
  }
  .btnHamburger .line_02 {
    top: 17px;
    left: 3px;
  }
  .btnHamburger .line_03 {
    top: 27px;
    left: 3px;
  }
  .btnHamburger.open .line_01 {
    top: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btnHamburger.open .line_02 {
    opacity: 0;
  }
  .btnHamburger.open .line_03 {
    top: 17px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header {
  width: 100%;
    height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  }
header,
header a {
  font-weight: 500;
}
  header .layout {
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
    padding: 0 10px;
  }
  header .logo {
    height: 34px;
    padding-bottom: 0;
		padding-top: 4px;
  }
  header .logo a {
  height: 100%;
  display: block;
    font-size: 0;
  }
header .logo img {
  width: 103px;
  height: 30px;
}
  header #gNav {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    top: 50px;
    left: 0;
    background: #fff;
    padding: 20px 17px 50px;
    display: none;
		overflow: auto;
  }
  header .gNavList {
  width: 100%;
    display: block;
  justify-content: space-between;
  align-items: center;
    padding-right: 0;
    padding-top: 0;
  }
  header .gNavList li:nth-child(1),
  header .gNavList li:nth-child(2),
  header .gNavList li:nth-child(3),
  header .gNavList li:nth-child(4),
  header .gNavList li:nth-child(5),
  header .gNavList li:nth-child(6) {
    width: 100%;
  }
  header .gNavList a,
  header .gNavList02 a {
    font-size: 20px;
  letter-spacing: 0.05em;
	color: #000;
    border-bottom: none;
    padding: 15px 0;
    display: block;
  }
  header .gNavList a {
    position: inherit;
    overflow: inherit;
  }
  header .gNavList a::after {
    content: none;
  }
  header .gNavList a:hover {
    font-weight: normal;
  }
  header .gNavList02 {
  width: 100%;
    height: auto;
    border-bottom-left-radius: 0;
    display: block;
  align-items: center;
    position: static;
    top: inherit;
    left: inherit;
    background: #fff;
    padding-left: 0;
    padding-top: 0;
  }
  header .gNavList02 li:not(:first-child) {
    margin-left: 0;
  }
  header .gNavList02 li:nth-child(1),
  header .gNavList02 li:nth-child(2),
  header .gNavList02 li:nth-child(3) {
    width: 100%;
  }
  header .gNavList02 a {
  color: #000;
  position: relative;
  z-index: 10002;
    overflow: inherit;
  }
  header .gNavList02 a::after {
    content: none;
  }
  header .gNavList02 a:hover {
    font-weight: normal;
  }
  header .gNavList02 li:last-child a {
    background: none;
    padding-left: 0;
    min-height: auto;
  }
    header .gNavList02 li:last-child a span {
      background: url("../img/icon_shop_bk.svg") 0 0 no-repeat;
      background-size: 18px 23px;
      padding-left: 23px;
    display: inline-block;
      padding-top: 2px;
    }

header .cover {
  position: relative;
  height: 100%;
}
header .lineDecoTop .arrow,
header .lineDecoBottom .arrow {
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 0;
  line-height: 0;
}
header .lineDecoTop {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #00a0e9, #b2b2b2, #f8b62d, #b2b2b2, #ea5514, #00a0e9, #b2b2b2, #f8b62d, #b2b2b2, #ea5514);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  top: 0;
  left: 0;
}
header .lineDecoTop .arrow {
  top: 0;
}
header .lineDecoTop .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_left01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}
  header .lineDecoBottom {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #22ac38, #b2b2b2, #84519d, #b2b2b2, #e4007f, #22ac38, #b2b2b2, #84519d, #b2b2b2, #e4007f);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10003;
  }
header .lineDecoBottom .arrow {
  bottom: 0;
}
header .lineDecoBottom .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_right01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}
  
  footer {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
footer .inner {
  position: relative;
}
footer .companyName {
  text-align: center;
}
  footer .companyName img {
    width: 20vw;
  height: auto;
  }
  footer .linkList {
  display: flex;
  justify-content: center;
    margin-top: 5vw;
  }
  footer .linkList a {
    font-size: 2.4vw;
  line-height: 1.5;
  letter-spacing: 0.0em;
  color: #000;
    border-bottom: none;
    padding: 0 1px;
  position: relative;
    overflow: inherit;
  }
  footer .linkList a::after {
    content: none;
  }
  footer .linkList li:not(:first-child) {
    margin-left: 2vw;
  }
  footer .snsList {
  display: flex;
  align-items: center;
  position: absolute;
    top: 0;
    right: 4vw;
  }
  footer .snsList li:not(:first-child) {
    margin-left: 3vw;
  }
  footer .snsList li:nth-child(1) img,
  footer .snsList li:nth-child(2) img {
    width: 8vw;
    height: 8vw;
  }
  footer .copy {
  text-align: center;
    font-size: 2.8vw;
  line-height: 1.75;
    margin-top: 4vw;
  }
footer {
  position: relative;
}
footer .lineDecoTop .arrow,
footer .lineDecoBottom .arrow {
  width: 100%;
  position: absolute;
  font-size: 0;
  line-height: 0;
}
footer .lineDecoTop {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #46bbb5, #fff100, #2d8dce, #b2b2b2, #ec6d79, #46bbb5, #fff100, #2d8dce, #b2b2b2, #ec6d79);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  top: 0;
  left: 0;
}
footer .lineDecoTop .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_left01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}
footer .lineDecoBottom {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #ec6d79, #b2b2b2, #2d8dce, #fff100, #46bbb5, #ec6d79, #b2b2b2, #2d8dce, #fff100, #46bbb5);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .lineDecoBottom .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_right01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}

#wrapper {
  overflow: hidden;
}
  #contents {
    padding-top: 50px;
  }

.areaPhoto,
#kvArea .videoArea {
	line-height: 0;
}
video {
	width: 100%;
	height: auto;
}

section {
  position: relative;
}
section .lineDecoTop .arrow,
section .lineDecoBottom .arrow {
  width: 100%;
  position: absolute;
  font-size: 0;
  line-height: 0;
}
section .lineDecoTop {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #b2b2b2, #e2690d, #b2b2b2, #8fc31f, #004366, #b2b2b2, #e2690d, #b2b2b2, #8fc31f, #004366);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  top: 0;
  left: 0;
}
section .lineDecoTop .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_left01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}
section .lineDecoBottom {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #46bbb5, #fff100, #2d8dce, #e6378d, #ec6d79, #46bbb5, #fff100, #2d8dce, #e6378d, #ec6d79);
  background-size: 200% 200%;
  -webkit-animation: selbo01 5s ease infinite;
  -moz-animation: selbo01 5s ease infinite;
  animation: selbo01 5s ease infinite;
  position: absolute;
  bottom: 0;
  left: 0;
}
section .lineDecoBottom .arrow span {
  width: calc(100% - 7px);
  height: 7px;
  display: inline-block;
  background: url("/common/img/arrowline_right01.png") 0 0 repeat-x;
  background-size: 1px 7px;
}

#pageTop section,
.pageContact section {
  text-align: center;
}
  section h2 {
    font-size: 6.8vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  }
  section .txt {
    font-size: 3.7vw;
  line-height: 2;
    letter-spacing: 0.01em;
  }
  section .ttl {
    font-size: 3.9vw;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  }
  section .txt .bold {
    font-size: 3.9vw;
  font-weight: bold;
  }
  section .txt01 {
    margin-top: 8vw;
  }
  section .txt02 {
    margin-top: 9vw;
  }
  section .small {
    font-size: 3.7vw;
    line-height: 2.5;
  }
  section .copyTxt {
    font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.2931;
  }
section .txtList li::before {
  content: '・';
}
	section .priceBox {
		margin-top: 14vw;
	}
	section .priceBox .ttl {
    font-size: 4.8vw;
    line-height: 1.875;
  }
  section .priceBox .price,
  section .priceBox .txt {
    font-size: 3.7vw;
    line-height: 2;
  }
.btn a {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #000;
  width: 175px;
  height: 35px;
  border-radius: 4px;
  background: url("/common/img/arrow_btn.svg") right 10px center no-repeat;
  background-size: auto 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #000;
}

  .acList {
    width: 90%;
    margin: 2vw auto 0;
  }
.acList li {
  background: #e6e6e6;
  border-radius: 4px;
  border: 1px solid #000;
}
  .acList li:not(:first-child) {
    margin-top: 4vw;
  }
  .acList .acTrigger a {
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
    padding: 0 3vw;
  }
  .acList .num {
    font-size: 3.7vw;
  line-height: 2.5;
  }
  .acList .qtxt {
    width: 68vw;
  text-align: left;
    font-size: 3.7vw;
  font-weight: normal;
    line-height: 1.5;
  letter-spacing: 0.05em;
    padding: 2vw 2vw 2vw 0;
  }
  .acList .arrow {
    width: 2.8vw;
    height: 2.8vw;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    margin-bottom: 1.4vw;
    position: inherit;
    top: inherit;
  }
  .acList li.open .arrow {
  transform: rotate(225deg);
    margin-top: 1.4vw;
    margin-bottom: 0vw;
  }
  .acList .aTxt {
    font-size: 3.7vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
  text-align: left;
    padding: 0 3vw 4vw;
  display: none;
  }
  
  #aboutArea,
  #movingShopArea,
  #deLiveryArea,
  #stylingArea,
  #memberArea,
  #partnershipArea,
  #faqArea,
  #contactArea {
    padding-top: 16vw;
    padding-bottom: 18vw;
  }
  section#aboutArea .aboutList {
    width: calc(100% - 20px);
    margin: 6vw auto 0;
  }
  section#aboutArea .aboutList li:not(:first-child) {
    margin-top: 8vw;
  }
section#aboutArea .aboutList .ttl {
  position: relative;
}
  section#aboutArea .aboutList .line {
  position: relative;
    margin-top: 2vw;
  }
section#aboutArea .aboutList li:nth-child(2n + 1) .line {
  left: 0;
}
section#aboutArea .aboutList li:nth-child(2n) .line {
  right: 0;
}
section#aboutArea .aboutList .line img {
  width: 100%;
  height: auto;
}
  section#aboutArea .aboutList .txt {
    font-size: 3.7vw;
  letter-spacing: 0;
    margin-top: 2vw;
  }

section#movingShopArea .lineDecoTop {
  background: linear-gradient(90deg, #00a0e9, #b2b2b2, #f8b62d, #b2b2b2, #ea5514, #00a0e9, #b2b2b2, #f8b62d, #b2b2b2, #ea5514);
  background-size: 200% 200%;
}
section#movingShopArea .lineDecoBottom {
  background: linear-gradient(90deg, #1d2088, #b2b2b2, #f39800, #b2b2b2, #22ac38, #1d2088, #b2b2b2, #f39800, #b2b2b2, #22ac38);
  background-size: 200% 200%;
}
  .stepList {
    width: 80%;
    display: block;
  justify-content: space-between;
    margin: 10vw auto 0;
  }
  .stepList li {
    width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  }
  .stepList li:not(:first-child) {
    margin-top: 10vw;
  }
  .stepList .step {
    font-size: 6vw;
  font-weight: bold;
  line-height: 1;
  }
.stepList .line01 img,
.stepList .line02 img {
  width: 100%;
  height: auto;
}
  .stepList .line01 {
    margin-top: 3vw;
  }
  .stepList .line02 {
    width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  }
  .stepList .txtBox {
    padding: 2vw 0 4vw;
    margin-top: 0;
  }
  .stepList .sTtl {
    font-size: 3.7vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
  }
  .stepList .sTxt {
    font-size: 3.8vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
    margin-top: 2vw;
  }
  #movingShopArea .btn,
  #deLiveryArea .btn {
    margin-top: 18vw;
  }

section#deLiveryArea .lineDecoTop {
  background: linear-gradient(90deg, #b2b2b2, #e4007f, #b2b2b2, #ea5514, #c9a063, #b2b2b2, #e4007f, #b2b2b2, #ea5514, #c9a063);
  background-size: 200% 200%;
}
section#deLiveryArea .lineDecoBottom {
  background: linear-gradient(90deg, #e4007f, #b2b2b2, #f39800, #b2b2b2, #8fc31f, #e4007f, #b2b2b2, #f39800, #b2b2b2, #8fc31f);
  background-size: 200% 200%;
}
  #deLiveryArea .stepList .sTtl {
    font-size: 3.7vw;
  }

section#stylingArea .lineDecoBottom {
  background: linear-gradient(90deg, #b2b2b2, #2ea7e0, #b2b2b2, #13ae67, #c9a063, #b2b2b2, #2ea7e0, #b2b2b2, #13ae67, #c9a063);
  background-size: 200% 200%;
}
#stylingArea .iBtn {
  margin-top: 50px;
}
#stylingArea .iBtn a {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 208px;
  height: 35px;
  background: url("../img/btn_insta.png") 0 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#stylingArea img {
  width: 100%;
  height: auto;
}
#stylingArea .lineDecoBottom img {
  width: 7px;
  height: 7px;
}
#stylingArea .genderList,
#stylingArea .typeList {
  display: flex;
}
#stylingArea .genderList {
  margin-top: 10vw;
}
  #stylingArea .genderList li {
  width: 50%;
  text-align: center;
    font-size: 3.8vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  }
  #stylingArea .genderList .line {
  line-height: 0;
    margin-top: 1vw;
  }
  #stylingArea .genderList .line img {
    width: 40vw;
  height: auto;
  }
  #stylingArea .typeList {
    margin-top: 5vw;
  }
#stylingArea .typeList a {
  color: #000;
  width: 100%;
}
#stylingArea .typeList li {
  width: 25%;
}
#stylingArea .typeList li.cur {
  pointer-events: none;
}
  #stylingArea .typeList .tTtl {
    font-size: 2.3vw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  }
  #stylingArea .typeList .tImg {
  width: 100%;
    height: 33vw;
  background: center center no-repeat;
	background-image: url("/common/img/photo_type_wait01.png");
  background-size: cover;
  margin-top: 7px;
  }
#stylingArea .typeList li:nth-child(2n) .tImg {
	background-image: url("/common/img/photo_type_wait02.png");
  background-size: cover;
}
  #stylingArea .typeList .tBtn {
    font-size: 2.3vw;
  line-height: 1.2;
  letter-spacing: 0.2em;
  display: block;
    padding: 1.2vw 0;
    border-bottom: none;
  }
#stylingArea .typeList li.cur .tBtn {
  border-bottom: 3px solid #000;
}
  /*#stylingArea .typeList a:hover .tBtn {
    border-bottom: none;
  }*/
  #stylingArea .photoArea {
    width: 100%;
  position: relative;
    margin: 6vw auto 0;
  }
#stylingArea .photoList {
	width: 100%;
  display: none;
  flex-wrap: wrap;
  position: absolute;
}
#stylingArea .photoList.cur {
  display: flex;
  position: relative;
}

  #stylingArea .photoList li {
    width: calc((100% - 6px) / 3);
    margin-right: 3px;
	line-height: 0;
  }
#stylingArea .photoList li:nth-child(3n),
#stylingArea .photoList li:last-child {
  margin-right: 0;
}
  #stylingArea .photoList li:nth-child(n + 4) {
    margin-top: 3px;
  }
  #stylingArea .photoList li a {
  width: 100%;
    height: calc((100vw - 6px) / 3);
  background: center center no-repeat;
  background-size: cover;
  }

	.areaPhoto03 {
		width: 26vw;
		margin: 16vw auto;
	}
.areaPhoto img {
	width: 100%;
	height: auto;
}
	
section#memberArea .lineDecoTop {
  background: linear-gradient(90deg, #b2b2b2, #c9a063, #b2b2b2, #00a0e9, #e60012, #b2b2b2, #c9a063, #b2b2b2, #00a0e9, #e60012);
  background-size: 200% 200%;
}
  #memberArea .btn {
    margin-top: 18vw;
  }
  #memberArea .stepList .step {
    font-size: 6vw;
  letter-spacing: 0;
  }
  #memberArea .stepList .line01 {
    margin-top: 3vw;
  }

section#partnershipArea .lineDecoTop {
  background: linear-gradient(90deg, #b2b2b2, #e60012, #b2b2b2, #ea5514, #e4007f, #b2b2b2, #e60012, #b2b2b2, #ea5514, #e4007f);
  background-size: 200% 200%;
}
section#partnershipArea .lineDecoBottom {
  background: linear-gradient(90deg, #22ac38, #b2b2b2, #84519d, #b2b2b2, #e4007f, #22ac38, #b2b2b2, #84519d, #b2b2b2, #e4007f);
  background-size: 200% 200%;
}
#partnershipArea .btn {
  margin-top: 28px;
}

section#faqArea .lineDecoBottom {
  background: linear-gradient(90deg, #b2b2b2, #c9a063, #b2b2b2, #00a0e9, #e60012, #b2b2b2, #c9a063, #b2b2b2, #00a0e9, #e60012);
  background-size: 200% 200%;
}
#faqArea .txt {
  font-weight: bold;
}
  #faqArea .txt02 {
    margin-top: 8vw;
  }

#contactArea .txt01 {
  line-height: 1.7333;
}
  #contactArea .small {
    line-height: 2;
    }
  #contactArea .btn {
    margin-top: 8vw;
  }
  #contactArea .txt02 {
    margin-top: 18vw;
  }
	.lineTxt {
		text-align: justify;
	}
  
  /* low
  ------------------------------------- */
  .low #contents .inner {
    padding: 0 20px;
  }
  .low section {
    padding-top: 10vw;
    padding-bottom: 20vw;
  }
  .low section h2 {
  background: none;
  background-image: none;
  padding-top: 0;
  text-align: center;
    margin-bottom: 10vw;
  line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .low section h3.ttl {
    font-size: 5.3vw;
  font-weight: bold;
    line-height: 1.4;
    margin: 8vw 0 4vw;
  }
  .low section .txt {
    line-height: 1.8;
  }
  .low section .termBox,
  .low section .companyBox {
    width: 100%;
  margin: 0 auto;
  }
.low section .termBox .txt a {
  color: #000;
  text-decoration: underline;
}
.low section .termBox .txt02 {
  text-align: right;
}
.low section .termBox .txt03 {
  margin-top: 4vw;
}
  .low section .capTxt {
    font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  }
.low section .capTxt sup {
  color: #f00;
}
.low section#companyBox {
  padding-top: 0;
}
  .low section#companyBox h2 {
    margin-bottom: 0;
  }
  .low section .companyBox {
    margin-top: 40px;
  }
  .low .companyList {
    font-size: 3.7vw;
    line-height: 1.6429;
    letter-spacing: 0.02em;
  position: relative;
  border-top: 1px solid #ccc;
  }
  .low .companyList > dt {
    position: inherit;
    left: inherit;
    padding: 4vw 0 0;
  }
  .low .companyList > dd {
  width: 100%;
  border-bottom: 1px solid #ccc;
    padding: 1vw 0 4vw 0;
  }

/* pageContact
------------------------------------- */
.pageContact section h2 {
  margin-bottom: 0;
}
  .pageContact .ttlJP {
    font-size: 18px;
  font-weight: bold;
    line-height: 1.5;
    margin: 3vw auto 0;
  }
.pageContact .line {
  font-size: 0;
  line-height: 0;
}
  .pageContact #contents .line {
    margin-top: 2vw;
  }
  .pageContact .line img {
    width: 100%;
    height: auto;
  }
  .pageContact .txt {
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 16px;
    font-size: 16px;
  }
  .pageContact .contactBox {
    width: 100%;
  text-align: left;
  font-size: 16px;
    margin: 30px auto 0;
  }
.pageContact .formList li:not(:first-child) {
  margin-top: 30px;
}
.pageContact .formList .item01 sup {
  color: #f00;
}
  .pageContact .formList .item02 {
    padding-left: 0;
    margin-top: 10px;
  line-height: 0;
  }
.pageContact .formList input[type="text"],
.pageContact .formList textarea {
  width: 100%;
  padding: 10px;
  line-height: 1.2;
}
.pageContact .formList input[type="text"]:focus,
.pageContact .formList textarea:focus {
  outline: none;
}
.pageContact .formList textarea {
  min-height: 120px;
}
.pageContact .formList .item02 label {
  margin-right: 20px;
	line-height: 1.4;
}
.pageContact .formList .item02 input[type="radio"]  {
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.pageContact .btn {
  margin-top: 40px;
}
.pageContact .backBtn a {
  background: none;
  position: relative;
}
.pageContact .backBtn a::after {
  content: '';
  width: 18px;
  height: 7px;
  background: url(/common/img/arrow_btn.svg) 0 0 no-repeat;
  background-size: 18px 7px;
  position: absolute;
  top: 13px;
  left: 10px;
  transform: scale(-1, 1);
}
.pageContact #commentform02 .ttlJP {
  margin-top: 100px;
}
#pageCheck.pageContact .ttlJP,
#pageCheck02.pageContact .ttlJP {
  margin-top: 0;
}
#pageCheck.pageContact .formList .item02,
#pageCheck02.pageContact .formList .item02 {
  line-height: 1.2;
}
#pageThanks.pageContact .ttlJP {
  margin-top: 0;
}
  #pageThanks.pageContact .txt {
    font-size: 13px;
  margin-top: 70px;
  }
#pageThanks.pageContact .btn {
  margin-top: 70px;
}
	
	.pageContact .agreeTxt {
		text-align: left;
	margin-top: 30px;
		text-indent: -1em;
		padding-left: 1em;
	}
.pageContact .agreeTxt input {
	position: relative;
	top: -3px;
}
}
/*jＳ用*/
.iconBox > *,.companyName,#firstView .line01,#firstView .line02{
	
	opacity:0;
}
/*確認用*/
/*#firstView {
  display: none;
}*/
#loading{
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:10000000;
}