@charset "UTF-8";
/* CSS Document */

body{
background-color: #ffe460;
margin: 0;
padding: 0;
transition: all 1s;
-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
animation: fadeIn 1.5s ease 0s 1 normal;
color: #222222;
}

a{
  transition: .3s;
  color: #222222;
  cursor: pointer;
}
a:visited {text-decoration: none;}


@keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

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

    100% {
      opacity: 1
    }
  }

h2{
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.3vw; 
margin-bottom: 10px;
font-weight: 700;
color: #222222;
letter-spacing: 3px;
}

h3{
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.1vw; 
margin-bottom: 10px;
font-weight: 900;
color: #222222;
}

.s-1{
width: 100vw;
height: 100vh;
background-image: url("../img/image1.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}

.s-2{
width: 100vw;
height: 100vh;
background-image: url("../img/image2.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}

.s-all{
width: 100vw;
height: 100vh;
background-image: url("../img/all.jpg");
background-size: cover;
background-repeat: no-repeat;
}


.swiper-slide div { 
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.swiper-slide div p{ 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 5.5vw;
    font-weight: bold;
    color: #036eb8;
    letter-spacing: 8px;
    line-height: 2em;
    text-decoration: none;
    padding-bottom: 15%;
}




.lineup-t{
font-family: 'Barlow Condensed', sans-serif;
width: 100%;
color: #fff;
font-size: 2.5vw; 
margin-top: 1%;
margin-bottom: 1%;
}

.cc-info{
color: #5a6578;
font-size: 0.8em; 
} 

#grade{
display: block;
width: 100%;
padding: 5%;
text-align: left;
background-color: #222222;
color: #ffe460;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2em;
}

#grade p{
color: #ffe460;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2em;
}

#grade h3{
color: #ffe460;
}

#grade h2{
color: #ffe460;
}

#grade a{
color: #ffe460;
}




#loading{
width: 100vw;
height: 100vh;
top: 0;
left: 0;
background-color: #0c2340;
position: fixed;
z-index: 999999999999999999999999999;
transition: all 2s;
}

#gallery{
width: 100vw;
height: 100vh;
z-index: 99999;
position: absolute;
}

.pace-running #gallery {
  display:none;
}

#animation_container {
	position: absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
  }

.slide-title{
width: 80%;
font-family: 'Barlow Condensed', sans-serif;
font-size: 6vw;
line-height: 0.7em;
color: #fff;
position: fixed;
text-align: left;
padding-left:1%;
padding-top:0.8%;
}

.slide-title span{
font-family: 'Barlow Condensed', sans-serif;
font-size: 3vw;
color: #fff;
text-align: left;
}

.c-green{
color: #008000;
}


.c-red{
color: #e00000;
}


#header-area{
width: 100%;
padding-top: 1%;
text-align: center;
position: fixed;
z-index: 999999;

}

#header-area img{
width: 5%;
margin: 0 auto;
}

#leftmenu{
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 999999999999;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
}

#lang li {
  list-style: none;
}
    
#lang ul {
  margin: 0;
  padding: 0;
}

#lang {
    position: fixed;
    left: 20px;
    top: 10px;
    z-index: 999999999999;
}
        
.l-menu{
    padding-left: -40px;
        }

.menu__item {
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
}
.menu__item__link {
  color: #fff;
  display: block;
  padding: 0 1rem;
  position: relative;
  text-decoration: none;
  padding: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}

.submenu {
  display: none;
  padding: 0;
  margin: 0;
}
.submenu__item {
  color: #222;
  padding: 5px;
  text-decoration: none;
  background-color: #0c2340;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  color: #96a2a8;
}
        
.submenu__item a{
  text-decoration: none;
  color: #96a2a8;
}
    
/*menu*/
.menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 999999999999;
}

.menu__line{
    
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

/*gnav*/
.gnav{
    background: rgba(3,110,184,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}
.gnav__menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    text-align: center;
}
.gnav__menu__item{
    margin: 20px 0 15px 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 3.5vh;
    text-decoration: none;
    transition: .5s;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    margin-top: 15px;
}
.gnav__menu__item a:hover{
    color: #666;
}

.gnav__menu__item2 a{
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 4vh;
    text-decoration: none;
    transition: .5s;
    text-align: center;
}

.gnav__menu__item2 {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5vh;
    text-decoration: none;
    transition: .5s;
    text-align: center;
    margin-top: 15px;
}

.gnav__menu__item2 a:hover{
    color: #666;
}


@media all and (-ms-high-contrast: none){
    
/*gnav*/
.gnav{
    background: rgba(18,35,62,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}
.gnav__menu{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.gnav__menu__item{
    margin: 15px 0 15px 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 3vh;
    text-decoration: none;
    transition: .5s;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
}
.gnav__menu__item a:hover{
    color: #666;
}


}

.page-area{
width: 100vw;
height: 100vh;
margin: 0 auto;
position: relative;
}

.page-area2{
width: 100vw;
height: auto;
margin: 0 auto;
position: relative;
padding-top: 10px;
}

.page-area-content{
    width: 90%;
    margin: 0 auto;
}

.page-area-left{
    width: 20%;
    height: 100vh;
    float: left;
}

.page-area-right{
    width: 75%;
    height: 100vh;
    float: right;
}

.page-area-right-2{
    width: 75%;
    float: right;
}


.page-area-left p{
    color: #222;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 6vw;
    letter-spacing: 2%;
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    text-indent: 2.9em;
    white-space: nowrap;
}


#content-area{
width: 100%;
margin: 0 auto;
position: relative;
top: 50%;
-webkit-transform : translateY(-50%);
transform : translateY(-50%);
}

#content-area p{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2em;
}

#content-area-2{
width: 100%;
margin: 0 auto;
position: relative;
padding-top: 20%;
}

#content-area-2 p{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2em;
}


#content-area2{
width: 60%;
margin: 0 auto;
}

#content-area2 p{
color: #fff;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2em;

}

#italian-bar{
height: 4px;
width: 100vw;
position: absolute;
margin: 0 auto;
bottom: 0;
}

.italian-bar-green{
height: 4px;
width: 33%;
background-color: #008000;
float:left;
}

.italian-bar-white{
height: 4px;
width: 34%;
background-color: #fff;
float:left;
}

.italian-bar-red{
height: 4px;
width: 33%;
background-color: #e00000;
float:left;
}

.header-image{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/product.jpg) ;
}

.header-image-contact{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/contact.jpg) ;
}

.header-image-gallery{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/gallery.jpg) ;
}

.header-image-500{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/product-500.jpg) ;
}

.header-image-e{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/product-e.jpg) ;
}

.header-image-595{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/product-595.jpg) ;
}

.header-image-650{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/product-650.jpg) ;
}


#pagetitle{
width: 75%;
margin: 0 auto;
color: #fff;
font-family: 'Barlow Condensed', sans-serif;
font-size: 8vw;
padding-top: 15%;
}

.mini-t{
font-size: 2vw;
padding-top: 30px;
}


#parallax-window {
    display: block;
    width: 100%;
    height: 50%;
    z-index: 999999999999;
}

.ggmap {
position: relative;
padding-bottom: 30%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 3%;
margin-bottom: 3%;
opacity: 0.8;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#ggmap {
position: relative;
padding-bottom: 30%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 3%;
margin-bottom: 3%;
opacity: 0.8;
}
 
#ggmap iframe,
#ggmap object,
#ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#google-map {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.footer-area{
width: 100%;
bottom: 0;
color: #000000;
opacity: 0.7;
text-align: center;
font-size: 0.7vw; 
padding-bottom: 15px;
font-family: 'Barlow Condensed', sans-serif;
}




.button {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    background-color: #036eb8;
    border: 2px solid #036eb8;
    color: #8aa0ac;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 0;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button:hover {
  background-color: #2d98d5;
  border-color: #2d98d5;
  color: #8aa0ac;
}


#member{
width: 100%;
margin: 0 auto;
}

#person{
width: 33.3%;
float: left;
text-align: center;
}

#person img{
width: 65%;
border-radius: 50%;
margin: 0 auto;
margin-bottom: 15px;
}

#personaldata-title{
 width: 90%;
 margin: 0 auto;
 text-align: center;
 font-size: 0.9em;
 color: #fff;
 font-weight: 700;
 margin-bottom: 20px;
 font-family: 'Barlow Condensed', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
 letter-spacing: 1px;
}

#personaldata{
 width: 85%;
 margin: 0 auto;
 text-align: left;
 font-size: 0.7em;
 line-height: 1.8em;
 color: #fff;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.mini{
font-size: 0.9em;
}

strong{
font-size: 1.1em;
font-weight: 700;
}

#cinq-photo{
width: 100%;
}

.multiple { padding: 0;}
.multiple img { width: 100%;}
.multiple div { margin: 5px;}
.multiple .slick-next { right: 17px;　z-index: 100; position: absolute;}
.multiple .slick-prev { left: 34px; z-index: 100; position: absolute;}

.multiple2 { padding: 0;}
.multiple2 img { width: 100%;}
.multiple2 div { margin: 5px;}
.multiple2 .slick-next { right: 17px;　z-index: 100; position: absolute;}
.multiple2 .slick-prev { left: 34px; z-index: 100; position: absolute;}

.multiple-txt{
display: block;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
width: 100%;
font-size: 12px;
color: #036eb8;
line-height: 12px;
text-align: center;
margin: 0 auto;
margin-top: 5px;
padding-top: 5px;
line-height: 1.8em;
}


/* Arrows-custom */
.slick-prev2
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;


    border: none;
    outline: none;
    background-image: url("../img/prv.svg");
    background-size: 95%;
    background-position: center left;
    background-repeat: no-repeat;
    left: 0;
    z-index: 9999;
    opacity: 0.7;
    transition: all 1s;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}

.slick-prev2:hover{
    opacity: 1;
}

.slick-next2
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    border: none;
    outline: none;
    background-image: url("../img/nxt.svg");
    background-size: 95%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: none;
    right: -20px;
    z-index: 9999;
    opacity: 0.7;
    transition: all 1s;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}

.slick-next2:hover{
    opacity: 1;
}

#gallery-part{
width: 100%;
margin: 0 auto;
}

#gallery-part-pic{
width: 31.3%;
float: left;
padding: 1%;
}

#gallery-part-pic img{
width: 100%;
margin: 0 auto;
}

.MarkerImage img{
width: 100%;
}

.share-area ul.snsbtniti li{
list-style: none;
padding: 2%;
width: 16%;
display: inline;
}
    
.share-area{
width: 100%;
text-align: center;
margin: 0 auto;
font-family: 'Barlow Condensed', sans-serif;
font-size: 33px;
line-height: 80px;
color: #222222;
}

.share-area ul.snsbtniti{
width: 60%;
margin: 0 auto;
padding-left: 0;
display: block;
}

    
/* ボタン全体 */
.flowbtn17{
border-radius:50%;
position:relative;
display:inline-block;
width:50px;
height:50px;
font-size:20px;
text-decoration:none;
transition:.3s;
background-color:#222222;
color:#ffe460;
}
/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover{
text-decoration:none;
}
/* アイコンをど真ん中に */
.flowbtn17 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* Twitterマウスホバー時 */
.flowbtn17.fl_tw2:hover{
background:linear-gradient(135deg, #13f1fc 0%,#0470dc 100%);

}
/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover{
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;	

}
/* Facebookマウスホバー時 */
.flowbtn17.fl_fb2:hover{
background:linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);

}
/* Feedlyマウスホバー時 */
.flowbtn17.fl_fd2:hover{
background:linear-gradient(135deg, #b1ea4d 0%,#459522 100%);

}
/* Pocketマウスホバー時 */
.flowbtn17.fl_pk2:hover{
background:linear-gradient(135deg, #f36265 0%,#dd4f68 100%);

}

/* はてブマウスホバー時 */
.flowbtn17.fl_hb2:hover{
background:linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);

}
/* YouTubeマウスホバー時 */
.flowbtn17.fl_yu2:hover{
background:linear-gradient(135deg, #f5515f 0%,#c9293c 100%);

}
/* LINEマウスホバー時 */
.flowbtn17.fl_li2:hover{
background: linear-gradient(135deg, #3a9278 0%,#00c300 100%);

}
/* お問い合わせマウスホバー時 */
.flowbtn17.fl_ma2:hover{
background:linear-gradient(135deg, #fad961 0%,#f76b1c 100%);

}
    
table {
 width: 100%;
 margin: 0 auto;
 margin-top: 30px;
 margin-bottom: 30px;
}
.tbl-r02 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
}
.tbl-r02 td {
  background-color: #182e52;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tbl-r03 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.tbl-r03 td {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.modelname {
  border: solid 1px #5a6578;
  background-color: #0c2340;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.modelname2 {
  border: solid 1px #5a6578;
  background-color: #0c2340;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}


.modelprice {
  background-color: #182e52;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.modelname span{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

input[type="text"]{
	width:100%;
    height: 30px;
	font-size:110%;
	display:block;
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
}

textarea {
	width:100%;
	font-size:110%;
	display:block;
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
}


table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding:10px;
    color: #F9D64B;
}
table.formTable th{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:30%;
	font-weight:normal;
	background:#222222;
	text-align:left;
    border: solid 1px #F9D64B;
    color: #ffe460;
}

p.error_messe{
	margin:5px 0;
	color:red;
}

.formbuttons{
    width: 100%;
}

.formbuttons-left{
    width: 48%;
    float: left;
}

.formbuttons-right{
    width: 48%;
    float: right;
}

.formbutton {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    background-color: #222222;
    border: 1px solid #ffe460;
    color: #ffe460;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
}

.formbutton::before,
.formbutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.formbutton,
.formbutton::before,
.formbutton::after {                        
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.formbutton:hover {
  background-color: #000000;
  border: 1px solid #ffe460;
  color: #ffe460;
}

.jp-logo{
    width: 20%;
    display: block;
    margin-bottom: 15px;
}

.jp-logo img{
    width: 100%;
}

.icon500{
    width: 40px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: relative;
}

.icon500 img{
    width: 100%;
    position: absolute;
    bottom: -3px;
}

#artizan{
width: 100%;
margin: 0 auto;
}

#artizan-left{
width: 20%;
float: left;
text-align: center;
position: relative;
}    

#artizan-right{
width: 75%;
float: right;
position: relative;
}

#artizan-left img{
width: 100%;
border-radius: 50%;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

.ar-con{
width: 100%;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

.sp-aldo {
display: none;
}

#footer-car-area{
width: 100%;
text-align: center;
z-index: 999999;
margin: 0 auto;
margin-bottom: -10px;
opacity: 1.0;
}

#footer-car-area img{
width: 3%;
margin: 0 auto;
}

.g-corner{
width: 100%;
height: 40vw;
position: relative;
}

.g-corner-car{
width: 45%;
display: block;
position: absolute;
z-index: 9999;
margin-bottom: 20px;
}

.g-corner-txt{
width: 100%;
z-index: 99999;
position: absolute;
}

.g-corner-txt-content {
width: 60%;
display: block;
text-align: right;
margin-top: 5%;
float: right;
}

.g-corner-txt-content p{
margin-bottom: 15px;
}

.g-corner-txt-content span{
width: 100%;
display: block;
right: 0;
text-align: left;
font-size: 14px;
line-height: 2em;
background-color: #96a2a8;
color: #0c2340;
padding: 3%;
opacity: 0.9;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.g-corner-txt-title{
font-size: 28px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title a{
text-decoration: none;
}

.g-corner-txt-title-695{
font-size: 28px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title-695 a{
text-decoration: none;
}

.g-corner-txt-title-sport{
font-size: 28px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}


.g-corner-txt-title-sport a{
text-decoration: none;
}

.g-corner-txt-title-nuova{
font-size: 28px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}


.g-corner-txt-title-nuova a{
text-decoration: none;
}

.g-corner-txt-title-giardiniera{
font-size: 28px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}


.g-corner-txt-title-giardiniera a{
text-decoration: none;
}

.g-corner-txt-title-usa{
font-size: 28px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title-usa a{
text-decoration: none;
}

.g-corner-txt-title-engadina{
font-size: 28px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}


.g-corner-txt-title-engadina a{
text-decoration: none;
}

.g-corner-txt-title-giajolly{
font-size: 28px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title-giajolly a{
text-decoration: none;
}

.g-corner-txt-title-topolino{
font-size: 28px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title-topolino a{
text-decoration: none;
}

.g-corner-txt-title-choco{
font-size: 28px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title-choco a{
text-decoration: none;
}

.g-corner-txt-title-poli{
font-size: 22px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}


.g-corner-txt-title-poli a{
text-decoration: none;
}

.g-corner-txt-title-kyushu{
font-size: 22px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title-kyushu a{
text-decoration: none;
}

.g-corner-txt-title-garlenda{
font-size: 22px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title-garlenda a{
text-decoration: none;
}

.g-corner-txt-title-mila{
font-size: 22px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title-mila a{
text-decoration: none;
}

.g-corner-txt-title-kansai{
font-size: 22px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title-kansai a{
text-decoration: none;
}

.g-corner-txt-title-karuizawa{
font-size: 22px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}


.g-corner-txt-title-karuizawa a{
text-decoration: none;
}

.g-corner-txt-title-aichi{
font-size: 22px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
}

.g-corner-txt-title-aichi a{
text-decoration: none;
}

.g-corner-txt-title span{
font-size: 12px;
line-height: 2em;
color: #036eb8;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
text-align: right;
}


.Item-Box {
  overflow: hidden;
}
.Item-Box-ImgBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%,0,0);
  transform: translate3d(-100.5%,0,0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.Item-Box.isShow .Item-Box-ImgBox {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.Item-Box-ImgBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #96a2a8;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.Item-Box.isShow .Item-Box-ImgBox:before {
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.Item-Box-ImgBox-Img {
  width: 100%;
  padding-top: 62.5%;/*画像比率指定*/
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.product .main {
  margin-bottom: 10px;
}

.product  .thumbnail .swiper-slide {
  cursor: pointer;
  opacity: .7;
}

.product  .thumbnail .swiper-slide-active {
  opacity: 1;
}

.product  .thumbnail .swiper-wrapper{
  margin-left: calc(-37.5% - 5px);
}

#595parts{
width: 100%;
margin: 0 auto;
}

.parts{
width: 33.3%;
float: left;
margin-bottom: 30px;
text-align: center;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #fff;
font-size: 12px;
line-height: 2em;
}

.parts img{
width: 80%;
margin: 0 auto;
margin-bottom: 8px;
}

#p003, #p004, #p006, #p012, #p008, #p015{
    text-decoration: underline;
    font-weight: 800;
    cursor: pointer;
    color: #0c2340;
}

.swiper-slide a{
display: block;
width: 100vw;
height: 100vh;
cursor: pointer;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.f-page{
font-family: 'Barlow Condensed', sans-serif;
text-decoration: none;
font-size: 18px;
margin-top: 30px;
padding-top: 15px;
margin: 0 auto;
text-align: center;
}

.f-page a{

text-decoration: none;

}


#bread_list{
font-family: 'Barlow Condensed', sans-serif;
text-decoration: none;
font-size: 20px;
padding-bottom: 40px;
text-align: left;
color: #96a2a8;
display: block;
width: 100%;
}

#bread_list a{
text-decoration: none;
}

#product-corner{
width: 100%;
border: solid 15px #036eb8;
padding: 5%;
}

#product-corner img{
width: 100%;
}

.product-title{
width: 100%;
height: 75px;
border-bottom: 1px solid #036eb8;
border-top: 1px solid #036eb8;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 8px;
}

.product-title-left{
width: 45%;
float: left;
text-align: left;
font-family: 'Noto Sans JP', sans-serif;
color: #036eb8;
font-size: 20px;
}

.product-title-left span{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #036eb8;
font-size: 14px;
}

.product-title-right span{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #036eb8;
font-size: 14px;
}

.product-title-right{
width: 45%;
float: right;
text-align: right;
font-family: 'Noto Sans JP', sans-serif;
color: #036eb8;
font-size: 20px;
}

#spec{
width: 100%;
margin: 0 auto;
border-top: 1px solid #036eb8;
}

#spec-left{
width: 45%;
float: left;
text-align: left;
padding-top: 20px;
}

#spec-left img{
width: 100%;
}

#spec-right{
width: 45%;
float: right;
text-align: left;
padding-top: 20px;
}

#spec-right img{
width: 100%;
}

#movies{
width: 100%;
margin: 0 auto;
}

#movie-left{
width: 45%;
float: left;
text-align: left;
}

#movie-left img{
width: 100%;
}

#movie-right{
width: 45%;
float: right;
text-align: left;
}

#movie-right img{
width: 100%;
}

#movies3{
width: 100%;
margin: 0 auto;
}

#movie-cont{
width: 33.3%;
float:left;
text-align: center;
}

#movie-cont img{
width: 95%;
margin: 0 auto;
}


.pic-g{
width: 100%;
margin: 0 auto;
}

.pic-g ul{
   display:flex;
   flex-wrap:wrap;
   list-style:none;
   margin:0;
   padding:0;
 }

 li{
   width:21%;
   margin:2%;
   text-align:center;
 }

 li img{
   width:100%;
 }



/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#movie{
	position: relative;
    height: 100vh;
    background-color: #222222;
    z-index: 1;
}


/* ローディングアイコン設定 */

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-weight: bold;
    font-family: 'Bebas Neue', cursive;
}

#loading.disappear{
     display: none;   
}

#youtube-area{
    position: absolute;
    z-index: 1;
    overflow: hidden;
 	opacity: 0;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

#youtube-area.appear {
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

#youtube-area::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
	background-image: radial-gradient(#111 24%, transparent 25%), radial-gradient(#111 24%, transparent 25%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

#title-logo{
width: 100vw;
height: 100vh;
position: absolute;
z-index: 5;
text-align: center;
}


#title-logo img{
width: 40%;
margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; 
  height: 56.25vw; 
  min-height: 100%;
  min-width: 100%;
}

#youtube-mask{
    position: absolute;
    z-index: 2;
    top:0;
    width:100%;
    height: 100%;
}


/* タブレット縦 */
@media screen and (max-width: 1024px) { 

.product-title{
width: 100%;
height: 110px;
border-bottom: 1px solid #036eb8;
border-top: 1px solid #036eb8;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 8px;
}
    
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/500-2-sp.jpg) 
}

.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/650-2-sp.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}

#pagetitle{
width: 75%;
margin: 0 auto;
color: #fff;
font-family: 'Barlow Condensed', sans-serif;
font-size: 10vw;
padding-top: 35%;
}

.mini-t{
font-size: 5vw;
padding-top: 30px;
}

    
.page-area-left{
    width: 15%;
    height: 100vh;
    float: left;
}
    

.page-area-left p{
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 8vw;
    letter-spacing: 2%;
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    text-indent: 2.9em;
    white-space: nowrap;
}

.page-area-right{
    width: 83%;
    height: 100vh;
    float: right;
}
    
    
.page-area-right-2{
    width: 83%;
    float: right;
}
    
    
.s-1{
width: 100vw;
height: 100vh;
background-image: url("../img/image1-tb.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}

.s-2{
width: 100vw;
height: 100vh;
background-image: url("../img/image2-tb.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}

.s-all{
width: 100vw;
height: 100vh;
background-image: url("../img/all.jpg");
background-size: cover;
background-repeat: no-repeat;
}


.swiper-slide div { 
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.swiper-slide div p{ 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 7vw;
    font-weight: bold;
    color: #036eb8;
    letter-spacing: 8px;
    line-height: 2em;
    text-decoration: none;
    padding-bottom: 20%;
}



    
.slide-title{
width: 80%;
font-family: 'Barlow Condensed', sans-serif;
font-size: 8vw;
line-height: 0.7em;
color: #fff;
position: fixed;
text-align: left;
padding-left:1%;
padding-top:0.8%;
}

.slide-title span{
font-family: 'Barlow Condensed', sans-serif;
font-size: 4.5vw;
color: #fff;
text-align: left;
}

.cb-slideshow li div p{ 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4.5vw;
    margin-top: -1%;
}

.cb-slideshow li div h3 { 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 8vw;
    padding: 0;
    letter-spacing: 10px;
}

#header-area img{
width: 10%;
margin: 0 auto;
margin-top: 5PX;
}
    
#content-area p{
color: #666;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2.5em;
}

#ggmap {
position: relative;
padding-bottom: 60%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 3%;
margin-bottom: 3%;
opacity: 0.8;
}
 
#ggmap iframe,
#ggmap object,
#ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
    
/*gnav*/
.gnav{
    background: rgba(3,110,184,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}
.gnav__menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.gnav__menu__item{
    margin: 5% 0 0 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 3vh;
    text-decoration: none;
    transition: .5s;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
}
.gnav__menu__item a:hover{
    color: #666;
}
    
.gnav__menu__item2 {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3vh;
    text-decoration: none;
    transition: .5s;
    text-align: center;
    margin-top: 15px;
}


.footer-area{
width: 100%;
bottom: 0;
color: #222;
opacity: 0.7;
text-align: center;
font-size: 11px; 
padding-bottom: 15px;
font-family: 'Barlow Condensed', sans-serif;
}
    
#person{
width: 50%;
float: left;
text-align: center;
margin-bottom: 50px;
}

#person img{
width: 65%;
border-radius: 50%;
margin: 0 auto;
margin-bottom: 15px;
}

#personaldata-title{
 width: 90%;
 margin: 0 auto;
 text-align: center;
 font-size: 0.8em;
 color: #036eb8;
 font-weight: 700;
 margin-bottom: 20px;
 font-family: 'Barlow Condensed', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
 letter-spacing: 1px;
}
    

#personaldata{
 width: 90%;
 margin: 0 auto;
 text-align: left;
 font-size: 0.7em;
 line-height: 1.8em;
 color: #666;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
    
h2{
font-family: 'Noto Sans JP', sans-serif;
font-size: 2.4vw; 
margin-bottom: 10px;
color: #036eb8;
}
    
h3{
font-family: 'Noto Sans JP', sans-serif;
font-size: 16px; 
margin-bottom: 10px;
color: #666;
}
    

.lineup-t{
font-family: 'Barlow Condensed', sans-serif;
width: 100%;
color: #fff;
font-size: 6vw; 
margin-top: 1%;
margin-bottom: 1%;
}

.cc-info{
color: #5a6578;
font-size: 0.8em; 
} 

    
.tbl-r02 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  width: 100%;
  float: left;
}

.tbl-r02 td {
  background-color: #182e52;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
    
.tbl-r02 td:last-child {
    margin-bottom: 20px;
    }

.tbl-r03 thead{
    display: none;
    }

.tbl-r03 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  overflow-x: auto;
  width: 100%;
  float: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tbl-r03 td {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 100%;
  float: left;
  margin-bottom: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
    
.tbl-r03 td:last-child {
    margin-bottom: 20px;
    }
    
.tbl-r03 td::before {
    content: attr(data-label);
    font-size: 10px;
    color: #ccc;
    display: block;
    margin-bottom: 0.25rem;
  }

.modelname {
  border: solid 1px #5a6578;
  background-color: none;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.modelprice {
  background-color: #182e52;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.modelname span{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}

.modelname2 {
  display: none;
}
    
td.modelname2 {
  display: none;
}
    
input[type="text"], textarea {
	width:100%;
	font-size:110%;
	display:block;
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
    border-radius: 0;
    -webkit-appearance: none;
}
    
#artizan{
width: 100%;
margin: 0 auto;
}

#artizan-left{
display: none;
}    

#artizan-right{
width: 100%;
height:150px;
position: relative;
float: left;
}
    
.sp-aldo {
width: 100%;
display: block;
text-align: center;
margin-bottom: 20px;
}
    
.sp-aldo img{
clear: both;
width: 40%;
border-radius: 50%;
display: block;
margin: 0 auto;
margin-bottom: 80px;
}

.ar-con{
width: 100%;
display: block;
position: relative;  
}


.s-500{
width: 100vw;
height: 100vh;
background-image: url("../img/500-2-sp.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.s-595{
width: 100vw;
height: 100vh;
background-image: url("../img/595-sp.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.s-650{
width: 100vw;
height: 100vh;
background-image: url("../img/650-2-sp.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.s-ev{
width: 100vw;
height: 100vh;
background-image: url("../img/ev2-sp.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.s-all{
width: 100vw;
height: 100vh;
background-image: url("../img/all-sp.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
}
    
#footer-car-area{
width: 100%;
text-align: center;
z-index: 999999;
margin: 0 auto;
margin-bottom: -10px;
opacity: 0.7;
}

#footer-car-area img{
width: 5%;
margin: 0 auto;
}
    
.jp-logo{
    width: 40%;
    display: block;
    margin-bottom: 15px;
}

.jp-logo img{
    width: 100%;
}
    



.g-corner{
width: 100%;
height: 50vh;
position: relative;
}

.g-corner-car{
width: 45%;
display: block;
position: absolute;
z-index: 9999;
margin-bottom: 20px;
}

.g-corner-txt{
width: 100%;
z-index: 99999;
position: absolute;
}

.g-corner-txt-content {
width: 60%;
display: block;
text-align: right;
margin-top: 8%;
float: right;
}

.g-corner-txt-content p{
margin-bottom: 15px;
}

.g-corner-txt-content span{
width: 100%;
display: block;
right: 0;
text-align: left;
font-size: 14px;
line-height: 2em;
background-color: #96a2a8;
color: #0c2340;
padding: 3%;
opacity: 0.9;
}


.g-corner-txt-title{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}

.g-corner-txt-title span{
font-size: 12px;
line-height: 2em;
color: #96a2a8;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
text-align: right;
}
    
.g-corner-txt-title-695{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}

.g-corner-txt-title-695 span{
font-size: 12px;
line-height: 2em;
color: #96a2a8;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
text-align: right;
}
    
    
.g-corner-txt-title-sport{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}


.g-corner-txt-title-nuova{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}



.g-corner-txt-title-giardiniera{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}


.g-corner-txt-title-usa{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-engadina{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-giajolly{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-topolino{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-choco{
font-size: 20px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-poli{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-kyushu{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-garlenda{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-mila{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-kansai{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}

.g-corner-txt-title-karuizawa{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-aichi{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.header-image-e{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 44% 50%;
    background-repeat: none;
    background-image: url(../img/product-e-tb.jpg) ;
}

.header-image-595{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 25% 50%;
    background-repeat: none;
    background-image: url(../img/product-595.jpg) ;
}
    
#595parts{
width: 100%;
margin: 0 auto;
}

.parts{
width: 50%;
float: left;
margin-bottom: 30px;
text-align: center;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #fff;
font-size: 12px;
line-height: 2em;
}

.parts img{
width: 80%;
margin: 0 auto;
margin-bottom: 8px;
}


}



/* スマホ横 */
@media screen and (max-width: 896px) { 

}

/* スマホ縦 */
@media screen and (max-width: 480px) { 
    
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/500-2-sp.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/595-sp.jpg);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/650-2-sp.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/ev2-sp.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

.cb-slideshow li:nth-child(5) span { 
    background-image: url(../img/all-sp.jpg);
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay: 40s; 
}
    
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    top: 15%;
    right:0;
    margin: 0 auto;
    width: 90%;
    text-align: left;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 50s linear infinite 0s;
    -moz-animation: titleAnimation 50s linear infinite 0s;
    -o-animation: titleAnimation 50s linear infinite 0s;
    -ms-animation: titleAnimation 50s linear infinite 0s;
    animation: titleAnimation 50s linear infinite 0s;
}

.cb-slideshow li div p{ 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3vw;
    margin-top: -1%;
}
.cb-slideshow li div h3 { 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 7vw;
    padding: 0;
    letter-spacing: 10px;
}

    
#pagetitle{
width: 75%;
margin: 0 auto;
color: #fff;
font-family: 'Barlow Condensed', sans-serif;
font-size: 12vw;
padding-top: 35%;
}
 
.mini-t{
font-size: 6vw;
padding-top: 30px;
}

    
.page-area-content{
    width: 90%;
    margin: 0 auto;
}

.page-area-left{
    width: 15%;
    height: 100vh;
    float: left;
}

.page-area-right{
    width: 82%;
    height: 100vh;
    float: right;
}

.page-area-right-2{
    width: 82%;
    float: right;
}

    
#content-area p{
color: #222;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 13px;
line-height: 2em;
}
    
#content-area-2{
width: 100%;
margin: 0 auto;
position: relative;
padding-top: 45%;
}


#content-area-2 p{
color: #222;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 12px;
line-height: 2em;
}

#grade p{
color: #222;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 12px;
line-height: 2em;
}
    
.mini{
font-size: 0.9em;
}
    
.page-area-left p{
    color: #222;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10vw;
    letter-spacing: 2%;
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    text-indent: 1em;
    white-space: nowrap;
}

    
h2{
font-family: 'Noto Sans JP', sans-serif;
font-size: 15px; 
color: #222;
}

h3{
font-family: 'Noto Sans JP', sans-serif;
font-size: 13px; 
color: #222;
}
    
.lineup-t{
font-family: 'Barlow Condensed', sans-serif;
width: 100%;
color: #fff;
font-size: 8vw; 
margin-top: 1%;
margin-bottom: 1%;
}

.cc-info{
color: #5a6578;
font-size: 0.8em; 
} 
    
.cb-slideshow li div p{ 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 8vw;
    margin-top: -1%;
}

.cb-slideshow li div h3 { 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11vw;
    padding: 0;
    letter-spacing: 10px;
}
    
#header-area img{
width: 20%;
margin: 0 auto;
margin-top: 5px;
}

.s-1{
width: 100vw;
height: 100vh;
background-image: url("../img/image1-sp.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}

.s-2{
width: 100vw;
height: 100vh;
background-image: url("../img/image2-sp.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}

.s-all{
width: 100vw;
height: 100vh;
background-image: url("../img/all.jpg");
background-size: cover;
background-repeat: no-repeat;
}


.swiper-slide div { 
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.swiper-slide div p{ 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10vw;
    font-weight: bold;
    color: #036eb8;
    letter-spacing: 8px;
    line-height: 2em;
    text-decoration: none;
    padding-bottom: 30%;
}


#ggmap {
position: relative;
padding-bottom: 120%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 3%;
margin-bottom: 3%;
opacity: 0.8;
}
    
/* Arrows-custom */
.slick-prev2
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 45%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;


    border: none;
    outline: none;
    background-image: url("../img/prv.svg");
    background-size: 95%;
    background-position: center left;
    background-repeat: no-repeat;
    left: 0;
    z-index: 9999;
    opacity: 0.7;
    transition: all 1s;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}

.slick-prev2:hover{
    opacity: 1;
}

.slick-next2
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 45%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    border: none;
    outline: none;
    background-image: url("../img/nxt.svg");
    background-size: 95%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: none;
    right: -20px;
    z-index: 9999;
    opacity: 0.7;
    transition: all 1s;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}

.slick-next2:hover{
    opacity: 1;
}
    
#member{
width: 100%;
margin: 0 auto;
}

#person{
width: 100%;
float: left;
text-align: center;
margin-bottom: 50px;
}

#person img{
width: 65%;
border-radius: 50%;
margin: 0 auto;
margin-bottom: 15px;
}

#personaldata-title{
 width: 90%;
 margin: 0 auto;
 text-align: center;
 font-size: 0.9em;
 color: #036eb8;
 font-weight: 700;
 margin-bottom: 20px;
 font-family: 'Barlow Condensed', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
 letter-spacing: 1px;
}

#personaldata{
 width: 90%;
 margin: 0 auto;
 text-align: left;
 font-size: 0.7em;
 line-height: 1.8em;
 color: #666;
}
    
#gallery-part{
width: 100%;
margin: 0 auto;
}

#gallery-part-pic{
width: 100%;
float: left;
margin-bottom: 20px;
}

#gallery-part-pic img{
width: 100%;
margin: 0 auto;
}
    
.share-area ul.snsbtniti{
width: 100%;
margin: 0 auto;
margin-top: 20px;

}

.gnav__menu__item a{
    color: #fff;
    font-size: 5vh;
    text-decoration: none;
    transition: .5s;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
}
 
.tbl-r02 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  width: 100%;
  float: left;
}

.tbl-r02 td {
  background-color: #182e52;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
    
.tbl-r02 td:last-child {
    margin-bottom: 20px;
    }

.tbl-r03 thead{
    display: none;
    }

.tbl-r03 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  overflow-x: auto;
  width: 100%;
  float: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tbl-r03 td {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 100%;
  float: left;
  margin-bottom: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
    
.tbl-r03 td:last-child {
    margin-bottom: 20px;
    }
    
.tbl-r03 td::before {
    content: attr(data-label);
    font-size: 10px;
    color: #ccc;
    display: block;
    margin-bottom: 0.25rem;
  }

.modelname {
  border: solid 1px #5a6578;
  background-color: none;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}
    
.modelname2 {
  display: none;
}
    
td.modelname2 {
  display: none;
}

.modelprice {
  background-color: #182e52;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.modelname span{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}

#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
    
table.formTable th, table.formTable td span{
	width: 100%;
	display:block;
}

table.formTable th {
	margin-top:5px;
	margin-bottom: 10px;
    color: #FFF;
}
input[type="text"], textarea {
	width:100%;
	font-size:110%;
	display:block;
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
    border-radius: 0;
    -webkit-appearance: none;
}
    
.formbuttons-left{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.formbuttons-right{
    width: 100%;
    float: left;
}
    
.jp-logo{
    width: 70%;
    display: block;
    margin-bottom: 15px;
}

.jp-logo img{
    width: 100%;
}

#artizan{
width: 100%;
margin: 0 auto;
}

#artizan-left{
display: none;
}    

#artizan-right{
width: 100%;
height:150px;
position: relative;
float: left;
}
    
.sp-aldo {
width: 100%;
display: block;
text-align: center;
margin-bottom: 20px;
}
    
.sp-aldo img{
clear: both;
width: 65%;
border-radius: 50%;
display: block;
margin: 0 auto;
}

.ar-con{
width: 100%;
display: block;
position: relative;  
}
    
#footer-car-area{
width: 100%;
text-align: center;
z-index: 999999;
margin: 0 auto;
margin-bottom: -10px;
opacity: 1.0;
}

#footer-car-area img{
width: 10%;
margin: 0 auto;
}
    
.g-corner{
width: 100%;
height: 670px;
position: relative;
}

.g-corner-car{
width: 100%;
display: block;
position: relative;
z-index: 9999;
margin-bottom: 10px;
}

.g-corner-txt{
width: 100%;
z-index: 99999;
position: relative;
}

.g-corner-txt-content {
width: 100%;
display: block;
text-align: right;
margin-top: 0;
float: right;
}

.g-corner-txt-content p{
margin-bottom: 15px;
}

.g-corner-txt-content span{
width: 100%;
display: block;
right: 0;
text-align: left;
font-size: 14px;
line-height: 2em;
background-color: #96a2a8;
color: #0c2340;
padding: 5%;
opacity: 0.9;
}


.g-corner-txt-title{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}
	
.g-corner-txt-title-sport{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-695{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}
	
.g-corner-txt-title-nuova{
font-size: 20px;
line-height: 2em;
color: #96a2a8;
font-family: 'Cormorant Garamond', serif;
}

.g-corner-txt-title span{
font-size: 12px;
line-height: 2em;
color: #96a2a8;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
text-align: right;
}

.g-corner-txt-title-giardiniera{
font-size: 20px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}


.g-corner-txt-title-usa{
font-size: 20px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-engadina{
font-size: 20px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-giajolly{
font-size: 20px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-topolino{
font-size: 20px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-choco{
font-size: 20px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-poli{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-kyushu{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-garlenda{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-mila{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-kansai{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-karuizawa{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
.g-corner-txt-title-aichi{
font-size: 15px;
line-height: 2em;
color: #036eb8;
font-family: 'Cormorant Garamond', serif;
}
    
#595parts{
width: 100%;
margin: 0 auto;
}

.parts{
width: 100%;
float: left;
margin-bottom: 30px;
text-align: center;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #fff;
font-size: 11px;
line-height: 2em;
}

.parts img{
width: 80%;
margin: 0 auto;
margin-bottom: 8px;
}
    
.header-image-gallery{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/gallery.jpg) ;
}

.header-image-500{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 27% 50%;
    background-repeat: none;
    background-image: url(../img/product-500.jpg) ;
}

.header-image-e{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 25% 50%;
    background-repeat: none;
    background-image: url(../img/product-e-tb.jpg) ;
}

.header-image-595{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 25% 50%;
    background-repeat: none;
    background-image: url(../img/product-595.jpg) ;
}

.header-image-650{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/product-650.jpg) ;
}
    
.f-page{
font-family: 'Barlow Condensed', sans-serif;
text-decoration: none;
font-size: 18px;
margin-top: 30px;
padding-top: 15px;
margin: 0 auto;
width: 100%;
text-align: center;
}

.f-page a{
display: block;
text-decoration: none;
width: 44%;
text-align: center;
float: left;
margin: 1.3%;
}
    
.f-page a:nth-child(even){
display: block;
text-decoration: none;
width: 44%;
text-align: center;
float: right;
margin: 1.3%;
}
    
.share-area{
width: 100%;
text-align: center;
margin: 0 auto;
font-family: 'Barlow Condensed', sans-serif;
font-size: 28px;
line-height: 40px;
margin-top: 40px;
color: #222;
}
    
#bread_list{
display: none;
}
    
#product-corner{
width: 100%;
border: solid 7px #222;
padding: 4%;
}

#product-corner img{
width: 100%;
}
    
.product-title{
width: 100%;
height: 150px;
border-bottom: 1px solid #222;
border-top: 1px solid #222;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 8px;
}

.product-title-left{
width: 100%;
float: left;
text-align: left;
font-family: 'Noto Sans JP', sans-serif;
color: #222;
font-size: 20px;
}

.product-title-left span{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #222;
font-size: 14px;
}

.product-title-right span{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #036eb8;
font-size: 14px;
}

.product-title-right{
width: 100%;
float: left;
text-align: left;
font-family: 'Noto Sans JP', sans-serif;
color: #036eb8;
font-size: 20px;
}

#spec{
width: 100%;
margin: 0 auto;
border-top: 1px solid #036eb8;
}

#spec-left{
width: 100%;
float: left;
text-align: left;
padding-top: 15px;
}
    
#spec-left img{
width: 100%;
}


#spec-right{
width: 100%;
float: left;
text-align: left;
}

#spec-right img{
width: 100%;
}
    
#movies{
width: 100%;
margin: 0 auto;
}

#movie-left{
width: 100%;
float: left;
text-align: left;
margin-bottom: 20px;
}
    
#movie-left img{
width: 100%;
}


#movie-right{
width: 100%;
float: left;
text-align: left;
}

#movie-right img{
width: 100%;
}
    
#movies3{
width: 100%;
margin: 0 auto;
}

#movie-cont{
width: 100%;
float:left;
text-align: center;
margin-bottom: 20px;
}

#movie-cont img{
width: 100%;
margin: 0 auto;
}
    
.pic-g{
width: 100%;
margin: 0 auto;
}

.pic-g ul{
   display:flex;
   flex-wrap:wrap;
   list-style:none;
   margin:0;
   padding:0;
 }

 li{
   width:46%;
   margin:2%;
   text-align:center;
 }

 li img{
   width:100%;
 }
    
#movie{
	position: relative;
    height: 70vh;
    background-color: #222222;
    z-index: 1;
}

    
#youtube-area{
    position: absolute;
    z-index: 1;
    overflow: hidden;
 	opacity: 0;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

#youtube-area.appear {
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

#youtube-area::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 70vh;
	background-color: rgba(0,0,0,0.3);
	background-image: radial-gradient(#111 20%, transparent 21%), radial-gradient(#111 20%, transparent 21%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
    
#title-logo{
width: 100vw;
height: 70vh;
position: absolute;
z-index: 5;
text-align: center;
}


#title-logo img{
width: 80%;
margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


}