@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #3c3c3c;
  font-family: "Louis Vuitton Web", "Hiragino Kaku Gothic Pro W3", Motoya, Meiryo, "MS PGothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}

div.wrapper {
  background-color: rgb(248, 248, 248);
  max-width: 100%;
  margin: 0 auto;
}

header {
  position: relative;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 18px;
  margin: 0 auto;
  justify-content: flex-end;
  align-items: center;
  z-index: 1000;
}

header div.hum {
  position: absolute;
  top: 21px;
  left: 20px;
  z-index: 1000;
}

header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

header nav ul {
  display: flex;
  align-items: center;
  z-index: 1000;
}

header nav ul li {
  padding-left: 13px;
}

header nav ul li.window {
  opacity: 0;
}

#searchwindow {
  border: 1px solid #808285;
  border-radius: 50px;
  padding: 18px 150px 16px 0;
  height: 4px;
  box-sizing: border-box;
  font-weight: 500;
  font-family: Noto Sans JP, arial, sans-serif;
  line-height: 20px;
  font-size: 13px;
  text-align: start;
  font-family: "Louis Vuitton Web", "Hiragino Kaku Gothic Pro W3", Motoya, Meiryo, "MS PGothic", YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}

#searchwindow ::placeholder {
  color: #8a8989;
  padding-left: 5px;
}


header nav ul li img {
  max-width: 25px;
  height: auto;
}

/* ---------------メガメニュー----- */
/* 検証用↓ */
/* .megamenu,
.megamenu-list,
.megamenu-item {
  outline: 2px solid red;
} */

.header_sub_mega {
  background-color: #fff;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}

.header_sub_mega {
  max-width: 100%;
  height: auto;
}

.header_sub nav ul li.header-item a {
  font-size: clamp(11px, 1vw, 13px);
  letter-spacing: .18em;
  text-decoration: none;
}

.header-list {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
}

.header-item {
  transition: background-color .3s;
}

.header-item a {
  color: #8a8989;
  display: block;
  padding: 20px;
}

.header-item a:hover {
  color: #3b3b3b;
  font-weight: 500;
}

.megamenu ul li dl dd a:hover {
  font-weight: normal;
}

.megamenu {
  background-color: #fff;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  text-align: center;
  visibility: hidden;
  width: 100%;
  height: 306px;
  transition: opacity .3s, visibility .3s;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  z-index: 1000;
}

div.megamenu ul.megamenu-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  box-sizing: border-box;
}

.megamenu ul li img {
  border-radius: 1px;
}

.megamenu ul li dl {
  padding: 5px 15px;
  font-size: 11px;
  line-height: 27px;
  padding: 0;
  text-align: left;
  padding-bottom: 5px;
  color: #8a8989;
}

.megamenu ul.megamenu-list li.megamenu-item dl a {
  font-size: 11px;
  line-height: 24px;
  padding: 0;
  text-align: left;
}

.megamenu ul.megamenu-list li.megamenu-item dl dt {
  font-weight: bold;
  font-size: 11.2px;
  line-height: 13px;
  margin-top: 8px;
  margin-bottom: 6px;
  letter-spacing: 2px;
}

/* ↓シューズ段落用 */
.megamenu ul.megamenu-list li.megamenu-item dl dt.pad {
  margin-top: 8px;
}

.megamenu ul.megamenu-list li.megamenu-item dl dd span {
  font-size: 10px;
  color: #b4b4b4;
}


.megamenu-list {
  padding: 13px;
}

.megamenu-item {
  display: inline-block;
  padding: 0 18px;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megamenu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

li.mega_j_flex {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

/* ---------------メインビジュアル----- */
br.turn {
  display: none;
}

.visual_img {
  max-width: 100%;
  height: 576px;
  background-image: url(../img/main_last.jpg);
  background-size: cover;
  background-position: center;
  background-color: #888;
  box-sizing: border-box;
  background-repeat: no-repeat;
  position: relative;
}

.visual_img p.p_top {
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: white;
  white-space: nowrap
}

.visual_img p.p_bottom {
  font-size: 15px;
  color: white;
  border-bottom: 2px solid white;
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
}

/* ---------------カテゴリー案内----- */
section.category {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  max-width: 1200px;
  padding-bottom: 78px;
  padding-top: 40px;
  margin: 0 auto;
}

section.category ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}

section.category ul li {
  width: calc((100% - 120px) / 4);
  box-sizing: border-box;
}

section.category ul li a {
  color: #444;
  text-decoration: none;
  font-size: 12.8px;
  font-weight: 400;
  text-align: center;
}

section.category ul li a img {
  max-width: 100%;
  /* 親要素に対して最大幅を100%に設定 */
  height: auto;
}

section.category ul li a p {
  margin-top: 11px;
  margin-bottom: 13px;
}

/* ---------------挿画１----- */
.pic_men {
  max-width: 100%;
  height: 565px;
  background-image: url(../img/mens_last.jpg);
  background-size: cover;
  position: relative;
  background-position: center;
  background-color: #888;
}

/* ---------------父の日ギフト----- */
section.dad {
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
  padding-bottom: 56px;
  padding-top: 58px;
}

section.dad ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}

section.dad ul li {
  width: calc((100% - 120px) / 4);
  position: relative;
}

section.dad ul li a {
  color: #444;
  text-decoration: none;
}

section.dad ul li a img {
  max-width: 100%;
  /* 親要素に対して最大幅を100%に設定 */
  height: auto;
  background-color: #b4b4b4;
  animation: fadeIn linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 38%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }

  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

/* ---------------挿画２----- */
.pic_women {
  width: 100%;
  height: 565px;
  background-image: url(../img/women.jpg);
  background-size: cover;
  position: relative;
  background-color: #888;
}

/* ---------------グッズ紹介----- */
section.goods {
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
  padding-bottom: 33px;
  padding-top: 58px;
}

section.goods p.ex {
  padding-bottom: 50px;
  font-size: 14px;
  font-weight: 100;
  color: #5f5f5f;
}

section.goods ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}

section.goods ul li {
  width: calc((100% - 120px) / 4);
  position: relative;
}

section.goods ul li a {
  color: #444;
  text-decoration: none;
}

section.goods ul li a img {
  max-width: 100%;
  /* 親要素に対して最大幅を100%に設定 */
  height: auto;
  animation: fadeIn linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 38%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }

  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

/* ---------------サービス案内----- */
section.service {
  padding-left: 48px;
  padding-right: 48px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 98px;
  padding-top: 58px;
}

section.service ul {
  display: flex;
  gap: 40px;
  font-family: Noto Sans JP, arial, sans-serif;
}

section.service ul li {
  width: calc((100% - 80px) / 3);
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

section.service ul li img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
}

section.service ul li img.hover_img {
  opacity: 0;
}

section.service ul li:hover img.hover_img {
  opacity: 1;
}

section.service ul li:hover img.default_img {
  opacity: 0;
}

ul.move {
  display: none;
}

/* ---------------フッター----- */
footer {
  margin: 0 auto;
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
}

footer div.logo {
  margin: 0 auto;
  text-align: center;
  padding: 35px 40px 40px 40px;
}

footer div.logo svg {
  width: 150px;
  height: 150px;
}

.cls-1 {
  fill: rgb(248, 248, 248);
}

.cls-2 {
  fill: #8a8989;
}

footer div.nav_table {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

footer nav.nav {
  display: flex;
  width: calc(100% - 435px);
  box-sizing: border-box;
  order: 1;
}

footer nav.nav dl {
  width: calc(100% / 4);
  text-align: start;
  padding: 0 10px;
  box-sizing: border-box;

}

footer nav.nav dl dt {
  line-height: 43px;
  font-size: 13px;
  font-weight: 500;
  color: #5b5b5b;
}

footer nav.nav dl dd {
  line-height: 30px;
  font-size: 12px;
  line-height: 32px;
  color: #8a8989;
  letter-spacing: 1.3px;
}

footer div.nav_table ul {
  text-align: center;
  max-width: 425px;
  order: 2;
}

footer div.nav_table ul li.title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-family: Noto Sans JP, arial, sans-serif;
  text-align: start;
  color: #5f5f5f;
  padding-bottom: 25px;
}

footer div.nav_table ul li.input {
  white-space: nowrap;
}

#email {
  border: 1px solid #cdcbcb;
  border-radius: 5px;
  padding: 26px 105px 26px 0;
  height: 4px;
  box-sizing: border-box;
  font-weight: 500;
  font-family: Noto Sans JP, arial, sans-serif;
  line-height: 20px;
  font-size: 14px;
  text-align: start;
}

::placeholder {
  color: #8a8989;
  padding-left: 15px;
}

#entry {
  box-sizing: border-box;
  color: #fff;
  background-color: #3b3b3b;
  border-radius: 8px;
  font-weight: 500;
  font-family: Noto Sans JP, arial, sans-serif;
  line-height: 21px;
  font-size: 14px;
  margin-left: 5px;
  text-align: center;
  padding: 14px 27px;
}

footer div.nav_table ul li.sentence {
  font-size: 12px;
  text-align: justify;
  padding-top: 25px;
  color: #8a8989;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 20px;
}

footer div.nav_table ul li.sentence p a {
  padding: 2px 3px 2px 0;
  font-size: 11.5px;
  color: #8a8989;
}

div.footer2 {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 1px solid #e6e6e6;
}

div.footer2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.footer2 ul li {
  padding: 10px;
  font-size: 11px;
}

div.footer2 ul li a {
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  justify-items: center;
  gap: 6px;
  color: #8d8d8d;
}

div.footer2 ul li svg {
  fill: #8d8d8d;
  width: 15px;
  height: 15px;
}

footer div.footer3 {
  width: 100%;
  font-size: clamp(11px, 1vw, 13px);
  letter-spacing: .18em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding-left: 0;
  padding-right: 0;
}

div.footer3 nav ul li a {
  text-decoration: none;
  line-height: 45px;
}

/* ---------------共通項目----- */
section h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 24px;
}

section.goods h2 {
  padding-bottom: 9px;
}

section p {
  font-size: 13px;
  text-align: center;
}

section ul li a img {
  border-radius: 3px;
}

p.text {
  font-size: 11.2px;
  font-weight: 400;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 8px;
}

p.price {
  color: #767676;
  font-weight: 400;
  text-align: left;
  padding-bottom: 16px;
}

section ul li .heart {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  fill: #fff;
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 0;
  left: 85%;
}

.heart svg {
  width: 25px;
  height: 25px;
}

.heart.like {
  color: lightpink;
  fill: lightpink;
}

li.hidden {
  display: none;
}

div.dad_button,
div.goods_button {
  border: 1px solid #888;
  border-radius: 50px;
  width: 172px;
  margin: 0 auto;
  line-height: 42px;
  padding-top: 3px;
  margin-top: 18px;
}

/* ---マルチデバイス設定--- */


/* ---デスクトップ大画面レイアウト4カラム--- */
@media (min-width: 1320px) {}

/* ---ノートPC・タブレット4カラム---　*/
@media (min-width: 1024px) and (max-width: 1200px) {

  header {
    padding-left: 2%;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  header h1 {
    font-size: 22px;
    letter-spacing: 1px;
    padding-top: 6px;
  }

  header nav ul li.heart_head {
    display: none;
  }

  #searchwindow {
    position: sticky;
    padding: 18px 110px 16px 0;
    z-index: 2000;
  }

  div.header_sub_mega {
    display: none;
  }

  /* --ハンバーガーメニュー-- */
  .btn-trigger {
    position: relative;
    width: 30px;
    height: 13.5px;
    cursor: pointer;
  }

  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 50%;
    height: 1.5px;
    background-color: #030303;
    border-radius: 50px;
  }

  .btn-trigger,
  .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }

  .btn-trigger span:nth-of-type(2) {
    top: 6px;
  }

  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #btn07 span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 .75s forwards;
    animation: btn07-bar01 .75s forwards;
  }

  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(6px) rotate(45deg);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }

  @keyframes btn07-bar01 {
    0% {
      transform: translateY(6px) rotate(45deg);
    }

    50% {
      transform: translateY(6px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  #btn07 span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }

  #btn07 span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 .75s forwards;
    animation: btn07-bar03 .75s forwards;
  }

  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-6px) rotate(-45deg);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }

  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-6px) rotate(-45deg);
    }

    50% {
      transform: translateY(-6px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  #btn07.active span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 .75s forwards;
    animation: active-btn07-bar01 .75s forwards;
  }

  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(6px) rotate(45deg);
    }
  }

  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(6px) rotate(0);
    }

    100% {
      transform: translateY(6px) rotate(45deg);
    }
  }

  #btn07.active span:nth-of-type(2) {
    opacity: 0;
  }

  #btn07.active span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 .75s forwards;
    animation: active-btn07-bar03 .75s forwards;
  }

  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(-6px) rotate(-45deg);
    }
  }

  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(-6px) rotate(0);
    }

    100% {
      transform: translateY(-6px) rotate(-45deg);
    }
  }

  section.service ul li div.box div.comp {
    width: calc(100% - 50px);
  }

  section.service ul li p.inner01 {
    font-size: clamp(12px, 1.5vw, 17px);
    padding-top: 5px;
  }

  section.service ul li p.inner02 {
    border: 1px solid palegreen;
    padding: 10px 18px 10px 18px;
    font-size: clamp(13px, 1vw, 17px);
    line-height: 29px;
  }

  section.service ul li p.inner03 {
    padding: 7px 18px 10px 18px;
    font-size: clamp(13px, 1.5vw, 17px);
  }

  footer div.logo {
    padding: 30px 37px 37px 37px;
  }


  footer div.nav_table {
    flex-direction: column;
    padding: 0;
  }

  footer div.nav_table nav.nav {
    display: flex;
    order: 3;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  footer div.nav_table ul {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    margin: 0 auto;
  }

  div.footer3 {
    display: none;
  }

}

/* ---スマホ・タブレット3カラム---　*/
@media screen and (min-width: 760px) and (max-width: 1023px) {


  header {
    padding-left: 2%;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  header h1 {
    font-size: 22px;
    letter-spacing: 1px;
    padding-top: 6px;
  }

  #searchwindow {
    position: sticky;
    padding: 18px 300px 16px 0;
    z-index: 2000;
  }

  header nav ul li.heart_head {
    display: none;
  }

  div.header_sub_mega {
    display: none;
  }


  /* --ハンバーガーメニュー-- */
  .btn-trigger {
    position: relative;
    width: 30px;
    height: 13.5px;
    cursor: pointer;
  }

  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 50%;
    height: 1.5px;
    background-color: #030303;
    border-radius: 50px;
  }

  .btn-trigger,
  .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }

  .btn-trigger span:nth-of-type(2) {
    top: 6px;
  }

  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #btn07 span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 .75s forwards;
    animation: btn07-bar01 .75s forwards;
  }

  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(6px) rotate(45deg);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }

  @keyframes btn07-bar01 {
    0% {
      transform: translateY(6px) rotate(45deg);
    }

    50% {
      transform: translateY(6px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  #btn07 span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }

  #btn07 span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 .75s forwards;
    animation: btn07-bar03 .75s forwards;
  }

  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-6px) rotate(-45deg);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }

  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-6px) rotate(-45deg);
    }

    50% {
      transform: translateY(-6px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  #btn07.active span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 .75s forwards;
    animation: active-btn07-bar01 .75s forwards;
  }

  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(6px) rotate(45deg);
    }
  }

  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(6px) rotate(0);
    }

    100% {
      transform: translateY(6px) rotate(45deg);
    }
  }

  #btn07.active span:nth-of-type(2) {
    opacity: 0;
  }

  #btn07.active span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 .75s forwards;
    animation: active-btn07-bar03 .75s forwards;
  }

  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(-6px) rotate(-45deg);
    }
  }

  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(-6px) rotate(0);
    }

    100% {
      transform: translateY(-6px) rotate(-45deg);
    }
  }

  section.service ul {
    display: none;
  }

  ul.move {
    display: block;
  }

  ul.move li {
    padding-right: 8px;
    padding-left: 8px;
  }

  /* フッター */
  footer div.logo {
    padding: 15px 20px 20px 20px;
  }

  footer {
    padding-top: 30px;
  }

  footer div.nav_table {
    flex-direction: column;
    padding: 0;
  }

  footer div.nav_table nav.nav {
    display: flex;
    order: 3;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  footer div.nav_table ul {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
  }

  section.category ul,
  section.dad ul,
  section.goods ul {
    gap: 24px;
  }

  section.category ul li,
  section.dad ul li,
  section.goods ul li {
    width: calc((100% - 48px) / 3);
  }

  section.service {
    padding-bottom: 0;
  }

  li.hidden {
    display: block;
  }

  div.footer3 {
    display: none;
  }
}

/* ---------------スマホ・タブレット2カラム--------------- */
@media (max-width: 759px) {

  #searchwindow {
    position: sticky;
    padding: 18px 130px 16px 0;
    z-index: 2000;
  }

  br.turn {
    display: block;
  }

  header {
    padding-left: 2%;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  header h1 {
    font-size: 22px;
    letter-spacing: 1px;
    padding-top: 6px;
  }

  header nav ul li.heart_head {
    display: none;
  }

  div.header_sub_mega {
    display: none;
  }


  /* --ハンバーガーメニュー-- */
  .btn-trigger {
    position: relative;
    width: 30px;
    height: 13.5px;
    cursor: pointer;
  }

  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 50%;
    height: 1.5px;
    background-color: #030303;
    border-radius: 50px;
  }

  .btn-trigger,
  .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }

  .btn-trigger span:nth-of-type(2) {
    top: 6px;
  }

  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #btn07 span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 .75s forwards;
    animation: btn07-bar01 .75s forwards;
  }

  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(6px) rotate(45deg);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }

  @keyframes btn07-bar01 {
    0% {
      transform: translateY(6px) rotate(45deg);
    }

    50% {
      transform: translateY(6px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  #btn07 span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }

  #btn07 span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 .75s forwards;
    animation: btn07-bar03 .75s forwards;
  }

  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-6px) rotate(-45deg);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }

  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-6px) rotate(-45deg);
    }

    50% {
      transform: translateY(-6px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  #btn07.active span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 .75s forwards;
    animation: active-btn07-bar01 .75s forwards;
  }

  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(6px) rotate(45deg);
    }
  }

  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(6px) rotate(0);
    }

    100% {
      transform: translateY(6px) rotate(45deg);
    }
  }

  #btn07.active span:nth-of-type(2) {
    opacity: 0;
  }

  #btn07.active span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 .75s forwards;
    animation: active-btn07-bar03 .75s forwards;
  }

  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(-6px) rotate(-45deg);
    }
  }

  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(-6px) rotate(0);
    }

    100% {
      transform: translateY(-6px) rotate(-45deg);
    }
  }

  .visual_img p.p_bottom {
    top: 87%;
  }

  section.category,
  section.dad,
  section.goods {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 40px;
    margin: 0 auto;
    text-align: center;
  }

  section.category ul,
  section.dad ul,
  section.goods ul {
    column-gap: 15px;
    row-gap: 1px;
  }

  section.category ul li,
  section.dad ul li,
  section.goods ul li {
    width: calc((100% - 15px) / 2);
  }

  section.topics div.topics_button,
  section.newinfo div.newinfo_button {
    width: calc(9.5em + 92px);
  }

  p.text {
    font-size: 10.2px;
    padding-top: 6px;
    padding-bottom: 4px;
  }

  p.price {
    font-size: 10.2px;
    font-weight: 400;
    padding-bottom: 8px;
  }

  section h2 {
    font-size: 21px;
    padding-bottom: 23px;
  }

  section.goods h2 {
    padding-bottom: 7px;
  }

  section.goods p.ex {
    padding-bottom: 23px;
    font-size: 15px;
  }

  section.service {
    padding-bottom: 0;
    margin: 0 auto;
  }

  section.service ul {
    display: none;
  }

  /* --サービス案内スリック-- */
  ul.move {
    display: block;
  }

  ul.move li {
    padding-right: 8px;
    padding-left: 8px;
  }

  /* フッター */
  footer div.logo {
    padding: 10px 15px 15px 15px;
  }


  /* --メルマガ登録-- */
  footer div.nav_table {
    flex-direction: column;
    padding: 0;
  }

  footer div.nav_table nav.nav {
    display: flex;
    flex-direction: column;
    order: 3;
    width: 100%;
  }

  footer div.nav_table nav.nav dl {
    width: 100%;
    border-top: 1px solid #cdcbcb;
    white-space: nowrap;
  }

  footer div.nav_table nav.nav dl dt {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
    line-height: 13px;
  }

  footer div.nav_table nav.nav dl dd {
    display: none;
  }

  footer div.nav_table ul {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    text-align: start;
    max-width: 100%;
  }

  footer div.nav_table ul li.title {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-family: Noto Sans JP, arial, sans-serif;
    text-align: start;
    padding-bottom: 9px;
  }

  footer div.nav_table ul li.input {
    max-width: 100%;
  }

  footer div.nav_table ul li.input input {
    max-width: 100%;
  }

  #email {
    border-radius: 5px;
    padding: 24px 75px 24px 0;
    height: 4px;
    box-sizing: border-box;
    font-weight: 500;
    font-family: Noto Sans JP, arial, sans-serif;
    line-height: 18px;
    font-size: 13px;
    text-align: start;
  }

  ::placeholder {
    padding-left: 15px;
  }

  #entry {
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 500;
    font-family: Noto Sans JP, arial, sans-serif;
    line-height: 19px;
    font-size: 13px;
    margin-left: 4px;
    text-align: center;
    padding: 12px 20px;
    margin-top: 8px;
  }

  footer div.nav_table ul li.sentence {
    font-size: 10px;
    text-align: justify;
    padding-top: 19px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 17px;
    /* width: 319px; */
    max-width: 100%;
  }

  footer div.nav_table ul li.sentence p a {
    padding: 2px 3px 2px 0;
    font-size: 10.5px;
  }

  div.footer2 {
    border-top: 1px solid #cdcdcd;
  }

  div.footer2 ul {
    flex-direction: column;
  }

  div.footer3 {
    display: none;
  }

}

/* ==================shop.css
===================== */

section.top {
  border: 1px solid red;
}

section.top ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.top ul li {
  border: 1px solid palevioletred;
}

section.top ul li a {
  text-decoration: none;
}

section.top ul li p {
  font-size: 11px;
  margin-top: 13px;
  text-align: center;
  color: #808285;
}

section.bottom {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  padding-bottom: 98px;
  padding-top: 40px;
  margin: 0 auto;
}

section.bottom ul.refine {
  display: flex;
  justify-content: flex-end;
}

section.bottom ul.refine li {
  border: 1px solid #888;
  border-radius: 50px;
  width: 150px;
  line-height: 22px;
  padding-top: 2px;
  margin-left: 10px;
  margin-bottom: 10px;
}

section.bottom ul.refine li p {
  font-size: 13px;
}

section.bottom ul.refine li.re01 {
  width: 80px;
}

section.bottom ul.refine li.re02 {
  width: 78px;
}

section.bottom ul.refine li.re,
section.bottom ul.product {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}

section.bottom ul.product li {
  width: calc((100% - 15px) / 4);
  box-sizing: border-box;
  position: relative;
}

section.bottom ul.product li a {
  color: #444;
  text-decoration: none;
  font-size: 12.8px;
  font-weight: 400;
  text-align: center;
}

section.bottom ul.product li a img {
  max-width: 100%;
  /* 親要素に対して最大幅を100%に設定 */
  height: auto;
}

section.bottom ul.product li a p.text {
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 6px;
  margin-left: 10px;
}

section.bottom ul.product li a p.price {
  margin-bottom: 0;
  padding-bottom: 18px;
  padding-left: 2px;
  margin-left: 10px;
}

ul li.heart {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  fill: #fff;
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 4%;
  left: 90%;
}

.heart svg {
  width: 25px;
  height: 25px;
}

section.bottom ul li.heart.like {
  color: lightpink;
  fill: lightpink;
}


/* ---------------背景アニメーション----- */
* {
  margin: 0px;
  padding: 0px;
}

.circles {
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}

.circles li {
  overflow-x: hidden;
  position: absolute;
  display: block;
  list-style: none;
  background: rgba(255, 255, 255, 0);
  animation: animate 80s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  animation-delay: 0s;
  fill: rgba(155, 109, 57, 0.340);
}

.circles li:nth-child(2) {
  left: 10%;
  animation-delay: 4s;
  fill: burlywood;
}

.circles li:nth-child(3) {
  left: 70%;
  animation-delay: 5s;
  fill: rgba(111, 111, 110, 0.34);
}

.circles li:nth-child(4) {
  left: 40%;
  animation-delay: 13s;
  animation-duration: 50s;
  fill: #888;
}

.circles li:nth-child(5) {
  left: 65%;
  animation-delay: 10s;
}

.circles li:nth-child(6) {
  left: 75%;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  animation-delay: 0s;
}

.circles li:nth-child(11) {
  left: 25%;
  animation-delay: 0s;

}

.circles li:nth-child(12) {
  left: 15%;
  animation-delay: 0s;
  animation-duration: 50s;

}

.circles li:nth-child(13) {
  left: 90%;
  animation-delay: 0s;
}

.circles li:nth-child(14) {
  left: 95%;
  animation-delay: 0s;
}

.circles li:nth-child(15) {
  left: 5%;
  animation-delay: 20s;
  animation-duration: 45s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(-5000px) rotate(720deg);
    opacity: 0;
  }
}