@charset "UTF-8";
/* ===================================
Concept
=================================== */
.breadcrumb {
  position: absolute;
  top: 100px;
  left: calc(50% - 480px);
  z-index: 10;
}
@media only screen and (max-width: 960px) {
  .breadcrumb {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    left: 10px;
    top: 60px;
  }
  .breadcrumb li {
    color: #FFF;
  }
  .breadcrumb li a {
    color: #FFF;
  }
}

body.is-block {
  height: 100%;
  overflow: hidden;
}

body.ios {
  height: 100%;
  min-height: 100%;
}
body.ios .page {
  height: 100%;
}
body.ios .concept-bg {
  height: 100%;
}
body.ios .concept-bg li {
  height: calc(100% - 58px);
}
body.ios .concept-bg li .cap {
  bottom: 6px;
}

.bottom-wrap {
  background: #FFF;
  position: relative;
  z-index: 10;
}

#gFooter {
  position: relative;
  z-index: 10;
}

.side-links {
  margin-top: 0;
  position: relative;
  z-index: 10;
}

.bottom-btns {
  z-index: 10;
}

#container {
  width: 100%;
  height: 100vh;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 0;
}
body.ios #container {
  height: 100%;
  padding-bottom: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
body.ios #container .concept-content-wrap .concept-nav {
  height: calc(100vh - 108px);
}
body.ios #container .concept-content-wrap .concept-content li {
  height: calc(100vh - 108px);
}

.concept-bg {
  background: #000;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.concept-bg.bg li:before {
  opacity: 1;
}
.concept-bg.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.concept-bg.viewbg1 li.bg1 {
  opacity: 1;
}
.concept-bg.viewbg2 li.bg2 {
  opacity: 1;
}
.concept-bg.viewbg3 li.bg3 {
  opacity: 1;
}
.concept-bg.viewbg4 li.bg4 {
  opacity: 1;
}
.concept-bg .tl {
  display: inline-block;
  padding-left: 0.75em;
}
.concept-bg li {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.concept-bg li:before {
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.concept-bg li.bg1 {
  opacity: 1;
  z-index: 1;
  background-image: url(../imgs/img_concept1.jpg);
}
.concept-bg li.bg2 {
  z-index: 2;
  background-image: url(../imgs/img_concept2.jpg);
}
.concept-bg li.bg3 {
  z-index: 3;
  background-image: url(../imgs/img_concept3.jpg);
}
.concept-bg li.bg4 {
  z-index: 4;
  background-position: center bottom;
  background-image: url(../imgs/img_concept4.jpg);
}
.concept-bg li.bg4 .cap {
  bottom: 6px;
}
.concept-bg li .cap {
  z-index: 3;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .concept-bg li .cap.on-R {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .concept-bg li.bg1 {
    background-image: url(../imgs/img_sp_concept1.jpg);
  }
  .concept-bg li.bg2 {
    background-image: url(../imgs/img_sp_concept2.jpg);
  }
  .concept-bg li.bg3 {
    background-image: url(../imgs/img_sp_concept3.jpg);
  }
  .concept-bg li.bg4 {
    height: calc(100vh - 56px);
    background-image: url(../imgs/img_sp_concept4.jpg);
  }
  .concept-bg li .cap {
    bottom: 64px;
  }
}

.main-title {
  width: 100%;
  color: #FFF;
  font-size: 62px;
  line-height: 1.75;
  text-align: center;
  font-family: "しまなみ";
  letter-spacing: 0.25em;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 10px #5490ca, 0 0 10px #5490ca;
}
@media only screen and (max-width: 960px) {
  .main-title {
    font-size: 64px;
    font-size: 6.66667vw;
  }
}
@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 36px;
  }
}

.concept-content-wrap {
  position: relative;
}
.concept-content-wrap.bg .concept-bg li:before {
  opacity: 1;
}
.concept-content-wrap.is-bottom .concept-bg {
  position: absolute;
  top: auto;
  bottom: 0;
}
.concept-content-wrap.viewbg1 .concept-bg li.bg1 {
  opacity: 1;
}
.concept-content-wrap.viewbg2 .concept-bg li.bg2 {
  opacity: 1;
}
.concept-content-wrap.viewbg3 .concept-bg li.bg3 {
  opacity: 1;
}
.concept-content-wrap.viewbg4 .concept-bg li.bg4 {
  opacity: 1;
}
.concept-content-wrap .tl {
  display: inline-block;
  padding-left: 0.75em;
}
@media only screen and (max-width: 767px) {
  .concept-content-wrap .sp-ti {
    display: inline-block;
    text-indent: -0.5em;
  }
}
.concept-content-wrap .concept-nav {
  display: flex;
  align-items: center;
  width: 11px;
  height: 100vh;
  position: fixed;
  right: 20px;
  top: 0;
  z-index: 9;
}
.concept-content-wrap .concept-nav a {
  display: block;
  width: 9px;
  height: 9px;
  margin: 20px 0;
  border: solid 1px #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.concept-content-wrap .concept-nav a:hover, .concept-content-wrap .concept-nav a.active {
  background: #fff;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .concept-content-wrap .concept-nav {
    right: 40px;
  }
}
.concept-content-wrap .concept-content {
  position: relative;
  z-index: 2;
}
.concept-content-wrap .concept-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.concept-content-wrap .concept-content li.photo-block {
  width: 100%;
  height: 100vh;
}
.concept-content-wrap .concept-content li .title {
  color: #FFF;
  font-family: "しまなみ";
  font-size: 42px;
  line-height: 2;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.concept-content-wrap .concept-content li .title.title1 {
  display: none;
}
.concept-content-wrap .concept-content li .title .ti {
  display: inline-block;
  padding-left: 0.5em;
}
.concept-content-wrap .concept-content li#concept7 {
  height: 100vh;
}
.concept-content-wrap .concept-content li#concept7.is-bottom .bg {
  opacity: 1;
}
.concept-content-wrap .concept-content li#concept7 .bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../imgs/img_concept4.jpg);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .concept-content-wrap .concept-content li#concept7 {
    height: calc(100vh - 56px);
  }
  .concept-content-wrap .concept-content li#concept7 .bg {
    background-image: url(../imgs/img_sp_concept4.jpg);
  }
  body.ios .concept-content-wrap .concept-content li#concept7 {
    height: calc(100vh - 108px - 56px);
  }
  body.ios .concept-content-wrap .concept-content li#concept7 .bg {
    height: 100%;
  }
  .concept-content-wrap .concept-content li .title {
    font-size: 20px;
  }
}
