@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:after,
*:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eg1 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eg2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.eg3 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.egss {
  font-family: "Cinzel", serif;
}

/* コンテンツ
---------------------------------------------*/
html {
  visibility: hidden;
  height: 100%;
  margin: 0 auto;
}

html.loading-delay,
html.wf-active {
  visibility: visible;
}

body {
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-style: normal;
  scroll-snap-type: y mandatory;
  margin: 0 auto;
  height: 100%;
}
@media screen and (min-width: 970px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 970px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 970px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .w80pc {
    width: 80%;
  }
}

@media screen and (min-width: 970px) {
  .w70pc {
    width: 70%;
  }
}

@media screen and (min-width: 970px) {
  .w60pc {
    width: 60%;
  }
}

@media screen and (min-width: 970px) {
  .w40pc {
    width: 40%;
  }
}

@media screen and (max-width: 970px) {
  .w100sp {
    width: 100%;
  }
}

@media screen and (max-width: 970px) {
  .w90sp {
    width: 90%;
  }
}

@media screen and (max-width: 970px) {
  .w80sp {
    width: 80%;
  }
}

@media screen and (max-width: 970px) {
  .w70sp {
    width: 70%;
  }
}

@media screen and (max-width: 970px) {
  .w65sp {
    width: 65%;
  }
}

@media screen and (max-width: 970px) {
  .w60sp {
    width: 60%;
  }
}

@media screen and (max-width: 970px) {
  .w50sp {
    width: 50%;
  }
}

.mla {
  margin-left: auto;
}

.ma {
  margin: 0 auto;
}

.mra {
  margin-right: auto;
}

.tac {
  text-align: center;
}

@media screen and (max-width: 970px) {
  .mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 970px) {
  .mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 970px) {
  .mt100 {
    margin-top: 100px !important;
  }
}

.animated {
  animation-duration: 0.8s;
}

#navysnap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../images/back.jpg");
  background-size: cover;
}

#navysnap {
  margin: 0 auto;
  /* Animations */
  /* ---------------------------------------------------
  プロフィール
    --------------------------------------------------- */
  /* ---------------------------------------------------
  レコメンドアイテム
    --------------------------------------------------- */
  /* ---------------------------------------------------
  アーカイブ
    --------------------------------------------------- */
  /* ---------------------------------------------------
  navyアーカイブ
    --------------------------------------------------- */
  /* ---------------------------------------------------
  ボタン
  --------------------------------------------------- */
  /* ---------------------------------------------------
  フッター
  --------------------------------------------------- */
}
@media screen and (min-width: 970px) {
  #navysnap {
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #navysnap {
    width: 100%;
  }
}
#navysnap #mainarea {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 970px) {
  #navysnap #mainarea {
    width: 100%;
  }
}
@media screen and (min-width: 970px) {
  #navysnap .mainimg {
    width: 600px;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
  #navysnap .mainimg {
    width: 100%;
    height: auto;
  }
}
#navysnap #side_text {
  font-size: 10px;
  writing-mode: vertical-rl;
  position: fixed;
  right: 2%;
  top: 3%;
  z-index: 999;
}
@media screen and (min-width: 970px) {
  #navysnap #side_text {
    font-size: 12px;
  }
}
#navysnap .main_title {
  position: absolute;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 970px) {
  #navysnap .main_title {
    top: 7%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
  #navysnap .main_title {
    top: 6%;
    left: 0;
    right: 0;
  }
}
#navysnap .main_title h1 {
  animation-delay: 0.8s;
}
@media screen and (min-width: 970px) {
  #navysnap .main_title h1 {
    margin: 0 auto;
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 970px) {
  #navysnap .main_title h1 {
    margin: 0px auto;
    font-size: 24px;
    line-height: 1;
  }
}
#navysnap .main_title h1 span {
  font-size: 22px;
}
@media screen and (max-width: 970px) {
  #navysnap .main_title h1 span {
    font-size: 18px;
  }
}
#navysnap .main_title p {
  padding-top: 15px;
  animation-delay: 1s;
}
@media screen and (min-width: 970px) {
  #navysnap .main_title p {
    font-size: 14px;
    padding-top: 10px;
  }
}
#navysnap .scroll_bar {
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 970px) {
  #navysnap .scroll_bar {
    bottom: -4%;
    height: 70px;
  }
}
#navysnap .scroll_bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 318px 317px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 318px 317px;
  }
}
@keyframes bar_anim_y {
  0% {
    transform: translateY(-100%);
  }
  30% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
#navysnap #main_read {
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 970px) {
  #navysnap #main_read {
    text-align: center;
    padding-top: 70px;
  }
}
@media screen and (max-width: 970px) {
  #navysnap #main_read {
    width: 100%;
    padding-top: 70px;
  }
}
@media screen and (max-width: 970px) {
  #navysnap #main_read li {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 970px) {
  #navysnap #inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
  #navysnap #inner {
    width: 100%;
  }
}
#navysnap .box1,
#navysnap .box2 {
  background-color: #fff;
}
@media screen and (min-width: 970px) {
  #navysnap .boxinto {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 970px) {
  #navysnap .box {
    padding: 120px 0;
  }
}
@media screen and (max-width: 970px) {
  #navysnap .box {
    padding: 100px 0;
  }
}
#navysnap .box .img_top {
  margin-top: 70px !important;
}
@media screen and (min-width: 970px) {
  #navysnap .box .img_top {
    margin-top: 100px !important;
  }
}
#navysnap .box h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 17px;
}
@media screen and (min-width: 970px) {
  #navysnap .box h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
}
#navysnap .box .box_txt {
  width: 80%;
  margin: 30px auto;
}
@media screen and (min-width: 970px) {
  #navysnap .box .box_txt {
    text-align: center;
    font-size: 13px;
  }
}
#navysnap .box .img_posi {
  position: relative;
}
@media screen and (min-width: 970px) {
  #navysnap .box .img_posi {
    height: 600px;
  }
}
@media screen and (max-width: 970px) {
  #navysnap .box .img_posi {
    height: 400px;
    width: 90%;
    margin: 0 auto;
  }
}
#navysnap .box .img_posi .itemin {
  position: absolute;
}
@media screen and (min-width: 970px) {
  #navysnap .box .img_posi .itemin {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 970px) {
  #navysnap .box .img_posi .itemin {
    width: 55%;
  }
}
#navysnap .box .img_posi .itemin:nth-child(2) {
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 970px) {
  #navysnap .box .img_posi .itemin:nth-child(2) {
    right: 0;
  }
}
#navysnap .box .img_posi2 {
  position: relative;
}
@media screen and (min-width: 970px) {
  #navysnap .box .img_posi2 {
    height: 700px;
  }
}
@media screen and (max-width: 970px) {
  #navysnap .box .img_posi2 {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
#navysnap .box .img_posi2 .itemin {
  position: absolute;
  width: calc(100% / 2);
}
#navysnap .box .img_posi2 .itemin:nth-child(1) {
  top: 0;
  left: 100px;
}
@media screen and (max-width: 970px) {
  #navysnap .box .img_posi2 .itemin:nth-child(1) {
    left: 50px;
  }
}
#navysnap .box .img_posi2 .itemin:nth-child(2) {
  bottom: 0;
  right: 0;
}
#navysnap .box .credit {
  text-align: center;
  margin-bottom: 10px;
}
#navysnap .box .credit .itemname {
  color: #A7A7A7;
}
#navysnap .box .credit .line {
  display: inline-block;
  background: linear-gradient(rgba(255, 255, 255, 0) 96%, #000 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  animation: drawTheLine 1s linear 1 forwards;
}
@keyframes drawTheLine {
  from {
    background-size: 0 100%;
    -ms-background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
    -ms-background-size: 100% 100%;
  }
}
#navysnap h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 970px) {
  #navysnap h3 {
    margin-bottom: 30px;
  }
}
#navysnap .parallax-bg {
  padding: 30%;
}
@media screen and (min-width: 970px) {
  #navysnap .parallax-bg {
    padding: 15%;
  }
}
#navysnap .profile {
  width: 100%;
  background-color: #fff;
}
#navysnap .profile .profilein {
  padding: 70px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  #navysnap .profile .profilein {
    max-width: 600px;
  }
}
#navysnap .profile .prof_img {
  width: 40%;
  display: block;
  margin: 0 auto 20px;
}
#navysnap .profile ul {
  text-align: center;
  line-height: 1.2;
}
#navysnap .profile ul li:nth-child(2) {
  font-size: 10px;
}
#navysnap .profile .insta_img {
  width: 5%;
  margin: 20px auto;
  display: block;
}
#navysnap .profile p {
  width: 70%;
  margin: 0 auto;
}
#navysnap .profile p a {
  text-decoration: underline;
  display: inline;
}
#navysnap .item_box {
  background-color: #e9e7cd;
  padding: 50px 0;
}
@media screen and (min-width: 970px) {
  #navysnap .item_box {
    padding: 70px 0;
  }
}
#navysnap .item_box .flex_item {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  #navysnap .item_box .flex_item {
    max-width: 600px;
  }
}
#navysnap .item_box .flex_item div {
  width: calc(100% / 2 - 10px);
}
#navysnap .item_box .itemin {
  position: relative;
}
#navysnap .item_box .num {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  z-index: 1;
  font-size: 13px;
}
@media screen and (min-width: 970px) {
  #navysnap .item_box .num {
    font-size: 20px;
  }
}
#navysnap .item_box .credit a {
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 970px) {
  #navysnap .item_box .credit a {
    font-size: 10px;
    line-height: 1.6;
  }
}
#navysnap .archive_box {
  background-color: #fff;
}
@media screen and (min-width: 970px) {
  #navysnap .archive_box .ar_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
#navysnap .archive_box .com ul li {
  color: #000;
}
#navysnap .archive_box .archivein {
  position: relative;
}
@media screen and (min-width: 970px) {
  #navysnap .archive_box .archivein {
    width: calc(100% / 2);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 970px) {
  #navysnap .archive_box .archivein {
    border-top: 1px solid #fff;
  }
}
#navysnap .archive_box .archivein ul {
  color: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
}
#navysnap .archive_box .archivein ul li:nth-child(1) {
  font-size: 18px;
}
#navysnap #navyarchive {
  padding: 0px 30px 60px;
  background-color: #fff;
}
#navysnap #navyarchive .menu_title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
@media screen and (min-width: 970px) {
  #navysnap #navyarchive .menu_title {
    max-width: 380px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 970px) {
  #navysnap #navyarchive .menu_title {
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 970px) {
  #navysnap #navyarchive a {
    max-width: 380px;
    display: block;
    margin: 0 auto;
  }
}
#navysnap #navyarchive p {
  margin: 0 0 30px;
  text-align: center;
  line-height: 20px;
}
@media screen and (min-width: 970px) {
  #navysnap #navyarchive p {
    font-size: 14px;
  }
}
@media screen and (max-width: 970px) {
  #navysnap #navyarchive p {
    font-size: 12px;
  }
}
#navysnap #navyarchive .inner ul li:not(:first-of-type) {
  margin-top: 10px;
}
#navysnap details[open] .open {
  display: none;
}
#navysnap details:not([open]) .close {
  display: none;
}
#navysnap summary {
  text-align: center;
  font-size: 15px;
  margin: 50px auto 30px;
  cursor: pointer;
}
#navysnap summary .fas {
  padding-left: 10px;
}
#navysnap summary::-webkit-details-marker {
  display: none;
}
#navysnap .btnarea {
  background-color: #fff;
  padding-top: 40px;
}
#navysnap .sf {
  text-align: center;
  padding-bottom: 10px;
}
#navysnap #btn {
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
}
@media screen and (min-width: 970px) {
  #navysnap #btn {
    width: 400px;
  }
}
@media screen and (max-width: 970px) {
  #navysnap #btn {
    width: 90%;
  }
}
#navysnap #btn a {
  padding: 17px 0;
}
#navysnap #btn a:nth-child(1) {
  background-color: #000;
  color: #fff;
}
#navysnap #btn a:last-child {
  border: 1px solid #000;
}
#navysnap #footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
#navysnap #footer #f-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 70px auto;
}
#navysnap #footer #f-link li {
  width: 26px;
  margin: 0 15px;
}
#navysnap #footer #f-link a:hover {
  opacity: 0.75;
}
#navysnap #footer .logo img {
  width: 100%;
  max-width: 100px;
}
#navysnap #footer p.copyright {
  font-size: 10px;
  margin: 20px 0;
}
#navysnap a.credit_first {
  margin: 10px auto;
}
#navysnap #to_top {
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 100;
}
@media screen and (max-width: 970px) {
  #navysnap #to_top {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
#navysnap #to_top span:first-child {
  width: 15px;
  height: 15px;
  display: flex;
}
#navysnap #to_top span:first-child img {
  width: 100%;
}
@media screen and (max-width: 970px) {
  #navysnap #to_top span:first-child img {
    max-width: 15px;
  }
}
@media screen and (min-width: 970px) {
  #navysnap #to_top span:first-child img {
    max-width: 25px;
  }
}

/* ANIMATION
--------------------------------------*/