@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese);
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  letter-spacing: 1.1px;
  vertical-align: baseline;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

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

html {
  background-color: #ccc;
  line-height: 1;
}

html * {
  max-width: 2000px;
}

body {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
  min-height: 100vh;
  color: #000000;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  body {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    max-width: 2000px;
  }
}

header {
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  align-items: center;
  display: flex;
  position: fixed;
  z-index: 999;
  border-bottom: solid 3px #D9D9D9;
}
@media screen and (min-width: 480px) {
  header {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  header {
    max-width: 2000px;
  }
}
header .inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
@media screen and (min-width: 320px) and (max-width: 389px) {
  header .inner {
    padding: 4px;
  }
}
@media screen and (min-width: 1024px) {
  header .inner {
    width: 1024px;
    max-width: 1024px;
    padding: 10px 0;
  }
}
header .inner .logo {
  display: flex;
  justify-items: center;
  align-items: center;
}
header .inner .logo img {
  width: 54px;
  height: auto;
}
@media screen and (min-width: 480px) {
  header .inner .logo img {
    width: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .inner .logo img {
    width: 88px;
  }
}
@media screen and (min-width: 1024px) {
  header .inner .logo img {
    width: 88px;
    margin-right: 24px;
  }
}
header .inner .logo__text {
  font-size: 16px;
}
header .inner .rigthArea {
  display: flex;
}
header .inner .rigthArea .telArea {
  text-align: center;
}
header .inner .rigthArea .telArea__text {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 15px;
}
@media screen and (min-width: 320px) {
  header .inner .rigthArea .telArea__text {
    font-size: 9px;
    letter-spacing: 0.9px;
  }
}
@media screen and (min-width: 480px) {
  header .inner .rigthArea .telArea__text {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .inner .rigthArea .telArea__text {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 1024px) {
  header .inner .rigthArea .telArea__text {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
header .inner .rigthArea .telArea__number {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media screen and (min-width: 320px) {
  header .inner .rigthArea .telArea__number {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
}
@media screen and (min-width: 480px) {
  header .inner .rigthArea .telArea__number {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .inner .rigthArea .telArea__number {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  header .inner .rigthArea .telArea__number {
    font-size: 26px;
    line-height: 1.5;
  }
}
header .inner .rigthArea .telArea__number::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/phone_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  left: -2px;
  top: 3px;
  position: relative;
}
@media screen and (min-width: 480px) {
  header .inner .rigthArea .telArea__number::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .inner .rigthArea .telArea__number::before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  header .inner .rigthArea .telArea__number::before {
    width: 26px;
    height: 26px;
  }
}
header .inner .rigthArea .telArea__time {
  font-size: 9px;
  font-weight: lighter;
  letter-spacing: 1px;
  line-height: 14px;
}
@media screen and (min-width: 480px) {
  header .inner .rigthArea .telArea__time {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .inner .rigthArea .telArea__time {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  header .inner .rigthArea .telArea__time {
    font-size: 14px;
  }
}
header .inner .rigthArea .cvButtonTop {
  height: 50px;
  width: auto;
  padding-left: 8px;
}
@media screen and (min-width: 480px) {
  header .inner .rigthArea .cvButtonTop {
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .inner .rigthArea .cvButtonTop {
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  header .inner .rigthArea .cvButtonTop {
    padding-left: 20px;
    height: 70px;
    width: auto;
  }
}
header .inner .rigthArea .cvButtonTop__link {
  transition: 0.3s;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
header .inner .rigthArea .cvButtonTop__link:hover {
  opacity: 0.7;
}
header .inner .rigthArea .cvButtonTop img {
  width: auto;
  height: 100%;
  vertical-align: middle;
}

main {
  max-width: 2000px;
  display: block;
}
main .mainVisual {
  max-width: 100%;
  padding-top: 65px;
  padding-bottom: 85px;
}
@media screen and (min-width: 320px) and (max-width: 389px) {
  main .mainVisual {
    padding-top: 60px;
  }
}
@media screen and (min-width: 480px) {
  main .mainVisual {
    padding-top: 88px;
  }
}
@media screen and (min-width: 1200px) {
  main .mainVisual {
    padding-top: 99px;
  }
}
main .mainVisual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  main .mainVisual img {
    height: 320px;
  }
}
@media screen and (min-width: 1200px) {
  main .mainVisual img {
    height: 350px;
  }
}
@media screen and (min-width: 1400px) {
  main .mainVisual img {
    height: 400px;
  }
}
@media screen and (min-width: 1500px) {
  main .mainVisual img {
    height: 450px;
  }
}
main .subArea {
  background: linear-gradient(180deg, #FAF8F0 0%, #FAF8F0 calc(100% - 65px), #ffffff calc(100% - 65px), #ffffff 100%);
  position: relative;
  z-index: 2;
}
main .subArea::after {
  content: "";
  width: 100%;
  height: 150px;
  background-image: url(../img/pc/triangle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  background-position: bottom;
  bottom: -50px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  main .subArea::after {
    bottom: -85px;
  }
}
main .subArea__text {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 24px 0 0;
  line-height: 1.5;
  letter-spacing: 2px;
}
main .subArea__text .big {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 4px;
}
@media screen and (min-width: 320px) and (max-width: 389px) {
  main .subArea__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  main .subArea__text {
    font-size: 20px;
    padding: 32px 0 0;
  }
  main .subArea__text .big {
    font-size: 24px;
    line-height: 2.8;
  }
}
@media screen and (min-width: 1024px) {
  main .subArea__point {
    margin-top: 20px;
  }
}
main .subArea__point ul {
  width: 99%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 1024px) {
  main .subArea__point ul {
    width: 90%;
  }
}
main .subArea__point ul li {
  margin-right: 0;
  text-align: center;
}
main .subArea__point ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  main .subArea__point ul li {
    margin-right: 24px;
  }
}
main .subArea__point ul img {
  width: 94%;
  height: auto;
}

.buttonArea {
  margin: 32px 16px;
  text-align: center;
}
.buttonArea__inner__link {
  transition: 0.3s;
  height: 100%;
  display: block;
  cursor: pointer;
  width: auto;
}
.buttonArea__inner__link:hover {
  opacity: 0.7;
}
.buttonArea__inner__text {
  font-size: 10px;
  color: #848484;
  margin-top: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .buttonArea__inner__text {
    margin-top: 24px;
    font-size: 12px;
  }
}
.buttonArea img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
@media screen and (min-width: 480px) {
  .buttonArea {
    margin: 32px 16px;
  }
  .buttonArea img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buttonArea {
    margin: 32px 16px;
  }
  .buttonArea img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .buttonArea {
    margin: 56px auto;
  }
  .buttonArea img {
    width: 580px;
    max-width: none;
  }
}
.buttonArea__text {
  margin: 16px auto 40px;
  color: #777777;
  font-weight: normal;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
  max-width: 400px;
}
@media screen and (min-width: 410px) {
  .buttonArea__text {
    margin: 16px auto 40px;
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 480px) {
  .buttonArea__text {
    margin: 16px auto 40px;
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buttonArea__text {
    margin: 16px auto 40px;
    font-size: 14px;
    line-height: 1.5;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .buttonArea__text {
    margin: 20px auto 48px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    max-width: none;
  }
}

.buttonArea {
  position: relative;
  z-index: 10;
  margin: 16px 22px 40px 24px;
}
@media screen and (min-width: 1024px) {
  .buttonArea {
    margin: 56px auto;
  }
  .buttonArea img.buttonArea__img {
    width: 500px;
    height: auto;
  }
}

.contents {
  padding-bottom: 40px;
}
@media screen and (min-width: 480px) {
  .contents {
    padding-bottom: 80px;
  }
}
.contents__inner {
  width: auto;
  margin: 0 auto;
  max-width: 600px;
}
@media screen and (min-width: 480px) {
  .contents__inner {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contents__inner {
    width: auto;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .contents__inner {
    width: 1024px;
    max-width: 1024px;
  }
}
.contents__inner__text {
  margin: 24px auto;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.5;
  font-size: 9px;
  text-align: center;
}
@media screen and (min-width: 410px) {
  .contents__inner__text {
    margin: 16px auto 40px;
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 480px) {
  .contents__inner__text {
    margin: 24px auto;
    line-height: 1.5;
    font-size: 10px;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contents__inner__text {
    margin: 24px auto;
    line-height: 1.5;
    font-size: 14px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .contents__inner__text {
    margin: 40px auto;
    width: 1000px;
    line-height: 1.5;
    font-size: 15px;
  }
}
.contents__inner .titleImage {
  text-align: center;
  padding: 0 16px;
}
.contents__inner .titleImage img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contents__inner .titleImage {
    padding: 0;
  }
  .contents__inner .titleImage img {
    height: 218px;
    width: auto;
  }
}
.contents__inner .contentsImage {
  text-align: center;
}
.contents__inner .contentsImage img {
  width: 100%;
  height: auto;
}
.contents__inner .contentsImage .watchCard {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .contents__inner .contentsImage .watchCard {
    padding: 0;
  }
}
.contents__inner .contentsImage .watchCard__list {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
}
.contents__inner .contentsImage .watchCard__list:nth-child(2n) {
  margin-right: 0;
}
.contents__inner .contentsImage .watchCard__list img {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
  border-radius: 6px;
}
@media screen and (min-width: 1024px) {
  .contents__inner .contentsImage .watchCard__list {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .contents__inner .contentsImage .watchCard__list:nth-child(2n) {
    margin-right: 20px;
  }
  .contents__inner .contentsImage .watchCard__list:nth-child(4n) {
    margin-right: 0;
  }
}
.contents__inner .bottomImage {
  text-align: center;
  margin: 40px 16px 10px;
  padding-bottom: 10px;
}
.contents__inner .bottomImage img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .contents__inner .bottomImage {
    margin: 48px 0 0;
    padding-bottom: 0;
  }
  .contents__inner .bottomImage img {
    width: auto;
    height: 64px;
  }
}
.contents__inner .brandBg {
  background: #eeeeee;
  padding: 10px;
  margin: 16px;
}
@media screen and (min-width: 1024px) {
  .contents__inner .brandBg {
    padding: 20px;
    margin: 0;
  }
}
.contents__inner .buttonArea {
  margin: 16px 22px 16px 24px;
}
@media screen and (min-width: 1024px) {
  .contents__inner .buttonArea {
    margin: 16px auto 0;
  }
}

.bgGray {
  background: #F8F8F8;
}

.bgLightOrange {
  background: #FFEEE2;
}

.bgMain {
  background: #E56D1E;
  padding-bottom: 8px;
  position: relative;
  z-index: 2;
}
.bgMain::after {
  content: "";
  width: 100%;
  height: 150px;
  background-image: url(../img/pc/triangle_orange.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  background-position: bottom;
  bottom: -45px;
  z-index: -1;
}
@media screen and (min-width: 320px) and (max-width: 389px) {
  .bgMain::after {
    bottom: -34px;
  }
}
@media screen and (min-width: 480px) {
  .bgMain::after {
    bottom: -55px;
  }
}
@media screen and (min-width: 1024px) {
  .bgMain::after {
    bottom: -112px;
  }
}
@media screen and (min-width: 1024px) {
  .bgMain {
    background: linear-gradient(180deg, #E56D1E 0%, #E56D1E 98%, #ffffff 2%, #ffffff 100%);
  }
}

.bgLightYellow {
  background: #FAF8F0;
}
.bgLightYellow .contentsImage img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0px 0px 6px;
}
@media screen and (min-width: 1024px) {
  .bgLightYellow .contentsImage img {
    width: 710px;
    padding: 0;
  }
}
.bgLightYellow .buttonArea {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .bgLightYellow .buttonArea {
    margin: 24px 0 0;
  }
}

.shopInfo {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .shopInfo .titleImage img {
    height: 160px;
  }
}
.shopInfo__wrapper ul {
  display: flex;
  flex-flow: column;
  padding: 16px;
}
.shopInfo__wrapper ul li {
  width: 100%;
}
.shopInfo__wrapper ul li:first-child {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .shopInfo__wrapper ul {
    padding: 0;
    flex-flow: nowrap;
  }
  .shopInfo__wrapper ul li {
    width: calc((100% - 48px) / 2);
  }
  .shopInfo__wrapper ul li:first-child {
    margin-right: 48px;
  }
}
.shopInfo__wrapper__title {
  font-weight: bold;
  font-size: 20px;
  background: #F2F2F2;
  padding: 8px;
  margin-bottom: 24px;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .shopInfo__wrapper__title {
    font-size: 28px;
  }
}
.shopInfo__wrapper__detail dl {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .shopInfo__wrapper__detail dl {
    margin-bottom: 32px;
  }
}
.shopInfo__wrapper__detail dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .shopInfo__wrapper__detail dt {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.shopInfo__wrapper__detail dd {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .shopInfo__wrapper__detail dd {
    font-size: 16px;
  }
}
.shopInfo__wrapper__detail .map {
  text-decoration: underline;
  color: #028DFF;
  margin-top: 16px;
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

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

.footer {
  padding: 8px;
  background: #333333;
  color: #FFFFFF;
}
@media screen and (min-width: 480px) {
  .footer {
    padding: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 10px 0;
  }
}
.footer__inner {
  width: auto;
  margin: 0 auto;
  display: flex;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.3px;
  font-size: 10px;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    width: 1024px;
  }
}
.footer__inner__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #ffffff;
  flex-flow: column;
}
@media screen and (min-width: 1024px) {
  .footer__inner__top {
    flex-flow: nowrap;
  }
}
.footer__inner__top .logoArea {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.footer__inner__top .logoArea img {
  width: 64px;
  margin-right: 16px;
}
@media screen and (min-width: 480px) {
  .footer__inner__top .logoArea img {
    width: 88px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__inner__top .logoArea img {
    width: 88px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__inner__top .logoArea {
    margin-bottom: 0;
  }
  .footer__inner__top .logoArea img {
    width: 88px;
    margin-right: 24px;
  }
}
.footer__inner__top .logoArea__text {
  font-size: 14px;
}
.footer__inner__top .telArea__number {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.footer__inner__top .telArea__number::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("../img/phone_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  left: -6px;
  top: 3px;
  position: relative;
}
.footer__inner__top .telArea__time {
  font-size: 12px;
  font-weight: lighter;
  letter-spacing: 1px;
  line-height: 12px;
}
@media screen and (min-width: 1024px) {
  .footer__inner__top .telArea__time {
    font-size: 14px;
    line-height: 14px;
  }
}
.footer__inner__bottom {
  width: 100%;
}
.footer__inner__bottom__list {
  margin: 16px 0 8px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer__inner__bottom__list {
    justify-content: start;
  }
}
.footer__inner__bottom__list li {
  padding: 0 8px;
  display: inline-block;
  border-right: solid 1px #fff;
}
.footer__inner__bottom__list li:last-child {
  border: none;
}
.footer__inner__bottom__list li a {
  text-decoration: none;
}
.footer__inner__bottom__list li a:hover {
  text-decoration: underline;
}

.sp_block {
  display: block;
}
@media screen and (min-width: 480px) {
  .sp_block {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp_block {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .sp_block {
    display: none;
  }
}

.pc_block {
  display: none;
}
@media screen and (min-width: 480px) {
  .pc_block {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_block {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .pc_block {
    display: block;
  }
}

.pB0 {
  padding-bottom: 0 !important;
}

.p16 {
  padding: 0 16px;
}

.mT130 {
  margin-top: 60px;
}
@media screen and (min-width: 320px) and (max-width: 389px) {
  .mT130 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .mT130 {
    margin-top: 130px;
  }
}

.mainButton .buttonArea {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .mainButton .buttonArea {
    margin-top: 60px;
  }
}/*# sourceMappingURL=style.css.map */