@charset 'UTF-8';
/* content */


.cont_width {
width: 94%;
max-width: 1000px;
margin: 0 auto;
padding: 120px 0 105px;
}
.sec_insta .cont_width {
width: 100%;
max-width: none;
}
.cont_width.top_bnr_area {
padding-bottom: 20px;
width: 100%;
max-width: 1040px;
margin: 0 auto;
}
.cont_width.coordinate {
padding-bottom: 0;
}
.cont_width.ranking {
padding-bottom: 15px;
}
.bottom_cont .cont_width {
padding-bottom: 70px;
display: flex;
}
.top_bnr_area ul {
font-size: 0;
}
.top_bnr_area ul li {
font-size: 13px;
display: inline-block;
margin: 0;
padding: 0 20px;
}
.top_bnr_area ul li img {
width: 100%;
height: auto;
}
.top_bnr_area ul li span {
display: block;
padding-top: 14px;
}
.sec_title_area {
text-align: center;
margin-bottom: 55px;
}
.sec_title_area h2 {
font-size: 30px;
letter-spacing: 0.1em;
text-align: center;
font-family: eb-garamond, serif;
font-weight: 400;
font-style: normal;
}
.sec_title_area::after {
content: "";
display: inline-block;
width: 31px;
height: 1px;
background-color: #000;
margin-top: 28px;
}
.item-slider {}
.item_list_area {
padding: 0 30px;
}
.item-slider li {
position: relative;
box-sizing: border-box;
padding: 0 21px;
}
.item-slider li:hover {
opacity: 0.6;
}
.item-slider li .img_area {
width: 100%;
max-height: auto;
border: 1px solid #e5e5e5;
background-color: #FFF;
margin-bottom: 25px;
padding: 20px;
box-sizing: border-box;
}
.item-slider li .img_area .inner {
width: 100%;
padding-top: 100%;
position: relative;
}
.item-slider li .img_area .inner img {
/*position: absolute;
left: 50%;
top: 50%;
width: auto !important;
max-width: 100%;
height: auto;
max-height: 100%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);*/
display: inline-block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    text-align: center;
  object-fit: contain;
}
.item-slider li .info_area {}
.item-slider li .info_area .title {
font-size: 14px;
line-height: 1.3;
margin-bottom: 25px;
}
.item-slider li .info_area .price {
font-size: 14px;
line-height: 1.3;
}
.item-slider li .link_area {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.item-slider li .link_area a {
display: block;
width: 100%;
height: 100%;
padding: 0;
}
.item-slider li .ranktag {
position: absolute;
left: 21px;
top: 0;
}
.item-slider li .ranktag i {
display: table-cell;
font-size: 24px;
text-decoration: none;
color: #FFF;
font-family: eb-garamond, serif;
font-weight: 400;
font-style: normal;
width: 36px;
height: 36px;
text-align: center;
vertical-align: middle;
background-color: #000;
}
.morelink_area {
text-align: center;
padding-top: 60px;
}
.morelink_area .btn {
/* width: 40%; */
}
.morelink_area .btn a {
text-align: center;
display: inline-block;
font-size: 18px;
padding: 23px 130px;
border: 1px solid #000;
font-family: eb-garamond, serif;
font-weight: 400;
font-style: normal;
background-color: #FFF;
transition: all 300ms 0s ease;
}
.morelink_area .btn a:hover {
color: #FFF;
background-color: #000;
transition: all 300ms 0s ease;
}
.gray {
background-color: #fbfbfb;
}
.coordinate_list {}
.coordinate_list ul {
font-size: 0;
}
.coordinate_list ul li {
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
position: relative;
display: inline-block;
overflow: hidden;
}

.coordinate_list ul li:nth-child(4n) {
margin-right: 0;
}
.coordinate_list .img_area {}
.coordinate_list ul li .img_area .inner {
padding-top: 144%;
}
.coordinate_list ul li img {
width: auto;
height: 100%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.coordinate_list ul li .text {
position: absolute;
bottom: 0px;
left: 0px;
font-size: 14px;
line-height: 1.6;
color: #FFF;
padding: 0 18px 24px;
vertical-align: bottom;
opacity: 0;
  z-index: 2;
}
.coordinate_list ul li:hover .text {
opacity: 1.0;
transition: all 100ms 0s ease;
}
.coordinate_list ul li a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.news_list {
width: 100%;
max-width: 720px;
margin: 0 auto;
}
.news_list article {
border-bottom: 1px solid #e5e5e5;
padding: 25px 24px;
position: relative;
}

.news_list article .inner {
position: relative;
}
.news_list article .inner p {
font-size: 14px;
line-height: 1.6;
}
.news_list article .date {
position: absolute;
left: 0;
top: 0;
}
.news_list article .text {
padding-left: 140px;
}
.news_list article .link {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.news_list article .link a {
width: 100%;
height: 100%;
display: block;
}
.sns_area ul {
text-align: center;
}
.sns_area ul li {
display: inline-block;
margin-right: 25px;
}
.sns_area ul li:nth-last-child(1) {
margin-right: 0;
}
.sns_area ul li a {
display: table-cell;
content: "";
width: 23px;
height: 23px;
}
.sns_area ul li.facebook a {
background: url("https://file001.shop-pro.jp/PA01129/213/icn_facebook.svg") center center no-repeat;
background-size: auto 100%;
}
.sns_area ul li.insta a {
background: url("https://file001.shop-pro.jp/PA01129/213/icn_insta.svg") center center no-repeat;
background-size: auto 100%;
}
.sns_area ul li.twitter a {
background: url("https://file001.shop-pro.jp/PA01129/213/icn_twitter.svg") center center no-repeat;
background-size: auto 100%;
}
.sns_area ul li.line a {
background: url("https://file001.shop-pro.jp/PA01129/213/icn_line.svg") center center no-repeat;
background-size: auto 100%;
}
.about_cont p {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
.about_cont p {
font-size: 14px;
line-height: 1.8;
}
.checked_list {}
.checked_list li {}
.checked_list ul {
text-align: center;
font-size: 0;
}
.checked_list li {
display: inline-block;
width: 14.6%;
margin-right: 2.4%;
position: relative;
box-sizing: border-box;
padding: 0;
vertical-align: top;
}
.checked_list li:nth-last-child(1) {
margin-right: 0;
}
.checked_list li:hover {
opacity: 0.6;
}
.checked_list li .img_area {
width: 100%;
max-height: auto;
border: 1px solid #e5e5e5;
background-color: #FFF;
margin-bottom: 25px;
padding: 10px;
box-sizing: border-box;
}
.checked_list li .img_area .inner {
width: 100%;
padding-top: 100%;
position: relative;
}
.checked_list li .img_area .inner img {
position: absolute;
left: 50%;
top: 50%;
max-width: 100%;
height: auto;
max-height: 100%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
  object-fit: contain;
}
.checked_list li .info_area {}
.checked_list li .info_area .title {
font-size: 14px;
line-height: 1.3;
margin-bottom: 25px;
}
.checked_list li .info_area .price {
font-size: 14px;
line-height: 1.3;
}
.checked_list li .link_area {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.checked_list li .link_area a {
display: block;
width: 100%;
height: 100%;
padding: 0;
}
.bottom_cont {
font-size: 0;
text-align: center;
}
.bottom_cont article {
width: 30%;
margin-right: 5%;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
vertical-align: top;
}
.bottom_cont article:nth-last-child(1) {
margin-right: 0;
}
.bottom_cont article .head {
padding: 42px 0 32px;
border-bottom: 2px solid #bbb;
}
.bottom_cont article .head h3 {
font-size: 14px;
font-weight: bold;
text-align: center;
letter-spacing: 0.3em;
padding-top: 24px;
position: relative;
}
.bottom_cont article .head h3 .jptext {
font-size: 12px;
font-weight: normal;
color: #909090;
padding-top: 20px;
display: block;
}
.bottom_cont article.shipping .head::before {
content: "";
display: block;
height: 30px;
background: url("https://file001.shop-pro.jp/PA01129/213/shopguide-icon-shipping.png") center center no-repeat;
background-size: auto 28px;
}
.bottom_cont article.return .head::before {
content: "";
display: block;
height: 30px;
background: url("https://file001.shop-pro.jp/PA01129/213/shopguide-icon-return.png") center center no-repeat;
background-size: auto 28px;
}
.bottom_cont article.payment .head::before {
content: "";
display: block;
height: 30px;
background: url("https://file001.shop-pro.jp/PA01129/213/shopguide-icon-payment.png") center center no-repeat;
background-size: auto 28px;
}
.bottom_cont article .body {
padding: 28px 3px;
}
.bottom_cont article .body p {
font-size: 14px;
line-height: 1.6;
}
.bottom_cont article .link_area {
padding: 0 2px 18px;
}
.bottom_cont article .link_area a {
font-size: 14px;
display: block;
text-align: right;
}
.bottom_cont article .link_area a::after {
content: "กไ";
margin-left: 1em;
}
.top-slider-sp_area {
display: none;
}
.only-sp {
display: none;
}
.bnr-slider.only-sp {
display: none;
}
.bnr-slider.only-pc {
display: block;
}
.insta_list {}
.insta_list table {
width: 100%;
height: 50vw;
}
.insta_list table a {
width: 100%;
height: 100%;
display: block;
}
.insta_list table a img {
width: 100%;
height: auto;
}
.insta_list table .insta01 a img {
width: 100%;
height: auto;
}
.insta_list table .insta01 {
width: 50%;
height: 100%;
}
.insta_list table .insta02, .insta_list table .insta03, .insta_list table .insta04, .insta_list table .insta05 {
width: 25%;
height: 25vw;
display: table-cell;
vertical-align: top;
}
.insta_list table .insta01 a {
border-top: 6px solid #FFF;
border-bottom: 6px solid #FFF;
box-sizing: border-box;
overflow: hidden;
position: relative;
}
.insta_list table .insta02 a, .insta_list table .insta03 a, .insta_list table .insta04 a, .insta_list table .insta05 a {
border-top: 6px solid #FFF;
border-left: 12px solid #FFF;
border-bottom: 6px solid #FFF;
box-sizing: border-box;
overflow: hidden;
position: relative;
display: block;
}
.insta_list table img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 780px) {
.coordinate_list ul li:hover {
background-color: #000;
}
.coordinate_list ul li:hover img {
opacity: 0.6;
transition: all 100ms 0s ease;
}
.coordinate_list ul li a:hover {
	background-color: #000;
}
}

@media screen and (max-width: 779px) {
.only-sp {
  display: block;
}
.top-slider-sp_area {
  display: block;
}
.top-slider_area {
  display: none;
}
.cont_width.top_bnr_area {
  width: 100%;
  padding: 11vw 0 10vw;
}
.top_bnr_area ul li {
  font-size: 13px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin: 0;
  max-width: none;
}
.top_bnr_area ul li br, .top_bnr_area ul li span {
  display: none;
}
.top-slider-sp img {
  width: 100%;
  height: auto;
}
.cont_width {
  padding: 28.6vw 0 0;
  width: 100%;
}
.sec_insta .cont_width {
  padding: 30vw 0 17vw;
}
.sec_arrival .cont_width {
  padding: 10.6vw 0 21.3vw;
  width: 100%;
}
.sec_reco .cont_width {
  padding: 21.3vw 0;
  width: 100%;
}
.sec_checked .cont_width {
  padding: 28.6vw 0 14vw;
}
.item_list_area {
  padding: 0;
}
.top .comment_area {
  padding: 0 10%;
}
.top .comment_area p {
  font-size: 3.6vw;
  line-height: 1.8;
  padding: 4vw 0;
  background-color: #acacac;
  color: #FFF;
  text-align: center;
}
.sec_title_area h2 {
  font-size: 6.5vw;
  letter-spacing: 0.1em;
}
.item-slider li .img_area {
  margin-bottom: 4vw;
  padding: 3.6vw;
  box-sizing: border-box;
}
.item-slider li .info_area .title {
  font-size: 3.2vw;
  line-height: 1.8;
  margin-bottom: 4vw;
}
.item-slider li .info_area .price {
  font-size: 3.2vw;
  line-height: 1.3;
}
.morelink_area {
  padding-top: 11vw;
}
.morelink_area .btn {
  padding: 0;
  width: 80%;
}
.morelink_area .btn a {
  font-size: 4.5vw;
  padding: 6.5vw 0;
  border: 1px solid #000;
  font-family: eb-garamond, serif;
  font-weight: 400;
  font-style: normal;
  background-color: #FFF;
  transition: all 300ms 0s ease;
  display: block;
}
.item-slider .slick-prev {
  left: 10vw;
}
.item-slider .slick-next {
  right: 10vw;
}
.item-slider .slick-arrow {
  top: 35%;
}
.coordinate_list {
  padding: 0 6.6vw;
}
.coordinate_list .img_area {
  overflow: hidden;
}
.coordinate_list ul li {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 4%;
  position: relative;
  padding-bottom: 5vw;
  overflow: visible;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.00);
}
.coordinate_list ul li:nth-child(2n) {
  margin-right: 0;
}
.coordinate_list ul li .text {
  position: static;
  font-size: 3.0vw;
  line-height: 1.6;
  color: #FFF;
  padding: 2vw 0 0;
  display: block;
  color: #000;
  opacity: 1.0;
}
.coordinate_list ul li .img_area .inner {
  overflow: hidden;
  position: relative;
}
.bnr-slider.only-sp {
  display: block;
}
.bnr-slider.only-pc {
  display: none;
}
.news_list article {
  padding: 25px 0;
}
.news_list article .inner p {
  font-size: 3.3vw;
  line-height: 1.6;
}
.news_list article .date {
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.sns_area ul li a {
  display: table-cell;
  content: "";
  width: 8vw;
  height: 8vw;
}
.sns_area ul li {
  display: inline-block;
  margin-right: 10vw;
}
.about_cont {
  margin: 0 auto 60px;
}
.about_cont p {
  display: block;
  width: 100%;
  font-size: 3.3vw;
  line-height: 1.8;
  padding: 6.6vw 6.6vw 0;
}
.news_list {
  padding: 0 6.6vw;
}
.checked_list {
  padding: 0 6.6vw;
}
.checked_list li {
  display: inline-block;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 6.6vw;
}
.checked_list li:nth-child(2n) {
  margin-right: 0;
}
.bottom_cont {
  display: none;
}
.gray {
  background-color: #FFF;
}
.gray.sec_reco {
  background-color: #fbfbfb;
}
.insta_list table, .insta_list table tbody {
  display: block;
  height: auto;
}
.insta_list table tr {
  display: block;
  width: 100%;
  font-size: 0;
}
.insta_list table .insta01 {
  width: 100%;
  height: 100vw;
  display: block;
}
.insta_list table .insta01 a {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 6px solid #FFF;
}
.insta_list table .insta02, .insta_list table .insta03, .insta_list table .insta04, .insta_list table .insta05 {
  width: 50%;
  height: 50vw;
  display: inline-block;
  vertical-align: top;
}
.insta_list table .insta02 a {
  border-top: 6px solid #FFF;
  border-right: 6px solid #FFF;
  border-left: 0;
  border-bottom: 6px solid #FFF;
}
.insta_list table .insta03 a {
  border-top: 6px solid #FFF;
  border-left: 6px solid #FFF;
  border-right: 0;
  border-bottom: 6px solid #FFF;
}
.insta_list table .insta04 a {
  border-top: 6px solid #FFF;
  border-right: 6px solid #FFF;
  border-left: 0;
  border-bottom: 6px solid #FFF;
}
.insta_list table .insta05 a {
  border-top: 6px solid #FFF;
  border-left: 6px solid #FFF;
  border-right: 0;
  border-bottom: 6px solid #FFF;
}
.insta_list table img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.item-slider li .ranktag i {
  display: table-cell;
  font-size: 6vw;
  text-decoration: none;
  color: #FFF;
  font-family: eb-garamond, serif;
  font-weight: 400;
  font-style: normal;
  width: 9.2vw;
  height: 9.2vw;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
}
}
.top-slider-sp .slick-dots {
position: absolute;
bottom: 10vw;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.top-slider-sp .slick-dots li {
position: relative;
display: inline-block;
width: 4vw;
height: 4vw;
margin: 0 2.2vw;
padding: 0;
cursor: pointer;
}
.top-slider-sp .slick-dots li button:before {
content: "";
display: table-cell;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
text-align: center;
background-color: #FFF;
opacity: .4;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.top-slider-sp .slick-dots li.slick-active button:before {
opacity: 1.0;
color: black;
}
.top-slider-sp.slick-dotted.slick-slider {
margin-bottom: 0;
}
/* page */
.page main {}
.archive .main_inner {
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.page .pageTitle {
text-align: center;
margin-bottom: 58px;
}
.page .pageTitle h2 {
color: #222;
font-size: 30px;
font-family: eb-garamond, serif;
font-weight: 400;
font-style: normal;
display: block;
text-align: center;
}
.page .pageTitle::after {
content: "";
display: inline-block;
width: 31px;
height: 1px;
background-color: #000;
margin-top: 28px;
}
/* breadcrumbs */
.breadcrumbs {
padding: 50px 0;
}
.breadcrumbs p, .breadcrumbs a, .breadcrumbs span {
font-size: 14px;
line-height: 1.3;
color: #222;
}
.breadcrumbs p span {
display: inline-block;
}
.breadcrumbs p a::after {
content: ">";
margin: 0 .5em;
display: inline-block;
}
/* archive.php */
.cat_nav {
margin-bottom: 40px;
}
.cat_nav ul {
text-align: center;
}
.cat_nav ul li {
display: inline-block;
padding: 0 10px;
font-family: eb-garamond, serif;
font-weight: 400;
font-style: normal;
margin-bottom: 20px;
}
.cat_nav ul li a {
display: block;
line-height: 45px;
height: 47px;
border: 1px solid #222;
font-size: 18px;
color: #222;
background-color: #FFF;
padding: 0 21px;
}
.cat_nav ul li.this a {
border: 1px solid #beab7d;
color: #FFF;
background-color: #beab7d;
pointer-events: none;
cursor: none;
}
.cont_list {
font-size: 0;
}
.cont_list article {
margin-right: 2.8%;
display: inline-block;
position: relative;
width: 22.9%;
vertical-align: top;
margin-bottom: 50px;
}
.cont_list article:hover {
opacity: 0.6;
}
.cont_list article .link_area {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.cont_list article .link_area a {
display: block;
width: 100%;
height: 100%;
}
.cont_list article:nth-child(2), .cont_list article:nth-child(4n+6) {
margin-right: 0;
}
.cont_list article:nth-child(1), .cont_list article:nth-child(2) {
width: 48.6%;
margin-bottom: 100px;
}
.cont_list article .img_area {
display: block;
position: relative;
width: 100%;
padding-top: 69.5%;
background-color: #f2f2f2;
overflow: hidden;
margin-bottom: 35px;
}
.cont_list article .img_area img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: auto;
}
.cont_list article .date {
margin-bottom: 20px;
}
.cont_list article .date p {
font-size: 14px;
color: #adadad;
}
.cont_list article .title {
margin-bottom: 18px;
}
.cont_list article .title h3 {
font-size: 20px;
color: #341f16;
font-weight: normal;
line-height: 1.5;
}
.cont_list article .text {
margin-bottom: 18px;
}
.cont_list article:nth-child(n+3) .text {
display: none;
}
.cont_list article .text p {
font-size: 14px;
color: #222;
line-height: 1.6;
}
.cont_list article .tags {}
.cont_list article .tags ul {}
.cont_list article .tags ul li {
font-size: 14px;
color: #FFF;
line-height: 1.0;
padding: 9px 10px;
background-color: #beab7d;
font-family: eb-garamond, serif;
font-weight: 400;
font-style: normal;
display: inline-block;
margin-right: 1.5em;
}
.pagination {
text-align: center;
margin-top: 70px;
margin-bottom: 50px;
}
.pagination ul {
display: inline-block;
font-size: 0;
}
.pagination ul li {
font-size: 24px;
color: #341f16;
width: 36px;
display: inline-block;
font-family: eb-garamond, serif;
font-weight: 400;
font-style: normal;
margin-right: 1em;
}
.pagination ul li a {
display: block;
line-height: 36px;
width: 100%;
text-align: center;
}
.pagination ul li.this a {
color: #FFF;
background-color: #341f16;
cursor: none;
pointer-events: none;
}
@media screen and (max-width: 779px) {
.page .main_inner {
  padding: 0 6.6%;
}
.page .pageTitle h2 {
  font-size: 6.5vw;
}
.breadcrumbs {
  padding: 8vw 0 13vw;
}
.breadcrumbs p, .breadcrumbs a, .breadcrumbs span {
  font-size: 3vw;
}
.page .pageTitle::after {
  width: 31px;
  margin-top: 7.4vw;
}
.page .pageTitle {
  text-align: center;
  margin-bottom: 9.3vw;
}
.cat_nav ul {
  text-align: left;
  margin-left: -1.3vw;
}
.cat_nav ul li a {
  line-height: 12vw;
  height: 12vw;
  font-size: 5vw;
  padding: 0 4vw;
}
.cat_nav ul li {
  padding: 0 1.3vw;
  margin-bottom: 2.6vw;
}
.cat_nav {
  margin-bottom: 10.4vw;
}
.cont_list article {
  margin-right: 6.6%;
  width: 46.7%;
  margin-bottom: 12.3vw;
}
.cont_list article:nth-child(1), .cont_list article:nth-child(2) {
  width: 100%;
  margin-bottom: 16vw;
  margin-right: 0;
}
.cont_list article:nth-child(2n+4) {
  margin-right: 0;
}
.cont_list article .date p {
  font-size: 3.8vw;
}
.cont_list article .title h3 {
  font-size: 4.6vw;
  color: #341f16;
  font-weight: normal;
  line-height: 1.5;
}
.cont_list article .date, .cont_list article .img_area, .cont_list article .text, .cont_list article .title {
  margin-bottom: 5vw;
}
.cont_list article .text p {
  font-size: 3.0vw;
}
.cont_list article .tags ul li {
  font-size: 3.5vw;
  line-height: 1.0;
  padding: 1.8vw 3vw;
  margin-right: 1.5em;
}
.pagination ul li {
  font-size: 4.3vw;
}
.pagination {
  text-align: center;
  margin-top: 13vw;
  margin-bottom: 25vw;
}
}
.single .main_inner {
max-width: 1000px;
width: 86.8%;
margin: 0 auto;
}
.singlebody {
width: 100%;
max-width: 800px;
margin: 0 auto;
}
.singlebody .date {
margin-bottom: 15px;
}
.singlebody .date p {
font-size: 14px;
line-height: 1.0;
color: #adadad;
}
.singlebody .title {
margin-bottom: 15px;
}
.singlebody .title h2 {
font-size: 24px;
color: #341f16;
line-height: 1.3;
font-weight: normal;
}
.singlebody .tags {
margin-bottom: 20px;
}
.singlebody .tags ul {
text-align: left;
}
.singlebody .tags ul li {
display: inline-block;
font-size: 14px;
color: #FFF;
line-height: 32px;
height: 32px;
padding: 0 1.5em;
background-color: #beab7d;
font-family: eb-garamond, serif;
font-weight: 400;
}
.singlebody .thumbnail img {
width: 100%;
height: auto;
}
.singlebody .cont {
margin-top: 80px;
}
.singlebody .cont p {
font-size: 14px;
margin-bottom: 24px;
line-height: 2.0;
font-weight: normal;
}
.singlebody .cont h3, .singlebody .cont h4, .singlebody .cont h5 {
margin-bottom: 40px;
line-height: 1.3;
font-weight: normal;
}
.singlebody .cont h3 {
font-size: 24px;
color: #341f16;
border-bottom: 2px solid #000;
padding-bottom: 7px;
}
.singlebody .cont h3::after {
content: "";
display: block;
margin-top: 3px;
height: 1px;
background-color: #000;
}
.singlebody .cont h4 {
font-size: 22px;
color: #341f16;
}
.singlebody .cont h5 {
font-size: 18px;
color: #341f16;
}
.singlebody .cont p.img {
text-align: center;
}
.singlebody .cont p.img img {
max-width: 100%;
height: auto;
}
.singlebody .link_area {
margin-bottom: 53px;
margin-top: 53px;
}
.singlebody .link_area ul {
width: 100%;
max-width: 624px;
margin: 0 auto;
font-size: 0;
}
.singlebody .link_area ul li {
display: inline-block;
margin-right: 3.8%;
width: 48.1%;
text-align: center;
margin-bottom: 27px;
}
.singlebody .link_area ul li a {
display: block;
line-height: 57px;
height: 57px;
font-family: eb-garamond, serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
}
.singlebody .link_area ul li:nth-child(2n) {
margin-right: 0;
}
.singlebody .link_area ul li.beigeborder a {
color: #beab7d;
border: 1px solid #beab7d;
background-color: #FFF;
}
.singlebody .link_area ul li.blackborder a {
color: #222;
border: 1px solid #222;
background-color: #FFF;
}
.singlebody .link_area ul li.blackbg a {
color: #FFF;
background-color: #222;
border: 1px solid #222;
}
.singlebody .link_area ul li.beigebg a {
color: #FFF;
border: 1px solid #beab7d;
background-color: #beab7d;
}
.singlebody span {}
.singlebody .b-beige {
background: -webkit-linear-gradient(transparent 50%, #e8dbbb 0);
background: -o-linear-gradient(transparent 50%, #e8dbbb 0);
background: linear-gradient(transparent 50%, #e8dbbb 0);
}
.singlebody .b-blue {
background: -webkit-linear-gradient(transparent 50%, #bbe8e3 0);
background: -o-linear-gradient(transparent 50%, #bbe8e3 0);
background: linear-gradient(transparent 50%, #bbe8e3 0);
}
.singlebody .b-green {
background: -webkit-linear-gradient(transparent 50%, #d6e8bb 0);
background: -o-linear-gradient(transparent 50%, #d6e8bb 0);
background: linear-gradient(transparent 50%, #d6e8bb 0);
}
.singlebody .b-yellow {
background: -webkit-linear-gradient(transparent 50%, #f7f6b2 0);
background: -o-linear-gradient(transparent 50%, #f7f6b2 0);
background: linear-gradient(transparent 50%, #f7f6b2 0);
}
.pagination-single {
margin-top: 145px;
text-align: center;
}
.pagination-single ul {
display: inline-block;
text-align: center;
}
.pagination-single ul li {
display: inline-block;
margin-right: 95px;
}
.pagination-single ul li:nth-last-child(1) {
margin-right: 0;
}
.pagination-single ul li a {
font-size: 18px;
color: #341f16;
}
.pagination-single ul li.prev a::before {
content: "<";
padding-right: 10px;
}
.pagination-single ul li.next a::after {
content: ">";
padding-left: 10px;
}
.comment_area {
position: relative;
padding-left: 148px;
padding-top: 3px;
min-height: 120px;
margin-bottom: 80px;
}
.comment_area .face {
position: absolute;
left: 0;
top: 0;
}
.comment_area .face i {
display: table-cell;
width: 120px;
height: 120px;
border: 1px solid #adadad;
border-radius: 50%;
overflow: hidden;
position: relative;
}
.comment_area .face i img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 120px;
height: auto;
}
.comment_area .text {}
.comment_area .text .inner {
border: 1px solid #adadad;
padding: 30px;
position: relative;
}
.comment_area .text .inner::after {
content: "";
display: table-cell;
width: 16px;
height: 16px;
border-left: 1px solid #adadad;
border-top: 1px solid #adadad;
background-color: #FFF;
position: absolute;
left: -9px;
top: 20px;
transform: rotate(-45deg);
}
.singlebody .comment_area p {
margin-bottom: 0;
}
@media screen and (max-width: 779px) {
.singlebody .date {
  margin-bottom: 5.3vw;
}
.singlebody .date p {
  font-size: 4vw;
}
.singlebody .title {
  margin-bottom: 5.3vw;
}
.singlebody .title h2 {
  font-size: 4.8vw;
}
.singlebody .tags ul li {
  font-size: 3.5vw;
  line-height: 7vw;
  height: 7vw;
}
.singlebody .tags {
  margin-bottom: 5.3vw;
}
.singlebody .cont {
  margin-top: 20vw;
}
.singlebody .cont h3 {
  font-size: 4.8vw;
  padding-bottom: 4px;
}
.singlebody .cont h3::after {
  margin-top: 3.3vw;
}
.singlebody .cont h4 {
  font-size: 4.3vw;
}
.singlebody .cont h5 {
  font-size: 4vw;
}
.singlebody .cont h3, .singlebody .cont h4, .singlebody .cont h5 {
  margin-bottom: 8vw;
}
.singlebody .cont p {
  font-size: 2.8vw;
  margin-bottom: 8vw;
}
.singlebody .link_area {
  margin-bottom: 18.6vw;
  padding: 0 6%;
}
.singlebody .link_area ul li {
  display: block;
  margin-right: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 5.3vw;
}
.singlebody .link_area ul li a {
  display: block;
  line-height: 16vw;
  height: 16vw;
  font-family: eb-garamond, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
}
.comment_area .face i {
  width: 16vw;
  height: 16vw;
}
.comment_area .face i img {
  width: 16vw;
}
.comment_area {
  position: relative;
  padding-left: 22vw;
  padding-top: 0;
  min-height: 120px;
  margin-bottom: 5.6vw;
}
.comment_area .text .inner {
  padding: 5vw;
}
.singlebody .comment_area p {
  margin-bottom: 0;
}
.pagination-single ul li a {
  font-size: 3.4vw;
  color: #341f16;
}
.pagination-single ul li {
  margin-right: 10vw;
}
.pagination-single ul li:nth-last-child(1) {
  margin-right: 0;
}
.pagination-single {
  margin-top: 18.6vw;
  margin-bottom: 22vw;
  text-align: center;
}
}
.bnr-slider .slick-prev {
left: 12px;
top: 54px;
}
.bnr-slider .slick-next {
right: 12px;
top: 54px;
}
.item-slider .slick-prev {
top: 140px;
}
.item-slider .slick-next {
top: 140px;
}
@media screen and (max-width: 779px) {
.item-slider .slick-prev {
  top: 35%;
  left: 13%;
}
.item-slider .slick-next {
  top: 35%;
  right: 13%;
}
}



/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
	z-index: 70;

    display: table-cell;

    width: 15px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;		
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    line-height: 1;
	display: table-cell;
	content: "";
	width: 100%;
	height: 100%;

    opacity: .75;
}

.slick-prev
{
    left: -40px;
}
[dir='rtl'] .slick-prev
{
    right: -40px;
    left: auto;
}
.slick-prev:before
{
    content: '';
	display: table-cell;
	width: 15px;
	height: 25px;
	background: url("https://file001.shop-pro.jp/PA01129/213/slide_arrow_l.png") center center no-repeat;
	background-size: auto 25px;
}
[dir='rtl'] .slick-prev:before
{
    content: '';
	display: table-cell;
	width: 15px;
	height: 25px;
	background: url("https://file001.shop-pro.jp/PA01129/213/slide_arrow_r.png") center center no-repeat;
	background-size: auto 25px;	
}

.slick-next
{
    right: -40px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -40px;
}
.slick-next:before
{
    content: '';
	display: table-cell;
	width: 15px;
	height: 25px;
	background: url("https://file001.shop-pro.jp/PA01129/213/slide_arrow_r.png") center center no-repeat;
	background-size: auto 25px;
	
}
[dir='rtl'] .slick-next:before
{
    content: '';
	display: table-cell;
	width: 15px;
	height: 25px;
	background: url("https://file001.shop-pro.jp/PA01129/213/slide_arrow_r.png") center center no-repeat;
	background-size: auto 25px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 47px;
}

.slick-dots
{
    position: absolute;
    bottom: -47px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
#SINGLE .slick-dots
{
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
#SINGLE .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10%;
    height: auto;
    margin: 0 5px 10px;
    padding: 0;
	border: #EBE9E9 1px solid;

    cursor: pointer;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin: 0 6px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: table-cell;

    width: 30px;
    height: 30px;
    padding: 0;
	background-color: transparent;

    cursor: pointer;

    border: 0;
    outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
	content: "";
	display: table-cell;
    position: absolute;
    top: 12px;
    left: 0;

    width: 30px;
    height: 3px;

    text-align: center;
	background-color: #000;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
