@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=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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-mplus {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.font-noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.font-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.font-kosugi {
  font-family: 'Kosugi Maru', sans-serif;
}
html, body {
  height: 100%;
}
*, *::after, *::before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
body {
  color: #000000;
  background: url(../images/bg_pc.webp) repeat left top;
  background-size:50% auto;
  font-family: "Noto Sans JP", "游ゴシック", 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;
  letter-spacing: 0.05rem;
  text-align: center;
}
main {
  display: block;
  width:100%;
}

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

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


@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  .inner {
    width: 80%;
  }
}
@media only screen and (max-width:750px) {
  .inner {
    width: 90%;
  }
  body {
    font-size: 1.35rem;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.wrap {
  background-color: rgba(255, 241, 0, 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;
}

h2{
  width:45%;
  max-width:400px;
  margin:0 auto;
}

/*-------------------
header
-------------------*/
header {
  width: 100%;
  position: relative;
}



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

header .head-ld{
  width:20%;
  max-width:300px;
  margin:0 auto;
  padding:1vw 0;
}

header .head-ld img{
  vertical-align:middle;
}

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

header .mainhead-in{
  width:70%;
  margin:0 auto;
  position:absolute;
  top:30vw;
  right:0;
  left:0;
}

header .mainhead-in .bg01{
  width:40%;
  margin:0 auto;
  position:absolute;
  top:-15vw;
  right:-9vw;
  z-index:4;
  animation: fadeInBottom .8s;
  animation-delay: 2s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeInBottom .8s;
  -webkit-animation-delay: 2s;
  -webkit-animation-fill-mode: backwards;
}

header .mainhead-in .bg02{
  width:130%;
  margin:0 auto;
  position:absolute;
  bottom:-5vw;
  right:0;
  left:-10%;
  z-index:4;
  animation: fadeInTop .8s;
  animation-delay: 2s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeInTop .8s;
  -webkit-animation-delay: 2s;
  -webkit-animation-fill-mode: backwards;
}

header h1 {
  position:relative;
   animation: fadeInHk 1s;
  animation-delay: 2.5s;
  animation-fill-mode: backwards;
  animation-timing-function:cubic-bezier(.15,1.04,.62,1.25);
  -webkit-animation: fadeInHk 1s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-timing-function:cubic-bezier(.15,1.04,.62,1.25);
  margin:0 auto;
  text-align: center;
  z-index:5;
}

header .head-date{
  margin: 0 auto;
  width: 100%;
  position: relative;
  background:#000000;
  padding:3vw;
  line-height:1;
}

header .head-date img{
  vertical-align:middle;
  
}

header .head-date-img dt{
  z-index:3;
  width:40%;
  max-width:400px;
  margin:0 auto;
  text-align:center;
  padding-bottom:1vw;
}

header .head-date-img dd{
  z-index:3;
  width:90%;
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

header .head_date img {
  height: auto;
  margin: 0 auto;
  
}


header .head-date-img.disable .disablea{
  position:absolute;
  left:50%;
  top:50%;
  z-index:11;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
  font-weight:900;
  color:#FFFFFF;
  font-size:clamp(1rem, 4vw, 2rem);
}

header .head-date-img.disable img{
  opacity:.3;
}

@media only screen and (min-width:1000px) {
  header .mainhead{
    padding-top:1300px;
  }
  header .mainhead-in{
    top:330px;
  }

  header .mainhead-in .bg01{
    top:-170px;
    right:-90px;
  }

  header .mainhead-in .bg02{
    bottom:-50px;
    left:-90px;
  }

  header .head-date{
    padding:2em;
  }

  header .head-date-img dt{
    padding-bottom:.5em;
  }
}


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


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

  header .mainhead-in{
    width:80%;
    margin:0 auto;
    position:absolute;
    top:34vw;
    right:0;
    left:0;
  }

  header .mainhead-in .bg01{
    width:35%;
    margin:0 auto;
    position:absolute;
    top:-15vw;
    right:-7vw;
    z-index:4;
  }

  header .mainhead-in .bg02{
    width:120%;
    margin:0 auto;
    position:absolute;
    bottom:-5vw;
    right:0;
    left:-8%;
    z-index:4;
  }

  



}





/*-------------------
animation
-------------------*/
@keyframes fadeInHk {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  65% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
  20%,100% {
    opacity: 1;
  }
}
@-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);
  }
}



/*present
--------------*/
#present {
  text-align: center;
  padding:5vw 0;
  position:relative;
  z-index:2;
}

#present .pr-lead{
  width:70%;
  margin:0 auto;
  padding:1vw 0;
}

#present .pr-list{
  width:90%;
  margin:0 auto;
}

#present .pr-list li{
  padding:1vw 0;
}



#present .primg.disable{
  position:relative;
}

#present .primg.disable img{
  opacity:.2;
}

#present .primg.disable .disablea{
  position:absolute;
  left:50%;
  top:50%;
  margin:auto;
  z-index:11;
  width:90%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight:800;
  color:#FFFFFF;
  font-size:clamp(1.4rem, 5vw, 4rem);
}

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

 #present {
    padding:3em 0;
  }

  #present .pr-lead{
    padding:1em 0;
  }

  #present .pr-list li{
    padding:1em 0;
  }

}

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


}

/*howto
--------------*/
#howto {
  text-align: center;
  padding:5vw 0 0 0;
  position:relative;
  z-index:2;
  background:#f39800;
}



#howto .htbx-x.disable .disablea img{
  max-width:100%;
  height:auto;
}


#howto .htbx {
  width: 80%;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  padding: 0 1% 0 1%;
}


#howto .htbx.x.disable{
  position:relative;
}

#present .htbx.x.disable:after{
  content:'';
  display:block;
  background:rgba(0,0,0, .7);
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
  margin:auto;
  border-radius:20px;
}


#howto .htbx.x.disable .disablea{
  position:absolute;
  left:50%;
  top:50%;
  margin:auto;
  z-index:11;
  width:90%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight:800;
  color:#FFFFFF;
  font-size:clamp(1.4rem, 5vw, 4rem);
}

#howto .htbx.x.disable .disablea img{
  max-width:100%;
  height:auto;
}


#howto .xbox .htstep {
  vertical-align: middle;
  padding: 0;
}

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

#howto .xbox .htstep li.st2{
  padding:3vw 0 5vw 0;
}


#howto .htbt {
  vertical-align: middle;
  width:70%;
  margin:0 auto;
  padding-top:1vw;
}


#howto .htimg {
  width:70%;
  margin:0 auto;
  padding:0;
}


#howto .htbt 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 .htbt a:hover {
  opacity: .7;
}




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

 #howto {
    padding:3em 0 0 0;
  }

  #howto .xbox .htstep li{
    padding:2em 0;
  }

  #howto .xbox .htstep li.st2{
    padding:2em 0 3em 0;
  }


  #howto .htbt {
    vertical-align: middle;
    width:70%;
    margin:0 auto;
    padding-top:1em;
  }

}


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


}




#howto .noteice{
  background:#000000;
  color:#FFFFFF;
  width:100%;
}

#howto .noteice dl{
  width:90%;
  margin:0 auto;
  padding:3vw 0 5vw 0;
}

#howto .noteice dl dt{
  font-size:clamp(1.2rem, 5vw, 2.5rem);
  font-weight:bold;
  color:#fff000;
}

#howto .noteice dl dd.lead{
  font-size:clamp(.8rem, 3vw, 1.8rem);
  font-weight:bold;
  line-height:1.4;
  color:#fff000;
}

#howto .noteice dl dd.act{
  font-size:clamp(1.2rem, 4vw, 2.5rem);
  font-weight:bold;
  line-height:2;
}

#howto .noteice dl dd.act a{
  color:#fff000;
  -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 .noteice dl dd.act a:hover{
  color:#000000;
  background:#fff000;
}

#howto .noteice dl dd.atten{
  font-size:clamp(.6rem, 2vw, 1.4rem);
  padding-top:1em;
  line-height:1.4;
}


#howto br.sp{
    display:none;
  }




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



}

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


}



@media only screen and (max-width:640px) {
  #howto br.sp{
    display:block;
  }

}

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

}




/*products
--------------*/
#products {
  text-align: center;
  padding: 5vw 0 ;
  position: relative;
  margin:0 auto;
}

#products img{
  max-width:100%;
  height:auto;
}



#products .pr-img{
  width:80%;
  margin:0 auto;
  padding-top:2vw;
}

#products .pr-bt{
  width:80%;
  max-width:600px;
  margin:0 auto;
  padding:2vw 0;
}

#products .pr-bt.lst{
  width:80%;
  margin:0 auto;
  padding:1vw 0 5vw 0;
}

#products .pr-bt 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;
}

#products .pr-bt a:hover{
  opacity:.7;
}

#products .pr-point{
  width:85%;
  margin:0 auto;
  padding:2vw 0;

}

#products .pr-point li{
  padding:1vw 0;

}

#products .pr-ld{
  width:85%;
  margin:0 auto;
  padding-top:2vw;

}

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

  #products {
    padding: 3em 0 2em 0 ;
  }

  #products .pr-img{
    padding-top:1em;
  }

  #products .pr-bt{
    padding:1em 0;
  }

  #products .pr-bt.lst{
    padding:1em 0 3em 0;
  }
}


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

}



#products .prinfo {
  margin: 0 auto;
  position: relative;
  background:#000000;
  width:100%;
  padding:10vw 0 5vw 0;
}



#products .sns_list{
  padding:2vw 0 2vw 0;
  margin:0 auto;
  width:90%;
  position:relative;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  border-bottom:1px solid #FFFFFF;

}


#products .sns_list img{
  max-width:100%;
  height:auto;
}

#products .sns_list dt{
  display:flex;
  align-items:center;
  position:absolute;
  top:-8.3vw;
  left:0;
  right:0;
}

#products .sns_list dt img{

}

#products .sns_list dt:before,
#products .sns_list dt:after{
  content:'';
  height:1px;
  flex-grow:1;
  background-color:#FFFFFF;
  width:10%;
}

#products .sns_list dt:before{
  margin-right:1rem;
}

#products .sns_list dt:after{
  margin-left:1rem;
}


#products .sns_list dd.sl{
  text-align:center;
    width:90%;
    margin:0 auto;
    padding:3vw 0;
}

#products .sns_list dd.comment{
  padding-top:2vw;
}


#products .sns_list dd ul{
  text-align:center;
   display: -webkit-flex;
    display: flex;
   justify-content: center;
}

#products .sns_list dd ul li{
padding:0 5%;
width:calc(100% / 4);
}


#products .sns_list dd ul li a{
transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  opacity:1;
}

#products .sns_list dd ul li a:hover{
  opacity:.6;
}

#products .stry{
  padding-top:5%;
}

#products .stry a{
  display:inline-block;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  opacity:1;
}

#products .stry a:hover{
  opacity:.6;
}



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

  #products .prinfo {
    padding:6em 0 2em 0;
  }

  #products .sns_list{
    padding:1em 0 1em 0;
  }

  #products .sns_list dt{
    top:-3.68em;
  }

  #products .sns_list dd.comment{
    padding-top:1em;
  }

  #products .sns_list dd.sl{
    padding:2em 0;
  }


  


}






@media only screen and (max-width:640px) {
  #products .sns_list dt{
    display:flex;
    align-items:center;
    position:absolute;
    top:-7.7vw;
    left:0;
    right:0;
  }
  

}





/*kiyaku
--------------*/
#kiyaku {
  text-align: center;
  padding: 0;
  position: relative;
}

#kiyaku a{
  display:inline;
}

#kiyaku h2 {

  color: #FFFFFF;
  font-size:clamp(1.6rem, 5vw, 3rem);
  padding: 0.3em 0;
  font-family: 'Kosugi Maru', sans-serif;
  letter-spacing: 10px;
  font-weight: normal;
}

#kiyaku h3 {
  font-size:clamp(1rem, 4vw, 1.4rem);
  padding-top:1em;
  text-align:center;
  line-height:1.4;
}

#kiyaku .kiyaku_wp {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 20px auto;
  text-align: left;
  padding: 0.5em 1.5em;
  overflow: auto;
  height: 40em;
  box-sizing: border-box;
  font-size:clamp(.8rem, 2vw, 1.1rem);
  background:#FFFFFF;
}
#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;
}

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

footer .exlink{
  font-size:clamp(.8rem, 2.5vw, 1.6rem);
  line-height:1.4;
  width:90%;
  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:#ceb2b5;
}

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

footer {
  padding:0 0 3vw 0;
  text-align: center;
  position: relative;
  background:#000000;
}
footer .footer_wp {
  padding: 1em 3%;
  font-size: 0.8em;
  color: #000000;
  letter-spacing: 1px;
  margin-bottom: 1em;
  background:#f39800;
}
footer .footer_wp dt {
  font-size: 110%;
  font-weight: bold;
}
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);
  color:#000000;
  font-weight:600;
  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(.6rem, 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:1em 0;
  }

  footer {
    padding:0 0 2em 0;
  }

}



@media only screen and (max-width:480px) {
  footer .exlink:after{
    width:20px;
    height:30px;
  }
  footer .footer_wp dd.ftatten {
    letter-spacing:0;
  }

  footer .footer_wp dd.ftatten2 {
    width: 100%;
    text-align:center;
    letter-spacing:0;
  }
}

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

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

.brc {
  display: block;
}
@media only screen and (max-width:750px) {
  .brc {
    display: none;
  }
}