@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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-noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.font-noto-serif {
  font-family: "Noto Serif JP", serif;
}
.font-mplus-rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.font-zenmaru{
  font-family: "Zen Maru Gothic", sans-serif;
}
html, body {
  height: 100%;
  font-size:62.5%;
}
*, *::after, *::before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
body {
  color: #000000;
  background: #FFFFFF;
  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;
  overflow:hidden;
  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: 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(113, 145, 180, 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;
}






/*-------------------
animation
-------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: scale(.8,.8);
  }
  to {
    opacity: 1;
    transform: scale(1,1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: scale(.8,.8);
  }
  to {
    opacity: 1;
    transform: scale(1,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);
  }
}


.CopyClickboard {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width:500px;
    padding: 2em 1em;
    transform:translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    border: 3px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    -moz-transition: opacity .8s;
    transition: opacity .8s;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.CopyClickboard__num {
    margin: 0 10px;
    font-size:80%;
}


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

.hf.disable .disablea{
  position:absolute;
  left:50%;
  top:50%;
  margin:0 auto;
  z-index:11;
  width:60%;

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

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

/*-------------------
header
-------------------*/
header {
  width: 100%;
  position: relative;
  text-align:center;
  background-image: linear-gradient(90deg, rgba(231,225,211,0) 0%, rgba(231,225,211,0.7) 100%),url("../images/head_bg_pc.webp");
  background-repeat:repeat, repeat, no-repeat;
  background-position:center bottom;
  background-size:100% auto;
  background-blend-mode:screen;
  z-index:0;
}

header:before{
  content:'';
  background: inherit;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

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


header .head_lg{
  width:25%;
  max-width:250px;
  margin:0 auto;
  text-align:left;
  position:absolute;
  top:3vw;
  left:3vw;
  animation: fadeInBottom 1s;
  animation-delay: 1.8s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeInBottom 1s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: backwards;
}

header .head_lg img{
  width:100%;
  height:auto;
}


header .head_lg 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;
}

header .head_lg a:hover{
  opacity: .7;
}

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

header .mainhead h1 {
  animation: fadeInUp .8s;
  animation-delay: 2.3s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeInUp .8s;
  -webkit-animation-delay: 2.3s;
  -webkit-animation-fill-mode: backwards;
  margin: 0 auto;
  width:95%;
  max-width:750px;
  position:absolute;
  top:5vw;
  left:0;
  right:0;
}


header .head-date{
  background:#7191b4;
}

header .head-date .head-date-main {
  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;
  padding:3vw 0;
  width:90%;
  max-width:800px;
  margin:0 auto;
}


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:1200px) {
  header {
    background-position:center center;
  }

  header .head_lg{
    top:2em;
    left:2em;
  }

  header .mainhead h1 {
    top:5em;
    left:0;
    right:0;
  }

  header .mainhead .cp {
    padding:2em 0;
  }

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

  header .head-date ul li{
    padding:1em 2em;
    width:350px;
  }

  header .head-hit{
    padding-top:6em;
    margin-top:6em;
  }

  header .head-hit .hit-ld{
    top:-3em;
  }
}

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

  header .mainhead{
    padding-top:1100px;
  }


}

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

  header {
    background:none;
  }

  header .mainhead{
    background:url(../images/head_bg_sp.webp);
    background-size:100% auto;
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:calc(100% / .73);
  }



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

  header .head-date ul{
    border-top:1px solid #2f4494;
    border-bottom:1px solid #2f4494;
  }

  header .head-date ul li{
    border-left:1px solid #2f4494;
  }

  header .head-date ul li:last-child{
    border-right:1px solid #2f4494;
  }
  
}


#obbutton{
  bottom:100px;
  display: none;

}

#obbutton .cpbt{
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}


#obbutton.fixed{
  position:fixed;
  z-index:15;
  bottom:0;
  left:0;
  right:0;
  background:none;
}

#obbutton .cpbt a {
  overflow:hidden;
  padding: 0;
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}

#obbutton .cpbt a:hover {
  
}

#obbutton .cpbt a img{
    vertical-align:bottom;
    -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;
  transform: scale(1,1);
  opacity: .9;
  }

  #obbutton .cpbt a img:hover{
   opacity: 1;
  transform: scale(1.1,1.1);
  }

@media only screen and (max-width:640px) {
  #obbutton .cpbt{
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    width:100%;

  }

  #obbutton .cpbt a img {
    transform: none;
    opacity:1;

  }

  #obbutton .cpbt a img:hover {
    opacity: .8;
    transform: none;
  }



}


/*present
--------------*/
#present{
  background:url(../images/present_bg_pc.webp);
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position:left top;
  text-align:center;
  position:relative;
  padding:5vw 0;
}

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

#present .primg{
  width:90%;
  max-width:800px;
  margin:0 auto;
  padding:3vw 0;
}

#present .atten{
  color:#4e7abc;
  font-size:clamp(.6rem, 2vw, 1.4rem);
  font-weight:600;
}

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

  #present .primg{
    padding:2em 0;
  }
}

@media only screen and (max-width:640px) {
  #present{
    background:url(../images/present_bg_sp.webp);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
  }

}

/*howto
--------------*/
#howto {
  text-align: center;
  padding: 0;
  font-family: 'Kosugi Maru', sans-serif;
  color: #FFFFFF;
  background:url(../images/howto_bg_pc.webp);
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position:center top;
  position:relative;

}
@media only screen and (max-width:640px) {
  #howto {
    background:url(../images/howto_bg_sp.webp);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    position:relative;

  }
}

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


#howto h2:after{
  content:'';
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2086.6%2075%22%20style%3D%22enable-background%3Anew%200%200%2086.6%2075%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%237191b4%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2243.3%2C75%2086.6%2C0%200%2C0%20%22%2F%3E%3C%2Fsvg%3E');
  background-size:5% 100%;
  background-position:center top;
  background-repeat:no-repeat;
  height:5vw;
  width:100%;
  position:absolute;
  bottom:-4vw;
  left:0;
  right:0;
}

#howto h2 {
  margin: 0 auto;
  background-color:#7191b4;
  background-image:url(../images/bg_h2_pc.webp);
  repeat:no-repeat;
  background-position:center center;
  background-size:100% auto;
  position: relative;
  padding:3vw 0 1vw 0;
  z-index:2;
}

#howto h2 img{
  width:70%;
  max-width:650px;
  margin:0 auto;
}



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

  #howto h2 {
    padding:2em 0 1em 0;
  }
  #howto h2:after{
    height:3em;
    bottom:-2em;
  }
}


@media only screen and (max-width:640px) {
  #howto h2 {
    background-image:url(../images/bg_h2_sp.webp);
    repeat:no-repeat;
    background-position:center center;
    background-size:cover;
  }

}

#howto .htbx-w{
    max-width:1300px;
    margin:0 auto;
    padding-top:5vw;
}

@media only screen and (min-width:1300px) {
  #howto .htbx-w{
    display:flex;
    justify-content: center;
    padding-top:3em;
  }
}

#howto .htbx-grn{
  margin: 3vw auto 0 auto;
  position: relative;
  padding:0 0 10vw 0;
}
@media only screen and (min-width:1300px) {
  #howto .htbx-grn{
    margin: 0 auto;
    width:50%;
    padding:0 0 10em 0;
  }
}





#howto .htbx-blu{
  margin: 0 auto;
  position: relative;
  padding:15vw 0 20vw 0;
}

@media only screen and (min-width:1300px) {
  #howto .htbx-blu{
    padding:0 0 3em 0;
    margin: 0 auto;
    width:50%;
  }
}

#howto .htbx-blu:before{
  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%2085.9010571%2044.2026367%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%237191b4%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M.0006665%2C23.6015625C-.0999195%2C9.3007812%2C11.2008618%2C1.4003906%2C23.001643%2C1.4003906s22.4013672%2C7.2001953%2C22.4013672%2C21.3012695c0%2C14.6005859-10.7001953%2C21.5009766-23.0009766%2C21.5009766C10.5006665%2C44.2026367.1002759%2C37.4023438.0006665%2C23.6015625ZM14.4010571%2C21.4013672c0%2C10.5004883%2C3.3007812%2C18.2011719%2C9.1005859%2C18.2011719%2C5.7001953%2C0%2C7.6005859-6.5004883%2C7.5009766-15.5009766-.1005859-9.7006836-2.9003906-18.1010742-8.6005859-18.1010742-4.4003906%2C0-8.0009766%2C4.5004883-8.0009766%2C15.4008789Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M56.899104%2C16.3012695c0-4.0004883%2C0-5.2006836-1.9003906-6.4003906l-1.3994141-.9003906c-.7001953-.6000977-.7001953-2.3999023%2C0-3%2C4.5996094-1.300293%2C11.5-4.0004883%2C14.6005859-6.0004883.7998047%2C0%2C1.4003906.300293%2C1.7998047.9003906-.1992188%2C2-.3994141%2C3.3999023-.3994141%2C4.2998047%2C0%2C.7001953.2001953%2C1.0004883%2C1%2C1.2001953%2C2.7001953-1.7001953%2C5.6005859-5%2C9.8007812-5%2C2.7001953%2C0%2C5.5%2C2.1000977%2C5.5%2C5.9003906%2C0%2C4.6000977-3.2001953%2C6.5-6.4003906%2C6.5-1.4003906%2C0-2.6005859-.5996094-3.9003906-1.7998047-2.2998047-1.9003906-3.2001953-2-3.7998047-2-1.4003906%2C0-1.9003906%2C2.199707-1.9003906%2C6v15.2011719c0%2C7.0004883.4003906%2C7.800293%2C3.7001953%2C8.1005859l3.2001953.2998047c.7998047.6000977.7998047%2C2.9003906-.0996094%2C3.5-4.8007812-.199707-8.8007812-.2998047-13.5009766-.2998047-4.1005859%2C0-8.5009766.1000977-11.8007812.2998047-.9003906-.5996094-.9003906-2.8999023-.1005859-3.5l1.9003906-.2001953c3.2998047-.2998047%2C3.7001953-1.199707%2C3.7001953-8.2001953v-14.9008789Z%22%2F%3E%3C%2Fsvg%3E');
  width:10vw;
  height:10vw;
  margin: 0 auto;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:100% auto;
  position:absolute;
  top:3vw;
  left:0;
  right:0;
}

@media only screen and (min-width:1300px) {
  #howto .htbx-blu:before{
    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%2085.9010571%2044.2026367%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%237191b4%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M.0006665%2C23.6015625C-.0999195%2C9.3007812%2C11.2008618%2C1.4003906%2C23.001643%2C1.4003906s22.4013672%2C7.2001953%2C22.4013672%2C21.3012695c0%2C14.6005859-10.7001953%2C21.5009766-23.0009766%2C21.5009766C10.5006665%2C44.2026367.1002759%2C37.4023438.0006665%2C23.6015625ZM14.4010571%2C21.4013672c0%2C10.5004883%2C3.3007812%2C18.2011719%2C9.1005859%2C18.2011719%2C5.7001953%2C0%2C7.6005859-6.5004883%2C7.5009766-15.5009766-.1005859-9.7006836-2.9003906-18.1010742-8.6005859-18.1010742-4.4003906%2C0-8.0009766%2C4.5004883-8.0009766%2C15.4008789Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M56.899104%2C16.3012695c0-4.0004883%2C0-5.2006836-1.9003906-6.4003906l-1.3994141-.9003906c-.7001953-.6000977-.7001953-2.3999023%2C0-3%2C4.5996094-1.300293%2C11.5-4.0004883%2C14.6005859-6.0004883.7998047%2C0%2C1.4003906.300293%2C1.7998047.9003906-.1992188%2C2-.3994141%2C3.3999023-.3994141%2C4.2998047%2C0%2C.7001953.2001953%2C1.0004883%2C1%2C1.2001953%2C2.7001953-1.7001953%2C5.6005859-5%2C9.8007812-5%2C2.7001953%2C0%2C5.5%2C2.1000977%2C5.5%2C5.9003906%2C0%2C4.6000977-3.2001953%2C6.5-6.4003906%2C6.5-1.4003906%2C0-2.6005859-.5996094-3.9003906-1.7998047-2.2998047-1.9003906-3.2001953-2-3.7998047-2-1.4003906%2C0-1.9003906%2C2.199707-1.9003906%2C6v15.2011719c0%2C7.0004883.4003906%2C7.800293%2C3.7001953%2C8.1005859l3.2001953.2998047c.7998047.6000977.7998047%2C2.9003906-.0996094%2C3.5-4.8007812-.199707-8.8007812-.2998047-13.5009766-.2998047-4.1005859%2C0-8.5009766.1000977-11.8007812.2998047-.9003906-.5996094-.9003906-2.8999023-.1005859-3.5l1.9003906-.2001953c3.2998047-.2998047%2C3.7001953-1.199707%2C3.7001953-8.2001953v-14.9008789Z%22%2F%3E%3C%2Fsvg%3E');
    width:4em;
    height:4em;
    margin: 0 auto;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% auto;
    position:absolute;
    top:30%;
    left:-5%;
    right:auto;
  }
}




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


.htbx.line.disable{
  position:relative;
}

.htbx.line.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;
}

.htbx.line.disable .disablea{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  margin:auto;
  z-index:100;
  width:60%;
  display:flex;
  align-items: center;
    justify-content: center;
    align-content: center;
}

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

#howto .htbx.ist {

}


.htbx.web.disable{
  position:relative;
}

.htbx.web.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;
}

.htbx.web.disable .disablea{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  margin:auto;
  z-index:100;
  width:60%;
  display:flex;
  align-items: center;
    justify-content: center;
    align-content: center;
}

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


.htbx.line .preopen{
  position:relative;
}

.htbx.line .preopen .soon{
  position:absolute;
  top:50%;
  left:0;
  right:0;
  color:#000000;
  z-index:3;
  font-size:clamp(1.5rem, 3vw, 3rem);
  font-weight:900;
}

.htbx.line .preopen:after{
  content:'';
  display:block;
  background:rgba(255,255,255, 0.8);
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
  margin:auto;
  z-index:1;
}

.htbx.web .preopen{
  position:relative;
}

.htbx.web .preopen .soon{
  position:absolute;
  top:50%;
  left:0;
  right:0;
  color:#000000;
  z-index:3;
  font-size:clamp(1.5rem, 3vw, 3rem);
  font-weight:900;
}

.htbx.web .preopen:after{
  content:'';
  display:block;
  background:rgba(255,255,255, 0.8);
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
  margin:auto;
  z-index:1;
}


#howto .htbx .linebox {
  padding:0;
  position:relative;
  background:url(../images/howto_cbg_pc.webp) repeat-y center top;
  background-size:100% auto;
  position:relative;
}

#howto .htbx .linebox::after{
  content:'';
  width:100%;
  height:15vw;
  background:url(../images/howto_bg_bottom_pc.webp) no-repeat center top;
  background-size:100% auto;
  position:absolute;
  bottom:-15vw;
  left:0;
  right:0;
}



#howto .htbx .webbox {
  padding:0;
  position:relative;
  background:url(../images/howto_cbg_pc.webp) repeat-y center top;
  background-size:100% auto;
  position:relative;
}

#howto .htbx .webbox::after{
  content:'';
  width:100%;
  height:15vw;
  background:url(../images/howto_bg_bottom_pc.webp) no-repeat center top;
  background-size:100% auto;
  position:absolute;
  bottom:-15vw;
  left:0;
  right:0;
}



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

@media only screen and (min-width:1300px) {
  #howto .htstep {
    padding: 0 10% 0 10%;
  }
}

#howto .htstep li.st1 {
  margin:0 auto;
  width: 100%;
  vertical-align:bottom;
  position: relative;
  padding-top:10%;
}


#howto .line .htstep li:after {
  content:'';
  display:block;
  background:url(../images/howto_line_arrow.webp) no-repeat center center;
  background-size:50px auto;
  width:100%;
  height:120px;
}

#howto .web .htstep li:after {
  content:'';
  display:block;
  background:url(../images/howto_wb_arrow.webp) no-repeat center center;
  background-size:50px auto;
  width:100%;
  height:120px;
}

#howto .htstep li:last-of-type:after {
  content:none;
}

#howto .htstep li p {
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 2px;
}

#howto br.sp{
  display:none;
}
#howto .htfpc {
  display: block;
}
#howto .htfsp {
  display: none;
}
#howto .htbutton {
  vertical-align: middle;
  padding-top: 5%;
}

#howto .htbutton.hush {
  padding-top: 0;
}

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


#howto .htbx.ist .htbutton li button {
  font-size: 0.7em;
  font-weight: bold;
  background: #ff96d2;
  color: #fff;
  border: 2px solid #ff6ebf;
  padding: 0.3em 1em;
  border-radius: 5px;
  margin-bottom: 10px;
  -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;
  cursor: pointer;
}
#howto .htbx.ist .htbutton li button:hover {
  background: #6ebeff;
}
#howto .htbttl {
  line-height:1;
}
#howto .htbttl img {
  max-width: 478px;
  margin: 0 auto;
  width: 70%;
  height: auto;
}

#howto .htbx.ist .htbutton #cplnd{
  display:none;
}

#howto .htbx.ist .htbutton #cplndbt{
  width:80%;
  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;
  cursor: pointer;
  opacity:1;
  position:relative;
}

#howto .htbx.ist .htbutton #cplndbt .cplndbt_over{
  position:absolute;
  top:0;
  left:0;
  right:0;
}

#howto .htbx.ist .htbutton #cplndbt:hover{
  opacity:.6;
}

#howto .htbx.ist .htbutton #cplndbt img{
  width:100%;
  max-width:591px;
  height:auto;
}

#howto .CopyClickboard {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width:500px;
    padding: 2em 1em;
    transform:translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    border: 3px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    -moz-transition: opacity .8s;
    transition: opacity .8s;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#howto .CopyClickboard__num {
    margin: 0 10px;
    font-size:80%;
}

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

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


#howto .htstep li p.atten {
  font-size: 90%;
  color:#000000;
  font-weight:normal;
}



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


  #howto .htbutton{
    width:90%;
    margin:0 auto;
  }

}



@media only screen and (max-width:750px) {
  #howto .tw .htstep li:after {
    background-size:8% auto;
    width:100%;
    height:0;
    padding-top:20%;
  }

  #howto .ist .htstep li:after {
    background-size:8% auto;
    width:100%;
    height:0;
    padding-top:20%;
  }
}

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

  #howto .line .htstep li:after {
    content:'';
    display:block;
    background:url(../images/howto_line_arrow.webp) no-repeat center center;
    background-size:30px auto;
    width:100%;
    height:80px;
  }

  #howto .web .htstep li:after {
    content:'';
    display:block;
    background:url(../images/howto_wb_arrow.webp) no-repeat center center;
    background-size:30px auto;
    width:100%;
    height:80px;
  }
  #howto .htstep li:last-of-type:after {
    content:none;
  }
}

.howtocom{
  text-align:center;
  width:90%;
  margin:0 auto;
  padding:0;
  font-family: 'Kosugi Maru', sans-serif;
}


.howtocom .howcmw{

  padding:1em 2em 2em 2em;
  font-size:1.2em;
  color:#e53675;
  font-weight:500;
  max-width:800px;
  margin:0 auto 200px auto;
}

.howtocom .howcmw h2{
  font-size:120%;
  padding-bottom:0.5em;
}

.howtocom .howcmw .cracount{
  color:#000000;
  border-top:1px solid #605d5c;
  border-bottom:1px solid #605d5c;
  line-height:1;
  padding-top:0.5em;
  text-align:left;
  margin:1em auto 0.5em auto;
}

.howtocom .howcmw .cracount dl{
  padding-bottom:0.3em;
  padding-left:0.5em;
  display:flex;
  align-items: center;
}

.howtocom .howcmw .cracount dl dt img{
  max-width:100%;
  height:auto;
}

.howtocom .howcmw .cracount dl dt,.howtocom .howcmw .cracount dl dd{

}

.howtocom .howcmw .cracount dl dt{
  margin-right:1em;
  min-width:65px;
}

.howtocom .howcmw .cracount dl dd{
  padding: 0 0.3em;
  background: linear-gradient(transparent 50%, #f7ebeb 0%);
  font-family: 'arial', sans-serif;
  font-size:110%;
  letter-spacing:1px;
  margin:0 0.5em;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.howtocom .howcmw .cracount dl dd:hover{
  background: #f7ebeb;
}

.howtocom .howcmw .cracount dl dd a{
  color:#000;
}




.howtocom .hcmatten{
  padding:0 0.5em;
  font-size:0.7em;
  color:#605d5c;
  text-align:left;
}


@media only screen and (max-width:830px) {
  .howtocom .howcmw{
    padding:1em 2em 2em 2em;
    font-size:3vw;
    margin:0 auto 20% auto;
  }

  .howtocom .howcmw .cracount dl dt{
    min-width:auto;
    width:40px;
  }
}

@media only screen and (max-width:600px) {
  .howtocom .howcmw{
      padding:1em 0 2em 0;
      font-size:3.5vw;
      margin:0 auto 15% auto;
  }
  .howtocom .howcmw .cracount dl dd{
      font-size:3.3vw;
  }
}

@media only screen and (max-width:450px) {
  .howtocom .howcmw .cracount dl dt{
    width:30px;
  }
}

/*products
--------------*/

#products{
  background:url(../images/present_bg_pc.webp);
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position:center bottom;
  text-align:center;
  position:relative;
  padding:0 0 5vw 0;
}

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

#products h2:after{
  content:'';
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2086.6%2075%22%20style%3D%22enable-background%3Anew%200%200%2086.6%2075%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%237191b4%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2243.3%2C75%2086.6%2C0%200%2C0%20%22%2F%3E%3C%2Fsvg%3E');
  background-size:auto 100%;
  background-position:center top;
  background-repeat:no-repeat;
  height:5vw;
  width:100%;
  position:absolute;
  bottom:-4vw;
  left:0;
  right:0;
  z-index:-1;
}


#products h2 {
  margin: 0 auto;
  position: relative;
  padding:5vw 5%;
  z-index:2;
  background-color:#7191b4;
  background-image:url(../images/bg_h2_pc.webp);
  repeat:no-repeat;
  background-position:center center;
  background-size:100% auto;
}

#products h2 img{
  max-width:650px;
  width:95%;
  margin:0 auto;
}

#products .productsimg{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}


#products .prbutton {
  margin: 0 auto;
  position: relative;
  padding:5vw 0 3vw 0;
  width:60%;
  max-width:500px;
}

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



#products .cm_list {
  padding-top:2em;
}
#products .cm_list h3 {
  padding-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size:clamp(1.5rem, 3vw, 3rem);
  line-height:1.4;
  color:#4f4f4f;
  font-weight:800;
}
#products .cm_list li {
  padding: 40px 0 0 0;
}

#products .cm_list .cm-tss{
  padding:5vw 0;
  width:55%;
  max-width:480px;
  margin:0 auto;
}
.contens_video {
  width: 80%;
  margin: 0 auto;
  max-width: 900px;
  position:relative;
}

.contens_video:before {
  content:'';
  display:block;
  position:absolute;
  top:-10px;
  right:-10px;
   border-top: 50px solid #7191b4;
  border-left: 50px solid transparent;

  border-right: 50px solid #7191b4;
  border-bottom: 50px solid transparent;
}

.contens_video:after {
  content:'';
  display:block;
  position:absolute;
  bottom:-10px;
  left:-10px;
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #7191b4;
  border-left: 50px solid #7191b4;

  border-right: 50px solid transparent;
  border-bottom: 50px solid #7191b4;

  border-top: 50px solid transparent;
  border-left: 50px solid #7191b4;
  z-index:-1;
}
.contens_video .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  height: 0;
}


.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.value-popcont {
  position: relative;
  margin: 0 auto;
  font-size: 1em;
  background: #efefef;
  width: 70%;
  padding: 2em 3em;
  border-radius: 5px;
}

#products .sns_list{
  padding:10vw 0 2vw 0;
  margin:5% auto 0 auto;
  max-width:970px;
  width:90%;
  background:#6a90b3;
  position:relative;
  border-radius:3rem;
}


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

#products .sns_list dt{
  position:absolute;
  top:-8%;
  left:0;
  right:0;
  width:70%;
  margin:0 auto;
}


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

#products .sns_list dd.comment{
  padding-top:2vw;
  width:40%;
  margin:0 auto;
}

#products .pr-din .sns_list dd.sl{
  text-align:center;
    width:100%;
    margin:0 auto;
}

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

#products .sns_list dd ul li{
padding:0 5%;
}


#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:1300px) {
  #products {
    padding: 0 0 3em 0 ;
  }

  #products h2 {
    padding:1em 5% 3em 5%;
  }

  #products h2:after{
    height:5em;
    bottom:-3em;
  }

  #products h3{
    width:85%;
    margin:0 auto;
  }
  #products .prbutton {
    padding:2em 0 2em 0;
  }

  #products .cm_list .cm-tss{
    padding:2em 0 3em 0;
  }
  #products .sns_list{
    width:85%;
    margin:3em auto 0 auto;
  }

  #products .proimg{
    width:85%;
    height:auto;
    margin:0 auto;
  }

  #products .prcp {

    margin:0 auto;
    /*  background:rgba(24,133,215,.3);
    padding:1em 2em;*/
  }
  #products .stry{
    width:90%;
    margin:0 auto;
  }

  


}




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

  #products{
    background:url(../images/present_bg_sp.webp);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center bottom;
  }

  #products h2 {
    background-image:url(../images/bg_h2_sp.webp);
    repeat:no-repeat;
    background-position:center center;
    background-size:cover;
  }

  #products .sns_list{
    margin:10% auto 0 auto;
    padding:10% 0 1vw 0;
  }

  #products .sns_list dd.comment{
    width:40%;
    margin:0 auto;
    padding-top:1vw;
  }

  .contens_video:before {
    content:'';
    display:block;
    position:absolute;
    top:-8px;
    right:-8px;
     border-top: 30px solid #7191b4;
    border-left: 30px solid transparent;

    border-right: 30px solid #7191b4;
    border-bottom: 30px solid transparent;
  }

  .contens_video:after {
    content:'';
    display:block;
    position:absolute;
    bottom:-8px;
    left:-8px;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #7191b4;
    border-left: 30px solid #7191b4;

    border-right: 30px solid transparent;
    border-bottom: 30px solid #7191b4;

    border-top: 30px solid transparent;
    border-left: 30px solid #7191b4;
    z-index:-1;
  }

  #products .sns_list{
    border-radius:1.5rem;
  }

  #products .prbutton {
    padding:5% 0 5% 0;
  }
}


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



  #products .prol-atten{
    padding:0;
  }

  .contens_video:before {
    content:'';
    display:block;
    position:absolute;
    top:-5px;
    right:-5px;
     border-top: 20px solid #7191b4;
    border-left: 20px solid transparent;

    border-right: 20px solid #7191b4;
    border-bottom: 20px solid transparent;
  }

  .contens_video:after {
    content:'';
    display:block;
    position:absolute;
    bottom:-5px;
    left:-5px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #7191b4;
    border-left: 20px solid #7191b4;

    border-right: 20px solid transparent;
    border-bottom: 20px solid #7191b4;

    border-top: 20px solid transparent;
    border-left: 20px solid #7191b4;
    z-index:-1;
  }



  #products .cm_list{
    padding-top:0.5em;
  }


  
}



/*kiyaku
--------------*/
#kiyaku {
  text-align: center;
  padding: 0 0 2em 0;
  position: relative;
  background:#c7d4e1;
}
#kiyaku h2 {
  background: #7191b4;
  color: #FFFFFF;
  font-size: 2.2em;
  padding: 0.3em 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 10px;
  font-weight: 700;
}
#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: clamp(1.2rem, 2vw, 1.4rem);
  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;
}

@media only screen and (max-width:480px) {
  #kiyaku h2 {
    font-size: 5vw;
  }
}
/*-----------------
footer
-----------------*/
.copyright {
  font-size:clamp(1rem, 2vw, 1.6rem);
  letter-spacing: 0;
  background:#FFFFFF;
  color:#000000;
  padding:1vw 0 25vw 0;
}
footer {
  padding:0;
  text-align: center;
  position: relative;
  background:#7191b4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight:500;
}
footer .footer_wp {
  background: #7191b4;
  padding: 1em;
  font-size:clamp(1.3rem, 2vw, 1.8rem);
  color: #FFFFFF;
  letter-spacing: 1px;
}
footer .footer_wp dt {
  font-size: 110%;
  font-weight: bold;
}
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(2.2rem, 3vw, 4rem);
  line-height:1.4;
  font-weight:600;
}
footer .footer_wp dd.ftml a:hover {
  color:#2f4494;
}

footer .footer_wp dd.ftatten {
  font-size: 90%;
  line-height: 1.3;
  padding-top: 0.5em;
}
footer .footer_wp dd.ftatten2 {
  margin: 0 auto;
  font-size: 80%;
  line-height: 1.3;
  padding-top: 0.5em;
}
/* back to top */
#go-top {
  position: fixed;
  bottom: 10%;
  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: 70px;
  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 screen and (min-width:1300px) {
  .copyright {
    padding:1em 0 11em 0;
  }
}

@media only screen and (max-width:1380px) {
  #go-top {
    right: 1%;
    bottom: 13%;
  }
}
@media only screen and (max-width:640px) {

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

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

  }

}
@media only screen and (max-width:480px) {
  footer .footer_wp {
    letter-spacing: 0;
  }

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

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


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