@charset "UTF-8";
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-flex {
    display: block;
  }
}
.c-cta .c-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-cta a, .c-cta .p-top-cta__phone {
  margin-bottom: 3rem;
  width: calc(50% - 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-cta a:hover .c-cta .p-top-cta__phone:hover {
  opacity: 0.7;
}

@media screen and (min-width: 599px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 767px) {
  .c-cta a, .c-cta .p-top-cta__phone {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .c-cta a .c-cta .p-top-cta__phone {
    margin-bottom: 1rem;
  }
}
a img {
  opacity: 1;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.a-cont {
  display: block;
}

a:hover a.link::after {
  position: absolute;
  bottom: 0;
  left: 0;
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.font-dmsans {
  font-family: "dmsans", sans-serif;
}

.serif {
  font-family: serif;
}

@font-face {
  font-display: swap;
  font-family: "caslon";
  font-style: normal;
  font-weight: 400;
  src: url("../font/caslon.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "dmsans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/dmsans-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "tsukuold";
  font-style: normal;
  font-weight: 400;
  src: url("../font/tsukuold.otf") format("truetype");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 0.6666666667vw;
}

@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1501px) {
  html {
    font-size: 62.5%;
  }
}
body, html {
  scroll-behavior: smooth;
  height: auto;
  overflow: visible;
}

body.open, html.open {
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  background: #fff;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.8;
  text-rendering: optimizeSpeed;
  letter-spacing: 0;
  padding-top: 0 !important;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (max-width: 767px) {
  body {
    line-height: 1.7;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 100;
}

nav ul, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list], ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img, picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}

/* ==========================================================================
  Base
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

input,
textarea {
  padding: 2px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*----------------------------------------------------------------
	見出し
----------------------------------------------------------------*/
.c-top__title {
  text-align: center;
  font-size: 2.8rem;
  font-family: "tsukuold", serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.c-top__title span {
  font-size: 2.2rem;
  display: block;
  font-family: "dmsans", sans-serif;
}

@media (max-width: 767px) {
  .c-top__title {
    font-size: 3rem;
  }
}
.l-top-main {
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.p-top-fv {
  position: relative;
}
.p-top-fv::before {
  content: "";
  position: absolute;
  background: url(../images/hakama-new/fv-flower1.png) no-repeat;
  background-size: 100%;
  width: 35rem;
  height: 43.5rem;
  left: -13rem;
  top: -9rem;
  z-index: 1;
}
.p-top-fv::after {
  content: "";
  position: absolute;
  background: url(../images/hakama-new/fv-flower2.png) no-repeat;
  background-size: 100%;
  width: 55rem;
  height: 40.5rem;
  right: 13rem;
  bottom: 3rem;
  z-index: 0;
}

@media (max-width: 767px) {
  .p-top-fv {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .p-top-fv::before {
    width: 16rem;
    height: 17.5rem;
    left: -4rem;
    top: -3.5rem;
  }
}
@media (max-width: 767px) {
  .p-top-fv::after {
    background: url(../images/hakama-new/sp/fv-flower2.png) no-repeat;
    background-size: 100%;
    width: 25rem;
    height: 18.5rem;
    right: -7rem;
    bottom: -5rem;
  }
}
.p-top-fv__title {
  font-family: "tsukuold", serif;
  letter-spacing: 0.3em;
  font-size: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-top-fv__title span {
  margin-top: 20rem;
}

@media (max-width: 767px) {
  .p-top-fv__title {
    font-size: 2.2rem;
    right: 3rem;
    left: inherit;
  }
}
@media (max-width: 767px) {
  .p-top-fv__title span {
    margin-top: 14.5rem;
  }
}
.p-top-fv__entitle {
  position: absolute;
  top: 9rem;
  right: 3rem;
  width: 73rem;
}

@media (max-width: 767px) {
  .p-top-fv__entitle {
    width: 28rem;
    top: inherit;
    bottom: 5rem;
    right: inherit;
    left: -2rem;
  }
}
#contact {
  display: none;
}

.p-top-cta1 {
  margin-top: -6rem;
  background-color: #F2F0F0;
}
.p-top-cta1 .c-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-top-cta1 a {
  width: 40rem;
  margin-right: 3rem;
}
.p-top-cta1 a:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .p-top-cta1 {
    margin-top: 3rem;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .p-top-cta1 a {
    width: 100%;
    margin-right: 0;
  }
}
.p-top-about {
  padding-top: 7rem;
  background-color: #F2F0F0;
}

@media (max-width: 767px) {
  .p-top-about {
    padding: 0 1.5rem;
    background-color: #fff;
    margin-top: 3rem;
  }
}
.p-top-about__title {
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
  font-family: "tsukuold", serif;
}

@media (max-width: 767px) {
  .p-top-about__title {
    font-size: 2rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .p-top-about__contents {
    font-size: 1.4rem;
  }
}
.p-top-about__box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.p-top-about__box1 {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

@media (max-width: 767px) {
  .p-top-about__box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-top-about__img1 {
  margin-right: 6rem;
  width: 63rem;
}

@media (max-width: 767px) {
  .p-top-about__img1 {
    width: 100vw;
    margin: 3rem calc(50% - 50vw) 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-top-about__txt2 {
  margin-left: auto;
  position: absolute;
  right: 29rem;
  bottom: -12.5rem;
}

@media (max-width: 767px) {
  .p-top-about__txt2 {
    position: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: 3rem;
  }
}
.p-top-about__img2 {
  margin-left: auto;
  width: 45rem;
  margin-top: -40rem;
}

@media (max-width: 767px) {
  .p-top-about__img2 {
    width: 100vw;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .p-top-about__box3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-top-about__img3 {
  width: 45rem;
  margin-left: 5rem;
  margin-top: -12rem;
}

@media (max-width: 767px) {
  .p-top-about__img3 {
    width: 100%;
    width: 100vw;
    margin: 3rem calc(50% - 50vw) 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-top-about__txt3 {
  position: absolute;
  bottom: 0;
  right: 15rem;
}

@media (max-width: 767px) {
  .p-top-about__txt3 {
    position: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: 3rem;
  }
}
.p-top-hakama {
  padding-top: 15rem;
  padding-bottom: 7.5rem;
  background-color: #F2F0F0;
}

@media (max-width: 767px) {
  .p-top-hakama {
    padding-top: 8rem;
    background-color: #fff;
    padding-bottom: 0;
  }
}
.p-top-hakama__nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-hakama__title {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .p-top-hakama__title {
    text-align: left;
    margin-bottom: 4rem;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-top-hakama__list {
  margin-right: 2rem;
}
.p-top-hakama__list:last-child {
  margin-right: 0;
}
.p-top-hakama__list a {
  display: inline-block;
  font-family: "tsukuold", serif;
  border-bottom: 1px solid;
  color: #707070;
  padding-bottom: 0.3rem;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-hakama__list a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .p-top-hakama__list {
    margin-bottom: 1rem;
    margin-right: 1.5rem;
  }
}
.p-top-hakama__contents {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .p-top-hakama__contents {
    margin-top: 7rem;
  }
}
.p-top-hakama__taste {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 calc(50% - 50vw) 18rem;
  width: 100vw;
}
.p-top-hakama__taste:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .p-top-hakama__taste {
    margin: 0 calc(50% - 50vw) 7rem;
  }
}
.p-top-hakama__taste-main {
  width: 50%;
  background-color: #163568;
  padding: 7.4rem;
  position: relative;
}
.p-top-hakama__taste-main::before, .p-top-hakama__taste-main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  left: -50rem;
  bottom: -11rem;
  width: 85rem;
  height: 36rem;
}

@media (max-width: 767px) {
  .p-top-hakama__taste-main {
    padding: 3rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__taste-main::before, .p-top-hakama__taste-main::after {
    width: 27.5rem;
    height: 36rem;
    bottom: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
.p-top-hakama__jrosso .p-top-hakama__taste-main-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 5rem !important;
  left: 8rem !important;
}
.p-top-hakama__jrosso .p-top-hakama__taste-maintitle {
  -webkit-writing-mode: inherit !important;
      -ms-writing-mode: inherit !important;
          writing-mode: inherit !important;
}
.p-top-hakama__jrosso .p-top-hakama__taste-maincopy {
  -webkit-writing-mode: inherit !important;
      -ms-writing-mode: inherit !important;
          writing-mode: inherit !important;
  color: #fff;
  margin: 0 0 0 1rem !important;
  letter-spacing: 0.4rem !important;
}
.p-top-hakama__jrosso .p-top-hakama__taste-maintitle img {
  width: 20rem;
}
@media (max-width: 767px) {
  .p-top-hakama__jrosso .p-top-hakama__taste-main-txt {
    top: 1.5rem !important;
    left: 3rem !important;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__jrosso .p-top-hakama__taste-maincopy {
    line-height: 1.3;
    letter-spacing: 0.2rem !important;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__jrosso .p-top-hakama__taste-maintitle img {
    width: 13rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__jrosso .p-top-hakama__taste-maincopy {
    margin-left: 5rem;
  }
}
.p-top-hakama__uniq .p-top-hakama__taste-main {
  background-color: #7F6F7C;
}
.p-top-hakama__uniq .p-top-hakama__taste-main::before {
  background: url(../images/hakama-new/taste-uniq-flower.png) no-repeat;
  background-size: 100%;
  right: -8rem;
  width: 50rem;
  height: 41rem;
  bottom: -9rem;
  left: inherit;
}
.p-top-hakama__uniq .p-top-hakama__taste-main-txt {
  left: inherit;
  right: 10rem;
  margin-right: 1rem;
}
.p-top-hakama__uniq .p-top-hakama__taste-main-txt .p-top-hakama__taste-maincopy {
  font-size: 1.6rem;
}
.p-top-hakama__uniq .p-top-hakama__taste-maincopy {
  margin-top: 6rem;
  margin-left: 0;
  margin-right: 3rem;
}

@media (max-width: 767px) {
  .p-top-hakama__uniq .p-top-hakama__taste-main::before {
    right: -6rem;
    width: 29rem;
    height: 24rem;
    bottom: -7rem;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__uniq .p-top-hakama__taste-main-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: 3rem;
    top: 4rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__uniq .p-top-hakama__taste-main-txt .p-top-hakama__taste-maincopy {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__uniq .p-top-hakama__taste-main-txt .c-flex {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__uniq .p-top-hakama__taste-maintitle {
    font-size: 3.6rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__uniq .p-top-hakama__taste-maincopy {
    margin-top: 2rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-top-hakama__simple .p-top-hakama__taste-main {
  background-color: #2F2F35;
}
.p-top-hakama__simple .p-top-hakama__taste-main::before {
  background: url(../images/hakama-new/taste-simple-flower.png) no-repeat;
  background-size: 100%;
  left: inherit;
  right: 0;
  bottom: -7rem;
  width: 36rem;
  height: 37rem;
}
.p-top-hakama__simple .p-top-hakama__taste-main-txt {
  left: inherit;
  right: 10rem;
  color: #fff;
  margin-top: 1rem;
}
.p-top-hakama__simple .p-top-hakama__taste-maintitle {
  text-shadow: inherit;
}

@media (max-width: 767px) {
  .p-top-hakama__simple .p-top-hakama__taste-main::before {
    bottom: -1.5rem;
    width: 28rem;
    height: 29rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__simple .p-top-hakama__taste-main-txt {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__simple .p-top-hakama__taste-main-txt .c-flex {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__simple .p-top-hakama__taste-maincopy {
    margin-right: 2rem;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 3rem;
    margin-top: 0;
  }
}
.p-top-hakama__tradition .p-top-hakama__taste-main {
  background-color: #8E6D1E;
}
.p-top-hakama__tradition .p-top-hakama__taste-main::before {
  background: url(../images/hakama-new/taste-tradition-flower.png) no-repeat;
  background-size: 100%;
  right: -7rem;
  left: inherit;
  bottom: -8.5rem;
  width: 43rem;
  height: 32rem;
}
.p-top-hakama__tradition .p-top-hakama__taste-imgarea-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-hakama__tradition .p-top-hakama__taste-imgarea-sp {
  display: none;
}
.p-top-hakama__tradition .p-top-hakama__taste-main-txt {
  left: inherit;
  right: 10rem;
  color: #fff;
  margin-top: 1rem;
}
.p-top-hakama__tradition .p-top-hakama__taste-maincopy {
  margin-top: 0;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .p-top-hakama__tradition .p-top-hakama__taste-main::before {
    right: -9rem;
    bottom: -6.5rem;
    width: 33rem;
    height: 25rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__tradition .p-top-hakama__taste-imgarea-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__tradition .p-top-hakama__taste-imgarea-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__tradition .p-top-hakama__taste-main-txt {
    display: block;
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__tradition .p-top-hakama__taste-maincopy {
    margin-left: 0;
    margin-top: 3rem;
    margin-right: 0;
  }
}
.p-top-hakama__cute .p-top-hakama__taste-main {
  background-color: #C6DBD4;
}
.p-top-hakama__cute .p-top-hakama__taste-main::before {
  background: url(../images/hakama-new/taste-cute-flower1.png) no-repeat;
  background-size: 100%;
  top: -5rem;
  bottom: inherit;
  left: inherit;
  right: -2rem;
  width: 30.5rem;
  height: 25rem;
  z-index: 1;
}
.p-top-hakama__cute .p-top-hakama__taste-main-txt {
  text-shadow: 0px 0px 3px #fff;
  margin-left: 1rem;
  margin-top: 1rem;
}
.p-top-hakama__cute .p-top-hakama__taste-main::after {
  background: url(../images/hakama-new/taste-cute-flower2.png) no-repeat;
  background-size: 100%;
  bottom: -13rem;
  left: -15rem;
  width: 37rem;
  height: 35rem;
}
.p-top-hakama__cute .p-top-hakama__taste-maincopy {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .p-top-hakama__cute .p-top-hakama__taste-main-txt {
    margin-left: 0;
    top: 3.5rem;
    left: 3.5rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__cute .p-top-hakama__taste-main::before {
    top: -4rem;
    right: -19.5rem;
    width: 30.5rem;
    height: 25rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__cute .p-top-hakama__taste-main::after {
    bottom: -7rem;
    left: -6rem;
    width: 19rem;
    height: 21rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__cute .p-top-hakama__taste-maincopy {
    margin-top: 0;
    position: absolute;
    right: -4.5rem;
    top: 0;
  }
}
.p-top-hakama__retro {
  margin-bottom: 4rem;
}
.p-top-hakama__retro .p-top-hakama__taste-main {
  background-color: #764C3C;
}
.p-top-hakama__retro .p-top-hakama__taste-main::before {
  background: url(../images/hakama-new/taste-retro-flower1.png) no-repeat;
  background-size: 100%;
  top: -7rem;
  bottom: inherit;
  left: inherit;
  right: -5rem;
  width: 20rem;
  height: 19rem;
}
.p-top-hakama__retro .p-top-hakama__taste-main::after {
  background: url(../images/hakama-new/taste-retro-flower2.png) no-repeat;
  background-size: 100%;
  width: 33rem;
  left: -3rem;
  bottom: -19rem;
  z-index: 1;
}
.p-top-hakama__retro .p-top-hakama__taste-maintitle {
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-left: 1rem;
}
.p-top-hakama__retro .p-top-hakama__taste-maincopy {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .p-top-hakama__retro {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__retro .p-top-hakama__taste-main::before {
    top: -1.5rem;
    right: -7rem;
    width: 20rem;
    height: 17rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__retro .p-top-hakama__taste-main::after {
    width: 17rem;
    height: 19rem;
    left: -1rem;
    bottom: -8.5rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__retro .p-top-hakama__taste-maintitle {
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__retro .p-top-hakama__taste-maincopy {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 4rem;
  }
}
.p-top-hakama__taste-main-txt {
  position: absolute;
  top: 10.5rem;
  left: 10rem;
  letter-spacing: 0.3em;
  height: 100%;
}
.p-top-hakama__taste-main-txt .c-flex {
  margin-bottom: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .p-top-hakama__taste-main-txt {
    top: 5.5rem;
    left: 5.5rem;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__taste-main-txt .c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-top-hakama__taste-maincopy {
  font-size: 1.4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 3rem;
  margin-top: 3rem;
  font-family: "tsukuold", serif;
}

@media (max-width: 767px) {
  .p-top-hakama__taste-maincopy {
    font-size: 1.1rem;
    margin-left: 1rem;
    letter-spacing: 0.25em;
  }
}
.p-top-hakama__taste-maintitle {
  line-height: 1;
  font-size: 3.6rem;
  letter-spacing: 0.4em;
  font-family: "tsukuold", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-top-hakama__taste-maintitle span {
  text-orientation: mixed;
}

@media (max-width: 767px) {
  .p-top-hakama__taste-maintitle {
    letter-spacing: 0.3em;
    font-size: 3rem;
  }
}
.p-top-hakama__taste-maintitle-ruby {
  font-size: 1.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (max-width: 767px) {
  .p-top-hakama__taste-maintitle-ruby {
    font-size: 1.2rem;
    letter-spacing: 0.5em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.p-top-hakama__taste-imgarea {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

@media (max-width: 767px) {
  .p-top-hakama__taste-imgarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-top-hakama__taste-img {
  width: 33.3333333333%;
}
.p-top-hakama__taste-img a:hover {
  opacity: 1;
}
.p-top-hakama__taste-img a:hover img {
  opacity: 1;
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .p-top-hakama__taste-img {
    width: 50%;
  }
  .p-top-hakama__taste-img:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-top-hakama__taste-img img {
    height: 105vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-plan {
  background-color: #F2F0F0;
  padding: 11rem 0 5.5rem;
}

@media (max-width: 767px) {
  .p-top-plan {
    padding: 7.5rem 0 8rem;
  }
}
.p-top-plan__title {
  margin-bottom: 7rem;
}

.p-top-plan__contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-plan__box {
  background-color: #fff;
  padding: 4.5rem 3rem 5rem;
  text-align: center;
  width: calc(25% - 1.5rem);
}

@media (max-width: 767px) {
  .p-top-plan__box {
    width: 100%;
    padding: 4rem 2rem 4.5rem;
    margin-bottom: 2rem;
  }
}
.p-top-plan__box-title {
  font-size: 2.2rem;
  margin-bottom: 6rem;
}

@media (max-width: 767px) {
  .p-top-plan__box-title {
    margin-bottom: 0rem;
  }
}
.p-top-plan__box-price {
  font-size: 1.3rem;
}
.p-top-plan__box-price span {
  font-size: 2.8rem;
  padding: 0 0.5rem;
  font-family: "dmsans", sans-serif;
}

.p-top-plan__box-lists {
  list-style: circle;
  margin-top: 5rem;
  text-align: left;
  display: inline-block;
}

@media (max-width: 767px) {
  .p-top-plan__box-lists {
    margin: 0.5rem auto 0;
  }
}
@media (max-width: 767px) {
  .p-top-plan__box:nth-child(1) .p-top-plan__box-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .p-top-plan__box:nth-child(1) .p-top-plan__box-list {
    width: 50%;
  }
}
.p-top-plan__box-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-top-plan__box-list .c-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-plan__box-list .caution {
  font-size: 1.4rem;
  margin-top: 1rem;
  display: inline-block;
}

@media (max-width: 767px) {
  .p-top-plan__box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .p-top-plan__box-list::before {
    content: "○";
    position: absolute;
    font-size: 0.8rem;
    margin: auto;
    margin-right: 1rem;
    top: 0.7rem;
    bottom: 0;
    left: 0;
  }
}
.p-top-plan__box-list-price {
  padding-left: 2rem;
  display: inline-block;
  font-family: "dmsans", sans-serif;
}
.p-top-plan__box-list-price span {
  font-size: 1.3rem;
}

.p-top-plan__box-caution {
  margin-top: 3.5rem;
  font-size: 1.1rem;
  text-align: right;
  margin-right: 3rem;
}

@media (max-width: 767px) {
  .p-top-plan__box-caution {
    margin-right: 6rem;
    margin-top: 1.5rem;
  }
}
.p-top-insta {
  background-color: #F2F0F0;
  padding: 11rem 0 8rem;
}
.p-top-insta #sbi_images {
  gap: 0 !important;
}
.p-top-insta #sbi_load {
  padding-top: 3.5rem;
}
.p-top-insta #sbi_load a {
  font-size: 1.4rem;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 0;
  padding-bottom: 0.7rem;
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "dmsans", sans-serif;
  color: #222 !important;
}
.p-top-insta #sbi_load a:hover {
  opacity: 0.7;
}
.p-top-insta #sbi_load svg {
  display: none !important;
}

@media (max-width: 767px) {
  .p-top-insta {
    padding-top: 2rem;
  }
}
.p-top-insta__title {
  margin-bottom: 7rem;
}

@media (max-width: 767px) {
  .p-top-insta__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .p-top-insta__title span {
    font-size: 1.6rem;
  }
}
.p-top-cta2 {
  background-color: #F2F0F0;
  padding-bottom: 13rem;
  z-index: 999;
  position: relative;
}

body.is-open .p-top-cta2 {
  background: none;
}

.p-top-cta__phone img {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-cta__phone img:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-top-cta__phone-open {
  padding: 45px 30px 30px;
  opacity: 1;
  width: 126rem;
  bottom: 0;
  height: 480px;
}

@media (max-width: 767px) {
  .p-top-cta__phone-open {
    width: 92%;
    right: 0;
  }
}
body.is-open {
  overflow: hidden;
  position: relative;
}
body.is-open::before {
  content: "";
  position: absolute;
  backdrop-filter: blur(15px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.p-top-cta__phone-open-ttl {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.8rem;
}

.p-top-cta__phone-open-box {
  font-family: "tsukuold", sans-serif;
}
.p-top-cta__phone-open-box a {
  width: auto;
  font-family: "tsukuold", sans-serif;
  color: inherit;
}
.p-top-cta__phone-open-box a span {
  position: relative;
}
.p-top-cta__phone-open-box a span::before {
  content: "";
  position: absolute;
  background: url(../images/hakama-new/ic-tel.svg) no-repeat;
  background-size: 100%;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -40px;
  height: 30px;
}
.p-top-cta__phone-open-box:nth-child(2) .p-top-cta__phone-open-boxttl {
  font-size: 22px;
  text-align: center;
}
.p-top-cta__phone-open-box:nth-child(2) a {
  font-size: 35px;
  margin-bottom: 30px;
}
.p-top-cta__phone-open-box:nth-child(3) .p-top-cta__phone-open-boxttl {
  font-size: 17px;
  text-align: center;
}
.p-top-cta__phone-open-box:nth-child(3) a {
  font-size: 22px;
  margin-bottom: 40px;
}
.p-top-cta__phone-open-box:nth-child(3) a span::before {
  width: 20px;
  height: 20px;
  left: -25px;
}

@media (max-width: 767px) {
  .p-top-cta__phone-open-box {
    background-color: #C66E6D;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-top-cta__phone-open-box a {
    color: #fff;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .p-top-cta__phone-open-box a span::before {
    background: url(../images/hakama-new/ic-tel-white.svg) no-repeat;
    width: 25px;
    left: -30px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .p-top-cta__phone-open-box:nth-child(2) .p-top-cta__phone-open-boxttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-top-cta__phone-open-box:nth-child(2) a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .p-top-cta__phone-open-box:nth-child(3) {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.p-top-cta__phone-open-boxttl, .p-top-cta__phone-open-time {
  text-align: center;
}

@media (max-width: 767px) {
  .p-top-cta__phone-open-time {
    font-size: 1.4rem;
  }
}
.menu-content.menu-fixed {
  visibility: hidden;
}

@media (max-width: 767px) {
  .p-top-cta2 .p-top-cta__box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}
/*innerここから*/
.inner {
  width: 117rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 3rem;
  }
}
.inner-l {
  width: 126rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .inner-l {
    width: 100%;
    padding: 0 1.5rem;
  }
}
/*innerここまで*/
/*headerここから*/
#header .h1-title {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin: 1.5rem 0 0;
  position: inherit;
  top: inherit;
}

/*headerここまで*/
/*.eyecatch_incここから*/
.eyecatch_inc {
  width: 100%;
  height: auto;
  position: relative;
}
.eyecatch_inc .eyecatch_inc_01 {
  width: 100%;
  height: 100%;
  padding: 0 0 40px;
  margin: 0 auto;
  position: relative;
}
.eyecatch_inc .eyecatch_inc_01 .slick-prev, .eyecatch_inc .eyecatch_inc_01 .slick-next {
  top: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  z-index: 1;
}
.eyecatch_inc .eyecatch_inc_01 .slick-prev {
  left: 30px;
}
.eyecatch_inc .eyecatch_inc_01 .slick-next {
  right: 30px;
}
.eyecatch_inc .eyecatch_inc_01 .slick-prev::before, .eyecatch_inc .eyecatch_inc_01 .slick-next::before {
  width: 44px;
  height: 44px;
  display: block;
}
.eyecatch_inc .eyecatch_inc_01 .slick-prev::before {
  background: url(https://www.iwaki-shouten.com/wp-content/themes/iwaki_theme/img/index/item01.svg) no-repeat;
}
.eyecatch_inc .eyecatch_inc_01 .slick-next::before {
  background: url(https://www.iwaki-shouten.com/wp-content/themes/iwaki_theme/img/index/item02.svg) no-repeat;
}
.eyecatch_inc .eyecatch_inc_01 .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 0;
}
.eyecatch_inc .eyecatch_inc_01 .slick-dots li {
  display: block;
  width: 3px;
  height: 3px;
  margin: 0 7px;
}
.eyecatch_inc .eyecatch_inc_01 .slick-dots li button {
  display: block;
  width: 3px;
  height: 3px;
  padding: 0;
}
.eyecatch_inc .eyecatch_inc_01 .slick-dots li button::before {
  font-family: initial;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #DBDBDB;
}
.eyecatch_inc .eyecatch_inc_01 .slick-dots .slick-active button::before {
  background: #222222;
}
.eyecatch_inc .eyecatch_inc_01 .eye_img {
  width: 100%;
  height: 443px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.eyecatch_inc .eyecatch_inc_01 .eye_img1 {
  background-image: url(https://www.iwaki-shouten.com/wp-content/themes/iwaki_theme/img/index/eye01.jpg);
  pointer-events: none;
}
.eyecatch_inc .eyecatch_inc_01 .eye_img2 {
  background-image: url(https://www.iwaki-shouten.com/wp-content/themes/iwaki_theme/img/index/eye02.jpg);
  pointer-events: none;
}
.eyecatch_inc .eyecatch_inc_01 .eye_img3 {
  background-image: url(https://www.iwaki-shouten.com/wp-content/themes/iwaki_theme/img/index/eye03.jpg);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item03 {
  width: 584px;
  height: auto;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item07 {
  width: 690px;
  height: auto;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item08 {
  width: 277px;
  height: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  margin: 0;
}
.eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item09 {
  width: 840px;
  height: auto;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item010 {
  width: 333px;
  height: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: 0;
}
.eyecatch_inc.short {
  width: 100%;
  height: 422px;
  min-height: initial;
  position: relative;
}
.eyecatch_inc.short .eyecatch_inc_01 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.eyecatch_inc.short .eyecatch_inc_01 .eye_img {
  width: 100%;
  height: 100%;
  min-height: initial;
  margin: 0 auto;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 {
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .slick-prev, .eyecatch_inc .eyecatch_inc_01 .slick-next {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 17px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .slick-dots li button::before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img1 {
    background-image: url(https://www.iwaki-shouten.com/wp-content/themes/iwaki_theme/img/index/eye01_sp.jpg);
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img2 {
    background-image: url(https://www.iwaki-shouten.com/wp-content/themes/iwaki_theme/img/index/eye02_sp.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img3 {
    background-image: url(https://www.iwaki-shouten.com/wp-content/themes/iwaki_theme/img/index/eye03_sp.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 {
    width: 100%;
    max-width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item03 {
    width: 90%;
    max-width: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item07 {
    width: 90%;
    max-width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item09 {
    width: 90%;
    max-width: 289px;
  }
}
@media only screen and (max-width: 767px) {
  .eyecatch_inc.short {
    height: 205px;
  }
}
.slick-slider .slick-track, .slick-slider .slick-list {
  height: 100% !important;
}

/*.eyecatch_incここまで*/
/*お買い物ガイドここから*/
.inc_guide {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.inc_guide .inc_guide_01 {
  width: 980px;
  height: auto;
  display: block;
  padding: 130px 0 50px;
  margin: 0 auto;
}
.inc_guide .inc_guide_01 h2 {
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.inc_guide .inc_guide_01 h2 span {
  font-size: 30px;
  line-height: 40px;
  display: block;
  text-align: center;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 {
  width: 980px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li {
  width: 473px;
  height: auto;
  display: block;
  margin: 34px 34px 0 0;
  position: relative;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(1), .inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(2) {
  margin-top: 0;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(2n) {
  margin-right: 0;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a {
  width: 100%;
  height: auto;
  padding: 50px 45px 55px 55px;
  margin: 0;
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a .inc_guide_01_01_01 {
  width: 74px;
  height: auto;
  display: block;
  margin: 0 30px 0 0;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a .inc_guide_01_01_01 svg {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a .inc_guide_01_01_01 svg path {
  fill: #222222;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(1) a .inc_guide_01_01_01 svg {
  width: 46px;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(2) a .inc_guide_01_01_01 svg {
  width: 66px;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(3) a .inc_guide_01_01_01 svg {
  width: 73px;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(4) a .inc_guide_01_01_01 svg {
  width: 74px;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a .inc_guide_01_01_02 {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a .inc_guide_01_01_02 h3 {
  margin: 0 auto 9px;
  font-size: 20px;
  line-height: 30px;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a .inc_guide_01_01_02 p {
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a:hover {
  background-color: #AF3834;
  opacity: 1;
  position: relative;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a:hover::after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(https://www.iwaki-shouten.com/wp-content/themes/iwaki_theme/img/index/icon05.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: auto;
  bottom: 29px;
  left: auto;
  right: 23px;
  margin: auto;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a:hover .inc_guide_01_01_01 svg {
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a:hover .inc_guide_01_01_01 svg path {
  fill: #ffffff;
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li a:hover .inc_guide_01_01_02 h3, .inc_guide .inc_guide_01 .inc_guide_01_01 li a:hover .inc_guide_01_01_02 p {
  color: #ffffff;
}
.inc_guide .inc_guide_01 .inc_guide_01_02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 223px;
  height: 49px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  line-height: 49px;
  text-align: center;
  border: 1px solid #C4C4C4;
}
.inc_guide .inc_guide_01 .inc_guide_01_02:hover {
  color: #ffffff;
  border: 1px solid #919191;
  background-color: #919191;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 {
    width: 100%;
    padding: 45px 5% 70px;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(1) {
    margin-top: 0;
  }
  .inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(2n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li a {
    padding: 30px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li a .inc_guide_01_01_01 {
    width: 51px;
    margin: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(1) a .inc_guide_01_01_01 svg {
    width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(2) a .inc_guide_01_01_01 svg {
    width: 51px;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(3) a .inc_guide_01_01_01 svg {
    width: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(4) a .inc_guide_01_01_01 svg {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li a .inc_guide_01_01_02 h3 {
    margin: 0 auto 6px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li a:hover::after {
    width: 16px;
    height: 16px;
    bottom: 10px;
    right: 9px;
  }
}
/*お買い物ガイドここまで*/
/*footerここから*/
footer {
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  #access {
    padding: 0 1.5rem;
  }
}
#access .footer-logo {
  width: 134px;
  height: 73px;
  margin: 60px auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#access .footer-logo:hover {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
#access .access-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#access .access-cont .shop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% - 50px) / 2);
}
#access .access-cont h3 {
  font-size: 2.2rem;
  margin: 0 0 15px;
  font-weight: normal;
  line-height: 1.6em;
}
#access .access-cont h3 span {
  font-size: 1.3rem;
  color: #222;
  color: #ac3f54;
  display: block;
}
#access .access-cont p {
  margin: 0;
  font-size: 1.3rem;
}
#access .access-cont .tel {
  margin-bottom: 0;
}
#access .access-cont .shop-detail {
  width: 45%;
}
#access .access-cont .access-map {
  width: 50%;
}
#access .access-cont .access-map iframe {
  width: 100%;
}

@media (max-width: 767px) {
  #access .access-cont {
    display: block;
  }
}
@media (max-width: 767px) {
  #access .access-cont .shop-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #access .access-cont h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  #access .access-cont .shop-detail {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  #access .access-cont .access-map {
    width: 100%;
  }
}
#page-top a {
  display: inline-block;
  position: absolute;
  bottom: 100px;
  right: 100px;
  width: 10px;
  height: 10px;
  text-indent: -9999em;
  padding: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#page-top a::after {
  background: url(../images/common/pagetop.svg) no-repeat center top;
}
#page-top a:hover {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
#page-top a:hover::after {
  background-position: center -10px;
}

ul.social-link {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 30px;
  padding: 0;
}
ul.social-link li {
  list-style: none;
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}
ul.social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
}
ul.social-link .ic-facebook img {
  width: 12px;
  height: 18px;
}
ul.social-link .ic-instagram img {
  width: 15px;
  height: 15px;
}
ul.social-link .ic-twitter img {
  width: 18px;
  height: 15px;
}
ul.footer-link {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.footer-link li {
  list-style: none;
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
}
ul.footer-link li a {
  color: #ac3f54;
}

.copyright {
  text-align: center;
  font-size: 1.2rem;
  font-family: "caslon", serif;
}
.copyright span {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#contents #privacypolicy {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

/*footerここまで*/

.menu-content {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none;
  transition: none;
}
.menu-content.show {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
  margin-top: 0;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.fade-up.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-mobile {
  display: none;
}

@media (max-width: 767px) {
  .u-mobile {
    display: inline;
  }
}
.u-desktop {
  display: inline;
}

@media (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}
.c-modal-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100000;
}

.c-modal-close {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 18px;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background-color: #C66E6D;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-close::before {
  content: "×";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-modal-close:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .c-modal-close {
    width: 50px;
    font-size: 20px;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
body.c-modal-active {
  overflow: hidden;
}

@media (max-width: 767px) {
  .gnavi .sitetitle img, .gnavi ul#heder-nav li img {
    margin: 0 auto;
  }
  .next-sitetitle {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
/* 表示・非表示設定 */
@media screen and (max-width: 1200px) {
  .pc-only {
    display: none;
  }
}
.pc-none, .tb-only, .mid-only, .sp-none, .sp-only {
  display: block;
}

@media screen and (min-width: 1281px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .tb-none {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .tb-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mid-none {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .mid-only {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }
}
/*----------------------------------------------------------------
	lightbox
----------------------------------------------------------------*/
#lightboxOverlay.lightboxOverlay {
  background: none;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(17px) hue-rotate(0);
  opacity: 1;
  width: 100% !important;
}

#lightbox .lb-image {
  border: none;
  border-radius: 0;
}
#lightbox .lb-dataContainer .lb-details {
  width: 100%;
  float: none;
  text-align: center;
  color: #fff;
  margin-top: 1rem;
}
#lightbox .lb-dataContainer .lb-details .lb-caption {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
#lightbox .lb-dataContainer .lb-number {
  display: none !important;
}
#lightbox .lb-close {
  right: -7rem;
  position: absolute;
  float: none;
  border-radius: 50%;
  background: #fff;
  aspect-ratio: 1;
  width: 5.4rem;
  height: 5.4rem;
  z-index: 99;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lightbox .lb-close:hover {
  opacity: 0.7;
}
#lightbox .lb-close::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 0;
  left: -1.3rem;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  border-top: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lightbox .lb-close::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 0;
  left: -1.3rem;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  border-top: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  margin-bottom: 2.3rem;
}
#lightbox .lb-container .lb-nav a {
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  aspect-ratio: 1;
  width: 5.4rem;
  height: 5.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lightbox .lb-container .lb-nav a:hover {
  opacity: 0.7;
}
#lightbox .lb-container .lb-nav a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lightbox .lb-container .lb-nav .lb-next {
  right: -7rem;
}
#lightbox .lb-container .lb-nav .lb-next::after {
  right: 0;
  left: -0.5rem;
}
#lightbox .lb-container .lb-nav .lb-prev {
  left: -7rem;
}
#lightbox .lb-container .lb-nav .lb-prev::after {
  right: -0.5rem;
  left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  #lightbox .lb-close {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -9rem;
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 767px) {
  #lightbox .lb-close::before, #lightbox .lb-close::after {
    top: 1.3rem;
  }
}
@media (max-width: 767px) {
  #lightbox .lb-close::after {
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 767px) {
  #lightbox .lb-container .lb-nav a {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 767px) {
  #lightbox .lb-container .lb-nav .lb-next {
    right: 1rem;
  }
}
@media (max-width: 767px) {
  #lightbox .lb-container .lb-nav .lb-prev {
    left: 1rem;
  }
}/*# sourceMappingURL=hakama2.css.map */