@charset "utf-8";
.mv,
.cont-top-lead,
.section-line-up {
  background-color: #faf8f4;
}
/* loading用 */
.loader-bg {
  align-items: center;
  background-color: #faf8f4;
  display: flex;
  /* height: 100vh; */
  height:100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
  animation: fadeOut 2.5s 3.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loader img {
  height: auto;
  max-width: 400px;
  background-color: none;
  opacity: 0;
  animation: logo_fade 4s 0.5s forwards;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    /* transform: translateY(20px); */
  }
  60% {
    opacity: 1;
    /* transform: translateY(0); */
  }
  100% {
    opacity: 0;
  }
}
/* loading用　end */
/*--header-pc-start--*/
.header_wrap_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 10px;
  right: 70px;
  z-index: 1111;
}
.header_wrap_btn.panelactive {
  position: inherit;
}

/*--ハンバーガーボタン内容の装飾-end-*/
.sp {
  display: none;
}
.pc {
  display: block;
  width:90%;
}
/*h1をスクロール後に小さく表示*/
.nav-logo {
  display: block;
  opacity: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50px;
  z-index: 999;
  padding-top: 20px;
  transition: 0.5s;
}
.nav-logo h1 {
  max-width: 166px;
}
/*h1がレスポンシブ時にぼやける*/
.nav-logo img {
  image-rendering: -webkit-optimize-contrast;
}
.nav-logo a {
  transition: 0.5s;
}
.nav-logo.active {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.nav-logo.active a {
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .nav-logo {
    left: 30px;
  }
  .header_wrap_btn {
    right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .nav-logo h1 {
    max-width: 130px;
  }
}
/*--header-pc-end--*/
/*--mv-pc-start--*/
.sns-div {
  width: 25px;
  position: absolute;
  top: 35%;
  right: 64px;
  z-index: 20;
}
.sns-div a {
  display: block;
  line-height: 3;
}
.sns-div a:hover {
  opacity: 0.6;
}
.sns-div img {
  border-radius: 0;
}
.mv-main-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
  height: auto;
  position: relative;
  padding-right: 50px;
  z-index: 1;
}

.mv-container {
  width: 45%;
  margin-top: 0px;
  padding-left: 10px;
}
.mv-container h1 {
  width: 20vw;
}

.mv-mainimg {
  border: #ccbca6 solid 3px;
  border-radius: 355px 355px 0px 0px;
  padding: 5px;
  width: 50%;
  position: relative;
  z-index: 2;
  margin-top: 150px;
  min-width: 400px;
}

.mv-mainimg img {
  width: 100%;
  height: auto;
  border-radius: 355px 355px 0px 0px;
}
.mv-text {
  font-size: 2rem;
  font-weight: 600;
  color: #696060;
  line-height: 3;
  padding-top: 20px;
  margin-left: auto;
  width: 85%;
  position: relative;
  z-index: 1;
}
.mv-text::before {
  content: "";
  display: block;
  background: url(../images/top/fukidashi.png) no-repeat;
  height: 60px;
  width: 96px;
  background-size: contain;
}
.mv-main-wrap::before {
  content: "";
  display: inline-block;
  width: 30vw;
  height: 30vw;
  max-width: 250px;
  max-height: 250px;
  min-width: 150px;
  min-height: 150px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 10px dotted #f1efbe;
  position: absolute;
  top: 110px;
  right: 0;
  animation: 50s linear infinite rotation;
  animation-name: animation;
  z-index: -1;
}
.mv-main-wrap::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 10px dotted #f1efbe;
  position: absolute;
  bottom: 0px;
  left: 20px;
  animation: 50s linear infinite rotation;
  animation-name: animation;
  z-index: -1;
}

.mv-text span {
  border-bottom: dotted 5px #c49a6d;
  padding-bottom: 5px;
}

.mv-logoshiphon {
  max-width: 200px;
  width: 20vw;
  position: absolute;
  bottom: -115px;
  right: 5px;
  z-index: 3;
}
/*--mv-pc-end--*/
/*--mv-sp-start--*/
@media screen and (max-width: 900px) {
  .mv-container p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .sns-div {
    display: none;
  }
  .mv-main-wrap {
    flex-direction: column-reverse;
    padding-right: 0;
    height: auto;
    align-items: end;
    overflow: hidden;
  }
  .mv-container {
    width: 80%;
    margin-top: 0;
  }
  .mv-container h1 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30vw;
    z-index: 111;
  }

  .mv-container p {
    margin-left: 0px;
    font-size: 2rem;
  }

  .mv-text {
    margin-left: 0px;
  }
  .mv-mainimg {
    margin-top: 150px;
    width: 70%;
    position: relative;
    left: 20px;
  }
  .mv-logoshiphon {
    bottom: 0px;
    right: 21px;
    width: 28vw;
  }
}
@media screen and (max-width: 500px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .mv-main-wrap h1 {
    width: 32vw;
  }
  .mv-container p {
    margin-left: -50px;
    font-size: 1.6rem;
  }
  .mv-text::before {
    width: 68px;
    height: 43px;
  }
  .mv-mainimg {
    min-width: 270px;
    width: 90%;
    left: 40px;
  }
}
/*--mv-sp-end--*/
/*--section-lead-pc--*/
.cont-top-lead {
  position: relative;
  padding: 150px 6vw 150px;
}
.cont-top-lead-wrapper-large,
.cont-top-lead-wrapper-small {
  max-width: 1160px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: relative;
  z-index: 0;
}
.cont-top-lead-wrapper-large {
  margin-top: 150px;
}
.cont-top-lead-wrapper-large-img-inner {
  max-width: 400px;
  min-width: 270px;
  width: 40%;
}

.cont-top-lead-wrapper-large-img-inner img,
.cont-top-lead-wrapper-small-img-inner img {
  border-radius: 50%;
}
.cont-top-lead-wrapper-large p {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  line-height: 2;
  margin-left: 4%;
}

.cont-top-lead-wrapper-large p span {
  color: #c49a6d;
}

.cont-top-lead-wrapper-small p {
  padding: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.cont-top-lead-wrapper-small-img-inner {
  max-width: 275px;
  min-width: 240px;
  width: 20%;
}
.cont-top-lead-wrapper-large-round {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 10px dotted #f1efbe;
  position: absolute;
  top: 200px;
  right: 100px;
  animation: 50s linear infinite rotation;
  animation-name: animation;
  z-index: -1;
}
.cont-top-lead-wrapper-small-round {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 10px dotted #f1efbe;
  position: absolute;
  bottom: 0px;
  left: 0px;
  animation: 50s linear infinite rotation;
  animation-name: animation;
  margin-bottom: -100px;
  z-index: -1;
}
.cont-top-lead::before {
  content: "";
  background: center/cover no-repeat;
  background-image: url("../images/top/Vector.svg");
  width: 100%;
  height: 11.5vw;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .cont-top-lead-wrapper-large p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 800px) {
  .cont-top-lead-wrapper-large {
    flex-direction: column-reverse;
    margin: 0 auto 50px;
  }
  .cont-top-lead-wrapper-large p {
    font-size: 2.8rem;
    margin-left: -50px;
    margin-bottom: 40px;
  }
  .cont-top-lead-wrapper-large-img-inner {
    width: 100%;
    min-width: none;
  }
  .cont-top-lead-wrapper-small {
    flex-direction: column;
  }
  .cont-top-lead-wrapper-small p {
    margin-bottom: 40px;
  }
  .cont-top-lead-wrapper-small-img-inner {
    max-width: 275px;
    min-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .cont-top-lead {
    padding: 120px 6vw 100px;
  }
  .cont-top-lead-wrapper-large p {
    font-size: 2rem;
  }
  .cont-top-lead-wrapper-small p {
    font-size: 1.6rem;
  }
}

/*--section-concept-pc--*/
.section-concept {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
.section-concept::before {
  content: "";
  background: center/cover no-repeat;
  background-image: url("../images/top/wave02.svg");
  width: 100%;
  height: 11.5vw;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 0; /* 999を0に変更 */
}
.section-concept p {
  line-height: 2;
  text-align: left;
  max-width: 650px;
  display: inline-block;
}
.section-concept h3 span {
  color: #c49a6d;
}
.section-concept-wrapper {
  max-width: 630px;
  margin: 40px auto 150px;
  position: relative;
  z-index: 0;
}
.concept-round_top::before {
  content: "";
  display: inline-block;
  width: 30vw;
  max-width: 300px;
  max-height: 300px;
  height: 30vw;
  border-radius: 100%;
  box-sizing: border-box;
  border: 10px dotted #f1efbe;
  position: absolute;
  top: -10%;
  right: -20%;
  transform: translate(50%, 50%);
  animation: 50s linear infinite rotation;
  animation-name: animation;
  z-index: -1;
}
.concept-round_bottom::before {
  content: "";
  display: inline-block;
  width: 30vw;
  max-width: 300px;
  max-height: 300px;
  height: 30vw;
  border-radius: 100%;
  box-sizing: border-box;
  border: 10px dotted #f1efbe;
  position: absolute;
  top: 30%;
  right: 75%;
  transform: translate(50%, 50%);
  animation: 50s linear infinite rotation;
  animation-name: animation;
  z-index: -1;
}
.section-concept-wrapper h3 {
  margin-bottom: 20px;
  font-size: 3rem;
}

.section-concept-wrapper p {
  padding: 20px 0px 40px;
}

.yellow-btn {
  background-color: #f5e5bf;
  color: #333333;
  margin: 0 auto;
}
.yellow-btn::before {
  background: #333;
}
.yellow-btn::after {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
.yellow-btn:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #ccbca6;
}
.yellow-btn:hover::before {
  background-color: #ffffff;
}
.yellow-btn:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.sp-br {
  display: none;
}
@media screen and (max-width: 800px) {
  .section-concept-wrapper h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 610px) {
  .sp-br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .section-concept-wrapper h3 {
    font-size: 2.2rem;
  }
}
/*--section-line-up-pc--*/
.section-line-up {
  position: relative;
  z-index: 0;
}
.section-line-up::before {
  content: "";
  background: center/cover no-repeat;
  background-image: url("../images/top/Vector.svg");
  width: 100%;
  height: 11.5vw;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 0;
}

.section-line-up-topinner {
  max-width: 1160px;
  margin: 0 auto;
}
.section-line-up-topinner::after {
  content: "";
  display: inline-block;
  width: 50vw;
  max-width: 300px;
  max-height: 300px;
  height: 50vw;
  border-radius: 100%;
  box-sizing: border-box;
  border: 10px dotted #f1efbe;
  position: absolute;
  top: 9%;
  right: -4%;
  transform: translate(50%, 50%);
  animation: 50s linear infinite rotation;
  animation-name: animation;
  z-index: -1;
}
.section-line-up_mvimg {
  position: relative;
  z-index: 0;
  max-width: 925px;
  height: 37vh;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.section-line-up p {
  line-height: 2;
  padding: 30px 0 30px 0;
  text-align: left;
  max-width: 650px;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.section-line-up ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-line-up ul li {
  position: relative;
  z-index: 2;
  margin: 40px;
  font-weight: 600;
  font-size: 1.8rem;
}
.section-line-up ul li::before {
  content: "";
  display: block;
  background-image: url("../images/top/round.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 200px;
  height: 200px;
  position: absolute;
  top: 10px;
  left: 20%;
  z-index: -1;
  animation: fuwafuwa01 2s infinite ease-in-out;
}

.section-line-up ul li p {
  padding: 10px;
}
.section-line-up-item-img {
  max-width: 230px;
  width: 100%;
}
.white-btn {
  background-color: #fff;
  color: #333;
  max-width: 170px;
  border: #333333 solid 1px;
  text-align: center;
  font-weight: 500;
  padding: 7px 15px 9px 10px;
  margin: 0 auto 30px;
  font-size: 1.3rem;
}
.white-btn::before {
  background: #333;
}
.white-btn::after {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
.white-btn:hover {
  opacity: 1;
  background-color: #f5e5bf;
}
.line-btn1-inner {
  margin-bottom: 100px;
  max-width: 320px;
  margin: 0 auto 100px;
  position: relative;
}
.line-btn1:hover {
  opacity: 0.6;
}
.line-btn1-inner::before {
  content: "";
  display: inline-block;
  width: 30vw;
  max-width: 250px;
  max-height: 250px;
  height: 30vw;
  border-radius: 100%;
  box-sizing: border-box;
  border: 10px dotted #f1efbe;
  position: absolute;
  bottom: -20px;
  right: 120%;
  transform: translate(50%, 50%);
  animation: 50s linear infinite rotation;
  animation-name: animation;
  z-index: 0;
}
.line-btn1 {
  display: inline-block;
  margin: 0 auto;
  /* max-width: 320px; */
  border-bottom: #333333 solid 1.75px;
  text-align: left;
  padding: 0 50px 7px 1em;
  position: relative;
  font-size: 1.6rem;
}
.line-btn1::after {
  content: "";
  background: url(../images/common/icon/arrow.svg) no-repeat center/100% 100%;
  position: absolute;
  height: 30px;
  right: 0px;
  top: 0;
  width: 20%;
}

/*--section-line-up--sp*/
@media screen and (max-width: 1170px) {
  .section-line-up ul li {
    margin: 50px;
  }
}
@media screen and (max-width: 864px) {
  .section-line-up ul li {
    margin: 30px;
  }
}
@media screen and (max-width: 800px) {
  .section-line-up-item-img {
    max-width: 300px;
    width: 100%;
  }
  .section-line-up ul li::before {
    left: 38%;
  }
  .section-line-up_mvimg {
    height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .section-line-up ul li::before {
    left: 32%;
  }
}
/*--section-story--*/
.section-story {
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}
.section-story-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.section-story-inner::before {
  content: "";
  display: inline-block;
  max-width: 300px;
  max-height: 300px;
  width: 50vw;
  height: 50vw;
  border-radius: 100%;
  box-sizing: border-box;
  border: 10px dotted #f1efbe;
  position: absolute;
  top: 30%;
  right: -5%;
  transform: translate(50%, 50%);
  animation: 50s linear infinite rotation;
  animation-name: animation;
  z-index: -1;
}

.section-story-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  text-align: left;
  padding: 30px;
  position: relative;
  background-color: #f0ecec;
  z-index: 0;
}

.section-story-wrapper::before {
  content: "";
  position: absolute;
  border: #333333 solid 1px;
  top: -8px;
  left: -9px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}
.section-story-conntainer {
  display: flex;
  justify-content: center;
}
.section-story-text-inner {
  padding: 10px;
}
.section-story-img-inner {
  min-width: 350px;
}
.section-story-img-inner img {
  display: block;
  margin-bottom: 20px;
}
.section-story-img-inner-large{
  max-width:320px;
  width:100%;
}
.section-story-img-inner-small{
  max-width:300px;
  width:100%;
}
.section-story-text-inner h3 {
  margin-bottom: 30px;
}
.section-story-text-inner p {
  margin-bottom: 17px;
}
.name {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 30px;
}
.name__span {
  font-size: 1.2rem;
  display: block;
}
.line-btn2-inner {
  text-align: right;
  margin-bottom: 20px;
  max-width: 900px;
}
.line-btn2 {
  display: inline-block;
  max-width: 330px;
  border-bottom: #333333 solid 1.5px;
  text-align: left;
  padding: 0 50px 5px 1em;
  position: relative;
  font-size: 1.4rem;
}
.line-btn2:hover {
  opacity: 0.6;
}
.line-btn2:after {
  content: "";
  background: url(../images/common/icon/link-icon.svg) no-repeat center/70% 70%;
  position: absolute;
  height: 25px;
  right: 0px;
  top: 0px;
  width: 11%;
}
/*--section-story_sp--*/
@media screen and (max-width: 1056px) {
  .section-story-text-inner h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .section-story-text-inner p {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .section-story-text-inner {
    padding: 0px;
  }
}
@media screen and (max-width: 980px) {
  .section-story-text-inner {
    padding: 30px;
  }
  .section-story-conntainer {
    flex-direction: column;
    align-items: center;
  }
  .section-story-name-inner {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .section-story{
    padding: 80px 3vw 80px;
  }
  .section-story-wrapper {
    padding: 10px;
  }
  .section-story-wrapper::before {
    top: -6px;
    left: -6px;
  }
  .section-story-img-inner {
    min-width: auto;
  }
  .section-story-text-inner h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .section-story-text-inner {
    padding: 10px;
  }
  .name p {
    text-align: right;
    font-size: 1.2rem;
    /* line-height: 1; */
    margin-top: 0px;
  }
  .line-btn2-inner {
    text-align: center;
  }
}
