@charset "utf-8";

/* ---------------------------------------------
Reset
--------------------------------------------- */
/* addition */
#minoplus-lp003 * {
  box-sizing: border-box;
}

#minoplus-lp003 img,
#minoplus-lp003 video,
#minoplus-lp003 iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width:1299px) {
  #minoplus-lp003 img,
  #minoplus-lp003 video,
  #minoplus-lp003 iframe {
    width: 100%;
  }
}
#minoplus-lp003 em {
  font-style: normal;
  font-weight: bold;
}
#minoplus-lp003 figure {
  margin: 0;
}
#minoplus-lp003 ol {
  margin: 0;
  padding: 0;
}

#minoplus-lp003 div,
#minoplus-lp003 form,
#minoplus-lp003 h1,
#minoplus-lp003 h2,
#minoplus-lp003 h3,
#minoplus-lp003 h4,
#minoplus-lp003 ul,
#minoplus-lp003 li,
#minoplus-lp003 dl,
#minoplus-lp003 dt,
#minoplus-lp003 dd,
#minoplus-lp003 p {
  line-height: 1.6;
}


/* ---------------------------------------------
font
--------------------------------------------- */
#minoplus-lp003 {
  line-height: 1.6;
  color: #000;
  font-size: 3.4vw;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 {
    font-size: 25px;
  }
}


/* ---------------------------------------------
link
--------------------------------------------- */
#minoplus-lp003 a,
#minoplus-lp003 a:link,
#minoplus-lp003 a:visited {
  color: #1e87f0;
}
#minoplus-lp003 a:hover {
  color: #f01e1e;
  text-decoration: none;
}


/* ---------------------------------------------
width
--------------------------------------------- */
#minoplus-lp003.wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003.wrapper {
    width: 750px;
  }
}

#minoplus-lp003 .contentsWrapper {
  width: 90.667%;
  margin: 0 auto;
}


/* ---------------------------------------------
cmn
--------------------------------------------- */
#minoplus-lp003 .sec {
  margin: 0;
}
#minoplus-lp003 .sec .secTitle {
  margin: 0;
}

#minoplus-lp003 .sec h2 {
  margin: 0;
}
#minoplus-lp003 .sec h3 {
  margin: 0;
}

#minoplus-lp003 p {
  margin: 0;
  line-height: 1.6;
}

#minoplus-lp003 sup {
  font-size: 70%;
  vertical-align: super;
}

#minoplus-lp003 .btn a:hover {
  opacity: .8;
}

#minoplus-lp003 .red1 {
  color: #d50001;
}
#minoplus-lp003 .blu1 {
  color: #00008a;
}

#minoplus-lp003 .taR {
  text-align: right;
  display: block;
}

#minoplus-lp003 .note small {
  font-size: 2.7vw;
  display: block;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 .note small {
    font-size: 23px;
  }
}
#minoplus-lp003 .note1 small {
  padding-left: 1rem;
  text-indent: -1rem;
}
#minoplus-lp003 .note2 small {
  padding-left: 2rem;
  text-indent: -2rem;
}

/* cta */
#minoplus-lp003 .ctaArea {
  margin: 0;
  padding: 1.5em 0;
  position: relative;
}
#minoplus-lp003 .ctaArea::after {
  content: '';
  background-color: #1a1a1a;
  padding-bottom: 2em;
  position: absolute;
  top: 4em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#minoplus-lp003 .ctaArea .inner {
  width: 90.667%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#minoplus-lp003 .ctaArea .cta_limited {
  margin: 0 0 .5em;
}
#minoplus-lp003 .ctaArea .cta {
  margin: 0 0 1.5em;
  padding: 1em 0;
  text-align: center;
  background-color: #fff;
}
#minoplus-lp003 .ctaArea .cta .btnArea {
  margin-bottom: 1em;
  padding-top: .2em;
  display: inline-block;
}
@media screen and (max-width:1299px) {
  #minoplus-lp003 .ctaArea .cta .btnArea {
    width: 93.394%;
  }
}
#minoplus-lp003 .ctaArea .cta .btnArea a {
  transition: all .2s;
}
#minoplus-lp003 .ctaArea .cta .btnArea a:hover {
  opacity: .8;
}
#minoplus-lp003 .ctaArea .cta .btnArea a {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
#minoplus-lp003 .ctaArea .cta .btnArea a::after {
  content: '';
  width: 30%;
  height: 100%;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  position: absolute;
  top: -10%;
  right: 130%;
  z-index: 2;
  transform: scale(2) rotate(20deg);
  pointer-events: none;
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% { right: 130%; }
  40% { right: -100%; }
  100% { right: -100%; }
}


/* slick */
@media screen and (max-width:1299px) {
  #minoplus-lp003 #js-slider-1 .slick-list {
    max-width: 100vw;
    overflow: hidden;
  }
}
#minoplus-lp003 .slick-prev,
#minoplus-lp003 .slick-next {
  width: 9.334vw;
  height: 9.334vw;
  z-index: 10;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 .slick-prev,
  #minoplus-lp003 .slick-next {
    width: 70px;
    height: 70px;
  }
}
#minoplus-lp003 .slick-prev {
  left: -2vw;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 .slick-prev {
    left: -15px;
  }
}
#minoplus-lp003 .slick-next {
  right: -2vw;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 .slick-next {
    right: -15px;
  }
}
#minoplus-lp003 .slick-prev:before,
#minoplus-lp003 .slick-next:before {
  font-size: 10vw;
  font-weight: normal;
  color: #000;
  opacity: 1;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 .slick-prev:before,
  #minoplus-lp003 .slick-next:before {
    font-size: 75px;
  }
}



/* ---------------------------------------------
#pageHeader
--------------------------------------------- */
#minoplus-lp003 #pageHeader {
  margin: 0;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 #pageFooter {
    padding-bottom: 170px;
  }
}
#minoplus-lp003 #pageHeader .logo {
  width: 25.46%;
  margin: 0;
  display: inline-block;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 #pageHeader .logo {
    width: 189px;
  }
}


/* ---------------------------------------------
#mainContents
--------------------------------------------- */
#minoplus-lp003 #mainContents {
  position: relative;
  z-index: 2;
}

#minoplus-lp003 #mainContents #hero {
  margin: 0;
}


#minoplus-lp003 #mainContents #sec1 {
  padding: 0;
}

#minoplus-lp003 #sec4 .howTo {
  padding: 2em 0;
  text-align: center;
  color: #fff;
  background-color: #008c86;
}
#minoplus-lp003 #sec4 .howTo .ttl {
  margin: 0 0 1em;
  padding: .5em 1em;
  line-height: 1;
  font-size: 4.7vw;
  font-weight: normal;
  background-color: #000;
  display: inline-block;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 #sec4 .howTo .ttl {
    font-size: 35px;
  }
}
#minoplus-lp003 #sec4 .howTo .txtArea1,
#minoplus-lp003 #sec4 .howTo .txtArea2 {
  margin: 0 0 1em;
  text-align: center;
}
#minoplus-lp003 #sec4 .howTo .txtArea1 p,
#minoplus-lp003 #sec4 .howTo .txtArea2 p {
  text-align: center;
}
#minoplus-lp003 #sec4 .howTo .step {
  width: 90.667%;
  margin: 0 auto 1.5em;
}

#minoplus-lp003 #howToOrder {
  margin: 0;
  padding: 3em 0;
}
#minoplus-lp003 #howToOrder .secTitle {
  margin: 0 0 2em;
  text-align: center;
}
#minoplus-lp003 #howToOrder .secTitle .txt1 {
  margin: 0 0 .5em;
  padding: .4em 1em .3em;
  line-height: 1;
  color: #fff;
  font-size: 2.7vw;
  background-color: #000;
  display: inline-block;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 #howToOrder .secTitle .txt1 {
    font-size: 22px;
  }
}
#minoplus-lp003 #howToOrder .secTitle .txt2 {
  font-size: 5.4vw;
  display: block;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 #howToOrder .secTitle .txt2 {
    font-size: 40px;
  }
}
#minoplus-lp003 #howToOrder .txtArea1 {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #000;
}
#minoplus-lp003 #howToOrder .secTitle {
  margin: 0 0 2em;
  text-align: center;
}
#minoplus-lp003 #howToOrder .txtArea2 {
  margin-bottom: 2em;
}
#minoplus-lp003 #howToOrder .txtArea2 {
  margin-bottom: 2em;
}

#minoplus-lp003 #howToOrder .tabLayout .tabs {
  margin: 0;
  position: relative;
  z-index: 2;
}
#minoplus-lp003 #howToOrder .tabLayout .tabs ul {
  display: flex;
  justify-content: space-between;
}
#minoplus-lp003 #howToOrder .tabLayout .tabs ul .tab {
  width: 32%;
  margin: 0;
  padding: .6em 0 1.5em;
  text-align: center;
  white-space: nowrap;
  line-height: 1.4;
  font-size: 3vw;
  background-color: #fff;
  border-width: .55vw;
  border-bottom-width: 0;
  border-style: solid;
  border-radius: 2vw 2vw 0 0;
  position: relative;
  opacity: 0.6;
  transition: all .5s;
  cursor: pointer;
}
@media screen and (min-width: 1300px) {
  #minoplus-lp003 #howToOrder .tabLayout .tabs ul .tab {
    font-size: 23px;
    border-width: 4px;
    border-bottom-width: 0;
    border-radius: 8px 8px 0 0;
  }
}
#minoplus-lp003 #howToOrder .tabLayout .tabs ul .tab.active {
  opacity: 1;
  background-color: #b3b3b3;
}
#minoplus-lp003 #howToOrder .tabLayout .tabs ul .tab.active::after {
  content: '';
  height: .5vw;
  background-color: #b3b3b3;
  position: absolute;
  right: 0;
  bottom: -.5vw;
  left: 0;
  transition: all .5s;
}
@media screen and (min-width: 1300px) {
  #minoplus-lp003 #howToOrder .tabLayout .tabs ul .tab.active::after {
    height: 4px;
    bottom: -4px;
  }
}
#minoplus-lp003 #howToOrder .tabLayout .tabs ul .tab::before {
  content: '';
  width: 3.334vw;
  height: 1.734vw;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20data-name%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.5%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23000%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%204px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2226.25%201.56%2013.75%2011.56%201.25%201.56%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (min-width: 1300px) {
  #minoplus-lp003 #howToOrder .tabLayout .tabs ul .tab::before {
    width: 25px;
    height: 13px;
  }
}
#minoplus-lp003 #howToOrder .tabLayout .tabs ul .tab span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#minoplus-lp003 #howToOrder .tabLayout .tabContents {
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #fff;
}
#minoplus-lp003 #howToOrder .tabLayout .tabContents .tabContent {
  width: 100%;
  margin: 0;
  padding: 1.5em 1em 1px;
  background-color: #fff;
  border-width: .55vw;
  border-style: solid;
  border-radius: 0 0 2vw 2vw;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .5s;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 1300px) {
  #minoplus-lp003 #howToOrder .tabLayout .tabContents .tabContent {
    border-width: 4px;
    border-radius: 0 0 8px 8px;
  }
}
#minoplus-lp003 #howToOrder .tabLayout .tabContents .tabContent.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  display: block;
}
#minoplus-lp003 #howToOrder .item {
  padding-bottom: 1px;
  font-size: 3.05vw;
}
@media screen and (min-width: 1300px) {
  #minoplus-lp003 #howToOrder .item {
    font-size: 23px;
  }
}
#minoplus-lp003 #howToOrder .item .itemTtl {
  margin: 0 0 1em;
  padding: .3em 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  font-weight: normal;
  background-color: #000;
}
@media screen and (min-width: 1300px) {
  #minoplus-lp003 #howToOrder .item .itemTtl {
    font-size: 30px;
  }
}
#minoplus-lp003 #howToOrder .item .ttlNote {
  margin: 0 0 2em;
  text-align: center;
  font-size: 2.67vw;
}
@media screen and (min-width: 1300px) {
  #minoplus-lp003 #howToOrder .item .ttlNote {
    font-size: 20px;
  }
}
#minoplus-lp003 #howToOrder .item .txtAreaSt1 {
  margin-left: 1.6em;
}
#minoplus-lp003 #howToOrder .item .txtAreaSt2 {
  margin: 0 0 1.5em;
  text-align: center;
}
#minoplus-lp003 #howToOrder .item .txtAreaSt2 p {
  text-align: left;
  display: inline-block;
}
#minoplus-lp003 #howToOrder .item .txtAreaSt3 {
  margin-top: 1.5em;
  padding: 1.5em 1em;
  background-color: #e6e6e6;
}
#minoplus-lp003 #howToOrder .item .detail {
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  border-bottom: 2px solid #000;
}
#minoplus-lp003 #howToOrder .item .detail:last-of-type {
  margin-bottom: 2em;
  padding-bottom: 0;
  border-bottom: 0;
}
#minoplus-lp003 #howToOrder .item .detail .detailTtl {
  margin: 0 0 .5em;
  padding-left: 1.6em;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  font-size: 100%;
}
#minoplus-lp003 #howToOrder .item .detail .detailTtl .num {
  font-size: 105%;
  position: absolute;
  top: 0;
  left: .1em;
}
#minoplus-lp003 #howToOrder .item .detail .listSt1 {
  margin: 0 0 0 1.3em;
}
#minoplus-lp003 #howToOrder .item .detail .listSt1 {
  margin: 0 0 0;
}
#minoplus-lp003 #howToOrder .item .detail .listSt1 li {
  margin: 0 0 .3em;
  padding-left: 1.6em;
  line-height: 1.3;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
#minoplus-lp003 #howToOrder .item .detail .listSt1 li::before {
	content: "(" counter(cnt) ") ";
  text-align: right;
  font-size: 90%;
  position: absolute;
  top: 0;
  right: calc(100% - 1.45em);
  white-space: nowrap;
}
#minoplus-lp003 #howToOrder .item .detail .tableSt1 {
  margin: 1.5em 0 .5em;
}
#minoplus-lp003 #howToOrder .item .detail .tableSt1 th,
#minoplus-lp003 #howToOrder .item .detail .tableSt1 td {
  padding: .3em .5em;
  line-height: 1.3;
  vertical-align: middle;
  border: 2px solid #000;
}
#minoplus-lp003 #howToOrder .item .detail .tableSt1 th {
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
}
#minoplus-lp003 #howToOrder .item .detail .tableSt1 thead th {
  background-color: #e6e6e6;
}

#minoplus-lp003 #mainContents .fixedBtn {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 #mainContents .fixedBtn {
    left: 50%;
    transform: translateX(-50%);
  }
}
#minoplus-lp003 #mainContents .fixedBtn .floatingBn_btn {
  width: 91.2%;
  margin: 0 auto;
}
#minoplus-lp003 #mainContents .fixedBtn a {
  vertical-align: bottom;
  display: inline-block;
  transition: all .2s;
}
#minoplus-lp003 #mainContents .fixedBtn a:hover {
  filter: brightness(110%);
}

/* ---------------------------------------------
swiper MPC追記
--------------------------------------------- */
.swiper-button-prev,
.swiper-button-next{
  width: 7rem;
  height: 7rem;
}
.swiper-button-prev{
  left: 1rem;
}

.swiper-button-next{
  right: 1rem;
}

.swiper-button-prev img,
.swiper-button-next img{
  width: auto;
}

@media screen and (max-width:1299px) {
  .swiper-button-prev,
  .swiper-button-next{
    width: 3rem;
    height: 3rem;
  }
}


/* ---------------------------------------------
#pageFooter
--------------------------------------------- */
#minoplus-lp003 #pageFooter {
  margin: 0;
  padding: 0 2em;
  text-align: left;
}
#minoplus-lp003 #pageFooter .footerNav {
  margin: 0 0 2em;
}
#minoplus-lp003 #pageFooter .footerNav ul li {
  margin: 0 0 .5em;
  padding: 0;
}
#minoplus-lp003 #pageFooter .footerNav ul li a:link,
#minoplus-lp003 #pageFooter .footerNav ul li a:visited {
  color: #000;
}
#minoplus-lp003 #pageFooter .footerNav ul li a:hover {
  text-decoration: underline;
}
#minoplus-lp003 #pageFooter .copyright {
  margin: 0;
  padding: 2em 0;
  font-size: 2.4vw;
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 #pageFooter .copyright {
    font-size: 14px;
  }
}

#minoplus-lp003 .pageTop {
  margin: 0 0 0 auto;
  position: fixed;
  right: 5%;
  bottom: 3em;
  z-index: 9999;
}
#minoplus-lp003 .pageTop a {
  margin: 0;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#minoplus-lp003 .pageTop a:hover {
  background: #888;
}
.mt-160{
  margin-top: -160px!important;
}
@media screen and (max-width: 1299px) {
  .mt-160{
    margin-top: calc(-160/750 * 100vw)!important;
  }
}
/*kanban*/
.floating-pc{
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
/*humberger*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.txt-pop{
  font-family: "Poppins", serif;
  font-style: normal;
  margin-right: calc(12/750 * 100vw);
  font-weight: 700;
}
#minoplus-lp003.wrapper{
  position: relative;
}
#minoplus-lp003 #pageHeader{
  position: absolute;
  top: 0;
  z-index: 99;
  left: 24px;
  background-color: #ffffff;
}
@media screen and (min-width: 1300px) {
  #minoplus-lp003 #pageHeader{
    width: 100%;
    left: 0;
    height: 90px;
    text-align: left;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1299px) {
  #minoplus-lp003 #pageHeader{
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    text-align: left;
    width: 100%;
    height: calc(90/750 * 100vw);
  }
}
@media screen and (max-width: 1299px) {
  .header-color{
    background-color: #ffffff;
  }
}

@media screen and (max-width: 1299px) {
  #minoplus-lp003 #pageHeader .logo{
    width: calc(190/750 * 100vw);
    position: absolute;
    left: calc(24/750 * 100vw);
  }
}
#minoplus-lp003 .future{
  margin-top: 60px;
  margin-bottom: -120px;
}
@media screen and (max-width: 1299px) {
  #minoplus-lp003 .future{
    margin-top: calc(60/750 * 100vw);
    margin-bottom: calc(-120/750 * 100vw);
  }
}
@media screen and (min-width:1300px) {
  #minoplus-lp003 .sp-gnav {
    display: none;
  }
}
#minoplus-lp003 .sp-gnav .menu-bg{
background-color: rgba(246,245,243,0.9);
}
#minoplus-lp003 .sp-gnav nav {
  position: fixed;
  top: 0;
 width: calc(600/750 * 100vw);
  z-index: 99;
  right: 0;
}
#minoplus-lp003 .sp-gnav ul {
  display: none;
  list-style: none;
  padding-top: calc(198/750 * 100vw);
  width: 100%;
  height: 100vh;
}
#minoplus-lp003 .sp-gnav .menu-item {
  width: 82.6666666667vw;
  margin: 0 auto;
}
#minoplus-lp003 .sp-gnav .menu-item-txt {
  font-size: calc(28/750 * 100vw);
  display: flex;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 6.4vw;
  color: #333333;
  padding-left: calc(54/750 * 100vw);
  align-items: baseline;
}
#minoplus-lp003 .sp-gnav .menu-item p{
  font-family: "Noto Sans JP", serif;
}
#minoplus-lp003 .sp-gnav .menu-item-txt .menu-item-stxt {
  font-size: 4.2666666667vw;
  margin-bottom: 2.8vw;
}
#minoplus-lp003 .sp-gnav .hamburger {
  position: absolute;
  top: calc(22/750 * 100vw);
  right: 3.3333333333vw;
  width: 9.6vw;
  height: 5.3333333333vw;
  z-index: 100;
}
#minoplus-lp003 .sp-gnav .hamburger .ham-txt {
  padding-top: calc(24/750 * 100vw);
  text-align: center;
  font-size: calc(18/750 * 100vw);
  font-weight: 600;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
#minoplus-lp003 .sp-gnav .hamburger span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  height:calc(3/750 * 100vw);
  background-color: #000000;
  width:calc(56/750 * 100vw);
  z-index: 10;
  left: calc(9/750 * 100vw);
}
#minoplus-lp003 .sp-gnav .hamburger span:nth-of-type(1) {
  top: 0;
}
#minoplus-lp003 .sp-gnav .hamburger span:nth-of-type(2) {
  top:calc(14/750 * 100vw);
}
#minoplus-lp003 .sp-gnav .hamburger.open .ham-txt {
  letter-spacing: 0;
}
#minoplus-lp003 .sp-gnav .hamburger.open span:nth-of-type(1) {
  -webkit-transform: translateY(0.8vw) rotate(-18deg);
          transform: translateY(0.8vw) rotate(-18deg);
          left: calc(10/750 * 100vw);
          top: calc(1/750 * 100vw);
}
#minoplus-lp003 .sp-gnav .hamburger.open span:nth-of-type(2) {
  -webkit-transform: translateY(-0.8vw) rotate(18deg);
          transform: translateY(-0.8vw) rotate(18deg);
}
#minoplus-lp003 .sp-gnav .ham-img{
  width: calc(472/750 * 100vw);
  height: calc(146/750 * 100vw);
  display: block;
  margin: 0 auto;
  margin-bottom: calc(32/750 * 100vw);
}
/*anc-item*/
@media screen and (max-width: 1299px) {
  #anc-top,
  #anc-effect,
  #anc-about,
  #anc-point,
  #anc-use,
  #anc-oder{
    padding-top: 13.3333333333vw;
    margin-top: -13.3333333333vw;
  }
}
/*gnav*/
@media screen and (max-width: 1299px) {
  .pc-gnav{
    display: none;
  }
}
.pc-gnav{
  position: relative;
  left:  calc(1325/1920 * 100vw);
  width: calc(584/1920 * 100vw);
  height: 100vh;
}
.pc-gnav nav{
  width:calc(377/1920 * 100vw);
  height:  calc(687/1920 * 100vw);
  margin-left:  calc(122/1920 * 100vw);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pc-gnav .menu-item-txt{
  font-size:  calc(22/1920 * 100vw);
  color: #000000!important;
  font-family: "Noto Sans JP", serif;
  transition:0.7s;
}
.pc-gnav .bubble{
  position: absolute;
}
.pc-gnav .menu-item{
  margin-bottom:  calc(16/1920 * 100vw);
}
.bubble-01{
  width:  calc(111/1920 * 100vw);
  height: auto;
  right:  calc(57/1920 * 100vw);
  top: calc(59/1920 * 100vw);
}
.bubble-02{
  width:  calc(54/1920 * 100vw);
  height: auto;
  right:  0;
  top: calc(658/1920 * 100vw);
}
.bubble-03{
  width:  calc(163/1920 * 100vw);
  height: auto;
  right:   calc(319/1920 * 100vw);
  bottom: 0;
}
.pc-gnav .menu-item:nth-child(6){
  margin-bottom:  calc(54/1920 * 100vw);
}
.pc-gnav .menu-item-txt:hover{
  color: #009a92!important;
  text-decoration-line: underline!important;
  transition:0.7s;
}
.pc-gnav .txt-pop{
  display: contents;
}
@media screen and (min-width:1372px) and ( max-width:1524px) {
  .pc-gnav nav{
    left: 80px
  }
}
@media screen and (min-width:1350px) and ( max-width:1371px) {
  .pc-gnav nav{
    left: 100px
  }
}
@media screen and (min-width:1300px) and ( max-width:1349px) {
  .pc-gnav nav{
    left: 134px
  }
}

@media screen and (max-width: 1299px) {
  #minoplus-lp003 #mainContents .fixedBtn .floatingBn_btn{
    width: 90%;
  }
}
#minoplus-lp003 #mainContents .fixedBtn .floatingBn_btn{
  width: 750px;
}
@media screen and (max-width: 768px) {
  #minoplus-lp003 #mainContents .fixedBtn .floatingBn_btn{
    width: calc(670/750 * 100vw);
  }
}
@media screen and (min-width:1300px) {
  .sp-in{
    display: none;
  }
}
#pageFooter{
  position: relative;
}
.menu-cta-btn:hover{
  opacity: 0.8;
}
.sp-wrap{
  padding-top: 90px;
}
@media screen and (max-width: 1299px) {
.sp-wrap{
  padding-top: calc(90/750 * 100vw);
}
}