@charset "UTF-8";
/*
Theme Name: alba-inc
*/
/*font-face*/
@font-face {
  font-family: "NotoSana";
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSana";
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "ProductSans-Thin";
  src: url("../fonts/ProductSans-Thin.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBold.otf") format("opentype");
}
/*sass 変数*/
/*sass function*/
/*
@include mq(sm){

}
*/
/*global*/
body {
  touch-action: manipulation;
  margin: 0;
  padding: 0;
  font-family: "NotoSana", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden !important;
  }
}

h1, h2, h3, h4, h5 {
  font-size: inherit;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}

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

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 1200px) {
  br.pc_only {
    display: none;
  }
}
br.sp_only {
  display: none;
}
@media screen and (max-width: 1200px) {
  br.sp_only {
    display: inline;
  }
}

.inner {
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    max-width: 92%;
  }
}
.inner.is-max {
  max-width: 92%;
}

.imgHeadline img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.resize {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .resize {
    height: 12vw;
  }
}

#mv {
  background-color: #ff4c8e;
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #mv {
    height: auto;
  }
}
#mv .bg {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding-top: 15vh;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #mv .bg {
    padding-top: 0;
  }
}
#mv .bg .catch img {
  height: 55vh;
}
@media screen and (max-width: 767px) {
  #mv .bg .catch img {
    height: auto;
    width: 100%;
    display: block;
  }
}
#mv .p-mv__text {
  position: absolute;
  z-index: 3;
  top: 2.6vw;
  left: 3.125vw;
}
@media screen and (max-width: 767px) {
  #mv .p-mv__text {
    top: 4.5vw;
    left: 3.5vw;
    display: none;
  }
}
#mv .p-mv__text img {
  height: 68.3vh;
}
@media screen and (max-width: 767px) {
  #mv .p-mv__text img {
    height: 66.3vh;
  }
}
#mv .p-mv__pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mv .p-mv__pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .p-mv__sp {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 979px) {
  #mv .p-mv__sp {
    display: block;
  }
}
#mv .p-mv__sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#navi {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #eddbdb;
}
#navi nav {
  width: 100%;
}
#navi nav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
}
#navi nav ul li {
  position: relative;
  font-weight: bold;
  margin: 0 1.8vw;
  font-size: 27px;
  white-space: nowrap;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #navi nav ul li {
    font-size: 3vw;
    margin: 0 2vw;
  }
}
#navi nav ul li:hover {
  color: #ff4c8e;
}

#outline {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  #outline {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }
}
#outline .container {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #outline .container {
    text-align: left;
  }
}
#outline .container > p {
  font-size: 16px;
  line-height: 1.625;
  color: #eddbdb;
}
@media screen and (max-width: 1200px) {
  #outline .container > p {
    text-align: left;
    font-size: min(3.2vw, 16px);
  }
}
#outline .container > p + p {
  margin-top: 28px;
}
#outline .p-outline__box {
  width: 100%;
  padding-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  #outline .p-outline__box {
    padding-bottom: 40px;
  }
}
#outline .p-outline__box + .p-outline__box {
  border-top: 1px solid #fff;
  padding-top: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #outline .p-outline__box + .p-outline__box {
    padding-top: 50px;
  }
}
#outline .imgHeadline {
  width: 140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #outline .imgHeadline {
    margin-bottom: 6vw;
  }
}
#outline .headline {
  text-align: center;
  font-size: 24px;
  color: #ff4c8e;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  #outline .headline {
    font-size: min(4.8vw, 24px);
    margin-bottom: 4vw;
  }
}
#outline .p-outline__table {
  display: inline-block;
  text-align: left;
}
#outline .p-outline__table tr + tr td, #outline .p-outline__table tr + tr th {
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  #outline .p-outline__table tr + tr td, #outline .p-outline__table tr + tr th {
    padding-top: 20px;
  }
}
#outline .p-outline__table td {
  font-size: 20px;
  line-height: 1.6;
  padding-right: 20px;
  color: #ff4c8e;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  #outline .p-outline__table td {
    font-size: min(3.2vw, 16px);
    white-space: nowrap;
  }
}
#outline .p-outline__table th {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  color: #eddbdb;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  #outline .p-outline__table th {
    font-size: min(3.2vw, 16px);
  }
}

#system {
  position: relative;
  background: #ff4c8e;
}
#system .inner {
  position: relative;
  max-width: 1320px;
}
#system .p-step__box {
  width: 100%;
  position: relative;
}
#system .p-step__box:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 97px;
  background-image: url(../img/border_system.png);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1200px) {
  #system .p-step__box.is-top {
    padding-top: 10vw;
  }
}
#system .p-step__box.is-top .p-step__unit {
  padding-bottom: 10px;
}
#system .p-step__box.is-top .inner {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  #system .p-step__box.is-top .inner {
    padding-top: 0;
  }
}
#system .p-step__box.is-middle {
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  #system .p-step__box.is-middle {
    padding-top: 5vw;
  }
}
#system .p-step__box.is-middle .p-step__unit {
  padding-bottom: 10px;
}
#system .p-step__box.is-bottom {
  padding-top: 75px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  #system .p-step__box.is-bottom {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
}
#system .imgHeadline {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #system .imgHeadline {
    position: relative;
    top: inherit;
    left: inherit;
  }
}
#system .imgHeadline.is-pc {
  width: 102px;
}
@media screen and (max-width: 1200px) {
  #system .imgHeadline.is-pc {
    display: none;
  }
}
#system .imgHeadline.is-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  #system .imgHeadline.is-sp {
    display: block;
    width: 144px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6vw;
  }
}
#system .imgHeadline img {
  display: block;
}
#system .p-step__unit {
  display: flex;
  width: 875px;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  #system .p-step__unit {
    width: 92%;
  }
}
#system .p-step__num {
  width: 100px;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 80px;
}
@media screen and (max-width: 1200px) {
  #system .p-step__num {
    width: 12vw;
    margin-left: 0;
    margin-top: 1.2vw;
    margin-right: 6vw;
  }
}
#system .p-step__detail {
  flex: 1;
  position: relative;
}
#system .p-step__detail p {
  color: #eddbdb;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #system .p-step__detail p {
    font-size: min(4vw, 20px);
    margin-bottom: 4vw;
  }
}
#system .p-step__pic {
  width: 626px;
}
@media screen and (max-width: 1200px) {
  #system .p-step__pic {
    width: 100%;
  }
}
#system .p-step__pic img {
  display: block;
}
#system .p-step__attention {
  display: flex;
  align-items: center;
}
#system .p-step__icon {
  width: 48px;
  margin-right: 15px;
}
#system .p-step__icon img {
  display: block;
}
#system .p-step__text {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #system .p-step__text {
    font-size: min(3.2vw, 16px);
  }
}
#system .p-step__text.is-other {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
  #system .p-step__text.is-other {
    font-size: min(2.4vw, 12px);
    margin-bottom: 0;
  }
}

#curry_shop {
  position: relative;
  padding-top: 150px;
  padding-bottom: 130px;
  background-color: #eddbdb;
}
@media screen and (max-width: 1200px) {
  #curry_shop {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
#curry_shop .imgHeadline {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #curry_shop .imgHeadline {
    margin-bottom: 6vw;
  }
}
#curry_shop .note {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  #curry_shop .note {
    font-size: min(4vw, 24px);
  }
}
#curry_shop p {
  margin: 0;
  text-align: right;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #curry_shop p {
    font-size: min(3.2vw, 16px);
  }
}
#curry_shop .p-shop__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 979px) {
  #curry_shop .p-shop__list.is-sp__single {
    display: block;
  }
}
@media screen and (max-width: 979px) {
  #curry_shop .p-shop__list.is-sp__single .p-shop__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
#curry_shop .p-shop__item {
  width: 23.7%;
  margin-right: 1.69%;
  margin-bottom: 1.69%;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #curry_shop .p-shop__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 979px) {
  #curry_shop .p-shop__item {
    width: 49%;
    border-width: 9px;
  }
}
#curry_shop .p-shop__item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  #curry_shop .p-shop__item:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 979px) {
  #curry_shop .p-shop__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #curry_shop .p-shop__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 979px) {
  #curry_shop .p-shop__item:nth-of-type(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 979px) {
  #curry_shop .p-shop__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
#curry_shop .p-shop__item h3 {
  font-size: 26px;
  font-weight: bold;
  padding-top: 6.66%;
  padding-right: 8%;
  padding-left: 8%;
  width: 100%;
  text-align: left;
  line-height: 1;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #curry_shop .p-shop__item h3 {
    font-size: 24px;
  }
}
#curry_shop .p-shop__item h3.is-type1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
#curry_shop .p-shop__item h3.is-type1 small {
  font-size: 17px;
  line-height: 1.25;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #curry_shop .p-shop__item h3.is-type1 small {
    font-size: 15px;
  }
}
#curry_shop .p-shop__item h3.is-type2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #curry_shop .p-shop__item h3.is-type2 {
    margin-bottom: 40px;
  }
}
#curry_shop .p-shop__item h3.is-type2 small {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  #curry_shop .p-shop__item h3.is-type2 small {
    font-size: 18px;
  }
}
#curry_shop .p-shop__item h3.is-type3 {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #curry_shop .p-shop__item h3.is-type3 {
    margin-bottom: 40px;
  }
}
#curry_shop .p-shop__item h3.is-type3 small {
  font-size: 22px;
  line-height: 1;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #curry_shop .p-shop__item h3.is-type3 small {
    font-size: 20px;
  }
}
#curry_shop .p-shop__item-inner img {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#curry_shop .p-shop__item-label {
  position: absolute;
  border-radius: 50%;
  color: #fff;
  background-color: #e74380;
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
  width: 70px;
  height: 70px;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  #curry_shop .p-shop__item-label {
    font-size: 22px;
    width: 60px;
    height: 60px;
  }
}
#curry_shop .p-shop__unit {
  margin-top: 40px;
  display: flex;
  padding-left: 5.7%;
  padding-bottom: 4.7%;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  #curry_shop .p-shop__unit {
    margin-top: 20px;
  }
}
#curry_shop .p-shop__unit.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #curry_shop .p-shop__unit.mt50 {
    margin-top: 20px;
  }
}
#curry_shop .p-shop__unit.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #curry_shop .p-shop__unit.mt80 {
    margin-top: 20px;
  }
}
#curry_shop .p-shop__block {
  width: 35px;
}
#curry_shop .p-shop__block a {
  display: block;
  transition: opacity 0.3s;
}
#curry_shop .p-shop__block a:hover {
  opacity: 0.7;
}
#curry_shop .p-shop__block img {
  display: block;
}

#schedule {
  background-color: #000;
  padding-top: 180px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1200px) {
  #schedule {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
#schedule .imgHeadline {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #schedule .imgHeadline {
    margin-bottom: 6vw;
  }
}
#schedule .note {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #schedule .note {
    font-size: min(4vw, 24px);
  }
}
#schedule p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.625;
  margin-bottom: 55px;
}
@media screen and (max-width: 1200px) {
  #schedule p {
    font-size: min(3.2vw, 16px);
    margin-bottom: 5vw;
    text-align: left;
  }
}
#schedule .pc_pic {
  display: block;
}
@media screen and (max-width: 1200px) {
  #schedule .pc_pic {
    display: none;
  }
}
#schedule .pc_pic img {
  width: 100%;
  display: block;
}
#schedule .sp_pic {
  display: none;
}
@media screen and (max-width: 1200px) {
  #schedule .sp_pic {
    display: block;
  }
}
#schedule .sp_pic img {
  width: 100%;
  display: block;
}

#contact {
  padding: 120px 0 110px;
  background: #ff4c8e;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #contact {
    padding-top: 10vw;
    padding-bottom: 8vw;
  }
}
#contact .imgHeadline {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  #contact .imgHeadline {
    margin-bottom: 6vw;
  }
}
#contact .note {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  #contact .note {
    font-size: min(4vw, 20px);
    margin-bottom: 8vw;
  }
}
#contact .icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #contact .icons {
    margin: 10vw;
  }
}
#contact .icons figure {
  width: 108px;
  margin: 0 18px;
}
@media screen and (max-width: 1200px) {
  #contact .icons figure {
    width: 15vw;
    height: auto;
  }
}
#contact div > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.68;
}
@media screen and (max-width: 1200px) {
  #contact div > p {
    font-size: min(3.2vw, 16px);
  }
}
#contact .archive__title {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
  color: #eddbdb;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  #contact .archive__title {
    font-size: min(5vw, 26px);
    margin-top: 40px;
  }
}
#contact .archive__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  #contact .archive__banner {
    margin-top: 16px;
  }
}
#contact .archive__bannerLink {
  display: inline-block;
  width: 680px;
  max-width: 100%;
}
#contact .archive__bannerLink img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.top_btn {
  opacity: 0;
  transition: 0.5s;
  position: fixed;
  bottom: 5%;
  right: 5%;
}
.top_btn figure {
  width: 26px;
  max-width: 30px;
}
@media screen and (max-width: 1200px) {
  .top_btn figure {
    width: 4vw;
    min-width: 26px;
  }
}
.top_btn figure img {
  width: 100%;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #000;
  color: #eddbdb;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  footer {
    font-size: min(2.5vw, 14px);
  }
}

#banner_area {
  background-color: #eddbdb;
  padding-top: 120px;
  padding-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #banner_area {
    padding-top: 5vw;
    padding-right: 10px;
    padding-bottom: 5vw;
    padding-left: 10px;
  }
}
#banner_area p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #banner_area p {
    font-size: min(4vw, 20px);
    text-align: justify;
  }
  #banner_area p br {
    display: none;
  }
}
#banner_area p a {
  color: #ff4c8e;
  text-decoration: none;
}
#banner_area p a:hover {
  text-decoration: underline;
}
#banner_area .container {
  display: block;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1200px) {
  #banner_area .container {
    width: 100%;
    margin-bottom: 20px;
  }
}
#banner_area .container:hover {
  opacity: 0.7;
}
#banner_area .container img {
  display: block;
}

.u-textLink {
  color: inherit;
  text-decoration: underline;
}
.u-textLink:hover {
  text-decoration: none;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */