@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none; }

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0; }

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0; }

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%; }

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%; }

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px; }

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px; }

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0; }

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px); }

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none; }

.zdo_drawer_button.active .zdo_drawer_close {
  display: block; }

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px; }

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #2274a5; }

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #2274a5; }

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001; }

.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none; }

.zdo_drawer_menu a:visited {
  color: inherit; }

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF; }

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0); }

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px; }

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0; }

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px; }

.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px; }

/*# sourceMappingURL=/zdo_drawer_menu.css.map */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

body {
  color: #000;
  font-family: 'Noto Serif JP', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  line-height: 1.8; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: .4s; }

a:hover {
  transition: .4s;
  opacity: 0.6; }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 800px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 800px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: 0px;
  padding-top: 0px; }
  @media screen and (max-width: 800px) {
    .anc {
      margin-top: 0px;
      padding-top: 0px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 800px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 800px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein2 {
  opacity: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein_r {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein_l {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/* wrapper */
.wrapper {
  overflow: hidden;
  margin: auto;
  position: relative; }

.commonttl {
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #9E043F;
  padding-bottom: 20px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  color: #9E043F; }
  @media screen and (max-width: 800px) {
    .commonttl {
      width: calc(100% - 60px);
      margin: 0 auto 30px; } }
  .commonttl__inner {
    display: block;
    font-size: 14px; }

.pagettl {
  width: 100%;
  height: 410px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -50px; }
  @media screen and (max-width: 800px) {
    .pagettl {
      margin-top: 0;
      height: 180px; } }
  .pagettl__ttl {
    color: #FFF;
    text-align: center;
    font-size: 34px;
    line-height: 1.6;
    letter-spacing: 1px; }
    @media screen and (max-width: 800px) {
      .pagettl__ttl {
        font-size: 22px; } }

.pagettlShoefitter {
  background: url("../img/shoefitter/ttl.png") center no-repeat;
  background-size: cover; }

.pagettlAftercare {
  background: url("../img/aftercare/ttl.png") center no-repeat;
  background-size: cover; }

.pagettlSmallqueen {
  background: url("../img/smallqueen/ttl.png") center no-repeat;
  background-size: cover; }

.pagettlConcept {
  background: url("../img/concept/ttl.png") center no-repeat;
  background-size: cover; }

.pagettlCommodity {
  background: url("../img/commodity/ttl.png") center no-repeat;
  background-size: cover; }

.pagettlIruma {
  background: url("../img/shop_iruma/ttl.png") center no-repeat;
  background-size: cover; }

.pagettlAgeo {
  background: url("../img/shop_ageo/ttl.png") center no-repeat;
  background-size: cover; }

.pagettlSdgs {
  background: url("../img/SDGs/ttl.png") center no-repeat;
  background-size: cover; }

.pagettlCompany {
  background: url("../img/company/ttl.png") center no-repeat;
  background-size: cover; }

.pan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #FAF7F3;
  padding: 0 20px;
  margin: 0 0 60px; }
  @media screen and (max-width: 800px) {
    .pan {
      padding: 0 10px;
      margin: 0 0 40px; } }
  .pan__li {
    color: #9E043F;
    margin-right: 20px;
    padding-right: 10px;
    position: relative; }
    .pan__li:last-of-type:after {
      content: none; }
    .pan__li:after {
      content: ">";
      position: absolute;
      right: -10px;
      top: 1px; }
    .pan__li a {
      color: #9E043F;
      font-size: 14px; }
      @media screen and (max-width: 800px) {
        .pan__li a {
          font-size: 12px; } }

/* header */
.header {
  padding: 10px 20px 0;
  margin-bottom: 70px; }
  @media screen and (max-width: 800px) {
    .header {
      height: 60px;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
  .header__logo {
    display: block;
    width: 185px;
    width: 100px;
    margin-left: 10px; }
  .header__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: baseline; }
  .header__btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .header__btns {
        display: none; } }
  .header__btnsLi:nth-child(2) {
    margin: 0 15px; }
  .header__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-radius: 100px;
    border: 1px solid #9E043F;
    background: #FFF;
    justify-content: center;
    padding: 3px 20px;
    box-sizing: border-box;
    align-items: center;
    color: #9E043F; }
    .header__btn:hover {
      background: #9E043F;
      color: #FFF;
      opacity: 1; }
  .header__btnInner {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px; }
  .header__menu {
    max-width: 1000px;
    margin: 20px auto 0; }
    @media screen and (max-width: 800px) {
      .header__menu {
        display: none; } }
  .header__ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 800px) {
      .header__ul {
        padding: 60px 0px 0 30px; } }
  @media screen and (max-width: 800px) {
    .header__li {
      width: 100%;
      font-size: 18px;
      margin-bottom: 10px; } }
  .header__li a {
    color: #9E043F; }
  .header__link {
    color: #9E043F; }
  .header__net {
    width: 60px;
    height: 60px;
    background: #000;
    line-height: 1.15;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    right: 60px;
    position: fixed;
    top: 0;
    color: #FFF;
    z-index: 10; }

/* nav */
.zdo_drawer_menu .zdo_drawer_button {
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  background: url("../img/spmenu.png") center no-repeat;
  background-size: 60px; }

.fixedbtn {
  display: block;
  width: 50px;
  right: 0;
  top: calc(50% - 115px);
  position: fixed;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    .fixedbtn {
      display: none; } }

.mv {
  height: 710px;
  position: relative;
  background: url("../img/bg_mv.png") left top repeat-x;
  background-size: 1436px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    .mv {
      height: auto; } }
  .mv__wrap {
    width: 62%;
    top: -50px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .mv__wrap {
        top: -110px;
        width: calc(100% - 30px);
        right: -30px; } }
  .mv__pic {
    height: 570px;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 800px) {
      .mv__pic {
        height: 300px;
        border-radius: 10px 0 0 10px;
        width: calc(100% - 30px);
        left: 30px; } }
  .mv__pic1 {
    background: url("../img/mv.png") center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 800px) {
      .mv__pic1 {
        background: url("../img/mv_sp.png") center no-repeat;
        background-size: cover; } }
  .mv__pic2 {
    background: url("../img/mv2.png") center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 800px) {
      .mv__pic2 {
        background: url("../img/mv_sp2.png") center no-repeat;
        background-size: cover; } }
  .mv__pic3 {
    background: url("../img/mv3.png") center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 800px) {
      .mv__pic3 {
        background: url("../img/mv_sp3.png") center no-repeat;
        background-size: cover; } }
  .mv__txtRed {
    color: #9E043F; }
  .mv__txt {
    text-align: right;
    border-bottom: 2px solid #9E043F;
    font-size: 14px;
    padding: 20px 20px 10px 0;
    letter-spacing: 2px;
    color: #9E043F; }
    @media screen and (max-width: 800px) {
      .mv__txt {
        border-bottom: 1px solid #9E043F;
        padding: 10px 10px 5px 0; } }
  .mv__box {
    width: 38%;
    text-align: center;
    margin-top: 40px; }
    @media screen and (max-width: 800px) {
      .mv__box {
        width: 100%;
        margin-top: 20px;
        position: relative;
        z-index: 1; } }
  .mv__boxInner {
    background: #FFF;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 40px 20px;
    width: 275px;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .mv__boxInner {
        width: auto;
        padding: 25px 20px;
        border-radius: 10px;
        background: none;
        text-align: center; } }
  .mv__ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .mv__ttl {
        box-sizing: border-box;
        padding: 20px 15px;
        background: #FFF;
        border-radius: 10px; } }
    .mv__ttl span {
      display: block;
      font-weight: bold;
      font-size: 30px;
      text-align: left;
      box-sizing: border-box;
      padding: 0 2px; }
      @media screen and (max-width: 800px) {
        .mv__ttl span {
          font-size: 16px; } }
      .mv__ttl span:nth-of-type(2) {
        border-left: 1px solid #F5EBEF;
        border-right: 1px solid #F5EBEF; }
        @media screen and (max-width: 800px) {
          .mv__ttl span:nth-of-type(2) {
            padding: 0 10px; } }

.topShoefitter {
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .topShoefitter {
      margin: -40px 0 0 0; } }
  .topShoefitter__lead {
    text-align: center;
    font-size: 27px;
    line-height: 2;
    position: relative; }
    @media screen and (max-width: 800px) {
      .topShoefitter__lead {
        font-size: 18px;
        line-height: 1.8; } }
    .topShoefitter__lead:after {
      content: "";
      height: 52px;
      width: 1px;
      position: absolute;
      left: 50%;
      bottom: -60px;
      background: #9E043F; }
  .topShoefitter__bg {
    margin: 80px 0 0 0;
    position: relative; }
  .topShoefitter__bgInner {
    background: url("../img/bg_shoefitter.png") center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 495px;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 800px) {
      .topShoefitter__bgInner {
        height: 230px; } }
  .topShoefitter__box {
    max-width: 940px;
    margin: auto;
    padding: 80px 0 0;
    position: relative; }
    @media screen and (max-width: 800px) {
      .topShoefitter__box {
        padding: 40px 0 0 0; } }
  .topShoefitter__ttl {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.6;
    background: url("../img/bg_shoefitter2.png") center no-repeat;
    background-size: cover;
    padding: 20px 0; }
    @media screen and (max-width: 800px) {
      .topShoefitter__ttl {
        font-size: 20px;
        letter-spacing: 0; } }
  .topShoefitter__btn {
    max-width: 680px;
    margin: 40px auto 0;
    display: block;
    position: relative; }
    @media screen and (max-width: 800px) {
      .topShoefitter__btn {
        margin: 30px auto 0;
        max-width: 290px; } }

.topShop {
  margin: 100px 0; }
  @media screen and (max-width: 800px) {
    .topShop {
      margin: 80px 0; } }
  .topShop__inner {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 800px) {
      .topShop__inner {
        padding: 0; } }
  .topShop__btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 800px) {
      .topShop__btns {
        padding: 0 30px; } }
  .topShop__li {
    width: 48.2%; }
    @media screen and (max-width: 800px) {
      .topShop__li:nth-of-type(1) {
        margin-bottom: 20px; } }
    @media screen and (max-width: 800px) {
      .topShop__li {
        width: 100%; } }
  .topShop__net {
    max-width: 590px;
    margin: 50px auto 0;
    display: block; }
    @media screen and (max-width: 800px) {
      .topShop__net {
        width: calc(100% - 60px);
        margin: 20px auto 0; } }

.bnrs {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .bnrs {
      padding: 0; } }
  .bnrs__inner {
    max-width: 950px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 800px) {
      .bnrs__inner {
        padding: 0 30px; } }
  .bnrs__li {
    width: 47.37%;
    max-width: 450px;
    margin-bottom: 40px; }
    @media screen and (max-width: 800px) {
      .bnrs__li {
        width: 100%;
        margin-bottom: 20px; } }

.bnrs-type_kaso {
  margin-top: 80px !important; }

.lineSubttl {
  color: #9E043F;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0 0 0 90px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .lineSubttl {
      padding: 0 30px 0 80px;
      font-size: 18px;
      margin: 0 0 10px;
      line-height: 1.6; } }
  .lineSubttl:before {
    content: "";
    width: 70px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #9E043F; }
    @media screen and (max-width: 800px) {
      .lineSubttl:before {
        width: 30px;
        left: 30px; } }

/* shoefitter */
.shoefitter__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .shoefitter__inner {
      padding: 0; } }
.shoefitter__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    .shoefitter__wrap {
      flex-direction: column-reverse;
      padding: 0 30px;
      margin-bottom: 60px; } }
.shoefitter__wrap-typo_line {
  border-bottom: 1px solid #9E043F;
  padding-bottom: 80px; }
  @media screen and (max-width: 800px) {
    .shoefitter__wrap-typo_line {
      margin-bottom: 60px;
      padding-bottom: 60px; } }
.shoefitter__wrap-typo_reverse {
  flex-direction: row-reverse; }
  @media screen and (max-width: 800px) {
    .shoefitter__wrap-typo_reverse {
      flex-direction: column-reverse; } }
  .shoefitter__wrap-typo_reverse .shoefitter__box {
    padding: 0 0 0 60px; }
    @media screen and (max-width: 800px) {
      .shoefitter__wrap-typo_reverse .shoefitter__box {
        padding: 0; } }
.shoefitter__pic {
  width: 360px; }
  @media screen and (max-width: 800px) {
    .shoefitter__pic {
      width: 100%;
      max-width: 260px;
      margin: 0 auto 20px; } }
.shoefitter__subttl {
  color: #9E043F;
  margin: 0 0 20px;
  font-size: 20px;
  letter-spacing: 1px; }
.shoefitter__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-right: 60px; }
  @media screen and (max-width: 800px) {
    .shoefitter__box {
      width: 100%;
      padding: 0; } }
.shoefitter__txt {
  margin-bottom: 30px; }
.shoefitter__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-radius: 100px;
  border: 1px solid #9E043F;
  background: #FFF;
  justify-content: center;
  padding: 3px 20px;
  box-sizing: border-box;
  align-items: center;
  color: #9E043F;
  margin-top: 30px;
  width: 350px;
  font-size: 14px; }
  .shoefitter__btn:hover {
    background: #9E043F;
    color: #FFF;
    opacity: 1; }
  @media screen and (max-width: 800px) {
    .shoefitter__btn {
      width: 100%;
      font-size: 12px; } }
  .shoefitter__btn:hover {
    background: #FFF;
    color: #9E043F; }
  .shoefitter__btn img {
    display: inline-block;
    width: 15px;
    position: relative;
    margin-left: 10px; }
.shoefitter__icon {
  width: 100px;
  margin: 0 auto 20px; }
  @media screen and (max-width: 800px) {
    .shoefitter__icon {
      width: 70px;
      margin: 0 auto; } }

.shoefitters {
  border-bottom: 1px solid #9E043F;
  padding-bottom: 80px; }
  @media screen and (max-width: 800px) {
    .shoefitters {
      padding-bottom: 60px; } }
  .shoefitters__subttl {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    color: #9E043F;
    font-weight: 400;
    letter-spacing: 2px; }
    @media screen and (max-width: 800px) {
      .shoefitters__subttl {
        padding: 0 30px;
        font-size: 16px; } }
  .shoefitters__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin: 40px 0 0 0; }
    @media screen and (max-width: 800px) {
      .shoefitters__inner {
        padding: 0 30px; } }
  .shoefitters__box {
    width: calc(100% / 3 - 40px); }
    @media screen and (max-width: 800px) {
      .shoefitters__box {
        width: 100%; } }
    @media screen and (max-width: 800px) {
      .shoefitters__box:nth-of-type(2) {
        margin: 20px 0; } }
  .shoefitters__detail {
    padding: 20px;
    font-size: 14px; }
  .shoefitters__name {
    font-size: 18px;
    margin: 0 0 10px; }
    .shoefitters__name span {
      display: inline-block;
      position: relative;
      margin-left: 10px;
      top: 1px;
      font-size: 12px; }

/* aftercare */
.pageBtns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 800px) {
    .pageBtns {
      margin: 0 auto 40px;
      padding: 0 30px; } }
  .pageBtns__li {
    width: 47.37%;
    max-width: 450px; }
    @media screen and (max-width: 800px) {
      .pageBtns__li {
        width: 100%; } }
    .pageBtns__li:first-of-type {
      margin-bottom: 20px; }

.aftercareFree {
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .aftercareFree {
      margin-bottom: 60px; } }
  .aftercareFree__inner {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 800px) {
      .aftercareFree__inner {
        padding: 0; } }
  .aftercareFree__txt {
    margin: 0 0 30px; }
    @media screen and (max-width: 800px) {
      .aftercareFree__txt {
        padding: 0 30px; } }
  @media screen and (max-width: 800px) {
    .aftercareFree p {
      padding: 0 30px; } }
  .aftercareFree__box {
    margin: 80px 0 0 0; }
    @media screen and (max-width: 800px) {
      .aftercareFree__box {
        margin: 40px 0 0 0; } }
  .aftercareFree__pic {
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .aftercareFree__pic {
        margin-bottom: 20px; } }
  .aftercareFree__subttl {
    text-align: center;
    font-size: 24px;
    color: #9E043F;
    margin: 0 0 40px; }
    @media screen and (max-width: 800px) {
      .aftercareFree__subttl {
        font-size: 18px;
        padding: 0 30px;
        margin: 0 0 20px; } }
    .aftercareFree__subttl span {
      display: inline-block;
      box-sizing: border-box;
      position: relative;
      padding: 10px 30px;
      letter-spacing: 1px; }
      .aftercareFree__subttl span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url("../img/aftercare/waku.svg") no-repeat;
        background-size: 32px;
        width: 32px;
        height: 32px; }
      .aftercareFree__subttl span:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background: url("../img/aftercare/waku2.svg") no-repeat;
        background-size: 32px;
        width: 32px;
        height: 32px; }

.aftercarePaid__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .aftercarePaid__inner {
      padding: 0; } }
.aftercarePaid__caution {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative;
  margin-bottom: 200px; }
  @media screen and (max-width: 800px) {
    .aftercarePaid__caution {
      padding: 0; } }
  @media screen and (max-width: 800px) {
    .aftercarePaid__caution {
      padding: 0 30px;
      flex-direction: column-reverse;
      margin-bottom: 60px; } }
.aftercarePaid__pic {
  width: 280px;
  position: relative;
  left: -50px;
  top: 100px;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    .aftercarePaid__pic {
      left: auto;
      top: auto;
      margin: 0 auto -60px;
      max-width: 250px; } }
.aftercarePaid__cautionBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%; }
  @media screen and (max-width: 800px) {
    .aftercarePaid__cautionBox {
      width: 100%; } }
.aftercarePaid__cautionBoxInner {
  background: #FBF8F4;
  padding: 50px 150px 50px 0;
  border-radius: 0 40px 40px 0;
  position: relative; }
  @media screen and (max-width: 800px) {
    .aftercarePaid__cautionBoxInner {
      border-radius: 20px;
      padding: 80px 20px 20px; } }
  .aftercarePaid__cautionBoxInner:before {
    content: "";
    background: #FBF8F4;
    height: 100%;
    position: absolute;
    left: -10000px;
    top: 0;
    width: 10000px; }
    @media screen and (max-width: 800px) {
      .aftercarePaid__cautionBoxInner:before {
        content: none; } }
.aftercarePaid__subttl {
  margin: 0 0 20px;
  font-size: 20px;
  color: #9E043F;
  position: relative;
  letter-spacing: 2px; }
  .aftercarePaid__subttl:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    height: 2px;
    width: 100%;
    background: #9E043F; }
  .aftercarePaid__subttl img {
    display: inline-block;
    width: 50px;
    position: relative;
    top: 2px; }
.aftercarePaid__subttlInner {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
  background: #FBF8F4;
  position: relative;
  top: -5px;
  left: -7px; }
.aftercarePaid__detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .aftercarePaid__detail {
      padding: 0; } }
  @media screen and (max-width: 800px) {
    .aftercarePaid__detail {
      padding: 0 30px; } }
.aftercarePaid__box {
  width: calc(100% / 2 - 20px);
  margin: 0 0 60px;
  background: #FBF8F4; }
  @media screen and (max-width: 800px) {
    .aftercarePaid__box {
      width: 100%;
      margin: 0 0 30px; } }
  @media screen and (max-width: 800px) {
    .aftercarePaid__box:last-of-type {
      margin: 0; } }
.aftercarePaid__subttl2 {
  color: #9E043F;
  font-size: 21px;
  background: #FFF;
  padding: 0 0 10px; }
  @media screen and (max-width: 800px) {
    .aftercarePaid__subttl2 {
      font-size: 18px; } }
.aftercarePaid__boxInner {
  padding: 15px; }
.aftercarePaid__txt {
  margin-top: 10px; }

/* smallqueen */
.smallqueen__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .smallqueen__inner {
      padding: 0; } }
.smallqueen__wrap {
  margin: 60px 0 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    .smallqueen__wrap {
      margin: 60px 0 80px; } }
.smallqueen__pic {
  width: 300px; }
  @media screen and (max-width: 800px) {
    .smallqueen__pic {
      padding: 0 30px;
      margin: 20px 0 0 0;
      width: 100%; } }
.smallqueen__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-right: 40px; }
  @media screen and (max-width: 800px) {
    .smallqueen__detail {
      padding: 0; } }
.smallqueen__txt {
  margin: 0 0 20px; }
.smallqueen__box {
  margin: 0 0 80px; }
  @media screen and (max-width: 800px) {
    .smallqueen__box {
      margin: 0 0 60px; } }
  @media screen and (max-width: 800px) {
    .smallqueen__box:last-of-type {
      margin: 0 0 60px; } }
@media screen and (max-width: 800px) {
  .smallqueen p {
    padding: 0 30px; } }

.concept__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .concept__inner {
      padding: 0; } }
.concept__leadTxt {
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    .concept__leadTxt {
      margin-bottom: 60px;
      padding: 0 30px; } }
.concept__box {
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    .concept__box {
      margin-bottom: 60px;
      padding: 0 30px; } }
.concept__subttl {
  margin: 0 0 20px; }
  @media screen and (max-width: 800px) {
    .concept__subttl {
      margin: 0 0 20px;
      border-bottom: 1px solid #9E043F;
      padding-bottom: 10px;
      text-align: center; } }
  .concept__subttl img {
    display: inline-block;
    width: 140px; }
    @media screen and (max-width: 800px) {
      .concept__subttl img {
        width: 70px; } }
.concept__subttlInner {
  font-size: 22px;
  color: #9E043F;
  position: relative;
  padding-left: 90px;
  margin-left: 10px; }
  @media screen and (max-width: 800px) {
    .concept__subttlInner {
      padding: 0;
      margin: 5px 0 0 0;
      display: block;
      font-size: 18px; } }
  .concept__subttlInner:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 70px;
    height: 2px;
    background: #9E043F;
    top: calc(50% - 1px); }
    @media screen and (max-width: 800px) {
      .concept__subttlInner:before {
        content: none; } }
.concept__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    .concept__wrap {
      flex-direction: column-reverse; } }
.concept__pic {
  width: 360px; }
  @media screen and (max-width: 800px) {
    .concept__pic {
      width: 100%;
      max-width: 260px;
      margin: 0 auto 20px; } }
.concept__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-right: 30px; }
  @media screen and (max-width: 800px) {
    .concept__detail {
      width: 100%;
      padding: 0; } }
.concept__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-radius: 100px;
  border: 1px solid #9E043F;
  background: #FFF;
  justify-content: center;
  padding: 3px 20px;
  box-sizing: border-box;
  align-items: center;
  color: #9E043F;
  width: 300px;
  font-size: 12px;
  margin-top: 40px; }
  .concept__btn:hover {
    background: #9E043F;
    color: #FFF;
    opacity: 1; }

/* footer */
.footer {
  border-top: 1px solid #9E043F;
  max-width: 1140px;
  margin: 80px auto 20px;
  color: #9E043F; }
  @media screen and (max-width: 800px) {
    .footer {
      margin: 40px auto 65px; } }
  .footer a {
    color: #9E043F; }
  .footer__logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin: auto;
    max-width: 330px;
    padding: 60px 0 80px; }
    @media screen and (max-width: 800px) {
      .footer__logos {
        padding: 30px 0 40px;
        display: block; } }
  .footer__logo1 {
    width: 106px; }
    @media screen and (max-width: 800px) {
      .footer__logo1 {
        display: block;
        margin: auto; } }
  .footer__logo2 {
    width: 180px; }
    @media screen and (max-width: 800px) {
      .footer__logo2 {
        display: block;
        margin: 20px auto 0; } }
  .footer__logo {
    max-width: 324px;
    margin: auto;
    padding: 60px 0 80px; }
    @media screen and (max-width: 800px) {
      .footer__logo {
        max-width: 150px;
        padding: 30px 0 40px; } }
  .footer__inner {
    max-width: 920px;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .footer__inner {
        padding: 0 30px; } }
  .footer__cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .footer__box {
    width: calc(100% / 3);
    padding: 0 40px;
    letter-spacing: 2px; }
    @media screen and (max-width: 800px) {
      .footer__box {
        width: 100%;
        padding: 0;
        text-align: center; } }
    .footer__box:nth-of-type(2) {
      border-right: 1px solid #9E043F;
      border-left: 1px solid #9E043F; }
      @media screen and (max-width: 800px) {
        .footer__box:nth-of-type(2) {
          border: none;
          margin: 20px 0; } }
    .footer__box span {
      display: block;
      font-size: 12px; }
  .footer__copy {
    font-size: 10px;
    margin: 20px 0 0 40px;
    color: #9E043F; }
    @media screen and (max-width: 800px) {
      .footer__copy {
        background: #EBD7DF;
        width: 100vw;
        margin: 40px 0 0;
        position: relative;
        left: -30px;
        text-align: center;
        padding: 20px 0;
        letter-spacing: 1px; } }

.fixedbtnsSp {
  display: none; }
  @media screen and (max-width: 800px) {
    .fixedbtnsSp {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      height: 66px;
      width: 100%;
      position: fixed;
      z-index: 10;
      bottom: 0;
      left: 0; } }
  .fixedbtnsSp:before {
    content: "";
    width: 1px;
    background: #FFF;
    left: 50%;
    top: 10px;
    height: calc(100% - 20px );
    position: absolute;
    z-index: 10; }
  .fixedbtnsSp__li {
    width: calc(100% / 2);
    height: 100%;
    position: relative; }
    .fixedbtnsSp__li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      background: #9E043F;
      justify-content: center;
      color: #FFF;
      align-items: center;
      position: relative;
      width: 100%; }

/*commodity*/
.commodityBrands__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .commodityBrands__inner {
      padding: 0; } }
.commodityBrands__box {
  margin-bottom: 80px; }
.commodityBrands__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    .commodityBrands__wrap {
      display: block; } }
.commodityBrands__pic {
  width: 370px; }
  @media screen and (max-width: 800px) {
    .commodityBrands__pic {
      max-width: 260px;
      margin: 0 auto 20px; } }
.commodityBrands__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-left: 40px; }
  @media screen and (max-width: 800px) {
    .commodityBrands__detail {
      padding: 0 30px;
      width: 100%; } }
.commodityBrands__txt {
  margin-bottom: 20px; }
.commodityBrands__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-radius: 100px;
  border: 1px solid #9E043F;
  background: #FFF;
  justify-content: center;
  padding: 3px 20px;
  box-sizing: border-box;
  align-items: center;
  color: #9E043F;
  margin-top: 40px;
  width: 240px;
  font-size: 12px; }
  .commodityBrands__btn:hover {
    background: #9E043F;
    color: #FFF;
    opacity: 1; }
  @media screen and (max-width: 800px) {
    .commodityBrands__btn {
      margin: 20px auto 0; } }
  .commodityBrands__btn img {
    display: inline-block;
    width: 15px;
    position: relative;
    margin-left: 10px; }

.commodityOther__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .commodityOther__inner {
      padding: 0; } }
.commodityOther__box {
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    .commodityOther__box {
      margin-bottom: 60px;
      padding: 0 30px; } }
.commodityOther__txt {
  margin-bottom: 20px; }

/* shop */
.shop__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .shop__inner {
      padding: 0; } }
.shop__pics {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  max-width: 960px;
  margin: auto; }
  @media screen and (max-width: 800px) {
    .shop__pics {
      padding: 0 30px; } }
.shop__pic {
  width: calc(100% / 3 - 10px); }
  @media screen and (max-width: 800px) {
    .shop__pic {
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .shop__pic:nth-of-type(2) {
      margin: 20px 0; } }
.shop__detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 80px auto 0; }
  @media screen and (max-width: 800px) {
    .shop__detail {
      margin-top: 40px;
      padding: 0 30px; } }
.shop__dt {
  width: 30%;
  margin-bottom: 50px; }
  @media screen and (max-width: 800px) {
    .shop__dt {
      width: 100%;
      margin-left: -25px;
      margin-bottom: 0px; } }
.shop__dd {
  width: 70%;
  margin-bottom: 50px; }
  @media screen and (max-width: 800px) {
    .shop__dd {
      width: 100%;
      margin-bottom: 30px; } }
.shop__sns li {
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  box-sizing: border-box;
  padding: 2px 10px;
  margin: 0 30px 0 0; }
  @media screen and (max-width: 800px) {
    .shop__sns li {
      margin: 0 2px;
      font-size: 14px; } }
.shop__prof {
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px; }
  @media screen and (max-width: 800px) {
    .shop__prof {
      margin-top: 60px;
      display: block; } }
.shop__human {
  width: 260px; }
  @media screen and (max-width: 800px) {
    .shop__human {
      max-width: 260px;
      margin: 0 auto 30px; } }
.shop__profInner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-left: 40px; }
  @media screen and (max-width: 800px) {
    .shop__profInner {
      width: 100%;
      display: block;
      padding: 0 30px; } }
.shop__name {
  font-size: 30px;
  margin: 10px 0 30px;
  color: #9E043F; }
  .shop__name span {
    font-size: 12px;
    display: block; }
.shop__txt {
  color: #9E043F; }
.shop__nameProf {
  margin-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .shop__nameProf {
      margin-bottom: 20px; } }
.shop__access {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .shop__access {
      padding: 0; } }
  .shop__access iframe {
    width: 100%;
    height: 650px; }
    @media screen and (max-width: 800px) {
      .shop__access iframe {
        width: calc(100% - 60px);
        margin: auto;
        height: 250px;
        display: block; } }
.shop__accessInner {
  max-width: 960px;
  margin: 80px auto 0; }
  @media screen and (max-width: 800px) {
    .shop__accessInner {
      margin: 40px auto 0; } }
.shop__accessBox {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .shop__accessBox {
      margin-bottom: 40px;
      padding: 0 30px;
      display: block; } }
  .shop__accessBox:nth-of-type(1) {
    margin-top: 40px; }
    @media screen and (max-width: 800px) {
      .shop__accessBox:nth-of-type(1) {
        margin-top: 20px; } }
.shop__accessPic {
  width: 290px; }
  @media screen and (max-width: 800px) {
    .shop__accessPic {
      max-width: 260px;
      margin: 0 auto 10px; } }
.shop__accessBoxInner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-left: 80px; }
  @media screen and (max-width: 800px) {
    .shop__accessBoxInner {
      padding: 0;
      width: 100%;
      display: block; } }
.shop__accessFlow {
  margin-top: 80px; }
  @media screen and (max-width: 800px) {
    .shop__accessFlow {
      margin-top: 60px; } }

@media screen and (max-width: 800px) {
  .sdgs .commonttl {
    width: calc(100vw - 60px); } }
.sdgs__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .sdgs__inner {
      padding: 0; } }
  @media screen and (max-width: 800px) {
    .sdgs__inner {
      padding: 0 30px; } }
.sdgs__mv {
  max-width: 790px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 800px) {
    .sdgs__mv {
      margin: 0 auto 20px; } }
.sdgs__txt {
  margin-bottom: 30px; }
.sdgs__flow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: #FBF8F4;
  margin: 0 auto 60px;
  max-width: 960px; }
  @media screen and (max-width: 800px) {
    .sdgs__flow {
      display: block;
      background: none; } }
  .sdgs__flow:nth-of-type(1) {
    margin-top: 100px; }
    @media screen and (max-width: 800px) {
      .sdgs__flow:nth-of-type(1) {
        margin-top: 60px; } }
.sdgs__pic {
  width: 190px; }
  @media screen and (max-width: 800px) {
    .sdgs__pic {
      margin: 0 auto -20px;
      position: relative; } }
.sdgs__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 20px; }
  @media screen and (max-width: 800px) {
    .sdgs__box {
      background: #FBF8F4;
      padding: 40px 20px 20px; } }

.company__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .company__inner {
      padding: 0; } }
.company__table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #9E043F;
  border-top: 1px solid #9E043F;
  max-width: 960px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 800px) {
    .company__table {
      width: calc(100% - 60px);
      margin: 0 auto 60px;
      display: block;
      border-left: 1px solid #9E043F; } }
.company__dt {
  width: 30%;
  text-align: center;
  border-right: 1px solid #9E043F;
  border-left: 1px solid #9E043F;
  border-bottom: 1px solid #9E043F;
  padding: 20px; }
  @media screen and (max-width: 800px) {
    .company__dt {
      display: block;
      width: 100%;
      border-left: none;
      padding: 5px 0;
      background: #9E043F;
      color: #FFF; } }
.company__dd {
  width: 70%;
  border-right: 1px solid #9E043F;
  border-bottom: 1px solid #9E043F;
  padding: 20px; }
  @media screen and (max-width: 800px) {
    .company__dd {
      display: block;
      width: 100%; } }
.company__enkaku {
  margin-top: 80px; }
  @media screen and (max-width: 800px) {
    .company__enkaku {
      margin-top: 60px; } }
.company__list {
  max-width: 730px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    .company__list {
      padding: 0 30px; } }
.company__year {
  width: 230px;
  text-align: right;
  position: relative;
  padding-right: 100px;
  letter-spacing: 2px; }
  @media screen and (max-width: 800px) {
    .company__year {
      width: 100%;
      text-align: left;
      display: block;
      padding: 0 0 0 45px; } }
  .company__year:before {
    content: "";
    background: #000;
    height: 1px;
    width: 70px;
    position: absolute;
    top: 50%;
    right: 0; }
    @media screen and (max-width: 800px) {
      .company__year:before {
        left: 0;
        right: auto;
        width: 35px; } }
.company__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-left: 40px; }
  @media screen and (max-width: 800px) {
    .company__detail {
      display: block;
      padding: 5px 0 0 0; } }
@media screen and (max-width: 800px) {
  .company__txt {
    padding: 0 30px; } }


/*20241002*/

.grecaptcha-badge { visibility: hidden; }

