@charset "UTF-8";

/* ================================================ */
/*  レイアウト										*/
/* ================================================ */
/*----------------------------
	Body
----------------------------*/
body {
    line-height: 1.6em;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #000;
    /*	background-image: url(../../common/images/background.jpg);
    background-position: center -400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto auto;*/
    margin: 0px;
    padding: 0px;
}

.Gothic {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.inner {
    max-width: 1000px;
    margin: auto;
    padding: 0px;
    background-image: url(../../common/images/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 1000px auto;
}

@media screen and (max-width:767px) {
    .inner {
        width: 100%;
        margin: 0px;
    }
}




img {
    width: 100%;
}


@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
        clear: both;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
        clear: both;
    }
}



@media screen and (max-width:767px) {
    body {
        min-width: 100%;
        background-size: 150% auto;
        background-position: center top;
    }
}


/*----------------------------
	共通
----------------------------*/

h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    background-image: url(../../common/images/line.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 207px auto;
    padding: 0 0 0.8em 0;
    margin: 0 auto 25px;
    line-height: 1.3em;
    text-align: center;
}

h2 span {
    color: #fff500;
    font-size: 30px;
}


h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    padding: 0 0 0 0;
    margin: 0 auto 25px;
    line-height: 1.6em;
}

.mgn-btm{
    margin-bottom: 40px;
}
.mgn-top{
    margin-top: 40px;
}
.mgn-b20{
    margin-bottom: 20px;
}
.pad-t20{
    padding-top: 20px;
}
.pad-b20{
    padding-bottom: 20px;
}
@media screen and (max-width:767px) {
    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 25px;
    }
}


.attention {
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3em;
    margin: 0 0 5px;
}


/*----------------------------
	リンク
----------------------------*/
.content-btn{
    padding-bottom: 60px;
}
.content-btn ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2%;
}
.content-btn ul li{
    width: 48%;
    margin-top: 4%;
}
.content-btn ul li:last-child{
    margin: 4% auto auto;
}
.content-btn .c-btn{
    background: linear-gradient(#e3d7b3, #d8c384);
    padding: 20px 0;
    border-radius:8px;
    position: relative;
}
.content-btn .c-btn p{
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    color:#000;
}
.content-btn .c-btn img{
    position: absolute;
    top:calc(50% - 20px);
    left: 25px;
    width: 40px;
}
.content-btn a{
    width: 100%;
    text-decoration: none;
}
.content-btn .c-tel{
    display: none;
}
@media screen and (max-width:767px) {
    .content-btn ul li:last-child{
        width: 100%;
    }
    .content-btn .c-btn img{
        top:calc(50% - 18px);
        left: 15px;
        width: 36px;
    }
    .content-btn .c-tel{
        display: block;
    }
}

/*----------------------------
	main visual
----------------------------*/
#mainVisual {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: auto;
}
#mainVisual h1 {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    padding: 20px 0 0;
    margin: auto;
    font-size: 25px;
}
#mainVisual .isshindo_logo {
    width: 370px;
    text-align: center;
    padding: 20px 0 0;
    margin: auto;
}
#mainVisual .tenpo_logo {
    width: 130px;
    text-align: center;
    padding: 20px 0 0;
    margin: auto;
}
#mainVisual .txt1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    line-height: 1.7em;
    margin: 20px 0 40px;
}
#mainVisual .txt1 span {
    color: #ffeb00;
}
#mainVisual .txt1 em {
    font-style: normal;
    font-size: 42px;
}

@media screen and (max-width:767px) {
    #mainVisual h1 {
        font-size: 20px;
    }
    #mainVisual .isshindo_logo {
        width: 70%;
    }
    #mainVisual .tenpo_logo {
        width: 100px;
    }
}
/*----------------------------
	ユーチューブ  no-repeat center center/cover
----------------------------*/

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(../../common/img/top_lp.jpg) no-repeat center center/cover;  
  }
  .top_v {  
    min-width: 100%;
    min-height: 100vh;    
    z-index: 1;
    margin:auto; 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0,0,0,.7) 50%, rgba(0,0,0,.7) 50%);
    background-size: 3px 3px;
    z-index: 2;
  }
  .back_text {
    text-align: center;
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 600px;
    width: 100%;
    height: 50px;
    text-shadow: 1px 1px 3px #121212;    
  }
  .back_text2 {
    text-align: center;
    position: absolute;
   
    bottom: 19%;    
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 600px;
    width: 100%;
    height: 50px;
      line-height: 2.5em;
    text-shadow: 1px 1px 3px #121212;
}
.back_text2 h1{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
}
.back_text3{
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
    color: #ffeb00;
}
.back_text3 span{
    font-size: 44px;
}
@media screen and (max-width:767px) {
   .back_text2 h1{
    font-size: 24px;
}
    .back_text3{
    font-size: 30px;
}  
    .back_text3 span{
    font-size: 40px;
}
}
/*----------------------------
brand_store
----------------------------*/
#brand_store{
    padding: 10px 0;
}



/*----------------------------
	　　brugge_tenpo
----------------------------*/

#brugge_tenpo {
    background-color: #fff;
    color: #000;
    padding: 50px 0;

}

#brugge_tenpo .txt1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    text-align: center;
    line-height: 1.6em;
    margin: 0 5px;
}
#brugge_tenpo h5{
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    margin: 0 auto 5px;
    line-height: 1.3em;
    text-align: center;
}
#brugge_tenpo h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    background-image: url(../../common/images/line.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 207px auto;
    padding: 0 0 0.8em 0;
    margin: 0 auto 25px;
    line-height: 1.3em;
    text-align: center;
    color: #c59f35;
}
#brugge_tenpo h4 small{
    font-size: 0.7em;
}
@media screen and (max-width:767px) {
    #brugge_tenpo .txt1 {
        font-size: 18px;
    }
    #brugge_tenpo h5{
        font-size: 27px;
    }
    #brugge_tenpo h4 {
        font-size: 25px;
    }

}

/*----------------------------
	connected2
----------------------------*/
#connected2{
    margin: 40px 2%;
}
#connected2 .txt1{
    font-size: 16px;
    margin-bottom: 40px;
    padding-top: 24px;
}
#connected2 .txt2{
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
}
#connected2 .txt3{
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
}
#connected2 h2{
    color: #fff;
}
#connected2 img{
    margin-bottom: 20px;
}
/*----------------------------
	youtube
----------------------------*/
.youtube {
  margin: 10px 0 40px 0;    
  position: relative;
  width: 100%;
  padding-top: 56.25%; 
}
.youtube iframe {
  position: absolute;
  padding: 0 5%;    
  top: 0;
  right: 0;
  width: 90% !important;
  height: 90% !important;
}
.txt_yt{
  font-family: 'Noto Serif JP', serif;
    margin: 40px 0 20px 0 ;
    font-size: 26px;
    color: #717102;
}
@media screen and (max-width:767px) {
    .txt_yt{
    font-size: 22px;
}

}
/*----------------------------
	　　mainbrand
----------------------------*/
#mainbrand .brand-w{
    padding: 0 2%;
}
#mainbrand .br-mgn-t50{
    margin-top: 50px;
}
#mainbrand .br-mgn-t80{
    margin-top: 80px;
}

#mainbrand .brand-w .b-rogo .size-gs{
    max-width: 270px;
    width: 80%;
    margin: auto auto 30px;
}
#mainbrand .brand-w .b-rogo .size-seiko{
    max-width: 200px;
    width: 72%;
    margin: auto auto 30px;
}
#mainbrand .brand-w .b-rogo .size-bre{
    max-width: 380px;
    width: 92%;
    margin: auto auto 30px;
}
#mainbrand .brand-w .b-rogo .size-franck{
    max-width: 390px;
    width: 94%;
    margin: auto auto 30px;
}
#mainbrand .brand-w .b-rogo .size-tag{
    max-width: 320px;
    width: 89%;
    margin: auto auto 30px;
}
#mainbrand .brand-w .b-rogo .size-mont{
    max-width: 280px;
    width: 82%;
    margin: auto auto 30px;
}
#mainbrand .brand-w .b-rogo .size-cuervo{
    max-width: 350px;
    width: 90%;
    margin: auto auto 30px;
}

#mainbrand .brand-w .explanation{
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 40px;
    text-align: center;
}
#mainbrand .brand-w .main-watch{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#mainbrand .brand-w .main-watch .wth-img{
    width: 45%;
}
#mainbrand .brand-w .main-watch .wth-txt{
    width: 50%;
}
#mainbrand .brand-w .main-watch .wth-img figure{
    width: 90%;
    margin: auto;
}
#mainbrand .brand-w .main-watch .wth-txt{
    font-family: 'Noto Serif JP', serif;
}
#mainbrand .brand-w .main-watch .name{
    font-size: 19px;
    text-align: center;
    margin-bottom: 5px;
}
#mainbrand .brand-w .main-watch .number{
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 5px;
}
#mainbrand .brand-w .main-watch .price{
    font-size: 19px;
    text-align: center;
    margin-bottom: 5px;
}
#mainbrand .brand-w .main-watch .price span{
    font-size: 13px;
}
#mainbrand .brand-w .main-watch .pay{
    font-size: 19px;
    text-align: center;
    margin: 15px auto;
    line-height: 2em;
}
#mainbrand .brand-w .main-watch .pay strong{
    background-color: #3c3c3c;
    padding: 3px 10px;
    font-size: 15px;
}
#mainbrand .brand-w .main-watch .pay span{
    font-size: 32px;
    font-weight: 600;
    color: #ffff00;
}
#mainbrand .brand-w .main-watch .feature{
    font-size: 15px;
    margin-top: 25px;
}
.brand-at .at-txt{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width:767px) {
    #mainbrand .brand-w .main-watch .wth-img{
        width: 100%;
        margin-bottom: 4%;
    }
    #mainbrand .brand-w .main-watch .wth-txt{
        width: 100%;
    }
}


/*----------------------------
	brand スライド
----------------------------*/
#mainbrand .brand{
    padding: 0 35px;
}
#mainbrand .brand article {
    max-width: 1000px;
    margin: 20px auto;
}
#mainbrand .brand article ul {
    text-align: center;
    margin: 0 auto;
}
#mainbrand .brand article ul li {
    margin: 10px;
    padding: 10px;
    border: 1px solid #5F5F5F;
    color: #fff;
}
#mainbrand .brand article ul li p {
    display: block;
    font-size: 14px;
    /*margin: 0 0 12px;
    border-bottom: 1px solid #332700;
    padding: 0 0 12px;*/
    line-height: 1.4em;
}
#mainbrand .brand article ul li a {
    color: #fff;
}
#mainbrand .brand article ul li a:hover {
    text-decoration: none;
}
/*
#mainbrand .brand article ul li em {
    font-size: 15px;
    padding: 0px 0 20px 0;
    display: block;
    font-style:normal;
}
*/
#mainbrand .brand article ul li div {
    font-size: 14px;
    line-height: 1.6em;
    background-color: #191919;
    padding: 10px 5px;
}
#mainbrand .brand article ul li div span {
    font-size: 18px;
    padding: 10px 5px;
    color: #ffff00;
    font-weight: bold;
}
#mainbrand .brand article ul li div span em {
    font-size: 13px;
    border: 1px solid #ffff00;
    padding: 2px;
    display: inline;
    margin: 0 5px 0 0;
    font-style:normal;
}
#mainbrand .brand .strong {
    font-weight: bold;
    font-size: 16px;
    border-top: solid 1px #5f5f5f;
    border-bottom: 1px solid #5F5F5F;
    padding: 12px 0;
    margin: 12px 0;
}

@media screen and (max-width:767px) {
    #mainbrand .brand{
        padding: 0 35px;
    }
    #mainbrand .brand article ul li {
        margin: 5px;
        padding: 8px;
    }
    #mainbrand .brand .strong {
        font-size: 15px;
    }
    #mainbrand .brand article ul li div span {
        font-size: 17px;
    }
}

/*--------ボタンカスタマイズ start--------*/
.center button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.center .slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.center .prev-arrow{
    left: -25px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 18px solid #b2b2b2;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
}
.center .next-arrow{
    right: -25px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 18px solid #b2b2b2;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
}
/*--------ボタンカスタマイズ end--------*/

.brand-btn{
    text-align: center;
    margin: 20px auto 40px;
}
.brand-btn .b-btn{
    position: relative;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(#E0BB20, #6E4301);
    color:#fff;
    padding: 15px 50px;
    border-radius:8px;
    text-align: center;
    outline: none;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
}
.brand-btn .btnarrow::after{
    content: '';
    position: absolute;
    top:calc(50% - 4px);
    right: 13px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

/*----------------------------
	　　event
----------------------------*/

#event {
    background-color: #fff;
    padding: 2%;
}
#event .ev-inner{
    background-color: #000;
    color: #fff;
    padding: 30px 20px 50px;
    position: relative;
    border: 1px solid #d6c677;
}
#event h2{
    color: #000;
}

#event .tesuryo {
    background-color: #c59f35;
    color: #fff;
    padding: 10px;
    max-width: 380px;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    text-align: center;
    margin: 20px 0 0 0;
}

#event .tesuryo span {
    font-size: 50px;
}

#event .kikan {
    color: #c59f35;
    padding: 20px 250px 10px 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    line-height: 1.5em;

}

#event .kikan span {
    font-size: 53px;
}

#event .txt1 {
    color: #fff;
    background-color: #252525;
    padding: 15px;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.5em;
}

#event .txt1 span {
    font-size: 16px;
}

#event .tokuten_tokei {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 250px;
    margin: auto;
}


@media screen and (max-width:767px) {
    #event {
        padding: 4% 2% 2%;
    }
    #event .tokuten_tokei {
        position: initial;
        bottom: initial;
        right: initial;
        width: 80%;
        margin: auto;
    }


    #event .tesuryo {
        margin: 20px auto 0 auto;
    }

    #event .kikan {
        padding: 20px 0 10px 0;
        font-size:27px;
        text-align: center;

    }
    #event .kikan span {
        font-size: 38px;
    }

}

/*----------------------------
	tenpo
----------------------------*/

#tenpo {
	max-width: 1000px;
	padding: 40px 30px;
    margin: auto;
    background-color: #fff;
    color: #000;
    overflow: auto;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-size: 1000px auto;
}

#tenpo .left {
    float: left;
    width: 39%;
}

#tenpo .right {
    float: right;
    width: 60%;
}

#tenpo .logo {
    width: 60%;
    margin: 0 auto 10px;
}
#tenpo .txt1 {
    font-size: 14px;
}

#tenpo .tenpo_p {
    width: 80%;
    margin: 0 auto 10px;
}
#tenpo a {
    	font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 0px;
    display: block;
    max-width: 80%;
    margin: 10px auto;
    padding: 0.5em;
    border: 1px solid #454545;
    box-sizing: content-box;
        background: #fff;

}

#tenpo .ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#tenpo .ggmap iframe,
#tenpo .ggmap object,
#tenpo .ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



@media screen and (max-width:767px) {

#tenpo {
	padding: 40px 5px;
}

#tenpo .left {
    width: 100%;
}

#tenpo .right {
    width: 100%;
}
}


/*----------------------------
	Footer
----------------------------*/
footer {
    position: relative;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .copy {
    font-size: 12px;
    text-align: center;
}


/*--------------------------------------
		pagetop
---------------------------------------*/
#btn_top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 1000;
}

#btn_top a {
    background: #e60816;
    text-decoration: none;
    color: #fff;
    padding: 4px 9px;
    text-align: center;
    display: block;
}

#btn_top a:hover {
    text-decoration: none;
    background-color: #e60816;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media screen and (max-width:767px) {
    #btn_top {
        right: 10px;
        bottom: 30px;
    }
}