@charset "UTF-8";

*,*::before,*::after{
	box-sizing: border-box;
}

a:hover {
  color: #333;
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}

#wrapper {
  background: url(/hpgen/HPB/img/common/back.png);
  background-position: center top -140px;
  background-size: 1696px auto;
  min-height: auto;
  overflow: hidden;
}

.sp_disp {
  display: block;
}

.pc_disp {
  display: none;
}

@media (min-width:769px) {

  .sp_disp {
    display: none;
  }

  .pc_disp {
    display: block;
  }

}

/* header
---------------------------------*/

#header-inner {
  padding: 20px 10px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  z-index: 2;
  position: relative;
}

#header-inner #logo {
  margin: 0;
  padding: 0;
  width: 130px;
}

#logo h1 {
  max-width: inherit;
}

@media (min-width:769px) {

  #header-inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1360px;
    height: 165px;
  }
  
  #header-inner #logo {
    padding: 0;
    width: 223px;
  }
  
  #logo h1 {
    max-width: inherit;
  }

}

@media (min-width:769px) and (max-width:1380px) {

  #header-inner {
    padding: 0 50px;
    width: 1300px;
  }

}

.header_column {
  display: flex;
  align-items: center;
}

.header_upper {
  display: none;
}

@media (min-width:769px) {

  .header_column {
    padding: 0 0 30px;
    display: flex;
  }
  
  .header_upper {
    display: block;
  }
  
  .header_upper ul {
    margin: 0 0 15px;
    display: flex;
    justify-content: end;
  }
  
  .header_upper li {
    margin: 0 0 0 20px;
  }
  
  .header_upper li a:hover {
    opacity: 0.7;
  }

}

.header_lower {
  display: none;
}

@media (min-width:769px) {

  .header_lower {
    display: block;
  }
  
  .header_lower nav {
    display: flex;
    align-items: center;
  }
  
  .header_lower .header_link {
    display: flex;
    align-items: center;
  }
  
  .header_lower .header_link li {
    margin: 0 30px 0 0;
    font-size: 1.1rem;
    font-weight: 700;
  }
  
  .header_lower .header_link li:hover {
    opacity: 0.7;
  }
  
  .header_lower .header_btn {
    display: flex;
    align-items: center;
  }
  
  .header_lower .header_btn li {
    font-size: 1.1rem;
    font-weight: 700;
  }
  
  .header_lower .header_btn li a {
    display: block;
    padding: 8px 16px;
  }
  
  .header_lower .header_btn li a:hover {
    opacity: 0.7;
  }
  
  .header_lower .header_btn li:first-child a {
    border: 1px solid #333;
    border-radius: 30px 0 0 30px;
  }
  
  .header_lower .header_btn li:last-child a {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-radius: 0 30px 30px 0;
  }

}

#header-nav-cart {
  margin: 0 10px 0 0;
}

#header-nav-cart a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/hpgen/HPB/img/common/btn_cart.png) no-repeat;
  background-size: 40px auto;
}

#header-nav-drawer {
  margin: 0;
  position: relative;
  width: 40px;
  height: 40px;
}

#header-nav-drawer span {
  background: #333;
  width: 30px;
}

#header-nav-drawer span::before,
#header-nav-drawer span::after {
  background: #333;
  width: 30px;
}

#header-nav-drawer span::before {
  margin-top: -11px;
}

#header-nav-drawer span::after {
  margin-top: 8px;
}

@media (min-width:769px) {

  #header-nav-cart {
    margin: 0 0 0 20px;
  }
  
  #header-nav-cart a {
    width: 90px;
    height: 90px;
    background: url(/hpgen/HPB/img/common/btn_cart.png) no-repeat;
    background-size: 90px auto;
  }
  
  #header-nav-cart a:hover {
    opacity: 0.7;
  }

  #header-nav-drawer {
    display: none;
  }

}

/* sdie
---------------------------------*/
/*
#sub-column > section:first-child {
height: 5000px;
}
*/

#contents {
  padding: 0;
  overflow: initial
}

#contents article {
}

#contents #sub-column {
  padding: 20px 20px 40px;
  top: 80px;
  right: auto;
  transform: translateX( 100% );
  width: 100%;
  height: calc(100% - 80px);
}

#contents #sub-column.spsDrawerOpen {
  transform: translateX( 0 );
}

#wrapper.spsDrawerOpen::before {
  top: 80px;
}

#wrapper.spsDrawerOpen #contents article {
  position: fixed;
  z-index: 1;
}

#wrapper.spsDrawerOpen + footer {
  position: fixed;
  z-index: -1;
}

@media (min-width:769px) {

  #contents {
    padding: 0;
    overflow: initial;
    width: 1380px;
    display: flex;
  }
  
  #contents article {
    order: 2;
  }
  
  #contents #sub-column {
    margin-right: 100px;
    padding: 0;
    order: 1;
    width: 230px;
    flex-shrink: 0;
    transform: none;
  }

}

@media (min-width:769px) and (max-width:1380px) {

  #contents {
    width: 1280px;
  }

  #contents #sub-column {
    margin-right: 50px;
  }

}

#sub-column .freeArea2 .free-contents {
  padding: 20px 15px 1px;
}

.freeArea2 .free-contents .side_mypage ul {
  margin: 0;
  display: flex;
  justify-content: center;
}

.side_mypage li {
  font-size: 1.0rem;
  font-weight: bold;
  width: 50%;
}

.side_mypage li a {
  padding: 15px 20px;
  display: block;
  text-align: center;
}

.side_mypage li:first-child a {
  border: 1px solid #333;
  border-radius: 30px 0 0 30px;
}

.side_mypage li:last-child a {
  border: 1px solid #333;
  border-radius: 0 30px 30px 0;
}

@media (min-width:769px) {

  #sub-column .freeArea2 .free-contents {
    padding: 0;
  }

}


/*
#sub-column > section:first-child,
#sub-column > section:nth-child(2),
#sub-column > section:nth-child(3) {
  background: #F5F5F5;
  position: relative;
  overflow: inherit;
}

#sub-column > section:first-child::before,
#sub-column > section:nth-child(2)::before,
#sub-column > section:nth-child(3)::before {
  position: absolute;
  content: '';
  background: #F5F5F5;
  top: 0;
  left: -10000%;
  height: 100%;
  width: 10000%;
}
*/
#sub-column > section:first-child {
  border-radius: 0 60px 0 0;
}

#sub-column > section:nth-child(2) {
}

#sub-column > section:nth-child(3) {
  border-radius: 0 0 60px 0;
  padding-bottom: 20px;
}

#sub-column .freeArea2,
#sub-column .leftSearch,
#sub-column .category {
  margin: 0;
  position: relative;
  background: #fff;
}

.freeArea2 .free-contents .side_top {
  margin: 0;
}

.freeArea2 .free-contents .side_top li {
  border-bottom: 1px solid #E2E2E2;
  font-size: 1.1rem;
  font-weight: bold;
  list-style-type: none;
}

.side_top li a {
  padding: 15px 0 20px;
  display: block;
}

.side_top li a:hover {
  opacity: 0.7;
}

.leftSearch #searchbox_wrap {
  margin: 0;
  padding: 25px 10px 15px;
}

.leftSearch #searchbox_wrap p {
  display: none;
}

.leftSearch #searchbox_wrap form {
  border: none;
  background: #fff;
  display: flex;
  border-radius: 30px;
}

.leftSearch #searchbox_wrap input.searchbox {
  margin-left: 2px;
  background: #F5F5F5;
  padding: 0 10px;
  font-size: 0.9rem;
  border-radius: 30px;
}
.leftSearch #searchbox_wrap input.searchSubmit {
  background: none;
  border-radius: 0 30px 30px 0;
  width: auto;
}

@media (min-width:769px) {

  .leftSearch #searchbox_wrap {
    padding: 30px 0px 10px 0;
  }

  .leftSearch #searchbox_wrap form {
    border-radius: 25px;
  }
  
  .leftSearch #searchbox_wrap input.searchbox {
    border-radius: 20px 0 0 20px;
  }
  .leftSearch #searchbox_wrap input.searchSubmit {
    border-radius: 0 20px 20px 0;
  }

}

#sub-column .category {
  padding: 10px 0 15px;
}

#sub-column h2 {
  border: none;
  font-size: 1.2rem;
  color: #333;
}

#sub-column .category nav {
  margin-bottom: 0;
}

#sub-column .category ul {
  padding: 15px 20px 0;
}

#sub-column .category ul li {
  border: none !important;
  background: none !important;  
}

#sub-column .category nav ul li a {
  padding: 12px 0 12px 15px;
  position: relative;
  font-size: 1.0rem;
  font-weight: bold;
}

#sub-column .category li a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 21px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #E64817;
}

#sub-column .category li a::after {
  display: none !important;
}

.freeArea2 .free-contents ul li {
  list-style-type: none;
}

.freeArea2 .free-contents .side_banner {
  margin: 0;
}

.freeArea2 .free-contents .side_banner li {
  margin-bottom: 20px;
}

@media (min-width:769px) {

  #sub-column h2 {
    margin-bottom: 15px;
    font-size: 1.1rem;
  }

  #sub-column .category ul {
    padding: 0;
  }
  
}

.side_bottom {
  margin: 0 0 30px;
  padding: 15px 20px;
  background: #fff;
}

.side_bottom ul {
}

.side_bottom li {
    font-size: 1.0rem;
    font-weight: bold;
    border-bottom: 1px solid #E2E2E2;
}

.side_bottom li:last-child {
  border-bottom: none;
}

.side_bottom li a {
    padding: 15px 0;
    display: block;
}

#sub-column div.subc_cal_cont {
  border: 2px solid #333;
  border-radius: 10px;
}

#sub-column div#subc_calendar {
  margin: 20px 0 30px;
  background: none;
}

#sub-column div#subc_calendar h2::before {
  display: none;
}

#sub-column div#subc_calendar h2::after {
  top: 10px;
  font-size: 1.1rem;
  content: "営業日カレンダー";
}

#sub-column div#subc_calendar h2 {
  margin-bottom: 1px;
  padding: 15px 0 35px;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #333;
  background: #fff;
}

#sub-column div.cal_wrapper {
  padding: 20px 10px;
}

#sub-column div.cal_wrapper table.cal {
}

#sub-column div.cal_wrapper table.cal tr th input.prev {
  margin-left: 7px;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  background: #fff url(/hpgen/HPB/img/common/arrow_left.png) no-repeat center center;
  background-size: 5px auto;
}

#sub-column div.cal_wrapper table.cal tr th input.next {
  margin-right: 7px;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  background: #fff url(/hpgen/HPB/img/common/arrow_right.png) no-repeat center center;
  background-size: 5px auto;
}

#sub-column div.cal_wrapper table.cal tr th {
  height: 25px;
}

#sub-column div.cal_wrapper table.cal tr th p.month {
  font-size: 1rem;
}

#sub-column div.cal_wrapper table.cal tr.headline td {
  font-size: 0.8rem;
}

#sub-column div.cal_wrapper table.cal tr.headline td:first-child {
  color: #DB6337;
}

#sub-column div.cal_wrapper table.cal tr.headline td:last-child {
  color: #38A4D5;
}

#sub-column div.cal_wrapper table.cal tr td {
  border: none;
  font-size: 0.9rem;
  line-height: inherit;
}

#sub-column div.cal_wrapper table.cal tr td div {
  margin: 3px auto;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sub-column div.cal_wrapper table.cal tr td div.Today {
  color: #333 !important;
  background: none;
  font-weight: bold;
}

#sub-column div.cal_wrapper table.cal tr td div.ccolor1 {
  border-radius: 50%;
  border: 1px solid #FF9B9B;
  background: none !important;
}

#sub-column div.subc_cal_cont .cap {
  padding: 0;
}

#sub-column div.subc_cal_cont .cap ul {
  padding: 0 20px 10px;
}

#sub-column div.subc_cal_cont .cap ul li:first-child {
  display: none;
}

#sub-column div.subc_cal_cont .cap li {
  font-size: 0.9rem;
}

#sub-column div.subc_cal_cont .cap .ico_cap02 {
  margin-right: 5px;
  text-indent: -9999px;
  color: #fff !important;
  border: 1px solid #FF9B9B;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

#sub-column div.subc_cal_cont .cap .cap-info {
  background: none;
  padding: 0;
}

#main-column {
  margin: 0 0 110px;
  padding: 20px;
  position: relative;
}

.top_page #main-column {
  margin: 40px 0 130px 20px;
  padding-bottom: 30px;
}

.top_page #main-column::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-radius: 70px 0 0 70px;
  width: 10000%;
  height: 100%;
/*  background: #D2F1ED;*/
  z-index: -1;
  animation: bgchange 30s ease infinite;
}

@keyframes bgchange {
      0%   {background:#E1F6F3;}
      16.6%  {background:#EAF9DA;}
      33.2%  {background:#FFEEEE;}
      49.8%  {background:#FFFAC4;}
      66.4%  {background:#DEF4F8;}
      83% {background:#FFE7D1;}
      100% {background:#EEF1FD;}
 }

#main-column::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 10000%;
  height: 100%;
  background: #FAF8F1;
  z-index: -1;
}

@media (min-width:769px) {

  #main-column {
    margin-bottom: 50px;
    width: 1050px;
    padding: 0 0 0 100px;
  }
  
  .top_page #main-column {
    margin: 0;
    padding-bottom: 100px;
  }
  
  .top_page #main-column::before {
    border-radius: 100px 0 0 100px;
  }
  
  #main-column::before {
    border-radius: 70px 0 0 70px;
  }

}

@media (min-width:769px) and (max-width:1380px) {

  #main-column {
    width: 1000px;
    padding: 0 0 0 50px;
  }

}

/* top
---------------------------------*/

.header_area {
  margin-bottom: 0;
  line-height: 0;
}

.w100 .freeArea2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top_mv {
  margin-right: 20px;
}

.mv_slide_img {
  margin: 0 auto;
  position: relative;
  top: -45px;
  width: 280px;
}

.mv_slide_img .slick-list {
  overflow: inherit;
}

.mv_slide_img .slick-slide {
  width: 280px !important;
}

.mv_slide_img a {
  display: block;
  width: 280px;
  height: 434px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
  border-radius: 18px;
}

.mv_slide_img span {
  padding: 15px 40px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  border: 2px solid #fff;
  z-index: 2;
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.mv_slide_img img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 300px;
  height: auto;
  z-index: 1;
}

.mv_slide {
  position: relative;
}

.slide_dot {
  position: absolute;
  bottom: 12%;
  left: -3px;
}

.slide_dot ul {
  margin: 0 !important;
}

.slide_dot li {
  margin: 5px 0;
}

.slide_dot li button {
  display: block;
  text-indent: -9999px;
  border: 1px solid #747474;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 5px;
}

.slide_dot .slick-active button {
  background: #747474;
}

@media (min-width:769px) {

  .top_mv {
    margin-right: 0;
  }

  .mv_slide_img {
    top: -35px;
    width: 600px;
  }
  
  .mv_slide_img .slick-slide {
    width: 600px !important;
  }
  
  .mv_slide_img a {
    width: 600px;
    height: 930px;
  }
  
  .mv_slide_img img {
    width: 600px;
  }
  
  .mv_slide_img a:hover img {
    opacity: inherit;
  }
  
  .slide_dot {
    left: calc(50% + 315px);
    bottom: 35px;
  }
  
  .slide_dot li button {
    border: 2px solid #747474;
    width: 9px;
    height: 9px;
  }
  
}

.top_category {
  margin: 30px 20px 50px 0;
}

#main-column .top_category h2 {
  margin: 0 auto 20px;
  padding: 0;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
}

.freeArea2 .free-contents .top_category ul {
  margin: 0;
}

.top_category li {
  margin: 0 0 15px;
  width: 100%;
}

.top_category li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 2px solid #707070;
  border-radius: 12px;
}

.top_category li h3 {
  margin: 0 0 0 12px;
  font-size: 1.0rem;
}

.top_category li figure {
  width: 60%;
  flex-shrink: 0;
}

.top_category li figure img {
  vertical-align: bottom;
}

.top_category li.column1 {
  margin-right: 0;
  width: 100%;
}

@media (min-width:769px) {

  .top_category {
    margin: 50px 0 40px;
  }
  
  #main-column .top_category h2 {
    margin: 0 auto 30px;
    font-size: 1.6rem;
  }
  
  .freeArea2 .free-contents .top_category ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .top_category li {
    margin: 0 30px 30px 0;
    width: calc(50% - 15px);
  }
  
  .top_category li:nth-child(2n) {
    margin-right: 0;
  }
  
  .top_category li a:hover {
    opacity: 0.7;
  }
  
  .top_category li h3 {
    margin: 0 0 0 20px;
  }
  
  .top_category li figure {
    width: 280px;
    height: 115px;
  }
 
}

.pickup {
  margin: 0 20px 40px 0;
  padding: 30px 5px 10px;
  background: #fff;
  border-radius: 15px;
  border: 2px solid #707070;
}

#main-column .pickup h2 {
  margin: 0 auto 20px 10px;
  padding: 0;
  border: none;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
}

#main-column .pickup h2::before,
#main-column .ranking h2::before {
  display: none;
}

.pickup .column-set {
  display: flex;
  flex-wrap: wrap;
}

.pickup .column5 {
  margin: 0 5px 10px;
  padding-bottom: 5px;
  width: calc(33% - 9px);
  background: #fff;
  border: 2px solid #333;
  border-radius: 0 0 10px 10px;
}

.pickup .column-set .itemThumb-wrap {
  margin-bottom: 5px;
}

.pickup .column-set .item-list-span-img {
  height: 100px;  
}

.pickup .column-set .item-list-span-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pickup .column-set .badge {
  display: none;
}

.pickup .column-set h3 {
  margin: 0 5px 5px;
  font-size: 0.7rem;
}

#main-column .pickup .column-set .price {
  margin: 0 10px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
}

.pickup .column-set .price .selling_price {
  color: #333;  
}

.pickup .column-set .price .taxin {
  font-size: 0.6rem;
  font-weight: normal;
  color: #333;  
}

@media (min-width:769px) {

  .pickup {
    margin: 0 0 80px;
    padding: 60px 30px 10px;
  }
  
  #main-column .pickup h2 {
    margin: 0 auto 40px;
    font-size: 1.6rem;
  }
  
  .pickup .column5 {
    margin: 0 20px 40px;
    padding-bottom: 20px;
    width: 255px;
  }
  
  .pickup .column-set .itemThumb-wrap {
    margin-bottom: 20px;
  }
  
  .pickup .column-set .item-list-span-img {
    height: 260px;  
  }
  
  .pickup .column-set .item-list-span-img img {
    width: auto;
    height: 260px;
  }
  
  .pickup .column-set h3 {
    margin: 0 15px 10px;
    font-size: 1.1rem;
  }
  
  #main-column .pickup .column-set .price {
    margin: 0 15px;
    font-size: 1.2rem;
  }
  
  .pickup .column-set .price .taxin {
    font-size: 0.9rem;
  }

}

.ranking {
  margin: 0 20px 40px 0;
}

#main-column .ranking h2 {
  margin: 0 auto 20px;
  padding: 0;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
}

.ranking .column-set {
  display: flex;
  flex-wrap: wrap;
}

.ranking .column5 {
  margin: 0 10px 0 0;
  padding-bottom: 10px;
  width: calc(33% - 6px);
  background: #fff;
  border: 2px solid #333;
  border-radius: 0 0 15px 15px;
}

.ranking .column5:last-child {
  margin-right: 0;
}

.ranking .column-set .itemThumb-wrap {
  margin-bottom: 10px;
  position: relative;
}

.ranking .column-set .item-list-span-img {
  height: 120px;  
}

.ranking .column-set .item-list-span-img img {
  height: 120px;
  width: auto;
  object-fit: cover;
}

.ranking .column-set .badge {
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.ranking .column-set h3 {
  margin: 0 5px 10px;
  font-size: 0.8rem;
}

#main-column .ranking .column-set .price {
  margin: 0 10px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: left;
}

.ranking .column-set .price .selling_price {
  color: #333;  
}

.ranking .column-set .price .taxin {
  font-size: 0.7rem;
  font-weight: normal;
  color: #333;  
}

@media (min-width:769px) {

  .ranking {
    margin: 0 0 80px;
  }
  
  #main-column .ranking h2 {
    margin: 0 auto 25px;
    font-size: 1.6rem;
  }
  
  .ranking .column5 {
    margin: 0 40px 0 0;
    padding-bottom: 50px;
    width: 290px;
    border-radius: 0 0 20px 20px;
  }
  
  .ranking .column-set .itemThumb-wrap {
    margin-bottom: 20px;
  }
  
  .ranking .column-set .item-list-span-img {
    height: 286px;  
  }
  
  .ranking .column-set .item-list-span-img img {
    height: 286px;
    width: auto;
  }
  
  .ranking .column-set .badge {
    width: 56px;
    height: 66px;
    bottom: -1px;
    left: 15px;
  }
  
  .ranking .column-set h3 {
    margin: 0 15px 10px;
    font-size: 1.1rem;
  }
  
  #main-column .ranking .column-set .price {
    margin: 0 15px;
    font-size: 1.2rem;
  }
  
  .ranking .column-set .price .taxin {
    font-size: 0.9rem;
  }

}

.top_navi_bnr {
  margin: 0 20px 40px 0;
}

.freeArea2 .free-contents .top_navi_bnr ul {
  margin: 0;
}

.top_navi_bnr li {
  margin: 0 0 20px;
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
}

.top_navi_bnr li a {
  border-radius: 12px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #707070;
  border-radius: 12px;
  overflow: hidden
}

.top_navi_bnr li figure {
  width: 110px;
  height: 90px;
  flex-shrink: 0;
}

.top_navi_bnr li div {
  margin: 0 10px 0 15px;
}

.top_navi_bnr li h3 {
  font-size: 1.0rem;
  font-weight: bold;
}

.top_navi_bnr li p {
  margin: 5px 0 0;
  font-size: 0.8rem;
  font-weight: normal;
}

@media (min-width:769px) {

  .top_navi_bnr {
    margin: 0 0 80px;
  }
  
  .freeArea2 .free-contents .top_navi_bnr ul {
    display: flex;
  }
  
  .top_navi_bnr li {
    width: calc(50% - 15px);
  }
  
  .top_navi_bnr li figure {
    width: 140px;
    height: 115px;
  }
  
  .top_navi_bnr li div {
    margin: 0 0 0 30px;
  }
  
  .top_navi_bnr li h3 {
    font-size: 1.2rem;
  }
  
  .top_navi_bnr li p {
    margin: 10px 0 0;
    font-size: 1.0rem;
  }
  
  .top_navi_bnr li a:hover {
    opacity: 0.7;
  }
  
  .top_navi_bnr li.top_navi_select {
    margin-right: 30px;
  }

}

.w100 .news {
  margin: 0 20px 20px 0;
  width: calc(100% - 20px);
}

#main-column .w100 .news h2 {
  margin: 0 0 -22px 30px;
  padding: 0;
  height: 35px;
  background: url(/hpgen/HPB/img/top/title_news.png) no-repeat 0 0;
  background-size: 140px auto;
  border: none;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
}

#main-column .w100 .news h2::before {
  display: none;
}

.news .news-contents {
  padding: 30px 30px 20px;
  border-radius: 15px;
  background: #FAF8F1;
  position: relative;
  z-index: 1;
}

dl.news-box:first-child {
  border-top: none;
}

.news .news-contents dl.news-box {
  padding: 15px 0;
  font-size: 1.0rem;
  border-bottom: 1px solid #E2E2E2;
}

.news .news-contents dl.news-box:last-child {
  border-bottom: none;
}

@media (min-width:769px) {

  .w100 .news {
    margin: 0;
    padding: 35px 30px;
    width: 100%;
    background: #fff;
    border-top: 2px solid #707070;
    border-left: 2px solid #707070;
    border-right: 2px solid #707070;
    border-radius: 20px 20px 0 0;
  }
 
  .news .news-contents {
    border-radius: 20px;
  }
 
}

#top_blog {
  margin: 0 20px 40px 0;
  width: calc(100% - 20px);
}

#top_blog h2 {
  margin: 0 0 -22px 30px;
  padding: 0;
  border: none;
  width: 140px;
  position: relative;
  z-index: 2;
}

#top_blog ul {
  margin: 0;
  padding: 40px 30px 10px;
  border-radius: 15px;
  background: #FAF8F1;
  position: relative;
  z-index: 1;
}

#top_blog li {
  margin: 0 0 20px;
  font-size: 1.0rem;
  display: flex;
}

#top_blog li span {
  margin: 0 15px 0 0;
}

#top_blog li a {
  text-decoration: underline;
}

@media (min-width:769px) {

  #top_blog {
    margin: 0 0 80px;
    padding: 0 30px 35px;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #707070;
    border-left: 2px solid #707070;
    border-right: 2px solid #707070;
    border-radius: 0 0 20px 20px;
  }

  #top_blog ul {
    margin: 0;
    border-radius: 20px;
  }

  #top_blog li a:hover {
    text-decoration: none;
  }
  
}

#top_sns {
  margin: 0 20px 0 0;
  padding: 30px 20px 1px;
  background: #F5F5F5;
  border-radius: 15px;
}

#top_sns > div {
  margin: 0 0 30px;
}

#top_sns h3 {
  margin-bottom: 10px;
}

#top_fb h3 {
  width: 173px;
}

#top_insta h3 {
  width: 190px;
}

#top_fb {
  width: 100%;
}

#top_insta {
  width: 100%;
}

#top_insta ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

#top_insta li {
  margin: 0.5%;
  width: 32%;
  position: relative;
  overflow: hidden;
}

#top_insta li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#top_insta li a {
  display: block;
}

#top_insta li:nth-child(3n) {
  margin-right: 0;
}

#top_insta li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media (min-width:769px) {

  #top_sns {
    margin: 0;
    padding: 45px 15px 35px;
    display: flex;
  }
  
  #top_sns > div {
    margin: 0 15px;
  }
  
  #top_sns h3 {
    margin-bottom: 10px;
  }
  
  #top_fb {
    width: 360px;
  }
  
  #top_insta {
    width: 500px;
  }
  
  #top_insta li {
    margin: 0 6px 6px 0;
    width: 162px;
    height: 162px;
  }

  #top_insta li::before {
    display: none;
  }

  #top_insta li img {
    height: 162px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

}

/* List
---------------------------------*/

#bread-crumb {
  display: none;
}

.cate_header.cate_result {
  display: none;
}

.result .cate_header.cate_result {
  display: block;
}

.cate_header {
  margin: -20px 0 40px;
}

.cate_header .inner {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  height: 100%;
  border-radius: 0 0 20px 20px;
}

.cate_header h1 {
  margin: 0;
  padding: 15px 25px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  border: none;
  line-height: 1.2;
  background: #FAF8F1;
  border-radius: 15px 15px 0 0;
}

.cate_header p {
  margin: 20px 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.cate_header p br {
  display: none;
}

.cate_header.cate_all .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_all.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_sakura .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_sakura.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_keyaki .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_keyaki.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_take .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_take.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_choice .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_choice.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_standard .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_standard.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_clear .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_clear.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_shiraki .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_shiraki.jpg) no-repeat center center;
  background-size: cover;
}
.cate_header.cate_kodomo .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_kodomo.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_tokudai .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_tokudai.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_mininaruko .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_mininaruko.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_kifuda .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_kifuda.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_badge .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_badge.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_stand .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_stand.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width:769px) {

  .cate_header {
    margin: 0 0 80px;
  }
  
  .cate_header .inner {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    height: 100%;
    border-radius: 0 0 70px 70px;
  }
  
  .cate_header h1 {
    margin: 0;
    padding: 25px 50px;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    border: none;
    line-height: 1.2;
    background: #FAF8F1;
    border-radius: 30px 30px 0 0;
  }
  
  .cate_header p {
    margin: 45px 0 0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .cate_header p br {
    display: block;
  }
  
  .cate_header.cate_all .inner {
    height: 300px;
  }
  
  .cate_header.cate_sakura .inner {
    height: 400px;
  }
  
  .cate_header.cate_keyaki .inner {
    height: 400px;
  }
  
  .cate_header.cate_take .inner {
    height: 400px;
  }
  
  .cate_header.cate_choice .inner {
    height: 400px;
  }
  
  .cate_header.cate_standard .inner {
    height: 400px;
  }
  
  .cate_header.cate_clear .inner {
    height: 400px;
  }
  
  .cate_header.cate_shiraki .inner {
    height: 400px;
  }
  .cate_header.cate_kodomo .inner {
    height: 400px;
  }
  
  .cate_header.cate_tokudai .inner {
    height: 400px;
  }
  
  .cate_header.cate_mininaruko .inner {
    height: 400px;
  }
  
  .cate_header.cate_kifuda .inner {
    height: 400px;
  }
  
  .cate_header.cate_badge .inner {
    height: 400px;
  }
  
  .cate_header.cate_stand .inner {
    height: 400px;
  }

}

#itemList_wrap {
  margin-bottom: 0;
}

#itemList_wrap form[name="ITEMLIST"] #pager-top,
#itemList_wrap form[name="ITEMLIST"] #pager-bm {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#itemList_wrap #pager-bm {
  margin-top: 30px;
  padding: 0;
  border: none;
}

#itemList_wrap #pager-top .selectbox,
#itemList_wrap #pager-bm .selectbox {
  margin: 0 0 15px;
  font-size: 0.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#itemList_wrap #pager-top .selectbox .select01,
#itemList_wrap #pager-bm .selectbox .select01 {
  margin: 0 5px;
  padding: 5px;
  font-size: 0.8rem;
  height: auto;
  width: 100px;
}

#itemList_wrap #pager-top .quantity,
#itemList_wrap #pager-bm .quantity {
  margin: 0 0 15px;
  font-size: 1.0rem;
}

#itemList_wrap #pager-top .pagerlist ul,
#itemList_wrap #pager-bm .pagerlist ul {
  margin: 0 0 0 30px;
}

#itemList_wrap #pager-top .pagerlist ul li,
#itemList_wrap #pager-bm .pagerlist ul li {
  margin-bottom: 5px;
  font-size: 1.0rem;
}

#itemList_wrap #pager-top .pagerlist ul li a,
#itemList_wrap #pager-bm .pagerlist ul li a {
  padding: 0 0 0 5px;
}

#itemList_wrap #itemList h1,
#itemList_wrap #itemList2 h1 {
  display: none;
}

@media (min-width:769px) {

  #itemList_wrap #pager-top .selectbox,
  #itemList_wrap #pager-bm .selectbox {
    margin: 0;
    font-size: 1.0rem;
    display: block;
  }
  
  #itemList_wrap #pager-top .selectbox .select01,
  #itemList_wrap #pager-bm .selectbox .select01 {
    padding: 10px;
    font-size: 1.0rem;
    height: auto;
    width: auto;
  }
  
  #itemList_wrap #pager-top .quantity,
  #itemList_wrap #pager-bm .quantity {
    margin: 0 0 0 10px;
    font-size: 1.1rem;
  }

  #itemList_wrap #pager-top .pagerlist,
  #itemList_wrap #pager-bm .pagerlist {
    margin-left: auto;
    float: right;
  }
  
  #itemList_wrap #pager-top .pagerlist ul,
  #itemList_wrap #pager-bm .pagerlist ul {
    margin: 0 0 0 30px;
  }
  
  #itemList_wrap #pager-top .pagerlist ul li,
  #itemList_wrap #pager-bm .pagerlist ul li {
    font-size: 1.1rem;
  }
  
  #itemList_wrap #pager-top .pagerlist ul li a,
  #itemList_wrap #pager-bm .pagerlist ul li a {
    padding: 0 0 0 10px;
  }
  
}

#itemList {
  margin-top: 20px;
}

#itemList .column-set {
  display: flex;
  flex-wrap: wrap;
}

#itemList .column-set .column4 {
  margin: 0 15px 15px 0;
  padding: 0 0 15px;
  width: calc(50% - 8px);
  background: #fff;
  border: 2px solid #333;
  border-radius: 0 0 10px 10px;
}

#itemList2 .column4:last-child {
  border-bottom: 2px solid #333;
}

#itemList .column-set .column4:nth-child(2n) {
  margin-right: 0;
}

#itemList .column-set .column4 .itemThumb-wrap {
  position: relative;
}

#itemList .column-set .column4 .itemThumb-wrap .badge {
  position: absolute;
  left: 10px;
  bottom: -5px;
  padding: 0;
  width: 40px;
  height: 40px;
}

#itemList .column-set .column4 .itemThumb-wrap .itemThumb {
  margin: 0;
/*  height: 160px;*/
}

#itemList .column-set .column4 .itemThumb-wrap .itemThumb .item-list-span-img {
  position: relative;
}
/*
#itemList .column-set .column4 .itemThumb-wrap .itemThumb #c-3 .item-list-span-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#itemList .column-set .column4 .itemThumb-wrap .itemThumb #c-3 .item-list-span-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
*/


#itemList .column-set .column4 .itemThumb-wrap .itemThumb .item-list-span-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#itemList .column-set .column4 h2 {
  margin: 10px 10px 15px;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.6;
}

#itemList .column-set .column4 .price {
  margin: 0 10px;
  text-align: left;
  float: left;
}

#itemList .column-set .column4 .selling_price,
#itemList2 .column-set .column4 .selling_price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

#itemList .column-set .column4 .taxin,
#itemList2 .column-set .column4 .taxin {
  font-size: 0.7rem;
  color: #333;
  font-weight: bold;
}

#itemList .column-set .sps-itemList-stockDisp {
  margin: 15px 20px 0;
  font-size: 1.0rem;
  color: #333;
  text-align: left;
}

#itemList .column4 .sps-wishAddItem img {
  margin: 0 10px 0 0;
  width: 18px;
}

@media (min-width:769px) {

  #itemList {
    margin-top: 35px;
  }
  
  #itemList .column-set .column4 {
    margin: 0 40px 40px 0;
    padding: 0 0 30px;
    width: calc(100% - 26px);
    border-radius: 0 0 20px 20px;
    width: 290px;
  }

  #itemList .column-set .column4:nth-child(2n) {
    margin-right: 40px;
  }
  
  #itemList .column-set .column4:nth-child(3n) {
    margin-right: 0;
  }
  
  #itemList .column-set .column4 .itemThumb-wrap .badge {
    left: 15px;
    bottom: -10px;
    width: 60px;
    height: 60px;
  }
  
  #itemList .column-set .column4 .itemThumb-wrap .itemThumb {
    height: 290px;
  }
  #itemList .column-set .column4 h2 {
    margin: 30px 20px 20px;
    font-size: 1.1rem;
  }
  
  #itemList .column-set .column4 .price {
    margin: 0 20px;
    float: none;
  }
  
  #itemList .column-set .column4 .selling_price,
  #itemList2 .column-set .column4 .selling_price {
    font-size: 1.2rem;
  }
  
  #itemList .column-set .column4 .taxin,
  #itemList2 .column-set .column4 .taxin {
    font-size: 1.0rem;
  }
  
  #itemList .column-set .sps-itemList-stockDisp {
    margin: 15px 20px 0;
    font-size: 1.0rem;
  }
  
  #itemList .column4 .sps-wishAddItem img {
    margin: 0 20px;
    width: 25px;
  }

}

#itemList2 {
  margin-top: 20px;
}

#itemList2 .column4 {
  margin: 0 0 20px;
  padding: 0;
  border: 2px solid #333;
  background: #fff;
  border-radius: 0 10px 10px 0;
}

#itemList2 .column4:first-child {
  padding: 0;
  border-top: 2px solid #333;
}

#itemList2 .column4 .itemThumb-wrap {
  width: 100%;
  max-width: inherit;
  position: relative;
}

#itemList2 .column4 .badge {
  padding: 0;
  width: 50px;
  height: auto;
  bottom: 15px;
  right: 10px;
}

#itemList2 .column4 .itemThumb-wrap-right {
  padding: 15px 15px;
}

#main-column #itemList2 .column4 h2 {
  margin: 0 0 2px;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: bold;
}

#itemList2 .column4 .inner-catch {
  margin: 15px 0 10px;
  font-size: 1.0rem;
}

#itemList2 .column4 .sps-wishAddItem img {
  width: 25px;
}

@media (min-width:769px) {

  #itemList2 {
    margin-top: 30px;
  }
  
  #itemList2 .column4 {
    margin: 0 0 20px;
    border-radius: 0 10px 10px 0;
  }
  
  #itemList2 .column4 .itemThumb-wrap {
    width: 230px;
  }
  
  #itemList2 .column4 .badge {
    width: 77px;
    bottom: 15px;
    right: -20px;
  }
  
  #itemList2 .column4 .itemThumb-wrap-right {
    padding: 25px 30px;
  }
  
  #main-column #itemList2 .column4 h2 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  
  #itemList2 .column4 .inner-catch {
    margin: 20px 0 10px;
    font-size: 1.0rem;
  }
  
}
/* product
---------------------------------*/
#itemDetail-cont {
  margin-bottom: 20px;
}

#itemDetail-cont .itemThumb-wrap {
  margin: 0;
}

#itemDetail-cont .itemThumb-wrap .itemThumb-main a {
  display: block;
  vertical-align: bottom;
  overflow: hidden;
  position: relative;
}

#itemDetail-cont .itemThumb-wrap .itemThumb-main a::before {
    content: "";
    padding-top: 100%;
    display: block;
}

#itemDetail-cont .itemThumb-wrap .itemThumb-main a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

#itemDetail-cont .itemThumb {
  margin: 15px 0 0;
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
  margin: 0 10px 10px 0;
  width: calc(20% - 9px);
  height: auto;
  overflow: hidden;
  position: relative;
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul li::before{
    content: "";
    padding-top: 100%;
    display: block;
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n) {
    margin-right: 0;
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media (min-width:769px) {

  #itemDetail-cont .itemThumb-wrap {
    margin: 70px 70px 0 0;
    width: 530px;
  }
  
  #itemDetail-cont .itemThumb-wrap .itemThumb-main img {
    margin: 0;
    width: 530px;
    height: 530px;
    position: relative;
    top: auto;
    left: auto;
  }
  
  #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
    margin: 0 15px 15px 0;
    width: 94px;
    height: 94px;
  }

  #itemDetail-cont .itemThumb-wrap .itemThumb ul li::before{
    display: none;
  }
    
  #itemDetail-cont .itemThumb-wrap .itemThumb ul li img {
    width: 94px;
    height: 94px;   
    position: relative;
    top: auto;
    left: auto;
  }

}

@media (min-width:769px) and (max-width:1380px) {

  #itemDetail-cont .itemThumb-wrap {
    margin-right: 50px;
  }

}

#itemDetail-cont .itemOutline {
  margin: 30px 0 0;
}

#itemDetail-cont .itemOutline ul.ico_itemType li {
  margin: 0 15px 0 0;
  width: 30px;
  height: auto;
}

article#Detail #main-column h1 {
  margin: 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}

#itemDetail-cont .itemOutline table.price,
#itemDetail-cont .itemOutline table.spac {
  margin: 0;
  width: 100%;
}

#itemDetail-cont .itemOutline .price th,
#itemDetail-cont .itemOutline .spec th {
  padding: 5px 0 !important;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: normal;
  vertical-align: middle;
  width: auto !important;
}

#itemDetail-cont .itemOutline .price td {
  padding: 5px 30px;
  font-weight: normal;
}

@media (min-width:769px) {

  #itemDetail-cont .itemOutline {
    margin: 70px 0 0;
    width: 350px;
  }
  
  #itemDetail-cont .itemOutline ul.ico_itemType li {
    margin: 0 15px 0 0;
    width: 45px;
  }
  
  article#Detail #main-column h1 {
    font-size: 1.3rem;
  }
  
}

#itemDetail-cont .itemOutline .selling_price {
  color: #333;
  font-size: 1.6rem;
}

#itemDetail-cont .itemOutline .taxin {
  color: #333;
  font-size: 1.0rem;
}

#itemDetail-cont .itemOutline .spec td {
  font-size: 1.1rem;
  line-height: 1.4;
}

#itemDetail-cont .itemOutline .spec td input {
  font-size: 1.1rem;
}

#itemDetail-cont .itemOutline [class*="sps-wishArea"]{
  margin: 0 0 20px;
}

#itemDetail-cont .itemOutline .cancel {
  margin: 0 0 15px;
  font-size: 0.9rem;
}

#itemDetail-cont .itemOutline .review_txt {
  font-size: 0.9rem;
}

article#Detail .itemOutline ul.infoArea {
  height: auto;
}

section#itemDetail-wrap .itemOutline li {
  width: calc(50% - 10px);
}

section#itemDetail-wrap .option_parts {
  height: auto;
  font-size: 0.9rem;
  padding: 2px 5px;
}

@media (min-width:769px) {

  section#itemDetail-wrap .itemOutline li {
    width: 170px;
  }
  
}

#choice_box {
  margin: 20px 0 0;
  padding: 15px 20px;
  background: #fff;
  display: flex;
}

#choice_box p {
  font-size: 1.0rem;
  line-height: 1.6;
}

#choice_table {
	margin: 20px 40px 0 0;
	width: 94px;
  height: 229px;
	border-collapse: separate;
	background-color: #fff;
  flex-shrink: 0;
}
#choice_table .red {
	color: #f00;
}
#choice_table .height2 {
	height: 2px;
	line-height: 0;
}

#choice_table img {
  vertical-align: bottom;
}

#choice_table .choice_top {
  width: 94px;
  height: 2px;
  background: #000;
}

#choice_table .choice_middle {
  width: 94px;
  height: 77px;
}

#choice_table .choice_bottom td {
  width: 94px;
  height: 150px;
}

#choice_table .block1,
#choice_table .block7 {
  width: 30px;
  height: 77px;
}

#choice_table .block2 img,
#choice_table .block4 img,
#choice_table .block6 img {
  width: 9px;
  height: 77px;
}

#choice_table .block3,
#choice_table .block5 {
  width: 2px;
  height: 77px;
  background: #000;
}

#choice_table #lay0.bronze,
#choice_table #lay1.bronze,
#choice_table #lay2.bronze,
#choice_table #lay3.bronze {
  background: url(/hpgen/HPB/img/choice/bronze.png);
  background-size: 30px auto;
}

#choice_table #lay0.silver,
#choice_table #lay1.silver,
#choice_table #lay2.silver,
#choice_table #lay3.silver {
  background: url(/hpgen/HPB/img/choice/silver.png);
  background-size: 30px auto;
}

#choice_table #lay0.gold,
#choice_table #lay1.gold,
#choice_table #lay2.gold,
#choice_table #lay3.gold {
  background: url(/hpgen/HPB/img/choice/gold.png);
  background-size: 30px auto;
}

@media (min-width:769px) {

  #choice_box {
    margin: 40px 0 0;
    padding: 30px 40px;
  }
  
}

section#itemDetail-wrap #choice_box .description {
  margin-bottom: 0;
}

section#itemDetail-wrap #choice_box .description p {
  margin-bottom: 10px;
}

section#itemDetail-wrap .description {
  margin: 0 0 50px;
}

#JournalList .gacha p,
section #guide .guide01 p,
#guide .charte p,
#guide .freepage p,
#JournalList .freepage p,
section#itemDetail-wrap .description p {
  margin: 0 0 20px;
  font-size: 1.0rem;
  line-height: 1.6;
}

section#itemDetail-wrap .description p.note {
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (min-width:769px) {

  section#itemDetail-wrap #choice_box .description p {
    margin-bottom: 20px;
  }
  
  section#itemDetail-wrap .description {
    margin: 0 0 50px;
  }
  
  #JournalList .gacha p,
  section #guide .guide01 p,
  #guide .charte p,
  #guide .freepage p,
  #JournalList .freepage p,
  section#itemDetail-wrap .description p {
    margin: 0 0 30px;
    font-size: 1.0rem;
    line-height: 1.8;
  }
  
  section#itemDetail-wrap .description p.note {
    font-size: 0.9rem;
    line-height: 1.5;
  }

}

section #guide .guide01 table,
#guide .chart table,
#guide .freepage table,
#JournalList .freepage table,
section#itemDetail-wrap .description table {
  margin: 10px 0 30px;
  border-top: 1px solid #333;
  width: 100%;
  table-layout: inherit;
}

section #guide .guide01 table caption,
#guide .chart table caption,
#guide .freepage table caption,
#JournalList .freepage table caption,
section#itemDetail-wrap .description table caption {
  margin: 10px 0 0;
  font-size: 0.9rem;
  font-weight: bold;
  caption-side: bottom;
}

section #guide .guide01 table th,
section #guide .guide01 table td,
#guide .chart table th,
#guide .chart table td,
#guide .freepage table th,
#guide .freepage table td,
#JournalList .freepage table th,
#JournalList .freepage table td,
section#itemDetail-wrap .description table th,
section#itemDetail-wrap .description table td {
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #333;
  border-top: none;
  font-size: 0.9rem;
}

section #guide .guide01 table th,
#guide .chart table th,
#guide .freepage table th,
#JournalList .freepage table th,
section#itemDetail-wrap .description table th {
  padding: 10px 20px 10px 10px;
  background: none;
}

section #guide .guide01 table td,
#guide .chart table td,
#guide .freepage table td,
#JournalList .freepage table td,
section#itemDetail-wrap .description table td {
  padding: 10px 20px 10px 10px;
}

@media (min-width:769px) {

  section #guide .guide01 table,
  #guide .chart table,
  #guide .freepage table,
  #JournalList .freepage table,
  section#itemDetail-wrap .description table {
    margin: 0 0 30px;
    width: auto;
  }
  
  section #guide .guide01 table caption,
  #guide .chart table caption,
  #guide .freepage table caption,
  #JournalList .freepage table caption,
  section#itemDetail-wrap .description table caption {
    margin: 15px 0 0;
    font-size: 1.0rem;
  }
  
  section #guide .guide01 table th,
  section #guide .guide01 table td,
  #guide .chart table th,
  #guide .chart table td,
  #guide .freepage table th,
  #guide .freepage table td,
  #JournalList .freepage table th,
  #JournalList .freepage table td,
  section#itemDetail-wrap .description table th,
  section#itemDetail-wrap .description table td {
    font-size: 1.0rem;
  }
  
  section #guide .guide01 table th,
  #guide .chart table th,
  #guide .freepage table th,
  #JournalList .freepage table th,
  section#itemDetail-wrap .description table th {
    padding: 15px 60px 15px 15px;
    white-space: nowrap;
  }
  
  section #guide .guide01 table td,
  #guide .chart table td,
  #guide .freepage table td,
  #JournalList .freepage table td,
  section#itemDetail-wrap .description table td {
    padding: 15px 30px 15px 15px;
  }

}

#guide .freepage h2,
#JournalList .freepage h2,
section#itemDetail-wrap .description h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  border: none;
  height: auto;
}

#JournalList .gacha h2,
section #guide .guide01 h2,
#guide .chart h2.ttlShop,
#guide .freepage h3,
#JournalList .freepage h3,
section#itemDetail-wrap .description h3 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  border: none;  
  height: auto;
}

#guide .freepage h3.center,
#JournalList .freepage h3.center,
section#itemDetail-wrap .description h3.center {
  margin: 40px 0;
  text-align: center;
}

#guide .freepage h3.center span,
#JournalList .freepage h3.center span,
section#itemDetail-wrap .description h3.center span {
  padding: 15px 10px;
  border: 2px solid #333;
  border-radius: 8px;
  position: relative;
  display: block;
}

#guide .freepage h3.center span::before,
#guide .freepage h3.center span::after,
#JournalList .freepage h3.center span::before,
#JournalList .freepage h3.center span::after,
section#itemDetail-wrap .description h3.center span::before,
section#itemDetail-wrap .description h3.center span::after {
  position: absolute;
  content: '';
  width: calc(100% - 50px);
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #FAF8F1;
}

#guide .freepage h3.center span::before,
#JournalList .freepage h3.center span::before,
section#itemDetail-wrap .description h3.center span::before {
  top: -2px;
}

#guide .freepage h3.center span::after,
#JournalList .freepage h3.center span::after,
section#itemDetail-wrap .description h3.center span::after {
  bottom: -2px;
}

section #guide .guide01 h3,
#guide .freepage h4,
#JournalList .freepage h4,
section#itemDetail-wrap .description h4 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.4;
  border: none;
}

section #guide .guide01 h3 em,
#guide .freepage h4 em,
#JournalList .freepage h4 em,
section#itemDetail-wrap .description h4 em {
  font-weight: bold;
  color: #F76773;
}

#guide .freepage a,
#JournalList .freepage a,
section#itemDetail-wrap .description a {
  text-decoration: underline;
}

section #guide .guide01 p em,
#guide .freepage p em,
#JournalList .freepage p em,
section#itemDetail-wrap .description p em {
  font-weight: bold;
  color: #F76773;
}

section #guide .guide01 p strong,
#guide .freepage p strong,
#JournalList .freepage p strong,
section#itemDetail-wrap .description p strong {
  font-weight: bold;
  font-size: 1.0rem;
  background:linear-gradient(transparent 60%, #FFD5D5 60%);
}

@media (min-width:769px) {

  #guide .freepage h2,
  #JournalList .freepage h2,
  section#itemDetail-wrap .description h2 {
    margin: 0 0 30px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  
  #JournalList .gacha h2,
  section #guide .guide01 h2,
  #guide .chart h2.ttlShop,
  #guide .freepage h3,
  #JournalList .freepage h3,
  section#itemDetail-wrap .description h3 {
    margin: 0 0 30px;
    font-size: 1.5rem;
  }
  
  #guide .freepage h3.center,
  #JournalList .freepage h3.center,
  section#itemDetail-wrap .description h3.center {
    margin: 70px 0 50px;
  }
  
  #guide .freepage h3.center span,
  #JournalList .freepage h3.center span,
  section#itemDetail-wrap .description h3.center span {
    padding: 15px 100px;
    border: 3px solid #333;
  }
  
  #guide .freepage h3.center span::before,
  #guide .freepage h3.center span::after,
  #JournalList .freepage h3.center span::before,
  #JournalList .freepage h3.center span::after,
  section#itemDetail-wrap .description h3.center span::before,
  section#itemDetail-wrap .description h3.center span::after {
    width: calc(100% - 70px);
    height: 3px;
  }
  
  #guide .freepage h3.center span::before,
  #JournalList .freepage h3.center span::before,
  section#itemDetail-wrap .description h3.center span::before {
    top: -3px;
  }
  
  #guide .freepage h3.center span::after,
  #JournalList .freepage h3.center span::after,
  section#itemDetail-wrap .description h3.center span::after {
    bottom: -3px;
  }
  
  section #guide .guide01 h3,
  #guide .freepage h4,
  #JournalList .freepage h4,
  section#itemDetail-wrap .description h4 {
    margin: 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  
  section #guide .guide01 p strong,
  #guide .freepage p strong,
  #JournalList .freepage p strong,
  section#itemDetail-wrap .description p strong {
    font-size: 1.1rem;
  }

}

#guide .freepage .box,
#JournalList .freepage .box,
section#itemDetail-wrap .description .box {
  margin: 30px 0;
  padding: 20px 25px;
  border: 2px solid #333;
  background: #fff;
  border-radius: 8px;
}

#guide .freepage .box p,
#JournalList .freepage .box p,
section#itemDetail-wrap .description .box p {
  margin-bottom: 0;
}

section #guide .guide01 ul,
section #guide .guide01 ol,
#guide .freepage ul,
#guide .freepage ol,
#JournalList .freepage ul,
#JournalList .freepage ol,
section#itemDetail-wrap .description ul,
section#itemDetail-wrap .description ol {
  margin: 30px 0;
  padding: 0;  
}

section #guide .guide01 ol,
#JournalList .freepage ol,
section#itemDetail-wrap .description ol {
  list-style: none;
  counter-reset: ol_li;
}

section #guide .guide01 ol li,
#guide .freepage ul li,
#JournalList .freepage ul li,
section#itemDetail-wrap .description ul li {
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  font-size: 1.0rem;
  position: relative;
  background: url(/hpgen/HPB/img/common/list_mark.png) no-repeat 0 6px;
  background-size: 10px auto;
  list-style-type: none;
}

section#itemDetail-wrap .description ol li {
  margin: 0 0 10px;
  font-size: 1.0rem;
}

section #guide .guide01 ol li,
#guide .freepage ol li:before,
#JournalList .freepage ol li:before,
section#itemDetail-wrap .description ol li:before {
  margin-right: 10px;
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #F76773;
  font-size: 1.0rem;
}

#guide .freepage figure{
  margin-bottom: 30px;
}

#guide .freepage .shopguide_column_img {
  margin: -10px 0 30px;
  display: flex;
  align-items: center;
}

#guide .freepage .shopguide_column_img img {
  margin: 0 10px 0 0;
  width: auto;
}

#guide .freepage .shopguide_column_img img.logo_paypay {
  height: 35px;
}

#guide .freepage .shopguide_column_img img.logo_rpay {
  height: 35px;
}

#guide .freepage .shopguide_column_img img.logo_aupay {
  height: 25px;
}

@media (min-width:769px) {

  #guide .freepage .box,
  #JournalList .freepage .box,
  section#itemDetail-wrap .description .box {
    margin: 50px 0;
    padding: 30px 40px;
  }
  
  section #guide .guide01 ul,
  section #guide .guide01 ol,
  #guide .freepage ul,
  #guide .freepage ol,
  #JournalList .freepage ul,
  #JournalList .freepage ol,
  section#itemDetail-wrap .description ul,
  section#itemDetail-wrap .description ol {
    margin: 40px 0;
  }
  
  section #guide .guide01 ol li,
  #guide .freepage ul li,
  #JournalList .freepage ul li,
  section#itemDetail-wrap .description ul li {
    margin: 0 0 20px;
    padding: 0 0 0 18px;
    background: url(/hpgen/HPB/img/common/list_mark.png) no-repeat 0 5px;
    background-size: 13px auto;
  }

  section#itemDetail-wrap .description ol li {
    margin: 0 0 20px;
  }
  
  section #guide .guide01 ol li,
  #guide .freepage ol li:before,
  #JournalList .freepage ol li:before,
  section#itemDetail-wrap .description ol li:before {
    margin-right: 20px;
  }
  
  #guide .freepage figure{
    margin-bottom: 30px;
  }

}

/* footer
---------------------------------*/

#floating-menu {
  display: none !important;
}

footer {
  background: #333;
  height: auto;
  margin-top: 0;
}

.footer_column {
  padding: 30px 20px 10px;
  background: #FAF8F1 url(/hpgen/HPB/img/common/footer_back.png);
  background-size: 84px auto;
}

.footer_column li {
  margin: 0 0 20px;
}

.footer_column li h3 {
  font-size: 1.2rem;
  font-weight: bold;
}

.footer_column li h3 span {
  margin-left: 10px;
  font-size: 0.9rem;
  font-weight: normal;
}

.footer_column .footer_guide a {
  padding: 25px 30px 25px 80px;
  background: #fff url(/hpgen/HPB/img/common/icon_guide.png) no-repeat 20px center;
  background-size: 40px auto;
}

.footer_column .footer_contact a {
  padding: 25px 30px 25px 80px;
  background: #fff url(/hpgen/HPB/img/common/icon_contact.png) no-repeat 15px center;
  background-size: 55px auto;
}

.footer_column li a {
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  display: block;
}

.footer_column li h3 {
  display: flex;
  align-items: center;
}

.footer_column p {
  line-height: 1.4;
}

.footer_column .footer_guide p {
  margin: 15px 0 0 0;
}

.footer_column .footer_contact p {
  margin: 15px 0 0 0;
}

#btn_up {
  border: none;
  background: none;
  width: 30px;
  position: absolute;
  bottom: -30px;
  right: 5px;
}

@media (min-width:769px) {
  
  footer {
    margin-top: 100px;
  }

  .footer_column {
    padding: 55px 0;
    background: #FAF8F1 url(/hpgen/HPB/img/common/footer_back.png);
    background-size: 168px auto;
  }
  
  .footer_column ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .footer_column li {
    margin: 0;
    width: 620px;
    height: 130px;
  }
  
  .footer_column li h3 {
    font-size: 1.3rem;
  }
  
  .footer_column .footer_guide {
    margin-right: 45px;
  }
  
  .footer_column .footer_guide a {
    padding: 40px 0 0 100px;
    background: #fff url(/hpgen/HPB/img/common/icon_guide.png) no-repeat 40px center;
    background-size: 40px auto;
  }
  
  .footer_column .footer_contact a {
    padding: 40px 0 0 120px;
    background: #fff url(/hpgen/HPB/img/common/icon_contact.png) no-repeat 40px center;
    background-size: 60px auto;
  }
  
  .footer_column li a {
    height: 130px;
  }
  
  .footer_column li a:hover {
    opacity: 0.7;
  }

  #btn_up {
    width: 55px;
    bottom: 50px;
    right: 10px;
    cursor: pointer;
  }
  
  #btn_up:hover {
    opacity: 0.7;
  }

}

@media (max-height:980px) {

  #btn_up {
    bottom: 0px;
  }

}

#footer-inner {
  padding: 30px 20px;
  color: #fff;
  position: relative;
}

.footer_address {
  margin: 0 0 20px;
}

.footer_address a {
  color: #fff !important;
}

.footer_address .company {
  font-weight: bold;
  line-height: 1.8;
}

.footer_address .address {
  line-height: 1.8;
  font-size: 0.9rem;
  font-weight: normal;
}

#footer-inner .copyright {
  position: absolute;
  bottom: 15px;
    font-size: 0.75rem;
    letter-spacing: 0.5em;
}

footer #footer-inner .footer_gnavi {
  padding: 0;
  float: none;
}

footer #footer-inner .footer_gnavi ul {
  margin: 30px 0;
  clear: both;
}

footer #footer-inner .footer_gnavi ul li {
  margin: 0 0 15px;
  background: none;
  padding: 0;
  font-size: 0.9em;
  color: #333;
  display: block;
}

footer #footer-inner .footer_gnavi .bnr_box {
  margin: 0 0 15px;
  display: flex;
}

footer #footer-inner .footer_gnavi .bnr_box .kochi_sdgs {
  margin-right: 10px;
  width: 95px;
}

footer #footer-inner .footer_gnavi .akaihane {
  margin: 0 0 10px;
  width: 130px;
}

footer #footer-inner .footer_gnavi .sdgs {
  width: 130px;
}

@media (min-width:769px) {

  #footer-inner {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 1280px;
  }

  .footer_address {
    margin: 0;
  }
  
  #footer-inner .copyright {
    margin: 40px 0 0;
    position: relative;
    bottom: auto;
  }
  
  footer #footer-inner .footer_gnavi ul {
    margin: 0;
  }
  
  footer #footer-inner .footer_gnavi ul li {
    margin: 0 0 0 10px;
    display: inline-block;
  }
  
  footer #footer-inner .footer_gnavi .bnr_box {
    float: right;
  }

  footer #footer-inner .footer_gnavi .bnr_box .kochi_sdgs {
    width: 140px;
  }

  footer #footer-inner .footer_gnavi .akaihane {
    width: 200px;
  }
  
  footer #footer-inner .footer_gnavi .sdgs {
    width: 200px;
  }

}

.sns_column {
  position: fixed;
  bottom: 50px;
  right: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 30px;
  z-index: 2;
  padding-bottom: 35px;
}

.sns_column h3 {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.sns_column ul {
  width: 20px;
}

.sns_column li {
  margin: 12px 0 0;
  width: 18px;
}

.sns_column .btn_en {
  margin: 20px 0 0;
  font-size: 0.7rem;
  font-weight: bold;
  writing-mode: vertical-rl;
}

.sns_column .btn_en a {
  color: #fff;
  display: block;
  padding: 10px 8px;
  background: #333333;
  border-radius: 15px 0 0 15px;
}

@media (min-width:769px) {

  .sns_column {
    top: 350px;
    width: 46px;
  }
  
  .sns_column h3 {
    letter-spacing: 0.5em;
  }
  
  .sns_column ul {
    width: 22px;
  }
  
  .sns_column li {
    margin: 20px 0 0;
    width: 22px;
  }
  
  .sns_column .btn_en {
    margin: 40px 0 0;
    font-size: 1.0rem;
    width: 46px;
  }
  
  .sns_column .btn_en a {
    padding: 20px 10px 20px 20px;
  }
  
  .sns_column .btn_en:hover {
    opacity: 0.7;
  }

}

@media (min-width:769px) and (max-height:980px) {

  .sns_column {
    top: auto;
    bottom: 60px;
  }

  .sns_column li {
    margin: 10px 0 0;
  }

  .sns_column .btn_en {
    margin: 20px 0 80px;
  }

}

/* about
----------------------------*/

#JournalList > h1,
#JournalList article > h2,
#JournalList .state_l {
  display: none;
}

.cate_header.cate_about .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_about.jpg) no-repeat center center;
  background-size: cover;
}

.about_colum {
  margin: 0 0 40px;
  padding: 0 0 40px;
  background: url(/hpgen/HPB/img/common/line.png) no-repeat 0 bottom;
  background-size: 650px auto;
}

#main-column .about_colum1 h2 {
  margin: 0 0 30px;
  padding: 0 0 60px;
  font-size: 1.5rem;
  line-height: 1.4;
  border: none;
  text-align: center;
  background: url(/hpgen/HPB/img/about/icon_naruko.png) no-repeat center bottom;
  background-size: 50px auto;
}

.about_colum1 {
  text-align: center;
}

.about_colum1 h2 .marker {
  background:linear-gradient(transparent 75%, #FCF173 60%);
}

.about_colum1 h2 em {
  font-size: 2.2rem;
  font-weight: bold;
}

.about_colum.about_colum1 p {
  margin: 0 20px 30px;
  font-size: 1.0rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.about_colum1 figure {
  margin: 50px 0 0;
}

@media (min-width:769px) {

  .cate_header.cate_about .inner {
    height: 400px;
    background: url(/hpgen/HPB/img/title/title_about.jpg) no-repeat center center;
    background-size: cover;
  }
  
  .about_colum {
    margin: 0 0 90px;
    padding: 0 0 90px;
    background: url(/hpgen/HPB/img/common/line.png) no-repeat 0 bottom;
    background-size: 950px auto;
  }
  
  #main-column .about_colum1 h2 {
    margin: 0 0 40px;
    padding: 0 0 80px;
    font-size: 2.2rem;
    background: url(/hpgen/HPB/img/about/icon_naruko.png) no-repeat center bottom;
    background-size: 73px auto;
  }
  
  .about_colum1 h2 em {
    font-size: 3.0rem;
  }
  
  .about_colum.about_colum1 p {
    margin: 0 auto 40px;
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 700px;
  }
  
  .about_colum1 figure {
    margin: 100px 0 0;
  }

}

.btn_link {
  margin: 30px 0;
}

.btn_link a {
  padding: 12px 35px;
  border-radius: 40px;
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 500;
  border: 2px solid #333;
}

.icon_link {
  padding-right: 20px;
  background: url(/hpgen/HPB/img/common/link.png) no-repeat right center;
  background-size: 12px auto;
}

.btn_text {
  margin: 30px 0;
}

.btn_text a {
  padding: 10px 15px 10px 20px;
  border-radius: 35px;
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 500;
  border: 2px solid #333;
  background: #fff;
  text-decoration: none !important;
}

.icon_arrow {
  padding-right: 30px;
  background: url(/hpgen/HPB/img/common/btn_arrow.png) no-repeat right center;
  background-size: 15px auto;
}

@media (min-width:769px) {

  .btn_link {
    margin: 50px 0;
  }
  
  .btn_link a {
    padding: 25px 60px;
    font-size: 1.2rem;
  }
  
  .btn_link a:hover,
  .btn_text a:hover {
    opacity: 0.7;
  }
  
  .icon_link {
    padding-right: 40px;
    background: url(/hpgen/HPB/img/common/link.png) no-repeat right center;
    background-size: 20px auto;
  }
  
  .btn_text {
    margin: 40px 0;
  }
  
  .btn_text a {
    padding: 15px 30px 15px 35px;
    font-size: 1.2rem;
  }
  
  .icon_arrow {
    padding-right: 40px;
    background: url(/hpgen/HPB/img/common/btn_arrow.png) no-repeat right center;
    background-size: 17px auto;
  }

}

.about_2column {
  margin: 0 0 30px;
}

.about_colum2 .about_2column figure,
.about_colum4 .about_2column figure,
.about_colum5 .about_2column figure,
.about_colum6 .about_2column figure,
.about_colum7 .about_2column figure {
  margin: 0 0 30px;
}

.about_colum h3 {
  margin: 0 0 25px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.about_colum h4 {
  margin: 0 0 25px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.about_colum h5 {
  margin: 10px 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}

.about_colum p {
  margin: 0 0 20px;
  font-size: 1.0rem;
  line-height: 1.6;
}

.about_colum p.mb80 {
  margin-bottom: 40px;
}

.about_colum p strong {
  font-weight: bold;
  font-size: 1.2rem;
}

.about_colum p .marker {
  background:linear-gradient(transparent 75%, #FCF173 60%);
}

.about_colum figcaption {
  margin: 3px 0 0;
  font-size: 0.9rem;
}

@media (min-width:769px) {

  .about_2column {
    margin: 0 0 50px;
    display: flex;
  }
  
  .about_colum2 .about_2column figure,
  .about_colum4 .about_2column figure,
  .about_colum5 .about_2column figure,
  .about_colum6 .about_2column figure,
  .about_colum7 .about_2column figure {
    margin: 0 0 0 60px;
    width: 390px;
    flex-shrink: 0;
  }
  
  .about_colum h3 {
    margin: 0 0 40px;
    font-size: 2.0rem;
  }
  
  .about_colum h4 {
    margin: 0 0 30px;
    font-size: 1.8rem;
  }
  
  .about_colum h5 {
    margin: 15px 0 15px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
  }
  
  .about_colum p {
    margin: 0 0 30px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  
  .about_colum p.mb80 {
    margin-bottom: 80px;
  }
  
  .about_colum p strong {
    font-size: 1.2rem;
  }
  
  .about_colum figcaption {
    margin: 5px 0 0;
    font-size: 1.0rem;
  }

}

.about_3column {
  display: flex;
  flex-wrap: wrap;
}

.about_3column > * {
  margin: 0 10px 10px 0;
  width: calc(33.3333% - 7px);
}

.about_3column > *:nth-child(3n) {
  margin-right: 0;
}

.about_3column p {
  font-size: 0.9rem;
}

.about_colum3 .about_2column figure {
  margin: 0 0 30px;
}

.cate_header.about_kodawari .inner {
  height: 160px;
  background: url(/hpgen/HPB/img/about/column4_img1.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 15px 0 0 15px;
}

.about_colum4,
.about_colum5,
.about_colum6 {
  padding-bottom: 30px;
}

.about_colum4 h3 em {
  font-size: 2.4rem;
  display: block;
  font-weight: 500;
}

.about_colum5 h3 em {
  font-size: 2.4rem;
  font-weight: 500;
}

.about_colum6 h3 em {
  font-size: 2.4rem;
  font-weight: 500;
}

.about_colum6 h4 {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width:769px) {

  .about_3column > * {
    margin: 0 40px 20px 0;
    width: calc(33.3333% - 27px);
  }
  
  .about_3column p {
    font-size: 1.0rem;
  }
  
  .about_colum3 .about_2column figure {
    margin: 0 60px 0 0;
    width: 390px;
    flex-shrink: 0;
  }
  
  .cate_header.about_kodawari .inner {
    height: 400px;
    background: url(/hpgen/HPB/img/about/column4_img1.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 70px 0 0 70px;
  }
  
  .about_colum4,
  .about_colum5,
  .about_colum6 {
    padding-bottom: 30px;
  }
  
  .about_colum4 h3 em {
    font-size: 4.0rem;
  }
  
  .about_colum5 h3 em {
    font-size: 4.0rem;
  }
  
  .about_colum6 h3 em {
    font-size: 4.0rem;
  }
  
  .about_colum6 h4 {
    font-size: 2.2rem;
    font-weight: 600; 
  }

}

.about_colum7 {
  padding-bottom: 0;
  background: none;
}

#main-column .about_colum7 h2.center {
  margin: 0 0 40px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border: none;
}

.about_colum7 h2.center span {
  padding: 20px 0;
  border: 2px solid #333;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.about_colum7 h2.center span::before {
  top: -2px;
}

.about_colum7 h2.center span::after {
  bottom: -2px;
}

.about_colum7 h2.center span::before,
.about_colum7 h2.center span::after {
  position: absolute;
  content: '';
  width: calc(100% - 50px);
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #FAF8F1;
}

.about_colum7 .about_2column figure {
  margin-bottom: 30px;
}

.about_colum7 > figure {
  margin-bottom: 30px;
}

@media (min-width:769px) {

  .about_2column figure.img_mini {
    text-align: right;
  }
  
  .about_2column figure.img_mini img {
    width: 290px;
  }
  
  .about_colum7 {
    padding-bottom: 0;
    background: none;
  }
  
  #main-column .about_colum7 h2.center {
    margin: 0 0 80px;
    font-size: 2.2rem;
  }
  
  .about_colum7 h2.center span {
    padding: 30px 120px;
    border: 3px solid #333;
    width: auto;
  }
  
  .about_colum7 h2.center span::before {
    top: -3px;
  }
  
  .about_colum7 h2.center span::after {
    bottom: -3px;
  }
  
  .about_colum7 h2.center span::before,
  .about_colum7 h2.center span::after {
    width: calc(100% - 70px);
    height: 3px;
  }
  
  .about_colum7 .about_2column figure {
    margin-bottom: 60px;
  }
  
  .about_colum7 > figure {
    margin-bottom: 40px;
  }

}

/* 鳴子ギャラリー
----------------------------*/

.cate_header.cate_gallery .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_gallery.jpg) no-repeat center center;
  background-size: cover;
}

#JournalList .journal-cont .gallery_column ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#JournalList .journal-cont .gallery_column li {
  margin: 0 15px 45px 0;
  width: calc(50% - 8px);
  list-style-type: none;
  position: relative;
}

#JournalList .journal-cont .gallery_column li:before{
  content: "";
  display: block;
  padding-top: 100%;
}

#JournalList .journal-cont .gallery_column li:nth-child(2n) {
  margin-right: 0;
}

.gallery_column li figure {
}

.gallery_column li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.gallery_column li figcaption {
  margin: 2px 2px 0;
  font-size: 0.9rem;
  font-weight: 500;
  position: absolute;
}

@media (min-width:769px) {

  .cate_header.cate_gallery .inner {
    height: 400px;
  }
  
  #JournalList .journal-cont .gallery_column li {
    margin: 0 35px 50px 0;
    width: calc(25% - 27px);
  }

  #JournalList .journal-cont .gallery_column li:nth-child(2n) {
    margin-right: 35px;
  }
  
  #JournalList .journal-cont .gallery_column li:nth-child(4n) {
    margin-right: 0;
  }

  .gallery_column li figcaption {
    margin: 5px 5px 0;
    font-size: 1.0rem;
  }

}

/* 鳴子の選び方
----------------------------*/

.cate_header.cate_select .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_select.jpg) no-repeat center center;
  background-size: cover;
}

.select_column {
  margin: 30px 0 0;
}

#main-column .select_column h2 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  border: none;
}

.select_column h2 span {
  padding: 20px 40px;
  border: 2px solid #333;
  border-radius: 6px;
  position: relative;
  display: block;
}

.select_column h2 span::before {
  top: -2px;
}

.select_column h2 span::after {
  bottom: -2px;
}

.select_column h2 span::before,
.select_column h2 span::after {
  position: absolute;
  content: '';
  width: calc(100% - 70px);
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #FAF8F1;
}

.select_column > p {
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (min-width:769px) {

  .cate_header.cate_select .inner {
    height: 400px;
  }
  
  .select_column {
    margin: 120px 0 0;
  }
  
  #main-column .select_column h2 {
    margin: 0 0 50px;
    font-size: 1.8rem;
  }
  
  .select_column h2 span {
    padding: 20px 130px;
    border: 3px solid #333;
    display: inline-block;
  }
  
  .select_column h2 span::before {
    top: -3px;
  }
  
  .select_column h2 span::after {
    bottom: -3px;
  }
  
  .select_column h2 span::before,
  .select_column h2 span::after {
    width: calc(100% - 60px);
    height: 3px;
  }
  
  .select_column > p {
    font-size: 1.0rem;
    line-height: 1.8;
    width: 780px;
  }

}

.select_box {
  margin: 30px 0 50px;
  border: 2px solid #333;
  border-radius: 8px;
}

.select_box h3 {
  margin: 0 0 0 30px;
  padding: 0 20px;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  background: #FAF8F1;
  position: relative;
  top: -12px;
}

#JournalList .journal-cont .select_2column,
#JournalList .journal-cont .select_3column {
  margin: 15px 15px 10px;
  display: flex;
  flex-wrap: wrap;  
}

#JournalList .journal-cont .select_2column li,
#JournalList .journal-cont .select_3column li {
  margin: 0 10px 15px;
  width: calc(50% - 20px);
  list-style-type: none;
}

.select_2column li figure {
  margin: 0 auto 10px;
}

.select_3column li figure {
  margin: 0 auto 10px;
}

.select_2column li h4,
.select_3column li h4 {
  margin: 0 0 15px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}

.select_2column li p,
.select_3column li p {
  font-size: 0.9rem;
  line-height: 1.4;
}

@media (min-width:769px) {

  .select_box {
    margin: 75px 0 0;
  }
  
  .select_box h3 {
    margin: 0 0 0 30px;
    padding: 0 20px;
    font-size: 1.6rem;
  }
  
  #JournalList .journal-cont .select_2column,
  #JournalList .journal-cont .select_3column {
    margin: 60px 30px 25px;
  }
  
  #JournalList .journal-cont .select_2column li {
    margin: 0 25px 30px;
    width: calc(50% - 50px);
  }
  
  #JournalList .journal-cont .select_3column li {
    margin: 0 10px 30px;
    width: calc(33.3333% - 20px);
  }
  
  .select_2column li figure {
    margin: 0 auto 40px;
    width: 280px;
  }
  
  .select_3column li figure {
    margin: 0 auto 40px;
    width: 260px;
  }
  
  .select_2column li h4,
  .select_3column li h4 {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }
  
  .select_2column li p,
  .select_3column li p {
    font-size: 1.0rem;
    line-height: 1.8;
  }

}

.select_box li .btn_modal {
  margin: 15px 0;
  padding: 8px 32px 8px 10px;
  font-size: 0.8rem;
  font-weight: normal;
  background: #fff url(/hpgen/HPB/img/common/btn_arrow.png) no-repeat right 10px top 12px;
  background-size: 15px auto;
  border: 1px solid #333;
  border-radius: 40px;
  display: inline-block;
  line-height: 1.2;
  cursor: pointer;
}

.description .btn_modal {
  padding: 8px 32px 8px 10px;
  font-size: 0.8rem;
  font-weight: normal;
  background: #fff url(/hpgen/HPB/img/common/btn_arrow.png) no-repeat right 10px top 12px;
  background-size: 15px auto;
  border: 1px solid #333;
  border-radius: 40px;
  display: inline-block;
  line-height: 1.2;
  cursor: pointer;
  color: #333;
}

.select_box li .btn_link {
  margin: 30px 0 20px;
}

.select_box li .btn_link a {
  padding: 8px 32px 8px 10px;
  font-size: 0.8rem;
  font-weight: normal;
  background: #fff url(/hpgen/HPB/img/common/btn_arrow.png) no-repeat right 10px top 12px;
  background-size: 15px auto;
  border: 1px solid #333;
  line-height: 1.2;
}

.modal_box {
  display: none;
}

@media (min-width:769px) {

  .select_box li .btn_modal {
    margin: 30px 0 20px;
    padding: 10px 40px 10px 20px;
    font-size: 1.0rem;
    background: #fff url(/hpgen/HPB/img/common/btn_arrow.png) no-repeat right 15px center;
    background-size: 18px auto;
  }
  
  .description .btn_modal {
    padding: 10px 40px 10px 20px;
    font-size: 1.0rem;
    background: #fff url(/hpgen/HPB/img/common/btn_arrow.png) no-repeat right 15px center;
    background-size: 18px auto;
  }
  
  .description .btn_modal:hover,
  .select_box li .btn_modal:hover {
    opacity: 0.7;
  }
  
  .select_box li .btn_link {
    margin: 30px 0 20px;
  }
  
  .select_box li .btn_link a {
    padding: 10px 40px 10px 20px;
    font-size: 1.0rem;
    background: #fff url(/hpgen/HPB/img/common/btn_arrow.png) no-repeat right 15px center;
    background-size: 18px auto;
  }
  
}

/* 商品レビュー
----------------------------*/

.rating_list #main-column h1::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  border-radius: 0 0 20px 20px;
  background: url(/hpgen/HPB/img/title/title_rating.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

article #main-column form[name="REVIEWLIST"] .pageNav_top {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

article #main-column form[name="REVIEWLIST"] .pageNav_top select {
  padding: 5px;
  font-size: 0.9rem;
  height: auto;
}

article #main-column form[name="REVIEWLIST"] .pageNav_top .pageL {
  flex: none;
  order: 2;
  width: auto;
}

article #main-column form[name="REVIEWLIST"] .pageNav_top .pageR {
  flex: none;
  order: 1;
  width: auto;
  font-weight: 500;
}

article #main-column .pageNav_top, article #main-column .pageNav {
  font-size: 0.9rem;
}

article #main-column .pageNav_top, article #main-column .pageNav a {
  margin: 0 10px 0 ;
}

@media (min-width:769px) {

  .rating_list #main-column h1::before {
    width: 950px;
    height: 300px;
    border-radius: 0 0 70px 70px;
  }
  
  article #main-column form[name="REVIEWLIST"] .pageNav_top {
    margin: 0 0 30px;
    font-size: 1.0rem;
  }
  
  article #main-column form[name="REVIEWLIST"] .pageNav_top select {
    padding: 5px 10px;
    font-size: 1.0rem;
  }
  
  article #main-column .pageNav_top, article #main-column .pageNav {
    font-size: 1.0rem;
  }
  
}

article #main-column section.rating {
  margin: 0 0 30px;
  padding: 0 15px 15px;
  border: 2px solid #333;
  border-radius: 0 8px 8px 0;
  background: #fff;
}

article #main-column section.rating .reviewBox {
  margin: 0;
}

article #main-column section.rating .tmb {
  margin: 0 auto;
  width: 150px;
}

article #main-column section.rating .reviewTxt {
  padding: 10px 10px 0;
  
}

article #main-column section.rating .ttlArea {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #333;
}

article #main-column section.rating h2 {
  font-size: 1.2rem;
  font-weight: 500;
}

@media (min-width:769px) {

  article #main-column section.rating {
    margin: 0 0 40px;
    padding: 0 50px 50px 0;
  }
  
  article #main-column section.rating .tmb {
    margin-right: 50px;
    width: 230px;
  }
  
  article #main-column section.rating .reviewTxt {
    margin: 40px 0 0;
    padding: 0;
    width: calc(100% - 280px);
  }
  
}

article #main-column section.rating .btnMore a,
article #main-column section.rating .btnMore a img {
  width: 180px;
}

article #main-column section.rating .reviewBox_item ul li,
article #main-column section.rating .reviewTxt ul li,
article #main-column section.rating .reviewTxtNoImg ul li {
  margin: 0 5px 15px 0;
  font-size: 1.0rem;
}

article #main-column section.rating .reviewBox_item ul li.space,
article #main-column section.rating .reviewTxt li.space {
  margin-right: 20px;
}

article #main-column section.rating .reviewBox_item p,
article #main-column section.rating .reviewTxt p {
  font-size: 1.0rem;
  line-height: 1.6;
}

@media (min-width:769px) {

  article #main-column section.rating .btnMore a,
  article #main-column section.rating .btnMore a img {
    width: 220px;
  }
  
}

article #main-column section.userreview .comment,
article #main-column section.rating .comment {
  margin: 30px 0;
  padding: 15px;
  background: #F8F8F7;
  border-radius: 5px;
}

article #main-column section.userreview .comment::before,
article #main-column section.rating .comment::before {
  display: none;
}

article #main-column section.userreview .comment h3 ,
article #main-column section.rating .comment h3 {
  margin: 0 0 10px;
  font-size: 1.0rem;
  font-weight: bold;
}

article #main-column section.userreview .comment p,
article #main-column section.rating .comment p {
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (min-width:769px) {

  article #main-column section.userreview .comment,
  article #main-column section.rating .comment {
    margin: 30px 0 0 280px;
    padding: 20px;
  }
  
}

.rating_list article #main-column #itemBox {
  margin: 0 0 30px;
  background: #F9F3E2;
  padding: 25px 30px;
}

article #main-column #itemBox h2 {
  margin: 0 0 15px;
  font-size: 1.2rem;
  font-weight: 400;
}

article #main-column #itemBox p {
  font-size: 1.0rem;
}

article #main-column #itemBox p.btnMore,
article #main-column #itemBox p.btnMore img {
  width: 220px;
}

article #main-column section.rating .reviewBox_item {
  margin: 40px 0 0 50px;
}

article #main-column section.rating .reviewBox_item + .comment {
  margin-left: 50px;
}

@media (min-width:769px) {

  .rating_list article #main-column #itemBox {
    margin: 0 0 30px;
    background: #F9F3E2;
    padding: 25px 30px;
  }
  
  article #main-column #itemBox h2 {
    margin: 0 0 15px;
    font-size: 1.2rem;
    font-weight: 400;
  }
  
  article #main-column #itemBox p {
    font-size: 1.0rem;
  }
  
  article #main-column #itemBox p.btnMore,
  article #main-column #itemBox p.btnMore img {
    width: 220px;
  }
  
  article #main-column section.rating .reviewBox_item {
    margin: 40px 0 0 50px;
  }
  
  article #main-column section.rating .reviewBox_item + .comment {
    margin-left: 50px;
  }

}

/* よくあるご質問
----------------------------*/

.cate_header.cate_faq .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_faq.jpg) no-repeat center center;
  background-size: cover;
}

#JournalList .faq_column h2,
#JournalList .yakiin_column h2,
#JournalList .print_column h2 {
  margin: 0 0 40px;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  border: none;
}

.faq_column h2 span,
.yakiin_column h2 span,
.print_column h2 span {
  padding: 20px 20px;
  border: 2px solid #333;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.faq_column h2 span::before,
.yakiin_column h2 span::before,
.print_column h2 span::before {
  top: -2px;
}

.faq_column h2 span::after,
.yakiin_column h2 span::after,
.print_column h2 span::after {
  bottom: -2px;
}

.faq_column h2 span::before,
.faq_column h2 span::after,
.yakiin_column h2 span::before,
.yakiin_column h2 span::after,
.print_column h2 span::before,
.print_column h2 span::after {
  position: absolute;
  content: '';
  width: calc(100% - 70px);
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #FAF8F1;
}

@media (min-width:769px) {

  .cate_header.cate_faq .inner {
    height: 300px;
  }
  
  #JournalList .faq_column h2,
  #JournalList .yakiin_column h2,
  #JournalList .print_column h2 {
    margin: 0 0 80px;
    font-size: 1.7rem;
  }
  
  .faq_column h2 span,
  .yakiin_column h2 span,
  .print_column h2 span {
    padding: 20px 100px;
    border: 3px solid #333;
    display: inline-block;
    width: auto;
  }
  
  .faq_column h2 span::before,
  .yakiin_column h2 span::before,
  .print_column h2 span::before {
    top: -3px;
  }
  
  .faq_column h2 span::after,
  .yakiin_column h2 span::after,
  .print_column h2 span::after {
    bottom: -3px;
  }
  
  .faq_column h2 span::before,
  .faq_column h2 span::after,
  .yakiin_column h2 span::before,
  .yakiin_column h2 span::after,
  .print_column h2 span::before,
  .print_column h2 span::after {
    width: calc(100% - 70px);
    height: 3px;
  }

}

#JournalList .faq_column ul {
  margin: 0 0 60px;
}

#JournalList .journal-cont .faq_column li {
  margin: 0 0 40px;
  padding: 0 15px 15px;
  background: none;
  border: 1px solid #333;
  border-radius: 10px;
  list-style-type: none;
}

#JournalList .faq_column li h3 {
  margin: 0;
  padding: 0 10px 0 45px;
  font-size: 1.1rem;
  line-height: 1.2;
  text-indent: -38px;
  font-weight: 500;
  position: relative;
  top: -15px;
  display: inline-block;
  background: #FAF8F1;
}

#JournalList .faq_column li h3 span {
  padding: 0 8px 0 0;
  color: #FF8D6A;
  display: inline;
  font-size: 1.4rem;
}

#JournalList .faq_column p {
  margin: -5px 0 0;
  padding: 0 10px 0 43px;
  font-size: 1.0rem;
  line-height: 1.4;
  text-indent: -37px;
}

#JournalList .faq_column p span {
  padding: 0 10px 0 0;
  color: #73B57D;
  display: inline;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  top: 2px;
}

#JournalList .faq_column p a {
  text-decoration: underline;
}

@media (min-width:769px) {

  #JournalList .faq_column ul {
    margin: 0 0 70px;
  }
  
  #JournalList .journal-cont .faq_column li {
    margin: 0 0 50px;
    padding: 0 35px 30px;
    border: 2px solid #333;
  }
  
  #JournalList .faq_column li h3 {
    padding: 0 15px 0 60px;
    font-size: 1.5rem;
    text-indent: -47px;
    top: -21px;
  }
  
  #JournalList .faq_column li h3 span {
    padding: 0 10px 0 0;
    font-size: 1.7rem;
  }
  
  #JournalList .faq_column p {
    margin: -5px 0 0;
    padding: 0 15px 0 60px;
    font-size: 1.0rem;
    text-indent: -45px;
  }
  
  #JournalList .faq_column p span {
    padding: 0 10px 0 0;
    font-size: 1.7rem;
    top: 4px;
  }
  
}

/* 焼印鳴子
----------------------------*/
.cate_header.cate_yakiin .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_yakiin.jpg) no-repeat center center;
  background-size: cover;
}

.cate_yakiin > p {
  margin: 20px 0 0;
  text-align: left;
}

.yakiin_step {
  margin: 40px 0;
  padding: 0 0 50px;
  background: url(/hpgen/HPB/img/common/line.png) no-repeat 0 bottom;
  background-size: 650px auto;
}

.yakiin_step h3 {
  margin: 0 0 30px;
  font-size: 1.4rem;
  font-weight: 500;
}

.yakiin_step h3 div {
  margin: 0 10px 15px 0;
  padding: 0 0 0 35px;
  display: block;
  color: #F86C41;
  font-size: 1.0rem;
  position: relative;
}

.yakiin_step h3 div span {
  padding: 0 0 0 5px;
  font-size: 1.6rem;
}

.yakiin_step h3 div::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 8px;
  width: 25px;
  height: 2px;
  background: #F86C41;
}

.yakiin_step h3 > span {
  font-size: 0.9rem;
}

@media (min-width:769px) {

  .cate_header.cate_yakiin .inner {
    height: 300px;
  }
  
  .cate_yakiin > p {
    margin: 45px 60px 0;
  }
  
  .yakiin_step {
    margin: 70px 0 80px;
    padding: 0 0 70px;
    background: url(/hpgen/HPB/img/common/line.png) no-repeat 0 bottom;
    background-size: 950px auto;
  }
  
  .yakiin_step h3 {
    margin: 0 0 50px;
    font-size: 1.9rem;
  }
  
  .yakiin_step h3 div {
    margin: 0 15px 0 0;
    padding: 0 0 0 48px;
    font-size: 1.3rem;
    display: inline;
  }
  
  .yakiin_step h3 div span {
    padding: 0 0 0 5px;
    font-size: 1.8rem;
  }
  
  .yakiin_step h3 div::before {
    bottom: 6px;
    width: 35px;
  }
  
  .yakiin_step h3 > span {
    font-size: 1.0rem;
  }

}

#JournalList .journal-cont .yakiin_2column,
#JournalList .journal-cont .yakiin_3column {
  margin: 0;
}

#JournalList .yakiin_3column li {
  margin: 0 0 30px;
  padding: 0;
  background: #fff;
  border: 2px solid #333;
  border-radius: 0 0 15px 15px;
  list-style-type: none !important;
}

.yakiin_3column li > div {
  padding: 15px 15px 10px;
}

.yakiin_3column li h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.yakiin_3column li h4 span {
  font-size: 1.0rem;
  font-weight: normal;
}

.yakiin_3column li h4 span.yen {
  font-weight: bold;
}

.yakiin_1column p,
.yakiin_2column p,
.yakiin_3column li p {
  margin: 0 0 20px;
  font-size: 1.0rem;
  line-height: 1.6;
}

.yakiin_3column li p em {
  font-weight: bold;
  font-size: 1.1rem;
}

.yakiin_3column li p .yen {
  font-size: 0.8rem;
}

@media (min-width:769px) {

  #JournalList .journal-cont .yakiin_2column,
  #JournalList .journal-cont .yakiin_3column {
    display: flex;
    flex-wrap: wrap;
  }
  
  #JournalList .yakiin_3column li {
    margin: 0 40px 40px 0;
    padding: 0;
    width: calc(33.3333% - 27px);
    border-radius: 0 0 20px 20px;
  }
  
  #JournalList .yakiin_3column li:nth-child(3n) {
    margin-right: 0;
  }
  .yakiin_3column li > div {
    padding: 20px;
  }
  
  .yakiin_3column li h4 {
    margin: 0 0 10px;
    font-size: 1.1rem;
  }
  
  .yakiin_3column li h4 span {
    font-size: 0.9rem;
  }
  
  .yakiin_1column p,
  .yakiin_2column p,
  .yakiin_3column li p {
    font-size: 1.0rem;
    line-height: 1.8;
  }
  
  .yakiin_3column li p em {
    font-size: 1.1rem;
  }
  
  .yakiin_3column li p .yen {
    font-size: 0.8rem;
  }

}

#JournalList .journal-cont .yakiin_1column {
  margin: 0;
}

#JournalList .journal-cont .yakiin_1column li {
  margin: 0;
  padding: 0;
  border-radius: 0 15px 15px 0;
  border: 2px solid #333;
  background: #fff;
  list-style-type: none;
  overflow: hidden;
}

#JournalList .journal-cont .yakiin_1column li figure {
  border-radius: 0 15px 15px 0;
}

.yakiin_1column li div {
  padding: 15px 20px 10px;
}

.yakiin_1column li h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

@media (min-width:769px) {

  #JournalList .journal-cont .yakiin_1column li {
    display: flex;
    align-items: center;
    border-radius: 0 20px 20px 0;
  }
  
  #JournalList .journal-cont .yakiin_1column li figure {
    width: 420px;
    flex-shrink: 0;
    display: flex;
    border-radius: 0;
  }
  
  .yakiin_1column li div {
    padding: 30px;
  }
  
  .yakiin_1column li h4 {
    margin: 35px 0 25px;
    font-size: 1.6rem;
  }
  
  .yakiin_1column li h4:first-child {
    margin-top: 0;
  }

}

#JournalList .journal-cont .yakiin_2column {
  margin: 0;
}

#JournalList .journal-cont .yakiin_2column li {
  margin: 0 0 30px;
  padding: 0;
  background: #fff;
  border: 2px solid #333;
  border-radius: 0 0 15px 15px;
  list-style-type: none !important;
}

.yakiin_2column li div {
  padding: 15px 20px 10px;
}

.yakiin_2column h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

@media (min-width:769px) {

  #JournalList .journal-cont .yakiin_2column li {
    margin: 0 40px 40px 0;
    border-radius: 0 0 20px 20px;
    width: calc(50% - 20px);
  }
  
  #JournalList .yakiin_2column li:nth-child(2n) {
    margin-right: 0;
  }
  
  .yakiin_2column li div {
    padding: 30px 30px;
  }
  
  .yakiin_2column h4 {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }

}

#JournalList .yakiin_step3 ul {
  padding: 25px 10px 0;
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #333;
}

#JournalList .journal-cont .yakiin_step3 li {
  margin: 0 15px 30px;
  border: none;  
  width: calc(50% - 30px);
}

#JournalList .yakiin_step3 li h4 {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.1rem;
}

@media (min-width:769px) {

  #JournalList .yakiin_step3 ul {
    padding: 50px 20px 0;
    border-radius: 20px;
  }
  
  #JournalList .journal-cont .yakiin_step3 li {
    margin: 0 50px 70px;
    width: calc(50% - 100px);
  }
  
  #JournalList .yakiin_step3 li h4 {
    margin: 15px 0 0;
    font-size: 1.4rem;
  }
  
}

.yakiin_sample {
  margin: 0 0 30px;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #333;
  background: #fff;
}

.yakiin_sample figure {
  margin: 20px auto 0;
  width: 170px;
  flex-shrink: 0;
}

.yakiin_sample h3 {
  margin: 0 0 20px;
  font-size: 1.0rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.yakiin_sample h3 div {
  margin: 0 5px 0 0;
  font-size: 1.1rem;
  border: 1px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media (min-width:769px) {

  .yakiin_sample figure {
    margin: 0 0 0 30px;
    width: 170px;
  }
  
  .yakiin_sample h3 {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
  
  .yakiin_sample h3 div {
    margin: 0 15px 0 0;
    font-size: 1.8rem;
    width: 70px;
    height: 70px;
  }
  
  .yakiin_sample_column {
    margin: 0 0 30px;
  }

}

.yakiin_sample_column {
  margin: 0 0 30px;
  text-align: center;
}

.yakiin_sample table {
  margin: 0;
}

.yakiin_sample th {
  padding: 0 0 10px;
}

.yakiin_sample th span {
  float: right;
}

.yakiin_sample td {
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 1.0rem;
  text-align: right;
}

.yakiin_sample table tr:last-child {
  border-top: 1px solid #333;
}

.yakiin_sample table tr:last-child th,
.yakiin_sample table tr:last-child td {
  padding-top: 10px;
  padding-bottom: 0;
}

.yakiin_sample .cnt {
  padding: 10px 20px;
  font-size: 1.0rem;  
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid #333;
  white-space: nowrap;
  display: inline-block;
}

.yakiin_sample .kakeru,
.yakiin_sample .plus {
  margin: 20px auto;
  font-size: 1.8rem;
}

.yakiin_sample .handai {
  padding: 15px 20px;
  border: 1px solid #333;
  white-space: nowrap;
  line-height: 1.3;
  display: inline-block;
}

.yakiin_sample .handai em {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}

.yakiin_sample p.note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.yakiin_sample .yen {
  font-size: 0.9rem;
}

@media (min-width:769px) {

  .yakiin_sample_column {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
  }

  .yakiin_sample {
    margin: 0 0 60px;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .yakiin_sample table {
    margin: 0 0 0 85px;
  }
  
  .yakiin_sample th {
    padding: 0 20px 7px 0;
  }
  
  .yakiin_sample td {
    padding: 0 0 7px;
    font-size: 1.2rem;
  }
  
  .yakiin_sample table tr:last-child th,
  .yakiin_sample table tr:last-child td {
    padding-top: 7px;
  }
  
  .yakiin_sample .cnt {
    padding: 12px 20px 16px;
    font-size: 1.3rem;  
  }
  
  .yakiin_sample .kakeru,
  .yakiin_sample .plus {
    margin: 0 15px;
    font-size: 1.8rem;
  }
  
  .yakiin_sample .handai {
    padding: 15px 20px;
  }
  
  .yakiin_sample .handai em {
    font-size: 1.2rem;
  }
  
  .yakiin_sample p.note {
    margin: 0 0 0 85px;
  }
  
}

.btn_bk {
  margin: 0 auto;
  width: 100%;
}

.btn_bk a {
  padding: 15px 0;
  display: block;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  background: #333;
  text-align: center;
}

@media (min-width:769px) {

  .btn_bk {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: auto;
  }
  
  .btn_bk a {
    padding: 30px 90px;
    display: block;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    background: #333333;
  }
  
  .btn_bk a:hover {
    opacity: 0.7;
  }

}

/* カラープリント鳴子
----------------------------*/

.cate_header.cate_print .inner {
  height: 140px;
  background: url(/hpgen/HPB/img/title/title_print.jpg) no-repeat center center;
  background-size: cover;
}

.cate_print > p {
  margin: 20px 0 0;
  text-align: left;
}

#JournalList .journal-cont .print_1column {
  margin: 20px 0 0;
  padding: 20px 20px 10px;
  border-radius: 15px;
  background: #fff;
  border: 2px solid #333;
}

#JournalList .journal-cont .print_1column li {
  margin: 0 0 10px;
  font-size: 0.9rem;
  list-style-type: none;
}

.print_1column li em {
  font-size: 1.0rem;
  font-weight: bold;
}

.print_1column li .price {
  padding: 0 0 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.print_1column li .yen {
  font-size: 0.8rem;
  font-weight: bold;
}

@media (min-width:769px) {

  .cate_header.cate_print .inner {
    height: 300px;
  }
  
  .cate_print > p {
    margin: 45px 60px 0;
  }
  
  #JournalList .journal-cont .print_1column {
    margin: 20px 0 0;
    padding: 35px 50px;
    border-radius: 20px;
    display: flex;
  }
  
  #JournalList .journal-cont .print_1column li {
    margin: 0 50px 0 0;
    font-size: 1.0rem;
  }
  
  .print_1column li em {
    font-size: 1.1rem;
  }
  
  .print_1column li .price {
    padding: 0 0 0 10px;
    font-size: 1.6rem;
  }
  
  .print_1column li .yen {
    font-size: 1.0rem;
  }

}

/* 海外販売
----------------------------*/
.cate_header.cate_common .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_common.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width:769px) {

  .cate_header.cate_common .inner {
    height: 300px;
  }

}

/* サイトマップ
----------------------------*/

.sitemap #contents {
  margin: 0 10px;
  width: calc(100% - 20px);
  display: block;
}

.sitemap h1 {
  margin-top: 20px;
  padding-bottom: 0;
  font-size: 1.4rem;
}

.sitemap h1 + .txt-list01 {
  display: none;
}

.sitemap section#document_wrap h2 {
  font-size: 1.2rem;
}

section #document .txt-list02 section.tree00 {
  width: auto;
}

section #document .txt-list03 section.tree00 {
  width: auto;
}

.sitemap section#document_wrap .tree00 h3 {
  display: none;
}

.sitemap section#document_wrap li {
  margin: 0 0 10px;
  font-size: 0.9rem;
}

@media (min-width:769px) {

  .sitemap #contents {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
  }
  
  .sitemap h1 {
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 2.0rem;
  }
  
  .sitemap section#document_wrap h2 {
    font-size: 1.4rem;
  }
  
  .sitemap section#document_wrap li {
    margin: 0 0 15px;
    font-size: 1.0rem;
  }

}

/* ご利用案内
----------------------------*/

.shoppinguide #guide h1::after {
  width: 290px;
}

@media (min-width:769px) {

  .shoppinguide #guide h1::after {
    width: 290px;
  }

}

/* 特定商取引法
----------------------------*/

.shoppinguide #guide h1::before,
.business #guide h1::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  border-radius: 0 0 20px 20px;
  background: url(/hpgen/HPB/img/title/title_common.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.rating_list #main-column h1::after,
.shoppinguide #guide h1::after,
.business #guide h1::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  z-index: -1;
  background: #FAF8F1;
  width: 80%;
  height: 60px;
  border-radius: 15px 15px 0 0;
}

.rating_list #main-column h1,
.shoppinguide #guide h1,
.business #guide h1 {
  margin: -20px 0 50px;
  padding: 100px 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  border: none;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

#guide .chart table {
  width: 100%;
}

#guide .chart table th {
  width: 30%;
}

#shopGuide_wrap section #guide table td {
  width: auto;
}

@media (min-width:769px) {

  .shoppinguide #guide h1::before,
  .business #guide h1::before {
    width: 950px;
    height: 300px;
    border-radius: 0 0 70px 70px;
    background: url(/hpgen/HPB/img/title/title_common.jpg) no-repeat center center;
    background-size: cover;
  }
  
  .rating_list #main-column h1::after,
  .shoppinguide #guide h1::after,
  .business #guide h1::after {
    bottom: 0;
    width: 450px;
    height: 85px;
    border-radius: 30px 30px 0 0;
  }
  
  .rating_list #main-column h1,
  .shoppinguide #guide h1,
  .business #guide h1 {
    margin: 0 auto 80px;
    padding: 240px 0 0;
    font-size: 1.8rem;
    width: 950px;
    height: 300px;
  }
  
  #guide .chart table th {
    width: 200px;
  }
  
  #shopGuide_wrap section #guide table td {
    width: auto;
  }

}

/* 個人情報
----------------------------*/

#guide > h1 {
  display: none;
}

/* 缶バッチガチャガチャ
----------------------------*/
.cate_header.cate_gacha .inner {
  height: 130px;
  background: url(/hpgen/HPB/img/title/title_gacha.jpg) no-repeat center center;
  background-size: cover;
}

.cate_header.cate_gacha .inner h1 {
  margin: 0 30px;
  padding: 10px;
  text-align: center;
}

#JournalList .gacha_column h2 {
  margin-top: 30px;
  font-size: 1.2rem;
}

#JournalList .gacha_column h3 {
  margin: 0 0 20px;
  font-size: 1.0rem;
  line-height: 1.4;
}

#JournalList .gacha_column h4 {
  margin: 0 auto 30px;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  background: #FFE200;
  border-radius: 50px;
}

.gacha_column1 .gacha_column1_text {
  padding-right: 70px;
  background: url(/hpgen/HPB/img/gacha/gacha_img.png) no-repeat right top / 60px auto;
}

.gacha_column1 figure {
  display: none;
}

#JournalList .gacha .gacha_text_column p {
  text-align: center;
}

#JournalList .gacha .gacha_text_column p:first-child {
  margin: 0 auto;
  width: 100%;
}

#JournalList .gacha .gacha_text_column p:last-child {
  margin: 0 auto 20px;
  width: 60%;
}

#JournalList .gacha p strong {
  color: #F86C41;
}

#JournalList .journal-cont .gacha_flow {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

#JournalList .journal-cont .gacha_flow li {
  margin: 0 20px 20px 0;
  width: calc(50% - 10px);
  list-style: none;
}

#JournalList .journal-cont .gacha_flow li:nth-child(2n) {
  margin-right: 0;
}

#JournalList .gacha_column p a {
  text-decoration: underline;
  color: #F86C41;
}

#JournalList .gacha_column .btn_bk {
  margin-top: 50px;
}

#JournalList .gacha_column .gacha_form_qr {
	margin: 40px 0 0;
}

#JournalList .gacha_column .gacha_form_qr h3 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 1.3rem;
}

#JournalList .gacha_column .gacha_form_qr .qr {
	margin: 0 auto;
	width: 150px;
}

@media (min-width:769px) {

  .cate_header.cate_gacha .inner {
    height: 300px;
  }

  .cate_header.cate_gacha .inner h1 {
    margin: 0;
    padding: 25px 50px;
  }
  
  #JournalList .gacha_column h2 {
    margin-top: 50px;
    font-size: 1.6rem;
  }
  
  #JournalList .gacha_column h3 {
    margin: 0 0 20px;
    font-size: 1.3rem;
  }

  #JournalList .gacha_column h4 {
    margin: 30px auto;
    padding: 20px 0;
    width: 600px;
    font-size: 1.3rem;
  }

  .gacha_column1 {
    display: flex;
  }

  .gacha_column1 > div {
    width: 720px;
  }

  .gacha_column1 .gacha_column1_text {
    padding-right: 0;
    background: none;
  }
  
  .gacha_column1 figure {
    margin: 0 0 0 50px;
    width: 180px;
    display: block;
  }
  
  .gacha_text_column {
    display: flex;
    align-items: center;
  }

  #JournalList .gacha .gacha_text_column p {
    margin-bottom: 0;
  }  

  #JournalList .gacha .gacha_text_column p:first-child {
    margin-right: 10px;
    width: auto;
  }

  #JournalList .gacha .gacha_text_column p:last-child {
    margin: 0;
    width: auto;
  }
  
  #JournalList .journal-cont .gacha_flow {
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }
  
  #JournalList .journal-cont .gacha_flow li {
    margin: 0 20px 20px 0;
    width: 210px;
    list-style: none;
  }

  #JournalList .journal-cont .gacha_flow li:nth-child(2n) {
    margin-right: 20px;
  }

  #JournalList .journal-cont .gacha_flow li:nth-child(3n) {
    margin-right: 0;
  }

}

table.spec tbody tr:last-child:not(.option_area) {
  display: none !important;
}

