@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%;
}

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% / .6);
}

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;
  top:57%;
  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 .hd-date {
  width:70%;
  max-width:700px;
  position:absolute;
  top:70%;
  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 .hd-date .datetl{
  width:80%;
  margin:0 auto;
}

header .hd-date .date li:first-child{
  border-bottom:dotted 5px #74c5be;
}


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:1590px;
    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% / .6);
  }

  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;
  }

}


/*present
--------------*/
#present {
  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;
}

#present .wrapper{
  position:relative;
}

#present h2{
  width:80%;
  max-width:800px;
  margin:0 auto;
}

#present h2 img{
  vertical-align:bottom;
}

#present .prup{
  width:70%;
  max-width:700px;
  margin:0 auto;
  padding-bottom:3vw;
}

#present .box.present01{
  margin-bottom:10vw;
}


#present .box.present01 .bg{
  width:25%;
  max-width:250px;
  position:absolute;
  top:-5vw;
  right:-10vw;
}

#present .box.present02 .kaku{
  width:60%;
  max-width:600px;
  position:absolute;
  top:-10vw;
  right:-10vw;
}

#present .box .pic{
  width:40%;
  max-width:400px;
  position:absolute;
  top:-3vw;
  left:-18vw;
}

#present .box .pr-bt{
  -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;
  width:85%;
  margin:0 auto;
  display:block;
}

#present .box .pr-bt:hover{
  opacity:.7;
}



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

  #present .prup{
    padding-bottom:2em;
  }

  #present .box.present01{
    margin-bottom:3em;
  }

  #present .box.present01 .bg{
    top:-3em;
    right:-5em;
  }

  #present .box.present02 .kaku{
    top:-5em;
    right:-5em;
  }

  #present .box .pic{
    top:-1em;
    left:-8em;
  }

}

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

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


/*howto
--------------*/
#howto {
  text-align: center;
  padding: 5vw 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:#fff471;
}

#howto .wrapper{
  position:relative;
}

#howto h2{
  width:40%;
  max-width:400px;
  margin:0 auto;
}

#howto .box{
  position:relative;
}

#howto .box .bg{
  width:30%;
  max-width:300px;
  position:absolute;
  top:-6vw;
  right:-10vw;
}

#howto .box .bg01{
  width:35%;
  max-width:350px;
  position:absolute;
  top:30%;
  left:-12vw;
}

#howto .box .bg02{
  width:20%;
  max-width:200px;
  position:absolute;
  bottom:-5vw;
  right:-5vw;
}

#howto .step{
  padding:3vw 0;
}

#howto .step li{
  padding:3vw 0;
}

#howto .step li .steptl{
  display:flex;
  align-items: center;
}

#howto .step li .steppic{
  width:20%;
}

#howto .step li .steppic img{
  vertical-align:middle;
}

#howto .step li .steptl p{
  width:80%;
  font-size:clamp(.8rem, 4vw, 2rem);
  font-weight:900;
  text-align:left;
  padding-left:1em;
  line-height:1.4;
}


#howto .step li .stepimg{
  width:80%;
  margin:0 auto;
}

#howto .step li .steplg{
  width:60%;
  margin:0 auto;
}

#howto .step li .steplink{
  width:65%;
  margin:0 auto;
  padding-top:2vw;
}

#howto .step li .steplink 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;
}

#howto .step li .steplink a:hover{
  opacity: .7;
}

#howto .step li .atten{
  text-indent:-1em;
  padding-left:1em;
  font-size:clamp(.65rem, 2.5vw, 1.4rem);
  font-weight:600;
  text-align:center;
  line-height:1.4;
  width:90%;
  margin:0 auto;
}

#howto .step li .atten .sp{
  display:none;
}

#howto .shindan{
  padding:3vw 0 5vw 0;
}

#howto .shindan .shindanbt{
  width:85%;
  margin:0 auto;
  padding-top:2vw;
}

#howto .shindan .shindanbt 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;
}

#howto .shindan .shindanbt a:hover{
  opacity: .7;
}

#howto .attention{
  margin-top:5vw;
  border-top:2px solid #FFFFFF;
  padding:5vw 0 0 0;
}

#howto .attention dl{
  color:#FFFFFF;
  width:80%;
  max-width:600px;
  margin:0 auto;
}

#howto .attention dl dt{
  font-family: 'Noto Sans JP', sans-serif;
  font-size:clamp(1.2rem, 4vw, 3rem);
  font-weight:bold;
}

#howto .attention dl dd.lead{
  font-size:clamp(1rem, 3vw, 1.6rem);
  font-weight:600;
  line-height:1.4;
  padding-bottom:2vw;
}

#howto .attention dl dd.address{
  font-size:clamp(1.1rem, 3.5vw, 2rem);
  font-weight:900;
  line-height:1.4;
  border-top:1px solid #FFFFFF;
  border-bottom:1px solid #FFFFFF;
  padding:1vw 0;
}

#howto .attention dl dd.address 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;

}

#howto .attention dl dd.address a:hover{
  color:#000000;
}

#howto .attention dl dd.atten{
  font-size:clamp(.7rem, 2vw, 1.2rem);
  font-weight:600;
  line-height:1.4;
  padding-top:2vw;
}

@media only screen and (min-width:1000px) {

  #howto {
    padding:2em 0;
  }

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

  #howto .box .bg01{
    top:30%;
    left:-5em;
  }

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

  #howto .step{
    padding:1em 0;
  }

  #howto .step li{
    padding:1em 0;
  }

  #howto .step li .steplink{
    padding-top:.5em;
  }

  #howto .shindan{
    padding:1em 0 2em 0;
  }

  #howto .shindan .shindanbt{
    padding-top:0.5em;
  }

  #howto .attention{
    margin-top:3em;
    padding:1em 0 0 0;
  }

  #howto .attention dl dd.lead{
    padding-bottom:.5em;
  }

  #howto .attention dl dd.address{
    padding:.5em 0;
  }

  #howto .attention dl dd.atten{
    padding-top:.5em;
  }
}

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

  #howto .step li .atten{
    text-align:left;
    width:73%;
  }

  #howto .step li .atten .sp{
    display:block;
  }

}



/*pr-ft
--------------*/
#pr-ft {
  text-align: center;
  padding:8vw 0 0 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:3em 0 0 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 .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%;
  }
}


/*sociallink
--------------*/
#sociallink {
  padding:3vw 0;
  background:#ffeb71;
  margin-top:5vw;
}

#sociallink dl {
  width:80%;
  max-width:800px;
  margin:0 auto;
  position:relative;
}

#sociallink dl dt{
  font-family: 'Noto Sans JP', sans-serif;
  font-size:clamp(1.2rem, 3vw, 2rem);
  font-weight:800;
}

#sociallink dl dd{
  width:80%;
  margin:0 auto;
  padding-top:3vw;
}

#sociallink dl dd ul{
  display:flex;
}

#sociallink dl dd ul li{
  padding:0 1vw;
}

#sociallink dl dd .sns-cm{
  width:30%;
  margin:0 auto;
  position:absolute;
  top:-12vw;
  left:-5vw;
}

.copy{
  font-family: 'Noto Sans JP', sans-serif;
  color:#FFFFFF;
  font-size:clamp(.8rem, 2.5vw, 1rem);
  padding:1rem 0;
}

@media only screen and (min-width:1000px) {

  #sociallink {
    padding:1em 0;
    margin-top:3em;
  }

  #sociallink dl dd{
    padding-top:1em;
  }

  #sociallink dl dd ul li{
    padding:0 .5em;
  }

  #sociallink dl dd .sns-cm{
    top:-5em;
    left:-3em;
  }
}


/*kiyaku
--------------*/
#kiyaku {
  text-align: center;
  padding: 0 0 2em 0;
  position: relative;
  background:#4479fa;
  font-family: 'Noto Sans JP', sans-serif;
}
#kiyaku h2 {
  background: #3259b8;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight:800;
  padding: 2vw 0;
  letter-spacing: 10px;
}
#kiyaku .kiyaku_wp {
  width: 90%;
  max-width: 950px;
  margin: 20px auto;
  text-align: left;
  padding: 0.5em 1.5em;
  overflow: auto;
  height: 40em;
  box-sizing: border-box;
  font-size: 0.8em;
  background:#FFFFFF;
  color:#000000;
}
#kiyaku .kiyaku_wp dt.ky_tl {
  font-size: 110%;
  font-weight: bold;
  padding-top: 1em;
}
#kiyaku .kiyaku_wp dd.ky_mn {
  border-top: 2px solid #000;
  padding: 0.5em 0;
}
#kiyaku .kiyaku_wp dd.ky_mn dl.ky_eac {}
#kiyaku .kiyaku_wp dd.ky_mn dl.ky_eac dt {
  font-weight: bold;
}
#kiyaku .kiyaku_wp dd.ky_mn dl.ky_eac dd {
  padding-bottom: 1em;
}
#kiyaku .kiyaku_wp dd.ky_mn dl.ky_eac dd:last-child {
  padding-bottom: 0;
}
#kiyaku .kiyaku_wp dd.ky_mn dl.ky_eac dd .tx_nl {
  margin: 0.5em 0;
}
#kiyaku .kiyaku_wp dd.ky_mn dl.ky_eac dd .tx_nl.tl {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 1em;
}
#kiyaku .kiyaku_wp dd.ky_mn dl.ky_eac dd .tx_sl {
  padding-left: 1em;
  font-size: 90%;
  line-height: 1.4;
}
#kiyaku .kiyaku_wp ul {}
#kiyaku .kiyaku_wp ul li, #kiyaku .kiyaku_wp ol li {
  text-indent: -1em;
  padding-left: 1em;
}
#kiyaku .kiyaku_wp dd .ky_atten {
  font-size: 90%;
}
#kiyaku .kiyaku_wp a {
  color: #1272e9;
  text-decoration: underline;
}
#kiyaku .kiyaku_wp dd p {
  text-align: left;
}
@media only screen and (max-width:768px) {
  #kiyaku {
    font-size: 80%;
  }
}
@media only screen and (max-width:480px) {
  #kiyaku h2 {
    font-size: 5vw;
  }
  #kiyaku .kiyaku_wp {
    font-size: 0.8em;
  }
}

/*-----------------
footer
-----------------*/
.copyright {
  font-size: clamp(.6rem, 2vw, 0.9rem);
  letter-spacing: 0;
  color:#FFFFFF;
}

footer .exlink{
  font-size:clamp(.7rem, 3vw, 1.6rem);
  font-weight:bold;
  line-height:1.4;
  width:80%;
  max-width:700px;
  margin:0 auto;
  color:#000000;
  background:#FFFFFF;
  border:2px solid #000000;
  border-radius:100px;
  padding:3vw 10vw;
  display:inline-block;
  -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;
}

footer .exlink:after{
  content:'';
  background-image:url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 46.53 11.53" style="enable-background:new 0 0 46.53 11.53;" xml:space="preserve"><polygon fill="%23333333" points="46.53,11.53 0,11.53 0,10.53 44.12,10.53 34.3,0.71 35,0 "/></svg>');
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position:center center;
  width:60px;
  height:30px;
  display:block;
  position:absolute;
  top:50%;
  right:5%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -ms-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;
}

footer .exlink:hover{
  background:#f097b2;
}

footer .exlink:hover:after{
 right:4%;
}

footer {
  padding:0 0 1vw 0;
  text-align: center;
  position: relative;
  background:#000000;
  font-family: 'Noto Sans JP', sans-serif;
}
footer .footer_wp {
  background: #3259b8;
  padding: 1em 0;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-bottom: 1em;
}


footer .footer_wp dd.ftml {
  padding:1vw 0;
  
}
footer .footer_wp dd.ftml 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;
  font-size:clamp(1rem, 4vw, 2.2rem);
  font-weight:600;
  font-size:clamp(1rem, 4.5vw, 2rem);
  letter-spacing:0;
  
}
footer .footer_wp dd.ftml a:hover {
  opacity: .7;
}
footer .footer_wp dd.ftml img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
footer .footer_wp dd.ftatten {
  font-size:clamp(.5rem, 1.8vw, 0.9rem);
  line-height: 1.3;
}
footer .footer_wp dd.ftatten2 {
  width: 90%;
  margin: 0 auto;
  max-width: 650px;
  font-size:clamp(.5rem, 1.8vw, 0.9rem);
  line-height: 1.3;
  padding-top: 0.5em;
}

@media only screen and (min-width:1000px) {

  footer .exlink{
    padding:2rem 5rem;
  }
}

@media only screen and (max-width:640px) {
  footer .exlink{
    border:1px solid #000000;
  }
  footer .exlink:after{
    width:7vw;
    height:5vw;
  }
}

/* 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);
}

