@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.btn-toho {
  background-color: #4d4d4d;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .btn-toho {
    font-size: 14px;
  }
}

.btn-tokyo {
  background-color: #4d4d4d;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  /* padding-right: 15px; */
  /* padding-right: 0.9375rem; */
  padding-top: 10px;
}
@media screen and (max-width: 500px) {
  .btn-tokyo {
    font-size: 14px;
  }
}

.btn-tokyo span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .btn-tokyo span {
    font-size: 13px;
  }
}

.comtents-wrap {
  background-color: #fff8dc;
  width: 100%;
  height: auto;
  padding-top: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .comtents-wrap {
    padding-top: 4.6875rem;
  }
}

.footer-link {
  width: calc(33.33333% - 33.33333px);
  height: 80px;
  height: 5rem;
  background-color: #fff;
  border: 1px solid #4d4d4d;
}
@media screen and (max-width: 970px) {
  .footer-link {
    max-width: 25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

.footer-link:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1100px) {
  .footer-link:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 970px) {
  .footer-link:not(:last-child) {
    margin-right: auto;
  }
}

.footer-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4d4d4d;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  text-align: center;

  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .footer-link a {
    line-height: 1.2;
  }
}
@media screen and (max-width: 360px) {
  .footer-link a {
    font-size: 13px;
  }
}

.footer-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  right: 6%;
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
  background: url(./../images/common/use-arrow.png) no-repeat center
    center/contain;
  width: 7px;
  height: 10px;
}
@media screen and (max-width: 1000px) {
  .footer-link a::before {
    right: 3%;
  }
}

.footer-link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #4d4d4d;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

.footer-link a:hover {
  color: #fff;
}

.footer-link a:hover::after {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-link a:hover::before {
  background: url(./../images/common/use-arrow-w.png) no-repeat center
    center/contain;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  max-width: 61.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 970px) {
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer {
  width: 100%;
  background-color: #ffdd4e;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}

.footerIn__logo {
  width: 225px;
  width: 14.0625rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-left: auto;
  margin-right: auto;
}

.footerIn__logo img {
  width: 100%;
}

.footerIn__address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #4d4d4d;
  font-size: 15px;
  text-align: center;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 330px) {
  .footerIn__address {
    font-size: 13px;
  }
}
.footerIn__address span {
  display: inline-block;
}

.header {
  width: 100%;
  position: absolute;
  top: 60px;
  top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header {
    top: 2.1875rem;
  }
}

.header__logo {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #4e4e4e;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .header__logo {
    font-size: 1.125rem;
  }
}

.inner {
  max-width: 1066px;
  width: 90%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 45rem;
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.res1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .res1000 {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .res1000 {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .res1000 {
    display: block;
  }
}

@media screen and (max-width: 370px) {
  .res370 {
    display: none;
  }
}

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

@media screen and (max-width: 963px) {
  .res963 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .res963 {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  .res963 {
    display: none;
  }
}

.section-title {
  text-align: center;
}

.section-title span {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #4d4d4d;
  font-weight: 700;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .section-title span {
    font-size: 1.875rem;
    padding-top: 1.5625rem;
  }
}
@media screen and (max-width: 340px) {
  .section-title span {
    font-size: 1.5rem;
  }
}

.section-title span::before {
  position: absolute;
  bottom: 5px;
  left: -2.5%;
  content: "";
  display: block;
  width: 105%;
  height: 16px;
  background-color: #ffdd4e;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section-title span::before {
    bottom: 5px;
    height: 10px;
  }
}

.SiteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.area {
  max-width: 866px;
  max-width: 54.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.area__title {
  color: #4d4d4d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .area__title {
    font-size: 1.75rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 330px) {
  .area__title {
    font-size: 1.5rem;
  }
}

.area__title span {
  display: inline-block;
}

.area__title:before {
  position: absolute;
  bottom: -14px;
  left: 48%;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #4d4d4d transparent transparent transparent;
}

.area__title:after {
  position: absolute;
  bottom: -13px;
  left: 48%;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.bardel-logo {
  width: 105px;
  width: 6.5625rem;
}
@media screen and (max-width: 888px) {
  .bardel-logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .bardel-logo {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .bardel-logo {
    width: 30%;
  }
}

.demi-logo {
  width: 80px;
  width: 5rem;
}
@media screen and (max-width: 888px) {
  .demi-logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .demi-logo {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .demi-logo {
    width: 30%;
  }
}

.egg-logo {
  width: 110px;
  width: 6.875rem;
  padding-top: 15px;
}
@media screen and (max-width: 888px) {
  .egg-logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .egg-logo {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .egg-logo {
    width: 30%;
  }
}

.fv-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.fv-link__item {
  background-color: #ffdd4e;
  width: 250px;
  width: 15.625rem;
  height: 183px;
  height: 11.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 463px) {
  .fv-link__item {
    height: auto;
  }
}

.fv-link__item:first-child {
  margin-right: 50px;
  margin-right: 3.125rem;
}
@media screen and (max-width: 768px) {
  .fv-link__item:first-child {
    margin-right: 7%;
  }
}
@media screen and (min-width: 769px) {
  .fv-link__item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.fv-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 420px) {
  .fv-link__item a {
    height: 100%;
  }
}

.fv-link__item a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 100px; */
  /* width: 6.25rem; */
}
.fv-link__item--use {
  width: 5.625rem;
}
.fv-link__item--shops {
  width: 6.25rem;
}

.fv-link__item a div img {
  width: 100%;
}

.fv-link__item a p {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #4e4e4e;
  font-weight: 700;
  text-align: center;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .fv-link__item a p {
    font-size: 1rem;
  }
}

.fv-link__item a span {
  display: block;
  text-align: center;
  background-image: url(./../images/common/fv-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 15px;
}
@media screen and (max-width: 420px) {
  .fv-link__item a span {
    margin-top: 10px;
  }
}

.fv {
  width: 100%;
  background: url(./../images/common/fv-bg.jpg) no-repeat center center/cover;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-top: 100px;
  padding-top: 6.25rem;  
}
@media screen and (max-width: 450px) {
  .fv {
    background: url(./../images/common/sp-fv.jpg) no-repeat center center/cover;
    padding: 2rem 0;
  }
}

.fv__copy {
  text-align: center;
}

.fv__copy span {
  display: inline-block;
  font-size: 76px;
  font-size: 4.75rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #4e4e4e;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-top: 85px;
  padding-top: 5.3125rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .fv__copy span {
    font-size: 3.125rem;
    padding-top: 3.75rem;
  }
}

.fv__copy span::before {
  position: absolute;
  bottom: 15px;
  left: -20px;
  content: "";
  display: block;
  width: 115%;
  height: 18px;
  background-color: #ffdd4e;
  z-index: -1;
}

.fv__title {
/*
  max-width: 750px;
  max-width: 46.875rem;
  width: 80%;
*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .fv__title {
  max-width: 750px;
  max-width: 46.875rem;
  width: 80%;  
  }
}

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

.fv__title img {
  width: 100%;
}

.fv__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  height: 3.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #4d4d4d;
  font-weight: 700;
  text-align: center;
  line-height: 1.68181818;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 500px) {
  .fv__text {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.fv__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}
@media screen and (max-width: 500px) {
  .fv__text span {
    height: 3.75rem;
  }
}
.fv__text--toho {
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .fv__text--toho {
    margin-bottom: 10px;
  }
}
.fv__text--tokyo {
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .fv__text--tokyo {
    margin-bottom: 10px;
  }
}

.fv__text-link {
  width: 260px;
  width: 16.25rem;
  height: 60px;
  height: 3.75rem;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .fv__text-link {
    width: 14.375rem;
  }
}

.fv__text--bottom {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #4d4d4d;
  font-weight: 700;
  text-align: center;
  line-height: 1.68181818;
}
@media screen and (max-width: 768px) {
  .fv__text--bottom {
    font-size: 1.125rem;
  }
}

.hareza-items {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .hareza-items {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.625rem;
  }
}

.hareza-items__title {
  width: 100%;
}

.hareza-items__title-logo {
  display: inline-block;
  margin-right: 9%;
}
@media screen and (max-width: 940px) {
  .hareza-items__title-logo {
    margin-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .hareza-items__title-logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 360px) {
  .hareza-items__title-logo {
    margin-right: 10px;
  }
}

.hareza-items__title-logo img {
  width: 100%;
}

.hareza-items__title-name {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 800;
  color: #4d4d4d;
}
@media screen and (max-width: 888px) {
  .hareza-items__title-name {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  .hareza-items__title-name {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 330px) {
  .hareza-items__title-name {
    font-size: 11px;
    padding-top: 10px;
  }
}

.hareza-items__info {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #111;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .hareza-items__info {
    margin-top: 7px;
  }
}

.hareza-items__service {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  color: #111;
  background-color: #ffdd4e;
  line-height: 1.33333;
  width: 100%;
  height: 60px;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 880px) {
  .hareza-items__service {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .hareza-items__service {
    font-size: 14px;
  }
}
@media screen and (max-width: 318px) {
  .hareza-items__service {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .hareza-items__service br {
    display: none;
  }
}
@media screen and (max-width: 525px) {
  .hareza-items__service br {
    display: block;
  }
}

.hareza-items__comment {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #111;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .hareza-items__comment {
    font-size: 0.875rem;
  }
}

.hareza-video {
  width: calc(50% - 25px);
  margin-right: 50px;
  margin-right: 3.125rem;
}
.hareza-video__link img {
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .hareza-video__link img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 888px) {
  .hareza-video {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .hareza-video {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.harezaTower-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .harezaTower-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.harezaTower-box:not(:first-child) {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .harezaTower-box:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.harezaTower {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .harezaTower {
    margin-top: 1.25rem;
    padding-top: 0.3125rem;
  }
}

.little-logo {
  width: 109px;
  width: 6.8125rem;
}
@media screen and (max-width: 888px) {
  .little-logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .little-logo {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .little-logo {
    width: 30%;
  }
}

.pesce-logo {
  width: 130px;
  width: 8.125rem;
}
@media screen and (max-width: 888px) {
  .pesce-logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .pesce-logo {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .pesce-logo {
    width: 30%;
  }
}

.shops-sec {
  position: relative;
  margin-top: 150px;
  margin-top: 9.375rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .shops-sec {
    margin-top: 4.6875rem;
    padding-bottom: 3.125rem;
  }
}

.shops-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./../images/common/bg-shop.png) no-repeat center
    center/contain;
  z-index: -5;
}

@media screen and (max-width: 1300px) {
  .shops-sec::before {
    top: 0;
    left: 0;
    width: 20%;
    height: calc(100% - 100px);
    background: url(./../images/common/bg-use-left.png) repeat-y center
      center/contain;
  }
  .shops-sec::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: calc(100% - 100px);
    background: url(./../images/common/bg-use-right.png) repeat-y center
      center/contain;
    z-index: -5;
  }
}
.shopsIn {
  background-color: #fff;
  padding-top: 110px;
  padding-top: 6.875rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shopsIn {
    padding-top: 3.4375rem;
    padding-bottom: 3.125rem;
  }
}

.shopsIn__bgimg:nth-child(1) {
  position: absolute;
  top: 3.5%;
  left: 5%;
  width: 153px;
  width: 9.5625rem;
  height: auto;
}
@media screen and (max-width: 830px) {
  .shopsIn__bgimg:nth-child(1) {
    top: 1%;
    width: 8.125rem;
  }
}
@media screen and (max-width: 650px) {
  .shopsIn__bgimg:nth-child(1) {
    width: 5rem;
  }
}

.shopsIn__bgimg:nth-child(2) {
  position: absolute;
  top: -1.5%;
  right: 10%;
  width: 220px;
  width: 13.75rem;
  height: auto;
}
@media screen and (max-width: 830px) {
  .shopsIn__bgimg:nth-child(2) {
    width: 8.75rem;
    top: -1%;
    right: 30px;
  }
}
@media screen and (max-width: 650px) {
  .shopsIn__bgimg:nth-child(2) {
    width: 6.25rem;
    right: 10px;
  }
}

.shopsIn__icon {
  width: 160px;
  width: 10rem;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .shopsIn__icon {
    width: 7.5rem;
  }
}

.shopsIn__icon img {
  width: 100%;
}

.shopsIn__area {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .shopsIn__area {
    margin-top: 3.125rem;
  }
}

.step2-text {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .step2-text {
    margin-top: 1.25rem;
  }
}

.step3-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.toshima-items {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.toshima-items div h4 {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.toshima {
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .toshima {
    margin-top: 2.75rem;
  }
}

.use-sec {
  position: relative;
  z-index: 1;
}

.use-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./../images/common/bg-use.png) no-repeat center center/contain;
  z-index: -5;
}

@media screen and (max-width: 1300px) {
  .use-sec::before {
    top: 0;
    left: 0;
    width: 20%;
    background: url(./../images/common/bg-use-left.png) repeat-y center
      center/contain;
  }
  .use-sec::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: url(./../images/common/bg-use-right.png) repeat-y center
      center/contain;
    z-index: -5;
  }
}
.useIn-card {
  background-color: #ffeea6;
  width: calc(33.3333% - 33.33333px);
  padding: 30px 5px 20px 5px;
  padding: 1.875rem 0.3125rem 1.25rem 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 930px) {
  .useIn-card {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .useIn-card {
    width: 100%;
    margin-bottom: 30px;
  }
}

.useIn-card:not(:last-child) {
  margin-right: 50px;
  margin-right: 3.125rem;
  position: relative;
}
@media screen and (max-width: 930px) {
  .useIn-card:not(:last-child) {
    margin-right: 1.875rem;
  }
}

.useIn-card:not(:last-child)::before {
  position: absolute;
  content: "";
  display: block;
  top: 45%;
  right: -10%;
  width: 14px;
  height: 18px;
  background: url(./../images/common/use-arrow.png) no-repeat center
    center/contain;
}
@media screen and (max-width: 768px) {
  .useIn-card:not(:last-child)::before {
    top: auto;
    top: initial;
    bottom: -25px;
    right: 47%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.useIn-card__text {
  font-size: 15px;
  color: #4d4d4d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .useIn-card__text {
    font-size: 13px;
  }
}

.useIn-card__text span {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 930px) {
  .useIn-card__text span {
    font-size: 16px;
  }
}

.useIn-card__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.useIn-card:nth-child(1) .useIn-card__img {
  width: 50%;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .useIn-card:nth-child(1) .useIn-card__img {
    width: 30%;
  }
}

.useIn-card:nth-child(2) .useIn-card__img {
  width: 65%;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .useIn-card:nth-child(2) .useIn-card__img {
    width: 35%;
    margin-top: 1.875rem;
  }
}

.useIn-card:nth-child(3) .useIn-card__img {
  width: 65%;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .useIn-card:nth-child(3) .useIn-card__img {
    width: 30%;
    margin-top: 1.5625rem;
  }
}

.useIn-card__img img {
  width: 100%;
}

.useIn-card__step {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  width: 6.25rem;
}
@media screen and (max-width: 768px) {
  .useIn-card__step {
    top: -10px;
    left: -10px;
    width: 5rem;
  }
}

.useIn-card__step img {
  width: 100%;
}

.useIn-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 850px;
  max-width: 53.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .useIn-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 25rem;
    margin-top: 2.8125rem;
  }
}

.useIn {
  background-color: #fff;
  padding-top: 130px;
  padding-top: 8.125rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .useIn {
    padding-top: 4.0625rem;
    padding-bottom: 2.5rem;
  }
}

.useIn__bgimg {
  position: absolute;
}

.useIn__bgimg:nth-child(1) {
  top: -25px;
  left: 60px;
  width: 253px;
  width: 15.8125rem;
  height: auto;
}
@media screen and (max-width: 830px) {
  .useIn__bgimg:nth-child(1) {
    width: 11.25rem;
  }
}
@media screen and (max-width: 650px) {
  .useIn__bgimg:nth-child(1) {
    width: 7.5rem;
    top: -30px;
    left: 10px;
  }
}

.useIn__bgimg:nth-child(2) {
  top: 180px;
  right: 60px;
  width: 170px;
  width: 10.625rem;
  height: auto;
}
@media screen and (max-width: 830px) {
  .useIn__bgimg:nth-child(2) {
    width: 8.75rem;
    top: 100px;
    right: 30px;
  }
}
@media screen and (max-width: 650px) {
  .useIn__bgimg:nth-child(2) {
    width: 6.25rem;
    top: -10px;
    right: 10px;
  }
}

.useIn__icon {
  width: 160px;
  width: 10rem;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .useIn__icon {
    width: 7.5rem;
  }
}

.useIn__icon img {
  width: 100%;
}

.useIn__text {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 800;
  color: #4d4d4d;
  line-height: 2.22222222;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1000px) {
  .useIn__text {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .useIn__text {
    font-size: 16px;
    margin-top: 1.5625rem;
  }
}

@media screen and (max-width: 1000px) {
  .useIn__text br {
    display: none;
  }
}
.video {
  height: 80vh;
  width: auto;
  border-top: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  border-bottom: 5px solid #fff !important;
  border-left: 5px solid #fff !important;
  position: relative;
  z-index: 2;
}

.video video.video_contents {
  height: 100% !important;
  width: auto !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  -o-object-position: center bottom !important;
  object-position: center bottom !important;
}

.wacca-box {
  width: 50%;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  border-bottom: 0.3px solid #4d4d4d;
}
@media screen and (max-width: 768px) {
  .wacca-box {
    margin-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 100%;
  }
}

.wacca-box:nth-child(1),
.wacca-box:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .wacca-box:nth-child(2) {
    margin-top: 1.25rem;
  }
}

.wacca-box:nth-child(9) {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .wacca-box:nth-child(9) {
    padding-bottom: 1.25rem;
    border-bottom: 0.3px solid #4d4d4d;
  }
}

.wacca-box:last-child {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  border-bottom: none;
}

.wacca-box__in {
  width: calc(100% - 25px);
}
@media screen and (max-width: 768px) {
  .wacca-box__in {
    width: 100%;
  }
}

.wacca-box:nth-child(odd) > .wacca-box__in {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .wacca-box:nth-child(odd) > .wacca-box__in {
    margin-right: 0;
  }
}

.wacca-box:nth-child(even) > .wacca-box__in {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .wacca-box:nth-child(even) > .wacca-box__in {
    margin-left: 0;
  }
}

.wacca-box__title {
  background-color: #4d4d4d;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  height: 80px;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 790px) {
  .wacca-box__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .wacca-box__title {
    font-size: 15px;
  }
}

.wacca-box__title::after {
  position: absolute;
  bottom: -9px;
  left: 48%;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #4d4d4d transparent transparent transparent;
}

.wacca-box__info {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.wacca-box__service {
  background-color: #ffdd4e;
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 60px;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 985px) {
  .wacca-box__service {
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .wacca-box__service {
    height: 5.625rem;
  }
}

.wacca-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .wacca-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.wacca {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.wacca__text {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wacca__text {
    margin-top: 1.875rem;
  }
}

.wacca__text a {
  display: inline-block;
  color: #0000ff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.wacca__text a:hover {
  color: #ffdd4e;
}

.wacca__comment {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #111;
  border: 1px solid #4d4d4d;
  line-height: 1.42857;
  padding: 20px;
  padding: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wacca__comment {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.625rem;
  }
}

/**** colorbox調整  ****/
#cboxTopCenter {
  height: 0px !important;
}
#cboxTopCenter {
  height: 0px !important;
}
#cboxMiddleLeft {
  width: 0px !important;
}
#cboxBottomCenter {
  height: 0px !important;
}
#cboxMiddleRight {
  width: 0px !important;
}
#cboxMiddleRight {
  width: 0px !important;
}
#cboxTopRight {
  width: 0px !important;
  height: 0px !important;
}
#cboxTopLeft {
  width: 0px !important;
  height: 0px !important;
}
#cboxLoadedContent {
  margin-bottom: 0 !important;
}
#cboxClose {
  top: 4% !important;
  right: 6% !important;
  z-index: 9999;
  background: url(images/btn_close.png) no-repeat center, center !important;
  width: 30px !important;
  height: 30px !important;
}
@media screen and (max-width: 768px) {
  #cboxClose {
    top: 11% !important;
    right: 7% !important;
  }
}

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