@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.font-lato {
  font-family: 'Lato', sans-serif;
}
.font-noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.font-noto-serif {
  font-family: "Noto Serif JP", serif;
}


.font-zen-maru{
  font-family: "Zen Maru Gothic", sans-serif;
}

html, body {
  height: 100%;
}
*, *::after, *::before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
body {
  color: #0071b0;
  background: #f097b2;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  overflow-x: hidden;
  font-size: 1.4em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;

}
p {
  line-height: 1.8;
  text-align: center;
}
main {
  display: block;
  width:100%;
  position:relative;
}

main.disabled {
  height:30vw;
}

main.disabled:after{
  content:'';
  display:block;
  background:rgba(236,125,173, 1);
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
  margin:auto;
  z-index:10;
}

main.disabled .disablea{
  position:absolute;
  left:0;
  right:0;
  top:5vw;
  margin:auto;
  z-index:11;
  width:80%;
  text-align:center;
  color:#FFFFFF;
  font-size:clamp(1rem, 7vw, 4rem);
  font-weight:900;
}

img{
  max-width:100%;
  height:auto;

}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #fff;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
sup, sub {
  font-size: 1.2rem;
}


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


  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.wrap {
  background-color: rgba(255, 255, 255, 1);
  background-blend-mode: lighten;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  animation: fadeIn 1s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeIn 1s;
  -webkit-animation-fill-mode: backwards;
  max-width: 203px;
  width: 80%;
  height: auto;
}
.wrap.active {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  background-color: rgba(255, 255, 255, 0);
}
.wrap.active img {
  display: none;
}

.wrapper{
  width:100%;
  max-width:1000px;
  margin:0 auto;
}

/*-------------------
header
-------------------*/
header {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg,rgba(236, 125, 173, 1) 10%, rgba(76, 138, 201, 1) 94%);
}

header .mainhead{
  margin:0 auto;
  width: 100%;
  position: relative;
  background:url(../images/head_mainimg_pc.webp) no-repeat center 5vw;
  background-size:100%;
  padding-top:calc(100% / .8);
}

header img{
  max-width:100%;
  height:auto;
  vertical-align:bottom;
}

header h1 {
  width:40%;
  max-width:540px;
  position:absolute;
  top:13vw;
  left:5vw;
  animation: fadeInTop 1s;
  animation-delay: 2.8s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeInTop 1s;
  -webkit-animation-delay: 2.8s;
  -webkit-animation-fill-mode: backwards;
  margin:0 auto;
  text-align: center;
  z-index:5;
}


header .hdld {
  width:80%;
  max-width:800px;
  position:absolute;
  bottom:13vw;
  left:0;
  right:0;
  animation: fadeInBottom 1s;
  animation-delay: 2.8s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeInBottom 1s;
  -webkit-animation-delay: 2.8s;
  -webkit-animation-fill-mode: backwards;
  margin:0 auto;
  text-align: center;
  z-index:5;
}


header.disable:after{
  content:'';
  display:block;
  background:rgba(0,0,0, .5);
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:30%;
  width:100%;
  margin:auto;
  z-index:10;
  transform:skewY(0deg);
}

header.disable .disablea{
  position:absolute;
  left:50%;
  bottom:5%;
  margin:auto;
  z-index:11;
  width:40%;

  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  text-align:center;
}

header.disable .disablea img{
  max-width:100%;
  height:auto;
}

@media only screen and (min-width:1000px) {
  header .mainhead{
    padding-top:1200px;
    background-position:center 30px;
  }

  header h1 {
    top:125px;
    left:60px;
  }

  header .hdld {
    bottom:100px;
  }
}


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

  header .mainhead{
    background:url(../images/head_mainimg_sp.webp) no-repeat center 5vw;
    background-size:100%;
    padding-top:calc(100% / .82);
  }

  header .hdld {
    bottom:10vw;
  }
}





/*-------------------
animation
-------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



.box{
  width:80%;
  max-width:800px;
  margin:0 auto;
  background-color:#fffaeb;
  border:7px solid #85cbbf;
  outline:3px solid #0071b0;
  border-radius:5rem;
  padding:2vw 5vw;
  box-shadow: 8px 8px 0px 0px rgba(0, 113, 176, 1);
  position:relative;
}

@media only screen and (min-width:1000px) {
  .box{
    padding:1em 3em;
  }

}

@media only screen and (max-width:640px) {
  .box{
    border:5px solid #85cbbf;
    outline:2px solid #0071b0;
    border-radius:3rem;
    padding:2vw 5vw;
    box-shadow: 5px 5px 0px 0px rgba(0, 113, 176, 1);
    position:relative;
  }

}

@media only screen and (max-width:480px) {
  .box{
    border-radius:2rem;
  }

}


/*navigation
--------------*/
#navigation {
  text-align: center;
  padding: 5vw 0;
  position:relative;
  z-index:2;
  background-image:url(../images/bg_yel_pc.webp);
  background-repeat:repeat-y;
  background-position:center top;
  background-size:100% auto;
  background-color:#fff471;
}

#navigation .wrapper{
  position:relative;
}

#navigation .wrapper ul{

}

#navigation .wrapper ul li{
  position:relative;
}

#navigation .wrapper ul li a{
  width:60%;
  margin:0 auto;
  display:block;
  position:absolute;
  top:52%;
  left:0;
  right:0;
  transform: translateY(-50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}


#navigation .wrapper ul li a:hover{
  opacity: .7;
}

#navigation .wrapper ul li:nth-child(1){
  width:40%;
  max-width:400px;
  margin:0 auto;
  position:absolute;
  top:8%;
  left:0;
  right:0;
}

#navigation .wrapper ul li:nth-child(2){
  width:40%;
  max-width:400px;
  margin:0 auto 0 8%;
  position:absolute;
  top:29%;
  left:0;
  right:0;
}

#navigation .wrapper ul li:nth-child(3){
  width:40%;
  max-width:400px;
  margin:0 auto;
  position:absolute;
  top:50%;
  left:0;
  right:0;
}
#navigation .wrapper ul li:nth-child(4){
  width:40%;
  max-width:400px;
  margin:0 8% 0 auto;
  position:absolute;
  top:29%;
  left:0;
  right:0;
}

#navigation .wrapper ul li.disabled{

}

#navigation .wrapper ul li.disabled img{
  opacity:.3;
}

#navigation .wrapper ul li.disabled .disablet{
  position:absolute;
  top:45%;
  left:0;
  right:0;
  transform: translateY(-50%);
  font-size:clamp(.8rem, 3vw, 2rem);
  font-weight:bold;
}

@media only screen and (min-width:1000px) {
  #navigation {
    padding: 2em 0;
  }

}

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

  #navigation {
    background-image:url(../images/bg_yel_sp.webp);
    background-repeat:repeat-y;
    background-position:center top;
    background-size:100% auto;
  }
}

/*intro
--------------*/
#intro {
  text-align: center;
  padding:8vw 0 10vw 0;
  position:relative;
  z-index:2;
  background-image:url(../images/bg_pnk_pc.webp);
  background-repeat:repeat-y;
  background-position:center top;
  background-size:100% auto;
}

#intro .wrapper{
  position:relative;
}

#intro .box{
  background-image:url(../images/intro_bg_in_t_pc.webp),url(../images/intro_bg_in_b_pc.webp);
  background-repeat:no-repeat;
  background-position:center 5%,center 95%;
  background-size:90% auto;
  padding:5vw;
}

#intro .box h2{
  font-weight:900;
  font-size:clamp(.8rem, 3.5vw, 2.2rem);
  line-height:1.4;
  padding-bottom:0.5em;
}

#intro .box p{
  font-weight:600;
  font-size:clamp(.55rem, 2.5vw, 1.6rem);
  padding:0.5em 0;

}

#intro .box .bg{
  width:40%;
  max-width:400px;
  position:absolute;
  bottom:-10vw;
  left:-5vw;

}


@media only screen and (min-width:1000px) {
  #intro {
    padding: 3em 0 4em 0;
  }

  #intro .box{
    padding:3em;
  }

  #intro .box .bg{
    bottom:-4em;
    left:-3em;

  }

}

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

  #intro {
    text-align: center;
    padding:8vw 0 10vw 0;
    position:relative;
    z-index:2;
    background-image:url(../images/bg_pnk_sp.webp);
    background-repeat:repeat-y;
    background-position:center top;
    background-size:100% auto;
  }


  #intro .box{
    background-image:url(../images/intro_bg_in_t_sp.webp),url(../images/intro_bg_in_b_sp.webp);
    background-repeat:no-repeat;
    background-position:center 5%,center 95%;
    background-size:90% auto;
    padding:8vw 3vw;
  }
}


/*shindan
--------------*/
#shindan {
  text-align: center;
  padding: 8vw 0;
  position:relative;
  z-index:2;
  background-image:url(../images/bg_blue_pc.webp);
  background-repeat:repeat-y;
  background-position:center top;
  background-size:100% auto;
  background-color:#4a89c9;
}

#shindan.disabled:after{
  content:'';
  display:block;
  background:rgba(0,0,0, .7);
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
  margin:auto;
  z-index:10;
}

#shindan.disabled .disablea{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  margin:auto;
  z-index:11;
  width:40%;

  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  text-align:center;
  color:#FFFFFF;
  font-size:clamp(1rem, 5vw, 3rem);
  font-weight:bold;
}

#shindan .box h2{
  width:110%;
  max-width:950px;
  margin:0 auto;
  position:absolute;
  top:-8vw;
  left:2vw;
  right:-5vw;
}

#shindan .box p{
  font-weight:900;
  font-size:clamp(.8rem, 3.5vw, 2.2rem);
  padding-top:15vw;
  line-height:1.4;
}

#shindan .box .shindanimg{
  padding:2vw 0;
}

#shindan .box a{
  width:70%;
  display:block;
  margin:0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

#shindan .box a:hover{
  opacity: .7;
}


@media only screen and (min-width:1000px) {
  #shindan {
    padding: 3em 0;
  }

  #shindan .box h2{
    top:-3em;
    left:0.5em;
    right:-3em;
  }

  #shindan .box p{
    padding-top:5.5em;
  }

  #shindan .box .shindanimg{
    padding:1em 0;
  }

}

@media only screen and (max-width:640px) {
  #shindan {
    text-align: center;
    padding: 8vw 0;
    position:relative;
    z-index:2;
    background-image:url(../images/bg_blue_sp.webp);
    background-repeat:repeat-y;
    background-position:center top;
    background-size:100% auto;
    background-color:#4a89c9;
  }

}

/*campaign01
--------------*/
#campaign01 {
  text-align: center;
  padding: 8vw 0;
  position:relative;
  z-index:2;
  background-image:url(../images/bg_org_pc.webp);
  background-repeat:repeat-y;
  background-position:center top;
  background-size:100% auto;
  background-color:#f3982d;
}

#campaign01 .box h2{
  width:85%;
  margin:0 auto;
  line-height:0;
}

#campaign01 .box .ld{
  font-weight:900;
  font-size:clamp(.8rem, 3.5vw, 2.2rem);
  line-height:1.4;
}

#campaign01 .box .kikan{
  padding:2vw 0;
}

#campaign01 .box .ld2{
  font-weight:900;
  font-size:clamp(.65rem, 2.8vw, 1.8rem);
  line-height:1.4;
}

#campaign01 .box .txl{
  font-size:120%;
}

#campaign01 .box .txy{
  background: linear-gradient(transparent 70%, #ffff00 30%);
}

#campaign01 .box .ldatten{
  font-weight:600;
  font-size:clamp(.5rem, 2.3vw, 1.4rem);
  line-height:1.6;
  padding:2vw 0;
}

#campaign01 dl{
  display:flex;
  flex-wrap: wrap;
  padding-bottom:5vw;
}

#campaign01 dl dt{
  width:30%;
  text-align:left;
  font-size:clamp(.6rem, 2.8vw, 1.8rem);
  font-weight:900;
  text-shadow:3px 3px 0 #0071b0, -2px -2px 0 #0071b0,
              -2px 2px 0 #0071b0, 2px -2px 0 #0071b0,
              0px 2px 0 #0071b0,  0 -2px 0 #0071b0,
              -2px 0 0 #0071b0, 2px 0 0 #0071b0;
  color:#f097b2;
  padding-top:1rem;
}

#campaign01 dl dt span{
  border:3px solid #0071b0;
  border-radius:10rem;
  padding:0.2rem 1.2rem;
  box-shadow: 5px 5px 0px 0px rgba(0, 113, 176, 1);
}

#campaign01 dl dd{
  width:70%;
  text-align:left;
  font-size:clamp(.7rem, 3vw, 2rem);
  font-weight:900;
  line-height:1.4;
  padding:1rem 0;
}

#campaign01 dl dd .atten{
  font-size:clamp(.5rem, 2vw, 1.3rem);
  font-weight:600;
  padding-top:0.3rem;
}

#campaign01 dl dd.akiyaku a{
  color:#0071b0;
  display:inline-block;
  position:relative;
}

#campaign01 dl dd.akiyaku a:after{
  content:'';
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2020.9%2020.8%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20none%3B%20stroke%3A%20%230071b0%3B%20stroke-width%3A%202.3px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.6%2C13.8v4.1c0%2C1-.8%2C1.8-1.8%2C1.8H2.9c-1%2C0-1.8-.8-1.8-1.8V2.9c0-1%2C.8-1.8%2C1.8-1.8h4.1%22%2F%3E%20%3Cg%3E%20%3Cpolyline%20class%3D%22st0%22%20points%3D%2211.8%201.2%2019.7%201.2%2019.7%209.2%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2219.7%22%20y1%3D%221.2%22%20x2%3D%227.7%22%20y2%3D%2213.3%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat:no-repeat;
  background-position:center center;
  width:0.8em;
  height:0.8em;
  background-size:100% auto;
  position:absolute;
  top:50%;
  right:-1em;
  transform: translateY(-50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#campaign01 dl dd.akiyaku a:hover:after{
  right:-1.1em;
}

#campaign01 dl dd.lg{
  width:100%;
  padding:0;
}

#campaign01 dl dd.lg .prlg{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}

#campaign01 dl dd.lg .prlg li{
  width:45%;
}

#campaign01 dl dd.lg .prlg li a{
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:1;
}

#campaign01 dl dd.lg .prlg li a:hover{
  opacity:.7;
}

#campaign01 .box .bg{
  width:30%;
  max-width:300px;
  position:absolute;
  top:-5vw;
  left:-8vw;

}

#campaign01 .box .bg02{
  width:20%;
  max-width:200px;
  position:absolute;
  bottom:-10vw;
  right:-8vw;

}

@media only screen and (min-width:1000px) {
  #campaign01 {
    padding: 3em 0;
  }

  #campaign01 .box .kikan{
    padding:1em 0;
  }

  #campaign01 .box .ldatten{
    padding:1em 0;
  }

  #campaign01 .box .bg{
    top:-2em;
    left:-4em;
  }

  #campaign01 .box .bg02{
    bottom:-3em;
    right:-3em;
  }

}

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

  #campaign01 {
    text-align: center;
    padding: 8vw 0;
    position:relative;
    z-index:2;
    background-image:url(../images/bg_org_sp.webp);
    background-repeat:repeat-y;
    background-position:center top;
    background-size:100% auto;
    background-color:#f3982d;
  }

  #campaign01 dl dt{
    text-shadow:1.5px 1.5px 0 #0071b0, -1px -1px 0 #0071b0,
                -1px 1px 0 #0071b0, 1px -1px 0 #0071b0,
                0px 1px 0 #0071b0,  0 -1px 0 #0071b0,
                -1px 0 0 #0071b0, 1px 0 0 #0071b0;
    padding-top:.5rem;
  }

  #campaign01 dl dt span{
    border:1px solid #0071b0;
    border-radius:10rem;
    padding:0.1rem .5rem;
    box-shadow: 2px 2px 0px 0px rgba(0, 113, 176, 1);
  }

  #campaign01 dl dd{
    padding:.5rem 0;
  }
}


/*campaign02
--------------*/
#campaign02 {
  text-align: center;
  padding: 8vw 0;
  position:relative;
  z-index:2;
  background-image:url(../images/bg_yel_pc.webp);
  background-repeat:repeat-y;
  background-position:center top;
  background-size:100% auto;
  background-color:#fff471;
}

#campaign02.disabled:after{
  content:'';
  display:block;
  background:rgba(0,0,0, .7);
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
  margin:auto;
  z-index:10;
}

#campaign02.disabled .disablea{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  margin:auto;
  z-index:11;
  width:40%;

  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  text-align:center;
  color:#FFFFFF;
  font-size:clamp(1rem, 5vw, 3rem);
  font-weight:bold;
}

#campaign02 .box h2{
  width:80%;
  margin:0 auto;
  line-height:0;
}

#campaign02 .box .campimg{
  width:30%;
  margin:0 auto;
}

#campaign02 .box .ld{
  font-weight:900;
  font-size:clamp(1rem, 4.5vw, 3rem);
  line-height:1.4;
  padding:2vw 0;
}

#campaign02 .box a{
  width:70%;
  display:block;
  margin:0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  position:relative;
  z-index:3;
}

#campaign02 .box a:hover{
  opacity: .7;
}

#campaign02 .box .bg{
  width:50%;
  max-width:500px;
  position:absolute;
  bottom:-10.3vw;
  left:-18vw;
  z-index:2;
}


@media only screen and (min-width:1000px) {
  #campaign02 {
    padding: 3em 0;
  }

  #campaign02 .box .ld{
    padding:.3em 0;
  }

  #campaign02 .box .bg{
    bottom:-3.9em;
    left:-9em;
    z-index:2;
  }

}

@media only screen and (max-width:640px) {
  #campaign02 {
    background-image:url(../images/bg_yel_sp.webp);
    background-repeat:repeat-y;
    background-position:center top;
    background-size:100% auto;
    background-color:#fff471;
  }

}


/*pr-ft
--------------*/
#pr-ft {
  text-align: center;
  padding:8vw 0;
  position:relative;
  z-index:3;
  background-image:url(../images/bg_pnk_pc.webp);
  background-repeat:repeat-y;
  background-position:center top;
  background-size:100% auto;
}

@media only screen and (min-width:1000px) {
  #pr-ft {
    padding:2em 0;
  }
}

@media only screen and (max-width:640px) {
  #pr-ft {
    background-image:url(../images/bg_pnk_sp.webp);
    background-repeat:repeat-y;
    background-position:center top;
    background-size:100% auto;
  }
}


/*product
--------------*/
#product {
  padding:0 0 8vw;
}

#product .box h2{
  width:85%;
  margin:0 auto;
  line-height:0;
}

#product .box h3{
  width:65%;
  margin:0 auto;
  line-height:0;
  padding:2vw 0;
}

#product .box .list-colab{

}

#product .box .list-colab li{
  padding:2vw 0;
}

#product .box .sst{
  color:#bf71b0;
  font-size:clamp(.5rem, 2.8vw, 1.8rem);
  font-weight:800;
  line-height:1.2;
  position:relative;
}

#product .box .sst span{
  font-size:90%;
}

#product .box .sst:before,
#product .box .sst:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #bf71b0;
  width: 3px;
  height: 1em;
  margin: 0 0.5em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
#product .box .sst:before {
  transform: rotate(-35deg);
}
 
#product .box .sst:after {
  transform: rotate(35deg);
}

#product .box .sst2{
  color:#0071b0;
  font-size:clamp(.8rem, 4vw, 2.6rem);
  font-weight:900;
  line-height:1.4;
  position:relative;
}

#product .box .sst3{
  color:#bf71b0;
  font-size:clamp(.5rem, 2.8vw, 1.8rem);
  font-weight:800;
  line-height:1.2;
  position:relative;
  padding-bottom:.2em;
}

#product .box .ssldwp{
  width:90%;
  margin:1vw auto;
  display:flex;
  justify-content: space-around;
}
#product .box .ssld{    
  
  color:#0071b0;
  font-size:clamp(.55rem, 2vw, 1.5rem);
  font-weight:800;
  position:relative;
  border:3px solid #0071b0;
  border-radius:10rem;
  line-height:1.2;
  padding:.3rem .35rem;
  font-family: 'Noto Sans JP', sans-serif;
}




#product .box .ssld.w30{
  width:28%;
}


#product .box .ssld.w40{
  width:38%;
}


#product .box .ssld.w50{
  width:48%;
}

#product .box .ssld.w60{
  width:58%;
}

#product .box .ssld.lg{
  padding:.3rem 2rem;
  width:80%;
}

#product .box .primg{
  width:80%;
  margin:0 0 0 auto;
  line-height:0;
  padding:2vw 2vw 2vw 0;
}

#product .box h4{
  color:#0071b0;
  font-size:clamp(.6rem, 3vw, 2rem);
  font-weight:900;
  font-family: 'Noto Sans JP', sans-serif;
  line-height:1.2;
}

#product .box h4 .sub{
  font-size:90%;
}

#product .bt{
  display:flex;
  padding-top:2vw;
}

#product .bt .nlb{
  padding-right:1vw;
}

#product .bt .amz{
 padding-left:1vw;
}

#product .bt .amz .atten{
  color:#0071b0;
  font-size:clamp(.4rem, 1.9vw, 1.2rem);
  font-weight:700;
  font-family: 'Noto Sans JP', sans-serif;
  line-height:1.2;
  padding-top:.3rem;
}

#product .bt a{
  display:block;
  line-height:0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:1;
}

#product .bt a:hover{
  display:block;
  line-height:0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:.7;
}

#product #prroll{


}


#product .dg-sl-wp{
  width:100%;
  max-width:900px;
  margin:10vw auto 5vw auto;
  position:relative;
  padding:0 0 5vw 0;
  background:#FFFFFF;
  border:4px solid #0071b0;
  border-radius:3rem;
}

#product .dg-sl-wp h3{
  position:relative;
  margin-top:-7vw;
}



#product .dg-sl-wp .sst {
  display:flex;
  justify-content: center;
  align-items: center;
  padding-top:1em;

}

#product .dg-sl-wp .sst.lg {
  padding-top:0;
}


#product .dg-sl-wp .ssld{

  background:#fffaeb;
}

#product .dg-sl-wp .bt{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  padding-top:2vw;
  width:70%;
  margin:0 auto;
}

#product .dg-sl-wp .bt .nlb{
  padding-right:0;
}

#product .dg-sl-wp .bt .amz{
 padding-left:0;
 padding-top:0.5rem;
}

#product .dg-sl-wp .bt .amz .atten{
  font-size:clamp(.5rem, 2.5vw, 1.4rem);
  padding-top:.5rem;
}

#product .js-design-slider{
  width:100%;
  padding:0;
}

#product .swiper-slide{
  opacity: 0.5; 
  padding:0 5% !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#product .swiper-slide a{
  opacity:1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#product .swiper-slide a:hover{
  opacity:.7;
}

#product .swpbt.swiper-button-prev .swbt-in img{
  transform: scaleX(-1);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none;
}

#product .swiper-wrapper{

}



#product .swiper-button-next, #product .swiper-rtl .swiper-button-prev {
    right:-1.5em !important;
    left: auto;
}

#product .swiper-button-prev, #product .swiper-rtl .swiper-button-next {
    left:-1.5em !important;
    right: auto;
}
#product .swiper-slide-active{ 
  opacity:1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#product .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,55%);
    width: calc(var(--swiper-navigation-size)/ 33 * 55);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

#product .swpbt .swbt-in img{
  width:100%;
  height:auto;
}

#product .pr-shindan{
  position:relative;
}

#product .pr-shindan .cp{
  width:90%;
  margin: 0 auto;
  padding-bottom:10vw;
}

#product .pr-shindan .cpimg{
  width:85%;
  position:absolute;
  bottom:0;
  left:-25vw;
}

#product .pr-shindan .bt{
  width:55%;
  margin:0 0 0 auto;
  position:relative;
  top:-10vw;
}

#product .pr-shindan .bt.disabled{

}

#product .pr-shindan .bt.disabled img{
  opacity:.3;
}

#product .pr-shindan .bt.disabled .disablet{
  position:absolute;
  top:50%;
  left:0;
  right:0;
  transform: translateY(-50%);
  font-size:clamp(.8rem, 3vw, 2rem);
  font-weight:800;
}

#product .box .bg{
  width:30%;
  max-width:300px;
  position:absolute;
  top:-5vw;
  right:-5vw;
  z-index:2;
}




@media only screen and (min-width:1000px) {
  #product {
    padding:0 0 3em 0;
  }

  #product .box .bg{
    top:-3em;
    right:-3em;
  }

  #product .box h3{
    padding:1em 0;
  }

  #product .box .list-colab li{
    padding:1em 0;
  }

  #product .box .ssld.lg{
    width:100%;
  }

  #product .box .primg{
    padding:.5em 0;
  }

  #product .bt{
    padding-top:1em;
  }

  #product .bt .nlb{
    padding-right:.5em;
  }

  #product .bt .amz{
   padding-left:.5em;
  }

  #product .dg-sl-wp{
    margin:3em auto;
    padding:0 0 2em 0;
  }

  #product .dg-sl-wp h3{
    margin-top:-2.5em;
  }

  #product .dg-sl-wp .bt{
    padding-top:1em;
  }

  #product .pr-shindan .cp{
    padding-bottom:5em;
  }

  #product .pr-shindan .cpimg{
    left:-12em;
  }

  #product .pr-shindan .bt{
    top:-5em;
  }

  #product .box .bg{
    top:-3em;
    right:-3em;
  }

}

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

  #product .box{
    padding:2vw 3vw;
  }
  #product .box .sst:before,
  #product .box .sst:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #bf71b0;
    width: 1px;
    height: 1em;
    margin: 0 0.5em;
    margin-top: -.2em;
    vertical-align: middle;
  }

  #product .box .ssld{
    border:2px solid #0071b0;
  }

  

  #product .dg-sl-wp{
    border:2px solid #0071b0;
    border-radius:1rem;
  }

  #product .swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 33 * 30);
  }

  #product .swiper-button-next, #product .swiper-rtl .swiper-button-prev {
    right:-1em !important;
    left: auto;
  }

  #product .swiper-button-prev, #product .swiper-rtl .swiper-button-next {
      left:-1em !important;
      right: auto;
  }


  #product .swiper-slide{
    padding:0 3% !important;
  }
}

@media only screen and (max-width:360px) {
  #product .swiper-slide{
    padding:0 !important;
  }
  #product .box .ssld{
    padding:.2rem .5rem;
  }
  #product .box .ssld.lg{
    padding:.2rem 0;
    width:90%;
  }
  #product .box .ssld.w30{
    width:auto;
    padding:.2rem .5rem;
  }

  #product .box .ssld.w40{
    width:auto;
    padding:.2rem .5rem;
  }

  #product .dg-sl-wp .ssld.w40{
    width:38%;
  }
}

/*-----------------
footer
-----------------*/

footer{
  padding-top:3vw;
  text-align: center;
  position: relative;
}

footer .ftlg{
  width:40%;
  max-width:400px;
  margin:0 auto;
}

footer .ftlg a{
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:1;
}

footer .ftlg a:hover{
  opacity:.7;
}

footer .ft-sns{
  width:55%;
  max-width:550px;
  margin:0 auto;
  display:flex;
  padding:3vw 0;
}

footer .ft-sns li{
  padding:0 5vw;
}

footer .ft-sns li a{
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:1;
}

footer .ft-sns li a:hover{
  opacity:.7;
}

.copyright {
  font-size:clamp(.6rem, 2.5vw, 1rem);
  letter-spacing: 0;
  color:#0071b0;
  font-family: 'Roboto', sans-serif;

}

@media only screen and (min-width:1000px) {
  footer{
    padding-top:2em;
  }
  footer .ft-sns{
    padding:2em 0;
  }

  footer .ft-sns li{
    padding:0 2em;
  }

}



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

}

/* back to top */
#go-top {
  position: fixed;
  bottom: 3%;
  right: 10%;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#go-top .totop {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  padding: 0;
}

#go-top .totop img{
  max-width:100%;
  height:auto;
}
#go-top .totop a {
  display: block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#go-top .totop a:hover {
  opacity: 0.5;
}
@media only screen and (max-width:1380px) {
  #go-top {
    right: 1%;
    bottom: 13%;
  }
}
@media only screen and (max-width:768px) {
  #go-top {
    right: 1%;
    bottom: 5%;
  }

  #go-top .totop {
    width: 40px;

  }
}
@media only screen and (max-width:480px) {

  #go-top .totop {
    width: 40px;
  }

  #go-top {
    right: 1%;
    bottom: 5vw;
  }


}
/*------------
animetion
------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.fadeinLeft {
  opacity: 0;
  -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  transition: all 1000ms;
}
.fadeinLeft.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fadeinRight {
  opacity: 0;
  -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  transition: all 1000ms;
}
.fadeinRight.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fadeinp {
  opacity: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.21);
  -moz-transform: scale(1.1);
  transition: all 1000ms;
}
.fadeinp.scrollin {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

