@charset "UTF-8";
/* =========================
font
========================= */
.noto-seif {
  font-family: "Noto Serif JP", serif;
}

/* =========================
code
========================= */
body {
  position: relative;
  background-image: url(/lp/image/bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 100%;
}

.box__col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 2%;
}
.box__col3 .box {
  flex: 1 0 32%;
}

.box__col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 2%;
}
.box__col2 .box {
  flex: 1;
}

.dib {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .spNone {
    display: none;
  }
}
/* haeder */
header {
  max-width: 1680px;
  width: calc(100% - 3rem);
  margin: 0 auto;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.header__logo {
  width: 70px;
  margin: 0 0 0 1.5rem;
}
.header__nav {
  max-width: 620px;
  flex: 1;
  margin: 0 auto;
}
.header__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header__list li a {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #6F5E38;
}
.header__list li a:hover {
  color: gold;
}
.header__btn {
  background: #DA5F2A;
  color: #fff;
  padding: 10px 2%;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  line-height: 2;
}
.header__btn--font-L {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.5;
}
.header__btn--font-L i {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin: 0 2%;
  }
  .header__nav {
    display: none;
  }
  .header__btn {
    padding: 10px 1rem;
    text-align: center;
  }
  .header__btn--font-L i {
    margin: 0;
  }
}

/* mainview */
.mv {
  position: relative;
  background-image: url(/lp/image/mv_bg.jpg);
  background-position: center center;
  background-size: cover;
  max-width: 100%;
  aspect-ratio: 192/95;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.mv__inner {
  position: relative;
  max-width: 720px;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #A17E2E;
  text-align: center;
  padding: 50px 0;
  font-family: "Noto Serif JP", serif;
}
.mv__inner::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
.mv__logo {
  display: inline-block;
  background-color: #fff;
}
.mv__title {
  font-size: 2.875rem;
  line-height: 1.3043478261;
  letter-spacing: 0.2em;
  padding: 0 1rem;
  margin-top: 2.5rem;
}
.mv__text {
  padding: 1rem 0;
  margin: 1.625rem auto 0;
  max-width: 540px;
  width: calc(100% - 2rem);
  border-top: 1px solid;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #C5C5C5 0%, black 28% 72%, #C5C5C5 100%) 1;
     border-image: linear-gradient(to right, #C5C5C5 0%, black 28% 72%, #C5C5C5 100%) 1;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.35em;
}
.mv__text--smoll {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1.4em;
  margin-top: 0.5em;
  margin-right: -1em;
}
@media screen and (max-width: 680px) {
  .mv__title {
    font-size: 2rem;
  }
  .mv__text {
    font-size: 1rem;
  }
  .mv__text--smoll {
    letter-spacing: 0.4em;
  }
}

/* lead */
.lead {
  padding: 8rem 0;
  text-align: center;
}
.lead span {
  font-size: 3.5rem;
  line-height: 2;
  display: block;
}
.lead .lead--smoll {
  font-size: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 15% 0;
  }
  .lead span {
    font-size: max(1.5rem, 6vw);
  }
  .lead .lead--smoll {
    font-size: max(1rem, 4vw);
  }
}

/* title lv2 */
.lv2__head-wrap {
  position: relative;
  background-image: url(/lp/image/frame_bg.jpg);
  background-position: center;
  background-size: cover;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lv2__head-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  max-width: 1020px;
  width: 80%;
  height: 142px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/lp/image/frame.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lv2__head-wrap {
    height: 12vw;
  }
  .lv2__head-wrap::before {
    height: 20vw;
  }
}

.lv2__head {
  display: inline-block;
  font-size: 2.625rem;
  line-height: 1.4285714286;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.lv2__head--ornament::after {
  content: "";
  height: 158px;
  width: 1px;
  position: absolute;
  top: calc(100% + 28px);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #6F5E38 40%, transparent 100%);
  z-index: -1;
}
.lv2__head span {
  display: block;
  text-align: center;
}
.lv2__head--smoll {
  font-size: 1.875rem;
  line-height: 1.2666666667;
}
.lv2__head--medium {
  font-size: 2.625rem;
  line-height: 1.2380952381;
}
@media screen and (max-width: 768px) {
  .lv2__head {
    font-size: 5.5vw;
  }
  .lv2__head--ornament::after {
    height: 15vw;
    top: calc(100% + 4.5vw);
  }
  .lv2__head--smoll {
    font-size: 4vw;
  }
  .lv2__head--medium {
    font-size: 5vw;
  }
}

/* section head */
.sec__head {
  position: relative;
  text-align: center;
  color: #fff;
  background-size: cover;
}

.sec__head.sec__head01 {
  background-image: url(/lp/image/bg03.png);
  background-position: center;
  padding: 40px 0 80px;
  margin-bottom: -60px;
}

.sec__head.sec__head02 {
  background-image: url(/lp/image/bg04.png);
  background-position: center;
  padding: 40px 0 100px;
  margin-bottom: -60px;
}
@media screen and (max-width: 768px) {
  .sec__head.sec__head02 {
    padding: 40px 0 60px;
    margin-bottom: -20px;
  }
}

.sec__text01 {
  font-size: 2.375rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec__text01 {
    font-size: min(6vw, 2.5rem);
  }
}

.sec__text02 {
  font-size: 5.625rem;
  line-height: 1.3333333333;
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .sec__text02 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec__text02 {
    font-size: min(10vw, 4.5rem);
  }
}

.sec__text03 {
  width: 160px;
  margin: 2rem auto 0;
  background-color: #fff;
  color: rgb(18, 52, 98);
  border-radius: 5px;
  font-size: 2.375rem;
  line-height: 1.5789473684;
  font-weight: bold;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .sec__text03 {
    font-size: min(6vw, 2.5rem);
  }
}

.sec__text04 {
  font-size: 2rem;
  line-height: 2;
}
.sec__text04 > span {
  position: relative;
}
.sec__text04 > span::before, .sec__text04 > span::after {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 105%;
}
.sec__text04 > span::after {
  right: auto;
  left: 105%;
}
@media screen and (max-width: 768px) {
  .sec__text04 {
    font-size: min(4vw, 2rem);
  }
}

.sec__title {
  font-size: 2.875rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .sec__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec__title {
    font-size: min(8vw, 2.5rem);
  }
}

.sec__img {
  position: absolute;
  right: 0%;
  bottom: 65px;
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .sec__img {
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec__img {
    display: none;
  }
}

.raise {
  background-color: #fff;
}
.raise__body {
  max-width: 940px;
  width: calc(100% - 2.5rem);
  padding: 200px 0 180px;
  margin: 0 auto;
}
.raise__text {
  font-size: 1.625rem;
  line-height: 1.6923076923;
}
.raise__text > * + * {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .raise__body {
    padding: 20% 0 18%;
  }
  .raise__text {
    font-size: 1.125rem;
  }
}

.point {
  padding-bottom: 100px;
}
.point__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  margin-top: 2rem;
}
.point__col {
  position: relative;
  max-width: 420px;
  flex: 1;
  text-align: center;
  padding-right: 4%;
  padding-bottom: 2%;
}
.point__col-title {
  font-size: 1.375rem;
  line-height: 1;
  font-family: sans-serif;
  font-weight: 100;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid;
  margin-bottom: 0.75rem;
}
.point__col-cap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}
.point__body {
  position: relative;
  max-width: 1020px;
  width: calc(100% - 2.5rem);
  margin: 100px auto 0;
  padding: 3rem;
  border: 1px solid #A17E2E;
}
.point__body::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
.point__title {
  font-size: 1.625rem;
  line-height: 1.6923076923;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: sans-serif;
}
.point__text {
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 840px;
  margin: 2rem auto 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .point__body {
    max-width: 640px;
    padding: 6%;
  }
  .point__flex {
    flex-direction: column;
    align-items: center;
  }
  .point__text {
    font-size: 1.125rem;
  }
}

.recommend {
  position: relative;
  background-color: #fff;
  padding-bottom: 200px;
}
.recommend__flex {
  max-width: 1680px;
  width: calc(100% - 2.5rem);
  padding: 140px 0 0;
  margin: 0 auto;
}
.recommend__box {
  position: relative;
}
.recommend__img {
  width: 100%;
  padding-right: 16%;
  padding-bottom: 30%;
}
.recommend__img img {
  max-width: 450px;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
}
.recommend__img02 {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .recommend__img02 {
    display: none;
  }
}
.recommend__text {
  max-width: 300px;
  width: 60%;
  aspect-ratio: 1/1;
  background-image: url(/lp/image/recommend_bg.svg);
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: min(1.375rem, 1.6vw);
  line-height: 1.5;
  font-family: sans-serif;
  font-weight: 100;
}
.recommend__body {
  max-width: 820px;
  width: calc(100% - 2.5rem);
  padding: 2.5rem;
  margin: 100px auto;
  border: 1px solid #A17E2E;
}
.recommend__text02 {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .recommend__flex {
    flex-direction: column;
  }
  .recommend__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .recommend {
    padding-bottom: 20%;
  }
  .recommend__body {
    padding: 5%;
    margin: 10% auto;
  }
  .recommend__flex {
    padding-top: 14%;
  }
  .recommend__text {
    font-size: 1rem;
  }
}

.cta {
  position: relative;
  max-width: 1000px;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.cta__title {
  font-size: 2.125rem;
  line-height: 1.4117647059;
  background-color: #DA5F2A;
  color: #fff;
  padding: 0.5em 0.75em;
}
.cta__body {
  background-image: url(/lp/image/cta_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}
.cta__inner {
  padding: 1rem 1.75rem 1.75rem;
  max-width: calc(600px + 3.5rem);
  text-align: center;
}
.cta__tel {
  display: inline-block;
  padding-bottom: 1rem;
}
.cta__tel-text01 {
  font-size: 4rem;
  line-height: 1.25;
  font-family: sans-serif;
  font-weight: 900;
  border-bottom: 1px solid;
  display: flex;
  align-items: flex-end;
}
.cta__tel-text01 i {
  padding-bottom: 10px;
  margin-right: 10px;
}
.cta__tel-text02 {
  font-size: 1.25rem;
  line-height: 1.7;
  font-family: sans-serif;
  font-weight: 100;
}
.cta__btn {
  font-size: 1.875rem;
  line-height: 1.4;
  padding: 1rem 0;
  color: #A17E2E;
  border: 1px solid #A17E2E;
  border-radius: 5px;
  font-family: sans-serif;
  font-weight: 100;
}
.cta__btn--line {
  color: #32D22E;
  border: 1px solid #32D22E;
}
.cta__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .cta {
    max-width: 600px;
  }
  .cta__body {
    background-image: none;
  }
  .cta__title {
    font-size: max(1.5rem, 2.5vw);
  }
  .cta__tel-text01 {
    font-size: max(1.5rem, 3vw);
  }
  .cta__tel-text02 {
    font-size: max(1rem, 2vw);
  }
  .cta__btn {
    font-size: max(1rem, 2vw);
  }
  .cta__img {
    display: none;
  }
}

.worrie__inner {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  width: calc(100% - 2.5rem);
  padding: 80px 0;
}
.worrie__body {
  display: inline-flex;
  flex-direction: column;
  max-width: 960px;
  width: 80%;
}
.worrie__body > * + * {
  margin-top: 2.5rem;
}
.worrie__text {
  display: inline-block;
  background: linear-gradient(to right, transparent 0%, #fff 20% 80%, transparent 100%);
  max-width: 800px;
  width: 80%;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
.worrie__text:nth-of-type(even) {
  margin-left: auto;
}
.worrie__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .worrie__inner {
    padding-bottom: 160px;
  }
  .worrie__body {
    width: 90%;
  }
  .worrie__text {
    max-width: 620px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .worrie__inner {
    padding-bottom: 100px;
  }
  .worrie__body > * + * {
    margin-top: 1.5rem;
  }
  .worrie__text {
    font-size: 1rem;
    max-width: 480px;
    width: 95%;
  }
}

.choose {
  background-color: #F4F6F7;
  position: relative;
  overflow: hidden;
}
.choose__body {
  max-width: 1370px;
  width: calc(100% - 2.5rem);
  padding: 150px 0 250px;
  margin: 0 auto;
}
.choose__img {
  position: absolute;
  bottom: 0;
}
.choose__img01 {
  left: 2%;
  width: 9.5%;
  min-width: 130px;
}
.choose__img02 {
  right: -2rem;
  width: 13.5%;
  min-width: 185px;
}
.choose__item {
  position: relative;
  font-size: 1.75rem;
  line-height: 1.4285714286;
}
.choose__item p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .choose__body {
    flex-direction: column;
  }
  .choose__item {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .choose__body {
    padding: 15% 0;
  }
}
@media screen and (max-width: 680px) {
  .choose__img {
    display: none;
  }
}

.feature__flex {
  padding: 120px 0;
  max-width: 1680px;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  gap: 5%;
}
.feature__img {
  max-width: 43%;
}
.feature__body {
  max-width: 52%;
}
.feature__item {
  position: relative;
  padding-left: 24px;
}
.feature__item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 24px;
  border-color: transparent transparent #6F5E38 transparent;
  top: 12px;
  left: 0;
}
.feature__item > * + * {
  margin-top: 2rem;
}
.feature__title {
  position: absolute;
  width: 58%;
  background-color: #A17E2E;
  color: #fff;
  padding-left: 6%;
  min-width: 450px;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  top: 1.5rem;
  left: 0;
}
.feature__text {
  background-color: #fff;
  padding: 5rem 2.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .feature__flex {
    flex-direction: column;
  }
  .feature__img, .feature__body {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .feature__flex {
    padding: 12% 0;
  }
  .feature__title {
    font-size: 1.25rem;
    min-width: 300px;
  }
  .feature__text {
    font-size: 1rem;
    padding: 4rem 8% 1.5rem;
  }
}

.sincerity {
  background-color: #fff;
  padding-bottom: 120px;
}
.sincerity__video {
  position: relative;
  aspect-ratio: 750/400;
  max-width: 750px;
  width: calc(100% - 5rem);
  margin: 100px auto 0;
}
.sincerity__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sincerity__video-caption {
  max-width: 1100px;
  width: 70%;
  margin: 50px auto 0;
  background: linear-gradient(90deg, rgba(161, 126, 46, 0) 0%, rgba(161, 126, 46, 0.5) 31.77%, rgba(161, 126, 46, 0.5) 69.79%, rgba(202, 220, 228, 0) 99.99%, rgba(161, 126, 46, 0) 100%);
  text-align: center;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  line-height: 1.4166666667;
}
.sincerity__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem 4%;
  max-width: 1300px;
  width: calc(100% - 2.5rem);
  margin: 120px auto 0;
  padding: 4rem;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}
.sincerity__text {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  line-height: 1.7857142857;
  flex: 1;
}
.sincerity__img {
  position: relative;
  bottom: -4rem;
  max-width: 40%;
}
@media screen and (max-width: 1024px) {
  .sincerity__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .sincerity {
    padding-bottom: 15%;
  }
  .sincerity__video {
    margin-top: 12%;
  }
  .sincerity__video-caption {
    width: 90%;
    margin: 7% auto 0;
    font-size: 1.125rem;
  }
  .sincerity__body {
    flex-direction: column-reverse;
    padding: 8%;
    margin: 12% auto 0;
  }
  .sincerity__text {
    font-size: 1rem;
  }
  .sincerity__img {
    position: inherit;
    bottom: inherit;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.kinds {
  padding-bottom: 100px;
}
.kinds__lead {
  max-width: 820px;
  width: calc(100% - 2.5rem);
  padding: 2.5rem;
  margin: 100px auto;
  border: 1px solid #A17E2E;
  background-color: #fff;
}
.kinds__wrap {
  max-width: 1600px;
  width: calc(100% - 2.5rem);
  margin: 0 auto 100px;
  background-color: #fff;
}
.kinds__flex {
  max-width: 1140px;
  width: 100%;
  padding: 3.5rem 2rem;
  margin: 0 auto;
  flex-wrap: wrap;
}
.kinds__flex::before, .kinds__flex::after {
  content: "";
  width: 32%;
  min-width: 240px;
}
.kinds__flex::before {
  order: 1;
}
.kinds__item.box {
  width: 32%;
  min-width: 240px;
  flex: none;
  text-align: center;
}
.kinds__title {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kinds {
    padding-bottom: 10%;
  }
  .kinds__lead {
    padding: 5%;
    margin: 10% auto;
  }
  .kinds__wrap {
    margin: 0 auto 10%;
  }
  .kinds__flex::before, .kinds__flex::after {
    min-width: 200px;
  }
  .kinds__item.box {
    min-width: 200px;
  }
}

/* type */
.type {
  background-color: #fff;
}
.type__body {
  max-width: 900px;
  width: calc(100% - 2.5rem);
  padding: 150px 0 150px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 2%;
}
.type__item {
  text-align: center;
  max-width: 220px;
}
.type__item.box {
  flex: 1 0 220px;
}
.type__title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0.5rem 0;
  font-weight: normal;
}
.type__text {
  text-align: left;
  border-bottom: 1px solid #6F5E38;
  border-top: 1px solid #6F5E38;
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .type__body {
    justify-content: center;
    padding: 15% 0;
  }
}

.footer__inner {
  padding: 3.5rem 0;
  text-align: center;
  background-color: #fff;
}

.hamburger {
  display: none;
}

nav.globalMenuSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding-right: 62px;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
    width: 62px;
    height: 100%;
    cursor: pointer;
    padding: 0 10px;
    text-align: center;
    transition: 0.5s all;
    background: #ccc;
    border-radius: 0px 10px 10px 0;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 16px;
    background: #555;
  }
  .hamburger span:nth-child(1) {
    top: 20px;
  }
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  .hamburger span:nth-child(3) {
    top: 40px;
  }
  nav.globalMenuSp {
    position: fixed;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
  }
  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .globalMenuSp__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .globalMenuSp__close span:nth-child(1) {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    top: 25px;
    left: 10px;
    transform: rotate(-45deg);
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  .globalMenuSp__close span:nth-child(2) {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    top: 25px;
    left: 10px;
    transform: rotate(45deg);
    background: #fff;
    transition: 0.3s ease-in-out;
  }
}
/*# sourceMappingURL=value.css.map */