@import url("https://www.mandarake.co.jp/lib/cmmn.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

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

header, footer {
  position: relative;
  z-index: 10000;
}

.foot {
  position: relative;
  z-index: 10000;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.global_head {
  margin: 0 !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  line-height: 150%;
  padding: 0;
  margin: 0;
  text-align: center;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body {
    background-position: center;
  }
}
@media only screen and (max-width: 767px) {
  body {
    background-position: left;
  }
}
body::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-color: rgba(61, 61, 61, 0.768627451);
}

.head {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .head {
    background: url(../img/head.png?0729) no-repeat center right -50px/cover;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    z-index: 990;
  }
}
@media only screen and (min-width: 768px) {
  .head {
    height: 80px;
    background: url(../img/head.png?0729) no-repeat center right/cover;
  }
}
@media only screen and (min-width: 768px) {
  .head {
    height: 100px;
    background: url(../img/head.png?0729) no-repeat center right/cover;
  }
}
.head__content {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .head__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 60px);
    margin: 0 auto;
    height: 100px;
  }
}
.head__logo {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .head__logo {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .head__logo-img {
    width: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .head__logo-img {
    width: 150px;
    margin-right: 25px;
  }
}
.head__logo p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .head__logo p {
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    width: calc(100% - 110px);
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .head__logo p {
    font-size: 0.95rem;
    letter-spacing: 0.2rem;
  }
}
.head__login {
  background: #111;
  border: #999 solid 1px;
  text-align: center;
  letter-spacing: 0.1rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .head__login {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .head__sns {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .head__sns {
    display: flex;
  }
}
.head__sns__item {
  background: #111;
  border: #999 solid 1px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 0 10px;
  transition: 0.3s;
}
.head__sns__item:hover {
  background: #333;
}
.head__sns__item a {
  width: 100%;
  display: block;
}
.head__sns__item.head-sns-twitter span::before, .head__sns__item.head-sns-instagram span::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  color: #fff;
  font-size: 1rem;
}
.head__sns__item.head-sns-twitter span::before {
  content: "\e61b";
}
.head__sns__item.head-sns-instagram span::before {
  content: "\f16d";
}
@media only screen and (max-width: 767px) {
  .head .head-icon {
    display: block;
    position: absolute;
    z-index: 999;
    top: 8px;
    left: 14px;
    cursor: pointer;
    text-align: center;
    background: #000;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .head .head-icon {
    display: block;
    position: absolute;
    z-index: 999;
    top: 8px;
    left: 14px;
    cursor: pointer;
    text-align: center;
    background: #000;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .head .head-icon {
    display: none;
  }
}
.head .head-icon span {
  display: block;
  position: absolute;
  width: 21px;
  height: 2px;
  right: 9px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.head .head-icon span:nth-child(1) {
  top: 11px;
}
.head .head-icon span:nth-child(2) {
  top: 19px;
}
.head .head-icon span:nth-child(3) {
  top: 27px;
}
.head .head-icon.active span:nth-child(1) {
  top: 19px;
  right: 9px;
  transform: rotate(45deg);
}
.head .head-icon.active span:nth-child(2) {
  opacity: 0;
}
.head .head-icon.active span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .head.head-fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  }
}

.page {
  position: relative;
  z-index: 5;
}

div {
  box-sizing: border-box;
}

h1, h2, h3 {
  line-height: 150%;
}

.global_foot {
  color: #fff;
  width: 100%;
  max-width: 100%;
}
.global_foot a {
  color: #fff;
}

.content {
  max-width: 1200px;
  margin: auto;
  padding: 0 10px 50px;
}

.buy {
  background: white;
  color: #000;
  text-decoration: none;
  padding: 5px;
  transition: 0.2s;
}
.buy:hover {
  background: rgb(207, 207, 207);
}

.hero {
  align-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .hero {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 125px auto 0;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .hero__read {
    writing-mode: vertical-rl;
  }
}
.hero p {
  margin: 25px;
}
.hero span {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .hero span {
    padding: 10px 12px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .hero span {
    line-height: normal;
    padding: 10px 12px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__img img {
    max-width: calc(100vw - 15px);
    width: 100%;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .hero__img img {
    max-width: 450px;
    transition: 0.2s;
  }
  .hero__img img:hover {
    opacity: 0.8;
  }
}
.hero__box {
  width: 49.5%;
}

.title {
  position: relative;
  z-index: 10;
  color: #ffffff;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 2.25rem;
    width: calc(100% - 5px);
    margin: 50px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    width: calc(100% - 20px);
    font-size: 2.25rem;
    margin: 65px auto 0 auto;
  }
}
.title__text {
  display: inline-block;
}
.title__text a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
.title__text a:hover {
  font-weight: bolder;
  color: #d1d1d1;
}

.sign {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .sign {
    width: 1200px;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .sign {
    margin: 10px;
  }
}
.sign__title {
  margin-bottom: 25px;
}
.sign__title__text {
  display: inline-block;
}
.sign__title__text a {
  color: #ddb96b;
  font-weight: bold;
  line-height: 50px;
  text-decoration: none;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .sign__title__text a {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .sign__title__text a {
    font-size: 1.5rem;
  }
}
.sign__title__text a:hover {
  font-weight: bolder;
  color: #d1d1d1;
}
.sign__img {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sign__img {
    flex-wrap: wrap;
  }
}
.sign__img img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sign__img img {
    max-width: 250px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sign__img img {
    max-width: 150px;
    padding-bottom: 25px;
  }
}

.top {
  position: relative;
  background-color: #c8954a;
  box-sizing: border-box;
  font-size: 1.15rem;
  line-height: 160%;
  text-align: left;
  color: #fff;
  width: 100%;
}
.top::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: url(../img/text_bg.png);
  background-position: bottom;
  background-size: cover;
  opacity: 0.05;
}
@media only screen and (max-width: 767px) {
  .top {
    margin: 50px auto 0 auto;
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .top {
    margin: 100px auto 0 auto;
    padding: 50px 0;
    font-weight: 900;
    font-size: 1.15em;
  }
}
.top__content {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .top__content {
    max-width: 1200px;
  }
}
.top p {
  margin: 15px 0 0 0;
}

.comment {
  position: relative;
  background-color: #662008;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 1.15rem;
  line-height: 160%;
  text-align: left;
}
.comment::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: url(../img/bg_comment.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0.1;
}
@media only screen and (max-width: 767px) {
  .comment {
    max-width: calc(100vw - 20px);
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .comment {
    max-width: calc(100vw - 250px);
    width: 100%;
    margin: 100px auto 0 auto;
    padding: 50px 0;
    font-weight: 900;
    font-size: 1.15em;
  }
}
.comment p {
  margin: 15px 0 0 0;
}
.comment__cmntpg {
  position: relative;
  background-color: #967f3e;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 1.15rem;
  line-height: 160%;
  text-align: left;
}
.comment__cmntpg::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: url(../img/bg_cmntpg.jpg);
  background-position: left;
  background-size: cover;
  opacity: 0.03;
}
@media only screen and (max-width: 767px) {
  .comment__cmntpg {
    max-width: calc(100vw - 20px);
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .comment__cmntpg {
    max-width: calc(100vw - 250px);
    width: 100%;
    margin: 100px auto 0 auto;
    padding: 50px 0;
    font-weight: 900;
    font-size: 1.15em;
  }
}
.comment__cmntpg p {
  margin: 15px 0 0 0;
}
.comment__content {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .comment__content {
    max-width: 1200px;
  }
}
.comment__content hr {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 5px;
}
.comment__content h1 {
  text-align: center;
  font-weight: 900;
}
.comment__cmnt {
  margin: 50px auto;
  line-height: 2.5;
  font-weight: 400;
}
.comment__other {
  position: relative;
  z-index: 50;
  text-align: center;
  margin: 50px auto 0;
}
.comment__other a {
  border-radius: 2px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 50px auto 0;
  background-color: #ffffff;
  padding: 10px 10px 12px;
  color: #972e0a;
  text-decoration: none;
  transition: 0.2s;
}
.comment__other a:visited {
  text-decoration: none;
}
.comment__other a:hover {
  opacity: 0.8;
}

.mokuji {
  position: relative;
  margin: 100px auto 0;
  padding: 50px 0;
  color: white;
  background-color: #c8954a;
}
.mokuji::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: url(../img/bg_mokuji.jpg);
  background-position: top;
  background-size: cover;
  opacity: 0.05;
}
.mokuji__flex {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .mokuji__flex {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .mokuji__flex ul {
    width: 325px;
    white-space: nowrap;
  }
}

.swiper {
  max-width: 1400px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .swiper {
    margin: 0 auto 20px;
    padding: 20px 0;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .swiper {
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-container {
    width: 75%;
    height: 450px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-container {
    height: auto;
  }
}
.swiper-container-horizontal {
  background: rgba(0, 0, 0, 0);
}
.swiper .imgItem {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .swiper .imgItem {
    width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .swiper .imgItem {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-custom-button {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-custom-button {
    display: block;
    background-image: none !important;
    font-size: 36px;
    text-align: center;
    width: 40px !important;
    height: 64px !important;
    line-height: 64px;
  }
}
.swiper-custom-button .fa {
  line-height: 62px;
}

.links {
  position: relative;
  background-color: #3d3d3d;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.15rem;
  line-height: 160%;
  text-align: left;
  width: 100%;
}
.links::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: url(../img/text_bg2.png);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  opacity: 0.05;
}
@media only screen and (max-width: 767px) {
  .links {
    margin: 50px auto 0 auto;
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .links {
    margin: 0 auto;
    padding: 50px 0;
    font-weight: 900;
    font-size: 1.15em;
  }
}
.links__content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .links__content {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
  .links__moshikomi {
    display: flex;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.links__links {
  position: relative;
  z-index: 5000;
  margin: 50px auto;
}
.links__links a {
  border-radius: 2px;
  background: white;
  color: #000;
  text-decoration: none;
  padding: 5px 8px 7px;
  transition: 0.2s;
}
.links__links a:hover {
  background: rgb(207, 207, 207);
}
.links p {
  margin: 15px 0 0 0;
}

h2 {
  font-size: 1.5rem;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

h3 {
  border-bottom: 1px dotted #666;
  font-size: 1.125rem;
  line-height: 150%;
  margin: 0 0 0 0;
  padding: 12px 0 10px 10px;
}
h3 span {
  border: 1px solid #666;
  border-radius: 15px;
  -moz-border-radius: 15px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  width: 29px;
}

.mailform {
  margin: 50px 0 0 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
}
.mailform__short {
  width: 30%;
  box-sizing: border-box;
}
.mailform__middle {
  width: 50%;
  box-sizing: border-box;
}
.mailform__long {
  width: 80%;
  box-sizing: border-box;
}
.mailform__max {
  width: 100%;
  box-sizing: border-box;
}
.mailform table {
  margin: 5px 0 0 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.mailform table th, .mailform table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 9px 0;
  font-weight: normal;
}
.mailform table th {
  width: 25%;
}
.mailform table td {
  width: 75%;
  text-align: left;
}
.mailform .submit {
  margin: 15px 0 0 0;
  display: flex;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .mailform .submit {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .submit {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
.mailform .submit input[type=submit] {
  border: none;
  font-size: 1.2rem;
  margin: auto;
  padding: 5px 15px;
}
.mailform .submit input[type=submit]:first-child {
  background-color: #292929;
  color: #fff;
  padding: 5px 25px;
}

.back {
  color: #fff;
  position: relative;
  z-index: 10;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 150px auto 0;
  padding-bottom: 50px;
}
.back a {
  text-decoration: none;
}
.back__img {
  max-width: calc(-moz-fit-content + 50px);
  max-width: calc(fit-content + 50px);
  padding: 10px;
  width: 100%;
  margin: 50px auto 0;
  border: 5px solid #fff;
  background: url(../img/head.png) center/cover no-repeat;
  transition: 0.2s;
}
.back__img:hover {
  filter: saturate(0.5);
  filter: brightness(1.1);
}
.back__img img {
  max-width: 250px;
}
.back__img p {
  color: white;
  font-size: 1.5em;
  font-weight: 900;
}
.back__img--cmnt {
  background: black;
  transition: 0.2s;
  padding: 10px 10px 12px;
}
.back__img--cmnt:hover {
  filter: saturate(0.5);
  filter: brightness(1.1);
}
.back__img--cmnt img {
  max-width: 250px;
}
.back__img--cmnt p {
  color: white;
  font-size: 1.5em;
  font-weight: 900;
}
.back p {
  text-align: center;
  margin: 0;
  line-height: 0;
}/*# sourceMappingURL=style.css.map */