html {
  font-size: 62.5%;
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

html,
body {
  min-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 360px) {
  html,
  body {
    min-width: 360px;
  }
}

body {
  font-family: a-otf-ud-reimin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  color: #666666;
  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
ol,
dl,
dd,
dt,
li {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

a,
a:link,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
}

.bold {
  font-weight: 500;
}

.x-bold {
  font-weight: 600;
}

.small {
  font-size: 85%;
}

.tAR {
  text-align: right;
}

.tAC {
  text-align: center;
}

.pcOnly {
}

.spOnly {
  display: none;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.h100 {
  height: 100vh;
}

@media screen and (max-width: 360px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

.bg_Cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -10;
}

main > section {
  background: #fff;
  z-index: 100;
}

main > section#about {
  background: transparent;
}

main > section#about section:not(#aboutIntro) {
  background: #fff;
}

@media screen and (max-width: 360px) {
  main > section {
    background: #fff;
  }

  main > section#about {
    background: #fff;
  }

  section#menu {
    background: transparent;
  }
}

.flex {
  display: flex;
}

.flex_Center {
  justify-content: center;
  align-items: center;
}

.title {
  line-height: 1;
}

.title_Wbg {
  background: #b3b3b3;
  padding: 0.2em 3em;
  display: inline-block;
}

.title_Simple {
  font-size: 1.6rem;
}

.c_LGray {
  color: #999999;
}

.c_white {
  color: #fff;
}

.lh_Wide {
  line-height: 2.4;
}

.lh_Normal {
}

.bg_solid:before {
  content: "";
  background: #f2f2f2;
  position: absolute;
  z-index: 1;
}

.bg_solid * {
  z-index: 10;
}

.pe_TitleScript:before {
  font-family: mrlackboughs-pro;
  font-weight: 400;
  position: absolute;
  color: #dadada;
  font-size: 8rem;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 360px) {
  .pe_TitleScript:before {
    font-size: 6.5rem;
  }
}

.bg_transparent {
  height: 70vh;
}

@media screen and (max-width: 360px) {
  .bg_transparent {
    height: 50vh;
  }
}

#bg_1 {
  background-image: url(/assets/img/bg_1.jpg);
}
#bg_2 {
  background-image: url(/assets/img/bg_2.jpg);
}
#bg_3 {
  background-image: url(/assets/img/bg_3.jpg);
}

@media screen and (max-width: 360px) {
  #bg_1 {
    background-image: url(/assets/img/bg_1-sp.jpg);
  }
}

.swiper-slide {
  width: 45%;
}

.swiper-slide:before {
  content: "";
  display: block;
  padding-top: 66.6667%;
}

main {
  margin-top: -120px;
  padding-top: 120px;
  overflow-x: hidden;
}

@media screen and (max-width: 360px) {
  .swiper {
    height: 200px;
  }

  .swiper-slide {
    width: 80%;
  }

  main {
    margin-top: -30px;
    padding-top: 30px;
  }
}

.isPC #nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  align-items: center;
  padding: 15px 50px;
  z-index: 1000;
}

.isPC #nav > a {
  margin-right: auto;
  width: 80px;
}

.isPC #nav > ul {
  font-size: 1.4rem;
  line-height: 1;
}

.isPC #nav > ul li:nth-of-type(n + 2) {
  margin-left: 2em;
}

#body_Bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

#body_Bg div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#toggleNav {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 10000;
  width: 30px;
  height: 30px;
}

#toggleNav button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 360px) {
  .isSP #nav {
    transform: translateX(100%);
    position: fixed;
    right: 0;
    top: 0;
    left: 16%;
    bottom: 0;
    background: #f2f2f2;
    flex-direction: column;
    padding: 30px 50px 10px 30px;
    z-index: 1000;
  }

  .isSP #nav.open {
    animation: 1s ease 0s 1 normal both menuOpen;
  }

  .isSP #nav.close {
    animation: 1s ease 0s 1 normal both menuClose;
  }

  @keyframes menuOpen {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0%);
    }
  }

  @keyframes menuClose {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(100%);
    }
  }

  .isSP #nav .logo {
    width: 100px;
  }

  .isSP #nav ul {
    flex-direction: column;
    color: #fff;
    margin-top: 60px;
  }

  .isSP #nav li {
    background: #b3b3b3;
  }

  .isSP #nav li:nth-child(n + 2) {
    margin-top: 1.5em;
  }

  .isSP #nav li a {
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    padding: 0.4em 1em;
  }

  .isSP #nav .sns {
    /* width: 150px; */
    margin-top: auto;
    margin-bottom: 30px;
  }

  .isSP #nav .sns a {
    flex: 1;
    height: 30px;
    max-width: 30px;
  }

  .isSP #nav .sns a:nth-child(n + 2) {
    margin-left: 15px;
  }

  .isSP #nav .sns img {
    height: 100%;
  }
}

#header .logo {
  width: 30%;
  max-width: 200px;
}

#aboutIntro {
  background: #f2f2f2;
  width: 50%;
  flex-direction: column;
  padding: 0px 0 90px;
  transform: translate(100%, -120px);
  /* margin-bottom:-10%; */
}

#aboutIntro .title {
  font-size: 2.2rem;
}

#aboutIntro .titleWrapper {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#aboutIntro .subTitle {
  margin: 20px 0 50px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

#aboutIntro .subTitle span {
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 360px) {
  #aboutIntro .titleWrapper {
    height: auto;
    display: block;
  }
  #aboutIntro {
    width: 100%;
    padding: 0;
    transform: translate(0%, -1em);
    background: transparent;
  }

  #aboutIntro .title {
    font-size: 1.8rem;
  }

  #aboutIntro .subTitle {
    margin: 30px 0;
  }

  #aboutIntro .subTitle span {
    font-size: 1.4rem;
  }

  #aboutIntro p {
    font-size: 1.6rem;
  }
}

#aboutSweets {
  margin-top: -120px;
  position: relative;
  padding-top: 120px;
  position: relative;
}

#aboutSweets:after {
  content: "";
  background: #f2f2f2;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  height: 80px;
}

#aboutSweets .flex {
  align-items: flex-start;
}

#aboutSweets img {
  width: 47%;
}

#aboutSweets p {
  padding: 200px 0 150px 100px;
}

/* #aboutSweets p:before {
  content: "Sweets";
  bottom: 0px;
  right: 50px;
  transform: rotate(90deg) translate(-10%, 130%);
  transform-origin: bottom right;
}

#aboutSweets:before {
  right: 0;
  bottom: 0;
  width: 60%;
  top: 55%;
} */

@media screen and (max-width: 360px) {
  #aboutSweets {
    margin-top: 40px;
    padding-top: 0;
  }

  #aboutSweets .flex {
    flex-direction: column;
  }

  #aboutSweets img {
    width: 80%;
  }

  #aboutSweets p {
    padding: 0 0 30px;
    margin: 2em 0 0 2em;
  }

  #aboutSweets:before {
    top: 25%;
    right: 0;
    bottom: 50%;
    width: 65%;
  }

  #aboutSweets p:before {
    bottom: 0px;
    right: 5px;
    transform: rotate(90deg) translate(-10%, 130%);
  }

  #aboutSweets:after {
    display: none;
  }
}

#aboutKumano {
  position: relative;
  padding: 80px 0 150px;
}

#aboutKumano:before {
  right: 0;
  bottom: 0;
  width: 60%;
  top: 0;
}

#aboutKumano .flex {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

 #aboutKumano p {
  width: 50%;
  position: relative;
  padding-left: 180px;
}

#aboutKumano p:before {
  /* content: "Kumano"; */
  content: "";
  bottom: 0px;
  left: 0;
  transform-origin: bottom left;
  transform: rotate(90deg) translate(0%, -50px);
}

#aboutKumano img {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 360px) {
  #aboutKumano {
    padding: 50px 0 70px;
  }
  #aboutKumano:before {
    display: none;
  }
  #aboutKumano .flex {
    flex-direction: column;
  }
  #aboutKumano img {
    width: 90%;
    margin-right: 0;
  }
  #aboutKumano p {
    margin-top: 2.5em;
    width: 95%;
    padding-left: 80px;
    font-size: 1.2rem;
  }
  #aboutKumano p:before {
    bottom: 0px;
    left: 0;
    transform-origin: bottom left;
    transform: rotate(90deg) translate(-20%, 00px);
  }
}

#menuIntro {
  padding-top: 100px;
  margin: 0 auto;
  width: 90%;
  max-width: 750px;
}

#menuIntro .title {
  font-size: 2.2rem;
}

#menuIntro p {
  margin-top: 1.2em;
}

#menuIntro .base{
  background: #f2f2f2;
  display: inline-block;
  font-size: 1.6rem;
  padding: .6em 1.7em;
  border-radius: 3px;
  transition: all .2s ease 0s;
  margin-top: 30px;
}

#menuIntro .base:hover{
  color: #fff;
  background: #b3b3b3;
}



#menu .swiper {
  margin: 150px 0 0 50px;
}

#menuDetail {
  align-items: center;
  padding: 0 50px;
  margin-top: 150px;
}

#menuDetail img {
  margin-left: auto;
  width: 55%;
}

#menuDetail dl {
  width: 40%;
  flex-direction: column;
  align-items: center;
}

#menuDetail dt {
  font-size: 2rem;
  padding: 0.5em 6em;
  margin-bottom: 50px;
}

#menuDetail dd.mT {
  margin-top: 0.5em;
}

#menuDetail dd.small{
  max-width: 400px;
}
#menuDetail:before {
  display: none;
}

@media screen and (max-width: 360px) {
  #menuIntro {
    margin: 40px 0 0;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 50px 20px 20px;
  }
  #menuIntro .title {
    font-size: 1.8rem;
  }

  #menuIntro .base{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #menu .wrapper {
    background: #fff;
    margin-top: -1px;
  }

  #menuIntro p {
    font-size: 1.2rem;
  }

  #menu .swiper {
    padding-top: 50px;
    margin-top: 0;
    margin-left: 20px;
    box-sizing: content-box;
  }

  #menuDetail {
    margin-top: 50px;
    padding: 0 0 30px;
    flex-direction: column;
    position: relative;
  }

  #menuDetail:before {
    display: block;
    top: -120px;
    left: 0;
    bottom: 0;
    width: 70%;
    z-index: auto;
  }

  #menuDetail dl {
    width: 100%;
    padding: 0 30px;
  }

  #menuDetail dt {
    font-size: 1.8rem;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    text-align: center;
    margin-bottom: 30px;
  }

  #menuDetail img {
    margin-top: 50px;
    width: 100%;
  }
}

#profile {
  position: relative;
  padding-bottom: 120px;
}

#profile:before {
  /* right: 0; */
  bottom: 70px;
  /* width: 60%; */
  left: 40%;
  right: 300px;
  top: 240px;
}

#profileDetail {
  position: relative;
  padding: 120px 50px 0;
  align-items: center;
}

#profile .small {
  display: block;
  font-size: 85%;
}

#profileDetail img {
  width: 50%;
}

#profileText {
  flex: 1;
  padding-left: 80px;
}

#profileText:before {
  content: "Misaki\00A0\00A0\00A0Yagura";
  /* bottom: 0px; */
  top: 0;
  right: 0;
  /* left: 0; */
  transform-origin: bottom right;
  transform: rotate(90deg) translate(calc(100% + 120px), calc(100% + 100px));
}

#profileText .name {
  margin-top: 1em;
  font-size: 2rem;
  line-height: 1.8;
}

#profileText .note {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 2;
  max-width: 400px;
}

#profile .swiper {
  margin: 120px 50px 0 0;
}

@media screen and (max-width: 360px) {
  #profile {
    padding-bottom: 80px;
  }
  #profile:before {
    bottom: 50px;
    left: 25%;
    right: 0;
    top: 30%;
  }

  #profileDetail {
    flex-direction: column;
    padding: 50px 0 0;
  }

  #profileDetail img {
    width: 80%;
    margin-left: auto;
    margin-right: 20px;
  }

  #profileText {
    margin-top: 30px;
    padding-left: 60px;
    /* padding-left: 50px; */
  }

  #profileText:before {
    top: 0;
    right: 0;
    transform-origin: bottom left;
    transform: rotate(90deg) translate(80%, 15px);
  }

  #profileText .name {
    margin-top: 1em;
    font-size: 1.6rem;
  }

  #profileText .note {
    margin-top: 1.5em;
    font-size: 1.3rem;
    line-height: 2;
    padding-right: 2em;
  }

  #profile .swiper {
    margin: 50px 20px 0 0;
  }
}

#access {
  background: #f2f2f2;
  padding: 80px 50px;
  align-items: center;
}

#access > * {
  width: 50%;
}

#access #map {
  height: 500px;
}

#accessDetail {
  padding: 0 80px;
}

#accessDetail .wrapper {
  margin-bottom: 50px;
}

#accessDetail dl {
  margin-top: .8em;
  flex-wrap: wrap;
  line-height: 2;
}

#accessDetail dt {
  width: 120px;
}

#accessDetail dd {
  width: calc(100% - 120px);
}

@media screen and (max-width: 360px) {
  #access {
    flex-direction: column-reverse;
    background: #fff;
    padding: 30px 0;
  }

  #accessDetail {
    padding: 0;
    width: 90%;
    font-size: 1.2rem;
  }

  #accessDetail .wrapper {
    background: #f2f2f2;
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  #accessDetail dt {
    width: 35%;
  }

  #accessDetail dd {
    width: 65%;
  }

  #accessDetail p {
    width: 85%;
    margin: 0 auto;
  }

  #access #map {
    margin-top: 50px;
    width: 100%;
    height: 300px;
  }
}

#footer {
  padding: 120px 0 60px;
  background: #fff;
  flex-direction: column;
  align-items: center;
  border-bottom: 20px solid #e6e6e6;
}

#footer_Sns {
  justify-content: center;
}

#footer_Sns a {
  margin: 0 10px;
}

#footer_Sns img {
  width: auto;
  height: 40px;
}

#footer .logo {
  height: 70px;
  margin-top: 50px;
}

#footer .copyright {
  margin-top: 50px;
  font-size: 1.2rem;
}

@media screen and (max-width: 360px) {
  #footer {
    padding: 80px 0 50px;
    margin-top: -1px;
  }

  #footer_Sns img {
    height: 30px;
  }

  #footer .logo{
    height: 50px;
  }
}


.small{
  font-size: 85%;
}


.mT12{
  margin-top: 12px;
}
