




/************************************

item

************************************/
/************************************

.cat_title

************************************/
.cat_title {
  text-align: center !important;
  margin: 0 0 50px !important;
}

@media only screen and (max-width: 960px) {
  .cat_title {
    margin: 0 0 30px !important;
  }
}

.cat_title h1, .cat_title h2 {
  position: relative !important;
  font-size: 32px !important;
  letter-spacing: 0.08em !important;
  text-indent: 0.08em !important;
  font-weight: normal !important;
  padding-bottom: 12px !important;
  display: inline-block !important;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
}

@media only screen and (max-width: 960px) {
  .cat_title h1, .cat_title h2 {
    font-size: 22px !important;
  }
}

.cat_title h1::before, .cat_title h2::before {
  position: absolute !important;
  bottom: 0 !important;
  left: 0px !important;
  width: 100% !important;
  height: 1px !important;
  background-color: #b6641c;
  content: "";
}

/************************************

.item_list

************************************/
#archive_list {
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 960px) {
  #archive_list {
    margin-bottom: 40px !important;
  }
}

.item_list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.item_list article {
  position: relative !important;
  width: 21% !important;
  margin: 20px 2% !important;
}

@media only screen and (max-width: 960px) {
  .item_list article {
    width: 23% !important;
    margin: 10px 1% !important;
  }
}

@media only screen and (max-width: 480px) {
  .item_list article {
    width: 46% !important;
    margin: 10px 2% !important;
  }
}

.item_list article a {
  display: block !important;
}

.item_list article a:hover {
  opacity: 1 !important;
}

.item_list article .image {
  margin: 0 0 15px !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  background: #fff;
}

@media only screen and (max-width: 960px) {
  .item_list article .image {
    margin: 0 0 10px !important;
  }
}

.item_list article .image img {
  width: 100% !important;
  display: block !important;
  border-radius: 3px !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
}

.item_list article .image img:hover {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
  opacity: 1 !important;
}

.item_list article h3 {
  font-size: 15px !important;
  line-height: 1.3 !important;
}

@media only screen and (max-width: 960px) {
  .item_list article h3 {
    font-size: 13px !important;
  }
}

.item_list article .price {
  font-size: 14px !important;
}

@media only screen and (max-width: 960px) {
  .item_list article .price {
    font-size: 12px !important;
  }
}

.item_list article .fav {
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
  width: 20px !important;
  height: 20px !important;
  z-index: 10 !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-decoration: none;
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/icon-heart.svg");
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: contain !important;
  display: block !important;
  cursor: pointer !important;
}

.item_list article .fav.on {
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/icon-heart-on.svg");
}

/************************************

.item_list_bottom

************************************/
.item_list_bottom {
  font-size: 13px !important;
  text-align: center !important;
  margin: 40px 0 !important;
  border-top: 1px solid #ccc;
  padding-top: 20px !important;
}

/************************************

.cat_list

************************************/
.cat_list {
  padding: 50px 0 !important;
}

@media only screen and (max-width: 960px) {
  .cat_list {
    padding: 30px 0 !important;
  }
}

.cat_list dl {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin: 10px 0 !important;
}

.cat_list dl dt {
  width: 200px !important;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-size: 20px !important;
  font-weight: 500 !important;
}

@media only screen and (max-width: 960px) {
  .cat_list dl dt {
    font-size: 16px !important;
    width: 120px !important;
  }
}

@media only screen and (max-width: 480px) {
  .cat_list dl dt {
    width: 100% !important;
    margin: 0 0 5px !important;
  }
}

.cat_list dl dd {
  width: calc(100% - 200px) !important;
}

@media only screen and (max-width: 960px) {
  .cat_list dl dd {
    width: calc(100% - 120px) !important;
  }
}

@media only screen and (max-width: 480px) {
  .cat_list dl dd {
    width: 100% !important;
  }
}

.cat_list dl ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.cat_list dl ul li {
  margin: 0 1% 1% 0 !important;
  width: 19% !important;
  text-align: center !important;
}

@media only screen and (max-width: 960px) {
  .cat_list dl ul li {
    width: 32.3% !important;
  }
}

.cat_list dl ul li a {
  font-weight: bold !important;
  background-color: #fff !important;
  border: 1px solid #938075 !important;
  color: #938075 !important;
  font-size: 14px !important;
  display: block !important;
  line-height: 1.2 !important;
  padding: 5px 0 !important;
}

@media only screen and (max-width: 960px) {
  .cat_list dl ul li a {
    font-size: 12px !important;
    padding: 5px 0 !important;
  }
}

.cat_list dl ul li a:hover {
  opacity: 1 !important;
  color: #fff;
  background-color: #938075 !important;
}

/************************************

#item_mainimage

************************************/
#item_mainimage {
  margin: 0 0 100px !important;
}

@media only screen and (max-width: 960px) {
  #item_mainimage {
    margin: 0 0 50px !important;
  }
}

#item_mainimage .item_large_slide .waku {
  margin: 0 20px 20px !important;
}

@media only screen and (max-width: 960px) {
  #item_mainimage .item_large_slide .waku {
    margin: 0 5px 10px !important;
  }
}

#item_mainimage .item_small_slide .waku {
  width: 80px !important;
  margin: 0 5px 10px !important;
}

@media only screen and (max-width: 960px) {
  #item_mainimage .item_small_slide .waku {
    width: 50px !important;
    margin: 0 2px 4px !important;
  }
}

#item_mainimage .item_small_slide .slick-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#item_mainimage .item_small_slide .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: auto !important ;
  max-width: 100% !important;
}

#item_mainimage .item_small_slide .slick-slide {
  float: none !important;
  width: 80px !important;
  height: auto !important;
}

@media only screen and (max-width: 960px) {
  #item_mainimage .item_small_slide .slick-slide {
    width: 50px !important;
  }
}

/************************************

#item_container

************************************/
#item_container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 960px) {
  #item_container {
    margin-bottom: 60px !important;
  }
}

#item_container .text {
  width: 60% !important;
}

@media only screen and (max-width: 960px) {
  #item_container .text {
    width: 100% !important;
  }
}

#item_container .text h1 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: 500 !important;
  font-size: 24px !important;
  margin: 0 0 20px !important;
}

@media only screen and (max-width: 960px) {
  #item_container .text h1 {
    font-size: 21px !important;
  }
}

#item_container .text ul.cat {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

#item_container .text ul.cat li {
  margin: 0 1% 1% 0 !important;
  text-align: center !important;
}

#item_container .text ul.cat li a {
  background-color: #fff;
  border: 1px solid #938075;
  color: #938075;
  font-size: 12px !important;
  display: block !important;
  line-height: 1.2 !important;
  padding: 5px 20px !important;
}

@media only screen and (max-width: 960px) {
  #item_container .text ul.cat li a {
    font-size: 11px !important;
    padding: 5px 12px !important;
  }
}

#item_container .text ul.cat li a:hover {
  opacity: 1 !important;
  color: #fff;
  background-color: #938075;
}

#item_container .text .explanation {
  margin: 30px 0 !important;
  line-height: 1.8 !important;
}

@media only screen and (max-width: 960px) {
  #item_container .text .explanation {
    font-size: 15px !important;
  }
}

#item_container .text dl {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin: 0 0 10px !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media only screen and (max-width: 960px) {
  #item_container .text dl {
    font-size: 15px !important;
  }
}

#item_container .text dl dt {
  width: 100px !important;
}

#item_container .text dl dd {
  width: calc(100% - 100px) !important;
}

#item_container .text dl dd.price {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
}

#item_container .text dl dd.price strong {
  font-size: 20px !important;
  font-weight: normal !important;
}

#item_container .text dl dd input {
  font-size: 100% !important;
  padding: 8px !important;
  width: 150px !important;
}

#item_container .text .form_bt {
  margin: 30px 0 0 !important;
}

#item_container .text .form_bt input {
  width: 340px !important;
  max-width: 100% !important;
}

#item_container .data {
  width: 35% !important;
  margin: 0 0 0 5% !important;
}

@media only screen and (max-width: 960px) {
  #item_container .data {
    width: 100% !important;
    margin: 30px 0 0 !important;
  }
}

#item_container .data h3 {
  font-family: "EB Garamond", serif;
  font-size: 18px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #333333;
  margin: 0 !important;
  font-weight: normal !important;
}

#item_container .data table {
  border: 0 !important;
  border-collapse: collapse !important;
  width: 100% !important;
}

#item_container .data table th {
  text-align: left !important;
  font-weight: normal !important;
  width: 80px !important;
}

#item_container .data table th, #item_container .data table td {
  padding: 15px !important;
  font-size: 14px !important;
  border-bottom: 1px solid #ccc;
}
#top #mainimage {
  margin-bottom: 100px !important;
}


#top #mainimage .waku {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
}

#top #mainimage .waku .image {
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  background: #fff;
}

#top #mainimage .waku .image img {
  width: 100% !important;
  display: block !important;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#top #mainimage .waku .image img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 1;
}

#top #mainimage .waku a {
  display: block !important;
  color: #fff;
}

#top #mainimage .waku .large {
  position: relative !important;
}

#top #mainimage .waku .large h2 {
  position: absolute !important;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  bottom: 20px !important;
  font-size: 28px !important;
  font-weight: normal;
}

@media only screen and (max-width: 960px) {
  #top #mainimage .waku .large h2 {
    font-size: 20px !important;
    bottom: 10px !important;
  }
}

#top #mainimage .waku ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top #mainimage .waku ul li {
  position: relative !important;
}

#top #mainimage .waku ul li h3 {
  position: absolute !important;
  bottom: 20px !important;
  left: 20px !important;
  font-size: 18px !important;
  font-weight: normal;
}

@media only screen and (max-width: 960px) {
  #top #mainimage .waku ul li h3 {
    font-size: 15px !important;
    bottom: 10px !important;
    left: 10px !important;
  }
}

#top #mainimage .sozai .large {
  width: 64.843% !important;
}

@media only screen and (max-width: 480px) {
  #top #mainimage .sozai .large {
    width: 100% !important;
  }
}

#top #mainimage .sozai .large h2 {
  left: 40px !important;
}

@media only screen and (max-width: 960px) {
  #top #mainimage .sozai .large h2 {
    left: 20px !important;
  }
}

#top #mainimage .sozai ul {
  width: 35.156% !important;
}

@media only screen and (max-width: 480px) {
  #top #mainimage .sozai ul {
    width: 100% !important;
  }
}

#top #mainimage .sozai ul li {
  width: 100% !important;
}

@media only screen and (max-width: 480px) {
  #top #mainimage .sozai ul li {
    width: 50% !important;
  }
}

#top #mainimage .yoto .large {
  width: 43.75% !important;
}

@media only screen and (max-width: 480px) {
  #top #mainimage .yoto .large {
    width: 100% !important;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}

#top #mainimage .yoto .large h2 {
  right: 40px !important;
  color: #333333;
}

@media only screen and (max-width: 960px) {
  #top #mainimage .yoto .large h2 {
    right: 20px !important;
  }
}

#top #mainimage .yoto ul {
  width: 56.25% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  #top #mainimage .yoto ul {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}

#top #mainimage .yoto ul li {
  width: 50% !important;
}

@media only screen and (max-width: 480px) {
  #top #mainimage .yoto ul {
    width: 100% !important;
  }
}

#top #original {
  display: none !important;
}

@media only screen and (max-width: 960px) {
  #top #original {
    display: block !important;
    margin: 50px 0 !important;
  }
}

#top #original h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-size: 18px !important;
  text-align: center !important;
  margin: 0 0 15px !important;
}

#top #original ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

#top #original li {
  width: 48% !important;
  margin: 0 1% !important;
  text-align: center !important;
  font-size: 13px !important;
}

#top #original li img {
  margin: 0 0 5px !important;
  border: 1px solid #eee;
}

#top #top_news {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_news {
    margin-bottom: 40px !important;
  }
}

#top #top_news .wrapper {
  max-width: 900px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

#top #top_news .wrapper .title {
  width: 40% !important;
}

@media only screen and (max-width: 960px) {
  #top #top_news .wrapper .title {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

#top #top_news .wrapper .title h2 {
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_news .wrapper .title h2 {
    margin-bottom: 20px !important;
  }
}

#top #top_news .wrapper .title h2 .eng {
  font-family: "EB Garamond", serif;
  font-size: 36px !important;
  display: block !important;
}

@media only screen and (max-width: 960px) {
  #top #top_news .wrapper .title h2 .eng {
    font-size: 26px !important;
  }
}

#top #top_news .wrapper .news_list {
  width: 55% !important;
  margin: 0 0 0 5% !important;
}

@media only screen and (max-width: 960px) {
  #top #top_news .wrapper .news_list {
    width: 100% !important;
    margin: 20px 0 0 !important;
  }
}

#top #top_news .wrapper .news_list dl {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  padding: 7px 0 !important;
}

#top #top_news .wrapper .news_list dl dt {
  width: 100px !important;
  font-family: "EB Garamond", serif;
  font-size: 15px !important;
}

@media only screen and (max-width: 480px) {
  #top #top_news .wrapper .news_list dl dt {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
}

#top #top_news .wrapper .news_list dl dd {
  width: calc( 100% - 100px) !important;
  font-size: 15px !important;
}

@media only screen and (max-width: 480px) {
  #top #top_news .wrapper .news_list dl dd {
    width: 100% !important;
  }
}

#top #top_news .wrapper .news_list dl dd a:hover {
  text-decoration: underline !important;
}

/* blog*/
#blog_sec h2 {
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 960px) {
  #blog_sec h2 {
    margin-bottom: 30px !important;
  }
}

#blog_sec h2 .eng {
  font-family: "EB Garamond", serif;
  font-size: 36px !important;
  display: block !important;
}

@media only screen and (max-width: 960px) {
  #blog_sec h2 .eng {
    font-size: 26px !important;
  }
}
.blog-wrapper {
  margin: 100px 0 !important;
}
@media only screen and (max-width: 600px) {
.blog-wrapper {
  margin: 60px 0 !important;
}
}
.blog-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 40px;
  list-style: none;
}
.blog-wrapper li {
  width: calc(25% - 10px);
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
.blog-wrapper li {
  width: calc(50% - 10px);
}
}
.blog-date {
  font-size: 12px;
  padding-top: 5px !important;
}

#top #top_ranking {
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/back_beige.jpg");
  padding: 70px 0 !important;
}

@media only screen and (max-width: 960px) {
  #top #top_ranking {
    padding: 40px 0 !important;
  }
}

#top #top_ranking .wrapper {
  max-width: 1200px !important;
}

#top #top_ranking h2 {
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_ranking h2 {
    margin-bottom: 30px !important;
  }
}

#top #top_ranking h2 .eng {
  font-family: "EB Garamond", serif;
  font-size: 36px !important;
  display: block !important;
}

@media only screen and (max-width: 960px) {
  #top #top_ranking h2 .eng {
    font-size: 26px !important;
  }
}

#top #top_ranking .item_list article {
  width: 17% !important;
  margin: 0 1.5% !important;
  position: relative !important;
}

@media only screen and (max-width: 480px) {
  #top #top_ranking .item_list article {
    width: 46% !important;
    margin: 0 2% 20px !important;
  }
  #top #top_ranking .item_list article:nth-child(3), #top #top_ranking .item_list article:nth-child(4), #top #top_ranking .item_list article:nth-child(5) {
    width: 29.3% !important;
  }
}

#top #top_ranking .item_list article::before {
  position: absolute !important;
  top: -20px !important;
  left: -20px !important;
  width: 45px !important;
  height: 45px !important;
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/icon_ranking1@2x.png");
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  content: "" !important;
  z-index: 5 !important;
}

@media only screen and (max-width: 960px) {
  #top #top_ranking .item_list article::before {
    width: 30px !important;
    height: 30px !important;
    top: -12px !important;
    left: -12px !important;
  }
}

#top #top_ranking .item_list article:nth-child(2)::before {
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/icon_ranking2@2x.png") !important;
}

#top #top_ranking .item_list article:nth-child(3)::before {
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/icon_ranking3@2x.png") !important;
}

#top #top_ranking .item_list article:nth-child(4)::before {
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/icon_ranking4@2x.png") !important;
}

#top #top_ranking .item_list article:nth-child(5)::before {
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/icon_ranking5@2x.png") !important;
}



#top #top_osusume {
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/back_beige.jpg");
  padding: 70px 0 !important;
}
@media only screen and (max-width: 960px) {
  #top #top_osusume {
    padding: 40px 0 !important;
  }
}
#top #top_osusume .wrapper {
  max-width: 1200px !important;
}

#top #top_osusume h2 {
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_osusume h2 {
    margin-bottom: 30px !important;
  }
}

#top #top_osusume h2 .eng {
  font-family: "EB Garamond", serif;
  font-size: 36px !important;
  display: block !important;
}

@media only screen and (max-width: 960px) {
  #top #top_osusume h2 .eng {
    font-size: 26px !important;
  }
}

#top #top_osusume .item_list article {
  width: 22% !important;
  margin: 0 1.5% 20px !important;
  position: relative !important;
}

@media only screen and (max-width: 480px) {
  #top #top_osusume .item_list article {
    width: 46% !important;
    margin: 0 2% 20px !important;
  }

}






#top #top_osusume .item_list{
display: flex !important;
-webkit-flex-wrap: wrap !important; 
flex-wrap:  wrap !important;
justify-content: space-between !important;
}


@media only screen and (max-width: 480px) {
  #top #top_osusume .item_list article {
    width: 46% !important;
    margin: 0 2% 20px !important;
  }

}




#top #top_sozai {
  margin: 80px 0 !important;
}

@media only screen and (max-width: 960px) {
  #top #top_sozai {
    margin: 40px 0 !important;
  }
}

#top #top_sozai .wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media only screen and (max-width: 480px) {
  #top #top_sozai .wrapper {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

#top #top_sozai .title {
  width: 100px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_sozai .title {
    width: 50px !important;
  }
}

#top #top_sozai .title h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl !important;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  font-size: 21px !important;
  border-right: 1px solid #b6641c !important;
  letter-spacing: 0.1em !important;
}

@media only screen and (max-width: 960px) {
  #top #top_sozai .title h2 {
    font-size: 17px !important;
  }
}

#top #top_sozai .title h2 strong {
  font-size: 48px !important;
  font-weight: normal !important;
}

@media only screen and (max-width: 960px) {
  #top #top_sozai .title h2 strong {
    font-size: 28px !important;
  }
}

#top #top_sozai #sozai_mokusei {
  width: calc( 100% - 150px) !important;
  margin: 0 0 0 50px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_sozai #sozai_mokusei {
    width: calc( 100% - 50px - 5%) !important;
    margin: 0 0 0 5% !important;
  }
}

#top #top_sozai #sozai_mokusei .image {
  width: 50% !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

@media only screen and (max-width: 480px) {
  #top #top_sozai #sozai_mokusei .image {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}

#top #top_sozai #sozai_mokusei .text {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1;
  order: 1 !important;
  width: 45% !important;
  margin: 0 5% 0 0 !important;
}

@media only screen and (max-width: 480px) {
  #top #top_sozai #sozai_mokusei .text {
    width: 100% !important;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    margin: 15px 0 0 !important;
  }
}

#top #top_sozai #sozai_pra {
  width: 100% !important;
  margin-top: 30px !important;
}

@media only screen and (max-width: 480px) {
  #top #top_sozai #sozai_pra {
    width: calc( 100% - 50px - 5%) !important;
  }
}

#top #top_sozai #sozai_pra .image {
  width: 50% !important;
}

@media only screen and (max-width: 480px) {
  #top #top_sozai #sozai_pra .image {
    width: 100% !important;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}

#top #top_sozai #sozai_pra .text {
  width: 45% !important;
  margin: 0 0 0 5% !important;
}

@media only screen and (max-width: 480px) {
  #top #top_sozai #sozai_pra .text {
    width: 100% !important;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    margin: 15px 0 0 !important;
  }
}

#top #top_sozai article {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

#top #top_sozai article:hover img {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

#top #top_sozai article .image a {
  display: block !important;
}

#top #top_sozai article .image a:hover {
  opacity: 1 !important;
}

#top #top_sozai article .image img {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

#top #top_sozai article h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  font-size: 32px !important;
  margin: 0 0 20px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_sozai article h3 {
    font-size: 24px !important;
    margin: 0 0 15px !important;
  }
}

#top #top_sozai article p {
  line-height: 1.8 !important;
}

@media only screen and (max-width: 960px) {
  #top #top_sozai article p {
    font-size: 15px !important;
  }
}

#top #top_sozai article ul {
  color: #b6641c;
  font-weight: bold !important;
  margin: 15px 0 20px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_sozai article ul {
    font-size: 15px !important;
  }
}

#top #top_sozai article ul li {
  padding-left: 18px !important;
  position: relative !important;
}

#top #top_sozai article ul li::before {
  position: absolute !important;
  top: 0 !important;
  left: 0px !important;
  content: "■" !important;
}

#top #top_yoto {
  padding: 80px 0 60px !important;
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/back_beige.jpg");
}

@media only screen and (max-width: 960px) {
  #top #top_yoto {
    padding: 40px 0 20px !important;
  }
}

#top #top_yoto .wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media only screen and (max-width: 480px) {
  #top #top_yoto .wrapper {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

#top #top_yoto .title {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  width: 100px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

@media only screen and (max-width: 960px) {
  #top #top_yoto .title {
    width: 50px !important;
  }
  #top #top_yoto .title .title2 {
    width: 50px !important;
  }
}

#top #top_yoto .title h2 {
  -webkit-writing-mode: vertical-rl !important;
  -ms-writing-mode: tb-rl !important;
  writing-mode: vertical-rl !important;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  font-size: 21px !important;
  border-right: 1px solid #b6641c;
  letter-spacing: 0.1em !important;
  display: inline-block !important;
}

@media only screen and (max-width: 960px) {
  #top #top_yoto .title h2 {
    font-size: 17px !important;
  }
}

#top #top_yoto .title h2 strong {
  font-size: 48px !important;
  font-weight: normal !important;
}

@media only screen and (max-width: 960px) {
  #top #top_yoto .title h2 strong {
    font-size: 28px !important;
  }
}

#top #top_yoto .list {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
  width: calc( 100% - 150px) !important;
}

@media only screen and (max-width: 960px) {
  #top #top_yoto .list {
    width: calc( 100% - 50px - 3%) !important;
    margin: 0 3% 0 0 !important;
  }
}

#top #top_yoto .list article {
  width: 46% !important;
  margin: 0 2% 50px !important;
  text-align: center !important;
}

@media only screen and (max-width: 960px) {
  #top #top_yoto .list article {
    margin: 0 2% 25px !important;
  }
}

@media only screen and (max-width: 480px) {
  #top #top_yoto .list article {
    width: 100% !important;
    margin: 0 0 25px !important;
  }
}

#top #top_yoto .list article.small {
  width: 21% !important;
  margin: 0 2% !important;
}

@media only screen and (max-width: 480px) {
  #top #top_yoto .list article.small {
    width: 48% !important;
    margin: 0 2% 20px 0 !important;
  }
}

#top #top_yoto .list article.small h3 {
  font-size: 15px !important;
  margin: 10px 0 0 !important;
}

@media only screen and (max-width: 960px) {
  #top #top_yoto .list article.small h3 {
    font-size: 13px !important;
    margin: 5px 0 0 !important;
  }
}

#top #top_yoto .list a {
  display: block !important;
}

#top #top_yoto .list .image {
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  background: #fff;
}

#top #top_yoto .list .image img {
  width: 100% !important;
  display: block !important;
  border-radius: 3px !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
}

#top #top_yoto .list .image img:hover {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
  opacity: 1 !important;
}

#top #top_yoto .list h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  font-size: 20px !important;
  margin: 25px 0 10px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_yoto .list h3 {
    font-size: 17px !important;
    margin: 15px 0 7px !important;
  }
}

#top #top_yoto .list p {
  font-size: 14px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_yoto .list p {
    text-align: left !important;
    font-size: 13px !important;
  }
}

#top #top_katachi {
  padding: 70px 0 !important;
}

@media only screen and (max-width: 960px) {
  #top #top_katachi {
    padding: 40px 0 !important;
  }
}

#top #top_katachi .title {
  text-align: center !important;
  margin-bottom: 30px !important;
}

#top #top_katachi .title h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  font-size: 21px !important;
  border-bottom: 1px solid #b6641c;
  letter-spacing: 0.1em !important;
  display: inline-block !important;
}

@media only screen and (max-width: 960px) {
  #top #top_katachi .title h2 {
    font-size: 17px !important;
  }
}

#top #top_katachi .title h2 strong {
  font-size: 36px !important;
  font-weight: normal !important;
}

@media only screen and (max-width: 960px) {
  #top #top_katachi .title h2 strong {
    font-size: 28px !important;
  }
}

#top #top_katachi .list {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#top #top_katachi .list article {
/*  width: 18% !important; */
  width: 29.3% !important;
  margin: 0 1% !important;

  text-align: center !important;
}

@media only screen and (max-width: 480px) {
  #top #top_katachi .list article {
    width: 29.3% !important;
    margin: 0 2% 15px !important;
  }
}

#top #top_katachi .list article:hover img {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

#top #top_katachi .list article img {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

#top #top_katachi .list article h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  font-size: 16px !important;
  margin: 10px 0 0 !important;
}

@media only screen and (max-width: 960px) {
  #top #top_katachi .list article h3 {
    font-size: 14px !important;
  }
}

#top #pickup {
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/back_beige.jpg");
}

#top #top_kodawari {
  background-image: url("https://file003.shop-pro.jp/PA01469/987/images/top_kodawari.jpg");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 !important;
  color: #fff !important;
}

@media only screen and (max-width: 960px) {
  #top #top_kodawari {
    padding: 60px 0 !important;
  }
}

#top #top_kodawari a {
  color: #fff;
}

#top #top_kodawari .text {
  width: 50% !important;
  margin-left: 50% !important;
}

@media only screen and (max-width: 960px) {
  #top #top_kodawari .text {
    width: 70% !important;
    margin-left: 30% !important;
  }
}

@media only screen and (max-width: 480px) {
  #top #top_kodawari .text {
    width: 90% !important;
    margin: 0 auto !important;
  }
}

#top #top_kodawari .title {
  position: relative !important;
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_kodawari .title {
    margin-bottom: 30px !important;
  }
}

#top #top_kodawari h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E", serif;
  font-weight: normal !important;
  font-size: 32px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_kodawari h2 {
    font-size: 22px !important;
  }
}

#top #top_kodawari .copy {
  position: absolute !important;
  right: -30px !important;
  top: 25px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_kodawari .copy {
    right: 0px !important;
    top: 10px !important;
    width: 270px !important;
  }
}

#top #top_kodawari p {
  line-height: 2 !important;
  margin: 0 0 20px !important;
  font-weight: bold !important;
  font-size: 15px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_kodawari p {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
}

#top #top_kodawari .bt a {
  border-color: #fff;
}

@media only screen and (max-width: 480px) {
  #top #top_kodawari .bt a {
    display: block !important;
    text-align: center !important;
  }
}

#top #top_kodawari .bt a::before {
  background-color: #fff;
}

#top #top_kodawari .bt a:hover {
  background-color: #fff;
  color: #333333;
}

#top #top_kodawari .bt a:hover::before {
  background-color: #333333;
}

/* 20251127 会社紹介コンテンツの移動 */
#top #top_news {
  margin-top: 80px !important;
}

@media only screen and (max-width: 960px) {
  #top #top_news {
    margin-top: 40px !important;
  }
}
#top #top_kodawari {
  background-image: none !important;
  padding: 40px 0 !important;
}
@media only screen and (max-width: 960px) {
  #top_kodawari {
    padding: 0 !important;
  }
}
#top_kodawari .section_container {
  background-image: url(https://file003.shop-pro.jp/PA01469/987/images/top_kodawari.jpg);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 !important;
}
@media only screen and (max-width: 960px) {
  #top_kodawari .section_container {
    padding: 60px 0 !important;
  }
}
.scn-top_kodawari_guide {
  background-color: #321500;
  color: #fff;
  padding: 60px 0 !important;
}

@media only screen and (max-width: 1024px) {
  .scn-top_kodawari_guide {
    padding: 40px 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .scn-top_kodawari_guide {
    padding: 40px 0 !important;
  }
}

.scn-top_kodawari_guide h2 {
  font-size: 15px !important;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", serif;
  text-align: center !important;
  font-weight: normal !important;
  margin: 0 0 30px !important;
}

@media only screen and (max-width: 1024px) {
  .scn-top_kodawari_guide h2 {
    margin: 0 0 20px !important;
  }
}

.scn-top_kodawari_guide h2 .eng {
  display: block !important;
  font-family: "EB Garamond", serif;
  font-size: 36px !important;
}

@media only screen and (max-width: 1024px) {
  .scn-top_kodawari_guide h2 .eng {
    font-size: 24px !important;
  }
}

.scn-top_kodawari_guide ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}

.scn-top_kodawari_guide ul li {
  width: 31.3% !important;
  margin: 0 1% 2% !important;
  background-color: #543c2b;
}

@media only screen and (max-width: 1024px) {
  .scn-top_kodawari_guide ul li {
    width: 48% !important;
  }
}

.scn-top_kodawari_guide ul li a {
  display: block !important;
  padding: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media only screen and (max-width: 1024px) {
  .scn-top_kodawari_guide ul li a {
    padding: 10px !important;
  }
}

.scn-top_kodawari_guide ul li .icon {
  width: 20px !important;
}

.scn-top_kodawari_guide ul li p:not(#_#_) {
  width: calc(100% - 20px) !important;
  font-weight: bold !important;
  text-align: center !important;
  font-size: 15px !important;
  margin: 0 !important;
}
/* //20251127 会社紹介コンテンツの移動 */