.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-keyframes slideFadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideFadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideFadeZoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideFadeZoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideFadeInDown {
  0% {
    opacity: 0;
    margin-top: 20%;
  }
  70% {
    opacity: 1;
    margin-top: 25%;
  }
  100% {
    opacity: 1;
    margin-top: 25%;
  }
}
@keyframes slideFadeInDown {
  0% {
    opacity: 0;
    margin-top: 20%;
  }
  70% {
    opacity: 1;
    margin-top: 25%;
  }
  100% {
    opacity: 1;
    margin-top: 25%;
  }
}
@-webkit-keyframes slideFadeInDown2 {
  0% {
    opacity: 0;
    margin-top: 70%;
  }
  70% {
    opacity: 1;
    margin-top: 80%;
  }
  100% {
    opacity: 1;
    margin-top: 80%;
  }
}
@keyframes slideFadeInDown2 {
  0% {
    opacity: 0;
    margin-top: 70%;
  }
  70% {
    opacity: 1;
    margin-top: 80%;
  }
  100% {
    opacity: 1;
    margin-top: 80%;
  }
}
@-webkit-keyframes slideRhtSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  40% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideRhtSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  40% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lftSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes lftSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes rhtSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes rhtSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeRotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(45deg);
            transform: rotateY(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY();
            transform: rotateY();
  }
}
@keyframes fadeRotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(45deg);
            transform: rotateY(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY();
            transform: rotateY();
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  60% {
    -webkit-transform: rotate3d(0, 1, 0, 10deg);
            transform: rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  60% {
    -webkit-transform: rotate3d(0, 1, 0, 10deg);
            transform: rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::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 {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
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
========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: ) {
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 599px) {
  .wrap {
    padding-right: 6%;
    padding-left: 6%;
  }
}

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

/* 表示・非表示設定 */
@media screen and (max-width: 1200px) {
  .pc-only {
    display: none;
  }
}

.pc-none {
  display: block;
}
@media screen and (min-width: 1281px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: ) {
  .tb-none {
    display: none;
  }
}

.tb-only {
  display: block;
}
@media screen and (min-width: 1025px) {
  .tb-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mid-none {
    display: none;
  }
}

.mid-only {
  display: block;
}
@media screen and (min-width: 961px) {
  .mid-only {
    display: none;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }
}

/* リンク　共通設定 */
a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
a:hover {
  color: #c9b689;
}
a.link {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
a.link::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
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;
}

/*==============================================================================
    Contents Layout
==============================================================================*/
main,
footer {
  background: #fff;
}

main {
  position: relative;
  overflow: hidden;
  color: #222;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: ) {
  main {
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 599px) {
  main {
    padding: 30px 0;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.main-visual {
  width: 100vw;
  margin: 45px calc(50% - 50vw) 95px;
}
@media screen and (max-width: ) {
  .main-visual {
    margin: 30px calc(50% - 50vw) 60px;
  }
}
@media screen and (max-width: 599px) {
  .main-visual {
    margin: 15px calc(50% - 50vw) 30px;
  }
}
.main-visual img {
  width: 100%;
  max-width: none;
}

/*==========================================================================
  Header
========================================================================== */
header .head-info {
  position: relative;
  width: 100%;
  padding: 50px 0 90px;
}
header .head-info h1.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 292px;
  margin: 0;
}
header .head-info h1.logo a img:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .head-info .head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 60px;
  right: 60px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
}
header .head-info .head-nav li + li {
  margin: 0 0 0 50px;
}
header .head-info .head-nav a {
  color: #717171;
  /*@include linkbase();*/
  text-decoration: none;
  position: relative;
}
header .head-info .head-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #717171;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .head-info .head-nav a:hover {
  text-decoration: none;
}
header .head-info .head-nav a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .head-info .head-nav a::after {
  height: 1px;
}
header .head-info .head-nav.page-nav {
  right: 140px;
}
@media screen and (max-width: 599px) {
  header .head-info .head-nav.page-nav {
    right: 80px;
  }
}
header .head-info #toggle {
  position: fixed;
  top: 66px;
  right: 75px;
}
header .page-lead {
  font-family: "Cormorant", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 1200px) {
  header .head-info .head-nav {
    display: none;
  }
  header .head-info #toggle {
    top: 60px;
    right: 40px;
  }
}
@media screen and (max-width: 599px) {
  header .head-info {
    padding: 30px 0 60px;
  }
  header .head-info h1.logo {
    width: 200px;
  }
  header .head-info #toggle {
    top: 37px;
    right: 20px;
  }
}

/*==============================================================================
    Footer
==============================================================================*/
.pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inline;
  }
}

/*==========================================================================
  Header Navigation
========================================================================== */
/* 三　メニュー */
#toggle {
  z-index: 2000;
  width: 21px;
  height: 20px;
  cursor: pointer;
  mix-blend-mode: difference;
  /* #toggle 切り替えアニメ */
}
#toggle.open {
  mix-blend-mode: normal;
}
#toggle .toggle-inner {
  position: relative;
}
#toggle .toggle-inner span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #717171;
  -webkit-transition: ease-in-out 0.35s;
  transition: ease-in-out 0.35s;
}
#toggle .toggle-inner span:nth-child(1) {
  top: 0;
}
#toggle .toggle-inner span:nth-child(2) {
  top: 8px;
}
#toggle .toggle-inner span:nth-child(3) {
  top: 16px;
}
#toggle .close {
  opacity: 0;
  overflow: hidden;
  padding-top: 40px;
  text-align: center;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#toggle .close img {
  width: 18px;
}
@media screen and (max-width: 767px) {
  #toggle {
    margin-right: 0;
    margin-left: auto;
  }
}
#toggle.open div span {
  background: #fff;
}
#toggle.open div span:nth-child(1) {
  top: 11px !important;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#toggle.open div span:nth-child(2) {
  left: 50%;
  width: 0;
}
#toggle.open div span:nth-child(3) {
  top: 11px !important;
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
#toggle.open .close {
  opacity: 1;
}

/*----------------------------------
   nav menu
----------------------------------*/
nav#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: calc(var(--vh) * 100);
  -webkit-overflow-scrolling: touch;
  background: #a9976d;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
nav#main-nav a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}
nav#main-nav a:hover {
  color: #e2dccc;
}
nav#main-nav .main-nav-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
}
nav#main-nav div.logo {
  width: 292px;
  margin: 0 auto;
}
nav#main-nav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 440px);
}
nav#main-nav .sns li + li {
  margin: 0 0 0 40px;
}
nav#main-nav .sns li a::before {
  display: inline-block;
  margin: 0 15px 0 0;
  color: #fff;
  font-family: "icomoon";
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
nav#main-nav .sns li a:hover::before {
  color: #e2dccc;
}
nav#main-nav .sns li.sns-ig a::before {
  content: "\e901";
}
nav#main-nav .sns li.sns-tk a::before {
  content: "\e902";
}
nav#main-nav .sns li.sns-tw a::before {
  content: "\e903";
}
nav#main-nav .sns li.sns-fb a::before {
  content: "\e900";
}
nav#main-nav .sns li.sns-yt a::before {
  content: "\e90e";
}
nav#main-nav .main-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 80px auto;
}
nav#main-nav .main-nav-menu ul.menu-lft {
  width: 90%;
}
nav#main-nav .main-nav-menu ul.menu-rht {
  width: 57%;
}
nav#main-nav .main-nav-menu ul li {
  margin: 0 0 30px;
  font-size: 2.6rem;
  font-family: "Cormorant", "游明朝体", "Yu Mincho", YuMincho, serif;
}
nav#main-nav .main-nav-menu ul li span {
  padding: 0 0 0 20px;
  font-size: 1.3rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
nav#main-nav .main-nav-menu ul li ul {
  padding: 10px 0 0;
}
nav#main-nav .main-nav-menu ul li ul li {
  padding: 0 0 0 10px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
nav#main-nav .main-nav-menu ul li.aco input {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  nav#main-nav .main-nav-head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 50px;
  }
  nav#main-nav .sns {
    width: 200px;
    margin: 0 0 0 40px;
  }
  nav#main-nav .sns li + li {
    margin: 0 0 0 30px;
  }
  nav#main-nav .sns li a::before {
    margin: 0;
    font-size: 2rem;
  }
  nav#main-nav .sns li a span {
    display: none;
  }
  nav#main-nav .main-nav-menu {
    margin: 30px auto;
  }
  nav#main-nav .main-nav-menu ul.menu-lft {
    width: 350px;
  }
  nav#main-nav .main-nav-menu ul.menu-rht {
    width: calc(100% - 380px);
    margin-left: 0;
  }
  nav#main-nav .main-nav-menu ul li {
    margin: 0 0 10px;
    font-size: 3rem;
  }
  nav#main-nav .main-nav-menu ul li ul {
    padding: 5px 0 0;
  }
  nav#main-nav .main-nav-menu ul li ul li {
    margin: 0;
  }
}
@media screen and (max-width: ) {
  nav#main-nav {
    overflow-y: scroll;
  }
  nav#main-nav .main-nav-head {
    position: relative;
    padding: 40px 0;
  }
  nav#main-nav .main-nav-head .sns {
    display: none;
  }
  nav#main-nav .main-nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  nav#main-nav .main-nav-menu ul.menu-lft, nav#main-nav .main-nav-menu ul.menu-rht {
    width: 100%;
  }
  nav#main-nav .main-nav-menu ul.menu-rht li:last-child {
    background: #222;
  }
  nav#main-nav .main-nav-menu ul li {
    margin: 0;
    border-top: 1px solid #968661;
    font-size: 2.2rem;
  }
  nav#main-nav .main-nav-menu ul li span {
    display: block;
    padding: 0;
    font-size: 1.2rem;
  }
  nav#main-nav .main-nav-menu ul li a {
    display: block;
    padding: 10px 0 15px 40px;
  }
  nav#main-nav .main-nav-menu ul li.aco > a {
    display: inline-block;
  }
  nav#main-nav .main-nav-menu ul li .aco-menu ul li:last-child {
    background: #968661;
  }
}
@media screen and (max-width: 599px) {
  nav#main-nav div.logo {
    width: 200px;
  }
}

.open #main-nav {
  z-index: 100;
}

@media screen and (max-width: ) {
  .main-nav-menu ul li.aco {
    position: relative;
  }
  .main-nav-menu ul li.aco > a {
    display: inline-block;
  }
  .main-nav-menu ul li.aco .acd-check {
    display: none;
  }
  .main-nav-menu ul li.aco .acd-label {
    display: inline-block;
  }
  .main-nav-menu ul li.aco .acd-label span::before {
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 40px;
    margin: 0 0 0 13px;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    font-family: "icomoon";
    content: "\e906";
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-nav-menu ul li.aco .aco-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    line-height: 1.3;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .main-nav-menu ul li.aco .acd-check:checked + .acd-label span::before {
    content: "\e905";
  }
  .main-nav-menu ul li.aco .acd-check:checked + .acd-label + .aco-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    max-height: 250px;
    overflow: scroll;
    background: #968661;
  }
}
/*----------------------------------------------------------------
	inner
----------------------------------------------------------------*/
.top-inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-inner {
    max-width: 92%;
  }
}

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

/*----------------------------------------------------------------
	パンくず
----------------------------------------------------------------*/
/*----------------------------------------------------------------
	flex
----------------------------------------------------------------*/
.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;
  }
}

/*----------------------------------------------------------------
	bold
----------------------------------------------------------------*/
.bold {
  font-weight: 700;
}

/*----------------------------------------------------------------
	btn
----------------------------------------------------------------*/
.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;
}
@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;
  }
}
.c-cta a:hover .c-cta .p-top-cta__phone:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------
	accordion
----------------------------------------------------------------*/
.p-accordion {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.p-accordion::before,
.p-accordion::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 92%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-accordion::before {
  width: 2.5rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-accordion::before {
    width: 1.8rem;
  }
}

.p-accordion::after {
  width: 1px;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-accordion::after {
    height: 1.8rem;
  }
}

.p-accordion.open::after {
  height: 0;
}

@-webkit-keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 3rem;
    height: 3rem;
  }
}

@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 3rem;
    height: 3rem;
  }
}
.ctaBtn {
  min-width: 150px;
  height: 30px;
}
.ctaBtn a {
  width: 100%;
  height: 100%;
  background: #a9976d;
  color: #FFF;
  text-align: center;
  position: relative;
  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;
}
.ctaBtn a::before {
  content: "";
  position: absolute;
  background-color: #a9976d;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ctaBtn a::after {
  content: "";
  position: absolute;
  background-color: #a9976d;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ctaBtn a > span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ctaBtn a > span::before {
  content: "";
  position: absolute;
  background-color: #a9976d;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ctaBtn a > span::after {
  content: "";
  position: absolute;
  background-color: #a9976d;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ctaBtn a > span > span {
  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;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  text-align: center;
}
.ctaBtn a > span > span i {
  margin-right: 5px;
  font-size: 1.2rem;
}
.ctaBtn a:hover {
  color: #a9976d;
  background: #fff;
}
.ctaBtn a:hover::before, .ctaBtn a:hover::after {
  width: 100%;
}
.ctaBtn a:hover > span::before, .ctaBtn a:hover > span::after {
  height: 100%;
}

/*----------------------------------------------------------------
	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;
}
@media (max-width: 767px) {
  #lightbox .lb-close {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -9rem;
    width: 4rem;
    height: 4rem;
  }
}
#lightbox .lb-close:hover {
  opacity: 0.7;
}
#lightbox .lb-close::before, #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);
}
@media (max-width: 767px) {
  #lightbox .lb-close::before, #lightbox .lb-close::after {
    top: 1.3rem;
  }
}
#lightbox .lb-close::after {
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: none;
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  #lightbox .lb-close::after {
    margin-bottom: 1.7rem;
  }
}
#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;
}
@media (max-width: 767px) {
  #lightbox .lb-container .lb-nav a {
    width: 4rem;
    height: 4rem;
  }
}
#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;
}
@media (max-width: 767px) {
  #lightbox .lb-container .lb-nav .lb-next {
    right: 1rem;
  }
}
#lightbox .lb-container .lb-nav .lb-next::after {
  right: 0;
  left: -0.5rem;
}
#lightbox .lb-container .lb-nav .lb-prev {
  left: -7rem;
}
@media (max-width: 767px) {
  #lightbox .lb-container .lb-nav .lb-prev {
    left: 1rem;
  }
}
#lightbox .lb-container .lb-nav .lb-prev::after {
  right: -0.5rem;
  left: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*----------------------------------------------------------------
	list
----------------------------------------------------------------*/
.list-point {
  font-size: 1.8rem;
}
.list-point li::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0;
  border: 2px solid #a9976d;
  content: "";
}
.list-point li + li {
  margin: 15px 0 0;
}
.list-point li ul {
  margin: 20px 0 20px 40px;
  font-size: 1.6rem;
}
.list-point li ul li::before {
  width: 4px;
  height: 4px;
}

.list-num {
  counter-reset: item;
}
.list-num li::before {
  display: inline-block;
  margin: 0 20px 0 0;
  color: #a9976d;
  font-size: 2rem;
  font-weight: bold;
  content: "";
  counter-increment: item;
  content: counter(item);
}
.list-num li + li {
  margin: 15px 0 0;
}
.list-num li ol {
  margin: 20px 0 20px 40px;
  counter-reset: item;
}
.list-num li ol li::before {
  font-size: 1.8rem;
}

/*----------------------------------------------------------------
	go top
----------------------------------------------------------------*/
#goTop {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-weight: normal;
  font-size: 1.3rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#goTop a {
  color: #a9976d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#goTop a:hover {
  color: #c9b689;
}
#goTop a:hover::before {
  background: #c9b689;
}
@media screen and (max-width: ) {
  #goTop {
    bottom: 120px;
    right: -25px;
  }
}
@media screen and (max-width: 767px) {
  #goTop {
    bottom: 70px;
    right: -45px;
  }
}

/*----------------------------------------------------------------
	scroll
----------------------------------------------------------------*/
.lozad-in {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.lozad-in[data-loaded=true] {
  opacity: 1;
}

.lozad-up {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.lozad-up[data-loaded=true] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lozad-lftSlideIn {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.lozad-lftSlideIn[data-loaded=true] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lozad-rhtSlideIn {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.lozad-rhtSlideIn[data-loaded=true] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lozad-fadeup > .lozad-fadeupin {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.lozad-fadeup[data-loaded=true] > .lozad-fadeupin {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lozad-fadeup[data-loaded=true] > .lozad-fadeupin:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.lozad-fadeup[data-loaded=true] > .lozad-fadeupin:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.lozad-fadeup[data-loaded=true] > .lozad-fadeupin:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.lozad-fadeup[data-loaded=true] > .lozad-fadeupin:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.lozad-fadeup[data-loaded=true] > .lozad-fadeupin:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.lozad-fadeup[data-loaded=true] > .lozad-fadeupin:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.lozad-rhtIn > .lozad-rhtInto {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

.lozad-rhtIn[data-loaded=true] > .lozad-rhtInto {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.lozad-rhtIn[data-loaded=true] > .lozad-rhtInto:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.lozad-rhtIn[data-loaded=true] > .lozad-rhtInto:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.lozad-rhtIn[data-loaded=true] > .lozad-rhtInto:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.lozad-rhtIn[data-loaded=true] > .lozad-rhtInto:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.lozad-rhtIn[data-loaded=true] > .lozad-rhtInto:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.lozad-cnt04 > .lozad-cnt04in {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.lozad-cnt04[data-loaded=true] > .lozad-cnt04in {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}

.lozad-cnt04[data-loaded=true] > .lozad-cnt04in.num2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.lozad-cnt04[data-loaded=true] > .lozad-cnt04in.num3 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.lozad-cnt08.lozad-fadeup[data-loaded=true] > .lozad-fadeupin {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.lozad-cnt08.lozad-fadeup[data-loaded=true] > .lozad-fadeupin:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.lozad-cnt10.lozad-up[data-loaded=true] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

/*----------------------------------------------------------------
	other
----------------------------------------------------------------*/
.sup {
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.bnrArea {
  position: relative;
  z-index: 2;
}

.bgImg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bgImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.intro {
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.introArea .txt {
  text-align: center;
}
.introArea .txt + .txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .introArea .txt {
    text-align: left;
  }
  .introArea .txt + .txt {
    margin-top: 15px;
  }
}

@media screen and (min-width: 599px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.grBox {
  background: #909090;
  padding: 40px 70px 50px;
}
@media screen and (max-width: 767px) {
  .grBox {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .grBox {
    padding: 30px;
  }
}

.bggr {
  background: #909090;
}

.squareBox {
  position: relative;
  background: #909090;
}
.squareBox::before {
  content: "";
  display: block;
  padding-top: 200px;
}
.squareBox .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  width: 100%;
}
.squareBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.squareBox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .squareBox::before {
    padding-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .squareBox::before {
    padding-top: 100px;
  }
}

/*-- 外部サイトへのリンクバナー --*/
.weblink_bnr a {
  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;
  border: 1px solid #D5D5D5;
  padding: 15px 25px;
  text-align: center;
}

/*----------------------------------------------------------------
	CTA Area
----------------------------------------------------------------*/
#sidecta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  opacity: 0;
  position: fixed;
  top: 100%;
  right: 0;
  z-index: 10;
  width: 70px;
  margin-left: auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sidecta .btn-gl,
#sidecta .btn-bk {
  width: 100%;
  height: 195px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#sidecta.fixed {
  opacity: 1;
  bottom: 290px;
  top: inherit;
}
@media screen and (max-width: ) {
  #sidecta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    top: inherit;
    bottom: 0;
    width: 100%;
    margin-left: 0;
  }
  #sidecta.fixed {
    opacity: 1;
    top: inherit;
    bottom: 0;
  }
  #sidecta .btn-gl,
  #sidecta .btn-bk {
    width: 50%;
    max-width: none;
    height: auto;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
  }
}

/* ==================================================================
  .attention
================================================================== */
.attention {
  width: 100%;
  padding: 30px 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.attention .attTitle {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  letter-spacing: 0.15em;
}
.attention .attTitle::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #717171;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.attention .txt {
  margin-top: 30px;
}
.attention .txt + .txt {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .attention {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .attention {
    padding: 30px 20px;
  }
}

/*----------------------------------------------------------------
　Google Map
----------------------------------------------------------------*/
.mapArea .gMap {
  width: 100%;
  height: 0;
  padding-bottom: 400px;
  position: relative;
  overflow: hidden;
}
.mapArea .gMap iframe, .mapArea .gMap object, .mapArea .gMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mapArea .gMap {
    width: 100%;
    height: 0;
    padding-bottom: 200px;
    position: relative;
    overflow: hidden;
  }
  .mapArea .gMap iframe, .mapArea .gMap object, .mapArea .gMap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* ==================================================================
    .infoArea
================================================================== */
.infoArea {
  background: rgb(255, 255, 255);
  padding: 70px 80px 60px 60px;
}
.infoArea .heading01 {
  text-align: center;
}
.infoArea .btn {
  margin-left: auto;
  margin-right: 0;
}

/* ==================================================================
    .ticker
================================================================== */
/*.ticker.slider {
  .slick-slide {
    height: 500px;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}*/
/* ==================================================================
    #parallax
================================================================== */
.parallax {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.parallax .luxy-el {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  z-index: -1;
  overflow: hidden;
}
.parallax .luxy-el img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .parallax {
    height: 400px;
  }
}

/*----------------------------------------------------------------
	moreLoad btn
----------------------------------------------------------------*/
#next.moreread .btn.btn_moreList,
#postnext.moreread .btn.btn_moreList {
  margin: 0 auto;
}
#next.moreread .center,
#postnext.moreread .center {
  text-align: center;
}

body.page-id-8 #contact {
  display: none;
}

.l-top-main {
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.p-top-fv {
  position: relative;
}
@media (max-width: 767px) {
  .p-top-fv {
    overflow: hidden;
  }
}
.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;
}
@media (max-width: 767px) {
  .p-top-fv::before {
    width: 16rem;
    height: 17.5rem;
    left: -4rem;
    top: -3.5rem;
  }
}
.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::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;
}
@media (max-width: 767px) {
  .p-top-fv__title {
    font-size: 2.2rem;
    right: 3rem;
    left: inherit;
  }
}
.p-top-fv__title span {
  margin-top: 20rem;
}
@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;
}
@media (max-width: 767px) {
  .p-top-cta1 {
    margin-top: 3rem;
    background-color: #fff;
  }
}
.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;
}
@media (max-width: 767px) {
  .p-top-cta1 a {
    width: 100%;
    margin-right: 0;
  }
}
.p-top-cta1 a:nth-child(2n) {
  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;
}
@media (max-width: 767px) {
  .p-top-hakama__list {
    margin-bottom: 1rem;
    margin-right: 1.5rem;
  }
}
.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;
}

.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;
}
@media (max-width: 767px) {
  .p-top-hakama__taste {
    margin: 0 calc(50% - 50vw) 7rem;
  }
}
.p-top-hakama__taste:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-top-hakama__taste-main {
  width: 50%;
  background-color: #3A90B6;
  padding: 7.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-hakama__taste-main {
    padding: 3rem;
    width: 100%;
  }
}
.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::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::before {
  background: url(../images/hakama-new/taste-jrosso-flower.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .p-top-hakama__jrosso .p-top-hakama__taste-main::before {
    background: url(../images/hakama-new/sp/taste-jrosso-flower.png) no-repeat;
    background-size: 100%;
    width: 27rem;
    height: 24rem;
    top: 4rem;
    left: -12rem;
  }
}
.p-top-hakama__jrosso .p-top-hakama__taste-main picture::before{
    content: "";
    position: absolute;
    background: url(../images/hakama-new/taste-jrosso-main2-after.png) no-repeat;
    background-size: 100%;
    width: 50rem;
    height: 59rem;
    bottom: 2rem;
    right: -14.5rem;
}
@media (max-width: 767px){
    .p-top-hakama__jrosso .p-top-hakama__taste-main picture::before{
        width: 29rem;
        height: 35rem;
        bottom: 1rem;
        right: inherit;
        left: -7rem;
    }
}

.p-top-hakama__jrosso .p-top-hakama__taste-maintitle{
    writing-mode: inherit;
}
.p-top-hakama__jrosso .p-top-hakama__taste-maintitle-ruby{
    writing-mode: inherit;
}
@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;
}
@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;
  }
}
.p-top-hakama__uniq .p-top-hakama__taste-main-txt {
  left: inherit;
  right: 10rem;
  margin-right: 1rem;
}
@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;
  }
}
.p-top-hakama__uniq .p-top-hakama__taste-main-txt .p-top-hakama__taste-maincopy{
    font-size: 1.6rem
}
@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;
  }
}
.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-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;
}
@media (max-width: 767px) {
  .p-top-hakama__simple .p-top-hakama__taste-main::before {
    bottom: -1.5rem;
    width: 28rem;
    height: 29rem;
  }
}
.p-top-hakama__simple .p-top-hakama__taste-main-txt {
  left: inherit;
  right: 10rem;
  color: #fff;
  margin-top: 1rem;
}
@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;
  }
}
.p-top-hakama__simple .p-top-hakama__taste-maintitle{
    text-shadow: inherit;
}
@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;
}
@media (max-width: 767px) {
  .p-top-hakama__tradition .p-top-hakama__taste-main::before {
    right: -9rem;
    bottom: -6.5rem;
    width: 33rem;
    height: 25rem;
  }
}
.p-top-hakama__tradition .p-top-hakama__taste-imgarea-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-top-hakama__tradition .p-top-hakama__taste-imgarea-pc {
    display: none;
  }
}
.p-top-hakama__tradition .p-top-hakama__taste-imgarea-sp {
  display: none;
}
@media (max-width: 767px) {
  .p-top-hakama__tradition .p-top-hakama__taste-imgarea-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-top-hakama__tradition .p-top-hakama__taste-main-txt {
  left: inherit;
  right: 10rem;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-top-hakama__tradition .p-top-hakama__taste-main-txt {
    display: block;
    right: 6rem;
  }
}
.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-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;
}
@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;
  }
}
.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;
}
@media (max-width: 767px) {
  .p-top-hakama__cute .p-top-hakama__taste-main::after {
    bottom: -7rem;
    left: -6rem;
    width: 19rem;
    height: 21rem;
  }
}
.p-top-hakama__cute .p-top-hakama__taste-maincopy {
  margin-top: 6rem;
}
@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;
}
@media (max-width: 767px) {
  .p-top-hakama__retro {
    margin-bottom: 0;
  }
}
.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;
}
@media (max-width: 767px) {
  .p-top-hakama__retro .p-top-hakama__taste-main::before {
    top: -1.5rem;
    right: -7rem;
    width: 20rem;
    height: 17rem;
  }
}
.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;
}
@media (max-width: 767px) {
  .p-top-hakama__retro .p-top-hakama__taste-main::after {
    width: 17rem;
    height: 19rem;
    left: -1rem;
    bottom: -8.5rem;
  }
}
.p-top-hakama__retro .p-top-hakama__taste-maintitle {
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .p-top-hakama__retro .p-top-hakama__taste-maintitle {
    letter-spacing: 0.2em;
  }
}
.p-top-hakama__retro .p-top-hakama__taste-maincopy {
  margin-top: 4rem;
}
@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%;
}
@media (max-width: 767px) {
  .p-top-hakama__taste-main-txt {
    top: 5.5rem;
    left: 5.5rem;
  }
}
.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 .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;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .p-top-hakama__taste-maintitle {
    letter-spacing: 0.3em;
    font-size: 3rem;
  }
}
.p-top-hakama__taste-maintitle span {
  text-orientation: mixed;
}

.p-top-hakama__taste-maintitle-ruby {
  font-size: 1.8rem;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .p-top-hakama__taste-maintitle-ruby {
    font-size: 1.2rem;
    letter-spacing: 0.5em;
    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%;
}
@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;
        object-fit: cover;
    }
}
.p-top-hakama__taste-img a:hover {
  opacity: 1;
}
.p-top-hakama__taste-img a:hover img {
  opacity: 1;
  z-index: 1;
  position: relative;
}

.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 {
    flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-plan__box-list .c-flex{
    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;
}
@media (max-width: 767px){
    .p-top-insta{
        padding-top: 2rem;
    }
}
.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;
}

.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;
    transition: .3s;
}
.p-top-cta__phone img:hover{
    opacity: 0.8;
    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;
}
@media (max-width: 767px){
    .p-top-cta__phone-open-box{
        background-color: #C66E6D;
        color: #fff;
        padding: 15px 0;
        margin-bottom: 20px;
    }   
}
.p-top-cta__phone-open-box a{
    width: auto;
    font-family: "tsukuold", sans-serif;
}
@media (max-width: 767px){
    .p-top-cta__phone-open-box a{
        color: #fff;
        margin-bottom: 0 !important;
    }
}
.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;
}
@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;
    }
}
.p-top-cta__phone-open-box:nth-child(2) .p-top-cta__phone-open-boxttl{
    font-size: 22px;
    text-align: center;
}
@media (max-width: 767px){
    .p-top-cta__phone-open-box:nth-child(2) .p-top-cta__phone-open-boxttl{
        font-size: 18px;
    }
}
.p-top-cta__phone-open-box:nth-child(2) a{
    font-size: 35px;
    margin-bottom: 30px;
}
@media (max-width: 767px){
    .p-top-cta__phone-open-box:nth-child(2) a{
        font-size: 30px;
    }
}
.p-top-cta__phone-open-box:nth-child(3) .p-top-cta__phone-open-boxttl{
    font-size: 17px;
    text-align: center;
}
@media (max-width: 767px){
    .p-top-cta__phone-open-box:nth-child(3){
        width: 80%;
        margin: 0 auto 20px;
    }
}
.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;
}
.p-top-cta__phone-open-boxttl{
    text-align: center;
}
.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,
  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;
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 {
    padding: 0 0 30px;
  }
}
.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;
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .slick-prev,
  .eyecatch_inc .eyecatch_inc_01 .slick-next {
    display: none !important;
  }
}
.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;
}

@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;
  }
}
.eyecatch_inc .eyecatch_inc_01 .slick-dots li {
  display: block;
  width: 3px;
  height: 3px;
  margin: 0 7px;
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 7px;
  }
}
.eyecatch_inc .eyecatch_inc_01 .slick-dots li button {
  display: block;
  width: 3px;
  height: 3px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.eyecatch_inc .eyecatch_inc_01 .slick-dots li button::before {
  font-family: initial;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #DBDBDB;
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .slick-dots li button::before {
    width: 6px;
    height: 6px;
  }
}
.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;
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img {
    height: auto;
  }
}
.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;
}

@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;
  }
}
.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;
}

@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);
  }
}
.eyecatch_inc .eyecatch_inc_01 .eye_img3 {
  background-image: url(https://www.iwaki-shouten.com/wp-content/themes/iwaki_theme/img/index/eye03.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);
  }
}
.eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 {
    width: 100%;
    max-width: 375px;
  }
}
.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%);
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item03 {
    width: 90%;
    max-width: 315px;
  }
}
.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%);
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item07 {
    width: 90%;
    max-width: 375px;
  }
}
.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%);
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc .eyecatch_inc_01 .eye_img .eyecatch_inc_01_01 .item09 {
    width: 90%;
    max-width: 289px;
  }
}
.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;
}

@media only screen and (max-width: 767px) {
  .eyecatch_inc.short {
    height: 205px;
  }
}
.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;
}

.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;
}

@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 {
    width: 100%;
    padding: 45px 5% 70px;
  }
}
.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;
}

@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 {
    width: 100%;
    display: block;
  }
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li {
  width: 473px;
  height: auto;
  display: block;
  margin: 34px 34px 0 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li {
    width: 100%;
    margin: 20px auto 0;
  }
}
.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;
}

@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;
  }
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(2n) {
    margin-right: auto;
  }
}
.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;
}

@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;
  }
}
.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;
}

@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;
  }
}
.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;
}

@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;
  }
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(2) a .inc_guide_01_01_01 svg {
  width: 66px;
}

@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;
  }
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(3) a .inc_guide_01_01_01 svg {
  width: 73px;
}

@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;
  }
}
.inc_guide .inc_guide_01 .inc_guide_01_01 li:nth-of-type(4) a .inc_guide_01_01_01 svg {
  width: 74px;
}

@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;
  }
}
.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;
}

@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;
  }
}
.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;
}

@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;
  }
}
.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 {
  color: #ffffff;
}

.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;
}

/*お買い物ガイドここまで*/
/*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;
}
@media (max-width: 767px) {
  #access .access-cont {
    display: block;
  }
}
#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);
}
@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;
  }
}
#access .access-cont h3 {
  font-size: 2.2rem;
  margin: 0 0 15px;
  font-weight: normal;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  #access .access-cont h3 {
    font-size: 1.5rem;
  }
}
#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%;
}
@media (max-width: 767px) {
  #access .access-cont .shop-detail {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
}
#access .access-cont .access-map {
  width: 50%;
}
@media (max-width: 767px) {
  #access .access-cont .access-map {
    width: 100%;
  }
}
#access .access-cont .access-map iframe {
  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ここまで*//*# sourceMappingURL=styles.css.map */


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


.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
  }
  
  .fade-up.in-view {
    opacity: 1;
    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%;
    transform: translate(-50%, -50%);
    background: white;
    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;
    transition: .3s;
}
.c-modal-close::before{
    content: "×";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-modal-close:hover{
    opacity: .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{
        margin: 0 auto;
    }
    .gnavi ul#heder-nav li img{
        margin: 0 auto;
    }
    .next-sitetitle{
        padding-top: 15px;
        margin-bottom: 20px;
    }
}