@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

/*	@import url('https://fonts.googleapis.com/css?family=Marcellus&display=swap');	*/
a {
  text-decoration: none;
}

@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url('./fonts/icomoon.eot?o1vnc5');
  src:
    url('./fonts/icomoon.eot?o1vnc5#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?o1vnc5') format('truetype'),
    url('./fonts/icomoon.woff?o1vnc5') format('woff'),
    url('./fonts/icomoon.svg?o1vnc5#icomoon') format('svg');
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: #525355;
}

.opa {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.opa:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

div#one_maincolumn {
  padding: 0;
  margin: 0;
}

.cont_wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.header_wrap header {
  position: relative;
  padding-top: 20px;
}

.header_wrap header .logo {
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.header_wrap header .logo a {
  /* display: inline-block;
  font-family: 'icomoon' !important;
  font-size: 400%;
  font-weight: normal;
  color: #515254;
  text-align: center;
  text-decoration: none; */
}

.header_wrap header ul {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_wrap header ul li:last-child {
  margin-left: 25px;
}

.header_wrap header ul li a {
  display: block;
  padding-bottom: 8px;
  font-size: 80%;
  line-height: 1;
  color: #525355;
  letter-spacing: 4px;
  border-bottom: 1px solid #525355;
}

.header_sp_wrap {
  display: none;
}

.section_wrap .cont_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

/* --------------------------
		footer
-------------------------- */
.footer_wrap {
  margin-top: 190px;
  color: #fff;
  background-color: #525355;
}

.footer_wrap.no_ma_t {
  margin-top: 0;
}

.footer_wrap a {
  color: #fff;
  text-decoration: none;
}

.footer_wrap footer {
  padding: 60px 0 25px;
  text-align: center;
}

.footer_wrap footer > div:nth-child(1) ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 50px;
  font-family: 'icomoon' !important;
  font-size: 160%;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.footer_wrap footer > div:nth-child(1) ul li {
  margin: 0 8px;
  line-height: 1;
}

.footer_wrap footer > div:nth-child(2) ol li {
  margin-bottom: 25px;
  font-size: 70%;
  letter-spacing: 4px;
}

.footer_wrap footer > dl {
  margin-top: 50px;
}

.footer_wrap footer > dl dt {
  margin-bottom: 40px;
  font-family: 'icomoon' !important;
  font-size: 375%;
  line-height: 1;
}

.icomoon {
  font-family: 'icomoon' !important;
}

.footer_wrap footer > dl dd {
  font-size: 80%;
  letter-spacing: 2px;
}

/* --------------------------
		LINE UP
-------------------------- */
.ti_wrap {
  margin-top: 115px;
  margin-bottom: 45px;
  text-align: center;
}

.ti_wrap h2 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 250%;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 4px;
  border-bottom: 1px solid #d6d6d6;
}

.reset_wrap {
  margin-bottom: 16px;
  text-align: right;
}

.reset_wrap button {
  padding: 0;
  padding-bottom: 8px;
  font-size: 80%;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  outline: none;
  appearance: none;
  color: #000;
}

.filter_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter_wrap > div.dropdown {
  width: 23%;
}

.filter_wrap button {
  width: 100%;
  padding: 10px;
  margin: 0;
  color: #000;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  outline: none;
  transition: background 0.5s;
  appearance: none;
}

.filter_wrap button:hover {
  background: #c4c4c4;
  transition: background 0.5s;
}

.filter_wrap button.hasjr {
  position: relative;
}

.filter_wrap button.hasjr::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;

  /* font-family: 'icomoon';
  content: 'a'; */
  content: '';
  border-right: 1px solid #525355;
  border-bottom: 1px solid #525355;
  transform: translateY(-50%) rotate(45deg);
}

.filter_wrap .dropdown.open button.hasjr::after {
  /* -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); */
  transform: translateY(-50%) rotate(225deg);
}

.filter_wrap button:not(.hasjr) {
  text-align: center;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 100%;
}

.dropdown.open > .dropdown-menu {
  display: block;
}

.dropdown.open > .dropdown-menu button {
  border-top: none;
}

#gallery > div > a {
  color: #525355;
}

#gallery > div > a > dl dt {
  margin-bottom: 20px;
}

#gallery > div > a > dl dt img {
  width: 100%;
  height: auto;
}

#gallery > div > a > dl dd {
  text-align: center;
}

#gallery > div > a > dl dd span,
#gallery > div > a > dl dd strong {
  display: block;
}

#gallery > div > a > dl dd span {
  padding: 4px 3%;
  margin-bottom: 10px;
  font-size: 90%;
  border: 1px solid #e3e3e3;
}

#gallery > div > a > dl dd strong {
  font-weight: normal;
  line-height: 1.3;
}

/* --------------------------
		商品詳細辺り
-------------------------- */

.section_wrap .item_exp_01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 110px;
  margin-bottom: 60px;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
}

.section_wrap .item_exp_01 figure {
  width: 49%;
  padding: 0;
  margin: 0;
  background-position: 50% 50%;
  background-size: cover;
}

.section_wrap .item_exp_01 figure img {
  /* display: none; */
}

.section_wrap .item_exp_01 > div {
  width: 47%;
}

.section_wrap .item_exp_01 > div p.cate {
  display: inline-block;
  padding: 8px 15%;
  font-size: 90%;
  line-height: 1;
  text-align: center;
  border: 1px solid #e3e3e3;
}

.section_wrap .item_exp_01 > div dl {
  margin-top: 20px;
  margin-bottom: 70px;
}

.section_wrap .item_exp_01 > div dl dt {
  margin-bottom: 25px;
}

.section_wrap .item_exp_01 > div dl dt strong,
.section_wrap .item_exp_01 > div dl dt span {
  display: block;
  line-height: 1;
}

.section_wrap .item_exp_01 > div dl dt strong {
  margin-bottom: 14px;
  font-size: 150%;
  font-weight: normal;
  letter-spacing: 1px;
}

.section_wrap .item_exp_01 > div dl dt span {
}

.section_wrap .item_exp_01 > div dl dd {
  font-size: 85%;
}

.section_wrap .item_exp_01 > div dl dd:last-child {
  margin-top: 25px;
}

.section_wrap .item_exp_01 > div dl dd span {
  display: inline-block;
  padding: 4px 3%;
  line-height: 1;
  text-align: center;
  border: 1px solid #e3e3e3;
}

.section_wrap .item_exp_01 > div dl dd strong {
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

.section_wrap .item_exp_01 > div ul {
  width: 50%;
}

.section_wrap .item_exp_01 > div ul li {
  text-align: center;
}

.section_wrap .item_exp_01 > div ul li:not(:last-child) {
  margin-bottom: 15px;
}

.section_wrap .item_exp_01 > div ul li a {
  display: block;
  padding: 8px 0;
  font-size: 90%;
  color: #525355;
  text-decoration: none;
  letter-spacing: 2px;
  background-color: #c8c8c8;
  border-radius: 30px;
}

.section_wrap .item_exp_02 > div {
  margin-bottom: 30px;
}

.section_wrap .item_exp_02 > div h3 {
  padding: 8px 0;
  margin-bottom: 15px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  border: 1px solid #e3e3e3;
}

.section_wrap .item_exp_03 div {
  padding: 25px 25px 15px 25px;
  border: 1px solid #e3e3e3;
}

.section_wrap .item_exp_03 div h3 {
  padding: 8px 0;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  background-color: #525355;
}

.section_wrap .item_exp_03 div ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
  -ms-flex-pack: center;
}

.section_wrap .item_exp_03 div ul li {
  padding: 4px 8px;
  margin: 0 10px 10px;
  text-align: center;
  border: 1px solid #e3e3e3;
}

/* --------------------------
		商品詳細-Carousel
-------------------------- */
.carousel_wrap {
  margin-top: 150px;
}

.carousel_wrap h3 {
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 110%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 4px;
  border-bottom: 1px solid #c4c4c4;
}

#lineup .items a {
  color: #535353;
  text-decoration: none;
}

#lineup .items .item_in dl dt {
  padding: 2px;
  margin-bottom: 15px;
  line-height: 0;
  background-color: #f5f5f5;
}

#lineup .items.current .item_in dl dt {
  background-color: #d6d6d6;
}

#lineup .items .item_in dl dd span,
#lineup .items .item_in dl dd strong {
  display: block;
  text-align: center;
}

#lineup .items .item_in dl dd span {
  padding: 4px 3%;
  margin-bottom: 10px;
  font-size: 75%;
  border: 1px solid #e3e3e3;
}

#lineup .items.current .item_in dl dd span {
  background-color: #c8c8c8;
}

#lineup .items .item_in dl dd strong {
  font-size: 90%;
  font-weight: normal;
}

.br_sp {
  display: none;
}

/* over Tablet 横 */
@media only screen and (min-width: 1024px) {
  .section_wrap .item_exp_01 figure {
    min-height: 463px;
  }
}

/* 大PC用 */
@media only screen and (min-width: 1441px) {
}

/* MacBook用 */
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
}

/* PC Laptop用 */
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
}

/* PC Laptop用 */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
}

/* PC タブレット横用 */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
}

/* タブレット用 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .header_sp_wrap {
    display: block;
  }

  .header_wrap {
    display: none;
  }

  div#one_maincolumn {
    margin-top: 114px;
  }

  .section_wrap .cont_wrap {
    max-width: 92%;
  }

  /* --------------------------
			商品詳細辺り
	-------------------------- */

  .section_wrap .item_exp_01 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }

  .section_wrap .item_exp_01 figure {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    background-image: none;
  }

  .section_wrap .item_exp_01 figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  .section_wrap .item_exp_01 > div {
    width: 100%;
    text-align: center;
  }

  .section_wrap .item_exp_01 > div p.cate {
    display: block;
  }

  .section_wrap .item_exp_01 > div ul {
    margin: 0 auto;
  }
}

/* スマ－トフォン横用 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header_sp_wrap {
    display: block;
  }

  .header_wrap {
    display: none;
  }

  div#one_maincolumn {
    margin-top: 114px;
  }

  .section_wrap .cont_wrap {
    max-width: 92%;
  }

  /* --------------------------
			商品詳細辺り
	-------------------------- */

  .section_wrap .item_exp_01 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }

  .section_wrap .item_exp_01 figure {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    background-image: none;
  }

  .section_wrap .item_exp_01 figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  .section_wrap .item_exp_01 > div {
    width: 100%;
    text-align: center;
  }

  .section_wrap .item_exp_01 > div p.cate {
    display: block;
  }

  .section_wrap .item_exp_01 > div ul {
    margin: 0 auto;
  }
}

/* スマ－トフォン縦用 */
@media only screen and (min-width: 0) and (max-width: 479px) {
  .br_sp {
    display: block;
  }

  .header_sp_wrap {
    display: block;
  }

  .header_wrap {
    display: none;
  }

  div#one_maincolumn {
    margin-top: 114px;
  }

  .cont_wrap,
  .section_wrap .cont_wrap {
    max-width: 92%;
  }

  /* --------------------------
			LINE UP
	-------------------------- */
  .ti_wrap h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 8vw;
  }

  .ti_wrap p {
    font-size: 3.7vw;
  }

  .filter_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter_wrap > div.dropdown {
    width: 48%;
    margin-bottom: 4vw;
  }

  .filter_wrap button {
    font-size: 3.5vw;
  }

  #gallery > div > a > dl dt {
    margin-bottom: 15px;
  }

  #gallery > div > a > dl dd span {
    margin-bottom: 5px;
  }

  /* --------------------------
			商品詳細辺り
	-------------------------- */

  .section_wrap .item_exp_01 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }

  .section_wrap .item_exp_01 figure {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    background-image: none;
  }

  .section_wrap .item_exp_01 figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  .section_wrap .item_exp_01 > div {
    width: 100%;
    text-align: center;
  }

  .section_wrap .item_exp_01 > div p.cate {
    display: block;
  }

  .section_wrap .item_exp_01 > div ul {
    width: 70%;
    margin: 0 auto;
  }

  .section_wrap .item_exp_03 div ul {
    width: 100%;
    font-size: 3.5vw;
  }

  #lineup .items .item_in dl dd strong {
    line-height: 1.3;
  }
}

.header__logo {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 54px;
    height: 54px;
  }
}

.header__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__logo {
  display: block;
  width: 70px;
  margin: auto;
}

.footer__sns {
  display: block;
  width: 40px;
}

