@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400&family=Raleway:wght@700&family=Sawarabi+Gothic&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #F7F2DE;
  color: #27231E;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
}

.content {
  background: #fff;
  -webkit-animation: round 10s linear infinite;
          animation: round 10s linear infinite;
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .content {
    margin: 20px 0 0;
    width: 130vw;
    height: 90vh;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    width: 90vw;
    height: 90vh;
  }
}
@-webkit-keyframes round {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
}
@keyframes round {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
}

.content2 {
  background: #fff;
  -webkit-animation: round2 10s linear infinite;
          animation: round2 10s linear infinite;
  position: fixed;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .content2 {
    margin: 20px 0 0;
    width: 130vw;
    height: 90vh;
  }
}
@media only screen and (min-width: 768px) {
  .content2 {
    width: 90vw;
    height: 90vh;
  }
}
@-webkit-keyframes round2 {
  0% {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  75% {
    border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  }
  100% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
}
@keyframes round2 {
  0% {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  75% {
    border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  }
  100% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
}

.content-color {
  background: #F7F2DE;
}

.local-head__logo {
  position: fixed;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .local-head__logo {
    top: 50px;
    left: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__logo {
    top: 60px;
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__logo img {
    width: 130px;
  }
}
.local-head__nav-icon-container {
  position: relative;
}
.local-head__nav-icon {
  position: fixed;
  background: #000;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon {
    top: 50px;
    right: 13px;
    width: 42px;
    height: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon {
    top: 60px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: none;
  }
}
.local-head__nav-icon span {
  display: block;
  position: absolute;
  z-index: 99;
  height: 2px;
  background: #F7F2DE;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon span {
    width: 20px;
    left: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon span {
    width: 28px;
    left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon span:nth-child(1) {
    top: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon span:nth-child(1) {
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon span:nth-child(2) {
    top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon span:nth-child(2) {
    top: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon span:nth-child(3) {
    top: 27px;
    width: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon span:nth-child(3) {
    top: 39px;
    width: 22px;
  }
}
.local-head__nav-icon.active span:nth-child(1) {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon.active span:nth-child(1) {
    top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon.active span:nth-child(1) {
    top: 29px;
  }
}
.local-head__nav-icon.active span:nth-child(2) {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .local-head__nav-icon.active span:nth-child(2) {
    top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-icon.active span:nth-child(2) {
    top: 29px;
  }
}
.local-head__nav-icon.active span:nth-child(3) {
  opacity: 0;
}
.local-head__nav-menu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  background: #F7F2DE;
  width: 100%;
  height: 100vh;
  transition: all 0.4s ease-in;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 15;
}
.local-head__nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .local-head__nav-menu ul {
    width: 600px;
  }
}
.local-head__nav-menu ul li {
  display: flex;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .local-head__nav-menu ul li {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav-menu ul li {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    margin: 0 0 15px;
  }
}
.local-head__nav-menu ul li:last-child {
  margin: 0;
}
.local-head__nav-menu ul a {
  color: #000;
  text-decoration: none;
}
.local-head__nav-menu.active {
  opacity: 1;
  pointer-events: auto;
}
.local-head__nav-lang {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.local-head__nav-lang-item {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.local-head__nav-lang-item:first-child {
  margin-right: 10px;
}
.local-head__nav-lang-item.select {
  pointer-events: none;
  background: #27231E;
  color: #F7F2DE;
}
.local-head__nav-lang-item.select a {
  color: #F7F2DE;
}
.local-head__nav-lang-item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .top-margin {
    margin-top: -40px;
    transition: 0.3s ease-in-out;
  }
}

.fixed {
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lang {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .lang {
    position: fixed;
    z-index: 20;
    top: 60px;
    right: 30px;
    display: flex;
    align-items: center;
  }
}
.lang__item {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: 0.3s;
  position: relative;
}
.lang__item:first-child {
  margin-right: 10px;
}
.lang__item:hover {
  border: 2px solid #27231E;
  transition: 0.3s;
}
.lang__item.select {
  pointer-events: none;
  background: #27231E;
  color: #F7F2DE;
}
.lang__item.select a {
  color: #F7F2DE;
}
.lang__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.side-logo {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  .side-logo {
    left: 15px;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .side-logo {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .side-logo img {
    width: 15px;
  }
}

.side-share {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  .side-share {
    right: 15px;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .side-share {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .side-share__text {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .side-share__text {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .side-share__text img {
    width: 15px;
  }
}
.side-share__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .side-share__list li {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .side-share__list li {
    margin: 0 0 20px;
  }
}
.side-share__list li:last-child {
  margin: 0;
}
.side-share__list li span {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .side-share__list li span:hover::before {
    color: #DCB07C;
    transition: 0.3s;
  }
}
.side-share__list li span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .side-share__list li span::before {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .side-share__list li span::before {
    font-size: 1.6rem;
  }
}
.side-share__list li span.share-twitter::before {
  content: "\f099";
}
.side-share__list li span.share-line {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .side-share__list li span.share-line:hover img:nth-child(2) {
    opacity: 0;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .side-share__list li span.share-line img {
    width: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .side-share__list li span.share-line img {
    width: 25px;
  }
}
.side-share__list li span.share-line img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side-share__list li span.share-facebook {
  position: relative;
  left: 6px;
}
.side-share__list li span.share-facebook::before {
  content: "\f39e";
}

.foot-num {
  position: fixed;
  border: 2px solid #000;
  border-radius: 50%;
  z-index: 5;
  display: none;
}
@media only screen and (max-width: 767px) {
  .foot-num {
    bottom: 20px;
    left: 15px;
    width: 50px;
    height: 50px;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .foot-num {
    bottom: 30px;
    left: 30px;
    width: 80px;
    height: 80px;
  }
}

.foot-scroll {
  position: fixed;
  border: 2px solid #000;
  border-radius: 50%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .foot-scroll {
    bottom: 15px;
    left: 13px;
    width: 38px;
    height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .foot-scroll {
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
  }
}
.foot-scroll__icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -5px 0 0;
}
@media only screen and (max-width: 767px) {
  .foot-scroll__icon {
    width: 38px;
    height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .foot-scroll__icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .foot-scroll__icon .foot-arrow {
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    -webkit-animation: move 2s infinite;
            animation: move 2s infinite;
    border-radius: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .foot-scroll__icon .foot-arrow {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    -webkit-animation: move 2s infinite;
            animation: move 2s infinite;
    border-radius: 1px;
  }
}
.foot-scroll__icon .foot-arrow:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.foot-scroll__icon .foot-arrow:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(5px) rotate(45deg);
  }
}
@keyframes move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(5px) rotate(45deg);
  }
}

.foot-yoyaku {
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .foot-yoyaku {
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .foot-yoyaku {
    position: fixed;
    bottom: 30px;
    right: 12px;
  }
}
.foot-yoyaku img {
  -webkit-animation: btnAnime 20s linear infinite;
          animation: btnAnime 20s linear infinite;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .foot-yoyaku img {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .foot-yoyaku img {
    width: 120px;
  }
  .foot-yoyaku img:hover {
    transition: 0.3s;
    scale: 1.07;
  }
}
@media only screen and (max-width: 767px) {
  .foot-yoyaku.foot-yoyaku-en {
    bottom: 43px !important;
  }
}

@-webkit-keyframes btnAnime {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateY(8px);
  }
  20%, 40%, 60% {
    transform: translateY(-8px);
  }
  80% {
    transform: translateY(-6.4px);
  }
  90% {
    transform: translateY(6.4px);
  }
}

@keyframes btnAnime {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateY(8px);
  }
  20%, 40%, 60% {
    transform: translateY(-8px);
  }
  80% {
    transform: translateY(-6.4px);
  }
  90% {
    transform: translateY(6.4px);
  }
}
.foot-pager {
  position: fixed;
  z-index: 5;
  display: none;
}
@media only screen and (max-width: 767px) {
  .foot-pager {
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .foot-pager {
    right: 30px;
    display: none;
  }
}
.foot-pager a {
  display: block;
  border-radius: 50%;
  background-color: #000;
  transition: transform 0.2s;
}
@media only screen and (max-width: 767px) {
  .foot-pager a {
    width: 7px;
    height: 7px;
    margin: 13px 0;
  }
  .foot-pager a:last-child {
    margin: 13px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .foot-pager a {
    width: 7px;
    height: 7px;
    margin: 13px 0;
  }
}
@media only screen and (max-width: 767px) {
  .foot-pager a.active {
    transform: scale(1.5);
  }
}
@media only screen and (min-width: 768px) {
  .foot-pager a.active {
    transform: scale(1.4);
  }
}

@media only screen and (max-width: 767px) {
  .scroll {
    width: 100%;
    height: 100vh;
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100vh);
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-y: repeat(100vh);
    -webkit-scroll-snap-type: mandatory;
    -webkit-scroll-snap-points-y: repeat(100vh);
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
}

.section {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
}
@media only screen and (max-width: 767px) {
  .section {
    width: 80%;
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    width: 77%;
    height: 100vh;
  }
}
.hero {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 10px 0 0;
    position: relative;
  }
}
.hero__inner {
  text-align: center;
  display: flex;
  justify-content: center;
}
.hero h1 {
  margin: 0;
}
.hero h1 img {
  width: 93%;
}
.hero .hero-text-en {
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .hero .hero-text-en {
    font-size: 0.8rem;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero .hero-text-en {
    font-size: 1.6rem;
    margin: 40px 0 0;
  }
}

.intro {
  text-align: center;
  background-image: url(../img/intro-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .intro {
    background-size: 300px;
    padding: 20px 0 0;
  }
}
.intro__ttl {
  font-family: "Raleway", sans-serif;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .intro__ttl {
    margin: 0 0 30px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro__ttl {
    margin: 0 0 50px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .intro__ttl img {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__ttl img {
    width: 400px;
  }
}
.intro p {
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .intro p {
    margin: 0 0 13px;
    font-size: 0.9rem;
    line-height: 1.55rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro p {
    margin-right: 0 0 10px;
    font-size: 1.2rem;
  }
}
.intro p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .intro p img {
    height: 18px;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .prod__inner {
    display: flex;
  }
}
.prod__pic {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod__pic {
    width: 250px;
    margin: 0 auto 45px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__pic {
    width: 530px;
    margin: -90px 0 0;
  }
  .prod__pic::after {
    content: "";
    width: 560px;
    height: 524px;
    background: url(../img/prod-bg.png);
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
  }
}
.prod__pic .slid {
  display: none;
}
.prod__pic .slid.slick-initialized {
  display: block;
}
@media only screen and (max-width: 767px) {
  .prod__pic .slick-dots li {
    margin: 0px 2px !important;
  }
}
.prod__text {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .prod__text {
    width: 80%;
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__text {
    margin: 0 0 -20px -40px;
    align-self: flex-end;
  }
}
.prod__text-ttl {
  font-family: "Raleway", sans-serif;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .prod__text-ttl {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .prod__text-ttl {
    font-size: 1.4rem;
  }
}
.prod__text-name {
  font-family: "Raleway", sans-serif;
}
@media only screen and (max-width: 767px) {
  .prod__text-name {
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__text-name {
    margin: 0 0 35px;
    font-size: calc(21px + 15 * (100vw - 768px) / 800);
  }
}
@media only screen and (max-width: 767px) {
  .prod__text-name img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .prod__text-price {
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__text-price {
    margin: 0 0 5px;
  }
}
.prod__text-price .price-kakau {
  position: relative;
  top: -1px;
  letter-spacing: 0;
  margin: 0 7px 0 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod__text-price .price-kakau {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__text-price .price-kakau {
    font-size: 1.4rem;
  }
}
.prod__text-price .price-num {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 767px) {
  .prod__text-price .price-num {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__text-price .price-num {
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
  }
}
.prod__text-price .price-tax {
  position: relative;
  top: -1px;
  letter-spacing: 0;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .prod__text-price .price-tax {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__text-price .price-tax {
    font-size: 0.9rem;
  }
}
.prod__text-detail {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__text-detail {
    font-size: 0.85rem;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__text-detail {
    font-size: 1.05rem;
  }
}
.prod__yoyaku-btn {
  background: #000;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod__yoyaku-btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__yoyaku-btn {
    margin: 35px 0 0;
    max-width: 380px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
  }
  .prod__yoyaku-btn:hover {
    background: #DCB07C;
    transition: 0.3s;
  }
}
.prod__yoyaku-btn::before {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .prod__yoyaku-btn::before {
    width: 20px;
    height: 20px;
    top: 13px;
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__yoyaku-btn::before {
    width: 26px;
    height: 26px;
    top: 17px;
    right: 25px;
  }
}
.prod__yoyaku-btn::after {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .prod__yoyaku-btn::after {
    width: 6px;
    height: 6px;
    top: 21px;
    right: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__yoyaku-btn::after {
    width: 7px;
    height: 7px;
    top: 27px;
    right: 37px;
  }
}
.prod__yoyaku-btn a {
  color: #fff;
  letter-spacing: 0.1rem;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .prod__yoyaku-btn a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__yoyaku-btn a {
    font-size: calc(15px + 3 * (100vw - 768px) / 800);
  }
}
.prod .btn-end {
  background: #d1d1d1;
  pointer-events: none;
}
.prod .btn-end::before {
  border: 1px solid #d1d1d1;
}
.prod .btn-end::after {
  border: 1px solid #d1d1d1;
}

@media only screen and (max-width: 767px) {
  .info {
    padding: 20px 0 0;
  }
}
.info__inner {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .info__inner {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .info__inner {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) {
  .info__block {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .info__block.block-ship {
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .info__block.block-ship {
    margin: 250px 0 0;
  }
}
.info h3 {
  font-family: "Raleway", sans-serif;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .info h3 {
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .info h3 {
    margin: 0 0 30px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .info h3 img {
    height: 25px;
  }
}
.info dl {
  display: flex;
  margin: 0 0 13px;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .info dl {
    padding: 0 0 6px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .info dl {
    font-size: 1.2rem;
    padding: 0 10px 8px;
  }
}
.info dl:last-child {
  margin: 0;
}
.info dl dt {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .info dl dt {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .info dl dt {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .info dl dt span {
    font-size: 1.3rem;
  }
}
.info dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .info dl dd {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .info dl dd {
    width: 50%;
  }
}
.info dl .text-s {
  display: block;
}
@media only screen and (max-width: 767px) {
  .info dl .text-s {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .info dl .text-s {
    font-size: 0.95rem;
    line-height: 1.4rem;
    margin: 3px 0 0;
  }
}
.info p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: justify;
  }
}
@media only screen and (min-width: 768px) {
  .info p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.info p span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .info p span {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .info p span {
    font-size: 1.1rem;
  }
}
.info a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .note {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .note__inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .note__inner {
    max-width: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .note h3 {
    font-size: 1.05rem;
    margin: 0 0 13px -3px;
  }
}
@media only screen and (min-width: 768px) {
  .note h3 {
    font-size: 1.45rem;
    margin: 0 0 20px -5px;
  }
}
@media only screen and (max-width: 767px) {
  .note p {
    font-size: 0.9rem;
    margin: 0 0 15px;
    text-align: justify;
  }
}
@media only screen and (min-width: 768px) {
  .note p {
    margin: 0 0 25px;
    line-height: 1.7rem;
  }
}
.note ul {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .note ul {
    margin: 0 0 0 14px;
    font-size: 0.8rem;
    text-align: justify;
  }
}
@media only screen and (min-width: 768px) {
  .note ul {
    margin: 0 0 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .note ul li {
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .note ul li {
    margin: 0 0 10px;
  }
}
.note ul li:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .profile__icon {
    width: 100px;
    margin: 0 auto 23px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__icon {
    width: 150px;
    margin: -30px auto 40px;
  }
}
.profile__icon img {
  border-radius: 50%;
}
.profile__name {
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .profile__name {
    margin: 0 0 25px;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .profile__name {
    margin: 0 0 50px;
    font-size: 2.9rem;
  }
}
.profile__name img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .profile__name img {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__name img {
    width: 230px;
  }
}
.profile__name-caption {
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .profile__name-caption {
    font-size: 0.95rem;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .profile__name-caption {
    font-size: 1.1rem;
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .profile__text {
    margin: 0 auto 25px;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .profile__text {
    width: 600px;
    margin: 0 auto 50px;
  }
}
.profile__text p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .profile__text p {
    font-size: 0.85rem;
    line-height: 1.3rem;
    text-align: justify;
  }
}
@media only screen and (min-width: 768px) {
  .profile__text p {
    line-height: 1.65rem;
  }
}
.profile__sns {
  text-align: center;
}
.profile__sns p {
  font-family: "Raleway", sans-serif;
}
@media only screen and (max-width: 767px) {
  .profile__sns p {
    font-size: 0.95rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__sns p {
    font-size: 1.2rem;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__sns span:hover::before {
    color: #DCB07C;
    transition: 0.3s;
  }
}
.profile__sns span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #000;
  content: "\f099";
}
@media only screen and (max-width: 767px) {
  .profile__sns span::before {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .profile__sns span::before {
    font-size: 2rem;
  }
}

.otoiawase {
  text-align: center;
}
.otoiawase h2 {
  font-family: "Raleway", sans-serif;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .otoiawase h2 {
    margin: 0 0 30px;
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase h2 {
    margin: 0 0 60px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .otoiawase h2 img {
    width: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase h2 img {
    width: 220px;
  }
}
.otoiawase__shop {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .otoiawase__shop {
    font-size: 1.15rem;
  }
}
.otoiawase__tel {
  font-family: "Oswald", sans-serif;
  margin: 0 0 15px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .otoiawase__tel {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase__tel {
    font-size: 2rem;
  }
}
.otoiawase__tel .tel-icon {
  display: block;
  background: #000;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .otoiawase__tel .tel-icon {
    width: 22px;
    height: 22px;
    margin: 2px 8px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase__tel .tel-icon {
    width: 30px;
    height: 30px;
    margin: 3px 10px 0 0;
  }
}
.otoiawase__tel .tel-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .otoiawase__tel .tel-icon::before {
    font-size: 0.8rem;
    top: -6px;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase__tel .tel-icon::before {
    font-size: 1.1rem;
    top: -8px;
  }
}
.otoiawase__tel .tel-mark {
  margin: 0 4px 0 3px;
  position: relative;
  top: -2px;
}
.otoiawase__text {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .otoiawase__text {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase__text {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
.otoiawase__text a {
  text-decoration: underline;
}

.video {
  text-align: center;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .video img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .video img {
    width: 70%;
  }
}

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

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

.global_head {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .global_head {
    position: fixed;
    top: 0;
    z-index: 20;
  }
}/*# sourceMappingURL=style.css.map */