@charset "UTF-8";

header h1 span {
  width: 158px;
  height: 24px;
  position: absolute;
  left: 32px;
  display: block;
  overflow: hidden;
}
header h1 span:nth-child(1) {
  background: url("../images/") no-repeat;
  background-position: left top;
  background-size: 108px 24px;
  z-index: 100;
}
header h1 span:nth-child(2) {
  background: url(../images/) no-repeat;
  background-size: 108px 24px;
  height: 0px;
  width: 158px;
}
header nav {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background-color: #000000;
  width: 150px;
  height: 75px;
}
header nav button#close-btn {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
  border: 0px;
  background: url(../images/icons/icon_close.png) center center no-repeat;
  background-size: 19px 19px;
  cursor: pointer;
}
header nav button#close-btn:after {
  content: 'CLOSE';
  font-size: 9px;
  position: absolute;
  width: 75px;
  text-align: center;
  bottom: 7px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
}
header nav button#close-btn:focus {
  outline: 0;
}
header nav label#menu-label {
  display: block;
  width: 75px;
  height: 75px;
  background: url(../images/icons/humburger.png) center center no-repeat;
  background-size: 22px 17px;
  float: right;
  position: relative;
  cursor: pointer;
}
header nav label#menu-label:after {
  content: 'MENU';
  font-size: 9px;
  position: absolute;
  width: 75px;
  text-align: center;
  bottom: 7px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* set width & height to each element we gonna add a class to one of them to apply the style */
/* first, set the ratio to window */
input#toggle-menu:checked ~ article, input#toggle-menu:checked ~ header, input#toggle-menu:checked ~ footer, input#toggle-menu:checked ~ #drawer {
  transform: translateX(-376px);
  -webkit-transform: translateX(-376px);
  transition: 0.3s transform cubic-bezier(0.1, 0.58, 0.65, 0.99);
  -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.1, 0.58, 0.65, 0.99);
}
input#toggle-menu ~ article, input#toggle-menu ~ header, input#toggle-menu ~ footer, input#toggle-menu ~ #drawer {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-transition: 0.3s ease-out -webkit-transform;
  transition: 0.3s ease-out transform;
}
div#drawer a {
  color: #ffffff;
  text-decoration: none;
}
article {
  overflow: hidden;
  background: #ffffff;
  /* main visual */
}
article section#main-visual {
  width: 100%;
  height: 50vw;
  background-color: #ffffff;
  background-size: cover;
  position: relative;
  z-index: -1;
}
article section#main-visual > ul.sns-share {
  display: none;
  position: absolute;
  bottom: 2.0834vw;
  right: 3.1251vw;
  font-size: 1.2rem;
}
article section#main-visual > ul.sns-share li {
  float: left;
  list-style: none;
  color: #666666;
  height: 20px;
  line-height: 20px;
}
article section#main-visual > ul.sns-share li a {
  display: block;
  float: left;
  line-height: 14px;
}
article section#main-visual > ul.sns-share li:nth-child(1) {
  margin-right: 20px;
}
article section#main-visual > ul.sns-share li:nth-child(1) a {
  display: block;
  margin-right: 12px;
}
article section#main-visual > ul.sns-share li:nth-child(1) a img {
  width: 8px;
  height: 15px;
}
article section#main-visual > ul.sns-share li:nth-child(2) a {
  display: block;
  margin-right: 10px;
  margin-top: 2px;
}
article section#main-visual > ul.sns-share li:nth-child(2) a img {
  width: 16px;
  height: 13px;
}
article section#main-visual ul#main-visual-slider {
  width: 300vw;
  height: 50vw;
  margin-left: -100vw;
  overflow: hidden;
  position: relative;
}
article section#main-visual ul#main-visual-slider > li {
  width: 100vw;
  height: 50vw;
  float: left;
  position: relative;
  list-style: none;
}
article section#main-visual button {
  position: absolute;
  z-index: 100;
  border: none;
  outline: none;
}
article section#main-visual button:hover {
  cursor: pointer;
}
article section#main-visual button#forward-btn {
  right: 0;
  top: 50%;
  background: url(../images/icons/slider_chevron.png) no-repeat center center;
  background-size: 16px 28px;
  width: 32px;
  height: 56px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
article section#main-visual button#backward-btn {
  left: 0;
  top: 50%;
  background: url(../images/icons/slider_chevron.png) no-repeat center center;
  background-size: 16px 28px;
  width: 32px;
  height: 56px;
  transform: scaleX(-1) translateY(-50%);
  -webkit-transform: translateY(-50%) scaleX(-1);
}
article section#main-visual button#thum-next-btn, article section#main-visual button#thum-prev-btn {
  position: absolute;
  top: 31px;
  width: 16px;
  height: 28px;
}
article section#main-visual button#thum-next-btn.opaque, article section#main-visual button#thum-prev-btn.opaque {
  opacity: 0.3;
  transition: 0.3s opacity ease-in;
  -webkit-transition: 0.3s opacity ease-in;
}
article section#main-visual button#thum-next-btn.visible, article section#main-visual button#thum-prev-btn.visible {
  opacity: 1;
  transition: 0.3s opacity ease-in;
  -webkit-transition: 0.3s opacity ease-in;
}
article section#main-visual button#thum-next-btn {
  right: 0;
  background: url(../images/icons/thumbnail_chevron.png) no-repeat center center;
  background-size: 8px 14px;
}
article section#main-visual button#thum-prev-btn {
  left: 0;
  background: url(../images/icons/thumbnail_chevron.png) no-repeat center center;
  background-size: 8px 14px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
article section#main-visual #thumbnail-container-box {
  width: 596px;
  height: 90px;
  position: absolute;
  left: 50%;
  margin-left: -298px;
  bottom: 0;
}
article section#main-visual nav#thumbnail-slider-container {
  position: relative;
  height: 90px;
  overflow: hidden;
  width: 540px;
  margin: 0 auto;
}
article section#main-visual nav#thumbnail-slider-container > ul#thumbnail-slider {
  position: relative;
  width: 540px;
  overflow: hidden;
  left: 0;
}
article section#main-visual nav#thumbnail-slider-container > ul#thumbnail-slider > li {
  width: 76px;
  height: 38px;
  float: left;
  background-color: #ffffff;
  margin: 27px 7px;
  list-style: none;
  color: #ffffff;
  position: relative;
}
article section#main-visual nav#thumbnail-slider-container > ul#thumbnail-slider > li:after {
  content: '';
  position: absolute;
  background-size: 76px 38px;
  transition: background 0.3s ease-in;
  opacity: 0;
  background: transparent url(../images/details/thumbnail_border.png) no-repeat center center;
}
article section#main-visual nav#thumbnail-slider-container > ul#thumbnail-slider > li:hover {
  cursor: pointer;
}
article section#main-visual nav#thumbnail-slider-container > ul#thumbnail-slider > li.highlighted:after {
  opacity: 1;
  content: '';
  position: absolute;
  width: 76px;
  height: 38px;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  background: rgba(0, 0, 0, 0.6) url(../images/details/thumbnail_border.png) no-repeat center center;
  background-size: 76px 38px;
}
article section#main-visual svg {
  position: absolute;
  bottom: 3.1251vw;
  left: 50%;
  margin-left: -40px;
  letter-spacing: 0.08em;
}
article section#main-visual svg circle {
  opacity: 0.1;
}
article div#other-sections {
  padding-top: 6.25vw;
  background-color: #ffffff;
}
article section#secondary-content {
  float: left;
  width: 16.6666vw;
  margin-left: 7.2917vw;
}
article section#secondary-content > nav#sitemap {
  border-bottom: 1px dashed;
}
article section#secondary-content > nav#sitemap ul {
  margin-bottom: 40px;
}
article section#secondary-content > nav#sitemap ul li {
  list-style: none;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
article section#secondary-content > nav#sitemap ul li:first-child a:after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  background: url(../images/icons/icon_next_arrow.png) center center no-repeat;
  background-size: 6px 10px;
  margin-left: 30px;
  margin-top: 1px;
  float: right;
  right: 3.1251vw;
  position: relative;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
article section#secondary-content > nav#sitemap ul li a {
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
}
article section#secondary-content > nav#sitemap ul li a:after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  background: url(../images/icons/icon_next_arrow.png) center center no-repeat;
  background-size: 6px 10px;
  margin-left: 30px;
  margin-top: 1px;
  float: right;
  right: 3.1251vw;
  position: relative;
}
article section#secondary-content > aside {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 40px;
}
article section#secondary-content > aside h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
article section#secondary-content > aside h2 {
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 23px;
}
article section#secondary-content > aside address {
  font-style: normal;
  margin-bottom: 20px;
}
article section#secondary-content > aside address dl {
  font-size: 1.4rem;
}
article section#secondary-content > aside address dl dt {
  float: left;
  line-height: 23px;
}
article section#secondary-content > aside address dl dt:nth-of-type(2), article section#secondary-content > aside address dl dt:nth-of-type(3) {
  font-size: 1.4rem;
}
article section#secondary-content > aside address dl dt:nth-of-type(4) {
  width: 100%;
}
article section#secondary-content > aside address dl dt:after {
  content: ':';
  margin: 0 5px;
}
article section#secondary-content > aside address dl dd {
  line-height: 23px;
}
article section#secondary-content > aside address dl dd:nth-of-type(2), article section#secondary-content > aside address dl dd:nth-of-type(3) {
  font-size: 1.4rem;
}
article section#secondary-content > aside address dl dd:nth-of-type(4) > span {
  display: block;
}
article section#article-content {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
article section#article-content:after {
  content: '';
  display: block;
  clear: both;
}
article section#article-content > h1 {
  font-size: 35px;
  font-weight: bolder;
}
article section#article-content > h1 > span {
  display: block;
  font-size: 20px;
  margin-top: 0px;
  font-weight: lighter;
}
.tit_sec{
font-size:17px !important;
font-weight: bold;
letter-spacing:0.5px;
line-height:1.7;
}
.tit_sec::after{
background-color:#f6ce39;
content:"";
display:block;
height:1px;
margin-top:14px;
width:auto;
}
article section#article-content > span:nth-of-type(1) {
  font-size: 22px;
  font-weight: bolder;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
}
article section#article-content > span:nth-of-type(2) {
  float: right;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  color: #5b4431;
  font-size: 13px;
  font-weight: bolder !important;
  width: 110px;
  height: 40px;
  line-height: 3.0em;
  background-color: #f6ce39;
  text-align: center;
}
article section#article-content > span:nth-of-type(2):after {
  content: '';
  display: block;
  clear: both;
}
article section#article-content > span:nth-of-type(3) {
  float: right;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bolder !important;
  width: 110px;
  height: 40px;
  line-height: 3.0em;
  background-color: #5b4431;
  text-align: center;
  margin-right: 10px;
}
article section#article-content > span:nth-of-type(3):after {
  content: '';
  display: block;
  clear: both;
}
article section#article-content > p {
  font-size: 15px;
  line-height: 2em;
  margin-top: 6.5vw;
  margin-bottom: 34px;
}
article section#article-content > p.sub_txt {
  font-size: 15px;
  line-height: 2em;
  margin-top: 20px;
  margin-bottom: 34px;
}

article section#article-content > aside {
  font-size: 15px;
}
article section#article-content > aside h1 {
  font-weight: bolder;
  line-height: 2.0rem;
}
article section#article-content > aside div {
  width: 38.5417vw;
  overflow: hidden;
}
article section#article-content > aside div span {
  float: left;
  line-height: 2.2rem;
  display: inline-block;
}
/*article section#article-content > aside div span:not(:nth-last-child(-n+2)):after {
            content: '・';
            margin: 0 5px; }*/
article section#article-content > aside > dl {
  margin-top: 20px;
  line-height: 2.2rem;
}
article section#article-content > aside > dl dt {
  float: left;
}
article section#article-content > aside > dl dt:after {
  content: ':';
  margin: 0 5px;
}
article section#detail-gallery {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 156.25vw;
}
article section#detail-gallery > ul > li {
  float: left;
  display: block;
  position: absolute;
}
article section#detail-gallery > ul > li.no-filter {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
article section#detail-gallery > ul > li.blur-filter {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
article section#detail-gallery > ul > li.detail-01 {
  width: 50vw;
  height: 43.75vw;
  top: 0;
  left: 0;
  background: url("../images/01-FERRARI_328_GTB_1989.jpg") center center no-repeat;
  background-size: cover;
}
article section#detail-gallery > ul > li.detail-02 {
  width: 50vw;
  height: 43.75vw;
  top: 0;
  left: 50vw;
  background: url(../images/02-FERRARI_328_GTB_1989.jpg) center center no-repeat;
  background-size: cover;
}
article section#detail-gallery > ul > li.detail-03 {
  width: 25vw;
  height: 25vw;
  top: 43.75vw;
  left: 0;
  background: url(../images/05-FERRARI_328_GTB_1989.jpg) center center no-repeat;
  background-size: cover;
}
article section#detail-gallery > ul > li.detail-04 {
  width: 25vw;
  height: 25vw;
  top: 43.75vw;
  left: 25vw;
  background: url(../images/06-FERRARI_328_GTB_1989.jpg) center center no-repeat;
  background-size: cover;
}
article section#detail-gallery > ul > li.detail-05 {
  width: 50vw;
  height: 43.75vw;
  top: 43.75vw;
  left: 50vw;
  background: url(../images/03-FERRARI_328_GTB_1989.jpg) center center no-repeat;
  background-size: cover;
}
article section#detail-gallery > ul > li.detail-06 {
  width: 50vw;
  height: 43.75vw;
  top: 68.75vw;
  left: 0;
  background: url(../images/04-FERRARI_328_GTB_1989.jpg) center center no-repeat;
  background-size: cover;
}
article section#detail-gallery > ul > li.detail-07 {
  width: 50vw;
  height: 43.75vw;
  top: 87.5vw;
  left: 50vw;
  background: url(../images/07-FERRARI_328_GTB_1989.jpg) center center no-repeat;
  background-size: cover;
}
/*ギャラリー文字エンドロール*/
.cp_cont {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 2em auto;
  width: 100%;
  height: 100%;
}
.cp_anime14 {
  position: relative;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: anime14_text 40s linear infinite;
  animation: anime14_text 40s linear infinite;
  text-align: center;
  color: #FFF;
}
.cp_anime14 .text1 {
  font-size: 2.0em;
  margin-bottom: 30px;
}
.cp_anime14 .text2 {
  font-size: 1.0em;
  margin-bottom: 5px;
}
.cp_anime14 .text3 {
  font-size: 1.3em;
  margin-bottom: 20px;
}

article .btn {
  width: 40%;
  padding-top: 20px;
  margin: 0 auto;
}
article .btn a {
  display: block;
  border: 1px solid #f6ce39;
  text-align: center;
  background: #f6ce39;
  padding: 12px 0;
  color: #5b4431;
  font-weight: bold;
  font-size: 1.2em;
}
article .btn a:hover {
  border: 1px solid #f6ce39;
  text-align: center;
  background: #fff;
  padding: 12px 0;
  color: #5b4431;
  font-weight: bold;
  font-size: 1.2em;
}
@-webkit-keyframes anime14_text {
  0% {
    top: 100%;
  }
  100% {
    top: -200%;
  }
}
@keyframes anime14_text {
  0% {
    top: 100%;
  }
  100% {
    top: -200%;
  }
}


@media screen and (max-width: 1100px) {
  article section#secondary-content > nav#sitemap ul {
    margin-bottom: 40px;
  }
  article section#secondary-content > nav#sitemap ul li:first-child a:after {
    right: 0;
  }
  article section#secondary-content > nav#sitemap ul li a:after {
    right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 999px) {
  header h1 {
    margin-top: 0;
  }
  header h1 span {
    left: 0;
  }
  header nav button#close-btn {
    width: 54px;
    height: 54px;
  }
  article section#main-visual {
    padding-top: 54px;
    background: #000000;
    height: 50vw !important;
  }
  article section#main-visual button#forward-btn, article section#main-visual button#backward-btn {
    background-size: 12px 21px;
  }
  article section#main-visual > div#thumbnail-container-box {
    display: none;
  }
  article section#secondary-content {
    float: none;
    width: 80vw;
    margin: 60px auto;
  }
  article section#article-content {
    float: none;
    width: 80vw;
    margin: 20px auto 60px;
  }
  article section#article-content > h1 {
    font-size: 1.7rem;
	line-height: 1.3;
  }
  article section#article-content > h1 > span {
	padding-top: 10px;
  }
  article section#article-content > span:nth-of-type(1) {
    font-size: 16px;
  }
  article section#article-content > span:nth-of-type(2) {
    font-weight: 100;
  }
  article section#article-content > span:nth-of-type(3) {
    font-weight: 100;
  }
  article section#article-content > p {
    clear: both;
    margin-top: 60px;
  }
  article section#article-content > aside div {
    width: 100%;
    line-height: 16px;
  }
}
/*# sourceMappingURL=detail.css.map */