/*---------------------------
共通CSS
-----------------------------*/
.mw1000{
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  transition: .5s;
  opacity: 1;
  cursor: pointer;
}
.btn:hover {
  transition: .5s;
  opacity: .7;
}
.txt-red {
  color: #C11920;
}
.kakko{
	text-indent: -0.5em;
	display: inline-block;
}

header{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  z-index: 9999;
  transition: .5s;
  background: rgba(122,123,120,.7);
}
/* header.active{
  background: rgba(122,123,120,.7);
  transition: .5s;
} */
header .header_conte{
  width: 1346px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_conte .header_logo{
  width: 138px;
}
header .header_conte .header_wrap_01 .link_lists_01{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
header .header_conte .header_wrap_01 .link_lists_01 .link_list{
  position: relative;
  font-size: 13px;
  letter-spacing: -0.02em;
  margin-right: 1.2em;
  color: #FFF;
}
header .header_conte .header_wrap_01 .link_lists_01 .link_list a{
  position: relative;
}
header .header_conte .header_wrap_01 .link_lists_01 .link_list .new{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -120%);
  background: #9E8C73;
  font-size: 12px;
  padding: 0.05em 0.7em;
  text-align: center;
  letter-spacing: 0.1em;
  display: inline-block;
}
header .header_conte .header_wrap_01 .link_lists_01 .link_list.comming{
  /* color: #B5B5B6; */
  /* color: #dbdbdb; */
  color: #FFF;
  opacity: .5;
}
header .header_conte .header_wrap_01 .link_lists_01 .link_list:last-child{
  margin-right: 0;
}
header .header_conte .header_wrap_02 .link_lists_02{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header_conte .header_wrap_02 .link_lists_02 .link_list{
  font-size: 14px;
  margin-right: 1em;
  color: #FFF;
}
header .header_conte .header_wrap_02 .link_lists_02 .link_list:nth-child(3){
  background: #7A7B78;
  border: 0.5px solid #FFF;
  margin-right: .5em ;
}
header .header_conte .header_wrap_02 .link_lists_02 .link_list:nth-child(4){
  background: #9E8C73;
  border: 0.5px solid #FFF;
  margin-right: 0;
}
header .header_conte .header_wrap_02 .link_lists_02 .link_list:nth-child(3) a,
header .header_conte .header_wrap_02 .link_lists_02 .link_list:nth-child(4) a{
  display: block;
  padding: .6em 1.6em;
}

footer{
  padding-top: 140px;
  padding-bottom: 140px;
  background: #FFF;
}
footer .footer_conte{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
footer .footer_conte .footer_ttl{
  font-size: 26px;
  font-weight: 300;
  margin-right: 110px;
  letter-spacing: 0.2em;
}
footer .footer_conte .footer_wrap{
  padding-left: 110px;
  border-left: .5px solid #7A7B78;
}
footer .footer_conte .footer_wrap .footer_txt{
  font-size: 18px;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
footer .footer_conte .footer_wrap .footer_num{
  font-size: 56px;
  letter-spacing: 0.08em;
  line-height: 1;
}
footer .footer_conte .footer_wrap .footer_note{
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 2em;
}
footer .footer_conte .footer_wrap .footer_logo{
  width: 100%;
  display: block;
  margin-top: 63px;
}
footer .footer_conte .footer_wrap .footer_logo_01{
  width: 350px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 29px;
  border-bottom: .5px solid #7A7B78;
}
footer .footer_conte .footer_wrap .footer_logo_02{
  width: 328px;
  margin-top: 29px;
  margin-left: 0;
  margin-right: auto;
}

#mv{
  position: relative;
}
#mv .mv_note{
  position: absolute;
  bottom: 3em;
  right: 2em;
  font-size: 12px;
  color: #FFF;
}
#mv .mv_note.black{
  color: #000;
}

#head{
  position: relative;
}
#head::before{
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-99%);
  width: 100%;
  height: 34px;
  content: "";
  background: url(../../common/images/head_before.png);
  background-size: 100% 100%;
  z-index: 50;
}
.scroll{
  width: 200px;
  font-size: 16px;
  position: relative;
  margin-top: 2em;
  padding-right: 0em;
  color: #595757;
  display: block;
  margin-left: auto;
  margin-right: 0;
  letter-spacing: 0.15em;
}
.scroll::after{
  content: "";
  background: url(../../top/images/support_icon.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 49%;
  right: 0;
  transform: translateY(-50%);
}

.goto_top{
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  transform: rotate(-90deg);
  opacity: 0;
  transition: .8s;
}
.goto_top.active{
  opacity: 1;
  transition: .8s;
}

footer .attention{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #231815;
  text-align: center;
  border: 1px solid #7A7B78;
  outline-offset: 2px;
  padding: 0 0 1.5em;
  margin-bottom: 70px;
}
footer .attention .ttl{
  background: #7A7B78;
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 18px;
  padding: .5em 0;
  margin-bottom: 1.2em;
}
footer .attention .head{
  font-size: 16px;
}
footer .attention .txt{
  font-size: 16px;
  background: #FFF;
  color: gray;
  padding-left: 1em;
  padding: .8em 1em;
}
footer .attention .txt a{
  text-decoration: underline;
  color: #044e9c;
}

@media(max-width:1400px){
  header{
    padding-top: 1.42vw;
    padding-bottom: 0.71vw;
  }
  header .header_conte{
    width: 96.14vw;
  }
  header .header_conte .header_logo{
    width: 9.85vw;
  }
  header .header_conte .header_wrap_01 .link_lists_01 .link_list{
    font-size: 0.9285714285714286vw;
  }
  header .header_conte .header_wrap_01 .link_lists_01 .link_list .new{
    font-size: 0.85vw;
  }
  header .header_conte .header_wrap_02 .link_lists_02 .link_list{
    font-size: 1vw;
  }
  
  footer{
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  footer .footer_conte{
    width: 67.85vw;
  }
  footer .footer_conte .footer_ttl{
    font-size: 1.85vw;
    margin-right: 7.85vw;
  }
  footer .footer_conte .footer_wrap{
    padding-left: 7.85vw;
  }
  footer .footer_conte .footer_wrap .footer_txt{
    font-size: 1.28vw;
  }
  footer .footer_conte .footer_wrap .footer_num{
    font-size: 4vw;
  }
  footer .footer_conte .footer_wrap .footer_note{
    font-size: 1.07vw;
  }
  footer .footer_conte .footer_wrap .footer_logo{
    margin-top: 4.5vw;
  }
  footer .footer_conte .footer_wrap .footer_logo_01{
    width: 25vw;
    padding-bottom: 2.07vw;
  }
  footer .footer_conte .footer_wrap .footer_logo_02{
    width: 23.42vw;
    margin-top: 2.07vw;
  }

  #head::before{
    height: 2.42vw;
  }

  .scroll{
    width: 14.28vw;
    font-size: 1.14vw;
  }
  .scroll::after{
    width: 1.14vw;
    height: 1.14vw;
  }

  .goto_top{
    width: 3.57vw;
    bottom: 1.42vw;
    right: 1.42vw;
  }

  footer .attention{
    width: 67.85vw;
    margin-bottom: 5vw;
  }
  footer .attention .ttl{
    font-size: 1.28vw;
  }
  footer .attention .head{
    font-size: 1.14vw;
  }
  footer .attention .txt{
    font-size: 1.14vw;
  }
}

@media(max-width:750px){
  header{
    padding-top: 0;
    padding-bottom: 0;
  }
  header .header_conte{
    width: 100%;
  }
  header .header_conte .header_logo{
    width: 30vw;
    margin-left: 0;
  }
  header .header_conte .header_open{
    width: 12vw;
    height: 6.53vw;
    background: url(../images/header_menu_open_sp.png);
    background-size: 100% 100%;
    margin-right: 4vw;
  }
  header .header_menu{
    display: none;
    text-align: center;
  }
  header.show-menu{
    background: rgba(242,239,238,.9);
    /* max-height: 100vh; */
    max-height: 100dvh;
    overflow-y: auto;
  }
  header.show-menu .header_menu{
    display: block;
    transition: .5s;
  }
  header.show-menu .header_conte .header_open{
    width: 8vw;
    height: 8vw;
    margin-right: 4vw;
    background: url(../images/header_menu_close_sp.png);
    background-size: 100% 100%;
  }
  header .header_menu .menu_lists{
    width: 81.33vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12.53vw;
    margin-bottom: 12.53vw;
  }
  header .header_menu .menu_lists .menu_list{
    font-size: 4.66vw;
    padding-top: 6.13vw;
    padding-bottom: 6.13vw;
    border-bottom: .5px solid #231815;
    position: relative;
  }
  header .header_menu .menu_lists .menu_list.comming{
    color: #B5B5B6;
  }
  header .header_menu .menu_lists .menu_list .arrow_btn{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10.93vw;
  }
  header .header_menu .menu_lists .menu_list .new{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    background: #9E8C73;
    font-size: 3vw;
    padding: 0.25em 0.8em;
    color: #FFF;
  }
  header .header_menu .menu_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #A7B2AD;
  }
  header .header_menu .menu_wrap .wrap_txt{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 3.33vw;
    letter-spacing: 0.1em;
    width: 33.333333333333336%;
    border-right: .5px solid #FFF;
  }
  header .header_menu .menu_wrap .wrap_txt:last-child{
    border-right: none;
  }
  header .header_menu .menu_lists .menu_list:first-child{
    border-top: .5px solid #231815;
  }
  header .header_menu .menu_btn_wrap{
    font-size: 4vw;
    color: #FFF;
  }
  header .header_menu .menu_btn_wrap .btn_txt{
    letter-spacing: 0.22em;
    border-top: .5px solid #FFF;
  }
  header .header_menu .menu_btn_wrap .btn_txt a{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: block;
  }
  header .header_menu .menu_btn_wrap .btn_txt:nth-child(1){
    background: #7A7B78;
  }
  header .header_menu .menu_btn_wrap .btn_txt:nth-child(2){
    background: #9E8C73;
  }


  footer{
    padding-top: 12vw;
    padding-bottom: 15.73vw;
  }
  footer .footer_conte{
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  footer .footer_conte .footer_ttl{
    display: inline-block;
    font-size: 4.5vw;
    margin-right: 0;
    padding-bottom: 2em;
    margin-bottom: 3em;
    border-bottom: 1px solid #231815;
    letter-spacing: 0.3em;
  }
  footer .footer_conte .footer_wrap{
    padding-left: 0;
    border-left: none;
  }
  footer .footer_conte .footer_wrap .footer_txt{
    font-size: 3.5vw;
    line-height: 1.8;
  }
  footer .footer_conte .footer_wrap .footer_num{
    font-size: 9.16vw;
  }
  footer .footer_conte .footer_wrap .footer_note{
    font-size: 2.9vw;
  }
  footer .footer_conte .footer_wrap .footer_logo{
    margin-top: 12.53vw;
    margin-left: 0;
    margin-right: auto;
    justify-content: space-between;
  }
  footer .footer_conte .footer_wrap .footer_logo_01{
    width: 70.66vw;
    padding-bottom: 6.33vw;
  }
  footer .footer_conte .footer_wrap .footer_logo_02{
    width: 67.06vw;
    margin-top: 6.33vw;
  }

  #mv .mv_note{
    font-size: 3vw;
    bottom: 2.2em;
    right: 1.2em;
  }

  #head::before{
    height: 7.53vw;
  }

  .scroll{
    width: 36vw;
    font-size: 3vw;
    margin-top: 2em;
    margin-right: 3em;
  }
  .scroll::after{
    width: 3vw;
    height: 3vw;
  }

  .goto_top{
    width: 13.57vw;
    bottom: 16vw;
    right: 2.71vw;
  }

  .float_lists{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 9998;
  }
  .float_lists li{
    position: relative;
    width: 25%;
    border-right: .5px solid #FFF;
    text-align: center;
    font-size: 3.2vw;
    letter-spacing: 0.08em;
    color: #FFF;
    padding: 2em 0 .6em;
    background: #7A7B78;
  }
  .float_lists li:last-child{
    background: #9E8C73;
  }

  .float_lists li:nth-child(1)::before{
    content: "";
    width: 4vw;
    height: 4vw;
    background: url(../images/glnav_icon3.png);
    background-size: 100% 100%;
    position: absolute;
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .float_lists li:nth-child(2)::before{
    content: "";
    width: 3.4vw;
    height: 4vw;
    background: url(../images/glnav_icon1.png);
    background-size: 100% 100%;
    position: absolute;
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .float_lists li:nth-child(3)::before{
    content: "";
    width: 4.2vw;
    height: 4.2vw;
    background: url(../images/glnav_icon5.png);
    background-size: 100% 100%;
    position: absolute;
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .float_lists li:nth-child(4)::before{
    content: "";
    width: 5vw;
    height: 5vw;
    background: url(../images/glnav_icon4.png);
    background-size: 100% 100%;
    position: absolute;
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .float_lists li:last-child{
    border-right: none;
  }

  footer .attention{
    width: 90vw;
    margin-bottom: 20vw;
  }
  footer .attention .ttl{
    font-size: 4.5vw;
  }
  footer .attention .head{
    font-size: 3.5vw;
  }
  footer .attention .txt{
    font-size: 3.5vw;
  }
} 

/*---------------------------
アニメーション用CSS
-----------------------------*/
.left.fadein-before {
  opacity: 0;
  transform:translateX(-100px);
  transition:opacity 1s,transform 1s;
}
.right.fadein-before {
  opacity: 0;
  transform:translateX(100px);
  transition:opacity 1s,transform 1s;
}
.fadein-after {
  opacity: 1 !important;
  transform: translate(0) !important;
}

.animate,
.animate2,
.animate3 {
	opacity: 1;
	transition-property: opacity,transform;
	transition-duration:1s;
	transition-timing-function:ease-in-out;
	transform: translateY(0);
}
.animate_ex{
  opacity: 1;
	transition-property: opacity,transform;
	transition-duration:1s;
	transition-timing-function:ease-in-out;
	transform: translateX(-50%) translateY(0) !important;
}
.animate.deactive,
.animate2.deactive,
.animate3.deactive {
	opacity: 0;
	transition: 0s;
	transform: translateY(20px);
}
.animate_ex.deactive{
  opacity: 0;
	transition: 0s;
	transform: translateX(-50%) translateY(20px) !important;
}
.fade__Up {
  opacity: 0;
  transform: translate(0%, 70px);
  transition: all 0.15s ease-out;
}

.fade__left {
  opacity: 0;
  transform: translate(-70px, 0px);
  transition: all 1.5s ease-out;
}

.fade__right {
  opacity: 0;
  transform: translate(90px, 0px);
  transition: all 1.5s ease-out;
  /*transition-delay: 0.4s;*/
}

.fade__in {
  opacity: 0;
  transform: translate(0%, 0px);
  transition: all 1s ease-out;
}

.fadeUp__on {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fadeIn--down {
  top: -150px;
  -webkit-transition: top .7s, opacity .7s ease-in;
  transition: top .7s, opacity .7s ease-in;
}

.fadeIn--down.show {
  top: 0;
}

/*---------------------------
レスポンシブ対応
-----------------------------*/
@media(min-width:1400px) {
  .tb_block {
    display: none;
  }
}
@media(max-width:1400px) {
  .tb_block {
    display: block;
  }
}
@media(min-width:749px) {
  .sp {
    display: none !important;
  }
}
@media(max-width:750px) {
  .pc {
    display: none !important;
  }
}