@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url("../../nv/nvgrid.css");
@import url("fade.css");


/*--------------------------------------------------------------------*/
/* 日本ヴォーグ社 70周年記念特設サイト */
/*--------------------------------------------------------------------*/

* { 
  margin: 0;
  padding: 0;
  min-width: 0;
  min-height: 0;
} 
html { 
  font-size: 62.5%; /*10px*/ 
} 
body { 
  min-width: 320px; 
  background: #fff;
  color: #333; 
  font-size: 16px; 
  font-size: 1.6rem; 
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.1em; 
  line-height: 1.5;
  box-sizing: border-box;
}
ul,ol,li {
  list-style: none;
}
ul li,
ol li {
  line-height: 1.3;
  margin-bottom: .5em;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 16px; 
  font-size: 1.6rem; 
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: .75em;
  padding: 0;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #666;
  text-decoration: underline;
  transition: all .2s;
}
a.link-white {
  color: #fff;
  text-decoration: underline;
}
a.link-white:hover {
  color: #ddd;
  text-decoration: underline;
  transition: all .2s;
}
img,video { 
  max-width: 100%; 
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width:767px){
  body { 
    font-size: 14px; 
    font-size: 1.4rem;
		font-weight: 500;
  }
  h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
  }
}


/* Juku color
Red #7d0000 rgba(125, 0, 0, 1);
Gray #58606d rgba(88, 96, 109, 1);
Beige #eaded9 rgba(234, 222, 217, 1)
*/


/* Layout
--------------------------------------------------------------------*/
#container-index {
  padding-top: 120px;
}
#container {
  padding-top: 120px;
}

.innr {
  margin: 0 10px;
}
.innr-narrow {
  margin: 0 10px;
}

@media print, screen and (min-width:921px){
  .innr {
    margin: 0 20px;
  }
  .innr-narrow {
    margin: 0 20px;
  }
}
  
@media print, screen and (min-width:1221px){
  .innr {
    width: 1200px;
    margin: 0 auto;
  }
  .innr-narrow {
    width: 900px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px){
  #container-index {
    padding-top: 80px;
  }
  #container {
    padding-top: 80px;
  }
}



/* Header
--------------------------------------------------------------------*/
#header-index {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
  background: #F3F2EE;
}
#header-index .header-logo {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 111px;
  height: 100px;
  z-index: 101;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
  background: #F3F2EE;
}
#header .header-logo {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 111px;
  height: 100px;
  z-index: 101;
}

#site-title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#page-title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


@media screen and (max-width: 767px){
  #header-index {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  #header-index .header-logo {
    top: 10px;
    left: 20px;
    width: 78px;
    height: 70px;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  #header .header-logo {
    top: 10px;
    left: 20px;
    width: 78px;
    height: 70px;
  }
  
  #site-title {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    z-index: 99;
  }
  #page-title {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
  }
}

@media screen and (min-width: 768px){
  #site-title {
    position: fixed;
    top: 80px;
    left: 200px;
    width: 100%;
    font-size: 1.6em;
    font-weight: 500;
    z-index: 101;
  }
  #page-title {
    position: fixed;
    top: 80px;
    left: 200px;
    width: 100%;
    font-size: 1.6em;
    font-weight: 500;
    z-index: 101;
  }
}


/* G-nav
--------------------------------------------------------------------*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top:0;
  right: -120%;
  width: 100%;
  height: 100vh;/*ナビの高さ*/
  background: #fff url("/img/usr/category/sp/70th/bg_green.jpg") repeat center center fixed;
  /*動き*/
  transition: all 0.6s;
}
#g-nav.panelactive{
  right: 0;
}
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-40%);
}
#g-nav li {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  list-style: none;
  padding: .5em 0;
  text-align: center;
}
#g-nav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#g-nav li a.site-title {
  margin-bottom: 1em;
}
#g-nav li a.site-title img {
  width: 160px;
}

/* Open Btn */
.openbtn1{
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 80px;
  height: 80px;
}
  
/*×に変化*/  
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 4px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
  }
.openbtn1 span:nth-of-type(1) {
  top:15px; 
}
.openbtn1 span:nth-of-type(2) {
  top:25px;
}
.openbtn1 span:nth-of-type(3) {
  top:35px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}




/* Index
--------------------------------------------------------------------*/
#intro {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 120px);
}
#intro #intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#intro #intro-down {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#intro #intro-down a {
  color: #fff;
  font-size: 1.25em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-decoration: none;
}
#intro #intro-down a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  animation: blinking 1.5s ease-in-out infinite alternate;
}
@keyframes blinking {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media print, screen and (min-width: 768px) {
  #intro #intro-down {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

#greeting {
  background: #fff url("../../../../img/usr/category/sp/70th/bg_green.jpg") repeat center center fixed;
  padding: 30px 0;
}
#greeting p {
  color: #fff;
  font-size: 1.25em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2;
}
#greeting .greeting-company {
  font-size: 1.125em;
  text-align: right;
  padding-top: 1em;
  margin-bottom: .25em;
}
#greeting .greeting-president {
  font-size: 1.5em;
  text-align: right;
}

.top-section {
  
}
.top-section .section-header {
  text-align: center;
  padding: 50px 0;
}
.top-section .section-header .header-en {
  color: #7d0000;
  font-size: 1.5em;
  font-weight: 700;
}
.top-section .section-header .header-ja {
  font-size: 3em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.top-section .section-container {
  padding: 50px 0;
}

#history-slider {
  
}

#history-slider.swiper-wrapper {
  height: auto;
}
#history-slider li {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#history-slider .history-year {
  position:relative;
  height: 100px;
  color: #7d0000;
  font-size: 2.4em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}
#history-slider .history-year::after {
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background-color: #7d0000;
  position: absolute;
}
#history-slider .history-year-same {
  position:relative;
  height: 100px;
}
#history-slider .history-caption {
  flex-grow: 1;
  position:relative;
  border-top: 10px solid #7d0000;
  font-weight: 500;
  padding: 30px 20px 0;
}
#history-slider .history-caption::before {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background-color: #7d0000;
  position: absolute;
}
#history-slider .history-photo {
  padding: 20px 20px 0;
  text-align: center;
}
#history-slider .history-photo img {
  max-height: 300px;
}

.project-list {
  padding-top: 30px;
}
.project-list li {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 20px;
}
.project-ribbon-red {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 30px 0 20px;
  margin-top: 10px;
  background: #7d0000;
  color: #FFF;
  box-sizing: border-box;
}
.project-ribbon-red:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.project-ribbon-red:after {
  top: 0;
  right: 0;
  border-width: 20px 10px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.project-ribbon-gray {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 30px 0 20px;
  background: #888888;
  color: #FFF;
  font-size: .9em;
  letter-spacing: 0em;
  box-sizing: border-box;
}
.project-ribbon-gray:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.project-ribbon-gray:after {
  top: 0;
  right: 0;
  border-width: 16px 8px 16px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.project-txt {
  flex-grow: 1;
}

.project-photo {
  align-self: flex-end;
  padding: 10px 0 20px;
}
.project-txt p {
  margin: 0;
}
.project-txt .catch {
  color: #666;
  font-weight: 700;
  padding: .25em 20px 0;
}
.project-txt .title {
  font-size: 1.5em;
  font-weight: 700;
  padding: .125em 20px 0;
  margin: 0;
}
.project-txt .caption {
  padding: 1em 20px 0;
}
.project-link {
  padding: 10px 20px;
}
.btn-project {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  padding: .5em 30px;
  margin: 5px auto;
  background: rgba(125, 0, 0, 1);
  color: #fff;
}
.btn-project:hover,
.btn-project:active {
  text-decoration: none !important;
  color: #fff;
  background: rgba(125, 0, 0, .8);
}
.btn-project::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
	content: "\f0da";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .5em;
}
.btn-arrow-after:hover::after {
  text-decoration: none !important;
}



/* Inventory
--------------------------------------------------------------------*/
#inventory-nav {
  position: fixed;
  top: 130px;
  right: 100px;
}
#inventory-nav  ul li a {
  font-size: .875em;
  font-weight: 600;
  text-decoration: none;
}
#inventory-nav  ul li a:hover {
  color: #7d0000;
  text-decoration: none;
}

.inventory {
  padding: 120px 0 10px;
}
.inventory-header h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 0 1em;
  border-top: 1px solid #7d0000;
  border-left: 1px solid #7d0000;
}
.inventory-header h2 strong {
  font-size: 2em;
}
.inventory-books {
  padding-top: 1em;
}
.inventory-books li {
  line-height: 1.3;
  margin-bottom: .5em;
}
.inventory-books li .book-cover {
  width: auto;
  max-width: 360px;
  background: #eee;
  padding: 30px 20px 20px;
  margin-top: -10px;
  text-align: center;
}
.inventory-books li .book-cover img {
}

@media print, screen and (min-width:921px){
  .inventory {
    display: flex;
    width: 900px;
    margin: 0 auto;
  }
  .inventory-header {
    width: 19em;
    margin-right: 1em;
  }
}

@media screen and (max-width: 767px){
  #inventory-nav {
    position: fixed;
    top: 100px;
    right: 20px;
  }
  .inventory {
    padding: 120px 90px 10px 20px;
  }
}


/* Covers
--------------------------------------------------------------------*/
#covers-nav {
  position: absolute;
  top: 70px;
  left: 240px;
}
#covers-nav ul {
  display: flex;
}
#covers-nav ul li {
  margin-right: .5em;
}
#covers-nav ul li a {
  font-size: .875em;
  font-weight: 600;
  text-decoration: none;
}
#covers-nav ul li a:hover {
  color: #7d0000;
  text-decoration: none;
}

.covers {
}
.covers-header {
  background: #fff;
  text-align: center;
  padding: 150px 0 10px;
}
.covers-header .start {
  color: #7d0000;
  font-size: 2em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.covers .swiper-area {
  position: relative;
  background: #fff url("../../../../img/usr/category/sp/70th/bg.jpg") repeat center center fixed;
  padding: 30px 0;
}


/* Swiper
--------------------------------------------------------------------*/
.swiper {
  width: 100%;
  margin: 0 auto;
}
/*.swiper-area .swiper-button-prev {
  position: absolute;
  left: 0px;
  top: 50%;
}
.swiper-area .swiper-button-next {
  position: absolute;
  right: 0px;
  top: 50%;
}*/
.swiper-wrapper {
  align-items: stretch!important;
}
.swiper-slide {
  height: auto;
}


/* Footer
--------------------------------------------------------------------*/
#footer {
  text-align: center;
  padding: 30px 10px;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-link {
  max-width: 600px;
  margin: 0 auto;
}
.footer-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-link li {
  padding: .25em 1em;
}
.footer-link li small {
  font-size: .875em;
  margin-right: .5em;
}
.footer-link li a {
  font-weight: bold;
  text-decoration: none;
}
.footer-link li a:hover {
  color: #7d0000;
  text-decoration: none;
}
.footer-link-l li {
  width: 100%;
}
.footer-link-s li {
  font-size: .9em
}
.footer-link-s {
  padding-top: .75em;
}

@media screen and (min-width: 768px){
  #footer {
    text-align: center;
    padding: 50px 10px;
  }
  .footer-logo {
    margin-bottom: 50px;
  }
  .footer-link-l li a small {
    font-weight: normal;
  }
}

#page-top a {
  position: relative;
  display: flex;
  justify-content:center;
  align-items:center;
  background: rgba(125, 0, 0, .8);
  border-radius: 50px;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition:all 0.3s;
}
#page-top a:hover{
  background: rgba(125, 0, 0, 1);
}
#page-top a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 10px;
}
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
    opacity: 1;
  transform: translateX(0);
  }
  to {
    opacity: 1;
  transform: translateX(100px);
  }
}


@media screen and (max-width: 767px){
  #page-top a {
    border-radius: 30px;
    width: 60px;
    height: 60px;
  }
}


/* Modaal
--------------------------------------------------------------------*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}

/*以下はコンテンツ内のレイアウト*/
.info-list dl,
.gallery-list{
  display: flex;
}

.info-list dt{
  margin:0 10px 0 0;
}

.gallery-list li{
  margin:0 10px 0 0;
}


/* Common
--------------------------------------------------------------------*/

.bg-gray {
  background: url("../../../../img/usr/category/sp/70th/bg.jpg") repeat center center fixed;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity:.6;
}

/* Google Map */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.gmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Youtube / Video */
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.br-mb {
  display: inherit;
}
.br-pc {
  display: none;
	margin-right: .5em;
}

@media print, screen and (min-width: 768px){
  .br-mb {
    display: none;
		margin-right: .5em;
  }
  .br-pc {
    display: inherit;
		margin-right: 0;
  }
}

@media screen and (max-width: 767px){
  .display-pc {
    display: none;
  }
  .display-mb {
    display: inherit;
  }
}
@media print, screen and (min-width: 768px) {
  .display-pc {
    display: inherit;
  }
  .display-mb {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

