﻿@charset "UTF-8";
/* CSS Document */

/* noto serif jp font */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese');
/* all */

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------------------- basic divs --------------------*/

div#wrapper {
  width: 100%;
  text-align: left;
  position: relative;
}

div#main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

div#rotate {
  display: none !important;
}

p.firstParagraph {
  text-indent: 1em;
}

/* display */

.display--pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .display--pc {
    display: none !important;
  }
}

.display--sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .display--sp {
    display: block !important;
  }
}

/*-------------------- header --------------------*/

.header {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  background: #341f1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  justify-content: space-between;
  min-width: 1014px;
  padding: 0 30px 0 20px;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    min-width: auto;
    padding: 0 20px;
    position: relative;
  }
}

.header .logo {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-transition: all 0.5s ease;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  transition: all 0.5s ease;
}

.header .logo:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header .logo:hover {
    opacity: 1;
  }
}

.header .logo a {
  display: inline-block;
}

.header .logo__morinaga {
  margin-right: 20px;
}

.header .logo__morinaga img {
  width: 38px;
}

@media screen and (max-width: 767px) {
  .header .logo__parm {
    -webkit-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.header .logo__parm img {
  width: 90px;
}

.header .gNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  list-style: none;
}

.header .gNav__item {
  letter-spacing: 0.04em;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .header .gNav__item {
    margin-bottom: 22px;
    margin-right: 0;
    padding: 0 0 0 25px;
    position: relative;
  }
  .header .gNav__item::before {
    -webkit-transform: rotate(45deg);
    border-right: solid 2px #f2d79e;
    border-top: solid 2px #f2d79e;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 8px;
    transform: rotate(45deg);
    width: 10px;
  }
}

.header .gNav__item a {
  -webkit-transition: all 0.5s ease;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}

.header .gNav__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header .gNav__item a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header .gNav {
    display: block;
  }
}

.header .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .header .sns {
    margin-top: 45px;
  }
}

.header .sns__item {
  height: 32px;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .header .sns__item {
    background: #532b23;
    height: auto;
    margin-bottom: 5px;
    padding: 0;
    text-decoration: none;
    width: 100%;
  }
}

.header .sns__item:last-child {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .header .sns__item:last-child {
    margin-left: 0;
  }
}

.header .sns__item a {
  -webkit-transition: all 0.5s ease;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease;
}

.header .sns__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header .sns__item a {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
}

.header .sns__item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header .sns__item img {
    height: 32px;
    width: 32px;
  }
}

.header .sns__item span {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .sns__item span {
    color: #fff;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header .sns {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.drawer-nav {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .drawer-nav {
    background: #341f1b;
    display: block;
    padding: 75px 30px 0;
    width: 80%;
  }
  .drawer--right .drawer-nav {
    right: -80%;
  }
}

.drawer-hamburger {
  display: none;
}

.drawer-hamburger:hover {
  background: #341f1b;
}

@media screen and (max-width: 767px) {
  .drawer-hamburger {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    background: #341f1b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: -1px;
    padding: 24px 17.5px;
    position: fixed;
    right: 0 !important;
    top: 1px;
    width: 25px;
  }
}

.drawer-hamburger-icon {
  background-color: #fff;
  top: -14px;
  width: 20px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #fff;
}

.drawer-hamburger-text {
  -webkit-transform: translateX(-50%);
  bottom: 8px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

/*-------------------- footer --------------------*/

.footer {
  background: #341f1b;
  min-width: 1014px;
  padding: 0 32px 20px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer {
    min-width: auto;
    overflow-x: hidden;
    padding: 30px 4% 20px;
  }
}

.footer ul {
  list-style: none;
}

.footer__inner {
  margin: 0 auto;
  width: 950px;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
  }
}

.footer__top {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .footer__top {
    display: block;
    height: auto;
    padding: 0;
  }
}

.footer__top::after {
  border-bottom: 2px solid #532b23;
  bottom: 54px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer__top::after {
    content: none;
  }
}

.footer .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer .banner {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.footer .banner__item {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .footer .banner__item {
    margin-right: 15px;
  }
}

.footer .banner__item:last-child {
  margin-right: 0;
}

.footer .banner__item img {
  -webkit-transition: all 0.5s ease;
  height: auto;
  transition: all 0.5s ease;
  width: 150px;
}

.footer .banner__item img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer .banner__item img {
    width: 43.99vw;
    height: auto;
  }
}

.footer .gNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer .gNav {
    display: block;
    line-height: 1.6;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer .gNav__item {
    margin-bottom: 22px;
    padding: 0 0 0 25px;
    position: relative;
  }
  .footer .gNav__item::before {
    -webkit-transform: rotate(45deg);
    border-right: solid 2px #f2d79e;
    border-top: solid 2px #f2d79e;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 8px;
    transform: rotate(45deg);
    width: 10px;
  }
}

.footer .gNav__item:not(:last-child) {
  margin-right: 30px;
}

.footer .gNav__item a {
  -webkit-transition: all 0.5s ease;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: all 0.5s ease;
}

.footer .gNav__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer .gNav__item a {
    font-size: 16px;
  }
}

.footer__bottom {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    display: block;
  }
}

.footer .linkArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer .linkArea {
    display: block;
    position: relative;
  }
  .footer .linkArea::after {
    border-bottom: 2px solid #532b23;
    content: "";
    height: 2px;
    left: 0;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    position: absolute;
    top: 0;
    width: 100vw;
  }
}

.footer .linkArea__item {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer .linkArea__item {
    line-height: 1.6;
    padding: 15px 0 15px 25px;
    position: relative;
  }
  .footer .linkArea__item::before {
    -webkit-transform: rotate(45deg);
    border-right: solid 2px #f2d79e;
    border-top: solid 2px #f2d79e;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
    width: 10px;
  }
  .footer .linkArea__item::after {
    border-bottom: 2px solid #532b23;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    position: absolute;
    width: 100vw;
  }
}

.footer .linkArea__item:first-child a {
  border-left: none;
  padding-left: 0;
}

.footer .linkArea__item a {
  -webkit-transition: all 0.5s ease;
  border-left: 1px solid #f2d79e;
  color: #f2d79e;
  font-size: 10px;
  letter-spacing: 0.24em;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.footer .linkArea__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer .linkArea__item a {
    border-left: none;
    font-size: 14px;
    letter-spacing: 0.04em;
    padding: 0;
  }
}

.footer .copyright {
  color: #f2d79e;
  font-size: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    display: block;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-top: 20px;
  }
}

.footer .pageTop {
  -webkit-box-shadow: -1px -1px 20px -4px #000;
  background: #341f1b;
  bottom: 20px;
  box-shadow: -1px -1px 20px -4px #000;
  height: 60px;
  position: fixed;
  right: 20px;
  width: 60px;
  z-index: 30;
}

@media screen and (max-width: 767px) {
  .footer .pageTop {
    bottom: 5px;
    right: 5px;
  }
}

.footer .pageTop__button {
  -webkit-transition: all 0.5s ease;
  color: #fff;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  padding-bottom: 5px;
  padding-top: 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}

.footer .pageTop__button:hover {
  opacity: 0.7;
}

.footer .pageTop__button::after {
  -webkit-transform: rotate(-45deg) translateX(-50%);
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: inline-block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 13px;
  transform: rotate(-45deg) translateX(-50%);
  width: 8px;
}

.footer .pageTop__button::before {
  border-bottom: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 2px;
  left: 26px;
  position: absolute;
  top: 10px;
  width: 10px;
}

/*--------------------------------------------------
	pc
--------------------------------------------------*/

@media all and (min-width: 768px) {
  div#main {
    margin: 0 auto;
    width: 1014px;
    padding: 0 32px;
  }
}