/*
  Theme Name: Oxygen
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Onepage Site Template
  Version: 1.0
*/

/*************************
*******Typography******
**************************/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	background-color: #fff;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 50px 0;
}

.heading {
  padding-bottom:90px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
	position: absolute;
	top: 55%;
	margin-top: -104px;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	z-index: 15;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}
@media (max-width: 480px) {
.main-nav {
	padding:10px 0;
}
	
#home-slider .carousel-inner {
	height:260px;	

}
	
#home-slider .caption {
  position: absolute;
  top: 15%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-top: 60px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.3);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}
@media (max-width: 480px) {

.left-control, .right-control {
  top: 40%;
  height: 51px;
  width: 51px;
  line-height: 48px;

}
#home-slider .fa-angle-down {

  bottom: 650px;

}
}
.navbar-right li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding-top: 35px;
	padding-bottom: 35px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
	margin-top: 10px;
}

/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 35px;
}

/*************************
********About CSS*******
**************************/
#about-us {
	padding: 80px 0 60px;
	background-color: #000;
}

#about-us h2 {
  margin-top: 0;
  color: #fff;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}

.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
}


.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}

/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}

/*************************
*********Team CSS*********
**************************/
#team {
	background: rgba(255,255,255,0.02);
	padding: 60px 0;
}

.team-members {
  margin-bottom: 25px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#team .img-responsive {
  width: 100%;
}

.member-info h3 {
  margin-top: 35px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
}


/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}

/*************************
********Twitter CSS*******
**************************/
#twitter {
  background-image: url(../images/twitter-bg.jpg);
}

#twitter > div {
  text-align: center;
  position: relative;
}

#twitter-carousel {
  position: relative;
  z-index: 15
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
  padding: 0 55px;
}

#twitter-carousel .item a {
  color: #fff;
}

.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}

.twitter-left-control, 
.twitter-right-control {
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fafafa;
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 15
}

.twitter-left-control {
  left: 80px;
} 

.twitter-right-control {
  right: 80px
}

.twitter-left-control:hover, .twitter-right-control:hover {
  color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
  position: relative;
}

.post-icon {
  position: absolute;
  top:10px;
  right:10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}

.entry-header h3 a {
  line-height: 30px;
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}

.entry-content {
  font-size: 14px;
}

.load-more {
  display:block;
  text-align: center;
  margin-top: 70px;
}

.btn-loadmore {
  border: 1px solid #f2f2f2;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 125px;
  text-transform: uppercase;
}

.btn-loadmore:hover {
  color:#fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
	padding-top: 0px;
	padding-bottom: 0px;
}

#google-map {
  height: 350px;
}

#contact-us {
	background-image: url(../images/contact-bg.jpg);
	padding: 90px 0;
}

#contact-us .heading {
  padding-top: 95px;
}

.form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
	margin: 12px 0;
	line-height: 2;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0
}

#footer .footer-bottom {
	padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

/*Presets*/
.footer-bottom p {
	font-size: 14px;
	color: #FFF;
}
p span {
	font-size: 12px;
	opacity: 0.6;
	letter-spacing: 2px;
}
.design03 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #778ca3;
}

.design03 th,
.design03 td {
	padding: 5px 10px;
	border-bottom: solid 1px #778ca3;
}
.margin40 {
	margin-bottom: 40px;
}
/* 全体の読みやすさ向上 */
.company-container {
	max-width: 720px;
	margin: 0 auto;
	padding: 120px 20px;
	line-height: 1.7;
	color: #222;
}

/* ① 正規代理店声明を目立たせる */
.company-main-statement {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #111;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.company-sub-statement {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}


/* 情報ブロック（箇条） */
.company-info-list {
  max-width: 720px;
  margin: 0 auto 48px auto;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 12px 32px;
  font-size: 15px;
}

.company-info-list dt {
  font-weight: 600;
  color: #111;
}

.company-info-list dd {
  margin: 0;
  color: #333;
}


/* Contactリンク */
.company-contact {
  font-size: 16px;
  text-align: center;
  margin-top: 36px;
  color: #111;
}

.company-contact a {
  text-decoration: underline;
  color: #111;
}
.brand-story {
  max-width: 840px;
  margin: 0 auto;
  padding: 120px 20px;
  color: #111;
  line-height: 1.8;
}
.brand-story section p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.brand-hero {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 80px;
}

.brand-philosophy p,
.brand-history p,
.brand-japan p {
  margin-bottom: 40px;
  font-size: 18px;
  opacity: 0.9;
}
.brand-photo-slice {
  padding: 80px 0;
  text-align: center;
}
.brand-photo-slice img {
  max-width: 720px;
  width: 90%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.brand-visual {

  text-align: center;
  margin: 120px 0; 
}

.brand-visual img {
  width: 80%;
  max-width: 820px;
  height: auto;
  opacity: 0.95;
  filter: brightness(0.88) contrast(1.1);
}
@media (max-width: 768px) {
  .section {
    padding: 64px 24px;
  }
 .section + .section {
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .section p {
    font-size: 0.95rem;
    line-height: 2;
    max-width: 100%;
  }
  .brand-hero {
    min-height: 5vh;
    padding: 0 24px;
  }

  .brand-hero h1 {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }

  .brand-hero p {
    font-size: 0.9rem;
    margin-top: 24px;
  }
  .image-block {
    margin: 64px 0;
  }

  .image-block img {
    width: 100%;
    height: auto;
  }
    footer {
    padding: 80px 24px 40px;
  }
}
.dl-stack {
	max-width: 900px;
	margin: 0 auto;
	padding: 30px;
  }
  .dl-stack dt {
	font-weight: bold;
	font-size: 1.1rem;
	color: #333;
	border-left: 4px solid #003366; /* アクセントの左線 */
	padding-left: 12px;
	margin-bottom: 8px;
  }
  .dl-stack dd {
    margin-left: 0;
    margin-bottom: 32px; /* 次の項目との間隔を広めに */
    line-height: 1.8;
    color: #555;
  }
  .collection-hero {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-hero h1 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.series-block {
  padding: 120px 24px;
  text-align: center;
}

.series-block img {
  width: 70%;
  max-width: 840px;
  margin-bottom: 32px;
  opacity: 0.96;
}
.series-block h2 {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.series-block p {
  margin-top: 20px;
  font-size: 0.9rem;
  opacity: 0.6;
}



.series-block a:hover img {
  opacity: 0.9;
}

/* Collection Series Block */
.series-block {
  padding: 100px 24px;
  text-align: center;
}



.series-title {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.series-copy-en {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 6px;
}

.series-copy-ja {
  font-size: 0.9rem;
  font-weight: 300;
  opacity: 0.7;
}

.series-block a {
  text-decoration: none;
  color: inherit;
}
/* Hero */
.model-hero {
	height: 30vh;
	background: radial-gradient(circle at center, #0d0d0d 0%, #000 85%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 160px;
}

.hero-inner {
  text-align: center;
}

.model-hero .series {
  opacity: 0.65;
  font-size: 12px;
}

.model-hero .model-name {
  font-size: clamp(28px, 6vw, 42px);
  letter-spacing: 0.08em;
  font-weight: 500;
}

/* Images */
.model-image {
  max-width: 1000px;
  margin: 120px auto 0;
}

/* Text */
.model-text {
  max-width: 720px;
  margin: 120px auto;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.model-image + .model-text {
  margin-top: 100px;
}
.model-image:nth-of-type(2) {
  margin-top: 100px;
}
.model-image--secondary {
  max-width: 960px;
  margin: 140px auto;
}
.model-image--detail {
  max-width: 640px;
  margin: 120px auto;
}
/* Spec */
.model-spec {
	max-width: 720px;
	margin: 80px auto;
}

.model-spec h2 {
  font-size: 14px;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}

.model-spec dl div {
  display: block;
  justify-content: space-between;
  border-bottom: 1px solid #222;
  padding: 12px 0;
}

.model-spec dt {
	opacity: 0.9;
	font-weight: 600;
	margin-bottom: 20px;
}

.model-spec dd {
	margin: 0;
	line-height: 1.8em;
	font-size: 14px;
}

/* Footer */
.footer {
  text-align: center;
  padding: 80px 0 40px;
  font-size: 12px;
  opacity: 0.6;
}

/* Mobile */
@media (max-width: 768px) {
  .model-hero {
	  padding-bottom: 100px;
    height: 60vh;
  }

  .model-name {
    font-size: 26px;
  }

  .model-image,
  .model-text,
  .model-spec {
    margin: 80px 20px;
  }
}
/* ヒーローセクション */
.heros {
    position: relative;
    height: 50vh;
    /* 背景に星空の仮画像 */
    background: url('https://images.unsplash.com/photo-1534796636912-3b95b3ab5986?auto=format&fit=crop&q=80&w=2000') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.heros-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: radial-gradient(circle, transparent 20%, var(--bg-color) 90%);
}

.heros-content {
    position: relative;
    z-index: 1;
}

.heros h1 {
    font-size: clamp(2.5rem, 8vw, 5rem);
    letter-spacing: 0.3em;
    color: var(--text-gold);
    margin: 20px 0;
    font-weight: 400;
	/* 金色の質感を作るグラデーション */
    background: linear-gradient(
     45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%
    );
    /* 文字の形に背景をくり抜く */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    /* わずかな影で立体感を出す */
    filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.3));
}

.sub-title {
    letter-spacing: 0.6em;
    font-size: 0.8rem;
   /* 金色の質感を作るグラデーション */
    background: linear-gradient(
45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%
    );
    /* 文字の形に背景をくり抜く */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    /* わずかな影で立体感を出す */
    filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.3));
}

/* ストーリー */
.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.story-image img {
    width: 100%;
    filter: grayscale(20%) contrast(1.1);
    box-shadow: 0 0 30px rgba(197, 160, 89, 0.1);
}

.story-text h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: var(--text-gold);
}

/* 特徴リスト */
.section-title {
    text-align: center;
    color: var(--text-gold);
    margin-bottom: 80px;
    letter-spacing: 0.4em;
    font-size: 1.2rem;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 50px;
}

.feature-item img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--text-gold);
}

.f-number {
    color: var(--text-gold);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
}

.feature-item h3 {
    margin: 10px 0;
    font-weight: 400;
}

/* CTA & Footer */
.cta-box {
    border-top: 1px solid #333;
    padding-top: 80px;
    text-align: center;
}

.btn-gold {
    display: inline-block;
    margin-top: 40px;
    padding: 20px 60px;
    border: 1px solid ;
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease;
    letter-spacing: 0.2em;
}

.btn-gold:hover {
    background: var(--text-gold);
    color: var(--bg-color);
}

/* レスポンシブ */
@media (max-width: 768px) {
    .story-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

/* グリッド */
.model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px;
  padding: 0 6%;
}

/* カード共通 */
.model-card {
  text-decoration: none; /* 下線なし */
  color: inherit;
}

/* 背景付きwrapper */
.model-card-inner {
  position: relative;
  padding: 100px 0 0px; /* 上下に余白 */
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* 背景バリエーション */
.bg-astroluna {
  background: rgba(246, 244, 242, 0.5); /* オフホワイト系 */
}

.bg-tycho {
  background: rgba(235, 239, 245, 0.5); /* 軽いブルー系 */
}

.bg-GMT-3 {
  background: rgba(250,245,240,0.5); /* オフホワイト系 */
}

.bg-AstroLUNACustomization {
  background: rgba(242,238,245,0.5); /* 軽いブルー系 */
}


/* 画像 */
.model-card-inner img {
  display: block;
  margin: 0 auto;
  width: 70%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 40px 60px rgba(0,0,0,0.25));
   margin-top: 40px;
}

/* テキスト重ね（中央） */
.model-card-text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #111; /* 黒寄り */
}

/* シリーズ名 */
.series-name {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.08em;
}

/* 説明文 */
.series-copy {
  font-size: clamp(14px, 2.2vw, 18px);
  margin-top: 6px;
  opacity: 0.75;
}

/* ホバーでほんの少しズーム */
.model-card-inner:hover {
  transform: translateY(-6px);
}

/* モバイル対応 */
@media (max-width: 768px) {
  .model-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .model-card-inner {
    padding: 40px 0;
  }
  .model-card-inner img {
    width: 80%;
  }
  .series-name {
    font-size: 22px;
  }
  .series-copy {
    font-size: 16px;
  }
}
/* Hero Section */
.hero {
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?auto=format&fit=crop&w=1600&q=80'); /* 宇宙のイメージ */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.brand-name {
	letter-spacing: 0.5rem;
	color: #FFF;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.hero h1 {
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 300;
	margin-bottom: 20px;
	color: #FFF;
}

/* Buttons */
/* --- ボタン共通スタイル --- */
.btns {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    padding: 18px 32px;
    margin-top: 20px;
    text-decoration: none !important; /* 打ち消し */
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    border-radius: 0; /* 高級時計サイトらしく角を立てる */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* --- ゴールドボタン（メインの導線用） --- */
.btns-gold {
    background-color: #c5a059; /* ベースのゴールド */
    color: #ffffff !important;
    border: 1px solid #c5a059;
}

.btns-gold:hover {
    background-color: #e2c07d; /* 明るいゴールドへ変化 */
    border-color: #e2c07d;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* --- アウトラインボタン（控えめな導線用） --- */
.btns-outline {
    background-color: transparent;
    color: #c5a059 !important;
    border: 1px solid #c5a059;
}

.btns-outline:hover {
    background-color: rgba(197, 160, 89, 0.1);
    color: #e2c07d !important;
    border-color: #e2c07d;
    transform: translateY(-3px);
}

/* --- ボタン内テキストの微調整 --- */
.btns::after {
    content: ' >'; /* 矢印を少し加えるとクリックを促せます */
    margin-left: 10px;
    font-size: 0.8em;
    transition: transform 0.3s;
}

.btns:hover::after {
    transform: translateX(5px);
}

/* Product Cards */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.product-card {
    background: var(--bg-accent);
    padding: 30px;
    text-align: center;
    border-radius: 4px;
    transition: transform 0.3s;
}

.product-card:hover { transform: translateY(-10px); }

/*.img-placeholder {
    width: 100%;
    aspect-ratio: 1/1;
    background: #1e293b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
}*/
/* 商品カード内の画像コンテナ */
.product-image {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden; /* ホバー時に画像がはみ出さないようにする */
    background-color: #1e293b; /* 画像がない時の背景色 */
}

.product-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease; /* ホバー時の動きを滑らかに */
}

/* カードにマウスを乗せた時に、画像を少し拡大させる演出（高級感が出ます） */
.product-card:hover .product-image img {
    transform: scale(1.05);
}

/* 「詳細を見る」などのテキストリンク用（もし必要であれば） */
.btn-text {
    display: inline-block;
    margin-top: 15px;
    color: var(--gold);
    text-decoration: none;
    font-size: 0.9rem;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.btn-text:hover {
    border-bottom: 1px solid var(--gold);
}
/* Table */
.table-wrapper {
    overflow-x: auto;
    margin-top: 40px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 20px;
    border-bottom: 1px solid #334155;
    text-align: left;
}

th { color: var(--gold); font-weight: 600; }

/* Contact Section */
.contact-box {
    background: var(--bg-accent);
    padding: 60px;
    text-align: center;
    border: 1px solid #1e293b;
}
.sub-copy {
	color: #FFF;
}
/* =========================
   HERO VIDEO
========================= */

.hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

/* 動画 */
.hero-video__movie {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 黒グラデで締める */
.hero-video__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.3),
    rgba(0,0,0,0.7)
  );
}

/* テキスト */
.hero-video__content {
  position: relative;
  z-index: 2;

  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: #fff;
  padding: 0 20px;
}

/* ブランド名 */
.hero-video__content h1 {
  font-size: clamp(32px, 6vw, 64px);
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-bottom: 16px;
}

/* コピー */
.hero-video__content p {
  font-size: 16px;
  letter-spacing: 0.08em;
  opacity: 0.85;
  margin-bottom: 40px;
}

/* ボタン */
.hero-video__btn {
  display: inline-block;

  padding: 14px 36px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;

  letter-spacing: 0.1em;
  font-size: 14px;

  transition: all .3s ease;
}

.hero-video__btn:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {

  .hero-video {
    height: 70vh;
  }

  .hero-video__content h1 {
    letter-spacing: 0.1em;
  }

}
/* =========================
   Video Hero Section
========================= */

.video-hero {
  padding: 120px 20px 140px;
  background: #0f0f0f;
  text-align: center;
}

.video-wrap {
  max-width: 1100px;
  margin: 0 auto 40px;
  position: relative;
  aspect-ratio: 16 / 9;

  border-radius: 12px;
  overflow: hidden;

  box-shadow:
    0 30px 60px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.05);
}

.video-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-copy {
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #aaa;
}

@media (max-width: 768px) {

  .video-hero {
    padding: 80px 15px 100px;
  }

  .video-copy {
    font-size: 12px;
  }

}
/* =========================
   GALLERY
========================= */

.gallery {
  padding: 120px 10%;
  background: #0b0e14;
}

/* タイトル */
.gallery-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: .15em;
  margin-bottom: 60px;
  font-weight: 400;
  color: #fff;
}

/* グリッド */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.gallery-grid figure {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
/* 画像 */
.gallery-grid img {
  width: 100%;
  height: auto;
  display: block;

  border-radius: 6px;

  transition: transform .4s ease,
              opacity .4s ease;
  opacity: 0;
  animation: fadeIn .8s ease forwards;
    height: 100%;
  object-fit: cover;
  			  
}
@keyframes fadeIn {
  to { opacity: 1; }
}
/* Hover（PCのみ） */
.gallery-grid figure:hover img {
  transform: scale(1.03);
  opacity: .9;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .gallery {
    padding: 80px 6%;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

}

/* =============================
   OMEGA風ギャラリー
============================= */

.omega-style-gallery{
  padding: 120px 10%;
  background: #0b0e14;
  color: #fff;
}

/* タイトル */
.gallery-title {
  font-size: clamp(24px, 3vw, 32px);
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: .12em;
  opacity: .85;
}

/* 写真配置 */
.gallery-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* 画像 */
.gallery-row .gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Hoverでほんのり拡大 */
.gallery-row .gallery-item:hover img {
  transform: scale(1.03);
  opacity: .95;
}

/* モバイル */
@media(max-width:768px){

  .omega-style-gallery {
    padding: 80px 6%;
  }

  .gallery-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
/* =========================
   PRODUCT TOP
========================= */

.product-top {
	padding: 140px 8% 120px;
	color: #333;
	background-color: #FFFFFF;
}

/* 全体2カラム */
.product-top-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: start;
}


/* =========================
   LEFT : IMAGES
========================= */

.product-images {
  width: 100%;
}

/* メイン */
.main-image img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 24px;
}

/* サムネ */
.thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.thumb-grid img {
  width: 100%;
  border-radius: 4px;
  cursor: pointer;

  opacity: .85;
  transition: .3s;
}

.thumb-grid img:hover {
  opacity: 1;
  transform: scale(1.03);
}


/* =========================
   RIGHT : INFO
========================= */

.product-info {
  position: sticky;
  top: 120px;
}

/* シリーズ */
.product-series {
  font-size: 12px;
  letter-spacing: .2em;
  opacity: .6;
  margin-bottom: 12px;
}

/* タイトル */
.product-info h1 {
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: .08em;
  margin-bottom: 20px;
}

/* コピー */
.product-copy {
  font-size: 14px;
  letter-spacing: .1em;
  opacity: .8;
  margin-bottom: 28px;
}

/* 説明 */
.product-desc {
  font-size: 15px;
  line-height: 1.8;
  opacity: .9;
  margin-bottom: 48px;
}

/* ボタン */
.btn-spec {
	display: inline-block;
	padding: 14px 32px;
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 13px;
	transition: .3s;
}

.btn-spec:hover {
  background: #fff;
  color: #000;
}


/* =========================
   MOBILE
========================= */

@media(max-width:900px){

  .product-top {
    padding: 100px 6% 80px;
  }

  .product-top-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .product-info {
    position: static;
  }

  .thumb-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}
.about-info.wow.fadeInUp .text-center {
	font-size: 12px;
	line-height: 2;
	color: #333;
	margin-top: 20px;
}
#services .container .row .col-sm-3 {
	margin-bottom: 50px;
}
/* =========================
   2026/5/8
========================= */
.hero-video{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-video video{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.hero-content{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}

.hero-content h1{
  font-size: clamp(40px,7vw,110px);
  font-weight: 200;
}

.hero-sub{
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.3em;
}
.hero-copy{
  font-size: clamp(42px, 8vw, 120px);
  font-weight: 200;
  letter-spacing: 0.28em;
  color: rgba(255,255,255,0.92);

  text-shadow:
    0 0 10px rgba(255,255,255,0.15),
    0 0 30px rgba(255,255,255,0.08);

  position: relative;
  display: inline-block;

  animation: vicenterraFade 2.5s ease forwards;
}

/* 下ライン */
.hero-copy::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 120px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0),
      rgba(255,255,255,0.9),
      rgba(255,255,255,0)
    );

  transform: translateX(-50%);
}

/* 上テキスト */
.hero-copy::before{
  content: "SWISS INDEPENDENT WATCHES";
  position: absolute;
  top: -28px;
  left: 50%;

  transform: translateX(-50%);

  font-size: 10px;
  letter-spacing: 0.45em;
  color: rgba(255,255,255,0.55);
  font-weight: 400;
}

@keyframes vicenterraFade{
  0%{
    opacity: 0;
    transform: translateY(20px);
    letter-spacing: 0.5em;
  }

  100%{
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0.28em;
  }
}