@charset "UTF-8";
/* CSS outline -----------------------------------------------

  1.Reset

/*------------------------------------------------------------

1.Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

html {
  font-size: 62.5%;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

p {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bold;
}

a {
  max-width: 100%;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

input,
textarea {
  padding: 0 0.5rem;
  box-sizing: border-box;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input:focus,
textarea:focus,
button:focus,
html input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: 0;
}

label {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

iframe {
  max-width: 100%;
}

/*------------------------------------------------------------

1.Default */
/*------------------------------------------------------------

2.Element */
/*------------------------------------------------------------

1.Font */
/*------------------------------------------------------------

1.Clear fix */
/*------------------------------------------------------------

1.Clear fix */
/*------------------------------------------------------------

1.Position */
/* CSS outline -----------------------------------------------

  1.Common
  2.Wrapper

/*------------------------------------------------------------

1.Common */
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, "Helvetica Neue", sans-serif;
  -webkit-appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1px;
}

a {
  color: #000;
  transition: all 0.3s;
  transition-duration: all 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}

select {
  -webkit-appearance: none;
}

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

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

/*------------------------------------------------------------

1.Wrapper */
.wrap {
  margin: auto;
  width: 100%;
}

.cont {
  width: 100%;
  position: relative;
}

/* CSS outline -----------------------------------------------

  1.Header

/*------------------------------------------------------------

1.Header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(35, 24, 21, 0.8);
  max-height: 130px;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 25px 25px;
    max-height: none;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header--sevenlim {
    padding: 15px 25px;
  }
}
.l-header.is-open {
  height: 100%;
}
.l-header__container {
  margin: auto;
  max-width: 1920px;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.l-header__container--sevenlim {
  align-items: center;
}
.l-header__bar {
  display: flex;
  align-items: center;
}
.l-header__logo {
  margin: 0 20px;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    margin: 0;
  }
}
.l-header__logo a {
  font-size: min(2.3611111111vw, 25px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.078em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-header__logo a {
    font-size: 4.358974359vw;
  }
}
.l-header__logo--sevenlim {
  margin: 0;
  width: 115px;
  height: 115px;
}
@media screen and (max-width: 768px) {
  .l-header__logo--sevenlim {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    position: relative;
    left: -15px;
  }
}
.l-header__logo--sevenlim a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header__logo--sevenlim a img {
  max-height: 80px;
  width: 100%;
  height: 100%;
}
.l-header__logo-img {
  max-height: 90px;
}
@media screen and (max-width: 768px) {
  .l-header__logo-img {
    max-height: 45px;
  }
}

/*------------------------------------------------------------

1.Header */
.l-header-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav.is-open {
  display: block;
}
.l-header-nav__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header-nav__list {
    position: fixed;
    flex-flow: column nowrap;
    width: 84.6153846154vw;
    gap: 30px;
    top: 150px;
    background: rgba(35, 24, 21, 0.8);
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
  }
}
.l-header-nav__link {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .l-header-nav__link {
    padding: 10px;
  }
}
.l-header-nav__link-text {
  margin-bottom: 6px;
  font-size: min(2.3611111111vw, 25px);
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header-nav__link-text {
    font-size: 6.1538461538vw;
  }
}
.l-header-nav__link-ruby {
  font-size: min(1.25vw, 14px);
  color: #BC121A;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .l-header-nav__link-ruby {
    font-size: 3.8461538462vw;
  }
}

/*------------------------------------------------------------

1.Header */
.l-header-trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header-trigger {
    display: flex !important;
    position: absolute;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.l-header-trigger__icon {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  transition: all 0.3s ease;
}
.l-header-trigger__icon::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 8px;
  transition: all 0.3s ease;
}
.l-header-trigger__icon::before {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header-trigger.is-open .l-header-trigger__icon {
    background: rgba(255, 255, 255, 0);
  }
  .l-header-trigger.is-open .l-header-trigger__icon::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .l-header-trigger.is-open .l-header-trigger__icon::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

/* CSS outline -----------------------------------------------

  1.Footer
  2.768px以下

/*------------------------------------------------------------

1.Footer */
.l-footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 78px auto 35px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin: 20.5128205128vw auto 7.6923076923vw;
  }
}
.l-footer__company-name {
  font-size: min(1.875vw, 17px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__company-name {
    font-size: 5.1282051282vw;
    letter-spacing: -0.078em;
  }
}
.l-footer__address {
  font-size: min(0.8333333333vw, 10px);
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    font-size: 3.0769230769vw;
  }
}
.l-footer__copyright {
  margin-top: 35px;
  font-size: min(0.8333333333vw, 10px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 7.6923076923vw;
    font-size: 3.0769230769vw;
  }
}

/* CSS outline -----------------------------------------------

  1.Index

/*------------------------------------------------------------

1.mainVisual */
.s-mainvisual {
  display: flex;
  justify-content: center;
  background-color: #860701;
}
.s-mainvisual__body {
  padding: 130px 40px 0;
  max-width: 1920px;
  width: 100%;
  height: 49vw;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__body {
    justify-content: center;
    align-items: baseline;
    height: 550px;
    max-height: none;
  }
}
.s-mainvisual__body--bigtree {
  background-image: url("../images/bigtree-maedaya/mv.jpg");
}
@media screen and (max-width: 768px) {
  .s-mainvisual__body--bigtree {
    padding: 27.4358974359vw 7.6923076923vw 60vw;
    background: url("../images/bigtree-maedaya/mv--sp.jpg") no-repeat top left/100% auto;
  }
}
.s-mainvisual__body--sevenlim {
  background-image: url("../images/sevenlim/mv.jpg");
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__body--sevenlim {
    background: url("../images/sevenlim/mv--sp.jpg") no-repeat top right/100% auto;
    padding: 27.4358974359vw 0 106.9230769231vw;
  }
}
.s-mainvisual__body--firststep-otashoten {
  background-image: url("../images/firststep-otashoten/mv.jpg");
}
@media screen and (max-width: 768px) {
  .s-mainvisual__body--firststep-otashoten {
    padding: 27.4358974359vw 7.6923076923vw 60vw;
    background: url("../images/firststep-otashoten/mv--sp.jpg") no-repeat top left/100% auto;
    background-size: cover;
    background-position: top center;
  }
}
.s-mainvisual__body--kaientai-majiya {
  background-image: url("../images/kaientai-majiya/mv.jpg");
}
@media screen and (max-width: 768px) {
  .s-mainvisual__body--kaientai-majiya {
    background: url("../images/kaientai-majiya/mv--sp.jpg") no-repeat top right/100% auto;
    background-size: cover;
    background-position: center;
  }
}
.s-mainvisual__cont {
  max-width: 1100px;
  width: 100%;
}
.s-mainvisual__cont--bigtree {
  max-width: none;
}
.s-mainvisual__list {
  justify-content: center;
  align-items: center;
}
.s-mainvisual__list--bigtree {
  width: 45.8333333333vw;
  display: grid;
  place-content: center;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__list--bigtree {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.s-mainvisual__list--sevenlim {
  width: 100%;
  display: flex;
}
.s-mainvisual__list-item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__list-item {
    margin: auto;
  }
}
.s-mainvisual__list-item--takedaya {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__list-item--takedaya {
    width: 35.8974358974vw;
  }
}
.s-mainvisual__list-item--odaya {
  max-width: 245px;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__list-item--odaya {
    width: 35.8974358974vw;
  }
}
.s-mainvisual__list-item--shibataya {
  max-width: 258px;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__list-item--shibataya {
    width: 35.8974358974vw;
  }
}
.s-mainvisual__list-item--sanadaya {
  max-width: 235px;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__list-item--sanadaya {
    width: 35.8974358974vw;
  }
}
.s-mainvisual__list-item--kurodaya {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__list-item--kurodaya {
    width: 35.8974358974vw;
  }
}
.s-mainvisual__list-item--maedaya {
  max-width: 254px;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__list-item--maedaya {
    width: 35.8974358974vw;
  }
}
.s-mainvisual__list-item--komugiya {
  width: 55.0694444444vw;
}
@media screen and (max-width: 768px) {
  .s-mainvisual__list-item--komugiya {
    width: 61.5384615385vw;
  }
}
.s-mainvisual__logo {
  width: 100%;
  filter: drop-shadow(0px 6px 3.4px rgba(0, 0, 0, 0.3));
}
.s-mainvisual__logo--komugiya {
  max-width: 793px;
  width: 100%;
}
.s-mainvisual__logo--kaientai-majiya {
  display: block;
  margin: auto;
  max-width: 500px;
  width: 100%;
}

.js-fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.js-fadein.is-visible {
  opacity: 1;
}

/* CSS outline -----------------------------------------------

  1.Index

/*------------------------------------------------------------

1.mainVisual */
.s-about {
  margin: 70px auto 105px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.s-about__container {
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .s-about {
    margin: 10.2564102564vw auto;
  }
}
@media screen and (max-width: 768px) {
  .s-about__container {
    width: 89.7435897436vw;
    margin: auto;
  }
}
.s-about__title {
  margin-bottom: 60px;
  font-size: min(4.1666666667vw, 46px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.025em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s-about__title {
    font-size: 7.6923076923vw;
  }
}
.s-about__text {
  text-align: center;
  font-size: min(1.8055555556vw, 20px);
  line-height: 1.4615384615;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 768px) {
  .s-about__text {
    margin-top: 8.9743589744vw;
    font-size: 4.1025641026vw;
  }
}

/* CSS outline -----------------------------------------------

  1.Index

/*------------------------------------------------------------

1.mainVisual */
.s-commitment {
  padding-bottom: 46px;
  display: flex;
  justify-content: center;
  background: #eeeeee;
  width: 100%;
  display: flex;
  justify-content: center;
}
.s-commitment__container {
  max-width: 1100px;
  width: 100%;
}
.s-commitment__heading {
  display: flex;
  flex-flow: column;
  text-align: center;
  gap: 15px 0;
}
.s-commitment__heading-text {
  font-size: min(3.5416666667vw, 40px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 768px) {
  .s-commitment__heading-text {
    font-size: 7.6923076923vw;
  }
}
.s-commitment__heading-ruby {
  color: #BC121A;
  font-size: min(1.4583333333vw, 17px);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .s-commitment__heading-ruby {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 768px) {
  .s-commitment {
    padding-bottom: 10.2564102564vw;
  }
}
.s-commitment__container {
  width: 100%;
  max-width: none;
}
.s-commitment__heading {
  padding: 50px 0;
}
.s-commitment__row {
  padding: 72px 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .s-commitment__row {
    padding: 11.5384615385vw 5.1282051282vw;
  }
}
.s-commitment__row + .s-commitment__row {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .s-commitment__row + .s-commitment__row {
    margin-top: 7.6923076923vw;
  }
}
.s-commitment__row--men {
  background-image: url("../images/commons/commitment01.jpg");
}
.s-commitment__row--tare {
  background-image: url("../images/commons/commitment02.jpg");
}
.s-commitment__title {
  margin-bottom: 2.0833333333vw;
  font-size: min(2.7777777778vw, 32px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s-commitment__title {
    margin-bottom: 6.1538461538vw;
    font-size: 5.1282051282vw;
  }
}
.s-commitment__text {
  font-size: min(1.25vw, 14px);
  line-height: 1.7222222222;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s-commitment__text {
    font-size: 4.1025641026vw;
    text-align: left;
  }
}

/* CSS outline -----------------------------------------------

  1.Index

/*------------------------------------------------------------

1.mainVisual */
.s-company-profile {
  margin: 79px auto 0;
  max-width: 1100px;
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.s-company-profile__container {
  max-width: 1100px;
  width: 100%;
}
.s-company-profile__heading {
  display: flex;
  flex-flow: column;
  text-align: center;
  gap: 15px 0;
}
.s-company-profile__heading-text {
  font-size: min(3.5416666667vw, 40px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 768px) {
  .s-company-profile__heading-text {
    font-size: 7.6923076923vw;
  }
}
.s-company-profile__heading-ruby {
  color: #BC121A;
  font-size: min(1.4583333333vw, 17px);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .s-company-profile__heading-ruby {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 768px) {
  .s-company-profile {
    margin: 16.6666666667vw auto 20.5128205128vw;
  }
}
.s-company-profile__container {
  width: 100%;
  margin: auto;
  border: 1px solid #595757;
  padding: 50px 70px;
}
@media screen and (max-width: 768px) {
  .s-company-profile__container {
    width: 89.7435897436vw;
    margin: auto;
    padding: 10.2564102564vw 7.6923076923vw;
  }
}
.s-company-profile__title + * {
  margin-top: 6.25vw;
}
.s-company-profile__table {
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .s-company-profile__table {
    margin-top: 10.2564102564vw;
  }
}
.s-company-profile__table-tr {
  padding: 24px 10px;
  display: flex;
  flex-flow: row nowrap;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .s-company-profile__table-tr {
    flex-flow: column;
    gap: 10px;
  }
}
.s-company-profile__table-tr + * {
  border-top: 1px solid #595757;
}
.s-company-profile__table-th {
  font-size: min(1.3888888889vw, 17px);
  line-height: 1.9047619048;
  font-weight: bold;
  width: 6.25vw;
}
@media screen and (max-width: 768px) {
  .s-company-profile__table-th {
    font-size: 4.6153846154vw;
    width: 100%;
  }
}
.s-company-profile__table-td {
  font-size: min(1.4583333333vw, 17px);
  line-height: 1.9047619048;
}
@media screen and (max-width: 768px) {
  .s-company-profile__table-td {
    font-size: 4.1025641026vw;
  }
}

/* CSS outline -----------------------------------------------

  1.Index

/*------------------------------------------------------------

1.mainVisual */
.s-shop-list {
  padding-top: 79px;
  margin-bottom: 78px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.s-shop-list__container {
  max-width: 1100px;
  width: 100%;
}
.s-shop-list__heading {
  display: flex;
  flex-flow: column;
  text-align: center;
  gap: 15px 0;
}
.s-shop-list__heading-text {
  font-size: min(3.5416666667vw, 40px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 768px) {
  .s-shop-list__heading-text {
    font-size: 7.6923076923vw;
  }
}
.s-shop-list__heading-ruby {
  color: #BC121A;
  font-size: min(1.4583333333vw, 17px);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .s-shop-list__heading-ruby {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 768px) {
  .s-shop-list {
    margin-bottom: 20.5128205128vw;
  }
}
.s-shop-list__container {
  max-width: 570px;
  width: 52.3611111111vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .s-shop-list__container {
    width: 79.4871794872vw;
  }
}
.s-shop-list__heading + * {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .s-shop-list__heading + * {
    margin-top: 12.8205128205vw;
  }
}
.s-shop-list__wrapper {
  margin-top: 50px;
}
.s-shop-list__wrap + * {
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .s-shop-list__wrap + * {
    margin-top: 12.8205128205vw;
  }
}
.s-shop-list__wrap + .s-shop-list__wrap {
  margin-top: 78px;
}
.s-shop-list__wrap-heading {
  font-size: min(1.9444444444vw, 22px);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .s-shop-list__wrap-heading {
    font-size: 4.6153846154vw;
    line-height: 1.4;
  }
}
.s-shop-list__wrap-heading + * {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .s-shop-list__wrap-heading + * {
    margin-top: 3.8461538462vw;
  }
}
.s-shop-list__wrap-address {
  font-size: min(1.0416666667vw, 12px);
  line-height: 1.4;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .s-shop-list__wrap-address {
    font-size: 3.8461538462vw;
  }
}
.s-shop-list__wrap-address + * {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .s-shop-list__wrap-address + * {
    margin-top: 5.1282051282vw;
  }
}
.s-shop-list__wrap-map {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 36px;
  height: 365px;
}
.s-shop-list__wrap-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CSS outline -----------------------------------------------

  1.Index

/*------------------------------------------------------------

1.mainVisual */
.s-contact {
  width: 100%;
  display: flex;
  justify-content: center;
}
.s-contact__container {
  max-width: 1100px;
  width: 100%;
}
.s-contact__heading {
  display: flex;
  flex-flow: column;
  text-align: center;
  gap: 15px 0;
}
.s-contact__heading-text {
  font-size: min(3.5416666667vw, 40px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 768px) {
  .s-contact__heading-text {
    font-size: 7.6923076923vw;
  }
}
.s-contact__heading-ruby {
  color: #BC121A;
  font-size: min(1.4583333333vw, 17px);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .s-contact__heading-ruby {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 768px) {
  .s-contact__container {
    width: 89.7435897436vw;
    margin: auto;
  }
}
.s-contact__title + * {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .s-contact__title + * {
    margin-top: 12.8205128205vw;
  }
}
.s-contact__text {
  margin-top: 50px;
  text-align: center;
  font-size: min(1.875vw, 16px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .s-contact__text {
    font-size: 4.1025641026vw;
  }
}
.s-contact__text + * {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .s-contact__text + * {
    margin-top: 3.8461538462vw;
  }
}
.s-contact__to-form {
  margin-top: 24px;
  text-align: center;
}
.s-contact__to-form a {
  display: inline-block;
  font-size: min(1.875vw, 20px);
  color: #009FE8;
}
@media screen and (max-width: 768px) {
  .s-contact__to-form a {
    font-size: 5.1282051282vw;
  }
}

/*# sourceMappingURL=styles.css.map */
