html,body{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /* cursor: none; */
}
html{
  font-size: 0px;
  background-color: #fff;
}
/*
a{
  text-decoration: none;
}
*/

#all_wrap{
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  min-width: 1200px;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  /*
  background:repeating-linear-gradient(
  -45deg,
  #ffffff,
  #ffffff 7px,
  #fffbf0 0,
  #fffbf0 14px
  );
  */
  background-color: #faf9f6;
  /* background-color: crimson; */
  background-attachment: fixed;
}

#mainVisual{
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-width: 1200px;
  max-width: 1920px;
  max-height: 1000px;
  margin: 0;
  margin-top: 150px;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #faf9f6;
}
#mainVisual > div.Visual{
  position: relative;
  width: 1852px;
  height: 900px;
  top: 0px;
  bottom: 0px;
  left: calc(50% - 926px);
  margin: auto;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
#mainVisual > div.Visual > img{
  position: absolute;
  width: 1920px;
  height: 952px;
  top: 0px;
  bottom: 0px;
  /* left: calc(50% - 926px); */
  left: 0px;
  margin: auto;
  padding: 0;
  transform: scale(1.5);
}
#mainVisual.is_active > div.Visual > img{
  animation:VisualAnim 2.5s ease 7s 1 normal forwards;
  animation:VisualAnim 2.5s ease 0s 1 normal forwards;
}
#mainVisual > div.bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #faf9f6;
}
#mainVisual.is_active > div.bg{
  transition-delay: 7s;
  transition-duration: 2s;
  opacity: 0;
}
#mainVisual > .logonew{
  position: absolute;
  width: 1111px;
  height: 348px;
  bottom: 40px;
  left: calc(50% - 530.5px);
  transform: translateY(100px);
  opacity: 0;
}
#mainVisual.is_active > .logonew{
  transition-delay: 8s;
  transition-delay: 0s;
  transition-duration: 2.0s;
  transform: translateY(0px);
  opacity: 1;
}
#mainVisual > img.theme01,
#mainVisual > img.theme02{
  position: absolute;
  width: 1920px;
  height: 952px;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
}
#mainVisual.is_active > img.theme01{
  animation:themeAnim01 1.0s linear 3s 1 normal forwards;
}
#mainVisual > img.theme02{
  opacity: 0;
}
#mainVisual.is_active > img.theme02{
  animation:themeAnim02 1.0s linear 4s 1 normal forwards,
            themeAnim01 1.0s linear 6s 1 normal forwards;
}
@keyframes themeAnim01 {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}
@keyframes themeAnim02 {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes VisualAnim {
  0% {
    opacity:1;
    transform: scale(1.5);
  }
  100% {
    opacity:1;
    transform: scale(1.0);
  }
}

#info{
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  /* overflow: hidden; */
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #faf9f6;
}
#info .effect01{
  position: relative;
  width: 558px;
  height: 90px;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0;
}
#info img.info01{
  display: block;
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
#info > img.cd{
  margin-top: 0px;
  margin-bottom: 60px;
}
#info > div.movie{
  display: block;
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  text-align: center;
}
#info > a.MOE{
  display: block;
  position: relative;
  width: 400px;
  height: 120px;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
#info a.re{
  display: block;
  position: relative;
  width: 344px;
  height: 52px;
  top: 0px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
#info a.re::before{
  content: "";
  position: absolute;
  width: 344px;
  height: 52px;
  top: 8px;
  left: 5px;
  background-color: #ec1b7188;
  border-radius: 24px;
}
#info a.re > img{
  transition-duration: 0.5s;
  transform: translate(0px,0px);
}
#info a.re:hover > img{
  transform: translate(5px,8px);
}
#info a.re > img:nth-child(1){
  position: absolute;
  top: 0;
  left: 0;
}
#info a.re > img:nth-child(2){
  transition-duration: 0.5s;
  opacity: 1;
}
#info a.re:hover > img:nth-child(2){
  opacity: 0;
}

#news{
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background-repeat: repeat;
  background-position: center;
  background-color: #faf9f6;
  background-attachment: fixed;
}
#news .news_wrap{
  position: relative;
  width: 1000px;
  height: 532px;
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
#news .window{
  position: absolute;
  width: 942px;
  height: 330px;
  top: 156px;
  left: 35px;
  border-top: solid 2px #353535;
  border-bottom: solid 2px #353535;
  overflow-x: hidden;
  overflow-y: scroll;
  /*
  -ms-overflow-style: none;
  scrollbar-width: none;
  */
}
#news .window::-webkit-scrollbar{
  width: 10px;
}
#news .window::-webkit-scrollbar-track{
  background: #fafafa;
  background-color: #fafafa;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #fafafa;
}
#news .window::-webkit-scrollbar-thumb{
  background: #dddddd88;
  /* background: linear-gradient(0deg, #dddddddd, #dddddd00); */
  border-radius: 10px;
  box-shadow: none;
  transition-duration: 0.3s;
}
#news .window::-webkit-scrollbar-thumb:hover{
  /* background: #ddddddff; */
}
#news .window article{
  display: block;
  position: relative;
  width: 944px;
  height: 108px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dashed #353535;
  overflow: hidden;
  /* background-color: #ff000055; */
}
#news .window article:last-child{
  border-bottom: none;
}
#news .window article time{
  display: block;
  position: relative;
  width: 200px;
  height: 108px;
  float: left;
  margin-left: 8px;
  color: #fd9024;
  font-size: 18px;
  /* background-color: #00ff0055; */
  font-family: "M PLUS Rounded 1c";
  text-align: center;
}
/*
#news .window article time div:nth-child(1){
  width: 63px;
  height: 17px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  color: #f7b2be;
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  background-color: #fd94b8;
  border-radius: 5px 5px;
}
#news .window article time div:nth-child(2){
  width: 63px;
  height: 32px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  color: #fffcfc;
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
}
#news .window article time div:nth-child(3){
  width: 63px;
  height: 11px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
}
*/
#news .window article .news{
  display: block;
  position: relative;
  width: 700px;
  height: 108px;
  height: auto;
  min-height: 108px;
  float: left;
  margin-left: 22px;
  /* margin-bottom: 22px; */
  font-family: "M PLUS Rounded 1c";
  /* background-color: #0000ff55; */
}
#news .window article .news > img{
  position: absolute;
  top: 4px;
  left: 0;
}
#news .window article .news h3{
  width: 700px;
  height: auto;
  margin: auto;
  margin-top: 24px;
  padding: 0;
  color: #010101;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  text-align: left;
}
#news .window article .news h4{
  width: 700px;
  height: auto;
  margin: auto;
  margin-top: 0px;
  padding: 0;
  color: #010101;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  text-align: left;
}
#news .window article .news p{
  width: 493px;
  height: auto;
  color: #a39595;
  margin: auto;
  margin-top: 10px;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
#news .window article .news p a{
  color: #ff7696;
  cursor: pointer;
  transition-duration: 0.3s;
  opacity: 1;
  text-decoration: none;
}
#news .window article .news p a:hover{
  opacity: 0.8;
  text-decoration: underline;
}

#topics{
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-bottom: 100px;
  overflow: hidden;
  background-repeat: repeat-y;
  background-position: center top;
  background-position-y: 0%;
  background-color: #faf9f6;
  background-size: cover;
  /* animation: topicsBGAnim 40s linear infinite; */
}
#topics > #commonBG01{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
#topics > .topics{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  padding: 0;
}
#topics > .topics > .headerBG{
  position: relative;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  margin: 0;
  margin-top: 90px;
  margin-bottom: 34px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center top;
}
#topics > .xWrap{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  padding: 0;
}
#topics > .xWrap > .headerBG{
  position: relative;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  margin: 0;
  margin-top: 90px;
  margin-bottom: 34px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center top;
}
#topics > .xWrap > .x{
  position: relative;
  width: 930px;
  height: 450px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-bottom: 34px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center top;
}
#topics > .xWrap > a.dessertsoft_x{
  display: block;
  position: relative;
  width: 460px;
  height: 60px;
  top: 0px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
#topics > .xWrap > a.dessertsoft_x::before{
  content: "";
  position: absolute;
  width: 460px;
  height: 60px;
  top: 8px;
  left: 5px;
  background-color: #ec1b7188;
  border-radius: 30px;
}
#topics > .xWrap > a.dessertsoft_x > img{
  transition-duration: 0.5s;
  transform: translate(0px,0px);
}
#topics > .xWrap > a.dessertsoft_x:hover > img{
  transform: translate(5px,8px);
}
#topics > .xWrap > a.dessertsoft_x > img:nth-child(1){
  position: absolute;
  top: 0;
  left: 0;
}
#topics > .xWrap > a.dessertsoft_x > img:nth-child(2){
  transition-duration: 0.5s;
  opacity: 1;
}
#topics > .xWrap > a.dessertsoft_x:hover > img:nth-child(2){
  opacity: 0;
}
#topics > .xWrap > a.dessertsoft_x > p{
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 15pt;
  text-align: center;
}
@keyframes topicsBGAnim{
     0% {background-position-y: 0%;}
   100% {background-position-y: 100%;}
}

#movie{
  position: relative;
  width: 100%;
  height: 408px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background-repeat: repeat;
  background-position: center top;
  background-color: #faf9f6;
  background-attachment: fixed;
}
#movie > img{
  display: block;
  position: absolute;
  top: 35px;
  left: calc(50% - 464px);
  padding: 0;
  margin: 0;
}
#movie > a{
  display: block;
  position: absolute;
  width: 464px;
  height: 64px;
  top: 247px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
#movie > a::before{
  content: "";
  position: absolute;
  width: 464px;
  height: 64px;
  top: 8px;
  left: 5px;
  background-color: #ec1b7188;
  border-radius: 30px;
}
#movie > a > img{
  transition-duration: 0.5s;
  transform: translate(0px,0px);
}
#movie > a:hover > img{
  transform: translate(5px,8px);
}
#movie > a > img:nth-child(1){
  position: absolute;
  top: 0;
  left: 0;
}
#movie > a > img:nth-child(2){
  transition-duration: 0.5s;
  opacity: 1;
}
#movie > a:hover > img:nth-child(2){
  opacity: 0;
}

#product{
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 380px;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #ffadce;
}
#product > .headerBG{
  position: relative;
  width: auto;
  height: 90px;
  top: 0;
  left: calc(50% - 500px);
  margin: 0;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: left top;
}
#product > article{
  display: block;
  position: relative;
  width: 1100px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: bold;
  margin: 0;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#product > article > h3{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  padding-left: 4px;
  padding-bottom: 6px;
  border-bottom: 2px dotted white;
  color: white;
  font-size: 24pt;
}
#product > article > dl{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#product > article > dl > dt{
  display: inline-block;
  position: relative;
  width: 185px;
  width: 275px;
  height: 28px;
  text-align: center;
  align-content: center;
  color: #fd9024;
  font-size: 14pt;
  font-weight: medium;
  margin: 0;
  margin-top: 12px;
  margin-right: 50px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  border-radius: 20px;
}
#product > article > dl > dd{
  display: inline-block;
  position: relative;
  width: 750px;
  height: 28px;
  text-align: left;
  align-content: center;
  color: white;
  font-size: 13pt;
  font-weight: medium;
  margin: 0;
  margin-top: 12px;
  padding: 0;
}

.effect01 > div{
  position: absolute;
  width: 3px;
  height: calc(100% + 6px);
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  top: 0;
  left: 0px;
  overflow: hidden;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
}
.effect01.is_active > div{
  width: calc(100%);
}
.effect01. > div > *{
  position: absolute;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  top: 0px;
  left: 0px;
  right: 0;
}
.effect01 > div > div.line{
  position: absolute;
  width: calc(100%);
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  border-right: solid 3px #2323ff88;
  box-sizing: border-box;
  background-color: transparent;
  border-image: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-image-slice: 1 1 1 1;
  animation-name: hueAnim;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  opacity: 0.5;
  filter: blur(3px);
  transition-duration: 1s;
  transition-delay: 1s;
  pointer-events: none;
}
.effect01.is_active > div > div.line{
  opacity: 0;
  /* filter: blur(3px); */
}
@-webkit-keyframes hueAnim {
  0% {
		filter: hue-rotate(0deg);
	}
	50% {
		filter: hue-rotate(0deg);
	}
	100% {
    filter: hue-rotate(360deg);
	}
}
