@charset "euc-jp";

/*-----------------------------------
Reset
-----------------------------------*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

body {
  color: #1a1a1a;
  font-family: 'News Cycle', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.04rem;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
}
.is-hide {
  display: none;
}

/*-----------------------------------
レイアウト
-----------------------------------*/
.layout_wrapper {
  margin: 0 auto;
  width: 1220px;
}

.layout_container {
  margin-bottom: 8rem;
}

/*-----------------------------------
リンク_hoverアニメーション
-----------------------------------*/
.link-animation {
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #1a1a1a;
}

.link-animation:before {
  position: absolute;
  top: 1.5em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #1a1a1a;
  -webkit-transition: .3s;
  transition: .3s;
}

.link-animation:hover:before {
  width: 100%;
}

/*-----------------------------------
ヘッダー
-----------------------------------*/

.layout_header {
  position: relative;
}

.header_headline_nav {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.5rem;
}

.header_btn {
  margin-left: 1rem;
}

.shop_name {
  text-align: center;
  padding: 4rem 0 3rem;
}

/*-----------------------------------
ナビゲーション
-----------------------------------*/
.header_nav_lst {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}

.header_nav_menu {
  padding-right: 3rem;
  position: relative;
}

.header_nav_menu:last-child {
  padding-right: 0;
}

.m-nav-02 {
  display: none;
  position: absolute;
  left: 0;
  top: 1.8rem;
}

.m-nav-02-icon {
  position: relative;
  height: 30px;
  width: 42px;
}
.m-nav-02-icon div {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #1a1a1a;
  border-radius: 2px;
}
.m-nav-02-icon div:nth-of-type(2) {
  width: 20px;
  top: 10px;
}
.m-nav-02-icon:hover {
  cursor: pointer;
}

.dropdown_menu {
  display: none;
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 100%;
}

/*-----------------------------------
フッター
-----------------------------------*/
.layout_footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}

.footer_lst {
  display: flex;
}

.footer_lst-item {
  margin-right: 1rem;
}

.footer_lst-item:last-child {
  margin-right: 0;
}

.footer_lst-link {
  font-size: .7rem;
}

.footer_outer_nav-list {
  display: flex;
}

.footer_outer_nav-item {
  margin-left: .5rem;
  font-size: .7rem;
}

.footer_outer_nav-item:first-child {
  margin-left: 0;
}

.footer_outer_nav-item::after {
  margin-left: .5rem;
  content: "/";
}

.footer_outer_nav-item:last-child::after {
  content: "";
}

.footer_outer_nav-link {
  font-size: .7rem;
}

/*-----------------------------------
タイトル
-----------------------------------*/
.ttl_h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.ttl_h3 {
  margin-top: 2rem;
  margin-bottom: .5rem;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}

/*-----------------------------------
商品一覧
-----------------------------------*/
.m-list-01 {
  display: flex;
  flex-wrap: wrap;
}

.m-list-01-item {
  width: 32.6666666667%;
  margin-right: 1%;
  margin-bottom: 1.8rem;
}

.m-list-01-item:nth-child(3n) {
  margin-right: 0;
}

.m-list-01-link {
  text-decoration: none;
}

.m-list-01-photoWrap {
  margin-bottom: .2rem;
  position: relative;
}

.m-list-01-photoWrap::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .5s ease;
}

.m-list-01-link:hover .m-list-01-photoWrap::after {
  opacity: .6;
}

.m-list-01-photo {
  width: 100%;
}

.m-list-01-name {
  color: #333;
  font-weight: bold;
}

.m-list-01-price {
  color: #b3b3b3;
  font-size: .7rem;
}

.hoverMask-parent{
  position: relative; 
  overflow: hidden;
}

.hoverMask{
  opacity: 0; 
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: flex; 
  justify-content: center; 
  align-items: center; 
  color: #fff; 
  text-align: center; 
  transition:all 0.6s ease;  
}

.hoverMask:hover{
  opacity: 1;  
}

/*-----------------------------------
フリーページ
-----------------------------------*/

/*.m-brand-01 {
text-align: center;
}*/

.m-brand-01-item {
  margin-bottom: 1rem;
}

.freepage-layout {
  width: 780px;
  margin: auto;
}

.paso-block {
  width: 100%;
  margin: auto;
}

.freepage-layout h2 {
  font-size: 19px;
  padding-bottom: 0.6rem;
}

.freepage-layout h3 {
  font-size: 16px;
  padding-bottom: 0.6rem;
}

h3.freespace-title {
    font-size: 1rem;
    padding-bottom: 0.8rem;
}

.freepage-layout p {
  font-size: 14px;
  line-height: 2;
}

.freepage-layout img {
  width: 100%;
  padding-bottom: 1rem;
}

.free.space-catch img {
  width: 100%;
}

p.hoverMask {
  font-size: 18px;
}

.hr1 {
  border-width: 1px 0 0 0;
  margin: 2rem 0;
}

.hr2 {
  border-width: 1px 0 0 0;
  border-style: dashed;
  margin: 2rem 0;
}

@media screen and (max-width: 900px)  {
  .freepage-layout {
    width: 100%;
  }
}

.”cg_freespace_01″ {
  padding-bottom: 4rem;
}

/*-----------------------------------
パンくず
-----------------------------------*/
.m-breadcrumb-01 {
  display: flex;
  margin-top: 2rem;

}

.m-breadcrumb-01-item {
  margin-right: .5rem;
}

.m-breadcrumb-01-item::after {
  margin-left: .5rem;
  content: ">";
}

.m-breadcrumb-01-item:last-child::after {
  content: "";
}

/*-----------------------------------
ページネーション
-----------------------------------*/
.m-pager-01 {
  margin-top: 5rem;
}

.m-pager-01-list {
  display: flex;
  justify-content: center;
}

.m-pager-01-text {
  display: inline-block;
  margin-right: .5rem;
}

.m-drawer-01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-color: rgba(255,255,255,0.95);;
  z-index: 3; }

/*-----------------------------------
ドロワー
-----------------------------------*/

.m-nav-03 {
  padding: 7rem 1.5rem; }
.m-nav-03-item {
  margin-bottom: 1em; }
.m-nav-03-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #1a1a1a; }
.m-nav-03-link:before {
  position: absolute;
  top: 1.5em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #1a1a1a;
  -webkit-transition: .3s;
  transition: .3s; }
.m-nav-03-link:hover:before {
  width: 100%; }
@media screen and (max-width: 767px) {
  .m-nav-03-link:hover:before {
    display: none; } }
.m-nav-04-list {
  padding: .5rem 0 0 1rem;
}
.m-nav-04-link {
  text-decoration: none;
  color: #1a1a1a;
  padding: .2rem 0;
  display: inline-block;
}

.m-cancel-01 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1; }
.m-cancel-01-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative; }
.m-cancel-01-icon:hover {
  cursor: pointer; }
.m-cancel-01::before, .m-cancel-01::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 4%;
  margin: -8% 0 0 -42%;
  background: #1a1a1a; }
.m-cancel-01::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.m-cancel-01::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/*-----------------------------------
パスワード確認モーダル
-----------------------------------*/
.m-passwordModal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background: #fff;
  opacity: 0;
}
.m-passwordModal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
  padding: 10vh 0 0; }
.m-passwordModal-image {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  width: 200px;
  height: 100%;
}
.m-passwordModal-text {
  margin-bottom: 2rem; }
.m-passwordModal-input {
  display: block;
  border: none;
  border-bottom: 1px solid #1a1a1a;
  width: 100%;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.m-passwordModal-button {
  display: block;
  border: none;
  font-size: 1.2rem;
  background: none; }
.m-passwordModal-button:hover {
  cursor: pointer; }

/*-----------------------------------
アニメーション
-----------------------------------*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation: fadeInUp 1s ease-out 0s 1 forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  animation: fadeIn .5s ease 0s 1 forwards; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  animation: fadeOut .5s ease 0s 1 forwards; }
/*-----------------------------------
レスポンシブ
-----------------------------------*/
@media screen and (max-width:1220px) {
  .layout_wrapper {
    padding: 0 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }
  .layout_footer {
    display: block;
  }
  .footer_lst {
    justify-content: center;
    margin-bottom: .75rem;
  }
  .footer_outer_nav-list {
    justify-content: center;
  }
}

@media screen and (max-width:768px) {
  .header_global_nav {
    display: none;
  }
  .m-nav-02 {
    display: block;
  }
  .shop_name {
    padding: 2.5rem 0 1.5rem;
  }
  .m-list-01-item {
    width: 49%;
    margin-right: 2%;
  }
  .m-list-01-item:nth-child(3n) {
    margin-right: 2%;
  }
  .m-list-01-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width:479px) {
  .layout_wrapper {
    padding: 0 1rem;
  }
  .header_headline_nav {
    padding-top: 1rem;
  }
  .m-nav-02 {
    top: 1.3rem;
  }

.”cg_freespace_01″ {
    padding-bottom: 1.6rem;
}

  .layout_footer {
    padding-bottom: 1rem;
  }
  .footer_lst {
    display: block;
    margin-bottom: 2rem;
  }
  .footer_lst-item {
    margin-bottom: .3rem;
  }
}
