/*
Theme Name:　欧都香オリジナル
Author:　(株)新和プランニング
Description:　Wordpress 2025/10
*/
@charset "utf-8";
/*-------------
共通パーツ css
---------------*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: var(--font), sans-serif;
  color: var(--textCl);
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  background: #fff;
}

.header {
  width: 100%;
  height: var(--headerH);
  padding: 0 35px;
  background: var(--pkCl);
  display: grid;
  grid-template-columns: calc((100% - 820px) / 2) 820px calc((100% - 820px) / 2);
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99;
}

.logo {
  margin: 0;
  padding-right: 38px;
}

.pcNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pcNav .menuLi {
  display: grid;
  grid-template-columns: repeat(6, auto);
}

.pcNav .menuLi li {
  margin-right: 38px;
}

.menuLi a {
  color: #fff;
  border-bottom: dotted 2px #fff;
}

.menuLi a:hover {
  color: #6f8693;
  border-bottom: dotted 2px #6f8693;
}

#menuBtn,
.toShop {
  display: none;
}

/* WP調整 */
p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

h2,
h3,
h4 {
  font-weight: 500;
}

article ul {
  list-style: decimal;
  margin-left: 20px;
}

.spShow {
  display: none;
}

@media screen and (max-width: 1300px) {
  #menuBtn {
    display: inline-block;
  }
  .pcNav {
    display: none;
  }

  .header {
    display: flex;
    justify-content: space-between;
  }

  .inMenu {
    width: 100%;
    height: calc(100vh - var(--headerH));
    background: var(--pkCl);
    position: fixed;
    top: var(--headerH);
    bottom: 0;
    z-index: 100;
    overflow-y: scroll;
  }

  .inMenu .menuLi {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin-top: 60px;
  }

  .inMenu .menuLi li {
    margin-bottom: 60px;
  }

  .inMenu .menuLi a {
    font-size: 1.8rem;
  }

  .snsIcon {
    text-align: center;
  }

  .toShop {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 100px;
  }

  .toShop a {
    display: inline-block;
  }

  .toShop a:hover {
    transform: translateY(-10px);
  }

  p {
    font-size: 1.4rem;
  }

  .spShow {
    display: block;
  }

  .pcShow {
    display: none;
  }
}

#inMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .header {
    height: var(--headerH);
    padding: 0 15px;
  }

  .logo {
    padding-right: 0;
    width: 150px;
  }

  #menuBtn {
    width: 35px;
    height: 35px;
  }

  .inMenu .menuLi {
    list-style: none;
    margin-top: 30px;
    width: 160px;
    margin: 0 auto 30px auto;
    padding-left: 0;
  }

  .inMenu .menuLi li {
    margin-bottom: 0;
  }

  .inMenu .menuLi a {
    font-size: 1.4rem;
  }

  .inMenu .menuLi li a {
    display: block;
    text-align: center;
    line-height: 60px;
  }

  .toShop {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .toShop picture,
  .toShop a {
    width: 100%;
    display: inline-block;
  }

  .toShop img {
    width: 100%;
  }
}

.container1200 {
  width: min(100%, 1250px);
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.patternBg {
  width: 100%;
  background: url(image/pattern_bg.jpg);
  padding-bottom: 150px;
}

.patternBg0H {
  width: 100%;
  background: url(image/pattern_bg.jpg);
}

.whBg {
  width: 100%;
  background: #fff;
}

.footerWhBg {
  width: 100%;
  background: #fff;
  padding-top: 100px;
}

.container670 {
  width: min(100%, 720px);
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.btnLink {
  width: 274px;
  margin: 0 auto;
}

.toPage {
  width: 274px;
}

.btnLink a,
.toPage a {
  display: block;
  width: 100%;
  line-height: 65px;
  background: var(--oreCl) url(image/arrow_ore.svg) 234px center no-repeat;
  background-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 1.7rem;
}

.btnLink a:hover,
.toPage a:hover {
  background: var(--pkCl) url(image/arrow_pink.svg) 234px center no-repeat;
  background-size: 24px;
}

.shopBtn {
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 90;
  width: 180px;
}

.shopBtn a {
  display: inline-block;
}

.shopBtn a:hover {
  transform: translateY(-10px);
}

.cartIcon {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(image/cart.svg) left 2px no-repeat;
  padding-left: 2px;
}

@media screen and (max-width: 767px) {
  .patternBg {
    padding-bottom: 70px;
  }

  .btnLink,
  .toPage {
    width: 260px;
  }

  .toPage {
    margin-left: auto;
    margin-right: auto;
  }

  .btnLink a,
  .toPage a {
    line-height: 60px;
    background: var(--oreCl) url(image/arrow_ore.svg) 224px center no-repeat;
    background-size: 20px;
    font-size: 1.6rem;
  }

  .shopBtn {
    width: 120px;
    bottom: 20px;
    right: 10px;
  }
}

/* footer ----------------------------------------------------------------*/
.footer {
  width: 100%;
  background: url(image/footer_bg_pc.svg) center 50px no-repeat;
  background-size: cover;
}

.footerGuide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 70px;
  margin-bottom: 50px;
}

.footerGuide a {
  display: inline-block;
}

.footerGuide a:hover {
  transform: translateY(-10px);
}

.footerNav {
  display: grid;
  margin-bottom: 50px;
}

.footerTitle {
  grid-area: 1 /1 /2 /2;
  margin: 0;
  width: 100%;
}

.poricy {
  grid-area: 2 /1 /3 /2;
  margin-top: 70px;
  line-height: 1.6;
}

.poricy a {
  display: inline-block;
  background: url(image/arrow_wh.svg) left 2px no-repeat;
  color: #fff;
  padding-left: 24px;
}

.adress {
  grid-area: 1 /2 /3 /3;
  color: #fff;
  border-left: solid 1px #fff;
}

.adress th {
  width: 130px;
  font-weight: normal;
  padding-left: 30px;
  text-align: left;
}

.copy {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

/* ルビ ----------*/
[data-ruby] {
  position: relative;
  line-height: 1.9;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.3em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

rt {
  display: none;
}

@media screen and (max-width: 767px) {
  .footerWhBg {
    padding-top: 50px;
  }

  .footer {
    background: url(image/footer_bg_sp.svg) center 40px no-repeat;
    background-size: cover;
  }

  .footerNav {
    margin-bottom: 20px;
  }

  .footerGuide {
    column-gap: 15px;
    top: 0;
    margin-bottom: 0;
  }

  .footerTitle {
    border-bottom: solid 1px #fff;
    grid-area: 1 / 1 / 2 / 3;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .adress {
    grid-area: 2 / 1 / 2 / 3;
    border-left: none;
    margin-top: 20px;
    line-height: 1.5;
  }

  .adress th {
    width: 80px;
    padding-left: 0;
    vertical-align: top;
  }

  .adress td {
    padding: 3px 0;
  }

  .poricy {
    grid-area: 3 / 1 / 4 / 3;
    margin-top: 10px;
  }

  .poricy a {
    background: url(image/arrow_wh.svg) left 4px no-repeat;
    background-size: 16px;
    padding-left: 24px;
  }
  [data-ruby]::before {
    top: -1em;
  }
}

/* 効果 ----------*/
.element {
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 2s, visibility 2s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
