@charset "UTF-8";

#header {
  background-image: url(../../imgs/top/top-bg.webp);
}
.inner {
  padding: 100px 0;
}
.inner p {
  font-size: 14px;
  margin: 20px 0;
}
.center {
  text-align: center;
}
#subpage-fv {
  position: relative;
}
#anniversary {
  position: absolute;
  top: -150px;
  left: 0;
}

#about .inner {
  position: relative;
}
#map {
  position: absolute;
  display: block;
  top: 0px;
  right: 0;
}

#profile {
  position: relative;
  margin: 100px 100px 100px 0;
}
#profile h3 {
  font-family: var(--font_en);
  font-weight: normal;
  font-size: 22px;
}
#profile h3::before {
  content: '―';
  margin-right: 10px;
}
#profile h3 span {
  display: block;
  margin-left: 36px;
  font-size: 12px;
  font-family: var(--font_jp);
}
#profile dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 900px;
  font-size: 13.5px;
  border-top: 4px solid var(--c_navy_4);
  border-bottom: 4px solid var(--c_navy_4);
  margin-left: auto;
  margin-top: 50px;
}
#profile dl dt {
  width: 270px;
  padding: 30px 0 28px 30px;
  text-align: left;
  border-bottom: 1px solid var(--c_navy_4);
}
#profile dl dd {
  width: 630px;
  margin-left: 0;
  padding: 30px 0 28px 0;
  border-bottom: 1px solid var(--c_navy_4);
}
#profile dl dt:last-of-type,
#profile dl dd:last-child {
  border-bottom: none;
}
#profile ul li::before {
  content: '-';
  margin-right: 8px;
}
#profile a {
  border-bottom: 1px dotted var(--c_navy_4);
}

#origin {
  margin-top: 40px;
  background: var(--c_navy);
  background: url(../../imgs/top/san-diego-sea.webp) center center;
  background-size: cover;
  padding: 80px 0;
}
#origin .box {
  width: 700px;
  background: rgba(249, 249, 249, .2);
  margin-left: auto;
  padding: 100px;
  margin-right: 100px;
  box-shadow: var(--shadow_l);
}
#origin h2 {
  font-size: 20px;
  line-height: 1;
  margin-left: -5px;
}
#origin h2::first-letter {
  font-size: 66px;
}
#origin h2 span {
  margin-top: 20px;
}
#origin h2+p {
  margin-top: 60px;
}
#origin figure {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 660px;
  height: auto;
}
#origin img {
  box-shadow: var(--shadow_l);
}
#origin figcaption {
  text-align: left;
}

#concept {
  margin-top: -100px;
}
#concept img {
  display: block;
  margin: 0 auto;
}
#concept .inner div {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
#concept h2 {
  padding-right: 50px;
  font-size: 30px;
}
#concept h2::first-letter {
  font-size: 40px;
}
#concept h2 span {
  margin-top: -10px;
}
#concept p {
  padding: 30px 0 30px 50px;
  border-left: 1px solid var(--c_navy);
}

#passion {
  margin: 150px 0;
}
#passion .inner {
  position: relative;
  height: 667px;
}
#passion .message {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}
.message img {
  margin: 15px 0 0 0;
}
#passion .splide {
  position: absolute;
  width: 800px;
  height: auto;
  top: 0;
  right: 0;
  z-index: 0;
}
#passion .splide img {
  width: 100%;
  height: auto;
}

/* ----------------------------------
aside PC
*/
#guide {
  margin-top: 100px;
  margin-bottom: 100px;
}
#contact {
  margin-top: 0;
}

















@media screen and (max-width:768px) {

  #header {
    padding: 0 4%;
    background: url(../../imgs/top/top-bg_sp.webp) top 80px right no-repeat;
    background-size: 84vw auto;
    height: auto;
  }
  h1 {
    top: 740px;
  }
  #main .inner,
  #aside .inner,
  #footer {
    padding: 50px 5%;
  }

  #about {
    margin-top: 80px;
  }
  #about .inner {
    position: static;
  }
  #map {
    position: static;
    width: 100%;
    height: auto;
  }

  #profile {
    position: static;
    margin: 50px 0 0 0;
  }
  #profile h3 {
    font-size: 22px;
  }
  #profile h3 span {
    display: block;
    margin-left: 36px;
    font-size: 12px;
  }
  #profile dl {
    display: block;
    width: 100%;
    font-size: 13px;
    margin: 0 auto;
  }
  #profile dl dt {
    width: 100%;
    padding: 15px 5% 0 5%;
    border-bottom: none;
  }
  #profile dl dd {
    width: 100%;
    padding: 5px 5% 15px 5%;
  }
  #profile ul li {
    padding-left: 1em;
    text-indent: -1em;
  }

  #origin {
    margin-top: 40px;
    background: url(../../imgs/top/san-diego-sea.webp) top center no-repeat;
    background-size: 100% auto;
    padding: 150px 0 0 0;
  }
  #origin .box {
    width: 94%;
    margin: 0 auto;
    padding: 80px 8%;
    background: rgba(249, 249, 249, .7);
  }
  #origin h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-left: -5px;
  }
  #origin h2::first-letter {
    font-size: 40px;
  }
  #origin h2 span {
    margin-top: 24px;
  }
  #origin h2+p {
    margin-top: 60px;
  }
  #origin p br {
    display: none;
  }

  #passion {
    width: 90%;
    margin: 0 auto;
  }
  #passion .inner {
    position: static;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  #passion .message {
    position: static;
    order: 2;
  }
  .message img {
    width: 100%;
    height: auto;
    margin: 15px 0 0 0;
  }
  #passion .splide {
    position: static;
    order: 1;
    width: 100%;
    height: auto;
  }
  #passion .splide__slide img {
    width: 100%;
    height: auto;
  }

  #concept {
    margin-top: 0px;
  }
  #concept img {
    display: block;
    margin: 0 auto;
  }
  #concept .inner div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #concept h2 {
    padding-right: 0;
    font-size: 30px;
    text-align: center;
    margin: 0;
  }
  #concept h2::first-letter {
    font-size: 40px;
  }
  #concept h2 span {
    margin-top: -20px;
  }
  #concept p {
    padding: 0;
    border-left: none;
  }
  #concept img {
    width: 100%;
    height: auto;
  }


  /* ----------------------------------
  aside PC
  */
  #guide {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #contact {
    margin-top: 0;
  }





  #aside {
    background: none;
  }
  #contact {
    margin-bottom: -160px;
  }
  #f_catch {
    background-size: 500px auto;
    height: 450px;
    padding-top: 100px;
    margin: 0;
  }

  #anniversary {
    position: absolute;
    top: -250px;
    right: 0px;
  }

}