@charset "UTF-8";


.sp,.slick-slider.sp{display: block;}
.pc,.slick-slider.pc{display: none;}


@font-face {
  font-family: 'Glence bold';
  src: url('../fonts/bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Glence medium';
  src: url('../fonts/medium.woff2') format('woff2');
}


@font-face {
  font-family: 'Glence regular';
  src: url('../fonts/regular.woff2') format('woff2');
}

body{
    font-family: "Noto Sans Japanese", sans-serif;
    background: #fff;
    overflow-x: hidden;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    }

@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
	}

a img {border: none; }


/*********** header ***********/
header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	margin: 0;
	padding:0;
	background: rgba(255,255,255,0.98);
	transition: .3s;
}
header a{
	display: block;
	width: 100%;
	height: 100%;
}

.logo {
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	margin: 18px 0 22px;
	width: 128px;
	height: 20px;
}
.logo img {
	width: 160px;
	height: 25px;
}
.title {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 164px;
	height: 14px;
	margin: -7px 0 0 -82px;
	display: block;
	padding: 0;
}

/*********** footer ***********/



footer {
    position: relative;
    padding: 30px;
}

footer .seiko_logo{
    text-align: center;
    margin: 0 auto 17px;
    
}

footer .seiko_logo,
footer .seiko_logo a,
footer .seiko_logo img {
/*
	width: 62px;
	height: 13px;
*/
    width: 76.3px;
	height: 15px;
    
/*
    width: 87px;
	height: 17px;

*/
}

footer p{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: "Glence regular",sans-serif;
    font-size: 12px;
}

footer .lang {
    position: relative;
    margin:  0 auto;
    margin-bottom: 40px;
    height: 14px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    font-weight: 200;
}
    
footer .lang span{
    display: inline-block;
}
    
footer .lang span.current-lang{
    color: #000;
}
    
footer .lang span:nth-of-type(2){
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px #000 solid;
    height: 15px;
}

footer .lang a{
    color: #ccc;
    transition: 0.3s;
}
    
footer .lang a:hover {
    color: #888;
}



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


section {
    padding: 50px 30px;
/*    width: 100%;*/
    margin: 0 auto;
}

section>div {
/*
 width: 100%;
  max-width: 800px;
*/
  
}

.full-wide-slider{
    margin: 0;
    padding: 0;
    height: auto;
    max-width: 100%;
}

.full-wide-slider>div{
    margin: 0;
    max-width: 100%;
}


.summary {
    /* padding-bottom: 30px; */
}

.summary h2{
    font-family: "Glence regular",sans-serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 300;
}

.summary h2 span{
    font-size: 30px;
    display: block;
     padding-top: 18px; 
}

.summary h3{
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 25px;
    padding-top: 10px;
}



.summary p{
    font-weight: 200;
    font-size: 15px;
    line-height: 2;
}
/*

.wrapper {
    width: 100%;
    overflow-x: hidden;
}
*/

.wrapper .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
}



/*ーーーーーーーーーーーーーーーーーーーーーーー*/

/*
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
  :root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #ddd;
    --color-theme: #f5695f;
    --color-theme-darken: #f12617;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }

  html {
    font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-size: 62.5%;
    line-height: 1.8;
    height: 100%;
    word-break: break-word;
    color: #333;
    background-color: var(--color-base);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }

  body {
    font-size: 1.6rem;
    margin: 0;
  }

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

  ::-moz-selection {
    color: #fff;
    background: var(--color-theme);
  }

  ::selection {
    color: #fff;
    background: var(--color-theme);
  }

  img {
    border: 0;
    margin: 0;
  }

  figure {
    margin: 0;
  }

  p {
    margin: 0;
    padding: 0;
  }

  a {
    text-decoration: none;
    color: #333;
  }

  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
  }

  main {
    display: block;
  }

  .l-inner {
  }

  .l-section {
  }
  .l-section .l-inner {
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
  }
  .slide-media img,
  .thumb-media img {
  }

*/

/*
  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }
*/

  .swiper-container {
    overflow: hidden;
  }
  .swiper-container .swiper {
    overflow: visible;
  }
/*
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
  }
  .swiper-container .swiper-button-prev::before, .swiper-container .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
  .swiper-container .swiper-button-prev::after, .swiper-container .swiper-button-next::after {
    border-color: #fff;
  }
  .swiper-container .swiper-button-prev {
    right: calc(100% - 1.6rem);
  }
  .swiper-container .swiper-button-next {
    left: calc(100% - 1.6rem);
  }
*/
  .swiper-container .slide {
  }
  .swiper-container .slide-media {
    padding-top: 0;
  }
  .swiper-container .slide-media img {
    height: auto;
    position: relative;
    width: 100%;
  }
  .swiper-container .slide-content {
    padding: 1em;
  }
/*
  .swiper-container .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
  }
*/

/*
03の場合は有効
  .swiper-container .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
  }
*/




/*
  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    
    .pc {
      display: none !important;
    }
    .swiper-container .swiper {
    }
    .swiper-container .swiper-button-prev {
      right: calc(100% - 5.2rem);
    }
    .swiper-container .swiper-button-next {
      left: calc(100% - 5.2rem);
    }
  }
*/

/*
  @media only screen and (max-width: 599px) {

    .pc-tab {
      display: none !important;
    }
  }
*/

/*
  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    .swiper-container .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-container .slide:hover {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
      -webkit-box-shadow: var(--box-shadow-hover);
              box-shadow: var(--box-shadow-hover);
    }
    .swiper-container .slide:hover img {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
*/

/*
  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }
*/

  .l-section .l-inner {
  padding: 0 calc(50% - 75px);
  position: relative;
  margin-bottom: 45px;
  }

  [class*=swiper]:focus {
    outline: none;
  }


/*
  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }


  .card04 .swiper-button-prev, .card04 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .card04 .swiper-button-prev::before, .card04 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
  .card04 .swiper-button-prev::after, .card04 .swiper-button-next::after {
    border-color: #fff;
  }
  .card04 .swiper-button-prev {
    right: calc(100% - 1.6rem);
  }
  .card04 .swiper-button-next {
    left: calc(100% - 1.6rem);
  }
  .card04 .swiper-a:not(.swiper-initialized) {
    padding: 0;
  }
  .card04 .swiper-a:not(.swiper-initialized) .swiper-button-prev,
  .card04 .swiper-a:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }
*/
  .card04 .swiper-a:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  .card04 .swiper-b:not(.swiper-initialized) {
    padding: 0;
  }
/*
  .card04 .swiper-b:not(.swiper-initialized) .swiper-button-prev,
  .card04 .swiper-b:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }
*/
  .card04 .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }

  
  .swiper-container .slide-title {
    line-height: 1.3em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.6em;
    margin: 0;
    font-family: "Glence medium",sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
  }


/*
  @media only screen and (max-width: 768px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
    }
    .pc {
      display: none !important;
    }

    .card04 .swiper-button-prev {
      right: calc(100% - 5.2rem);
    }
    .card04 .swiper-button-next {
      left: calc(100% - 5.2rem);
    }
  }

  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }
    .card04 .swiper-b:not(.swiper-initialized) .swiper-wrapper {
      grid-template-columns: repeat(1, 1fr);
    }
  }

  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
*/
/*
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
*/
/*
    .card04 .slide {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card04 .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card04 .slide:hover {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
      -webkit-box-shadow: var(--box-shadow-hover);
              box-shadow: var(--box-shadow-hover);
    }
    .card04 .slide:hover img {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
*/

/*
  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }

  @media only screen and (max-width: 1024px) and (min-width: 600px) {
    .card04 .swiper-b:not(.swiper-initialized) .swiper-wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
  }*/

.content-body .summary h2{
    font-family:"Glence regular", "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 29px;
    margin-bottom: 15px;
}

.content-body .summary h2 span.serial-number{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
}


.toggle-container{
    position: relative;
    padding-top: 100%;
}

.toggle-container img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.toggle-container img.original{
    opacity: 1;
}
.toggle-container img.rebirth{
    opacity: 0;
    transition: 0.4s;
}

.toggle-container img.rebirth.change{
    opacity: 1;
}

/*

#watch{
width: 100%;
height: auto;
background: url(../images/rebirth_pc_3_1_1.jpg) no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
#watch.on_watch{
background: url(../images/rebirth_pc_3_1_2.jpg) no-repeat;
background-size: 100% 100%;
}
#btn{
width: 140px;
height: 140px;
background: url(../images/toggle_original.jpg) no-repeat;
background-size: 100% 100%;
}
#btn.on_btn{
background: url(../images/toggle_rebirth.jpg) no-repeat;
background-size: 100% 100%;
}
*/
.content-body p{
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 2;
    font-weight: 200;
}

.img-and-caption img{
    width: 100%;
    
}
.img-and-caption{
    margin-bottom: 34px;
    
}

.content-body p.caption{
    margin-top: 15px;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 0;
    
}

.content-body p.caption span{
    font-weight: 500;
    
}

.other-container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.other-container .other{
    margin-right: 15px;
    display: inline-block;
    width: calc(50% - 8px);
    text-align: center;
    margin-bottom: 30px;
}


.other-container a.other:visited,
a.swiper-slide:visited{
    color: #cccccc;
}

.other-container .other h2{
    font-family: "Glence medium",sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-top: 1em;
    font-weight: 400;
}

.other-container .other img{
    width: 100%;
}

.other-container .other:nth-child(2n){
    margin-right: 0;
}

.link-to-seed{
    margin: 30px auto;
    display: block;
    max-width: 570px;
}

.link-to-seed img{
    width: 100%;
}



.vimeo-container {
    margin-top: 50px;
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}

.vimeo-container iframe {
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  width: 177.8vw;
  height: 100vw;
}




@media screen and (min-width: 600px), print {
    
    .other-container .other{width: calc(33.3% - 10px);}
    
    .other-container .other:nth-child(2n){margin-right: 15px;}
    
    .other-container .other:nth-child(3n){margin-right: 0;}
    
}









