@charset "UTF-8";
/* -----------------------------------------------
	リセット/エレメント　ここから
----------------------------------------------- */
div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
th, td, form, fieldset {
  padding: 0;
  margin: 0;
  font-size: 15px; /*----------------------------------------------------変   更---------------------------------------------------*/
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
}

ul li, ol li {
  list-style-type: none;
}

img {
  border: 0;
}

img, input, select, textarea {
  vertical-align: middle;
}

select {
  background: #fff;
}

address, em {
  font-style: normal;
}

hr {
  display: none;
}

body {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif; /*----------------------------------------------------変   更---------------------------------------------------*/
  overflow-y: scroll;
  padding-right: 0 !important;
}

button, input, select, textarea {
  font-family: inherit;
}

/* basic link colours
----------------------------------------------- */
a:link, a:visited {
  color: #73803b;
  text-decoration: none;
  overflow: hidden;
}

a:hover, a:active {
  color: #adbc71;
  text-decoration: underline;
  overflow: hidden;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* -----------------------------------------------
	リセット/エレメント　ここまで
----------------------------------------------- */
/*
================================================================================

	MOGANA / コンセプト

================================================================================
*/
.pad_box {
  background: url("img/back_pad.png") no-repeat;
  background-size: cover;
  width: 1200px;
  height: 849px;
  margin: 0 auto;
  position: relative;
}

.catalog-contents {
  position: absolute;
  top: 55px;
  left: 108px;
  width: 987px;
  height: 740px;
  box-sizing: border-box;
}
.catalog-contents .head_area {
  width: 100%;
  height: 80px;
  background: #287F79;
  color: #fff;
}
.catalog-contents .head_area .ttl_area {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.catalog-contents .head_area .btn_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-contents .head_area .btn_area ul {
  display: flex;
  margin-left: 10px;
}
.catalog-contents .head_area .btn_area ul li {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border-right: 1px solid #fff;
  padding-right: 15px;
}
.catalog-contents .head_area .btn_area ul li:hover {
  cursor: pointer;
}
.catalog-contents .head_area .btn_area ul li img {
  width: 100%;
  display: block;
}
.catalog-contents .head_area .btn_area div {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.catalog-contents .head_area .btn_area div:hover {
  cursor: pointer;
}
.catalog-contents .head_area .btn_area div img {
  width: 100%;
  display: block;
}
.catalog-contents .catalog_details {
  display: flex;
  margin: 0 auto;
  width: 987px;
}
.catalog-contents .cate_catalog {
  width: 104px;
  margin-right: 20px;
  position: absolute;
  height: 655px;
  margin-top: 5px;
  overflow: auto;
  left: 0;
}
.catalog-contents .cate_catalog::-webkit-scrollbar {
  width: 10px;
  height: 95%;
}
.catalog-contents .cate_catalog::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
.catalog-contents .cate_catalog::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #66AFA1;
}
.catalog-contents .cate_catalog ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-contents .cate_catalog ul li {
  width: 80px;
  height: 80px;
  background: #eee;
  list-style: none;
  box-sizing: border-box;
  border: 1px solid #222;
  margin: 5px;
  position: relative;
  transition: 0.3s;
}
.catalog-contents .cate_catalog ul li:hover {
  background: #287F79;
}
.catalog-contents .cate_catalog ul li:hover p {
  color: #fff;
}
.catalog-contents .cate_catalog ul li .cate_img {
  height: 80%;
  text-align: center;
}
.catalog-contents .cate_catalog ul li .cate_img img {
  height: 100%;
}
.catalog-contents .cate_catalog ul li .cate_name {
  text-align: center;
  line-height: 1;
  height: 20%;
  font-size: 12px;
  font-weight: bold;
  color: #555;
}
.catalog-contents .cate_catalog ul li a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.catalog-contents .cate_catalog ul li a img {
  transition: none;
}
.catalog-contents .cate_catalog ul li a:hover img {
  transform: none;
  opacity: 1;
}
.catalog-contents .cate_catalog ul .all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-contents .cate_catalog ul .all p {
  font-size: 15px;
}
.catalog-contents .cate_catalog ul .selected {
  background: #287F79;
}
.catalog-contents .cate_catalog ul .selected p {
  color: #fff;
}
.catalog-contents .main_catalog {
  width: 877px;
  height: 660px;
  margin-left: 115px;
}
.catalog-contents .main_catalog .tab {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #287F79;
  margin-top: 10px;
  margin-left: 5px;
}
.catalog-contents .main_catalog .tab div {
  width: 120px;
  height: 30px;
  border-radius: 3px 3px 0 0;
  background: #fff;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid #287F79;
  border-bottom: none;
  font-size: 13px;
  color: #287F79;
  transition: 0.2s;
}
.catalog-contents .main_catalog .tab div:hover {
  cursor: pointer;
  background: #287F79;
  color: #fff;
  height: 35px;
}
.catalog-contents .main_catalog .tab div.selected {
  background: #287F79;
  color: #fff;
  height: 35px;
}
.catalog-contents .main_catalog ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: 610px;
  margin-top: 3px;
  overflow: auto;
}
.catalog-contents .main_catalog ul::-webkit-scrollbar {
  width: 10px;
}
.catalog-contents .main_catalog ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
.catalog-contents .main_catalog ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #66AFA1;
}
.catalog-contents .main_catalog ul li {
  padding: 10px;
  width: 161px;
  height: 242px;
  background: #f1f1f1;
  list-style: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 5px;
  position: relative;
}
.catalog-contents .main_catalog ul li a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.catalog-contents .main_catalog ul li a:hover {
  border: 2px solid #287F79;
  top: -2px;
  left: -2px;
}
.catalog-contents .main_catalog ul li .p-name {
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1;
}
.catalog-contents .main_catalog ul li .flex_area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}
.catalog-contents .main_catalog ul li .flex_area .list_txt {
  width: 40%;
}
.catalog-contents .main_catalog ul li .flex_area .list_txt p {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.catalog-contents .main_catalog ul li .flex_area .list_txt .p-size {
  margin-bottom: 0;
}
.catalog-contents .main_catalog ul li .flex_area .list_img {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-contents .main_catalog ul li .flex_area .list_img img {
  width: 100%;
}
.catalog-contents .main_catalog ul li .p-price {
  line-height: 1.2;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
}