@charset "UTF-8";
img {
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: #000;
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  font-family: serif;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

.section_title {
  font-size: 4rem;
  line-height: 36px;
}

.section_title .ja_title {
  color: #816d51;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .section_title {
    font-size: 46px;
    text-align: center;
  }
  .section_title .ja_title {
    font-size: 20px;
  }
}

#header .header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .header_nav_list .header_nav_list_item {
  font-family: serif;
  font-size: 1.8rem;
  width: 180px;
  text-align: center;
  z-index: 3;
  height: 83px;
  line-height: 60px;
}

#header .header_nav_list .header_nav_list_item a {
  color: #000;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#header .header_nav_list .header_nav_list_item a:hover {
  color: #0481A2;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#header .header_nav_list .header_nav_list_item:last-of-type {
  background: #9f9f9f;
}

#header .header_nav_list .header_nav_list_item:last-of-type a {
  color: #fff;
}

#header .header_nav_list .header_nav_list_item:last-of-type a:hover {
  color: #0481A2;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 768px) {
  #header .header_nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    position: fixed;
    z-index: 4;
    height: 100vh;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header .header_nav_list .header_nav_list_item {
    width: 100%;
    height: 15vh;
    line-height: 14vh;
  }
  #header .header_nav_list.appear {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.first_view {
  width: 100%;
  height: 60vw;
}

.first_view::before {
  top: 0;
  display: block;
  content: "";
  width: 36%;
  height: 55vw;
  background-color: #efefef;
  position: absolute;
}

.first_view h1 {
  position: absolute;
  left: 18%;
  top: 15vw;
  z-index: 2;
  font-family: serif;
  font-size: 3.6rem;
}

.first_view .fv_img_area {
  width: 80%;
  right: 0%;
  position: absolute;
  height: 45vw;
}

.first_view .fv_img_area img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .first_view::before {
    height: 65vw;
    z-index: -1;
  }
  .first_view h1 {
    font-size: 30px;
  }
}

.message_img {
  position: relative;
  height: 29vw;
  width: 100%;
  margin-bottom: 10vw;
}

.message_img .french_text {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  right: 20vw;
  z-index: 3;
  font-family: serif;
  font-size: 2.6rem;
}

.message_img .message_img_area {
  overflow: hidden;
  height: 29vw;
}

.message_img .message_img_area img {
  width: 80%;
  z-index: 2;
  -webkit-transform: translateY(-14vw);
          transform: translateY(-14vw);
}

.message_img .message_img_area::after {
  display: block;
  content: "";
  background: #000;
  width: 10vw;
  height: 1px;
  position: absolute;
  right: 17%;
  top: 27vw;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.message_img::after {
  display: block;
  content: "";
  background: #f5f5f5;
  width: 50.4vw;
  height: 29.3vw;
  position: absolute;
  right: 0;
  top: 4vw;
  z-index: -1;
}

@media screen and (max-width: 1060px) {
  .message_img .french_text {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 768px) {
  .message_img .french_text {
    font-size: 15px;
  }
}

.concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 5vw;
  margin-bottom: 10vw;
}

.concept .concept_text {
  padding-top: 30px;
}

.concept .concept_text .concept_description {
  font-size: 1.8vw;
  padding-top: 2vw;
  line-height: 2.2;
}

.concept picture {
  margin-right: 6vw;
  height: 34vw;
}

.concept picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

@media screen and (max-width: 890px) {
  .concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
  .concept .concept_text {
    margin: auto;
  }
  .concept .concept_text .concept_description {
    font-size: 20px;
    width: 90%;
    margin: auto;
  }
  .concept picture {
    overflow: hidden;
    margin-top: 30px;
  }
  .concept picture img {
    height: auto;
    width: 90%;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}

.products {
  position: relative;
  padding-bottom: 10vw;
}

.products::before {
  display: block;
  content: "";
  background: #f5f5f5;
  width: 81%;
  height: 18vw;
  position: absolute;
  right: 0;
  z-index: -1;
  top: -3vw;
}

.products .section_title {
  text-align: center;
  margin-bottom: 2vw;
}

.products .products_list {
  width: 74%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products .products_list .products_list_item {
  width: calc(50% - 3vw);
  -webkit-box-shadow: 5px 0 10px #ccc;
          box-shadow: 5px 0 10px #ccc;
}

.products .products_list .products_list_item .products_list_item_wrapper .product_link .circle .mask img {
  width: 100%;
}

.products .products_list .products_list_item .products_list_item_wrapper .product_link .menu-area {
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .products::before {
    height: 150px;
    top: -30px;
  }
  .products .products_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products .products_list .products_list_item {
    width: 100%;
  }
  .products .products_list .products_list_item:first-of-type {
    margin-bottom: 30px;
  }
}

.shops {
  position: relative;
  padding: 3vw 16vw 3vw;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #f5f5f5), color-stop(80%, #fff));
  background-image: linear-gradient(to right, #f5f5f5 80%, #fff 80%);
  width: 100%;
}

.shops .picture_area {
  position: absolute;
  right: 12%;
  top: 8vw;
  width: 40.7%;
}

.shops .picture_area img {
  width: 100%;
}

.shops .picture_area::after {
  display: block;
  content: "";
  background: #000;
  width: 11vw;
  height: 1px;
  position: absolute;
  right: -10%;
  top: 25vw;
  z-index: 3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shops .section_title {
  margin-bottom: 30px;
}

.shops .shops_list {
  font-size: 1.1vw;
  padding-left: 1rem;
}

.shops .shops_list .shops_list_item:first-child {
  margin-bottom: 30px;
}

.shops .shops_list .shop_data {
  padding-left: 2rem;
}

@media screen and (max-width: 900px) {
  .shops::after {
    top: 31vw;
  }
  .shops .picture_area {
    top: 30px;
    right: 7%;
    width: 47%;
  }
  .shops .picture_area::after {
    right: -7%;
    top: 29vw;
  }
}

@media screen and (max-width: 768px) {
  .shops {
    padding-bottom: 80px;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .shops::after {
    width: 12vw;
    right: 0;
    top: 122vw;
  }
  .shops .picture_area {
    position: relative;
    width: 80%;
    margin: auto;
    right: auto;
  }
  .shops .picture_area::after {
    right: -4%;
    bottom: 17px;
    top: auto;
  }
  .shops .shops_list {
    font-size: 16px;
/*     padding-left: 30%; */
	  width: 80%;
	  display: block;
	  margin: auto;
/* 	  background:red; */
  }
}

.news {
  padding-top: 18vw;
  padding-bottom: 4vw;
}

.news .section_title {
  text-align: center;
  margin-bottom: 30px;
}

.news .news_list {
  display: block;
  width: 50vw;
  margin: auto;
  font-family: 'MS PGothic','ＭＳ Ｐゴシック';
  font-weight: normal;
  margin-bottom: 5vw;
}

.news .news_list .news_list_item {
  border-top: 1px dotted #816d51;
  padding: 7px 4vw;
}

.news .news_list .news_list_item:last-of-type {
  border-bottom: 1px dotted #816d51;
}

.news .news_list .news_list_item .new_list_item_wrapper {
  margin: auto;
  width: 100%;
}

.news .news_list .news_list_item .new_list_item_wrapper time {
  color: #7e7e7e;
}

.news .news_list .news_list_item .new_list_item_wrapper .news_category {
  display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #9f9f9f;
  color: #fff;
  padding: 3px;
  width: 20%;
  text-align: center;
}

.news .news_list .news_list_item .new_list_item_wrapper .news_title {
  display: inline-block;
  font-weight: normal;
  color: #7e7e7e;
}

@media screen and (max-width: 768px) {
  .news .news_list {
    width: 80%;
    font-size: 14px;
    padding: 4px;
  }
}

@media screen and (max-width: 1320px) {
  .news .news_list .news_list_item .new_list_item_wrapper {
    position: relative;
  }
  .news .news_list .news_list_item .new_list_item_wrapper time {
    display: block;
  }
  .news .news_list .news_list_item .new_list_item_wrapper .news_category {
    width: 112px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .news .news_list .news_list_item .new_list_item_wrapper .news_title {
    margin-top: 14px;
  }
}

.footer {
  height: 30px;
  background-color: #9f9f9f;
  color: #fff;
  text-align: center;
}

/*ここからアニメーション*/
/*ハンバーガーメニュー*/
/*ボタン内側*/
.openbtn {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #9f9f9f;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 5;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.openbtn .openbtn-area {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn .openbtn-area {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると
線と周りのエリアが回転して×になる*/
.openbtn.active .openbtn-area {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

/*activeクラスが付与されると
線と周りのエリアが回転して×になる*/
.openbtn.active .openbtn-area {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

/*========= レイアウトのためのCSS ===============*/
a {
  color: #333;
  text-decoration: none;
}

.lead {
  margin: 20px 0 0 0;
}

.btn-block {
  width: 200px;
  padding: 30px;
}

/*ハンバーガーメニューここまで*/
.glowAnime span {
  opacity: 0;
}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
  -webkit-animation: glow_anime_on 1s ease-out forwards;
          animation: glow_anime_on 1s ease-out forwards;
}

@-webkit-keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff,0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff,0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff,0 0 0 #fff;
  }
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff,0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff,0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff,0 0 0 #fff;
  }
}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*スマホ表示折り返し用なのでPCのみなら不要*/
  margin: 0 0 -20px 0;
  list-style: none;
}

.header_nav_list li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: #333;
}

.header_nav_list li {
  margin-bottom: 20px;
}

/*==================================================
　5-3-3 左から右に線が伸びる（下部）
===================================*/
.header_nav_list li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

.header_nav_list li.current a,
.header_nav_list li a:hover {
  color: #0481A2;
}

.header_nav_list li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background: #0481A2;
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top;
  /*左上基点*/
}

/*現在地とhoverの設定*/
.header_nav_list li.current a::after,
.header_nav_list li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

/*========= レイアウトのためのCSS ===============*/
.lead {
  padding: 50px 20px;
}

/*=navのバーが伸びる動き=*/
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*スマホ表示折り返し用なのでPCのみなら不要*/
  margin: 0 0 -20px 0;
  list-style: none;
}

.header_nav_list li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: #333;
}

.header_nav_list li {
  margin-bottom: 20px;
}

/*==================================================
　5-3-3 左から右に線が伸びる（下部）
===================================*/
.header_nav_list li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

.header_nav_list li.current a,
.header_nav_list li a:hover {
  color: #0481A2;
}

.header_nav_list li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 15px;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background: #0481A2;
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top;
  /*左上基点*/
}

/*現在地とhoverの設定*/
.header_nav_list li.current a::after,
.header_nav_list li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

/*========= レイアウトのためのCSS ===============*/
/*ボタン内側*/
/*========= レイアウトのためのCSS ===============*/
/*# sourceMappingURL=style.css.map */


span.mask{
	display: block;/*画像をくくるspanタグをブロック要素にする*/
	overflow: hidden;/*はみ出ているものを隠す*/
}

/*　7-9 波紋　*/

span.mask{
	position: relative;/*波紋の基点となる位置を定義*/
}

span.mask::before {
	position: absolute;
	content: '';
	transform: scale(0);/*円の大きさ初期値は0*/
	opacity: 0;/*透過0*/
	width:100%;/*円のサイズ指定*/
	height:100%;/*円のサイズ指定*/
	border-radius:50%;/*円の角丸指定*/
	background: rgba(255,255,255,0.2);/*円の背景色*/
}

.mask:hover::before {/*hoverした時の変化*/
	animation: circle 0.75s;/*アニメーションの名前と速度を定義*/
}

@keyframes circle {
  0% {
  transform: scale(0);
  opacity: 1;/*透過なし*/
  }
  30% {
    opacity: 1;
  }
  100% {
  transform: scale(2);/*アニメーションで大きくなった2倍の円の指定*/
  }
}

/* 7-11 背景が出現＋テキスト（上から） */
.mask{
    display: block;
	position:relative;/*背景色とテキストの基点となる位置を定義*/
    overflow: hidden;
}

.mask::before{
	content:'';
	position: absolute;
	z-index: 2;
	left:0;
	top:0;
	opacity:0;/*透過0*/
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
    transform: translateY(100%);
	background:#e2a2b2;/*背景色*/
	width:100%;
	height: 100%;	
}
.mask::before{/*hoverした時の変化*/
	opacity:1;/*透過なしに変化*/
	transform: translateY(0);
}
