@charset "UTF-8";

html{
}

:root {
  --limited-color_muscat: #63aa2d;
  --limited-color_mandarin: #f3932e;
  --limited-color_wh-peach: #e73783;
  --limited-color_golden-pine: #dbaf00;

  --limited-color: #f3932e;
}

body {
  background-color: #f5aa00;
  font-family: 'M PLUS 2', sans-serif;
  color: #723519;
  font-size: max(1.8vmin, 16px);
  line-height: 1.5
}

header{
/*    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #FFF8F5;
    transition: 0.6s;
    height: 0vh;
    overflow: hidden;*/
    background: url(../img/wave_top.svg) center top repeat-x;
    width: 100%;
    height: max(4.2vmin, 58px);
    position: absolute;
    z-index: 99;
    top: 0
}

header.open{
  height: 50vh;

}

/*.linkmenu{
  display: flex;
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  top: 11vh;
  position: relative;
  font-size: 4.8vmin;
  line-height: 8vmin;
  flex-direction: row;
  flex-wrap: wrap;
  color: #006AB4
}

.linkmenu li{
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}

.linkmenu li a{
  display: block;
}

.linkmenu li:after{
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: 0.44vh;
  background-color: #006AB4;
  border-radius:4px;
}*/


.menu{
  width: 160px;
  height: 160px;
  position: fixed;
  right: -40px;
  top: -40px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu .inner{
  border-radius: 50%;
  border: 10px solid #1d459b;
  background-color: #f5aa00;
  width: 146px;
  height: 146px;
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-right: 10px;
  padding-top: 0px;
  cursor: pointer;
}

.menu .inner .lg{
  width: 70px
}

.menu .inner .tx{
  width: 40px;
  transition: 0.2s;
  position: absolute;
  top: 96px
}

.menu .inner .open,
html.active .menu .inner .close{
  opacity: 1;
}

.menu .inner .close,
html.active .menu .inner .open{
  opacity: 0;
}

.menu:after{
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background: url(../img/dot_01.svg) center repeat;
  background-size: 8px;
  border-radius: 50%;
  z-index: 98;
  animation:20s linear infinite rotation;
}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.openbtn{
  position: relative;
  width: 40px;
  height:10px;
  cursor: pointer;
  margin: 8px 0 4px;
  transition: all .4s;
}

.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 4px;
  background-color: #723519;
  border-radius: 2px
}


.openbtn span:nth-of-type(1) {
  top:0px; 
  width: 100%;
}

.openbtn span:nth-of-type(2) {
  top:6px;
  width:100%;
}

html.active .openbtn span:nth-of-type(1) {
  transform: translateY(0px) rotate(-20deg);
  top: 1px
}

html.active .openbtn span:nth-of-type(2) {
  transform: translateY(-6px) rotate(20deg);
  top: 7px
}

.menu-list{
  opacity: 0.8;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(245, 170, 0, 0.96);
  width: calc(100dvw - max(2vmin, 20px));
  height: calc(100dvh - max(2vmin, 20px));
  top: max(1vmin, 10px);
  left: max(1vmin, 10px);
  visibility: hidden;
  position: fixed;
  transform: scale(0);
  overflow: hidden;
  border-radius: max(5vmin, 50px);
  border: max(0.4vmin, 4px) solid #fff000;
  box-sizing: border-box;
}

.menu-list .mlg{
  width: max(28vmin, 280px);
  z-index: 3;
  position: relative;
  margin-top: min(-10vmin, -100px)
}

.menu-list ul{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: max(1vmin, 10px)
}

.menu-list ul:after{
  display: block;
  position: absolute;
  content: "";
  background: url(../img/bubble.png) center no-repeat;
  background-size: contain;
  width: max(54vmin, 540px);
  height: 100%;
  z-index: 1
}

.menu-list ul li{
  position: relative;
  z-index: 2;
  line-height: 1
}

.menu-list ul li:first-child img{
  height: max(3vmin, 30px);
}


.menu-list ul img{
  height: max(4vmin, 40px);
}

.menu-list ul li+li{
  margin-top: max(1vmin, 10px)
}

html.active .menu-list{
  opacity: 1;
  position: fixed;
  visibility: visible;
  transform: scale(1);
}

#slider {
/*  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_grad.png) center top repeat-x;
  background-size: contain;
  overflow: hidden;*/
  background-color: #e60012;
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 750px;
  padding-top: max(2vmin, 20px)
}

#slider .logo{
  position: absolute;
  width: max(28vmin, 200px);
  margin-top: calc(min(-118vmin,-920px) / 2);
  z-index: 15;
  transform: scale(0);
  animation: anime-title 0.6s ease 0.4s forwards
}

@keyframes anime-title {
  0% {
    transform: scale(8);
  }
  60%{
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}


#slider .logo img{
  width: 100%
}

#slider .frame{
  position: absolute;
  z-index: 10
}

#slider .frame.lt{
  width: max(40vmin, 280px);
  left: min(-2vmax, -20px)!important;
  top: 0!important;
}

#slider .frame.rt{
  width: max(38vmin, 290px);
  right: min(-3vmax, -30px)!important;
  top: 0 !important;
  left: auto!important;
}

#slider .frame.bt{
  width: max(120vw, 880px);
  bottom: min(-6vw, -100px)!important;
  top: auto !important;
  z-index: 13;
  margin-left: -10vw;
  /*margin-top: 20vmin*/
}

#slider .frame.bt2{
  width: max(7vmax, 70px);
  bottom: max(9vmax, 90px)!important;
  z-index: 19;
  margin-left: 30vw;
  top: auto !important;
  left: auto !important;
  position: absolute!important;
}

#slider .frame.bb{
  width: max(100vmax, 1200px);
  bottom: min(-20vmax, -200px);
  z-index: 9;
  /*filter: blur(8px);*/
  filter: blur(4px)
}

#slider .frame.bbb{
  width: 110vw;
  z-index: 9;
  filter: blur(6px);
  margin-left: -5vw;
  top: auto !important;
  bottom: -20px !important;
  position: absolute !important;
}

#slider .star{
  position: absolute;
  z-index: 8;
  top: max(4vmax, 40px) !important;
}

#slider .arrow{
  position: absolute;
  top: -30vh;
  height: 150vh;
  animation: arrow 20s linear infinite;
  transform-origin: center bottom 0;
  z-index: 7
}

#slider .arrow.two{
  animation: arrow 50s ease-in-out infinite;
  opacity: 0.5
}

@keyframes arrow {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

#slider:after{
  display: block;
  content: "";
  width: 100%;
  height: max(4.2vmin, 58px);
  position: absolute;
  z-index: 20;
  bottom: 0;
  background: url(../img/wave_bottom.svg) center bottom repeat-x;
}

#slider .pu{
  position: absolute;
  width: max(18vmin, 180px);
  margin-bottom: max(52vmin, 370px);
  margin-left: max(80vmin,590px);
  z-index: 12
}

.scene{
  width: 100%;
  height: 100%;
  min-height: 790px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 8;
}

#scene1{
  position: absolute;
  z-index: 19
}

.ci{
  position: fixed;
  left: 20px;
  top: 1vh;
  z-index: 9999
}

.ci img{
  width: 8vh
}

.kv-swiper{
  position: absolute;
  z-index: 14;
  width: max(88vmin,620px)!important;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 2vh;
  border: max(0.4vmin, 4px) solid #fff000;
  background: url(../img/dot_01.svg) center repeat ;
  background-size: 8px;
}

.kv-swiper .swiper-wrapper{
  height: auto;
}

.kv-swiper .swiper-slide{
  overflow: hidden;
  position: relative;
  /*width: max(88vmin,680px)!important;*/
  padding: 0 ;
  margin: 0;
  display: flex;
  justify-content: center;
  border-radius: 2vh;
}

.kv-swiper .swiper-slide img{
  width: 100%
}

.swiper-button-prev.kv:after,
.swiper-button-next.kv:after{
  display: none;
}

.swiper-button-prev.kv,
.swiper-button-next.kv{
  width: max(3vmin,30px);
  z-index: 21
}

.swiper-button-prev.kv{
  left: auto;
  margin-right: max(95vmin, 690px)
}

.swiper-button-next.kv{
  transform: scale(-1, 1);
  right: auto;
  margin-left: max(95vmin, 690px)
}

.swiper-button-prev.kv img,
.swiper-button-next.kv img{
  width: 100%
}

.swiper-pagination.kv{
  top: auto !important;
  bottom: auto !important;
  margin-top: calc(max(44vmin,310px) + 8vmin);
  z-index: 21
}

.swiper-pagination.kv .swiper-pagination-bullet{
  width: max(1.4vmin, 14px)!important;
  height: max(1.4vmin, 14px)!important;
  background-color: #fff !important;
  opacity: 0.6 !important;
  margin-left: max(1vmin, 10px) !important
}

.swiper-pagination.kv .swiper-pagination-bullet-active{
  border: max(0.2vmin, 2px) solid #1d459b ;
  background-color: #fce101 !important;
  box-sizing: border-box;
  opacity: 1 !important
}

.swiper-pagination.kv .swiper-backface-hidden .swiper-slide{
  transform: scale(0.4);
  transition: 0.4s
}

.swiper-pagination.kv .swiper-backface-hidden .swiper-slide-active {
  transform: scale(1);
}


.product-swiper{
  display: flex;
  justify-content: center;
  position: relative;
}

.product-swiper .swiper-wrapper{
  width: 100vw;
  display: flex;
}

.product-swiper .swiper-slide{
  position: relative;
  width: max(40vmin, 400px);
  padding: 0 max(6vmin, 60px);
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.product-swiper .swiper-slide.new:before{
  transition: 0.4s;
  transform: scale(0);
  transition-delay: 0.2s;
  content: "";
  position: absolute;
  width: max(12vmin, 120px);
  height: max(12vmin, 120px);
  background: url(../img/new.svg) center no-repeat ;
  background-size: cover;
  right: max(2vmin, 20px);
  top: min(-2vmin, -20px);
  opacity: 0
}

.product-swiper .swiper-slide.swiper-slide-active.new:before{
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.8s;
}

.circle{
  width: 100%;
  background: url(../img/circle.svg) center no-repeat ;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 18%;
  height: max(30vmin, 300px);
}

.pack .circle{
  padding: 10%;
}

.name{
  background: url(../img/name.svg) center no-repeat;
  background-size: contain;
  font-size: max(1.4vmin, 16px);
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(-4vmin, -40px);
  box-sizing: border-box;
  padding: max(0.4vmin, 6px) max(0.2vmin, 2px);
}

.name.twol{
  flex-direction: column;
  line-height: 1;
  font-size: max(1.2vmin, 14px); 
}
.name.twol span{
  font-size: max(1.4vmin, 16px);
}

.name br{
  display: none;
}

.swiper-txt{
  padding: 0 max(2vmin, 20px);
  margin-top: max(1vmin, 10px)
}

.swiper-txt p{
  text-align: justify;
  font-size: max(1.2vmin, 14px);
  font-weight: 800;
  letter-spacing: -1px;
}

.swiper-txt a{
  border-radius: 100vmin;
  background-color: #ffd800;
  color: #e60012;
  font-size: max(1.6vmin, 18px);
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(0.3vmin, 5px) max(0.4vmin, 6px) max(0.5vmin, 7px);
  position: relative;
  margin-top: max(1vmin, 10px);
  letter-spacing: max(0.4vmin, 4px)
}

.swiper-txt a:after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/dot_01.svg) center repeat ;
  background-size: 8px;
  border-radius: 100vmin;
  z-index: -1;
  margin-top: max(1.6vmin, 16px);
  margin-left: max(1vmin, 10px)
}

.swiper-button-prev.product:after,
.swiper-button-next.product:after{
  display: none;
}

.swiper-button-prev.product,
.swiper-button-next.product{
  width: max(4vmin, 40px);
  z-index: 21;
  top: auto;
  margin-top: max(15vmin, 150px)
}

.swiper-button-prev.product{
  left: auto;
  margin-left: min(-40vmin, -400px)
}

.swiper-button-next.product{
  transform: scale(-1, 1);
  right: auto;
  margin-right: min(-40vmin, -400px)
}

.swiper-button-prev.product img,
.swiper-button-next.product img{
  width: 100%
}

#product .cc-box{
  position: absolute;
  width: max(50vmin, 500px);
  height: 120%;
  top: -10%;
}

#product .cc-box li{
  z-index: 9;
  position: absolute;
  transition: 0.2s;
}

#product .cc-box li img{
  transition: 0.4s;
  transform: scale(0);
}

#product .cc-box li.on img{
  opacity: 1;
  transform: scale(1);
}

#product .cc-box li.on:before{
  background: url(../img/smog.svg) center no-repeat ;
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  left: -26%;
  top: -24%;
  transform: scale(0);
  animation: off 1.2s ease-in-out ;
  z-index: 9;
  opacity: 0
}

#product .cc-box .twice-img.on:before,
#product .cc-box .cream-img.on:before,
#product .cc-box .g-mint-img.on:before,
#product .cc-box .mont-blanc-img.on:before{
  left: auto;
  right: -32%
}

@keyframes off {
  0% {
    transform: scale(0);
    opacity: 0
  }
  20% {
    transform: scale(1.8);
    opacity: 1
  }
  40% {
    transform: scale(0.8);
  }
  60% {
    transform: scale(2);
  }
  70% {
    opacity: 1
  }
  100% {
    transform: scale(0);
    opacity: 0
  }
}

#product .cc-box li.on:after{
  background: url(../img/on.svg) center no-repeat ;
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  left: -26%;
  top: 2%;
  transform: scale(0);
  opacity: 0;
  animation: on 1s ease-in-out ;
  animation-delay: 1s;
  z-index: 6
}

@keyframes on {
  0% {
    transform: scale(0);
    opacity: 1
  }
  10% {
    transform: scale(0.8);
  }
  80% {
    opacity: 1
  }
  90% {
    opacity: 0.4;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#product .cc-box .start-img.on:after{
  left: -35%;
}
#product .cc-box .milk-img.on:after{
  left: -35%;
}
#product .cc-box .cream-img.on:after,
#product .cc-box .twice-img.on:after{
  left: auto;
  right: -34%
}
#product .cc-box .pack-img.on:after{
  left: -13%
}
#product .cc-box .cc-img.on:after{
  left: auto;
  right: -34%
}

#product .cc-box li.off img{
  opacity: 0;
  transform: scale(0);
}

#product .cc-box .start-img{
  width: max(11vmin, 110px);
  left: max(0.4vmin, 4px);
  top: max(28vmin, 280px)
}

#product .cc-box .milk-img{
  width: max(12vmin, 120px);
  left: max(0.2vmin, 2px);
  top: max(28vmin, 280px)
}

#product .cc-box .pop-img{
  width: max(11vmin, 110px);
  left: max(0.2vmin, 2px);
  top: max(28vmin, 280px)
}

#product .cc-box .twice-img{
  width: max(14vmin, 140px);
  right: max(0.4vmin, 4px);
  top: max(25vmin, 250px)
}

#product .cc-box .cream-img{
  width: max(12vmin, 100px);
  right: max(0.2vmin, 2px);
  top: max(26vmin, 250px)
}

#product .cc-box .pack-img{
  width: max(14vmin, 140px);
  right: max(1vmin, 10px);
  top: max(26vmin, 260px)
}

#product .cc-box .cc-img{
  width: max(11vmin, 110px);
  right: max(7vmin, 70px);
  top: max(2.8vmin, 28px);
  transform: rotate(8deg);
}

#product .cc-box .g-mint-img{
  width: max(11vmin, 110px);
  right: max(0.6vmin, 6px);
  top: max(30vmin, 300px)
}

#product .cc-box .mont-blanc-img{
  width: max(11vmin, 110px);
  right: max(0.6vmin, 6px);
  top: max(30vmin, 300px)
}

#product:after{
  display: block;
  content: "";
  width: 100%;
  height: max(4.2vmin, 58px);
  position: absolute;
  z-index: 21;
  bottom: min(-4.2vmin, -58px);
  background: url(../img/wave_top.svg) center top repeat-x;
}

#history{
  position: relative;
  padding: max(20vmin, 200px) 0 max(32vmin, 320px);
  position: relative;
  z-index: 18;
  background: url(../img/history-bg.jpg) center bottom no-repeat #bc615e;
  background-size: contain;
}

#history:before{
  display: block;
  content: "";
  width: 100%;
  height: max(5vmin, 138px);
  position: absolute;
  z-index: 20;
  top: max(2.8vmin, 28px);
  background: url(../img/curtain_01.svg) center top repeat-x;
}

#history:after{
  display: block;
  content: "";
  width: 100%;
  height: max(4.2vmin, 58px);
  position: absolute;
  z-index: 20;
  bottom: -2px;
  background: url(../img/wave_bottom-02.svg) center bottom repeat-x;
}

.curtain{
  position: absolute;
  top: 0;
  height: 95%;
  transition: 1s;
  z-index: -1
}


.curtain.lc{
  left: -2px;
}

.curtain.rc{
  right: -2px;
  transform: scale(-1,1);
}

#history .box{
  background: url(../img/cf-bg.svg) left top repeat #f2ecda;
  width: max(86vmin, 820px);
  border-radius: 2vh;
  margin: min(-10vmin, -100px) auto;
  background-size: 100px;
  display: flex;
  flex-direction: column;
  padding: max(10vmin, 100px) max(1vmin, 10px) max(5vmin, 50px)
}

#history .box li+li{
  margin-top: max(2vmin, 20px)
}

#history .box dl{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: max(2vmin, 20px);
  justify-content: center;
}

#history .box dl dd{
  width: max(25vmin, 250px);
}

#history .box dl dt{
  width: max(42vmin, 420px);
}

#history .box dl dt h3{
  background: url(../img/bubble-box.svg) center top no-repeat;
  font-size: max(2.6vmin, 26px);
  display: flex;
  font-weight: 900;
  justify-content: center;
  text-align: center;
  height: max(15vmin, 150px);
  padding-top: max(1.8vmin, 18px);
}

#history .cc-box{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#history .cc-box li{
  position: absolute;
  width: max(10vmin, 100px);
  display: flex;
}

#history .cc-box li img{
  width: 100%
}

#history .cc-box li.top{
  width: max(10vmin, 100px);
  top: max(15vmin, 150px);
  margin-right: min(-50vmin, -500px)
}

#history .cc-box li.top .base{
  position: relative;
  z-index: -1
}

#history .cc-box li.top .flow{
  position: absolute;
  z-index: 9
}

#history .cc-box li.left {
  width: max(14vmin, 140px);
  top: 50%;
  margin-left : min(-90vmin, -850px)
}

#history .cc-box li.bottom {
  width: max(15vmin, 150px);
  margin-right : min(-80vmin, -800px);
  bottom: max(15vmin, 150px);
}

#history .box dl dt p{
  font-weight: 800;
  font-size: max(1.6vmin, 16px);
}

#history .box dl dt p.note{
  font-size: max(1.2vmin, 12px);
  margin-top: max(0.8vmin, 8px)
}

#history .box dl dd img{
  width: 100%
}

#history .box .rv dl{
  flex-direction: row-reverse;
}

#specialty{
  background: url(../img/bg-star.svg) center no-repeat #f2ecda;
  background-color: #f2ecda;
  background-size: max(110vmin, 1100px);
  padding: max(10vmin, 100px) 0 max(5vmin, 50px);
  position: relative;
}

#specialty:after{
  display: block;
  content: "";
  width: 100%;
  height: max(4.2vmin, 58px);
  position: absolute;
  z-index: 21;
  bottom: min(-4.2vmin, -58px);
  background: url(../img/wave_top-02.svg) center top repeat-x;
}

#specialty .caption{
  z-index: 10
}

#specialty ul.outer{
  display: flex;
  justify-content: center;
  margin-top: min(-9vmin, -90px);
  column-gap: max(5vmin, 50px)
}

#specialty .left,
#specialty .right{
  background: url(../img/wave_bottom-03.svg) center 100.4% no-repeat #723519;
  width: max(28vmin, 280px);
  /*height: 100%*/;
  border-radius: max(4vmin, 40px);
  background-size: max(90vmin, 90px);
  padding: max(3vmin, 30px) max(2vmin, 20px) max(5vmin, 50px);
  position: relative;
}

@media screen and (max-width: 1600px) {
  #specialty .left{
    left: max(5vmin, 50px);
    z-index: 11
  }

  #specialty .right{
    right: max(5vmin, 50px);
    z-index: 11
  }
}

#specialty .left:before,
#specialty .right:before{
  width: 80%;
  height: 100%;
  content: "";
  background: url(../img/line-og1.svg) right bottom no-repeat;
  position: absolute;
  display: block;
  right:  min(-1vmin, -10px);
  bottom:  min(-1vmin, -10px);
}

#specialty .line-og{
  position: absolute;
  z-index: 9
}

#specialty .left .line-og{
  width: max(17vmin, 170px);
  display: block;
  right:  min(-17vmin, -170px);
  top: max(5vmin, 50px);
}

#specialty .right .line-og{
  width: max(17vmin, 170px);
  display: block;
  left: min(-17vmin, -170px);
  bottom: max(5vmin, 50px);
}

#specialty .right .line-og.sp-line,
#specialty .left .line-og.sp-line{
  display: none;
}

#specialty h3{
  display: flex;
  color: #fff;
  font-weight: 900;
  font-size: max(1.8vmin, 16px);
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: max(2vmin, 20px);
  z-index: 10
}

#specialty h3 img{
  width: max(10vmin, 100px);
  position: absolute;
  right: min(-2vmin, -20px)
}

#specialty .sizzle{
  box-sizing: border-box;
  border: max(0.4vmin, 4px) solid #fed71b;
  border-radius: max(2vmin, 20px);
  overflow: hidden;
}

#specialty .sizzle img{
  width: 100%;
}

#specialty h4{
  text-align: center;
  margin: max(2vmin, 20px) auto
}

#specialty h4 img{
  height: max(1.8vmin, 18px)
}

#specialty .line-wh{
  width: 60%;
  margin: 0 20% max(1.8vmin, 18px)
}

#specialty .txt{
  font-size: max(1.4vmin, 14px);
  line-height: 2;
  color: #fff;
  font-weight: 800
}


#specialty .center{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: max(46vmin, 460px);
}

#specialty .center img{
  position: relative;
  z-index: 9
}

#specialty .center .ring{
  position: absolute;
  scale: 1.08;
  animation:30s linear infinite rotation ;
  z-index: 7
}

#specialty .center .cc{
  position: absolute;
  width: max(18vmin, 180px);
  right: min(-4vmin, -40px);
  top: min(-7vmin, -70px);
  z-index: 8
}

@media screen and (max-width: 1600px) {
  #specialty .center .cc{
    right: min(-1vmin, -10px);
  }
}

#specialty dl.fix{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#specialty dl.fix dd,
#specialty dl.fix dt{
  display: flex;
  justify-content: center;
}

#specialty dl.fix dd{
  margin: max(2vmin, 20px) auto max(1vmin, 10px)
}

#specialty dl.fix dd img{
  width: max(3vmin, 30px);
}

#specialty dl.fix dt img{
  height: max(6vmin, 60px);
}

#character{
  background-color: #ffd194;
  padding: max(14vmin, 140px) 0 0;
  position: relative;
}

#character .caption{
  position: absolute;
  left: 0;
  width: max(26vmin, 260px)
}

#character .inner{
  position: relative;
  width: max(114vmin, 1140px);
  margin: 0 auto
}

#character dl.rayout{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#character dl.rayout>dd{
  display: flex;
  width: max(60vmin,600px);
  /*padding-right: max(3vmin, 30px);*/
  margin-top: max(3vmin, 30px);
  /*padding-bottom: max(12vmin, 120px);*/
  box-sizing: border-box;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 400px;
}

#character dl.rayout>dd .cc-main{
  width: 58%;
  position: relative;
  z-index: 10;
  margin-right: -2%
}

#character dl.rayout>dd .cc-flow{
  width: 48%;
  margin-right: -14%;
  position: relative;
  z-index: 9;
  left: min(-1vmin, -10px);
}

#character dl.rayout>dd .cc-name{
  width: 40%;
  position: absolute;
  z-index: 8;
  margin-top: -98%;
  /*right: min(-11vmin, -110px)*/
  margin-right: -70%;
  transform: rotate(-8deg);
}

#character dl.rayout>dt{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#character dl.rayout>dt .cap{
  width: max(35vmin, 350px);
  margin-bottom: max(2vmin, 20px);
  margin-right: max(2vmin, 20px)
}

#character .box{
  background: url(../img/stripe.svg) center bottom repeat;
  overflow: hidden;
  border-radius: max(4vmin, 40px);
  padding: max(1vmin, 10px);
  box-sizing: border-box;
  width: max(50vmin, 500px);
  min-height: max(56vmin, 560px);
  display: flex;
  background-size: 50%
}

#character .box-in{
  background-color: #f2ecda;
  border-radius: max(4vmin, 40px) max(4vmin, 40px) 0 0;
  width: 100%;
  box-sizing: border-box;
  padding: max(3vmin, 30px) max(3vmin, 30px) max(6vmin, 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

#character .box-in h3 img{
  height: max(3vmin, 30px)
}

#character .box-in .line-rd{
  height: max(0.8vmin, 8px);
  margin: max(2vmin, 20px) auto
}

#character dl.profile{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: max(1.4vmin, 14px);
  flex-wrap: wrap;
  justify-content: flex-start;
  font-weight: 700;
  width: max(42vmin, 420px);
}

#character dl.profile dd{
  width: max(12vmin, 120px);
  text-align: right;
  box-sizing: border-box;
  padding-right: max(2vmin, 20px)
}

#character dl.profile dd:after{
  content: "："
}

#character dl.profile dt{
  width: max(30vmin, 300px)
}

#character dl.profile dt+dd,
#character dl.profile dt+dd+dt{
  margin-top: max(0.4vmin, 4px)
}

#character:after{
  display: block;
  content: "";
  width: 100%;
  height: max(4.2vmin, 58px);
  position: absolute;
  z-index: 20;
  bottom: -2px;
  background: url(../img/wave_bottom-04.svg) center bottom repeat-x;
}

@media screen and (max-width: 1600px){
  #character .inner{
    width: 100vw;
    max-width: 1140px
  }
  #character dl.rayout>dt{
    right: max(2vmin, 20px);
    position: relative;
    z-index: 11
  }
  #character dl.rayout>dd .cc-name{
    margin-right: -48%;
    transform: rotate(-14deg);
  }
}

.content{
  position: relative;
  z-index: 19;
  padding: max(10vmin, 100px) 0 max(8vmin, 80px);
}

.caption{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  line-height: 1;
  justify-content: center;
  margin-bottom: max(7vmin, 70px);
}

.caption img,
.caption span{
  position: relative;
  z-index: 2
}

.caption img{
  height: max(3vmin, 30px); 
}

.caption span{
  display: block;
  border-radius: 50%;
  background-color: #723519;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: max(1.8vmin, 18px);
  padding: max(0.5vmin, 5px) max(2vmin, 20px) max(0.6vmin, 6px);
  border-radius: max(3vmin, 30px);
  margin-top: max(0.6vmin, 10px);
  font-weight: 800;
  min-width: max(15vmin, 150px)
}

.caption:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: max(18vmin, 180px);
  background: url("../img/bubble-cap.svg") center top no-repeat;
  z-index: 1;
  margin-top: min(-0.6vmin, -6px);
}
 
/*@keyframes shivering {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-10deg);
  }
  20% {
    transform: rotateZ(5deg);
  }
  25% {
    transform: rotateZ(-5deg);
  }
  30% {
    transform: rotateZ(2deg);
  }
  35% {
    transform: rotateZ(-1deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}*/

footer{
  background-color: #fff;
  position: relative;
  padding: max(4vmin, 40px) max(2vmin, 20px);
  font-weight: 600;
  font-size: max(1.2vmin, 12px);
  color: #000
}

footer .in{
  width: max(114vmin, 1140px);
  margin: 0 auto;
  position: relative;
}

footer .ft{
  display: flex;
  flex-direction: column;
}

footer .ft>dd{
  display: flex;
  align-items: flex-end;
}

footer .ft>dd h2{
  width: max(12vmin, 120px);
  margin-right: max(5vmin, 50px);
  padding-bottom: max(1vmin, 10px)
}

footer .ft>dd .brand{
  display: flex;
  flex-direction: column;
}

footer .ft>dd .brand dd{
  font-size: max(0.8vmin, 8px);
  margin-bottom: max(1vmin, 10px);
}

footer .ft>dd .brand dt ul{
  display: flex;
  column-gap: max(2vmin, 20px)
}

footer .ft>dd .brand dt ul li{
  width: max(11vmin, 110px);
  height: max(8vmin, 80px);
  border-radius: max(1vmin, 10px);
  border: 1px solid #cccccc;
  overflow: hidden;
}

footer .ft>dd .brand dt ul li a{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

footer .ft>dt.link{
  margin-top: max(4vmin, 40px)
}

footer .ft>dt.link ul{
  display: flex;
}

footer .ft>dt.link ul a{
  text-decoration: underline;
}

footer .ft>dt.link ul li+li:before{
  content: "　｜　";
}

footer .ft>dt .tel{
  font-size: max(1vmin, 10px);
  margin-top: max(1vmin, 10px)
}

footer .ft>dt .copy{
  font-size: max(0.8vmin, 8px);
  margin-top: max(4vmin, 40px)
}

footer .foot{
  position: absolute;
  right: 0;
  bottom: 0;
  width: max(36vmin, 360px)
}

@media screen and (max-width: 1080px) {

  .curtain{
    height: 100%;
    z-index: 12;
  }

  .curtain.lc.active{
    left: -100vw
  }

  .curtain.rc.active{
    right: -100vw
  }

  #history{
    padding: max(14vmin, 140px) 0 max(18vmin, 180px)
  }

  #history .box{
    width: 90vw;
    margin: min(-5vmin, -50px) auto;
    padding-top: max(8vmin, 80px)
  }

  #history .box dl,
  #history .box .rv dl{
    flex-direction: column;
  }

  #history .box dl dd{
    width: 50%
  }

  #history .box dl dt{
    width: 60%
  }

  #history .box dl dt h3{
    font-size: max(1.6vmin, 16px);
    padding-top: max(1vmin, 10px);
    height: max(9vmin, 90px)
  }

  #history .box dl dt p{
    font-size: max(1.4vmin, 14px);
  }

  #history .cc-box li.top{
    top: max(14vmin, 140px)
  }

  #history .cc-box li.left{
    left: min(-1vmin, -10px);
    margin-left: 0;
  }

  #history .cc-box li.bottom{
    right: max(2vmin, 20px);
    margin-right: 0;
  }

  #specialty{
    padding-top: max(8vmin, 80px);
    background-size: 105%;
    background-repeat: repeat;
  }

  #specialty ul.outer{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    /*margin-top: min(-3vmin, -30px);*/
    width: 98vw;
    margin-left: 1vw;
    justify-content: space-between;
    column-gap: 0
  }

  #specialty .center{
    width: 70%;
    margin-left: 15%;
    margin-bottom: min(-8vmin, -80px);
    z-index: 1
  }

  #specialty .left,
  #specialty .right{
    z-index: 10;
    width: 49.4%;
    left: auto;
    right: auto;
    border-radius: max(2vmin, 20px);
    background-size: max(90vmin, 90px);
    /*padding: max(1vmin, 10px) max(1vmin, 10px) max(3vmin, 30px);*/
  }

  .line-og.pc-line{
    display: none !important;
  }

  .line-og.sp-line{
    display: block !important;
  }

  #specialty .left .line-og{
    top: -35vw;
    right: auto;
    left: 6vw;
    width: 35vw
  }

  #specialty .right .line-og{
    top: -25vw;
    right: 6vw;
    left: auto;
    width: 25vw
  }

  #specialty .secret{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #specialty .center{
    order: 1;
  }

  #specialty .left{
    order: 2;
  }

  #specialty .right{
    order: 3;
  }

  #specialty .center .cc{
    /*width: max(11vmin, 110px);*/
    right: min(-5vmin, -50px);
    top: min(-7vmin, -70px);
  }

  #specialty .left:before, #specialty .right:before{
    display: none;
  }

  #specialty h3{
    font-size: max(1.3vmin, 13px);
    margin-bottom: max(1vmin, 10px)
  }

  #specialty h3 img{
    width: max(7vmin, 70px);
    right: min(-1vmin, -10px)
  }

  #specialty .line-wh{
    margin-bottom: max(1vmin, 10px)
  }

  #specialty h4{
    margin: max(1vmin, 10px) auto
  }

  #specialty h4 img{
    height: max(1.2vmin, 12px)
  }

  #specialty .txt{
    font-size: max(1.2vmin, 12px)
  }

  #specialty dl.fix dd img{
    width: max(1.4vmin, 14px)
  }

  #specialty dl.fix dt img{
    height: auto;
    width: 90vw
  }

  #character{
    padding-top: max(11vmin, 110px)
  }
/*
  #character .caption{
    margin-left: min(-3vmin, -30px);
  }*/

  #character dl.rayout{
    width: 90vw;
    flex-direction: column;
    margin-left: 5vw;
  }

  #character dl.rayout>dd{
    padding-right: 0;
    margin-top: max(9vmin, 90px);
    width: 60%;
    min-width: auto;
    margin-left: 20%
  }

  #character dl.rayout>dd .cc-main{
    width: max(58vmin, 580px)
  }

  #character dl.rayout>dd .cc-flow{
    width: max(40vmin, 400px);
    margin-right: -10%
  }

  #character dl.rayout>dd .cc-name{
    width: max(12vmin, 120px);
    right: max(1vmin, 10px);
    top: min(-10vmin, -100px);
    margin-right: auto;
    margin-top: auto;
  }

  #character dl.rayout>dt{
    right: auto;
  }

  #character dl.rayout>dt .cap{
    width: 80%;
    margin: max(1vmin, 10px) auto
  }

  #character .box-in h3 img{
    height: max(2vmin, 20px)
  }

  #character .box-in .line-rd{
    height: max(0.4vmin, 4px);
    margin: max(1vmin, 10px) auto
  }

  #character .box{
    width: 100%
  }

  #character .box-in{
    padding-bottom: max(4vmin, 40px)
  }


  footer{
    padding-bottom: 0
  }

  footer .in{
    width: 90vw;
    padding-bottom: max(11vmin, 110px)
  }

  footer .ft>dd{
    flex-direction: column;
  }

  footer .ft>dd h2{
    margin: 0 auto;
    width: max(10vmin, 100px)
  }

  footer .ft>dd .brand{
    width: 100%
  }

  footer .ft>dd .brand dd{
    text-align: center;
  }

  footer .ft>dd .brand dt ul{
    column-gap: max(1vmin, 10px);
    justify-content: center;
  }

  footer .ft>dd .brand dt ul li{
    height: auto;
    width: 24%
  }

  footer .ft>dt.link{
    margin-top: max(2vmin, 20px)
  }

  footer .ft>dt.link ul{
    flex-direction: column
  }

  footer .ft>dt.link ul li+li:before{
    display: none;
  }

  footer .ft>dt.link ul li+li{
    margin-top: max(0.6vmin, 6px);
  }

  footer .ft>dt .tel{
    margin-top: max(2vmin, 20px);
    padding-top: max(2vmin, 20px);
    border-top: 1px solid #000;
  }

  footer .ft>dt .copy{
    margin-top: max(2vmin, 20px);
    text-align: center;
  }

  footer .foot{
    width: max(20vmin, 200px);
    right: max(3vmin, 30px);
    bottom: max(1vmin, 10px)
  }



}


@media screen and (max-device-width: 1024px), screen and (max-width: 600px) {

  header,
  #slider:after,
  #product:after,
  #history:after,
  #specialty:after,
  #character:after{
    height: 30px;
    background-size: auto 30px
  }

  #history:before{
    height: 60px;
    background-size: auto 60px;
    top: 20px
  }

  #specialty:after,
  #product:after{
    bottom: -30px
  }

  #slider .arrow{
    height: 100vh;
    top: -20vh
  }

  .menu{
    width: 130px;
    height: 130px
  }

  .menu .inner{
    width: 116px;
    height: 116px;
    border: 6px solid #1d459b;
    padding-top: 8px;
    padding-right: 12px
  }

  .menu .inner .lg{
    width: 60%
  }

  .openbtn{
    margin-top: 4px;
    width: 34px;
  }

  .menu .inner .tx{
    top: 82px;
    width: 34px;
  }

  .menu-list{
    width: calc(100dvw - max(1vmin, 10px));
    height: calc(100dvh - max(1vmin, 10px));
    top: max(0.5vmin, 5px);
    left: max(0.5vmin, 5px);
    border: max(0.3vmin, 3px) solid #fff000
  }

  .menu-list ul{
    width: 90vw;
    margin-top: min(-0.2vmin, -2px)
  }

  .menu-list ul:after{
    width: 130%
  }

  .menu-list ul li:first-child img{
    height: 26px
  }

  .menu-list ul img{
    height: 36px
  }

  .menu-list ul li+li{
    margin-top: max(0.8vmin, 8px)
  }

  .kv-swiper{
    width: 98vw !important;
    border: 2px solid #fff000;
    border-radius: 10px;
    margin-top: -3vmin;
    max-width: 700px;
    z-index: 20
  }

  #slider{
    height:84vh;
    min-height: 770px;
    max-height: 1080px;
  }

  #slider .logo{
    width: max(26vmin, 180px);
    /*top: max(12vmin, 120px);*/
    margin-top: calc(min(-104vmin,-940px) / 2);
    z-index: 21
  }

  .scene{
    height: 100%;
    min-height: 100%
  }

  #slider .frame.lt{
    width: max(40vmin, 180px);
    left: -10vmin !important;
    top: 0px !important;
  }

  #slider .frame.rt{
    width: max(40vmin, 180px);
    right: -5vmin !important;
    top: -10px !important;
  }

  #slider .frame.bt{
    width: 140vw;
    bottom: 10px !important;
    margin-left: -20vw
  }

  #slider .frame.bbb{
    width: 180vmin;
    bottom: 10px !important;
    margin-left: -5vmin;
    left: auto !important;
    filter: blur(4px)
  }

  #slider .frame.bt2{
    width: max(4vmax, 40px);
    bottom: auto !important;
    margin-left: auto;
    top: max(13vmin, 130px) !important;
    right: max(1vmax, 10px);
    transform: scale(-1,1)
  }

  .swiper-button-next.kv{
    right: 30vmin;
    margin-right: auto;
    top: auto !important;
    margin-top: min(60%, 400px)
  }

  .swiper-button-prev.kv{
    left: 30vmin;
    margin-left: auto;
    top: auto !important;
    margin-top:  min(60%, 400px)
  }

  .swiper-pagination.kv{
    bottom: auto !important;
    top: auto !important;
    margin-top:  min(60%, 400px);
    z-index: 20
  }

  .swiper-button-prev.kv, .swiper-button-next.kv{
    /*width: 4vmin*/
    width: min(4vmax, 20px)
  }

/*  #slider .pu {
    width: max(30vmin,180px);
    margin-bottom: 0;
    margin-left: 0;
    transform: rotate(-25deg);
    bottom: 20vmin;
    right: -2vmin;
    z-index: 20
  }*/

  #slider .pu{
    z-index: 9;
    margin-bottom: 0;
    margin-left: 0;
    bottom: auto;
    right: 0vmin;
    width: max(10vmin,100px);
    transform: rotate(-9deg);
    margin-top: -62vw
  }

  #slider .frame.bt2{
    display: none !important;
  }

  .caption{
    margin-bottom: 30px
  }

  .caption img{
    height: 22px
  }

  .caption span{
    font-size: 14px;
    margin-top: 6px;
    padding: 4px 8px 6px;
    min-width: 120px
  }

  .caption:before{
    height: 140px
  }

  .swiper-button-next.product{
    margin-right: min(-30vmin, -300px);
    /*right: 10px;*/
  }

  .swiper-button-prev.product{
    margin-left: min(-30vmin, -300px);
    /*left: 10px*/
  }

  .swiper-button-prev.product,
  .swiper-button-next.product{
    width: 30px
  }

  .swiper-button-prev.product img,
  .swiper-button-next.product img{
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.4))
  }

  #product .cc-box{
    width: max(40vmin, 400px)
  }

/*  .product-swiper .swiper-slide{
    width: 80%;
    padding: 0 4%;
    margin: 0 6%
  }*/

  .product-swiper .swiper-slide{
    width: max(30vmin, 300px);
    padding: 0 max(2vmin, 20px);
  }

  .product-swiper .swiper-slide.swiper-slide-active.new:before{
    transform: scale(0.6)
  }

  .product-swiper .swiper-slide.new:before{
    right: min(-1vmin, -10px);
    top: min(-2vmin, -20px);
  }

  .name{
    text-align: center;
    overflow: hidden;
    background-size: 240%;
    border-radius: 100px;
  }

  .name.twol,
  .name.twol span{
    font-size: 12px
  }

  .name br{
    display: block;
  }

  #product .cc-box .milk-img,
  #product .cc-box .pop-img{
    top: max(26vmin, 260px)
  }

  #product .cc-box .g-mint-img{
    top: max(23vmin, 230px)
  }

  #product .cc-box .mont-blanc-img{
    top: max(23vmin, 230px)
  }

  #product .cc-box .cc-img{
    right: max(5vmin, 50px)
  }

  .content{
    padding-bottom: max(4vmin, 40px);
    padding-top: max(8vmin, 80px) 
  }

  #history .box dl dd,
  #history .box dl dt{
    width: 80%
  }

  #history .cc-box li.top{
    width: max(6vmin, 60px);
    right: max(8vmin, 20px);
    margin-right: 0;
    top: max(12vmin, 120px)
  }

  #history .cc-box li.left{
    width: max(8vmin, 80px);
    z-index: 9
  }

  #history .cc-box li.bottom{
    width: max(8vmin, 80px);
    bottom: max(12vmin, 120px);
    z-index: 9
  }

  #specialty ul.outer{
    margin-top: min(-3vmin, -30px);
  }

  #specialty .center{
    width: 90%;
    margin-left: 5%;
  }

  #specialty .left,
  #specialty .right{
    padding: max(1vmin, 10px) max(1vmin, 10px) max(3vmin, 30px);
  }

  #specialty .center .cc{
    width: max(11vmin, 110px);
    right: min(-1vmin, -10px);
    top: min(-4vmin, -40px);
  }

  #character .caption{
    margin-left: min(-3vmin, -30px);
  }

  #character dl.rayout>dd{
    width: 100%;
    margin-left: auto;
  }

}



@media screen and (orientation: portrait) and (max-width: 940px) {
  #slider,.scene{
    min-height: max(76vh, 850px);
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  #slider{
    min-height: 700px;
    max-height: 700px
  }

  #slider .logo{
    top: auto;
    margin-top: -410px;
  }

  #character dl.profile{
    font-size: max(1.2vmin, 12px);
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  #character dl.profile dd{
    padding: 0;
    text-align: center;
    position: relative;
  }

  #character dl.profile dd:before,
  #character dl.profile dd:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ddc8be
  }

  #character dl.profile dd,
  #character dl.profile dt{
    width: 100%;
  }

  #character dl.profile dt+dd{
    margin-top: max(2vmin, 20px)
  }
}

@media screen and (orientation: portrait) and (max-device-width: 1000px) {
  #slider,.scene{
    min-height: 920px;
  }

  .swiper-button-prev.kv, .swiper-button-next.kv{
    width: 2vmin
  }
}

@media screen and (orientation: portrait) and (max-device-width: 470px) {
  #slider{
    height:84vh;
    min-height: auto;
    max-height: 620px;
    padding-top: max(4vmin, 40px)
  }

  .scene{
    height: 100%;
    min-height: 100%
  }

  #slider .logo{
    top: auto;
    margin-top: -300px;
  }

  #slider .pu{
    z-index: 9;
    bottom: auto;
    right: 0vmin;
    width: max(10vmin,100px);
    transform: rotate(-9deg);
    margin-top: -62vw
  }

  .swiper-button-prev.kv, .swiper-button-next.kv{
    width: 4vmin
  }
}