@charset "UTF-8";

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: inline-block;
  }

}
.wrapper {
  background: #fff;   
}

.area-container {
  background: #fff;
  padding-bottom: 50px;
}
:root {
    --green: #56532B;
    --white: #fff;
    --black: #000;
    --grey: #656565;
    --brown: #022437;
    --blue: #78b8c6;
    --nunito: nunito-sans, sans-serif;
    --garamond: garamond-premier-pro, serif;
    --quicksand: quicksand, sans-serif;
    --adobe-caslon-pro: "adobe-caslon-pro", serif;
    --roboto: "roboto", serif;
}

 .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500; 
}
.area-wrapper a {
  color: #000;
  text-decoration: none !important;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper p {
}
.area-wrapper p strong {
  font-weight: bold;
}
.area-wrapper section .area-ttl .item_ttl .other_font {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;
}
.area-wrapper section .area-ttl .product-info .other_font {
     font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 8px;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper p {

  }
  .area-wrapper section .area-ttl .item_ttl .other_font {
    font-size: 22px; 
    margin-left: 5px;  
    }
}
.area-wrapper section .area-ttl .product-info .other_font {
    font-size: 16px;
}
a:focus,
*:focus {
  outline: none;
}

   area-body
=========================================*/
.area-body {
  padding: 0;
  color: #000;
  margin: 0;
  font-weight: normal;
}
.area-body .index {
  margin: 50px auto;
  width: 1080px;    
} 
.area-body h2 {
  letter-spacing: 2px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 80px;
}
.area-body .page_ttl { 
  position: relative; 
  color: #000;
  font-size: 36px;
  margin: 70px auto;    
}
.area-body .page_ttl::before{
    content: '';
    width: 300px;
    height: 1px;
    background: var(--black);
    position: absolute;
    left: 12%;
    top: 43%;
}
.area-body .page_ttl::after{
    content: '';
    width: 300px;
    height: 1px;
    background: var(--black);
    position: absolute;
    right: 12%;
    top: 43%;
}
.area-body .sub_ttl{
    font-family: var(--garamond);
    font-weight: 600;
    font-size: 2.6rem;
    margin: 50px auto 70px;
    line-height: 1.4;
    text-decoration: underline;
}
.area-body .sub_ttl2 {
     font-size: 3rem;
     font-family: var(--garamond);
    font-weight: 600;
    margin: 50px auto 70px;
    width: 1000px;
    line-height: 1.4;
    text-decoration: underline;
}
.area-body .navi1, .area-body .navi2 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 880px;
  margin: 70px auto 120px;
  padding: 0;
  gap: 3%;
}
.area-body .navi1 li, .area-body .navi2 li{
  width: 30%;
  margin: 0 10px;
  list-style: none;    
}
.area-body .navi1 li img{
    width: 90%;
    margin: 10px auto 20px;
}
.area-body .navi_sub_ttl{
    height:auto; 
    text-align: center;
    line-height: 2.0;
    letter-spacing: 0px;
    font-size: 28px;
    margin: 0px auto 15px;
}
.area-body .navi_sub_ttl span {
    display: block;
}
.area-body .navi li a h2 {
  font-size: 26px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 10px;
  min-height: 84px;
  display: flex; 
  color: #fff;
}
.area-body .navi li a span {
  display: block;
  margin-right: 10px; 
  font-size: 18px;
  line-height: 2.4;    
}
@media screen and (max-width: 896px) {
  .area-body .page_ttl {
    font-size: 30px;
    line-height: 1.4;
    margin: 30px auto 20px;
} 
  .area-body .sub_ttl {
     width: 95%;
    font-size: 2rem;
    margin-bottom: 30px  
}    
  .area-body .page_ttl::before {
    width: 100px;
    left: 5%;
    top: 40%;  
}
  .area-body .page_ttl::after{
    width: 100px;
    right: 5%;
    top: 40%;  
}    
 .area-body .index {
    margin: 50px auto 70px;
    width: 100%; 
}    
  .area-body h2 {
    margin: 0 0 30px;
  }
.area-body .navi1, .area-body .navi2 {
    width: 100%;
    flex-wrap: wrap;
    gap:2%;
    padding: 0 20px;
    margin: 27px auto 50px;
}
  .area-body .navi1 li, .area-body .navi2 li {
    width: 45%;
    margin:0 auto;
  }
  .area-body .navi_sub_ttl {
    height: 30px;
    font-size: 19px;  
    width: 100%; 
    margin: 20px auto 10px;
    }
    .area-body .navi1 li img {
        margin: 10px auto 0;
    }    
}
.area-body .history{
    width: 1000px;
    margin: 120px auto 100px;
}
.area-body .history_ttl {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
    font-size: 3rem;
    text-align: left;
    padding-bottom: 100px;
}
.area-body .history_ttl::after{
  
    width: 393px;
    height: 1px;
    background: var(--black);
    position: absolute;
    left: 32%;
    top: 45%;
}
.area-body .history_img p {
     font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    width: 65%;
    margin: 40px auto;
    text-align: left;
}
.area-body section {
  margin: 80px auto 60px;
  position: relative;
}
.area-body section .item_sec {
    display: flex;
    flex-wrap: wrap;
    
}
.area-body section .area-title {
  left: auto;
  right: 50px;
}
.area-body section .info {
  margin: 0 auto;
}
.area-body .history_img span {
    display: block;
    text-align: left;
    font-size: 12px;
    margin-top: 20px;
}
.area-body section .area-title {
  position: absolute;
  top: 0;
  left: 50px;
}
.area-body section .area-ttl {
  margin: 0 auto 30px;
  text-align: left;
  width: 50%;  
}
.area-body section .area-ttl h2 {
  text-align: left;
  font-size: 25px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px 70px;
  width: 90%;
  line-height: 1.3;
  height: 100px;    
}
.area-body section .area-ttl .item_ttl span {
  display: block;
  font-size: 30px;
  position: relative;    
}
.area-body section .area-ttl .item_ttl span::before{
    content: '';
    width: 280px;
    height: 2px;
    background: var(--black);
    position: absolute;
    left: 16%;
    top: 57%; 
}
.area-body section .area-ttl .photo {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.area-body section .area-ttl .photo {
  margin: 0 auto;
  width: 80%;    
}
.area-body section .area-ttl .photo .slider .prev-arrow {
  position: absolute;
  width: 14px;
  top: 46%;
  left: 2%;
  z-index: 2;
}
.area-body section .area-ttl .photo .slider .next-arrow {
  position: absolute;
  width: 14px;
  top: 46%;
  right: 2%;
  z-index: 2;
}
.area-body section .area-ttl .photo > div {
  text-align: left;
  width: 380px;
  margin: 0 auto 15px;
}
.area-body section .area-ttl .photo img {
  width: 480px;
}


.area-body section .info {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.area-body section .info ul {
/*  width: 460px;*/
}
.area-body section .info ul li::before {
  content: "";
  display: inline-block;
  background: #f76b26;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.area-body section .info .product-info {
 margin: 0 auto;
 text-align: center; 
 width: 86%; 
 position: relative;
}
.area-body section .info .product-info h3 {
  margin: 10px auto 10px;
    line-height: 1.8;
}
.area-body section .info .product-info h3 a {
  font-size: 15px;
  font-weight: bold;
  font-family: plantin, sans-serif; 
    height: 50px;
    display: block;
}

.area-body section .info .product-info dl {
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.area-body section .info .product-info dl dt {
  display: inline-block;
}
.area-body section .info .product-info dl dt::after {
  content: "/";
  padding: 0 0.2em 0 0.5em;
}
.area-body section .info .product-info dl dd {
  display: inline-block;
  margin-left: 7px;    
}
.area-body section .info .product-info p {
  margin: 10px auto;
    height: 200px;
    font-size: 15px;
}
.area-body section .info .product-info .elem-btn a {
  margin: 40px 0 0;
  display: block;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 1px 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid;
  color: #000;
  width: 300px;
  margin: 30px auto;
  font-size: 18px; 
  height: 42px;
  line-height: 42px;  
}
.sec_item {
    margin-bottom: 70px;
}
.area-body .movie {
  max-width: 1000px;
  margin: 160px auto 0;
}
.area-body .movie .wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.area-body .movie .wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 896px) {
    .area-body section {
    max-width: auto;
    margin: 40px auto;
    }
    .area-body section .area-ttl .photo {
    margin: 0 auto;
    width: 100%;
    }    
    .area-body .history {
    width: 100%; 
    margin-top: 50px; 
    }
    .area-body .history_ttl {
    margin: 0 0 0 10px; 
    font-size: 2rem;  
    } 
    .area-body .history_ttl::after{
    width: 189px;
    left: 43%;
    top: 49%;  
    }
    .area-body .history_img p {
    width: 90%;
    margin: 28px auto;
    text-align: left;
    } 
    .area-body .history_img span  {
    font-size: 11px;
    }
    .area-body .sub_ttl2 {
    width: 100%;
    font-size: 2rem; 
    }    
  .area-body section .area-ttl {
    margin: 0 65px 0 0;
  }
    .area-body section .item_sec {
       flex-direction: column;
    }    
  .area-body section .area-ttl .info {
    margin: 0 -65px 0 0;
  }
  .area-body section .area-title {
    top: -10px;
    left: 10px;
  }
  .area-body section .area-title img {
    zoom: 0.5;
  }
  .area-body section .area-ttl {
    margin: 0 auto;
    width: 100%;  
  }
  .area-body section .area-ttl h2 {
    text-align: left;
    font-size: 26px;
    margin: 0 0 24px 10px;
    line-height: 1.1;
    width: 94%;
    height: 95px;
  }
  .area-body section .area-ttl .item_ttl span {
    font-size: 30px;
    margin-bottom: 14px;
    line-height: 1.1;  
  } 
  .area-body section .area-ttl .item_ttl span::before {
     width: 270px;   
    }    
  .area-body section .area-ttl .photo .slider {
    width: 100%;   
  }   
  .area-body section .area-ttl .photo > div {
    width: 88%;
    margin: 0 auto;
  } 
  .area-body section .area-ttl .photo img {
    width: 100%;
  }
  .area-body section .area-ttl .photo .prev-arrow {
    position: absolute;
    width: 14px;
    top: 46%;
    left: 2%;
    z-index: 2;
  }
  .area-body section .area-ttl .photo .next-arrow {
    position: absolute;
    width: 14px;
    top: 46%;
    right: 2%;
    z-index: 2;
  }
  
  .area-body section .area-ttl .info {
    width: auto;
    margin: 0 auto 40px;
    padding: 0;
    flex-flow: column;
  }
  .area-body section .area-ttl .info ul {
    font-size: 14px;
    width: auto;
    margin: 0 0 0 10px;
  }
  .area-body section .area-ttl .info ul li::before {
    width: 8px;
    height: 8px;
  }
  .area-body section .area-ttl .info .product-info {
    width: auto;
    text-align: center;
  }
  .area-body section .area-ttl .info .product-info h3 {
    line-height: 1.3;
    margin: 33px 0 15px;
    font-size: 12px;  
  }
  .area-body section .area-ttl .info .product-info h3 a {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;  
  }
  .area-body section .info .product-info p {
    width: 93%;
    margin: 20px auto;
    height: auto;
}  
  .area-body section .info .product-info dl dd {
    margin-left: 8px;
}

}
.area-body section .slick-arrow {
  display: block !important;
}
.area-body .btn-all a {
  font-weight: bold;
  width: 600px;
  margin: 50px auto 0;
  padding: 10px 0;
  border-bottom : 1px solid #000;
  border-top : 1px solid #000;    
  display: block;
  font-size: 18px;
  font-family: plantin, sans-serif; 
  line-height: 1.6;    
}
.area-body .elem-btn.navi{
  width: 170px;
  margin: 30px auto 0;    
}
.area-body .elem-btn.navi:hover{
    opacity: 0.6;
}
.area-body .elem-btn.navi a {
   font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;     
  background: #0b0d0f; 
  padding: 6px 30px ; 
  border-radius: 20px;
  line-height: 1.8;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
    .area-body .elem-btn.navi{
        width: 140px;
        margin-bottom: 20px;
    } 
    .area-body .elem-btn.navi a{
        font-size: 14px;
        padding: 6px 20px ;
    }
  .area-body section .info .product-info .elem-btn a {
    padding: 0;
    width: 200px;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}    
  .area-body .btn-all a {
    width: 320px;
    margin: 50px auto;
    font-size: 14px;
  }
}



body {
  width: 100%;
  background-color: #ffffff;
  overflow: auto;
}

.wrapper {
  background: #ffffff;
}


.yokonarabi{
    display:flex;
        justify-content: center;
    align-items: center;
}
.yokonarabi div{
    width: 300px;
    margin: 30px;
}
img{
    max-width: 100%;
    height: auto;
}
.editor p {
    margin-bottom: 0em;
}
.editor img {
    margin-bottom: 0em;
}
.visual {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    overflow-y: hidden;
}
.visual::before {
    content: '';
    position: absolute;
    bottom: 8%;
    left: 50%;
    width: 2px;
    height: 150px;
    background: #ddd;
    animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 540px){
.visual::before {
    height: 120px;
}
}
@media screen and (max-width: 375px){
.visual::before {
    height: 100px;
}
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.visual_inner {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    position: absolute;
}
@media screen and (max-width: 840px){
.visual_inner {
    width: 70%;
}
    .yokonarabi{
        flex-wrap: wrap;

    display:flex;
        justify-content: center;
    align-items: center;
}
.yokonarabi div{
    width: 160px;
    margin: 10px;
}
}
@media screen and (max-width: 540px){
.visual_inner {
    width: 80%;
}
}
@media screen and (max-width: 375px){
.visual_inner {
    transform: translateY(20px);
}
}
.visual_logo {
    margin-bottom: 20px;
    filter: drop-shadow(1px 2px 20px #000);
}
.visual_movie {
    width: 100%;
    height: 100%;
}
.js--iframe-wrapper{
        height: 100%;
}
.heading h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #eee;
    font-family: serif;
    margin-top: 1.5em;
    text-shadow: 1px 2px 10px black;
}
@media screen and (max-width: 1366px){
.heading h2 {
    font-size: 1.3em;
}
}
@media screen and (max-width: 540px){
.heading h2 {
    margin-top: 0em;
}
}
.heading_text {
    color: #eee;
    font-size: 0.8em;
    text-shadow: 1px 2px 10px black;
}
ul.visual_background {
    opacity: 0.2;
    display: flex;
    justify-content: center;
    z-index: -1;
}
ul.visual_background li {
    position: absolute;
    z-index: -1;
    height: 100%;
    visibility: hidden;
    animation: anime_slider_fade 12s infinite;
}
ul.visual_background > li:nth-of-type(2) {
    animation-delay: 4s;
}
ul.visual_background > li:nth-of-type(3) {
    animation-delay: 8s;
}
@keyframes anime_slider_fade {
    0% {
        visibility: visible;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
    }
    48.3% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
ul.visual_background li img {
    height: 100%;
    object-fit: cover;
}
/*visualここまで*/
.item_wrapper {
    background-color: #ffff;
    z-index: 1;
    position: relative;
}
.item_wrapper h3 {
    width: 67%;
    margin: auto;
    padding: 150px 0 0;
    color: #000;
    font-family: serif;
    text-align: center;
}
@media screen and (max-width: 1440px){
.item_wrapper h3 {
    width: 76%;
    font-size: 1.5rem;
}
}
@media screen and (max-width: 1024px){
.item_wrapper h3 {
    width: 86%;
}
}
@media screen and (max-width: 540px){
.item_wrapper h3 {
    width: 88%;
    padding: 70px 0;
    font-size: 15px;
}
}
.item_list {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}
@media screen and (max-width: 1440px){
.item_list {
    width: 80%;
}
}
@media screen and (max-width: 1024px){
.item_list {
    width: 90%;
}
}
@media screen and (max-width: 540px){
.item_list {
    width: 96%;
}
}
.item {
    padding: 20px 20px 100px;
    width: 25%;
}
@media screen and (max-width: 1280px){
.item {
    width: 33.3%;
}
}
@media screen and (max-width: 840px){
.item {
    width: 50%;
}
}
@media screen and (max-width: 540px){
.item {
    padding: 10px 10px 60px;
}
}
.item p {
    color: #ddd;
    font-size:1.2rem
}
@media screen and (max-width: 540px){
.item p {
    font-size:1.1rem
}
}
.item_image {
    z-index: 1;
    position: relative;
    margin-bottom:10px;
}
.item_image img:nth-of-type(1) {
    transition: 0.3s;
}
.item_image:hover img:nth-of-type(1){
    opacity:0;
}
.item_image img:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    left: 0;
    transition: 0.3s;
}
.item_image:hover img:nth-of-type(2){
    opacity:1;
}
/*すべてを見る、ここから*/
ul.item_all {
    width: 50%;
    margin: auto;
    padding: 100px 0 200px;
}
@media screen and (max-width: 840px){
ul.item_all {
    width: 80%;
    padding: 50px 0 150px;
}
}
ul.item_all a {
    text-decoration: none;
}
ul.item_all li {
    padding: 20px;
    text-align: center;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    color: #fff;
    font-weight: bold;
    opacity:0.6;
    transition: 0.2s;
}
ul.item_all li:hover {
    opacity:1;
}
/*ここからショップリスト*/
.shop_wrapper {
    background-color: #222;
    padding: 100px 0 50px;
    position: relative;
    color: #ddd;
    z-index: 1;
}
@media screen and (max-width: 540px){
.shop_wrapper {
    padding: 50px 0 50px;
}
}
.shop_title {
    width: 60%;
    margin: 0 auto 100px;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    font-family: serif;
    color: #ddd;
}
@media screen and (max-width: 540px){
.shop_title {
    margin: 0 auto 50px;
    font-size: 3rem;
}
}
.shop {
    width: 60%;
    margin: auto;
    display: flex;
    padding: 50px 0;
    border-top: solid 1px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1366px){
.shop {
    width: 70%;
}
}
@media screen and (max-width: 1280px){
.shop {
    width: 80%;
}
}
@media screen and (max-width: 540px){
.shop {
    width: 88%;
}
}
@media screen and (max-width: 840px){
.shop {
    flex-direction: column-reverse;
}
}
ul.shop_text {
    width: 50%;
}
@media screen and (max-width: 840px){
ul.shop_text {
    width: 100%;
}
}
ul.shop_text li {
    margin-bottom: 15px;
}
ul.shop_text li:first-child {
    font-size: 2rem;
    font-weight: bold;
}
ul.shop_text li:nth-child(2) {
    font-size: 1.2rem;
}
ul.shop_text li:nth-child(3) {
    display: flex;
    filter: invert(1);
}
span.sns_icon {
    margin: 0 15px 0 0;
}
span.sns_icon img {
    width: 20px;
    transition:0.2s;
}
span.sns_icon img:hover{
    opacity:0.6;
}
ul.shop_text li:nth-child(4) {
    font-size: 1.2rem;
}
ul.shop_text li:last-child {
    text-align: center;
    font-weight: bold;
}
ul.shop_text li:last-child a {
    transition: 0.2s;
    color: #ddd;
}
ul.shop_text li:last-child a:hover {
    opacity: 0.6;
}
.shop_image {
    padding: 0 0 0 30px;
    width: 50%;
}
@media screen and (max-width: 840px){
.shop_image {
    padding: 0 0 30px 0;
    width: 100%;
}
}
.shop_image img{
    width:100%;
}