@charset "UTF-8";
/* TOP */
#mainvisual_top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 20px 0;
  z-index: 1;
}

#mainvisual_top .scroll {
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -40px;
  width: 80px;
  line-height: 1;
  text-align: center;
  z-index: 100;
}

#mainvisual_top .scroll .txt_scroll {
  display: inline-block;
  margin-bottom: 10px;
}

#mainvisual_top .scroll .icn_arrow {
  width: 17px;
}

article {
  position: relative;
  margin-top: 60%;
  z-index: 100;
}

#lead {
  padding: 90px 10px 300px;
  background: url(../img/top/bg_lead.jpg) no-repeat center bottom;
  background-size: cover;
}

#sec1 {
  padding: 80px 0 35px;
}

#sec1 .tabs_wrap{
  display: none;
}

#sec1 .tabContents_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sec1 .tabContents_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

#sec1 .tabContents_item picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#sec1 .tabContents_bg {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  -o-object-position: center;
  object-position: center;
}

#sec1 .tabContents_item,
#sec1 .tabContents_bg {
  width: 330px;
  height: 568px;
}

#sec1 .tabContents_item .header {
  width: 230px;
  text-align: center;
  color: #000;
  background: #FFF;
  margin: 0 auto 13px;
  padding: 8px 3px;
  z-index: 1;
}

#sec1 .tabContents_item .header .small{
  font-size: 0.6em;
}

#sec1 .tabContents_item .link_text {
  position: relative;
  display: inline-block;
  max-width: 280px;
  padding: 10px 10px;
  background: #adadad;
  color: #fff;
  font-size: 1.267em;
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  margin: 0 auto;
  width: 230px;
  text-align: center;
}

#sec1 .tabContents_item .link_text:after {
  position: absolute;
  display: inline-block;
  content: "";
  right: 10px;
  margin-top: -8px;
  width: 8px;
  height: 16px;
  background: url(../img/common/arrow_white_right.png) no-repeat;
  background-size: 100%;
  top: auto;
  bottom: 20px;
}

#sec1 .tabContents_item .header.wide,
#sec1 .tabContents_item .link_text.wide {
  width: 295px;
  max-width: 295px;
}

#sec1 .tabContents_item .header.wide {
  letter-spacing: 0;
}

#sec3 {
  padding: 40px 0 80px;
}

#sec3 a.link_box {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

#sec3 a.link_box:hover {
  opacity: 1;
}

#sec3 a.link_box:hover .pic {
  opacity: .5;
}

#sec3 a.link_box:hover .icn {
  opacity: .6;
}

#sec3 a.link_box .pic {
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

#sec3 a.link_box .pic img {
  max-width: none;
}

#sec3 a.link_box .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 65px;
}

#sec3 a.link_box .content .cinzel_tit {
  color: #fff;
  letter-spacing: .2em;
}

#sec3 a.link_box .content .icn {
  position: relative;
  width: 80px;
  margin: 0 auto 30px;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

#sec3 a.link_box .content .icn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}

#sec3 a.link_box .content .caption {
  font-size: 1.333em;
  letter-spacing: .05em;
}

#sec3 a.link_box .content .more {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 1.2em;
  letter-spacing: .1em;
  line-height: 1;
}

#sec3 a.link_box .content .more img {
  display: inline-block;
  margin-top: 3px;
  vertical-align: middle;
}

#sec3 a.link_box.box_space {
  margin-bottom: 40px;
}

#sec3 a.link_box.box_space .icn {
  margin-top: 30px;
  padding-bottom: 28px;
}

#sec3 a.link_box.box_assist .icn {
  margin-top: 15px;
  padding-bottom: 15px;
}

#f_access {
  z-index: 100;
}

#footer {
  z-index: 100;
}

@media screen and (max-width: 980px) {
  #mainvisual_top {
    padding: 0;
  }
  #mainvisual_top .scroll {
    font-size: 14px;
  }
  #sec3 a.link_box .pic {
    width: 120%;
    margin: 0 -10%;
  }
}

@media screen and (max-width: 768px) {
  #mainvisual_top {
    position: relative;
    padding: 0;
  }
  article {
    margin-top: 0;
  }
  #lead {
    min-height: 400px;
    padding: 35px 10px 67%;
    background: url(../img/top/bg_lead_sp.jpg) no-repeat center bottom;
    background-size: 100%;
  }
  #lead .lead_tit {
    line-height: 1.4;
  }
  #lead .lead_tit:after {
    margin-top: 15px;
  }

  #sec1 {
    padding: 20px 0 0;
  }
  #sec1 .tabs_wrap {
    display: flex;
    margin: 0 5.5px;
  }
  #sec1 .tabs_wrap li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin: 0 2px;
    background: #EFF1EF;
    cursor: pointer;
    height: 40px;
    font-family: "Cinzel", serif;
    font-size: 15px;
  }
  #sec1 .tabs_wrap li.active {
    background: #ADADAD;
  }
  #sec1 .tabs_wrap p {
    line-height: 1;
  }
  #sec1 .tabs_wrap .active {
    color: #FFF;
  }
  #sec1 .tabs_wrap li .small {
    font-size: 0.633em;
  }
  #sec1 .tabContents_wrap {
    display: block;
    position: relative;
    margin: 0 7.5px;
  }
  #sec1 .tabContents_item {
    border: 5px solid #ADADAD;
    display: none;
  }
  #sec1 .tabContents_item.active {
    display: block;
  }
  #sec1 .tabContents_item picture{
    position: static;
  }
  #sec1 .tabContents_bg {
    position: inherit;
  }
  #sec1 .tabContents_item,
  #sec1 .tabContents_bg {
    width: 100%;
    height: auto;
  }
  #sec1 .tabContents_item .header {
    display: none;
  }
  #sec1 .tabContents_item .link_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
  }
  #sec1 .tabContents_item .link_text,
  #sec1 .tabContents_item .link_text.wide {
    max-width: 250px;
    width: 250px;
  }
  #sec1 .tabContents_item .link_text:after {
    top: 50%;
    bottom: auto;
  }
  #sec1 .tabContents_item .link_text br {
    display: none;
  }

  #sec3 {
    padding: 25px 0;
  }
  #sec3 a.link_box:hover .pic {
    opacity: 1;
  }
  #sec3 a.link_box .pic {
    width: 100%;
    margin: 0;
  }
  #sec3 a.link_box .content {
    padding-top: 16%;
  }
  #sec3 a.link_box .content .icn {
    width: 66px;
    margin-bottom: 20px;
    opacity: .6;
  }
  #sec3 a.link_box .content .icn:after {
    width: 70%;
    left: 15%;
  }
  #sec3 a.link_box .content .caption {
    font-size: 14px;
  }
  #sec3 a.link_box .content .more {
    font-size: 15px;
  }
  #sec3 a.link_box .content .more img {
    width: 11px;
  }
  #sec3 a.link_box.box_space {
    margin-bottom: 20px;
  }
  #sec3 a.link_box.box_space .content .icn {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  #sec3 a.link_box.box_space .content .icn img {
    width: 56px;
  }
  #sec3 a.link_box.box_assist .content .icn {
    margin-top: 5px;
    padding-bottom: 10px;
  }
  #sec3 a.link_box.box_assist .content .icn img {
    width: 39px;
  }
}
