address,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}select{margin:0}body,html{height:100%}abbr,acronym{border:0 none}q:after,q:before{content:''}ol,ul{list-style:none}img{vertical-align:bottom;border:0 none}object{outline:0}table{max-width:100%;border-spacing:0}* html table{border-collapse:collapse}caption{text-align:left}hr{display:none}fieldset{border:0 none}label{cursor:default}iframe{overflow:auto;border:0 none}area{outline:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;font-style:normal}abbr,acronym,address,blockquote,caption,cite,code,dfn,div,dl,kbd,ol,p,pre,q,samp,th,ul,var{font-weight:400;font-style:normal}em,strong{font-weight:700;font-style:normal}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;margin:0;padding:0}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #333;
  background: #fff
}

body {
  -webkit-text-size-adjust: 100%
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .25)
}

a:link,
a:visited {
  text-decoration: none;
  color: #67779f
}

a:active,
a:hover {
  text-decoration: none;
  color: #65a6ff
}

img {
  vertical-align: bottom
}

/********************
header
********************/
.header {
  box-sizing: border-box;
  width: 100%;
  height: 59px;
  padding-top: 15px;
  border-bottom: 1px solid silver;
  background-color: #fff;
}

.header .inner {
  width: 1100px;
  margin: auto;
}

.header .logo {
  width: 103px;
}

@media only screen and (max-width:1100px) {
  .header {
    height: auto;
    padding: 15px 0;
    border-bottom: 2px solid silver;
  }

  .header .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }

  .header .logo {
    width: 136px;
  }
}

/********************
container
********************/
#tmp_container {
  position: relative;
  background-color: #fff;
}

#tmp_container #tmp_container_inner {
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width:1023px) {
  #tmp_container #tmp_container_inner {
    width: 100%;
    padding-bottom: 0;
  }
}

/********************
footer
********************/
footer {
  background-color: #000;
}

.copy {
  font-size: 14px;
  line-height: 70px;
  padding-bottom: 100px;
  text-align: center;
  color: #fff
}

@media only screen and (max-width:1023px) {
  .copy {
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
    max-width: 750px;
    margin: auto;
    padding: 15px 0 100px
  }
}

.overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.gmenu {
  position: fixed;
  z-index: 10001;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 640px;
  margin: auto;
  padding: 0 20px 20px;
  border-radius: 30px 30px 0 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.gmenu li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: block;
  padding: 15px 16px;
  transition: all .25s ease, background-color .25s ease, opacity .25s ease, top .25s ease;
  color: #333;
  border-bottom: 1px solid #b2b2b2;
  font-optical-sizing: auto
}

.gmenu li a .arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  transition: all .25s ease, background-color .25s ease, opacity .25s ease, top .25s ease
}

.gmenu li a:hover {
  padding-left: 30px
}

.gmenu li a:hover .arrow {
  transform: scale(1.4)
}

.gmenu .is-sp {
  display: none
}

.gmenu .btns {
  display: flex;
  display: flex;
  padding-top: 20px;
  gap: 15px
}

.gmenu .btn {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  display: flex;
  display: flex;
  visibility: visible;
  height: 60px;
  cursor: pointer;
  transition: all .25s ease, background-color .25s ease, opacity .25s ease, top .25s ease;
  text-align: center;
  opacity: 1;
  color: #fff;
  border-radius: 8px;
  font-optical-sizing: auto;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  -ms-filter: none;
  filter: none
}

.gmenu .btn:hover {
  transform: scale(1.03);
  text-decoration: none;
  filter: brightness(1.1)
}

.gmenu .btn1 {
  width: 335px;
  background-image: linear-gradient(0, #f100aa 0, #f0f 100%)
}

.gmenu .btn2 {
  width: 174px;
  background-image: linear-gradient(0, #1482c8 0, #0ff 100%)
}

.gmenu .btn3 {
  font-size: 15px;
  line-height: 1;
  width: 60px;
  cursor: pointer;
  background: #333
}

.gmenu .btn3 img {
  display: block;
  width: 28px;
  height: 18px;
  margin: 0 auto 7px
}

.gmenu .btn3 .close {
  position: relative;
  display: inline-block;
  display: block !important;
  width: 18px;
  width: 90px;
  height: 18px;
  margin: 0 auto 7px
}

.gmenu .btn3 .close::after,
.gmenu .btn3 .close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  content: '';
  transform-origin: center;
  background-color: #fff
}

.gmenu .btn3 .close::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.gmenu .btn3 .close::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

@media only screen and (max-width:1000px) {
  .gmenu {
    zoom: .5;
    width: 690px;
    padding: 0 40px 40px
  }

  .gmenu li a {
    font-size: 32px;
    line-height: 1.5;
    padding: 42px 16px
  }

  html.is-ios .gmenu li a,
  html.is-ios .gmenu .btn {
    font-family: "LINESeedJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 12px !important;
  }

  .gmenu li a .arrow {
    position: absolute
  }

  .gmenu .is-sp {
    display: block
  }

  .gmenu .btns {
    padding-top: 40px;
    gap: 30px
  }

  .gmenu .btn {
    font-size: 26px;
    height: 90px
  }

  .gmenu .btn1 {
    width: 290px
  }

  .gmenu .btn2 {
    width: 165px
  }

  .gmenu .btn3 {
    font-size: 22px;
    width: 90px
  }

  .gmenu .btn3 img {
    width: 40px;
    height: 24px;
    margin-bottom: 12px
  }

  .gmenu .btn3 .close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px
  }

  .gmenu .btn3 .close::after,
  .gmenu .btn3 .close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    content: '';
    transform-origin: center;
    background-color: #fff
  }

  .gmenu .btn3 .close::before {
    transform: translate(-50%, -50%) rotate(45deg)
  }

  .gmenu .btn3 .close::after {
    transform: translate(-50%, -50%) rotate(-45deg)
  }
}

.js-overlay {
  display: none
}

.js-gmenu .is-menu {
  overflow: hidden;
  max-height: 0;
  transition: opacity .3s ease;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0
}

.js-gmenu.is-open .is-menu {
  position: relative;
  max-height: 1000px;
  padding-top: 20px;
  transform: scaleY(1);
  opacity: 1;
  -ms-filter: none;
  filter: none
}

@media only screen and (max-width:1000px) {
  .js-gmenu.is-open .is-menu {
    margin-bottom: 50px
  }
}

.js-gmenu_btn .is-close {
  display: none
}

.js-gmenu_btn.is-open .is-mokuji {
  display: none
}

.js-gmenu_btn.is-open .is-close {
  display: block
}

.totop {
  position: fixed;
  z-index: 1000;
  right: calc((100vw - 1200px)/ 2);
  bottom: 24px;
  display: flex;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  width: 57px;
  height: 57px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .15);
  -o-box-align: center;
  align-items: center;
  -webkit-justify-content: center
}

.totop:hover {
  opacity: .6
}

.totop.is-show {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none
}

.totop img {
  width: 16px;
  height: 9px
}

.totop::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all .25s ease, background-color .25s ease, opacity .25s ease, top .25s ease;
  opacity: 0;
  background: 0 0;
  ointer-events: none
}

.totop:hover::before {
  opacity: .6;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0))
}

@media only screen and (max-width:1100px) {
  .totop {
    position: fixed;
    right: 12px;
    bottom: 98px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .6)
  }

  .totop img {
    width: 12px;
    height: 7px
  }
}