@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,800,900&display=swap");
@media screen and (min-width: 961px) {
  /* -------- header  -------- */
  .footer {
    width: 100%;
    background: #666;
    padding: 50px 0;
    box-sizing: border-box;
  }
  .footer__inr {
    display: grid;
    grid-template-columns: 300px 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 50px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) and (max-width: 1140px) {
  .footer__inr {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 961px) and (min-width: 1140px) {
  .footer__inr {
    width: 100%;
  }
}

@media screen and (min-width: 961px) and (min-width: 1140px) and (min-width: 961px) {
  .footer__inr {
    max-width: 1140px;
  }
}

@media screen and (min-width: 961px) and (min-width: 1140px) and (max-width: 960px) {
  .footer__inr {
    max-width: 100vw;
  }
}

@media screen and (min-width: 961px) {
  .footer__list {
    height: 100%;
    grid-row: 1 / 2;
  }
  .footer__list_bar {
    border-right: 1px solid #ffffff;
  }
  .footer__list_bar:last-child {
    border-right: 0;
  }
  .footer__list.info {
    padding: 25px;
  }
  .info__inr {
    text-align: center;
  }
  .info__list {
    margin-bottom: 20px;
  }
  .info__list:last-child {
    margin-bottom: 0;
  }
  .logo__link {
    opacity: 1;
  }
  .logo__link:hover {
    opacity: 0.8;
  }
  .logo__img {
    width: 150px;
  }
  .info__list.sns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .sns__link {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin-right: 1rem;
    opacity: 1;
  }
  .sns__link:last-child {
    margin-right: 0;
  }
  .sns__link:hover {
    opacity: 0.8;
  }
  .sns__img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .menu__inr {
    text-align: center;
  }
  .menu__inr + .menu__inr {
    margin-top: 2rem;
  }
  .menu__title {
    padding-bottom: 15px;
  }
  .menu__title_txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.08em;
    font-family: Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, meiryo, 'メイリオ', sans-serif !important;
    letter-spacing: 0;
    color: #ffffff;
  }
  .menu__title__dfn {
    position: relative;
    font-family: Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, meiryo, 'メイリオ', sans-serif !important;
  }
  .menu__title__dfn:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2px;
    width: 60px;
    height: 1px;
    background: #ffffff;
  }
  .menu__item {
    line-height: 2rem;
    color: #ffffff;
  }
  .menu__item__link {
    opacity: 1;
  }
  .menu__item__link:hover {
    opacity: 0.8;
  }
  .menu__item__link_txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 3.5rem;
    color: #ffffff;
  }
  .footer__copy.copy-right {
    grid-column: 1 / 6;
    grid-row: 2 / 3;
    text-align: center;
  }
  .copy-right__txt {
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 50px;
  }
}

@media screen and (max-width: 960px) {
  /* -------- header  -------- */
  .footer {
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 960px) and (max-width: 1140px) {
  .footer__inr {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .footer__list {
    height: 100%;
    grid-row: 1 / 2;
  }
  .footer__list_bar {
    border-right: 1px solid #cccccc;
  }
  .footer__list_bar:last-child {
    border-right: 0;
  }
  .footer__list.info {
    padding: 25px;
  }
  .info__inr {
    margin-top: 25px;
    text-align: center;
  }
  .info__list {
    padding-bottom: 20px;
  }
  .info__list:last-child {
    margin-bottom: 0;
  }
  .logo__anchor {
    width: 80px;
    margin: 0 auto;
  }
  .info__list.sns {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
  }
  .info__list.sns .sns__link {
    position: relative;
    width: 20%;
  }
  .info__list.sns .sns__anchor {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
  }
  .info__list.sns .sns__anchor:hover {
    opacity: 0.8;
  }
  .bnr__anchor {
    display: block;
    margin-bottom: 20px;
    opacity: 1;
  }
  .bnr__anchor:hover {
    opacity: 0.8;
  }
  .bnr__anchor:last-child {
    margin-bottom: 0;
  }
  .bnr__img {
    width: 200px;
  }
  .menu__inr {
    text-align: center;
  }
  .menu__title {
    padding-bottom: 15px;
  }
  .menu__title_txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.08em;
    font-family: Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, meiryo, 'メイリオ', sans-serif !important;
  }
  .menu__title__dfn {
    position: relative;
  }
  .menu__title__dfn:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2px;
    width: 60px;
    height: 1px;
    background: #ffffff;
  }
  .menu__item {
    line-height: 2rem;
  }
  .menu__item__anchor {
    color: inherit;
    text-decoration: none;
    position: relative;
    text-decoration: none;
  }
  .menu__item__anchor:hover, .menu__item__anchor:visited, .menu__item__anchor:active {
    color: inherit;
    font-family: inherit;
  }
  .menu__item__anchor::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  .menu__item__anchor:hover::after {
    transform: scale(1, 1);
  }
  .menu__item__anchor_txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 3.5rem;
  }
  .footer__copy.copy-right {
    grid-column: 1 / 6;
    grid-row: 2 / 3;
    text-align: center;
  }
  .copy-right__txt {
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 50px;
  }
  /*ボックス全体*/
  .footer__menu {
    padding: 0;
    /*最大幅*/
    text-align: center;
  }
  .footer__menu__item:first-child {
    border-top: 1px solid #c7c0b9;
  }
  .footer__menu__item {
    border-bottom: 1px solid #c7c0b9;
  }
  /*ラベル*/
  .footer__menu__label {
    position: relative;
    display: inline-block;
    margin: 1.5px 0;
    padding: 11px 12px;
    cursor: pointer;
    transition: all 0.5s;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, meiryo, 'メイリオ', sans-serif !important;
  }
  .footer__menu label:after {
    position: absolute;
    right: -5px;
    top: 50%;
    font-size: 14px;
    margin-top: -6px;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: url(https://mieli.itembox.design/item/assets/images/icon/arrow_down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  /*チェックは隠す*/
  .footer__menu input {
    display: none;
  }
  /*中身を非表示にしておく*/
  .footer__menu .footer__menu_inner {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  .footer__menu .footer__menu_inner_list {
    padding-bottom: 11px;
  }
  .footer__menu .footer__menu_inner .footer__menu_inner_list li a {
    line-height: 27px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  /*クリックで中身表示*/
  .footer__menu_triger:checked + label + .footer__menu_inner {
    height: auto;
    opacity: 1;
  }
  .footer__menu_triger:checked + label:after {
    background-image: url(https://mieli.itembox.design/item/assets/images/icon/arrow_up.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 1;
  }
  .pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 1.0;
  }
  .pagetop a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .pagetop img {
    width: 30px;
  }
}
