@charset "utf-8";

/*
VARIABLES
================================================ */
:root {
  --blue: #296b73;
  --light-blue: #65b6bf;
  --light-yellow: #f2e205;
  --yellow: #f2cb05;
  --dark-yellow: #d9a404;
  --oswald-font: 'Noto Serif JP', serif;
}
/*
共通
================================================ */
body {
  text-align: center;
  font-size: 16px;
  font-family: 'M PLUS 2', sans-serif;
    background: url('../img/mein-pc.png') no-repeat right bottom / cover fixed;

}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
}

img {
  width: 100%;
}

p {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

section {
	margin:80px auto;
}
@media screen and (min-width: 768px) {
section {
	margin:100px auto;
}
}


/*
レイアウト
================================================ */
.area-wrapper {
  max-width: 100%;
  width: 980px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (min-width: 768px) {
.area-wrapper {
  max-width: 100%;
  width: 980px;
  margin: 0 auto;
  padding: 0 2rem;
}
}
.wrapper {
	margin:50px auto 100px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    margin:100px auto;
  }
}

/*
ハンバーガーメニュー
================================================ */
.drawer-icon {
  position: fixed;
  z-index: 300;
  display: none;
  top:20px;
  right:20px;
  display: block;
}

.drawer-icon.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  width:30px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.drawer-icon__bars {
  width: 45px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 40px;
  height: 4px;
  background: var(--yellow);
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 12px;
  width: 35px;
}

.drawer-icon__bar3 {
  top: 24px;
  width: 30px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: var(--light-blue);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
		width:100%;
}
@media screen and (min-width: 768px) {
.drawer-content.is-active {
		width:55%;
}
}
.drawer-content__item a {
  font-weight: 700;
  font-size: 1.3rem;
  display: block;
  color:  var(--yellow);
  text-decoration: none;
  padding: 30px 20px;
  border-bottom: 1px dotted #707070;
}
.icon-home a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right:10px;
  background-image:url(../img/icon/home1.svg);
  background-size: contain;
  vertical-align: inherit;
 }
 .icon-kichen a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right:10px;
  background-image:url(../img/icon/kitchen.svg);
  background-size: contain;
  vertical-align: inherit;
 }
 .icon-statioery a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right:10px;
  background-image:url(../img/icon/stationary.svg);
  background-size: contain;
  vertical-align: inherit;
 }
 .icon-livingware a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right:10px;
  background-image:url(../img/icon/livingware.svg);
  background-size: contain;
  vertical-align: inherit;
 }
 .icon-tableware a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right:10px;
  background-image:url(../img/icon/tableware.svg);
  background-size: contain;
  vertical-align: inherit;
 }
 .icon-shop a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right:10px;
  background-image:url(../img/icon/map.svg);
  background-size: contain;
  vertical-align: inherit;
 }
/* ===============================================
# footer
=============================================== */
.footer {
  background: var(--yellow);
  padding: 42px 40px 12px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 14px auto;
  }
}

.footer-logo {
  width: 120px;
  margin: 0 auto;
}

.footer-nav-list {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer-nav-list {
    text-align: center;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav-item + .footer-nav-item {
    margin-left: 30px;
  }
}

.footer-nav-item-link {
  font-size: 12px;
  color: #333333;
  display: block;
  padding: 1em 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .footer-nav-item-link {
    padding: 0.3em 0;
  }
}

.footer-sns-item {
  display: inline-block;
}

.footer-sns-list {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-sns-list {
    margin-top: 14px;
  }
}

.footer-sns-item-link {
  font-size: 24px;
  display: block;
  padding: 0.1em 0.5em;
}

.sns-icon {
  width: 24px;
}

.footer-copyright {
  text-align: center;
  color: #989898;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    margin-top: 5px;
  }
}
/*
モーダル
================================================ */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: -7%;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 95%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
  height: 600px;
  overflow: scroll; /* スクロール設定 */

}
modalContents {
  min-height: 600px;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.modal-h1 {
  font-size:1rem;
}
.modal-text {
  text-align:left;
}
.modal-list li {
  text-align:left;
  letter-spacing: 0.1rem;
}
