@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}

body{
	color: #001439;
	line-height: 24px;
	font-size: 16px;
	font-family: "KintoSans-Medium", Helvetica;
	font-style: normal;
  width: 1920px;
  margin: auto;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}

a{
  text-decoration: none;
  color: inherit;
}
a:hover{

}

a:visited{
  color: inherit;
}

a:hover img{
	opacity: 0.7;
}

.clear{
  clear: both;
}

/* 問い合わせフォーム
---------------------------------*/

.Form {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  font-size: 80%;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-align: center;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
  background-color: #FF8080;
  padding: 5px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    width: 40px;
    padding: 0px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  margin: 100px auto;
  font-size: 16px;
  border: 1px solid;
  width: 50%;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}


/* 
ここから共用
================================================ */


body{
  letter-spacing: 1.5px;
  max-width: 100%;
}


footer{
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  background-color: #001439;
}

.white{
  text-align: center;
  padding: 100px 0;
}

.navy{
  color: #fff;
  text-align: center;
  padding: 100px 0;
  background-image: url(../img/back_texture_navy.webp);
}

h2{
  font-family: "Poiret One", Helvetica;
  font-size: 50px;
  font-weight: normal;
}

.cap{
  margin: 20px 0 100px;
}

h3{
  font-size: 32px;
  line-height: 1.5;
  margin: 100px 0 50px;
}

p{
  line-height: 2;
}

.link{
  margin: 100px 0;
  font-size: 20px;
}



#flag{
  position: fixed;
  top: 0px;
  left: 140px;
  z-index: 100;
}

#menu{
  width: 100%;
  height: 70px;
  background-color:#C09518;
}

#menu ul{
  float: right;
  padding-right: 140px;
}

#menu li{
  float: left;
}

#menu li a{
  color: #fff;
  display: block;
  padding: 23px;
}

#right_menu{
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: 100;
}

#right_menu ul li{
  margin: 15px 0;
}

#right_menu01{
  color: #fff;
  display: block;
  padding: 13px 165px 13px 25px;
  background-color: #FF8080;
}

#right_menu02{
  color: #fff;
  display: block;
  padding: 13px 165px 13px 25px;
  background-color: #C09518;
}

#right_menu03{
  color: #05085D;
  display: block;
  padding: 13px 165px 13px 25px;
  background-color: #fff;
}

#right_menu03 img{
  padding: 0 10px 0 0;
}

.menu_con{
  width: 1080px;
  margin: auto;
  text-align: left;
}

.menu_con h3{
  margin-top: 0;
}

.menu_left{
  float: left;
  width: 491px;
}

.menu_right{
  float: right;
  width: 539px;
  padding-left: 50px;
}

.menu_space{
  height: 100px;
}

.top_table{
  margin: auto;
  text-align: left;
}

.top_table td{
  padding: 5px 20px;
}

.access{
  margin: auto;
  margin-top: 50px;
  width: 800px;
  text-align: left;
}

.access_left{
  float: left;
  margin-right: 50px;
  padding-top: 6px;
}

.access_right{
  float: left;
}
.access_right img{
  float: left;
  padding: 12px 15px;
}

.access_right p{
  float: left;
  font-size: 40px;
  font-weight: bold;
}

.top_contact{
  width: 1080px;
  color: #fff;
  margin: auto;
}

.top_contact_01{
  width: 540px;
  height: 200px;
  background-color: #FF8080;
  float: left;
}

.top_contact_02{
  width: 540px;
  height: 200px;
  background-color: #C09518;
  float: left;
}

.top_contact p{
  padding: 70px 0 60px;
  font-size: 24px;
  line-height: 1.5;
  outline: 1px solid #fff;
  outline-offset: -10px;
}


#logo{
  position: absolute;
  top: 0px;
  left: 140px;
}

#under_about{
  height: inherit;
  position: relative;
  background-image: url(../img/about_top.webp);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat; 
  width: 100%;
  max-width: 1980px;
  height: 550px;
}

#under_about:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,20,57,.8); 
}

#under_menu{
  height: inherit;
  position: relative;
  background-image: url(../img/menu_top.webp);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat; 
  width: 100%;
  max-width: 1980px;
  height: 550px;
}

#under_menu:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,20,57,.8); 
}

#under_gallery{
  height: inherit;
  position: relative;
  background-image: url(../img/gallery_top.webp);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat; 
  width: 100%;
  max-width: 1980px;
  height: 550px;
}

#under_gallery:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,20,57,.8); 
}

#under_contact{
  height: inherit;
  position: relative;
  background-image: url(../img/contact_top.webp);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat; 
  width: 100%;
  max-width: 1980px;
  height: 550px;
}

#under_contact:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,20,57,.8); 
}


h1{
  font-size: 80px;
  color: #fff;
  position: absolute;
  font-family: "Poiret One", Helvetica;
  font-weight: normal;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.font24{
  font-size: 24px;
}

.mb25{
  margin-bottom: 25px;
}
.mb50{
  margin-bottom: 50px;
}
.mb100{
  margin-bottom: 100px;
}

.menubox{
  width: 1080px;
  margin: auto;
  text-align: left;
}

.menubox{
  float: left;
  width: 30%;
}

.menuboxcenter{
  margin: 0 5%;
}

.menubox_title h3{
  text-align: center;
  font-size: 24px;
  margin: 30px 0;
}

.wine{
  width: 1080px;
  margin: auto;
  border: solid 1px #001439; 
	outline: solid 5px #001439;  
	outline-offset: 1px; 
}

.wine h2{
  font-size: 32px;
  font-weight: bold;
  padding: 50px 0 30px;
}

.wine_list{
  width: 40%;
  margin: 0 5%;
  text-align: left;
  float: left;
}

.wine_list h3{
  font-size: 24px;
  font-weight: bold;
  border-bottom: #001439 solid 1px;
  padding-bottom: 15px;
  margin: 20px 0 0;
}

.wine_list p{
  padding-bottom: 5px;
}

.wine_list_l{
  float: left;
  padding: 15px 0;
}
.wine_list_r{
  float: right;
  padding: 15px 0;
}

.wine_price{
  font-weight: bold;
}


.art{
  width: 1080px;
  margin: auto;
  text-align: left;
}

.art h3{
  margin-top: 0;
}

.artbox{
  float: left;
  width: 30%;
}

.artboxcenter{
  margin: 0 5%;
}

.art_title{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.art_title h3{
  margin: 30px 0;
}

.artbox p{
  background-color: #C09518;
  border-radius: 30px;
  font-size: 16px;
  height: 30px;
  width: 80%;
  margin: auto;
  padding: 15px 0px;
}

.faq h2{
  font-size: 32px;
}

.faq h3{
  font-size: 24px;
  font-weight: normal;
}

.faqbox{
  width: 1080px;
  margin: auto;
  text-align: left;
}

.faqq{
  text-align: left;
  padding: 10px;
  text-indent: -70px;
  padding-left: 80px;
  padding-right: 20px;
}
.faqa{
  text-align: left;
  padding: 10px;
  background-color: #FFF2F2;
  text-indent: -70px;
  padding-left: 80px;
  padding-right: 20px;
}
.faqq img{
  padding: 0 20px;
}
.faqa img{
  padding: 0 20px;
}

#menu li a:hover{
  color: #05085D;
}

#right_menu ul li{
  transition: all 0.3s;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

#right_menu ul li:hover{
  transform: scale(1.1,1.1);
}

.link a{
  transition: all 0.3s;
}

.link a:hover{
  padding: 1rem 3rem;
  background-color: #FF8080;
}

.access_left a:hover{
  color: #FF8080;
}

#flag a img:hover{
  opacity: unset;
}

html {
  scroll-behavior: smooth;
}

.access_right a img:hover{
  opacity:1;
}

.fontadd{
  font-size: 22px;
}

/*
  アコーディオンそのものの横幅と余白を指定。
  開閉動作に影響なし。
*/
.accordion__list {
}

/*
  アコーディオンの開閉をつかさどる、
  type="checkbox" を指定しているinputタグ。
  inputタグそのものは非表示にする。
*/
.accordion__input {
  display: none;
}

/*
  アコーディオンの2つ目以降、上に余白を取る。
  開閉動作に影響なし。
*/
.accordion__item:nth-child(n+2) {
  margin-top: 10px;
}

/*
  アコーディオンの開閉ボタンの装飾。
  position: relative;が無いと、
  「+」「-」の位置がずれるので注意。
*/
.accordion__head {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}

/*
  アコーディオンの開閉ボタンの右側に「+」を表示。
*/
.accordion__head::after {
  content: "+";
  position: absolute;
  top: 8px;
  right: 10px;
}

/*
  アコーディオンの閉じている部分の装飾。
  height: 0; overflow: hidden;にすることで、
  通常時は表示されないようにする。
*/
.accordion__body {
  overflow: hidden;
  height: 0;
  padding: 0 10px;
  transition: all .25s ease;
}

/*
  アコーディオンの開閉ボタン（labelタグ、class="accordion__head"）をクリックすると、
  対となっているinputタグ（class="accordion__input"）がチェック状態（checked）になる。

  チェック状態のinputタグの隣の隣にある、
  アコーディオンの閉じている部分（class="accordion__body"）の
  heightとpaddingを変更し、アコーディオンを開いた状態にする。
*/
.accordion__input:checked + .accordion__head + .accordion__body {
  height: auto;
  padding: 10px;
}

/*
  チェック状態のinputタグの隣にある、開閉ボタンの「+」を「-」に変更する。
*/
.accordion__input:checked + .accordion__head::after
  {
  content: "-";
  right: 13px;
}
















/* 
LARGE DISPLAY
================================================ */
@media ( min-width : 700px ){

  .sp{
    display: none;
    }	
 
    

/* 
スライド
================================================ */
.img-frame{
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  margin: 0 auto;
}

.img-01, .img-02, .img-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-01{
  background-image: url('../img/fv_01.webp');
  animation: slide-animation-01 24s infinite;
}
.img-02{
  background-image: url('../img/fv_02.webp');
  animation: slide-animation-02 24s infinite;
}
.img-03{
  background-image: url('../img/fv_03.webp');
  animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
   0% {opacity: 1; transform: scale(1.0);}
 30% {opacity: 1;}
 40% {opacity: 0; transform: scale(1.15);}
 90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
   0% {opacity: 0;}
 30% {opacity: 0; transform: scale(1.1);}
 40% {opacity: 1;}
 60% {opacity: 1;}
 70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
   0% {opacity: 0;}
 60% {opacity: 0;  transform: scale(1.0);}
 70% {opacity: 1;}
 90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}

.img-frame::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/fv_bak.webp');
}


/* 
スライド
================================================ */



  }
  /* 
  ここまでPC用
  ================================================ */
  
  /* 
  ここからスマホ用
  ================================================ */
  @media ( max-width : 700px ){
    
  .pc{
    display: none;	
    }	

  video {
    width: 100%;
  }
  iframe {
    width: 100%;
  }

  .top_contact {
    width: 100%;
  }
  .top_contact_01 {
    width: 80%;
    margin: 0 10%;
    height: 130px;
    }
  .top_contact_02 {
    width: 80%;
    margin: 0 10%;
    height: 130px;
    }
  .top_contact p{
    font-size: 16px;
    padding: 40px 0 40px;
  }

  h2{
    font-size: 35px;    
  }

  h3{
    font-size: 16px;
    text-align: center;
  }

  p{
    line-height: 2.5;
    font-size: 12px;
  }


  #logo{
    display: none;	   
  }
  #menu{
    display: none;	  
  }
  #right_menu{
    display: none;	
  }

  .menu_con {
    width: 100%;
  }

  .menu_con h3 {
  margin-bottom: 15px;
  }


  .menu_left {
    float: none;
    width: 80%;
    margin: auto 10%;
}

.menu_right {
  float: none;
  width: auto;
  padding-left: 0;
  margin-top: 20px;
}

#flag {
  position: absolute;
  top: 0px;
  left: 0;
  width: 30%;
}

.access {
  width: 100%;
}


#foot_menu{
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

#foot_menu ul li{
  margin: 0;
}

#foot_menu01{
  color: #fff;
  display: block;
  padding: 13px 165px 13px 40px;
  background-color: #FF8080;
}

#foot_menu02{
  color: #fff;
  display: block;
  padding: 13px 165px 13px 40px;
  background-color: #C09518;
}

#foot_menu03{
  color: #05085D;
  display: block;
  padding: 13px 0px 13px 40px;
  background-color: #fff;
}

.link {
  margin: 100px auto;
  font-size: 16px;
  border: 1px solid;
  width: 50%;
  border-radius: 30px;
  padding: 10px;
}

  .access_sp{
    text-align: left;
    padding: 0 10%;
    font-size: 12px;
}

  .access_sp_title{
    font-weight: bold;
    margin-top: 10px;
  }

  .access{
    text-align: center;
  }

  .access_left {
    float: none;
    margin-right: 0;
    padding-top: 6px;
}

  .text_sp{
    font-size: 12px;
  }
  .font24{
    font-size: 16px;
  }

  h1{
    font-size: 35px;
  }

  #under_about{
    height: 100px;
  }

  #under_menu{
    height: 100px;
  }

  #under_gallery{
    height: 100px;
  }

  #under_contact{
    height: 100px;
  }

  .wine {
    width: 80%;
    margin: auto;
    border: solid 1px #001439;
    outline: solid 3px #001439;
    outline-offset: 2px;
}

  .wine h2 {
    font-size: 24px;
  }

  .wine_list {
    width: auto;
    margin: 0 3%;
    text-align: left;
  }

  .menubox {
    float: none;
    width: 80%;
}


.menubox_title h3 {
  font-size: 18px;
}

.menuboxcenter {
  margin: auto;
}

.menu_con {
  text-align: center;
}
.menu_con p{
  width: 80%;
  margin: 0 auto 50px;
}

.sp_p{
  width: 90%;
  margin: auto;
}

.art {
  width: 100%;
  text-align: center;
}

.art img {
  width: 80%;
}

.artbox {
  float: none;
  width: 100%;
}

.artboxcenter {
  margin: auto;
}

.artbox p {
  height: 34px;
  width: 50%;
  padding: 10px 0px;
  margin-bottom: 100px;
}

.faqbox {
  width: 100%;
}

.sp_w90{
  width: 90%;
}

.sp_head{
  height: 100%;
  background-color: #C09518;
}
.sp_head a{
  z-index: 102;
  position: relative;
  display: block;
}
.access_right img {
  padding: 22px 15px;
}

#foot_menu03 img {
  padding-right: 5px;
}



















/* Navbar & Navmenu color */
:root {
  --background-navbar: #C09518;
}

.header {
  position: fixed;
  width: 100%;
  height: 52px;
  z-index: 101;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  padding: 72px 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  display: block;
}

.menu li {
  padding: 10px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  float: right;
  z-index: 105;
}

.navicon {
  background: #001439;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #001439;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  font-size: 20px;
}





/* 
スライド
================================================ */
.img-frame{
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  margin: 0 auto;
}

.img-01, .img-02, .img-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-01{
  background-image: url('../img/fv_01_sp.webp');
  animation: slide-animation-01 24s infinite;
}
.img-02{
  background-image: url('../img/fv_02_sp.webp');
  animation: slide-animation-02 24s infinite;
}
.img-03{
  background-image: url('../img/fv_03_sp.webp');
  animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
   0% {opacity: 1; transform: scale(1.0);}
 30% {opacity: 1;}
 40% {opacity: 0; transform: scale(1.15);}
 90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
   0% {opacity: 0;}
 30% {opacity: 0; transform: scale(1.1);}
 40% {opacity: 1;}
 60% {opacity: 1;}
 70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
   0% {opacity: 0;}
 60% {opacity: 0;  transform: scale(1.0);}
 70% {opacity: 1;}
 90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}




/* 
スライド
================================================ */

.link a{
display: block;
}

.fontadd{
  font-size: 14px;
}

.capadd{
  margin-bottom: 50px;
}

  }
  /* 
  ここまでスマホ用
  ================================================ */