html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-padding: 150px;
  margin-top: 0 !important;
}
#honten {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: #303030;
}
#ichijo {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: #fff;
}
h1 {
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  font-weight: 700;
  color: #fff;
}
p {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  line-height: 2;
  color: #111111;
}
a {
  text-decoration: unset;
  display: block;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.header_sp {
  display: none;
}

main {
  padding: calc(190 / 1920 * 100vw) 0 0;
}
.gold {
  color: #c2b04d;
}
.mv {
  background: url(../img/mv.webp) no-repeat center;
  background-size: cover;
  aspect-ratio: 1920/476;
}

.p-mv {
  position: relative;
}
.p-mv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-mv_ttl h1 {
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  font-weight: 700;
}
.p-ttl h2 {
  color: #fff;
  text-align: center;
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  font-weight: 400;
}
/* --------------
header
---------------*/

.l-header_inner {
  display: flex;
  justify-content: space-between;
  padding: 0 calc(74 / 1920 * 100vw) 0 0;
  align-items: center;
  position: fixed;
  z-index: 999;
  width: 98%;
  background-color: #303030;
}
#ichijo .l-header_inner {
  background-color: #fff;
}
.h-logo {
  width: calc(435 / 1920 * 100vw);
}
.l-nav ul {
  display: flex;
}
.l-nav ul li {
  padding-right: calc(50 / 1920 * 100vw);
}
.l-nav li a {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  font-weight: 500;
  position: relative;
  color: #fff;
}
#ichijo .l-nav li a {
  color: #303030;
}
.l-nav li a::after {
  content: "";
  background-color: #a8191e;
  width: 0;
  height: calc(9 / 1920 * 100vw);
  position: absolute;
  bottom: calc(-15 / 1920 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
}
.l-nav a.checked::after {
  width: calc(9 / 1920 * 100vw);
}

.h-contact ul {
  display: flex;
  gap: calc(25 / 1920 * 100vw);
  align-items: center;
}
.h-hp ul {
  display: flex;
  gap: calc(8 / 1920 * 100vw);
}
.h-tel a {
  color: #fff;
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(12 / 1920 * 100vw);
}
#ichijo .h-tel a {
  color: #303030;
}
.h-tel img {
  width: calc(24 / 1920 * 100vw);
}
.h-net {
  background-color: #a8191e;
  padding: calc(23 / 1920 * 100vw) 0;
  width: calc(280 / 1920 * 100vw);
}
#ichijo .h-net {
  background-color: #303030;
}
.h-net a {
  color: #fff;
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  display: flex;
  align-items: center;
  gap: calc(12 / 1920 * 100vw);
  justify-content: center;
}
.h-net img {
  width: calc(35 / 1920 * 100vw);
}
.h-hp li {
  width: calc(113 / 1920 * 100vw);
}

footer {
  position: relative;
  background-color: #fff;
  padding: calc(62 / 1920 * 100vw) 0 calc(29 / 1920 * 100vw);
}
#ichijo footer {
  background-color: #fffaf0;
}
.f-logo h2 {
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3rem;
}
.f-logo span {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
}
.f-logo p {
  text-align: center;
  margin: calc(13 / 1920 * 100vw) 0 calc(31 / 1920 * 100vw);
  font-size: min(calc(16 / 1920 * 100vw), 1.6rem);
  letter-spacing: 0.2rem;
}
.f-contact {
  margin-bottom: calc(50 / 1920 * 100vw);
}
.f-contact ul {
  display: flex;
  gap: calc(35 / 1920 * 100vw);
  justify-content: center;
  align-items: center;
}

.f-tel a {
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #303030;
  letter-spacing: 0.5rem;
}
.f-tel a img {
  width: calc(24 / 1920 * 100vw);
}
.f-net {
  background-color: #a8191e;
  padding: calc(30 / 1920 * 100vw) 0;
  width: calc(280 / 1920 * 100vw);
}
#ichijo .f-net {
  background-color: #303030;
}
.f-net a {
  color: #fff;
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(12 / 1920 * 100vw);
  font-weight: 700;
  letter-spacing: 0.3rem;
}
.f-net a img {
  width: calc(35 / 1920 * 100vw);
}
.f-hp {
  margin-top: calc(47 / 1920 * 100vw);
}
.f-hp ul {
  display: flex;
  gap: calc(8 / 1920 * 100vw);
}
.f-hp img {
  width: calc(70 / 1920 * 100vw);
}

.f-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-list ul li {
  padding-right: calc(50 / 1920 * 100vw);
}
.f-list li a {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  font-weight: 500;
  color: #303030;
}
.f-instagram {
  width: calc(45 / 1920 * 100vw);
}
.copy {
  font-size: min(calc(16 / 1920 * 100vw), 1.6rem);
  font-weight: 400;
  text-align: center;
  margin: calc(48 / 1920 * 100vw) 0 calc(30 / 1920 * 100vw);
}
.pagetop {
  position: fixed;
  height: calc(69 / 1920 * 100vw);
  width: calc(69 / 1920 * 100vw);
  bottom: calc(126 / 1920 * 100vw);
  right: calc(164 / 1920 * 100vw);
}
.pagetop a {
  display: block;
}

/* ---------------

----------------*/
@media screen and (max-width: 768px) {
  main {
    padding: unset;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  p {
    font-size: 1.6rem;
  }
  .pagetop {
    position: absolute;
    height: 69px;
    width: 69px;
    bottom: 170px;
    right: 20px;
  }
  .pagetop a {
    display: block;
    height: 69px;
    width: 69px;
  }
  .mv {
    width: auto;
    aspect-ratio: 430/525;
    background: url(../img/kodawari_img01.webp) no-repeat center;
    background-size: cover;
  }
  .p-mv_ttl {
    right: calc(10 / 430 * 100vw);
    top: 0;
  }
  .l-header_inner {
    background-color: unset;
    padding: 0 0;
    width: 100%;
  }
  .h-logo {
    width: 234px;
    position: relative;
    z-index: 99999;
  }
  .l-nav {
    background-color: #303030;
    display: none;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  #ichijo .l-nav {
    background-color: #a78d00;
  }
  .l-nav ul {
    display: block;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l-nav ul li {
    padding: 32px 0;
    position: relative;
  }
  .l-nav ul li:last-of-type {
    margin-right: 0;
  }
  .l-nav ul li a {
    position: static;
    font-size: 3.2rem;
    text-align: center;
  }

  .menu-btn {
    display: block;
    pointer-events: all;
    position: absolute;
    top: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
    background-color: unset;
    border: unset;
    padding: 0;
  }
  .menu-btn .bar {
    display: block;
    position: absolute;
    width: 27px;
    height: 4px;
    left: 10px;
    background: #a8191e;
  }
  #ichijo .menu-btn .bar {
    background: #303030;
  }
  .menu-btn .bar:nth-of-type(1) {
    top: 11px;
    transition: 0.3s;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: 19px;
  }
  .menu-btn .bar:nth-of-type(3) {
    top: 27px;
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(2) {
    top: 22px;
    opacity: 0;
  }
  .menu-btn.active .bar:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }

  .h-hp {
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
  .h-hp ul {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
  }
  .h-hp li {
    width: calc(220 / 440 * 100vw);
    background-color: #a8191e;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h-hp img {
    width: 35px;
  }
  .h-hp li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(20 / 440 * 100vw);
    color: #fff;
  }
  .h-tel {
    background-color: #fff !important;
  }
  .h-tel a {
    color: #353535 !important;
    font-size: calc(24 / 440 * 100vw);
    text-align: center;
    -webkit-text-size-adjust: none;
    gap: 5px;
  }
  .h-tel img {
    width: 19px;
    height: 20px;
  }
  footer {
    padding: 47px 4% 100px;
  }
  .f-logo h2 {
    font-size: 3.6rem;
  }
  .f-logo span {
    font-size: 2rem;
  }
  .f-logo p {
    font-size: 1.6rem;
    margin: 13px 0;
  }
  .f-contact {
    margin-bottom: 36px;
  }
  .f-contact ul {
    flex-direction: column;
  }
  .f-tel a {
    font-size: 4rem;
  }
  .f-tel a img {
    width: 24px;
  }
  .f-net {
    width: 280px;
  }
  .f-net a {
    font-size: 2.4rem;
    gap: 12px;
  }
  .f-net a img {
    width: 35px;
  }
  .f-hp {
    flex-direction: row !important;
    margin-top: 37px;
  }
  .f-list ul {
    flex-wrap: wrap;
  }

  .f-hp img {
    width: 72px;
  }
  .f-list ul li {
    padding-right: 36px;
    padding-bottom: 16px;
  }
  .f-list li a {
    font-size: 1.5rem;
  }
  .f-instagram {
    width: 26px;
  }
  .pagetop {
    bottom: 112px;
    right: 15px;
  }
}
