
#wallcovering {
  --wallcovering-section-color-01: #CE486C;
  --wallcovering-section-color-02: #A37C69;
  --wallcovering-section-color-03: #E5743D;
  --wallcovering-section-color-04: #7274A7;
  --wallcovering-section-color-05: #AA799D;
  --wallcovering-section-color-06: #69A6BA;
  --wallcovering-section-color-07: #3D7086;

  --wallcovering-font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wallcovering .border-section {
  border: 4px solid var(--wallcovering-section-color);
  border-radius: 20px;
}
#wallcovering .border-section.border-section-01 {
  --wallcovering-section-color: var(--wallcovering-section-color-01);
}
#wallcovering .border-section.border-section-02 {
  --wallcovering-section-color: var(--wallcovering-section-color-02);
}
#wallcovering .border-section.border-section-03 {
  --wallcovering-section-color: var(--wallcovering-section-color-03);
}
#wallcovering .border-section.border-section-04 {
  --wallcovering-section-color: var(--wallcovering-section-color-04);
}
#wallcovering .border-section.border-section-05 {
  --wallcovering-section-color: var(--wallcovering-section-color-05);
}
#wallcovering .border-section.border-section-06 {
  --wallcovering-section-color: var(--wallcovering-section-color-06);
}
#wallcovering .border-section.border-section-07 {
  --wallcovering-section-color: var(--wallcovering-section-color-07);
}
#wallcovering .border-section .section-title {
  font-family: var(--wallcovering-font-family);
  text-align: center;
  color: #ffffff;
  background-color: var(--wallcovering-section-color);
  padding:0.6504em;
  position: relative;
  margin-bottom:1.5em;
  border-radius: 10px;
}
#wallcovering .section-title:after {
  content:"";
  position: absolute;
  right: 1em;
  bottom:-25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 25px solid #ccc;
  border-bottom: 0;
}
#wallcovering .border-section-01 .section-title:after {
  border-top: 25px solid var(--wallcovering-section-color-01);
}
#wallcovering .border-section-02 .section-title:after {
  border-top: 25px solid var(--wallcovering-section-color-02);
}
#wallcovering .border-section-03 .section-title:after {
  border-top: 25px solid var(--wallcovering-section-color-03);
}
#wallcovering .border-section-04 .section-title:after {
  border-top: 25px solid var(--wallcovering-section-color-04);
}
#wallcovering .border-section-05 .section-title:after {
  border-top: 25px solid var(--wallcovering-section-color-05);
}
#wallcovering .border-section-06 .section-title:after {
  border-top: 25px solid var(--wallcovering-section-color-06);
}
#wallcovering .border-section-07 .section-title:after {
  border-top: 25px solid var(--wallcovering-section-color-07);
}
#wallcovering .border-section + .border-section {
  margin-top:3em;
}
#wallcovering .border-section .keyword {
  border: 3px solid #C9C9C9;
}

/* 20251115 */
#wallcovering main img {
  max-width:100%;
}
#wallcovering .introduction-txt {
  max-width:870px;
  margin:0 auto 3em;
}
#wallcovering .introduction-txt p + p {
  margin-top:1.5em;
}
#wallcovering .poster-menu {
  background-image: linear-gradient(0deg, #dbe8ea, #e5e7ee 50%, #ebe5f0);
  text-align: center;
}
#wallcovering .menu-area * {
  color: #333;
  font-weight: bold;
}
#wallcovering .menu-area li {
  background: #fff;
  border:2px solid;
  border-radius: 1.25em;
  display: flex;
  align-content: center;
  align-items: center;
  height: 5em;
  position: relative;
}
#wallcovering .menu-area li a {
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  font-size: 1em;
  width: 100%;
  height: 100%;
  padding-right:1rem;
}
#wallcovering .menu-area .txt {
  width:calc(100% - 2.5em);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 1.4;
}
#wallcovering .menu-area .num {
  position: relative;
  line-height: 2;
  width:2.5em;
  margin:0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wallcovering .menu-area .num:after {
  content:"";
  position: absolute;
  right:0;
  top:0;
  bottom:0;
  width:1px;
  height: 100%;
  background: #333;
}
#wallcovering .menu-area li a:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f175';
  font-weight: 500;
  position: absolute;
  top:0;
  bottom:0;
  margin:auto;
  right: 0;
  width: 32px;
  height: 33px;
  display: block;
  background-color: #ccc;
  border-radius: 10em;
  font-size: 23px;
  line-height: 1.4;
}
#wallcovering .menu-area li:nth-child(1),
#wallcovering .menu-area li:nth-child(1) a:hover:after {
  border-color: var(--wallcovering-section-color-01);
  color: var(--wallcovering-section-color-01);
}
#wallcovering .menu-area li:nth-child(1):hover {
  background: var(--wallcovering-section-color-01);
}
#wallcovering .menu-area li:nth-child(1) a:after {
  background-color: var(--wallcovering-section-color-01);
}
#wallcovering .menu-area li:nth-child(2),
#wallcovering .menu-area li:nth-child(2) a:hover:after {
  border-color: var(--wallcovering-section-color-02);
  color: var(--wallcovering-section-color-02);
}
#wallcovering .menu-area li:nth-child(2):hover {
  background: var(--wallcovering-section-color-02);
}
#wallcovering .menu-area li:nth-child(2) a:after {
  background-color: var(--wallcovering-section-color-02);
}
#wallcovering .menu-area li:nth-child(3),
#wallcovering .menu-area li:nth-child(3) a:hover:after {
  border-color: var(--wallcovering-section-color-03);
  color: var(--wallcovering-section-color-03);
}
#wallcovering .menu-area li:nth-child(3):hover {
  background: var(--wallcovering-section-color-03);
}
#wallcovering .menu-area li:nth-child(3) a:after {
  background-color: var(--wallcovering-section-color-03);
}
#wallcovering .menu-area li:nth-child(4),
#wallcovering .menu-area li:nth-child(4) a:hover:after {
  border-color: var(--wallcovering-section-color-04);
  color: var(--wallcovering-section-color-04);
}
#wallcovering .menu-area li:nth-child(4):hover {
  background: var(--wallcovering-section-color-04);
}
#wallcovering .menu-area li:nth-child(4) a:after {
  background-color: var(--wallcovering-section-color-04);
}
#wallcovering .menu-area li:nth-child(5),
#wallcovering .menu-area li:nth-child(5) a:hover:after {
  border-color: var(--wallcovering-section-color-05);
  color: var(--wallcovering-section-color-05);
}
#wallcovering .menu-area li:nth-child(5):hover {
  background: var(--wallcovering-section-color-05);
}
#wallcovering .menu-area li:nth-child(5) a:after {
  background-color: var(--wallcovering-section-color-05);
}
#wallcovering .menu-area li:nth-child(6),
#wallcovering .menu-area li:nth-child(6) a:hover:after {
  border-color: var(--wallcovering-section-color-06);
  color: var(--wallcovering-section-color-06);
}
#wallcovering .menu-area li:nth-child(6):hover {
  background: var(--wallcovering-section-color-06);
}
#wallcovering .menu-area li:nth-child(6) a:after {
  background-color: var(--wallcovering-section-color-06);
}
#wallcovering .menu-area li:nth-child(7),
#wallcovering .menu-area li:nth-child(7) a:hover:after {
  border-color: var(--wallcovering-section-color-07);
  color: var(--wallcovering-section-color-07);
}
#wallcovering .menu-area li:nth-child(7):hover {
  background: var(--wallcovering-section-color-07);
}
#wallcovering .menu-area li:nth-child(7) a:after {
  background-color: var(--wallcovering-section-color-07);
}
#wallcovering .section-title .num {
  position: relative;
  padding:0 1em;
}
#wallcovering .section-title .num:after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 1px;
  bottom: 0;
  margin:auto;
  width: 1px;
  height: 1em;
  background: #fff;
}
#wallcovering .menu-area li {
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
#wallcovering .menu-area li:hover {
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
#wallcovering .menu-area li a:after {
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
#wallcovering .menu-area li:hover a:after {
  transform: translateY(4px);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.balloon-area a {
  transition: transform .6s ease;
}
.balloon-area a:hover * {
  transform: scale(1.1);
}

#wallcovering .menu-area li a:hover span,
#wallcovering .menu-area li a:after{
  color: #fff;
}
#wallcovering .menu-area a:hover .num:after,
#wallcovering .menu-area li a:hover:after{
  background: #fff;
}
#wallcovering .section-catchcopy {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 2em;
}
#wallcovering .section-catchcopy * {
  font-size: 1em;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #FFE98E 0%);
  line-height: 1.8;
  padding-bottom: 0.25em;
}
#wallcovering .point-area {
  margin:0.5em 0 1.5em;
}
#wallcovering .point-area dt {
  font-weight: bold;
}
#wallcovering .gothic {
  font-family:var(--wallcovering-font-family);
}
#wallcovering .note-box {
  border:3px solid #C9C9C9;
  padding:1.5em;
  margin:3em 0 0;
}
#wallcovering .note-box dl + dl {
  margin:1.5em 0 0;
}
#wallcovering .note-box dt {
  font-weight: bold;
  margin-bottom:0.5em;
}
#wallcovering .txt-18 {
  font-size: 1.125em;
}
#wallcovering .txt-20 {
  font-size: 1.25em;
}
#wallcovering .txt-21 {
  font-size: 1.3125em;
}
#wallcovering .ttl-border {
  border-bottom:2px solid #84B9CB;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin:2.5em 0 2.5em;
  padding-bottom:0.25em;
}
#wallcovering .focal-point {
  margin:3em 0 0;
}
#wallcovering figcaption {
  padding-top:0.8em;
}
#wallcovering .flex {
  display: flex;
}
#wallcovering .section-04-img,
#wallcovering .section-06-img{
  gap:0 3%;
}
#wallcovering .section-05-img {
  gap:0 2%;
}
#wallcovering .section-07-1-img {
  gap:0 3%;
}
#wallcovering .section-07-2-img {
  gap:0 5%;
}
#wallcovering .border-section {
  margin-bottom:3.5em;
}
#wallcovering .border-section:last-of-type {
  margin-bottom:0;
}
/*
#wallcovering .balloon-area.ani p {
  animation: zoomIn;
}
#wallcovering .balloon-area {
  opacity:0;
}
#wallcovering .balloon-area.ani {
  opacity: 1;
}
#wallcovering #balloon01 { animation-duration: 0.8s; }
#wallcovering #balloon02 { animation-duration: 0.2s; }
#wallcovering #balloon03 { animation-duration: 0.7s; }
#wallcovering #balloon04 { animation-duration: 1s; }
#wallcovering #balloon05 { animation-duration: 1.3s; }
#wallcovering #balloon06 { animation-duration: 0.9s; }
#wallcovering #balloon07 { animation-duration: 0.2s; }
*/
@media screen and (min-width: 768px) {
  #wallcovering .sp {
    display: none;
  }
  /* #wallcovering .anchor {
    display: block;
    padding-top:90px;
    margin-top:-90px;
  } */
  #wallcovering .flex-pc {
    display: flex;
  }
  #wallcovering .jc {
    justify-content: center;
  }
  #wallcovering .jsb {
    justify-content: space-between
  }
  #wallcovering .flex-wrap {
    flex-wrap:wrap;
  }
  #wallcovering .col6-4 .flex-txt {
    width:58.1%;
  }
  #wallcovering .col6-4 .flex-img {
    width:38.1%;
  }
  #wallcovering .row .focal-point {
    gap:0 5%;
  }
  #wallcovering .section-04-img {
    max-width:940px;
    margin:3.5em auto 0;
  }
  #wallcovering .section-05-img,
  #wallcovering .section-06-img,
  #wallcovering .section-07-img {
    margin-top:3em;
  }
  #wallcovering .ttl-area {
    text-align: center;
    width:92%;
    margin:2em auto 3em;
  }
  #wallcovering .introduction-txt p {
    font-size: 1.125em;
  }
  #wallcovering .poster-menu-outer {
    position: relative;
    padding: 4.3em 0.8em 3em;
    margin-bottom:5em;
  }
  #wallcovering .pa {
    position: absolute;
    z-index: 1;
  }
  #wallcovering .poster-main {
    width:48.3%;
    padding-top:19%;
    padding-bottom:2.5em;
    margin:0 auto;
    display: block;
    text-align: center;
    position: relative;
    z-index: 0;
  }
  #wallcovering .poster-caption {
    margin:1em auto;
    font-size: 1.125em;
  }
  #wallcovering #balloon01 {
    width: 36%;
    top: 4.4%;
    left: 0;
    right: 0;
    margin: auto;
  }
  #wallcovering #balloon01 img {
    margin-left:1em;
  }
  #wallcovering #balloon02 {
    width: 19.7%;
    right: 3.4em;
    top: 15.4em;
  }
  #wallcovering #balloon03 {
    width: 24%;
    right: 1%;
    top: 37.5%;
  }
  #wallcovering #balloon04 {
    width: 20%;
    top: 59%;
    right: 5%;
  }
  #wallcovering #balloon05 {
    width: 21.6%;
    top: 59%;
    left: 4.5%;
  }
  #wallcovering #balloon06 {
    width: 24%;
    top: 34%;
    left: 1.5%;
  }
  #wallcovering #balloon07 {
    width: 24%;
    top: 10.8%;
    left: 2.8%;
  }
  #wallcovering .menu-area-wrap {
    margin:0 auto;
    position: relative;
    max-width:970px;
  }
  #wallcovering .menu-area {
    display: flex;
    flex-wrap:wrap;
    margin:0 -1.5%;
  }
  #wallcovering .menu-area li {
    width:30.333333%;
    margin:0.6em 1.5%;
  }
  #wallcovering .menu-area li {
    padding-right:1rem;
  }
  #wallcovering .menu-area .block a {
    font-size: 1.5em;
  }
  #wallcovering .menu-area .block {
    width:100%;
  }
  #wallcovering .menu-area .block a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #wallcovering .menu-area .block .num {
    margin-right: 0.8em;
  }
  #wallcovering .menu-area .num {
    font-size: 21px;
  }
  #wallcovering .border-section .section-title {
    font-weight: 900;
  }
  #wallcovering .border-section {
    padding: 3em 2.938em;
  }
  #wallcovering .section-ttl-sub {
    font-size:1.3125em;
  }
  #wallcovering .border-section-02 figure {
    width:64%;
    margin:0 auto;
  }
  #wallcovering .border-section-03 .row {
    width: 94%;
    margin: 0 auto;
  }
  #wallcovering .border-section-03 figure {
    width:76%;
    margin:2em auto 0.5em;
  }
  #wallcovering .focal-point {
    gap:0 3%;
  }
  #wallcovering .note-box dt {
    font-size: 18px;
    margin-bottom:1em;
  }
  #wallcovering .section-07-1-img {
    margin:3em 0 1.5em;
  }
  #wallcovering .section-07-2-img {
    margin: 1.5em auto;
    width: 87%;
  }
  #wallcovering .section-07-3-img {
    margin: 0 auto;
    width: 65%;
  }
  #wallcovering figcaption {
    margin-top:0;
    font-size: 1em;
  }
  @media screen and (max-width: 1024px) {
      #wallcovering .border-section {
      padding:2.5vw 3vw;
      }
      #wallcovering .poster-caption {
        font-size: 15px;
      }
  }
}



@media screen and (max-width: 767px) {
  #wallcovering .pc {
    display: none;
  }
  /* #wallcovering .anchor {
    display: block;
    padding-top:50px;
    margin-top:-50px;
  } */
  #wallcovering .ttl-main {
    width: 106%;
    margin-left: -3%;
    margin-right: -3%;
  }
  #wallcovering .introduction-txt p {
    line-height: 1.8;
  }  
  #wallcovering.lower .page-title + .container {
    margin:0;
  }
  #wallcovering .introduction-txt {
    margin-bottom:2em;
  }
  #wallcovering .page-title {
    margin-bottom:0;
  }
  #wallcovering .ttl-area {
    margin:1em 0 2.5em;
  }
  #wallcovering .poster-menu-outer {
    position: relative;
    padding-top:0.5em;
  }
  #wallcovering .balloon-area .pa {
    position: absolute;
  }
  #wallcovering .poster-main {
    width:90%;
    margin:0 auto;
    display: block;
    text-align: center;
    padding:26rem 0 0;
    position: relative
  }
  #wallcovering .poster-caption {
    margin:1em auto;
  }
  #wallcovering .balloon-area {
    position: relative;
    padding:2em 0 0;
    max-width: 390px;
    margin: 0 auto;
  }
  #wallcovering .balloon0-area .pa {
    position: absolute;
    margin:0;
  }
  #wallcovering #balloon01 {
    width: 54.5%;
    top: 1em;
    right: 1.5em;
  }
  #wallcovering #balloon02 {
    width: 40%;
    right: 1rem;
    top: 8em;
  }
  #wallcovering #balloon03 {
    width: 44%;
    right: 0.8em;
    top: 15.6em;
  }
  #wallcovering #balloon04 {
    width: 40.3%;
    top: 23.5em;
    right: 1.3em;
  }
  #wallcovering #balloon05 {
    width: 44%;
    top: 20em;
    left: 1.3em;
  }
  #wallcovering #balloon06 {
    width: 44%;
    top: 12.8em;
    left: 1.8em;
  }
  #wallcovering #balloon07 {
    width: 43%;
    top: 4.3em;
    left: 0.8em;
  }
  #wallcovering .menu-area-wrap {
    margin:0 auto;
    padding-top:2em;
    position: relative;
    max-width:970px;
  }
  #wallcovering .menu-area {
    width:91%;
    margin: 0.8em auto;
  }
  #wallcovering .menu-area li {
    margin-bottom: 0.7em;
    height: 70px;
  }
  #wallcovering .menu-area li a {
    padding-right: 3rem;
  }
  #wallcovering .menu-area li a:after {
    right: 1.3rem;
    width:32px;
    height: 31px;
  }
  #wallcovering .menu-area .txt,
  #wallcovering .menu-area .block a {
    font-size: 16px;
  }
  #wallcovering .menu-area .num {
    width:2.8em;
    margin-right: 0.3em;
    font-size: 21px;
  }
  #wallcovering .poster-menu {
    padding-bottom:2em;
    margin-bottom: 2.7em;
  }
  #wallcovering .border-section {
    padding: 2em 0.8em;
  }
  #wallcovering .section-title {
    font-size: 17px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1.4;
    padding-right: 2em!important;
  }
  #wallcovering .section-title .num {
    font-size: 21px;
  }
  #wallcovering .section-title:after {
    right:2.5rem;
  }
  #wallcovering .border-section .section-title {
    margin-bottom:2.5em;
    line-height: 1.55;
  }
  #wallcovering .section-catchcopy {
    width: 96%;
    margin: 0 auto;
  }
  #wallcovering .section-catchcopy * {
    line-height: 1.6;
    background:linear-gradient(transparent 75%, #FFE98E 0%);
    padding-bottom:0;
  }
  #wallcovering .flex {
    flex-wrap:wrap;
  }
  #wallcovering .flex-txt {
    order: 2;
    width: 96%;
    margin: 0 auto;
  }
  #wallcovering .flex-img,
  #wallcovering .section-04-img figure,
  #wallcovering .section-05-img figure,
  #wallcovering .section-06-img figure,
  #wallcovering .section-07-img figure,
  #wallcovering .section-07-1-img figure,
  #wallcovering .section-07-2-img figure,
  #wallcovering .section-07-3-img figure {
    order: 1;
    width: 95%;
    margin: 1.5em auto 0;
  }
  #wallcovering .flex-img {
    margin-bottom:1.8em;
  }
  #wallcovering .section-ttl-sub {
    font-size:1.5em;
    margin-bottom: 1rem;
  }
  #wallcovering .point-area dt {
    font-size: 16px;
  }
  #wallcovering .point-area dd {
    font-size: 1.15em;
    line-height: 1.65;
  }
  #wallcovering .point-area {
    margin-bottom:2em;
  }
  #wallcovering .note-box {
    padding: 1rem;
    margin: 2em auto 0;
    width: 96%;
  }
  #wallcovering .note-box dt {
    font-size: 1.3em;
    line-height:1.5;
  }
  #wallcovering .section-title .num:after {
    height: 1.5em;
  }
  #wallcovering .ttl-border {
    margin:2em 0 1.2em;
  }
  #wallcovering .section-catchcopy + p {
    margin-top:2em;
  }
  #wallcovering .focal-point {
    margin-top:2em;
  }
  #wallcovering figcaption {
    padding-top: 0;
  }
}

/*animation*/
.fuwafuwa1 {
animation:fuwafuwa 3s infinite;
}
.fuwafuwa2 {
animation:fuwafuwa2 2.5s infinite;
}
.fuwafuwa3 {
animation:fuwafuwa3 3s infinite;
}
.fuwafuwa4 {
animation:fuwafuwa4 2.5s infinite;
}
.fuwafuwa5 {
animation:fuwafuwa5 3s infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes fuwafuwa2 {
  0%{
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }

  80% {
    transform: translateY(0px);
  }
  90% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }

}
@keyframes fuwafuwa3 {
  0%, 100% {
    transform: translateY(-3px) rotate(2deg);
  }
  50% {
    transform: translateY(3px)rotate(-2deg);
  }
}
@keyframes fuwafuwa4 {
  0%, 100% {
    transform: translateY(-5px) rotate(-2deg);
  }
  50% {
    transform: translateY(5px);
  }
}

@keyframes fuwafuwa5 {
  0%, 100% {
    transform: translateY(-3px) rotate(-2deg);
  }
  50% {
    transform: translateY(3px)rotate(-5deg);
  }
}