@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: '\5C0F\585A\30B4\30B7\30C3\30AF   Pro','Kozuka Gothic Pro',sans-serif;
  overflow-x: hidden;
  color: #605958;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 300;
  margin: 0;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.fill-opacity {
  fill-opacity: 1 !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

button:hover {
  color: #fff;
  background: #333;
}

#overlay {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.spinner {
  width: 64px;
  height: 64px;
  border: 1px solid #f3f3f3;
  border-top: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

#container {
  width: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1130px) {
  #container {
    margin-top: 0;
  }
}

#container .breadcrumbs {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 82px;
  width: 100%;
}

@media (max-width: 1130px) {
  #container .breadcrumbs {
    margin-top: 63px;
    margin-left: 13px;
    margin-right: 13px;
  }
}

#container .breadcrumbs .inner ol {
  list-style-type: none;
}

#container .breadcrumbs .inner ol li {
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 14px;
  margin-left: 6px;
}

@media (max-width: 1130px) {
  #container .breadcrumbs .inner ol li {
    font-size: 12px;
  }
}

#container .breadcrumbs .inner ol li:first-child {
  margin-left: 0;
}

#container .breadcrumbs .inner ol li:first-child:before {
  padding: 0 6px 0 0;
  content: "\F015";
  font-family: 'FontAwesome';
  font-size: 14px;
}

#container .breadcrumbs .inner ol li:before {
  padding: 0 12px 0 0;
  content: "\F105";
  font-family: 'FontAwesome';
  font-size: 14px;
}

#container .wysiwyg-data {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

@media (max-width: 1130px) {
  #container .wysiwyg-data {
    margin-left: 13px;
    margin-right: 13px;
    width: calc(100% - 26px);
  }
}

#container .main {
  max-width: 1280px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 82px;
}

@media (max-width: 1130px) {
  #container .main {
    margin-top: 63px;
  }
}

#container .main .main-article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  height: 100%;
  min-height: 450px;
}

#container .main .main-article .ttl h3 {
  opacity: 0.75;
}

#container .main .main-article .notfound {
  padding: 40px;
  background-attachment: #ccc;
  color: red;
}

#container .main .main-article .membership-agreement, #container .main .main-article .privacy-policy, #container .main .main-article .about-tbl, #container .main .main-article .shipment-explanation {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 14px;
  padding: 40px;
  border: 1px solid #ccc;
}

@media (max-width: 760px) {
  #container .main .main-article .membership-agreement, #container .main .main-article .privacy-policy, #container .main .main-article .about-tbl, #container .main .main-article .shipment-explanation {
    max-width: 90%;
    margin-top: 40px;
    font-size: 2vw;
    padding: 10px;
    border: 1px solid #ccc;
  }
}

#container .main .main-article .about-tbl {
  border-spacing: 0;
}

#container .main .main-article .about-tbl tr td, #container .main .main-article .about-tbl tr th {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

#container .main .main-article .about-tbl tr td table tr td, #container .main .main-article .about-tbl tr td table tr th, #container .main .main-article .about-tbl tr th table tr td, #container .main .main-article .about-tbl tr th table tr th {
  border-bottom: none;
}

#container .main .main-article .about-tbl tr:last-child td, #container .main .main-article .about-tbl tr:last-child th {
  border-bottom: none;
}

#main {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 82px;
  width: 100%;
}

@media (max-width: 1130px) {
  #main {
    margin-top: 63px;
  }
}

@media (max-width: 1130px) {
  #main .item-list-itemcount {
    margin-left: 12px;
  }
}

#main .pager {
  margin: 0 auto;
  text-align: center;
}

#main .pager ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main .pager ul li {
  font-size: 12px;
  margin: 10px;
}

#main .pager ul li a {
  padding: 8px;
  border: 1px solid rgba(0,0,0,0.4);
}

#main .pager ul li span a {
  background: #555;
  color: #fff;
  border: 0;
}


#main .sort {
  max-width: 405px;
  padding: 36px 0;
}

@media (max-width: 1130px) {
  #main .sort {
    max-width: 100%;
    margin-left: 12px;
    margin-right: 12px;
  }
}

#main .sort ul {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1130px) {
  #main .sort ul {
    border: 1px solid #ccc;
    padding: 10px;
  }
}

#main .sort ul li {
  letter-spacing: 0.2em;
  padding: 0 11px;
  border-right: 1px solid #605958;
  height: 15px;
  margin: 0;
  line-height: 15px;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 500px) {
  #main .sort ul li {
    white-space: normal;
    font-size: 3vw;
    letter-spacing: 0;
  }
}

#main .sort ul li:first-child {
  border-right: none;
  padding: 0;
  padding-left: 0;
  padding-right: 11px;
}

#main .sort ul li:last-child {
  border-right: none;
}

#main .cat-comment {
  margin-bottom: 30px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1130px) {
  #main .cat-comment {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 720px) {
  #main .cat-comment {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

#main .cat-comment-zoom {
  padding: 10px;
  margin-right: 17px;
}

#main .cat-comment-texte .cat-genre {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 6px;
}

@media (max-width: 1130px) {
  #main .cat-comment-texte .cat-genre {
    font-size: 14px;
  }
}

#main .cat-comment-texte h3 {
  border-top: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 0;
}

@media (max-width: 1130px) {
  #main .cat-comment-texte h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }
}

#main .cat-comment-texte p {
  font-size: 14px;
  line-height: 28px;
}

@media (max-width: 1130px) {
  #main .cat-comment-texte p {
    font-size: 12px;
    line-height: 32px;
  }
}

#main .cat-head {
  margin: 0 auto;
  margin-top: 49px;
  text-align: center;
}

#main .cat-head .section-head .title1 {
  letter-spacing: 0.2em;
}

#main .cat-head .lead-txt {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding: 20px;
}

@media (max-width: 1130px) {
  #main .cat-head .lead-txt {
    max-width: calc(100% - 24px);
  }
}

#main .item-detail-block .item-head {
  padding-top: 35px;
}

@media (max-width: 1130px) {
  #main .item-detail-block .item-head {
    max-width: 90%;
    margin: 0 auto;
    padding-left: 0 35px;
    padding-right: 0 35px;
  }
}

@media (max-width: 900px) {
  #main .item-detail-block .item-head {
    text-align: center;
    padding: 0;
  }
}

#main .list-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1130px) {
  #main .list-product {
    padding: 0 20px;
  }
}

@media (max-width: 790px) {
  #main .list-product {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

#main .list-product .is-empty {
  width: 240px;
  height: 0;
  background: transparent;
}

#main .list-product--item {
  margin-left: 10px;
  margin-bottom: 20px;
  width: 240px;
  overflow: hidden;
}

#main .list-product--item .item-photo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  overflow: hidden;
  width: 240px;
position: relative;
}

#main .list-product--item .item-photo img {
  width: auto;
  max-height: 250px;
  padding: 10px;
}

#main .list-product--item .item-info {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

#main .list-product--item .item-info .item-name {
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  letter-spacing: 0.05em;
}

#main .list-product--item .item-info .item-price {
  border-top: 1px dotted #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.075em;
  font-size: 18px;
  color: red;
  text-align: right;
}

#main .list-product--item .item-info .item-price .tax {
  color: #666;
  font-size: 12px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 1130px) {
  #main .item-list-itemcount {
    text-align: center;
  }
}

.badge-icon {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  background-color: #806475;
  padding: 11px 5px 9px;
  border-radius: 22px;
}


#header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  height: 82px;
}

@media (max-width: 1130px) {
  #header {
    height: 63px;
  }
}

#header .header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1280px;
  width: 100%;
  height: 82px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

@media (max-width: 1130px) {
  #header .header {
    display: none;
  }
}

#header .header .logo {
  margin-top: 22px;
}

#header .header .logo-svg {
  width: 189px;
  height: 39px;
  pointer-events: none;
}

#header .header .navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#header .header .navigation ul.main-menus {
  text-align: right;
  margin: 0 auto;
  margin-top: 27px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#header .header .navigation ul.main-menus li {
  list-style-type: none;
  margin: 0 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

#header .header .navigation ul.main-menus li a {
  text-decoration: none;
  color: #333;
}

#header .header .navigation ul.main-menus li a:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
}

#header .header .navigation ul.main-menus .btn-4 {
  position: relative;
}

#header .header .navigation ul.main-menus .btn-4:hover .menu-open {
  display: block;
}

#header .header .navigation ul.main-menus .btn-4 .menu-open {
  display: none;
  position: absolute;
  top: 35px;
  left: -18px;
  text-align: left;
  opacity: 1;
}

#header .header .navigation ul.main-menus .btn-4 .menu-open li {
  background: #fff;
  border-bottom: 1px dotted #ccc;
}

#header .header .navigation ul.main-menus .btn-4 .menu-open li a {
  padding: 5px 10px;
  width: 100%;
}

#header .header .navigation ul.main-menus .btn-4 .menu-open li a:hover {
  text-decoration: none;
}

#header .header .navigation ul.main-menus .btn-4 .menu-open li:hover a {
  background: #7c7472;
  color: #fff;
}

#header .header .navigation ul.main-menus .btn-4 .menu-open li:hover a:hover {
  text-decoration: none;
}

#header .header .navigation ul.main-menus .btn-4 .menu-open li ul {
  position: relative;
  border-top: 1px dotted #ccc;
}

#header .header .navigation ul.main-menus .btn-4 .menu-open li ul li {
  border-bottom: none;
}

#header .header .navigation ul.main-menus .btn-4 .menu-open li ul li:before {
  content: '';
  position: absolute;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  width: 4px;
  height: 4px;
  top: calc(50%);
  left: 8px;
  transform: translateY(-50%) rotate(-45deg);
}

#header .header .navigation ul.shop-menus {
  text-align: right;
  margin-top: 27px;
  margin-left: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#header .header .navigation ul.shop-menus li {
  list-style-type: none;
  font-size: 14px;
  margin-right: 12px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

#header .header .navigation ul.shop-menus li:last-child {
  margin-right: 0;
}

#header .header .navigation ul.shop-menus li a {
  text-decoration: none;
  color: #333;
}

#header .header .navigation ul.shop-menus li a:hover {
  opacity: 0.5;
}

#header .header .navigation ul.shop-menus li img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: middle;
  margin-right: 5px;
  border: 0;
}

#header .header .navigation ul.shop-menus li i {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: middle;
  margin-right: 5px;
  border: 0;
  font-size: 18px;
}

#header .sp-menu .nav-wrap {
  display: none;
  position: fixed;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 63px;
  z-index: 1000;
}

@media (max-width: 1130px) {
  #header .sp-menu .nav-wrap {
    display: block;
  }
}

#header .sp-menu .nav-wrap .logo {
  margin-left: 12px;
  margin-top: 15px;
}

#header .sp-menu .nav-wrap .logo-svg {
  width: 150px;
  height: 33px;
}

#header .sp-menu .gnav {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
}

#header .sp-menu .gnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header .sp-menu .gnav ul li {
  display: relative;
  min-height: 30px;
  height: 100%;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

#header .sp-menu .gnav ul li a {
  text-decoration: none;
  color: #333;
}

#header .sp-menu .gnav ul .btn-4 .menu-open {
  margin-top: 15px;
  border-top: 1px dotted #ccc;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

#header .sp-menu .gnav ul .btn-4 .menu-open li {
  text-align: left;
  font-size: 14px;
  padding: 5px;
  min-height: 20px;
  border-bottom: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  width: 100%;
}

#header .sp-menu .gnav ul .btn-4 .menu-open li:before {
  content: '\25B6\FE0E   ';
}

#header .sp-menu .gnav ul .btn-4 .menu-open li ul li {
  border: 0;
}

#header .sp-menu .gnav ul .btn-4 .menu-open li ul li:before {
  content: ' \3000\30FB';
}

#header .sp-menu .gnav .shop-menus {
  padding-top: 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

#header .sp-menu .gnav .shop-menus li {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  letter-spacing: 0.1em;
  padding: 15px;
}

#header .sp-menu .gnav .shop-menus li a {
  text-decoration: none;
  color: #333;
}

#header .sp-menu .gnav .shop-menus li img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: middle;
  margin-right: 5px;
  border: 0;
}

#header .sp-menu .gnav .shop-menus li i {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: middle;
  margin-right: 5px;
  border: 0;
  font-size: 16px;
}

#header .sp-menu .icon-animation {
  height: 52px;
  width: 52px;
  display: block;
  cursor: pointer;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

#header .sp-menu .icon-animation span {
  width: 23px;
  height: 3px;
  display: block;
  background: #333;
  position: absolute;
  left: 25%;
  top: 50%;
  transition: all 0.3s;
  transform: rotate(0deg);
}

#header .sp-menu .icon-animation .top {
  transform: translateY(-9px);
}

#header .sp-menu .icon-animation .bottom {
  transform: translateY(9px);
}

#header .sp-menu .is-open .middle {
  background: rgba(51,51,51,0) !important;
}

#header .sp-menu .is-open .top {
  transform: rotate(-45deg) translateY(0px);
  background: #333;
}

#header .sp-menu .is-open .bottom {
  transform: rotate(45deg) translateY(0px);
  background: #333;
}

#footer {
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 65px;
  text-align: center;
  color: #333;
}

#footer a:hover {
  opacity: .5;
}

#footer .fa-instagram {
  font-size: 28px;
  color: #7c7472;
}

@media (max-width: 550px) {
  #footer .fa-instagram {
    font-size: 42px;
  }
}

#footer .banners-container {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 635px) {
  #footer .banners-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

#footer .banners-container .sora-logo {
  margin-top: 95px;
  margin-bottom: 20px;
  margin-right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #000;
}

@media (max-width: 635px) {
  #footer .banners-container .sora-logo {
    margin-right: 0;
    margin-top: 50px;
  }
}

#footer .banners-container .sora-logo a {
  cursor: pointer;
}

#footer .banners-container .sora-logo a:hover {
  opacity: 0.5;
}

#footer .banners-container .sora-logo .footer-logo-svg {
  width: 166px;
  height: auto;
  pointer-events: none;
}

#footer .banners-container .sora-logo-texte {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 0;
}

#footer .banners-container .mont-bell-logo {
  margin-top: 95px;
  margin-bottom: 20px;
  margin-left: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 180px;
}

@media (max-width: 635px) {
  #footer .banners-container .mont-bell-logo {
    margin-left: 0;
    margin-top: 50px;
  }
}

#footer .banners-container .mont-bell-logo img {
  width: auto;
  height: 100%;
}

#footer .footer-line {
  width: 100%;
  border-top: 1px solid #ccc;
  height: 1px;
}

#footer .footer-menu {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 63px;
  margin-bottom: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 13px;
}

@media (max-width: 550px) {
  #footer .footer-menu {
    max-width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  #footer .footer-menu div {
    padding: 10px;
  }

  #footer .footer-menu div:nth-child(odd):before {
    content: "\25A1   ";
  }

  #footer .footer-menu div:nth-child(even) {
    display: none;
  }
}

#footer .footer-about {
  margin: 0 auto;
  font-size: 13px;
}

#footer #footer-calendar {
  max-width: 1018px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media (max-width: 1130px) {
  #footer #footer-calendar {
    width: 90%;
  }
}

@media (max-width: 900px) {
  #footer #footer-calendar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

#footer #footer-calendar .calendar-title {
  text-align: left;
}

@media (max-width: 900px) {
  #footer #footer-calendar .calendar-title {
    text-align: center;
  }
}

#footer #footer-calendar .calendar-title h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

#footer #footer-calendar .calendar-title .list-event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 900px) {
  #footer #footer-calendar .calendar-title .list-event {
    margin: 0 auto;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer #footer-calendar .calendar-title .list-event li {
  position: relative;
  line-height: 24px;
  min-height: 24px;
  float: left;
  padding-left: 35px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

#footer #footer-calendar .calendar-title .list-event li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: '';
}

#footer #footer-calendar .calendar-title .list-event .event1:before {
  background-color: #ccc;
  border-radius: 50%;
}

#footer #footer-calendar .calendar-title .list-event .event2:before {
  background-color: #82b645;
  border-radius: 50%;
}

#footer #footer-calendar .calendar-title .list-event .event3:before {
  background-color: #eacc05;
  border-radius: 50%;
}

#footer #footer-calendar .block-in {
  margin: 0 auto;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 900px) {
  #footer #footer-calendar .block-in {
    margin: 0 auto;
    margin-top: 40px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer #footer-calendar .block-in .schedule-area2 {
  margin-right: 106px;
  text-align: left;
}

@media (max-width: 1000px) {
  #footer #footer-calendar .block-in .schedule-area2 {
    margin-right: 56px;
  }
}

@media (max-width: 900px) {
  #footer #footer-calendar .block-in .schedule-area2 {
    margin: 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
  }
}

#footer #footer-calendar .block-in .schedule-area2 i {
  font-style: normal;
}

#footer #footer-calendar .block-in .schedule-area2 .months {
  color: #82b645;
}

#footer #footer-calendar .block-in .schedule-area2 .calendar table {
  font-size: 12px;
}

#footer #footer-calendar .block-in .schedule-area2 .calendar table tr th {
  display: table-cell;
  font-size: 13px;
  font-weight: normal;
  padding: 4px;
  text-align: center;
}

#footer #footer-calendar .block-in .schedule-area2 .calendar table tr td {
  display: table-cell;
  padding: 0.3em;
  text-align: center;
  width: 26px;
  height: 26px;
}

#footer #footer-calendar .block-in .schedule-area2 .calendar table tr td .schedule-date, #footer #footer-calendar .block-in .schedule-area2 .calendar table tr td i {
  line-height: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
}

#footer #footer-calendar .block-in .schedule-area2 .calendar table tr .e1 .schedule-date, #footer #footer-calendar .block-in .schedule-area2 .calendar table tr .e1 i {
  color: #000;
  background-color: #ccc;
  line-height: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
}

#footer #footer-calendar .block-in .schedule-area2 .calendar table tr .e2 .schedule-date, #footer #footer-calendar .block-in .schedule-area2 .calendar table tr .e2 i {
  color: #fff;
  background-color: #82b645;
  line-height: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
}

#footer #footer-calendar .block-in .schedule-area2 .calendar table tr .e3 .schedule-date, #footer #footer-calendar .block-in .schedule-area2 .calendar table tr .e3 i {
  color: #fff;
  background-color: #eacc05;
  line-height: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
}

#footer #footer-calendar .footer-right-menus {
  max-width: 290px;
  width: 100%;
  text-align: left;
}

@media (max-width: 900px) {
  #footer #footer-calendar .footer-right-menus {
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

#footer #footer-calendar .footer-right-menus h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

@media (max-width: 900px) {
  #footer #footer-calendar .footer-right-menus-ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer #footer-calendar .footer-right-menus-ul li {
  margin: 10px 0;
}

@media (max-width: 900px) {
  #footer #footer-calendar .footer-right-menus-ul li {
    margin: 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

#footer .copy {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  font-size: 14px;
  text-align: center;
}

#footer .copy span {
  font-size: 14px;
}

@media (max-width: 640px) {
  #footer .copy {
    margin-top: 60px;
    padding: 10px;
    font-size: 2.5vw;
    letter-spacing: 0.03em;
  }

  #footer .copy span {
    font-size: 3vw;
  }
}


/* さめうらフーズについて */
@media (max-width: 1130px) {
  #about-slider {
    margin-top: 48px;
  }
}

#about-slider .owl-carousel {
  position: relative;
  height: auto;
}

#about-slider .owl-carousel .owl-stage-outer {
  height: 600px;
}

@media (max-width: 1130px) {
  #about-slider .owl-carousel .owl-stage-outer {
    height: 100%;
  }
}

#about-slider .owl-carousel .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: calc(50%);
  color: #fff;
  font-size: 5vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1130px) {
  #about-slider .owl-carousel .owl-nav {
    display: none;
  }
}

#about-slider .owl-carousel .owl-nav button:hover {
  background: none;
  opacity: 0.5;
}

#about-slider .owl-carousel .owl-nav .owl-prev {
  margin-left: 40px;
}

#about-slider .owl-carousel .owl-nav .owl-next {
  margin-right: 40px;
}

#about-slider .owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
}

#about-slider .owl-carousel .owl-dots .owl-dot span {
  border: 1px solid #333;
  border-radius: 2px;
  background: #fff;
}

#about-slider .owl-carousel .owl-dots .active span {
  background-color: #333;
}

.about-main {
  margin: 0 auto;
  margin-top: 74px;
  text-align: center;
}

@media (max-width: 565px) {
  .about-main {
    margin-top: 41px;
  }
}

.about-main-title h2 {
  font-size: 20px;
  letter-spacing: 0.2em;
}

.about-main-catch-phrase {
  font-size: 23px;
  line-height: 46px;
  letter-spacing: 0.1em;
  margin: 48px 0;
  font-family: "\6E38\660E\671D" , "Yu Mincho" , "\6E38\660E\671D\4F53" , "YuMincho" , "\30D2\30E9\30AE\30CE\660E\671D   Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS\660E\671D  E" , "\FF2D\FF33   \FF30\660E\671D" , "MS PMincho" , serif;
  font-weight: bold;
}

@media (max-width: 565px) {
  .about-main-catch-phrase {
    font-size: 4.5vw;
    line-height: 28px;
    text-align: left;
  }
}

.about-main-texte {
  max-width: 734px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 0.04em;
}

@media (max-width: 565px) {
  .about-main-texte {
    font-size: 3.5vw;
    line-height: 24px;
  }
}

.about-main-image {
  margin: 0 auto;
  padding: 48px 0;
  max-width: 734px;
  width: 100%;
}

.about-main-image img {
  width: 100%;
  height: auto;
}

.about-gaiyo {
  max-width: 734px;
  width: 100%;
  margin: 0 auto;
  margin-top: 36px;
  text-align: center;
}

.about-gaiyo-title {
  margin-bottom: 26px;
}

.about-gaiyo-title h2 {
  font-size: 20px;
  letter-spacing: 0.2em;
}

.about-gaiyo-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #e5e5e5;
  text-align: left;
}

@media (max-width: 565px) {
  .about-gaiyo-list ul {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.about-gaiyo-list ul:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.about-gaiyo-list ul li {
  padding-top: 19px;
  padding-bottom: 19px;
}

.about-gaiyo-list ul li:first-child {
  font-size: 14px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-left: 18px;
  padding-right: 40px;
  white-space: nowrap;
  width: 99px;
}

@media (max-width: 565px) {
  .about-gaiyo-list ul li:first-child {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 90%;
    text-align: center;
    padding-bottom: 0;
  }
}

.about-gaiyo-list ul li:last-child {
  font-size: 14px;
  line-height: 27px;
  padding-right: 18px;
}

@media (max-width: 565px) {
  .about-gaiyo-list ul li:last-child {
    padding-top: 5px;
    font-size: 3.5vw;
    line-height: 18px;
  }
}

.about-gaiyo-list ul li:last-child .tel {
  pointer-events: none;
}

@media (max-width: 1130px) {
  .about-gaiyo-list ul li:last-child .tel {
    pointer-events: stroke;
  }
}

.about-gaiyo-list ul li:last-child .fa {
  font-size: 18px;
}

.about-gaiyo-list ul li:last-child .map {
  position: relative;
  margin: 15px 0;
  display: block;
  width: 545px;
  height: 304px;
  background: #999999;
}

@media (max-width: 1130px) {
  .about-gaiyo-list ul li:last-child .map {
    max-width: 565px;
    width: 100%;
    height: 100%;
  }
}

.about-gaiyo-list ul li:last-child .map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.about-gaiyo-list ul li:last-child .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.about-gaiyo-list ul li:last-child .enkaku-hyo {
  border: none;
  padding: 0;
}

@media (max-width: 565px) {
  .about-gaiyo-list ul li:last-child .enkaku-hyo {
    margin-top: 30px;
  }
}

.about-gaiyo-list ul li:last-child .enkaku-hyo li {
  padding: 0;
  line-height: 27px;
  margin-bottom: 15px;
}

.about-gaiyo-list ul li:last-child .enkaku-hyo li:first-child {
  width: 70px;
}

@media (max-width: 565px) {
  .about-gaiyo-list ul li:last-child .enkaku-hyo li:first-child {
    margin-bottom: 5px;
    text-align: center;
  }
}



@media (max-width: 565px) {
  .about-gaiyo-list ul li:last-child .enkaku-hyo li:last-child {
    font-size: 3.5vw;
    line-height: 18px;
  }

  .about-gaiyo-list ul li:last-child .enkaku-hyo li:last-child br {
    display: none;
  }

}

.about-movie {
  max-width: 734px;
  width: 100%;
  margin: 0 auto;
  margin-top: 97px;
  text-align: center;
}

.about-movie-title {
  margin-bottom: 26px;
}

.about-movie-title h2 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #605958;
}

.about-movie-vimeo {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  height: 315px;
  display: block;
  background: #7c7472;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 560px) {
  .about-movie-vimeo {
    width: 100%;
    height: auto;
  }
}

/*こだわり*/
.kodawari-main {
  margin: 0 auto;
  margin-top: 74px;
  text-align: center;
}

@media (max-width: 565px) {
  .kodawari-main {
    margin-top: 49px;
  }
}

.kodawari-main-title h2 {
  font-size: 20px;
  letter-spacing: 0.2em;
}

.kodawari-main-catch-phrase {
  font-size: 23px;
  line-height: 46px;
  letter-spacing: 0.1em;
  font-family: "\6E38\660E\671D" , "Yu Mincho" , "\6E38\660E\671D\4F53" , "YuMincho" , "\30D2\30E9\30AE\30CE\660E\671D   Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS\660E\671D  E" , "\FF2D\FF33   \FF30\660E\671D" , "MS PMincho" , serif;
  font-weight: bold;
}

@media (max-width: 565px) {
  .kodawari-main-catch-phrase {
    font-size: 4.5vw;
    line-height: 28px;
  }
}

.kodawari-main-images {
  margin: 0 auto;
  margin-top: 86px;
  margin-bottom: 65px;
  position: relative;
}

@media (max-width: 565px) {
  .kodawari-main-images {
    margin-top: 55px;
  }
}

.kodawari-main-images .images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  line-height: 0;
}

.kodawari-main-images .images .two-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.kodawari-main-images .images .two-image div {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 1130px) {
  .kodawari-main-images .images .two-image div img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1130px) {
  .kodawari-main-images .images .one-image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .kodawari-main-images .images .one-image img {
    width: 100%;
    height: auto;
  }
}

.kodawari-main-texte {
  max-width: 734px;
  margin: 0 auto;
}

.kodawari-main-texte p {
  text-align: left;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 0.04em;
}

@media (max-width: 565px) {
  .kodawari-main-texte p {
    font-size: 3vw;
    line-height: 28px;
  }

  .kodawari-main-texte p br {
    display: none;
  }
}

.kodawari-main-texte a {
  margin: 0 auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.kodawari-main-texte .box {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 210px;
  padding: 5px 25px;
  border: 1px solid #aeaeae;
  font-size: 14px;
  float: right;
  text-align: center;
}

@media (max-width: 1130px) {
  .kodawari-main-texte .box {
    float: none;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
  }
}

.kodawari-main .sora-logo {
  margin: 0 auto;
  margin-top: 95px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #000;
}

.kodawari-main .sora-logo a {
  cursor: pointer;
}

.kodawari-main .sora-logo a:hover {
  opacity: 0.5;
}

.kodawari-main .sora-logo-texte {
  margin: 10px 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
