@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "Arial", sans-serif;
  font-display: swap;
  font-size: 1.4rem;
  color: #242422;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
  line-height: 2;
}

a {
  text-decoration: none;
  color: #242422;
}

img,
picture,
video {
  display: block;
  width: 100%;
  height: auto;
}

/*---ttl---*/
.ttl {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.2;
  box-sizing: border-box;
  position: relative;
}

.ttl-bbl {
  flex-direction: column;
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
}

.ttl-bbl::before {
  display: inline-block;
  content: '';
  width: 60px;
  height: 60px;
  background: url('../../img/top/bubble-ora.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
}

.ttl-bbl>h2 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.ttl>p {
  display: flex;
  font-size: 7rem;
  letter-spacing: .075em;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}

/*---共通項目---*/
section:not(#main-img):not(#price):not(#contact) {
  padding: 150px 0;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}


/*––––––––––––––––––––––––––––––––––––
 #loading
––––––––––––––––––––––––––––––––––––*/
#loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgb(255, 255, 255);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1);
  z-index: 99999;
  top: 0;
  left: 0;
}

.spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-border {
  width: 50px;
  height: 50px;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgba(63, 249, 220, 1) 100%);
  animation: spin .8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
  }
}

/*--------------------------------------------------------
 #heading
--------------------------------------------------------*/
#heading {
  width: 85%;
  max-width: 1280px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

#heading>h1::before {
  display: inline-block;
  content: '';
  width: 48px;
  height: 48px;
  background: url('../../icon/logo-nyancos.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translate(0, -50%);
}

#heading>h1::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(0, -50%);
  border: 15px solid transparent;
  border-right: 15px solid #FEF5DA;
}

#heading>h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #FEF5DA;
  padding: 10px 20px;
  margin-left: 75px;
  border-radius: 8px;
  line-height: 1.6;
  position: relative;
}

/*--------------------------------------------------
 header
--------------------------------------------------*/
#header01 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  z-index: 999;
  letter-spacing: .05em;
  box-sizing: border-box;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
}

#global-nav {
  width: 90%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header01.scroll {
  background: rgba(255, 255, 255, .6);
}

.nav-logo {
  width: auto;
  height: 60px;
}

.nav-logo a {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
}

.nav-logo a img {
  width: auto;
  height: 36px;
}

.logo-main {
  display: none;
}

.scroll .logo-main {
  display: block;
}

#navigation {
  width: 85%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}

nav {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

nav>ul {
  display: flex;
  align-items: center;
  list-style: none;
}

nav>ul li {
  width: auto;
  height: auto;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}

nav>ul li a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.3;
}

.scroll nav>ul li a {
  color: #38321E;
}

.nav-wrap-text {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.nav-wrap__main {
  font-size: 1.1rem;
  letter-spacing: 0;
}

.nyancos {
  width: auto;
  height: 50px;
  margin: 0 20px;
}

.nyancos a {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nyancos a img {
  display: block;
  width: auto;
  height: 50px;
}

.nav-contact {
  width: 100%;
  height: 45px;
  background: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  margin-left: 15px;
}

.nav-contact>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  height: 100%;
  color: #fff;
  border-radius: 4px;
}

.nav-contact p {
  line-height: 45px;
  font-size: 1.2rem;
}

.navigation-sp,
.nav-contact-sp {
  display: none;
}

/*----------------------------------------------------
  #nav-toggle
----------------------------------------------------*/
#nav-toggle {
  display: none;
  position: absolute;
  top: 4px;
  right: 0;
  transform: translate(-50%, 0);
  width: 60px;
  height: 56px;
  z-index: 1001;
  cursor: pointer;
}

@keyframes rotation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  width: 60px;
  height: 56px;
  position: relative;
  z-index: 1;
}

.menu-trigger span {
  position: absolute;
  left: 50%;
  width: 32px;
  height: 3px;
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 50vh;
}

.scroll .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 8px;
}

.menu-trigger span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 18px;
}

.menu-trigger span:nth-of-type(3) {
  top: 28px;
}

.menu-trigger.active span {
  width: 36px;
  height: 3px;
  position: absolute;
  left: 50%;
  background: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translate(-50%, 20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

.menu-trigger.active span:nth-of-type(3) {
  top: 40px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translate(-50%, -20px) rotate(45deg);
}

.toggle-text {
  width: 100%;
  height: 12px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1rem;
}

.active .toggle-text,
.scroll .toggle-text {
  color: #fff;
}

.toggle-text::after {
  display: inline-block;
  content: 'MENU';
  width: 100%;
  height: 12px;
  color: #fff;
  font-size: 1rem;
}

.scroll .toggle-text::after {
  color: #fff;
}

.menu-trigger.active .toggle-text::after {
  content: 'CLOSE';
}

/*--------------------------------------------------
 main
--------------------------------------------------*/
main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

/*--------------------------------------------------
 #breadcrumbList
--------------------------------------------------*/
#breadcrumbList {
  width: 100%;
  height: auto;
}

.breadcrumbList-inner {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

.breadcrumbList-inner ol {
  display: flex;
  align-items: center;
}

.breadcrumbList-inner li {
  width: auto;
  list-style: none;
  font-size: 1.0rem;
}

.breadcrumbList-inner a {
  font-size: 1.0rem;
  font-size: 0.66225vw;
}

.breadcrumbList-inner li:not(:last-child) a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  line-height: 1;
  padding: 0 14px;
}

.breadcrumbList-inner i {
  font-size: 1.2rem;
  font-size: 0.7947vw;
}

.breadcrumbList-inner span {
  padding-left: 3px;
}

/*--------------------------------------------------------------------------
	#contact
--------------------------------------------------------------------------*/
#contact {
  width: 100%;
  height: auto;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.contact-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.contact-title>img {
  display: block;
  width: 40%;
  height: auto;
}

.contact-title h2 {
  font-size: 1.2rem;
  margin-left: 10px;
  margin-bottom: 5px;
}

.contact-title h2>br {
  display: none;
}

.contact-lead {
  font-size: 1.6rem;
  padding: 0 10px;
  margin-bottom: 50px;
}

.contact-link {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100px;
  box-sizing: border-box;
  border-radius: 50vh;
}

.contact-link a:nth-of-type(1) {
  background: #4EBDEB;
}

.contact-link a:nth-of-type(2) {
  background: #F080A2;
}

.contact-link a:nth-of-type(3) {
  background: #06C755;
}

.contact-link a>img {
  display: block;
  width: 72.5%;
  height: auto;
}

.contact-nyancos-robo {
  width: 15%;
  height: auto;
  position: absolute;
  top: 85%;
  left: -3.5%;
  transform: rotate(15deg) translate(0, -50%);
  opacity: .7;
}

.nyancos-robo-close {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: eyes_blink_anime 2s infinite;
  opacity: 0;
}

@keyframes eyes_blink_anime {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  11% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  21% {
    opacity: 0;
  }

  79% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  91% {
    opacity: 0;
  }
}

/*----------------------------------
 # bg-shape
 ---------------------------------*/
.bg-applism {
  width: 60%;
  height: auto;
  position: fixed;
  bottom: 5%;
  right: 0;
}

.bg-applism::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 25.65%;
}

.bg-applism>img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}

.shape-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

.shape1 {
  width: 45%;
  height: auto;
  position: absolute;
  bottom: -5%;
  left: -22.5%;
}

.shape2 {
  width: 40%;
  height: auto;
  position: absolute;
  top: -30%;
  right: -15%;
  transform: rotate(0);
}

.iPad .shape1 {
  width: 100%;
  left: -55%;
  bottom: 10%;
}

.iPad .shape2 {
  width: 60%;
  top: -10%;
  right: -30%;
}

.shape3 {
  width: 40%;
  height: auto;
  position: absolute;
  bottom: -25%;
  right: -20%;
  transform: rotate(0);
  mix-blend-mode: overlay;
}

.shape1>img,
.shape2>img,
.shape3>img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------*/
footer {
  width: 100%;
  height: auto;
  background: #212221;
  color: #fff;
  position: relative;
  z-index: 1;
}

footer a {
  color: #fff;
}

.footer {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 80px 0;
}

.footer-top {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCD0D0;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.footer-top-inner {
  width: calc(100% - 402px);
}

.footer-top-inner>h2 {
  font-size: 1.4rem;
}

.footer-top-inner>p {
  font-size: 1.2rem;
}

.footer-top-sns {
  display: inline-flex;
  align-items: center;
}

.footer-top-sns>a {
  display: inline-block;
  width: 24px;
}

.footer-top-sns>a:nth-of-type(n+2) {
  margin-left: 30px;
}

.footer-top-sns>a svg {
  fill: #fff;
}

.footer-nav {
  width: 100%;
}

.footer-nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.footer-nav li {
  width: auto;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-nav li>a {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-nav li>a>i {
  margin-right: 4px;
}

.footer-link {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.footer-link>a {
  width: 20%;
  height: auto;
}

.footer-link>a:nth-child(n+2) {
  margin-left: 10px;
}

#copyright {
  width: 100%;
  height: auto;
}

.footer-policy {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}

.footer-policy span {
  margin: 0 10px;
}

#copyright p {
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 1360px) {
  html {
    font-size: calc(100vw/138.0);
  }

  nav {
    width: 90%;
    margin: 0 auto;
  }

  .footer {
    width: 90%;
    max-width: initial;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: calc(100vw/128.0);
  }
}

@media screen and (max-width:1100px) {
  .contact {
    width: 90%;
    max-width: initial;
  }

  .footer {
    width: 80%;
  }
}

@media screen and (max-width:1024px) {
  html {
    font-size: calc(100vw/102.4);
  }

  #nav-toggle {
    display: block;
  }

  .menu-trigger span,
  .scroll .menu-trigger span {
    background: #fabe00;
  }

  .menu-trigger.active span {
    background: #fff;
  }

  .toggle-text::after,
  .scroll .toggle-text::after {
    color: #fabe00;
  }

  .menu-trigger.active .toggle-text::after {
    color: #fff;
  }

  /*-------------------------------------------------
    overlay
  -------------------------------------------------*/
  #header01 {
    position: fixed;
    height: 60px;
  }

  #navigation {
    width: 100%;
    max-width: initial;
    height: 100vh;
    background: #212221;
    display: flex;
    flex-direction: row-reverse;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    -ms-overflow-style: none;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
  }

  .overlay.is-open {
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .nav-wrap {
    width: 100%;
    height: auto;
    overflow-y: scroll;
  }

  .nav-wrap::-webkit-scrollbar {
    display: none;
  }

  nav {
    width: 70%;
    height: auto;
    padding: 80px 50px;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
  }

  nav>ul {
    width: 40%;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid #eee;
  }

  nav>ul li {
    width: 100%;
    height: auto;
    padding: 0;
  }

  nav>ul li a {
    width: 100%;
    height: auto;
    padding: 10px 0;
    color: #fff;
    align-items: flex-start;

  }

  .scroll nav>ul li a {
    color: #fff;
  }

  .nav-wrap-text {
    display: none;
  }

  .nav-wrap__main {
    font-size: 1.6rem;
  }

  .nav-contact {
    width: 60%;
    max-width: initial;
    height: auto;
    text-align: initial;
    margin-left: 0;
    background: none;
    font-weight: normal;
    border-radius: 0;
    padding-left: 5%;
    box-sizing: border-box;
  }

  .nav-contact-sp {
    display: block;
    color: #fff;
  }

  .nav-contact-sp>ul {
    width: 100%;
    list-style: none;
  }

  .nav-contact-sp>ul li>a {
    color: #fff;
  }

  .nav-contact-sp>ul li>a>img {
    width: 35%;
  }

  .nav-contact>a {
    width: 100%;
    max-width: 240px;
    height: 60px;
    margin-top: 10px;
    font-size: 1.4rem;
    background: #fff;
    border-radius: 4px;
    font-weight: bold;
    color: #fabe00;
  }

  .scroll .nav-contact>a {
    background: #fff;
    color: rgb(250, 190, 0);
  }

  .nyancos {
    display: none;
  }

  .navigation-sp {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100%;
    height: auto;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .navigation-sp li::before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 2px;
    border-top: 1px solid #fff;
    margin-right: 8px;
  }

  /*--- contact ---*/
  .contact-link a>img {
    width: 80%;
  }

  .contact-nyancos-robo {
    width: 25%;
    height: auto;
    position: absolute;
    top: 85%;
    left: -3.5%;
    transform: rotate(15deg) translate(0, -50%);
    opacity: .7;
  }

  /*--- footer ---*/
  .footer-top {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logo {
    margin-right: 20px;
  }

  .footer-top-inner {
    width: auto;
  }

  .footer-top-sns {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .footer-link>a {
    width: 30%;
  }
}

@media screen and (max-width:896px) {
  html {
    font-size: calc(100vw/89.6);
  }

  /*--- contact ---*/
  .contact {
    width: 85%;
  }

  .contact-title>img {
    width: 50%;
  }

  .contact-lead>br:not(:first-child) {
    display: none;
  }

  .contact-nyancos-robo {
    width: 20%;
    height: auto;
    position: absolute;
    top: 90%;
    left: initial;
    right: -5%;
    transform: rotate(-15deg) translate(0, -50%);
    opacity: .7;
  }

  /*--- footer ---*/
  .footer-nav {
    max-width: initial;
  }

  .footer-nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-link {
    justify-content: center;
  }

  .footer-link>a {
    width: 30%;
  }

  .footer-link>a {
    width: 35%;
  }
}

@media screen and (max-width:786px) {
  html {
    font-size: calc(100vw/78.6);
  }

  nav {
    width: 80%;
  }

  /*--- contact ---*/
  .contact-link {
    width: 65%;
    flex-wrap: wrap;
  }

  .contact-link a {
    width: 100%;
  }

  .contact-link a:nth-of-type(n+2) {
    margin-top: 10px
  }

  .contact-link a>img {
    width: 70%;
  }

  .contact-nyancos-robo {
    width: 35%;
    top: 87.5%;
    right: -5%;
    transform: rotate(-15deg) translate(0, -50%);
  }

  /*--- footer ---*/
  .footer-logo {
    width: 160px;
  }

  .footer-top-inner {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width:680px) {
  html {
    font-size: calc(100vw/68.0);
  }

  nav {
    width: 90%;
    flex-direction: column;
    justify-content: center;
  }

  nav {
    width: 90%;
    flex-direction: column;
    justify-content: center;
  }

  nav>ul {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .nav-contact {
    width: 100%;
    padding-top: 40px;
  }

  .nav-contact>a {
    width: 80%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }

  /*--- contact ---*/

  .contact-title {
    margin-bottom: 30px;
  }

  .contact-title>img {
    display: block;
    width: 70%;
    height: auto;
  }

  .contact-lead {
    padding: 0;
    margin-bottom: 30px;
  }

  .contact-link {
    width: 90%;
    margin: 0 auto;
  }

  .contact-link a {
    width: 100%;
  }

  .contact-nyancos-robo {
    width: 20%;
    top: 92.5%;
    right: -5%;
    transform: rotate(-15deg) translate(0, -50%);
  }

  /*--- footer ---*/

  .footer {
    width: 90%;
  }

  .footer-top-inner>h2 {
    font-size: 1.2rem;
  }

  .footer-top-inner>p {
    font-size: 1rem;
  }

  .footer-link>a {
    width: 45%;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.4rem;
  }

  #heading>h1 {
    margin-left: -25px;
  }

  #heading>h1::before {
    width: 26px;
    height: 26px;
    left: -39px;
  }

  /*--- ttl ---*/
  .ttl>p {
    font-size: 4.2rem;
    letter-spacing: .025em;
  }

  .ttl>p::after {
    margin-left: 10px;
  }

  .ttl-bbl {
    padding-left: 60px;
  }

  .ttl-bbl::before {
    display: inline-block;
    content: '';
    width: 48px;
    height: 48px;
  }

  .ttl-bbl>h2 {
    font-size: 1.4rem;
  }

  /*---共通項目---*/
  section:not(#main-img):not(#price):not(#contact) {
    padding: 100px 0;
  }

  /*--- header ---*/
  #nav-toggle {
    right: -5%;
  }

  nav {
    width: 85%;
    height: auto;
    padding: 120px 0 80px 0;
    overflow-y: scroll;
  }

  .nav-wrap-text {
    font-size: 2rem;
  }

  nav>ul li a {
    padding: 14px 0;
  }

  .nav-contact-sp>ul li>a>img {
    width: 50%;
  }

  .nav-contact>a {
    width: 95%;
    margin-top: 20px;
  }

  /*--- main-img ---*/
  #main-img::after {
    opacity: .1;
  }

  .shape1 {
    width: 100%;
    left: -40%;
    bottom: 30%;
  }

  .shape2 {
    width: 80%;
    top: 0;
    right: -40%;
  }

  /*--- contact ---*/
  #contact {
    padding: 100px 0;
    margin: 0 auto;
  }

  .contact {
    width: 80%;
  }

  .contact-title {
    align-items: center;
    justify-content: center;
  }

  .contact-title h2 {
    text-align: center;
    margin-left: 0;
  }

  .contact-title h2>br {
    display: block;
  }

  .contact-title>img {
    width: 100%;
  }

  .contact-lead {
    font-size: 1.4rem;
  }

  .contact-link {
    width: 100%;
  }

  .contact-link a {
    height: 90px;
  }

  .contact-link a>img {
    width: 80%;
  }

  .contact-nyancos-robo {
    width: 20%;
    top: 96.5%;
    right: -5%;
    transform: rotate(-15deg) translate(0, -50%);
  }

  /*--- footer ---*/
  footer {
    padding-bottom: 80px;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    width: 50%;
    margin-bottom: 14px;
    margin-right: 0;
    order: 1;
  }

  .footer-top-sns {
    order: 2;
    margin-top: 14px;
  }

  .footer-top-inner {
    width: 100%;
    order: 3;
    margin-top: 14px;
    text-align: center;
  }

  .footer-nav ul {
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: flex-start;
  }

  .footer-nav li {
    width: 50%;
    padding: 0;
  }

  .footer-nav li>a {
    justify-content: flex-start;
    padding: 0;
  }

  .footer-link {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer-link>a {
    width: 49%;
  }

  .footer-link>a:nth-child(n+2) {
    margin-left: 0;
  }

  .footer-link>a:nth-child(n+3) {
    margin-top: 5px;
  }
}