@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: normal;
  src: url('noto/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
  font-family: "Lindsey Signature";
  src: url('fonts/lindsey-signature-regular.woff2') format('woff2'),
       url('fonts/lindsey-signature-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.rock-salt-regular {
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  font-style: normal;
}
.caveat-<uniquifier> {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.7em;
  font-family: "Kiwi Maru", serif, "ƒƒCƒŠƒI", Meiryo, system-ui, sans-serif;
  color: #000;
  background-color: #FFECBD;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 41.0%;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 34.3%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.1vw;
  }
}
.containers {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
  margin-right: auto;
  margin-left: auto;
}
header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  color: #000;
  background-color: #FFECBD;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  transition: top 0.3s ease-in-out;
}
/**/
.hdrlogo {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.hdrlogo img {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  width: 23vw;
  width: clamp(120px, 23vw, 320px);
  z-index: 10000;
}
.logoB {
  transition: opacity 0.5s ease;
}
.logoS {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.logoS img {
  width: 80px;
  font-size: 0;
  z-index: 1001;
}
header.scrolled .logoS {
  opacity: 1;
}
.hbtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px 0 14vw;
  width: calc(100% - (40px + 14vw));
}
.pcmenu {
  margin: 0;
  padding: 0 40px 0 0;
}
.insta {
  display: flex;
  z-index: 4;
  cursor: pointer;
  transition: all 400ms;
  -webkit-transition:all 400ms;
}
.insta img {
  width: 156px;
  height: 50px;
  font-size: 0;
}
ul.menu {
  display: table;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
ul.menu li {
  display: table-cell;
  position: relative;
  height: 80px;
  line-height: 80px;
}
ul.menu li a, 
ul.menu li a:link, 
ul.menu li a:visited {
  display: block;
  width: 100%;
  padding: 0 40px;
  text-decoration: none;
  color: #603813;
}

ul.menu li a:hover, 
ul.menu li a:active {

  color: #FFF;
  background-color: #603813;
  text-decoration: none;
  height: 80px;
  width: 100%;
  line-height: 80px;
}
@media screen and (min-width: 1400px){
  ul.menu {
    font-size: 20px;
  }
  ul.menu li a, 
  ul.menu li a:link, 
  ul.menu li a:visited {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1050px){
  .hbtns {
    margin: 0 40px 0 14vw;
    width: calc(100% - (40px + 14vw));
  }
  ul.menu {
    font-size: 16px;
  }
  ul.menu li a, 
  ul.menu li a:link, 
  ul.menu li a:visited {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1015px){
  .hbtns {
    margin: 0 20px 0 13vw;
    width: calc(100% - (20px + 13vw));
  }
  ul.menu {
    font-size: 13px;
  }
  ul.menu li a, 
  ul.menu li a:link, 
  ul.menu li a:visited {
    padding: 0 30px;
  }
}
@media screen and (max-width: 980px) {
  ul.menu li a, 
  ul.menu li a:link, 
  ul.menu li a:visited {
    padding: 0 25px;
  }
}

@media screen and (max-width: 890px) {
  .hbtns {
    margin: 0 20px 0 12vw;
    width: calc(100% - (20px + 12vw));
  }
  ul.menu li a, 
  ul.menu li a:link, 
  ul.menu li a:visited {
    padding: 0 20px;
  }
}
.hamburgers {
  display: none;
  position: fixed;
  top: 15px;
  right: 10px;
  width: 44px;
  height: 50px;
  z-index: 10000;
  cursor: pointer;
  transition: all 400ms;
  -webkit-transition:all 400ms;
  border: none;
  background: transparent;
}
.hamburgers .bar,
.hamburgers .bar::before,
.hamburgers .bar::after {
  position:absolute;
  left:50%;
/*  width:50px;*/
  width:44px;
  height:4px;
  background: #603813;
/*  border-radius: 2px;*/
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.hamburgers .bar {
  top: 50%;
  transform: translate(-50%,-50%);
}
.hamburgers .bar::before {
  content: "";
  top: -12px;
}
.hamburgers .bar::after {
  content: "";
  top: 12px;
}
.hamburgers.active .bar {
  background: transparent;
}
.hamburgers.active .bar::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
.hamburgers.active .bar::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}
.mobmenu {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(0,0,0,0.85);
  color: #FFF;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5000;
}
.mobmenuOn {
  display: flex;
}
.menuMver {
  display: flex;
  flex-direction: column;
  gap: 44px;
  font-size: 22px;
  text-align: center;
}
.menuMver a {
  color: #FFF;
  font-weight: 700;
}
.img79 {
  display: block;
  margin: 0 auto;
  width: 79px;
  height: auto;
}
@media screen and (max-width: 768px){
  header {
    color: #000;
    background-color: #FFECBD;
    display: block;
    position: fixed;
    transition: 0.5s;
  }
  .logoS img {
    width: 80px;
  }
  nav.pcmenu {
    display: none
  }
  .hamburgers {
    display: block
  }
  .insta {
    position: fixed;
    top: 18px;
    right: 90px;
  }
  .insta img {
    width: 138px;
    height: 44px;
  }
}
@media screen and (max-width: 480px){
  .insta {
    right: 75px;
  }
}
.lead {
  margin: 0 auto 2em auto;
  font-size: 3.5rem;
  color: #603813;
  text-align: center;
  line-height: 2.6em;
}
.leadimg {
  margin: 0 auto;
  text-align: center;
}
.leadimgs {
  width: 10%;
}
@media (max-width: 768px) {
  .lead {
    font-size: 2.8rem;
  }
  .leadimgs {
    width: 20%;
  }
}
#PGtop{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  opacity: 1;
/*  border-radius: 4px;*/
  background-color: #603813;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}
#PGtop a {
  position: relative;
  display: table;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#PGtop a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f35b';
  font-weight: 700;
  font-size: 25px;
  color: #FFF;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 13px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
#PGtop a:hover,
#PGtop a:active,
#PGtop a:focus {
  text-decoration: none;
  outline: none;
  background: rgba(0,0,0,0.5);
}





.imgres {
  width: 100%;
  max-width: 1940px;
}
.wrap00 {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}


address {
  margin: 0 auto;
  padding: 2em 0;
  font-style: normal;
  font-size: 2rem;
  color: #FFF;
  background-color: #603813;
  text-align: center;
  font-family: NotoSansCJKjp,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif !important;
}
@media (max-width: 768px) {
  address {
    font-size: 2.3rem;
  }
}
a:hover img.onH {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.noto {
  font-family: NotoSansCJKjp,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif !important;
}
hr.crshr {
  margin: 6% 0 0 0;
  color: #000;
}
.txtrc {
  text-align: center;
}
.txtlc {
  text-align: left;
}
.rtinf {
  margin: 2em auto;
  padding: 0;
  line-height: 2em;
  text-align: center;
}
.wirectt {
  margin: 0;
  padding: 1em 2em;
  border: 1px solid #000;
}
.wrapMain {
  margin: 60px 0 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .wrapMain {
    margin-top: 12%;
  }
}
.swiper {
  position: relative;
}
.catcharea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10000000;
  pointer-events: none;
}
.catcharea img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrapOrder {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.Orderimg img {
  display: block;
  width: 100%;
  height: auto;
}
.odrbtn {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
}
.odrbtn a {
  display: inline-block;
  padding: 0.6em 2.2em;
  background: #603813;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
  font-size: 3rem;
}
.odrbtn a:hover {
  background: #000;
}
@media (max-width: 768px) {
  .odrbtn {
    left: 30%;
    top: 76%;
    transform: translate(-50%, -50%);
  }
  .odrbtn a {
    font-size: 4rem;
  }
}



.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.scroll-content {
  display: flex;
  width: max-content;
  animation: scroll-left 80s linear infinite;
}

.scroll-content img {
  width: 50%;
  flex-shrink: 0;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.wrapbase {
  margin: 0;
  padding: 5% 0 7% 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% auto;
}
.bgwrap {
  background-image: url("../img/seclead.png");
  animation: bgwrap01 2.5s ease-out forwards;
}
@keyframes bgwrap01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrap02 {
  background-image: url("../img/sec01B.png");
  animation: bgwrap02 0.5s ease-out forwards;
}
@keyframes bgwrap02 {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@media (max-width: 768px) {
  .wrap02 {
    background-image: url("../img/sec01.png");
  }
}
.secblock {
  margin: 0;
  padding: 5% 0 10% 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% auto;
}
.sec01 {
  padding: 0 25%;
  width: 50%;
  height: 100%;
  border-radius: 60% 40% 38% 62% / 61% 58% 42% 39%;
  animation: round_anime5 5s linear infinite;
  background-color: #DD0;
}
@keyframes round_anime5 {
    0% { border-radius: 60% 40% 38% 62% / 61% 58% 42% 39%;}
   25% { border-radius: 50% 60% 60% 40% / 50% 60% 50% 50%;}
   50% { border-radius: 45% 70% 60% 40% / 60% 60% 40% 50%;}
   75% { border-radius: 50% 60% 60% 40% / 50% 60% 50% 60%;}
  100% { border-radius: 60% 40% 38% 62% / 61% 58% 42% 39%;}
}
.sec02 {
  background-image: url("../img/sec02B.png");
  animation: bgsec02 2.5s ease-out forwards;
}
@keyframes bgsec02 {
  0% {
    background-position: 120px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@media (max-width: 768px) {
  .sec02 {
    background-image: url("../img/sec02.png");
  }
}
.sec03 {
  background-image: url("../img/sec03.png");
  animation: bgsec03 2.5s ease-out forwards;
}
@keyframes bgsec03 {
  0% {
    background-position: -120px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.sec04 {
  background-image: url("../img/sec04B.png");
  animation: bgsec04 2.5s ease-out forwards;
}
@keyframes bgsec04 {
  0% {
    background-position: 120px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@media (max-width: 768px) {
  .sec04 {
    background-image: url("../img/sec04.png");
  }
}
.seclist {
  margin: 0 0 5% 0;
  padding: 1% 0;
/*  padding: 2% 0 4% 0;*/
  background-color: #603813;
}
.secblockF {
  margin: 0;
  padding: 0 0 0% 0;
}
.wrapbtn {
  margin: 0 auto;
}
.innerbtn {
  margin: 2em auto;
  width: 25%;
  color: #FFF;
  background-color: #603813;
  font-size: 5rem;
  text-align: center;
  border-radius: 30px;
}
.innerbtn a {
  display: block;
  padding: 0.6em 2.2em;
  width: 100%;
  height: 100%;
  background: #603813;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
  font-size: 3rem;
}
.innerbtn a:hover {
  background: #000;
}
@media (max-width: 992px) {
  .innerbtn {
    width: 28%;
  }
}
@media (max-width: 768px) {
  .innerbtn {
    width: 58%;
  }
  .innerbtn a {
    font-size: 4rem;
  }
}
.ancnt {
  display: block;
  height: 90px;
}
.ancntx0A {
  display: block;
  height: 0px;
}
.ancntx0A2 {
  display: block;
  height: 150px;
}
.wrapM01 {
  margin: 0 5%;
  padding: 0;
}
.wrapS01 {
  margin: 0 5%;
  padding: 5% 0 0 0;
}
.bggray {
  background-color: #999;
}

@media (max-width: 992px) {
  .wrapM01 {
    margin: 0 3%;
  }
  .wrapS01 {
    margin: 0 3%;
  }
}
.shopguide {
  margin: 0 25% 20% 25%;
  padding: 0;
}
dl.shop {
  margin: 0;
  padding: 0;
}
dl.shop dt {
  margin: 2em 0 0.5em 0;
  padding: 0 0 0.7em 0;
  font-size: 3.6rem;
  font-family: "Kiwi Maru", serif;
  color: #603813;
  border-bottom: 1px solid #603813;
  text-align: center;
}
dl.shop dd {
  margin: 0 0 1.5em 0;
  padding: 0;
  font-size: 3.1rem;
  font-family: "Kiwi Maru", serif;
  color: #603813;
  line-height: 1.4em;
  text-align: center;
}
dl.shop dd div {
  display: inline-block;
  text-align: left;
}
dl.shop dd span {
  display: block;
  font-size: 60%;
  margin-top: -0.5em;
}
@media (max-width: 768px) {
  .shopguide {
    margin: 0 12%;
    padding: 0 0 10% 0;
  }
  dl.shop dt {
    padding: 0 0 0.7em 0.2em;
    font-size: 4.1rem;
    text-align: left;
  }
  dl.shop dd {
    padding: 0 0 0 0.8em;
    font-size: 3.6rem;
    text-align: left;
  }
  dl.shop dd div {
    text-align: left;
  }
}
.menuhdr {
  margin: 0 20px;
}
.menuhdr h2 {
  margin: 3.5em 0 1em 0;
  padding: 0;
  font-size: 5.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  color: #603813;
}
.menuhdr h2 span {
  display: block;
  font-size: 80%;
/*  font-family: "Rock Salt", cursive;*/
  font-family: "Caveat", cursive;
/*
  font-family: "Noto Serif JP", "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", Georgia, Times, "Times New Roman", serif;
*/
  color: #FFF;
  font-weight: normal;
}
.menuhdr h2 span.tleads {
  color: #603813 !important;
}
.titlehdr {
  margin: 0 20px;
}
.titlehdr h2 {
  margin: 0.5em 0 1em 0;
  padding: 0;
  font-size: 5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  color: #603813;
}
.titlehdr h2 span {
  display: block;
  font-size: 80%;
/*  font-family: "Rock Salt", cursive;*/
  font-family: "Caveat", cursive;
  color: #FFF;
  font-weight: normal;
}
.titlehdr h2 span.tleads {
  color: #603813 !important;
}
.titlehdr ul {
  margin: 2em auto 1em auto;
  font-size: 3.2rem;
  color: #603813;
  text-align: center;
  line-height: 1.2em;
  width: 70%;
}
.titlehdr ul li {
  text-align: left;
  margin: 0.5em 0;
  padding: 0;
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .titlehdr ul {
    font-size: 2.8rem;
    width: 80%;
  }
}
.menuhdr .smlist {
  margin: 0.5em 0 1em 0;
  padding-top: 0.5em;
  font-size: 4.5rem;
  font-family: "Kiwi Maru", serif;
  color: #603813;
}
.menuhdr .smlist a,
.menuhdr .smlist a:link,
.menuhdr .smlist a:visited {
  color: #603813;
  text-decoration: underline;
}
.menuhdr .smlist a:hover,
.menuhdr .smlist a:active {
  color: #603813;
  text-decoration: none;
}
.menu01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item1 {
  flex: 1;
  margin: 0 30px;
}
.menu02 {
  display: flex;
  flex-wrap: wrap;
}
.item2 {
  margin: 0 30px;
  width: calc(100% / 2 - 60px);
}
.item2b {
  position: relative;
}
.menu03 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.item3 {
  margin: 0 30px;
  width: calc(100% / 3 - 60px);
}
.menu03hdr {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  align-items: flex-start;
  justify-content: space-between;
}
.item3hdr {
  flex: 1;
  width: calc(33% - 20px);
  margin: 10px;
}
.item3_2 {
  flex-grow: 2;
}
.menu04 {
  display: flex;
  flex-wrap: wrap;
/*  margin: 0 0 0 -20px;*/
  justify-content: space-between;
}
.item4 {
  margin: 0 30px;
  width: calc(100% / 2 - 60px);
}
h2.mh2 {
  position: absolute;
  top: -40px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #FFF;

  text-align:center;
  line-height: 80px;
  font-size: 20px;
}
h2.mh2A {
  position: absolute;
  top: -40px;
  left: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #FFF;
  background: #F15A24;
  text-align:center;
  line-height: 100px;
  font-size: 20px;
  z-index: 51;
}
h2.mh2B {
  position: absolute;
  top: -40px;
  left: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #FFF;
  background: #39B54A;
  text-align:center;
  line-height: 100px;
  font-size: 20px;
  z-index: 52;
}
h2.mh2C {
  position: absolute;
  top: -40px;
  left: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #FFF;
  background: #3FA9F5;
  text-align:center;
  line-height: 100px;
  font-size: 20px;
  z-index: 53;
}
h3.mh3 {
  margin: 1em 0 0.2em 0;
  padding: 0;
  font-size: 2.5rem;
  text-align: center;
}
p.mpp {
  margin: 0 0 2em 0;
  padding: 0;
  font-size: 2.5rem;
  text-align: center;
}
h4.mh4 {
  margin: 2em 0 1.5em 0;
  padding: 0;
  font-size: 4.1rem;
  font-family: "Kiwi Maru", serif;
  color: #603813;
  text-align: center;
}
h4.mh4 span {
  display: block;
  font-size: 60%;
}
.odrblk {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .odrblk {
    margin: 0 5%;
    padding: 0;
    text-align: left;
  }
}
.t03A {
  text-align: right;
  padding-right: 1em;
}
.t03B {
  text-align: left;
  padding-left: 1em;
}
h4.csrh4 {
  margin: 2em 0 0.5em 0;
  font-size: 6.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  h2.mh2A, h2.mh2B, h2.mh2C {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  h2.mh2A, h2.mh2B, h2.mh2C {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .menuhdr .smlist,
  .menuhdr .smlist a,
  .menuhdr .smlist a:link,
  .menuhdr .smlist a:visited {
    margin: 0.5em 0 1em 0;
    padding: 1em 0 0 0;
  }
  .menu01 {
    display: block;
  }
  .item1 {
    display: block;
    margin: 50px 20px 0 20px;
  }
  .menu02 {
    display: block;
  }
  .item2 {
    display: block;
    width: calc(100% - 40px);
    margin: 50px 20px 0 20px;
  }
  .item3 {
    width: calc(50% - 60px);
  }
  .menu04 {
    display: block;
  }
  .item4 {
    display: block;
    width: calc(100% - 40px);
    margin: 50px 20px 0 20px;
  }
  h2.mh2A, h2.mh2B, h2.mh2C {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 22px;
  }
  h3.mh3 {
    font-size: 4rem;
  }
  p.mpp {
    font-size: 4rem !important;
  }
  .menuhdr {
    margin: 0 20px;
  }
  .titlehdr {
    margin: 0 20px;
  }
  h4.mh4 {
    margin: 2em 0 1.5em 0;
    padding: 0;
    font-size: 4.5rem;
    font-family: "Kiwi Maru", serif;
    color: #603813;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .menuhdr .smlist,
  .menuhdr .smlist a,
  .menuhdr .smlist a:link,
  .menuhdr .smlist a:visited {
    margin: 0.5em 0 1em 0;
    padding: 1em 0 0 0;
  }
  h2.mh2A, h2.mh2B, h2.mh2C {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 20px;
  }
  .menuhdr {
    margin: 0 10px;
  }
  .titlehdr {
    margin: 0 10px;
  }
}
@media (max-width: 460px) {
  .menuhdr .smlist,
  .menuhdr .smlist a,
  .menuhdr .smlist a:link,
  .menuhdr .smlist a:visited {
    margin: 0.5em 0 1em 0;
    padding: 1em 0 0 0;
  }
  h2.mh2A, h2.mh2B, h2.mh2C {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  .titlehdr {
    margin: 0 5px;
  }
}
.MKimageUp img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.MKimageUp.animation {
  animation: MKimageUp 2.5s linear forwards;
}
@keyframes MKimageUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.MKtextUp {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s ease-out;
}
.MKtextUp.animation {
  opacity: 1;
  transform: translateY(0);
}
.img-wrap {
  opacity: 0;
}
.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #FFECBD;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(-100%);
  }
}
section {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.wrapRD {
  position: relative;
  margin: 0 5%;
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .wrapRD {
    margin: 0 3%;
  }
}
.background {
  position: absolute;
  top: 3%;
  left: 50%;
  width: 50%;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  z-index: 0;
}
.rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 60s linear infinite;
}

@keyframes rotate-anime {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}
.round {
  width: 100%;
  height: 80%;
  opacity: 0.5;
}
.roundA {
  width: 100%;
  height: 100%;
  opacity: 1.0;
}
.roundB {
  width: 100%;
  height: 80%;
  opacity: 1.0;
}
.bg-rt01 .roundB {
  background: #FFC4B4;
  animation: round_anime01 12s ease-in-out infinite alternate;
}
@keyframes round_anime01 {
  0%   { border-radius: 30% 70% 60% 40% / 40% 30% 70% 60%; }
  25%  { border-radius: 50% 50% 50% 50% / 60% 40% 40% 60%; }
  50%  { border-radius: 70% 30% 40% 60% / 50% 70% 30% 50%; }
  75%  { border-radius: 50% 50% 50% 50% / 40% 60% 60% 40%; }
  100% { border-radius: 30% 70% 60% 40% / 40% 30% 70% 60%; }
}
.bg-rt02 .roundA {
  background: #FDCC80;
  animation: round_anime02 15s ease-in-out infinite alternate;
}
@keyframes round_anime02 {
  0%   { border-radius: 40% 60% 50% 50% / 30% 50% 50% 70%; }
  25%  { border-radius: 60% 40% 50% 50% / 50% 30% 70% 50%; }
  50%  { border-radius: 50% 50% 40% 60% / 60% 40% 30% 50%; }
  75%  { border-radius: 50% 50% 60% 40% / 40% 60% 60% 40%; }
  100% { border-radius: 40% 60% 50% 50% / 30% 50% 50% 70%; }
}
.bg-rt03 .roundA {
  background: #DABFA1;
  animation: round_anime03 18s ease-in-out infinite alternate;
}
@keyframes round_anime03 {
  0%   { border-radius: 35% 65% 55% 45% / 35% 45% 55% 65%; }
  25%  { border-radius: 55% 45% 45% 55% / 45% 35% 65% 55%; }
  50%  { border-radius: 65% 35% 55% 45% / 55% 65% 35% 45%; }
  75%  { border-radius: 45% 55% 65% 35% / 35% 55% 45% 65%; }
  100% { border-radius: 35% 65% 55% 45% / 35% 45% 55% 65%; }
}
.bg-rt04 .roundB {
  background: #A6DEAD;
  animation: round_anime04 4s ease-in-out infinite alternate;
}
@keyframes round_anime04 {
  0%   { border-radius: 30% 70% 60% 40% / 40% 30% 70% 60%; }
  25%  { border-radius: 50% 50% 50% 50% / 60% 40% 40% 60%; }
  50%  { border-radius: 70% 30% 40% 60% / 50% 70% 30% 50%; }
  75%  { border-radius: 50% 50% 50% 50% / 40% 60% 60% 40%; }
  100% { border-radius: 30% 70% 60% 40% / 40% 30% 70% 60%; }
}
@media (max-width: 768px) {
  .background {
    width: 80%;
  }
}
.scroll-bg {
  width: 100%;
  height: 300px;
  background: url("../img/loop.png") repeat-x;
  background-size: auto 100%;
  animation: bg-scroll 60s linear infinite;
}
@keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3840px 0;
  }
}
@media (max-width: 768px) {
  .scroll-bg {
    height: 250px;
    animation: bg-scroll 30s linear infinite;
  }
}