<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block ;
}

.media_sp {
  display: none !important;
}
.text-box h4,
.text-box-wide h4 {
font-family: "Noto Serif JP", serif;
  margin: 0;
  padding: 0;
    color:#887640
;
}
.text-box-wide {
 font-family: "Noto Serif JP", serif;
    font-size: 20px;
  padding: 0px 0;
  width: 100%;
  height: auto;
  margin: 0px auto;
  color: #887640
;
  position: relative;
}
.text-box-wide .product-back {
  width: 100%;
}
.text-box-wide .product-back img {
  width: 100%;
}
.text-box-wide .elem-btn {
  position: absolute;
  top: 44%;
  left: calc(50% - 230px);
}
.text-box-wide .product-text {
  width: 400px;
  position: absolute;
  bottom: 50px;
  right: 40px;
  z-index: 2;
  color: black;
  text-align: left;
}
.text-box-wide .product-text h4 {
  font-size: 20px;
    color: azure;
}
.text-box-wide .product-text.left {
  top: 36%;
  bottom: 36%;
  right: auto;
  left: 60px;
}
.text-box p,
.text-box-wide p {
  font-weight: 400;
  text-align: left;
  font-size: 15px;

    color: azure;
  }
.area-header .movie-wrap {
  display: none;
}
.area-header .movie {
  position: relative;
  width: 100%;
    height: 100vh;
}
.area-header .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.text-box p span,
.text-box-wide p span {
  font-size: 13px;
}
.container_feat {
  display: flex  !important;
  justify-content: center;
  flex-wrap: wrap;
    padding-bottom: 60px;
}

.container_feat .item {
    width: 18%;
  margin: 20px;

}
.container_feat2 .item {
    width: 50%;
  margin: 20px;

}
.text-box4 {
font-family: "Noto Serif JP", serif;
        font-size: 20px;
  width: 330px;
  margin: 50px auto;
    color: #525463;
}
/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none !important;
  }

  .media_sp {
    display: inline-block !important;
  }
            .container_feat {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 60px;
}

.container_feat .item {
  width: 44%;
  margin: 6px;

    }
      .area-header .movie-wrap {
    display: block;
    /* background: rgba(0, 0, 0, 0); */
    position: relative;
    z-index: 2;
  }
  .area-header .movie {
    padding-top: 177.5%;
    position: absolute;
    top: 0;
  }
      .area-header .area-text {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
      padding-top: 50px;
    height: 60vh;
  }
    .text-box-wide h4 {
  font-family: "Libre Baskerville", serif;
    font-size: 18px;
  margin: 0;
  padding: 0;
  
}
      .text-box-wide {
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    position: relative;
  }
    .text-box-wide .elem-btn2 {
  position: absolute;
  top: 14%;
  left: calc(20% - 230px);
}
.text-box-wide .elem-btn3 {
  position: absolute;
  top: 14%;
  left: calc(20% - 230px);
}
  .text-box-wide .product-back {
    width: 100%;
  }
  .text-box-wide .product-back img {
    width: 100%;
  }
  .text-box-wide .elem-btn {
    width: 76%;
    position: absolute;
    top: 24%;
    left: 12%;
  }
  .text-box-wide .elem-btn a {
    width: 100%;
  }
  .text-box-wide .product-text {
    width: auto;
    margin: 0 40px;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: left;
  }
  .text-box-wide .product-text h4 {
    font-size: 14px;
    margin: 0 0 10px;
          color: #C9C2CB;
  }
  .text-box-wide .product-text p {
    font-size: 12px;
    margin: 0;
    color: #C9C2CB;
  }
  .text-box-wide .product-text p span {
    font-size: 10px;
  }
  .text-box-wide .product-text.left {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 0;
  }
      .area-body .visual .logo {
    position: absolute;
    top: auto;
    bottom: 7%;
    left: 25%;
    right: 25%;
  }
  .area-body .area-text .logo {
    position: relative;
    width: 50%;
    margin: 0 auto 50px;
  }
  .area-body .area-text .header-text,
.area-body .area-text p {
    width: auto;
    margin: 0 50px;
    font-size: 12px;
  }
  .area-body .area-text .header-text {
    margin: 0 50px 25px;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;   
}

.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
.area-header .area-text {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  height: 80vh;
}
.area-header .area-text .header-text,
.area-header .area-text p {
  width: 800px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.area-header .area-text .header-text {
  margin: 0 auto 50px;
    padding: 30px;
}
.area-body .visual .logo {
  position: absolute;
  top: 44%;
  left: 4%;
  right: 66.5%;
}
.area-body .area-text .logo {
  width: 200px;
    padding-top: 10px;
  margin: 0 auto 50px;
}
.area-body .area-text .header-text,
.area-body .area-text p {
    font-family: "Abyssinica SIL", serif;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
    color: #887640
;
}
.area-header .area-text .header-text {
  margin: 0 auto 50px;
}
.area-container {
  padding-bottom: 50px;
}
:root {
  --green: #56532B;
  --dark-navy: #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 div,section{
  background-color: #010205;
}
.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: #887640;
  text-decoration: none !important;
}
.area-wrapper a:hover {
  opacity: 0.8 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
padding-bottom: 50px;
}
.area-wrapper p {
  margin-top: 15px;
}
.area-wrapper p strong {
  font-weight: bold;
}
.area-wrapper section .area-ttl .item_ttl .other_font {
    font-family: "a-otf-ud-reimin-pr6n", 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: "a-otf-ud-reimin-pr6n", 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 {
    margin-top: 40px;
  }
  .area-wrapper section .area-ttl .item_ttl .other_font {
    font-size: 22px; 
    margin-left: 5px;  
      color:#887640
;
    }
}
.area-wrapper section .area-ttl .product-info .other_font {
    font-size: 16px;
    color: DARK NAVY;
}
a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header p{
    margin: 70px auto 100px;
    color: #887640
;
}
@media screen and (max-width: 896px) {
  .area-header {
    text-align: center;
  }
  .area-header p {
    margin: 40px auto 60px;
    /* width: 77%; */
    width: 96%;
      color: #887640
;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #887640
;
  margin: 0;
  font-weight: normal;
    justify-content: center;
}
.area-body .index {
  margin: 50px auto;
} 
.area-body h2 {
  letter-spacing: 2px;
  font-family: serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 80px;
}
.area-body .page_ttl { 
  position: relative; 
  color: DARK NAVY;
  font-size: 20px;
  margin: 0 auto; 
    color: #887640
;
}
.area-body .page_ttl::before{
    content: '';
    width: 300px;
    height: 1px;
    background: var(#887640
);
    position: absolute;
    left: 18%;
    top: 43%;
}
.area-body .page_ttl::after{
    content: '';
    width: 300px;
    height: 1px;
    background: var(#887640
);
    position: absolute;
    right: 18%;
    top: 43%;
}
.area-body .sub_ttl{
    font-family: var(--garamond);
    font-weight: 600;
    font-size: 1.4rem;
    margin: 50px auto 70px;
    line-height: 1.4;
    color: DARK NAVY;
}
.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 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 60%;
  margin: 100px auto 120px;
  list-style: none;
  padding: 0; 
  /* gap:3%;     */
}
.area-body .navi1 li{
    margin: 0 auto;
    list-style: none;
    width: 25%;   
}
.area-body .navi_sub_ttl{
    height:50px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0px;
    font-size: 17px;
    margin: 14px auto 20px;
    width: 90%;
        color: #887640
;
}
.area-body .navi_sub_ttl span {
    display: block;
}
.area-body .navi li a h2 {
  font-size: 26px;
       font-family: serif;
    font-weight: 300;
    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;    
}
.area-body .elem-btn a {
  font-size: 14px;
  width: 400px;
  margin: 40px auto;
  padding: 1em 0;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  color: #887640
;
  border-top: 1px solid #887640
;
  border-bottom: 1px solid #887640
;
  text-decoration: none;
    text-align: center;
}
@media screen and (max-width: 896px) {
  .area-body .page_ttl {
    font-size: 30px;
    line-height: 1.4;
    margin: 30px auto 70px;
} 
              .area-body .elem-btn a {
    font-size: 10px;
    width: 40%;
    margin: 20px 5%;
    padding: 0.5em 0;
  }
  .area-body .sub_ttl {
     width: 95%;
    font-size: 2rem;
    margin:20px auto 80px; 
      color: DARK NAVY;
}    
  .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;
     color: DARK NAVY;
}    
  .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: 60px;
    font-size: 12px;  
    width: 100%; 
    margin-left: 0;  
    }

}

.area-body section {
  max-width: 900px;
  margin: 80px auto 160px;
  position: relative;
}
.area-body section .category_area{
  display: flex;
  flex-wrap: wrap;
  gap:10%;    
}
.area-body section .info {
  margin: 0 auto;
}
.area-body section .area-ttl {
  margin: 0 auto 40px;
  text-align: left;
  width: 100%;    
}
.area-body section .area-ttl h2 {
  text-align: left;
  font-size: 19px;
      font-family: serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 20px 5px;
  width: 100%;
  line-height: 1.6;
  height: 134px;  
    color:#887640
;
}
.area-body section .area-ttl .item_ttl span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
  position: relative;
    color: #887640
;
}
.area-body section .area-ttl .item_ttl span::before {
    content: '';
    width: 327px;
    height: 2px;
    background: var(--#887640
);
    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: 100%;    
}
.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 &gt; div {
  text-align: left;
  width: 100%;
  margin: 0 auto 14px;
}
.area-body section .area-ttl .photo img {
  width: 100%;
}
.area-body .logo {
 width: 10%;
    justify-content: center;
}
.area-body section .info {
  width: 87%;
  margin: 0 auto;
  text-align: left;
}
/* .area-body section .info ul {
 width: 460px;
} */
.area-body section .info .product-info {
 margin: 0 auto;
 text-align: center; 
 width: 100%; 
 position: relative;
    color:#887640
;
}
.area-body section .info .product-info h3 {
  margin: 10px 0 10px;
  line-height: 1.6;    
}
.area-body section .info .product-info h3 a {
  font-size: 16px;
     font-family: serif;
  font-weight: 300;
  font-style: normal;   
}

.area-body section .info .product-info dl {
 font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  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: 2px;    
}
.area-body section .info .product-info p {
  margin: 30px auto;
  font-size: 12px;
  height: auto; 
  vertical-align: middle;    
}

.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 {
    margin: 40px auto 30px;
  }
  .area-body section .area-ttl .photo {
    margin: 0 auto;
    width: 100%;
}    
 
 .area-body .sub_ttl2 {
    width: 100%;
    font-size: 2rem; 
    }    
  .area-body section .area-ttl .info {
    margin: 0 -65px 0 0;
      color:#887640
;
  }
  
  .area-body section .area-ttl {
    margin: 0 auto 70px;
    width: 100%;  
  }
  .area-body section .area-ttl h2 {
    text-align: left;
    font-size: 22px;
    margin: 0 16px 40px;
    line-height: 1.4;
    width: 95%;
    margin: 0 0 20px 8px;
    height: auto;  
  }
 .area-body section .category_area{
      flex-direction: column;  
    }    
  .area-body section .area-ttl .item_ttl span {
    font-size: 28px;
    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 &gt; 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;
    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: 95%;
    text-align: center;
  }
  .area-body section .area-ttl .info .product-info h3 {
    line-height: 1.3;
    margin: 50px 0 10px;
    font-size: 12px;  
  }
  .area-body section .area-ttl .info .product-info h3 a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;  
  }
  .area-body section .info .product-info p {
    width: 93%;
    margin: 40px auto;
    height: auto;  
}  
 .area-body section .info .product-info dl {
    margin-top: 5px;    
    }
  .area-body section .info .product-info dl dd {
    margin-left: 7px;
}

}
.area-body section .slick-arrow {
  display: block !important;
}
.area-body .btn-all a {
  width: 600px;
  margin: 50px auto 0;
  padding: 10px 0;   
  display: block;
  font-size: 18px;
font-family: plantin, sans-serif;
    font-weight: 400;
    font-style: normal; 
  line-height: 1.6;
  background: #f8f8ff;
  color: #000000;    
}
.area-body .size-btn{
  width: 200px;
  margin: 30px auto 0;    
}
.area-body .size-btn:hover{
    opacity: 0.6;
}
.area-body .size-btn a {
  font-family: var(--garamond);     
  background: #0b0d0f; 
  padding: 8px 40px ; 
  border-radius: 10px;
  line-height: 1.8;
  color: #887640;
}
@media screen and (max-width: 896px) {
  .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;
  }
}
.bodyWrap {
  /* モーダル全体(背景＋本体) */
  /* モーダル背景 */
  /* モーダル本体 */
}
.bodyWrap .elem-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;    
}
.bodyWrap .elem-modal-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: DARK NAVY;
}
@media screen and (max-width: 896px) {
  .bodyWrap .elem-modal-bg {
    height: 110%;
    padding: 5% 0;
  }
}
.bodyWrap .elem-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  /* はみ出た部分はスクロールさせる */
  height: 100%;
  /* これが無いと「overflow:scroll」が利かない */
  width: 100%;
  /* これが無いと「overflow:scroll」が利かない */
  overflow-x: hidden;
  padding: 0px;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（Chrome・Safari）*/
}
.bodyWrap .elem-modal-content::-webkit-scrollbar {
  display: none;
}
.bodyWrap .elem-modal-content .wrap {
  max-width: 1300px;
  margin: 0 auto;
  background: DARK NAVY;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  position: relative;
  color: #0c0030;
}
.bodyWrap .elem-modal-content .wrap .box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;    
}
.bodyWrap .elem-modal-content .wrap .box .product-img {
  width: 57%;
  margin: 0 6% 0 0;
}
.bodyWrap .elem-modal-content .wrap .box .product-info {
  width: 37%;
  text-align: left;
}
.bodyWrap .elem-modal-content .wrap .box .product-info h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
}
.bodyWrap .elem-modal-content .wrap .box .product-info h3.mt {
  margin-top: 50px;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li {
  width: 33.33333%;
  padding: 0 2%;
  margin: 0 0 5%;
  box-sizing: border-box;
  font-size: 14px;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li div {
  margin: 0;
  line-height: 1.2;
}
.bodyWrap .elem-modal-content .js-modal-close {
  color: #fff;
  background: #0c1125;
  border-radius: 5px;
  width: 300px;
  display: block;
  padding: 16px 0;
  font-size: 16px;
  margin: 110px auto 0px;
}
.modal_area {
  display: flex;
  gap: 1%;
  width: 100%;
  margin: 0 auto;  
}
.modal_model {
  width: 33%;    
}
.modal_model .photo {
  margin: 30px auto;    
}

.modal_ttl {
  text-align: left;
  font-size: 48px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto 60px;
  line-height: 1.3;
}
.modal_ttl span {
  display: block;
  font-size: 48px;
  position: relative;    
}
.heught {
    font-family: plantin, sans-serif;
    font-size: 36px;
    margin: 10px auto;  
}
.heught span {
    font-size: 26px;
}
.inch {
    font-family: plantin, sans-serif;
    font-size: 38px;
    margin: 10px auto 50px;  
}
.inch span {
    font-size: 28px;
    margin-left: 20px;
}
@media screen and (max-width: 896px) {
  .bodyWrap .elem-modal-content {
    height: 100%;
    /* これが無いと「overflow:scroll」が利かない */
    width: 100%;
    /* これが無いと「overflow:scroll」が利かない */
    padding: 25px;
  }
  .bodyWrap .elem-modal-content .wrap {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    color: #0c0030;
  }
  .bodyWrap .elem-modal-content .wrap .box {
    flex-flow: column;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-img {
    width: auto;
    margin: 0 0 40px;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info {
    width: auto;
    text-align: left;
    margin: 0;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info h3 {
    margin: 0;
    padding: 0;
    font-size: 17px;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info h3.mt {
    margin-top: 40px;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info .product-list li {
    font-size: 12px;
  }
  .bodyWrap .elem-modal-content .js-modal-close {
    border-radius: 5px;
    width: 200px;
    padding: 10px 0;
    font-size: 12px;
    margin: 50px auto 100px;
  }
  .modal_area {
    flex-direction: column;   
    } 
  .modal_model {
    width: 100%;
}  
  .modal_model .photo {
    margin: 30px auto 0;
}    
  .modal_ttl {
    font-size: 27px;
    margin: 0 auto 12px;  
    }
    .modal_ttl span{
    font-size: 30px;    
    }
    .heught {
     font-size: 24px;
     margin: 10px auto 0;    
    } 
    .heught span {
      font-size: 20px;  
    }
    .inch {
    font-family: plantin, sans-serif;
    font-size: 28px;
    margin: 0 auto;
}
    .inch span {
    font-size: 22px;
    margin-left: 14px;
}
} 

/* モーダルウィンドウ表示中に記事本体を固定 */
body.elem-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}


/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/* 追記 */

.exp h1{
  font-family: "Abyssinica SIL", serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
    color: #887640
;
    margin-bottom: 25px;
    margin-top: 250px;
    
}
.exp p{
  font-family: "Abyssinica SIL", serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
    color: #887640
;
    line-height: 40px;
}
.area-header p{
  font-family: "Abyssinica SIL", serif;
  font-size: 14px;
  font-weight: 400;
}
.wrapper .bodyWrap .area-body .top_exp .exp{
  width: 60%;
}
.wrapper .bodyWrap .area-body .top_exp .exp .topone {
  width: 50%;
  margin: 0 auto 200px;
}

.wrapper .bodyWrap .area-body .top_exp .exp .top_text{
  width: 50%;
  margin: 105px 50px 105px auto;
}
.wrapper .bodyWrap .area-body .top_exp .exp .top_text_last{
  width: 50%;
  margin: 105px 50px 0 auto;
}
.wrapper .bodyWrap .area-body .top_exp .exp .img_right{
  text-align: right;
  margin: 105px auto;
}
.wrapper .bodyWrap .area-body .top_exp .exp .img_left{
padding-right: 100px;
}
.wrapper .bodyWrap .area-body .top_exp .right{
  width: 40%;
  padding: 0 0 0 100px;
  max-width: 700px;
}
.wrapper .bodyWrap .area-body .top_exp{
  display: flex;
}

.s_img p{
  width: 600px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .wrapper .bodyWrap .area-body .top_exp .right{
   display: none;
    }
    .s_img p{
      width: 80%;
    }
    .wrapper .bodyWrap .area-body .top_exp .exp{
      width: 100%;
    }
    .wrapper .bodyWrap .area-body .top_exp .exp .topone{
      width: 70%;
      margin: 0 auto 100px 20px;
    }
    .wrapper .bodyWrap .area-body .top_exp .exp .top_text{
      width: 70%;
      margin: 105px 20px 0 auto;
        }
        .exp p{
          font-size: 12px;
        }
        .exp h1{
          margin-top: 0px;
        }
        .wrapper .bodyWrap .area-body .top_exp .exp .img_left{
          padding: 0;
        }
}
</pre></body></html>