@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.obj-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  min-height: 100dvh;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

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

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

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

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

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

.u-align--center {
  text-align: center;
}

/*************************************************
header
*************************************************/
/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
}

/*************************************************
top
*************************************************/
body {
  border: 34px solid #C81432;
  margin: 0;
  min-height: 100vh;
  box-sizing: border-box;
  background-color: #fcedf4;
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 550px) {
  body {
    border: none;
  }
}

.brand-au {
  border: 34px solid #000000;
  background-color: #282828;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 550px) {
  .brand-au {
    border: none;
  }
}

.fv_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
}
.fv_wrapper .pc_logo {
  position: absolute;
  top: 50%;
  left: 9.375vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: auto; /* クリック可能に */
  width: 8.3333333333vw;
  height: auto;
  z-index: 1;
}
.fv_wrapper .pc_logo a {
  display: inline-block;
}
.fv_wrapper .nav {
  position: absolute;
  top: 50%;
  right: 13.8888888889vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: auto; /* クリック可能に */
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .fv_wrapper .nav {
    right: 6.9444444444vw;
  }
}
.fv_wrapper .nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fv_wrapper .nav ul li {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.9444444444vw;
  letter-spacing: 0.1em;
}
.fv_wrapper .nav ul li a {
  transition: all 0.3s;
}
.fv_wrapper .nav ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 850px) {
  .fv_wrapper .pc_logo, .fv_wrapper .nav {
    display: none;
  }
}
.fv_wrapper .pc_fv_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .fv_wrapper .pc_fv_bg {
    display: none;
  }
}

.brand-au .nav li {
  color: #fff;
}

.contents_wrap {
  max-width: 550px;
  margin: 0 auto;
  border: 30px solid #C81432;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background-color: #C81432;
}
@media screen and (max-width: 550px) {
  .contents_wrap {
    border: 20px solid #C81432;
    max-width: 100%;
  }
}

.fv {
  background-color: #C81432;
  padding: 20px 0 75px 0;
}
.fv .logo {
  width: 98px;
  height: auto;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 768px) {
  .fv .logo {
    width: 20.5128205128vw;
  }
}
.fv.has-custom-fv .logo {
  margin-bottom: 40px;
}
.fv .title {
  width: 90%;
  height: auto;
  margin: 0 auto 14px auto;
}
@media screen and (max-width: 550px) {
  .fv .title {
    width: 100%;
  }
}
.fv .shop_title {
  text-align: center;
}
.fv .shop_title_name {
  text-align: center;
  font-size: 32px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  letter-spacing: 0.26rem;
  display: inline-block;
  padding: 10px 30px;
  background-color: #4b180c;
  border-radius: 999px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fv .shop_title_name {
    font-size: 7.6923076923vw;
  }
}
.fv .fv_illust {
  width: 95%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .fv .fv_illust {
    width: 100%;
  }
}
.fv .fv_text {
  font-size: 22px;
  color: #ffe35a;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  letter-spacing: 0.22em;
}
.fv .fv_text_arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.fv .fv_text_arrow .arrow {
  width: 15px;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.fv .fv_text_arrow.animate .arrow-1 {
  opacity: 1;
  transition-delay: 0s;
}
.fv .fv_text_arrow.animate .arrow-2 {
  opacity: 1;
  transition-delay: 0.5s;
}
.fv .fv_text_arrow.animate .arrow-3 {
  opacity: 1;
  transition-delay: 1s;
}
.fv .coupon {
  margin-top: 40px;
  text-align: center;
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  line-height: 180%;
}
.fv .coupon .coupon_text_second {
  font-size: 26px;
  margin-top: 24px;
}
.fv .coupon .coupon_text_third {
  margin-top: 12px;
}
.fv .coupon .coupon_title {
  margin: 52px auto 12px auto;
  position: relative;
  z-index: 2;
  width: 80%;
  height: auto;
}
.fv .coupon .coupon_title::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -10%;
  width: 58px;
  height: 97px;
  background: url(../images/coupon_illust_left.svg) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.fv .coupon .coupon_title::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -10%;
  width: 67px;
  height: 73px;
  background: url(../images/coupon_illust_right.svg) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.fv .coupon .coupon_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  background-color: #ffff00;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 999px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.31);
  transition: all 0.3s;
}
.fv .coupon .coupon_btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .fv .coupon .coupon_btn a {
    font-size: 4.6153846154vw;
  }
}
.fv .coupon .coupon_btn a img {
  width: 14px;
  height: 20px;
}
.fv .coupon .coupon_text_bottom {
  margin-top: 70px;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
}
.fv .coupon .arrow-seq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}
.fv .coupon .arrow {
  width: 63px;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.fv .coupon .animate .arrow-1 {
  opacity: 1;
  transition-delay: 0s;
}
.fv .coupon .animate .arrow-2 {
  opacity: 1;
  transition-delay: 0.5s;
}
.fv .coupon .animate .arrow-3 {
  opacity: 1;
  transition-delay: 1s;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}
.brand-au .contents_wrap {
  background-color: #000;
  border: 30px solid #000;
}
@media screen and (max-width: 550px) {
  .brand-au .contents_wrap {
    border: 20px solid #000;
  }
}
.brand-au .fv {
  background-color: #000;
  padding: 180px 0 40px 0;
  position: relative;
}
.brand-au .fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 169px;
  background: url(../images/mv_bg-motif-au.png) no-repeat center center;
  background-size: cover;
}
.brand-au .fv .logo {
  width: 394px;
}
@media screen and (max-width: 550px) {
  .brand-au .fv .logo {
    width: 90%;
    margin: 0 auto;
  }
}
.brand-au .fv .shop_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.brand-au .fv .shop_title_name {
  text-align: center;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.26rem;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  padding: 0;
  line-height: 1;
}
.brand-au .fv .shop_subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  padding: 6px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
  display: inline-block;
}
.brand-au .fv .fv_illust {
  margin: 45px auto 0 auto;
}
.brand-au .fv .fv_text {
  margin-top: 140px;
}
@media screen and (max-width: 550px) {
  .brand-au .fv .fv_text {
    margin-top: 80px;
  }
}

.inner_contents {
  width: 100%;
  height: auto;
  background-color: #C81432;
}
.inner_contents .inner_contents_title {
  padding: 8px 0;
  text-align: center;
  font-size: 44px;
  font-family: "ab-kirigirisu", sans-serif;
  font-weight: 400;
  background-color: #C81432;
  color: #ffffff;
  letter-spacing: -0.2em;
}
@media screen and (max-width: 768px) {
  .inner_contents .inner_contents_title {
    font-size: 10.2564102564vw;
  }
}
.inner_contents .inner_contents_title .title_second {
  font-size: 62px;
  font-family: "ab-kirigirisu", sans-serif;
  font-weight: 400;
  letter-spacing: -0.2em;
}
@media screen and (max-width: 768px) {
  .inner_contents .inner_contents_title .title_second {
    font-size: 14.8717948718vw;
  }
}

.brand-au .inner_contents {
  background-color: #000;
}
.brand-au .inner_contents_title {
  background-color: #000;
  color: #f08000;
}

.contents_btn a {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 5px;
  gap: 8px;
  background-color: #fff300;
  color: #4b180c;
  font-size: 1.9444444444vw;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  transition: all 0.3s;
  outline: 1px solid #fff;
  outline-offset: -4px;
}
@media screen and (max-width: 768px) {
  .contents_btn a {
    padding: 20px 5px;
    font-size: 4.6153846154vw;
  }
}
.contents_btn a:hover {
  opacity: 0.8;
}
.contents_btn a .btn-text-first {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents_btn a .btn-text-first {
    font-size: 4.6153846154vw;
  }
}
.contents_btn a .btn-text-wrap {
  display: flex;
  gap: 6px;
  align-items: center;
}
.contents_btn a .btn-text-second {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .contents_btn a .btn-text-second {
    font-size: 4.6153846154vw;
  }
}
.contents_btn a img {
  width: 14px;
  height: 20px;
  flex-shrink: 0;
}

.brand-au .contents_btn a {
  background-color: #eb5505;
  outline: transparent;
  color: #fff;
}

.inner_contents:not(:first-child) {
  padding-top: 30px;
}

.img_wrap a {
  transition: all 0.3s;
}
.img_wrap a:hover {
  opacity: 0.6;
}

.discount_coupon {
  padding: 60px 0 0 0;
  text-align: center;
}
.discount_coupon .discount_coupon_subtitle {
  font-size: 23px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #ffffff;
}
.discount_coupon .discount_coupon_title {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #ffffff;
}
.discount_coupon .discount_coupon_btn a {
  display: inline-block;
  padding: 20px 40px;
  width: 100%;
  background-color: #fff300;
  color: #4b180c;
  font-weight: bold;
  border-radius: 999px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  font-size: 23px;
}
@media screen and (max-width: 458px) {
  .discount_coupon .discount_coupon_btn a {
    font-size: 5.1282051282vw;
    padding: 18px 20px;
  }
}
.discount_coupon .discount_coupon_btn a:hover {
  opacity: 0.8;
}

.final_section .final_section_title {
  font-size: 49px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #fff;
  font-family: "ab-kirigirisu", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .final_section .final_section_title {
    font-size: 10.7692307692vw;
  }
}
.final_section .final_section_image {
  max-width: 100%;
  height: auto;
}
.final_section .final_section_image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.brand-au .final_section .final_section_title {
  color: #f08000;
}

.closing_text {
  padding-top: 140px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  color: #fff300;
}
@media screen and (max-width: 768px) {
  .closing_text {
    padding-top: 25.641025641vw;
    font-size: 5.641025641vw;
  }
}

.map {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: -0.1em;
  background-color: #C81432;
  text-align: center;
}
.map .shop_info {
  padding: 80px 0 40px 0;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.map .shop_info h2 {
  font-size: 2.5vw;
  padding-bottom: 10px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .map .shop_info h2 {
    font-size: 7.1794871795vw;
  }
}
.map .shop_info h2 .big {
  font-size: 3.2638888889vw;
}
@media screen and (max-width: 768px) {
  .map .shop_info h2 .big {
    font-size: 9.7435897436vw;
  }
}
.map .shop_info .tel {
  font-size: 2.4305555556vw;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .map .shop_info .tel {
    font-size: 7.6923076923vw;
  }
}
.map .shop_info .address, .map .shop_info .holiday, .map .shop_info .business-hours {
  font-size: 20px;
  padding-bottom: 1rem;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .map .shop_info .address, .map .shop_info .holiday, .map .shop_info .business-hours {
    font-size: 4.6153846154vw;
  }
}
.map .shop_info .business-hours {
  padding-bottom: 0;
}
.map .google_map {
  position: relative;
  width: 100%;
  height: 445px; /* 固定の高さを指定 */
  overflow: hidden;
}
.map .google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.brand-au .map {
  background-color: #000;
  text-align: left;
  width: 95%;
  margin: 0 auto;
}
.brand-au .map .shop_info {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.brand-au .map .shop_info h2 {
  font-weight: 900;
  letter-spacing: 0.08em;
}
.brand-au .map .shop_info .info-update-date {
  font-size: 20px;
  color: #ffffff;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .brand-au .map .shop_info .info-update-date {
    font-size: 5.1282051282vw;
  }
}
.brand-au .map .google_map {
  height: auto;
}
.brand-au .map .google_map img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer_contents_wrap {
  max-width: 550px;
  margin: 0 auto;
  border-right: 30px solid #C81432;
  border-left: 30px solid #C81432;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background-color: #C81432;
}
@media screen and (max-width: 550px) {
  .footer_contents_wrap {
    border-right: 20px solid #C81432;
    border-left: 20px solid #C81432;
    max-width: 100%;
  }
}

footer {
  padding: 60px 0 130px 0;
  text-align: center;
  background-color: #C81432;
}
footer .footer_logo {
  width: 98px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    width: 20.5128205128vw;
  }
}

.brand-au .footer_contents_wrap {
  border-right: 30px solid #000;
  border-left: 30px solid #000;
}
@media screen and (max-width: 550px) {
  .brand-au .footer_contents_wrap {
    border-right: 20px solid #000;
    border-left: 20px solid #000;
  }
}
.brand-au footer {
  padding: 130px 0px;
  position: relative;
  background-color: #000;
}
.brand-au footer::after {
  content: "";
  background: url(../images/footer_bg-motif-au.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 276px;
  height: 170px;
}
.brand-au footer .footer_logo {
  width: 163px;
}
.brand-au .management-number {
  padding: 20px 0px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 27px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 550px) {
  .brand-au .management-number {
    font-size: 20px;
  }
}

.fixed-buttons {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-buttons {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px;
    gap: 16px;
    text-align: center;
  }
  .fixed-buttons .fixed-btn {
    flex: 1;
    padding: 12px 10px;
    font-size: 13px;
    font-weight: bold;
    transition: opacity 0.3s;
    font-size: 4.6153846154vw;
    border-radius: 10px;
  }
  .fixed-buttons .fixed-btn:active {
    opacity: 0.8;
  }
}

.brand-docomo .fixed-buttons {
  background-color: #C81432;
}
.brand-docomo .fixed-buttons .fixed-btn-phone {
  background: #f0eb87;
  color: #000;
}
.brand-docomo .fixed-buttons .fixed-btn-web {
  background: #9ae0ff;
  color: #000;
}

.brand-au .fixed-buttons {
  background-color: #000;
}
.brand-au .fixed-buttons .fixed-btn-phone {
  background: #eb5505;
  color: #000;
}
.brand-au .fixed-buttons .fixed-btn-web {
  background: #9ae0ff;
  color: #000;
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */