@charset 'UTF-8';
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    background-color: #fff;
    font-family: Noto Sans CJK JP, Noto Sans, Source Han Sans JP, Noto Sans Japanese, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, xYuGothic, Meiryo, sans-serif;
    /*font-size: 14px;*/
    line-height: 1.8;
    color: #333333;
}
body,
html {
    height: 100%
}

body {
    margin: 0
}

a{
    text-decoration: none;
}
a img:hover{
    opacity: 0.7;
    transition: 0.2s;
}
a img{
    opacity: 1;
    transition: 0.2s;
}

.pc{
    display:block;
}
.sp{
    display:none;
}
@media(max-width:750px) {
    .pc{
        display:none;
    }
    .sp{
        display:block;
    }
}


img, picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

header {
  position: fixed;
  height: 80px;
  background: #FFF;
  width: 100%;
  z-index: 99;
  top: 0;
}

.logo_kadan {
  display: block;
  width: 320px;
  position: absolute;
  top: 3px;
  left: 5px;
}

.logo_fumakilla {
  display: block;
  width: 75px;
  position: absolute;
  top: 20px;
  right: 170px;
}

.logo_fs {
  display: block;
  width: 45px;
  position: absolute;
  top: 10px;
  right: 102px;
}

@media(max-width:750px) {
  header {
    height: 50px;
  }

  .logo_kadan {
    width: 180px;
    top: 3px;
    left: 5px;
  }

  .logo_fumakilla {
    width: 45px;
    top: 13px;
    right: 110px;
  }

  .logo_fs {
    width: 30px;
    top: 5px;
    right: 65px;
  }
}

.Drawer {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 301;
}

.Drawer:before {
  background: #0B308D;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1
}

.Drawer .Drawer__Button {
  align-items: center;
  background: transparent;
  background: rgba(255, 255, 255, 0);
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 55px;
  justify-content: center;
  margin: auto;
  padding: 0;
  pointer-events: all;
  position: absolute;
  right: 8px;
  top: 0;
  transition: background .3s;
  width: 60px;
  z-index: 1
}

.Drawer .Drawer__Button:focus {
  box-shadow: none;
  outline: 0
}

.Drawer .Drawer__Button:focus:focus-visible {
  box-shadow: 0 0 0 .2rem #fff, 0 0 0 .35rem #069
}

.Drawer .Drawer__ButtonIcon {
  color: #0071bc;
  display: block;
  left: 0;
  margin: auto;
  right: 0;
  top: calc(50% - 2.5px)
}

.Drawer .Drawer__ButtonIcon,
.Drawer .Drawer__ButtonIcon:after,
.Drawer .Drawer__ButtonIcon:before {
  background-color: #FFF;
  border-radius: 0;
  height: 3px;
  position: absolute;
  transition-duration: .15s;
  transition-property: transform, color;
  transition-timing-function: ease;
  width: 38px
}

.Drawer .Drawer__ButtonIcon:after,
.Drawer .Drawer__ButtonIcon:before {
  content: "";
  display: block
}

.Drawer .Drawer__ButtonIcon:before {
  top: -14px
}

.Drawer .Drawer__ButtonIcon:after {
  bottom: -14px
}

.Drawer .Drawer__ButtonIcon {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.Drawer .Drawer__ButtonIcon:before {
  transition: top .1s ease-in .2s, opacity .1s ease-in
}

.Drawer .Drawer__ButtonIcon:after {
  transition: bottom .1s ease-in .2s, transform .2s cubic-bezier(.55, .055, .675, .19)
}

.Drawer__Button[aria-expanded=true] .Drawer__ButtonIcon {
  color: #0071bc;
  transform: rotate(225deg) translateZ(0);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.Drawer__Button[aria-expanded=true] .Drawer__ButtonIcon:before {
  opacity: 0;
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s
}

.Drawer__Button[aria-expanded=true] .Drawer__ButtonIcon:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.Drawer .Drawer__Button:before {
  background: url(../img/common/bg_01.svg) 0 0/100% 100%;
  content: "";
  display: block;
  height: 12px;
  left: -10px;
  margin: auto;
  position: absolute;
  right: -10px;
  top: 55px;
  width: 56px
}

.Drawer .Drawer__Panel {
  bottom: 0;
  display: none;
  justify-content: flex-end;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  right: 0;
  top: 0
}

.-ready.Drawer .Drawer__Panel {
  display: flex
}

.-panelOpen.Drawer .Drawer__Panel {
  pointer-events: all
}

.Drawer .Drawer__PanelInner {
  background: #0B308D;
  bottom: 0;
  box-sizing: border-box;
  max-width: 500px;
  overflow: auto;
  padding: 100px 0 60px 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform .4s;
  width: 100%
}

.-panelOpen.Drawer .Drawer__PanelInner {
  transform: translateX(0)
}

.Drawer .Drawer__Nav {
  color: #bdccd4;
  /*font-family: "Academy Engraved LET Plain:1.0";*/
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  list-style: none;
  margin: 20px 0 40px 0;
  display: inline-block;
  padding: 0
}

.Drawer h5 {
  border-bottom: 2px solid #FFF;
  color: #FFF;
  font-size: 24px;
  letter-spacing: 0.05em;
  width: 90%;
  margin: 0 auto 10px;
  padding-bottom: 10px;
}

.Drawer .Drawer__Nav li {
  align-items: center;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}

.Drawer .Drawer__Nav li.special_page {
  font-size: 20px;
}

.Drawer__Nav span {
  font-size: 0.7em;
}

.Drawer .Drawer__Nav a {
  align-items: center;
  color: #FFF;
  display: inherit;
  text-decoration: none
}

.Drawer .Drawer__NavItemLabelSub {
  align-self: flex-end;
  font-family: xYuMincho, "Noto Serif JP", HiraMinProN-W3, Hiragino Mincho Pro, HG豁｣讌ｷ譖ｸ菴�-PRO, �､�ｦ荳ｭ讌ｷ譖ｸ菴�, �ｭ�ｳ 譏取悃, MS Mincho, serif;
  font-size: 14px;
  margin-left: 6px;
  position: relative;
  top: -.3em
}

@media(max-width:750px) {
  .Drawer:before {
    height: 50px;
    right: 0px;
    top: 0;
    width: 50px;
  }

  .Drawer .Drawer__Button {
    right: -5px;
    top: -12px;
    transform: scale(.6)
  }

  .Drawer .Drawer__Button:before {
    height: 16.8px;
    top: 55px;
    right: 0;
    width: 78.4px
  }

  .Drawer .Drawer__PanelInner {
    background: #0B308D;
    max-width: 420px;
    padding: 68px 0 30px 0px;
    width: 100%;
  }

  .Drawer h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .Drawer .Drawer__Nav {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .Drawer .Drawer__Nav li {
    margin-bottom: 20px;
  }

  .Drawer .Drawer__Nav li.special_page {
    font-size: 14px;
  }

  .Drawer .Drawer__Nav li:nth-child(n+2) {
    margin-top: 20px
  }

  .Drawer .Drawer__Nav a:before,
  .Drawer .Drawer__Nav li:before {
    height: 19.84px;
    top: calc(50% - 9.92px);
    width: 43.4px
  }

  .Drawer .Drawer__NavItemLabelSub {
    font-size: 10px
  }
}









.top_bnr_wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .top_bnr_wrap {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
  }
}

.top_bnr_wrap li {
  list-style: none;
  width: calc((100% - 20px) / 3)
}

@media screen and (max-width: 750px) {
  .top_bnr_wrap li {
    width: 70%;
    margin: 0 auto 10px;
  }

  .top_bnr_wrap li:last-child {
    margin-bottom: 0;
  }
}

.top_bnr_wrap li img {
  width: 100%;
}


.BackToTop {
  /*margin: 40px 0 0;*/
  position: relative;
  z-index: 0;
}

.BackToTop .BackToTop__Button {
  background: url(../img/common/icon_pagetop.svg) 0 0/100% 100%;
  border: 0;
  bottom: 10px;
  cursor: pointer;
  height: 70px;
  position: absolute;
  right: 20px;
  transition: opacity .3s;
  width: 84px;
  z-index: 300
}

@media screen and (max-width: 750px) {
  .BackToTop .BackToTop__Button {
    height: 50px;
    right: 0;
  }
}

.-hidden.BackToTop .BackToTop__Button {
  opacity: 0;
  pointer-events: none
}

.-sticky.BackToTop .BackToTop__Button {
  position: fixed
}

.PageFooter {
  background: #0B308D;
  color: #FFF;
  padding: 32px 20px
}

.PageFooter .PageFooter__Copyright,
.PageFooter .PageFooter__LegalText {
  font-size: 12px;
  margin: 4px 0;
  text-align: center
}


.mainlogo img {
  width: 100%;
}


.cont_bn {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .cont_bn {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}

.cont_bn_flex {
  width: 48%;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .cont_bn_flex {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.cont_bn_flex img {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .cont_bn_flex img {
    width: 100%;
  }
}

.sns_box {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #f0f0f0;
  padding: 10px 0;
}

.sns_box .sns_boxs {
  display: flex;
  justify-content: center;
}

.sns_box .sns_boxs a {
  display: block;
  width: 3%;
  flex-shrink: 0;
  margin: 0 1%;
}

@media screen and (max-width: 750px) {
  .sns_box .sns_boxs a {
    width: 10%;
    margin: 0 3%;
  }
}

.btm_bnr_wrap {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .btm_bnr_wrap {
    margin-top: 0;
  }

  .btm_bnr_wrap img {
    width: 90%;
    margin: 0 auto;
  }
}


.clear {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

/*-- PC迚郁｡ｨ遉ｺCSS  --*/
.pc_area {
  display: block;
}

.sp_area {
  display: none;
}


/*-- SP迚郁｡ｨ遉ｺCSS  --*/
@media screen and (max-width: 768px) {
  .pc_area {
    display: none;
  }

  .sp_area {
    display: block;
  }
}