@charset "UTF-8";

/*-----------------------------------------------------------------
    product common
-----------------------------------------------------------------*/

.main_contents li {
  padding-top: 0px;
  padding-bottom: 0px;
}

hr.divide_line_product {
  margin: 20px 10px;
  border-top: 1px solid #cecece;
}

/*-----------------------------------------------------------------
    product_top
-----------------------------------------------------------------*/

ul.product_category_thumbnail {
  margin-top: 34px;
  margin-bottom: 36px;
  display: block;
}

ul.product_category_thumbnail li {
  display: block;
}

ul.product_category_thumbnail li .title {
  font-size: 25px;
  text-align: center;
}

ul.product_category_thumbnail li span {
  display: block;
  text-align: center;
}

ul.product_category_thumbnail li .category_image {
  text-align: center;
}

ul.product_category_thumbnail li img {
  width: 700px;
}

/*-----------------------------------------------------------------
    product_category_top
-----------------------------------------------------------------*/

.product_slider {
  text-align: center;
}

.category_pagenate {
  height: 20px;
  margin-bottom: 0px;
  font-family: 'Abril Fatface', cursive;
  margin-top: 18px;
  font-size: 13px;
  color: #861e22;
}

.category_pagenate .category_prev {
  float: left;
  margin-left: -10px;
}

.category_pagenate .category_next {
  float: right;
  margin-right: -10px;
}

.produtc_category_header {}

.produtc_category_header h1 {
  font-size: 2.2em;
  color: #861e22;
  text-align: center;
  font-family: 'Abril Fatface', cursive;
}

.produtc_category_header span.description {
  margin-top: 12px;
  display: block  ;
  text-align: center;
}

ul.product_thumbnail {
  margin-top: 40px;
  margin-bottom: 34px;
  display: block;
  text-align: center;
}

ul.product_thumbnail li {
  display: inline-block;
  text-align: center;
  width: 230px;

}

ul.product_thumbnail li img {
  width: 230px;
}

.contents_block {
  color: #861e22;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
ul.category_image_group {
  margin: 0 auto;
  width: 96%;
}

ul.category_image_group li {
  display: inline-block;
  width: 45%;
  margin-left: 3%;
  margin-bottom: 3%;
}

ul.category_link {
  width: 100%;
  margin-bottom: 34px;
  padding-left: 12px;
}

ul.category_link li {
  text-align: left;
  color: #636262;
  height: 43px;
  width: 100%;
}

/*-----------------------------------------------------------------
    product_detail
-----------------------------------------------------------------*/

.produtc_category_header {
  margin-top: 30px;
}

.produtc_category_header p.sub_title {
  height: 30px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 1.2em;
  text-align: center;
}

.slider_layout {
  width: 100%;
  margin-top:  15px;
  text-align: center;
  height: 500px;

}

.sns_icon_group {
  width: 100%;
  text-align: center;
  padding: 0 45px;
}

.sns_icon_group a {
  display: inline-block;
  margin-top: 4px;
}

ul.news_link {
  width: 100%;
  margin-bottom: 34px;
  padding-left: 12px;

}

ul.news_link li {
  text-align: left;
  color: #636262;
  height: 43px;
  width: 100%;
}

.product_description {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;

}

.youtube_frame iframe {
}

.product_body {
line-height: 2;
}

/* 購入ボタン用　2023.11.05 */
.button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

html {
    scroll-behavior: smooth;
}

.main .left .topage  a {
    display:  inline-block;
    width: 110px;  
    height: 38px; 
    line-height:  38px;
    text-align: center; 
    border: 1px #861e22 solid;
    border-radius:  20px;
    color:  #861e22;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.main .left .topage  a:hover {
    background-color:   #861e22;
    color:  #FFF;
}

.selectbox-003 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-003::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-003 select {
    appearance: none;
    min-width: 100%;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}